PR gdb/15827
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2014-04-16 Keith Seitz <keiths@redhat.com>
2
3 PR gdb/15827
4 * gdb.dwarf2/corrupt.c: New file.
5 * gdb.dwarf2/corrupt.exp: New file.
6
7 2014-04-16 Keith Seitz <keiths@redhat.com>
8
9 PR c++/16597
10 * gdb.cp/namelessclass.cc: New file.
11 * gdb.cp/namelessclass.exp: New file.
12 * gdb.cp/namelessclass.S: New file.
13
14 2014-04-16 Doug Evans <dje@google.com>
15
16 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
17 Add comment.
18 (gdbserver_default_get_comm_port): New function.
19 (gdbserver_start): Check if board file provided
20 "gdbserver,get_comm_port" and use it if so.
21 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
22 (gdb,socketport): Set to "stdio".
23 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
24 (stdio_gdbserver_template): Delete.
25 (${board}_get_remote_address): Update.
26 (${board}_build_remote_cmd): Delete.
27 (${board}_get_comm_port): New function.
28 (${board}_spawn): Update.
29 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
30 Delete.
31 (${board}_get_remote_address): Update.
32 (${board}_get_comm_port): New function.
33
34 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
35
36 * gdb.base/memattr.exp: Improve regexps to handle memory regions
37 appearing in any order.
38
39 2014-04-15 Doug Evans <dje@google.com>
40
41 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
42 uninitialized value of "description".
43
44 2014-04-15 Keith Seitz <keiths@redhat.com>
45
46 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
47 Remove unused globals.
48 (test_running_the_program): Likewise.
49 (test_controlled_execution): Likewise.
50 (test_controlling_breakpoints): Likewise.
51 (test_program_termination): Likewise.
52
53 2014-04-15 Keith Seitz <keiths@redhat.com>
54
55 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
56 unused globals.
57 (test_rbreak_creation_and_listing): Likewise.
58 (test_ignore_count): Likewise.
59 (test_error): Likewise.
60
61 2014-04-15 Pedro Alves <palves@redhat.com>
62
63 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
64 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
65 sym-file-loader.c.
66 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
67 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
68 to sym-file-loader.c.
69 (struct library): Forward declare.
70 (load_shlib, lookup_function): Change prototypes.
71 (find_shstrtab, find_strtab, find_shdr, find_symtab)
72 (translate_offset): Remove declarations.
73 (get_text_addr): New declaration.
74 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
75 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
76 sym-file-loader.h.
77 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
78 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
79 here from sym-file-loader.h.
80 (struct library): New structure.
81 (load_shlib, lookup_function): Change prototypes and adjust to
82 work with a struct library.
83 (find_shstrtab, find_strtab, find_shdr, find_symtab)
84 (translate_offset): Make static.
85 (get_text_addr): New function.
86 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
87
88 2014-04-15 Pedro Alves <palves@redhat.com>
89
90 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
91
92 2014-04-15 Pedro Alves <palves@redhat.com>
93
94 * gdb.base/sym-file-loader.c: Include <limits.h>.
95 (SELF_LINK): New define.
96 (get_origin): New function.
97 (load_shlib): Use it.
98 * gdb.base/sym-file.exp: Don't early return if the target is
99 remote. Use runto_main, and issue fail is that fails. Use
100 gdb_load_shlibs.
101 (shlib_name): Delete.
102 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
103
104 2014-04-15 Pedro Alves <palves@redhat.com>
105
106 * gdb.base/sym-file.exp: Remove regex characters from test
107 message. Don't refer to breakpoint numbers in test messages.
108
109 2014-04-14 Keith Seitz <keiths@redhat.com>
110
111 PR c++/16253
112 * gdb.cp/var-tag.cc: New file.
113 * gdb.cp/var-tag.exp: New file.
114 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
115 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
116 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
117 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
118
119 2014-04-14 Tom Tromey <tromey@redhat.com>
120
121 * gdb.cp/classes.exp (test_enums): Handle underlying type.
122 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
123 type.
124 * gdb.cp/enum-class.exp: New file.
125 * gdb.cp/enum-class.cc: New file.
126
127 2014-04-14 Tom Tromey <tromey@redhat.com>
128
129 * gdb.dwarf2/enum-type.exp: New file.
130
131 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
132
133 * gdb.mi/mi-vla-c99.exp: New file.
134 * gdb.mi/vla.c: New file.
135
136 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
137
138 * gdb.base/vla-datatypes.c: New file.
139 * gdb.base/vla-datatypes.exp: New file.
140
141 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
142
143 * gdb.base/vla-ptr.c: New file.
144 * gdb.base/vla-ptr.exp: New file.
145
146 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
147
148 * gdb.dwarf2/count.exp: New file.
149
150 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
151
152 * gdb.base/vla-sideeffect.c: New file.
153 * gdb.base/vla-sideeffect.exp: New file.
154
155 2014-04-14 David Blaikie <dblaikie@gmail.com>
156
157 * gdb.mi/non-stop.c: Add return value for non-void function return
158 statement.
159 * gdb.threads/staticthreads.c: Ditto.
160
161 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
162 Doug Evans <xdje42@gmail.com>
163
164 * gdb.guile/scm-value.c: Improve test case.
165 * gdb.guile/scm-value.exp: Add new test.
166
167 2014-04-11 David Blaikie <dblaikie@gmail.com>
168
169 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
170 override Clang's default.
171
172 2014-04-11 Joel Brobecker <brobecker@adacore.com>
173
174 Revert the following changes (regressions):
175
176 * gdb.base/vla-sideeffect.c: New file.
177 * gdb.base/vla-sideeffect.exp: New file.
178
179 * gdb.dwarf2/count.exp: New file.
180
181 * gdb.base/vla-multi.c: New file.
182 * gdb.base/vla-multi.exp: New file.
183
184 * gdb.base/vla-ptr.c: New file.
185 * gdb.base/vla-ptr.exp: New file.
186
187 * gdb.base/vla-datatypes.c: New file.
188 * gdb.base/vla-datatypes.exp: New file.
189
190 * gdb.mi/mi-vla-c99.exp: New file.
191 * gdb.mi/vla.c: New file.
192
193 2014-04-11 Keith Seitz <keiths@redhat.com>
194
195 PR c++/16675
196 * gdb.cp/cpsizeof.exp: New file.
197 * gdb.cp/cpsizeof.cc: New file.
198
199 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
200
201 * gdb.mi/mi-vla-c99.exp: New file.
202 * gdb.mi/vla.c: New file.
203
204 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
205
206 * gdb.base/vla-datatypes.c: New file.
207 * gdb.base/vla-datatypes.exp: New file.
208
209 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
210
211 * gdb.base/vla-ptr.c: New file.
212 * gdb.base/vla-ptr.exp: New file.
213
214 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
215
216 * gdb.base/vla-multi.c: New file.
217 * gdb.base/vla-multi.exp: New file.
218
219 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
220
221 * gdb.dwarf2/count.exp: New file.
222
223 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
224
225 * gdb.base/vla-sideeffect.c: New file.
226 * gdb.base/vla-sideeffect.exp: New file.
227
228 2014-04-11 Yao Qi <yao@codesourcery.com>
229
230 * gdb.base/completion.exp: Check file exists before running tests
231 on file completion.
232
233 2014-04-10 Pedro Alves <palves@redhat.com>
234
235 * gdb.base/cond-eval-mode.c: New file.
236 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
237 prepare_for_testing to build the new file. Check result of
238 runto_main.
239 (test_break, test_watch): New procedures.
240 (top level): Use them.
241
242 2014-04-08 Pierre Muller <muller@sourceware.org>
243
244 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
245 Ctrl-V use for mingw hosts.
246
247 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
248
249 * gdb.python/py-value.c: Improve test case.
250 * gdb.python/py-value.exp: Add new test.
251
252 2014-04-07 David Blaikie <dblaikie@gmail.com>
253
254 * lib/compiler.c: Identify the clang compiler.
255 * lib/compiler.cc: Ditto.
256
257 2014-04-03 Yao Qi <yao@codesourcery.com>
258
259 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
260
261 2014-04-01 Anton Blanchard <anton@samba.org>
262
263 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
264 messages unique.
265
266 2014-04-01 Anton Blanchard <anton@samba.org>
267
268 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
269 prepare_for_testing.
270
271 2014-04-01 Anton Blanchard <anton@samba.org>
272
273 * gdb.arch/ppc64-atomic-inst.c: Remove.
274 * gdb.arch/ppc64-atomic-inst.S: New file.
275 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
276
277 2014-03-31 Doug Evans <dje@google.com>
278
279 * gdb.base/print-symbol-loading-lib.c: New file.
280 * gdb.base/print-symbol-loading-main.c: New file.
281 * gdb.base/print-symbol-loading.exp: New file.
282
283 2014-03-31 Yao Qi <yao@codesourcery.com>
284
285 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
286
287 2014-03-28 Joel Brobecker <brobecker@adacore.com>
288
289 * gdb.ada/mi_dyn_arr: New testcase.
290
291 2014-03-27 Doug Evans <dje@google.com>
292
293 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
294
295 2014-03-27 Yao Qi <yao@codesourcery.com>
296
297 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
298 if target is nios2-*-*.
299
300 2014-03-26 Yao Qi <yao@codesourcery.com>
301
302 * lib/gdb.exp (readline_is_used): New proc.
303 * gdb.base/completion.exp: Move tests on command complete up.
304 Skip the rest of tests if readline is not used.
305 * gdb.ada/complete.exp: Skp the test if readline is not
306 used.
307 * gdb.base/filesym.exp: Likewise.
308 * gdb.base/macscp.exp: Likewise.
309 * gdb.base/readline-ask.exp: Likewise.
310 * gdb.base/readline.exp: Likewise.
311 * gdb.python/py-cmd.exp: Likewise.
312 * gdb.trace/tfile.exp: Likewise.
313
314 2014-03-26 Yao Qi <yao@codesourcery.com>
315
316 * gdb.base/macscp.exp: Fix code format issues.
317
318 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
319
320 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
321 * gdb.asm/powerpc64le.inc: New file.
322
323 2014-03-25 Pedro Alves <palves@redhat.com>
324 Doug Evans <dje@google.com>
325
326 * gdb.base/source-execution.c: New file.
327 * gdb.base/source-execution.exp: New file.
328 * gdb.base/source-execution.gdb: New file.
329
330 2014-03-24 Doug Evans <dje@google.com>
331
332 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
333 using fission.
334
335 2014-03-24 Hui Zhu <hui@codesourcery.com>
336 Pedro Alves <palves@redhat.com>
337
338 PR breakpoints/16101
339 * gdb.base/dprintf.exp: Use unsupported rather than changing the
340 test pass/fail messages. Detect missing support for dprintf when
341 breakpoints are actually inserted.
342 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
343 breakpoints are actually inserted.
344 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
345 fails.
346
347 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
348
349 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
350
351 2014-03-22 Doug Evans <xdje42@gmail.com>
352
353 * gdb.python/python.exp (python not supported): Verify multi-line
354 python command issues an error.
355 * gdb.guile/guile.exp (guile not supported): Verify multi-line
356 guile command issues an error.
357
358 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
359
360 * gdb.threads/thread-specific.exp: Handle the lack of usable
361 $this_breakpoint and $this_thread.
362
363 2014-03-21 Hui Zhu <hui@codesourcery.com>
364
365 * gdb.base/attach.exp (do_command_attach_tests): New.
366
367 2014-03-20 Tom Tromey <tromey@redhat.com>
368 Pedro Alves <palves@redhat.com>
369
370 PR cli/15718
371 * gdb.base/condbreak-call-false.c: New file.
372 * gdb.base/condbreak-call-false.exp: New file.
373
374 2014-03-20 Pedro Alves <palves@redhat.com>
375
376 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
377 Delete.
378 (block_signals, unblock_signals): Delete.
379 (child_function_2, main): Remove references to deleted variable
380 and functions.
381
382 2014-03-20 Pedro Alves <palves@redhat.com>
383
384 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
385 Use pthread_kill to signal thread 2.
386 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
387 Adjust to make the test send itself a signal rather than using the
388 host's "kill" command.
389
390 2014-03-20 Pedro Alves <palves@redhat.com>
391
392 * gdb.threads/multiple-step-overs.c: New file.
393 * gdb.threads/multiple-step-overs.exp: New file.
394 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
395 Adjust expected infrun debug output.
396
397 2014-03-20 Pedro Alves <palves@redhat.com>
398
399 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
400 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
401
402 2014-03-20 Pedro Alves <palves@redhat.com>
403
404 PR breakpoints/7143
405 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
406 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
407 of gdb_test_multiple.
408 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
409 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
410
411 2014-03-20 Pedro Alves <palves@redhat.com>
412
413 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
414 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
415
416 2014-03-19 Pedro Alves <palves@redhat.com>
417
418 * gdb.base/async.exp: Remove early return.
419
420 2014-03-19 Pedro Alves <palves@redhat.com>
421
422 * gdb.base/async.exp (step& tests): Pass explicit test messages.
423
424 2014-03-19 Pedro Alves <palves@redhat.com>
425
426 * gdb.base/async.exp (test_background): Expect \r\n after
427 "completed." in the fail pattern.
428
429 2014-03-19 Pedro Alves <palves@redhat.com>
430
431 * gdb.base/async.exp (test_background): New procedure.
432 Use it for all background execution command tests.
433
434 2014-03-19 Pedro Alves <palves@redhat.com>
435
436 * gdb.base/async.exp: Use prepare_for_testing.
437
438 2014-03-19 Pedro Alves <palves@redhat.com>
439
440 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
441 the same line.
442
443 2014-03-19 Pedro Alves <palves@redhat.com>
444
445 * gdb.base/async.c (main): Add "jump here" and "until here" line
446 marker comments.
447 * gdb.base/async.exp (jump_here): New global.
448 (jump& test): Use it.
449 (until_here): New global.
450 (until& test): Use it.
451
452 2014-03-19 Pedro Alves <palves@redhat.com>
453
454 * gdb.base/async.exp: Don't frob gdb_protocol.
455
456 2014-03-18 Doug Evans <xdje42@gmail.com>
457
458 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
459 Fix spelling of exec-done-display.
460
461 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
462
463 PR gdb/15358
464 * gdb.base/gdb-sigterm.c: New file.
465 * gdb.base/gdb-sigterm.exp: New file.
466
467 2014-03-18 Pedro Alves <palves@redhat.com>
468
469 PR gdb/13860
470 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
471 * lib/mi-support.exp (mi_expect_stop): Add special handling for
472 solib-event.
473
474 2014-03-17 Joel Brobecker <brobecker@adacore.com>
475
476 * gdb.ada/pckd_arr_ren: New testcase.
477
478 2014-03-13 Doug Evans <xdje42@gmail.com>
479
480 PR guile/16612
481 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
482 collect after discarding symbols.
483
484 2014-03-13 Ludovic Courtès <ludo@gnu.org>
485 Doug Evans <xdje42@gmail.com>
486
487 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
488 to history survives a gc.
489
490 2014-03-13 Pedro Alves <palves@redhat.com>
491
492 * gdb.base/default.exp: Don't test "target procfs".
493
494 2014-03-13 Pedro Alves <palves@redhat.com>
495
496 * gdb.base/default.exp: Update "target child" and "target procfs"
497 tests to not expect "Unix".
498
499 2014-03-12 Tom Tromey <tromey@redhat.com>
500
501 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
502 New procs. Add target-async tests.
503 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
504 Add target-async tests.
505
506 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
507
508 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
509 'func_start' and 'func_end' for the beginning and end of the
510 function code, respectively.
511 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
512 'func_end' instead of 'func' and 'main'.
513
514 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
515
516 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
517 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
518 generate the debug info assembler source.
519
520 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
521
522 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
523 * gdb.dwarf2/arr-subrange.exp: Likewise.
524 * gdb.dwarf2/dwz.exp: Likewise.
525 * gdb.dwarf2/method-ptr.exp: Likewise.
526 * gdb.dwarf2/missing-sig-type.exp: Likewise.
527 * gdb.dwarf2/subrange.exp: Likewise.
528 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
529 * gdb.dwarf2/implptrpiece.exp: Likewise.
530 * gdb.dwarf2/nostaticblock.exp: Likewise.
531
532 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
533
534 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
535 directory to absolute path name arguments.
536
537 2014-03-10 Joel Brobecker <brobecker@adacore.com>
538
539 * gdb.ada/tagged_access: New testcase.
540
541 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
542
543 * gdb.btrace/data.exp: Update expected output.
544
545 2014-03-06 Yao Qi <yao@codesourcery.com>
546
547 * gdb.trace/pr16508.exp: New file.
548
549 2014-03-05 Pedro Alves <palves@redhat.com>
550
551 PR gdb/16575
552 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
553 procedure.
554 (top level): Adjust to use it. Add tests that exercise breakpoint
555 interaction with the code-cache.
556
557 2014-02-26 Ludovic Courtès <ludo@gnu.org>
558
559 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
560 test for 'history-append!'.
561
562 2014-02-26 Joel Brobecker <brobecker@adacore.com>
563
564 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
565 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
566 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
567 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
568 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
569 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
570
571 2014-02-26 Joel Brobecker <brobecker@adacore.com>
572
573 * testsuite/gdb.python/py-pp-re-notag.c: New file.
574 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
575 * testsuite/gdb.python/py-pp-re-notag.p: New file.
576
577 2014-02-26 Joel Brobecker <brobecker@adacore.com>
578
579 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
580
581 2014-02-26 Joel Brobecker <brobecker@adacore.com>
582
583 * gdb.dwarf2/arr-stride.c: New file.
584 * gdb.dwarf2/arr-stride.exp: New file.
585
586 2014-02-26 Pedro Alves <palves@redhat.com>
587
588 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
589 that won't ever trigger. Make sure that GDB reports the correct
590 breakpoint that caused the stop.
591
592 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
593
594 PR gdb/16626
595 * gdb.base/auto-load-script: New file.
596 * gdb.base/auto-load.c: New file.
597 * gdb.base/auto-load.exp: New file.
598
599 PR gdb/16626
600 * gdb.base/auto-load.exp: Fix out-of-srctree run.
601
602 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
603
604 Fix dw2-icycle.exp -fsanitize=address GDB crash.
605 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
606
607 2014-02-24 Doug Evans <dje@google.com>
608
609 * lib/gdb.exp (run_on_host): Log error output if program fails.
610
611 2014-02-21 Pedro Alves <palves@redhat.com>
612
613 * gdb.threads/step-after-sr-lock.c: Rename to ...
614 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
615 * gdb.threads/step-after-sr-lock.exp: Rename to ...
616 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
617 ... this.
618
619 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
620
621 PR tdep/16397
622 * gdb.arch/amd64-stap-special-operands.exp: New file.
623 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
624 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
625 * gdb.arch/amd64-stap-triplet.S: Likewise.
626 * gdb.arch/amd64-stap-triplet.c: Likewise.
627
628 2014-02-20 Joel Brobecker <brobecker@adacore.com>
629
630 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
631 in .section pseudo-op.
632
633 2014-02-20 lin zuojian <manjian2006@gmail.com>
634 Joel Brobecker <brobecker@adacore.com>
635 Doug Evans <xdje42@gmail.com>
636
637 PR symtab/16581
638 * gdb.dwarf2/dw2-icycle.S: New file.
639 * gdb.dwarf2/dw2-icycle.c: New file.
640 * gdb.dwarf2/dw2-icycle.exp: New file.
641
642 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
643
644 * gdb.python/py-value-cc.cc: Improve test case to enable testing
645 operations on gdb.Value objects.
646 * gdb.python/py-value-cc.exp: Add new test to test operations on
647 gdb.Value objects.
648
649 2014-02-18 Doug Evans <dje@google.com>
650
651 * Makefile.in (TESTS): New variable.
652 (expanded_tests, expanded_tests_or_none): New variables
653 (check-single): Pass $(expanded_tests_or_none) to runtest.
654 (check-parallel): Only run tests in $(TESTS) if non-empty.
655 (check/no-matching-tests-found): New rule.
656 * README: Document TESTS makefile variable.
657
658 2014-02-18 Doug Evans <dje@google.com>
659
660 * Makefile.in (check-parallel): rm -rf outputs temp.
661
662 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
663
664 Fix "ERROR: no fileid for" in the testsuite.
665 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
666
667 2014-02-12 Doug Evans <dje@google.com>
668
669 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
670 (MISCELLANEOUS): New variable.
671 (clean): rm -rf $(MISCELLANEOUS).
672 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
673 dwp live in the same directory as symlinks, with each symlink pointed
674 to a differently named file in a different directory.
675
676 2014-02-11 Doug Evans <dje@google.com>
677
678 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
679 of Tcl file commands.
680
681 2014-02-10 Mark Kettenis <kettenis@gnu.org>
682
683 * gdb.threads/step-after-sr-lock.exp: Avoid executing
684 "kill -SIGUSR1 -1".
685
686 2014-02-10 Joel Brobecker <brobecker@adacore.com>
687
688 * gdb.ada/tick_length_array_enum_idx: New testcase.
689
690 2014-02-10 Doug Evans <xdje42@gmail.com>
691
692 * configure.ac (AC_OUTPUT): Add gdb.guile.
693 * configure: Regenerate.
694 * lib/gdb-guile.exp: New file.
695 * lib/gdb.exp (get_target_charset): New function.
696 * gdb.base/help.exp: Update expected output from "apropos apropos".
697 * gdb.guile/Makefile.in: New file.
698 * gdb.guile/guile.exp: New file.
699 * gdb.guile/scm-arch.c: New file.
700 * gdb.guile/scm-arch.exp: New file.
701 * gdb.guile/scm-block.c: New file.
702 * gdb.guile/scm-block.exp: New file.
703 * gdb.guile/scm-breakpoint.c: New file.
704 * gdb.guile/scm-breakpoint.exp: New file.
705 * gdb.guile/scm-disasm.c: New file.
706 * gdb.guile/scm-disasm.exp: New file.
707 * gdb.guile/scm-equal.c: New file.
708 * gdb.guile/scm-equal.exp: New file.
709 * gdb.guile/scm-error.exp: New file.
710 * gdb.guile/scm-error.scm: New file.
711 * gdb.guile/scm-frame-args.c: New file.
712 * gdb.guile/scm-frame-args.exp: New file.
713 * gdb.guile/scm-frame-args.scm: New file.
714 * gdb.guile/scm-frame-inline.c: New file.
715 * gdb.guile/scm-frame-inline.exp: New file.
716 * gdb.guile/scm-frame.c: New file.
717 * gdb.guile/scm-frame.exp: New file.
718 * gdb.guile/scm-generics.exp: New file.
719 * gdb.guile/scm-gsmob.exp: New file.
720 * gdb.guile/scm-iterator.c: New file.
721 * gdb.guile/scm-iterator.exp: New file.
722 * gdb.guile/scm-math.c: New file.
723 * gdb.guile/scm-math.exp: New file.
724 * gdb.guile/scm-objfile-script-gdb.in: New file.
725 * gdb.guile/scm-objfile-script.c: New file.
726 * gdb.guile/scm-objfile-script.exp: New file.
727 * gdb.guile/scm-objfile.c: New file.
728 * gdb.guile/scm-objfile.exp: New file.
729 * gdb.guile/scm-ports.exp: New file.
730 * gdb.guile/scm-pretty-print.c: New file.
731 * gdb.guile/scm-pretty-print.exp: New file.
732 * gdb.guile/scm-pretty-print.scm: New file.
733 * gdb.guile/scm-section-script.c: New file.
734 * gdb.guile/scm-section-script.exp: New file.
735 * gdb.guile/scm-section-script.scm: New file.
736 * gdb.guile/scm-symbol.c: New file.
737 * gdb.guile/scm-symbol.exp: New file.
738 * gdb.guile/scm-symtab-2.c: New file.
739 * gdb.guile/scm-symtab.c: New file.
740 * gdb.guile/scm-symtab.exp: New file.
741 * gdb.guile/scm-type.c: New file.
742 * gdb.guile/scm-type.exp: New file.
743 * gdb.guile/scm-value-cc.cc: New file.
744 * gdb.guile/scm-value-cc.exp: New file.
745 * gdb.guile/scm-value.c: New file.
746 * gdb.guile/scm-value.exp: New file.
747 * gdb.guile/source2.scm: New file.
748 * gdb.guile/types-module.cc: New file.
749 * gdb.guile/types-module.exp: New file.
750
751 2014-02-10 Yao Qi <yao@codesourcery.com>
752
753 PR testsuite/16543
754 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
755 * configure: Regenerated.
756 * Makefile.in: New file.
757
758 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
759
760 * gdb.python/py-framefilter.exp: Fix typo.
761
762 2014-02-08 Yao Qi <yao@codesourcery.com>
763
764 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
765 that no =breakpoint-modified is emitted when breakpoints are
766 modified through MI commands.
767
768 2014-02-07 Pedro Alves <pedro@codesourcery.com>
769 Pedro Alves <palves@redhat.com>
770
771 * gdb.threads/step-after-sr-lock.c: New file.
772 * gdb.threads/step-after-sr-lock.exp: New file.
773
774 2014-02-07 Pedro Alves <palves@redhat.com>
775
776 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
777
778 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
779
780 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
781 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
782
783 2014-02-06 Doug Evans <xdje42@gmail.com>
784
785 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
786 output.
787
788 * gdb.gdb/python-interrupts.exp: New file.
789
790 2014-02-05 Yao Qi <yao@codesourcery.com>
791
792 * gdb.trace/report.exp (use_collected_data): Test the output
793 of "info threads" and "info inferiors".
794
795 2014-02-05 Yao Qi <yao@codesourcery.com>
796
797 Revert this patch:
798
799 2013-05-24 Yao Qi <yao@codesourcery.com>
800
801 * gdb.trace/tfile.exp: Test inferior and thread.
802
803 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
804
805 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
806 on a function.
807 * gdb.base/step-bt.c: Call hello via function pointer to make
808 sure its first instruction is executed on powerpc64le-linux.
809
810 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
811
812 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
813
814 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
815
816 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
817 of the test patterns for use on little-endian systems.
818
819 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
820
821 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
822 (decimal_vector): Fix for little-endian.
823
824 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
825
826 * gdb.arch/sparc-sysstep.exp: New file.
827 * gdb.arch/sparc-sysstep.c: Likewise.
828
829 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
830
831 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
832
833 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
834
835 2014-01-23 Tom Tromey <tromey@redhat.com>
836
837 * gdb.ada/array_char_idx: New testcase.
838
839 2014-01-23 Tom Tromey <tromey@redhat.com>
840
841 PR python/16487:
842 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
843 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
844 classes.
845
846 2014-01-23 Tom Tromey <tromey@redhat.com>
847
848 PR python/16491:
849 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
850 string from an inferior frame.
851 * gdb.python/py-framefilter-mi.exp: Update.
852
853 2014-01-22 Doug Evans <dje@google.com>
854
855 * gdb.server/server-mon.exp: Add tests for "set debug-format".
856
857 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
858
859 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
860
861 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
862
863 * gdb.trace/entry-values.exp: Remove excess space character from
864 regex patterns. Handle s390 call instruction.
865
866 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
867
868 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
869 define "*_start" label. Make "name" static.
870 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
871 ${name} by references to ${name}_start.
872
873 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
874
875 * gdb.base/info-macros.exp: Remove "debug" from the compile
876 options.
877
878 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
879
880 * gdb.dlang/demangle.exp: New file.
881
882 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
883
884 * gdb.dlang/primitive-types.exp: New file.
885
886 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
887
888 * configure.ac: Create gdb.dlang/Makefile.
889 * configure: Regenerate.
890 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
891 * gdb.dlang/Makefile.in: New file.
892 * lib/d-support.exp: New file.
893 * lib/gdb.exp (skip_d_tests): New proc.
894
895 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
896
897 * gdb.btrace/delta.exp: Check reverse stepi.
898 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
899 * gdb.btrace/finish.exp: New.
900 * gdb.btrace/next.exp: New.
901 * gdb.btrace/nexti.exp: New.
902 * gdb.btrace/record_goto.c: Add comments.
903 * gdb.btrace/step.exp: New.
904 * gdb.btrace/stepi.exp: New.
905 * gdb.btrace/multi-thread-step.c: New.
906 * gdb.btrace/multi-thread-step.exp: New.
907 * gdb.btrace/rn-dl-bind.c: New.
908 * gdb.btrace/rn-dl-bind.exp: New.
909 * gdb.btrace/data.c: New.
910 * gdb.btrace/data.exp: New.
911 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
912
913 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
914
915 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
916 * gdb.btrace/exception.exp: Update.
917 * gdb.btrace/instruction_history.exp: Update.
918 * gdb.btrace/record_goto.exp: Update.
919 * gdb.btrace/tailcall.exp: Update.
920 * gdb.btrace/unknown_functions.exp: Update.
921 * gdb.btrace/delta.exp: New.
922
923 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
924
925 * gdb.btrace/record_goto.exp: Add backtrace test.
926 * gdb.btrace/tailcall.exp: Add backtrace test.
927
928 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
929
930 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
931 * gdb.btrace/record_goto.c: New.
932 * gdb.btrace/record_goto.exp: New.
933 * gdb.btrace/x86-record_goto.S: New.
934
935 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
936
937 * gdb.btrace/function_call_history.exp: Update tests.
938 * gdb.btrace/instruction_history.exp: Update tests.
939
940 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
941
942 * gdb.btrace/function_call_history.exp: Fix expected field
943 order for "record function-call-history".
944 Add new tests for "record function-call-history /c".
945 * gdb.btrace/exception.cc: New.
946 * gdb.btrace/exception.exp: New.
947 * gdb.btrace/tailcall.exp: New.
948 * gdb.btrace/x86-tailcall.S: New.
949 * gdb.btrace/x86-tailcall.c: New.
950 * gdb.btrace/unknown_functions.c: New.
951 * gdb.btrace/unknown_functions.exp: New.
952 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
953
954 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
955
956 * gdb.btrace/instruction_history.exp: Update.
957 * gdb.btrace/function_call_history.exp: Update.
958
959 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
960
961 * gdb.btrace/function_call_history.exp: Fix expected function
962 trace.
963 * gdb.btrace/instruction_history.exp: Initialize traced.
964 Remove traced_functions.
965
966 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
967
968 * gdb.btrace/function_call_history.exp: Update
969 * gdb.btrace/instruction_history.exp: Update.
970
971 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
972
973 * gdb.btrace/enable.exp: Update expected text.
974
975 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
976
977 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
978 bytes.
979
980 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
981
982 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
983
984 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
985
986 * lib/gdb.exp (supports_process_record): Return true for
987 arm*-linux*. (supports_reverse): Likewise.
988
989 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
990
991 PR python/15464
992 PR python/16113
993 * gdb.python/py-type.c: Enhance test case.
994 * gdb.python/py-value-cc.cc: Likewise
995 * gdb.python/py-type.exp: Add new tests.
996 * gdb.python/py-value-cc.exp: Likewise
997
998 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
999 Pedro Alves <palves@redhat.com>
1000
1001 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
1002 Make "name" extern.
1003 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
1004 references to ${name}_start by references to ${name}.
1005
1006 2014-01-10 Joel Brobecker <brobecker@adacore.com>
1007
1008 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
1009
1010 2014-01-10 Joel Brobecker <brobecker@adacore.com>
1011
1012 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
1013
1014 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
1015 Pedro Alves <palves@redhat.com>
1016
1017 * gdb.mi/mi-info-os.exp: Connect to the target with
1018 mi_gdb_target_load.
1019
1020 2014-01-08 Pedro Alves <palves@redhat.com>
1021
1022 * gdb.threads/reconnect-signal.c: New file.
1023 * gdb.threads/reconnect-signal.exp: New file.
1024
1025 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
1026
1027 * gdb.base/source-dir.exp: New file.
1028
1029 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1030
1031 * gdb.ada/mi_interface: New testcase.
1032
1033 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1034
1035 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
1036 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
1037 gdb.ada/pp-rec-component/pck.ads: New files.
1038
1039 2014-01-07 Joel Brobecker <brobecker@adacore.com>
1040
1041 * gdb.python/py-pp-integral.c: New file.
1042 * gdb.python/py-pp-integral.py: New file.
1043 * gdb.python/py-pp-integral.exp: New file.
1044
1045 2013-12-19 Sergio Durigan Junior <sergiodj@redhat.com>
1046
1047 PR breakpoints/16297
1048 * gdb.base/catch-syscall.c (read_syscall, pipe_syscall)
1049 (write_syscall): New variables.
1050 (main): Create a pipe, write 1 byte in it, and read 1 byte from
1051 it.
1052 * gdb.base/catch-syscall.exp (all_syscalls): Include "pipe,
1053 "write" and "read" syscalls.
1054 (fill_all_syscalls_numbers): Improve the way to obtain syscalls
1055 numbers.
1056
1057 2013-12-19 Keven Boell <keven.boell@intel.com>
1058
1059 * gdb.fortran/module.exp: Completion matches fortran module
1060 names as well. ptype/whatis on modules return a proper type.
1061 Add new check for having the correct scope.
1062
1063 2013-12-19 Keven Boell <keven.boell@intel.com>
1064
1065 * gdb.fortran/type.f90: New file.
1066 * gdb.fortran/whatis_type.f90: New file.
1067
1068 2013-12-18 Sergio Durigan Junior <sergiodj@redhat.com>
1069
1070 * gdb.base/catch-syscall.c: Include <sys/syscall.h>.
1071 (close_syscall, chroot_syscall, exit_group_syscall): New
1072 variables.
1073 * gdb.base/catch-syscall.exp: Replace gdb_compile by
1074 prepare_for_testing. Call fill_all_syscalls_numbers before
1075 starting. Replace gdb_exit, gdb_start, gdb_reinitialize_dir and
1076 gdb_load by clean_restart.
1077 (check_info_bp_any_syscall, check_info_bp_specific_syscall)
1078 (check_info_bp_many_syscalls): Remove global gdb_prompt.
1079 (check_call_to_syscall): Likewise. Add global decimal. Improve
1080 testing regex.
1081 (check_return_from_syscall): Likewise.
1082 (check_continue, insert_catch_syscall_with_arg): Remove global
1083 gdb_prompt.
1084 (insert_catch_syscall_with_many_args): Likewise. Add global
1085 decimal. Fix $filter_str. Improve testing regex.
1086 (check_for_program_end): Remove global gdb_prompt.
1087 (test_catch_syscall_without_args): Likewise. Add global decimal.
1088 Improve testing regex.
1089 (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
1090 (test_catch_syscall_with_wrong_args)
1091 (test_catch_syscall_restarting_inferior)
1092 (test_catch_syscall_fail_nodatadir): Remove global gdb_prompt.
1093 (do_syscall_tests): Likewise. Remove global srcdir.
1094 (test_catch_syscall_without_args_noxml): Remove global gdb_prompt.
1095 Add global last_syscall_number. Test for the exact syscall number
1096 to be caught.
1097 (test_catch_syscall_with_args_noxml): Remove global gdb_prompt.
1098 Add global all_syscalls_numbers. Test each syscall number to be
1099 caught, instead of only testing "close".
1100 (test_catch_syscall_with_wrong_args_noxml): Remove global gdb_prompt.
1101 (do_syscall_tests_without_xml): Likewise. Remove global srcdir.
1102 Remove stale comment.
1103 (fill_all_syscalls_numbers): Add global last_syscall_number. Fill
1104 the correct syscall numbers using information from the inferior.
1105
1106 2013-12-17 Pedro Alves <palves@redhat.com>
1107
1108 * gdb.trace/circ.exp: Expect frame info to be printed when
1109 switching between frames with unavailable stack, but different
1110 functions.
1111
1112 2013-12-17 Andrew Burgess <aburgess@broadcom.com>
1113
1114 * gdb.trace/unavailable-dwarf-piece.c: New file.
1115 * gdb.trace/unavailable-dwarf-piece.exp: New file.
1116
1117 2013-12-15 Yao Qi <yao@codesourcery.com>
1118
1119 * gdb.perf/skip-prologue.c: New.
1120 * gdb.perf/skip-prologue.exp: New.
1121 * gdb.perf/skip-prologue.py: New.
1122
1123 2013-12-13 Joel Brobecker <brobecker@adacore.com>
1124
1125 * gdb.ada/arraydim: New testcase.
1126
1127 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
1128
1129 PR python/16113
1130 * gdb.python/py-value-cc.cc: Improve test case.
1131 * gdb.python/py-value-cc.exp: Add new tests to test usage of
1132 gdb.Field objects as subscripts on gdb.Value objects.
1133
1134 2013-12-10 Doug Evans <dje@google.com>
1135
1136 PR 16286
1137 * gdb.python/py-value.c: #include stdlib.h, string.h.
1138 (str): New struct.
1139 (main): New local xstr.
1140 * gdb.python/py-value.exp (test_value_in_inferior): Add test to
1141 fetch a value as a string with a length beyond the declared length
1142 of the array.
1143
1144 2013-12-10 Andrew Burgess <aburgess@broadcom.com>
1145
1146 * lib/gdb.exp (gdb_compile_shlib): Add call to get_compiler_info,
1147 update comment.
1148
1149 2013-12-10 Joel Brobecker <brobecker@adacore.com>
1150
1151 * gdb.ada/int_deref.exp: Add test verifying that we print
1152 the decoded symbol name when printing the address of Ada
1153 symbols.
1154
1155 2013-12-10 Joel Brobecker <brobecker@adacore.com>
1156
1157 * gdb.mi/mi-start.exp: Add test verifying that -list-features
1158 contains "exec-run-start-option".
1159
1160 2013-12-08 Yao Qi <yao@codesourcery.com>
1161
1162 * lib/gdb.exp (support_complex_tests): Use gdb_produce_source.
1163 (is_elf_target, is_ilp32_target, is_ilp64_target): Likewise.
1164 (is_64_target, is_amd64_regs_target): Likewise.
1165 (skip_altivec_tests, skip_vsx_tests, skip_btrace_tests): Likewise.
1166
1167 2013-12-07 Mike Frysinger <vapier@gentoo.org>
1168
1169 * gdb.ada/uninitialized_vars/parse_controlled.ads: Remove +x file mode.
1170 * gdb.base/testenv.c: Likewise.
1171
1172 2013-12-07 Mike Frysinger <vapier@gentoo.org>
1173
1174 * gdb.hp/gdb.base-hp/so-thresh.sh: Change /bin/ksh to /bin/sh.
1175 * gdb.hp/gdb.objdbg/tools/symaddr: Likewise.
1176 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: Likewise.
1177
1178 2013-12-06 Pedro Alves <palves@redhat.com>
1179
1180 * gdb.dwarf2/dw2-undefined-ret-addr.S: New file.
1181 * gdb.dwarf2/dw2-undefined-ret-addr.c: New file.
1182 * gdb.dwarf2/dw2-undefined-ret-addr.exp: New file.
1183
1184 2013-12-06 Doug Evans <dje@google.com>
1185
1186 * gdb.base/break.exp: Fix setting of $baz.
1187
1188 2013-12-06 Andrew Burgess <aburgess@broadcom.com>
1189
1190 * lib/dwarf.exp: (Dwarf::_location): Handle DW_OP_bit_piece and
1191 DW_OP_plus_uconst.
1192
1193 2013-12-06 Keven Boell <keven.boell@intel.com>
1194
1195 * lib/mi-support.exp (mi_list_varobj_children_range): Add
1196 call to mi_list_array_varobj_children_with_index.
1197 (mi_list_array_varobj_children_with_index): New function.
1198 Add parameter to specify array start.
1199
1200 2013-12-03 Jose E. Marchesi <jose.marchesi@oracle.com>
1201
1202 * gdb.base/sigall.exp (test_one_sig): gdb identifies SIGLOST as a
1203 SIGPWR in sparc64.
1204
1205 * gdb.base/sigall.c (main): In some targets SIGLOST and SIGPWR
1206 have the same signal number. Handle this situation.
1207
1208 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1209
1210 * gdb.ada/dot_all: New testcase.
1211
1212 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1213
1214 * gdb.mi/mi-undefined-cmd.exp: New testcase.
1215
1216 2013-12-03 Joel Brobecker <brobecker@adacore.com>
1217
1218 * gdb.mi/mi-i-cmd.exp: New file.
1219
1220 2013-12-02 Doug Evans <dje@google.com>
1221
1222 * gdb.dwarf/dwp-symlink.c: Fake out gdb to not load debug info
1223 at start.
1224 * gdb.dwarf/dwp-symlink.exp: Test trying to load dwp when the binary
1225 has been specified with a relative path and we have chdir'd before
1226 accessing the debug info.
1227
1228 2013-11-28 Andrew Burgess <aburgess@broadcom.com>
1229
1230 * gdb.trace/unavailable.exp (gdb_collect_args_test): Update
1231 expected results.
1232 (gdb_collect_locals_test): Likewise.
1233 (gdb_collect_globals_test): Likewise.
1234
1235 2013-11-28 Yao Qi <yao@codesourcery.com>
1236
1237 * lib/gdb.exp (with_gdb_prompt): New proc.
1238 * gdb.perf/disassemble.exp: New.
1239 * gdb.perf/disassemble.py: New.
1240
1241 2013-11-26 Luis Machado <lgustavo@codesourcery.com>
1242
1243 * gdb.base/callfuncs.c (main): Assign malloc's return value
1244 and free it afterwards.
1245 * gdb.base/charset-malloc.c (malloc_stub): Likewise.
1246 * gdb.base/printcmds.c (main): Likewise.
1247 * gdb.base/randomize.c (main): Free "p" and change breakpoint
1248 marker position.
1249 * gdb.base/setvar.c (dummy): Assign malloc's return value
1250 and free it afterwards.
1251
1252 2013-11-26 Andrew Burgess <aburgess@broadcom.com>
1253
1254 * gdb.base/setshow.exp: Add $gdb_prompt to the patterns in
1255 gdb_test_multiple.
1256
1257 2013-11-26 Tom Tromey <tromey@redhat.com>
1258
1259 * gdb.dwarf2/dw2-unspecified-ret-addr.S: Remove.
1260 * gdb.dwarf2/dw2-unspecified-ret-addr.c: Remove.
1261 * gdb.dwarf2/dw2-unspecified-ret-addr.exp: Remove.
1262
1263 2013-11-25 Keith Seitz <keiths@redhat.com>
1264
1265 PR c++/14819
1266 * gdb.cp/impl-this.cc: New file.
1267 * gdb.cp/impl-this.exp: New file.
1268
1269 2013-11-25 Yao Qi <yao@codesourcery.com>
1270
1271 * gdb.perf/backtrace.c: New.
1272 * gdb.perf/backtrace.exp: New.
1273 * gdb.perf/backtrace.py: New.
1274
1275 2013-11-24 Yao Qi <yao@codesourcery.com>
1276
1277 * gdb.perf/single-step.c: New.
1278 * gdb.perf/single-step.exp: New.
1279 * gdb.perf/single-step.py: New.
1280
1281 2013-11-23 Doug Evans <xdje42@gmail.com>
1282
1283 * gdb.base/ena-dis-br.exp: Add missing quote to "step after continue
1284 with ignore count".
1285
1286 2013-11-23 Doug Evans <xdje42@gmail.com>
1287
1288 * gdb.python/py-value.exp (test_lazy_strings): Tweak test names.
1289 (test_subscript_regression): Ditto.
1290 (top level): Run test_subscript_regression for c++ with "c++" prefix.
1291
1292 2013-11-23 Doug Evans <xdje42@gmail.com>
1293
1294 * gdb.python/py-type.exp (test_enums): Fix typo.
1295
1296 2013-11-23 Doug Evans <xdje42@gmail.com>
1297
1298 * gdb.python/py-symbol.exp: Add some comments. Make all test names
1299 unique.
1300
1301 2013-11-23 Doug Evans <xdje42@gmail.com>
1302
1303 * gdb.python/py-symbol.exp: Fix whitespace.
1304
1305 2013-11-23 Doug Evans <xdje42@gmail.com>
1306
1307 * gdb.python/python.exp: Don't call skip_python_tests, we still want
1308 to test some things in the case where python is not configured in.
1309
1310 2013-11-22 Pedro Alves <palves@redhat.com>
1311
1312 * gdb.dwarf2/dw2-bad-cfi.S: Rename to ...
1313 * gdb.dwarf2/dw2-unspecified-ret-addr.S: ... this. Adjust.
1314 * gdb.dwarf2/dw2-bad-cfi.c: Rename to ...
1315 * gdb.dwarf2/dw2-unspecified-ret-addr.c: ... this.
1316 * gdb.dwarf2/dw2-bad-cfi.exp: Rename to ...
1317 * gdb.dwarf2/dw2-unspecified-ret-addr.exp: ... this.
1318
1319 2013-11-22 Tom Tromey <tromey@redhat.com>
1320
1321 * gdb.dwarf2/dw2-bad-cfi.S: Update comment.
1322
1323 2013-11-22 Tom Tromey <tromey@redhat.com>
1324
1325 * gdb.dwarf2/dw2-bad-cfi.c: New file.
1326 * gdb.dwarf2/dw2-bad-cfi.exp: New file.
1327 * gdb.dwarf2/dw2-bad-cfi.S: New file.
1328
1329 2013-11-22 Pedro Alves <palves@redhat.com>
1330
1331 PR 16155
1332 * gdb.dwarf2/dw2-dup-frame.S: New file.
1333 * gdb.dwarf2/dw2-dup-frame.c: New file.
1334 * gdb.dwarf2/dw2-dup-frame.exp: New file.
1335
1336 2013-11-22 Yao Qi <yao@codesourcery.com>
1337
1338 * lib/mi-support.exp (mi_create_dynamic_varobj): Update
1339 comment and add one more argument "has_more".
1340 * gdb.python/py-mi.exp: Callers update.
1341
1342 2013-11-22 Yao Qi <yao@codesourcery.com>
1343
1344 * gdb.python/py-mi.exp: Use mi_create_floating_varobj instead
1345 of mi_create_dynamic_varobj.
1346
1347 2013-11-20 Pedro Alves <palves@redhat.com>
1348
1349 * gdb.base/maint.exp (maint print objfiles): Consume one line at a
1350 time, and run it through all three milestone regexes.
1351
1352 2013-11-20 Sanimir Agovic <sanimir.agovic@intel.com>
1353
1354 * gdb.base/eval-avoid-side-effects.exp: New file.
1355
1356 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
1357
1358 * gdb.arch/i386-mpx.c: New file
1359 * gdb.arch/i386-mpx.exp: New file.
1360
1361 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
1362
1363 * gdb.python/py-pp-maint.exp: Consider new pretty-print added
1364 for bnd registers.
1365
1366 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
1367
1368 * gdb.xml/maint_print_struct.xml (bitfield): Added bitfield having
1369 start and end equal 0.
1370
1371 2013-11-19 Yao Qi <yao@codesourcery.com>
1372
1373 * lib/mi-support.exp (mi_child_regexp): Remove 'whatever'.
1374 (mi_list_varobj_children_range): Likewise.
1375
1376 2013-11-19 Yao Qi <yao@codesourcery.com>
1377
1378 * lib/mi-support.exp (mi_child_regexp): Remove unnecessary '\'.
1379
1380 2013-11-19 Yao Qi <yao@codesourcery.com>
1381
1382 * lib/mi-support.exp: Fix format.
1383
1384 2013-11-19 Joel Brobecker <brobecker@adacore.com>
1385
1386 * gdb.ada/py_range: New testcase.
1387
1388 2013-11-18 Joel Brobecker <brobecker@adacore.com>
1389
1390 * mi-language.exp: Add "-list-features" test verifying that
1391 its output contains "language-option".
1392
1393 2013-11-16 Joel Brobecker <brobecker@adacore.com>
1394
1395 * info_exc/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
1396 * info_exc/foo.adb: Adjust to new exception name.
1397 * info_exc.exp: Adjust after exception renaming in const.ads.
1398 Update "info exception global" test to test "info exceptions
1399 global_gdb" instead.
1400
1401 * mi_exc_info/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
1402 * mi_exc_info/foo.adb (Adjust to new exception name.
1403 * mi_exc_info.exp: Adjust after exception renaming in const.ads.
1404 Update "-info-ada-exceptions global" test to test
1405 "-info-ada-exceptions global_gdb" instead.
1406
1407 2013-11-15 Luis Machado <lgustavo@codesourcery.com>
1408
1409 * lib/mi-support.exp (mi_gdb_test): Expect different formats
1410 of inferior output for remote and native sessions.
1411 * gdb.mi/mi-console.exp: Remove obsolete comment.
1412 Check for semihosted inferior output pattern.
1413 (semihosted_string): New function.
1414
1415 2013-11-15 Joel Brobecker <brobecker@adacore.com>
1416
1417 * gdb.ada/info_exc.exp: Allow other global exceptions to be
1418 listed in the output of "info exceptions".
1419 * gdb.ada/mi_exc_info.exp: Allow other global exceptions to be
1420 listed in the output of "-info-ada-exceptions".
1421
1422 2013-11-15 Joel Brobecker <brobecker@adacore.com>
1423
1424 * gdb.ada/info_exc.exp: Start inferior before starting
1425 the "info exceptions" tests.
1426 * gdb.ada/mi_exc_info.exp: Start inferior before starting
1427 the "-info-ada-exceptions" tests.
1428
1429 2013-11-15 Tom Tromey <tromey@redhat.com>
1430
1431 * gdb.cp/includefile: New file.
1432 * gdb.cp/filename.exp: New file.
1433 * gdb.cp/filename.cc: New file.
1434
1435 2013-11-15 Doug Evans <xdje42@gmail.com>
1436
1437 * gdb.python/py-breakpoint.exp: Make tests have unique names.
1438
1439 2013-11-15 Doug Evans <xdje42@gmail.com>
1440
1441 * gdb.python/py-breakpoint.exp: Reformat for 80 columns.
1442
1443 2013-11-15 Doug Evans <xdje42@gmail.com>
1444
1445 * gdb.python/py-breakpoint.exp: Split up into several functions,
1446 each with their own test prefix.
1447
1448 2013-11-15 Joel Brobecker <brobecker@adacore.com>
1449
1450 * gdb.ada/O2_float_param: New testcase.
1451
1452 2013-11-14 Tom Tromey <tromey@redhat.com>
1453
1454 * Makefile.in (check-parallel): Print summary from gdb.sum.
1455
1456 2013-11-14 Omair Javaid <Omair.Javaid@linaro.org>
1457
1458 * gdb.dwarf2/dw2-case-insensitive-debug.S: Updated compile unit
1459 and function label names.
1460 * gdb.dwarf2/dw2-case-insensitive.c: Created function and
1461 compile unit labels.
1462
1463 2013-11-14 Joel Brobecker <brobecker@adacore.com>
1464
1465 * gdb.mi/mi-language.exp: New file.
1466
1467 2013-09-17 Keith Seitz <keiths@redhat.com>
1468
1469 PR c++/7935
1470 PR c++/10541
1471 * gdb.cp/nsalias.exp: New file.
1472 * gdb.cp/nsalias.cc: New file.
1473 * gdb.cp/nsrecurs.exp: Remove kfails. Conditionally run
1474 tests only on known, working compiler versions.
1475
1476 2013-11-13 Tom Tromey <tromey@redhat.com>
1477
1478 * gdb.multi/multi-arch-exec.exp: Define BASEDIR when compiling.
1479 * gdb.multi/multi-arch-exec.c (main): Use BASEDIR.
1480
1481 2013-11-12 Doug Evans <dje@google.com>
1482
1483 * gdb.base/fileio.exp: Make $dir2 writable after the test is done
1484 so that "rm -rf $builddir" Just Works.
1485
1486 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1487
1488 * gdb.ada/mi_exc_info: New testcase.
1489
1490 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1491
1492 * gdb.ada/info_exc: New testcase.
1493
1494 2013-11-11 Doug Evans <dje@google.com>
1495
1496 * gdb.arch/arm-bl-branch-dest.exp: Use gdb_test_file_name instead
1497 of testfile.
1498
1499 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1500
1501 * gdb.python/py-linetable.S: New file.
1502 * gdb.python/py-linetable.c: New file.
1503 * gdb.python/py-linetable.exp: New file.
1504
1505 2013-11-11 Joel Brobecker <brobecker@adacore.com>
1506
1507 * gdb.ada/mi_ex_cond: New testcase.
1508
1509 2013-11-07 Doug Evans <dje@google.com>
1510
1511 PR 11786
1512 * gdb.base/gcore-relro-pie.c: New file.
1513 * gdb.base/gcore-relro-pie.exp: New file.
1514
1515 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1516
1517 * gdb.python/py-cmd.exp: Add COMPLETE_EXPRESSION tests.
1518 * gdb.python/py-cmd.c: New File.
1519
1520 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1521
1522 * gdb.python/py-breakpoint.exp: Add temporary breakpoint tests.
1523
1524 2013-11-06 Doug Evans <xdje42@gmail.com>
1525
1526 * gdb.python/py-arch.exp: Tweak test name for bad memory access test.
1527
1528 2013-11-06 Yao Qi <yao@codesourcery.com>
1529
1530 * lib/gdb.exp (gdb_produce_source): New procedure.
1531 * gdb.perf/solib.c: New.
1532 * gdb.perf/solib.exp: New.
1533 * gdb.perf/solib.py: New.
1534
1535 2013-11-06 Yao Qi <yao@codesourcery.com>
1536
1537 * README: Mention performance tests.
1538
1539 2013-11-06 Yao Qi <yao@codesourcery.com>
1540
1541 * lib/perftest.exp: New.
1542 * gdb.perf/lib/perftest/__init__.py: New.
1543 * gdb.perf/lib/perftest/measure.py: New.
1544 * gdb.perf/lib/perftest/perftest.py: New.
1545 * gdb.perf/lib/perftest/reporter.py: New.
1546 * gdb.perf/lib/perftest/testresult.py: New.
1547
1548 2013-11-06 Yao Qi <yao@codesourcery.com>
1549
1550 * Makefile.in (check-perf): New target.
1551 * configure.ac (AC_OUTPUT): Output Makefile in gdb.perf.
1552 * configure: Re-generated.
1553 * gdb.perf/Makefile.in: New.
1554
1555 2013-11-04 Tom Tromey <tromey@redhat.com>
1556
1557 * Makefile.in (TEST_DIRS): Remove.
1558 (TEST_TARGETS, check-parallel): Rewrite.
1559 (check-gdb.%, BASE1_FILES, BASE2_FILES, check-gdb.base%)
1560 (subdir_do, subdirs): Remove.
1561 (do-check-parallel, check/%): New targets.
1562 (clean): Remove outputs, temp, and cache directories.
1563 (saw_dash_j): New variable.
1564 (CHECK_TARGET): Use it.
1565 (check): Depend on all, site.exp. Rewrite.
1566 (check-single): Remove dependencies.
1567 (slow_tests, all_tests, reordered_tests): New variables.
1568
1569 2013-11-04 Tom Tromey <tromey@redhat.com>
1570
1571 * gdb.dwarf2/fission-base.S: Remove "gdb.dwarf/".
1572 * gdb.dwarf2/fission-base.exp: Set debug-file-directory
1573 before loading binfile.
1574 * gdb.dwarf2/fission-loclists.S: Remove "gdb.dwarf/".
1575 * gdb.dwarf2/fission-loclists.exp: Set debug-file-directory
1576 before loading binfile.
1577
1578 2013-11-04 Tom Tromey <tromey@redhat.com>
1579
1580 * gdb.base/foll-exec.c (main): Use BASEDIR.
1581 * gdb.base/foll-exec.exp: Define BASEDIR during compilation.
1582 * gdb.base/foll-vfork.c (main): Use BASEDIR.
1583 * gdb.base/foll-vfork.exp: Define BASEDIR during compilation.
1584 * gdb.multi/bkpt-multi-exec.c (main): Use BASEDIR.
1585 * gdb.multi/bkpt-multi-exec.exp: Define BASEDIR during compilation.
1586
1587 2013-11-04 Tom Tromey <tromey@redhat.com>
1588
1589 * gdb.base/argv0-symlink.exp: Compute executable's directory
1590 dynamically.
1591
1592 2013-11-04 Tom Tromey <tromey@redhat.com>
1593
1594 * gdb.asm/asm-source.exp: Use standard_output_file.
1595
1596 2013-11-04 Tom Tromey <tromey@redhat.com>
1597
1598 * gdb.server/file-transfer.exp: Use standard_output_file.
1599
1600 2013-11-04 Tom Tromey <tromey@redhat.com>
1601
1602 * gdb.base/fullname.exp: Use standard_output_file,
1603 relative_filename.
1604 * gdb.base/hashline1.exp: Use standard_testfile,
1605 standard_output_file, relative_filename, clean_restart.
1606 * gdb.base/hashline2.exp: Use standard_testfile,
1607 standard_output_file.
1608 * gdb.base/hashline3.exp: Use standard_testfile,
1609 standard_output_file, relative_filename.
1610 * lib/gdb.exp (relative_filename): New proc.
1611
1612 2013-11-04 Tom Tromey <tromey@redhat.com>
1613
1614 * gdb.base/fileio.c (test_open, test_write, test_read)
1615 (test_lseek, test_close, test_stat, test_fstat)
1616 (test_isatty, test_system, test_rename, test_unlink):
1617 Use OUTDIR define.
1618 * gdb.base/fileio.exp: Define OUTDIR during compilation.
1619 Use standard_output_file.
1620
1621 2013-11-04 Tom Tromey <tromey@redhat.com>
1622
1623 * gdb.base/checkpoint.c (main): Use PI_TXT and COPY1_TXT
1624 defines.
1625 * gdb.base/checkpoint.exp: Define PI_TXT and COPY1_TXT during
1626 compilation. Use prepare_for_testing, standard_output_file.
1627
1628 2013-11-04 Tom Tromey <tromey@redhat.com>
1629
1630 * gdb.base/advance.exp: Use standard_testfile and
1631 prepare_for_testing.
1632 * gdb.base/bigcore.exp: Use standard_output_file. "cd" to
1633 appropriate directory when local.
1634 * gdb.base/dump.exp: Use standard_output_file. Update all
1635 "dump" and "restore" filenames.
1636 * gdb.base/interact.exp: Use standard_output_file.
1637 * gdb.base/jit-so.exp: Don't download file when local.
1638 * gdb.base/jit.exp (compile_jit_test): Don't download file
1639 when local.
1640 * gdb.base/list.exp: Use gdb_remote_download.
1641 * gdb.base/maint.exp: Use standard_output_file.
1642 * gdb.base/prelink.exp: Use standard_output_file.
1643 * gdb.base/save-bp.exp: Use standard_output_file.
1644 * gdb.base/sepdebug.exp: Use standard_testfile,
1645 standard_output_file.
1646 (test_different_dir): Don't declare objdir.
1647 * gdb.base/solib-search.exp: Use standard_output_file.
1648 * gdb.base/step-line.exp: Use gdb_remote_download.
1649 * gdb.base/trace-commands.exp: Use standard_output_file.
1650
1651 2013-11-04 Tom Tromey <tromey@redhat.com>
1652
1653 * gdb.trace/mi-traceframe-changed.exp: Pass -DTFILE_DIR
1654 to compilation. Use standard_output_file.
1655 (test_tfind_tfile): Update.
1656 * gdb.trace/tfile.c (write_basic_trace_file)
1657 (write_error_trace_file): Use TFILE_DIR.
1658 * gdb.trace/tfile.exp: Pass -DTFILE_DIR to compilation. Use
1659 standard_output_file.
1660
1661 2013-11-04 Tom Tromey <tromey@redhat.com>
1662
1663 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
1664 Use "dwarf2 always-disassemble" for the "maint set" test.
1665 * gdb.mi/mi-file-transfer.exp (test_file_transfer): Use
1666 standard_output_file.
1667 * gdb.mi/mi-logging.exp: Use standard_output_file.
1668
1669 2013-11-04 Tom Tromey <tromey@redhat.com>
1670
1671 * gdb.xml/tdesc-arch.exp: Use standard_output_file. Make
1672 downloads conditional on remote host.
1673 (set_arch): Likewise.
1674 * gdb.xml/tdesc-regs.exp: Use gdb_remote_download.
1675 (load_description): Use standard_output_file.
1676
1677 2013-11-04 Tom Tromey <tromey@redhat.com>
1678
1679 * gdb.gdb/selftest.exp: Use standard_output_file.
1680 * lib/selftest-support.exp (do_self_tests): Use
1681 standard_output_file.
1682
1683 2013-11-04 Tom Tromey <tromey@redhat.com>
1684
1685 * gdb.stabs/weird.exp: Use gdb_remote_download and
1686 standard_output_file.
1687
1688 2013-11-04 Tom Tromey <tromey@redhat.com>
1689
1690 * gdb.base/gcore-buffer-overflow.exp: Use
1691 standard_output_file, not standard_testfile.
1692 * gdb.base/twice.exp: Use standard_testfile, not
1693 standard_output_file. Use gdb_remote_download.
1694
1695 2013-11-04 Tom Tromey <tromey@redhat.com>
1696
1697 * lib/gdb.exp (get_compiler_info): Use log_file -info and
1698 restore from that.
1699
1700 2013-11-02 Maciej W. Rozycki <macro@codesourcery.com>
1701
1702 * gdb.cp/derivation.exp: s/perrro/perror/
1703
1704 2013-11-01 Maciej W. Rozycki <macro@codesourcery.com>
1705
1706 * gdb.dwarf2/dwzbuildid.exp: Rename `outdir' variable to
1707 `debugdir'.
1708
1709 2013-10-31 Andrew Burgess <aburgess@broadcom.com>
1710
1711 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): Add additional
1712 tests and update expected error message.
1713 (test_watch_register_location): New tests.
1714 (do_tests): Call test_watch_register_location.
1715 * gdb.base/watchpoints.exp: Update expected error message.
1716
1717 2013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
1718
1719 * gdb.arch/s390-multiarch.exp (test_linux_v2): Add $gdb_prompt to
1720 the patterns in gdb_test_multiple.
1721
1722 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1723
1724 * gdb.base/sym-file-lib.c: New file.
1725 * gdb.base/sym-file-loader.c: New file.
1726 * gdb.base/sym-file-loader.h: New file.
1727 * gdb.base/sym-file-main.c: New file.
1728 * gdb.base/sym-file.exp: New file.
1729 * lib/gdb.exp (is_elf_target): New function.
1730
1731 2013-10-29 Pedro Alves <palves@redhat.com>
1732
1733 * gdb.mi/mi-console.c, gdb.mi/mi-stack.c: Remove local emacs
1734 variable setting change-log-default-name to ChangeLog-mi.
1735
1736 2013-10-29 Andrew Burgess <aburgess@broadcom.com>
1737
1738 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test):
1739 Expect <unavailable> pattern.
1740
1741 2013-10-28 Tom de Vries <tom@codesourcery.com>
1742
1743 * gdb.arch/thumb2-it.S (it_8): Fix typo.
1744
1745 2013-10-25 Anton Kolesov <Anton.Kolesov@synopsys.com> (tiny change)
1746
1747 * gdb.base/bang.exp: Use gdb_continue_to_end to properly support
1748 remote stubs where exit() behaviour is unreliable.
1749
1750 2013-10-25 Pedro Alves <palves@redhat.com>
1751
1752 * gdb.cp/m-static.exp: Adjust expected output of printing a
1753 nonexistent or optimized out static field. Also test printing the
1754 the "container" object.
1755
1756 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
1757
1758 * lib/gdb.exp (gdb_finish): Send a kill request to `gdbserver'
1759 if in the persistent mode.
1760 * gdb.trace/disconnected-tracing.exp: Reconnect before completion.
1761
1762 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
1763
1764 * lib/gdb.exp (gdb_gcore_cmd): Also handle a "Target does not
1765 support core file generation" reply.
1766
1767 2013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
1768
1769 PR gdb/15986
1770 * gdb.base/run.c (main): gdb_get_line_number tag added for
1771 commands.exp.
1772 (factorial): Likewise.
1773
1774 * gdb.base/commands.exp (watchpoint_command_test): Use
1775 gdb_get_line_number in order to determine the locations in run.c
1776 where local_var is detected to go out of scope.
1777
1778 2013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
1779
1780 * gdb.base/gnu_vector.exp: Care about endianness when casting
1781 scalars to vectors.
1782
1783 2013-10-18 Tom Tromey <tromey@redhat.com>
1784
1785 * lib/gdb.exp (build_executable_from_specs): Remove duplicate set
1786 of "binfile".
1787
1788 2013-10-18 Andrew Burgess <aburgess@broadcom.com>
1789
1790 * gdb.base/watchpoints.exp: Add test for setting software
1791 watchpoints of different types before starting the inferior.
1792
1793 2013-10-18 Pedro Alves <palves@redhat.com>
1794
1795 PR gdb/16062
1796 * gdb.threads/stepi-random-signal.c: New file.
1797 * gdb.threads/stepi-random-signal.exp: New file.
1798
1799 2013-10-17 Maciej W. Rozycki <macro@codesourcery.com>
1800
1801 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
1802 Fix comment typo.
1803 * lib/gdb.exp (gdb_init): Likewise.
1804
1805 2013-10-17 Tom Tromey <tromey@redhat.com>
1806
1807 * gdb.base/printcmds.exp (test_printf): Test printf flushing.
1808
1809 2013-10-14 Tom Tromey <tromey@redhat.com>
1810
1811 * gdb.dwarf2/dwzbuildid.exp (write_dwarf_file): Pass explicit test
1812 name to gdb_test_no_output.
1813
1814 2013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1815
1816 Canonicalize directories for EXEC_FILENAME.
1817 * gdb.base/argv0-symlink.exp
1818 (kept file symbolic link name for info inferiors): New.
1819 (kept directory symbolic link name): Setup kfail.
1820 (kept directory symbolic link name for info inferiors): New.
1821
1822 2013-10-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
1823
1824 * gdb.arch/s390-multiarch.exp: New file.
1825 * gdb.arch/s390-multiarch.c: New file.
1826
1827 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1828
1829 * gdb.ada/mi_catch_ex.exp: Adjusts all "catch ..." tests to
1830 use the appropriate GDB/MI command instead, and verify
1831 the test output.
1832
1833 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1834
1835 * gdb.base/source-nofile.gdb: New file.
1836 * gdb.base/source.exp: Add two tests verifying the behavior when
1837 the "source" command is given a non-existant filename.
1838
1839 2013-10-11 Yao Qi <yao@codesourcery.com>
1840
1841 * gdb.mi/mi-catch-load.c: Remove the include of "dlfcn.h".
1842 [__WIN32__]: Include "windows.h" and define macro 'dlopen'
1843 and 'dlclose'.
1844 [!__WIN32__]: Include "dlfcn.h".
1845 * gdb.mi/mi-catch-load.exp: Set up kfail.
1846
1847 2013-10-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1848
1849 * lib/gdb.exp (gdb_core_cmd): Replace fixed string "re-load
1850 generated corefile" by argument "$test".
1851
1852 2013-10-09 Pedro Alves <palves@redhat.com>
1853
1854 * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust expected
1855 output.
1856
1857 2013-10-09 Pedro Alves <palves@redhat.com>
1858
1859 * gdb.base/catch-syscall.exp (test_catch_syscall_without_args)
1860 (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
1861 (test_catch_syscall_with_wrong_args)
1862 (test_catch_syscall_restarting_inferior)
1863 (test_catch_syscall_fail_nodatadir)
1864 (test_catch_syscall_without_args_noxml)
1865 (test_catch_syscall_with_args_noxml)
1866 (test_catch_syscall_with_wrong_args_noxml): Use with_test_prefix.
1867
1868 2013-10-08 Tom Tromey <tromey@redhat.com>
1869
1870 * gdb.dwarf2/dwzbuildid.exp: New file.
1871 * lib/dwarf.exp (Dwarf::_section): Add "flags" and "type"
1872 parameters.
1873 (Dwarf::_defer_output): Change "section" parameter to
1874 "section_spec"; update.
1875 (Dwarf::gnu_debugaltlink, Dwarf::_note, Dwarf::build_id): New
1876 procs.
1877
1878 2013-10-08 Joel Brobecker <brobecker@adacore.com>
1879
1880 * gdb.ada/mi_catch_ex.exp: Make "mi_execute_to" test names unique.
1881
1882 2013-10-07 Tom Tromey <tromey@redhat.com>
1883
1884 * lib/mi-support.exp (varobj_tree::walk_tree): Set _root_idx
1885 to 0.
1886
1887 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1888
1889 * gdb.base/corefile.exp: Test whether $_exitsignal is set and
1890 $_exitcode is void when opening a corefile.
1891 * gdb.base/exitsignal.exp: New file.
1892 * gdb.base/segv.c: Likewise.
1893 * gdb.base/normal.c: Likewise.
1894
1895 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1896
1897 * gdb.mi/mi-start.c, gdb.mi/mi-start.exp: New files.
1898
1899 2013-10-02 Vidya Praveen <vidyapraveen@arm.com>
1900
1901 * gdb.trace/entry-values.exp: Modify regular expression to scan for
1902 'bl' instruction instead of 'call' for ARM and AArch64 targets.
1903
1904 2013-10-02 Pedro Alves <palves@redhat.com>
1905
1906 * gdb.dwarf2/dw2-reg-undefined.exp <pattern_rax_rbx_rcx_print,
1907 pattern_rax_rbx_rcx_info>: Set to "<not saved>".
1908 * gdb.mi/mi-reg-undefined.exp (opt_out_pattern): Delete.
1909 (not_saved_pattern): New.
1910 Replace use of the former with the latter.
1911
1912 2013-10-02 Pedro Alves <palves@redhat.com>
1913
1914 * README (Board Settings): Document "exit_is_reliable".
1915 * lib/gdb.exp (gdb_continue_to_end): Check whether the board says
1916 running to exit reliably reports program exits.
1917 * boards/native-gdbserver.exp: Set exit_is_reliable in the board
1918 info.
1919 * boards/native-stdio-gdbserver.exp: Likewise.
1920
1921 2013-10-01 Doug Evans <dje@google.com>
1922
1923 * gdb.python/python.exp: Remove redundant print-stack tests.
1924 Make all print-stack test names unique. Fix spelling of print-stack.
1925
1926 2013-09-29 Yao Qi <yao@codesourcery.com>
1927
1928 * gdb.base/shreloc.exp: Set $msymfile to 'shreloc.txt' if host
1929 is remote.
1930
1931 2013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1932
1933 PR shlibs/8882
1934 * gdb.base/corefile.exp: Add a check to assure warning-free
1935 core-file load.
1936
1937 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1938
1939 * gdb.dwarf2/dwp-symlink.c: New file.
1940 * gdb.dwarf2/dwp-symlink.exp: New file.
1941
1942 2013-09-20 Doug Evans <dje@google.com>
1943
1944 * lib/dwarf.exp (build_executable_from_fission_assembler): New proc.
1945 * gdb.dwarf2/fission-base.S: Update. Split out .dwo into separate
1946 file.
1947 * gdb.dwarf2/fission-loclists.S: Ditto.
1948 * gdb.dwarf2/fission-reread.S: Ditto.
1949 * gdb.dwarf2/fission-base.exp: Skip of remote host. Compile with
1950 build_executable_from_fission_assembler.
1951 * gdb.dwarf2/fission-loclists.exp: Ditto.
1952 * gdb.dwarf2/fission-reread.exp: Ditto.
1953
1954 * lib/future.exp (gdb_find_objcopy, gdb_find_readelf): New procs.
1955 * lib/gdb.exp (build_id_debug_filename_get): Update to use them.
1956 (gdb_gnu_strip_debug): Ditto.
1957 * lib/prelink-support.exp (section_get, prelink_no): Ditto.
1958 * gdb.arch/altivec-abi.exp: Ditto.
1959 * gdb.base/attach-pie-misread.exp: Ditto.
1960 * gdb.base/comprdebug.exp: Ditto.
1961 * gdb.base/dup-sect.exp: Ditto.
1962 * gdb.base/gnu-debugdata.exp: Ditto.
1963 * gdb.base/step-symless.exp: Ditto.
1964 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
1965 * gdb.dwarf2/dw2-skip-prologue.exp: Ditto.
1966 * gdb.dwarf2/gdb-index.exp: Ditto.
1967
1968 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
1969
1970 * gdb.dwarf2/dw2-reg-undefined.exp: Change pattern for info
1971 register to "<optimized out>", and also print the registers.
1972
1973 2013-09-18 Pedro Alves <palves@redhat.com>
1974
1975 PR server/15967
1976 * gdb.server/wrapper.exp: Also return unsupported for Cygwin, and
1977 change text.
1978
1979 2013-09-18 Yao Qi <yao@codesourcery.com>
1980
1981 * gdb.server/wrapper.c: New.
1982 * gdb.server/wrapper.exp: New.
1983
1984 2013-09-17 Muhammad Waqas <mwaqas@codesourccery.com>
1985 Jan Kratochvil <jan.kartochvil@redhat.com>
1986 Pedro Alves <palves@redhat.com>
1987
1988 PR gdb/11568
1989 * gdb.thread/thread-specific-bp.c: New file.
1990 * gdb.thread/thread-specific-bp.exp: New file.
1991
1992 2013-09-17 Sergio Durigan Junior <sergiodj@redhat.com>
1993
1994 * gdb.base/defaults.exp (<show_conv_list>): Add check for $_isvoid
1995 convenience function.
1996
1997 2013-09-17 Pedro Alves <palves@redhat.com>
1998
1999 PR gdb/15911
2000 * gdb.threads/info-threads-cur-sal-2.c: New file.
2001 * gdb.threads/info-threads-cur-sal.c: New file.
2002 * gdb.threads/info-threads-cur-sal.exp: New file.
2003
2004 2013-09-17 Yao Qi <yao@codesourcery.com>
2005
2006 * gdb.base/catch-load.c: Remove the include of "dlfcn.h".
2007 [__WIN32__]: Include "windows.h" and define macro dlopen
2008 and dlclose.
2009 [!__WIN32__]: Include "dlfcn.h".
2010 * gdb.base/catch-load.exp (one_catch_load_test): Match
2011 directory separator.
2012
2013 2013-09-16 Doug Evans <dje@google.com>
2014
2015 * lib/gdb.exp (using_fission): New proc.
2016 * gdb.base/info-macros.exp: Skip test if using Fission.
2017
2018 * gdb.base/break-interp.exp: Fix indentation.
2019
2020 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
2021
2022 * gdb.base/gdbvars.c (foo_void): New function.
2023 (foo_int): Likewise.
2024 * gdb.base/gdbvars.exp (test_convenience_functions): New
2025 function. Call it.
2026
2027 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
2028
2029 * gdb.arch/s390-tdbregs.c: New file.
2030 * gdb.arch/s390-tdbregs.exp: New file.
2031
2032 2013-09-12 Stan Shebs <stan@codesourcery.com>
2033
2034 * README: New file.
2035
2036 2013-09-12 Doug Evans <dje@google.com>
2037
2038 * gdb.python/py-events.py (new_objfile_handler): Remove accidentally
2039 added code to print event.inferior.
2040
2041 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2042
2043 * gdb.base/gnu-debugdata.exp (objcopy 1): Move it lower and use only
2044 debug part of the binary.
2045
2046 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2047
2048 * gdb.base/gnu-debugdata.exp (strip): Add -R .comment.
2049 (addlink): Add comment.
2050
2051 2013-09-10 Sanimir Agovic <sanimir.agovic@intel.com>
2052
2053 * gdb.base/default.exp: Adjust regexpr for 'cd' to match optional
2054 canonical pathname.
2055
2056 2013-09-04 Doug Evans <dje@google.com>
2057
2058 * gdb.python/py-events.py (exit_handler): Verify we get the expected
2059 event.
2060 (continue_handler, new_objfile_handler): Ditto.
2061 (test_events): Rename command to "test-events".
2062 (test_newobj_events): Rename command to "test-objfile-events".
2063 * gdb.python/py-events.exp: Update.
2064 * gdb.python/py-evsignal.exp: Update.
2065 * gdb.python/py-evthreads.exp: Update.
2066
2067 * gdb.base/enumval.c (ZERO): New enum value.
2068 (main): Use it
2069 * gdb.base/enumval.exp: Test ability to print ZERO.
2070
2071 2013-09-03 Muhammad Bilal <mbilal@codesourcery.com>
2072 Pedro Alves <palves@redhat.com>
2073
2074 * gdb.base/relocate.exp: Check that invalid options are
2075 rejected.
2076
2077 2013-08-30 Andrew Burgess <aburgess@broadcom.com>
2078
2079 * gdb.base/code_elim1.c (my_bss_symbol): New variable added.
2080 (my_static_symbol): Add comment.
2081 (main): Reference my_bss_symbol.
2082
2083 2013-08-30 Phil Muldoon <pmuldoon@redhat.com>
2084
2085 * gdb.python/py-arch.exp: Tests for invalid architecture.
2086
2087 2013-08-29 Sterling Augustine <saugustine@google.com>
2088
2089 * boards/remote-stdio-gdbserver.exp: Set rcp_prog and
2090 rsh_prog in new conditional. Move use of REMOTE_PORTNUM into
2091 said conditional.
2092
2093 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
2094
2095 * gdb.python/py-arch.exp: Load gdb-python.exp.
2096
2097 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
2098
2099 * gdb.python/py-framefilter.py (FrameFilter.filter): Check
2100 itertools for imap attribute. Otherwise use map().
2101 (ElidingIterator): Define wrapper function __next__.
2102 * gdb.python/py-framefilter-mi.exp: Do not use execfile,
2103 use exec (open (read ())) instead.
2104 * gdb.python/py-framefilter.exp: Ditto.
2105 * gdb.python/py-arch.exp: Update print based test to Python 3.x
2106 compliance.
2107 * gdb.python/py-frame.exp: Ditto.
2108 * gdb.python/py-type.exp: Ditto.
2109
2110 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
2111
2112 PR gdb/15415
2113 * gdb.base/argv0-symlink.c: New file.
2114 * gdb.base/argv0-symlink.exp: New file.
2115
2116 2013-08-28 Tom Tromey <tromey@redhat.com>
2117
2118 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Use explicit test name
2119 when saving index.
2120
2121 2013-08-27 Yao Qi <yao@codesourcery.com>
2122
2123 * gdb.trace/entry-values.exp: Test unavailable entry value is
2124 not shown when option '--skip-unavailable' is specified.
2125 * gdb.trace/mi-trace-unavailable.exp (test_trace_unavailable):
2126 Add tests for new option '--skip-unavailable'.
2127
2128 2013-08-27 Yao Qi <yao@codesourcery.com>
2129
2130 * lib/gdb.exp (gdb_remote_download): Don't pass $tofile to
2131 remote_download if it is empty.
2132
2133 2013-08-26 Doug Evans <dje@google.com>
2134
2135 PR symtab/15885
2136 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add gdb-index.
2137 (clean): rm -f *.gdb-index *.with-index.
2138 * gdb.dwarf2/gdb-index.exp: New testcase.
2139
2140 * lib/gdb.exp (run_on_host): Moved here from gnu-debugdata.exp.
2141 * gdb.base/gnu-debugdata.exp (run): Moved to gdb.exp and renamed to
2142 run_on_host. All callers updated.
2143
2144 2013-08-24 Yao Qi <yao@codesourcery.com>
2145
2146 * gdb.trace/entry-values.c (end): New
2147 (main): Call end.
2148 * gdb.trace/entry-values.exp: Load trace-support.exp. Set
2149 tracepoint and collect data. Test entry value is unavailable.
2150
2151 2013-08-24 Yao Qi <yao@codesourcery.com>
2152
2153 * lib/dwarf.exp (_location): Handle DW_OP_deref_size.
2154 * gdb.trace/entry-values.c: New.
2155 * gdb.trace/entry-values.exp: New.
2156
2157 2013-07-12 Muhammad Waqas <mwaqas@codesourccery.com>
2158
2159 PR gdb/15501
2160 * gdb.base/ena-dis-br.exp: Add test to verify
2161 enable/disable commands work correctly with
2162 multiple arguments that include multiple locations.
2163
2164 2013-08-22 Samuel Bronson <naesten@gmail.com>
2165
2166 ARM Linux support for `catch syscall'.
2167 * gdb.base/catch-syscall.exp: Test this on ARM now.
2168 (fill_all_syscalls_numbers): ARM has close/chroot on 6/61, too.
2169
2170 2013-08-22 Tom Tromey <tromey@redhat.com>
2171
2172 * lib/dwarf.exp (cu, tu): Handle addr_size of "default". Change
2173 default addr_size.
2174 * lib/gdb.exp (is_64_target): New gdb_caching_proc.
2175
2176 2013-08-22 Tom Tromey <tromey@redhat.com>
2177
2178 * lib/gdb.exp (skip_btrace_tests): Use gdb_caching_proc and
2179 standard_temp_file.
2180
2181 2013-08-22 Tom Tromey <tromey@redhat.com>
2182
2183 * gdb.arch/amd64-byte.exp: Use standard_testfile,
2184 clean_restart.
2185 * gdb.arch/amd64-disp-step.exp: Use standard_testfile.
2186 * gdb.arch/amd64-dword.exp: Use standard_testfile,
2187 clean_restart.
2188 * gdb.arch/amd64-entry-value-param.exp: Use standard_testfile.
2189 * gdb.arch/amd64-entry-value.exp: Use standard_testfile.
2190 * gdb.arch/amd64-prologue-xmm.exp: Use standard_testfile.
2191 * gdb.arch/amd64-word.exp: Use standard_testfile,
2192 clean_restart.
2193 * gdb.arch/i386-avx.exp: Use standard_testfile, clean_restart.
2194 * gdb.arch/i386-byte.exp: Use standard_testfile, clean_restart.
2195 * gdb.arch/i386-disp-step.exp: Use standard_testfile.
2196 * gdb.arch/i386-dr3-watch.exp: Use standard_testfile.
2197 * gdb.arch/i386-permbkpt.exp: Use standard_testfile, clean_restart.
2198 * gdb.arch/i386-signal.exp: Use standard_testfile.
2199 * gdb.arch/i386-size-overlap.exp: Use standard_testfile, clean_restart.
2200 * gdb.arch/i386-sse.exp: Use standard_testfile, clean_restart.
2201 * gdb.arch/i386-unwind.exp: Use standard_testfile.
2202 * gdb.arch/i386-word.exp: Use standard_testfile, clean_restart.
2203
2204 2013-08-22 Tom Tromey <tromey@redhat.com>
2205
2206 * gdb.python/py-error.exp: Use gdb_remote_download.
2207 * gdb.python/py-mi.exp: Use gdb_remote_download.
2208 * gdb.python/py-objfile-script.exp: Use standard_output_file.
2209 * gdb.python/py-prettyprint.exp: Use gdb_remote_download.
2210 (run_lang_tests): Likewise.
2211 * gdb.python/py-section-script.c: Use SCRIPT_FILE rather than
2212 filename.
2213 * gdb.python/py-section-script.exp: Set SCRIPT_FILE when
2214 compiling. Use gdb_remote_download. Update some tests.
2215 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
2216 standard_output_file.
2217 * gdb.python/py-typeprint.exp: Use gdb_remote_download.
2218 * gdb.python/py-frame-args.exp: Use gdb_remote_download.
2219 * gdb.python/py-framefilter-mi.exp: Use gdb_remote_download.
2220 * gdb.python/py-framefilter.exp: Use gdb_remote_download,
2221 standard_output_file.
2222
2223 2013-08-22 Tom Tromey <tromey@redhat.com>
2224
2225 * lib/cell.exp (skip_cell_tests): Use standard_temp_file.
2226
2227 2013-08-22 Tom Tromey <tromey@redhat.com>
2228
2229 * gdb.dwarf2/dw2-basic.exp: Use gdb_remote_download.
2230 * gdb.dwarf2/dw2-compressed.exp: Use gdb_remote_download.
2231 * gdb.dwarf2/dw2-intercu.exp: Use gdb_remote_download.
2232 * gdb.dwarf2/dw2-intermix.exp: Use gdb_remote_download.
2233 * gdb.dwarf2/dw2-producer.exp: Use gdb_remote_download.
2234 * gdb.dwarf2/mac-fileno.exp: Use gdb_remote_download.
2235 * lib/gdb.exp (gdb_remote_download): New proc.
2236
2237 2013-08-22 Tom Tromey <tromey@redhat.com>
2238
2239 * gdb.dwarf2/clztest.exp: Use standard_testfile.
2240 * gdb.dwarf2/dw2-minsym-in-cu.exp: Use standard_testfile.
2241 * gdb.dwarf2/fission-base.S: Remove directory from
2242 DW_AT_GNU_dwo_name.
2243 * gdb.dwarf2/fission-base.exp: Use build_executable. Set
2244 debug-file-directory.
2245 * gdb.dwarf2/fission-reread.S: Remove directory from
2246 DW_AT_GNU_dwo_name.
2247 * gdb.dwarf2/fission-reread.exp: Use build_executable. Set
2248 debug-file-directory.
2249
2250 2013-08-16 Doug Evans <dje@google.com>
2251
2252 * lib/prelink-support.exp (prelink_yes): Flag test as unsupported if
2253 prelink complains about an unhandled DWARF version.
2254
2255 2013-08-14 Cary Coutant <ccoutant@google.com>
2256
2257 * boards/fission.exp: Add -fdebug-types-section to debug_flags.
2258
2259 2013-08-13 Tom Tromey <tromey@redhat.com>
2260 Yao Qi <yao@codesourcery.com>
2261
2262 * lib/cache.exp (gdb_do_cache): Handle GDB_PARALLEL.
2263 * lib/gdb.exp: Handle GDB_PARALLEL.
2264 (default_gdb_version): Kill inotify_pid if it exists.
2265 (default_gdb_exit): Emit warning if the inotify log is not
2266 empty.
2267 (standard_output_file): Respect GDB_PARALLEL.
2268 (standard_temp_file): Likewise.
2269 (gdb_init): Start inotifywait if requested.
2270
2271 2013-08-13 Andrew Burgess <aburgess@broadcom.com>
2272
2273 * gdb.base/printcmds.exp (test_printf): Add test for printf of
2274 pointer with various flags.
2275
2276 2013-08-13 Tom Tromey <tromey@redhat.com>
2277
2278 * lib/cache.exp: New file.
2279 * lib/cell.exp (skip_cell_tests): Use gdb_caching_proc.
2280 * lib/gdb.exp: Load cache.exp.
2281 (support_complex_tests, is_ilp32_target, is_lp64_target)
2282 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests)
2283 (gdb_skip_xml_test): Use gdb_caching_proc.
2284 * lib/opencl.exp (skip_opencl_tests): Use gdb_caching_proc.
2285
2286 2013-08-13 Tom Tromey <tromey@redhat.com>
2287
2288 * lib/gdb.exp (standard_temp_file): New proc.
2289 (support_complex_tests, is_ilp32_target, is_lp64_target)
2290 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests): Use
2291 standard_temp_file.
2292
2293 2013-08-13 Tom Tromey <tromey@redhat.com>
2294
2295 * lib/gdb.exp (build_id_debug_filename_get): Use
2296 standard_output_file.
2297 * lib/prelink-support.exp (section_get)
2298 (build_executable_own_libs): Use standard_output_file.
2299
2300 2013-08-12 Tom Tromey <tromey@redhat.com>
2301
2302 * Makefile.in (ALL_SUBDIRS): Add gdb.go.
2303
2304 2013-08-12 Ali Anwar <alianwar@codesourcery.com>
2305
2306 * gdb.base/break.exp: Test break via convenience variable
2307 with file name.
2308
2309 2013-08-09 Doug Evans <dje@google.com>
2310
2311 * lib/future.exp (gdb_find_ldd): New proc.
2312 * lib/prelink-support.exp (build_executable_own_libs): Call it.
2313 Make "/usr/sbin/" in prelink path optional.
2314
2315 2013-08-09 Yao Qi <yao@codesourcery.com>
2316
2317 * gdb.trace/collection.exp (gdb_collect_args_test): Set
2318 "only" and "both" to 'print entry-values' before selecting
2319 trace frame.
2320
2321 2013-08-08 Yao Qi <yao@codesourcery.com>
2322
2323 * gdb.trace/mi-trace-unavailable.exp: Don't set
2324 "print entry-values" to "no".
2325 (test_trace_unavailable): Set various values to
2326 "print entry-values" to test that the output of
2327 '-stack-list-locals' is not affected, and then set
2328 set "print entry-values" to "no".
2329
2330 2013-08-07 Doug Evans <dje@google.com>
2331
2332 * gdb.python/py-value-cc.cc: Renamed from py-value.cc.
2333 * gdb.python/py-value-cc.exp: Update.
2334 * gdb.python/py-value.exp: Use different names for .o files for
2335 C and C++. Only perform C++ tests if !skip_cplus_tests.
2336
2337 2013-08-07 Tom Tromey <tromey@redhat.com>
2338
2339 * gdb.base/maint.exp: Allow zero symtabs to be expanded.
2340
2341 2013-08-07 Tom Tromey <tromey@redhat.com>
2342
2343 * gdb.dwarf2/dwz.exp: New file.
2344
2345 2013-08-02 Tom Tromey <tromey@redhat.com>
2346
2347 * gdb.base/watchpoint.c (struct foo5): New.
2348 (nullptr): New global.
2349 * gdb.base/watchpoint.exp (test_watch_location): Add test.
2350
2351 2013-08-01 Doug Evans <dje@google.com>
2352
2353 PR symtab/15691
2354 * gdb.dwarf2/fission-mix.exp: New file.
2355 * gdb.dwarf2/fission-mix.h: New file.
2356 * gdb.dwarf2/fission-mix.c: New file.
2357 * gdb.dwarf2/fission-mix2.c: New file.
2358
2359 PR symtab/15695
2360 * gdb.base/func-ptr.exp: New file.
2361 * gdb.base/func-ptr.c: New file.
2362
2363 2013-08-01 Yao Qi <yao@codesourcery.com>
2364
2365 * gdb.python/py-sync-interp.c: New.
2366 * gdb.python/py-sync-interp.exp: New.
2367
2368 2013-07-31 Yao Qi <yao@codesourcery.com>
2369
2370 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Test command
2371 'tdump' on stack frame 0 and 1 respectively.
2372
2373 2013-07-31 Yao Qi <yao@codesourcery.com>
2374
2375 PR gdb/13443
2376 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_3): Add parameter
2377 'traceframe'. Wrap test with with_test_prefix.
2378 (top level): Update.
2379
2380 2013-07-31 Yao Qi <yao@codesourcery.com>
2381
2382 * gdb.trace/backtrace.exp: Don't invoke 'get_exit' and
2383 'gdb_start'.
2384 Invoke 'prepare_for_testing' instead of 'gdb_compile'.
2385 Use gdb_test_no_output to issue commands 'tstart' and 'tstop'.
2386
2387 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
2388
2389 * gdb.dwarf2/pieces-optimized-out.exp: Expect "<optimized out>"
2390 when printing an optimized out value. Expect an error when using
2391 an optimized out value in an expression.
2392
2393 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
2394
2395 * gdb.dwarf2/pieces-optimized-out.exp: New file.
2396 * gdb.dwarf2/pieces-optimized-out.c: New file.
2397 * gdb.dwarf2/pieces-optimized-out.S: New file.
2398
2399 2013-07-30 Muhammad Bilal <mbilal@codesourcery.com>
2400
2401 PR gdb/15715
2402 * gdb.base/setshow.exp: Test that relative paths passed to
2403 'set history filename' are converted to absolute paths.
2404
2405 2013-07-26 Keith Seitz <keiths@redhat.com>
2406
2407 * gdb.mi/mi-var-child-f.exp: Pass f90 to gdb_compile instead
2408 of f77.
2409 Allow for compiler variations of integer types.
2410 Use mi_create_varobj.
2411 Use mi_list_varobj_children for the immediate children of `array'.
2412 Add "has_more" attribute for grandchildren test.
2413
2414 2013-07-26 Pedro Alves <palves@redhat.com>
2415
2416 * gdb.base/interrupt-noterm.c, gdb.base/interrupt-noterm.exp: New
2417 files.
2418
2419 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
2420
2421 * gdb.mi/mi-reg-undefined.exp: New file.
2422 * gdb.mi/mi-reg-undefined.c: Likewise.
2423 * gdb.mi/mi-reg-undefined.S: Likewise.
2424
2425 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
2426
2427 * gdb.base/printcmds.exp (test_print_int_arrays): Add tests for x,
2428 z, o, and t output formats.
2429 * gdb.base/display.exp: Use 'k' as an undefined format now that
2430 'z' is defined.
2431
2432 2013-07-24 Doug Evans <dje@google.com>
2433
2434 * boards/native-stdio-gdbserver.exp (${board}_build_remote_cmd): Pass
2435 "--" to switch.
2436
2437 2013-07-24 Yao Qi <yao@codesourcery.com>
2438
2439 * gdb.mi/mi-var-cmd.exp: If host is remote, use ${testfile} on
2440 host.
2441 * gdb.mi/mi-basics.exp (test_exec_and_symbol_mi_operatons):
2442 Likewise. If host is remote, copy ${binfile} to host.
2443
2444 2013-07-23 Yao Qi <yao@codesourcery.com>
2445
2446 * gdb.mi/mi-var-cmd.exp: Adjust pattern to match current error
2447 message.
2448
2449 2013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
2450
2451 * gdb.base/disp-step-syscall.exp: Add svc and swi syscall
2452 instructions and enable disp-step-syscall for arm targets.
2453
2454 2013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
2455
2456 * gdb.dwarf2/fission-reread.S: Replace @ sign with % sign to remove
2457 assembler errors on arm.
2458 * gdb.dwarf2/mac-fileno.S: Likewise.
2459 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
2460 * gdb.dwarf2/pr13961.S: Likewise.
2461
2462 2013-07-19 Hui Zhu <hui@codesourcery.com>
2463
2464 PR gdb/15692
2465 * gdb.mi/mi-dprintf.exp: Add double quotes test.
2466
2467 2013-07-19 Yao Qi <yao@codesourcery.com>
2468
2469 * gdb.trace/read-memory.exp (test_from_remote): Update test.
2470 (teset_from_exec): Likewise.
2471
2472 2013-07-19 Yao Qi <yao@codesourcery.com>
2473
2474 * gdb.trace/read-memory.c: New.
2475 * gdb.trace/read-memory.exp: New.
2476
2477 2013-07-19 Yao Qi <yao@codesourcery.com>
2478
2479 * lib/gdb.exp (gdb_compile_shlib): Pass the tail name of
2480 $dest to link options if host is remote. Move the
2481 generated file to $dest.a on host if host is remote.
2482
2483 2013-07-18 Will Newton <will.newton@linaro.org>
2484
2485 * gdb.threads/tls-nodebug.c: Call pthread_testcancel
2486 to ensure the test is linked against pthreads.
2487 * gdb.threads/tls-var-main.c: Likewise.
2488 * gdb.threads/tls-shared.c: Likewise.
2489
2490 2013-07-18 Yao Qi <yao@codesourcery.com>
2491
2492 * lib/future.exp (gdb_default_target_compile): Use tail name
2493 of $destfile as the output name of compile. Move the
2494 generated file to $destfile on build.
2495
2496 2013-07-18 Yao Qi <yao@codesourcery.com>
2497
2498 * lib/gdb.exp (gdb_compile): Set
2499 gdb_saved_set_unbuffered_mode_obj to
2500 set_unbuffered_mode_saved.o if host is remote. Invoke
2501 remote_download to copy $unbuf_obj to host.
2502
2503 2013-07-17 Doug Evans <dje@google.com>
2504
2505 * gdb.python/py-frame-args.c: New file.
2506 * gdb.python/py-frame-args.py: New file.
2507 * gdb.python/py-frame-args.exp New file.
2508
2509 2013-07-16 Andrew Burgess <aburgess@broadcom.com>
2510
2511 * gdb.base/printcmds.exp (test_printf): Add tests for format
2512 strings with missing format specifier.
2513
2514 2013-07-16 Tom Tromey <tromey@redhat.com>
2515
2516 * gdb.ada/info_types.exp: Use standard_testfile.
2517
2518 2013-07-16 Tom Tromey <tromey@redhat.com>
2519
2520 * gdb.mi/mi-basics.exp: Use standard_output_file.
2521 (test_dir_specification, test_cwd_specification)
2522 (test_path_specification): Use testsubdir, not subdir and objdir.
2523
2524 2013-07-16 Tom Tromey <tromey@redhat.com>
2525
2526 * gdb.trace/mi-traceframe-changed.exp: Don't use objdir.
2527
2528 2013-07-09 Joel Brobecker <brobecker@adacore.com>
2529
2530 * gdb.ada/small_reg_param.exp: Accept optional entry value
2531 for parameter "w".
2532
2533 2013-07-09 Joel Brobecker <brobecker@adacore.com>
2534
2535 * gdb.ada/small_reg_param.exp: Remove trailing space.
2536
2537 2013-07-09 Doug Evans <dje@google.com>
2538
2539 * gdb.base/default.exp: Update expected output of "show print array"
2540 and "show print pretty".
2541
2542 2013-07-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
2543
2544 * gdb.threads/wp-replication.exp: Stop counting available hardware
2545 watchpoints after NR_THREADS iterations.
2546
2547 2013-07-08 Andrew Burgess <aburgess@broadcom.com>
2548
2549 * gdb.python/py-explore.exp: Add $gdb_prompt to test regexp.
2550
2551 2013-07-07 Yao Qi <yao@codesourcery.com>
2552
2553 * boards/native-gdbserver.exp: Move invoke of
2554 process_multilib_options to gdbserver-base.exp.
2555 Move set_board_info 'compiler', 'gdb,noinferiorio',
2556 'gdb,nofileio', 'gdb_server_prog' and 'gdb,predefined_tsv' to
2557 gdbserver-base.exp.
2558 Move proc ${board}_download, ${board}_upload and
2559 ${board}_file to gdbserver-base.exp.
2560 * boards/native-extended-gdbserver.exp: Likewise.
2561 * boards/native-stdio-gdbserver.exp: Likewise.
2562 * boards/gdbserver-base.exp: New file.
2563
2564 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
2565
2566 * gdb.base/dump.exp: Remove arch-specific tests and do a
2567 generic data address check to set is64bitonly correctly.
2568
2569 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
2570
2571 * gdb.mi/gdb2549.exp (register_tests): Expect any decimal for
2572 the register number instead of expecting only 0.
2573
2574 2013-07-05 Will Newton <will.newton@linaro.org>
2575
2576 * gdb.base/gnu-ifunc-lib.c: Use %function instead of @function
2577 in asm syntax to allow building on ARM.
2578
2579 2013-07-05 Yao Qi <yao@codesourcery.com>
2580
2581 * boards/local-remote-host.exp: Remove obsolete comments.
2582 * boards/native-extended-gdbserver.exp: Likewise.
2583 * boards/native-gdbserver.exp: Likewise.
2584 * boards/native-stdio-gdbserver.exp: Likewise.
2585
2586 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
2587
2588 * gdb.dwarf2/dw2-reg-undefined.exp: New file.
2589 * gdb.dwarf2/dw2-reg-undefined.c: Likewise.
2590 * gdb.dwarf2/dw2-reg-undefined.S: Likewise.
2591
2592 2013-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2593
2594 * gdb.base/break-on-linker-gcd-function.exp: Replace
2595 prepare_for_testing by build_executable_from_specs and clean_restart.
2596
2597 2013-06-27 Tom Tromey <tromey@redhat.com>
2598
2599 * gdb.base/testenv.exp, gdb.base/tui-layout.exp,
2600 gdb.base/twice.exp, gdb.base/type-opaque.exp, gdb.base/unload.exp,
2601 gdb.base/unwindonsignal.exp, gdb.base/valgrind-db-attach.exp,
2602 gdb.base/valgrind-infcall.exp, gdb.base/value-double-free.exp,
2603 gdb.base/varargs.exp, gdb.base/watch-cond-infcall.exp,
2604 gdb.base/watch-cond.exp, gdb.base/watch-non-mem.exp,
2605 gdb.base/watch-read.exp, gdb.base/watch-vfork.exp,
2606 gdb.base/watch_thread_num.exp, gdb.base/watchpoint-cond-gone.exp,
2607 gdb.base/watchpoint-delete.exp, gdb.base/watchpoint-hw.exp,
2608 gdb.base/watchpoint-solib.exp, gdb.base/watchpoint.exp,
2609 gdb.base/watchpoints.exp, gdb.base/wchar.exp, gdb.base/whatis.exp:
2610 Use standard_testfile, standard_output_file, prepare_for_testing,
2611 clean_restart.
2612
2613 2013-06-27 Tom Tromey <tromey@redhat.com>
2614
2615 * gdb.base/save-bp.exp, gdb.base/savedregs.exp,
2616 gdb.base/scope.exp, gdb.base/sep.exp, gdb.base/sepsymtab.exp,
2617 gdb.base/set-lang-auto.exp, gdb.base/setshow.exp,
2618 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
2619 gdb.base/shreloc.exp, gdb.base/sigall.exp,
2620 gdb.base/sigaltstack.exp, gdb.base/sigbpt.exp,
2621 gdb.base/sigchld.exp, gdb.base/siginfo-addr.exp,
2622 gdb.base/siginfo-infcall.exp, gdb.base/siginfo-obj.exp,
2623 gdb.base/siginfo.exp, gdb.base/signals.exp, gdb.base/signest.exp,
2624 gdb.base/signull.exp, gdb.base/sigrepeat.exp,
2625 gdb.base/sigstep.exp, gdb.base/sizeof.exp,
2626 gdb.base/skip-solib.exp, gdb.base/so-impl-ld.exp,
2627 gdb.base/solib-display.exp, gdb.base/solib-nodir.exp,
2628 gdb.base/solib-overlap.exp, gdb.base/solib-symbol.exp,
2629 gdb.base/solib-weak.exp, gdb.base/source.exp,
2630 gdb.base/stack-checking.exp, gdb.base/stale-infcall.exp,
2631 gdb.base/stap-probe.exp, gdb.base/start.exp,
2632 gdb.base/step-break.exp, gdb.base/step-bt.exp,
2633 gdb.base/step-line.exp, gdb.base/step-resume-infcall.exp,
2634 gdb.base/step-test.exp, gdb.base/structs.exp,
2635 gdb.base/structs2.exp, gdb.base/structs3.exp,
2636 gdb.base/symbol-without-target_section.exp: Use standard_testfile,
2637 standard_output_file, prepare_for_testing, clean_restart.
2638
2639 2013-06-27 Tom Tromey <tromey@redhat.com>
2640
2641 * gdb.base/nextoverexit.exp, gdb.base/nextoverexit.exp,
2642 gdb.base/nodebug.exp, gdb.base/nofield.exp, gdb.base/nostdlib.exp,
2643 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/pc-fp.exp,
2644 gdb.base/pending.exp, gdb.base/permissions.exp,
2645 gdb.base/pie-execl.exp, gdb.base/pointers.exp,
2646 gdb.base/pr11022.exp, gdb.base/print-file-var.exp,
2647 gdb.base/printcmds.exp, gdb.base/prologue.exp,
2648 gdb.base/psymtab.exp, gdb.base/ptr-typedef.exp,
2649 gdb.base/ptype.exp, gdb.base/randomize.exp,
2650 gdb.base/readline-ask.exp, gdb.base/recpar.exp,
2651 gdb.base/recurse.exp, gdb.base/relativedebug.exp,
2652 gdb.base/relocate.exp, gdb.base/remote.exp, gdb.base/reread.exp,
2653 gdb.base/return-nodebug.exp, gdb.base/return2.exp: Use
2654 standard_testfile, standard_output_file, prepare_for_testing,
2655 clean_restart.
2656
2657 2013-06-27 Tom Tromey <tromey@redhat.com>
2658
2659 * gdb.base/hook-stop-continue.exp, gdb.base/hook-stop-frame.exp,
2660 gdb.base/huge.exp, gdb.base/included.exp,
2661 gdb.base/inferior-died.exp, gdb.base/infnan.exp,
2662 gdb.base/info-fun.exp, gdb.base/info-macros.exp,
2663 gdb.base/info-os.exp, gdb.base/info-proc.exp,
2664 gdb.base/info-target.exp, gdb.base/infoline.exp,
2665 gdb.base/interp.exp, gdb.base/interrupt.exp,
2666 gdb.base/jit-simple.exp, gdb.base/jit-so.exp, gdb.base/jump.exp,
2667 gdb.base/kill-after-signal.exp, gdb.base/label.exp,
2668 gdb.base/langs.exp, gdb.base/lineinc.exp, gdb.base/list.exp,
2669 gdb.base/logical.exp, gdb.base/long_long.exp,
2670 gdb.base/longjmp.exp, gdb.base/macscp.exp, gdb.base/maint.exp,
2671 gdb.base/memattr.exp, gdb.base/mips_pro.exp,
2672 gdb.base/miscexprs.exp, gdb.base/morestack.exp,
2673 gdb.base/moribund-step.exp, gdb.base/multi-forks.exp: Use
2674 standard_testfile, standard_output_file, prepare_for_testing,
2675 clean_restart.
2676
2677 2013-06-27 Tom Tromey <tromey@redhat.com>
2678
2679 * gdb.base/ena-dis-br.exp, gdb.base/enum_cond.exp,
2680 gdb.base/enumval.exp, gdb.base/environ.exp,
2681 gdb.base/eu-strip-infcall.exp, gdb.base/eval-skip.exp,
2682 gdb.base/exe-lock.exp, gdb.base/expand-psymtabs.exp,
2683 gdb.base/exprs.exp, gdb.base/fileio.exp, gdb.base/find.exp,
2684 gdb.base/fixsection.exp, gdb.base/foll-exec.exp,
2685 gdb.base/foll-fork.exp, gdb.base/fortran-sym-case.exp,
2686 gdb.base/frame-args.exp, gdb.base/freebpcmd.exp,
2687 gdb.base/fullname.exp, gdb.base/funcargs.exp,
2688 gdb.base/gcore-buffer-overflow.exp, gdb.base/gcore.exp,
2689 gdb.base/gdb1090.exp, gdb.base/gdb11530.exp,
2690 gdb.base/gdb11531.exp, gdb.base/gdb1250.exp, gdb.base/gdb1555.exp,
2691 gdb.base/gdb1821.exp, gdb.base/gdbindex-stabs.exp,
2692 gdb.base/gdbvars.exp, gdb.base/gnu-ifunc.exp,
2693 gdb.base/gnu_vector.exp: Use standard_testfile,
2694 standard_output_file, prepare_for_testing, clean_restart.
2695
2696 2013-06-27 Tom Tromey <tromey@redhat.com>
2697
2698 * gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
2699 gdb.base/call-sc.exp, gdb.base/call-signal-resume.exp,
2700 gdb.base/call-strs.exp, gdb.base/callexit.exp,
2701 gdb.base/callfuncs.exp, gdb.base/catch-load.exp,
2702 gdb.base/catch-syscall.exp, gdb.base/charset.exp,
2703 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
2704 gdb.base/code-expr.exp, gdb.base/code_elim.exp,
2705 gdb.base/commands.exp, gdb.base/completion.exp,
2706 gdb.base/complex.exp, gdb.base/cond-expr.exp,
2707 gdb.base/condbreak.exp, gdb.base/consecutive.exp,
2708 gdb.base/constvars.exp, gdb.base/corefile.exp,
2709 gdb.base/ctxobj.exp, gdb.base/cursal.exp, gdb.base/cvexpr.exp,
2710 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
2711 gdb.base/del.exp, gdb.base/detach.exp, gdb.base/dfp-test.exp,
2712 gdb.base/display.exp, gdb.base/dmsym.exp, gdb.base/dump.exp,
2713 gdb.base/dup-sect.exp: Use standard_testfile,
2714 standard_output_file, prepare_for_testing, clean_restart.
2715
2716 2013-06-27 Tom Tromey <tromey@redhat.com>
2717
2718 * gdb.base/a2-run.exp, gdb.base/all-bin.exp, gdb.base/annota1.exp,
2719 gdb.base/annota3.exp, gdb.base/anon.exp, gdb.base/args.exp,
2720 gdb.base/arithmet.exp, gdb.base/arrayidx.exp, gdb.base/assign.exp,
2721 gdb.base/async-shell.exp, gdb.base/async.exp,
2722 gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-noexec.exp,
2723 gdb.base/attach-twice.exp, gdb.base/attach.exp, gdb.base/auxv.exp,
2724 gdb.base/bang.exp, gdb.base/bfp-test.exp, gdb.base/bigcore.exp,
2725 gdb.base/bitfields.exp, gdb.base/bitfields2.exp,
2726 gdb.base/break-entry.exp, gdb.base/break-interp.exp,
2727 gdb.base/break-on-linker-gcd-function.exp,
2728 gdb.base/breakpoint-shadow.exp: Use standard_testfile,
2729 standard_output_file, prepare_for_testing, clean_restart.
2730
2731 2013-06-26 Yao Qi <yao@codesourcery.com>
2732
2733 * gdb.trace/mi-trace-frame-collected.exp: New.
2734
2735 2013-06-25 Yao Qi <yao@codesourcery.com>
2736
2737 * boards/native-extended-gdbserver.exp: Set board_info
2738 'gdb,predefined_tsv'.
2739 * boards/native-gdbserver.exp: Likewise.
2740 * boards/native-stdio-gdbserver.exp: Likewise.
2741 * gdb.server/ext-attach.exp: Load trace-support.exp. Check
2742 uploaded TSVs if target supports tracing.
2743 * gdb.trace/tsv.exp: Check uploaded TSVs if target supports
2744 tracing and target has predefined tsv.
2745
2746 2013-06-25 Yao Qi <yao@codesourcery.com>
2747 Hui Zhu <hui@codesourcery.com>
2748 Pedro Alves <palves@redhat.com>
2749
2750 PR breakpoints/15075
2751 PR breakpoints/15434
2752 * gdb.base/dprintf-next.c: New file.
2753 * gdb.base/dprintf-next.exp: New file.
2754 * gdb.base/dprintf-non-stop.c: New file.
2755 * gdb.base/dprintf-non-stop.exp: New file.
2756 * gdb.base/dprintf.exp: Don't check "continue" in the output
2757 of "info breakpoints".
2758 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
2759 Don't check "continue" in script field.
2760
2761 2013-06-21 Tom Tromey <tromey@redhat.com>
2762
2763 * gdb.trace/actions.exp (check_tracepoint): Don't use a full file
2764 name in a test name.
2765
2766 2013-06-20 Yao Qi <yao@codesourcery.com>
2767
2768 * gdb.trace/mi-trace-unavailable.exp: Set tracepoint on 'foo'
2769 and set an action.
2770 (test_trace_unavailable): Test command -data-list-register-values
2771 in the context of traceframe and with option --skip-unavailable.
2772 * gdb.trace/trace-unavailable.c (foo): New.
2773 (main): Call it.
2774 * gdb.mi/gdb2549.exp: Update matching pattern.
2775
2776 2013-06-19 Mike Frysinger <vapier@gentoo.org>
2777
2778 * gdb.arch/i386-avx.c (have_avx): Change __get_cpuid call to i386_cpuid.
2779 * gdb.arch/i386-avx.exp (additional_flags): Add -I${srcdir}/../common.
2780 * gdb.arch/i386-cpuid.h: Moved to ../common/i386-gcc-cpuid.h.
2781 * gdb.arch/i386-sse.c: Call new i386_cpuid function.
2782 * gdb.arch/i386-see.exp (additional_flags): Add -I${srcdir}/../common.
2783
2784 2013-06-19 Luis Machado <lgustavo@codesourcery.com>
2785
2786 * gdb.base/subst.exp: Delete default rules before further
2787 tests.
2788
2789 2013-06-19 Yao Qi <yao@codesourcery.com>
2790
2791 * gdb.base/maint.exp: Make the test to command 'maint dump-me'
2792 unsupported if it is not registered.
2793
2794 2013-06-18 Tom Tromey <tromey@redhat.com>
2795
2796 * gdb.base/random-signal.c: New file.
2797 * gdb.base/random-signal.exp: New file.
2798
2799 2013-06-18 Will Newton <will.newton@linaro.org>
2800
2801 * gdb.base/skip.c: Use comma to evaluate results of foo()
2802 and bar() before passing to baz().
2803 * gdb.base/skip.c: baz() now takes one argument instead of
2804 two.
2805
2806 2013-06-18 Tom Tromey <tromey@redhat.com>
2807
2808 * gdb.dwarf2/implptrpiece.exp: New file.
2809 * gdb.dwarf2/implptrconst.exp (d): New variable.
2810 Print d.
2811 * lib/dwarf2.exp (Dwarf::_location): Handle DW_OP_piece.
2812
2813 2013-06-18 Tom Tromey <tromey@redhat.com>
2814
2815 * lib/selftest-support.exp (do_self_tests): Reject remote or
2816 non-native targets.
2817 * gdb.gdb/complaints.exp: Remove check.
2818 * gdb.gdb/observer.exp: Remove check.
2819 * gdb.gdb/xfullpath.exp: Remove check.
2820 * gdb.gdb/complaints.exp: Remove check.
2821
2822 2013-06-07 Pedro Alves <palves@redhat.com>
2823
2824 * boards/native-extended-gdbserver.exp: Remove semicolon.
2825 * config/arm-ice.exp: Likewise.
2826 * config/bfin.exp: Likewise.
2827 * config/cygmon.exp: Likewise.
2828 * config/h8300.exp: Likewise.
2829 * config/monitor.exp: Likewise.
2830 * config/sid.exp: Likewise.
2831 * config/sim.exp: Likewise.
2832 * config/slite.exp: Likewise.
2833 * config/vx.exp: Likewise.
2834 * gdb.arch/i386-bp_permanent.exp: Likewise.
2835 * gdb.asm/asm-source.exp: Likewise.
2836 * gdb.base/args.exp: Likewise.
2837 * gdb.base/attach-pie-misread.exp: Likewise.
2838 * gdb.base/auxv.exp: Likewise.
2839 * gdb.base/bigcore.exp: Likewise.
2840 * gdb.base/bitfields2.exp: Likewise.
2841 * gdb.base/bitfields.exp: Likewise.
2842 * gdb.base/break.exp: Likewise.
2843 * gdb.base/break-interp.exp: Likewise.
2844 * gdb.base/callfuncs.exp: Likewise.
2845 * gdb.base/call-sc.exp: Likewise.
2846 * gdb.base/commands.exp: Likewise.
2847 * gdb.base/corefile.exp: Likewise.
2848 * gdb.base/dbx.exp: Likewise.
2849 * gdb.base/ending-run.exp: Likewise.
2850 * gdb.base/exprs.exp: Likewise.
2851 * gdb.base/funcargs.exp: Likewise.
2852 * gdb.base/hbreak2.exp: Likewise.
2853 * gdb.base/huge.exp: Likewise.
2854 * gdb.base/list.exp: Likewise.
2855 * gdb.base/memattr.exp: Likewise.
2856 * gdb.base/overlays.exp: Likewise.
2857 * gdb.base/printcmds.exp: Likewise.
2858 * gdb.base/recurse.exp: Likewise.
2859 * gdb.base/remotetimeout.exp: Likewise.
2860 * gdb.base/reread.exp: Likewise.
2861 * gdb.base/savedregs.exp: Likewise.
2862 * gdb.base/scope.exp: Likewise.
2863 * gdb.base/sepdebug.exp: Likewise.
2864 * gdb.base/setshow.exp: Likewise.
2865 * gdb.base/setvar.exp: Likewise.
2866 * gdb.base/sigaltstack.exp: Likewise.
2867 * gdb.base/siginfo-addr.exp: Likewise.
2868 * gdb.base/siginfo.exp: Likewise.
2869 * gdb.base/siginfo-obj.exp: Likewise.
2870 * gdb.base/sigrepeat.exp: Likewise.
2871 * gdb.base/sigstep.exp: Likewise.
2872 * gdb.base/structs.exp: Likewise.
2873 * gdb.base/testenv.exp: Likewise.
2874 * gdb.base/twice.exp: Likewise.
2875 * gdb.base/valgrind-db-attach.exp: Likewise.
2876 * gdb.base/valgrind-infcall.exp: Likewise.
2877 * gdb.base/varargs.exp: Likewise.
2878 * gdb.base/watchpoint.exp: Likewise.
2879 * gdb.cp/gdb1355.exp: Likewise.
2880 * gdb.cp/misc.exp: Likewise.
2881 * gdb.disasm/hppa.exp: Likewise.
2882 * gdb.disasm/t01_mov.exp: Likewise.
2883 * gdb.disasm/t02_mova.exp: Likewise.
2884 * gdb.disasm/t03_add.exp: Likewise.
2885 * gdb.disasm/t04_sub.exp: Likewise.
2886 * gdb.disasm/t05_cmp.exp: Likewise.
2887 * gdb.disasm/t06_ari2.exp: Likewise.
2888 * gdb.disasm/t07_ari3.exp: Likewise.
2889 * gdb.disasm/t08_or.exp: Likewise.
2890 * gdb.disasm/t09_xor.exp: Likewise.
2891 * gdb.disasm/t10_and.exp: Likewise.
2892 * gdb.disasm/t11_logs.exp: Likewise.
2893 * gdb.disasm/t12_bit.exp: Likewise.
2894 * gdb.disasm/t13_otr.exp: Likewise.
2895 * gdb.gdb/selftest.exp: Likewise.
2896 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2897 * gdb.mi/mi-reverse.exp: Likewise.
2898 * gdb.pascal/floats.exp: Likewise.
2899 * gdb.python/py-inferior.exp: Likewise.
2900 * gdb.threads/attach-into-signal.exp: Likewise.
2901 * gdb.threads/pthreads.exp: Likewise.
2902 * gdb.threads/thread_events.exp: Likewise.
2903 * gdb.threads/watchthreads.exp: Likewise.
2904 * gdb.trace/actions-changed.exp: Likewise.
2905 * gdb.trace/actions.exp: Likewise.
2906 * gdb.trace/ax.exp: Likewise.
2907 * gdb.trace/backtrace.exp: Likewise.
2908 * gdb.trace/change-loc.exp: Likewise.
2909 * gdb.trace/deltrace.exp: Likewise.
2910 * gdb.trace/disconnected-tracing.exp: Likewise.
2911 * gdb.trace/ftrace.exp: Likewise.
2912 * gdb.trace/infotrace.exp: Likewise.
2913 * gdb.trace/passc-dyn.exp: Likewise.
2914 * gdb.trace/passcount.exp: Likewise.
2915 * gdb.trace/pending.exp: Likewise.
2916 * gdb.trace/qtro.exp: Likewise.
2917 * gdb.trace/range-stepping.exp: Likewise.
2918 * gdb.trace/report.exp: Likewise.
2919 * gdb.trace/save-trace.exp: Likewise.
2920 * gdb.trace/status-stop.exp: Likewise.
2921 * gdb.trace/strace.exp: Likewise.
2922 * gdb.trace/tfile.exp: Likewise.
2923 * gdb.trace/tfind.exp: Likewise.
2924 * gdb.trace/trace-break.exp: Likewise.
2925 * gdb.trace/tracecmd.exp: Likewise.
2926 * gdb.trace/trace-mt.exp: Likewise.
2927 * gdb.trace/tspeed.exp: Likewise.
2928 * gdb.trace/tsv.exp: Likewise.
2929 * gdb.trace/while-stepping.exp: Likewise.
2930 * lib/gdb.exp: Likewise.
2931 * lib/gdbserver-support.exp: Likewise.
2932 * lib/java.exp: Likewise.
2933 * lib/mi-support.exp: Likewise.
2934 * lib/pascal.exp: Likewise.
2935 * lib/prompt.exp: Likewise.
2936 * lib/trace-support.exp: Likewise.
2937
2938 2013-06-07 Pedro Alves <palves@redhat.com>
2939
2940 * gdb.ada/info_types.c: Fix formating in copyright header.
2941 * gdb.base/break-on-linker-gcd-function.cc: Likewise.
2942 * gdb.base/float.c: Likewise.
2943 * gdb.base/inferior-died.c: Likewise.
2944 * gdb.base/interp.c: Likewise.
2945 * gdb.base/jit-main.c: Likewise.
2946 * gdb.base/jit-solib.c: Likewise.
2947 * gdb.base/long_long.c: Likewise.
2948 * gdb.base/longjmp.c: Likewise.
2949 * gdb.base/nextoverexit.c: Likewise.
2950 * gdb.base/pr11022.c: Likewise.
2951 * gdb.base/prelink-lib.c: Likewise.
2952 * gdb.base/prelink.c: Likewise.
2953 * gdb.base/prologue.c: Likewise.
2954 * gdb.base/restore.c: Likewise.
2955 * gdb.base/sigchld.c: Likewise.
2956 * gdb.base/solib-search-lib1.c: Likewise.
2957 * gdb.base/solib-search-lib2.c: Likewise.
2958 * gdb.base/solib-search.c: Likewise.
2959 * gdb.base/solib-search.h: Likewise.
2960 * gdb.base/whatis.c: Likewise.
2961 * gdb.cp/abstract-origin.cc: Likewise.
2962 * gdb.cp/anon-struct.cc: Likewise.
2963 * gdb.cp/baseenum.cc: Likewise.
2964 * gdb.cp/bs15503.cc: Likewise.
2965 * gdb.cp/call-c-1.c: Likewise.
2966 * gdb.cp/call-c.cc: Likewise.
2967 * gdb.cp/class2.cc: Likewise.
2968 * gdb.cp/classes.cc: Likewise.
2969 * gdb.cp/cttiadd.cc: Likewise.
2970 * gdb.cp/cttiadd1.cc: Likewise.
2971 * gdb.cp/cttiadd2.cc: Likewise.
2972 * gdb.cp/cttiadd3.cc: Likewise.
2973 * gdb.cp/derivation.cc: Likewise.
2974 * gdb.cp/derivation2.cc: Likewise.
2975 * gdb.cp/dispcxx.cc: Likewise.
2976 * gdb.cp/exception.cc: Likewise.
2977 * gdb.cp/gdb2384-base.cc: Likewise.
2978 * gdb.cp/gdb2384-base.h: Likewise.
2979 * gdb.cp/gdb2384.cc: Likewise.
2980 * gdb.cp/gdb2495.cc: Likewise.
2981 * gdb.cp/mb-inline.h: Likewise.
2982 * gdb.cp/mb-inline1.cc: Likewise.
2983 * gdb.cp/mb-inline2.cc: Likewise.
2984 * gdb.cp/member-name.cc: Likewise.
2985 * gdb.cp/member-ptr.cc: Likewise.
2986 * gdb.cp/misc.cc: Likewise.
2987 * gdb.cp/namespace1.cc: Likewise.
2988 * gdb.cp/nextoverthrow.cc: Likewise.
2989 * gdb.cp/pr-574.cc: Likewise.
2990 * gdb.cp/pr9631.cc: Likewise.
2991 * gdb.cp/printmethod.cc: Likewise.
2992 * gdb.cp/psmang1.cc: Likewise.
2993 * gdb.cp/psmang2.cc: Likewise.
2994 * gdb.cp/psymtab-parameter.cc: Likewise.
2995 * gdb.cp/ptype-flags.cc: Likewise.
2996 * gdb.cp/ref-params.cc: Likewise.
2997 * gdb.cp/ref-types.cc: Likewise.
2998 * gdb.cp/smartp.cc: Likewise.
2999 * gdb.cp/try_catch.cc: Likewise.
3000 * gdb.cp/userdef.cc: Likewise.
3001 * gdb.cp/using-crash.cc: Likewise.
3002 * gdb.cp/virtfunc.cc: Likewise.
3003 * gdb.cp/virtfunc2.cc: Likewise.
3004 * gdb.dwarf2/callframecfa.S: Likewise.
3005 * gdb.dwarf2/dw2-ranges.c: Likewise.
3006 * gdb.dwarf2/dw2-ranges2.c: Likewise.
3007 * gdb.dwarf2/dw2-ranges3.c: Likewise.
3008 * gdb.dwarf2/dw2-restore.S: Likewise.
3009 * gdb.dwarf2/pieces.S: Likewise.
3010 * gdb.dwarf2/valop.S: Likewise.
3011 * gdb.java/jnpe.java: Likewise.
3012 * gdb.mi/mi-stepn.c: Likewise.
3013 * gdb.mi/mi-var-cp.cc: Likewise.
3014 * gdb.mi/mi-var-rtti.cc: Likewise.
3015 * gdb.mi/ns-stale-regcache.c: Likewise.
3016 * gdb.mi/pr11022.c: Likewise.
3017 * gdb.mi/solib-lib.c: Likewise.
3018 * gdb.mi/solib-main.c: Likewise.
3019 * gdb.python/py-arch.c: Likewise.
3020 * gdb.python/py-block.c: Likewise.
3021 * gdb.python/py-breakpoint.c: Likewise.
3022 * gdb.python/py-events.c: Likewise.
3023 * gdb.python/py-evthreads.c: Likewise.
3024 * gdb.python/py-explore.c: Likewise.
3025 * gdb.python/py-explore.cc: Likewise.
3026 * gdb.python/py-finish-breakpoint.c: Likewise.
3027 * gdb.python/py-finish-breakpoint2.cc: Likewise.
3028 * gdb.python/py-symbol.c: Likewise.
3029 * gdb.threads/execl.c: Likewise.
3030 * gdb.threads/execl1.c: Likewise.
3031
3032 2013-06-07 Will Newton <will.newton@linaro.org>
3033
3034 * gdb.base/long_long.exp: Fix ARM EABI target glob.
3035
3036 2013-06-07 Will Newton <will.newton@linaro.org>
3037
3038 * gdb.cp/annota2.exp: Add empty line between "post-prompt"
3039 and "starting".
3040
3041 2013-06-07 Will Newton <will.newton@linaro.org>
3042
3043 * gdb.cp/anon-struct.exp: Conditionalize constructor and
3044 destructor prototypes for ARM ABI.
3045 * gdb.cp/m-static.exp: Likewise.
3046
3047 2013-06-07 Yao Qi <yao@codesourcery.com>
3048
3049 * gdb.trace/mi-trace-unavailable.exp: New.
3050 * gdb.trace/trace-unavailable.c: New.
3051
3052 2013-06-06 Doug Evans <dje@google.com>
3053
3054 * gdb.cp/derivation.exp: Make tests have unique names.
3055
3056 2013-06-06 Tom Tromey <tromey@redhat.com>
3057
3058 * gdb.base/dump.exp (capture_value): Don't put expression into
3059 test name if arguments passed in.
3060 Rename a couple more tests to make them unique.
3061
3062 2013-06-06 Tom Tromey <tromey@redhat.com>
3063
3064 * gdb.base/break-always.exp: Explicitly specify test name.
3065
3066 2013-06-05 Doug Evans <dje@google.com>
3067 Keith Seitz <keiths@redhat.com>
3068
3069 * gdb.cp/derivation2.cc: New file.
3070 * gdb.cp/derivation.cc (main): Call foo2.
3071 * gdb.cp/derivation.exp: Add tests for typedefs in another
3072 file, and when there's an active block.
3073
3074 2013-06-05 Luis Machado <lgustavo@codesourcery.com>
3075
3076 * gdb.cp/virtfunc.exp (make_one_vtable_result): Handle extra output
3077 from targets that use function descriptors in the virtual tables.
3078 Handle presence of dot symbols.
3079
3080 2013-06-04 Gary Benson <gbenson@redhat.com>
3081
3082 * gdb.base/break-probes.exp: New file.
3083 * gdb.base/break-probes.c: Likewise.
3084 * gdb.base/break-probes-solib.c: Likewise.
3085 * gdb.base/info-shared.exp: New file.
3086 * gdb.base/info-shared.c: Likewise.
3087 * gdb.base/info-shared-solib1.c: Likewise.
3088 * gdb.base/info-shared-solib2.c: Likewise.
3089
3090 2013-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3091 Gary Benson <gbenson@redhat.com>
3092
3093 * lib/gdb.exp (build_executable_from_specs): Use gdb_compile_pthread,
3094 gdb_compile_shlib or gdb_compile_shlib_pthreads where appropriate.
3095 * lib/prelink-support.exp (build_executable_own_libs): Allow INTERP
3096 to be set to "no" to indicate that no ld.so copy should be made.
3097 * gdb.base/break-interp.exp (solib_bp): New constant.
3098 (reach_1): Use the above instead of "_dl_debug_state".
3099 (test_attach): Likewise.
3100 (test_ld): Likewise.
3101 * gdb.threads/dlopen-libpthread.exp: New file.
3102 * gdb.threads/dlopen-libpthread.c: Likewise.
3103 * gdb.threads/dlopen-libpthread-lib.c: Likewise.
3104 * gdb.base/solib-corrupted.exp: Disable test if GDB is using probes.
3105
3106 2013-05-30 Yao Qi <yao@codesourcery.com>
3107
3108 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
3109 Add a test that no MI notification is emitted when executing
3110 -exec-arguments.
3111
3112 2013-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
3113
3114 PR testsuite/12649
3115 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf) (mi 2nd dprintf): Replace
3116 $mi_gdb_prompt expectation by mi_expect_stop.
3117 (mi 1st dprintf, agent, mi 2nd dprintf, agent)
3118 (mi info dprintf second time): Replace them by mi_send_resuming_command
3119 and mi_expect_stop.
3120
3121 2013-05-24 Gary Benson <gbenson@redhat.com>
3122
3123 * gdb.base/solib-disc.exp (exec_opts): Remove unnecesary
3124 backslash.
3125 * gdb.base/unload.exp (exec_opts): Remove two unnecessary
3126 backslashes.
3127 * gdb.base/watchpoint-solib.exp (exec_opts): Remove unnecesary
3128 backslash.
3129
3130 2013-05-24 Yao Qi <yao@codesourcery.com>
3131
3132 * gdb.trace/tfile.exp: Test inferior and thread.
3133
3134 2013-05-24 Yao Qi <yao@codesourcery.com>
3135 Pedro Alves <palves@redhat.com>
3136
3137 * gdb.base/range-stepping.exp: Skip the rest of tests if the
3138 test fails.
3139 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
3140 Return 0 if the test passes, otherwise return 1.
3141
3142 2013-05-23 Doug Evans <dje@google.com>
3143
3144 * boards/fission-dwp.exp: New file.
3145
3146 2013-05-23 Yao Qi <yao@codesourcery.com>
3147 Pedro Alves <palves@redhat.com>
3148
3149 * gdb.base/range-stepping.c: New file.
3150 * gdb.base/range-stepping.exp: New file.
3151 * gdb.trace/range-stepping.c: New file.
3152 * gdb.trace/range-stepping.exp: New file.
3153 * lib/range-stepping-support.exp: New file.
3154
3155 2013-05-22 Tom Tromey <tromey@redhat.com>
3156
3157 * gdb.cp/class2.cc (main): New local 'aref'.
3158 * gdb.cp/class2.exp: Check printing of 'aref'.
3159
3160 2013-05-22 Doug Evans <dje@google.com>
3161
3162 * gdb.threads/wp-replication.c (main): Insert some code at the start
3163 to ensure the breakpoint on main is only hit once. Fix comment.
3164
3165 2013-05-21 Keith Seitz <keiths@redhat.com>
3166 Pedro Alves <palves@redhat.com>
3167
3168 * gdb.base/filesym.exp: Use gdb_test_multiple instead of
3169 gdb_expect.
3170 Add test to flush the remaining input buffer so that this
3171 file passes testsuite/12649.
3172
3173 2013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3174
3175 * gdb.base/catch-signal-fork.exp: New file.
3176 * gdb.base/catch-signal-fork.c: New file.
3177
3178 2013-05-21 Sterling Augustine <saugustine@google.com>
3179
3180 * boards/remote-stdio-gdbserver.exp: New file.
3181
3182 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
3183
3184 PR testsuite/12649
3185 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf): Fix expect strings for
3186 racy matches.
3187
3188 2013-05-21 Christian Groessler <chris@groessler.org>
3189
3190 * gdb.dwarf2/dw2-dir-file-name.exp: Don't use brace expansion,
3191 since it's not supported in all shells.
3192
3193 2013-05-21 Hui Zhu <hui@codesourcery.com>
3194
3195 * gdb.mi/Makefile.in (PROGS): Add "mi-dprintf".
3196 * gdb.mi/mi-dprintf.exp, gdb.mi/mi-dprintf.c: New.
3197
3198 2013-05-20 Doug Evans <dje@google.com>
3199
3200 * lib/dwarf.exp (Dwarf): New variable _abbrev_section.
3201 (_handle_DW_TAG): Use it.
3202 (cu, tu): Replace parameters is_64, version, addr_size with options.
3203 All callers updated. Add Fission support.
3204 * gdb.dwarf2/implptrconst.exp: Update callers of "cu".
3205 * gdb.dwarf2/method-ptr.exp: Ditto.
3206 * gdb.dwarf2/nostaticblock.exp: Ditto.
3207 * gdb.dwarf2/subrange.exp: Ditto.
3208 * gdb.dwarf2/missing-sig-type.exp: Update callers of "cu", "tu".
3209
3210 2013-05-20 Tom Tromey <tromey@redhat.com>
3211
3212 * gdb.gdb/python-selftest.exp: New file.
3213
3214 2013-05-20 Doug Evans <dje@google.com>
3215
3216 * gdb.base/maint.exp: Fix test for "mt expand-symtabs" to account for
3217 -fdebug-types-section.
3218
3219 2013-05-20 Joel Brobecker <brobecker@adacore.com>
3220
3221 * gdb.ada/float_param: New testcase.
3222
3223 2013-05-17 Doug Evans <dje@google.com>
3224
3225 * gdb.base/maint.exp: Update test for "maint check-psymtabs".
3226 Add tests for "maint check-symtabs", "maint expand-symtabs".
3227
3228 * gdb.base/maint.exp: Remove testing of individual maint command
3229 help output.
3230
3231 2013-05-16 Pedro Alves <palves@redhat.com>
3232
3233 * gdb.ada/complete.exp (test_gdb_no_completion): Fix typo in
3234 comment. Use gdb_test_no_output.
3235
3236 2013-05-16 Joel Brobecker <brobecker@adacore.com>
3237
3238 * gdb.ada/complete.exp: Add test verifying completion using
3239 the "tab" key.
3240
3241 2013-05-15 Keith Seitz <keiths@redhat.com>
3242
3243 * gdb.base/filesym.exp: New completer test.
3244 * gdb.base/filesym.c: New file.
3245
3246 2013-05-15 Pedro Alves <palves@redhat.com>
3247
3248 * gdb.base/fixsection.c: Remove attribution.
3249 * gdb.base/watch-read.exp: Ditto.
3250
3251 2013-05-13 Tom Tromey <tromey@redhat.com>
3252
3253 * gdb.dwarf2/implptrconst.exp: Create a CU with 4 byte address
3254 size and change type sizes to 4 bytes.
3255
3256 2013-05-13 Tom Tromey <tromey@redhat.com>
3257
3258 * gdb.base/exprs.exp (test_expr): Add regression test.
3259 * gdb.base/exprs.c (null_t_struct): New global.
3260
3261 2013-05-13 Muhammad Bilal <mbilal@codesourcery.com>
3262
3263 * gdb.base/default.exp: Disable history saving.
3264 * gdb.base/setshow.exp: Likewise.
3265
3266 2013-05-10 Pedro Alves <palves@redhat.com>
3267
3268 PR remote/15455
3269
3270 * gdb.trace/qtro.c: New file.
3271 * gdb.trace/qtro.exp: New file.
3272
3273 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
3274
3275 * gdb.python/py-framefilter.py: New File.
3276 * gdb.python/py-framefilter-mi.exp: Ditto.
3277 * gdb.python/py-framefilter.c: Ditto.
3278 * gdb.python/py-framefilter-mi.exp: Ditto.
3279 * gdb.python/py-framefilter-mi.c: Ditto,
3280 * gdb.python/py-framefilter-gdb.py.in: Ditto.
3281
3282 2013-05-08 Tom Tromey <tromey@redhat.com>
3283
3284 * gdb.base/solib-search.exp: Set test name for "set
3285 solib-search-path" test.
3286
3287 2013-05-08 Hafiz Abid Qadeer <abidh@codesourcery.com>
3288
3289 * gdb.trace/circ.exp: Remove unnecessary 'if then' checks.
3290 (set_a_tracepoint): Set tracepoint before prologue.
3291 (run_trace_experiment): Test setup_tracepoints and 'break end'
3292 in it.
3293 (trace_buffer_normal): Remove.
3294 (gdb_trace_circular_tests): Remove. Move tests to...
3295 (top level): ...here. Call 'runto_main' before checking for
3296 trace support. Use commands to check the support for circular
3297 trace buffer and changing of trace buffer size. Add test
3298 to calculate size of single frame. Use this size to
3299 calculate the size of trace buffer. Use 'tfind pc func9'
3300 instead of 'tfind 9'. Use 'with_test_prefix'.
3301
3302 2013-05-07 Tom Tromey <tromey@redhat.com>
3303
3304 * lib/selftest-support.exp: New file.
3305 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
3306 do_self_tests.
3307 (setup_test, find_gdb): Remove.
3308 * gdb.gdb/observer.exp: Load selftest-support.exp. Use
3309 do_self_tests.
3310 (setup_test, find_gdb): Remove.
3311 (test_observer): Don't call setup_test. Remove argument.
3312 * gdb.gdb/selftest.exp: Load selftest-support.exp.
3313 (find_gdb): Remove.
3314 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
3315 do_self_tests.
3316 (setup_test, find_gdb): Remove.
3317 (test_with_self): Don't call setup_test. Remove argument.
3318
3319 2013-05-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3320
3321 * gdb.arch/system-gcore.exp: Remove.
3322 * gdb.arch/gcore.c: Remove.
3323 * gdb.base/gcore.exp: Add "info reg system".
3324
3325 2013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
3326
3327 PR breakpoints/15413:
3328 * gdb.base/pending.exp: Add test for completion of the "condition"
3329 command for pending breakpoints.
3330 * gdb.linespec/linespec.ex: Add test for completion of the
3331 "condition" command when dealing with multiple locations.
3332
3333 2013-05-07 Luis Machado <lgustavo@codesourcery.com>
3334
3335 * gdb.threads/wp-replication.c: New file.
3336 * gdb.threads/wp-replication.exp: New file.
3337
3338 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3339
3340 * gdb.xml/tdesc-regs.exp: Add case for nios2.
3341
3342 2013-05-06 Doug Evans <dje@google.com>
3343
3344 * gdb.base/solib-search-lib1.c: New file.
3345 * gdb.base/solib-search-lib2.c: New file.
3346 * gdb.base/solib-search.c: New file.
3347 * gdb.base/solib-search.h: New file.
3348 * gdb.base/solib-search.exp: New file.
3349
3350 * lib/gdb.exp (gdb_core_cmd): New function.
3351 * gdb.arch/system-gcore.exp: Use it.
3352 * gdb.arch/vsx-regs.exp: Ditto.
3353 * gdb.base/gcore.exp: Ditto.
3354 * gdb.threads/gcore-thread.exp: Ditto.
3355
3356 * gdb.reverse/shr.h: New file.
3357 * gdb.reverse/shr1.c: New file.
3358 * gdb.reverse/shr2.c: #include "shr.h".
3359 * gdb.reverse/solib-reverse.c: Remove #include <stdio.h>.
3360 #include "shr.h". Replace calls to printf,sleep to call shr1 instead.
3361 * gdb.reverse/solib-precsave.exp: Build shr2.sl.
3362 Update tests using sleep/printf to use shr2.sl instead.
3363 * gdb.reverse/solib-reverse.exp: Ditto.
3364
3365 2013-05-06 Tom Tromey <tromey@redhat.com>
3366
3367 * gdb.dwarf2/implptrconst.c: New file.
3368 * gdb.dwarf2/implptrconst.exp: New file.
3369 * lib/dwarf.exp (Dwarf::_nz_quote): New proc.
3370 (Dwarf::_handle_DW_FORM): Handle DW_FORM_block1.
3371 (Dwarf::_location): Handle DW_OP_GNU_implicit_pointer.
3372
3373 2013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3374
3375 * gdb.base/catch-sig.c (main): Raise SIGINT.
3376 * gdb.base/catch-sig.exp: Test "catch signal SIGINT".
3377
3378 2013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
3379
3380 * status-stop.exp (test_tstart_tstart): Check for error
3381 returned by the second 'tstart' command.
3382
3383 2013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
3384
3385 * gdb.xml/maint_print_struct.exp: New file.
3386 * gdb.xml/maint_print_struct.xml: New file.
3387
3388 2013-04-25 Tom Tromey <tromey@redhat.com>
3389
3390 * gdb.dwarf2/nostaticblock.exp: New file.
3391
3392 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
3393
3394 PR gdb/10462
3395 * gdb.base/setshow.exp: Add test case.
3396
3397 2013-04-23 Hui Zhu <hui@codesourcery.com>
3398
3399 PR gdb/15293
3400 * gdb.base/dprintf.exp: Add ignore command.
3401
3402 2013-04-23 Hui Zhu <hui@codesourcery.com>
3403
3404 PR gdb/15165
3405 * gdb.base/save-bp.exp: Add test for dprintf.
3406
3407 2013-04-22 Tom Tromey <tromey@redhat.com>
3408
3409 * gdb.gdb/selftest.exp (do_steps_and_nexts): Check for
3410 notice_open_fds.
3411
3412 2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
3413
3414 * gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
3415 ldflags.
3416
3417 2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
3418
3419 * gdb.arch/arm-bl-branch-dest.c: New file.
3420 * gdb.arch/arm-bl-branch-dest.exp: Likewise.
3421
3422 2013-04-19 Vladimir Kargov <kargov@gmail.com>
3423 Pedro Alves <palves@redhat.com>
3424
3425 * gdb.arch/i386-float.S: New file.
3426 * gdb.arch/i386-float.exp: New file.
3427
3428 2013-04-18 Luis Machado <lgustavo@codesourcery.com>
3429
3430 * gdb.mi/mi-var-create-rtti.exp: Create a variable of
3431 type void *.
3432
3433 2013-04-17 Doug Evans <dje@google.com>
3434
3435 * lib/dwarf.exp (Dwarf): New proc "tu".
3436 * gdb.dwarf2/missing-sig-type.exp: New file.
3437
3438 2013-04-15 Siva Chandra Reddy <sivachandra@google.com>
3439
3440 Add option to link testcases with Pthreads library when
3441 using 'prepare_for_testing' in tests.
3442
3443 * lib/gdb.exp (build_executable_from_specs): Use
3444 gdb_compile_pthreads to compile if option "pthreads" is
3445 specified.
3446
3447 2013-04-15 Tom Tromey <tromey@redhat.com>
3448
3449 * gdb.cp/exceptprint.exp: Add regexp catchpoint tests.
3450
3451 2013-04-15 Tom Tromey <tromey@redhat.com>
3452
3453 * gdb.base/default.exp: Update for $_exception.
3454 * gdb.cp/exceptprint.cc: New file.
3455 * gdb.cp/exceptprint.exp: New file.
3456 * lib/gdb.exp (skip_libstdcxx_probe_tests): New proc.
3457
3458 2013-04-15 Tom Tromey <tromey@redhat.com>
3459
3460 * gdb.cp/typeid.cc: New file.
3461 * gdb.cp/typeid.exp: New file.
3462
3463 2013-04-15 Tom Tromey <tromey@redhat.com>
3464
3465 * gdb.cp/exception.exp: Add "catch rethrow" tests.
3466
3467 2013-04-13 Yao Qi <yao@codesourcery.com>
3468
3469 * gdb.base/completion.exp: Test completion of command
3470 'target ctf' if target ctf is supported.
3471
3472 2013-04-10 Pedro Alves <palves@redhat.com>
3473
3474 * gdb.base/completion.exp: Test "set height", "set listsize" and
3475 "set trace-buffer-size" completion.
3476 * gdb.base/setshow.exp: Test "set height unlimited".
3477 * gdb.trace/trace-buffer-size.exp: Test "set trace-buffer-size
3478 unlimited".
3479
3480 2013-04-10 Yao Qi <yao@codesourcery.com>
3481
3482 * gdb.trace/actions.exp: Save trace data to CTF.
3483 Change to ctf target if GDB supports, read CTF data in ctf
3484 target, and check the actions of tracepoints.
3485 * gdb.trace/while-stepping.exp: Likewise.
3486 * gdb.trace/report.exp: Test GDB saves trace data to CTF
3487 format and read CTF trace file if GDB supports.
3488 * gdb.trace/tstatus.exp: Save trace data to CTF. If ctf
3489 target is supported, change to ctf target, read trace data and
3490 check output of command "tstatus".
3491 * gdb.trace/tsv.exp: Save trace frame to CTF. If GDB supports,
3492 read CTF data by target ctf and call check_tsv.
3493
3494 2013-04-10 Yao Qi <yao@codesourcery.com>
3495
3496 * gdb.trace/actions.exp (check_tracepoint): New.
3497 (top level): Start the tracing and check the actions of
3498 tracepoints. Save trace data to tfile format. Restart GDB
3499 and read trace file in tfile target. Check the actions of
3500 tracepoints again.
3501 * gdb.trace/while-stepping.exp: Likewise.
3502
3503 2013-04-10 Yao Qi <yao@codesourcery.com>
3504
3505 * gdb.trace/report.exp: Use standard_output_file for saved
3506 trace file.
3507
3508 2013-04-10 Hui Zhu <hui@codesourcery.com>
3509
3510 * gdb.base/Makefile.in (EXECUTABLES): Add dprintf-pending.
3511 (MISCELLANEOUS): Add dprintf-pendshr.sl.
3512 * gdb.base/dprintf-pending.c, gdb.base/dprintf-pending.exp: New.
3513
3514 2013-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3515
3516 * gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
3517 response.
3518
3519 2013-04-08 Pedro Alves <palves@redhat.com>
3520
3521 * gdb.mi/mi-break.exp (test_error): Add tests with garbage after
3522 the location.
3523
3524 2013-04-04 Sandra Loosemore <sandra@codesourcery.com>
3525
3526 * gdb.cp/cplabel.exp: Allow empty directory in file reported
3527 for breakpoint location.
3528
3529 2013-04-04 Sandra Loosemore <sandra@codesourcery.com>
3530
3531 * gdb.linespec/linespec.exp: Make dir/file:line tests
3532 conditional for non-remote hosts only.
3533
3534 2013-04-04 Stan Shebs <stan@codesourcery.com>
3535 Pedro Alves <palves@redhat.com>
3536
3537 * gdb.trace/Makefile.in (PROGS): Add actions-changed.
3538 * gdb.trace/actions-changed.c: New file.
3539 * gdb.trace/actions-changed.exp: New file.
3540 * lib/trace-support.exp (gdb_trace_setactions): Rename to ...
3541 (gdb_trace_setactions_command): ... this. Add "actions_command"
3542 parameter, and handle it.
3543 (gdb_trace_setactions, gdb_trace_setcommands): New procedures.
3544
3545 2013-04-04 Yao Qi <yao@codesourcery.com>
3546
3547 * gdb.server/server-kill.exp: Use command 'tstatus' instead of
3548 'step'.
3549
3550 2013-04-03 Yao Qi <yao@codesourcery.com>
3551
3552 * gdb.trace/mi-traceframe-changed.exp: Update tfile name to
3553 "tfile-basic.tf".
3554 (test_tfind_tfile): Likewise.
3555
3556 2013-04-03 Yao Qi <yao@codesourcery.com>
3557
3558 * gdb.trace/tfile.c (write_basic_trace_file): Pass argument
3559 "tfile-basic.tf" instead of "basic.tf".
3560 (write_error_trace_file): Pass argument "tfile-error.tf"
3561 instead of "error.tf".
3562 * gdb.trace/tfile.exp: Update tfile names to
3563 "tfile-basic.tf" and "tfile-error.tf".
3564
3565 2013-04-02 Sandra Loosemore <sandra@codesourcery.com>
3566
3567 * gdb.cp/ovsrch.exp (test_class): Correct regexp to allow
3568 empty directory in file for breakpoint hit.
3569
3570 2013-03-29 Yao Qi <yao@codesourcery.com>
3571
3572 * gdb.base/completion.exp: Test completion of commands
3573 "target core", "target tfile" and "target exec".
3574 * gdb.trace/tfile.exp: Test completion of command
3575 "target tfile".
3576
3577 2013-03-28 Joel Brobecker <brobecker@adacore.com>
3578
3579 * gdb.ada/win_fu_syms: New testcase.
3580
3581 2013-03-28 Doug Evans <dje@google.com>
3582
3583 * gdb.base/maint.exp (maint print statistics): Update expected output.
3584
3585 2013-03-28 Pedro Alves <palves@redhat.com>
3586
3587 PR gdb/15294
3588
3589 * gdb.base/list.exp (set_listsize): Adjust to accept $arg == 0 to
3590 mean unlimited instead of $arg < 0.
3591 (test_listsize): Remove "listsize of 0 suppresses output" test.
3592 Test that "set listsize 0" ends up with an unlimited listsize.
3593
3594 2013-03-28 Pedro Alves <palves@redhat.com>
3595
3596 * gdb.base/list.exp (last_line): New global.
3597 (last_line_re): New global.
3598 (test_listsize, test_list_function, test_list_forward)
3599 (test_repeat_list_command, test_list_range)
3600 (test_list_filename_and_function): Use them.
3601 * gdb.base/list0.c: Comment the last line of the file with "last
3602 line".
3603
3604 2013-03-28 Pedro Alves <palves@redhat.com>
3605
3606 * gdb.base/list.exp (test_listsize): Adjust test to make sure we
3607 list the whole file.
3608
3609 2013-03-28 Pedro Alves <palves@redhat.com>
3610
3611 * gdb.base/list.exp (set_listsize): Use gdb_test_no_output for
3612 "set listsize".
3613
3614 2013-03-26 Keith Seitz <keiths@redhat.com>
3615
3616 * gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"
3617 from passing.
3618
3619 2013-03-26 Pedro Alves <palves@redhat.com>
3620
3621 * lib/gdb.exp (skip_btrace_tests): Delay deleting the source file
3622 until after GDB has run.
3623
3624 2013-03-26 Yao Qi <yao@codesourcery.com>
3625
3626 * gdb.trace/actions.c, gdb.trace/circ.c: Add license header.
3627 * gdb.trace/collection.c, gdb.trace/tfile.c: Likewise.
3628
3629 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
3630
3631 * gdb.btrace/enable.exp: Add regression test.
3632
3633 2013-03-25 Tom Tromey <tromey@redhat.com>
3634
3635 * gdb.cp/m-static.exp: Add destructor-printing tests.
3636
3637 2013-03-25 Tom Tromey <tromey@redhat.com>
3638
3639 * gdb.cp/m-static.exp: Add constructor ptype tests.
3640 * gdb.cp/m-static.cc (single_constructor): New class.
3641 (main): Make instance of single_constructor.
3642
3643 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3644 Pedro Alves <palves@redhat.com>
3645
3646 * gdb.server/server-kill.c: New file.
3647 * gdb.server/server-kill.exp: New file.
3648
3649 2013-03-21 Pedro Alves <palves@redhat.com>
3650
3651 * gdb.trace/trace-buffer-size.exp (get default buffer size):
3652 Expect $gdb_prompt in gdb_test_multiple.
3653
3654 2013-03-21 Doug Evans <dje@google.com>
3655
3656 * gdb.base/maint.exp: Update tests for per-command stats.
3657
3658 2013-03-21 Tom Tromey <tromey@redhat.com>
3659
3660 * gdb.cp/cpexprs.exp: Add test for FILENAME:: case.
3661 * gdb.cp/misc.exp: Add test for FILENAME:: case.
3662
3663 2013-03-20 Pedro Alves <palves@redhat.com>
3664
3665 PR gdb/15289
3666
3667 * gdb.base/remote.exp: Test
3668 "set remote hardware-watchpoint-limit -1",
3669 "set remote hardware-breakpoint-limit -1",
3670 "set remote hardware-watchpoint-limit 2147483647" and
3671 "set remote hardware-breakpoint-limit 2147483647".
3672
3673 2013-03-20 Pedro Alves <palves@redhat.com>
3674 Yao Qi <yao@codesourcery.com>
3675
3676 * gdb.trace/tfile.c: Add comments.
3677 (nonconstglob): New global.
3678 * gdb.trace/tfile.exp: Add comments. Test printing a non-const
3679 global that is not covered by the trace frame. Test
3680 disassembling.
3681
3682 2013-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3683
3684 * gdb.base/valgrind-infcall.exp
3685 (continue #$continue_count) <remote connection closed>
3686 (continue #$continue_count) <valgrind vgdb has terminated>: Add kill of
3687 $valgrind_pid.
3688
3689 2013-03-15 Tom Tromey <tromey@redhat.com>
3690
3691 * gdb.cp/overload.cc (intintfunc): New.
3692 * gdb.cp/overload.exp: Add regression test.
3693
3694 2013-03-15 Yao Qi <yao@codesourcery.com>
3695
3696 * gdb.threads/non-ldr-exc-1.exp (do_test): Fix the indent of
3697 using with_test_prefix.
3698 * gdb.threads/non-ldr-exc-2.exp (do_test): Likewise.
3699 * gdb.threads/non-ldr-exc-3.exp (do_test): Likewise.
3700 * gdb.threads/non-ldr-exc-4.exp (do_test): Likewise.
3701 * gdb.threads/watchpoint-fork.exp (test): Likewise.
3702 * gdb.base/break-interp.exp (test_core): Likewise.
3703 (test_attach_gdb): Likewise.
3704 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3705 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3706 Likewise.
3707 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3708 * gdb.base/jit.exp (one_jit_test): Likewise.
3709 * gdb.base/sepdebug.exp (test_different_dir): Likewise.
3710 * gdb.dwarf2/dw2-dir-file-name.exp (test): Likewise.
3711 * gdb.dwarf2/dw2-noloc.exp (file_symbols): Likewise.
3712 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved):
3713 Likewise.
3714 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
3715 Likewise.
3716 * gdb.mi/mi-watch.exp test_watchpoint_all): Likewise.
3717 * gdb.mi/pr11022.exp (test_memory_changed_observer): Likewise.
3718 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Likewise.
3719 (tracepoint_change_loc_2): Likewise.
3720 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
3721 Likewise.
3722 (disconnected_tfind): Likewise.
3723 * gdb.trace/mi-traceframe-changed.exp (test_tfind_tfile):
3724 Likewise.
3725 (test_tfind_remote): Likewise.
3726 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect):
3727 Likewise.
3728 (test_pending_resolved): Likewise.
3729 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
3730 Likewise.
3731 (test_upload_tsv): Likewise.
3732 * gdb.trace/pending.exp (pending_tracepoint_resolved):
3733 Likewise.
3734 (pending_tracepoint_works): Likewise.
3735 * gdb.trace/report.exp (use_collected_data): Likewise.
3736 * gdb.trace/status-stop.exp (test_tstart_tstop_tstart):
3737 Likewise.
3738 (test_tstart_tstart, test_buffer_full_tstart): Likewise.
3739 * gdb.trace/strace.exp (strace_info_marker): Likewise.
3740 (strace_trace_on_same_addr): Likewise.
3741 (strace_trace_on_diff_addr): Likewise.
3742 * gdb.trace/unavailable.exp (gdb_collect_args_test): Likewise.
3743 (gdb_collect_locals_test): Likewise.
3744 (gdb_unavailable_registers_test): Likewise.
3745 (gdb_collect_globals_test): Likewise.
3746
3747 2013-03-15 Yao Qi <yao@codesourcery.com>
3748
3749 * gdb.base/condbreak.exp: Add semicolon back which was removed
3750 by my previous commit.
3751
3752 2013-03-14 Yao Qi <yao@codesourcery.com>
3753
3754 * config/monitor.exp (gdb_target_cmd): Remove semicolon after
3755 'return'.
3756 (gdb_target_monitor, gdb_load): Likewise.
3757 * config/sid.exp (gdb_load): Likewise.
3758 * config/slite.exp (gdb_load): Likewise.
3759 * config/vx.exp (gdb_start, spawn_vxgdb): Likewise.
3760 * gdb.ada/arrayidx.exp, gdb.ada/null_array.exp: Likewise.
3761 * gdb.arch/mips-octeon-bbit.exp (single_step): Likewise.
3762 (single_step_until): Likewise.
3763 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3764 * gdb.arch/system-gcore.exp: Likewise.
3765 * gdb.base/bigcore.exp (extract_heap): Likewise.
3766 * gdb.base/break-on-linker-gcd-function.exp: Likewise.
3767 * gdb.base/call-ar-st.exp: Likewise.
3768 * gdb.base/call-rt-st.exp: Likewise.
3769 * gdb.base/call-sc.exp, gdb.base/call-strs.exp: Likewise.
3770 * gdb.base/callfuncs.exp, gdb.base/completion.exp: Likewise.
3771 * gdb.base/condbreak.exp, gdb.base/constvars.exp: Likewise.
3772 * gdb.base/corefile.exp: Likewise.
3773 * gdb.base/dbx.exp (gdb_file_cmd): Likewise.
3774 * gdb.base/exprs.exp, gdb.base/fileio.exp: Likewise.
3775 * gdb.base/fixsection.exp: Likewise.
3776 * gdb.base/funcargs.exp: Likewise.
3777 * gdb.base/gcore-buffer-overflow.exp: Likewise.
3778 * gdb.base/gcore-relro.exp: Likewise.
3779 * gdb.base/gcore.exp, gdb.base/gdb11530.exp: Likewise.
3780 * gdb.base/gdb11531.exp, gdb.base/gnu-ifunc.exp: Likewise.
3781 * gdb.base/info-os.exp, gdb.base/info-proc.exp: Likewise.
3782 * gdb.base/interp.exp, gdb.base/langs.exp:: Likewise.
3783 * gdb.base/list.exp: Likewise.
3784 (set_listsize): Likewise.
3785 * gdb.base/logical.exp, gdb.base/mips_pro.exp: Likewise.
3786 * gdb.base/miscexprs.exp, gdb.base/nodebug.exp: Likewise.
3787 * gdb.base/opaque.exp, gdb.base/pointers.exp: Likewise.
3788 * gdb.base/psymtab.exp, gdb.base/ptype.exp: Likewise.
3789 * gdb.base/relational.exp, gdb.base/scope.exp: Likewise.
3790 * gdb.base/setvar.exp: Likewise.
3791 (test_set): Likewise.
3792 * gdb.base/signals.exp, gdb.base/sizeof.exp: Likewise.
3793 * gdb.base/solib-overlap.exp: Likewise.
3794 * gdb.base/store.exp, gdb.base/structs.exp: Likewise.
3795 * gdb.base/structs2.exp, gdb.base/volatile.exp: Likewise.
3796 * gdb.base/watchpoint.exp (initialize): Likewise.
3797 (test_simple_watchpoint): Likewise.
3798 (test_disabling_watchpoints): Likewise.
3799 (test_watchpoint_triggered_in_syscall): Likewise.
3800 * gdb.base/whatis.exp, gdb.cp/ambiguous.exp: Likewise.
3801 * gdb.cp/casts.exp, gdb.cp/ctti.exp: Likewise.
3802 * gdb.cp/namespace.exp, gdb.cp/nsdecl.exp: Likewise.
3803 * gdb.cp/psmang.exp, gdb.dwarf2/dw2-ranges.exp: Likewise.
3804 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
3805 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
3806 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
3807 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
3808 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
3809 * gdb.hp/gdb.compat/xdb2.exp: Likewise.
3810 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
3811 * gdb.hp/gdb.defects/bs14602.exp: Likewise.
3812 * gdb.hp/gdb.defects/solib-d.exp: Likewise.
3813 * gdb.mi/gdb792.exp: Likewise.
3814 * gdb.mi/mi-inheritance-syntax-error.exp: Likewise.
3815 * gdb.mi/mi-logging.exp, gdb.mi/mi-var-cp.exp : Likewise.
3816 * gdb.mi/mi-var-rtti.exp, gdb.python/py-type.exp: Likewise.
3817 * gdb.threads/gcore-thread.exp: Likewise.
3818 (load_core): Likewise.
3819 * gdb.threads/pthreads.exp (all_threads_running): Likewise.
3820 (test_startup, check_control_c): Likewise.
3821 * gdb.threads/sigstep-threads.exp: Likewise.
3822 * gdb.threads/thread_check.exp: Likewise.
3823 * gdb.trace/backtrace.exp, gdb.trace/change-loc.exp: Likewise.
3824 * gdb.trace/circ.exp (run_trace_experiment): Likewise.
3825 (set_a_tracepoint, trace_buffer_normal): Likewise.
3826 (gdb_trace_circular_tests): Likewise.
3827 * gdb.trace/collection.exp: Likewise.
3828 * gdb.trace/disconnected-tracing.exp: Likewise.
3829 * gdb.trace/infotrace.exp: Likewise.
3830 * gdb.trace/mi-traceframe-changed.exp: Likewise.
3831 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3832 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv): Likewise.
3833 * gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp: Likewise.
3834 * gdb.trace/pending.exp, gdb.trace/report.exp: Likewise.
3835 * gdb.trace/stap-trace.exp: Likewise.
3836 * gdb.trace/status-stop.exp,gdb.trace/strace.exp: Likewise.
3837 * gdb.trace/tfind.exp, gdb.trace/trace-break.exp: Likewise.
3838 * gdb.trace/trace-buffer-size.exp: Likewise.
3839 * gdb.trace/tspeed.exp, gdb.trace/tsv.exp: Likewise.
3840 * gdb.trace/unavailable.exp: Likewise.
3841 * gdb.trace/while-dyn.exp: Likewise.
3842 * lib/fortran.exp (set_lang_fortran): Likewise.
3843 * lib/gdb.exp (default_gdb_version, gdb_start_cmd): Likewise.
3844 (gdb_breakpoint, gdb_reinitialize_dir): Likewise.
3845 (default_gdb_start, get_compiler_info): Likewise.
3846 (gdb_compile, gdb_compile_objc, gdb_reload, gdb_init): Likewise.
3847 (get_debug_format, setup_xfail_format): Likewise.
3848 (rerun_to_main, gdb_skip_float_test): Likewise.
3849 (build_id_debug_filename_get, get_remotetimeout): Likewise.
3850 * lib/java.exp (set_lang_java): Likewise.
3851 * lib/mi-support.exp (default_mi_gdb_start): Likewise.
3852 (mi_gdb_reinitialize_dir, mi_gdb_target_cmd): Likewise.
3853 (mi_gdb_file_cmd, mi_gdb_test): Likewise.
3854 (mi_run_cmd_full, mi_expect_interrupt): Likewise.
3855 * lib/objc.exp (set_lang_objc): Likewise.
3856 * lib/pascal.exp (set_lang_pascal): Likewise.
3857 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
3858 * lib/trace-support.exp (gdb_trace_setactions, gdb_tfind_test): Likewise.
3859 (gdb_readexpr, gdb_gettpnum, gdb_find_recursion_test_baseline): Likewise.
3860
3861 2013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
3862
3863 PR c++/15203
3864 PR c++/15210
3865 * gdb.cp/m-static.cc (keepalive_int): New function.
3866 (gnu_obj_1::method): New variable `sintvar', call `keepalive_int'.
3867 * gdb.cp/m-static.exp: New test for `sintvar'.
3868
3869 2013-03-14 Yao Qi <yao@codesourcery.com>
3870
3871 * gdb.trace/tstatus.exp (run_trace_experiment): Save the output
3872 of 'tstatus' into tstatus_output.
3873 (top level): Save the trace data to tfile. Read trace file in
3874 tfile target. Check the trace status.
3875
3876 2013-03-13 Yao Qi <yao@codesourcery.com>
3877
3878 * gdb.trace/tsv.exp (check_tsv): New.
3879 (top level): Save a tfile on current trace session. Call
3880 check_tsv on live target. Load the tfile with target tfile
3881 and call check_tsv again.
3882
3883 2013-03-13 Yao Qi <yao@codesourcery.com>
3884
3885 * gdb.trace/tsv.exp: Remove code unrelated to testing TSV.
3886 Replace some "gdb_test" with "gdb_test_no_output".
3887
3888 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
3889
3890 * gdb.ada/expr_delims.exp: New file.
3891 * gdb.ada/expr_delims/foo.adb: New file.
3892 * gdb.ada/expr_delims/pck.ads: New file.
3893 * gdb.ada/expr_delims/pck.adb: New file.
3894
3895 2013-03-11 Keith Seitz <keiths@redhat.com>
3896
3897 * watchpoint.exp (test_no_hw_watchpoints): Add test using
3898 both condition and thread. Then delete the watchpoint.
3899
3900 2013-03-11 Christian Himpel <christian.himpel@intel.com>
3901
3902 * Makefile.in: Add btrace testsuite.
3903 * configure: Regenerated.
3904 * configure.ac: Add btrace testsuite.
3905 * gdb.btrace/Makefile.in: New file.
3906 * gdb.btrace/enable.c: New file.
3907 * gdb.btrace/enable.exp: New file.
3908 * gdb.btrace/function_call_history.c: New file.
3909 * gdb.btrace/function_call_history.exp: New file.
3910 * gdb.btrace/instruction_history.c: New file.
3911 * gdb.btrace/instruction_history.exp: New file.
3912 * gdb.btrace/instruction_history.S: New file.
3913 * lib/gdb.exp: Add btrace skip proc.
3914
3915 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3916
3917 Fix entry-values if the callee called a noreturn function.
3918 * gdb.arch/amd64-tailcall-noret.S: New file.
3919 * gdb.arch/amd64-tailcall-noret.c: New file.
3920 * gdb.arch/amd64-tailcall-noret.exp: New file.
3921
3922 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3923
3924 Fix entry-values in C++ across CUs.
3925 * gdb.arch/amd64-tailcall-cxx.exp: New file.
3926 * gdb.arch/amd64-tailcall-cxx1.S: New file.
3927 * gdb.arch/amd64-tailcall-cxx1.cc: New file.
3928 * gdb.arch/amd64-tailcall-cxx2.S: New file.
3929 * gdb.arch/amd64-tailcall-cxx2.cc: New file.
3930
3931 2013-03-08 Stan Shebs <stan@codesourcery.com>
3932 Hafiz Abid Qadeer <abidh@codesourcery.com>
3933
3934 gdb/testsuite/
3935 * gdb.trace/trace-buffer-size.exp: New file.
3936 * gdb.trace/trace-buffer-size.c: New file.
3937
3938 2013-03-06 Pedro Alves <palves@redhat.com>
3939
3940 * gdb.trace/tstatus.exp (run_trace_experiment): When the target
3941 doesn't support the tested optional feature, call "unsupported"
3942 with the same test message as the "pass" case, instead of calling
3943 "pass" with a different message. Use the same text for the "fail"
3944 cases too.
3945
3946 2013-03-06 Yao Qi <yao@codesourcery.com>
3947
3948 * gdb.trace/tstatus.exp: Remove the invocation of
3949 gdb_load_shlibs, gdb_compile, clean_restart and runto_main.
3950 (test_tracepoints): Don't set fast tracepoint.
3951 (top level): Don't check agent library is loaded or not.
3952
3953 2013-03-06 Yao Qi <yao@codesourcery.com>
3954
3955 * gdb.trace/tstatus.exp (run_trace_experiment): Escape
3956 parentheses by "\\".
3957
3958 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3959
3960 * gdb.linespec/base/one/thefile.cc (twodup): New.
3961 (m): Call it.
3962 * gdb.linespec/base/two/thefile.cc (dupname): New.
3963 (n): Call it.
3964 * gdb.linespec/break-ask.exp: New file.
3965 * gdb.linespec/lspec.cc (body_elsewhere): New comment marker.
3966
3967 2013-02-28 Yao Qi <yao@codesourcery.com>
3968
3969 * gdb.trace/report.exp: Move some code to ...
3970 (use_collected_data): New.
3971 (top level): Call use_collected_data once on the live target.
3972 Save at file of the current trace session, load it with target
3973 tfile, and call use_collected_data again.
3974
3975 2013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3976
3977 * gdb.threads/fork-thread-pending.c (main): Add alarm.
3978
3979 2013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3980
3981 * gdb.base/valgrind-infcall.exp (valgrind_pid): New variable.
3982 Add final kill of ${valgrind_pid}.
3983
3984 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
3985
3986 * gdb.python/py-arch.c: New test case
3987 * gdb.python/py-arch.exp: New tests to test
3988 gdb.Architecture.disassemble
3989 * gdb.python/Makefile.in: Add py-arch to the list of
3990 EXECUTABLES.
3991
3992 2013-02-18 Tom Tromey <tromey@redhat.com>
3993
3994 * gdb.dwarf2/subrange.exp: New file.
3995
3996 2013-02-15 Pedro Alves <pedro@codesourcery.com>
3997 Hafiz Abid Qadeer <abidh@codesourcery.com>
3998
3999 * gdb.trace/tfile.exp: Add test for -trace-status command.
4000
4001 2013-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
4002
4003 * gdb.threads/pthread_cond_wait.c (main): Remove variable ts. Replace
4004 nanosleep by sleep.
4005
4006 2013-02-14 Pedro Alves <palves@redhat.com>
4007
4008 * gdb.cp/userdef.exp (ptype &*c): Don't expect an &.
4009
4010 2013-02-14 Pedro Alves <pedro@codesourcery.com>
4011 Hafiz Abid Qadeer <abidh@codesourcery.com>
4012
4013 * gdb.trace/tsv.exp: Adjust tests, and add a few more.
4014
4015 2013-02-12 Tom Tromey <tromey@redhat.com>
4016
4017 * gdb.cp/m-static.cc (gnu_obj_1::~gnu_obj_1): New destructor.
4018 * gdb.cp/m-static.exp: Add tests to print quoted destructor.
4019
4020 2013-02-12 Pedro Alves <palves@redhat.com>
4021
4022 * gdb.base/catch-signal.c: Update copyright years.
4023 * gdb.base/catch-signal.exp: Update copyright years.
4024 * gdb.dwarf2/dw2-dir-file-name.c: Update copyright years.
4025 * gdb.dwarf2/dw2-dir-file-name.exp: Update copyright years.
4026 * gdb.dwarf2/dw2-empty-pc-range.S: Update copyright years.
4027 * gdb.dwarf2/dw2-error.S: Update copyright years.
4028 * gdb.dwarf2/dw2-error.c: Update copyright years.
4029 * gdb.dwarf2/dw2-restrict.S: Update copyright years.
4030 * gdb.dwarf2/dw2-restrict.c: Update copyright years.
4031 * gdb.dwarf2/dw2-restrict.exp: Update copyright years.
4032
4033 2013-02-12 Pedro Alves <palves@redhat.com>
4034
4035 * gdb.base/catch-signal.exp: Correct test file name in "Skipping"
4036 message.
4037 * gdb.base/sigaltstack.exp: Ditto.
4038 * gdb.base/siginfo.exp: Ditto.
4039 * gdb.base/sizeof.exp: Ditto.
4040
4041 2013-02-12 Pedro Alves <palves@redhat.com>
4042
4043 * gdb.mi/mi-basics.exp: Tweak intro comment.
4044 * gdb.mi/mi-break.exp: Tweak intro comment.
4045 * gdb.mi/mi-console.exp: Tweak intro comment.
4046 * gdb.mi/mi-file.exp: Tweak intro comment.
4047 * gdb.mi/mi-read-memory.exp: Tweak intro comment.
4048 * gdb.mi/mi-return.exp: Tweak intro comment.
4049 * gdb.mi/mi-stepi.exp: Tweak intro comment.
4050 * gdb.mi/mi-until.exp: Tweak intro comment.
4051 * gdb.mi/mi-watch.exp: Tweak intro comment.
4052
4053 2013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
4054
4055 * gdb.server/no-thread-db.exp: New file.
4056 * gdb.server/no-thread-db.c: New file.
4057 * gdb.server/Makefile.in (EXECUTABLES): Add no-thread-db.
4058
4059 2013-02-11 Doug Evans <dje@google.com>
4060
4061 * gdb.base/printcmds.exp (test_printf_with_dfp): Add test for printing
4062 two decfloats.
4063
4064 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
4065
4066 * gdb.base/bitfields.c (struct internalvartest): New declaration.
4067 * gdb.base/bitfields.exp (bitfield_internalvar): New function.
4068
4069 2013-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
4070
4071 * gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
4072
4073 2013-02-06 Yao Qi <yao@codesourcery.com>
4074
4075 * gdb.trace/mi-tsv-changed.exp (test_create_delete_tsv): Rename
4076 to ...
4077 (test_create_delete_modify_tsv): ... here. New test on modifying
4078 the initial value of a tsv.
4079
4080 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
4081
4082 * gdb.dwarf2/dw2-dir-file-name.exp (cd ${srcabsdir}/rdir): Rename to ...
4083 (cd .../rdir): ... here.
4084
4085 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4086
4087 * gdb.linespec/base/one/header.h: New file.
4088 * gdb.linespec/base/two/header.h: New file.
4089 * gdb.linespec/macro-relative.c: New file.
4090 * gdb.linespec/macro-relative.exp: New file.
4091
4092 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4093
4094 * gdb.base/fullpath-expand-func.c: New file.
4095 * gdb.base/fullpath-expand.c: New file.
4096 * gdb.base/fullpath-expand.exp: New file.
4097 * gdb.base/realname-expand-real.c: New file.
4098 * gdb.base/realname-expand.c: New file.
4099 * gdb.base/realname-expand.exp: New file.
4100
4101 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4102
4103 * gdb.dwarf2/dw2-dir-file-name.exp: New file.
4104 * gdb.dwarf2/dw2-dir-file-name.c: New file.
4105
4106 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4107
4108 * gdb.mi/mi-fullname-deleted.exp: Use double last slash for $srcfileabs.
4109 (compare_filenames_for_search does not match)
4110 (compare_filenames_for_search does match): New tests.
4111
4112 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4113
4114 * gdb.gdb/xfullpath.exp: Replace xfullpath calls by gdb_realpath calls.
4115
4116 2013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
4117
4118 * lib/java.exp (compile_java_from_source): Initialize ARGS as a list.
4119
4120 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4121
4122 * gdb.base/gnu-debugdata.exp): Create ${binfile}.debug,
4123 ${binfile}.mini_debuginfo-debuglink, add -k to xz, use now
4124 ${binfile}.mini_debuginfo-debuglink and
4125 ${binfile}.mini_debuginfo-debuglink.xz.
4126
4127 2013-02-01 Tom Tromey <tromey@redhat.com>
4128
4129 * gdb.dwarf2/method-ptr.exp: Use correct form for non-string
4130 attributes.
4131
4132 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
4133 Tom Tromey <tromey@redhat.com>
4134
4135 * gdb.dwarf2/method-ptr.exp: Link with c++.
4136 * lib/dwarf.exp (Dwarf::assemble): Declare _cu_count.
4137
4138 2013-01-31 Tom Tromey <tromey@redhat.com>
4139
4140 * gdb.base/jit.exp (compile_jit_test): New proc.
4141 Add PIE tests.
4142
4143 2013-01-31 Tom Tromey <tromey@redhat.com>
4144
4145 * gdb.dwarf2/method-ptr.cc: New file.
4146 * gdb.dwarf2/method-ptr.exp: New file.
4147
4148 2013-01-31 Tom Tromey <tromey@redhat.com>
4149
4150 * lib/dwarf.exp (namespace Dwarf): New.
4151
4152 2013-01-29 Tom Tromey <tromey@redhat.com>
4153
4154 * gdb.dwarf2/fission-reread.exp: Add unload test.
4155
4156 2013-01-28 Doug Evans <dje@google.com>
4157
4158 * gdb.dwarf2/fission-loclists.exp: New file.
4159 * gdb.dwarf2/fission-loclists.S: New file.
4160
4161 2013-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4162
4163 Code cleanup.
4164 * gdb.base/restore.exp: Replace gdb_compile, gdb_exit, gdb_start,
4165 gdb_reinitialize_dir and gdb_load by standard_testfile, set executable
4166 and prepare_for_testing.
4167 * gdb.base/store.exp: Likewise.
4168
4169 2013-01-25 Tom Tromey <tromey@redhat.com>
4170
4171 * gdb.python/py-explore.exp: Expect the gdb prompt.
4172
4173 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
4174
4175 * gdb.base/gnu_vector.c: New variable for use in tests.
4176 * gdb.base/gnu_vector.exp: Update and extend tests to reflect
4177 changes in scalar to vector casting and widening.
4178 * gdb.python/py-type.c: New variables for use in tests.
4179 * gdb.python/py-type.exp: Update vector related tests to reflect
4180 changes in scalar to vector casting and widening.
4181
4182 2013-01-24 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
4183
4184 * gdb.base/prologue-include.c: New file.
4185 * gdb.base/prologue-include.exp: New file.
4186 * gdb.base/prologue-include.h: New file.
4187
4188 2013-01-24 Hafiz Abid Qadeer <abidh@codesourcery.com>
4189
4190 PR gdb/13443
4191 * gdb.mi/mi-var-block.exp: Make test messages unique.
4192
4193 2013-01-23 Tom Tromey <tromey@redhat.com>
4194
4195 * gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.
4196
4197 2013-01-23 Tom Tromey <tromey@redhat.com>
4198
4199 * gdb.cp/converts.cc (main): Initialize 'a'.
4200
4201 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
4202
4203 * testsuite/gdb.python/frame.exp: Add a test for
4204 gdb.Frame.architecture() method.
4205
4206 2013-01-22 Pedro Alves <palves@redhat.com>
4207
4208 * gdb.base/annota1.exp (signal sent): No longer expect
4209 breakpoints-invalid.
4210 * gdb.cp/annota2.exp (continue until exit)
4211 (watch triggered on a.x): Ditto.
4212
4213 2013-01-22 Pedro Alves <palves@redhat.com>
4214
4215 * gdb.base/annota1.exp (breakpoints_invalid): New variable.
4216 Adjust tests to breakpoints-invalid changes.
4217 * gdb.cp/annota2.exp (breakpoints_invalid, frames_invalid): New
4218 variables.
4219 Adjust tests to breakpoints-invalid changes.
4220
4221 2013-01-22 Pedro Alves <palves@redhat.com>
4222
4223 * gdb.base/annota1.exp (annotate ignore count change): Add
4224 expected output for failure case.
4225
4226 2013-01-22 Tom Tromey <tromey@redhat.com>
4227
4228 * gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init
4229 call.
4230
4231 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
4232
4233 * gdb.mi/mi-break.exp: Expect new 'thread-groups' field.
4234 * gdb.mi/mi-catch-load.exp: Ditto.
4235 * gdb.mi/mi-nsmoribund.exp: Expect new 'thread-groups' field.
4236 Also handle 'thread' field.
4237 * gdb.mi/mi-simplerun.exp: Expect new 'thread-groups' field.
4238 * gdb.mi/mi-watch.exp: Ditto.
4239 * lib/mi-support.exp: Ditto.
4240
4241 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
4242
4243 * gdb.python/py-explore.exp: Improve a test
4244
4245 2013-01-18  David Blaikie  <dblaikie@gmail.com>
4246
4247 * gdb.base/label.c (main): Correct the type of the second
4248 parameter.
4249
4250 2013-01-18 Tom Tromey <tromey@redhat.com>
4251
4252 * gdb.dwarf2/trace-crash.s: New file.
4253 * gdb.dwarf2/trace-crash.exp: New file.
4254
4255 2013-01-18 Hafiz Abid Qadeer<abidh@codesourcery.com>
4256
4257 PR gdb/13443
4258 * gdb.base/checkpoint.exp: Update test messages to make them
4259 unique.
4260
4261 2013-01-18 Yao Qi <yao@codesourcery.com>
4262
4263 * gdb.trace/infotrace.exp: Check 'traceframe usage' in the
4264 output of 'info tracepoints'.
4265 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
4266 Likewise.
4267 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
4268 * gdb.trace/disconnected-tracing.c (struct foo): New.
4269
4270 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4271
4272 * gdb.dwarf2/dw2-dos-drive.S: New file.
4273 * gdb.dwarf2/dw2-dos-drive.exp: New file.
4274
4275 2013-01-17 Doug Evans <dje@google.com>
4276
4277 * boards/dwarf4-gdb-index.exp: Use any existing CC_FOR_TARGET,
4278 CXX_FOR_TARGET.
4279
4280 * boards/cc-with-tweaks.exp: New file.
4281
4282 2013-01-17 Tom Tromey <tromey@redhat.com>
4283
4284 * gdb.base/completion.exp: Add "set cp-abi" completion test.
4285
4286 2013-01-17 Pedro Alves <palves@redhat.com>
4287
4288 Merge dg-extract-results.sh from upstream (svn 195224).
4289
4290 2013-01-15 David Blaikie <dblaikie@gmail.com>
4291 * dg-extract-results.sh: Fix order of summary counts.
4292
4293 2013-01-15 David Blaikie <dblaikie@gmail.com>
4294 * dg-extract-results.sh: Constrain the start-of-log pattern.
4295
4296 2013-01-15 David Blaikie <dblaikie@gmail.com>
4297 * dg-extract-results.sh: Handle KPASSes.
4298
4299 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4300 * dg-extract-results.sh: Redirect grep output to /dev/null instead
4301 of grep -q.
4302
4303 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
4304
4305 * gdb.base/jit-reader.exp: New file. Test case for the jit-reader
4306 interface.
4307 * gdb.base/jithost.c: New file.
4308 * gdb.base/jithost.h: New file.
4309 * gdb.base/jitreader.c : New file.
4310 * gdb.base/jit-protocol.h: New file.
4311
4312 2013-01-16 Tom Tromey <tromey@redhat.com>
4313
4314 * gdb.base/catch-signal.c: New file.
4315 * gdb.base/catch-signal.exp: New file.
4316
4317 2013-01-16 Tom Tromey <tromey@redhat.com>
4318
4319 * gdb.mi/mi-catch-load.exp: Look for "catch-type".
4320
4321 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4322
4323 * gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
4324
4325 2013-01-14 Tom Tromey <tromey@redhat.com>
4326
4327 * gdb.base/completion.exp: Add "set gnutarget" test.
4328
4329 2013-01-14 Tom Tromey <tromey@redhat.com>
4330
4331 * gdb.dwarf2/dw2-restrict.S: New file.
4332 * gdb.dwarf2/dw2-restrict.c: New file.
4333 * gdb.dwarf2/dw2-restrict.exp: New file.
4334
4335 2013-01-14 Tom Tromey <tromey@redhat.com>
4336
4337 * gdb.dwarf2/dw2-error.exp: New file.
4338 * gdb.dwarf2/dw2-error.c: New file.
4339 * gdb.dwarf2/dw2-error.S: New file.
4340
4341 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4342
4343 * gdb.cp/parse-lang.cc: New file.
4344 * gdb.cp/parse-lang.exp: New file.
4345
4346 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4347
4348 * gdb.mi/mi-fullname-deleted.exp: Set srcfileabssubst and initdir.
4349 (set substitute-path): New test.
4350 (fullname present): Remove content.
4351 (substituted fullname): New test.
4352
4353 2013-01-13 Joel Brobecker <brobecker@adacore.com>
4354
4355 * gdb.python/py-finish-breakpoint.exp: Add skip_python_tests
4356 check. Move $gdb_py_is_py24 value check right after.
4357
4358 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4359
4360 * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit
4361 targets.
4362
4363 2013-01-11 Yao Qi <yao@codesourcery.com>
4364
4365 * gdb.base/dprintf.exp: Check the output of 'info breakpoints'
4366 for dprintf.
4367 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
4368 Check the fields in "=breakpoint-created" for dprintf.
4369
4370 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4371
4372 * gdb.mi/mi-fullname-deleted.exp: New file.
4373
4374 2012-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4375
4376 * gdb.base/skip-solib.exp (info skip with pending file): Update the
4377 expected output.
4378 (info skip with pending file): Remove.
4379 (ignoring function in solib, info skip for function multiply): Update
4380 the expected output.
4381 * gdb.base/skip.ex (skip (main), skip function baz, info skip)
4382 (info skip (delete 1), info skip after disabling all)
4383 (info skip after enabling all, info skip after disabling 4 2-3)
4384 (info skip after enabling 2-3, info skip 2-3)
4385 (info skip after deleting 2 3): Update the expected output.
4386 * gdb.linespec/base/two/thefile.cc (n): New variable v, split the
4387 statement to its initialization and return.
4388 * gdb.linespec/skip-two.exp: New file.
4389
4390 2012-12-19 Doug Evans <dje@google.com>
4391
4392 * gdb.base/maint.exp: Handle testing with .gdb_index.
4393
4394 2012-12-19 Joel Brobecker <brobecker@adacore.com>
4395
4396 * gdb.arch/mips-octeon-bbit.exp: Fix copyright header from
4397 Cavium to FSF.
4398
4399 2012-12-19 Joel Brobecker <brobecker@adacore.com>
4400
4401 * dg-extract-results.sh: Update contact info in copyright notice.
4402 * gdb.arch/mips-octeon-bbit.exp: Update copyright notice to
4403 GPL v3 or later. Update contact info.
4404 * gdb.fortran/logical.f90, gdb.threads/watchpoint-fork-child.c,
4405 gdb.threads/watchpoint-fork-mt.c,
4406 gdb.threads/watchpoint-fork-parent.c,
4407 gdb.threads/watchpoint-fork-st.c,
4408 gdb.threads/watchpoint-fork.h: Likewise.
4409
4410 2012-12-15 Yao Qi <yao@codesourcery.com>
4411
4412 * gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check
4413 'installed' field in '=breakpoint-modified'.
4414 (test_reconnect): Check 'installed' field in
4415 '=breakpoint-modified' and '=breakpoint-created'.
4416
4417 * gdb.trace/actions.exp: Update test for 'installed' field.
4418 * gdb.trace/change-loc.exp (tracepoint_change_loc_1):
4419 (tracepoint_change_loc_2): Likewise.
4420 Check 'info tracepoint' display nothing else.
4421 * gdb.trace/deltrace.exp: Likewise.
4422 * gdb.trace/infotrace.exp: Likewise.
4423 * gdb.trace/mi-traceframe-changed.exp (test_tfind_remote):
4424 Likewise.
4425 * gdb.trace/passcount.exp: Likewise.
4426 * gdb.trace/tracecmd.exp: Likewise.
4427 * gdb.trace/while-stepping.exp: Likewise.
4428
4429 2012-12-14 Tom Tromey <tromey@redhat.com>
4430
4431 * gdb.cp/member-name.exp: New file.
4432 * gdb.cp/member-name.cc: New file.
4433
4434 2012-12-14 Tom Tromey <tromey@redhat.com>
4435
4436 * gdb.cp/templates.exp (test_ptype_of_templates): Update kfails.
4437
4438 2012-12-14 Doug Evans <dje@google.com>
4439
4440 * gdb.dwarf2/implptr-optimized-out.S: DIE offset for
4441 DW_OP_GNU_implicit_pointer is section-relative.
4442
4443 2012-12-14 Tom Tromey <tromey@redhat.com>
4444
4445 * gdb.base/info-proc.exp: Add core file tests.
4446
4447 2012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>
4448
4449 * gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
4450
4451 2012-12-13 Doug Evans <dje@google.com>
4452
4453 * gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.
4454 * gdb.multi/multi-arch.exp: Ditto.
4455
4456 2012-12-12 Keven Boell <keven.boell@intel.com>
4457
4458 * gdb.mi/mi-catch-load-so.c: New. Clone of the
4459 catch load test library source file.
4460 * gdb.mi/mi-catch-load.c: New. Clone of the catch
4461 load test source file.
4462 * gdb.mi/mi-catch-load.exp: New. Test file for
4463 basic MI -catch-load and -catch-unload tests.
4464
4465 2012-12-11 Paul Koning <paul_koning@dell.com>
4466
4467 * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag
4468 exception.
4469 (_iterator_except): New function.
4470 (ArrayPrinter): Use _iterator function instead of local _iterator
4471 class for Python 3 compatibility.
4472 (NoStringContainerPrinter): Use _iterator_except instead of
4473 _iterator.
4474 * gdb.python/py-typeprint.exp: Use exec(open(...).read()) instead of
4475 execfile for Python 3 compatibility.
4476 * gdb.python/python.exp: Handle Python 2.4 exception traceback
4477 format in error_prompt test.
4478
4479 2012-12-10 Paul Koning <paul_koning@dell.com>
4480
4481 * gdb.base/charset.exp: Change print syntax for Python 3
4482 compatibility.
4483 * gdb.python/py-block.exp: Ditto.
4484 * gdb.python/py-breakpoint.exp: Ditto.
4485 * gdb.python/py-cmd.exp: Ditto.
4486 * gdb.python/py-events.py: Ditto.
4487 * gdb.python/py-finish-breakpoint.py: Ditto.
4488 * gdb.python/py-finish-breakpoint2.exp: Ditto.
4489 * gdb.python/py-finish-breakpoint2.py: Ditto.
4490 * gdb.python/py-frame-inline.exp: Ditto.
4491 * gdb.python/py-frame.exp: Ditto.
4492 * gdb.python/py-infthread.exp: Ditto.
4493 * gdb.python/py-objfile.exp: Ditto.
4494 * gdb.python/py-parameter.exp: Ditto.
4495 * gdb.python/py-progspace.exp: Ditto.
4496 * gdb.python/py-prompt.exp: Ditto.
4497 * gdb.python/py-symbol.exp: Ditto.
4498 * gdb.python/py-symtab.exp: Ditto.
4499 * gdb.python/py-template.exp: Ditto.
4500 * gdb.python/py-value-cc.exp: Ditto.
4501 * gdb.python/python.exp: Ditto.
4502 * gdb.python/source2.py: Ditto.
4503 * gdb.python/lib-types.exp: Change print syntax for Python 3
4504 compatibility.
4505 Use sorted() function rather than sort() method.
4506 Accept either int or long values for enum values.
4507 * gdb.python/py-events.exp: Use exec(open(...).read()) instead of
4508 execfile for Python 3 compatibility.
4509 * gdb.python/py-evsignal.exp: Ditto.
4510 * gdb.python/py-evthreads.exp: Ditto.
4511 * gdb.python/py-mi.exp: Ditto.
4512 * gdb.python/py-pp-maint.exp: Ditto.
4513 * gdb.python/py-prettyprint.exp: Ditto.
4514 * gdb.python/py-finish-breakpoint.exp: Change print syntax for
4515 Python 3 compatibility.
4516 Skip tests for Python 2.4.
4517 * gdb.python/py-inferior.exp: Change print syntax for
4518 Python 3 compatibility.
4519 Use byte string rather than character string in memory write test
4520 if Python 3.
4521 * gdb.python/py-pp-maint.py: Change class declarations to "new
4522 class" syntax.
4523 * gdb.python/py-prettyprint.py: Change iterator class to generator
4524 function for Python 3 compatibility.
4525 Make all classes "new style".
4526 Fix indentation issue and stray semicolon.
4527 * gdb.python/py-shared.expChange print syntax for Python 3
4528 compatibility.
4529 Define "long" if Python 3.
4530 * gdb.python/py-type.exp: Change print syntax for Python 3
4531 compatibility.
4532 Accept either int or long values for enum values.
4533 * gdb.python/py-value.exp: Change print syntax for Python 3
4534 compatibility.
4535 Skip "long" and "unicode" tests if Python 3.
4536 Accept either "type" or "class" in type checks.
4537 * lib/gdb.exp (gdb_py_is_py3k): New flag set if Python 3.
4538 (gdb_py_is_py24): New flag set if Python 2.4 or 2.5.
4539
4540 2012-12-10 Tom Tromey <tromey@redhat.com>
4541
4542 * gdb.dwarf2/implptr-64bit.exp: Run tests with two CUs as well.
4543 (test): Add "two_cu" argument.
4544 * gdb.dwarf2/implptr-64bit.S: Move subprogram later; use ref_addr
4545 for types; allow two CUs.
4546
4547 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4548
4549 * gdb.dwarf2/dw2-compdir-oldgcc.S: New file.
4550 * gdb.dwarf2/dw2-compdir-oldgcc.exp: New file.
4551
4552 2012-12-08 Yao Qi <yao@codesourcery.com>
4553 Pedro Alves <palves@redhat.com>
4554
4555 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Test
4556 '=breakpoint-created' when GDB merges the tracepoints of both
4557 sides.
4558
4559 2012-12-07 Tom Tromey <tromey@redhat.com>
4560
4561 * gdb.base/break1.c (enum some_enum, union some_union): New.
4562 (some_enum_global, some_union_global, some_value): New globals.
4563 * gdb.base/completion.exp: Add tag completion tests.
4564
4565 2012-12-07 Tom Tromey <tromey@redhat.com>
4566
4567 * gdb.base/completion.exp: Add tests for ptype and whatis
4568 completion.
4569
4570 2012-12-07 Joel Brobecker <brobecker@adacore.com>
4571
4572 * gdb.base/stale-infcall.exp: Fix copyright line.
4573
4574 2012-12-07 Joel Brobecker <brobecker@adacore.com>
4575
4576 * gdb.ada/lang_switch.exp: The "msg" parameter may be a reference.
4577
4578 2012-12-06 Pedro Alves <palves@redhat.com>
4579 Tom Tromey <tromey@redhat.com>
4580
4581 * gdb.base/exprs.exp: Add tests for cast to void.
4582
4583 2012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
4584
4585 * gdb.python/py-mi.exp: Correct expected results for attribute
4586 "dynamic" returned by -var-update.
4587 Add test case for correct handling of "diplayhint" for children
4588 of dynamic varobjs.
4589 * gdb.python/py-prettyprint.c (set_itme): New function.
4590 (bug_14741) New function.
4591 (main) Add call to bug_14741().
4592 * gdb.python/py-prettyprint.py (class ArrayPrinter): New class.
4593
4594 2012-12-05 Ulrich Weigand <uweigand@de.ibm.com>
4595
4596 * gdb.base/gnu-debugdata.exp: Also include "D" symbols in
4597 ${binfile}.funcsyms list.
4598
4599 2012-12-04 Yao Qi <yao@codesourcery.com>
4600
4601 PR gdb/13443
4602 * gdb.trace/actions.exp: Make test messages unique.
4603
4604 2012-11-29 Tom Tromey <tromey@redhat.com>
4605
4606 * gdb.base/gnu-debugdata.exp (run, pipeline): Don't use lassign.
4607
4608 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
4609
4610 * gdb.opencl/convs_casts.exp: Always expect standard vector type names.
4611 * gdb.opencl/datatypes.exp: Likewise.
4612 * gdb.opencl/operators.exp: Likewise.
4613 * gdb.opencl/vec_comps.exp: Likewise.
4614
4615 2012-11-29 Jerome Guitton <guitton@adacore.com>
4616
4617 * gdb.ada/iwide: New testcase.
4618
4619 2012-11-29 Jerome Guitton <guitton@adacore.com>
4620
4621 * gdb.ada/ptype_tagged_param.exp: Adjust expected output in
4622 ptype test.
4623
4624 2012-11-29 Jerome Guitton <guitton@adacore.com>
4625
4626 * gdb.ada/variant_record_packed_array.exp: Test expressions of the
4627 form {VARIANT_TYPE}ADDRESS.
4628
4629 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
4630
4631 * gdb.cp/member-ptr.cc (class Diamond): Add func_ptr.
4632 (func): New function.
4633 (main): Initialize diamond.func_ptr and add diamond_pfunc_ptr.
4634 * gdb.cp/member-ptr.exp: Add new tests for ptype and for
4635 pointers to members with pointer-to-function type.
4636
4637 2012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4638 Tom Tromey <tromey@redhat.com>
4639
4640 * gdb.base/gnu-debugdata.exp: New file.
4641 * gdb.base/gnu-debugdata.c: New file.
4642 * lib/gdb.exp (gdb_file_cmd): Handle LZMA warning.
4643 (gdb_unload): Return 0 on success.
4644
4645 2012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4646
4647 * gdb.base/enumval.exp (print e, print f, print K): XFAIL on GCC <= 4.6.
4648
4649 2012-11-26 Joel Brobecker <brobecker@adacore.com>
4650
4651 * gdb.base/empty_exe.exp: New testcase.
4652
4653 2012-11-20 Mike Frysinger <vapier@gentoo.org>
4654
4655 * gdb.base/completion.exp: Add test for help aliases completion.
4656
4657 2012-11-20 Yao Qi <yao@codesourcery.com>
4658
4659 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
4660 Don't test 'maint set show-debug-regs'.
4661 Use command 'set remotecache' instead of
4662 'set circular-trace-buffer'.
4663
4664 2012-11-16 Keith Seitz <keiths@redhat.com>
4665
4666 PR c++/13615
4667 * gdb.cp/baseenum.cc: New file.
4668 * gdb.cp/baseenum.exp: New file.
4669 * gdb.cp/derivation.cc (A): Add copyright.
4670 Add a typedef.
4671 (B): Use A::value_type instead of int. Change all references.
4672 (D): Use value_type instead of int. Change all references.
4673 (E): Likewise.
4674 (F); Likewise.
4675 (Z): New class.
4676 (ZZ): New class.
4677 (N, Base, Derived): New namespace and classes.
4678 (main): Add instances of Z and ZZ.
4679 Make sure all symbols from N are kept.
4680 * gdb.cp/derivation.exp: Update typedef changes in tests.
4681 Add tests for class typedefs both before and after starting
4682 the inferior.
4683 Add tests for searching for a typedef while stopped in a
4684 method.
4685
4686 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
4687
4688 * gdb.mi/mi-var-create-rtti.c: New file.
4689 * gdb.mi/mi-var-create-rtti.exp: New file.
4690
4691 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
4692
4693 * gdb.base/structs3.exp: Run to main before doing any tests.
4694
4695 2012-11-14 Andrew Burgess <aburgess@broadcom.com>
4696
4697 * gdb.python/py-type.exp: Uniquify test names.
4698
4699 2012-11-14 Yao Qi <yao@codesourcery.com>
4700
4701 * gdb.threads/manythreads.c [DEBUG]: Include "stdio.h".
4702 (thread_function) [DEBUG]: Call 'printf'.
4703 * gdb.threads/manythreads.exp: Pass '-DDEBUG' to compilation
4704 command line if 'DEBUG=1' is passed to test.
4705 Remove a pattern to match inferior's output.
4706
4707 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
4708
4709 * gdb.mi/mi-fill-memory.exp: New test.
4710
4711 2012-11-12 Tom Tromey <tromey@redhat.com>
4712
4713 * gdb.base/completion.exp: Update for "info type-printers".
4714 * gdb.python/py-typeprint.cc: New file.
4715 * gdb.python/py-typeprint.exp: New file.
4716 * gdb.python/py-typeprint.py: New file.
4717
4718 2012-11-12 Tom Tromey <tromey@redhat.com>
4719
4720 * gdb.base/call-sc.exp: Use "ptype/r".
4721 * gdb.base/volatile.exp: Don't expect "int".
4722 * gdb.cp/ptype-flags.cc: New file.
4723 * gdb.cp/ptype-flags.exp: New file.
4724 * gdb.cp/templates.exp: Use ptype/r.
4725 (test_ptype_of_templates, test_template_typedef): Likewise.
4726 * lib/cp-support.exp (cp_test_ptype_class): Add in_ptype_arg
4727 argument. Handle template names and template parameters.
4728 * gdb.mi/mi-var-cmd.exp: Accept "long".
4729 * gdb.mi/mi-var-child.exp: Accept "long".
4730 * gdb.mi/mi-var-display.exp: Accept "long".
4731 * gdb.mi/mi2-var-child.exp: Accept "long".
4732
4733 2012-11-12 Tom Tromey <tromey@redhat.com>
4734
4735 * gdb.cp/classes.exp (test_ptype_class_objects): Remove
4736 "ptype" from calls to cp_test_ptype_class.
4737 (test_enums): Likewise.
4738 * gdb.cp/derivation.exp: Remove "ptype" from calls to
4739 cp_test_ptype_class.
4740 * gdb.cp/inherit.exp (test_ptype_si): Remove "ptype" from
4741 calls to cp_test_ptype_class.
4742 (test_ptype_mi, test_ptype_vi, test_ptype_mvi): Likewise.
4743 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Remove "ptype"
4744 from calls to cp_test_ptype_class.
4745 * lib/cp-support.exp (cp_test_ptype_class): Supply "ptype"
4746 command here. Change "in_command" argument to "in_exp".
4747
4748 2012-11-10 Keith Seitz <keiths@redhat.com>
4749
4750 PR gdb/14288
4751 * gdb.base/printcmds.c: Add invalid_XXX globals
4752 for repeated byte tests.
4753 * gdb.base/printcmds.exp (test_repeat_bytes): New procedure.
4754 * gdb.base/wchar.c (main): Add and construct a wchar_t
4755 array with repeated characters.
4756 * gdb.base/wchar.exp: Add repeated character tests.
4757
4758 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
4759
4760 * gdb.mi/mi-disassemble.exp: Expect fullname field in mi
4761 disassembly output.
4762
4763 2012-11-09 Pedro Alves <palves@redhat.com>
4764
4765 PR gdb/14306
4766
4767 * gdb.multi/multi-arch-exec.c: New file.
4768 * gdb.multi/multi-arch-exec.exp: New file.
4769
4770 2012-11-09 Yao Qi <yao@codesourcery.com>
4771
4772 * gdb.mi/mi-break.exp (test_abreak_creation): New procedure.
4773 (top level): Call it.
4774
4775 2012-11-09 Yao Qi <yao@codesourcery.com>
4776
4777 * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix
4778 typo.
4779
4780 2012-11-09 Pedro Alves <palves@redhat.com>
4781
4782 * gdb.multi/multi-arch.exp: New.
4783
4784 2012-11-08 Tom Tromey <tromey@redhat.com>
4785
4786 * gdb.base/siginfo-obj.exp: Create core file. Test siginfo from
4787 core files, if possible.
4788 * gdb.base/siginfo-thread.c: New file
4789 * gdb.base/siginfo-thread.exp: New file
4790
4791 2012-11-08 Tom Tromey <tromey@redhat.com>
4792
4793 * gdb.base/comprdebug.exp: New file.
4794
4795 2012-11-06 Pedro Alves <palves@redhat.com>
4796
4797 PR gdb/14810
4798
4799 * gdb.base/disabled-location.c: New file.
4800 * gdb.base/disabled-location.exp: New file.
4801
4802 2012-11-06 Tom Tromey <tromey@redhat.com>
4803
4804 * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd.
4805 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
4806 gdb_gcore_cmd.
4807 * gdb.cell/gcore.exp: Use gdb_gcore_cmd.
4808 * gdb.base/gcore.exp: Use gdb_gcore_cmd.
4809 * gdb.base/gcore-relro.exp: Use gdb_gcore_cmd.
4810 * gdb.base/gcore-buffer-overflow.exp: Use gdb_gcore_cmd.
4811 * gdb.base/auxv.exp: Use gdb_gcore_cmd.
4812 * gdb.arch/vsx-regs.exp: Use gdb_gcore_cmd.
4813 * gdb.arch/system-gcore.exp: Use gdb_gcore_cmd.
4814 * gdb.arch/pa-nullify.exp (test_core_bt): Use gdb_gcore_cmd.
4815 * lib/gdb.exp (gdb_gcore_cmd): New proc.
4816
4817 2012-11-05 Pedro Alves <palves@redhat.com>
4818
4819 * gdb.base/foll-vfork.exp (vfork_relations_in_info_inferiors): New
4820 procedure.
4821 (do_vfork_and_follow_child_tests_exec)
4822 (do_vfork_and_follow_child_tests_exit): Call it.
4823
4824 2012-11-05 Pedro Alves <palves@redhat.com>
4825
4826 * gdb.base/foll-vfork.c (main): Call perror and _exit if execlp()
4827 fails.
4828
4829 2012-11-03 Yao Qi <yao@codesourcery.com>
4830
4831 Fix PR gdb/14617.
4832 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
4833 Remove setup_kfail, and update test.
4834
4835 2012-11-02 Tom Tromey <tromey@redhat.com>
4836
4837 * gdb.base/catch-syscall.exp (do_syscall_tests): Add completion
4838 test.
4839
4840 2012-11-02 Pedro Alves <palves@redhat.com>
4841
4842 PR gdb/14766
4843
4844 * gdb.base/foll-vfork.exp (vfork_child_follow_to_exit): Remove
4845 setup_kfail.
4846 (tcatch_vfork_then_child_follow_exit): No longer expect "Couldn't
4847 get registers".
4848
4849 2012-11-02 Pedro Alves <palves@redhat.com>
4850
4851 * gdb.base/foll-vfork-exit.c: New file.
4852 * gdb.base/foll-vfork.exp (top level): New file-describing
4853 comment.
4854 (vfork_child_follow_to_exit): New procedure.
4855 (tcatch_vfork_then_child_follow): Rename as ...
4856 (tcatch_vfork_then_child_follow_exec): ... this.
4857 (tcatch_vfork_then_child_follow_exit): New procedure.
4858 (do_vfork_and_follow_parent_tests): New procedure, factored out
4859 from do_vfork_and_exec_tests.
4860 (do_vfork_and_follow_child_tests_exec): Ditto.
4861 (do_vfork_and_exec_tests): Delete.
4862 (do_vfork_and_follow_child_tests_exit): New procedure.
4863 (top level): Run tests with both the program that has the vfork
4864 child execing, and the program has the vfork child exiting.
4865
4866 2012-11-02 Pedro Alves <palves@redhat.com>
4867
4868 * gdb.base/foll-vfork.exp (setup_gdb): New procedure.
4869 (check_vfork_catchpoints, vfork_parent_follow_through_step)
4870 (vfork_parent_follow_to_bp): Call it.
4871 (kill_child): Delete.
4872 (vfork_and_exec_child_follow_to_main_bp)
4873 (vfork_and_exec_child_follow_through_step): Call setup_gdb. No
4874 longer call kill_child.
4875 (tcatch_vfork_then_parent_follow): Call setup_gdb.
4876 (do_vfork_and_exec_tests): Don't runto_main before calling each
4877 test procedure.
4878 (top level): Don't clean restart and set verbose before running
4879 each test procedure.
4880
4881 2012-11-02 Pedro Alves <palves@redhat.com>
4882
4883 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step)
4884 (vfork_parent_follow_to_bp)
4885 (vfork_and_exec_child_follow_to_main_bp)
4886 (vfork_and_exec_child_follow_through_step)
4887 (tcatch_vfork_then_parent_follow)
4888 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
4889 Use with_test_prefix.
4890
4891 2012-11-02 Pedro Alves <palves@redhat.com>
4892
4893 * gdb.base/foll-vfork.c: Add copyright header.
4894 * gdb.base/vforked-prog.c: Add copyright header.
4895
4896 2012-11-02 Pedro Alves <palves@redhat.com>
4897
4898 * gdb.base/foll-vfork.exp
4899 (vfork_and_exec_child_follow_through_step): Don't skip on
4900 non-HP/UX targets. Expect the next to only step one line on
4901 non-HP/UX targets, rather than stopping only after the exec.
4902
4903 2012-11-02 Pedro Alves <palves@redhat.com>
4904
4905 Don't hard code line numbers.
4906
4907 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step):
4908 Expect text from the sources instead of a line number.
4909 (vfork_parent_follow_to_bp)
4910 (vfork_and_exec_child_follow_to_main_bp)
4911 (vfork_and_exec_child_follow_through_step)
4912 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
4913 Use gdb_get_line_number.
4914
4915 2012-11-02 Pedro Alves <palves@redhat.com>
4916
4917 Modernize.
4918
4919 * gdb.base/foll-vfork.exp: Use standard_testfile and
4920 build_executable. Pass descriptive string to untested.
4921 (vfork_parent_follow_through_step, vfork_parent_follow_to_bp)
4922 (vfork_and_exec_child_follow_to_main_bp)
4923 (vfork_and_exec_child_follow_through_step)
4924 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow)
4925 (do_vfork_and_exec_tests): Use gdb_test/gdb_test_multiple instead
4926 of send_gdb/gdb_expect.
4927
4928 (kill_child): New procedure.
4929 (vfork_and_exec_child_follow_to_main_bp)
4930 (vfork_and_exec_child_follow_through_step): Use it.
4931
4932 2012-11-02 Yao Qi <yao@codesourcery.com>
4933
4934 * gdb.base/setvar.exp: Test setting nested struct.
4935 * gdb.base/setvar.c (v_struct3): New.
4936
4937 2012-11-01 Doug Evans <dje@google.com>
4938
4939 * gdb.arch/amd64-pseudo.c (main): Mark registers that the testsuite
4940 changes as clobbered (e.g., amd64-dword.exp) so gcc doesn't try to
4941 use them.
4942
4943 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
4944
4945 PR cli/14772
4946 * gdb.base/gnu_vector.c (union_with_vector_1)
4947 (struct_with_vector_1): Add new struct and union for testing
4948 ptype.
4949 * gdb.base/gnu_vector.exp: Add testing of ptype on vectors, and
4950 structs / unions containing vectors.
4951
4952 2012-10-25 Yao Qi <yao@codesourcery.com>
4953
4954 * gdb.trace/ftrace.exp (test_fast_tracepoints): Use
4955 'setup_kfail' instead of 'setup_kfail_for_target'.
4956 * gdb.base/varargs.exp: Likewise.
4957 * lib/gdb.exp (setup_kfail_for_target): Remove.
4958
4959 2012-10-25 Mark Kettenis <kettenis@openbsd.nfra.nl>
4960
4961 * gdb.base/varargs.exp: PR gdb/12790 is now fixed.
4962
4963 2012-10-25 Mark Kettenis <kettenis@gnu.org>
4964
4965 * gdb.base/varargs.exp: PR gdb/12776 is now fixed.
4966
4967 2012-10-24 Joel Brobecker <brobecker@adacore.com>
4968
4969 * gdb.ada/set_wstr: New testcase.
4970
4971 2012-10-24 Joel Brobecker <brobecker@adacore.com>
4972
4973 * gdb.base/ldbl_e308.c, gdb.base/ldbl_e308.exp: New files.
4974
4975 2012-10-24 Joel Brobecker <brobecker@adacore.com>
4976
4977 * gdb.ada/unc_arr_ptr_in_var_rec: New testcase.
4978
4979 2012-10-24 Mark Kettenis <kettenis@gnu.org>
4980
4981 * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.
4982
4983 2012-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4984
4985 * gdb.base/callfuncs.exp (do_function_calls): Fix
4986 setup_kfail_for_target for -m32 mode.
4987
4988 2012-10-23 Mark Kettenis <kettenis@gnu.org>
4989
4990 * gdb.base/callfuncs.exp: PR gdb/12796, gdb/12798 and gdb/12800
4991 are now fixed.
4992
4993 2012-10-23 Yao Qi <yao@codesourcery.com>
4994
4995 * gdb.base/info-os.exp: Resume the inferior until it exits.
4996
4997 2012-10-18 Yufeng Zhang <yufeng.zhang@arm.com>
4998
4999 * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
5000 * gdb.base/print-file-var.exp: Likewise.
5001 * gdb.base/type-opaque.exp: Likewise.
5002
5003 2012-10-17 Yao Qi <yao@codesourcery.com>
5004
5005 * gdb.mi/mi-memory-changed.exp: New.
5006
5007 2012-10-16 Yao Qi <yao@codesourcery.com>
5008
5009 * gdb.reverse/solib-precsave.exp: Skip if skip_shlib_test
5010 returns true.
5011 Call gdb_load_shlibs.
5012 * gdb.reverse/solib-reverse.exp: Likewise.
5013
5014 2012-10-15 Keith Seitz <keiths@redhat.com>
5015
5016 * lib/cp-support.exp (cp_test_ptype_class): Add support
5017 for class typedefs.
5018
5019 * gdb.cp/derivation.exp: Add tests for g_instance.
5020
5021 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5022
5023 Fix entry values resolving in inlined frames.
5024 * gdb.arch/amd64-entry-value-inline.S: New file.
5025 * gdb.arch/amd64-entry-value-inline.c: New file.
5026 * gdb.arch/amd64-entry-value-inline.exp: New file.
5027
5028 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5029 Doug Evans <dje@google.com>
5030
5031 Fix recent gdb_breakpoint regression.
5032 * gdb.java/jmisc.exp: gdb_breakpoint for $function - remove curly
5033 braces from the parameter.
5034 * gdb.java/jprint.exp: Likewise.
5035
5036 2012-10-15 Doug Evans <dje@google.com>
5037
5038 * lib/gdb.exp (runto): Fix call to gdb_breakpoint.
5039
5040 2012-10-15 Yufeng Zhang <yufeng.zhang@arm.com>
5041
5042 * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.
5043
5044 2012-10-15 Tom Tromey <tromey@redhat.com>
5045
5046 * gdb.python/py-symtab.exp: Test sal and symtab destructors.
5047
5048 2012-10-15 Tom Tromey <tromey@redhat.com>
5049
5050 * gdb.python/py-symbol.exp: Test symbol destructor.
5051
5052 2012-10-14 Yao Qi <yao@codesourcery.com>
5053
5054 * gdb.mi/mi2-cli.exp: Move to mi-cli.exp.
5055 * gdb.mi/mi-cli.exp: New.
5056
5057 * gdb.mi/mi2-basics.exp: Remove.
5058 * gdb.mi/mi2-break.exp: Remove.
5059 * gdb.mi/mi2-console.exp: Remove.
5060 * gdb.mi/mi2-disassemble.exp: Remove.
5061 * gdb.mi/mi2-eval.exp: Remove.
5062 * gdb.mi/mi2-file.exp: Remove.
5063 * gdb.mi/mi2-hack-cli.exp: Remove.
5064 * gdb.mi/mi2-pthreads.exp: Remove.
5065 * gdb.mi/mi2-read-memory.exp: Remove.
5066 * gdb.mi/mi2-regs.exp: Remove.
5067 * gdb.mi/mi2-return.exp: Remove.
5068 * gdb.mi/mi2-simplerun.exp: Remove.
5069 * gdb.mi/mi2-stack.exp: Remove.
5070 * gdb.mi/mi2-stepi.exp: Remove.
5071 * gdb.mi/mi2-syn-frame.exp: Remove.
5072 * gdb.mi/mi2-until.exp: Remove.
5073 * gdb.mi/mi2-watch.exp: Remove.
5074 * gdb.mi/mi2-var-block.exp: Remove.
5075 * gdb.mi/mi2-var-cmd.exp: Remove.
5076 * gdb.mi/mi2-var-display.exp: Remove.
5077
5078 2012-10-12 Yao Qi <yao@codesourcery.com>
5079
5080 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove
5081 trail '.*' on matching patterns.
5082
5083 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
5084
5085 * gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target.
5086 * gdb.arch/i386-cfi-notcurrent.exp: Likewise.
5087 * gdb.arch/i386-disp-step.exp: Likewise.
5088 * gdb.arch/i386-gnu-cfi.exp: Likewise.
5089 * gdb.arch/i386-prologue.exp: Likewise.
5090 * gdb.arch/i386-size-overlap.exp: Likewise.
5091 * gdb.arch/i386-size.exp: Likewise.
5092 * gdb.arch/i386-unwind.exp: Likewise.
5093
5094 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
5095
5096 * gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
5097 * gdb.arch/i386-word.exp: Likewise.
5098
5099 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
5100
5101 * gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of
5102 is_ilp32_target to set nr_regs.
5103 * gdb.arch/i386-sse.exp: Likewise.
5104
5105 2012-10-11 Doug Evans <dje@google.com>
5106
5107 PR breakpoints/14643.
5108 * gdb.linespec/ls-errs.exp: Change tests of "b if|task|thread".
5109 * gdb.linespec/thread.c: New file.
5110 * gdb.linespec/thread.exp: New file.
5111
5112 * lib/gdb.exp (gdb_breakpoint): Fix varargs scan.
5113 Recognize "message" -> print pass and fail. Add eof case.
5114 (runto): Recognize message, no-message. Print pass/fail if requested,
5115 with same treatment as gdb_breakpoint.
5116 (runto_main): Pass no-message to runto.
5117 (gdb_internal_error_resync): Add log message.
5118 (gdb_file_cmd): Tweak internal error fail text for consistency.
5119
5120 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5121
5122 Fix crash during stepping on ppc32.
5123 * gdb.base/step-symless.c: New file.
5124 * gdb.base/step-symless.exp: New file.
5125
5126 2012-10-03 Doug Evans <dje@google.com>
5127
5128 PR symtab/14601
5129 * gdb.cp/using-crash.exp: New file.
5130 * gdb.cp/using-crash.cc: New file.
5131
5132 2012-10-02 Doug Evans <dje@google.com>
5133
5134 * lib/gdb.exp (gdb_unload): Change wording of perror text to be
5135 more consistent.
5136 (runto,gdb_debug_format): Ditto.
5137 (gdb_file_cmd): Watch for eof in nested gdb_expect.
5138 Clean up logging and error messages.
5139
5140 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
5141
5142 Test find command on unmapped memory.
5143 * gdb.base/find-unmapped.c: New file.
5144 * gdb.base/find-unmapped.exp: New file.
5145
5146 2012-09-29 Yao Qi <yao@codesourcery.com>
5147
5148 * gdb.trace/mi-tracepoint-changed.exp: New.
5149 * gdb.mi/mi-breakpoint-changed.exp: New.
5150 * gdb.mi/pending.c, gdb.mi/pendshr1.c: New
5151 * gdb.mi/pendshr2.c: New.
5152
5153 2012-09-28 Yao Qi <yao@codesourcery.com>
5154
5155 * gdb.mi/pr11022.exp: New.
5156 * gdb.mi/pr11022.c: New. Copied from gdb.base/.
5157
5158 2012-09-27 Tom Tromey <tromey@redhat.com>
5159
5160 * gdb.cp/derivation.exp: Add regression test.
5161 * gdb.cp/derivation.cc (class V_base, class V_inter, class
5162 V_derived): New.
5163 (vderived): New global.
5164
5165 2012-09-26 Tom Tromey <tromey@redhat.com>
5166
5167 * gdb.dwarf2/dw2-common-block.S: New file.
5168 * gdb.dwarf2/dw2-common-block.exp: New file.
5169
5170 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5171
5172 * gdb.fortran/common-block.exp: New file.
5173 * gdb.fortran/common-block.f90: New file.
5174
5175 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
5176
5177 * gdb.base/duplicate-bp.c: New file.
5178 * gdb.base/duplicate-bp.exp: New file.
5179
5180 2012-09-26 Yao Qi <yao@codesourcery.com>
5181
5182 * gdb.mi/mi2-cli.exp: Avoid line number in test summary.
5183
5184 Revert:
5185 2012-09-21 Yao Qi <yao@codesourcery.com>
5186
5187 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
5188
5189 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
5190
5191 * gdb.base/longest-types.c: New test case.
5192 * gdb.base/longest-types.exp: New test case.
5193
5194 2012-09-25 Yao Qi <yao@codesourcery.com>
5195
5196 * gdb.mi/mi2-cli.exp: Check breakpoint notification.
5197
5198 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5199
5200 Fix internal error on canonicalization of clang types.
5201 * gdb.dwarf2/dw2-canonicalize-type.S: New file.
5202 * gdb.dwarf2/dw2-canonicalize-type.exp: New file.
5203 * lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
5204
5205 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
5206
5207 Fix disassemble without parameters in tailcall frame.
5208 * gdb.arch/amd64-entry-value.exp (down, disassemble): New tests.
5209
5210 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
5211
5212 * gdb.dwarf2/dw2-op-out-param.S: New file.
5213 * gdb.dwarf2/dw2-op-out-param.exp: New file.
5214
5215 2012-09-21 Yao Qi <yao@codesourcery.com>
5216
5217 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
5218
5219 2012-09-21 Yao Qi <yao@codesourcery.com>
5220
5221 * gdb.mi/mi-cli.exp: Remove.
5222 * gdb.mi/mi2-cli.exp: Merged from mi-cli.exp.
5223
5224 2012-09-21 Yao Qi <yao@codesourcery.com>
5225
5226 * gdb.mi/mi-reverse.exp: Fix the typo in expected output of
5227 "=record-started" notification.
5228
5229 2012-09-21 Yao Qi <yao@codesourcery.com>
5230
5231 * gdb.mi/mi-record-changed.exp: New.
5232 * gdb.mi/mi-reverse.exp: Adjust expected output.
5233
5234 2012-09-20 Tom Tromey <tromey@redhat.com>
5235
5236 * gdb.python/python.exp: Test atexit.register.
5237
5238 2012-09-20 Doug Evans <dje@google.com>
5239
5240 * boards/dwarf4-gdb-index.exp: New file.
5241
5242 * gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
5243 while running the tests.
5244
5245 2012-09-18 Joel Brobecker <brobecker@adacore.com>
5246
5247 * gdb.ada/bp_reset: New testcase.
5248
5249 2012-09-18 Yao Qi <yao@codesourcery.com>
5250
5251 * gdb.trace/mi-tsv-changed.exp: New.
5252
5253 2012-09-18 Yao Qi <yao@codesourcery.com>
5254
5255 * gdb.trace/mi-traceframe-changed.exp: New.
5256
5257 2012-09-17 Yao Qi <yao@codesourcery.com>
5258
5259 * gdb.base/list.exp (set_listsize): Don't set arg to "unlimited"
5260 when it is less than 0.
5261
5262 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5263
5264 PR 14119
5265 * gdb.arch/amd64-tailcall-ret.S: New file.
5266 * gdb.arch/amd64-tailcall-ret.c: New file.
5267 * gdb.arch/amd64-tailcall-ret.exp: New file.
5268 * gdb.reverse/amd64-tailcall-reverse.S: New file.
5269 * gdb.reverse/amd64-tailcall-reverse.c: New file.
5270 * gdb.reverse/amd64-tailcall-reverse.exp: New file.
5271
5272 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
5273
5274 PR 14548
5275 * gdb.reverse/singlejmp-reverse-nodebug.S: New file.
5276 * gdb.reverse/singlejmp-reverse-nodebug.c: New file.
5277 * gdb.reverse/singlejmp-reverse.S: New file.
5278 * gdb.reverse/singlejmp-reverse.c: New file.
5279 * gdb.reverse/singlejmp-reverse.exp: New file.
5280
5281 2012-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5282
5283 Fix compatibility with old GCC (~4.1).
5284 * gdb.cp/converts.cc (my_enum_var): New variable.
5285
5286 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
5287
5288 * gdb.xml/tdesc-regs.exp: Update expected output for new
5289 vector_size syntax of vector types.
5290
5291 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
5292
5293 Refactor Python "gdb" module into a proper Python package, by
5294 introducing a new "_gdb" module for code implemented in C, and
5295 using reload/__import__ instead of exec.
5296 * gdb.python/python.exp (Test stderr location): Update module
5297 location of GDB-specific sys.stderr.
5298 (Test stdout location): Ditto for sys.stdout.
5299
5300 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5301
5302 * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
5303
5304 2012-09-12 Keith Seitz <keiths@redhat.com>
5305
5306 * gdb.cp/converts.cc (main): Comment out the pointer to boolean
5307 conversion statement.
5308
5309 2012-09-12 Doug Evans <dje@google.com>
5310
5311 * gdb.base/help.exp: Remove testing of individual command help text,
5312 too much of a maintenance burden. Instead, test the functionality
5313 of "help" itself.
5314
5315 2012-09-11 Doug Evans <dje@google.com>
5316
5317 * gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
5318 breakpoint.
5319
5320 * gdb.dwarf2/fission-base.S: Include gdb.dwarf2/ in dwo_name.
5321 * gdb.dwarf2/fission-reread.S: Ditto.
5322 * gdb.dwarf2/fission-base.exp: Remove setting of debug-file-directory.
5323 * gdb.dwarf2/fission-reread.exp: Ditto.
5324
5325 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
5326
5327 * gdb.base/ptype.exp: Test ptype on a pointer to a typedef.
5328
5329 2012-09-10 Joel Brobecker <brobecker@adacore.com>
5330
5331 * gdb.ada/optim_drec: New testcase.
5332
5333 2012-09-10 Doug Evans <dje@google.com>
5334
5335 * boards/fission.exp: Explicitly mark "board" as not remote.
5336
5337 2012-09-10 Keith Seitz <keiths@redhat.com>
5338
5339 PR gdb/13483
5340 * gdb.cp/converts.cc (A::A): Add ctor.
5341 (A::member_): Add member.
5342 (enum my_enum): New enumeration.
5343 (main): Add calls to foo1_7 with various
5344 permitted arguments.
5345 * gdb.cp/converts.exp: Add tests for boolean
5346 conversions permitted by the standard.
5347
5348 2012-09-08 Khoo Yit Phang <khooyp@cs.umd.edu>
5349
5350 Replace -nw option with $INTERNAL_GDBFLAGS in "xgdb" tests to
5351 avoid spurious results due to ~/.gdbinit.
5352 * gdb.gdb/complaint.exp (setup_test): Replace -nw option with
5353 $INTERNAL_GDBFLAGS in run command.
5354 * gdb.gdb/observer.exp (setup_test): Ditto.
5355 * gdb.gdb/selftest.exp (test_with_self): Ditto.
5356 * gdb.gdb/xfullpath.exp (setup_test): Ditto.
5357
5358 2012-09-06 Doug Evans <dje@google.com>
5359
5360 * boards/fission.exp: New file.
5361
5362 * gdb.python/py-value.exp: Use clean_restart.
5363
5364 2012-09-05 Doug Evans <dje@google.com>
5365
5366 * gdb.base/info-macros.c: Fix whitespace.
5367
5368 2012-08-28 Pedro Alves <palves@redhat.com>
5369
5370 PR gdb/14428
5371
5372 * gdb.base/pc-fp.exp: Adjust expected output of 'info registers pc fp'.
5373
5374 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5375
5376 * gdb.base/break-caller-line.c: New file.
5377 * gdb.base/break-caller-line.exp: New file.
5378
5379 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5380
5381 * gdb.ada/rdv_wait.exp (set debug-file-directory): New command.
5382 * gdb.arch/i386-cfi-notcurrent.S: New file.
5383 * gdb.arch/i386-cfi-notcurrent.exp: New file.
5384
5385 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
5386 Yao Qi <yao@codesourcery.com>
5387 Pedro Alves <palves@redhat.com>
5388
5389 * gdb.base/memattr.exp (delete_memory, region_pass, region_fail):
5390 New procedures.
5391 (top level): Add overlap checking tests.
5392
5393 2012-08-24 Tom Tromey <tromey@redhat.com>
5394
5395 * lib/gdb.exp (skip_unwinder_tests): Don't leave 'ok' set if
5396 gdb_test_multiple fails for other reasons.
5397
5398 2012-08-24 Yao Qi <yao@codesourcery.com>
5399
5400 * lib/gdb.exp (skip_unwinder_tests): Remove pass.
5401
5402 2012-08-23 Pedro Alves <palves@redhat.com>
5403
5404 * gdb.base/help.exp: Adjust to "handle" help text change.
5405
5406 2012-08-23 Yao Qi <yao@codesourcery.com>
5407
5408 * gdb.trace/disconnected-tracing.c (start, end): New.
5409 (main): Call start and end.
5410 * gdb.trace/disconnected-tracing.exp (disconnected_tracing): Move
5411 existing tests into this proc.
5412 (disconnected_tfind): New.
5413
5414 2012-08-23 Yao Qi <yao@codesourcery.com>
5415
5416 * boards/native-gdbserver.exp (${board}_upload): New.
5417 * boards/native-stdio-gdbserver.exp (${board}_upload): New.
5418 * gdb.trace/tfile.exp: Don't check 'gdb,nofileio'.
5419 Execute tfile on remote target.
5420 Copy trace file from target to host.
5421
5422 2012-08-22 Joseph Myers <joseph@codesourcery.com>
5423
5424 * gdb.arch/thumb-bx-pc.S: New file.
5425 * gdb.arch/thumb-bx-pc.exp: New file.
5426
5427 2012-08-22 Tom Tromey <tromey@redhat.com>
5428
5429 * gdb.base/maint.exp: Update.
5430
5431 2012-08-22 Tom Tromey <tromey@redhat.com>
5432
5433 * lib/gdb.exp (skip_unwinder_tests): New proc.
5434 * gdb.cp/nextoverthrow.exp: Use skip_unwinder_tests.
5435 * gdb.java/jnpe.exp: Use skip_unwinder_tests.
5436
5437 2012-08-21 Tom Tromey <tromey@redhat.com>
5438
5439 * gdb.hp/gdb.aCC/exception.exp: Remove.
5440
5441 012-08-19 Andrew Pinski <apinski@cavium.com>
5442
5443 * gdb.arch/mips-octeon-bbit.c: New file.
5444 * gdb.arch/mips-octeon-bbit.exp: New Test.
5445
5446 012-08-19 Keith Seitz <keiths@redhat.com>
5447
5448 PR c++/14365
5449 * gdb.dwarf2/dw2-anon-mptr.exp: New file.
5450 * gdb.dwarf2/dw2-anon-mptr.S: New file.
5451
5452 2012-08-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5453
5454 * gdb.base/solib-corrupted.exp (make solibs looping): Replace
5455 verbose -log by more specific untested call.
5456
5457 2012-08-18 Yao Qi <yao@codesourcery.com>
5458
5459 * gdb.trace/tfind.exp: Move tests on various command help before
5460 checking target supports trace.
5461 Fix the expected output of 'help tfind end'.
5462
5463 2012-08-17 Keith Seitz <keiths@redhat.com>
5464
5465 PR c++/13356
5466 * gdb.base/default.exp: Update all "check type" tests.
5467 * gdb.base/help.exp: Likewise.
5468 * gdb.base/setshow.exp: Likewise.
5469 * gdb.cp/converts.cc (foo1_type_check): New function.
5470 (foo2_type_check): New function.
5471 (foo3_type_check): New function.
5472 (main): Call new functions.
5473 * converts.exp: Add tests for integer-to-pointer conversions
5474 with/without strict type-checking.
5475
5476 2012-08-16 Mike Frysinger <vapier@gentoo.org>
5477
5478 * gdb.base/help.exp: Update expected output.
5479
5480 2012-08-16 Joel Brobecker <brobecker@adacore.com>
5481
5482 * gdb.ada/rdv_wait: New testcase.
5483
5484 2012-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5485
5486 * gdb.base/attach-twice.exp: Remove excessive ps exec.
5487
5488 2012-08-13 Doug Evans <dje@google.com>
5489
5490 * gdb.base/help.exp: Update expected output.
5491 * gdb.base/default.exp: Update expected output of "show convenience".
5492
5493 2012-08-10 Doug Evans <dje@google.com>
5494
5495 * gdb.python/py-strfns.c: New file.
5496 * gdb.python/py-strfns.exp: New file.
5497 * gdb.python/py-type.exp (test_fields): Add vector tests.
5498
5499 2012-08-10 Mike Frysinger <vapier@gentoo.org>
5500
5501 PR cli/10436:
5502 * gdb.base/completion.exp: Add tests for handle completion.
5503
5504 2012-08-09 Yao Qi <yao@codesourcery.com>
5505
5506 * gdb.mi/mi-cmd-param-changed.exp: New.
5507 * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
5508 * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
5509 * gdb.mi/mi2-prompt.exp: Likewise.
5510
5511 2012-08-08 Doug Evans <dje@google.com>
5512
5513 * gdb.base/debug-expr.c: New file.
5514 * gdb.base/debug-expr.exp: New file.
5515 * gdb.base/exprs.exp: Test {type} casts.
5516 * gdb.cp/debug-expr.exp: New file.
5517
5518 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5519
5520 * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
5521 global variable loop, not a 'break'. Add loop count limit to 100.
5522 Add new fail case for terminated vgdb.
5523
5524 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5525 Jean-Marc Saffroy <saffroy@gmail.com>
5526
5527 PR 11804
5528 * gdb.base/gcore-relro.exp: New file.
5529 * gdb.base/gcore-relro-main.c: New file.
5530 * gdb.base/gcore-relro-lib.c: New file.
5531
5532 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5533
5534 Do not false FAIL with old GCCs.
5535 * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
5536 GCC < 4.5 in $no_hw mode.
5537
5538 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5539
5540 * gdb.base/default.exp (cd): Accept new directory with no arguments.
5541
5542 2012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5543
5544 * gdb.base/list.exp (test_only_end): New function.
5545 Call it.
5546
5547 2012-08-06 Tom Tromey <tromey@redhat.com>
5548
5549 * gdb.python/py-mi.exp: Add test for printer whose children
5550 are a list.
5551 * gdb.python/py-prettyprint.c (struct children_as_list): New.
5552 (main): New variable children_as_list.
5553 * gdb.python/py-prettyprint.py (class pp_children_as_list):
5554 New.
5555 (register_pretty_printers): Register new printer.
5556
5557 2012-08-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
5558
5559 * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
5560 symbols. Abort if vgdb remote connection is closed.
5561
5562 2012-08-02 Doug Evans <dje@google.com>
5563
5564 * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
5565
5566 2012-08-02 Sergio Durigan Junior <sergiodj@redhat.com>
5567
5568 * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
5569 s390x, PowerPC 64 and m68k-linux.
5570
5571 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
5572
5573 * gdb.base/annota1.exp: Accept no frames-invalid notification
5574 when starting up the program.
5575 * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
5576 show a symbolic value as well.
5577 * gdb.server/server-exec-info.exp: Skip test when skipping
5578 gdbserver test and/or when skipping shared library tests.
5579 * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
5580 avoid name conflicts with other tests.
5581
5582 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
5583
5584 * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
5585 Fix wrong output on big-endian systems.
5586 * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
5587 4-byte pointer types on 64-bit s390x.
5588
5589 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
5590
5591 * gdb.base/watchpoint.c (func2): Initialize local_a. Add
5592 marker comment at the beginning (after intialization).
5593 * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
5594 breakpoint on marker comment instead of function begin.
5595 (test_wide_location_1): Do not expect HW watchpoints on 32-bit
5596 PowerPC.
5597 (test_wide_location_2): Do not expect HW watchpoints on 32-bit
5598 or 64-bit PowerPC.
5599 (do_tests): Consistently set can-use-hw-watchpoints to 0 if
5600 gdb,no_hardware_watchpoints flag is set.
5601 (initialize): Remove now redundant can-use-hw-watchpoints change.
5602
5603 2012-08-02 Yao Qi <yao@codesourcery.com>
5604 Pedro Alves <palves@redhat.com>
5605
5606 * boards/local-remote-host.exp: New.
5607
5608 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
5609
5610 * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
5611 * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
5612 * gdb.base/print-file-var.exp: Likewise.
5613 * gdb.server/solib-list.exp: Skip on remote targets.
5614
5615 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
5616
5617 * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
5618 watchpoints on ARM. When expecting software watchpoints, tolerate
5619 (remote) targets that report unsupported hardware watchpoint only
5620 at continue time.
5621 (test_wide_location_2): Likewise.
5622
5623 2012-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5624
5625 * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
5626 valgrind versions.
5627
5628 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
5629
5630 * gdb.base/valgrind-infcall.c: New file.
5631 * gdb.base/valgrind-infcall.exp: New file.
5632
5633 * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
5634
5635 2012-07-30 Keith Seitz <keiths@redhat.com>
5636
5637 * gdb.linespec/ls-errs.exp: Check some quote-enclosed
5638 linespecs.
5639
5640 2012-07-30 Doug Evans <dje@google.com>
5641
5642 * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
5643 * gdb.dwarf2/pr13961.S: Ditto.
5644
5645 * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
5646
5647 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
5648
5649 * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
5650 change its format immediately after reloading the binary.
5651
5652 2012-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5653
5654 Fix testsuite regression after --use-deprecated-index-sections removal.
5655 * gdb.base/annota1.exp (run until main breakpoint): Update the expect
5656 string.
5657 * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
5658
5659 2012-07-27 Yao Qi <yao@codesourcery.com>
5660
5661 KFAIL for PR remote/14161.
5662 * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
5663 Cleanup socket files.
5664 (strace_info_marker): Detach inferior.
5665
5666 2012-07-26 Tom Tromey <tromey@redhat.com>
5667
5668 * gdb.objc/print.exp (test_float_accepted): Remove kfails.
5669
5670 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
5671
5672 * gdb.python/py-inferior.c (thread): New function.
5673 (check_threads): New function.
5674 (test_threads): New function.
5675 * gdb.python/py-inferior.exp: Added test.
5676 Replaced runto with continue to breakpoint.
5677
5678 2012-07-26 Tom Tromey <tromey@redhat.com>
5679
5680 * lib/ada.exp (standard_ada_testfile): New proc.
5681 * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
5682 * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
5683 * gdb.ada/array_return.exp: Use standard_ada_testfile.
5684 * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
5685 * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
5686 * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
5687 * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
5688 * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
5689 * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
5690 * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
5691 * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
5692 * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
5693 * gdb.ada/call_pn.exp: Use standard_ada_testfile.
5694 * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
5695 * gdb.ada/char_enum.exp: Use standard_ada_testfile.
5696 * gdb.ada/char_param.exp: Use standard_ada_testfile.
5697 * gdb.ada/complete.exp: Use standard_ada_testfile.
5698 * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
5699 standard_output_file.
5700 * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
5701 * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
5702 * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
5703 standard_output_file.
5704 * gdb.ada/exprs.exp: Use standard_ada_testfile.
5705 * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
5706 * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
5707 * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
5708 * gdb.ada/frame_args.exp: Use standard_ada_testfile.
5709 * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
5710 * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
5711 * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
5712 * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
5713 * gdb.ada/homonym.exp: Use standard_ada_testfile.
5714 * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
5715 * gdb.ada/int_deref.exp: Use standard_ada_testfile.
5716 * gdb.ada/interface.exp: Use standard_ada_testfile.
5717 * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
5718 standard_output_file
5719 * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
5720 * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
5721 * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
5722 * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
5723 * gdb.ada/nested.exp: Use standard_ada_testfile.
5724 * gdb.ada/null_array.exp: Use standard_ada_testfile.
5725 * gdb.ada/null_record.exp: Use standard_ada_testfile.
5726 * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
5727 * gdb.ada/packed_array.exp: Use standard_ada_testfile.
5728 * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
5729 * gdb.ada/print_chars.exp: Use standard_ada_testfile.
5730 * gdb.ada/print_pc.exp: Use standard_ada_testfile.
5731 * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
5732 * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
5733 * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
5734 * gdb.ada/rec_return.exp: Use standard_ada_testfile.
5735 * gdb.ada/ref_param.exp: Use standard_ada_testfile.
5736 * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
5737 * gdb.ada/same_enum.exp: Use standard_ada_testfile.
5738 * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
5739 * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
5740 * gdb.ada/start.exp: Use standard_ada_testfile.
5741 * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
5742 * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
5743 * gdb.ada/taft_type.exp: Use standard_ada_testfile.
5744 * gdb.ada/tagged.exp: Use standard_ada_testfile.
5745 * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
5746 * gdb.ada/task_bp.exp: Use standard_ada_testfile.
5747 * gdb.ada/tasks.exp: Use standard_ada_testfile.
5748 * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
5749 * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
5750 * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
5751 * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
5752 * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
5753 * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
5754 * gdb.ada/widewide.exp: Use standard_ada_testfile.
5755
5756 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5757
5758 Fix testsuite regression after --use-deprecated-index-sections removal.
5759 * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
5760
5761 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5762
5763 Fix compatibility with Tcl before 7.5.
5764 * lib/future.exp (lreverse): New function if it does not exist.
5765
5766 2012-07-25 Marc Khouzam <marc.khouzam@ericsson.com>
5767
5768 * gdb.mi/mi-pending.c: New method to set a second pending
5769 breakpoint.
5770 * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
5771 condition.
5772
5773 2012-07-20 Pedro Alves <palves@redhat.com>
5774
5775 PR threads/11692
5776 PR gdb/12203
5777
5778 * gdb.threads/create-fail.c: New file.
5779 * gdb.threads/create-fail.exp: New file.
5780
5781 2012-07-19 Pedro Alves <palves@redhat.com>
5782
5783 * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
5784 * config/vx.exp (gdb_start): Likewise.
5785 * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
5786 * gdb.base/setvar.exp (test_set): Likewise.
5787 * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
5788 * gdb.reverse/sigall-precsave.exp: Likewise.
5789 * gdb.reverse/sigall-reverse.exp: Likewise.
5790
5791 2012-07-19 Pedro Alves <palves@redhat.com>
5792
5793 * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
5794 handler before recording.
5795
5796 2012-07-19 Tom Tromey <tromey@redhat.com>
5797
5798 * gdb.cp/casts.exp: Add tests for typeof and decltype.
5799 * gdb.cp/casts.cc (decltype): New function.
5800 (main): Use it.
5801
5802 2012-07-19 Pedro Alves <palves@redhat.com>
5803
5804 * gdb.base/sigall.exp (signals): New list.
5805 <top level>: Loop over signals in the $signals list instead of
5806 calling a test function once per signal.
5807 * gdb.reverse/sigall-precsave.exp (signals): New list.
5808 <top level>: Loop over signals in the $signals list instead of
5809 calling a test function once per signal.
5810 * gdb.reverse/sigall-reverse.exp (signals): New list.
5811 <top level>: Loop over signals in the $signals list instead of
5812 calling a test function once per signal.
5813
5814 2012-07-19 Yao Qi <yao@codesourcery.com>
5815
5816 * gdb.base/setshow.exp: Test 'set args ~'.
5817
5818 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5819
5820 * gdb.base/store.exp (check_set): Import gdb_prompt.
5821 (continue to wack_${t}): Make it to conditional gdb_test_multiple.
5822 (${prefix}; next ${t}): Hide its name, handle it conditionally now.
5823
5824 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5825
5826 PR 11914
5827 * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
5828 (main): Call eval_sub.
5829 * gdb.python/py-prettyprint.exp:
5830 (python execfile ('py-prettyprint.py')): Move it earlier.
5831 New breakpoint for eval-break.
5832 (continue to breakpoint: eval-break, info locals): New test.
5833 (python execfile ('py-prettyprint.py')): Move it from here.
5834 * gdb.python/py-prettyprint.py (class pp_eval_type): New.
5835 (register_pretty_printers): Register pp_eval_type.
5836
5837 2012-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5838
5839 Fix a testcase regression by me.
5840 * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
5841 DW_FORM_data4.
5842
5843 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5844 Doug Evans <dje@google.com>
5845
5846 * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
5847 * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
5848
5849 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5850
5851 Fix gdbserver run regression.
5852 * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
5853
5854 2012-07-12 Tom Tromey <tromey@redhat.com>
5855
5856 * lib/gdb.exp (standard_testfile): Don't declare objdir.
5857 (clean_restart): Likewise.
5858 (core_find): Use standard_output_file.
5859
5860 2012-07-12 Tom Tromey <tromey@redhat.com>
5861
5862 * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
5863 * gdb.dwarf2/dw2-anonymous-func.exp: Use
5864 prepare_for_testing_full.
5865 * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
5866 * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
5867 * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
5868 * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
5869 * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
5870 * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
5871 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
5872 prepare_for_testing_full.
5873 * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
5874 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
5875 prepare_for_testing_full.
5876 * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
5877 * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
5878 * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
5879
5880 2012-07-12 Tom Tromey <tromey@redhat.com>
5881
5882 * lib/gdb.exp (build_executable_from_specs): New proc, from
5883 build_executable.
5884 (build_executable): Use it.
5885 (prepare_for_testing_full): New proc.
5886
5887 2012-07-11 Tom Tromey <tromey@redhat.com>
5888
5889 * gdb.reverse/break-precsave.exp: Use standard_output_file.
5890 * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
5891 * gdb.reverse/finish-precsave.exp: Use standard_output_file.
5892 * gdb.reverse/i386-precsave.exp: Use standard_output_file.
5893 * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
5894 * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
5895 * gdb.reverse/solib-precsave.exp: Use standard_output_file.
5896 * gdb.reverse/step-precsave.exp: Use standard_output_file.
5897 * gdb.reverse/until-precsave.exp: Use standard_output_file.
5898 * gdb.reverse/watch-precsave.exp: Use standard_output_file.
5899
5900 2012-07-10 Tom Tromey <tromey@redhat.com>
5901
5902 * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
5903 standard_output_file.
5904 * gdb.mi/gdb2549.exp: Use standard_testfile.
5905 * gdb.mi/gdb669.exp: Use standard_testfile.
5906 * gdb.mi/gdb701.exp: Use standard_testfile.
5907 * gdb.mi/gdb792.exp: Use standard_testfile.
5908 * gdb.mi/mi-async.exp: Use standard_testfile.
5909 * gdb.mi/mi-basics.exp: Use standard_testfile.
5910 * gdb.mi/mi-break.exp: Use standard_testfile.
5911 * gdb.mi/mi-cli.exp: Use standard_testfile.
5912 * gdb.mi/mi-console.exp: Use standard_testfile.
5913 * gdb.mi/mi-disassemble.exp: Use standard_testfile.
5914 * gdb.mi/mi-eval.exp: Use standard_testfile.
5915 * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
5916 * gdb.mi/mi-file.exp: Use standard_testfile.
5917 * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
5918 * gdb.mi/mi-logging.exp: Use standard_testfile.
5919 * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
5920 * gdb.mi/mi-nonstop.exp: Use standard_testfile.
5921 * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
5922 * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
5923 * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
5924 * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
5925 * gdb.mi/mi-pending.exp: Use standard_testfile,
5926 standard_output_file.
5927 * gdb.mi/mi-pthreads.exp: Use standard_testfile.
5928 * gdb.mi/mi-read-memory.exp: Use standard_testfile.
5929 * gdb.mi/mi-regs.exp: Use standard_testfile.
5930 * gdb.mi/mi-return.exp: Use standard_testfile.
5931 * gdb.mi/mi-reverse.exp: Use standard_testfile.
5932 * gdb.mi/mi-simplerun.exp: Use standard_testfile.
5933 * gdb.mi/mi-solib.exp: Use standard_testfile,
5934 standard_output_file.
5935 * gdb.mi/mi-stack.exp: Use standard_testfile.
5936 * gdb.mi/mi-stepi.exp: Use standard_testfile.
5937 * gdb.mi/mi-stepn.exp: Use standard_testfile.
5938 * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
5939 * gdb.mi/mi-until.exp: Use standard_testfile.
5940 * gdb.mi/mi-var-block.exp: Use standard_testfile.
5941 * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
5942 * gdb.mi/mi-var-child.exp: Use standard_testfile.
5943 * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
5944 * gdb.mi/mi-var-cp.exp: Use standard_testfile.
5945 * gdb.mi/mi-var-display.exp: Use standard_testfile.
5946 * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
5947 standard_output_file.
5948 * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
5949 * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
5950 * gdb.mi/mi-watch.exp: Use standard_testfile.
5951 * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
5952 * gdb.mi/mi2-basics.exp: Use standard_testfile.
5953 * gdb.mi/mi2-break.exp: Use standard_testfile.
5954 * gdb.mi/mi2-cli.exp: Use standard_testfile.
5955 * gdb.mi/mi2-console.exp: Use standard_testfile.
5956 * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
5957 * gdb.mi/mi2-eval.exp: Use standard_testfile.
5958 * gdb.mi/mi2-file.exp: Use standard_testfile.
5959 * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
5960 * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
5961 * gdb.mi/mi2-regs.exp: Use standard_testfile.
5962 * gdb.mi/mi2-return.exp: Use standard_testfile.
5963 * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
5964 * gdb.mi/mi2-stack.exp: Use standard_testfile.
5965 * gdb.mi/mi2-stepi.exp: Use standard_testfile.
5966 * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
5967 * gdb.mi/mi2-until.exp: Use standard_testfile.
5968 * gdb.mi/mi2-var-block.exp: Use standard_testfile.
5969 * gdb.mi/mi2-var-child.exp: Use standard_testfile.
5970 * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
5971 * gdb.mi/mi2-var-display.exp: Use standard_testfile.
5972 * gdb.mi/mi2-watch.exp: Use standard_testfile.
5973
5974 2012-07-10 Tom Tromey <tromey@redhat.com>
5975
5976 * gdb.cp/abstract-origin.exp: Use standard_testfile.
5977 * gdb.cp/ambiguous.exp: Use standard_testfile,
5978 prepare_for_testing.
5979 * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
5980 * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
5981 * gdb.cp/anon-ns.exp: Use standard_testfile.
5982 * gdb.cp/anon-struct.exp: Use standard_testfile.
5983 * gdb.cp/anon-union.exp: Use standard_testfile,
5984 prepare_for_testing.
5985 * gdb.cp/arg-reference.exp: Use standard_testfile,
5986 prepare_for_testing.
5987 * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
5988 * gdb.cp/breakpoint.exp: Use standard_testfile,
5989 prepare_for_testing.
5990 * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
5991 * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
5992 standard_output_file.
5993 * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
5994 * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
5995 * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
5996 (test_static_members): Update.
5997 * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
5998 * gdb.cp/converts.exp: Use standard_testfile.
5999 * gdb.cp/cp-relocate.exp: Use standard_testfile.
6000 * gdb.cp/cpcompletion.exp: Use standard_testfile,
6001 prepare_for_testing.
6002 * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
6003 * gdb.cp/cplabel.exp: Use standard_testfile.
6004 * gdb.cp/cplusfuncs.exp: Use standard_testfile,
6005 prepare_for_testing.
6006 * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
6007 * gdb.cp/derivation.exp: Use standard_testfile,
6008 prepare_for_testing.
6009 * gdb.cp/destrprint.exp: Use standard_testfile.
6010 * gdb.cp/dispcxx.exp: Use standard_testfile.
6011 * gdb.cp/exception.exp: Use standard_testfile,
6012 prepare_for_testing.
6013 * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
6014 * gdb.cp/extern-c.exp: Use standard_testfile,
6015 prepare_for_testing.
6016 * gdb.cp/formatted-ref.exp: Use standard_testfile,
6017 prepare_for_testing.
6018 * gdb.cp/fpointer.exp: Use standard_testfile.
6019 * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
6020 * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
6021 standard_output_file.
6022 * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
6023 * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
6024 * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
6025 standard_output_file.
6026 * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
6027 (do_tests): Update.
6028 * gdb.cp/koenig.exp: Use standard_testfile.
6029 * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
6030 * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
6031 * gdb.cp/m-static.exp: Use standard_testfile,
6032 prepare_for_testing.
6033 * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
6034 * gdb.cp/mb-inline.exp: Use standard_testfile,
6035 prepare_for_testing.
6036 * gdb.cp/mb-templates.exp: Use standard_testfile,
6037 prepare_for_testing.
6038 * gdb.cp/member-ptr.exp: Use standard_testfile,
6039 prepare_for_testing.
6040 * gdb.cp/meth-typedefs.exp: Use standard_testfile.
6041 * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
6042 * gdb.cp/method2.exp: Use standard_testfile.
6043 * gdb.cp/minsym-fallback.exp: Use standard_testfile,
6044 standard_output_file.
6045 * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
6046 (do_tests): Update.
6047 * gdb.cp/namespace-enum.exp: Use standard_testfile,
6048 prepare_for_testing.
6049 * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
6050 prepare_for_testing.
6051 * gdb.cp/namespace.exp: Use standard_testfile,
6052 prepare_for_testing.
6053 * gdb.cp/nextoverthrow.exp: Use standard_testfile.
6054 * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
6055 * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
6056 * gdb.cp/nsimport.exp: Use standard_testfile,
6057 prepare_for_testing.
6058 * gdb.cp/nsnested.exp: Use standard_testfile.
6059 * gdb.cp/nsnoimports.exp: Use standard_testfile.
6060 * gdb.cp/nsrecurs.exp: Use standard_testfile,
6061 prepare_for_testing.
6062 * gdb.cp/nsstress.exp: Use standard_testfile,
6063 prepare_for_testing.
6064 * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
6065 * gdb.cp/operator.exp: Use standard_testfile.
6066 * gdb.cp/oranking.exp: Use standard_testfile.
6067 * gdb.cp/overload-const.exp: Use standard_testfile.
6068 * gdb.cp/overload.exp: Use standard_testfile,
6069 prepare_for_testing.
6070 * gdb.cp/ovldbreak.exp: Use standard_testfile.
6071 * gdb.cp/ovsrch.exp: Use standard_testfile.
6072 * gdb.cp/paren-type.exp: Use standard_testfile.
6073 * gdb.cp/pass-by-ref.exp: Use standard_testfile,
6074 prepare_for_testing.
6075 * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
6076 * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
6077 * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
6078 * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
6079 * gdb.cp/pr10728.exp: Use standard_testfile,
6080 standard_output_file.
6081 * gdb.cp/pr12028.exp: Use standard_testfile.
6082 * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
6083 * gdb.cp/pr9167.exp: Use standard_testfile.
6084 * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
6085 * gdb.cp/printmethod.exp: Use standard_testfile,
6086 prepare_for_testing.
6087 * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
6088 * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
6089 * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
6090 * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
6091 standard_output_file.
6092 * gdb.cp/readnow-language.exp: Use standard_testfile.
6093 * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
6094 (gdb_start_again): Use clean_restart.
6095 * gdb.cp/ref-types.exp: Use standard_testfile,
6096 prepare_for_testing.
6097 * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
6098 * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
6099 * gdb.cp/smartp.exp: Use standard_testfile.
6100 * gdb.cp/static-method.exp: Use standard_testfile.
6101 * gdb.cp/static-print-quit.exp: Use standard_testfile.
6102 * gdb.cp/temargs.exp: Use standard_testfile.
6103 * gdb.cp/templates.exp: Use standard_testfile,
6104 prepare_for_testing.
6105 (do_tests): Update.
6106 * gdb.cp/try_catch.exp: Use standard_testfile,
6107 prepare_for_testing.
6108 * gdb.cp/typedef-operator.exp: Use standard_testfile.
6109 * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
6110 * gdb.cp/virtbase.exp: Use standard_testfile,
6111 prepare_for_testing.
6112 * gdb.cp/virtfunc.exp: Use standard_testfile,
6113 prepare_for_testing.
6114 (do_tests): Update.
6115 * gdb.cp/virtfunc2.exp: Use standard_testfile,
6116 prepare_for_testing.
6117
6118 2012-07-10 Tom Tromey <tromey@redhat.com>
6119
6120 * lib/gdb.exp (standard_testfile): Unset output variables from
6121 earlier invocations.
6122
6123 2012-07-10 Yao Qi <yao@codesourcery.com>
6124
6125 * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
6126 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
6127 * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
6128 * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
6129 * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
6130 * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
6131 * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
6132 * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
6133 * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
6134 * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
6135 * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
6136 * gdb.mi/mi-var-display.exp: Likewise.
6137 * gdb.mi/mi-var-invalidate.exp: Likewise.
6138 * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
6139 * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
6140 * gdb.mi/mi2-console.exp: Likewise.
6141 * gdb.mi/mi2-disassemble.exp: Likewise.
6142 * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
6143 * gdb.mi/mi2-read-memory.exp: Likewise.
6144 * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
6145 * gdb.mi/mi2-simplerun.exp: Likewise.
6146 * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
6147 * gdb.mi/mi2-syn-frame.exp: Likewise.
6148 * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
6149 * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
6150 * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
6151
6152 2012-07-09 Tom Tromey <tromey@redhat.com>
6153
6154 * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
6155 * gdb.base/callfuncs.exp: Add cast-based test.
6156 * gdb.base/callfuncs.c (voidfunc): New function.
6157
6158 2012-07-08 Doug Evans <dje@google.com>
6159
6160 * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
6161
6162 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6163
6164 Fix XFAIL compatibility with old i386 systems.
6165 * gdb.base/stale-infcall.exp (test system longjmp tracking support):
6166 Check also 'Cannot insert breakpoint 0'.
6167
6168 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
6169
6170 PR 14321
6171 * gdb.base/find.exp
6172 (find int64_search_buf, +64/8*100, int64_search_buf): New test.
6173
6174 2012-07-06 Tom Tromey <tromey@redhat.com>
6175
6176 * gdb.base/whatis.exp: Add test.
6177
6178 2012-07-06 Tom Tromey <tromey@redhat.com>
6179
6180 * gdb.base/whatis.exp: Add regression test.
6181
6182 2012-07-06 Tom Tromey <tromey@redhat.com>
6183
6184 * gdb.base/whatis.exp: Add tests.
6185
6186 2012-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6187
6188 PR 12649
6189 * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
6190 gdb_test_multiple $gdb_prompt terminator.
6191
6192 2012-07-04 Pedro Alves <palves@redhat.com>
6193
6194 * gdb.mi/mi-reverse.exp: Use supports_reverse and
6195 supports_process_record.
6196
6197 2012-07-04 Pedro Alves <palves@redhat.com>
6198
6199 * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
6200 endings.
6201 * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
6202
6203 2012-07-03 Stan Shebs <stan@codesourcery.com>
6204
6205 * gdb.base/info-os.c (main): Retry resource acquisition until an
6206 available one is found.
6207 * gdb.base/info-os.exp: Collect resource keys from the program
6208 and use them in matching.
6209
6210 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6211
6212 * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
6213 Wrap the test into loop for corefile and core0file.
6214
6215 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6216
6217 * gdb.dwarf2/fission-reread.S: Remove .section attributes.
6218 Change CU pointer size to 4 bytes, adjust .8byte to .4byte. Remove
6219 .note.GNU-stack.
6220
6221 * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
6222
6223 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
6224
6225 * gdb.base/help.exp (help b, help br, help bre, help brea, help
6226 break): Include help message for the new `-probe' and `-probe-stap'
6227 options.
6228
6229 2012-07-02 Stan Shebs <stan@codesourcery.com>
6230
6231 * gdb.base/dprintf.exp: Add agent style tests.
6232
6233 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
6234
6235 * gdb.base/stale-infcall.c (infcall): New label test-next.
6236 (main): New labels test-pass and test-fail.
6237 * gdb.base/stale-infcall.exp: Continue to test-next. Put breakpoint
6238 $test_fail_bpnum to test-fail.
6239 (test system longjmp tracking support): New test.
6240 Delete $test_fail_bpnum.
6241 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
6242 breakpoint.
6243
6244 2012-06-30 Doug Evans <dje@google.com>
6245
6246 * gdb.dwarf2/fission-reread.S: New file.
6247 * gdb.dwarf2/fission-reread.exp: New file.
6248
6249 2012-06-28 Stan Shebs <stan@codesourcery.com>
6250
6251 * gdb.mi/mi-logging.exp: New file.
6252
6253 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6254 Pedro Alves <palves@redhat.com>
6255
6256 * gdb.threads/siginfo-threads.exp: New file.
6257 * gdb.threads/siginfo-threads.c: New file.
6258 * gdb.threads/sigstep-threads.exp: New file.
6259 * gdb.threads/sigstep-threads.c: New file.
6260
6261 2012-06-28 Tom Tromey <tromey@redhat.com>
6262
6263 * gdb.go/package.exp: Partially revert earlier patch; use
6264 gdb_compile again. Use standard_output_file.
6265
6266 2012-06-27 Doug Evans <dje@google.com>
6267
6268 * gdb.dwarf2/fission-base.c: New file.
6269 * gdb.dwarf2/fission-base.S: New file.
6270 * gdb.dwarf2/fission-base.exp: New file.
6271
6272 2012-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
6273
6274 * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
6275
6276 2012-06-27 Tom Tromey <tromey@redhat.com>
6277
6278 * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
6279 * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
6280
6281 2012-06-27 Tom Tromey <tromey@redhat.com>
6282
6283 * gdb.dwarf2/pr10770.exp: Use standard_testfile.
6284 * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
6285 * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
6286 * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
6287 * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
6288 prepare_for_testing.
6289 * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
6290 * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
6291 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
6292 standard_testfile.
6293 * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
6294 * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
6295 * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
6296 * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
6297 prepare_for_testing.
6298 * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
6299 * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
6300 * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
6301 * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
6302 * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
6303 * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
6304 * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
6305 * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
6306 * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
6307 * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
6308 * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
6309 * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
6310 * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
6311 * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
6312 * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
6313 * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
6314 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
6315 * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
6316 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
6317 * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
6318 * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
6319 * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
6320 standard_output_file.
6321 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
6322 standard_output_file.
6323 * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
6324 * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
6325 * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
6326 * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
6327 * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
6328 * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
6329 * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
6330 * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
6331 * gdb.dwarf2/implptr.exp: Use standard_testfile.
6332 * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
6333 * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
6334 * gdb.dwarf2/pieces.exp: Use standard_testfile.
6335 * gdb.dwarf2/pr11465.exp: Use standard_testfile.
6336 * gdb.dwarf2/pr13961.exp: Use standard_testfile.
6337 * gdb.dwarf2/valop.exp: Use standard_testfile,
6338 prepare_for_testing.
6339
6340 2012-06-27 Tom Tromey <tromey@redhat.com>
6341
6342 * gdb.python/python.exp: Fix regexps in pagination tests.
6343
6344 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
6345
6346 * gdb.python/py-symtab.exp: Add tests to test the new attribute
6347 'last' of gdb.Symtab_and_line.
6348 * gdb.python/py-symbol.c: Move break point comment to enable
6349 testing of gdb.Symtab_and_line.last.
6350
6351 2012-06-26 Tom Tromey <tromey@redhat.com>
6352
6353 * gdb.threads/step.c: Remove.
6354 * gdb.threads/step.exp: Remove.
6355 * gdb.threads/step2.exp: Remove.
6356
6357 2012-06-26 Tom Tromey <tromey@redhat.com>
6358
6359 * gdb.threads/watchpoint-fork.exp (test): Use
6360 standard_output_file. Don't declare objdir.
6361 * gdb.threads/attach-into-signal.exp: Use standard_testfile,
6362 standard_output_file.
6363 * gdb.threads/attach-stopped.exp: Use standard_testfile.
6364 * gdb.threads/bp_in_thread.exp: Use standard_testfile,
6365 clean_restart. Remove incdir.
6366 * gdb.threads/corethreads.exp: Use standard_testfile.
6367 * gdb.threads/execl.exp: Use standard_testfile,
6368 standard_output_file, clean_restart.
6369 * gdb.threads/fork-child-threads.exp: Use standard_testfile,
6370 clean_restart.
6371 * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
6372 clean_restart.
6373 * gdb.threads/gcore-thread.exp: Use standard_testfile. Remove
6374 incdir.
6375 * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
6376 clean_restart. Remove incdir.
6377 * gdb.threads/ia64-sigill.exp: Use standard_testfile.
6378 * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
6379 clean_restart. Remove incdir.
6380 * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
6381 Remove incdir.
6382 * gdb.threads/leader-exit.exp: Use standard_testfile.
6383 * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
6384 * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
6385 clean_restart.
6386 * gdb.threads/manythreads.exp: Use standard_testfile,
6387 clean_restart. Remove incdir.
6388 * gdb.threads/multi-create.exp: Use standard_testfile,
6389 clean_restart.
6390 * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
6391 * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
6392 * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
6393 * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
6394 * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
6395 * gdb.threads/pending-step.exp: Use standard_testfile,
6396 clean_restart. Remove incdir.
6397 * gdb.threads/print-threads.exp: Use standard_testfile,
6398 clean_restart. Remove incdir.
6399 * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
6400 clean_restart. Remove incdir.
6401 * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
6402 Remove incdir.
6403 * gdb.threads/schedlock.exp: Use standard_testfile. Remove
6404 incdir.
6405 * gdb.threads/sigthread.exp: Use standard_testfile,
6406 clean_restart.
6407 * gdb.threads/staticthreads.exp: Use standard_testfile,
6408 clean_restart. Remove incdir.
6409 * gdb.threads/switch-threads.exp: Use standard_testfile,
6410 clean_restart. Remove incdir.
6411 * gdb.threads/thread-execl.exp: Use standard_testfile,
6412 clean_restart. Remove incdir.
6413 * gdb.threads/thread-find.exp: Use standard_testfile,
6414 clean_restart.
6415 * gdb.threads/thread-specific.exp: Use standard_testfile,
6416 clean_restart. Remove incdir.
6417 * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
6418 clean_restart. Remove incdir.
6419 * gdb.threads/thread_check.exp: Use standard_testfile,
6420 clean_restart. Remove incdir.
6421 * gdb.threads/thread_events.exp: Use standard_testfile. Remove
6422 incdir.
6423 * gdb.threads/threadapply.exp: Use standard_testfile,
6424 clean_restart. Remove incdir.
6425 * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
6426 clean_restart. Remove incdir.
6427 * gdb.threads/tls-nodebug.exp: Use standard_testfile,
6428 clean_restart.
6429 * gdb.threads/tls-shared.exp: Use standard_testfile,
6430 clean_restart, standard_output_file.
6431 * gdb.threads/tls-var.exp: Use standard_testfile,
6432 standard_output_file.
6433 * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
6434 Remove incdir.
6435 * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
6436 * gdb.threads/watchthreads.exp: Use standard_testfile. Remove
6437 incdir.
6438 * gdb.threads/watchthreads2.exp: Use standard_testfile,
6439 clean_restart. Remove incdir.
6440
6441 2012-06-26 Tom Tromey <tromey@redhat.com>
6442
6443 * gdb.trace/actions.exp: Use standard_testfile.
6444 * gdb.trace/ax.exp: Use standard_testfile.
6445 * gdb.trace/backtrace.exp: Use standard_testfile.
6446 * gdb.trace/change-loc.exp: Use standard_testfile.
6447 * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
6448 * gdb.trace/collection.exp: Use standard_testfile,
6449 prepare_for_testing.
6450 * gdb.trace/deltrace.exp: Use standard_testfile.
6451 * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
6452 * gdb.trace/ftrace.exp: Use standard_testfile.
6453 * gdb.trace/infotrace.exp: Use standard_testfile.
6454 * gdb.trace/packetlen.exp: Use standard_testfile.
6455 * gdb.trace/passc-dyn.exp: Use standard_testfile.
6456 * gdb.trace/passcount.exp: Use standard_testfile.
6457 * gdb.trace/pending.exp: Use standard_testfile.
6458 * gdb.trace/report.exp: Use standard_testfile.
6459 * gdb.trace/save-trace.exp: Use standard_testfile.
6460 * gdb.trace/stap-trace.exp: Use standard_testfile.
6461 * gdb.trace/status-stop.exp: Use standard_testfile.
6462 * gdb.trace/strace.exp: Use standard_testfile.
6463 * gdb.trace/tfile.exp: Use standard_testfile.
6464 * gdb.trace/tfind.exp: Use standard_testfile.
6465 * gdb.trace/trace-break.exp: Use standard_testfile.
6466 * gdb.trace/trace-mt.exp: Use standard_testfile.
6467 * gdb.trace/tracecmd.exp: Use standard_testfile.
6468 * gdb.trace/tspeed.exp: Use standard_testfile.
6469 * gdb.trace/tstatus.exp: Use standard_testfile.
6470 * gdb.trace/tsv.exp: Use standard_testfile.
6471 * gdb.trace/unavailable.exp: Use standard_testfile,
6472 prepare_for_testing.
6473 * gdb.trace/while-dyn.exp: Use standard_testfile.
6474 * gdb.trace/while-stepping.exp: Use standard_testfile.
6475
6476 2012-06-26 Tom Tromey <tromey@redhat.com>
6477
6478 * gdb.reverse/break-precsave.exp: Use standard_testfile.
6479 * gdb.reverse/break-reverse.exp: Use standard_testfile.
6480 * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
6481 * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
6482 * gdb.reverse/finish-precsave.exp: Use standard_testfile.
6483 * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
6484 * gdb.reverse/finish-reverse.exp: Use standard_testfile.
6485 * gdb.reverse/i386-precsave.exp: Use standard_testfile,
6486 prepare_for_testing.
6487 * gdb.reverse/i386-reverse.exp: Use standard_testfile,
6488 prepare_for_testing.
6489 * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
6490 prepare_for_testing.
6491 * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
6492 prepare_for_testing.
6493 * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
6494 prepare_for_testing
6495 * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
6496 * gdb.reverse/machinestate.exp: Use standard_testfile.
6497 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
6498 * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
6499 build_executable.
6500 * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
6501 build_executable.
6502 * gdb.reverse/solib-precsave.exp: Use standard_testfile,
6503 standard_output_file.
6504 * gdb.reverse/solib-reverse.exp: Use standard_testfile,
6505 standard_output_file.
6506 * gdb.reverse/step-precsave.exp: Use standard_testfile.
6507 * gdb.reverse/step-reverse.exp: Use standard_testfile.
6508 * gdb.reverse/until-precsave.exp: Use standard_testfile.
6509 * gdb.reverse/until-reverse.exp: Use standard_testfile.
6510 * gdb.reverse/watch-precsave.exp: Use standard_testfile.
6511 * gdb.reverse/watch-reverse.exp: Use standard_testfile.
6512
6513 2012-06-26 Tom Tromey <tromey@redhat.com>
6514
6515 * gdb.stabs/weird.exp: Remove directory-checking code. Use
6516 standard_output_file.
6517 * gdb.stabs/exclfwd.exp: Use standard_testfile,
6518 prepare_for_testing. Remove directory-checking code.
6519
6520 2012-06-25 Tom Tromey <tromey@redhat.com>
6521
6522 * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
6523 * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file. Use
6524 build_executable, not prepare_for_testing.
6525 * gdb.multi/base.exp: Use standard_output_file. Use
6526 build_executable, not prepare_for_testing.
6527
6528 2012-06-25 Tom Tromey <tromey@redhat.com>
6529
6530 * gdb.fortran/subarray.exp: Use standard_testfile,
6531 prepare_for_testing.
6532 * gdb.fortran/multi-dim.exp: Use standard_testfile.
6533 * gdb.fortran/module.exp: Use standard_testfile.
6534 * gdb.fortran/logical.exp: Use standard_testfile.
6535 * gdb.fortran/library-module.exp: Use standard_testfile,
6536 standard_output_file.
6537 * gdb.fortran/derived-type.exp: Use standard_testfile,
6538 prepare_for_testing.
6539 * gdb.fortran/complex.exp: Use standard_testfile,
6540 prepare_for_testing.
6541 * gdb.fortran/charset.exp: Use standard_testfile.
6542 * gdb.fortran/array-element.exp: Use standard_testfile,
6543 prepare_for_testing.
6544
6545 2012-06-25 Keith Seitz <keiths@redhat.com>
6546
6547 * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
6548 Change rbreak-related tests to KFAIL and add bugzilla numbers.
6549
6550 2012-06-25 Tom Tromey <tromey@redhat.com>
6551
6552 * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
6553 * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
6554 * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
6555 * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
6556
6557 2012-06-25 Tom Tromey <tromey@redhat.com>
6558
6559 * gdb.linespec/ls-errs.exp: Use standard_testfile.
6560 * gdb.linespec/ls-dollar.exp: Use standard_testfile.
6561 * gdb.linespec/linespec.exp: Use standard_testfile.
6562
6563 2012-06-25 Tom Tromey <tromey@redhat.com>
6564
6565 * gdb.modula2/unbounded-array.exp: Use standard_testfile,
6566 prepare_for_testing.
6567
6568 2012-06-25 Tom Tromey <tromey@redhat.com>
6569
6570 * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
6571 prepare_for_testing.
6572 * gdb.opt/inline-break.exp: Use standard_testfile,
6573 prepare_for_testing.
6574 * gdb.opt/inline-bt.exp: Use standard_testfile,
6575 prepare_for_testing.
6576 * gdb.opt/inline-cmds.exp: Use standard_testfile,
6577 prepare_for_testing.
6578 * gdb.opt/inline-locals.exp: Use standard_testfile,
6579 prepare_for_testing.
6580
6581 2012-06-25 Tom Tromey <tromey@redhat.com>
6582
6583 * gdb.asm/asm-source.exp: Use standard_output_file,
6584 standard_testfile. Construct .o files in proper subdir.
6585
6586 2012-06-25 Tom Tromey <tromey@redhat.com>
6587
6588 * gdb.server/ext-attach.exp: Use standard_testfile,
6589 prepare_for_testing.
6590 * gdb.server/ext-run.exp: Use standard_testfile,
6591 build_executable.
6592 * gdb.server/file-transfer.exp: Use standard_testfile,
6593 prepare_for_testing.
6594 * gdb.server/server-exec-info.exp: Use standard_testfile.
6595 * gdb.server/server-mon.exp: Use standard_testfile,
6596 prepare_for_testing.
6597 * gdb.server/server-run.exp: Use standard_testfile,
6598 build_executable.
6599 * gdb.server/solib-list.exp: Use standard_testfile,
6600 standard_output_file.
6601
6602 2012-06-25 Tom Tromey <tromey@redhat.com>
6603
6604 * lib/gdb.exp (standard_output_file): Use "file join".
6605 * gdb.go/chan.exp: Use standard_testfile.
6606 * gdb.go/handcall.exp: Use standard_testfile.
6607 * gdb.go/hello.exp: Use standard_testfile.
6608 * gdb.integers/chan.exp: Use standard_testfile.
6609 * gdb.go/methods.exp: Use standard_testfile.
6610 * gdb.go/package.exp: Use standard_testfile.
6611 * gdb.go/strings.exp: Use standard_testfile.
6612 * gdb.go/types.exp: Use standard_testfile.
6613 * gdb.go/unsafe.exp: Use standard_testfile.
6614
6615 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
6616
6617 * gdb.arch/arm-disp-step.S: Fix use of .global directives.
6618
6619 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6620
6621 Fix regression by the previous commit.
6622 * gdb.python/lib-types.exp: Add c++ to the compilation flags.
6623
6624 2012-06-22 Tom Tromey <tromey@redhat.com>
6625
6626 * gdb.python/lib-types.exp: Use standard_testfile,
6627 prepare_for_testing.
6628 * gdb.python/py-block.exp: Use standard_testfile.
6629 * gdb.python/py-breakpoint.exp: Use standard_testfile.
6630 * gdb.python/py-events.exp: Use standard_testfile,
6631 standard_output_file.
6632 * gdb.python/py-evsignal.exp: Use standard_testfile.
6633 * gdb.python/py-evethreads.exp: Use standard_testfile.
6634 * gdb.python/py-explore-cc.exp: Use standard_testfile.
6635 * gdb.python/py-explore.exp: Use standard_testfile.
6636 * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
6637 standard_output_file.
6638 * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
6639 prepare_for_testing.
6640 * gdb.python/py-frame-inline.exp: Use standard_testfile.
6641 * gdb.python/py-frame.exp: Use standard_testfile.
6642 * gdb.python/py-inferior.exp: Use standard_testfile.
6643 * gdb.python/py-infthread.exp: Use standard_testfile.
6644 * gdb.python/py-mi.exp: Use standard_testfile.
6645 * gdb.python/py-objfile-script.exp: Use standard_testfile,
6646 build_executable.
6647 * gdb.python/py-objfile.exp: Use standard_testfile.
6648 * gdb.python/py-pp-maint.exp: Use standard_testfile,
6649 prepare_for_testing.
6650 * gdb.python/py-prettyprint.exp: Use standard_testfile.
6651 * gdb.python/py-progspace.exp: Use standard_testfile,
6652 build_executable.
6653 * gdb.python/py-prompt.exp: Use standard_testfile,
6654 build_executable.
6655 * gdb.python/py-section-script.exp: Use standard_testfile,
6656 build_executable.
6657 * gdb.python/py-shared.exp: Use standard_testfile,
6658 standard_output_file, clean_restart.
6659 * gdb.python/py-symbol.exp: Use standard_output_file,
6660 prepare_for_testing.
6661 * gdb.python/py-symtab.exp: Use standard_output_file,
6662 prepare_for_testing
6663 * gdb.python/py-template.exp: Use standard_testfile.
6664 * gdb.python/py-type.exp: Use standard_testfile.
6665 * gdb.python/py-value-cc.exp: Use standard_testfile.
6666 * gdb.python/py-value.exp: Use standard_testfile.
6667 * gdb.python/python.exp: Use standard_testfile, build_executable.
6668
6669 2012-06-22 Tom Tromey <tromey@redhat.com>
6670
6671 * gdb.objc/basicclass.exp: Use standard_testfile.
6672 (do_objc_tests): Don't declare objdir.
6673 * gdb.objc/nondebug.exp: Use standard_testfile.
6674 (do_objc_tests): Don't declare objdir.
6675 * gdb.objc/objcdecode.exp: Use standard_testfile.
6676 (do_objc_tests): Don't declare objdir.
6677
6678 2012-06-22 Tom Tromey <tromey@redhat.com>
6679
6680 * gdb.java/jmain.exp: Use standard_testfile.
6681 * gdb.java/jmisc.exp: Use standard_testfile.
6682 * gdb.java/jnpe.exp: Use standard_testfile.
6683 * gdb.java/jprint.exp: Use standard_testfile.
6684
6685 2012-06-22 Tom Tromey <tromey@redhat.com>
6686
6687 * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
6688 (standard_output_file, standard_testfile): New procs.
6689 (build_executable, clean_restart): Use standard_output_file.
6690
6691 2012-06-22 Yao Qi <yao@codesourcery.com>
6692
6693 * boards/native-gdbserver.exp: New proc ${board}_exec.
6694 * boards/native-stdio-gdbserver.exp: Likewise.
6695
6696 2012-06-21 Tom Tromey <tromey@redhat.com>
6697
6698 * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
6699 (build_executable): Update.
6700 (get_compiler_info): Remove 'binfile' argument.
6701 * gdb.ada/arrayidx.exp: Update.
6702 * gdb.ada/null_array.exp: Update.
6703 * gdb.arch/altivec-abi.exp: Update.
6704 * gdb.arch/altivec-regs.exp: Update.
6705 * gdb.arch/amd64-byte.exp: Update.
6706 * gdb.arch/amd64-dword.exp: Update.
6707 * gdb.arch/amd64-word.exp: Update.
6708 * gdb.arch/i386-avx.exp: Update.
6709 * gdb.arch/i386-byte.exp: Update.
6710 * gdb.arch/i386-sse.exp: Update.
6711 * gdb.arch/i386-word.exp: Update.
6712 * gdb.arch/ppc-dfp.exp: Update.
6713 * gdb.arch/ppc-fp.exp: Update.
6714 * gdb.arch/vsx-regs.exp: Update.
6715 * gdb.base/all-bin.exp: Update.
6716 * gdb.base/annota1.exp: Update.
6717 * gdb.base/async.exp: Update.
6718 * gdb.base/attach.exp: Update.
6719 * gdb.base/break-interp.exp: Update.
6720 * gdb.base/call-ar-st.exp: Update.
6721 * gdb.base/call-rt-st.exp: Update.
6722 * gdb.base/call-sc.exp: Update.
6723 * gdb.base/callfuncs.exp: Update.
6724 * gdb.base/catch-load.exp: Update.
6725 * gdb.base/completion.exp: Update.
6726 * gdb.base/complex.exp: Update.
6727 * gdb.base/condbreak.exp: Update.
6728 * gdb.base/consecutive.exp: Update.
6729 * gdb.base/constvars.exp: Update.
6730 * gdb.base/corefile.exp: Update.
6731 * gdb.base/eval-skip.exp: Update.
6732 * gdb.base/expand-psymtabs.exp: Update.
6733 * gdb.base/exprs.exp: Update.
6734 * gdb.base/fileio.exp: Update.
6735 * gdb.base/fixsection.exp: Update.
6736 * gdb.base/funcargs.exp: Update.
6737 * gdb.base/gdb11530.exp: Update.
6738 * gdb.base/gdb1555.exp: Update.
6739 * gdb.base/gnu-ifunc.exp: Update.
6740 * gdb.base/gnu_vector.exp: Update.
6741 * gdb.base/info-macros.exp: Update.
6742 * gdb.base/jit-simple.exp: Update.
6743 * gdb.base/jit-so.exp: Update.
6744 * gdb.base/jit.exp: Update.
6745 * gdb.base/langs.exp: Update.
6746 * gdb.base/list.exp: Update.
6747 * gdb.base/logical.exp: Update.
6748 * gdb.base/long_long.exp: Update.
6749 * gdb.base/longjmp.exp: Update.
6750 * gdb.base/macscp.exp: Update.
6751 * gdb.base/mips_pro.exp: Update.
6752 * gdb.base/miscexprs.exp: Update.
6753 * gdb.base/morestack.exp: Update.
6754 * gdb.base/nodebug.exp: Update.
6755 * gdb.base/opaque.exp: Update.
6756 * gdb.base/pc-fp.exp: Update.
6757 * gdb.base/pending.exp: Update.
6758 * gdb.base/permissions.exp: Update.
6759 * gdb.base/pointers.exp: Update.
6760 * gdb.base/prelink.exp: Update.
6761 * gdb.base/printcmds.exp: Update.
6762 * gdb.base/psymtab.exp: Update.
6763 * gdb.base/ptype.exp: Update.
6764 * gdb.base/relational.exp: Update.
6765 * gdb.base/scope.exp: Update.
6766 * gdb.base/setvar.exp: Update.
6767 * gdb.base/shlib-call.exp: Update.
6768 * gdb.base/shreloc.exp: Update.
6769 * gdb.base/signals.exp: Update.
6770 * gdb.base/sizeof.exp: Update.
6771 * gdb.base/so-impl-ld.exp: Update.
6772 * gdb.base/so-indr-cl.exp: Update.
6773 * gdb.base/solib-disc.exp: Update.
6774 * gdb.base/solib-display.exp: Update.
6775 * gdb.base/solib-nodir.exp: Update.
6776 * gdb.base/solib-overlap.exp: Update.
6777 * gdb.base/solib-symbol.exp: Update.
6778 * gdb.base/solib-weak.exp: Update.
6779 * gdb.base/solib.exp: Update.
6780 * gdb.base/store.exp: Update.
6781 * gdb.base/structs.exp: Update.
6782 * gdb.base/structs2.exp: Update.
6783 * gdb.base/type-opaque.exp: Update.
6784 * gdb.base/unload.exp: Update.
6785 * gdb.base/varargs.exp: Update.
6786 * gdb.base/volatile.exp: Update.
6787 * gdb.base/watch_thread_num.exp: Update.
6788 * gdb.base/watchpoint-solib.exp: Update.
6789 * gdb.base/watchpoint.exp: Update.
6790 * gdb.base/watchpoints.exp: Update.
6791 * gdb.base/whatis.exp: Update.
6792 * gdb.cell/arch.exp: Update.
6793 * gdb.cell/break.exp: Update.
6794 * gdb.cell/bt.exp: Update.
6795 * gdb.cell/core.exp: Update.
6796 * gdb.cell/data.exp: Update.
6797 * gdb.cell/ea-cache.exp: Update.
6798 * gdb.cell/f-regs.exp: Update.
6799 * gdb.cell/fork.exp: Update.
6800 * gdb.cell/gcore.exp: Update.
6801 * gdb.cell/mem-access.exp: Update.
6802 * gdb.cell/ptype.exp: Update.
6803 * gdb.cell/registers.exp: Update.
6804 * gdb.cell/sizeof.exp: Update.
6805 * gdb.cell/solib-symbol.exp: Update.
6806 * gdb.cell/solib.exp: Update.
6807 * gdb.cp/ambiguous.exp: Update.
6808 * gdb.cp/breakpoint.exp: Update.
6809 * gdb.cp/bs15503.exp: Update.
6810 * gdb.cp/casts.exp: Update.
6811 * gdb.cp/class2.exp: Update.
6812 * gdb.cp/cpexprs.exp: Update.
6813 * gdb.cp/cplusfuncs.exp: Update.
6814 * gdb.cp/ctti.exp: Update.
6815 * gdb.cp/dispcxx.exp: Update.
6816 * gdb.cp/gdb1355.exp: Update.
6817 * gdb.cp/gdb2384.exp: Update.
6818 * gdb.cp/gdb2495.exp: Update.
6819 * gdb.cp/infcall-dlopen.exp: Update.
6820 * gdb.cp/local.exp: Update.
6821 * gdb.cp/m-data.exp: Update.
6822 * gdb.cp/m-static.exp: Update.
6823 * gdb.cp/mb-ctor.exp: Update.
6824 * gdb.cp/mb-inline.exp: Update.
6825 * gdb.cp/mb-templates.exp: Update.
6826 * gdb.cp/member-ptr.exp: Update.
6827 * gdb.cp/method.exp: Update.
6828 * gdb.cp/namespace.exp: Update.
6829 * gdb.cp/nextoverthrow.exp: Update.
6830 * gdb.cp/nsdecl.exp: Update.
6831 * gdb.cp/nsrecurs.exp: Update.
6832 * gdb.cp/nsstress.exp: Update.
6833 * gdb.cp/nsusing.exp: Update.
6834 * gdb.cp/pr-1023.exp: Update.
6835 * gdb.cp/pr-1210.exp: Update.
6836 * gdb.cp/pr-574.exp: Update.
6837 * gdb.cp/pr9631.exp: Update.
6838 * gdb.cp/printmethod.exp: Update.
6839 * gdb.cp/psmang.exp: Update.
6840 * gdb.cp/re-set-overloaded.exp: Update.
6841 * gdb.cp/rtti.exp: Update.
6842 * gdb.cp/shadow.exp: Update.
6843 * gdb.cp/templates.exp: Update.
6844 * gdb.cp/try_catch.exp: Update.
6845 * gdb.dwarf2/dw2-ranges.exp: Update.
6846 * gdb.dwarf2/pr10770.exp: Update.
6847 * gdb.fortran/library-module.exp: Update.
6848 * gdb.hp/gdb.aCC/optimize.exp: Update.
6849 * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
6850 * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
6851 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
6852 * gdb.hp/gdb.base-hp/pxdb.exp: Update.
6853 * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
6854 * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
6855 * gdb.hp/gdb.compat/xdb1.exp: Update.
6856 * gdb.hp/gdb.compat/xdb2.exp: Update.
6857 * gdb.hp/gdb.compat/xdb3.exp: Update.
6858 * gdb.hp/gdb.defects/bs14602.exp: Update.
6859 * gdb.hp/gdb.defects/solib-d.exp: Update.
6860 * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
6861 * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
6862 * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
6863 * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
6864 * gdb.mi/gdb792.exp: Update.
6865 * gdb.mi/mi-pending.exp: Update.
6866 * gdb.mi/mi-solib.exp: Update.
6867 * gdb.mi/mi-var-cp.exp: Update.
6868 * gdb.opt/clobbered-registers-O2.exp: Update.
6869 * gdb.opt/inline-bt.exp: Update.
6870 * gdb.opt/inline-cmds.exp: Update.
6871 * gdb.opt/inline-locals.exp: Update.
6872 * gdb.python/py-events.exp: Update.
6873 * gdb.python/py-finish-breakpoint.exp: Update.
6874 * gdb.python/py-type.exp: Update.
6875 * gdb.reverse/solib-precsave.exp: Update.
6876 * gdb.reverse/solib-reverse.exp: Update.
6877 * gdb.server/solib-list.exp: Update.
6878 * gdb.stabs/weird.exp: Update.
6879 * gdb.threads/attach-into-signal.exp: Update.
6880 * gdb.threads/attach-stopped.exp: Update.
6881 * gdb.threads/tls-shared.exp: Update.
6882 * gdb.trace/change-loc.exp: Update.
6883 * gdb.trace/strace.exp: Update.
6884
6885 2012-06-19 Tom Tromey <tromey@redhat.com>
6886
6887 * gdb.base/whatis.exp: Add tests.
6888
6889 2012-06-19 Tom Tromey <tromey@redhat.com>
6890
6891 * gdb.cp/m-static.cc (keepalive): New function.
6892 (gnu_obj_1::method): Use it.
6893
6894 2012-06-18 Doug Evans <dje@google.com>
6895
6896 * gdb.base/info-fun.exp: New file.
6897 * gdb.base/info-fun.c: New file.
6898 * gdb.base/info-fun-solib.c: New file.
6899
6900 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6901
6902 Remove stale dummy frames.
6903 * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
6904 (maintenance info breakpoints): New tests.
6905 * gdb.base/stale-infcall.c: New file.
6906 * gdb.base/stale-infcall.exp: New file.
6907
6908 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6909
6910 * gdb.arch/amd64-entry-value-param.S: New file.
6911 * gdb.arch/amd64-entry-value-param.c: New file.
6912 * gdb.arch/amd64-entry-value-param.exp: New file.
6913
6914 2012-06-15 Tom Tromey <tromey@redhat.com>
6915
6916 * gdb.cp/namespace.exp: Add "show lang" test.
6917
6918 2012-06-15 Iain Sandoe <iain@codesourcery.com>
6919
6920 * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
6921 case. (top level): Use gdb_file_cmd instead of gdb_load.
6922
6923 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6924
6925 PR tdep/14222
6926 * gdb.arch/i386-sse-stack-align.S: New file.
6927 * gdb.arch/i386-sse-stack-align.c: New file.
6928 * gdb.arch/i386-sse-stack-align.exp: New file.
6929
6930 2012-06-13 Keith Seitz <keiths@redhat.com>
6931
6932 PR breakpoints/13798 and mi/11541
6933 * gdb.linespec/ls-errs.exp: Add a few more tests for
6934 filenames with spaces and colons.
6935
6936 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6937
6938 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
6939 * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
6940 (test_function): Call CV_f.
6941 * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
6942 (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
6943 (p CV::m(int) volatile, p 'CV::m(int) const volatile')
6944 (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
6945 (p CV_f(CV::i)): New tests.
6946
6947 2012-06-13 Tom Tromey <tromey@redhat.com>
6948
6949 * gdb.base/condbreak.exp: Add tests for "condition" completion.
6950
6951 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6952
6953 Fix regression by the "ambiguous linespec" series.
6954 * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
6955 tests.
6956
6957 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6958
6959 * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
6960 missing.
6961
6962 2012-06-11 Tom Tromey <tromey@redhat.com>
6963
6964 * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
6965 location...
6966 (main): ...here.
6967
6968 2012-06-07 Yao Qi <yao@codesourcery.com>
6969
6970 * gdb.trace/strace.exp: Shorten some too-long lines.
6971
6972 2012-06-06 Pedro Alves <palves@redhat.com>
6973
6974 * gdb.threads/clone-new-thread-event.c: New file.
6975 * gdb.threads/clone-new-thread-event.exp: New file.
6976
6977 2012-06-06 Yao Qi <yao@codesourcery.com>
6978
6979 * gdb.base/dprintf.c (main): Add extra parameter when calling
6980 printf and fprintf.
6981 (bar): New function. It is a dead function, but to ensure
6982 'malloc' is linked explicitly.
6983
6984 2012-06-06 Yao Qi <yao@codesourcery.com>
6985
6986 * gdb.base/info-proc.exp: Return if target doesn't support
6987 'info proc'.
6988
6989 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6990
6991 * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
6992 (run program with breakpoint commands): XFAIl if it is not.
6993
6994 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6995
6996 * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
6997 and add comment.
6998 * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
6999 * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
7000 "STOP" marker. Adjust testing strategy to make it work on
7001 all targets.
7002
7003 * gdb.base/print-file-var-main.c (main): Rewrite using local
7004 variables and adjust get_version_2's return value check.
7005 Add small comment.
7006 * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
7007 marker. Adjust testing strategy to make it work on all targets.
7008
7009 2012-06-05 Joel Brobecker <brobecker@adacore.com>
7010
7011 * gdb.ada/bad-task-bp-keyword: New testcase.
7012
7013 2012-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7014
7015 * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
7016 Simplify it to ...
7017 (symbol-file ${testfile1}): ... here.
7018 (test eliminated var my_global_symbol)
7019 (test eliminated var my_static_symbol)
7020 (test eliminated var my_global_func, get address of main): Wrap them to
7021 'single psymtabs' and 'single symtabs'
7022 (get address of my_global_symbol, get address of my_static_symbol)
7023 (get address of my_global_func, get address of main): Wrap them to
7024 'order1' and 'order2'.
7025
7026 * gdb.base/code_elim.exp
7027 (add-symbol-file ${testfile1} 0x100000)
7028 (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
7029 'order2'.
7030 (order1: add-symbol-file ${testfile1} 0x100000)
7031 (order1: add-symbol-file ${testfile2} 0x200000)
7032 (order2: add-symbol-file ${testfile2} 0x200000)
7033 (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
7034 .bss as appropriate.
7035
7036 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7037
7038 * gdb.server/solib-list-lib.c: New file.
7039 * gdb.server/solib-list-main.c: New file.
7040 * gdb.server/solib-list.exp: New file.
7041
7042 2012-05-25 Maciej W. Rozycki <macro@codesourcery.com>
7043
7044 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
7045 for 'set print symbol' change.
7046
7047 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7048
7049 * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
7050 .debug_abbrev_seg3.
7051
7052 2012-05-24 John Steele Scott <toojays@toojays.net>
7053
7054 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
7055 * gdb.dwarf2/dw2-icc-opaque.S: New file.
7056 * gdb.dwarf2/dw2-icc-opaque.exp: New file.
7057
7058 2012-05-23 Stan Shebs <stan@codesourcery.com>
7059
7060 * gdb.mi/mi-info-os.exp: New file.
7061
7062 2012-05-23 Keith Seitz <keiths@redhat.com>
7063
7064 * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
7065 return -1 to suppress the rest of the tests.
7066 (compile_stap_bin): Return boolean success value.
7067
7068 2012-05-21 Tom Tromey <tromey@redhat.com>
7069
7070 * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
7071 Remove kfails.
7072 (test_print_mi_member_types): Likewise.
7073
7074 2012-05-21 Tom Tromey <tromey@redhat.com>
7075
7076 * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
7077 print symbol' change.
7078
7079 2012-05-18 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
7080
7081 * gdb.python/py-prompt.exp: Quit if the target is remote.
7082
7083 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
7084
7085 Fix ERROR: internal buffer is full.
7086 * gdb.base/info-os.exp (expect_multiline): New function.
7087 (get process list, get process groups, get threads)
7088 (get file descriptors, get internet-domain sockets)
7089 (get shared-memory regions, get semaphores, get message queues): Use
7090 it for these tests.
7091
7092 2012-05-18 Tom Tromey <tromey@redhat.com>
7093
7094 * gdb.mi/mi-var-cmd.exp: Update.
7095 * gdb.objc/basicclass.exp (do_objc_tests): Update.
7096 * gdb.cp/virtbase.exp: Update.
7097 * gdb.cp/classes.exp (test_static_members): Update.
7098 * gdb.cp/casts.exp: Update.
7099 * gdb.base/pointers.exp: Update.
7100 * gdb.base/funcargs.exp (pointer_args): Update.
7101 (structs_by_reference): Update.
7102 * gdb.base/find.exp: Update.
7103 * gdb.base/call-strs.exp: Send "set print symbol off".
7104 * gdb.base/call-ar-st.exp: Update.
7105 * gdb.ada/fun_addr.exp: Update.
7106 * gdb.base/printcmds.exp (test_print_symbol): New proc.
7107 Call it.
7108 (test_print_repeats_10, test_print_strings)
7109 (test_print_char_arrays): Update.
7110
7111 2012-05-18 Tom Tromey <tromey@redhat.com>
7112
7113 * gdb.base/charset.exp (string_display): Update.
7114
7115 2012-05-18 Tom Tromey <tromey@redhat.com>
7116
7117 * gdb.mi/mi2-var-display.exp: Update.
7118 * gdb.mi/mi-var-display.exp: Update.
7119 * gdb.mi/mi-var-child.exp: Update.
7120 * gdb.cp/expand-psymtabs-cxx.exp: Update.
7121 * gdb.cp/cp-relocate.exp (get_func_address): Update.
7122
7123 2012-05-17 Doug Evans <dje@google.com>
7124
7125 * info-macros.exp: Pass "debug" to prepare_for_testing.
7126
7127 * Makefile.in (clean): Remove Fission .dwo and .dwp files.
7128 * gdb.ada/Makefile.in (clean): Ditto.
7129 * gdb.arch/Makefile.in (clean): Ditto.
7130 * gdb.asm/Makefile.in (clean): Ditto.
7131 * gdb.base/Makefile.in (clean): Ditto.
7132 * gdb.cell/Makefile.in (clean): Ditto.
7133 * gdb.cp/Makefile.in (clean): Ditto.
7134 * gdb.disasm/Makefile.in (clean): Ditto.
7135 * gdb.dwarf2/Makefile.in (clean): Ditto.
7136 * gdb.fortran/Makefile.in (clean): Ditto.
7137 * gdb.go/Makefile.in (clean): Ditto.
7138 * gdb.hp/Makefile.in (clean): Ditto.
7139 * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
7140 * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
7141 * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
7142 * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
7143 * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
7144 * gdb.java/Makefile.in (clean): Ditto.
7145 * gdb.linespec/Makefile.in (clean): Ditto.
7146 * gdb.mi/Makefile.in (clean): Ditto.
7147 * gdb.modula2/Makefile.in (clean): Ditto.
7148 * gdb.multi/Makefile.in (clean): Ditto.
7149 * gdb.objc/Makefile.in (clean): Ditto.
7150 * gdb.opencl/Makefile.in (clean): Ditto.
7151 * gdb.opt/Makefile.in (clean): Ditto.
7152 * gdb.pascal/Makefile.in (clean): Ditto.
7153 * gdb.python/Makefile.in (clean): Ditto.
7154 * gdb.reverse/Makefile.in (clean): Ditto.
7155 * gdb.server/Makefile.in (clean): Ditto.
7156 * gdb.stabs/Makefile.in (clean): Ditto.
7157 * gdb.threads/Makefile.in (clean): Ditto.
7158 * gdb.trace/Makefile.in (clean): Ditto.
7159 * gdb.xml/Makefile.in (clean): Ditto.
7160
7161 2012-05-16 Tom Tromey <tromey@redhat.com>
7162
7163 * gdb.base/macscp1.c (macscp_expr): Add comment.
7164 * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
7165
7166 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
7167
7168 * gdb.base/return-nodebug.exp: Also test float and double types.
7169
7170 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7171
7172 PR testsuite/12649
7173 * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
7174
7175 * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
7176
7177 2012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
7178
7179 * gdb.base/stap-probe.exp (stap_test): Remove calls to
7180 `rerun_to_main'.
7181 (stap_test_no_debuginfo): Likewise.
7182
7183 2012-05-14 Stan Shebs <stan@codesourcery.com>
7184
7185 * gdb.base/dprintf.c: New file.
7186 * gdb.base/dprintf.exp: New file.
7187
7188 2012-05-14 Hui Zhu <hui_zhu@mentor.com>
7189
7190 * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
7191 * gdb.trace/disconnected-tracing.c: New file.
7192 * gdb.trace/disconnected-tracing.exp: New file.
7193
7194 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
7195
7196 * gdb.python/python.c: Add a new breakpoint comment.
7197 * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
7198
7199 2011-12-26 Kwok Cheung Yeung <kcy@codesourcery.com>
7200
7201 * gdb.base/info-os.exp: New file.
7202 * gdb.base/info-os.c: New file.
7203
7204 2012-05-10 Joel Brobecker <brobecker@adacore.com>
7205
7206 * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
7207 gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
7208 New files.
7209
7210 2012-05-10 Joel Brobecker <brobecker@adacore.com>
7211
7212 * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
7213 gdb.base/ctxobj.exp: New files.
7214
7215 2012-05-09 Tom Tromey <tromey@redhat.com>
7216
7217 * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
7218
7219 2012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
7220
7221 * lib/gdb.exp (gdb_test_multiple): Correct formatting.
7222
7223 2012-05-08 Maciej W. Rozycki <macro@codesourcery.com>
7224
7225 * gdb.mi/mi-var-display.exp: Check for the existence of $fp
7226 before using it.
7227
7228 2012-05-04 Tristan Gingold <gingold@adacore.com>
7229
7230 * gdb.base/set-noassign.exp: New test.
7231
7232 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
7233
7234 * gdb.python/py-symbol.exp: Add tests to test the new methods
7235 gdb.Symtab.global_block() and gdb.Symtab.static_block().
7236 * gdb.python/py-symbol.c: Add new struct to help test
7237 gdb.Symtab.static_block().
7238
7239 2012-05-03 Doug Evans <dje@google.com>
7240
7241 * gdb.dwarf2/pr13961.S: Add file and source location, but leave
7242 commented out.
7243
7244 2012-05-03 Yao Qi <yao@codesourcery.com>
7245
7246 * gdb.base/catch-syscall.exp: Skip it before compilation if target
7247 doesn't support.
7248 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
7249 * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
7250
7251 2012-05-03 Yao Qi <yao@codesourcery.com>
7252
7253 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
7254
7255 2012-04-30 Doug Evans <dje@google.com>
7256
7257 PR testsuite/13961
7258 * gdb.dwarf2/pr13961.S: New file.
7259 * gdb.dwarf2/pr13961.exp: New file.
7260
7261 2012-04-29 Yao Qi <yao@codesourcery.com>
7262
7263 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
7264
7265 2012-04-28 Doug Evans <dje@google.com>
7266
7267 * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
7268 .Ltype_int_in_cu2. Use name "int2" instead of "int".
7269 All uses updated.
7270 * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
7271 "ptype func_cu1" to expand cu2 before cu1.
7272
7273 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
7274 Tom Tromey <tromey@redhat.com>
7275
7276 * gdb.base/default.exp: Add `$_probe_arg*' convenience
7277 variables.
7278 * gdb.base/stap-probe.c: New file.
7279 * gdb.base/stap-probe.exp: New file.
7280 * gdb.trace/stap-trace.c: New file.
7281 * gdb.trace/stap-trace.exp: New file.
7282 * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
7283 libgcc's unwinder.
7284
7285 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
7286
7287 * gdb.arch/mips16-thunks-inmain.c: New file.
7288 * gdb.arch/mips16-thunks-main.c: New file.
7289 * gdb.arch/mips16-thunks-sin.c: New file.
7290 * gdb.arch/mips16-thunks-sinfrob.c: New file.
7291 * gdb.arch/mips16-thunks-sinfrob16.c: New file.
7292 * gdb.arch/mips16-thunks-sinmain.c: New file.
7293 * gdb.arch/mips16-thunks-sinmips16.c: New file.
7294 * gdb.arch/mips16-thunks.exp: New file.
7295
7296 2012-04-25 Doug Evans <dje@google.com>
7297
7298 * configure.ac: Create gdb.go/Makefile.
7299 * configure: Regenerate.
7300 * gdb.base/default.exp: Add "go" to "set language" testing.
7301 * gdb.go/Makefile.in: New file.
7302 * gdb.go/basic-types.exp: New file.
7303 * gdb.go/chan.exp: New file.
7304 * gdb.go/chan.go: New file.
7305 * gdb.go/handcall.exp: New file.
7306 * gdb.go/handcall.go: New file.
7307 * gdb.go/hello.exp: New file.
7308 * gdb.go/hello.go: New file.
7309 * gdb.go/integers.exp: New file.
7310 * gdb.go/integers.go: New file.
7311 * gdb.go/methods.exp: New file.
7312 * gdb.go/methods.go: New file.
7313 * gdb.go/package.exp: New file.
7314 * gdb.go/package1.go: New file.
7315 * gdb.go/package2.go: New file.
7316 * gdb.go/print.exp: New file.
7317 * gdb.go/strings.exp: New file.
7318 * gdb.go/strings.go: New file.
7319 * gdb.go/types.exp: New file.
7320 * gdb.go/types.go: New file.
7321 * gdb.go/unsafe.exp: New file.
7322 * gdb.go/unsafe.go: New file.
7323 * lib/future.exp: Add Go support.
7324 (gdb_find_go, gdb_find_go_linker): New procs.
7325 (gdb_default_target_compile): Add Go support.
7326 * lib/gdb.exp (skip_go_tests): New proc.
7327 * lib/go.exp: New file.
7328
7329 2012-04-25 Tom Tromey <tromey@redhat.com>
7330
7331 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
7332
7333 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
7334 Jan Kratochvil <jan.kratochvil@redhat.com>
7335
7336 PR symtab/7259:
7337 * gdb.base/enumval.c: New test case.
7338 * gdb.base/enumval.exp: New test case.
7339 * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
7340 field.bitpos.
7341
7342 2012-04-17 Pedro Alves <palves@redhat.com>
7343
7344 * Makefile.in (site.exp): Make site.exp source
7345 $srcdir/lib/append_gdb_boards_dir.exp.
7346 * lib/append_gdb_boards_dir.exp: New file.
7347
7348 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7349
7350 New option "set auto-load safe-path".
7351 * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
7352 * gdb.python/py-section-script.exp (set auto-load safe-path): New.
7353
7354 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7355
7356 auto-load: Implementation.
7357 * gdb.base/help.exp (test set height): Increase the height.
7358 * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
7359 to ...
7360 (info auto-load python-scripts): ... here.
7361 * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
7362 to ...
7363 (info auto-load python-scripts *): ... here.
7364
7365 2012-04-16 Yao Qi <yao@codesourcery.com>
7366
7367 * lib/trace-support.exp (get_in_proc_agent): New.
7368 * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
7369 of in process trace agent.
7370 * gdb.trace/ftrace.exp: Likewise.
7371 * gdb.trace/pending.exp: Likewise.
7372 * gdb.trace/trace-break.exp: Likewise.
7373 * gdb.trace/trace-mt.exp
7374 * gdb.trace/tspeed.exp: Likewise.
7375 * gdb.trace/tstatus.exp
7376 * gdb.trace/strace.exp: Likewise.
7377
7378 2012-04-16 Thomas Schwinge <thomas@codesourcery.com>
7379
7380 * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
7381 symbol _stack is defined. Get rid of a hard-coded constant for _stack.
7382
7383 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
7384
7385 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
7386
7387 PR mi/13393
7388 * gdb.mi/mi-var-rtti.cc: New file.
7389 * gdb.mi/mi-var-rtti.exp: New file.
7390 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
7391 function.
7392 (mi_varobj_update_with_type_change): updated to avoid code duplication.
7393
7394 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
7395
7396 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
7397 EXECUTABLES.
7398 * gdb.python/py-explore.c: C program used for testing the new
7399 'explore' command on C constructs.
7400 * gdb.python/py-explore.cc: C++ program used for testing the new
7401 'explore' command on C++ constructs.
7402 * gdb-python/py-explore.exp: Tests for the new 'explore'
7403 command on C constructs.
7404 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
7405 command on C++ constructs.
7406
7407 2012-04-07 Mark Kettenis <kettenis@gnu.org>
7408
7409 * gdb.base/funcargs.exp (complex_args): Fix typo.
7410
7411 2012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7412
7413 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
7414 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
7415
7416 2012-04-05 Keith Seitz <keiths@redhat.com>
7417
7418 * gdb.base/advance.exp: Update error message for
7419 "advance malformed" test.
7420 * gdb.base/break.exp: Likewise for "breakpoint with
7421 trailing garbage" test.
7422 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
7423 with trailing garbage" test.
7424 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
7425 trailng garbage" test.
7426 * gdb.base/until.exp: Likewise for "malformed until" test.
7427 * gdb.cp/ovldbreak.exp: Create the breakpoint table
7428 for "breakpoint info (after setting on all)".
7429 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
7430 tests.
7431 * gdb.cp/cplabel.cc: New file.
7432 * gdb.cp/cplabel.exp: New test.
7433 * gdb.linespec/ls-errs.c: New file.
7434 * gdb.linespec/ls-errs.exp: New test.
7435
7436 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7437
7438 * gdb.trace/unavailable.exp
7439 (collect globals: print object on: print derived_partial)
7440 (collect globals: print object on: print derived_whole)
7441 (collect globals: print object off: print derived_partial)
7442 (collect globals: print object off: print derived_whole): Update
7443 expected output.
7444
7445 2012-03-30 Keith Seitz <keiths@redhat.com>
7446
7447 * gdb.python: Add test for linespecs with commas.
7448
7449 2012-03-28 Keith Seitz <keiths@redhat.com>
7450
7451 * gdb.linespec/ls-dollar.cc: New file.
7452 * gdb.linespec/ls-dollar.exp: New test.
7453
7454 2012-03-28 Keith Seitz <keiths@redhat.com>
7455
7456 * gdb.cp/namespace.exp: Add breakpoint tests for functions
7457 starting with the global namespace.
7458
7459 2012-03-23 Doug Evans <dje@google.com>
7460
7461 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
7462
7463 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
7464
7465 * gdb.python/py-value.cc: Add test case for testing the
7466 methodology exposing C++ values to Python.
7467 * gdb.python/py-value-cc.exp: Add tests testing the methodology
7468 exposing C++ values to Python.
7469 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
7470
7471 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7472 Siddhesh Poyarekar <siddhesh@redhat.com>
7473
7474 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
7475 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
7476 (generate native core dump): Make the test unsupported if core cannot
7477 be generated.
7478
7479 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7480
7481 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
7482 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
7483 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
7484
7485 2012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
7486
7487 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
7488
7489 2012-03-17 Doug Evans <dje@google.com>
7490
7491 * dg-extract-results.sh: Handle KFAILs.
7492
7493 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7494
7495 PR symtab/13777
7496 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
7497
7498 2012-03-16 Joel Brobecker <brobecker@adacore.com>
7499
7500 * gdb.ada/set_pckd_arr_elt: New testcase.
7501
7502 2012-03-16 Gary Benson <gbenson@redhat.com>
7503
7504 PR breakpoints/10738
7505 * gdb.opt/inline-break.exp: New file.
7506 * gdb.opt/inline-break.c: Likewise.
7507 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
7508 * gdb.dwarf2/dw2-inline-break.S: Likewise.
7509 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
7510 * gdb.base/async-shell.exp: Likewise.
7511 * lib/mi-support.exp (library_loaded_re): Likewise.
7512
7513 2012-03-15 Tom Tromey <tromey@redhat.com>
7514
7515 * gdb.cp/virtfunc2.exp: Update expected output.
7516 * gdb.cp/pr9631.exp: Update expected output.
7517 * gdb.cp/member-ptr.exp: Update expected output.
7518 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
7519 output.
7520 * gdb.cp/casts.exp: Update expected output.
7521
7522 2012-03-15 Tom Tromey <tromey@redhat.com>
7523
7524 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
7525 (test_info_vtbl): Likewise.
7526 (do_tests): Call test_info_vtbl.
7527 * gdb.cp/virtfunc.cc (va): New global.
7528
7529 2012-03-15 Thomas Schwinge <thomas@codesourcery.com>
7530
7531 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
7532 describing DWARF data structures.
7533 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
7534 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
7535 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
7536 * gdb.dwarf2/dw2-entry-value.S: Likewise.
7537 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
7538 * gdb.dwarf2/dw2-param-error.S: Likewise.
7539 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
7540 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
7541 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
7542 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
7543 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
7544 * gdb.dwarf2/pr11465.S: Likewise.
7545
7546 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7547
7548 * gdb.mi/mi2-prompt.exp: New file.
7549
7550 2012-03-13 Joel Brobecker <brobecker@adacore.com>
7551
7552 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
7553
7554 2012-03-13 Joel Brobecker <brobecker@adacore.com>
7555
7556 * gdb.ada/bp_range_type: New testcase.
7557
7558 2012-03-13 Doug Evans <dje@google.com>
7559
7560 * gdb.base/default.exp: Delete tests for symbol-reloading.
7561 * gdb.base/help.exp: Ditto.
7562 * gdb.base/setshow.exp: Ditto.
7563 * gdb.base/gdb_history: Delete references to symbol-reloading.
7564
7565 2012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7566
7567 * gdb.base/attach-twice.c: New files.
7568 * gdb.base/attach-twice.exp: New files.
7569
7570 2012-03-08 Keith Seitz <keiths@redhat.com>
7571
7572 * lib/gdb.exp (gdb_get_line_number): Throw an
7573 error instead of returning -1.
7574 * gdb.base/break.exp: Remove unused variable
7575 bp_location5.
7576 * gdb.base/hbreak2.exp: Likewise.
7577 * gdb.base/sepdebug.exp: Likewise.
7578
7579 2012-03-08 Yao Qi <yao@codesourcery.com>
7580 Pedro Alves <palves@redhat.com>
7581
7582 Fix PR server/13392.
7583 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
7584 (tracepoint_change_loc_2): Remove kfail. Return if failed to
7585 download tracepoints.
7586 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
7587 (pending_tracepoint_resolved_during_trace): Likewise.
7588 (pending_tracepoint_installed_during_trace): Likewise.
7589 (pending_tracepoint_with_action_resolved): Likewise.
7590
7591 2012-03-08 Keith Seitz <keiths@redhat.com>
7592
7593 * gdb.ada/array_bounds.exp: Get breakpoint for line
7594 with "START", not "STOP".
7595 * gdb.python/py-infthread.exp: Do not continue to
7596 line marked "Break here.", which is undefined.
7597
7598 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
7599
7600 Revert:
7601
7602 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7603
7604 Implement testsuite workaround for PR breakpoints/13781.
7605 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
7606 (set breakpoint condition-evaluation host): New conditional command.
7607
7608 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7609
7610 Fix CU relative vs. absolute DIE offsets.
7611 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
7612 one.
7613
7614 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7615
7616 Fix false FAIL on distros with relro linkage as default.
7617 * gdb.reverse/solib-precsave.exp: Try to compile the test using
7618 -Wl,-z,norelro first.
7619
7620 2012-03-06 Joel Brobecker <brobecker@adacore.com>
7621
7622 * gdb.ada/bp_on_var: New testcase.
7623
7624 2012-03-06 Joel Brobecker <brobecker@adacore.com>
7625
7626 * gdb.ada/bp_enum_homonym: New testcase.
7627
7628 2012-03-06 Yao Qi <yao@codesourcery.com>
7629
7630 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
7631 x86_64-*-* and i?86-*-*.
7632 Set up KFAIL for gdb/13808.
7633
7634 2012-03-05 Tom Tromey <tromey@redhat.com>
7635
7636 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
7637 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
7638
7639 2012-03-05 Tom Tromey <tromey@redhat.com>
7640
7641 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
7642
7643 2012-03-04 Yao Qi <yao@codesourcery.com>
7644
7645 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
7646 messages for KFAIL.
7647
7648 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7649
7650 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
7651 (print one_two_three, indexes off, print few_reps, indexes off)
7652 (print many_reps, indexes off, print empty, indexes off)
7653 (print one_two_three, print few_reps, print many_reps, print empty):
7654 Call setup_xfail if $gcc_old.
7655
7656 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7657
7658 Implement testsuite workaround for PR breakpoints/13781.
7659 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
7660 (set breakpoint condition-evaluation host): New conditional command.
7661
7662 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7663
7664 Code cleanup.
7665 * gdb.cp/mb-templates.exp: New variables executable. Use it for
7666 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
7667 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
7668 number 1 by $bpnum. Four times.
7669
7670 2012-03-03 Yao Qi <yao@codesourcery.com>
7671
7672 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
7673
7674 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7675
7676 Setup KFAIL for PR server/13796.
7677 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
7678
7679 2012-03-02 Joel Brobecker <brobecker@adacore.com>
7680
7681 * gdb.ada/operator_bp: New testcase.
7682
7683 2012-03-02 Joel Brobecker <brobecker@adacore.com>
7684
7685 * gdb.ada/info_locals_renaming: New testcase.
7686
7687 2012-03-02 Tom Tromey <tromey@redhat.com>
7688
7689 * gdb.base/nextoverexit.c: New file.
7690 * gdb.base/nextoverexit.exp: New file.
7691
7692 2012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
7693
7694 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
7695 parameter.
7696
7697 2012-03-01 Maciej W. Rozycki <macro@mips.com>
7698
7699 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
7700 core registers.
7701
7702 2012-03-01 Maciej W. Rozycki <macro@mips.com>
7703 Maciej W. Rozycki <macro@codesourcery.com>
7704 Daniel Jacobowitz <dan@codesourcery.com>
7705
7706 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
7707
7708 2012-03-01 Pedro Alves <palves@redhat.com>
7709
7710 PR gdb/13767
7711
7712 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
7713 (gdb_collect_globals_test): Call it.
7714
7715 2012-03-01 Keith Seitz <keiths@redhat.com>
7716
7717 * gdb.cp/method2.exp: Output of overload menu is now
7718 alphabetized. Update tests for "break A::method".
7719 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
7720 of hard-coding them.
7721 Overload menu is alphabetized: rewrite to accommodate.
7722 Unset variables LINE and TYPES which are used in other tests.
7723 Compute the output of "info break".
7724 Update the breakpoint table after all breakpoints are deleted.
7725 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
7726 compute ACTUALS and the method body based on parameters.
7727 Update expected output accordingly.
7728 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
7729 unique comments to allow the use of gdb_get_line_number.
7730
7731 2012-03-01 Keith Seitz <keiths@redhat.com>
7732
7733 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
7734 some Tcl syntax.
7735 * gdb.cp/ovldbreak.exp: Likewise.
7736
7737 2012-03-01 Keith Seitz <keiths@redhat.com>
7738
7739 * gdb.base/help.exp (help show user): Update expected result
7740 for new doc string changes (add "non-python").
7741
7742 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
7743
7744 * gdb.python/py-cmd.exp: Add test to verify that python commands can
7745 be put in the user-defined category and that the commands appear in
7746 "help user-defined".
7747
7748 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7749
7750 * gdb.ada/tagged_not_init: New testcase.
7751
7752 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7753
7754 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
7755 * gdb.ada/enum_idx_packed: New testcase.
7756
7757 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7758
7759 * gdb.ada/aliased_array: New testcase.
7760
7761 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7762
7763 * gdb.ada/whatis_array_val: New testcase.
7764
7765 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7766
7767 Fix disp-step-syscall.exp: fork: single step over fork.
7768 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
7769 whitespaces.
7770 (single step over $syscall): Remove its check.
7771 (single step over $syscall final pc): New check.
7772
7773 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7774
7775 Support processors without SSSE3.
7776 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
7777 pabsd into ...
7778 (ssse3_test): ... a new function.
7779 (main): Call ssse3_test.
7780 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
7781 Update expected values everywhere.
7782 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
7783 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
7784 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
7785 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
7786 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
7787 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
7788 Move these tests lower.
7789 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
7790 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
7791 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
7792 New tests.
7793
7794 2012-02-29 Yao Qi <yao@codesourcery.com>
7795 Pedro Alves <palves@redhat.com>
7796
7797 * gdb.trace/trace-mt.c: New.
7798 * gdb.trace/trace-mt.exp: New.
7799
7800 2012-02-28 Thomas Schwinge <thomas@codesourcery.com>
7801
7802 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
7803 numbers instead of hardcoding them.
7804 * gdb.base/annota1.c: Provide suitable markers.
7805 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
7806 numbers instead of hardcoding them.
7807 * gdb.base/annota3.c: Provide suitable markers.
7808
7809 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
7810 * gdb.base/annota3.c: Likewise.
7811 * gdb.base/sigall.c: Likewise.
7812 * gdb.base/signals.c: Likewise.
7813 * gdb.reverse/sigall-reverse.c: Likewise.
7814
7815 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
7816
7817 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
7818 failure return path.
7819
7820 2012-02-27 Luis Machado <lgustavo@codesourcery.com>
7821
7822 * gdb.base/save-bp.exp: Account for new condition evaluator output.
7823
7824 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
7825
7826 * gdb.base/cond-eval-mode.exp: New file.
7827
7828 2012-02-24 Pedro Alves <palves@redhat.com>
7829
7830 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
7831 (top level): Use with_test_prefix.
7832
7833 2012-02-24 Pedro Alves <palves@redhat.com>
7834
7835 * gdb.threads/attach-into-signal.exp (corefunc): Use
7836 with_test_prefix.
7837
7838 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7839
7840 Fix false FAILs on old CPUs without SSE.
7841 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
7842 Return untested for Illegal instruction.
7843
7844 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7845
7846 Fix false FAILs with glibc debug infos installed.
7847 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
7848 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
7849
7850 2012-02-22 Sterling Augustine <saugustine@google.com>
7851
7852 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
7853 constant with cast.
7854
7855 2012-02-21 Pedro Alves <palves@redhat.com>
7856
7857 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
7858
7859 2012-02-21 Pedro Alves <palves@redhat.com>
7860
7861 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
7862
7863 2012-02-21 Pedro Alves <palves@redhat.com>
7864
7865 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
7866 with_test_prefix.
7867
7868 2012-02-21 Pedro Alves <palves@redhat.com>
7869
7870 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
7871 with_test_prefix here.
7872 (top level): Do it here instead. Remove `:' from the
7873 with_test_prefix string.
7874 * gdb.base/attach-pie-misread.exp: Remove the leading space the
7875 the suffix `:' from the with_test_prefix prefix string.
7876 * gdb.base/break-interp.exp: Ditto.
7877 * gdb.base/catch-load.exp: Ditto.
7878 * gdb.base/disp-step-syscall.exp: Ditto.
7879 * gdb.base/jit-so.exp: Ditto.
7880 * gdb.base/jit.exp: Ditto.
7881 * gdb.base/sepdebug.exp: Ditto.
7882 * gdb.base/solib-display.exp: Ditto.
7883 * gdb.base/solib-overlap.exp: Ditto.
7884 * gdb.base/watch-cond-infcall.exp: Ditto.
7885 * gdb.base/watchpoint.exp: Ditto.
7886 * gdb.dwarf2/dw2-noloc.exp: Ditto.
7887 * gdb.mi/mi-watch.exp: Ditto.
7888 * gdb.mi/mi2-watch.exp: Ditto.
7889 * gdb.threads/non-ldr-exc-1.exp: Ditto.
7890 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7891 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7892 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7893 * gdb.threads/watchpoint-fork.exp: Ditto.
7894 * gdb.threads/watchthreads-reorder.exp: Ditto.
7895 * gdb.trace/change-loc.exp: Ditto.
7896 * gdb.trace/pending.exp: Ditto.
7897 * gdb.trace/status-stop.exp: Ditto.
7898 * gdb.trace/strace.exp: Ditto.
7899 * gdb.trace/trace-break.exp: Ditto.
7900 * gdb.trace/unavailable.exp: Ditto.
7901 * lib/gdb.exp (with_test_prefix): Always prefix with space and
7902 suffix with colon. Adjust leading comments.
7903
7904 2012-02-21 Pedro Alves <palves@redhat.com>
7905 Tom Tromey <tromey@redhat.com>
7906
7907 * lib/gdb.exp: Add description of test prefixes.
7908 (with_test_prefix): New procedure.
7909 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
7910 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
7911 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
7912 instead of lappend to append to pf_prefix.
7913 * gdb.base/catch-load.exp: Use with_test_prefix.
7914 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
7915 * gdb.base/jit-so.exp: Use with_test_prefix.
7916 * gdb.base/jit.exp: Use with_test_prefix.
7917 * gdb.base/return-nodebug.exp (do_test): Use append instead of
7918 lappend to append to pf_prefix.
7919 * gdb.base/sepdebug.exp: Use with_test_prefix.
7920 * gdb.base/solib-display.exp: Use with_test_prefix.
7921 * gdb.base/solib-overlap.exp: Use with_test_prefix.
7922 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
7923 * gdb.base/watchpoint.exp: Use with_test_prefix.
7924 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
7925 * gdb.mi/mi-watch.exp: Use with_test_prefix.
7926 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
7927 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
7928 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
7929 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
7930 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
7931 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
7932 append instead of lappend to append to pf_prefix.
7933 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
7934 * gdb.trace/change-loc.exp: Use with_test_prefix.
7935 * gdb.trace/pending.exp: Use with_test_prefix.
7936 * gdb.trace/status-stop.exp: Use with_test_prefix.
7937 * gdb.trace/strace.exp: Use with_test_prefix.
7938 * gdb.trace/trace-break.exp: Use with_test_prefix.
7939 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
7940 instead of lappend to append to pf_prefix.
7941
7942 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7943
7944 Fix racy FAILs.
7945 * gdb.base/inferior-died.c (main): Add return of 0.
7946 * gdb.base/inferior-died.exp (continue): Fix expectation of
7947 asynchronous events.
7948 (p 1): New test.
7949
7950 2012-02-20 Pedro Alves <palves@redhat.com>
7951
7952 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
7953 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
7954 gdb's internal debug output. For the non-threaded case, look for
7955 "Program received signal SIGLARM", for the threaded case, peek at
7956 the thread's siginfo.
7957
7958 2012-02-20 Pedro Alves <palves@redhat.com>
7959
7960 General cleanup, make output test messages unique, and build
7961 different executable files for the non-threaded and threaded
7962 cases.
7963
7964 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
7965 Delete.
7966 (executable_nothr, executable_thr): New globals.
7967 (top level): Adjust to delete both executables.
7968 (corefunc): New parameter $executable. Set $pf_prefix instead of
7969 hand writing a prefix in tests. Issue a clean_restart and enable
7970 lin-lwp debug output here.
7971 (top level): Adjust. Use build_executable. Don't start gdb here,
7972 and don't enable lin-lwp debug output here.
7973 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
7974
7975 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7976
7977 Fix racy FAILs.
7978 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
7979 "continue" command.
7980
7981 2012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7982
7983 Fix for gdbserver non-extended mode.
7984 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
7985 and gdb_run_cmd.
7986
7987 2012-02-17 Tom Tromey <tromey@redhat.com>
7988
7989 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
7990 * gdb.python/py-events.exp: Check 'dir' output.
7991 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
7992
7993 2012-02-17 Yao Qi <yao@codesourcery.com>
7994
7995 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
7996
7997 2012-02-16 Tom Tromey <tromey@redhat.com>
7998
7999 * gdb.base/inferior-died.c: Don't include stdio.h.
8000
8001 2012-02-16 Tom Tromey <tromey@redhat.com>
8002
8003 * gdb.base/inferior-died.c: New file.
8004 * gdb.base/inferior-died.exp: New file.
8005
8006 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
8007
8008 * gdb.base/break-inline.exp: New file.
8009 * gdb.base/break-inline.c: New file.
8010
8011 2012-02-15 Tom Tromey <tromey@redhat.com>
8012
8013 * gdb.base/pc-fp.exp: Add "info register" tests.
8014
8015 2012-02-15 Tom Tromey <tromey@redhat.com>
8016
8017 * gdb.base/regs.exp: Remove.
8018
8019 2012-02-15 Pedro Alves <palves@redhat.com>
8020
8021 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
8022 the target doesn't support tracepoints.
8023 * gdb.trace/circ.exp: Ditto.
8024 * gdb.trace/collection.exp: Ditto.
8025 * gdb.trace/packetlen.exp: Ditto.
8026 * gdb.trace/passc-dyn.exp: Ditto.
8027 * gdb.trace/report.exp: Ditto.
8028 * gdb.trace/tfind.exp: Ditto.
8029 * gdb.trace/tspeed.exp: Ditto.
8030 * gdb.trace/tsv.exp: Ditto.
8031 * gdb.trace/unavailable.exp: Ditto.
8032 * gdb.trace/while-dyn.exp: Ditto.
8033
8034 2012-02-15 Pedro Alves <palves@redhat.com>
8035
8036 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
8037 gdb_test_multiple, and call unsupported instead of fail, if the
8038 remote side does not support the request.
8039
8040 2012-02-15 Pedro Alves <palves@redhat.com>
8041
8042 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
8043 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
8044 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
8045 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
8046 * gdb.server/server-run.exp: Make sure gdb is disconnected.
8047 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
8048 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
8049 doesn't start with "extended-" already.
8050
8051 2012-02-15 Pedro Alves <palves@redhat.com>
8052
8053 Support extended-remote. Avoid cascading timeouts.
8054
8055 * gdb.base/attach.exp (do_attach_tests): Add expected output for
8056 the extended-remote target. If attaching with no file fails, load
8057 the file manually.
8058 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
8059
8060 2012-02-14 Stan Shebs <stan@codesourcery.com>
8061
8062 * gdb.base/ena-dis-br.exp: Add enable count test.
8063
8064 2012-02-13 Pedro Alves <palves@redhat.com>
8065
8066 * config/mips-idt.exp: Delete.
8067 * gdb.base/a2-run.exp: Remove mips-idt xfails.
8068 * gdb.base/bitfields.exp: Remove mips-idt restarts.
8069 * gdb.base/break.exp: Remove mips-idt references.
8070 * gdb.base/chng-syms.exp: Ditto.
8071 * gdb.base/default.exp: Ditto.
8072 * gdb.base/funcargs.exp (funcargs_reload): Delete.
8073 (top level): Don't call it.
8074 * gdb.base/opaque.exp: Remove mips-idt restarts.
8075 * gdb.base/ptype.exp: Remove mips-idt xfails.
8076 * gdb.base/scope.exp: Remove mips-idt restarts.
8077 * gdb.base/sepdebug.exp: Remove mips-idt references.
8078 * gdb.base/watchpoint.exp (maybe_clean_restart)
8079 (maybe_reinitialize): Delete.
8080 (test_disabling_watchpoints, test_disabling_watchpoints)
8081 (test_watchpoint_triggered_in_syscall)
8082 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
8083 Don't call them.
8084
8085 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8086
8087 * gdb.server/server-exec-info.exp: New file.
8088
8089 2012-02-10 Pedro Alves <palves@redhat.com>
8090
8091 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
8092 always non-empty.
8093 (test_attach): Always pass $exec to test_attach_gdb.
8094
8095 2012-02-08 Tom Tromey <tromey@redhat.com>
8096
8097 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
8098 before inferior is started.
8099
8100 2012-02-07 Tom Tromey <tromey@redhat.com>
8101
8102 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
8103 Symbol.value.
8104 * gdb.python/py-symbol.c (qq): Set default value.
8105
8106 2012-02-07 Tom Tromey <tromey@redhat.com>
8107
8108 * gdb.python/py-symbol.c (qq): New global.
8109 * gdb.python/py-symbol.exp: Add test for frame-less
8110 lookup_symbol.
8111 * gdb.python/py-symtab.exp: Fix line number.
8112
8113 2012-02-03 Joel Brobecker <brobecker@adacore.com>
8114
8115 * gdb.ada/mi_task_arg: New testcase.
8116
8117 2012-02-02 Pedro Alves <palves@redhat.com>
8118
8119 * gdb.reverse/until-precsave.exp: Also put "record save" under the
8120 extended timeout.
8121
8122 2012-02-02 Pedro Alves <palves@redhat.com>
8123
8124 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
8125 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
8126
8127 2012-02-02 Pedro Alves <palves@redhat.com>
8128
8129 * gdb.base/term.exp: Rewrite.
8130 * gdb.base/term.c: New.
8131
8132 2012-02-02 Pedro Alves <palves@redhat.com>
8133
8134 * gdb.base/default.exp (run "r" abbreviation, run): Add
8135 extended-remote expected output.
8136
8137 2012-02-02 Tom Tromey <tromey@redhat.com>
8138
8139 * gdb.cp/dispcxx.exp: New file.
8140 * gdb.cp/dispcxx.cc: New file.
8141
8142 2012-02-01 Tom Tromey <tromey@redhat.com>
8143
8144 * gdb.base/jit-simple.exp: New file.
8145 * gdb.base/jit-simple.c: New file.
8146
8147 2012-01-30 Yao Qi <yao@codesourcery.com>
8148
8149 * gdb.base/skip.exp: Make test result unique.
8150
8151 2012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
8152
8153 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
8154 compatibility with valgrind-3.7.0.
8155
8156 2012-01-27 Pedro Alves <palves@redhat.com>
8157
8158 * gdb.base/watchpoint.exp (no_hw): New global.
8159 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
8160 disable hw watchpoints.
8161 (test_wide_location_1, test_wide_location_2): If no_hw is set,
8162 don't expect hw watchpoints.
8163 (no_hw_watchpoints): Always clean restart.
8164 (do_tests): New procedure, factored out from the top level.
8165 (top level): Run tests twice. Once with hw watchpoints enabled,
8166 another time with hw watchpoints disabled.
8167
8168 2012-01-27 Pedro Alves <palves@redhat.com>
8169
8170 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
8171 out from the top level.
8172 (top level): Call it instead.
8173
8174 2012-01-27 Pedro Alves <palves@redhat.com>
8175
8176 * gdb.base/watchpoint.exp (top level): Re-enable hardware
8177 watchpoints sooner.
8178
8179 2012-01-27 Pedro Alves <palves@redhat.com>
8180
8181 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
8182
8183 2012-01-27 Pedro Alves <palves@redhat.com>
8184
8185 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
8186 "You may have requested too many hardware
8187 breakpoints/watchpoints".
8188
8189 2012-01-27 Pedro Alves <palves@redhat.com>
8190
8191 * gdb.base/watchpoint.exp (maybe_clean_restart)
8192 (maybe_reinitialize): New.
8193 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
8194 expect "hit N times".
8195 (test_disabling_watchpoints, test_complex_watchpoint)
8196 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
8197 Call maybe_clean_restart.
8198 (top level): Use clean_restart. Remove "mips-idt-*"
8199 reinitialization.
8200
8201 2012-01-27 Pedro Alves <palves@redhat.com>
8202
8203 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
8204
8205 2012-01-27 Pedro Alves <palves@redhat.com>
8206
8207 * gdb.base/watchpoint.exp: Clean restart after tests that don't
8208 require `initialize' anymore. Remove unnecessary `initialize'
8209 calls.
8210
8211 2012-01-27 Pedro Alves <palves@redhat.com>
8212
8213 * gdb.base/watchpoint.exp (wp_set): Delete.
8214 (initialize, test_simple_watchpoint, top level): Remove dead code.
8215
8216 2012-01-27 Pedro Alves <palves@redhat.com>
8217
8218 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
8219 typo.
8220
8221 2012-01-27 Pedro Alves <palves@redhat.com>
8222
8223 * config/extended-gdbserver.exp: New file.
8224 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
8225 comment.
8226 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
8227 * boards/native-extended-gdbserver.exp: New file.
8228
8229 2012-01-26 Pedro Alves <palves@redhat.com>
8230
8231 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
8232 and gdb_test_multiple.
8233
8234 2012-01-26 Pedro Alves <palves@redhat.com>
8235
8236 Make test messages unique, and more identifiable.
8237 * gdb.multi/watchpoint-multi.exp: Change test messages.
8238
8239 2012-01-25 Tom Tromey <tromey@redhat.com>
8240
8241 * gdb.base/solib-disc.exp: Fix regexps.
8242
8243 2012-01-24 Tom Tromey <tromey@redhat.com>
8244
8245 * lib/mi-support.exp (mi_expect_stop): Add special case for
8246 solib-event.
8247 * gdb.base/catch-load-so.c: New file.
8248 * gdb.base/catch-load.exp: New file.
8249 * gdb.base/catch-load.c: New file.
8250 * gdb.base/break-interp.exp (reach_1): Update regexp.
8251
8252 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8253
8254 Fix fuzzy results.
8255 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
8256 lpsimple and func.
8257
8258 2012-01-24 Gary Benson <gbenson@redhat.com>
8259
8260 Delete #if 0'd out code.
8261 * gdb.base/default.exp (info catch): Remove.
8262 * gdb.base/gdb_history (info catch): Likewise.
8263 * gdb.base/help.exp (info catch): Likewise.
8264
8265 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8266
8267 Fix watchpoints to be specific for each inferior.
8268 * gdb.multi/watchpoint-multi.c: New file.
8269 * gdb.multi/watchpoint-multi.exp: New file.
8270
8271 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8272
8273 Fix watchpoints across inferior fork.
8274 * gdb.threads/watchpoint-fork-child.c: New file.
8275 * gdb.threads/watchpoint-fork-mt.c: New file.
8276 * gdb.threads/watchpoint-fork-parent.c: New file.
8277 * gdb.threads/watchpoint-fork-st.c: New file.
8278 * gdb.threads/watchpoint-fork.exp: New file.
8279 * gdb.threads/watchpoint-fork.h: New file.
8280
8281 2012-01-23 Pedro Alves <palves@redhat.com>
8282
8283 * gdb.base/call-signal-resume.exp: Allow output after "return".
8284
8285 2012-01-20 Pedro Alves <palves@redhat.com>
8286
8287 * gdb.python/py-finish-breakpoint.py: Fix typo.
8288
8289 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
8290
8291 * gdb.base/info-proc.exp: Also run on remote targets. Main
8292 "info proc" command is now always present; whether target supports
8293 actual info proc operation is detected when attempting to issue
8294 the command.
8295
8296 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8297
8298 * .gdbinit: Remove.
8299
8300 2012-01-19 Pedro Alves <palves@redhat.com>
8301
8302 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
8303 look at the funtions' returns.
8304 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
8305 (jprint.print(int, int)): Change return type to int. Adjust.
8306
8307 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
8308
8309 PR gdb/9538
8310 * gdb.base/sepdebug.exp: New test.
8311
8312 2012-01-18 Pedro Alves <palves@redhat.com>
8313
8314 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
8315 Allow output before ^done.
8316
8317 2012-01-16 Tom Tromey <tromey@redhat.com>
8318
8319 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
8320 Add tests for relative directory.
8321
8322 2012-01-16 Tom Tromey <tromey@redhat.com>
8323
8324 * gdb.base/printcmds.c (enum flag_enum): New.
8325 (three): New global.
8326 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
8327 enum printing.
8328 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
8329 FlagEnumerationPrinter.
8330 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
8331 * gdb.python/py-pp-maint.c (enum flag_enum): New.
8332 (fval): New global.
8333
8334 2012-01-16 Pedro Alves <palves@redhat.com>
8335
8336 * lib/gdb.exp (banned_procedures): New variable.
8337 (banned_variables_traced): Rename to ...
8338 (banned_traced): ... this.
8339 (gdb_init): Also trace banned procedures.
8340 (gdb_finish): Also untrace banned procedures.
8341
8342 2012-01-16 Pedro Alves <palves@redhat.com>
8343
8344 Remove all calls to strace.
8345
8346 2012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8347
8348 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
8349 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
8350
8351 2012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
8352
8353 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
8354 * gdb.base/pie-execl.exp: Likewise.
8355
8356 2012-01-12 Keith Seitz <keiths@redhat.com>
8357
8358 PR mi/10586
8359 * gdb.mi/var-cmd.c (struct anonymous): New structure.
8360 (do_anonymous_type_tests): New function.
8361 (main): Call do_anonymous_type_tests.
8362 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
8363 (verify_everything): New procedure.
8364 * gdb.mi/mi-var-cp.cc (class A): New class.
8365 (anonymous_structs_and_unions): New function.
8366 (main): Call anonymous_structs_and_unions.
8367 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
8368 (verify_everything): New procedure.
8369
8370 2012-01-12 Keith Seitz <keiths@redhat.com>
8371
8372 * lib/mi-support.exp: Expand comments about PATH_EXPR.
8373 (varobj_tree::get_path_expr): Assume that all varobjs are
8374 compound unless they are known simple types.
8375 Adjust path expressions based on parent type, path parent type,
8376 and tree language.
8377 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
8378 the root varobj.
8379 (mi_walk_varobj_tree): Add LANGUAGE parameter.
8380
8381 2012-01-11 Pedro Alves <palves@redhat.com>
8382
8383 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
8384 core files on this machine" anymore.
8385
8386 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
8387
8388 * gdb.base/watchpoint.c (recurser): Initialize local_x.
8389 (main): Repeat recurser call.
8390 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
8391 equivalent to 'local_x'.
8392
8393 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
8394 Joel Brobecker <brobecker@adacore.com>
8395
8396 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
8397
8398 2012-01-05 Pedro Alves <alves.ped@gmail.com>
8399
8400 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
8401 * gdb.python/py-events.c (first): Add bits for new "step N" test.
8402 * gdb.python/py-events.exp: Test that "step N" tripping on a
8403 breakpoint emits a breakpoint event.
8404
8405 2012-01-03 Joel Brobecker <brobecker@adacore.com>
8406
8407 * gdb.base/auxv.exp: Reformat the copyright notice.
8408
8409 2012-01-03 Yao Qi <yao@codesourcery.com>
8410
8411 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
8412 (strace_trace_on_diff_addr): New.
8413 * gdb.trace/strace.c: (main): Add two local variables.
8414
8415 2011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
8416
8417 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
8418 * gdb.cell/gcore.exp: Likewise.
8419 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
8420 to verify the correct instance of main is selected.
8421
8422 2012-01-02 Joel Brobecker <brobecker@adacore.com>
8423
8424 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
8425 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
8426 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
8427 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
8428 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
8429 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
8430 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
8431 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
8432 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
8433 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
8434 gdb.threads/thread_check.c: Reformat copyright header.
8435
8436 2011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
8437
8438 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
8439 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
8440 is not enabled.
8441
8442 2011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8443
8444 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
8445 parameter to self_exec, adjust the function.
8446 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
8447 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
8448 (set var do_exit = 0): Remove test.
8449 (newline at end of file): Add one.
8450
8451 2011-12-27 Joel Brobecker <brobecker@adacore.com>
8452
8453 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
8454 New files.
8455
8456 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8457
8458 Fix racy FAILs.
8459 * gdb.threads/fork-thread-pending.c (barrier): New variable.
8460 (thread_function, thread_forker): Call pthread_barrier_wait for it.
8461 (main): Call pthread_barrier_init for it.
8462
8463 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8464
8465 Fix double send_gdb leading to racy FAILs.
8466 * gdb.base/break.exp (set silent break bp_location1): Replace
8467 3x send_gdb and gdb_expect by gdb_test.
8468 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
8469 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
8470 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
8471 instead of send_gdb. Twice.
8472 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
8473 3x send_gdb and gdb_expect by gdb_test.
8474 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
8475
8476 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8477
8478 * gdb.linespec/linespec.exp: Compile using {c++}.
8479
8480 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8481
8482 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
8483 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
8484 (verify GCC PR debug/51668): New test.
8485
8486 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
8487
8488 Introduce gdb.FinishBreakpoint in Python.
8489 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
8490 py-finish-breakpoint2
8491 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
8492 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
8493 instead of line number.
8494 * gdb.python/py-finish-breakpoint.c: New file.
8495 * gdb.python/py-finish-breakpoint.exp: New file.
8496 * gdb.python/py-finish-breakpoint.py: New file.
8497 * gdb.python/py-finish-breakpoint2.cc: New file.
8498 * gdb.python/py-finish-breakpoint2.exp: New file.
8499 * gdb.python/py-finish-breakpoint2.py: New file.
8500
8501 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8502
8503 Partial fix of compatibility with gcc-4.7.
8504 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
8505 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
8506 Add comment to add a PASS case in the future.
8507
8508 Fix compatibility with gcc-4.7.
8509 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
8510
8511 2011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
8512
8513 PR tdep/12797
8514 * gdb.base/callfuncs.exp: Remove KFAIL.
8515
8516 2011-12-21 Joel Brobecker <brobecker@adacore.com>
8517
8518 * gdb.ada/task_bp: New testcase.
8519
8520 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8521
8522 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
8523 -DNO_SECTIONS.
8524 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
8525
8526 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8527
8528 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
8529 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
8530 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
8531 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
8532 conditional for gcc <= 4.5.
8533
8534 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8535
8536 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
8537 by XFAIL.
8538 * gdb.cp/static-method.exp (info addr A::func())
8539 (list static-method.cc:xxx::(anonymous namespace)::A::func)
8540 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
8541 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
8542 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
8543 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
8544 (test value of F in k3_m): Likewise.
8545 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
8546 Likewise.
8547
8548 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8549
8550 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
8551 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
8552 Remove.
8553 * gdb.threads/attachstop-mt.c: Remove.
8554 * gdb.threads/attachstop-mt.exp: Remove.
8555
8556 2011-12-17 Mark Kettenis <kettenis@gnu.org>
8557
8558 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
8559
8560 2011-12-16 Doug Evans <dje@google.com>
8561
8562 * boards/native-stdio-gdbserver.exp: New file.
8563 * boards/native-gdbserver.exp: New file.
8564
8565 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
8566 gdbserver output.
8567 (gdbserver_default_get_remote_address): New function.
8568 (gdbserver_start): Call gdb,get_remote_address to compute argument
8569 to "target remote" command.
8570
8571 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
8572
8573 * gdb.python/py-function.exp: Change "on" to "full" for
8574 python print-stack. Add set/show python print-stack
8575 off|full|message tests.
8576
8577 2011-12-15 Yao Qi <yao@codesourcery.com>
8578
8579 * gdb.trace/strace.c: New
8580 * gdb.trace/strace.exp: New.
8581
8582 2011-12-14 Tom Tromey <tromey@redhat.com>
8583
8584 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
8585
8586 2011-12-14 Doug Evans <dje@google.com>
8587
8588 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
8589
8590 2011-12-14 Pedro Alves <pedro@codesourcery.com>
8591
8592 PR threads/10729
8593
8594 * gdb.mi/watch-nonstop.c: New file.
8595 * gdb.mi/mi-watch-nonstop.exp: New file.
8596
8597 2011-12-13 Pedro Alves <pedro@codesourcery.com>
8598 Doug Evans <dje@google.com>
8599
8600 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
8601 (clean_restart): Remove references to the gdb_stub target board
8602 variable.
8603 (gdb_step_for_stub): Delete.
8604
8605 * gdb.base/annota1.exp: Remove all references to [target_info
8606 exists gdb_stub], gdb_step_for_stub and usestubs.
8607 * gdb.base/annota3.exp: Ditto.
8608 * gdb.base/async.exp: Ditto.
8609 * gdb.base/break.exp: Ditto.
8610 * gdb.base/code-expr.exp: Ditto.
8611 * gdb.base/commands.exp: Ditto.
8612 * gdb.base/completion.exp: Ditto.
8613 * gdb.base/condbreak.exp: Ditto.
8614 * gdb.base/consecutive.exp: Ditto.
8615 * gdb.base/cvexpr.exp: Ditto.
8616 * gdb.base/define.exp: Ditto.
8617 * gdb.base/display.exp: Ditto.
8618 * gdb.base/ena-dis-br.exp: Ditto.
8619 * gdb.base/environ.exp: Ditto.
8620 * gdb.base/gnu-ifunc.exp: Ditto.
8621 * gdb.base/maint.exp: Ditto.
8622 * gdb.base/pending.exp: Ditto.
8623 * gdb.base/sect-cmd.exp: Ditto.
8624 * gdb.base/sepdebug.exp: Ditto.
8625 * gdb.base/unload.exp: Ditto.
8626 * gdb.base/watchpoint-solib.exp: Ditto.
8627 * gdb.cp/annota2.exp: Ditto.
8628 * gdb.cp/annota3.exp: Ditto.
8629 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
8630 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
8631 * gdb.mi/mi-pending.exp: Ditto.
8632 * gdb.trace/circ.exp: Ditto.
8633 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
8634 * gdb.base/list.exp: Ditto.
8635
8636 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
8637 breakpoint function and all references to the usestubs macro.
8638 * gdb.base/exprs.c: Ditto.
8639 * gdb.base/freebpcmd.c: Ditto.
8640 * gdb.base/bitfields.c: Ditto.
8641 * gdb.base/bitfields2.c: Ditto.
8642 * gdb.base/break.c: Ditto.
8643 * gdb.base/call-sc.c: Ditto.
8644 * gdb.base/call-signals.c: Ditto.
8645 * gdb.base/callfuncs.c: Ditto.
8646 * gdb.base/charset.c: Ditto.
8647 * gdb.base/consecutive.c: Ditto.
8648 * gdb.base/constvars.c: Ditto.
8649 * gdb.base/funcargs.c: Ditto.
8650 * gdb.base/int-type.c: Ditto.
8651 * gdb.base/interrupt.c: Ditto.
8652 * gdb.base/langs0.c: Ditto.
8653 * gdb.base/list0.c: Ditto.
8654 * gdb.base/mips_pro.c: Ditto.
8655 * gdb.base/miscexprs.c: Ditto.
8656 * gdb.base/nodebug.c: Ditto.
8657 * gdb.base/opaque0.c: Ditto.
8658 * gdb.base/pointers.c: Ditto.
8659 * gdb.base/printcmds.c: Ditto.
8660 * gdb.base/ptype.c: Ditto.
8661 * gdb.base/recurse.c: Ditto.
8662 * gdb.base/reread1.c: Ditto.
8663 * gdb.base/reread2.c: Ditto.
8664 * gdb.base/restore.c: Ditto.
8665 * gdb.base/return.c: Ditto.
8666 * gdb.base/run.c: Ditto.
8667 * gdb.base/scope0.c: Ditto.
8668 * gdb.base/sepdebug.c: Ditto.
8669 * gdb.base/setshow.c: Ditto.
8670 * gdb.base/setvar.c: Ditto.
8671 * gdb.base/sigall.c: Ditto.
8672 * gdb.base/signals.c: Ditto.
8673 * gdb.base/structs.c: Ditto.
8674 * gdb.base/structs2.c: Ditto.
8675 * gdb.base/testenv.c: Ditto.
8676 * gdb.base/twice.c: Ditto.
8677 * gdb.base/unwindonsignal.c: Ditto.
8678 * gdb.base/watchpoint.c: Ditto.
8679 * gdb.base/watchpoints.c: Ditto.
8680 * gdb.base/whatis.c: Ditto.
8681 * gdb.cp/classes.cc: Ditto.
8682 * gdb.cp/cplusfuncs.cc: Ditto.
8683 * gdb.cp/derivation.cc: Ditto.
8684 * gdb.cp/formatted-ref.cc: Ditto.
8685 * gdb.cp/misc.cc: Ditto.
8686 * gdb.cp/overload.cc: Ditto.
8687 * gdb.cp/ovldbreak.cc: Ditto.
8688 * gdb.cp/ref-params.cc: Ditto.
8689 * gdb.cp/ref-types.cc: Ditto.
8690 * gdb.cp/templates.cc: Ditto.
8691 * gdb.cp/virtfunc.cc: Ditto.
8692 * gdb.hp/gdb.aCC/run.c: Ditto.
8693 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
8694 * gdb.hp/gdb.compat/xdb0.c: Ditto.
8695 * gdb.reverse/consecutive-reverse.c: Ditto.
8696 * gdb.reverse/sigall-reverse.c: Ditto.
8697 * gdb.reverse/until-reverse.c: Ditto.
8698 * gdb.reverse/watch-reverse.c: Ditto.
8699 * gdb.trace/actions.c: Ditto.
8700 * gdb.trace/circ.c: Ditto.
8701 * gdb.trace/collection.c: Ditto.
8702
8703 2011-12-13 Pedro Alves <pedro@codesourcery.com>
8704
8705 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
8706 (func6, func7): New.
8707 (main): Call func6 and func7.
8708 * gdb.base/watchpoint.exp (test_wide_location_1)
8709 (test_wide_location_2): New.
8710 (top level): Re-enable hardware watchpoints if necessary. Call
8711 test_wide_location_1 and test_wide_location_2.
8712
8713 2011-12-11 Yao Qi <yao@codesourcery.com>
8714
8715 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
8716
8717 2011-12-11 Joel Brobecker <brobecker@adacore.com>
8718
8719 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
8720 expected output for unsupported case.
8721
8722 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8723
8724 PR testsuite/12649
8725 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
8726 Protect gdb_test_multiple by final $gdb_prompt match.
8727
8728 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8729
8730 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
8731 New variable, new test.
8732 (list static-method.cc:xxx::(anonymous namespace)::A::func)
8733 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
8734 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
8735 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
8736 them if HAVE_GCC_45682_FIXED is not set.
8737
8738 2011-12-10 Yao Qi <yao@codesourcery.com>
8739
8740 * gdb.trace/status-stop.exp: New.
8741 * gdb.trace/status-stop.c: New.
8742
8743 2011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8744
8745 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
8746 timeout.
8747
8748 2011-12-08 Tom Tromey <tromey@redhat.com>
8749
8750 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
8751 condition.
8752
8753 2011-12-07 Stan Shebs <stan@codesourcery.com>
8754
8755 * gdb.trace/tfind.exp: Update for output changes.
8756
8757 2011-12-07 Pedro Alves <pedro@codesourcery.com>
8758
8759 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
8760 throws "Cannot insert catchpoints in this configuration".
8761 * gdb.ada/mi_catch_ex.exp: Likewise.
8762
8763 2011-12-06 Pedro Alves <pedro@codesourcery.com>
8764
8765 * gdb.base/break-always.exp: Test changing memory at addresses
8766 with breakpoints inserted.
8767
8768 2011-12-06 Joel Brobecker <brobecker@acacore.com>
8769
8770 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
8771 involving a fully qualified function name.
8772
8773 2011-12-06 Tom Tromey <tromey@redhat.com>
8774
8775 * gdb.ada/homonym.exp: Add three breakpoint tests.
8776
8777 2011-12-06 Tom Tromey <tromey@redhat.com>
8778
8779 * gdb.base/solib-weak.exp (do_test): Remove kfail.
8780 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
8781 * gdb.objc/objcdecode.exp: Update for output changes.
8782 * gdb.linespec/linespec.exp: New file.
8783 * gdb.linespec/lspec.cc: New file.
8784 * gdb.linespec/lspec.h: New file.
8785 * gdb.linespec/body.h: New file.
8786 * gdb.linespec/base/two/thefile.cc: New file.
8787 * gdb.linespec/base/one/thefile.cc: New file.
8788 * gdb.linespec/Makefile.in: New file.
8789 * gdb.cp/templates.exp (test_template_breakpoints): Update for
8790 output changes.
8791 * gdb.cp/re-set-overloaded.exp: Remove kfail.
8792 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
8793 makes one breakpoint.
8794 * gdb.cp/method2.exp (test_break): Update for output changes.
8795 * gdb.cp/mb-templates.exp: Update for output changes.
8796 * gdb.cp/mb-inline.exp: Update for output changes.
8797 * gdb.cp/mb-ctor.exp: Update for output changes.
8798 * gdb.cp/ovsrch.exp: Use fully-qualified names.
8799 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
8800 has multiple matches.
8801 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
8802 error message change.
8803 * gdb.base/list.exp (test_list_filename_and_number): Update for
8804 error message change.
8805 * gdb.base/break.exp: Disable pending breakpoints. Update for
8806 output changes.
8807 * configure.ac: Add gdb.linespec.
8808 * configure: Rebuild.
8809 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
8810
8811 2011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
8812
8813 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
8814 last_break register on s390*-*-* targets.
8815
8816 2011-12-06 Joel Brobecker <brobecker@adacore.com>
8817
8818 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
8819 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
8820 of parameter X in procedure Foo.
8821
8822 2011-12-05 Stan Shebs <stan@codesourcery.com>
8823
8824 * gdb.trace/tfind.exp: Update help string matches.
8825
8826 2011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8827
8828 * gdb.server/ext-run.exp (get process list): Accept also systemd
8829 as PID 1.
8830
8831 2011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8832 Pedro Alves <pedro@codesourcery.com>
8833
8834 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
8835 starting GDB.
8836 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
8837 $use_gdb_stub.
8838 * gdb.base/display.exp: Likewise.
8839 * gdb.base/ending-run.exp: Likewise.
8840 * gdb.base/list.exp (test_listsize): Likewise.
8841 * gdb.base/setshow.exp: Likewise.
8842 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
8843 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
8844 check by global $use_gdb_stub.
8845 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
8846 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
8847 (default_gdb_init): Unset global $use_gdb_stub.
8848 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
8849 by global $use_gdb_stub.
8850 * lib/gdbserver-support.exp: Extend comments for set_board_info
8851 gdb_protocol and gdb,socketport.
8852 (gdbserver_start_extended): Set global gdbserver_protocol and
8853 gdbserver_gdbport. Clear global use_gdb_stub.
8854 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
8855 from target use_gdb_stub.
8856 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
8857
8858 2011-12-03 Doug Evans <dje@google.com>
8859
8860 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
8861 (gdb_step_for_stub): Add comments.
8862
8863 2011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
8864
8865 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
8866 to the caller.
8867 (gdb_test_multiple): Likewise.
8868
8869 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8870
8871 Fix gdb.mi/mi-solib.exp without system debug info installed.
8872 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
8873 expect attribute, return 0 for it. Update comments.
8874
8875 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8876
8877 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
8878 (corrupted list): Adjust the expectation.
8879
8880 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8881
8882 PR threads/13448
8883 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
8884 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
8885 * gdb.threads/tls-var-main.c: New file.
8886 * gdb.threads/tls-var.c: New file.
8887 * gdb.threads/tls-var.exp: New file.
8888
8889 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8890
8891 PR testsuite/12649
8892 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
8893 Protect gdb_test_multiple by final $gdb_prompt match.
8894 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
8895 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
8896 (test_tracepoints): Likewise.
8897
8898 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8899
8900 PR breakpoints/13346
8901 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
8902 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
8903 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
8904
8905 2011-12-01 Joel Brobecker <brobecker@adacore.com>
8906
8907 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
8908 * gdb.ada/homonym/homonym.adb: For use of all types defined
8909 locally inside both Get_Value subprograms.
8910
8911 2011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8912
8913 Fix racy FAILs.
8914 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
8915 of send_gdb.
8916
8917 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8918
8919 * gdb.base/testenv.exp: Skip on remote targets. Unset global
8920 environment variable after test completed.
8921
8922 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8923
8924 * gdb.base/solib-nodir.exp: Skip if remote target.
8925 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
8926 application. Call gdb_load_shlibs.
8927 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
8928
8929 2011-11-29 Joel Brobecker <brobecker@adacore.com>
8930
8931 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
8932
8933 2011-11-28 Joel Brobecker <brobecker@adacore.com>
8934
8935 * gdb.ada/fullname_bp: New testcase.
8936
8937 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8938
8939 PR testsuite/12649
8940 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
8941 Wrap send_gdb into a new gdb_test.
8942
8943 Code cleanup.
8944 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
8945 Convert send_gdb and gdb_expect to gdb_test_multiple.
8946
8947 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8948
8949 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
8950
8951 2011-11-23 Keith Seitz <keiths@redhat.com>
8952
8953 * lib/mi-support.exp (varobj_tree): New namespace and procs.
8954 (mi_varobj_tree_test_children_callback): New proc.
8955 (mi_walk_varobj_tree): New proc.
8956
8957 2011-11-22 Tom Tromey <tromey@redhat.com>
8958
8959 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
8960 Add "use_mi_command" argument.
8961 (mi_run_cmd, mi_run_with_cli): New procs.
8962 * gdb.mi/solib-lib.c: New file.
8963 * gdb.mi/solib-main.c: New file.
8964 * gdb.mi/mi-solib.exp: New file.
8965
8966 2011-11-21 Doug Evans <dje@google.com>
8967
8968 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
8969 _Unwind_DebugHook is missing.
8970
8971 2011-11-20 Stan Shebs <stan@codesourcery.com>
8972
8973 * gdb.trace/tstatus.exp: New.
8974 * gdb.trace/actions.c: Include string.h.
8975
8976 2011-11-18 Yao Qi <yao@codesourcery.com>
8977
8978 * gdb.trace/pending.exp: New.
8979 * gdb.trace/pending.c: New.
8980 * gdb.trace/pendshr1.c: New.
8981 * gdb.trace/pendshr2.c: New.
8982 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
8983 tracepoint location becomes pending.
8984 (tracepoint_change_loc_2): New.
8985
8986 2011-11-16 David S. Miller <davem@davemloft.net>
8987
8988 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
8989 target is sparc*-*-linux*
8990
8991 2011-11-15 Paul Koning <paul_koning@dell.com>
8992
8993 * gdb.python/py-type.exp: New testcases for exceptions on scalar
8994 types.
8995
8996 2011-11-14 Doug Evans <dje@google.com>
8997
8998 * gdb.base/shell.exp: New file.
8999
9000 2011-11-14 Stan Shebs <stan@codesourcery.com>
9001
9002 * gdb.trace/ftrace.c: New.
9003 * gdb.trace/ftrace.exp: New.
9004
9005 2011-11-14 Yao Qi <yao@codesourcery.com>
9006
9007 * gdb.trace/change-loc-1.c: New.
9008 * gdb.trace/change-loc-2.c: New.
9009 * gdb.trace/change-loc.c: New.
9010 * gdb.trace/change-loc.exp: New.
9011 * gdb.trace/change-loc.h: New.
9012 * gdb.trace/trace-break.c (marker): Define new symbol.
9013 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
9014 New.
9015 (break_trace_same_addr_6): New.
9016
9017 2011-11-12 Matt Rice <ratmice@gmail.com>
9018
9019 * gdb.base/info-macros.exp: Make tests for info definitions
9020 test info macro. Add tests for info macro argument processing.
9021 Rename a few tests.
9022
9023 2011-11-11 Keith Seitz <keiths@redhat.com>
9024
9025 PR gdb/12843
9026 * gdb.base/linespecs.exp: New file.
9027
9028 2011-11-11 Doug Evans <dje@google.com>
9029
9030 * gdb.threads/print-threads.exp: Extend timeout for slower
9031 tests.
9032
9033 2011-11-10 Doug Evans <dje@google.com>
9034
9035 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
9036 "record to end of main" test.
9037
9038 * gdb.python/py-type.c (TS): New typedef.
9039 (ts): New global.
9040 * gdb.python/py-type.exp: Test field list of typedef.
9041
9042 2011-11-10 Joel Brobecker <brobecker@adacore.com>
9043
9044 * gdb.ada/small_reg_param: New testcase.
9045
9046 2011-11-09 Tom Tromey <tromey@redhat.com>
9047
9048 * gdb.cp/destrprint.exp: New file.
9049 * gdb.cp/destrprint.cc: New file.
9050
9051 2011-11-08 Meador Inge <meadori@codesourcery.com>
9052
9053 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
9054 (switch_stack_to_other): New test function.
9055 * gdb.arch/thumb-prologue.exp: New test cases.
9056
9057 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
9058
9059 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
9060
9061 2011-11-08 Yao Qi <yao@codesourcery.com>
9062
9063 * gdb.exp (supports_process_record): New.
9064 (supports_reverse): New.
9065 * gdb.reverse/break-precsave.exp: Call support_process_record
9066 to run test conditionally.
9067 * gdb.reverse/consecutive-precsave.exp: Likewise.
9068 * gdb.reverse/i386-precsave.exp: Likewise.
9069 * gdb.reverse/machinestate-precsave.exp: Likewise.
9070 * gdb.reverse/solib-precsave.exp: Likewise.
9071 * gdb.reverse/step-precsave.exp: Likewise.
9072 * gdb.reverse/until-precsave.exp: Likewise.
9073 * gdb.reverse/watch-precsave.exp: Likewise.
9074 * gdb.reverse/break-reverse.exp: Call support_reverse to run
9075 test conditionally.
9076 * gdb.reverse/consecutive-reverse.exp: Likewise.
9077 * gdb.reverse/finish-precsave.exp: Likewise.
9078 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
9079 * gdb.reverse/finish-reverse.exp: Likewise.
9080 * gdb.reverse/i386-reverse.exp: Likewise.
9081 * gdb.reverse/i386-sse-reverse.exp: Likewise.
9082 * gdb.reverse/machinestate.exp: Likewise.
9083 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
9084 * gdb.reverse/sigall-precsave.exp: Likewise.
9085 * gdb.reverse/sigall-reverse.exp: Likewise.
9086 * gdb.reverse/solib-reverse.exp: Likewise.
9087 * gdb.reverse/step-reverse.exp: Likewise.
9088 * gdb.reverse/until-reverse.exp: Likewise.
9089 * gdb.reverse/watch-reverse.exp: Likewise.
9090
9091 2011-11-05 Yao Qi <yao@codesourcery.com>
9092
9093 * gdb.trace/trace-break.exp: Add test on setting two
9094 fast tracepoints at the same address.
9095
9096 2011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9097
9098 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
9099
9100 2011-11-02 Stan Shebs <stan@codesourcery.com>
9101
9102 * gdb.trace/collection.c: Add code using strings.
9103 * gdb.trace/collection.exp: Add tests of string collection.
9104
9105 2011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9106
9107 * gdb.base/skip-solib.exp (executable_main): New variable.
9108 (binfile_main): Base it on that.
9109 Use $executable_main in clean_restart calls. Drop gdb_exit and
9110 gdb_start calls.
9111
9112 2011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9113
9114 Fix racy FAILs.
9115 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
9116 breakpoint_re globals import by async. Set string_regex to .* for
9117 async. Remove the optional thread_selected_re and breakpoint_re
9118 globals expectations.
9119
9120 2011-11-01 Joseph Myers <joseph@codesourcery.com>
9121
9122 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
9123 well as Cygwin.
9124
9125 2011-11-01 Justin Lebar <justin.lebar@gmail.com>
9126
9127 Add tests for skip command.
9128 * gdb.base/skip-solib-lib.c: New
9129 * gdb.base/skip-solib-main.c: New
9130 * gdb.base/skip-solib.exp: New
9131 * gdb.base/skip.c: New
9132 * gdb.base/skip.exp: New
9133 * gdb.base/skip1.c: New
9134 * gdb.base/Makefile.in: Adding new files.
9135
9136 2011-10-31 Yao Qi <yao@codesourcery.com>
9137 Pedro Alves <pedro@codesourcery.com>
9138
9139 * gdb.trace/trace-break.c: New.
9140 * gdb.trace/trace-break.exp: New.
9141
9142 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9143
9144 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
9145 break-here-2.
9146
9147 2011-10-28 Pedro Alves <pedro@codesourcery.com>
9148
9149 * gdb.threads/no-unwaited-for-left.c: New.
9150 * gdb.threads/no-unwaited-for-left.exp: New.
9151 * gdb.threads/non-ldr-exc-1.c: New.
9152 * gdb.threads/non-ldr-exc-1.exp: New.
9153 * gdb.threads/non-ldr-exc-2.c: New.
9154 * gdb.threads/non-ldr-exc-2.exp: New.
9155 * gdb.threads/non-ldr-exc-3.c: New.
9156 * gdb.threads/non-ldr-exc-3.exp: New.
9157 * gdb.threads/non-ldr-exc-4.c: New.
9158 * gdb.threads/non-ldr-exc-4.exp: New.
9159
9160 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
9161
9162 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
9163 * gdb.base/attach-pie-misread.exp: Likewise.
9164 * gdb.base/break-interp.exp: Likewise.
9165 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
9166 testcases for use_gdb_stub.
9167 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
9168 (continue): New testcase.
9169 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
9170 * gdb.threads/attach-into-signal.exp: Likewise.
9171 * gdb.threads/attach-stopped.exp: Likewise.
9172 * gdb.threads/attachstop-mt.exp: Likewise.
9173
9174 2011-10-28 Paul Koning <paul_koning@dell.com>
9175
9176 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
9177
9178 2011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9179
9180 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
9181 (mi_gdb_test): Import globals thread_selected_re
9182 and breakpoint_re. Expect them optionally at the regex start.
9183
9184 2011-10-27 Doug Evans <dje@google.com>
9185
9186 * gdb.python/python.exp: Test source -s.
9187
9188 2011-10-26 Paul Koning <paul_koning@dell.com>
9189
9190 * gdb.python/lib-types.cc (struct A): New structure.
9191 * gdb.python/lib-types.exp (deepitems): New tests.
9192
9193 2011-10-25 Paul Koning <paul_koning@dell.com>
9194
9195 PR python/13327
9196
9197 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
9198 fetch_lazy method.
9199
9200 2011-10-24 Yao Qi <yao@codesourcery.com>
9201
9202 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
9203 target is tic6x-*-*.
9204
9205 2011-10-21 Joel Brobecker <brobecker@adacore.com>
9206
9207 * gdb.ada/mi_task_info/task_switch.adb: New file.
9208 * gdb.ada/mi_task_info.exp: New file.
9209
9210 2011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9211
9212 * gdb.cp/expand-psymtabs-cxx.exp: New file.
9213 * gdb.cp/expand-psymtabs-cxx.cc: New file.
9214
9215 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
9216
9217 PR python/12656
9218
9219 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
9220 global_block tests.
9221
9222 2011-10-18 Tom Tromey <tromey@redhat.com>
9223
9224 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
9225
9226 2011-10-18 Tom Tromey <tromey@redhat.com>
9227
9228 * gdb.base/source.exp: Don't include full file name in test name.
9229 * gdb.python/python.exp: Don't include full file name in test
9230 name.
9231
9232 2011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
9233
9234 * gdb.base/attach-pie-noexec.c: New files.
9235 * gdb.base/attach-pie-noexec.exp: New files.
9236
9237 2011-10-17 Joseph Myers <joseph@codesourcery.com>
9238
9239 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
9240 prompt for each extra line in command.
9241
9242 2011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9243
9244 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
9245 Revert the part of:
9246 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9247 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
9248 Change the expected string.
9249
9250 2011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9251
9252 Fix results with system glibc debug info installed.
9253 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
9254 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
9255 Accept also __libc_ symbol prefix and no prefix.
9256
9257 2011-10-14 Keith Seitz <keiths@redhat.com>
9258
9259 PR c++/13225
9260 * gdb.cp/converts.cc (foo3_1): New function.
9261 (foo3_2): New functions.
9262 * gdb.cp/converts.exp: Add tests for int to pointer conversion
9263 and null pointer conversions of integer constant zero.
9264 Add test to check if all arguments are checked for incompatible
9265 conversion BADNESS.
9266
9267 2011-10-14 Tom Tromey <tromey@redhat.com>
9268
9269 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
9270 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
9271 linespec.
9272
9273 2011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9274
9275 Fix internal error regression.
9276 * gdb.dwarf2/implptr-optimized-out.S: New file.
9277 * gdb.dwarf2/implptr-optimized-out.exp: New file.
9278
9279 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9280
9281 Fix empty DWARF expressions DATA vs. SIZE conditionals.
9282 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
9283 (loclist): New.
9284 (4): New abbrev.
9285 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
9286 Use prepare_for_testing, remove clean_restart.
9287 (p arraynoloc, p arraycallnoloc): New tests.
9288
9289 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
9290
9291 * gdb.cp/namespace-enum.exp (executable): New variable.
9292 (binfile): Use ${objdir}/${subdir}/ prefix.
9293 Use ${executable} for clean_restart.
9294
9295 2011-10-11 Sterling Augustine <saugustine@google.com>
9296
9297 * gdb.cp/Makefile.in: Add namespace-enum test.
9298 * gdb.cp/namespace-enum.exp: New file.
9299 * gdb.cp/namespace-enum.c: New file.
9300 * gdb.cp/namespace-enum-main.c: New file.
9301
9302 2011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
9303
9304 * gdb.python/py-shared.exp: Relax filename check to handle remote:
9305 sysroot.
9306
9307 2011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9308
9309 Reimplement @entry in input expressions.
9310 * gdb.base/exprs.c (v_int_array_init): New variable.
9311 * gdb.base/exprs.exp (print v_int_array_init)
9312 (print *v_int_array_init@1, print *v_int_array_init@2)
9313 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
9314 (print v_int_array_init[1]@1): New tests.
9315
9316 2011-10-10 Joseph Myers <joseph@codesourcery.com>
9317
9318 * gdb.cp/gdb2495.exp: Do not include directories in filename in
9319 expected message.
9320
9321 2011-10-09 Doug Evans <dje@google.com>
9322
9323 * gdb.base/alias.exp: Add tests for alias command.
9324
9325 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9326
9327 * gdb.arch/amd64-entry-value.s: New file.
9328 * gdb.mi/mi2-amd64-entry-value.s: New file.
9329
9330 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9331
9332 Display @entry parameter values even for references.
9333 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
9334 functions.
9335 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
9336 reference and datap_input.
9337 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
9338 breakpoints.
9339 (continue to breakpoint: entry_reference: reference)
9340 (entry_reference: bt at entry)
9341 (continue to breakpoint: entry_reference: breakhere_reference)
9342 (entry_reference: bt, entry_reference: ptype regparam)
9343 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
9344 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
9345 (entry_reference: p regcopy, entry_reference: p nodataparam)
9346 (entry_reference: p nodataparam@entry): New tests.
9347
9348 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9349
9350 Support @entry in input expressions.
9351 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
9352 (entry_stack: p s1@entry, entry_stack: p s2@entry)
9353 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
9354 (tailcall: p j@entry): New tests.
9355 * gdb.cp/koenig.cc (A::entry): New function.
9356 (main): Call it.
9357 * gdb.cp/koenig.exp (p entry (c)): New test.
9358
9359 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9360
9361 Display @entry parameter values (without references).
9362 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
9363 (different, validity, invalid): New functions.
9364 (main): Call them.
9365 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
9366 stacktest, breakhere_stacktest, different, breakhere_different,
9367 breakhere_validity and breakhere_invalid.
9368 (entry: bt): Update for @entry.
9369 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
9370 (entry_validity: *, entry_invalid: *): Many new tests.
9371 * gdb.base/break.exp
9372 (run until breakpoint set at small function, optimized file): Accept
9373 also the @entry suffix.
9374 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
9375 * gdb.mi/mi2-amd64-entry-value.c: New files.
9376 * gdb.mi/mi2-amd64-entry-value.exp: New files.
9377
9378 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9379
9380 Protect entry values against self tail calls.
9381 * gdb.arch/amd64-entry-value.cc (self2, self): New.
9382 (main): Call self.
9383 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
9384 (set debug entry-values 1, self: bt debug entry-values): New tests.
9385
9386 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9387
9388 Recognize virtual tail call frames.
9389 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
9390 (amb_b, amb_a): New.
9391 (main): Call a and b.
9392 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
9393 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
9394 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
9395 New tests.
9396
9397 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9398
9399 Implement basic support for DW_TAG_GNU_call_site.
9400 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
9401 * gdb.arch/amd64-entry-value.cc: New file.
9402 * gdb.arch/amd64-entry-value.exp: New file.
9403
9404 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9405
9406 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
9407 * gdb.dwarf2/implptr-64bit.S: New file.
9408 * gdb.dwarf2/implptr-64bit.exp: New file.
9409
9410 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9411
9412 Fix initial language detection with -readnow.
9413 * gdb.cp/readnow-language.cc: New file.
9414 * gdb.cp/readnow-language.exp: New file.
9415
9416 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9417
9418 Fix printed anonymous struct name.
9419 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
9420
9421 2011-10-09 Joseph Myers <joseph@codesourcery.com>
9422
9423 * gdb.base/solib-symbol.exp: Do not include directories in
9424 filenames in expected messages.
9425
9426 2011-10-07 Doug Evans <dje@google.com>
9427
9428 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
9429
9430 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
9431
9432 Allow Python notification of new object-file loadings.
9433 * gdb.python/py-events.exp: Test newobjfile event.
9434 * gdb.python/py-events.py: Register newobjfile callback.
9435 * gdb.python/py-events.c: Add call to shared library
9436 * gdb.python/py-events-shlib.c: New file.
9437
9438 2011-10-06 Joseph Myers <joseph@codesourcery.com>
9439
9440 * gdb.base/fixsection.exp: Do not include directories in filename
9441 in expected message.
9442
9443 2011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
9444
9445 Add tests for passing of environment variables to inferior.
9446 * gdb.base/testenv.c: New test source.
9447 * gdb.base/testenv.exp: New expect test.
9448
9449 2011-10-04 Paul Koning <paul_koning@dell.com>
9450
9451 * gdb.python/py-value.c (main): Break before return.
9452
9453 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
9454
9455 PR python/12691: Add the inferior to Python exited event
9456 * gdb.python/py-events.exp: Test the inferior attribute of exited
9457 event with a fork.
9458 * gdb.python/py-events.py: Print inferior number on exit.
9459 * gdb.python/py-events.c: Fork the inferior.
9460
9461 2011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
9462
9463 * gdb.base/jit.exp: Add testcase name to log message
9464
9465 2011-10-03 Paul Koning <paul_koning@dell.com>
9466 Jan Kratochvil <jan.kratochvil@redhat.com>
9467
9468 * gdb.python/py-value.exp
9469 (python inval = gdb.parse_and_eval('*(int*)0'))
9470 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
9471 (set argc=2, python print argc_lazy): New tests.
9472
9473 2011-10-02 Joel Brobecker <brobecker@adacore.com>
9474
9475 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
9476
9477 2011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9478 Pedro Alves <pedro@codesourcery.com>
9479
9480 * gdb.python/py-value.exp (test_value_in_inferior): New variable
9481 can_read_0, test for it.
9482 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
9483 (parse_and_eval with memory error): ... here, make it untested if
9484 can_read_0.
9485
9486 2011-09-30 Marek Polacek <mpolacek@redhat.com>
9487
9488 * gdb.python/python.exp (verify pagination beforehand)
9489 (verify pagination afterwards): Fix race by splitting the line.
9490
9491 2011-09-29 Joseph Myers <joseph@codesourcery.com>
9492
9493 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
9494 for 64-bit multilibs from i?86-* targets.
9495
9496 2011-09-29 Marek Polacek <mpolacek@redhat.com>
9497
9498 * lib/gdb.exp: Fix a typo in one of the comments.
9499
9500 2011-09-29 Marek Polacek <mpolacek@redhat.com>
9501
9502 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
9503 matching pattern.
9504
9505 2011-09-28 Paul Koning <paul_koning@dell.com>
9506
9507 * gdb.python/py-type.c (enum E): New.
9508 * gdb.python/py-type.exp (test_fields): Add tests for Python
9509 mapping access to fields.
9510 (test_enums): New test for field access on enums.
9511
9512 2011-09-27 Stan Shebs <stan@codesourcery.com>
9513
9514 * gdb.trace/collection.exp: Test collection of $_ret.
9515
9516 2011-09-22 Andreas Tobler <andreast@fgznet.ch>
9517
9518 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
9519 list of compilation switches for <*-*-freebsd*>.
9520
9521 2011-09-19 Stan Shebs <stan@codesourcery.com>
9522
9523 * gdb.trace/tspeed.exp: New file.
9524 * gdb.trace/tspeed.c: New file.
9525
9526 2011-09-18 Yao Qi <yao@codesourcery.com>
9527
9528 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
9529 instructions.
9530 (test_adr_32bit, test_pop_pc): Likewise.
9531 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
9532 Thumb instructions.
9533 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
9534 in gdb_test_multiple.
9535 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
9536
9537 2011-09-17 Yao Qi <yao@codesourcery.com>
9538
9539 * lib/gdb.exp (can_single_step_to_signal_handler): New.
9540 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
9541 support single step to signal handler.
9542
9543 2011-09-17 Yao Qi <yao@codesourcery.com>
9544
9545 * gdb.base/disp-step-fork.c: New.
9546 * gdb.base/disp-step-syscall.exp: New.
9547 * gdb.base/disp-step-vfork.c: New.
9548
9549 2011-09-16 Joel Brobecker <brobecker@adacore.com>
9550
9551 * gdb.ada/tasks.exp: Make the expected output for
9552 the `info tasks' tests more resilient to spacing
9553 changes.
9554
9555 2011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9556
9557 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
9558 (reached breakpoint 2, reached breakpoint 3): Update expected output.
9559
9560 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
9561
9562 PR Python/12692 Add gdb.selected_inferior() to Python interface.
9563 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
9564
9565 2011-04-30 Kevin Pouget <kevin.pouget@st.com>
9566
9567 Handle multiple breakpoint hits in Python interface:
9568 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
9569 presence.
9570 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
9571 breakpoint hits.
9572
9573 2011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
9574 Jan Kratochvil <jan.kratochvil@redhat.com>
9575
9576 * gdb.python/py-events.exp: Remove pretty printing comment.
9577 * gdb.python/py-evsignal.exp: New file.
9578 * gdb.python/py-evthreads.c: Include signal.h.
9579 (thread3): Remove variable count3. Remove variable bad and use raise
9580 instead.
9581 (thread2): Remove variable count2. Move thread3 pthread_create here,
9582 merge pthread_join to a single line.
9583 (main): Remove variable count1. Merge pthread_join with pthread_create
9584 to a single line.
9585 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
9586 KFAIL python/12966 for gdbserver. Test return value of
9587 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
9588 gdb_expect by gdb_test and gdb_test_multiple.
9589 (thread 2, thread 3): New tests.
9590
9591 2011-09-12 Matt Rice <ratmice@gmail.com>
9592 Pedro Alves <pedro@codesourcery.com>
9593
9594 PR gdb/13175
9595
9596 * gdb.base/interp.exp: New tests.
9597 * gdb.base/interp.c: New file.
9598
9599 2011-09-12 Doug Evans <dje@google.com>
9600
9601 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
9602 * gdb.dwarf2/typeddwarf.exp: Ditto.
9603
9604 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9605
9606 Fix compatibility with x32 arch.
9607 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
9608 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
9609 is_x86_like_target.
9610 * testsuite/gdb.trace/collection.exp: Likewise.
9611 * testsuite/gdb.trace/report.exp: Likewise.
9612 * testsuite/gdb.trace/unavailable.exp: Likewise.
9613 * testsuite/gdb.trace/while-dyn.exp: Likewise.
9614 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
9615 (is_x86_like_target): Check also is_amd64_regs_target.
9616
9617 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9618
9619 PR breakpoints/12435
9620 * gdb.arch/amd64-prologue-xmm.c: New file.
9621 * gdb.arch/amd64-prologue-xmm.exp: New file.
9622 * gdb.arch/amd64-prologue-xmm.s: New file.
9623
9624 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9625
9626 * gdb.dwarf2/dw2-param-error-main.c: New file.
9627 * gdb.dwarf2/dw2-param-error.S: New file.
9628 * gdb.dwarf2/dw2-param-error.exp: New file.
9629
9630 2011-09-08 Pedro Alves <pedro@codesourcery.com>
9631
9632 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
9633 inferior's pid and look for a core dump named core.$pid. Use
9634 `remote_file' commands on the host instead of hand coding shell
9635 commands on the build.
9636 * gdb.base/valgrind-db-attach.exp: Kill the program before
9637 finishing the test.
9638
9639 2011-09-02 Matt Rice <ratmice@gmail.com>
9640
9641 * lib/prompt.exp: New file for testing the first prompt.
9642 * gdb.python/py-prompt.exp: Ditto.
9643 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
9644
9645 2011-09-02 Pedro Alves <pedro@codesourcery.com>
9646
9647 * gdb.threads/gcore-thread.exp: Set the global core_supported to
9648 0, before testing gcore.
9649
9650 2011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9651
9652 * dw2-ifort-parameter-debug.S: Update copyright year.
9653 * dw2-ifort-parameter.c: Update copyright year.
9654 * dw2-ifort-parameter.exp: Update copyright year.
9655
9656 * dw2-ifort-parameter-debug.S: New file.
9657 * dw2-ifort-parameter.c: New file.
9658 * dw2-ifort-parameter.exp: New file.
9659
9660 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9661
9662 * gdb.base/commands.exp (error_clears_commands_left): New function.
9663 (): Call it.
9664
9665 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9666
9667 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
9668 (C): Initialize `a'.
9669 * gdb.mi/mi-inheritance-syntax-error.exp
9670 (-data-evaluate-expression $path): Expect `a' as 5.
9671
9672 2011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
9673
9674 PR mi/11912
9675 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
9676 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
9677 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
9678 keyword in output of -var-info-path-expression.
9679
9680 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9681
9682 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
9683 * gdb.trace/collection.exp: Likewise.
9684 * gdb.trace/report.exp: Likewise.
9685 * gdb.trace/unavailable.exp: Likewise.
9686 * gdb.trace/while-dyn.exp: Likewise.
9687
9688 2011-08-18 Keith Seitz <keiths@redhat.com>
9689
9690 PR c++/12266
9691 * gdb.cp/meth-typedefs.cc: New file.
9692 * gdb.cp/meth-typedefs.exp: New file.
9693
9694 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
9695
9696 * gdb.python/python.exp: Add extended-prompt tests.
9697
9698 2011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9699
9700 * gdb.arch/i386-dr3-watch.exp
9701 (watchpoint on gap1 does not fit debug registers)
9702 (delete all watchpoints): Fix racy expect strings.
9703
9704 2011-08-14 Yao Qi <yao@codesourcery.com>
9705
9706 * gdb.base/maint.exp: set data_section to ".neardata".
9707 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
9708 * gdb.base/savedregs.exp: Handle SIGILL.
9709 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
9710 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
9711
9712 2011-08-12 Doug Evans <dje@google.com>
9713
9714 * gdb.python/py-symbol.exp: Add test for symbol.type.
9715
9716 2011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
9717
9718 * gdb.threads/pthreads.exp: Enable on non-native configurations.
9719 * gdb.mi/mi-pthreads.exp: Likewise.
9720 * gdb.mi/mi2-pthreads.exp: Likewise.
9721 * gdb.mi/gdb669.exp.exp: Likewise.
9722
9723 2011-08-09 Pedro Alves <pedro@codesourcery.com>
9724
9725 * lib/mi-support.exp (detect_async): Rename to...
9726 (mi_detect_async): ... this.
9727 * gdb.mi/mi-nonstop-exit.exp: Adjust.
9728 * gdb.mi/mi-nonstop.exp: Adjust.
9729 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
9730 * gdb.mi/mi-nsintrall.exp: Adjust.
9731 * gdb.mi/mi-nsmoribund.exp: Adjust.
9732 * gdb.mi/mi-nsthrexec.exp: Adjust.
9733
9734 2011-08-09 Pedro Alves <pedro@codesourcery.com>
9735
9736 * gdb.base/display.c (do_loops): New `p_i' local.
9737 * gdb.base/display.exp: Test displaying a variable that is
9738 temporarily at a bad address.
9739
9740 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9741
9742 * gdb.dwarf2/dw2-op-stack-value.S: New file.
9743 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
9744
9745 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9746
9747 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
9748 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
9749 (p fuNC_symtab): Permit also ppc64 leading dot.
9750
9751 2011-08-05 Pedro Alves <pedro@codesourcery.com>
9752
9753 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
9754 procedure.
9755 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
9756
9757 2011-08-05 Yao Qi <yao@codesourcery.com>
9758
9759 * gdb.base/callfuncs.exp: Set language after main.
9760 * gdb.cp/cplusfuncs.exp: Likewise.
9761 * gdb.cp/inherit.exp: Likewise.
9762
9763 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
9764
9765 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
9766 * gdb.base/watch-vfork.exp: Skip on remote targets.
9767
9768 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
9769
9770 * gdb.threads/thread-find.exp: Support remote targets.
9771
9772 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
9773
9774 * gdb.base/jit.exp: Download solib_binfile to target.
9775 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
9776 and call dlopen without full path name.
9777 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
9778 dlopen without full path name.
9779
9780 2011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9781
9782 * gdb.base/break-always.exp: Complete the test
9783 with duplicated breakpoints and enabling/disabling them.
9784
9785 2011-08-02 Tom Tromey <tromey@redhat.com>
9786
9787 PR gdb/11289:
9788 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
9789
9790 2011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
9791
9792 PR gdb/13045
9793 * gdb.base/float.exp: Add new test case for PR gdb/13045
9794 * gdb.base/float.c: New file.
9795
9796 2011-07-28 Phil Muldoon <pmuldoon@redhat.com>
9797
9798 * gdb.python/py-mi.exp: Test printers returning string hint, and
9799 also not returning a value.
9800 * gdb.python/py-prettyprint.c: Add testcase for above.
9801 * gdb.python/py-prettyprint.py: Add test printer for above.
9802
9803 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9804
9805 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
9806 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
9807 (.Ldie30) Add as field "data4".
9808 (.Ldie32) Rename field "b" to "shl".
9809 (abbrev4) Change for the "data4" field.
9810 (abbrev5, abbrev6) Remove.
9811 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
9812 (p &s.shl): ... here. Add comment.
9813 (p &s.data4): New.
9814
9815 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9816
9817 Fix crash on lval_computed values.
9818 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
9819
9820 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9821
9822 * gdb.base/help.exp (help whatis): Update the expected string.
9823
9824 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9825
9826 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
9827 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
9828 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
9829 Change the expected string.
9830
9831 2011-07-26 Pedro Alves <pedro@codesourcery.com>
9832
9833 * gdb.base/watchpoint.exp
9834 (test_disable_enable_software_watchpoint): New procedure.
9835 (top level): Run it.
9836
9837 2011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
9838
9839 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
9840 executable file "${binfile}", C++ version "${binfile}-cxx".
9841 * gdb.python/py-prettyprint.exp: Likewise.
9842 * gdb.python/py-symbol.exp: Likewise.
9843 * gdb.python/py-type.exp: Likewise.
9844 * gdb.python/py-value.exp: Likewise.
9845 * gdb.python/py-template.exp (test_template_arg): Pass full executable
9846 file name instead of just suffix.
9847
9848 2011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9849
9850 Fix implicit pointer offsets.
9851 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
9852 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
9853 (continue to breakpoint: continue to baz breakpoint for implptr)
9854 (sanity check element 0, sanity check element 1)
9855 (enter the inlined function, check element 0 for the offset)
9856 (check element 1 for the offset)
9857 (continue to breakpoint: ignore the second baz breakpoint): New tests.
9858 (set foo breakpoint for implptr): Update the breakpoint number.
9859
9860 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
9861
9862 * gdb.python/py-mi.exp: Use different file names for different
9863 versions of the executable under test.
9864 * gdb.python/py-prettyprint.exp: Likewise.
9865 * gdb.python/py-symbol.exp: Likewise.
9866 * gdb.python/py-template.exp: Likewise.
9867 * gdb.python/py-type.exp: Likewise.
9868 * gdb.python/py-value.exp: Likewise.
9869
9870 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
9871
9872 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
9873 flag after restarting GDB if necessary.
9874
9875 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
9876
9877 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
9878
9879 2011-07-22 Pedro Alves <pedro@codesourcery.com>
9880
9881 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
9882 backend doesn't leave used debug registers behind.
9883
9884 2011-07-22 Tom Tromey <tromey@redhat.com>
9885
9886 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
9887 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
9888 argument.
9889 * gdb.dwarf2/typeddwarf-amd64.S: New file.
9890
9891 2011-07-21 Matt Rice <ratmice@gmail.com>
9892
9893 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
9894 in mostlyclean rule. Add files ending in .core.
9895
9896 2011-07-21 Matt Rice <ratmice@gmail.com>
9897
9898 PR macros/12999
9899 * gdb.base/info-macros.c: New test sources.
9900 * gdb.base/info-macros.exp: New tests.
9901
9902 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
9903
9904 * gdb.python/python.exp: Add prompt substitution tests.
9905
9906 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9907
9908 Fix crash if referenced CU is aged out.
9909 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
9910 New.
9911 * gdb.dwarf2/implptr.exp: Likewise.
9912
9913 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9914
9915 * gdb.dwarf2/implptr.S: Rebuilt.
9916 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
9917 (bar): Use them for j, k, l.
9918 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
9919 COMPILE.
9920 (print j in implptr:bar): Update for the intp typedef.
9921 (print p[0].x in implptr:foo): Use more exact regex.
9922
9923 2011-07-18 Tom Tromey <tromey@redhat.com>
9924
9925 * gdb.cp/static-method.exp: Add missing single quote.
9926
9927 2011-07-18 Yao Qi <yao@codesourcery.com>
9928
9929 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
9930 supported.
9931 * gdb.mi/mi-nonstop-exit.exp: Likewise.
9932 * gdb.mi/mi-nonstop.exp: Likewise.
9933 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9934 * gdb.mi/mi-nsintrall.exp: Likewise.
9935 * gdb.mi/mi-nsmoribund.exp: Likewise.
9936 * gdb.mi/mi-nsthrexec.exp: Likewise.
9937 * gdb.python/py-evthreads.exp: Likewise.
9938
9939 2011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9940
9941 Code cleanup.
9942 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
9943 it. Substitute it instead of test_compiler_info everywhere.
9944
9945 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
9946
9947 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
9948 remote targets as well.
9949
9950 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
9951
9952 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
9953 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
9954
9955 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
9956
9957 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
9958 a remote machine, not the host.
9959 (gdb_compile_shlib): Set soname if target is remote.
9960
9961 2011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
9962
9963 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
9964
9965 2011-07-13 Matt Rice <ratmice@gmail.com>
9966
9967 * gdb.python/py-objfile-script-gdb.py: Renamed to
9968 py-objfile-script-gdb.py.in.
9969 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
9970 py-objfile-script-gdb.py.
9971 * gdb.python/py-objfile-script.exp: Update reference to
9972 py-objfile-script-gdb.py.
9973
9974 2011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9975
9976 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
9977 reference undefined label.
9978
9979 2011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9980
9981 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
9982 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
9983 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
9984 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
9985
9986 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
9987
9988 PR python/12438
9989 * gdb.python/python.exp: Add maint set/show python print-stack
9990 deprecated tests. Add set/show python print-backtrace tests.
9991
9992 2011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9993
9994 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
9995 debug info.
9996
9997 2011-07-06 Matt Rice <ratmice@gmail.com>
9998
9999 * gdb.python/python.exp: Update filename paths.
10000 * gdb.python/py-symtab.exp: Ditto.
10001
10002 2011-07-06 Marek Polacek <mpolacek@redhat.com>
10003
10004 * gdb.python/py-evthreads.exp: Add missing `$'.
10005
10006 2011-07-06 Jie Zhang <jie.zhang@analog.com>
10007
10008 * config/bfin.exp: New file.
10009 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
10010 * gdb.asm/bfin.inc: New file.
10011
10012 2011-07-06 Marek Polacek <mpolacek@redhat.com>
10013
10014 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
10015 the whole output.
10016
10017 2011-07-05 Tom Tromey <tromey@redhat.com>
10018
10019 * gdb.java/jprint.java (jprint.hi): New field.
10020 * gdb.java/jprint.exp: Print string.
10021
10022 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
10023
10024 * gdb.base/call-sc.c: Fix typos.
10025 * gdb.base/ifelse.exp: Likewise.
10026 * gdb.base/structs.c: Likewise.
10027
10028 2011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
10029
10030 * gdb.base/jit-so.exp: New test.
10031 * gdb.base/jit-dlmain.c: New file.
10032 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
10033
10034 2011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
10035
10036 * gdb.cp/m-static.exp: Call get_compiler_info.
10037 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
10038 * gdb.cp/pr9167.exp (p b): Likewise.
10039 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
10040 (test value of P in inner_m, test type of Z in inner_m): Call
10041 setup_xfail for gcc <= 4.5.
10042
10043 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10044
10045 * gdb.cp/paren-type.cc: New files.
10046 * gdb.cp/paren-type.exp: New files.
10047
10048 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10049
10050 Stop on first linespec terminator instead of eating what we can.
10051 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
10052 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
10053 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
10054 (break C::f()): ... this one.
10055 (break C::operator()()): New test.
10056 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
10057 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
10058 test.
10059
10060 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10061
10062 Fall back linespec to minimal symbols.
10063 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
10064 error message.
10065 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
10066 * gdb.cp/minsym-fallback-main.cc: New file.
10067 * gdb.cp/minsym-fallback.cc: New file.
10068 * gdb.cp/minsym-fallback.exp: New file.
10069 * gdb.cp/minsym-fallback.h: New file.
10070
10071 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10072
10073 * gdb.cp/no-dmgl-verbose.cc: New file.
10074 * gdb.cp/no-dmgl-verbose.exp: New file.
10075
10076 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10077
10078 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
10079 __GI_.
10080 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
10081 (f): New function.
10082 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
10083 (complete p 'func<short>(): ... here.
10084 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
10085 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
10086 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
10087 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
10088 Make them KFAIL gcc/49546.
10089
10090 2011-07-01 Joel Brobecker <brobecker@adacore.com>
10091
10092 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
10093
10094 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10095
10096 Test GCC PR debug/49546.
10097 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
10098 (test type of F in k3_m, test value of F in k3_m): New.
10099 * gdb.cp/temargs.cc (struct S3, struct K3): New.
10100 (main): New variable k3. Call k3.k3_m.
10101
10102 2011-07-01 Jean-Charles Delay <delay@adacore.com>
10103
10104 * gdb.ada/packed_array.exp: Fix expected outout.
10105
10106 2011-07-01 Jean-Charles Delay <delay@adacore.com>
10107
10108 * gdb.ada/packed_array.exp: fixed expected output.
10109
10110 2011-07-01 Joel Brobecker <brobecker@adacore.com>
10111
10112 * gdb.ada/same_enum: New testcase.
10113
10114 2011-07-01 Joel Brobecker <brobecker@adacore.com>
10115
10116 * gdb.ada/ptr_typedef: New testcase.
10117
10118 2011-07-01 Joel Brobecker <brobecker@adacore.com>
10119
10120 * gdb.ada/arrayptr.exp: Add ptype test.
10121
10122 2011-07-01 Joel Brobecker <brobecker@adacore.com>
10123
10124 * gdb.ada/char_enum: New testcase.
10125
10126 2011-07-01 Yao Qi <yao@codesourcery.com>
10127
10128 * gdb.base/dump.exp (capture_pointer_with_type): New.
10129 Get value from address instead of name.
10130 Start GDB once, and do `dump' and `restore'
10131 tests together.
10132
10133 2011-06-30 Jie Zhang <jie.zhang@analog.com>
10134 Mike Frysinger <vapier@gentoo.org>
10135
10136 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
10137 helper functions for getting/setting remotetimeout variable.
10138 * lib/gdb.exp (gdb_load): If the target is remote, set
10139 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
10140 with $loadtimeout. Set $load_ok to 0 before doing the load.
10141 Instead of returning, immediately, set $load_ok to 0. Call
10142 set_remotetimeout with $oldremotetimeout, and then return if
10143 $load_ok is 1.
10144
10145 2011-06-30 Andrew Burgess <aburgess@broadcom.com>
10146
10147 * gdb.python/py-template.exp: Don't run this test if the target
10148 does not support c++ tests.
10149
10150 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10151
10152 Fix non-only rename list for Fortran modules import.
10153 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
10154 tests.
10155 * gdb.fortran/module.f90 (module moduse): New.
10156 (program module): use moduse, test var_x, var_y and var_z.
10157
10158 2011-06-29 Tom Tromey <tromey@redhat.com>
10159
10160 PR testsuite/12040:
10161 * gdb.fortran/array-element.exp: Use f90, not f77.
10162 * gdb.fortran/complex.exp: Use f90, not f77.
10163 * gdb.fortran/derived-type.exp: Use f90, not f77.
10164 * gdb.fortran/library-module.exp: Use f90, not f77.
10165 * gdb.fortran/logical.exp: Use f90, not f77.
10166 * gdb.fortran/module.exp: Use f90, not f77.
10167 * gdb.fortran/multi-dim.exp: Use f90, not f77.
10168 * gdb.fortran/subarray.exp: Use f90, not f77.
10169
10170 2011-06-29 Tom Tromey <tromey@redhat.com>
10171
10172 * gdb.fortran/charset.exp: New file.
10173 * gdb.fortran/charset.f90: New file.
10174
10175 2011-06-29 Tom Tromey <tromey@redhat.com>
10176
10177 PR testsuite/12040:
10178 * lib/future.exp: New file, mostly extracted from ada.exp.
10179 Rewrote compatibility code to use rename.
10180 (gdb_find_gfortran): New proc.
10181 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
10182 gfortran patch.
10183 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
10184 Move to future.exp.
10185 * lib/gdb.exp: Always load future.exp.
10186
10187 2011-06-28 Yao Qi <yao@codesourcery.com>
10188
10189 * gdb.cp/exception.cc: Don't include iostream.
10190 (bar): Remove print statement.
10191 (catcher): New.
10192 (main): Remove print statements. Call function catcher.
10193 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
10194 Set breakpoint on catcher, and check the value of parameter.
10195
10196 2011-06-23 Yao Qi <yao@codesourcery.com>
10197
10198 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check
10199 breakpoint 1.2 is disabled. KFAIL for uclinux.
10200
10201 2011-06-23 Marek Polacek <mpolacek@redhat.com>
10202
10203 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
10204 mi_gdb_test.
10205
10206 2011-06-23 Marek Polacek <mpolacek@redhat.com>
10207
10208 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
10209
10210 2011-06-23 Marek Polacek <mpolacek@redhat.com>
10211
10212 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
10213
10214 2011-06-23 Marek Polacek <mpolacek@redhat.com>
10215
10216 * gdb.mi/mi2-basics.exp: Fix races. Honour the
10217 `test_exec_and_symbol_mi_operatons' return value.
10218 (test_mi_interpreter_selection): Use mi_gdb_test instead of
10219 gdb_test_multiple.
10220 (test_exec_and_symbol_mi_operatons): Likewise.
10221 (test_path_specification): Likewise.
10222
10223 2011-06-23 Yao Qi <yao@codesourcery.com>
10224
10225 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
10226 supported.
10227 * lib/gdb.exp (support_displaced_stepping): New.
10228
10229 2011-06-23 Yao Qi <yao@codesourcery.com>
10230
10231 * gdb.threads/execl.exp: Skip on remote target.
10232
10233 2011-06-21 Marek Polacek <mpolacek@redhat.com>
10234
10235 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
10236 mi_gdb_test.
10237
10238 2011-06-20 Marek Polacek <mpolacek@redhat.com>
10239
10240 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
10241
10242 2011-06-20 Marek Polacek <mpolacek@redhat.com>
10243
10244 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
10245 mi_gdb_test.
10246
10247 2011-06-20 Marek Polacek <mpolacek@redhat.com>
10248
10249 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
10250
10251 2011-06-14 Yao Qi <yao@codesourcery.com>
10252
10253 gdb/testsuite/
10254 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
10255
10256 2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
10257
10258 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
10259
10260 2011-06-10 Tom Tromey <tromey@redhat.com>
10261
10262 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
10263 Add tests for pointer-to-member-function.
10264 * gdb.cp/temargs.cc (S::somefunc): New function.
10265 (K2): New class.
10266 (main): Instantiate K2; call method.
10267
10268 2011-06-08 Joel Brobecker <brobecker@adacore.com>
10269
10270 * gdb.python/py-inferior.c (f2): Make str an array rather
10271 than a pointer.
10272 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
10273
10274 2011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10275
10276 * gdb.base/async-shell.c: New file.
10277 * gdb.base/async-shell.exp: New file.
10278
10279 2011-06-06 Pedro Alves <pedro@codesourcery.com>
10280
10281 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
10282
10283 2011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
10284
10285 From Stephen Kitt <steve@sk2.org>
10286 * gdb.base/help.exp: Adjust following some spelling corrections
10287 in GDB.
10288
10289 2011-06-01 Yao Qi <yao@codesourcery.com>
10290
10291 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
10292
10293 2010-05-31 Keith Seitz <keiths@redhat.com>
10294
10295 PR c++/12750
10296 * gdb.cp/static-method.cc: New file.
10297 * gdb.cp/static-method.exp: New file.
10298
10299 2010-05-31 Keith Seitz <keiths@redhat.com>
10300
10301 PR symtab/12704
10302 * gdb.cp/anon-ns.cc: New file.
10303 * gdb.cp/anon-ns.exp: New file.
10304
10305 2011-05-31 Pedro Alves <pedro@codesourcery.com>
10306
10307 * gdb.arch/i386-dr3-watch.c: New file.
10308 * gdb.arch/i386-dr3-watch.exp: New file.
10309
10310 2011-05-30 Yao Qi <yao@codesourcery.com>
10311
10312 * gdb.base/callfuncs.c (t_structs_fc): New.
10313 (t_structs_dc, t_structs_ldc): New.
10314 (t_double_many_args):
10315 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
10316 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
10317 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
10318 * gdb.base/callfuncs.exp: Call new functions.
10319
10320 2011-05-30 Yao Qi <yao@codesourcery.com>
10321
10322 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
10323 Call rerun_and_prepare for each test to isolate effects.
10324
10325 2011-05-30 Yao Qi <yao@codesourcery.com>
10326
10327 * gdb.base/varargs.c (find_max_float_real): New.
10328 (find_max_double_real, find_max_long_double_real): New.
10329 * gdb.base/varargs.exp: Call these new added functions.
10330 * lib/gdb.exp (setup_kfail_for_target): New.
10331
10332 2011-05-30 Yao Qi <yao@codesourcery.com>
10333
10334 * gdb.base/funcargs.c (callca, callcb, callcc): New.
10335 (callcd, callce, callcf, callc1a, callc1b): New.
10336 (callc2a, callc2b): New.
10337 * gdb.base/funcargs.exp (complex_args): New.
10338 (complex_integral_args, complex_float_integral_args): New.
10339 * lib/gdb.exp (support_complex_tests): New. Determine
10340 whether to run test cases on _Complex types.
10341
10342 2011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10343
10344 * gdb.threads/leader-exit.c: New file.
10345 * gdb.threads/leader-exit.exp: New file.
10346
10347 2011-05-27 Marek Polacek <mpolacek@redhat.com>
10348
10349 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
10350
10351 2011-05-27 Marek Polacek <mpolacek@redhat.com>
10352
10353 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
10354 remove the `supported' variable.
10355 * gdb.mi/mi-nonstop.exp: Likewise.
10356 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10357 * gdb.mi/mi-nsintrall.exp: Likewise.
10358 * gdb.mi/mi-nsmoribund.exp: Likewise.
10359 * gdb.mi/mi-nsthrexec.exp: Likewise.
10360
10361 2011-05-26 Pedro Alves <pedro@codesourcery.com>
10362
10363 * gdb.reverse/finish-reverse-bkpt.exp: New test.
10364
10365 2011-05-26 Pedro Alves <pedro@codesourcery.com>
10366
10367 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
10368
10369 2011-05-24 Keith Seitz <keiths@redhat.com>
10370
10371 PR breakpoint/12803
10372 * gdb.cp/cmpd-minsyms.cc (a): New method.
10373 (b): New method.
10374 (c): New method.
10375 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
10376
10377 2011-05-24 Pedro Alves <pedro@codesourcery.com>
10378
10379 * gdb.base/commands.exp (watchpoint_command_test): Check that the
10380 watchpoint's command list didn't execute when the watchpoint went
10381 out of scope.
10382
10383 2011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
10384
10385 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
10386 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
10387 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
10388 * gdb.arch/i386-gnu-cfi.exp: Likewise.
10389 * gdb.arch/i386-permbkpt.exp: Likewise.
10390 * gdb.arch/i386-prologue.exp: Likewise.
10391 * gdb.arch/i386-size-overlap.exp: Likewise.
10392 * gdb.arch/i386-size.exp: Likewise.
10393 * gdb.arch/i386-unwind.exp: Likewise.
10394 * gdb.reverse/i386-precsave.exp: Likewise.
10395 * gdb.reverse/i386-reverse.exp: Likewise.
10396 * gdb.reverse/i386-sse-reverse.exp: Likewise.
10397 * gdb.reverse/i387-env-reverse.exp: Likewise.
10398 * gdb.reverse/i387-stack-reverse.exp: Likewise.
10399
10400 2011-05-24 Pedro Alves <pedro@codesourcery.com>
10401
10402 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
10403 file doesn't error, using MI.
10404
10405 2011-05-23 Tom Tromey <tromey@redhat.com>
10406
10407 * gdb.base/charset.exp (string_display): Add tests to assign to
10408 arrays.
10409 * gdb.base/charset.c (short_array, int_array, long_array): New.
10410
10411 2011-05-20 Pedro Alves <pedro@codesourcery.com>
10412
10413 Cope with async mode.
10414
10415 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
10416 into gdb_test + mi_expect_stop.
10417
10418 2011-05-20 Pedro Alves <pedro@codesourcery.com>
10419
10420 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
10421 (callme): Remove printf call.
10422
10423 2011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
10424
10425 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
10426 quote pattern to avoid problems with Cygwin/mingw expect versions.
10427 * gdb.base/default.exp (show convenience): Use double
10428 quote pattern for regular expressions.
10429
10430 2011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10431
10432 Fix -readnow for -gdwarf-4 unused type units.
10433 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
10434 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
10435
10436 2011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
10437
10438 * gdb.base/kill-after-signal.c: New file.
10439 * gdb.base/kill-after-signal.exp: New file.
10440
10441 2011-05-16 Pedro Alves <pedro@codesourcery.com>
10442
10443 * gdb.ada/start.exp: Call untested with the correct test filename.
10444 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
10445 test filename. Make the test's binary unique.
10446 * gdb.arch/i386-signal.exp: Call untested with the correct test
10447 filename.
10448 * gdb.arch/i386-size-overlap.exp: Ditto.
10449 * gdb.arch/Makefile.in (EXECUTABLES): Update.
10450 * gdb.base/gcore-buffer-overflow.exp: Ditto.
10451 * gdb.cp/call-c.exp: Ditto.
10452 * gdb.mi/mi-reverse.exp: Call untested with the correct test
10453 filename. Make the test's binary unique.
10454 * gdb.mi/Makefile.in (EXECUTABLES): Update.
10455 * gdb.python/py-mi.exp: Ditto.
10456 * gdb.python/Makefile.in (EXECUTABLES): Update.
10457 * gdb.reverse/i386-precsave.exp: Ditto.
10458 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
10459 test filename.
10460 * gdb.reverse/i387-stack-reverse.exp: Ditto.
10461 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
10462 unique.
10463 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
10464 test filename.
10465 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
10466 * gdb.trace/tfile.exp: Ditto.
10467
10468 2011-05-14 Yao Qi <yao@codesourcery.com>
10469
10470 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
10471 type.
10472
10473 2011-05-13 Doug Evans <dje@google.com>
10474
10475 * gdb.python/py-objfile-script.exp: New file.
10476 * gdb.python/py-objfile-script.c: New file.
10477 * gdb.python/py-objfile-script-gdb.py: New file.
10478 * testsuite/gdb.python/py-section-script.exp: Test
10479 "info auto-load-scripts".
10480
10481 2011-05-13 Tom Tromey <tromey@redhat.com>
10482
10483 * gdb.dwarf2/clztest.exp: New file.
10484 * gdb.dwarf2/clztest.c: New file.
10485 * gdb.dwarf2/clztest.S: New file.
10486
10487 2011-05-13 Doug Evans <dje@google.com>
10488
10489 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
10490 String16 tests.
10491
10492 2011-05-13 Tom Tromey <tromey@redhat.com>
10493
10494 * lib/gdb.exp (is_x86_like_target): New proc.
10495 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
10496 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
10497 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
10498 -nostdlib to compiler.
10499 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
10500 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
10501 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
10502 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
10503 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
10504
10505 2011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
10506
10507 * gdb.python/py-function.exp: Test setting a value from a function
10508 which executes a command.
10509
10510 2011-05-12 Tom Tromey <tromey@redhat.com>
10511
10512 * gdb.dwarf2/typeddwarf.S: New file.
10513 * gdb.dwarf2/typeddwarf.c: New file.
10514 * gdb.dwarf2/typeddwarf.exp: New file.
10515
10516 2011-05-12 Marek Polacek <mpolacek@redhat.com>
10517
10518 * gdb.mi/mi-basics.exp: Fix races. Honour the
10519 `test_exec_and_symbol_mi_operatons' return value.
10520 (test_mi_interpreter_selection): Use mi_gdb_test instead of
10521 gdb_test_multiple.
10522 (test_exec_and_symbol_mi_operatons): Likewise.
10523 (test_path_specification): Likewise.
10524
10525 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10526
10527 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
10528 (gdb_touch_execfile): Remove catch wrappers. New variable time.
10529 Replace `file copy' and `file rename' by `file mtime'. Twice.
10530
10531 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10532
10533 * gdb.base/readline-ask.c: New file.
10534 * gdb.base/readline-ask.exp: New file.
10535 * gdb.base/readline-ask.inputrc: New file.
10536
10537 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
10538
10539 * gdb.cell/bt.exp: Delete breakpoints before running to signal
10540 to avoid race condition.
10541 * gdb.cell/coremaker.c: Use small stack size.
10542 * gdb.cell/ea-standalone.exp: Use file name without path as
10543 argument to c_to.
10544 * gdb.cell/fork.exp: Allow other output when continuing to end.
10545
10546 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10547
10548 * gdb.threads/corethreads.c: New file.
10549 * gdb.threads/corethreads.exp: New file.
10550
10551 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10552
10553 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
10554 Try to compile the test using -Wl,-z,norelro first.
10555 (load_core): New variable libthread_db_seen, initialize it.
10556 (zeroed-threads cannot be listed): Protect it by XFAIL on
10557 !$libthread_db_seen.
10558
10559 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10560
10561 PR 12573
10562 * gdb.dwarf2/dw2-skip-prologue.S: New file.
10563 * gdb.dwarf2/dw2-skip-prologue.c: New file.
10564 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
10565
10566 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10567
10568 * gdb.cp/psymtab-parameter.cc: New file.
10569 * gdb.cp/psymtab-parameter.exp: New file.
10570
10571 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10572
10573 Fix a race.
10574 * gdb.cp/static-print-quit.exp (print c): Split to ...
10575 (print c - <return>, print c - q <return>, print c - to quit):
10576 ... these. Make the testfile untested on gdb-7.1.
10577
10578 2011-5-05 Janis Johnson <janisjo@codesourcery.com>
10579
10580 * lib/gdb.exp (exec_target_file, exec_symbol_file,
10581 gdb_rename_execfile, gdb_touch_execfile): New.
10582 * gdb.base/reread.exp: Use new procs to handle multiple
10583 exec files.
10584
10585 2011-05-05 Yao Qi <yao@codesourcery.com>
10586
10587 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
10588 (test_adr_32bit, test_pop_pc): New.
10589 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
10590 (test_adr_32bit, test_pop_pc): New.
10591
10592 2011-05-04 Joseph Myers <joseph@codesourcery.com>
10593
10594 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
10595 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
10596 targets.
10597 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
10598 handle targets.
10599
10600 2011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10601
10602 * gdb.base/completion.exp (complete help info wat): Rename to ...
10603 (complete 'help info wat'): ... here.
10604 Remove all `-re ".*' and `-re "^.*' redundant regexes.
10605 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
10606
10607 2011-05-04 Pedro Alves <pedro@codesourcery.com>
10608
10609 * gdb.base/completion.exp: Use gdb_test_multiple instead of
10610 gdb_test and explicit $gdb_prompt/timeout matches.
10611
10612 2011-05-04 Yao Qi <yao@codesourcery.com>
10613
10614 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
10615 and __thumb2__.
10616
10617 2011-05-03 Marek Polacek <mpolacek@redhat.com>
10618
10619 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
10620 in place of `gdb_test "delete breakpoints"'. This eliminates two
10621 testcases.
10622
10623 2011-05-02 Pedro Alves <pedro@codesourcery.com>
10624
10625 PR testsuite/12649
10626 Fix races.
10627
10628 * gdb.base/completion.exp: Remove all sleep calls. Remove
10629 unnecessary regexs. Don't explicitly expect anything after the
10630 prompt. Eat the prompt if necessary.
10631
10632 2011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
10633
10634 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
10635 accept to show the caller line again as well as the line after.
10636
10637 2011-04-29 Phil Muldoon <pmuldoon@redhat.com>
10638
10639 PR mi/12531
10640
10641 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
10642 compile target.
10643 * gdb.python/py-prettyprint.exp: Add C++ object for
10644 CPLUS_FAKE_CHILD test.
10645
10646 2011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
10647
10648 * gdb.base/signest.exp: New file.
10649 * gdb.base/signest.c: Likewise.
10650
10651 2011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10652
10653 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
10654 thread and breakpoint notifications.
10655
10656 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10657
10658 * gdb.base/fortran-sym-case.c: New file.
10659 * gdb.base/fortran-sym-case.exp: New file.
10660 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
10661 * gdb.dwarf2/dw2-case-insensitive.c: New file.
10662 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
10663
10664 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10665
10666 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
10667 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
10668 false #1', `if true else false #2' and `if true else false #3'.
10669
10670 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
10671
10672 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
10673 while delivering signal.
10674
10675 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
10676
10677 MI breakpoint notifications.
10678
10679 * testsuite/gdb.mi/mi-cli.exp: Adust.
10680 * testsuite/gdb.mi/mi2-cli.exp: Adust.
10681 * testsuite/gdb.mi/mi-watch.exp: Adust.
10682 * testsuite/gdb.mi/mi2-watch.exp: Adust.
10683 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
10684 notifications.
10685
10686 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10687
10688 * gdb.base/gdbindex-stabs-dwarf.c: New file.
10689 * gdb.base/gdbindex-stabs.c: New file.
10690 * gdb.base/gdbindex-stabs.exp: New file.
10691
10692 2011-04-25 Yao Qi <yao@codesourcery.com>
10693
10694 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
10695 with /*...*/.
10696 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
10697
10698 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10699
10700 * gdb.python/py-value.exp (test_objfiles): Name the first test
10701 `py-value in file.filename'.
10702
10703 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10704
10705 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
10706 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
10707 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
10708 !gdbserver_reconnect_p..
10709 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
10710
10711 2011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10712
10713 * gdb.cp/cpcompletion.exp (complete class methods)
10714 (complete class methods beginning with F): Move them above runto. New
10715 comment about the runto delimiter.
10716
10717 2011-04-20 Pedro Alves <pedro@codesourcery.com>
10718
10719 * gdb.base/maint.exp: Test that "maint print registers" works
10720 without a running program.
10721
10722 2011-04-20 Marek Polacek <mpolacek@redhat.com>
10723
10724 * gdb.base/setshow.exp: Fix racy tests.
10725 ($old_gdb_prompt): New variable.
10726
10727 2011-04-19 Tom Tromey <tromey@redhat.com>
10728
10729 * gdb.mi/mi-nsmoribund.exp:
10730 * gdb.hp/gdb.objdbg/objdbg01.exp:
10731 * gdb.base/structs.exp (test_struct_returns):
10732 * gdb.base/call-sc.exp (test_scalar_returns):
10733 * gdb.base/bigcore.exp: Remove duplicate words.
10734
10735 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10736
10737 * gdb.base/break-interp-lib.c (v, vptr): New variables.
10738 * gdb.base/break-interp.exp (test_attach): New comment.
10739
10740 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10741
10742 * gdb.threads/gcore-thread.exp ($core0file): New variable.
10743 (clear __stack_user.next, clear stack_used.next)
10744 (save a zeroed-threads corefile): New test.
10745 Call core_load for $core0file.
10746 (zeroed-threads cannot be listed): New test.
10747
10748 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10749
10750 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
10751 filename.
10752 ($srcfile): Preserve the original value.
10753 ($testfile): Match it the .exp filename.
10754 ($corefile): New variable. Substitute it around.
10755 Use clean_restart.
10756 ($prev_timeout): Remove.
10757 (load_core): Move core loading into this proc.
10758 Fix restore of $timeout if load_core fails.
10759
10760 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10761
10762 * gdb.base/eu-strip-infcall.c: New file.
10763 * gdb.base/eu-strip-infcall.exp: New file.
10764
10765 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10766
10767 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
10768 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
10769
10770 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10771
10772 Fix Python access to inlined frames.
10773 * gdb.python/py-frame-inline.c: New file.
10774 * gdb.python/py-frame-inline.exp: New file.
10775
10776 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
10777
10778 * gdb.base/gdb1090.exp: Change breakpoint location to read the
10779 content of 's24' correctly (avoiding "optimized out").
10780 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
10781
10782 2011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10783
10784 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
10785
10786 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
10787
10788 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
10789 expect a colon in watch -location output.
10790
10791 2011-04-13 Marek Polacek <mpolacek@redhat.com>
10792
10793 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
10794 New testcase `expect response to define backtrace'. Also remove
10795 redundant `default' block.
10796
10797 2011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10798
10799 * gdb.python/py-prettyprint.c (struct hint_error): New.
10800 (main): New variable hint_error.
10801 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
10802 "print hint_error".
10803 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
10804 (register_pretty_printers): Register it.
10805
10806 2011-04-04 Tom Tromey <tromey@redhat.com>
10807
10808 * gdb.cp/maint.exp (test_help): Update.
10809 (test_namespace): Likewise.
10810
10811 2011-04-01 Joel Brobecker <brobecker@adacore.com>
10812
10813 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
10814 * gdb.ada/arrayptr.exp: Add new tests.
10815
10816 2011-04-01 Joel Brobecker <brobecker@adacore.com>
10817
10818 * gdb.ada/mi_catch_ex: New testcase.
10819
10820 2011-04-01 Pedro Alves <pedro@codesourcery.com>
10821
10822 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
10823 base::overload(void) method without specifying "const".
10824
10825 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
10826
10827 * gdb.arch/thumb-singlestep.S: New file.
10828 * gdb.arch/thumb-singlestep.exp: Likewise.
10829
10830 2011-03-31 Tom Tromey <tromey@redhat.com>
10831
10832 * gdb.python/py-prettyprint.py (exception_flag): New global.
10833 (NoStringContainerPrinter._iterator.next): Check it.
10834 * gdb.python/py-prettyprint.c (main): New variable nstype2.
10835 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
10836
10837 2011-03-29 Tom Tromey <tromey@redhat.com>
10838
10839 * gdb.cp/anon-struct.cc: New file.
10840 * gdb.cp/anon-struct.exp: New file.
10841
10842 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10843
10844 Test STT_GNU_IFUNC support.
10845 * gdb.base/gnu-ifunc-lib.c: New file.
10846 * gdb.base/gnu-ifunc.c: New file.
10847 * gdb.base/gnu-ifunc.exp: New file.
10848
10849 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10850
10851 Support a ring of related breakpoints.
10852 * gdb.base/watchpoint-delete.c: New file.
10853 * gdb.base/watchpoint-delete.exp: New file.
10854
10855 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10856
10857 * gdb.ada/arrayparam.exp (print first after function call): Use
10858 explicit package name. Add a comment
10859 (print lasta after function call): Rename ...
10860 (print last after function call): ... it and use explicit package
10861 name.
10862 (print length after function call): Use explicit package name.
10863 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
10864 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
10865 (multiple matches for symbol i): Rename ...
10866 (multiple matches for symbol integervar): ... it.
10867 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
10868 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
10869
10870 2011-03-25 Andrew Burgess <aburgess@broadcom.com>
10871
10872 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
10873 environment variable to make grep output more predictable. Move
10874 all the environment setup into gdb_init so it's done once per test
10875 case rather than each time we start gdb.
10876
10877 2011-03-24 Tom Tromey <tromey@redhat.com>
10878
10879 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
10880 test.
10881
10882 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10883
10884 * gdb.dwarf2/dw2-entry-value-main.c: New file.
10885 * gdb.dwarf2/dw2-entry-value.S: New file.
10886 * gdb.dwarf2/dw2-entry-value.exp: New file.
10887
10888 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
10889
10890 PR python/12183
10891
10892 * gdb.python/py-function.exp: Add GdbError tests.
10893
10894 2011-03-18 Pedro Alves <pedro@codesourcery.com>
10895
10896 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
10897 (reglocal_test_func, statlocal_test_func): New functions.
10898 (globals_test_func): Call new functions.
10899 * gdb.trace/unavailable.exp (gdb_collect_args_test)
10900 (gdb_collect_locals_test): New procedure.
10901 (gdb_trace_collection_test): Call new procedures.
10902
10903 2011-03-18 Pedro Alves <pedro@codesourcery.com>
10904
10905 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
10906 (test_register, test_register_unavailable): New procedures.
10907 (gdb_unavailable_registers_test): New procedure.
10908 (gdb_trace_collection_test): Call it.
10909
10910 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
10911
10912 PR python/12149
10913
10914 * gdb.python/python.exp: Add gdb.write tests.
10915
10916 2010-03-17 Phil Muldoon <pmuldoon@redhat.com>
10917
10918 * gdb.python/Makefile.in: Add py-objfile.
10919 * gdb.python/py-objfile.exp: New file.
10920 * gdb.python/py-objfile.c: New file.
10921 * gdb.python/py-block.exp: Add is_valid tests.
10922 * gdb.python/py-inferior.exp: Ditto.
10923 * gdb.python/py-infthread.exp: Ditto.
10924 * gdb.python/py-symbol.exp: Ditto.
10925 * gdb.python/py-symtab.exp: Ditto.
10926
10927 2011-03-16 Keith Seitz <keiths@redhat.com>
10928
10929 PR c++/12273
10930 * gdb.cp/cmpd-minsyms.exp: New test.
10931 * gdb.cp/cmpd-minsyms.cc: New file.
10932
10933 PR c++/11734
10934 * gdb.cp/ovsrch.exp: New test.
10935 * gdb.cp/ovsrch.h: New file.
10936 * gdb.cp/ovsrch1.cc: New file.
10937 * gdb.cp/ovsrch2.cc: New file.
10938 * gdb.cp/ovsrch3.cc: New file.
10939 * gdb.cp/ovsrch4.cc: New file.
10940
10941 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
10942
10943 PR gdb/12528
10944 * gdb.base/Makefile.in: Adjust EXECUTABLES.
10945 * gdb.base/break-on-linker-gcd-function.exp: New test.
10946 * gdb.base/break-on-linker-gcd-function.cc: New file.
10947
10948 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
10949
10950 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
10951
10952 2011-03-15 Phil Muldoon <pmuldoon@redhat.com>
10953
10954 * lib/gdb.exp (gdb_unload): Add another termination case.
10955
10956 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10957
10958 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
10959 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
10960 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
10961 Provide a stub byte there.
10962 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
10963 DW_AT_entry_pc.
10964 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
10965
10966 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
10967
10968 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
10969 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
10970 "generic ABI, auto".
10971 (altivec_abi_tests): Accept vectors returned by reference.
10972
10973 2010-03-14 Phil Muldoon <pmuldoon@redhat.com>
10974
10975 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
10976
10977 2011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
10978
10979 * gdb.python/py-section-script.exp: Skip test if no Python support.
10980
10981 2011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
10982
10983 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
10984
10985 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
10986
10987 * gdb.python/py-parameter.exp: Update tests to the new Python
10988 parameter API. Add "no documentation" test. Add deprecated API
10989 backward compatibility test.
10990
10991 2011-03-09 Tom Tromey <tromey@redhat.com>
10992
10993 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
10994 gdb_continue_to_end.
10995
10996 2011-03-09 Mark Kettenis <kettenis@gnu.org>
10997
10998 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
10999 tabs.
11000
11001 2011-03-09 Tom Tromey <tromey@redhat.com>
11002
11003 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
11004 parentheses.
11005 (gdb_continue_to_end): Add "allow_extra" parameter. Use
11006 $command.
11007 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
11008 argument to gdb_continue_to_end.
11009 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
11010 argument to gdb_continue_to_end.
11011 * gdb.cp/annota3.exp: Fix regex.
11012 * gdb.cp/annota2.exp: Fix regex.
11013 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
11014 gdb_continue_to_end.
11015 * gdb.base/call-signal-resume.exp: Revert earlier patch.
11016 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
11017 gdb_continue_to_end.
11018
11019 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
11020
11021 * gdb.server/ext-run.exp
11022 (load new file without any gdbserver inferior): New test.
11023
11024 2011-03-07 Tom Tromey <tromey@redhat.com>
11025
11026 * Makefile.in (TAGS): Rewrite.
11027
11028 2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11029
11030 * gdb.trace/report.exp (12.1: trace report #1): New match for the
11031 initial commands echo. New match for `Found trace'. Anchor all the
11032 other matches. Anchor and match for `No trace frame found' the final
11033 match.
11034
11035 2011-03-07 Tom Tromey <tromey@redhat.com>
11036
11037 * Makefile.in (TAGS): New target.
11038
11039 2011-03-07 Tom Tromey <tromey@redhat.com>
11040
11041 * lib/opencl.exp (skip_opencl_tests): Update for exit message
11042 change.
11043 * lib/mi-support.exp (mi_gdb_test): Update for exit message
11044 change.
11045 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
11046 exit message change.
11047 (skip_altivec_tests): Update for exit message change.
11048 (skip_vsx_tests): Likewise.
11049 (gdb_continue_to_end): Likewise. Add 'command' argument.
11050 * lib/cell.exp (skip_cell_tests): Update for exit message change.
11051 * gdb.threads/tls.exp: Update for exit message change.
11052 * gdb.threads/thread-unwindonsignal.exp: Use
11053 gdb_continue_to_end.
11054 * gdb.threads/step.exp (step_it): Update for exit message change.
11055 (continue_all): Likewise.
11056 * gdb.threads/print-threads.exp (test_all_threads): Update for
11057 exit message change.
11058 * gdb.threads/interrupted-hand-call.exp: Use
11059 gdb_continue_to_end.
11060 * gdb.threads/execl.exp: Use gdb_continue_to_end.
11061 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
11062 gdb_continue_to_end.
11063 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
11064 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
11065 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
11066 * gdb.cp/method.exp: Update for exit message change.
11067 * gdb.cp/mb-templates.exp: Update for exit message change.
11068 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
11069 * gdb.cp/annota3.exp: Update for exit message change.
11070 * gdb.cp/annota2.exp: Update for exit message change.
11071 * gdb.cell/fork.exp: Use gdb_continue_to_end.
11072 * gdb.base/term.exp: Update for exit message change.
11073 * gdb.base/step-test.exp (test_i): Update for exit message change.
11074 * gdb.base/sigstep.exp (advance): Update for exit message change.
11075 (advancei): Likewise.
11076 * gdb.base/siginfo.exp: Update for exit message change.
11077 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
11078 * gdb.base/reread.exp: Use gdb_continue_to_end.
11079 * gdb.base/langs.exp: Use gdb_continue_to_end.
11080 * gdb.base/interrupt.exp: Update for exit message change.
11081 * gdb.base/gdb1555.exp: Update for exit message change.
11082 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
11083 * gdb.base/ending-run.exp: Update for exit message change.
11084 * gdb.base/chng-syms.exp: Update for exit message change.
11085 * gdb.base/checkpoint.exp: Update for exit message change.
11086 * gdb.base/catch-syscall.exp (check_for_program_end): Use
11087 gdb_continue_to_end.
11088 (test_catch_syscall_with_wrong_args): Likewise.
11089 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
11090 * gdb.base/break-interp.exp (test_ld): Update for exit message
11091 change.
11092 * gdb.base/bang.exp: Update for exit message change.
11093 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
11094 (do_call_attach_tests): Likewise.
11095 * gdb.base/a2-run.exp: Update for exit message change.
11096 * gdb.arch/ppc-dfp.exp: Update for exit message change.
11097 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
11098 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
11099
11100 2011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
11101
11102 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
11103
11104 2011-03-03 Tom Tromey <tromey@redhat.com>
11105
11106 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
11107 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
11108 * gdb.hp/gdb.aCC/configure.ac: Remove.
11109 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
11110 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
11111 * gdb.hp/gdb.base-hp/configure.ac: Remove.
11112 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
11113 * gdb.hp/gdb.compat/configure (Makefile): Remove.
11114 * gdb.hp/gdb.compat/configure.ac: Remove.
11115 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
11116 * gdb.hp/gdb.defects/configure (Makefile): Remove.
11117 * gdb.hp/gdb.defects/configure.ac: Remove.
11118 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
11119 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
11120 * gdb.hp/gdb.objdbg/configure.ac: Remove.
11121 * gdb.hp/configure.ac: Remove.
11122 * gdb.hp/configure: Remove.
11123 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
11124 substitution.
11125 (Makefile): Remove rule.
11126 * gdb.cell/configure.ac: Remove.
11127 * gdb.cell/configure: Remove.
11128 * gdb.stabs/Makefile.in (Makefile): Remove.
11129 (distclean): Don't remove config.status or config.log.
11130 * gdb.stabs/configure (Makefile): Remove.
11131 * gdb.stabs/configure.ac: Remove.
11132 * configure: Rebuild.
11133 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
11134 Remove stabs- and cell-specific logic. Test for existence of
11135 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
11136 subdirectories, gdb.cell, and and gdb.stabs.
11137 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
11138
11139 2011-03-03 Joel Brobecker <brobecker@adacore.com>
11140
11141 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
11142 end of buffer.
11143
11144 2011-03-02 Joel Brobecker <brobecker@adacore.com>
11145
11146 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
11147 gdb_test when running a test where we expected no output back.
11148
11149 2011-02-28 Michael Snyder <msnyder@vmware.com>
11150
11151 * gdb.cp/overload.cc: Change initializer value to integer.
11152
11153 2011-02-27 Michael Snyder <msnyder@vmware.com>
11154
11155 * gdb.multi/base.exp: Add test for remove-inferiors.
11156
11157 2011-02-26 Joel Brobecker <brobecker@adacore.com>
11158
11159 * gdb.python/py-frame.exp: Simplify the initialization phase
11160 using prepare_for_testing.
11161
11162 2011-02-25 Michael Snyder <msnyder@vmware.com>
11163
11164 * gdb.multi/base.exp: Add tests for info inferiors with args.
11165
11166 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
11167
11168 * gdb.dwarf2/dw2-ranges.S: Rename to ...
11169 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
11170 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
11171 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
11172 asmfile3. Comment the STABS (#3) file compilation. Compile
11173 everything through assembler. Provide KFAIL for symtab/12497.
11174 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
11175 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
11176 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
11177 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
11178
11179 2011-02-24 Michael Snyder <msnyder@vmware.com>
11180
11181 * gdb.base/break.exp: Add tests for delete breakpoints using
11182 convenience variables and value history references.
11183
11184 2011-02-24 Michael Snyder <msnyder@vmware.com>
11185
11186 * gdb.base/break.exp: Remove debugging 'printf' accidentally
11187 left behind in previous check-in.
11188
11189 2011-02-23 Michael Snyder <msnyder@vmware.com>
11190
11191 * gdb.base/break.exp: Add tests for "info break" with arguments.
11192 * gdb.trace/infotrace.exp: Update patterns for error and help.
11193 * gdb.base/completion.exp: Update pattern.
11194 * gdb.base/ena-dis-br.exp: Update pattern.
11195 * gdb.base/help.exp: Update patterns.
11196
11197 2011-02-23 Michael Snyder <msnyder@vmware.com>
11198
11199 * gdb.base/memattr.exp: New test.
11200 * gdb.base/memattr.c: Test load for memattr.exp.
11201
11202 2011-02-22 Doug Evans <dje@google.com>
11203
11204 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
11205
11206 2011-02-22 Michael Snyder <msnyder@vmware.com>
11207
11208 * Makefile.in: Make more clean.
11209 * gdb.ada/Makefile.in: Ditto.
11210 * gdb.arch/Makefile.in: Ditto.
11211 * gdb.asm/Makefile.in: Ditto.
11212 * gdb.base/Makefile.in: Ditto.
11213 * gdb.cp/Makefile.in: Ditto.
11214 * gdb.dwarf2/Makefile.in: Ditto.
11215 * gdb.java/Makefile.in: Ditto.
11216 * gdb.mi/Makefile.in: Ditto.
11217 * gdb.modula2/Makefile.in: Ditto.
11218 * gdb.python/Makefile.in: Ditto.
11219 * gdb.server/Makefile.in: Ditto.
11220 * gdb.stabs/Makefile.in: Ditto.
11221 * gdb.threads/Makefile.in: Ditto.
11222 * gdb.trace/Makefile.in: Ditto.
11223
11224 2011-02-22 Michael Snyder <msnyder@vmware.com>
11225
11226 * gdb.threads/thread-find.exp: Add tests for bad input to
11227 info threads.
11228
11229 2011-02-22 Joel Brobecker <brobecker@adacore.com>
11230
11231 * gdb.python/py-breakpoint.exp: Fix the expected output of
11232 one of the "maint info breakpoints" tests to accept the output
11233 generated on platforms that do not have hardware watchpoints.
11234
11235 2011-02-22 Joel Brobecker <brobecker@adacore.com>
11236
11237 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
11238 clean_restart. Be a little stricter in the expected output
11239 for one of the tests. Fix a typo in one of the comments.
11240
11241 2011-02-22 Joel Brobecker <brobecker@adacore.com>
11242
11243 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
11244 Delete variable binfile, no longer use. Add or modify test
11245 comments to make them unique.
11246
11247 2011-02-21 Michael Snyder <msnyder@vmware.com>
11248
11249 * Makefile.in: Update for make clean.
11250 * gdb.ada/Makefile.in: Ditto.
11251 * gdb.arch/Makefile.in: Ditto.
11252 * gdb.asm/Makefile.in: Ditto.
11253 * gdb.base/Makefile.in: Ditto.
11254 * gdb.cp/Makefile.in: Ditto.
11255 * gdb.dwarf2/Makefile.in: Ditto.
11256 * gdb.java/Makefile.in: Ditto.
11257 * gdb.mi/Makefile.in: Ditto.
11258 * gdb.modula2/Makefile.in: Ditto.
11259 * gdb.python/Makefile.in: Ditto.
11260 * gdb.server/Makefile.in: Ditto.
11261 * gdb.stabs/Makefile.in: Ditto.
11262 * gdb.threads/Makefile.in: Ditto.
11263 * gdb.trace/Makefile.in: Ditto.
11264
11265 2011-02-21 Michael Snyder <msnyder@vmware.com>
11266
11267 * gdb.threads/thread-find.exp: Update patterns for changes in
11268 output of "info threads" command.
11269
11270 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
11271 Ulrich Weigand <uweigand@de.ibm.com>
11272
11273 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
11274 (skip_hw_watchpoint_tests): Likewise.
11275 (skip_hw_watchpoint_multi_tests): Likewise.
11276
11277 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
11278
11279 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
11280 (skip_hw_watchpoint_tests): Likewise.
11281 (skip_hw_watchpoint_multi_tests): Likewise.
11282 (skip_hw_watchpoint_access_tests): Likewise.
11283
11284 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
11285 * gdb.base/pr11022.exp: Likewise.
11286 * gdb.base/watch-read.exp: Likewise.
11287 * gdb.base/watch_thread_num.exp: Likewise.
11288 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
11289 * gdb.base/watchpoint-hw.exp: Likewise.
11290 * gdb.base/watchpoint.exp: Likewise.
11291 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
11292 * gdb.threads/watchthreads-reorder.exp: Likewise.
11293 * gdb.threads/watchthreads.exp: Likewise.
11294 * gdb.threads/watchthreads2.exp: Likewise.
11295
11296 2011-02-21 Joel Brobecker <brobecker@adacore.com>
11297
11298 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
11299 the debugger is unable to find the array bounds.
11300
11301 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11302
11303 * gdb.cp/typedef-operator.exp: New file.
11304 * gdb.cp/typedef-operator.cc: New file.
11305
11306 2011-02-17 Michael Snyder <msnyder@vmware.com>
11307
11308 * gdb.threads/thread-find.exp: Fix regular expressions.
11309
11310 2011-02-17 Joel Brobecker <brobecker@adacore.com>
11311
11312 * gdb.ada/packed_array: Expand testcase to test printing of
11313 unconstrained packed array.
11314
11315 2011-02-17 Joel Brobecker <brobecker@adacore.com>
11316
11317 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
11318
11319 2011-02-16 Pedro Alves <pedro@codesourcery.com>
11320
11321 * gdb.trace/collection.c (globalarr3): New global.
11322 (main): Initialize it before collecting, and and clear it
11323 afterwards.
11324 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
11325 collecting with '{type} addr', where the addr expression is not an
11326 rvalue.
11327
11328 2011-02-16 Ken Werner <ken.werner@de.ibm.com>
11329
11330 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
11331 a bool variable. Expect correct OpenCL names for vector types. Use the
11332 uc3 variable name instead of referring to the uchar3 built-in type.
11333 Escape the asterisk at the half pointer test.
11334
11335 2011-02-16 Pedro Alves <pedro@codesourcery.com>
11336
11337 * gdb.trace/collection.c (globalarr2): New global.
11338 (main): Initialize it before collecting, and and clear it
11339 afterwards.
11340 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
11341 collecting overlapping memory ranges.
11342
11343 2011-02-15 Michael Snyder <msnyder@vmware.com>
11344
11345 * gdb.base/default.exp: Add tests for thread commands.
11346 * gdb.base/help.exp: Add tests for thread commands.
11347 * gdb.threads/thread-find.exp: New test for thread find command.
11348
11349 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
11350
11351 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
11352
11353 2011-02-15 Yao Qi <yao@codesourcery.com>
11354
11355 PR tdep/12352
11356 * gdb.arch/arm-disp-step.S : New test for str instruction.
11357 * gdb.arch/arm-disp-step.exp : Likewise.
11358
11359 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
11360
11361 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
11362 "vector_register2_vr" test strings. Test the extended floating
11363 point registers (F32~F63).
11364 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
11365 IBM XL C compiler. Make the test program use a register provided
11366 by the compiler for the lxvd2x instruction.
11367
11368 2011-02-14 Pedro Alves <pedro@codesourcery.com>
11369
11370 * gdb.trace/unavailable.cc (class Base, class Middle, class
11371 Derived): New types.
11372 (derived_unavail, derived_partial, derived_whole): New globals.
11373 (virtual_partial): New global.
11374 (virtualp): Point at virtual_partial.
11375 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
11376 related to unavailable vptr.
11377
11378 2011-02-14 Pedro Alves <pedro@codesourcery.com>
11379
11380 * gdb.trace/unavailable.cc (a, b, c): New globals.
11381 (main): Set and clear them.
11382 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
11383 `a' and `c', and check that `b' isn't collected, although `a' and
11384 `c' are.
11385
11386 2011-02-14 Pedro Alves <pedro@codesourcery.com>
11387
11388 * gdb.trace/unavailable.cc (struct Virtual): New.
11389 (virtualp): New global pointer.
11390 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
11391 printing a pointer to an object whose type has a vtable, with
11392 print object on.
11393
11394 2011-02-14 Pedro Alves <pedro@codesourcery.com>
11395
11396 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
11397 value repeat handles unavailableness.
11398
11399 2011-02-14 Pedro Alves <pedro@codesourcery.com>
11400
11401 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
11402 tests for building arrays from unavailable values, subscripting
11403 non-memory rvalue unvailable arrays, and accessing fields or
11404 baseclasses of non-lazy unavailable values,
11405 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
11406 struct types.
11407 (g_smallstruct, g_smallstruct_b): New globals.
11408
11409 2011-02-14 Pedro Alves <pedro@codesourcery.com>
11410
11411 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
11412
11413 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11414
11415 Fix const/volatile qualifiers of C++ types, PR c++/12328.
11416 * gdb.cp/overload-const.exp: New file.
11417 * gdb.cp/overload-const.cc: New file.
11418
11419 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
11420
11421 * gdb.opencl/callfuncs.cl: New file.
11422 * gdb.opencl/callfuncs.exp: New test.
11423 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
11424
11425 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
11426
11427 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
11428 when computing result.
11429 * gdb.arch/altivec-abi.exp: Update expected results.
11430
11431 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
11432
11433 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
11434 * gdb.base/jit.exp: Likewise.
11435 * gdb.base/pie-execl.exp: Likewise.
11436 * gdb.base/solib-nodir.exp: Likewise.
11437 * gdb.base/solib-overlap.exp: Likewise.
11438
11439 2011-02-07 Pedro Alves <pedro@codesourcery.com>
11440
11441 * gdb.trace/collection.c (global_pieces): New.
11442 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
11443 New procedure.
11444 (gdb_trace_collection_test): Call it.
11445
11446 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
11447
11448 * gdb.python/py-evthreads.c: New file.
11449 * gdb.python/py-evthreads.exp: New file.
11450 * gdb.python/py-events.py: New file.
11451 * gdb.python/py-events.exp: New file.
11452 * gdb.python/py-events.c: New file.
11453
11454 2011-02-04 David Daney <ddaney@caviumnetworks.com>
11455
11456 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
11457
11458 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
11459
11460 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
11461 gdb.base/disasm-end-cu.exp: New test for disassembling over the
11462 boundary between two compilation units.
11463
11464 2011-02-02 Pedro Alves <pedro@codesourcery.com>
11465
11466 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
11467 (Virtual): New structs.
11468 (virtual_o, virtual_middle_b): New globals.
11469 * gdb.cp/virtbase.exp: New tests.
11470
11471 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
11472
11473 * gdb.base/jit.exp: New file.
11474 * gdb.base/jit-main.c: New file.
11475 * gdb.base/jit-solib.c: New file.
11476
11477 2011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
11478
11479 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
11480 proceed to initial kernel entry point.
11481 * gdb.opencl/datatypes.exp: Likewise.
11482 * gdb.opencl/operators.exp: Likewise.
11483 * gdb.opencl/vec_comps.exp: Likewise.
11484
11485 2011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
11486
11487 * gdb.cp/nsnested.cc: New.
11488 * gdb.cp/nsnested.exp: New.
11489 * gdb.cp/nsnoimports.exp: New.
11490 * gdb.cp/nsnoimports.cc: New.
11491
11492 2011-01-31 Joel Brobecker <brobecker@adacore.com>
11493
11494 * gdb.base/interact.exp: Add extra tests that verify that
11495 the value of the interactive-mode setting does not change
11496 after the script is sourced.
11497
11498 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11499
11500 * gdb.cp/noparam.exp: New file.
11501 * gdb.cp/noparam.cc: New file.
11502
11503 2011-01-28 Pedro Alves <pedro@codesourcery.com>
11504
11505 * gdb.trace/tfile.exp: Test that with no traceframe selected,
11506 there's no stack or registers.
11507
11508 2011-01-26 Tom Tromey <tromey@redhat.com>
11509
11510 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
11511 space before string output. Add test for "set print pretty off"
11512 case.
11513
11514 2011-01-25 Pedro Alves <pedro@codesourcery.com>
11515
11516 * gdb.base/frame-args.exp: Adjust.
11517 * gdb.dwarf2/dw2-noloc.exp: Adjust.
11518 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
11519 * gdb.dwarf2/pieces.exp: Adjust.
11520 * gdb.opt/clobbered-registers-O2.exp: Adjust.
11521 * gdb.opt/inline-locals.exp: Adjust.
11522 * gdb.threads/fork-child-threads.exp: Adjust.
11523
11524 2011-01-25 Ken Werner <ken.werner@de.ibm.com>
11525
11526 * gdb.opencl/convs_casts.cl: Move program scope variables into the
11527 OpenCL kernel function. Add a comment as marker. Add address space
11528 qualifiers for the remaining program scope variables.
11529 * gdb.opencl/datatypes.cl: Likewise.
11530 * gdb.opencl/operators.cl: Likewise.
11531 * gdb.opencl/vec_comps.cl: Likewise.
11532 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
11533 Add breakpoint at the marker comment.
11534 * gdb.opencl/datatypes.exp: Likewise.
11535 * gdb.opencl/operators.exp: Likewise.
11536 * gdb.opencl/vec_comps.exp: Likewise.
11537
11538 2011-01-24 Pedro Alves <pedro@codesourcery.com>
11539
11540 * gdb.base/printcmds.c (some_struct): New struct and instance.
11541 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
11542 procedure.
11543 <global scope>: Call it.
11544
11545 2011-01-21 Ken Werner <ken.werner@de.ibm.com>
11546
11547 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
11548 argument to the gdb_compile_opencl_hostapp call.
11549
11550 2011-01-19 Yao Qi <yao@codesourcery.com>
11551
11552 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
11553 positve list.
11554
11555 2011-01-19 Yao Qi <yao@codesourcery.com>
11556
11557 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
11558 canonical form.
11559 Remove "xscale-*-*"
11560 * gdb.xml/tdesc-regs.exp: Likewise.
11561 * gdb.python/py-section-script.exp: Replace ARM target triplet
11562 with canonical form.
11563 Match arm*-*-symbianelf*.
11564 * gdb.base/dup-sect.exp: Likewise.
11565 * lib/dwarf.exp: New.
11566 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
11567 dwarf2_support.
11568 * gdb.dwarf2/dup-psym.exp: Likewise.
11569 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
11570 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11571 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
11572 * gdb.dwarf2/dw2-basic.exp: Likewise.
11573 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11574 * gdb.dwarf2/dw2-const.exp: Likewise.
11575 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
11576 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
11577 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
11578 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
11579 * gdb.dwarf2/dw2-filename.exp: Likewise.
11580 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
11581 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
11582 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11583 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11584 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
11585 * gdb.dwarf2/dw2-noloc.exp: Likewise.
11586 * gdb.dwarf2/dw2-op-call.exp: Likewise.
11587 * gdb.dwarf2/dw2-producer.exp: Likewise.
11588 * gdb.dwarf2/dw2-ranges.exp: Likewise.
11589 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
11590 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
11591 * gdb.dwarf2/dw2-strp.exp: Likewise.
11592 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
11593 * gdb.dwarf2/implptr.exp: Likewise.
11594 * gdb.dwarf2/mac-fileno.exp: Likewise.
11595 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
11596 * gdb.dwarf2/pieces.exp: Likewise.
11597 * gdb.dwarf2/pr11465.exp: Likewise.
11598 * gdb.dwarf2/valop.exp: Likewise.
11599 * gdb.dwarf2/watch-notconst.exp: Likewise.
11600 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
11601
11602 2011-01-19 Tom Tromey <tromey@redhat.com>
11603
11604 * gdb.python/py-infthread.exp: Add thread tests.
11605
11606 2011-01-14 Joel Brobecker <brobecker@adacore.com>
11607
11608 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
11609
11610 2011-01-14 Joel Brobecker <brobecker@adacore.com>
11611
11612 * gdb.ada/widewide: New testcase.
11613
11614 2011-01-13 Joel Brobecker <brobecker@adacore.com>
11615
11616 * gdb.base/interact.exp: New testcase.
11617
11618 2011-01-12 Tom Tromey <tromey@redhat.com>
11619
11620 * gdb.mi/gdb2549.exp: Update for error message changes.
11621 * gdb.mi/mi-cli.exp: Likewise.
11622 * gdb.mi/mi-disassemble.exp: Likewise.
11623 * gdb.mi/mi-pthreads.exp: Likewise.
11624 * gdb.mi/mi-regs.exp: Likewise.
11625 * gdb.mi/mi-stack.exp: Likewise.
11626 * gdb.mi/mi-var-block.exp: Likewise.
11627 * gdb.mi/mi-var-cmd.exp: Likewise.
11628 * gdb.mi/mi2-cli.exp: Likewise.
11629 * gdb.mi/mi2-disassemble.exp: Likewise.
11630 * gdb.mi/mi2-pthreads.exp: Likewise.
11631 * gdb.mi/mi2-regs.exp: Likewise.
11632 * gdb.mi/mi2-stack.exp: Likewise.
11633 * gdb.mi/mi2-var-block.exp: Likewise.
11634 * gdb.mi/mi2-var-cmd.exp: Likewise.
11635
11636 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
11637 Jan Kratochvil <jan.kratochvil@redhat.com>
11638
11639 PR fortran/11104 and DWARF unbound arrays detection.
11640 * gdb.fortran/multi-dim.exp: New file.
11641 * gdb.fortran/multi-dim.f90: New file.
11642
11643 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
11644
11645 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
11646 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
11647 add new tests for opcode dumping.
11648
11649 2011-01-11 Tom Tromey <tromey@redhat.com>
11650
11651 * gdb.python/py-infthread.exp: Load gdb-python.exp.
11652
11653 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
11654
11655 Convert hardware watchpoints to use breakpoint_ops.
11656 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
11657 type is not supported.
11658 * gdb.base/foll-fork.exp: Likewise.
11659 * gdb.base/foll-vfork.exp: Likewise.
11660
11661 2011-01-10 Phil Muldoon <pmuldoon@redhat.com>
11662
11663 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
11664 Use load_lib gdb-python.exp.
11665 * gdb.python/python.exp: Ditto.
11666 * gdb.python/py-function.exp: Ditto.
11667
11668 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
11669
11670 * gdb.threads/tls.exp ("info address me"): Fix expected output.
11671
11672 2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11673
11674 * configure: Regenerate.
11675
11676 2011-01-06 Tom Tromey <tromey@redhat.com>
11677
11678 * gdb.python/py-frame.exp: Test gdb.newest_frame.
11679
11680 2011-01-06 Joel Brobecker <brobecker@adacore.com>
11681
11682 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
11683 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
11684 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
11685 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
11686 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
11687 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
11688 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
11689 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
11690 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
11691 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
11692 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
11693 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
11694 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
11695 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
11696 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
11697 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
11698 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
11699 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
11700 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
11701 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
11702 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
11703 gdb.ada/uninitialized_vars.exp,
11704 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
11705 Simplify by using clean_restart.
11706
11707 2011-01-06 Joel Brobecker <brobecker@adacore.com>
11708
11709 Add marker to be used as anchor for inserting breakpoints.
11710 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
11711 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
11712 Likewise.
11713
11714 Remove uses of gdb_start_cmd.
11715 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
11716 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
11717
11718 Do not run testcase if testing with GDBserver.
11719 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
11720 if testing with GDBserver.
11721
11722 2011-01-06 Joel Brobecker <brobecker@adacore.com>
11723
11724 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
11725 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
11726 copyright header.
11727
11728 2011-01-05 Joel Brobecker <brobecker@adacore.com>
11729
11730 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
11731 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
11732 testsuite/gdb.fortran/complex.f,
11733 testsuite/gdb.fortran/derived-type.f90,
11734 testsuite/gdb.fortran/library-module-lib.f90,
11735 testsuite/gdb.fortran/library-module-main.f90,
11736 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
11737 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
11738 Copyright year update.
11739
11740 2011-01-05 Joel Brobecker <brobecker@adacore.com>
11741
11742 * gdb.base/langs1.f: Add copyright header.
11743
11744 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11745
11746 * gdb.base/morestack.exp: New file.
11747 * gdb.base/morestack.c: New file.
11748
11749 2011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11750
11751 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
11752
11753 2010-12-29 Joel Brobecker <brobecker@adacore.com>
11754
11755 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
11756 * gdb.ada/arrayptr.exp: Add test printing that new variable.
11757
11758 2010-12-29 Joel Brobecker <brobecker@adacore.com>
11759
11760 * gdb.ada/lang_switch.exp: Correct expected parameter value.
11761
11762 2010-12-25 Andreas Schwab <schwab@linux-m68k.org>
11763
11764 * gdb.threads/tls.exp: Fix typo.
11765
11766 * gdb.threads/thread-specific.exp (get_thread_list): Update.
11767 * gdb.threads/execl.exp: Update.
11768
11769 2010-12-23 Yao Qi <yao@codesourcery.com>
11770
11771 * gdb.arch/arm-disp-step.exp: New.
11772 * gdb.arch/arm-disp-step.S: New.
11773
11774 2010-12-21 Tom Tromey <tromey@redhat.com>
11775
11776 * gdb.threads/execl.exp: Update.
11777 * gdb.threads/linux-dp.exp: Update.
11778 * gdb.threads/manythreads.exp: Update.
11779 * gdb.threads/tls.exp: Update.
11780
11781 2010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11782
11783 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
11784 (NextOverThrowDerivates) <resumebpt>: New.
11785 (resumebpt_test): New.
11786 (main): Call resumebpt_test.
11787 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
11788
11789 2010-12-12 Stan Shebs <stan@codesourcery.com>
11790
11791 * gdb.trace/tsv.exp: Test print command on trace state variables.
11792
11793 2010-12-09 Tom Tromey <tromey@redhat.com>
11794
11795 * gdb.base/interp.exp: Add regression test.
11796
11797 2010-12-09 Tom Tromey <tromey@redhat.com>
11798
11799 * gdb.java/jnpe.java: New file.
11800 * gdb.java/jnpe.exp: New file.
11801 * gdb.cp/nextoverthrow.exp: New file.
11802 * gdb.cp/nextoverthrow.cc: New file.
11803
11804 2010-12-07 Doug Evans <dje@google.com>
11805
11806 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
11807 of data-directory.
11808 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
11809 updated.
11810 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
11811
11812 2010-11-29 Michael Snyder <msnyder@vmware.com>
11813
11814 * gdb.base/callfuncs.exp: Test for skip_float_tests.
11815 * gdb.base/call-sc.exp: Ditto.
11816 * gdb.base/finish.exp: Ditto.
11817 * gdb.base/return.exp: Ditto.
11818 * gdb.base/return2.exp: Ditto.
11819
11820 2010-11-30 Doug Evans <dje@google.com>
11821
11822 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
11823 (gdb_expect_list): Fix spelling errors in comments.
11824 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
11825 send_gdb/gdb_expect_list where applicable.
11826 * gdb.base/call-ar-st.exp: Ditto.
11827 * gdb.base/funcargs.exp: Ditto.
11828 * gdb.base/gcore.exp: Ditto.
11829 * gdb.base/page.exp: Ditto.
11830 * gdb.base/sigaltstack.exp: Ditto.
11831 * gdb.base/siginfo.exp: Ditto.
11832 * gdb.base/sigstep.exp: Ditto.
11833 * gdb.base/trace-commands.exp: Ditto.
11834
11835 2010-11-29 Doug Evans <dje@google.com>
11836
11837 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
11838 printer-name;subprinter-name.
11839
11840 2010-11-29 Tom Tromey <tromey@redhat.com>
11841
11842 * gdb.dwarf2/implptr.exp: New file.
11843 * gdb.dwarf2/implptr.c: New file.
11844 * gdb.dwarf2/implptr.S: New file.
11845
11846 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
11847
11848 PR python/12199
11849
11850 * gdb.python/py-breakpoint.exp: Test the delete method.
11851
11852 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11853
11854 Fix step_resume_breakpoint unsaved during an infcall.
11855 * gdb.base/step-resume-infcall.exp: New file.
11856 * gdb.base/step-resume-infcall.c: New file.
11857
11858 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
11859
11860 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
11861
11862 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
11863
11864 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
11865 on ppc64's symbols; "finish" and "return" commands must accept to
11866 show the caller line again as well as the line after.
11867 * gdb.asm/powerpc64.inc: New file.
11868
11869 2010-11-23 Doug Evans <dje@google.com>
11870
11871 * lib/gdb.exp (gdb_test_sequence): New function.
11872 (gdb_expect_list): Add verbose -log call for each pattern.
11873 * gdb.base/signals.exp (test_handle_all_print): Call it.
11874 Reduce timeout increment from 6 minutes to 1 minute.
11875 * gdb.server/ext-run.exp: Call it.
11876
11877 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
11878
11879 PR python/12212
11880
11881 * gdb.python/python.exp: Check that selected_thread raises an
11882 error when no inferior is loaded.
11883
11884 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11885
11886 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
11887 * gdb.dwarf2/dw2-stack-boundary.S: New file.
11888
11889 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11890
11891 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
11892 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
11893
11894 2010-11-18 Doug Evans <dje@google.com>
11895
11896 * gdb.server/ext-run.exp: Fix intermittent failures.
11897
11898 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
11899
11900 * gdb.stabs/gdb11479.exp: Use runto_main.
11901
11902 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
11903
11904 * gdb.base/break-entry.exp: Skip if using a stub.
11905
11906 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
11907
11908 * gdb.python/py-inferior.exp: Pack values in target endianness.
11909
11910 2010-11-12 Tom Tromey <tromey@redhat.com>
11911
11912 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
11913 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
11914 MemoryError.
11915 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
11916 type.
11917 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
11918 MemoryError.
11919 (test_subscript_regression): Update exception type.
11920
11921 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
11922
11923 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
11924 breakpoint tests.
11925
11926 2010-11-09 Pedro Alves <pedro@codesourcery.com>
11927
11928 * gdb.base/watchpoint.exp: Test "watch -location" with an
11929 innacessible location.
11930
11931 2010-11-09 Edjunior Machado <emachado@br.ibm.com>
11932 Luis Machado <luisgpm@br.ibm.com>
11933
11934 * gdb.base/maint.exp: Expect "." prefix.
11935 * gdb.base/nodebug.exp: Expect "." Likewise.
11936 * gdb.base/sepsymtab.exp: Expect "." Likewise.
11937 * gdb.base/watchpoint-cond-gone.exp: Likewise.
11938 * gdb.base/watchpoint.exp: Expect a software watch to be created for
11939 POWER server processors.
11940
11941 2010-11-08 Edjunior Machado <emachado@br.ibm.com>
11942 Luis Machado <luisgpm@br.ibm.com>
11943
11944 * gdb.base/break-entry.exp: convert entry point for
11945 ppc64 and expect leading `.' on ppc64's symbols
11946
11947 2010-11-05 Doug Evans <dje@google.com>
11948
11949 * gdb.base/help.exp: Update expected output.
11950 * gdb.python/py-param.exp: Delete, contents moved to ...
11951 * gdb.python/py-parameter.exp: ... here. New file.
11952 Add test for gdb.parameter ("directories").
11953
11954 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
11955
11956 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
11957 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
11958 * configure: Regenerate.
11959 * gdb.opencl/Makefile.in: New File.
11960 * gdb.opencl/datatypes.exp: Likewise.
11961 * gdb.opencl/datatypes.cl: Likewise.
11962 * gdb.opencl/operators.exp: Likewise.
11963 * gdb.opencl/operators.cl: Likewise.
11964 * gdb.opencl/vec_comps.exp: Likewise.
11965 * gdb.opencl/vec_comps.cl: Likewise.
11966 * gdb.opencl/convs_casts.exp: Likewise.
11967 * gdb.opencl/convs_casts.cl: Likewise.
11968 * lib/opencl.exp: Likewise.
11969 * lib/opencl_hostapp.c: Likewise.
11970 * lib/opencl_kernel.cl: Likewise.
11971 * lib/cl_util.c: Likewise.
11972 * lib/cl_util.c: Likewise.
11973 * gdb.base/default.exp (set language): Add "opencl" to the list of
11974 languages.
11975
11976 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
11977
11978 * gdb.cp/overload.exp: Added test for inheritance overload.
11979 * gdb.cp/overload.cc: Ditto.
11980 * gdb.cp/oranking.exp: Removed releveant kfails.
11981
11982 2010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11983 Joel Brobecker <brobecker@adacore.com>
11984
11985 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
11986 check test_compiler_info.
11987
11988 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
11989
11990 * gdb.base/gnu_vector.exp: Adjust expect messages.
11991
11992 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
11993
11994 * gdb.base/gnu_vector.exp: Add unary operator tests.
11995
11996 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
11997
11998 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
11999
12000 2010-11-02 Doug Evans <dje@google.com>
12001
12002 * gdb.python/py-pp-maint.c: New file.
12003 * gdb.python/py-pp-maint.exp: New file.
12004 * gdb.python/py-pp-maint.py: New file.
12005
12006 2010-11-02 Tom Tromey <tromey@redhat.com>
12007
12008 * gdb.base/default.exp: Remove "scheme" from language list.
12009
12010 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12011
12012 Revert:
12013 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12014 * gdb.threads/sigstep-threads.exp: New file.
12015 * gdb.threads/sigstep-threads.c: New file.
12016
12017 2010-10-20 Michael Snyder <msnyder@vmware.com>
12018
12019 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
12020
12021 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
12022
12023 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
12024 Skip test completely if gdb,no_hardware_watchpoints.
12025
12026 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
12027
12028 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
12029 strict, but do not check for any particular function name within libc.
12030
12031 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
12032
12033 * gdb.cp/smartp.exp: New test.
12034 * gdb.cp/smartp.cc : New test.
12035
12036 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
12037
12038 * gdb.cp/converts.exp: Test pointer to bool conversion.
12039 Test pointer to long conversion.
12040 * gdb.cp/oranking.exp: Removed relevant kfail.
12041
12042 2010-10-18 Tom Tromey <tromey@redhat.com>
12043
12044 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
12045 argument to lazy_string.
12046 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
12047 (pp_ls.to_string): Use it.
12048 * gdb.python/py-prettyprint.c (main): Move declarations to top.
12049 Add "estring2" local.
12050
12051 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12052
12053 Fix s390x compatibility.
12054 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
12055 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
12056
12057 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12058
12059 * gdb.threads/sigstep-threads.exp: New file.
12060 * gdb.threads/sigstep-threads.c: New file.
12061
12062 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12063
12064 * gdb.base/pie-execl.exp: New file.
12065 * gdb.base/pie-execl.c: New file.
12066
12067 2010-10-13 Doug Evans <dje@google.com>
12068 Jan Kratochvil <jan.kratochvil@redhat.com>
12069
12070 PR exp/12117
12071 * gdb.cp/ptype-cv-cp.cc: New file.
12072 * gdb.cp/ptype-cv-cp.exp: New file.
12073
12074 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
12075
12076 * gdb.cp/converts.cc: New test program.
12077 * gdb.cp/converts.exp: New test.
12078 * gdb.cp/overload.exp: Added test for void* vs int*.
12079 * gdb.cp/overload.exp: Ditto.
12080 * gdb.cp/oranking.exp: Removed related kfail.
12081
12082 2010-10-13 Doug Evans <dje@google.com>
12083
12084 * lib/gdb-python.exp (gdb_check_python_config): New function.
12085 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
12086 * gdb.python/lib-types.cc: New file.
12087 * gdb.python/lib-types.exp: New file.
12088
12089 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12090
12091 * gdb.python/py-error.exp: New file.
12092 * gdb.python/py-error.py: New file.
12093
12094 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12095
12096 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
12097 gdb_test_multiple.
12098
12099 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12100
12101 * gdb.base/break-interp.exp: Use ldlags for linking flags.
12102 * gdb.base/prelink.exp: Likewise.
12103 * gdb.base/solib-nodir.exp: Likewise.
12104 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
12105 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
12106 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
12107
12108 2010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
12109
12110 * break-interp.exp (test_ld): Use two separate gdb_expect statements
12111 for the "info files" test to avoid timeouts on slow machines.
12112
12113 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12114
12115 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
12116 (main): Make openlib dummy call.
12117
12118 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12119
12120 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
12121 * break-interp.exp (reach): Move the core body ...
12122 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
12123 (test_ld): Provide always real argument, even to the linker. Replace
12124 dl_main by _dl_debug_state.
12125
12126 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12127
12128 Fix results of prelinked PIEs on ppc*.
12129 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
12130 Accept also DISPLACEMENT "PRESENT".
12131 (main): Replace "ZERO" displacements by "PRESENT".
12132
12133 2010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
12134
12135 * gdb.cp/oranking.exp: New test.
12136 * gdb.cp/oranking.cc: New test program.
12137
12138 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
12139
12140 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
12141 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
12142
12143 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
12144
12145 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
12146 lush, lynx) New constant.
12147 * gdb.base/constvars.exp: Test const array types.
12148 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
12149
12150 2010-10-06 Doug Evans <dje@google.com>
12151
12152 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
12153 of syscall staging area.
12154
12155 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
12156
12157 * gdb.base/gnu_vector.c: Add variable c4.
12158 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
12159 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
12160
12161 2010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
12162
12163 * gdb.arch/altivec-abi.exp: Fix a typo.
12164
12165 2010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
12166
12167 * lib/mi-support.exp (thread_selected_re): Correct pattern used
12168 to match a thread ID.
12169
12170 2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12171
12172 Fix s390x testcase compatibility.
12173 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
12174
12175 2010-10-01 Doug Evans <dje@google.com>
12176
12177 * lib/gdb-python.exp: New file.
12178 * gdb.python/py-block.exp: Use it.
12179 * gdb.python/py-breakpoint.exp: Ditto.
12180 * gdb.python/py-frame.exp: Ditto.
12181 * gdb.python/py-inferior.exp: Ditto.
12182 * gdb.python/py-param.exp: Ditto.
12183 * gdb.python/py-prettyprint.exp: Ditto.
12184 * gdb.python/py-shared.exp: Ditto.
12185 * gdb.python/py-symbol.exp: Ditto.
12186 * gdb.python/py-symtab.exp: Ditto.
12187 * gdb.python/py-type.exp: Ditto.
12188 * gdb.python/py-value.exp: Ditto.
12189 * gdb.python/python.exp: Ditto.
12190
12191 2010-09-30 Tom Tromey <tromey@redhat.com>
12192
12193 * gdb.base/anon.exp: New file.
12194 * gdb.base/anon.c: New file.
12195
12196 2010-09-30 Tom Tromey <tromey@redhat.com>
12197
12198 * gdb.base/completion.exp: Test completion through anonymous
12199 union.
12200 * gdb.base/break1.c (struct some_struct): Add anonymous union.
12201
12202 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12203
12204 Fix printing parameters of inlined functions.
12205 * gdb.dwarf2/dw2-inline-param.exp: New file.
12206 * gdb.dwarf2/dw2-inline-param-main.c: New file.
12207 * gdb.dwarf2/dw2-inline-param.S: New file.
12208
12209 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12210
12211 PR corefiles/12071.
12212 * gdb.base/corefile.exp (quit with a process, no question: load core)
12213 (quit with a core file): New tests.
12214
12215 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12216
12217 Fix GDB crash on inferior calls with self-referencing classes.
12218 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
12219 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
12220 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
12221
12222 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12223
12224 Fix lost siginfo_t for inferior calls.
12225 * gdb.base/siginfo-infcall.exp: New file.
12226 * gdb.base/siginfo-infcall.c: New file.
12227
12228 2010-09-22 Joel Brobecker <brobecker@adacore.com>
12229
12230 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
12231
12232 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12233
12234 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
12235 New test.
12236 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
12237
12238 2010-09-22 Joel Brobecker <brobecker@adacore.com>
12239
12240 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
12241 type of our const type.
12242
12243 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
12244
12245 * gdb.cp/pr12028.cc: New.
12246 * gdb.cp/pr12028.exp: New.
12247
12248 2010-09-22 Joel Brobecker <brobecker@adacore.com>
12249
12250 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
12251
12252 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
12253 Jan Kratochvil <jan.kratochvil@redhat.com>
12254
12255 PR mi/11407
12256 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
12257 * gdb.mi/dw2-ref-missing-frame-main.c New File.
12258 * gdb.mi/dw2-ref-missing-frame.S New File.
12259 * gdb.mi/dw2-ref-missing-frame.exp New File.
12260
12261 2010-09-14 Tom Tromey <tromey@redhat.com>
12262
12263 PR symtab/8399:
12264 * gdb.threads/tls.exp: Remove kfail. Update expected output.
12265
12266 2010-09-14 Tom Tromey <tromey@redhat.com>
12267
12268 PR exp/11803:
12269 * gdb.threads/tls.exp: Use C++.
12270 (check_thread_local): Use K::another_thread_local.
12271 * gdb.threads/tls.c (class K): New.
12272 (another_thread_local): Now a member of K.
12273 (spin): Update. No longer K&R C.
12274
12275 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
12276
12277 * gdb.cp/koenig.cc: created class for testing member lookup.
12278 * gdb.cp/koenig.exp: Added test for member lookup.
12279
12280 2010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12281
12282 Fix false FAILs on sourcetree topdir directory containing "kill".
12283 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
12284 source line matching regexp.
12285
12286 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12287
12288 * gdb.python/python.exp (set height 0, collect help from uiout)
12289 (verify help to uiout): New tests.
12290
12291 2010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12292
12293 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
12294 is_lp64_target to check 64bit target.
12295
12296 2010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
12297
12298 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
12299 (test_ld) <powerpc64-*>: New.
12300
12301 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
12302
12303 * gdb.cp/templates.exp (test_template_args): Allow "struct".
12304
12305 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
12306
12307 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
12308 (FunctionArg::method): New function.
12309 (empty, arg): New variables.
12310 (main): Call arg.method.
12311 * gdb.cp/templates.exp (test_template_args): New function.
12312 (do_tests): Call it.
12313
12314 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
12315
12316 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
12317 of "next" to proceed over pthread_exit call.
12318
12319 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
12320
12321 * gdb.base/maint.exp: Avoid wildcards against potentially very long
12322 "maint print statistics" output to prevent expect timeouts.
12323
12324 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
12325
12326 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
12327 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
12328 (test_float_rejected): ... here.
12329 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
12330 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
12331 (test_float_rejected): ... here.
12332 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
12333 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
12334 (test_float_rejected): ... here.
12335 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
12336 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
12337 (test_float_rejected): ... here.
12338
12339 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
12340
12341 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
12342 before disabling hardware watchpoints.
12343 (test_inaccessible_watchpoint): Check that hardware watchpoints
12344 are used. Test for watchpoints on a constant address.
12345
12346 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12347
12348 * gdb.base/ui-redirect.exp: New file.
12349
12350 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12351 Joel Brobecker <brobecker@adacore.com>
12352
12353 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
12354
12355 2010-08-31 Doug Evans <dje@google.com>
12356
12357 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
12358
12359 2010-08-30 Tom Tromey <tromey@redhat.com>
12360
12361 PR python/11792:
12362 * gdb.python/py-value.exp (test_subscript_regression): Add
12363 dynamic_type test.
12364
12365 2010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
12366
12367 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
12368 instead of running to main. Do not test the main function.
12369 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
12370 Add new main.
12371
12372 2010-08-26 Pedro Alves <pedro@codesourcery.com>
12373
12374 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
12375 one test.
12376
12377 2010-08-24 Doug Evans <dje@google.com>
12378
12379 PR symtab/11942
12380 * gdb.dwarf2/dw4-sig-types.cc: New file.
12381 * gdb.dwarf2/dw4-sig-types.h: New file.
12382 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
12383 * gdb.dwarf2/dw4-sig-types.exp: New file.
12384
12385 2010-08-23 Tom Tromey <tromey@redhat.com>
12386
12387 PR python/11145:
12388 * gdb.python/py-value.c (Base, Derived): New types.
12389 (base): New global.
12390 * gdb.python/py-value.exp (test_subscript_regression): Add
12391 dynamic_cast test.
12392
12393 2010-08-23 Tom Tromey <tromey@redhat.com>
12394
12395 PR python/10676:
12396 * gdb.python/py-type.exp (test_fields): Add tests for type
12397 equality.
12398
12399 2010-08-23 Tom Tromey <tromey@redhat.com>
12400
12401 PR python/11915:
12402 * gdb.python/py-type.exp (test_fields): Add tests for array.
12403
12404 2010-08-23 Keith Seitz <keiths@redhat.com>
12405
12406 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
12407 have any children. Create a new abbrev for it.
12408 Add missing terminal sequence to .debug_abbrev.
12409
12410 2010-08-20 Keith Seitz <keiths@redhat.com>
12411
12412 PR symtab/11465:
12413 * gdb.dwarf2/pr11465.exp: New test.
12414 * gdb.dwarf2/pr11465.S: New file.
12415 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
12416 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
12417
12418 2010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
12419
12420 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
12421 registers. Update data sets with the new v2_double element in the
12422 VSX register union. Add vector_register3_vr data set for the AltiVec
12423 registers. Use gdb_test_no_output instead of send_gdb.
12424
12425 2010-08-19 Pedro Alves <pedro@codesourcery.com>
12426
12427 * gdb.python/py-shared.exp: New file, factored out from
12428 python.exp.
12429 * gdb.python/py-shared.c: New file.
12430 * gdb.python/py-shared-sl.c: New file.
12431 * gdb.python/python-1.c: New file.
12432 * gdb.python/python-sl.c: Delete.
12433 * gdb.python/python.c: Mention python-1.c.
12434 * gdb.python/python.exp: Move shared library tests to
12435 py-shared.exp.
12436 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
12437 (MISCELLANEOUS): New.
12438 (clean mostlyclean): Also remove $MISCELLANEOUS.
12439
12440 2010-08-19 Doug Evans <dje@google.com>
12441
12442 PR exp/11926
12443 * gdb.base/printcmds.exp (test_float_accepted): New function.
12444 Move existing float tests there. Add tests for floats with suffixes.
12445 (test_float_rejected): New function.
12446 * gdb.java/jv-print.exp (test_float_accepted): New function.
12447 (test_float_rejected): New function.
12448 * gdb.objc/print.exp: New file.
12449 * gdb.pascal/print.exp: New file.
12450 * lib/objc.exp: New file.
12451
12452 2010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
12453
12454 * gdb.base/default.exp (info set): Avoid full buffer error and force
12455 reading up to final gdb prompt.
12456 (show): Likewise.
12457
12458 2010-08-18 Tom Tromey <tromey@redhat.com>
12459
12460 PR symtab/11919:
12461 * gdb.base/completion.exp: Add test.
12462
12463 2010-08-18 Doug Evans <dje@google.com>
12464
12465 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
12466 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
12467 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
12468 Simplify, early exit if runto_main fails.
12469 * gdb.fortran/exprs.exp: load_lib fortran.exp.
12470 (set_lang_fortran): Moved to lib/fortran.exp.
12471 * gdb.fortran/types.exp: load_lib fortran.exp.
12472 (set_lang_fortran): Moved to lib/fortran.exp.
12473 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
12474 * gdb.java/jprint.exp (set_lang_java): Ditto.
12475 * gdb.java/jv-exp.exp: load_lib java.exp.
12476 If set_lang_java fails, issue a warning instead of failure to be
12477 consistent with other set_lang_foo uses.
12478 (set_lang_java): Moved to lib/java.exp.
12479 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
12480 If set_lang_java fails, issue a warning instead of failure to be
12481 consistent with other set_lang_foo uses.
12482 * gdb.pascal/types.exp: load_lib pascal.exp.
12483 (set_lang_pascal): Moved to lib/pascal.exp.
12484 * lib/fortran.exp: New file.
12485 * lib/java.exp (set_lang_java): New function.
12486 * lib/pascal.exp (set_lang_pascal): New function.
12487
12488 2010-08-18 Yao Qi <yao@codesourcery.com
12489
12490 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
12491 func_nofb_start and func_loopfb_start, so that address of functions
12492 is equal to these labels on Thumb.
12493
12494 2010-08-18 Yao Qi <yao@codesourcery.com>
12495
12496 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
12497 to reflect latest c source file.
12498
12499 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12500
12501 * gdb.cp/infcall-dlopen.exp: New file.
12502 * gdb.cp/infcall-dlopen.cc: New file.
12503 * gdb.cp/infcall-dlopen-lib.cc: New file.
12504
12505 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12506 Pedro Alves <pedro@codesourcery.com>
12507
12508 PR breakpoints/11371
12509
12510 * gdb.base/watch-cond-infcall.exp: New file.
12511 * gdb.base/watch-cond-infcall.c: New file.
12512
12513 2010-08-16 Tom Tromey <tromey@redhat.com>
12514
12515 * gdb.base/help.exp: Update.
12516 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
12517 watchpoint.
12518 (test_watch_location): New proc.
12519 (test_watchpoint_in_big_blob): Delete watchpoint.
12520 * gdb.base/watchpoint.c (func5): New function.
12521 (main): Call it.
12522
12523 2010-08-16 Doug Evans <dje@google.com>
12524
12525 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
12526
12527 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
12528
12529 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
12530 tests.
12531
12532 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
12533
12534 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
12535 * gdb.base/gnu_vector.c: New File.
12536 * gdb.base/gnu_vector.exp: Likewise.
12537
12538 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
12539
12540 * gdb.python/python.c: New File.
12541 * gdb.python/python-sl.c: New File.
12542 * gdb.python/python.exp: Test solib_address and decode_line
12543 * functions.
12544
12545 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12546
12547 * gdb.python/python.exp (show height, set height 10)
12548 (verify pagination beforehand, verify pagination beforehand: q)
12549 (gdb.execute does not page, verify pagination afterwards)
12550 (verify pagination afterwards: q): New.
12551
12552 2010-08-02 Doug Evans <dje@google.com>
12553
12554 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
12555 because of an older gcc, change test2
12556 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
12557 to unsupported.
12558
12559 2010-07-30 Kazu Hirata <kazu@codesourcery.com>
12560
12561 * gdb.base/break-always.exp: Do not expect full paths to file
12562 names.
12563 * gdb.base/commands.exp: Likewise.
12564
12565 2010-07-30 Doug Evans <dje@google.com>
12566
12567 * gdb.cp/temargs.exp: For new tests that require newer gccs,
12568 xfail them when run with older gccs.
12569
12570 * lib/gdb.exp (build_executable): Forward "c++" option to
12571 get_compiler_info.
12572
12573 * gdb.python/py-type.exp (test_template): Mark as xfail tests
12574 "python print ttype.template_argument(1)" and
12575 "python print isinstance(ttype.template_argument(1), gdb.Value)"
12576 if using gcc 4.4 or earlier.
12577
12578 * gdb.base/valgrind-db-attach.exp: Use unique test name for
12579 attach-to-debugger handling.
12580
12581 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12582
12583 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
12584 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
12585 (main): Use copyreloc.
12586 * gdb.base/prelink.exp (split debug of executable)
12587 (.dynbss vs. .bss address shift): New tests.
12588
12589 2010-07-29 Pedro Alves <pedro@codesourcery.com>
12590
12591 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
12592 in gdb_test_multiple.
12593
12594 2010-07-29 Pedro Alves <pedro@codesourcery.com>
12595
12596 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
12597 environment.
12598
12599 2010-07-28 Tom Tromey <tromey@redhat.com>
12600
12601 PR python/11060:
12602 * gdb.python/py-type.c (Temargs): New template.
12603 (temvar): New variable.
12604 * gdb.python/py-type.exp (test_template): New proc.
12605
12606 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
12607
12608 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
12609 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
12610
12611 2010-07-28 Tom Tromey <tromey@redhat.com>
12612
12613 PR c++/9946:
12614 * gdb.cp/temargs.exp: New file.
12615 * gdb.cp/temargs.cc: New file.
12616
12617 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12618
12619 * gdb.base/help.exp (help disassemble): Update the content.
12620
12621 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12622
12623 * gdb.threads/ia64-sigill.exp: New file.
12624 * gdb.threads/ia64-sigill.c: New file.
12625
12626 2010-07-27 Tom Tromey <tromey@redhat.com>
12627
12628 * gdb.opt/inline-cmds.c (ATTR): New define.
12629 (func1): Use it.
12630 (func2): Likewise.
12631 (func3): Likewise.
12632 (outer_inline1): Likewise.
12633 (outer_inline2): Likewise.
12634 * gdb.opt/inline-bt.c (ATTR): New define.
12635 (func1): Use it.
12636 (func2): Likewise.
12637 * gdb.opt/inline-locals.c (ATTR): New define.
12638 (func1): Use it.
12639 (func2): Likewise.
12640
12641 2010-07-27 Tom Tromey <tromey@redhat.com>
12642
12643 * gdb.stabs/gdb11479.c (hack): New function.
12644 (test): Use it.
12645 (test2): Use it.
12646 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
12647 (int32_search_buf, int64_search_buf): No longer static.
12648 (x): Remove.
12649 * gdb.base/relocate.c (hack): New function.
12650
12651 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
12652
12653 * gdb.python/py-value.exp (test_inferior_function_call): New function.
12654 * gdb.python/py-value.c (func1): New function.
12655 (func2): Likewise.
12656
12657 2010-07-26 Corinna Vinschen <vinschen@redhat.com>
12658
12659 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
12660 as not to clash with .data section.
12661
12662 2010-07-26 Jerome Guitton <guitton@adacore.com>
12663
12664 * gdb.base/code_elim.exp: New file.
12665 * gdb.base/code_elim1.c: New file.
12666 * gdb.base/code_elim2.c: New file.
12667
12668 2010-07-21 Pedro Alves <pedro@codesourcery.com>
12669
12670 PR symtab/11827
12671
12672 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
12673 (some_volatile_enum): New variable.
12674 * gdb.base/printcmds.exp (test_print_enums): New.
12675 <top level>: Call it.
12676
12677 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
12678
12679 * gdb.cp/fpointer.cc: New test.
12680 * gdb.cp/fpointer.exp: New test.
12681
12682 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12683
12684 * gdb.base/solib-nodir.exp: New file.
12685 * lib/gdb.exp (runto): New case for a GDB internal error.
12686
12687 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12688 Ulrich Weigand <uweigand@de.ibm.com>
12689 Tom Tromey <tromey@redhat.com>
12690
12691 * gdb.base/charset-malloc.c: New file.
12692 * gdb.base/charset.c (malloc_stub): New prototype.
12693 (main): Call it instead of malloc itself.
12694 * gdb.base/charset.exp: Use only prepare_for_testing.
12695 (binfile): Remove the variable.
12696
12697 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12698
12699 Make core files the process_stratum.
12700 * gdb.base/corefile.exp (run: load core again)
12701 (run: sanity check we see the core file, run: with core)
12702 (run: core file is cleared, attach: load core again)
12703 (attach: sanity check we see the core file, attach: with core)
12704 (attach: core file is cleared): New tests.
12705 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
12706
12707 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
12708
12709 * gdb.arch/altivec-abi.exp: New tests.
12710
12711 2010-07-13 Tom Tromey <tromey@redhat.com>
12712
12713 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
12714 (main): Use it.
12715 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
12716
12717 2010-07-13 Tom Tromey <tromey@redhat.com>
12718
12719 * gdb.base/label.exp: New file.
12720 * gdb.base/label.c: New file.
12721
12722 2010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
12723 H.J. Lu <hongjiu.lu@intel.com>
12724
12725 * lib/gdb.exp (is_ilp32_target): New.
12726 (is_lp64_target): Likewise.
12727
12728 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
12729 target.
12730 * gdb.arch/amd64-disp-step.exp: Likewise.
12731 * gdb.arch/amd64-dword.exp: Likewise.
12732 * gdb.arch/amd64-i386-address.exp: Likewise.
12733 * gdb.arch/amd64-word.exp: Likewise.
12734
12735 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
12736 target.
12737 * gdb.arch/i386-bp_permanent.exp: Likewise.
12738 * gdb.arch/i386-byte.exp: Likewise.
12739 * gdb.arch/i386-disp-step.exp: Likewise.
12740 * gdb.arch/i386-gnu-cfi.exp: Likewise.
12741 * gdb.arch/i386-prologue.exp: Likewise.
12742 * gdb.arch/i386-size-overlap.exp: Likewise.
12743 * gdb.arch/i386-size.exp: Likewise.
12744 * gdb.arch/i386-sse.exp: Likewise.
12745 * gdb.arch/i386-unwind.exp: Likewise.
12746 * gdb.arch/i386-word.exp: Likewise.
12747
12748 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
12749 test only when building 64-bit executables. Do not hard-code
12750 -m64 option.
12751
12752 2010-07-07 Doug Evans <dje@google.com>
12753
12754 * lib/gdb.exp (gdb_test_list_exact): New function.
12755 * gdb.base/default.exp (show convenience): Call it, add tests for
12756 $_sdata = void, $_thread = 0.
12757
12758 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12759 Joel Brobecker <brobecker@adacore.com>
12760
12761 Fix re-run of PIE executable, PR shlibs/11776.
12762 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
12763 Remove $displacement_main to match the solib-svr4.c change. New "kill"
12764 and re-"run" of the inferior.
12765
12766 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12767 Joel Brobecker <brobecker@adacore.com>
12768
12769 Cope with missing /usr/sbin/prelink.
12770 * lib/prelink-support.exp (prelink_no):
12771 <result == 1 && $output is "no such file or directory">: New.
12772 (prelink_yes): Likewise. Return on failed prelink_no.
12773
12774 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12775 Joel Brobecker <brobecker@adacore.com>
12776
12777 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
12778 build_executable by build_executable_own_libs. Replace "prelink -R"
12779 execution by a call of prelink_yes. Comment why "prelink -r" needs no
12780 change.
12781 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
12782 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
12783 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
12784 Replace build_executable by build_executable_own_libs's function
12785 build_executable_own_libs.
12786 (prelinkNO): Create new stub to call prelink_no.
12787 (prelinkYES): Create new stub to call prelink_yes.
12788 (test_attach): Rename calls of copy to file_copy.
12789 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
12790 (copy): Move to ...
12791 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
12792 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
12793 * gdb.base/prelink.exp: Disable testcase also for is_remote and
12794 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
12795 special flags by gdb_compile_shlib. Replace second gdb_compile by
12796 build_executable_own_libs. Replace "prelink -R" execution by a call of
12797 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
12798 a second call of prelink_yes. Replace restart commands by
12799 clean_restart.
12800 (prelink): Rename to ...
12801 (seen displacement message): ... this test. Extend its expectation
12802 strictness.
12803
12804 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12805
12806 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
12807 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
12808 displacement message exactly once.
12809
12810 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12811 Joel Brobecker <brobecker@adacore.com>
12812
12813 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
12814 its restore after the <$relink_args != ""> loop. new comment.
12815
12816 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12817 Joel Brobecker <brobecker@adacore.com>
12818
12819 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
12820 code for it. New variable relink_args.
12821 (prelinkYES): Call prelinkNO.
12822 (test_attach): Accept new parameter relink_args. Re-prelink the binary
12823 in such case. Move the core code to ...
12824 (test_attach_gdb): ... a new function. Send GDB command "file".
12825 Extend expected "Attaching to " string.
12826
12827 2010-07-02 Tom Tromey <tromey@redhat.com>
12828
12829 * gdb.base/bitops.exp: Remove extraneous "pass".
12830
12831 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
12832
12833 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
12834
12835 2010-07-01 Pedro Alves <pedro@codesourcery.com>
12836
12837 * gdb.base/help.exp: Adjust expected output.
12838
12839 2010-07-01 Pedro Alves <pedro@codesourcery.com>
12840
12841 * gdb.base/help.exp: Adjust expected output.
12842
12843 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12844
12845 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
12846 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
12847 c++/11702.
12848
12849 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12850 Doug Evans <dje@google.com>
12851
12852 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
12853 add .dynamic entry'.
12854
12855 2010-06-29 Doug Evans <dje@google.com>
12856
12857 Test PR c++/11702.
12858 * gdb.cp/m-static.exp: Add testcase.
12859 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
12860
12861 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
12862 Tom Tromey <tromey@redhat.com>
12863 Thiago Jung Bauermann <bauerman@br.ibm.com>
12864
12865 * gdb.python/py-inferior.c: New File.
12866 * gdb.python/py-infthread.c: New File.
12867 * gdb.python/py-inferior.exp: New File.
12868 * gdb.python/py-infthread.exp: New File.
12869
12870 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12871
12872 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
12873 (ptype ::C::OtherFileClass typedefs): New.
12874 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
12875 (C::OtherFileClass::cOtherFileClassVar2): New.
12876 (C::OtherFileClass::cOtherFileClassVar_use): Use also
12877 cOtherFileClassVar2.
12878 (C::cOtherFileType2, C::cOtherFileVar2): New.
12879 (C::cOtherFileVar_use): use also cOtherFileVar2.
12880 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
12881
12882 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12883
12884 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
12885 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
12886 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
12887 (print ::C::cOtherFileVar)
12888 (whatis C::OtherFileClass::cOtherFileClassType)
12889 (whatis ::C::OtherFileClass::cOtherFileClassType)
12890 (print C::OtherFileClass::cOtherFileClassVar)
12891 (print ::cOtherFileClassVar)
12892 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
12893 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
12894 trailing content.
12895 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
12896 (C::OtherFileClass::cOtherFileClassVar)
12897 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
12898 (C::cOtherFileVar, C::cOtherFileVar_use): New.
12899
12900 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12901
12902 Test PR c++/11703 and PR gdb/1448.
12903 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
12904 gdb/1448.
12905
12906 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12907
12908 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
12909 (main) <rtti_data>: New.
12910 * gdb.cp/virtbase.exp (print rtti_data): New.
12911
12912 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12913 Joel Brobecker <brobecker@adacore.com>
12914
12915 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
12916
12917 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12918
12919 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
12920
12921 2010-06-28 Doug Evans <dje@google.com>
12922
12923 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
12924
12925 2010-06-27 Doug Evans <dje@google.com>
12926
12927 * gdb.cp/m-static.exp: Update expected test output.
12928
12929 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
12930
12931 * gdb.gdb/selftest.exp: Adjust expected message for
12932 capturing start-up runtime.
12933
12934 2010-06-25 Tom Tromey <tromey@redhat.com>
12935
12936 PR python/10808:
12937 * gdb.python/python.exp: Add new tests.
12938
12939 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
12940
12941 * gdb.cp/operator.cc: Created an import loop.
12942 * gdb.cp/operator.exp: Added testcase for import loop.
12943
12944 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12945
12946 Test PR python/11407.
12947 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
12948 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
12949 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
12950 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
12951 executable_nofb and executable_fb. New variables srcsfile, objsfile,
12952 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
12953 binfile. Call gdb_compile with clean_restart twice.
12954 (func_nofb print, func_nofb backtrace, func_loopfb print)
12955 (func_loopfb backtrace): New.
12956
12957 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12958
12959 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
12960 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
12961 by a hand made one.
12962 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
12963 i?86 requirement. Remove variables srcfile and binfile. New variable
12964 sources, executable_nofb and executable_fb. Call prepare_for_testing.
12965
12966 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12967
12968 * gdb.cell/dwarfaddr.exp: New file.
12969 * gdb.cell/dwarfaddr.S: New file.
12970
12971 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12972
12973 Test PR 9436.
12974 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
12975
12976 2010-06-24 Hui Zhu <teawater@gmail.com>
12977
12978 * gdb.base/eval.exp: New file.
12979
12980 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12981
12982 * gdb.cell/fork.exp: New file.
12983 * gdb.cell/fork.c: Likewise.
12984 * gdb.cell/fork-spu.c: Likewise.
12985
12986 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
12987
12988 * lib/gdb.exp (banned_variables_traced): New global variable.
12989 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
12990 (gdb_init): Use `trace add variable' instead of obsolete
12991 `trace variable'.
12992
12993 2010-06-21 Doug Evans <dje@google.com>
12994
12995 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
12996
12997 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12998
12999 * gdb.arch/spu-ls.exp: New file.
13000 * gdb.arch/spu-ls.c: Likewise.
13001
13002 2010-06-18 Stan Shebs <stan@codesourcery.com>
13003
13004 * gdb.threads/thread-specific.exp: Add tests of $_thread.
13005
13006 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13007
13008 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
13009 * gdb.base/watch-cond.exp: Likewise.
13010 * gdb.python/py-breakpoint.exp: Likewise.
13011
13012 2010-06-18 Pedro Alves <pedro@codesourcery.com>
13013
13014 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
13015 clean_restart, make sure every test has a distinct message, and
13016 that messages don't include the executable' full path.
13017
13018 2010-06-17 Doug Evans <dje@google.com>
13019
13020 * gdb.arch/i386-size.exp: Updated expected output for
13021 DISASSEMBLY_OMIT_FNAME.
13022
13023 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13024 Sergio Durigan Junior <sergiodj@redhat.com>
13025
13026 * gdb.base/watch-notconst.c: New file.
13027 * gdb.base/watch-notconst.S: New file.
13028 * gdb.base/watch-notconst2.c: New file.
13029 * gdb.base/watch-notconst2.S: New file.
13030 * gdb.base/watch-notconst.exp: New file.
13031 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
13032 (func4): Add operations on `global_ptr_ptr'.
13033 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
13034 routine to test watchpoints created with a constant expression.
13035 (test_inaccessible_watchpoint): Include tests for watchpoints
13036 created with a constant expression.
13037
13038 2010-06-14 Kevin Buettner <kevinb@redhat.com>
13039
13040 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
13041 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
13042 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
13043 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
13044 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
13045 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
13046 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
13047 of `_start'.
13048
13049 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13050
13051 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
13052 not supported on the target.
13053 * gdb.mi/mi-nonstop-exit.exp: Likewise.
13054 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
13055 * gdb.mi/mi-nsintrall.exp: Likewise.
13056 * gdb.mi/mi-nsmoribund.exp: Likewise.
13057 * gdb.mi/mi-nsthrexec.exp: Likewise.
13058
13059 2010-06-11 Stan Shebs <stan@codesourcery.com>
13060
13061 * gdb.base/permissions.exp: New file.
13062
13063 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13064
13065 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
13066 does not support ELF executable class.
13067
13068 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13069
13070 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
13071
13072 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13073
13074 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
13075 (runto): Catch "The target does not support running in non-stop mode.".
13076
13077 2010-06-11 Michael Snyder <msnyder@vmware.com>
13078
13079 * gdb.base/setshow.exp (set language asm): Don't use
13080 gdb_test_no_output, fails on some targets.
13081
13082 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13083
13084 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
13085 * gdb.cp/pr9167.exp: Likewise.
13086
13087 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13088
13089 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
13090
13091 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13092
13093 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
13094
13095 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13096
13097 * gdb.base/charset.c (main): Make sure malloc gets linked in.
13098
13099 2010-06-11 Tom Tromey <tromey@redhat.com>
13100
13101 PR gdb/9977, PR exp/11636::
13102 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
13103 (pieces_test_f6): Update expected output.
13104
13105 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13106
13107 * gdb.base/moribund-step.exp: New.
13108
13109 2010-06-08 Michael Snyder <msnyder@vmware.com>
13110
13111 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
13112 * gdb.ada/boolean_expr.exp:
13113 * gdb.ada/frame_args.exp: Ditto.
13114 * gdb.ada/lang_switch.exp: Ditto.
13115 * gdb.ada/ptype_arith_binop.exp: Ditto.
13116 * gdb.ada/ref_param.exp: Ditto.
13117 * gdb.ada/type_coercion.exp:Ditto.
13118
13119 * gdb.asm/asm-source.exp: Ditto.
13120
13121 * gdb.base/attach.exp: Ditto.
13122 * gdb.base/bitfields2.exp: Ditto.
13123 * gdb.base/call-signal-resume.exp: Ditto.
13124 * gdb.base/callfuncs.exp: Ditto.
13125 * gdb.base/commands.exp: Ditto.
13126 * gdb.base/dbx.exp: Ditto.
13127 * gdb.base/default.exp: Ditto.
13128 * gdb.base/dump.exp: Ditto.
13129 * gdb.base/exprs.exp: Ditto.
13130 * gdb.base/freebpcmd.exp: Ditto.
13131 * gdb.base/interrupt.exp: Ditto.
13132 * gdb.base/list.exp: Ditto.
13133 * gdb.base/long_long.exp: Ditto.
13134 * gdb.base/maint.exp: Ditto.
13135 * gdb.base/ptype.exp: Ditto.
13136 * gdb.base/return.exp: Ditto.
13137 * gdb.base/setshow.exp: Ditto.
13138 * gdb.base/sigbpt.exp: Ditto.
13139 * gdb.base/sigrepeat.exp: Ditto.
13140
13141 * gdb.cp/classes.exp: Ditto.
13142
13143 * gdb.dwarf2/dw2-restore.exp: Ditto.
13144
13145 * gdb.gdb/selftest.exp: Ditto.
13146
13147 * gdb.multi/base.exp: Ditto.
13148 * gdb.multi/bkpt-multi-exec.exp: Ditto.
13149
13150 * gdb.python/py-block.exp: Ditto.
13151 * gdb.python/py-prettyprint.exp: Ditto.
13152 * gdb.python/py-template.exp: Ditto.
13153
13154 * gdb.server/ext-attach.exp: Ditto.
13155 * gdb.server/ext-run.exp: Ditto.
13156 * gdb.server/server-mon.exp: Ditto.
13157
13158 * gdb.threads/fork-thread-pending.exp: Ditto.
13159 * gdb.threads/hand-call-in-threads.exp: Ditto.
13160 * gdb.threads/interrupted-hand-call.exp: Ditto.
13161 * gdb.threads/linux-dp.exp: Ditto.
13162 * gdb.threads/manythreads.exp: Ditto.
13163 * gdb.threads/print-threads.exp: Ditto.
13164 * gdb.threads/pthreads.exp: Ditto.
13165 * gdb.threads/schedlock.exp: Ditto.
13166 * gdb.threads/thread-unwindonsignal.exp: Ditto.
13167 * gdb.threads/threadapply.exp: Ditto.
13168
13169 2010-06-08 Michael Snyder <msnyder@vmware.com>
13170
13171 * gdb.ada/exec_changed.exp:
13172 Use ".*" instead of "" as wildcard regexp.
13173
13174 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
13175 * gdb.base/call-ar-st.exp: Ditto.
13176 * gdb.base/checkpoint.exp: Ditto.
13177 * gdb.base/default.exp: Ditto.
13178 * gdb.base/dump.exp: Ditto.
13179 * gdb.base/ending-run.exp: Ditto.
13180 * gdb.base/fileio.exp: Ditto.
13181 * gdb.base/miscexprs.exp: Ditto.
13182 * gdb.base/pointers.exp: Ditto.
13183 * gdb.base/readline.exp: Ditto.
13184 * gdb.base/reread.exp: Ditto.
13185 * gdb.base/restore.exp: Ditto.
13186 * gdb.base/shlib-call.exp: Ditto.
13187 * gdb.base/valgrind-db-attach.exp: Ditto.
13188 * gdb.base/volatile.exp: Ditto.
13189 * gdb.base/watchpoints.exp: Ditto.
13190
13191 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
13192
13193 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
13194 * gdb.python/py-value.exp: Ditto.
13195
13196 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
13197 * gdb.trace/circ.exp: Ditto.
13198 * gdb.trace/collection.exp: Ditto.
13199 * gdb.trace/packetlen.exp: Ditto.
13200 * gdb.trace/passc-dyn.exp: Ditto.
13201 * gdb.trace/report.exp: Ditto.
13202 * gdb.trace/tfile.exp: Ditto.
13203 * gdb.trace/tfind.exp: Ditto.
13204 * gdb.trace/while-dyn.exp: Ditto.
13205
13206 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13207
13208 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
13209
13210 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
13211
13212 Test PR 10640.
13213 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
13214
13215 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
13216
13217 * gdb.cp/koenig.exp: Test for ADL operators.
13218 * gdb.cp/koenig.cc: Added ADL operators.
13219 * gdb.cp/operator.exp: New test.
13220 * gdb.cp/operator.cc: New test.
13221
13222 2010-06-04 Michael Snyder <msnyder@vmware.com>
13223
13224 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
13225 * gdb.base/pending.exp: Ditto.
13226
13227 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
13228
13229 2010-06-04 Doug Evans <dje@google.com>
13230
13231 * gdb.python/py-prettyprint.exp: Add new test for enabled and
13232 disabled printers.
13233 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
13234 (enable_lookup_function): New function.
13235
13236 2010-06-04 Tom Tromey <tromey@redhat.com>
13237
13238 * gdb.python/py-value.exp (test_value_hash): Don't test equality
13239 of hash and id.
13240
13241 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13242
13243 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
13244 newline.
13245 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
13246 (empty verbose non-noisy clear, empty verbose noisy clear)
13247 (empty non-verbose noisy clear): Likewise.
13248
13249 2010-06-03 Michael Snyder <msnyder@vmware.com>
13250
13251 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
13252 * gdb.base/display.exp: Ditto.
13253 * gdb.base/find.exp: Ditto.
13254 * gdb.base/ifelse.exp: Ditto.
13255 * gdb.base/multi-forks.exp: Ditto.
13256 * gdb.base/recurse.exp: Ditto.
13257 * gdb.base/setshow.exp: Ditto.
13258 * gdb.base/value-double-free.exp: Ditto.
13259 * gdb.base/watch-vfork.exp: Ditto.
13260 * gdb.base/watch_thread_num.exp: Ditto.
13261 * gdb.base/watchpoint-solib.exp: Ditto.
13262 * gdb.base/watchpoint.exp: Ditto.
13263 * gdb.base/watchpoints.exp: Ditto.
13264
13265 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
13266 * gdb.cp/overload.exp: Ditto.
13267 * gdb.cp/virtfunc.exp: Ditto.
13268
13269 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
13270
13271 * gdb.reverse/watch-precsave.exp:
13272 Replace gdb_test with gdb_test_no_output.
13273
13274 * gdb.threads/attach-into-signal.exp:
13275 Replace gdb_test with gdb_test_no_output.
13276 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
13277 * gdb.threads/watchthreads.exp: Ditto.
13278 * gdb.threads/watchthreads2.exp: Ditto.
13279
13280 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
13281 * gdb.trace/tfind.exp: Ditto.
13282
13283 2010-06-03 Joel Brobecker <brobecker@adacore.com>
13284
13285 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
13286 successful test if message is the empty string.
13287
13288 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13289
13290 * gdb.fortran/module.exp (stopped language detection): New test.
13291
13292 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13293
13294 Support DW_TAG_module as separate namespaces.
13295 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
13296 gdb.fortran/library-module-lib.f90: New.
13297 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
13298 (print i): Remove.
13299 (continue to breakpoint: i-is-1, print var_i value 1)
13300 (continue to breakpoint: i-is-2, print var_i value 2)
13301 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
13302 (print var_d, print var_i value 14, ptype modmany, complete `modm)
13303 (complete `modmany, complete `modmany`, complete `modmany`var)
13304 (show language, setting breakpoint at module): New tests.
13305 * gdb.fortran/module.f90 (module mod): Remove.
13306 (module mod1, module mod2, module modmany, subroutine sub1)
13307 (subroutine sub2, program module): New.
13308
13309 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13310
13311 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
13312 (print value of rUC, print value of rI, print value of UI): ... here.
13313 * gdb.cp/anon-union.exp (pass): Rename to ...
13314 (print z 2): ... here.
13315
13316 2010-06-02 Michael Snyder <msnyder@vmware.com>
13317
13318 * gdb.trace/actions.exp: Use gdb_test_no_output.
13319 * gdb.trace/circ.exp: Ditto.
13320 * gdb.trace/packetlen.exp: Ditto.
13321 * gdb.trace/save-trace.exp: Ditto.
13322 * gdb.trace/tracecmd.exp: Ditto.
13323 * gdb.trace/tsv.exp: Ditto.
13324
13325 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
13326 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
13327 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
13328 * gdb.threads/manythreads.exp: Ditto.
13329 * gdb.threads/print-threads.exp: Ditto.
13330 * gdb.threads/pthreads.exp: Ditto.
13331 * gdb.threads/schedlock.exp: Ditto.
13332 * gdb.threads/staticthreads.exp: Ditto.
13333 * gdb.threads/thread-specific.exp: Ditto.
13334 * gdb.threads/thread-unwindonsignal.exp: Ditto.
13335 * gdb.threads/threadapply.exp: Ditto.
13336 * gdb.threads/watchthreads.exp: Ditto.
13337 * gdb.threads/watchthreads2.exp: Ditto.
13338
13339 * gdb.python/py-block.exp: Use gdb_test_no_output.
13340 * gdb.python/py-prettyprint.exp: Ditto.
13341 * gdb.python/py-template.exp: Ditto.
13342 * gdb.python/py-value.exp: Ditto.
13343
13344 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
13345 * gdb.reverse/watch-reverse.exp: Ditto.
13346
13347 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
13348 * gdb.server/ext-run.exp: Ditto.
13349
13350 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
13351 * gdb.dwarf2/dw2-compressed.exp: Ditto.
13352 * gdb.dwarf2/dw2-intercu.exp: Ditto.
13353 * gdb.dwarf2/dw2-intermix.exp: Ditto.
13354 * gdb.dwarf2/dw2-producer.exp: Ditto.
13355 * gdb.dwarf2/mac-fileno.exp: Ditto.
13356
13357 * gdb.gdb/observer.exp: Use gdb_test_no_output.
13358 * gdb.gdb/selftest.exp: Ditto.
13359
13360 * gdb.multi/base.exp: Use gdb_test_no_output.
13361
13362 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
13363
13364 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13365
13366 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
13367
13368 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
13369
13370 * gdb.cp/class2.exp: Use gdb_test_no_output.
13371 * gdb.cp/classes.exp: Ditto.
13372 * gdb.cp/extern-c.exp: Ditto.
13373 * gdb.cp/inherit.exp: Ditto.
13374 * gdb.cp/maint.exp: Ditto.
13375 * gdb.cp/mb-inline.exp: Ditto.
13376 * gdb.cp/mb-templates.exp: Ditto.
13377 * gdb.cp/method2.exp: Ditto.
13378 * gdb.cp/misc.exp: Ditto.
13379 * gdb.cp/ovldbreak.exp: Ditto.
13380 * gdb.cp/punctuator.exp: Ditto.
13381 * gdb.cp/templates.exp: Ditto.
13382 * gdb.cp/virtbase.exp: Ditto.
13383
13384 * gdb.threads/attach-stopped.exp:
13385 Replace uses of send_gdb / gdb_expect.
13386 * gdb.threads/attachstop-mt.exp:
13387 Replace uses of send_gdb / gdb_expect.
13388 * gdb.threads/gcore-thread.exp:
13389 Replace uses of send_gdb / gdb_expect.
13390 * gdb.threads/hand-call-in-threads.exp:
13391 Replace uses of send_gdb / gdb_expect.
13392 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
13393 * gdb.threads/print-threads.exp:
13394 Replace uses of send_gdb / gdb_expect.
13395 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
13396 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
13397 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
13398
13399 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
13400 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
13401 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
13402 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
13403 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
13404 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
13405 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
13406 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
13407 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
13408 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
13409 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
13410
13411 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13412
13413 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
13414
13415 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
13416
13417 * gdb.cp/koenig.exp: Added new test case.
13418 * gdb.cp/koenig.cc: Ditto.
13419
13420 2010-06-01 Michael Snyder <msnyder@vmware.com>
13421
13422 * gdb.base/arithmet.exp: Use gdb_test_no_output.
13423 * gdb.base/arrayidx.exp: Ditto.
13424 * gdb.base/attach.exp: Ditto.
13425 * gdb.base/auxv.exp: Ditto.
13426 * gdb.base/bigcre.exp: Ditto.
13427 * gdb.base/break-always.exp: Ditto.
13428 * gdb.base/break-interp.exp: Ditto.
13429 * gdb.base/break.exp: Ditto.
13430 * gdb.base/breakpoint-shadow.exp: Ditto.
13431 * gdb.base/call-ar-st.exp: Ditto.
13432 * gdb.base/call-sc.exp: Ditto.
13433 * gdb.base/call-signal-resume.exp: Ditto.
13434 * gdb.base/callfuncs.exp: Ditto.
13435 * gdb.base/catch-syscall.exp: Ditto.
13436 * gdb.base/charset.exp: Ditto.
13437 * gdb.base/code-expr.exp: Ditto.
13438 * gdb.base/commands.exp: Ditto.
13439 * gdb.base/cond-expr.exp: Ditto.
13440 * gdb.base/condbreak.exp: Ditto.
13441 * gdb.base/cursal.exp: Ditto.
13442 * gdb.base/cvexpr.exp: Ditto.
13443 * gdb.base/default.exp: Ditto.
13444 * gdb.base/del.exp: Ditto.
13445 * gdb.base/detach.exp: Ditto.
13446 * gdb.base/display.exp: Ditto.
13447 * gdb.base/ena-dis-br.exp: Ditto.
13448 * gdb.base/eval-skip.exp: Ditto.
13449 * gdb.base/foll-fork.exp: Ditto.
13450 * gdb.base/foll-vfork.exp: Ditto.
13451 * gdb.base/frame-args.exp: Ditto.
13452 * gdb.base/funcargs.exp: Ditto.
13453 * gdb.base/gcore-buffer-overflow.exp: Ditto.
13454 * gdb.base/gdbvars.exp: Ditto.
13455 * gdb.base/help.exp: Ditto.
13456 * gdb.base/ifelse.exp: Ditto.
13457 * gdb.base/included.exp: Ditto.
13458 * gdb.base/list.exp: Ditto.
13459 * gdb.base/macscp.exp: Ditto.
13460 * gdb.base/maint.exp: Ditto.
13461 * gdb.base/multi-fork.exp: Ditto.
13462 * gdb.base/overlays.exp: Ditto.
13463 * gdb.base/page.exp: Ditto.
13464 * gdb.base/pending.exp: Ditto.
13465 * gdb.base/pointers.exp: Ditto.
13466 * gdb.base/pr11022.exp: Ditto.
13467 * gdb.base/prelink.exp: Ditto.
13468 * gdb.base/printcmds.exp: Ditto.
13469 * gdb.base/psymtab.exp: Ditto.
13470 * gdb.base/randomize.exp: Ditto.
13471 * gdb.base/relational.exp: Ditto.
13472 * gdb.base/relocate.exp: Ditto.
13473 * gdb.base/remote.exp: Ditto.
13474 * gdb.base/sepdebug.exp: Ditto.
13475 * gdb.base/set-lang-auto.exp: Ditto.
13476 * gdb.base/setshow.exp: Ditto.
13477 * gdb.base/setvar.exp: Ditto.
13478 * gdb.base/signals.exp: Ditto.
13479 * gdb.base/signull.exp: Ditto.
13480 * gdb.base/sigstep.exp: Ditto.
13481 * gdb.base/sizeof.exp: Ditto.
13482 * gdb.base/solib-disc.exp: Ditto.
13483 * gdb.base/store.exp: Ditto.
13484 * gdb.base/structs.exp: Ditto.
13485 * gdb.base/structs2.exp: Ditto.
13486 * gdb.base/subst.exp: Ditto.
13487 * gdb.base/term.exp: Ditto.
13488 * gdb.base/trace-commands.exp: Ditto.
13489 * gdb.base/unwindonsignal.exp: Ditto.
13490 * gdb.base/valgrind-db-attach.exp: Ditto.
13491 * gdb.base/varargs.exp: Ditto.
13492 * gdb.base/watch-cond.exp: Ditto.
13493 * gdb.base/watch_thread_num.exp: Ditto.
13494 * gdb.base/watchpoint-cond-gone.exp: Ditto.
13495 * gdb.base/watchpoint.exp: Ditto.
13496 * gdb.base/whatis-exp.exp: Ditto.
13497
13498 2010-06-01 Michael Snyder <msnyder@vmware.com>
13499
13500 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
13501 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
13502 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
13503 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
13504 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
13505 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
13506 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
13507 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
13508 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
13509 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
13510 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
13511 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
13512 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
13513 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
13514 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
13515
13516 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13517
13518 * gdb.base/commands.exp (begin commands on watch): Remove excessive
13519 trailing newline.
13520 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
13521 * gdb.java/jmisc.exp (p *args\n): Rename to ...
13522 (p *args): ... here and remove excessive trailing newline.
13523
13524 2010-05-31 Joel Brobecker <brobecker@adacore.com>
13525
13526 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
13527
13528 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
13529
13530 Accept the new Linux kernel "t (tracing stop)" string.
13531 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
13532 Update comment.
13533 (state_wait) <T (tracing stop)>: New.
13534 (main): Update the state_wait expect string.
13535
13536 2010-05-28 Pedro Alves <pedro@codesourcery.com>
13537
13538 * limits.c, limits.exp: Delete files.
13539 * Makefile.in (clean mostlyclean): Adjust.
13540 * tracecmd.exp: Adjust.
13541
13542 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13543
13544 * gdb.base/tui-layout.exp: New.
13545
13546 2010-05-28 Michael Snyder <msnyder@vmware.com>
13547
13548 * gdb.reverse/break-precsave.exp:
13549 Replace uses of send_gdb / gdb_expect.
13550 * gdb.reverse/break-reverse.exp:
13551 Replace uses of send_gdb / gdb_expect.
13552 * gdb.reverse/consecutive-precsave.exp:
13553 Replace uses of send_gdb / gdb_expect.
13554 * gdb.reverse/consecutive-reverse.exp:
13555 Replace uses of send_gdb / gdb_expect.
13556 * gdb.reverse/finish-precsave.exp:
13557 Replace uses of send_gdb / gdb_expect.
13558 * gdb.reverse/finish-reverse.exp:
13559 Replace uses of send_gdb / gdb_expect.
13560 * gdb.reverse/i386-precsave.exp:
13561 Replace uses of send_gdb / gdb_expect.
13562 * gdb.reverse/i386-reverse.exp:
13563 Replace uses of send_gdb / gdb_expect.
13564 * gdb.reverse/i386-sse-reverse.exp:
13565 Replace uses of send_gdb / gdb_expect.
13566 * gdb.reverse/i387-env-reverse.exp:
13567 Replace uses of send_gdb / gdb_expect.
13568 * gdb.reverse/i387-stack-reverse.exp:
13569 Replace uses of send_gdb / gdb_expect.
13570 * gdb.reverse/machinestate-precsave.exp:
13571 Replace uses of send_gdb / gdb_expect.
13572 * gdb.reverse/machinestate.exp:
13573 Replace uses of send_gdb / gdb_expect.
13574 * gdb.reverse/sigall-precsave.exp:
13575 Replace uses of send_gdb / gdb_expect.
13576 * gdb.reverse/sigall-reverse.exp:
13577 Replace uses of send_gdb / gdb_expect.
13578 * gdb.reverse/solib-precsave.exp:
13579 Replace uses of send_gdb / gdb_expect.
13580 * gdb.reverse/solib-reverse.exp:
13581 Replace uses of send_gdb / gdb_expect.
13582 * gdb.reverse/step-precsave.exp:
13583 Replace uses of send_gdb / gdb_expect.
13584 * gdb.reverse/step-reverse.exp:
13585 Replace uses of send_gdb / gdb_expect.
13586 * gdb.reverse/until-precsave.exp:
13587 Replace uses of send_gdb / gdb_expect.
13588 * gdb.reverse/until-reverse.exp:
13589 Replace uses of send_gdb / gdb_expect.
13590 * gdb.reverse/watch-precsave.exp:
13591 Replace uses of send_gdb / gdb_expect.
13592 * gdb.reverse/watch-reverse.exp:
13593 Replace uses of send_gdb / gdb_expect.
13594
13595 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13596
13597 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
13598 excessive newline.
13599
13600 2010-05-27 Michael Snyder <msnyder@vmware.com>
13601
13602 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
13603 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
13604 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
13605 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
13606 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
13607 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
13608 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
13609 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
13610 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
13611 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
13612 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
13613 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
13614 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
13615 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
13616 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
13617 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
13618 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
13619 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
13620 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
13621
13622 2010-05-26 Michael Snyder <msnyder@vmware.com>
13623
13624 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
13625 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
13626
13627 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
13628 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
13629 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
13630
13631 * gdb.reverse/consecutive-reverse.exp:
13632 Replace uses of send_gdb / gdb_expect.
13633 * gdb.reverse/consecutive-precsave.exp:
13634 Replace uses of send_gdb / gdb_expect.
13635
13636 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
13637 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
13638 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
13639 * gdb.mi/mi-ns-stale-regcache.exp:
13640 Replace uses of send_gdb / gdb_expect.
13641 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
13642 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
13643 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
13644 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
13645 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
13646 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
13647 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
13648 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
13649 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
13650
13651 2010-05-26 Michael Snyder <msnyder@vmware.com>
13652
13653 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
13654
13655 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
13656
13657 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
13658 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
13659 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
13660 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
13661 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
13662 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
13663 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
13664 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
13665 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
13666
13667 2010-05-25 Tom Tromey <tromey@redhat.com>
13668
13669 * gdb.base/macscp.exp: Add missing space after setup_kfail.
13670
13671 2010-05-25 Tom Tromey <tromey@redhat.com>
13672
13673 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
13674 argument order.
13675 * gdb.base/macscp.exp: Fix setup_kfail argument order.
13676 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
13677 order.
13678 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
13679 order.
13680 * gdb.base/call-sc.exp (setup_kfails): Remove.
13681 (setup_compiler_kfails): Remove.
13682 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
13683 argument order.
13684 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
13685 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
13686 (advancei): Fix setup_kfail argument order.
13687 * gdb.base/radix.exp: Fix setup_kfail argument order.
13688 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
13689 order.
13690 * gdb.base/structs.exp (setup_kfails): Remove.
13691 (setup_compiler_kfails): Fix setup_kfail argument order.
13692 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
13693 order.
13694 * gdb.java/jmain.exp: Fix setup_kfail argument order.
13695 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
13696 setup_kfail argument order.
13697 * gdb.cp/overload.exp: Fix setup_kfail argument order.
13698
13699 2010-05-25 Tom Tromey <tromey@redhat.com>
13700
13701 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
13702
13703 2010-05-25 Michael Snyder <msnyder@vmware.com>
13704
13705 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
13706 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
13707 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
13708 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
13709 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
13710 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
13711 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
13712 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
13713 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
13714 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
13715 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
13716 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
13717 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
13718 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
13719 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
13720 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
13721 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
13722 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
13723 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
13724 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
13725 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
13726 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
13727 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
13728 * gdb.base/default.exp: Replace send_gdb with gdb_test.
13729 * gdb.base/define.exp: Replace send_gdb with gdb_test.
13730 * gdb.base/display.exp: Replace send_gdb with gdb_test.
13731 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
13732 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
13733 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
13734 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
13735 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
13736 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
13737 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
13738 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
13739 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
13740 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
13741 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
13742 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
13743 * gdb.base/help.exp: Replace send_gdb with gdb_test.
13744 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
13745 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
13746 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
13747 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
13748 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
13749 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
13750 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
13751 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
13752 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
13753
13754 2010-05-25 Doug Evans <dje@google.com>
13755
13756 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
13757 gdb.string_to_argv.
13758
13759 2010-05-21 Tom Tromey <tromey@redhat.com>
13760
13761 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
13762 Call it.
13763 * gdb.dwarf2/pieces.S: Update.
13764 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
13765
13766 2010-05-21 Tom Tromey <tromey@redhat.com>
13767
13768 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
13769 Call it.
13770 * gdb.dwarf2/pieces.c (struct C): New.
13771 (f6): New function.
13772 * gdb.dwarf2/pieces.S: Replace.
13773
13774 2010-05-21 Tom Tromey <tromey@redhat.com>
13775
13776 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
13777 Call it.
13778
13779 2010-05-21 Tom Tromey <tromey@redhat.com>
13780
13781 * gdb.dwarf2.pieces.exp: New file.
13782 * gdb.dwarf2.pieces.S: New file.
13783 * gdb.dwarf2.pieces.c: New file.
13784
13785 2010-05-20 Pedro Alves <pedro@codesourcery.com>
13786 Joel Brobecker <brobecker@adacore.com>
13787
13788 * lib/gdb.exp (gdb_test_no_output): New function.
13789 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
13790 when testing commands that should produce no output.
13791
13792 2010-05-17 Joel Brobecker <brobecker@adacore.com>
13793
13794 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
13795 parameter that we want to watch being a constant.
13796
13797 2010-05-17 Joel Brobecker <brobecker@adacore.com>
13798
13799 * gdb.ada/cond_lang: New testcase.
13800
13801 2010-05-17 Joel Brobecker <brobecker@adacore.com>
13802
13803 * lib/gdb.exp (banned_variables): New variable/constant.
13804 (gdb_init): Add write trace on variables listed in banned_variables.
13805 (gdb_finish): Remove write traces on variables listed in
13806 banned_variables.
13807
13808 2010-05-17 Joel Brobecker <brobecker@adacore.com>
13809
13810 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
13811 * gdb.cp/koenig.exp: Likewise.
13812
13813 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
13814
13815 PR python/11482
13816
13817 * gdb.python/py-value.exp (test_value_hash): New function.
13818
13819 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
13820
13821 PR exp/11530.
13822 * gdb.base/gdb11530.c: New file.
13823 * gdb.base/gdb11530.exp: New file.
13824
13825 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13826
13827 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
13828 * gdb.dwarf2/dw2-modula2-self-type.S: New.
13829
13830 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
13831
13832 * gdb.cp/koenig.exp: New test.
13833 * gdb.cp/koenig.cc: New test program.
13834
13835 2010-05-05 Joel Brobecker <brobecker@adacore.com>
13836
13837 Remove the use of prms_id and bug_id throughout the testsuite.
13838
13839 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
13840
13841 PR exp/11349.
13842 * testsuite/gdb.cp/ref-types.exp: Add test to examine
13843 use a reference local variable.
13844
13845 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13846
13847 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
13848 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
13849 variable different_dir. Move debugfile into a full directory pathname
13850 under DIFFERENT_DIR.
13851 * lib/gdb.exp (separate_debug_filename): Remove.
13852 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
13853 variable debug_dir and mkdir of it. Update function comments.
13854
13855 2010-04-29 Pedro Alves <pedro@codesourcery.com>
13856
13857 PR gdb/11557
13858
13859 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
13860 files.
13861
13862 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
13863
13864 * gdb.python/py-param.exp: New File.
13865
13866 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
13867
13868 * gdb.base/default.exp: Fix "set language" test.
13869
13870 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
13871
13872 PR breakpoints/11531.
13873 * gdb.base/gdb11531.c: New file.
13874 * gdb.base/gdb11531.exp: New file.
13875
13876 2010-04-26 Tom Tromey <tromey@redhat.com>
13877
13878 * gdb.base/completion.exp: Add tests for completion and deprecated
13879 commands.
13880
13881 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13882
13883 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
13884 (print /x char_array): Escape curly brackets.
13885
13886 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13887
13888 Fix deadlock on looped list of loaded shared objects.
13889 * gdb.base/solib-corrupted.exp: New.
13890
13891 2010-04-23 Doug Evans <dje@google.com>
13892
13893 * gdb.python/py-section-script.c: New file.
13894 * gdb.python/py-section-script.exp: New file.
13895 * gdb.python/py-section-script.py: New file.
13896
13897 2010-04-20 Chris Moller <cmoller@redhat.com>
13898
13899 PR 10179
13900
13901 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
13902 * gdb.base/pr10179-a.c:
13903 * gdb.base/pr10179-b.c:
13904 * gdb.base/pr10179.exp: New files.
13905
13906 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13907
13908 Fix crashes on dangling display expressions.
13909 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
13910 is SEP.
13911 (lib_flags): Remove the "debug" keyword.
13912 (libsepdebug): New variable for iterating new loop.
13913 (save_pf_prefix): New variable wrapping the loop.
13914 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
13915 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
13916
13917 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
13918
13919 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
13920
13921 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
13922
13923 PR stabs/11479.
13924 * gdb.stabs/gdb11479.exp: New file.
13925 * gdb.stabs/gdb11479.c: New file.
13926
13927 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
13928
13929 * gdb.base/charset.c (Strin16, String32): New variables.
13930 * gdb.base/charset.exp (gdb_test): Test correct display
13931 of 16 or 32 bit strings.
13932
13933 2010-04-21 Chris Moller <cmoller@redhat.com>
13934
13935 PR 9167
13936 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
13937 * gdb.cp/pr9167.cc: New file.
13938 * gdb.cp/pr9167.exp: New file.
13939
13940
13941 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
13942
13943 PR pascal/11492.
13944 * gdb.pascal/gdb11492.pas: New file.
13945 * gdb.pascal/gdb11492.exp: New file.
13946
13947 2010-04-20 Joel Brobecker <brobecker@adacore.com>
13948
13949 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
13950
13951 2010-04-20 Joel Brobecker <brobecker@adacore.com>
13952
13953 * gdb.ada/dyn_loc: New testcase.
13954
13955 2010-04-20 Chris Moller <cmoller@redhat.com>
13956
13957 PR 10867
13958
13959 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
13960 * gdb.cp/pr10687.cc: New file.
13961 * gdb.cp/pr10687.exp: New file.
13962
13963
13964 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13965 Sergio Durigan Junior <sergiodj@redhat.com>
13966
13967 * gdb.fortran/logical.exp: New testcase.
13968 * gdb.fortran/logical.f90: New file.
13969
13970 2010-04-19 Doug Evans <dje@google.com>
13971
13972 * gdb.base/help.exp (help source): Update expected output.
13973
13974 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13975
13976 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
13977 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
13978 gdb_exit and return.
13979 (executable): New variable.
13980 (binfile): Use it.
13981
13982 2010-04-19 Pedro Alves <pedro@codesourcery.com>
13983
13984 PR breakpoints/8554.
13985
13986 * gdb.trace/save-trace.exp: Adjust.
13987
13988 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
13989
13990 PR corefiles/11511
13991 * gdb.arch/system-gcore.exp: New.
13992 * gdb.arch/gcore.c: Likewise.
13993
13994 2010-04-15 Doug Evans <dje@google.com>
13995
13996 * gdb.python/py-progspace.c: New file.
13997 * gdb.python/py-progspace.exp: New file.
13998
13999 * gdb.base/source.exp: Add tests for "source -s".
14000
14001 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
14002
14003 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
14004 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
14005 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
14006 * gdb.python/py-mi.exp: New test for to_string returning None.
14007
14008 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
14009
14010 * gdb.python/py-breakpoint.c: Make result global.
14011
14012 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14013
14014 Fix non-GNU make compatibility.
14015 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
14016
14017 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
14018
14019 * gdb.python/py-breakpoint.exp: New File.
14020 * gdb.python/py-breakpoint.C: Ditto.
14021
14022 2010-04-08 Stan Shebs <stan@codesourcery.com>
14023
14024 * gdb.trace/actions.exp: Clear default-collect.
14025 * gdb.trace/save-trace.exp: Clear default-collect.
14026
14027 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
14028
14029 * gdb.python/py-value: Add null string variable.
14030 (test_lazy_string): Test zero length, NULL address lazy
14031 strings.
14032
14033 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
14034
14035 * gdb.arch/i386-avx.c: New.
14036 * gdb.arch/i386-avx.exp: Likewise.
14037
14038 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
14039
14040 2010-04-06 Doug Evans <dje@google.com>
14041
14042 * gdb.base/source-test.gdb: New file.
14043 * gdb.base/source.exp: Test source -v.
14044
14045 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14046
14047 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
14048
14049 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
14050
14051 * gdb.stabs/aout.sed: Convert all backslash to double backslash
14052 within one line, unless it is followed by a double quote.
14053 * gdb.stabs/hppa.sed: Idem.
14054 * gdb.stabs/weird.def: Add char and String constants
14055 * gdb.stabs/weird.exp: Check for correct parsing of
14056 char and string constants.
14057 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
14058 in .stabs to .stabx substitution.
14059
14060 2010-04-05 Stan Shebs <stan@codesourcery.com>
14061
14062 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
14063 constant global.
14064 * gdb.trace/tfile.exp: Try to print them.
14065
14066 2010-04-04 Stan Shebs <stan@codesourcery.com>
14067
14068 * gdb.base/completion.exp: Update for new "info watchpoints".
14069 * gdb.base/default.exp: Ditto.
14070 * gdb.base/help.exp: Ditto.
14071 * gdb.base/watchpoint.exp: Ditto.
14072 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
14073
14074 2010-04-04 Stan Shebs <stan@codesourcery.com>
14075
14076 * gdb.trace/tfile.exp: Sharpen tfind test.
14077
14078 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
14079
14080 * gdb.base/break-entry.exp: New.
14081
14082 2010-04-02 Hui Zhu <teawater@gmail.com>
14083 Michael Snyder <msnyder@vmware.com>
14084
14085 * gdb.reverse/i386-sse-reverse.exp: New file.
14086 * gdb.reverse/i386-sse-reverse.c: New file.
14087
14088 2010-04-02 Pedro Alves <pedro@codesourcery.com>
14089
14090 * gdb.trace/tfind.exp: Adjust expected disassembly output.
14091
14092 2010-04-01 Stan Shebs <stan@codesourcery.com>
14093
14094 * gdb.trace/actions.exp: Tweak expected output.
14095 * gdb.trace/while-stepping.exp: Tweak expected output.
14096
14097 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
14098
14099 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
14100
14101 2010-04-01 Pedro Alves <pedro@codesourcery.com>
14102
14103 * gdb.base/commands.exp: Adjust.
14104 * gdb.cp/extern-c.exp: Adjust.
14105
14106 2010-04-01 Pedro Alves <pedro@codesourcery.com>
14107
14108 * gdb.trace/collection.c (local_test_func): Define a local struct,
14109 and instanciate it.
14110
14111 2010-04-01 Pedro Alves <pedro@codesourcery.com>
14112
14113 * gdb.trace/collection.exp (gdb_collect_args_test)
14114 (gdb_collect_argarray_test): XFAIL the tests that assume the
14115 argarray argument's elements are collected.
14116
14117 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
14118
14119 * gdb.dwarf2/dw2-bad-parameter-type.exp,
14120 gdb.dwarf2/dw2-bad-parameter-type.S: New.
14121
14122 2010-03-31 Stan Shebs <stan@codesourcery.com>
14123
14124 * gdb.trace/save-trace.exp: Test save/restore of default-collect
14125 and tracepoint conditionals.
14126 (gdb_verify_tracepoints): Delete unused return.
14127
14128 2010-03-26 Keith Seitz <keiths@redhat.com>
14129
14130 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
14131 appear in the output before main.
14132 Remove KFAIL for gdb/2215 aka bz 9320.
14133
14134 2010-03-30 Doug Evans <dje@google.com>
14135
14136 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
14137 by dejagnu.
14138 * gdb.arch/amd64-dword.exp: Ditto.
14139
14140 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
14141 match.
14142 (break printf): Ditto.
14143
14144 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
14145
14146 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
14147 gcc < 4.4.
14148 * gdb.cp/shadow.exp: Ditto.
14149
14150 2010-03-29 Pedro Alves <pedro@codesourcery.com>
14151
14152 * gdb.trace/collection.exp (run_trace_experiment): Make sure
14153 "tstart" is silent.
14154
14155 2010-03-29 Pedro Alves <pedro@codesourcery.com>
14156
14157 * gdb.trace/collection.exp (executable): New.
14158 (binfile): Use it.
14159 (fpreg, spreg, pcreg): New.
14160 (test_register): Use gdb_test_multiple. Pass /x to print.
14161 (prepare_for_trace_test): New.
14162 (run_trace_experiment): Use "continue", not gdb_run_cmd.
14163 (gdb_collect_args_test, gdb_collect_argstruct_test)
14164 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
14165 prepare_for_trace_test.
14166 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
14167 fpreg, spreg and pcreg.
14168 (gdb_collect_expression_test, gdb_collect_globals_test): Use
14169 prepare_for_trace_test.
14170 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
14171 try to detect tracing support here. Don't set breakpoints at
14172 `begin' or `end' here.
14173 <global scope>: Use clean_restart. Run to main before checking
14174 for tracing support. Check for for tracing support here.
14175
14176 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
14177
14178 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
14179 " as $displacement" to "seen displacement message".
14180
14181 2010-03-28 Pedro Alves <pedro@codesourcery.com>
14182
14183 * gdb.trace/while-dyn.exp (executable): New variable.
14184 (binfile): Use it.
14185 (test_while_stepping): New function. Move most tests here. Call
14186 it once for each of the while-stepping, stepping and ws aliases.
14187
14188 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14189
14190 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
14191 that do not provide the tagless_struct type name at all.
14192 (test_print_anon_union): Do not check value of uninitialized
14193 union member. Do not use cp_test_ptype_class, so we can accept
14194 "long" as well as "long int".
14195
14196 2010-03-26 Pedro Alves <pedro@codesourcery.com>
14197
14198 * gdb.trace/tfile.c (tohex, bin2hex): New.
14199 (write_error_trace_file): Hexify error description.
14200
14201 2010-03-25 Stan Shebs <stan@codesourcery.com>
14202
14203 * gdb.trace/tfile.c: Generate an additional trace file, improve
14204 portability.
14205 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
14206 files in a better way.
14207
14208 2010-03-25 Keith Seitz <keiths@redhat.com>
14209
14210 * gdb.java/jprint.exp: XFAIL printing of static class members
14211 because of GCC debuginfo problem.
14212
14213 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14214
14215 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
14216
14217 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
14218
14219 * gdb.base/completion.exp: Allow long instead of long int.
14220 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
14221 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
14222 variable p.
14223 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
14224 * gdb.base/pointers.exp: Allow long instead of long int.
14225 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
14226 * gdb.base/step-line.exp: Allow a directory before the source file name.
14227
14228 2010-03-24 Tom Tromey <tromey@redhat.com>
14229
14230 PR breakpoints/9352:
14231 * gdb.base/default.exp: Update.
14232 * gdb.base/commands.exp: Update.
14233 * gdb.cp/extern-c.exp: Test setting commands on multiple
14234 breakpoints at once.
14235
14236 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
14237
14238 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
14239 if gdb,nosignals.
14240 * gdb.base/watchpoints.c: Do not include unnecessary headers.
14241 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
14242 exited".
14243
14244 2010-03-24 Stan Shebs <stan@codesourcery.com>
14245
14246 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
14247
14248 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
14249
14250 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
14251 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
14252 argument. Handle "short" and "long".
14253 (Top level): Pass overprototyped output for old_fptr and xptr.
14254
14255 2010-03-23 Pedro Alves <pedro@codesourcery.com>
14256
14257 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
14258 format strings and add casts to avoid compiler warnings.
14259
14260 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
14261
14262 * lib/trace-support.exp (gdb_trace_setactions):
14263 Don't expect whitespace after ">" prompt.
14264 * gdb.trace/actions.exp: Adjust for output changes.
14265 * gdb.trace/while-stepping.exp: Likewise.
14266
14267 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14268
14269 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
14270 and r157645).
14271
14272 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14273
14274 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
14275 New.
14276
14277 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
14278
14279 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
14280 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
14281
14282 2010-03-19 Stan Shebs <stan@codesourcery.com>
14283
14284 * gdb.trace/ax.exp: New file.
14285
14286 2010-03-19 Doug Evans <dje@google.com>
14287
14288 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
14289 output from gcc.
14290
14291 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
14292 named /usr/sbin/prelink<foo>.
14293
14294 2010-03-18 Stan Shebs <stan@codesourcery.com>
14295
14296 * gdb.trace/circ.exp: Test circular-trace-buffer.
14297 * gdb.trace/tfile.exp: Update tstatus test.
14298
14299 2010-03-18 Joel Brobecker <brobecker@adacore.com>
14300
14301 * gdb.dwarf2/dw2-anonymous-func.S: New file.
14302 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
14303
14304 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14305
14306 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
14307
14308 2010-03-18 Pedro Alves <pedro@codesourcery.com>
14309
14310 * gdb.base/default.exp: Adjust the expected output of the finish
14311 and until commands when the inferior is not being run.
14312
14313 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
14314
14315 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
14316 * gdb.cp/nsusing.exp: Ditto.
14317
14318 2010-03-15 Tom Tromey <tromey@redhat.com>
14319
14320 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
14321 * gdb.cp/userdef.cc (operator==): New function.
14322 (main): New locals mem1, mem2.
14323
14324 2010-03-15 Jie Zhang <jie@codesourcery.com>
14325
14326 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
14327 Declare and use new loadtimeout variable.
14328
14329 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
14330
14331 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
14332 Use gdb_load later.
14333
14334 2010-03-14 Pedro Alves <pedro@codesourcery.com>
14335
14336 * gdb.base/solib-disc.c (main): Make format of fprintf a string
14337 literal. Add missing endlines to prints to stderr.
14338
14339 2010-03-12 Tom Tromey <tromey@redhat.com>
14340
14341 PR c++/9708:
14342 * gdb.cp/m-static.exp: Add regression test.
14343 * gdb.cp/m-static.cc (method): New method.
14344 (main): Call it.
14345
14346 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
14347
14348 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
14349 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
14350
14351 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
14352
14353 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
14354
14355 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
14356
14357 * lib/gdb.exp (skip_stl_tests): New.
14358 (gdb_compile): Symbian needs -ldl.
14359 (shlib_target_file): New.
14360 (shlib_symbol_file): New.
14361 (gdb_load_shlibs): Use shlib_target_file.
14362 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
14363 * gdb.cp/exception.exp: Use skip_stl_tests.
14364 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
14365 * gdb.cp/try_catch.exp: Use skip_stl_tests.
14366 * gdb.cp/mb-templates.exp: Ditto.
14367 * gdb.base/commands.exp: Relax regexes.
14368 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
14369 shlib_target_file and shlib_symbol_file.
14370 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
14371 sections.
14372 * gdb.base/ending-run.exp: Accept E32Main for symbian.
14373 * gdb.base/solib-disc.exp: Use
14374 shlib_target_file and shlib_symbol_file.
14375 * gdb.base/unload.exp: Don't skip on symbian. Use
14376 shlib_target_file and shlib_symbol_file.
14377 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
14378
14379 2010-03-12 Pedro Alves <pedro@codesourcery.com>
14380
14381 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
14382 * gdb.trace/report.exp: Adjust for x86 and x86_64.
14383 Issue a tfind end before looking for a tracepoint frame.
14384 * gdb.trace/tfind.exp: Adjust tstatus output.
14385 Adjust disassembly output.
14386 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
14387
14388 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14389
14390 * gdb.base/break-interp.exp: Create new displacement parameter value
14391 for the test_ld calls.
14392 (reach): New parameter displacement, verify its content. New push of
14393 pf_prefix "reach-$func:". Import global expect_out.
14394 (test_core): New parameter displacement, verify its content. New push
14395 of pf_prefix "core:". New command "set verbose on". Import global
14396 expect_out.
14397 (test_attach): New parameter displacement, verify its content. New
14398 push of pf_prefix "attach:". New command "set verbose on". Import
14399 global expect_out.
14400 (test_ld): New parameter displacement, pass it to the reach, test_core
14401 and test_attach calls and verify its content in the "ld.so exit" test.
14402 * gdb.base/prelink.exp: Remove gdb_exit and final return.
14403 (prelink): Update expected text, use gdb_test.
14404
14405 2010-03-10 Doug Evans <dje@google.com>
14406
14407 * gdb.base/checkpoint.exp: Fix comment.
14408 Lengthen timeout while doing >600 checkpoints test.
14409 Rename duplicate "kill all one" test to keep test names unique.
14410
14411 2010-03-10 Pedro Alves <pedro@codesourcery.com>
14412
14413 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
14414
14415 2010-03-08 Keith Seitz <keiths@redhat.com>
14416
14417 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
14418 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
14419 (dm_type_long): New function.
14420 (dm_type_unsigned_short): New function.
14421 (dm_type_unsigned_long): New function.
14422 (myint): New typedef.
14423 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
14424 long, unsigned shor and long, operator char*, and typedef.
14425 (test_lookup_operator_functions): Add operator char* test.
14426 (test_paddr_operator_functions): Likewise.
14427 (test_paddr_overloaded_functions): Use probe values for
14428 short, long, and unsigned short and long.
14429 (test_paddr_hairy_functions): If the demangler probe detected
14430 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
14431 demangler.
14432 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
14433 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
14434 and "print null_pmf".
14435 Add test "ptype a.*pmf".
14436 * gdb.cp/overload.exp: Allow optional "int" to appear with
14437 "short" and "long".
14438 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
14439 long expect value for men_overload1arg.
14440 Allow "int" to appear with "short" and "long".
14441 When testing "info break", add argument for main (void).
14442 Also allow "int" to appear with "short" and "long".
14443 Ditto with "unsigned" and "long long".
14444 * gdb.java/jmain.exp: Do not enclose methods names in single
14445 quotes.
14446 * gdb.java/jmisc.exp: Likewise.
14447 * gdb.java/jprint.exp: Likewise.
14448 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
14449
14450 From Jan Kratochvil <jan.kratochvil@redhat.com>:
14451 * gdb.cp/exception.exp (backtrace after first throw)
14452 (backtrace after second throw): Allow a namespace before __cxa_throw.
14453 (backtrace after first catch, backtrace after second catch): Allow
14454 a namespace before __cxa_begin_catch.
14455
14456 * gdb.cp/cpexprs.exp: New file.
14457 * gdb.cp/cpexprs.cc: New file.
14458
14459 From Daniel Jacobowitz <dan@codesourcery.com>
14460 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
14461 to use string_to_regexp.
14462 (ctor, dtor): New functions. Use them to match constructor
14463 and destructor function types.
14464 (Top level): Use runto_main.
14465
14466 2010-03-05 Tom Tromey <tromey@redhat.com>
14467
14468 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
14469 gdb.target_charset.
14470 (pp_ns.to_string): Likewise.
14471
14472 2010-03-04 Keith Seitz <keiths@redhat.com>
14473
14474 * gdb.cp/overload.exp: Test that the filename portion of a linespec
14475 can be quoted. Test that both the filename and function/line
14476 portions can be quoted at the same time.
14477
14478 2010-03-04 Pedro Alves <pedro@codesourcery.com>
14479
14480 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
14481
14482 2010-03-03 Doug Evans <dje@google.com>
14483
14484 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
14485 libc contains libpthread.
14486
14487 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
14488 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
14489 of gdb_compile. Add another pattern to match android backtrace.
14490
14491 2010-03-03 Tom Tromey <tromey@redhat.com>
14492
14493 PR gdb/11345:
14494 * gdb.base/printcmds.exp (test_printf): Add test.
14495
14496 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
14497
14498 * gdb.arch/amd64-byte.exp: New.
14499 * gdb.arch/amd64-dword.exp: Likewise.
14500 * gdb.arch/amd64-pseudo.c: Likewise.
14501 * gdb.arch/amd64-word.exp: Likewise.
14502 * gdb.arch/i386-byte.exp: Likewise.
14503 * gdb.arch/i386-pseudo.c: Likewise.
14504 * gdb.arch/i386-word.exp: Likewise.
14505
14506 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
14507
14508 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
14509 types. Add structreg, bitfields, and flags registers.
14510 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
14511 registers.
14512
14513 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
14514
14515 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
14516 (load_description): Set architecture if defined.
14517
14518 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
14519
14520 * gdb.python/py-frame.exp: Add read_var block tests.
14521 * gdb.python/py-frame.c (block): New function.
14522
14523 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
14524 Daniel Jacobowitz <dan@codesourcery.com>
14525
14526 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
14527
14528 2010-02-25 David S. Miller <davem@davemloft.net>
14529
14530 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
14531 fix logic for setting all_syscalls_numbers.
14532
14533 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
14534
14535 * Makefile.in: Add py-block and py-symbol.
14536 * gdb.python/py-symbol.exp: New File.
14537 * gdb.python/py-symtab.exp: New File.
14538 * gdb.python/py-block.exp: New File.
14539 * gdb.python/py-symbol.c: New File.
14540 * gdb.python/py-block.c: New File.
14541
14542 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
14543
14544 PR python/11314
14545 * lib/gdb.exp (skip_python_tests): New function.
14546 * gdb.python/py-cmd.exp: Use skip_python_tests.
14547 * gdb.python/py-frame.exp: Likewise.
14548 * gdb.python/py-function.exp: Likewise.
14549 * gdb.python/py-prettyprint.exp: Likewise.
14550 * gdb.python/py-template.exp: Likewise.
14551 * gdb.python/py-type.exp: Likewise.
14552 * gdb.python/py-value.exp: Likewise.
14553
14554 2010-02-22 Pedro Alves <pedro@codesourcery.com>
14555
14556 PR9605
14557
14558 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
14559
14560 2010-02-19 Tom Tromey <tromey@redhat.com>
14561
14562 PR c++/8693, PR c++/9496:
14563 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
14564 regression tests.
14565
14566 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14567
14568 Fix compatibility with m68k as.
14569 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
14570 Use only /* comments */.
14571
14572 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14573
14574 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
14575 * configure: Regenerate.
14576
14577 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
14578
14579 * gdb.python/py-type.exp: Check for Python support.
14580
14581 2010-02-17 Pedro Alves <pedro@codesourcery.com>
14582
14583 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
14584 `regsub' syntax available.
14585
14586 2010-02-17 Pedro Alves <pedro@codesourcery.com>
14587
14588 * gdb.base/shmain.c (main): Remove printf call.
14589 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
14590 * gdb.base/unload.c (main): Make format of fprintf a string
14591 literal. Add missing endlines to prints to stderr.
14592 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
14593
14594 2010-02-17 Tom Tromey <tromey@redhat.com>
14595
14596 * gdb.java/jprint.java (jprint.props): New field.
14597 * gdb.java/jprint.exp (set_lang_java): Add regression test.
14598
14599 2010-02-17 Pedro Alves <pedro@codesourcery.com>
14600
14601 * gdb.base/charset.exp: Don't assume new `regsub' syntax
14602 available.
14603
14604 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14605
14606 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
14607 creation to support remote host testing.
14608
14609 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14610
14611 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
14612 Recognize "command not found".
14613
14614 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14615
14616 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
14617 single-stepping.
14618
14619 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14620
14621 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
14622 if arguments are not supported.
14623
14624 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14625
14626 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
14627 be const or non-const.
14628
14629 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14630
14631 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
14632 mi_send_resuming_command to send -exec-continue.
14633
14634 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14635
14636 * gdb.base/list.exp (test_list_filename_and_function): Add test
14637 with single quotes.
14638 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
14639 matching.
14640 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
14641 Add KFAIL'd tests for PR gdb/11289.
14642
14643 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14644
14645 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
14646
14647 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14648
14649 * gdb.base/comp-dir/subdir/dummy.txt: New file.
14650 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
14651 a temporary directory.
14652
14653 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14654
14655 * gdb.base/charset.exp: Use a single regular expression to match
14656 show host-charset and show target-charset output.
14657
14658 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14659
14660 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
14661 "Illegal process-id" expect string more exact.
14662 (attach to digits-starting nonsense is prohibited): New.
14663
14664 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14665
14666 * gdb.base/prelink.exp (set verbose on): New.
14667
14668 2010-02-12 Tomas Holmberg <th@virtutech.com>
14669
14670 * mi-reverse.exp: New file. Test for reverse option to the
14671 following MI commands: exec-continue, exec-finish, exec-next,
14672 exec-step, exec-next-instruction, exec-step-instruction.
14673
14674 2010-02-09 Joel Brobecker <brobecker@adacore.com>
14675
14676 * gdb.ada/ptype_tagged_param: New testcase.
14677
14678 2010-02-08 Tom Tromey <tromey@redhat.com>
14679
14680 PR c++/8017:
14681 * gdb.cp/overload.exp: Add tests.
14682 * gdb.cp/overload.cc (struct K): New.
14683 (namespace N): New.
14684 (main): Call new functions.
14685 (K::staticoverload): Define.
14686
14687 2010-02-08 Chris Moller <moller@mollerware.com>
14688
14689 PR gdb/10728
14690 * gdb.cp/pr10728-x.h: New file.
14691 * gdb.cp/pr10728-x.cc: New file.
14692 * gdb.cp/pr10728-y.cc: New file.
14693 * gdb.cp/pr10728.exp: New file.
14694 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
14695
14696 2010-02-08 Chris Moller <moller@mollerware.com>
14697
14698 PR gdb/9067
14699 * gdb.cp/pr9067.exp: New
14700 * gdb.cp/pr9067.cc: New
14701 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
14702
14703 2010-02-08 Joel Brobecker <brobecker@adacore.com>
14704
14705 * lib/gdb.exp (gdb_test_timeout): New global variable.
14706 Set it to timeout if not already set.
14707 (gdb_init): Reset the value of timeout to gdb_test_timeout.
14708
14709 2010-02-05 Doug Evans <dje@google.com>
14710
14711 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
14712 user.
14713
14714 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
14715
14716 PR c++/7935:
14717 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
14718
14719 2010-02-04 Tom Tromey <tromey@redhat.com>
14720
14721 * gdb.cp/virtbase.exp: Make test case names unique.
14722
14723 2010-02-02 Tom Tromey <tromey@redhat.com>
14724
14725 * gdb.cp/virtbase.exp: Add regression tests.
14726 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
14727 (main): Instantiate RHC.
14728
14729 2010-02-02 Tom Tromey <tromey@redhat.com>
14730
14731 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
14732 type-printing change.
14733
14734 2010-02-02 Tom Tromey <tromey@redhat.com>
14735
14736 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
14737 * gdb.cp/virtbase.cc: New file.
14738 * gdb.cp/virtbase.exp: New file.
14739 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
14740
14741 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14742
14743 PR libc/11214:
14744 * gdb.threads/current-lwp-dead.c: Include features.h.
14745 (HAS_NOMMU): New.
14746 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
14747
14748 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14749
14750 * gdb.base/symbol-without-target_section.exp,
14751 gdb.base/symbol-without-target_section.c: New.
14752
14753 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14754
14755 * gdb.base/bigcore.exp: Reset increased timeout.
14756 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
14757
14758 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14759
14760 * gdb.base/gcore.exp (capture_command_output): Use
14761 gdb_test_multiple.
14762
14763 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14764
14765 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
14766 * gdb.arch/thumb2-it.exp (test_it_break): New function.
14767 (Top level): Call it.
14768
14769 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14770
14771 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
14772
14773 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
14774
14775 * gdb.base/call-strs.exp, gdb.base/default.exp,
14776 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
14777 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
14778 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
14779 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
14780 gdb.base/watchpoint-solib.exp: Save and restore timeout.
14781 * gdb.base/ending-run.exp: Correct restore of timeout.
14782 * gdb.base/page.exp: Remove unnecessary timeout setting.
14783
14784 2010-01-29 Joel Brobecker <brobecker@adacore.com>
14785
14786 * gdb.ada/rec_return: New testcase.
14787
14788 2010-01-29 Joel Brobecker <brobecker@adacore.com>
14789
14790 * gdb.ada/call_pn: New testcase.
14791
14792 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
14793
14794 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
14795 (Top level): Use it to resume.
14796 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
14797 the Thumb mode displaced stepping error as unsupported.
14798
14799 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
14800
14801 * gdb.cp/nsusing.exp: Added more tests.
14802 * gdb.cp/nsrecurs.exp: Ditto.
14803 * gdb.cp/nsusing.cc: Added test functions.
14804 * gdb.cp/nsrecurs.cc: Ditto.
14805
14806 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14807
14808 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
14809 absolute directory pathnames in gdb.sum file.
14810
14811 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
14812
14813 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
14814 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
14815
14816 2010-01-26 Tom Tromey <tromey@redhat.com>
14817
14818 PR exp/7643:
14819 * gdb.base/printcmds.exp (test_print_string_constants): Remove
14820 setup_kfail.
14821
14822 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
14823
14824 * gdb.cp/nsrecurs.exp: New test.
14825 * gdb.cp/nsrecurs.cc: New test program.
14826 * gdb.cp/nsstress.exp: New test.
14827 * gdb.cp/nsstress.cc: New test program.
14828 * gdb.cp/nsdecl.exp: New test.
14829 * gdb.cp/nsdecl.cc: New test program.
14830
14831 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
14832
14833 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
14834 imported into file scope.
14835 Marked test as xfail.
14836 * gdb.cp/namespace-using.cc (marker5): New function.
14837 * gdb.cp/shadow.exp: New test.
14838 * gdb.cp/shadow.cc: New test program.
14839 * gdb.cp/nsimport.exp: New test.
14840 * gdb.cp/nsimport.cc: New test program.
14841
14842 2010-01-25 Tom Tromey <tromey@redhat.com>
14843
14844 PR gdb/11049:
14845 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
14846 with "set print null-stop on".
14847
14848 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14849
14850 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
14851 Adjust it for DISASSEMBLY_OMIT_FNAME.
14852
14853 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14854
14855 PR symtab/11199:
14856 * gdb.dwarf2/member-ptr-forwardref.exp,
14857 gdb.dwarf2/member-ptr-forwardref.S: New.
14858
14859 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14860
14861 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
14862 (thread1_func): Protect thread1_tid with thread1_tid_cond by
14863 thread1_tid_mutex. Remove gdbstop_mutex handling.
14864 (thread2_func): Protect thread2_tid with thread2_tid_cond by
14865 thread2_tid_mutex. Remove gdbstop_mutex handling.
14866 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
14867 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
14868 pthread_cond_wait conditionalizations by while loops.
14869
14870 2010-01-20 Tom Tromey <tromey@redhat.com>
14871
14872 PR backtrace/10770:
14873 * gdb.dwarf2/pr10770.exp: New file.
14874 * gdb.dwarf2/pr10770.c: New file.
14875 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
14876
14877 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
14878
14879 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
14880 that target was removed, and the test always runs native anyway.
14881
14882 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14883
14884 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
14885 gdb.base/watchpoint-cond-gone-stripped.c: New.
14886
14887 2010-01-19 Tom Tromey <tromey@redhat.com>
14888
14889 PR c++/8000:
14890 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
14891 existing tests.
14892 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
14893 (main): Use AAA::SomeEnum.
14894
14895 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14896
14897 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
14898 (test_ignore_count): Declare line_callme_body global.
14899 (run to breakpoint with ignore count): Use line_callme_body.
14900 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
14901 (set line_main_hello, set line_main_return): Reindent.
14902 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
14903 New.
14904 (continue to callee4): Use line_callee4_body.
14905 (check *stopped from CLI command): Use line_callee4_next.
14906 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
14907 (set line_main_hello, set line_main_return): Reindent.
14908 (set line_callee4_head, set line_callee4_body): New.
14909 (continue to callee4): Use line_callee4_body.
14910
14911 2010-01-18 Tom Tromey <tromey@redhat.com>
14912
14913 PR c++/9680:
14914 * gdb.cp/casts.cc: Add new classes and variables.
14915 * gdb.cp/casts.exp: Test new operators.
14916
14917 2010-01-18 Tom Tromey <tromey@redhat.com>
14918 Thiago Jung Bauermann <bauerman@br.ibm.com>
14919
14920 * gdb.python/source2.py: New file.
14921 * gdb.python/source1: New file.
14922 * gdb.python/python.exp: Test "source" command.
14923
14924 2010-01-15 Stan Shebs <stan@codesourcery.com>
14925
14926 * gdb.trace/tfile.c: New file.
14927 * gdb.trace/tfile.exp: New file.
14928
14929 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14930
14931 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
14932
14933 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14934
14935 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
14936
14937 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14938
14939 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
14940 (libfunc): New parameter action. Implement also selectable "sleep".
14941 * gdb.base/break-interp-main.c: Include assert.h.
14942 (libfunc): New parameter action.
14943 (main): New parameters argc and argv. Assert argc. Pass argv.
14944 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
14945 (test_attach): New proc.
14946 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
14947 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
14948
14949 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14950
14951 * gdb.base/break-interp.exp (test_core): New proc.
14952 (test_ld): Call it.
14953
14954 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14955
14956 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
14957 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
14958 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
14959 and gdb_compile_shlib. Use new -Wl compiler options.
14960 (dl bt, main bt): New tests.
14961
14962 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14963
14964 Support PIEs with no symfile_objfile.
14965 * gdb.base/break-interp.exp: New argument at the test_ld calls.
14966 (test_ld): New parameter trynosym.
14967 (test_ld <$trynosym>): New block.
14968
14969 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14970
14971 * gdb.base/break-interp.exp: New file.
14972
14973 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
14974
14975 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
14976 * gdb.python/py-prettyprint.py (pp_ls): New printer.
14977 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
14978 test.
14979 * gdb.python/py-prettyprint.c: Define lazystring test structure.
14980 * gdb.python/py-mi.exp: Add lazy string test.
14981
14982 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
14983
14984 * lib/mi-support.exp (mi_check_thread_states): Handle
14985 core number in thread listing.
14986
14987 2010-01-12 Joel Brobecker <brobecker@adacore.com>
14988
14989 * gdb.base/maint.exp: Adjust the expected output for the
14990 "maint print type" test. Use gdb_test_multiple instead of
14991 gdb_sent/gdb_expect.
14992
14993 2010-01-11 Doug Evans <dje@google.com>
14994
14995 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
14996 from gdbserver_download. All callers updated.
14997
14998 * gdb.server/ext-run.exp: "info os processes" requires xml support.
14999
15000 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15001
15002 Implement binary numbers parsing.
15003 * gdb.base/printcmds.exp (test_integer_literals_accepted)
15004 (test_integer_literals_rejected): New binary tests.
15005
15006 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
15007
15008 * gdb.cell/configure: Regenerate.
15009
15010 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
15011
15012 * gdb.base/corefile.exp: Move the core finding block out and call it as
15013 core_find, new variable $corefile, replace corefile by $corefile and
15014 [file tail $corefile] for usage vs. test names resp.
15015 * lib/gdb.exp (core_find): Move it as a new function here. New
15016 parameter binfile and deletefiles. New variable $destcore. Pre-delete
15017 $destcore. Return "" on error.
15018
15019 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15020
15021 Workaround PR binutils/10802.
15022 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
15023 (twice).
15024
15025 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
15026
15027 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
15028
15029 2010-01-08 Joel Brobecker <brobecker@adacore.com>
15030
15031 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
15032 call, to avoid interruption.
15033
15034 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15035
15036 * gdb.stabs/weird.def (args93): New.
15037
15038 2010-01-07 Doug Evans <dje@google.com>
15039
15040 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
15041
15042 2010-01-07 Tom Tromey <tromey@redhat.com>
15043
15044 * gdb.base/source.exp: Use correct line number.
15045
15046 2010-01-05 Stan Shebs <stan@codesourcery.com>
15047
15048 * gdb.trace/tracecmd.exp: Test ftrace.
15049
15050 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15051
15052 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
15053
15054 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15055
15056 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
15057 "uint_for_mi_testing".
15058
15059 2010-01-01 Joel Brobecker <brobecker@adacore.com>
15060
15061 Test indented comment in file being sourced.
15062 * gdb.base/commands.exp: Test indented comment in file being sourced.
15063
15064 2010-01-01 Joel Brobecker <brobecker@adacore.com>
15065
15066 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
15067 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
15068 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
15069 notice.
15070
15071 2010-01-01 Joel Brobecker <brobecker@adacore.com>
15072
15073 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
15074 notice.
15075
15076 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15077
15078 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
15079 missing $after_stopped and comma (,) expectation.
15080
15081 2009-12-31 Stan Shebs <stan@codesourcery.com>
15082
15083 * gdb.trace/actions.exp: Test teval action.
15084
15085 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
15086
15087 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
15088 (top level): Call test_watchpoint_in_big_blob.
15089 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
15090 watchpoints.
15091 (func3): Write to buf.
15092
15093 2009-12-29 Stan Shebs <stan@codesourcery.com>
15094
15095 * gdb.trace/actions.exp: Test default-collect.
15096
15097 2009-12-28 Stan Shebs <stan@codesourcery.com>
15098
15099 * gdb.trace/tsv.exp: New file.
15100 * gdb.base/completion.exp: Update ambiguous info output.
15101
15102 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
15103
15104 * gdb.base/find.c (main): Reference search buffers.
15105 * gdb.base/included.c (main): Reference integer.
15106 * gdb.base/ptype.c (charfoo): Declare.
15107 (intfoo): Call charfoo.
15108 * gdb.base/scope0.c (useitp): New function.
15109 (usestatics): Use useitp.
15110 (useit): Add a type for val.
15111 * gdb.base/scope1.c (useit1): Take a pointer argument.
15112 (usestatics1): Update calls to useit1.
15113 * gdb.cp/call-c.cc: Declare foo.
15114 (main): Call foo.
15115 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
15116 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
15117 (main): Call C::ensureRefs and ensureOtherRefs.
15118 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
15119 variables.
15120 (ensureOtherRefs): New function.
15121 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
15122 * gdb.cp/templates.cc (main): Call t5i.value.
15123
15124 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
15125
15126 Fix compatibility with G++-4.5.
15127 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
15128 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
15129 (uncaught return): Remove.
15130
15131 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15132 Phil Muldoon <pmuldoon@redhat.com>
15133
15134 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
15135 (bp_location13, bp_location14, bp_location17, bp_location18)
15136 (marker3_proto, marker4_proto): New variables.
15137 (breakpoint info): Update output.
15138 (run until breakpoint at marker3, run until breakpoint at marker4): New
15139 tests.
15140
15141 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
15142
15143 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
15144 Replace the printf call of Y by provided "y-set-1" label. New block
15145 for the second shared library.
15146 * gdb.base/unload.exp: Compile also the second library, call
15147 gdb_load_shlibs also for it. Use now gdb_breakpoint.
15148 (single pending breakpoint info): Rename to ...
15149 (pending breakpoint info before run): ... this extended test.
15150 (libfile2, libname2, libsrcfile2, libsrc2)
15151 (lib_sl2): New variables.
15152 (exec_opts): Set also SHLIB_NAME2.
15153 (pending breakpoint info on first run at shrfunc1)
15154 (pending breakpoint info on second run at shrfunc1)
15155 (pending breakpoint info on second run at shrfunc2)
15156 (print y from libfile, print y from libfile2): New tests.
15157 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
15158 * gdb.base/unloadshr2.c: New.
15159
15160 2009-12-22 Hui Zhu <teawater@gmail.com>
15161
15162 * gdb.reverse/sigall-reverse.exp: Adjust.
15163
15164 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
15165
15166 PR gdb/10884
15167
15168 * gdb.mi/var-cmd.c (do_bitfield_tests): New
15169 (main): Call do_bitfield_tests.
15170 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
15171
15172 2009-12-20 Joel Brobecker <brobecker@adacore.com>
15173
15174 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
15175 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
15176 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
15177 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
15178 gdb.modula2/unbounded1.c: Update copyright header.
15179
15180 2009-12-10 Chris Moller <moller@mollerware.com>
15181
15182 PR gdb/9399
15183 * gdb.cp/virtfunc2.exp: New tests
15184 * gdb.cp/virtfunc2.cc: New tests
15185 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
15186
15187 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
15188
15189 * gdb.reverse/i387-env-reverse.c: New file.
15190 * gdb.reverse/i387-env-reverse.exp: New file.
15191 * gdb.reverse/i387-stack-reverse.c: New file.
15192 * gdb.reverse/i387-stack-reverse.exp: New file.
15193
15194 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
15195
15196 * gdb.python/py-type.exp (test_range): New test.
15197
15198 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
15199
15200 PR python/10805
15201
15202 * gdb.python/py-type.exp: New file.
15203 * gdb.python/py-type.c: New file.
15204 * Makefile.in: Add py-type.
15205
15206 2009-12-03 Tom Tromey <tromey@redhat.com>
15207
15208 * gdb.python/py-value.exp (test_parse_and_eval): New
15209 function.
15210
15211 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
15212
15213 PR gdb/11022
15214
15215 * gdb.base/pr11022.exp: New test.
15216 * gdb.base/pr11022.c: New test.
15217
15218 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15219
15220 Fix spurious false FAILs.
15221 * gdb.base/structs.c (chartest): New.
15222 (main): Fill-in chartest.
15223 * gdb.base/structs.exp (anychar_re, first): New.
15224 (start_structs_test): Import global anychar_re and first.
15225 New gdb_test call "set print elements 300; ${testfile}"
15226 (start_structs_test <$first>): New block.
15227 (any): Import global anychar_re. New variable ac. Use ${ac}.
15228
15229 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15230
15231 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
15232
15233 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15234
15235 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
15236 Force $srcfile file.
15237 * gdb.base/foll-fork.c (callee): Comment out the printf call.
15238
15239 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15240
15241 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
15242 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
15243 * gdb.threads/watchthreads-reorder.exp: Likewise.
15244
15245 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
15246
15247 PR gdb/8704
15248
15249 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
15250 "if", and "thread". Correct matching in the previous test.
15251
15252 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
15253
15254 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
15255
15256 2009-11-23 Michael Snyder <msnyder@vmware.com>
15257
15258 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
15259 * gdb.reverse-watch-precsave.exp: Ditto.
15260
15261 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
15262
15263 * gdb.asm/asm-source.exp: Adjust.
15264 * gdb.base/help.exp: Adjust.
15265
15266 2009-11-22 Pedro Alves <pedro@codesourcery.com>
15267
15268 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
15269 (do_syscall_tests_without_xml): Set data-directory to
15270 /the/path/to/nowhere.
15271
15272 2009-11-21 Pedro Alves <pedro@codesourcery.com>
15273
15274 * gdb.threads/local-watch-wrong-thread.c,
15275 gdb.threads/local-watch-wrong-thread.exp: New files.
15276
15277 2009-11-21 Pedro Alves <pedro@codesourcery.com>
15278
15279 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
15280 assume new `regsub' syntax available.
15281
15282 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15283
15284 * gdb.base/watchpoint-hw-hit-once.exp,
15285 gdb.base/watchpoint-hw-hit-once.c: New.
15286
15287 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15288
15289 * gdb.threads/watchthreads-reorder.exp,
15290 gdb.threads/watchthreads-reorder.c: New.
15291
15292 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
15293
15294 * gdb.xml/tdesc-regs.exp: Use for m68k.
15295
15296 2009-11-15 Pedro Alves <pedro@codesourcery.com>
15297
15298 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
15299
15300 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
15301
15302 * lib/gdb.exp (current_target_name): New procedure.
15303 (gdb_wrapper_target): New variable.
15304 (gdb_wrapper_init): Set gdb_wrapper_target.
15305 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
15306 wrapper.
15307
15308 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
15309
15310 * gdb.base/remote.exp: Delete the slowest load test.
15311 Do not load with fixed packet sizes.
15312
15313 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
15314
15315 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
15316
15317 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
15318
15319 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
15320 srcfile when setting a breakpoint.
15321
15322 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
15323
15324 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
15325 macros.
15326
15327 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
15328
15329 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
15330 to be in memory.
15331 * gdb.base/display.c (force_mem): New.
15332 (do_loops): Use it. Add breakpoint comments.
15333 (do_vars): Add a breakpoint comment.
15334 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
15335 line numbers.
15336
15337 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
15338
15339 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
15340 instead of a bare "run".
15341
15342 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
15343
15344 * gdb.python/py-prettyprint.exp: Adjust.
15345
15346 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15347
15348 * lib/cell.exp (skip_cell_tests): Clean up test files before
15349 returning.
15350
15351 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15352
15353 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
15354 and the breakpoint menu. Do not call perror if a prompt is seen.
15355 Consume the following GDB prompt.
15356 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
15357 * gdb.cp/namespace.exp: Use gdb_test.
15358 * gdb.cp/templates.exp: Use gdb_test.
15359 (test_template_breakpoints): Use gdb_test_multiple.
15360
15361 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15362
15363 * gdb.base/break1.c (struct some_struct, values): Move earlier.
15364 (marker4): Reference values.
15365
15366 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15367
15368 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
15369 is missing.
15370
15371 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15372
15373 * gdb.base/break.c (need_malloc): New.
15374 * gdb.base/constvars.c (main): Reference crass and crisp.
15375 * gdb.base/gdb1821.c (main): Reference bar.
15376 * gdb.cp/gdb1355.cc (main): Reference s1.
15377 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
15378 (main): Call them.
15379 * gdb.cp/hang2.cc (dummy2): Define.
15380 * gdb.cp/hang3.cc (dummy3): Define.
15381 * gdb.cp/m-data.cc (main): Reference shadow.
15382
15383 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15384 Nathan Froyd <froydnj@codesourcery.com>
15385
15386 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
15387 remote host.
15388
15389 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
15390
15391 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
15392 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
15393 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15394 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15395 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15396 * gdb.dwarf2/dw2-producer.exp: Likewise.
15397 * gdb.dwarf2/mac-fileno.exp: Likewise.
15398 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
15399 py-prettyprint.py to the remote host.
15400 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
15401
15402 2009-11-11 Keith Seitz <keiths@redhat.com>
15403
15404 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
15405 use it instead of "Foo".
15406 * gdb.cp/classes.exp (do_tests): Add a test to access
15407 a method through a typedef'd class name.
15408
15409 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
15410
15411 * gdb.base/long_long.exp: Permit leading zeros on floating-point
15412 exponents.
15413 * gdb.base/pointers.exp: Likewise.
15414 * gdb.cp/ref-types.exp: Likewise.
15415
15416 2009-11-11 Keith Seitz <keiths@redhat.com>
15417
15418 * gdb.cp/cplusfuncs.cc (class foo): Add operators
15419 new[] and delete[].
15420 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
15421 "void".
15422 (probe_demangler): Remove all single-quoting of
15423 method and variable names.
15424 (info_func_regexp): Remove the word "void" from any
15425 occurrence of "(void)".
15426 (print_addr_2): Remove all single-quoting of
15427 method names.
15428 (print_addr_2_kfail): Likewise.
15429 (print_addr): Single-quote C function names before
15430 passing to print_addr_2.
15431 (test_paddr_operator_functions): Remove single-quoting
15432 for method names.
15433 Add tests for operator new[] and operator delete[].
15434
15435 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15436
15437 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
15438
15439 2009-11-09 Keith Seitz <keiths@redhat.com>
15440
15441 * gdb.cp/overload.exp: Add tests for resolving overloaded
15442 methods in expression parsing/evaluation.
15443
15444 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
15445
15446 * lib/gdb.exp (default_gdb_version): Use --version instead of
15447 --command.
15448
15449 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
15450
15451 * lib/gdb.exp (gdb_compile_test): New.
15452 (skip_ada_tests, skip_java_tests): New.
15453 (gdb_compile): Use gdb_compile_test for f77.
15454 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
15455 * lib/java.exp (compile_java_from_source): Remove runtests check,
15456 use gdb_compile_test to record result.
15457 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
15458 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
15459 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
15460 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
15461 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
15462 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
15463 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
15464 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
15465 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
15466 adjust gdb_compile invocations.
15467
15468 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
15469
15470 * Makefile.in (abs_builddir): New.
15471 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
15472 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
15473 `$(abs_builddir)/site.exp'.
15474
15475 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
15476
15477 * config/m68k-emc.exp, lib/emc-support.exp,
15478 gdb.trace/gdb_c_test.c: Delete.
15479 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
15480 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
15481 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
15482 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
15483 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
15484 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
15485 casing for m68k-*-elf.
15486
15487 2009-11-03 Pedro Alves <pedro@codesourcery.com>
15488
15489 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
15490 * gdb.arch/i386-prologue.exp: Likewise.
15491 * gdb.arch/i386-unwind.exp: Likewise.
15492
15493 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
15494
15495 * lib/gdb.exp (gdb_expect): Fix timeout typo.
15496
15497 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
15498
15499 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
15500
15501 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
15502
15503 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
15504
15505 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15506
15507 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
15508
15509 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15510
15511 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
15512 * gdb.base/sepdebug2.c: New file.
15513
15514 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
15515
15516 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
15517 the modified warnings for catch syscall. Verify if GDB was compiled
15518 with support for lib expat, and choose which tests to run depending
15519 on this.
15520
15521 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
15522
15523 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
15524 that composite commands are parsed OK. And also test
15525 that breakpoint commands do work.
15526
15527 2009-10-23 Michael Snyder <msnyder@vmware.com>
15528
15529 gdb.reverse/consecutive-precsave.exp: Change expect pattern
15530 to allow for new disassembly style.
15531
15532 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
15533
15534 * gdb.asm/asm-source.exp: Adjust.
15535
15536 2009-10-22 Michael Snyder <msnyder@vmware.com>
15537
15538 * gdb.reverse/break-precsave.exp: New test.
15539 * gdb.reverse/consecutive-precsave.exp: Ditto.
15540 * gdb.reverse/finish-precsave.exp: Ditto.
15541 * gdb.reverse/i386-precsave.exp: Ditto.
15542 * gdb.reverse/machinestate-precsave.exp: Ditto.
15543 * gdb.reverse/sigall-precsave.exp: Ditto.
15544 * gdb.reverse/solilb-precsave.exp: Ditto.
15545 * gdb.reverse/step-precsave.exp: Ditto.
15546 * gdb.reverse/until-precsave.exp: Ditto.
15547 * gdb.reverse/watch-precsave.exp: Ditto.
15548
15549 2009-10-22 Michael Snyder <msnyder@vmware.com>
15550
15551 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
15552 for gdb_expect. Adjust one test's expect strings for the new
15553 format of disassemble.
15554 * gdb.reverse/finish-reverse.exp: Delete 'return'.
15555 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
15556 gdb_test_multiple.
15557 * gdb.reverse/step-reverse.exp: Delete 'return'.
15558 * gdb.reverse/until-reverse.exp: Delete blank lines.
15559 * gdb.reverse/watch-reverse.exp: Delete blank lines.
15560
15561 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
15562
15563 * gdb.base/consecutive.exp: Adjust.
15564 * gdb.base/display.exp: Likewise.
15565 * gdb.base/pc-fp.exp: Likewise.
15566 * gdb.base/sigbpt.exp: Likewise.
15567
15568 2009-10-19 Michael Snyder <msnyder@vmware.com>
15569
15570 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
15571 * gdb.reverse/finish-reverse.c: Ditto.
15572 * gdb.reverse/sigall-reverse.c: Ditto.
15573 * gdb.reverse/solib-reverse.c: Ditto.
15574 * gdb.reverse/step-reverse.c: Ditto.
15575 * gdb.reverse/watch-reverse.c: Ditto.
15576
15577 2009-10-19 Pedro Alves <pedro@codesourcery.com>
15578 Stan Shebs <stan@codesourcery.com>
15579
15580 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
15581 * gdb.base/foll-exec.exp: Adjust to expect a process id before
15582 "Executing new program".
15583 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
15584 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
15585 left listed after having been killed.
15586 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
15587 * gdb.base/maint.exp: Adjust test.
15588
15589 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
15590 * gdb.multi/Makefile.in: New.
15591 * gdb.multi/base.exp: New.
15592 * gdb.multi/goodbye.c: New.
15593 * gdb.multi/hangout.c: New.
15594 * gdb.multi/hello.c: New.
15595 * gdb.multi/bkpt-multi-exec.c: New.
15596 * gdb.multi/bkpt-multi-exec.exp: New.
15597 * gdb.multi/crashme.c: New.
15598
15599 2009-10-13 Tristan Gingold <gingold@adacore.com>
15600
15601 * gdb.base/sepdebug.exp: Check debug info are found.
15602
15603 2009-10-08 Pedro Alves <pedro@codesourcery.com>
15604
15605 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
15606 bits.
15607
15608 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15609
15610 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
15611
15612 2009-10-07 Joel Brobecker <brobecker@adacore.com>
15613
15614 * gdb.base/watchpoints.c: Add copyright header. Reformat one
15615 of the comments.
15616
15617 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
15618
15619 * gdb.base/annota1.exp: Remove obsolete match_max increase.
15620 * gdb.base/annota3.exp: Idem.
15621 * gdb.base/maint.exp: Idem.
15622
15623 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
15624
15625 * lib/gdb.exp (default_gdb_init): Set current value of match_max
15626 to default.
15627
15628 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
15629
15630 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
15631 mingw and cygwin targets.
15632
15633 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
15634 Pedro Alves <pedro@codesourcery.com>
15635
15636 * lib/gdb.exp (gdb_compile): Avoid adding
15637 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
15638
15639 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
15640
15641 * gdb.base/shr1.c: Use %p in format string.
15642 * gdb.base/unload.c: Avoid warning in fprintf.
15643 * gdb.base/watchpoint-solib.c: Idem.
15644
15645 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
15646
15647 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
15648 long type.
15649 (test_unlink): Correct printf string.
15650 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
15651 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
15652
15653 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15654
15655 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
15656 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
15657 * gdb.arch/ia64-breakpoint-shadow.S: New file.
15658
15659 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15660
15661 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
15662 * gdb.objc/nondebug.exp: Likewise.
15663
15664 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15665
15666 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
15667 target_info setting.
15668
15669 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
15670 that detect new threads during "info threads".
15671
15672 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15673
15674 * gdb.threads/manythreads.c (main): Increase thread stack size
15675 to 2*PTHREAD_STACK_MIN.
15676 * gdb.threads/multi-create.c (main): Likewise.
15677 (create_function): Likewise.
15678
15679 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15680
15681 * gdb.base/dump.exp: Pass difference of pointer types instead
15682 of integer types as offset to restore in intarr3.srec case.
15683
15684 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15685
15686 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
15687
15688 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15689
15690 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
15691
15692 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
15693
15694 New test for two watchpoints, with disabling of
15695 the first inserted.
15696 * testsuite/gdb.base/watchpoints.c: New file.
15697 * testsuite/gdb.base/watchpoints.exp: New file.
15698
15699 2009-09-25 Tom Tromey <tromey@redhat.com>
15700
15701 * gdb.base/charset.exp: Test utf-16 strings with Python.
15702
15703 2009-09-25 Tom Tromey <tromey@redhat.com>
15704
15705 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
15706 UCS-4.
15707 * gdb.base/charset.c (utf_32_string): Rename.
15708 (init_utf32): Rename.
15709 (main): Update.
15710
15711 2009-09-22 Tom Tromey <tromey@redhat.com>
15712
15713 * gdb.python/py-function.exp: Add regression tests.
15714
15715 2009-09-21 Keith Seitz <keiths@redhat.com>
15716
15717 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
15718 with invalid operator.
15719
15720 2009-09-21 Keith Seitz <keiths@redhat.com>
15721
15722 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
15723 and destructor using typedef name of class.
15724 * gdb.cp/classes.cc (class Base1): Add a destructor.
15725 (base1): New typedef.
15726 (use_methods): Instanitate an object of type base1.
15727 * gdb.cp/templates.exp (test_template_typedef): New procedure.
15728 (do_tests): Call test_template_typedef.
15729 * gdb.cp/templates.cc (Baz::~Baz): New method.
15730 (intBazOne): New typedef.
15731 (main): Instantiate intBazOne.
15732
15733 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
15734
15735 PR python/10633
15736
15737 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
15738 Function.
15739 (run_lang_tests): Add print elements test.
15740
15741 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
15742
15743 * gdb.python/py-value.exp (test_subscript_regression): New
15744 function. Test for invalid subscripts.
15745 * gdb.python/py-value.c (main): Add test array, and pointer to it.
15746 (ptr_ref): New function.
15747
15748 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15749
15750 * gdb.base/default.exp: Fix "show convenience".
15751
15752 2009-09-15 Tom Tromey <tromey@redhat.com>
15753
15754 * lib/mi-support.exp (mi_create_varobj): Update.
15755 (mi_create_floating_varobj): Likewise.
15756 (mi_create_dynamic_varobj): New proc.
15757 (mi_varobj_update): Update.
15758 (mi_varobj_update_with_type_change): Likewise.
15759 (mi_varobj_update_kv_helper): New proc.
15760 (mi_varobj_update_dynamic_helper): Rewrite.
15761 (mi_varobj_update_dynamic): New proc.
15762 (mi_list_varobj_children): Update.
15763 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
15764 * gdb.python/python-prettyprint.py (pp_outer): New class.
15765 (pp_nullstr): Likewise.
15766 (lookup_function): Register new printers.
15767 * gdb.python/python-prettyprint.c (struct substruct): New type.
15768 (struct outerstruct): Likewise.
15769 (substruct_test): New function.
15770 (struct nullstr): New type.
15771 (string_1, string_2): New globals.
15772 (main): Add new tests.
15773 * gdb.python/python-mi.exp: Added regression tests.
15774 * gdb.mi/mi2-var-display.exp: Update.
15775 * gdb.mi/mi2-var-cmd.exp: Update.
15776 * gdb.mi/mi2-var-child.exp: Update.
15777 * gdb.mi/mi2-var-block.exp: Update.
15778 * gdb.mi/mi-var-invalidate.exp: Update.
15779 * gdb.mi/mi-var-display.exp: Update.
15780 * gdb.mi/mi-var-cmd.exp: Update.
15781 * gdb.mi/mi-var-child.exp: Update.
15782 * gdb.mi/mi-var-block.exp: Update.
15783 * gdb.mi/mi-break.exp: Update.
15784 * gdb.mi/gdb701.exp: Update.
15785
15786 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
15787
15788 * Makefile.in: Inclusion of catch-syscall object.
15789 * gdb.base/catch-syscall.c: New file.
15790 * gdb.base/catch-syscall.exp: New file.
15791
15792 2009-09-12 Michael Snyder <msnyder@vmware.com>
15793
15794 * gdb.reverse/step-reverse.exp: Explicitly check for targets
15795 that can support reverse debuggnig.
15796
15797 2009-09-11 Tom Tromey <tromey@redhat.com>
15798
15799 * gdb.dwarf2/valop.S: New file.
15800 * gdb.dwarf2/valop.exp: New file.
15801
15802 2009-09-11 Mark Kettenis <kettenis@gnu.org>
15803
15804 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
15805
15806 2009-09-10 Doug Evans <dje@google.com>
15807
15808 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
15809 Add $gdb_prompt to second breakpoint regexp.
15810
15811 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
15812
15813 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
15814 names, add missing ones.
15815 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
15816 * gdb.python/py-frame.c: Rename from python-frame.c.
15817 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
15818 testfile name.
15819 * gdb.python/py-function.exp: Rename from python-function.exp.
15820 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
15821 testfile name.
15822 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
15823 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
15824 Adjust testfile name.
15825 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
15826 * gdb.python/py-template.cc: Rename from python-template.cc.
15827 * gdb.python/py-template.exp: Rename from python-template.exp.
15828 Adjust testfile name.
15829 * gdb.python/py-value.c: Rename from python-value.c.
15830 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
15831 testfile name.
15832
15833 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15834
15835 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
15836 $bpt2address.
15837 (Second breakpoint address is valid on ia64)
15838 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
15839
15840 2009-09-03 Joseph Myers <joseph@codesourcery.com>
15841
15842 * gdb.base/ending-run.exp: Restrict regular expression matching
15843 line number to require closing brace following.
15844
15845 2009-09-03 Doug Evans <dje@google.com>
15846
15847 * gdb.base/store.exp (check_set): Fix typo in expected value message.
15848
15849 2009-09-02 Tom Tromey <tromey@redhat.com>
15850
15851 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
15852
15853 2009-09-02 Tom Tromey <tromey@redhat.com>
15854
15855 * gdb.dwarf2/callframecfa.exp: New file.
15856 * gdb.dwarf2/callframecfa.S: New file.
15857
15858 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15859
15860 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
15861 gdb.base/solib-overlap-main.c: New.
15862
15863 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
15864
15865 PR gdb/10565
15866
15867 * gdb.base/bitfields.c (struct container, container): New.
15868 (main): Initialize it and call break5.
15869 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
15870
15871 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
15872
15873 Support constant DW_AT_data_member_location by GCC PR debug/40659.
15874 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
15875
15876 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
15877
15878 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
15879
15880 2009-08-26 Michael Snyder <msnyder@vmware.com>
15881
15882 * gdb.base/i386-reverse.c: New file.
15883 * gdb.base/i386-reverse.exp: New file.
15884 * gdb.base/Makefile.in: Add new files to be removed.
15885
15886 2009-08-26 Joseph Myers <joseph@codesourcery.com>
15887
15888 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
15889 environment-pwd for remote host.
15890 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
15891
15892 2009-08-24 Keith Seitz <keiths@redhat.com>
15893
15894 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
15895 Add two new C++ completer tests which limit the output to a
15896 given class.
15897
15898 2009-08-24 Michael Snyder <msnyder@vmware.com>
15899
15900 * gdb.base/del.exp: Fix typo in comment.
15901 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
15902
15903 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
15904
15905 * configure: Regenerate.
15906 * gdb.hp/configure: Likewise.
15907 * gdb.hp/gdb.aCC/configure: Likewise.
15908 * gdb.hp/gdb.base-hp/configure: Likewise.
15909 * gdb.hp/gdb.compat/configure: Likewise.
15910 * gdb.hp/gdb.defects/configure: Likewise.
15911 * gdb.hp/gdb.objdbg/configure: Likewise.
15912 * gdb.stabs/configure: Likewise.
15913
15914 2009-08-19 Doug Evans <dje@google.com>
15915
15916 * gdb.base/gdbvars.c: New file.
15917 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
15918
15919 2009-08-14 Pedro Alves <pedro@codesourcery.com>
15920
15921 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
15922 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
15923
15924 2009-08-13 Pedro Alves <pedro@codesourcery.com>
15925
15926 * gdb.base/default.exp: Adjust "set language test": it's now an
15927 enum command. Larger help string moved to "help set language".
15928 * gdb.base/help.exp: Adjust "help set language" expected output,
15929 now lists all known languages.
15930
15931 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
15932
15933 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
15934 all frame arguments.
15935 * gdb.arch/altivec-regs.exp: Likewise.
15936
15937 2009-08-07 Tom Tromey <tromey@redhat.com>
15938
15939 * gdb.base/setshow.exp: Add tests for changes to set language, set
15940 check range, and set check type.
15941
15942 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
15943
15944 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
15945 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
15946 Call it.
15947
15948 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15949
15950 * configure.ac: Run gdb.cell tests when appropriate.
15951 * configure: Regenerate.
15952 * lib/cell.exp: New file.
15953 * gdb.cell: New directory.
15954 * gdb.cell/configure.ac: New file.
15955 * gdb.cell/configure: New file.
15956 * gdb.cell/Makefile.in: New file.
15957 * gdb.cell/arch.exp: New file.
15958 * gdb.cell/break.c: New file.
15959 * gdb.cell/break.exp: New file.
15960 * gdb.cell/break-spu.c: New file.
15961 * gdb.cell/bt.c: New file.
15962 * gdb.cell/bt2-spu.c: New file.
15963 * gdb.cell/bt-spu.c: New file.
15964 * gdb.cell/bt.exp: New file.
15965 * gdb.cell/coremaker.c: New file.
15966 * gdb.cell/coremaker-spu.c: New file.
15967 * gdb.cell/core.exp: New file.
15968 * gdb.cell/gcore.exp: New file.
15969 * gdb.cell/data.c: New file.
15970 * gdb.cell/data.exp: New file.
15971 * gdb.cell/data-spu.c: New file.
15972 * gdb.cell/ea-cache.exp: New file.
15973 * gdb.cell/ea-cache.c: New file.
15974 * gdb.cell/ea-cache-spu.c: New file.
15975 * gdb.cell/ea-standalone.c: New file.
15976 * gdb.cell/ea-standalone.exp: New file.
15977 * gdb.cell/ea-test.c: New file.
15978 * gdb.cell/ea-test.exp: New file.
15979 * gdb.cell/f-regs.exp: New file.
15980 * gdb.cell/mem-access.c: New file.
15981 * gdb.cell/mem-access.exp: New file.
15982 * gdb.cell/mem-access-spu.c: New file.
15983 * gdb.cell/ptype.exp: New file.
15984 * gdb.cell/registers.exp: New file.
15985 * gdb.cell/size.c: New file.
15986 * gdb.cell/sizeof.exp: New file.
15987 * gdb.cell/size-spu.c: New file.
15988 * gdb.cell/solib.exp: New file.
15989 * gdb.cell/solib-symbol.exp: New file.
15990
15991 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15992
15993 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
15994
15995 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
15996
15997 * gdb.base/float.exp: Handle VFP registers.
15998
15999 2009-07-14 Michael Snyder <msnyder@vmware.com>
16000
16001 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
16002 to bring gdb to the beginning of the calling line.
16003
16004 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
16005 confusing the i386 epilogue unwinder.
16006
16007 2009-07-14 Stan Shebs <stan@codesourcery.com>
16008
16009 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
16010
16011 2009-07-14 Michael Snyder <msnyder@vmware.com>
16012
16013 * gdb.reverse/step-reverse.exp (stepi into function call):
16014 Call instruction may not be first instruction in the line.
16015 (reverse stepi from a function call): Used wrong line number.
16016
16017 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16018
16019 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
16020
16021 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16022
16023 Fix gdb.base/macscp.exp when using custom inputrc.
16024 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
16025 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
16026 env(TERM) set.
16027 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
16028 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
16029
16030 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
16031
16032 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
16033 * gdb.base/annota1.exp (thread_test): Import global $testfile.
16034 Change the compilation target to match the testcase name.
16035 * gdb.base/sect-cmd.exp: Change the compilation target to match the
16036 testcase name.
16037 * a2-run.exp: Use for setup prepare_for_testing. Change the
16038 compilation target to match the testcase name.
16039 * gdb.base/commands.exp: Likewise.
16040 * gdb.base/finish.exp: Likewise.
16041 * gdb.base/float.exp: Likewise.
16042 * gdb.base/info-target.exp: Likewise.
16043 * gdb.base/relational.exp: Likewise.
16044 * gdb.base/term.exp: Likewise.
16045 * gdb.base/until.exp: Likewise.
16046 * gdb.base/volatile.exp: Likewise.
16047 * gdb.base/whatis-exp.exp: Likewise.
16048
16049 2009-07-11 Hui Zhu <teawater@gmail.com>
16050
16051 * gdb.base/help.exp (disassemble): Update expected help text.
16052
16053 2009-07-09 Tom Tromey <tromey@redhat.com>
16054
16055 * lib/gdb.exp: Handle TRANSCRIPT.
16056 (remote_spawn, remote_close, send_gdb): New procs.
16057
16058 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
16059
16060 * gdb.python/python-prettyprint.c: Add counted null string
16061 structure.
16062 * gdb.python/python-prettyprint.exp: Print null string. Test for
16063 embedded nulls.
16064 * gdb.python/python-prettyprint.py (pp_ns): New Function.
16065 * gdb.python/python-value.exp (test_value_in_inferior): Add
16066 variable length string fetch tests.
16067 * gdb.python/python-value.c (main): Add strings for string fetch tests.
16068
16069 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
16070
16071 * gdb.base/dump.exp (inaccessible memory is reported): New test.
16072
16073 2009-07-07 Tom Tromey <tromey@redhat.com>
16074
16075 * gdb.base/call-rt-st.exp: Update for change to escape output.
16076 * gdb.base/callfuncs.exp: Likewise.
16077 * gdb.base/charset.exp: Likewise.
16078 * gdb.base/constvars.exp: Likewise.
16079 * gdb.base/long_long.exp: Likewise.
16080 * gdb.base/pointers.exp: Likewise.
16081 * gdb.base/printcmds.exp: Likewise.
16082 * gdb.base/setvar.exp: Likewise.
16083 * gdb.base/store.exp: Likewise.
16084 * gdb.cp/ref-types.exp: Likewise.
16085 * gdb.mi/mi-var-child.exp: Likewise.
16086 * gdb.mi/mi-var-display.exp: Likewise.
16087 * gdb.mi/mi2-var-display.exp: Likewise.
16088 * gdb.base/charset.exp: Test octal escape sequence length.
16089 Update for change to escape output.
16090
16091 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16092
16093 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
16094
16095 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
16096
16097 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
16098
16099 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
16100
16101 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
16102 gdbserver increasing $portnum if "Can't bind address" has been seen.
16103
16104 2009-07-05 Pedro Alves <pedro@codesourcery.com>
16105
16106 * gdb.base/ending-run.exp: Add "step out of main" pattern for
16107 mingw32ce.
16108
16109 2009-07-05 Pedro Alves <pedro@codesourcery.com>
16110
16111 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
16112 VFP format.
16113
16114 2009-07-02 Pedro Alves <pedro@codesourcery.com>
16115
16116 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
16117 linux. Adjust to use "inferior", "info inferiors", "detach
16118 inferior" and "kill inferior" instead of "restart", "info fork",
16119 "detach fork" and "delete fork".
16120 * gdb.base/ending-run.exp: Spell out "info".
16121 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
16122 the "kill" command.
16123
16124 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16125
16126 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
16127 change to prefix TLS offset in hex with 0x.
16128
16129 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16130
16131 * gdb.base/default.exp: Update test case for "x" changes.
16132
16133 2009-07-01 Tristan Gingold <gingold@adacore.com>
16134
16135 * gdb.base/bigcore.exp: Make darwin untested.
16136
16137 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
16138
16139 * gdb.base/completion.exp (directory completion): Create the directory.
16140 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
16141 escapeuniquesub.
16142 (directory completion 2): Expect now ${escapeuniquesub}.
16143 (Glob remaining of directory test): Remove one excessive newline.
16144 Expect the real output.
16145
16146 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
16147
16148 Fix `make check//%' target after `make check' has been ran.
16149 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
16150 a mkdir call.
16151 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
16152 (%/.dir): Remove.
16153
16154 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
16155
16156 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
16157 the expected result record.
16158
16159 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
16160
16161 Remove racy FAILs relying just on the timeouts.
16162 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
16163 (annotation_level 2): Remove racy FAILs.
16164
16165 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
16166
16167 gdb/10275
16168 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
16169
16170 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
16171
16172 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
16173
16174 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
16175
16176 * gdb.mi/mi-stack.exp: Testing symbolic options
16177 to -stack-list-locals and -stack-list-arguments.
16178
16179 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
16180
16181 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
16182
16183 2009-06-29 Tom Tromey <tromey@redhat.com>
16184
16185 * dg-extract-results.sh: New file.
16186 * Makefile.in (FORCE_PARALLEL): New variable.
16187 (CHECK_TARGET): New conditional variable.
16188 (check): Use CHECK_TARGET.
16189 (DO_RUNTEST): New variable.
16190 (check-single): New target.
16191 (TEST_DIRS): New variable.
16192 (TEST_TARGETS): Likewise.
16193 (check-parallel): New target.
16194 (check-gdb.%): New pattern.
16195 (BASE1_FILES): New variable.
16196 (BASE2_FILES): Likewise.
16197 (check-gdb.base%): New pattern.
16198 (%/.dir): New pattern.
16199 * configure: Rebuild.
16200 * aclocal.m4 (AM_CONDITIONAL): New defun.
16201 * configure.ac: Check whether user is using GNU make.
16202 (GMAKE): New conditional.
16203
16204 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
16205
16206 * gdb.cp/namespace-nested-import.cc: New test.
16207 * gdb.cp/namespace-nested-import.exp: New test.
16208
16209 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
16210
16211 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
16212 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
16213 * gdb.opt/Makefile.in (EXECUTABLES): Update.
16214 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
16215 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
16216 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
16217 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
16218 gdb.opt/inline-markers.c: New files.
16219 * lib/gdb.exp (skip_inline_frame_tests): New function.
16220 (skip_inline_var_tests): New function.
16221
16222 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
16223
16224 * gdb.cp/exception.exp: Don't require $hex before inner frame in
16225 backtrace.
16226
16227 2009-06-27 Michael Snyder <msnyder@vmware.com>
16228
16229 * gdb.reverse: New directory.
16230 * gdb.reverse/break-reverse.c: New test.
16231 * gdb.reverse/break-reverse.exp: New test.
16232 * gdb.reverse/consecutive-reverse.c: New test.
16233 * gdb.reverse/consecutive-reverse.exp: New test.
16234 * gdb.reverse/finish-reverse.c: New test.
16235 * gdb.reverse/finish-reverse.exp: New test.
16236 * gdb.reverse/machinestate.c: New test.
16237 * gdb.reverse/ms1.c: New test.
16238 * gdb.reverse/machinestate.exp: New test.
16239 * gdb.reverse/Makefile.in: New file.
16240 * gdb.reverse/shr2.c: New test.
16241 * gdb.reverse/solib-reverse.c: New test.
16242 * gdb.reverse/solib-reverse.exp: New test.
16243 * gdb.reverse/step-reverse.c: New test.
16244 * gdb.reverse/step-reverse.exp: New test.
16245 * gdb.reverse/until-reverse.c: New test.
16246 * gdb.reverse/ur1.c: New test.
16247 * gdb.reverse/until-reverse.exp: New test.
16248 * gdb.reverse/watch-reverse.c: New test.
16249 * gdb.reverse/watch-reverse.exp: New test.
16250 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
16251 * configure: Regenerate.
16252
16253 2009-06-26 Doug Evans <dje@google.com>
16254
16255 * gdb.base/psymtab.exp: Turn off pending breakpoints.
16256
16257 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
16258
16259 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
16260 windows problem for 'file delete $binfile'.
16261
16262 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
16263
16264 * gdb.cp/namespace-using.exp: New test.
16265 * gdb.cp/namespace-using.cc: New test.
16266
16267 2009-05-20 Joel Brobecker <brobecker@adacore.com>
16268
16269 * gdb.ada/variant_record_packed_array: New testcase.
16270
16271 2009-06-23 Tom Tromey <tromey@redhat.com>
16272
16273 * gdb.base/charset.exp (test_combination): Regression test.
16274 * gdb.base/charset.c (my_wchar_t): New typedef.
16275 (myvar): New global.
16276 (main): Set myvar.
16277
16278 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
16279
16280 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
16281 target.
16282
16283 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16284
16285 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
16286
16287 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16288
16289 * gdb.mi/gdb680.exp: Update test for error message.
16290
16291 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16292
16293 * gdb.base/annota1.exp: Allow multiple occurrences of the
16294 frames-invalid annotation.
16295 * gdb.cp/annota2.exp: Likewise.
16296
16297 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
16298
16299 * gdb.cp/gdb2495.cc: New file.
16300 * gdb.cp/gdb2495.exp: New file.
16301
16302 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16303
16304 Report error on GDB crash during runto.
16305 * lib/gdb.exp (runto <eof>): New.
16306
16307 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
16308
16309 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
16310 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
16311 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
16312 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
16313 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
16314 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
16315 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
16316 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
16317 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
16318 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
16319 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
16320 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
16321 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
16322 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
16323 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
16324 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
16325 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
16326 gdb.server/server-mon.exp, gdb.server/server-run.exp,
16327 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
16328 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
16329 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
16330 gdb.trace/passcount.exp, gdb.trace/report.exp,
16331 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
16332 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
16333 gdb.trace/while-stepping.exp: Use a unique name for the compiled
16334 executable.
16335
16336 2009-06-07 Pedro Alves <pedro@codesourcery.com>
16337
16338 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
16339 defined before referencing it.
16340
16341 2009-06-03 Doug Evans <dje@google.com>
16342
16343 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
16344 * gdb.arch/i386-see.c: Ditto.
16345
16346 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
16347
16348 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
16349 (check_macro): Return 1 if undefined.
16350 If first test fails, check if macro debug information is available,
16351 and report unsupported test if no macro information is found.
16352
16353 2009-05-29 Doug Evans <dje@google.com>
16354
16355 * gdb.threads/hand-call-in-threads.exp: New.
16356 * gdb.threads/hand-call-in-threads.c: New.
16357
16358 2009-05-29 Michael Snyder <msnyder@vmware.com>
16359
16360 * gdb.base/break-always.exp: Change "1" to "on".
16361 Add confirmation check.
16362
16363 2009-05-28 Pedro Alves <pedro@codesourcery.com>
16364
16365 * gdb.threads/threxit-hop-specific.c: New.
16366 * gdb.threads/threxit-hop-specific.exp: New.
16367 * gdb.threads/thread-execl.c: New.
16368 * gdb.threads/thread-execl.exp: New.
16369
16370 2009-05-27 Tom Tromey <tromey@redhat.com>
16371 Thiago Jung Bauermann <bauerman@br.ibm.com>
16372
16373 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
16374 (mi_child_regexp): Likewise.
16375 (mi_list_varobj_children_range): Likewise.
16376 (mi_get_features): Likewise.
16377 (mi_list_varobj_children): Rewrite.
16378 * gdb.python/python-mi.exp: New file.
16379
16380 2009-05-27 Tom Tromey <tromey@redhat.com>
16381 Thiago Jung Bauermann <bauerman@br.ibm.com>
16382 Phil Muldoon <pmuldoon@redhat.com>
16383 Paul Pluzhnikov <ppluzhnikov@google.com>
16384
16385 * gdb.python/python-prettyprint.exp: New file.
16386 * gdb.python/python-prettyprint.c: New file.
16387 * gdb.python/python-prettyprint.py: New file.
16388 * gdb.base/display.exp: print/r is now valid.
16389
16390 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
16391 Tom Tromey <tromey@redhat.com>
16392 Pedro Alves <pedro@codesourcery.com>
16393 Paul Pluzhnikov <ppluzhnikov@google.com>
16394
16395 * gdb.python/python-template.exp: New file.
16396 * gdb.python/python-template.cc: New file.
16397 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
16398 tests.
16399 * gdb.python/python-value.exp (py_objfile_tests): New proc.
16400 Call it.
16401 (test_value_after_death): New proc.
16402 * gdb.python/python-value.c (PTR): New typedef.
16403 (main): New variable 'x'.
16404
16405 2009-05-27 Tom Tromey <tromey@redhat.com>
16406
16407 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
16408 tests.
16409 * gdb.python/python-value.exp (py_objfile_tests): New proc.
16410 Call it.
16411
16412 2009-05-27 Pedro Alves <pedro@codesourcery.com>
16413
16414 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
16415
16416 2009-05-24 Pedro Alves <pedro@codesourcery.com>
16417
16418 * gdb.threads/fork-thread-pending.c: New.
16419 * gdb.threads/fork-thread-pending.exp: New.
16420
16421 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16422
16423 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
16424 * gdb.dwarf2/dw2-strp.S (a_string2): New.
16425
16426 2009-05-18 Jon Beniston <jon@beniston.com>
16427
16428 * gdb.asm/asm-source.exp: Add lm32 target.
16429
16430 2009-05-17 Pedro Alves <pedro@codesourcery.com>
16431
16432 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
16433 `gdb_get_line_number'. Call `callee' in both parent and child.
16434 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
16435 `gdb_get_line_number' instead of hardcoding line numbers.
16436 (catch_fork_unpatch_child): New procedure to test detaching
16437 breakpoints from child fork.
16438 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
16439 hardcoding line numbers.
16440 (do_fork_tests): Run `catch_fork_unpatch_child'.
16441
16442 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
16443
16444 * gdb.mi/mi-cmd-var.exp: Check that when varobj
16445 of structure type enters or leaves the scope, it
16446 is reported by -var-update.
16447
16448 2009-05-11 Doug Evans <dje@sebabeach.org>
16449
16450 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
16451 * gdb.threads/pending-step.c (main): Fix off-by-one error.
16452 * gdb.threads/schedlock.c (main): Fix off-by-one error.
16453
16454 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16455
16456 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
16457
16458 2009-04-30 Doug Evans <dje@google.com>
16459
16460 * gdb.threads/watchthreads2.exp: New testcase.
16461 * gdb.threads/watchthreads2.c: New testcase.
16462
16463 2009-04-29 Doug Evans <dje@google.com>
16464
16465 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
16466 * gdb.cp/mb-ctor.cc: Ditto.
16467 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
16468 * gdb.cp/mb-inline.h (multi_line_foo): New function.
16469 * gdb.cp/mb-inline1.cc: Call it.
16470 * gdb.cp/mb-inline2.cc: Ditto.
16471 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
16472 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
16473
16474 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
16475
16476 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
16477 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
16478 Replace all uses of `decimal' by `nonzero'.
16479 (info macro FROM_COMMANDLINE): New test.
16480
16481 2009-04-27 Tom Tromey <tromey@redhat.com>
16482
16483 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
16484
16485 2009-04-27 Doug Evans <dje@google.com>
16486
16487 * gdb.threads/watchthreads.c (main): Initialize args before starting
16488 the threads. Plus formatting cleanup.
16489 * gdb.threads/watchthreads.exp: Avoid errant failures due to
16490 biased scheduling of one thread.
16491
16492 2009-04-27 Jerome Guitton <guitton@adacore.com>
16493
16494 * gdb.cp/templates.cc (GetMax): New template.
16495 (main): Declare two instances of GetMax.
16496 * gdb.cp/templates.exp: Add new test.
16497
16498 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
16499
16500 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
16501
16502 2009-04-22 Joseph Myers <joseph@codesourcery.com>
16503
16504 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
16505
16506 2009-04-15 Tom Tromey <tromey@redhat.com>
16507
16508 * gdb.base/charset.exp: Add regression test.
16509
16510 2009-04-14 Joel Brobecker <brobecker@adacore.com>
16511
16512 * gdb.base/exe-lock.exp: New testcase.
16513
16514 2009-04-13 Tom Tromey <tromey@redhat.com>
16515
16516 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
16517 operator on Frame.
16518
16519 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16520
16521 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
16522 * gdb.server/ext-attach.exp: Likewise.
16523
16524 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
16525
16526 Eliminate some sleep usage.
16527
16528 * gdb.mi/basics.c (do_nothing): New.
16529 (main): Use do_nothing instead of printf, so that
16530 not to introduce race condition between output of
16531 inferiour and output of gdb. Do not use sleep as it
16532 is not generally available on embedded targets.
16533
16534 2009-04-02 Pedro Alves <pedro@codesourcery.com>
16535
16536 * gdb.server/ext-attach.exp: Expect an optional process id after
16537 "Detached from remote process".
16538
16539 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16540
16541 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
16542 gdb.dwarf2/dw2-unresolved.exp: New.
16543
16544 2009-04-02 Pedro Alves <pedro@codesourcery.com>
16545
16546 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
16547 mi_run_to_main.
16548
16549 2009-04-02 Pedro Alves <pedro@codesourcery.com>
16550
16551 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
16552 mi_run_to_main. Skip thread exit test on remote targets.
16553 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
16554 mi_run_to_main.
16555 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
16556 mi_run_to_main.
16557 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
16558 when expecting ^connected. Detect when the target doesn't support
16559 non-stop mode.
16560 (mi_run_cmd): Detect if non-stop mode was requested by isn't
16561 supported. Return -1 on error, 0 on success.
16562 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
16563 (mi_runto): Return mi_runto_helper's result explicitly.
16564
16565 2009-04-01 Pedro Alves <pedro@codesourcery.com>
16566
16567 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
16568
16569 2009-04-01 Tom Tromey <tromey@redhat.com>
16570
16571 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
16572 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
16573 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
16574 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
16575
16576 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
16577 Jan Kratochvil <jan.kratochvil@redhat.com>
16578
16579 PR gdb/931
16580 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
16581 output.
16582 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
16583 for gdb/931.
16584 * dw2-strp.S (DW_AT_language): Change to C++.
16585 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
16586
16587 2009-03-31 Joel Brobecker <brobecker@adacore.com>
16588
16589 * gdb.ada/tasks: New testcase.
16590
16591 2009-03-30 Stan Shebs <stan@codesourcery.com>
16592
16593 * gdb.trace/actions.exp: Update to match new info trace format.
16594 * gdb.trace/deltrace.exp: Ditto.
16595 * gdb.trace/infotrace.exp: Ditto.
16596 * gdb.trace/passcount.exp: Ditto.
16597 * gdb.trace/save-trace.exp: Ditto.
16598 * gdb.trace/while-stepping.exp: Ditto.
16599 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
16600
16601 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
16602
16603 * gdb.python/python-frame.c: New file.
16604 * gdb.python/python-frame.exp: New file.
16605
16606 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
16607
16608 * gdb.python/python-value.exp: Add tests for the address
16609 attribute.
16610
16611 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
16612
16613 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
16614
16615 2009-03-26 Doug Evans <dje@google.com>
16616
16617 * gdb.mi/mi-nonstop-exit.exp: New file.
16618 * gdb.mi/non-stop-exit.c: New file.
16619
16620 2009-03-26 Tom Tromey <tromey@redhat.com>
16621
16622 Update for change to prologue skipping:
16623 * gdb.mi/mi2-simplerun.exp: Update.
16624 * gdb.mi/mi2-break.exp: Update.
16625 * gdb.mi/mi-simplerun.exp: Update.
16626 * gdb.mi/mi-break.exp: Update.
16627 * gdb.base/ending-run.exp: Update.
16628
16629 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
16630
16631 * gdb.python/python-value.exp (test_value_in_inferior): Test
16632 gdb.Value.is_optimized_out attribute.
16633
16634 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16635
16636 * gdb.dwarf2/dw2-noloc-main.c: New file.
16637 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
16638 (.text): Remove.
16639 (.data): New.
16640 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
16641 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
16642 (DW_TAG_subprogram func_cu1, noloc): Remove.
16643 (main): New.
16644 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
16645 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
16646 (file_symbols): New procedure.
16647
16648 2009-03-25 Tom Tromey <tromey@redhat.com>
16649
16650 * gdb.base/charset.exp (valid_target_charset): New proc.
16651 Use it to skip tests on invalid charsets.
16652
16653 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
16654
16655 * gdb.base/completion.exp: Add a test for directory completion.
16656
16657 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16658
16659 Fix a racy FAIL.
16660 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
16661 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
16662
16663 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
16664
16665 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
16666 * gdb.python/python-function.exp: Add test for function returning
16667 a GDB value.
16668
16669 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
16670
16671 * gdb.python/python-function.exp: New file.
16672
16673 2009-03-20 Tom Tromey <tromey@redhat.com>
16674
16675 * gdb.base/store.exp: Update for change to escape output.
16676 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
16677 to escape output.
16678 * gdb.base/pointers.exp: Update for change to escape output.
16679 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
16680 to escape output.
16681 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
16682 escape output.
16683 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
16684 to escape output.
16685 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
16686 escape output.
16687 * gdb.base/setvar.exp: Update for change to escape output.
16688 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
16689 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
16690 to escape output.
16691 (test_print_string_constants): Likewise.
16692 * gdb.base/charset.exp (valid_host_charset): Check size of
16693 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
16694 cases. Handle "auto"-related output.
16695 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
16696 (uvar, Uvar): New globals.
16697
16698 2009-03-19 Jerome Guitton <guitton@adacore.com>
16699
16700 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
16701 deltas.
16702 * gdb.ada/fixed_points.exp: Ditto.
16703
16704 2009-03-18 Pedro Alves <pedro@codesourcery.com>
16705
16706 * return-nodebug.c: Don't include stdio.h.
16707 (init): Delete.
16708 (func): Delete definition and provide extern declaration.
16709 (t): New.
16710 (main): Don't call printf. Call func and store its result in t.
16711 * return-nodebug1.c: New.
16712 * return-nodebug.exp: Don't expect stdio output. Instead, print
16713 the global variable t. Drop printf formatters and cast types from
16714 foreach loop. Don't use prepare_for_testing. Compile
16715 return-nodebug.c and return-nodebug1.c in separate steps. Don't
16716 define FORMAT or CAST.
16717
16718 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
16719
16720 * gdb.base/solib-display.exp: Disable test for remote targers.
16721
16722 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16723
16724 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
16725
16726 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16727
16728 Fix a racy FAIL.
16729 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
16730 code from `follow parent, print pids'.
16731 (`follow child, print pids', `follow parent, print pids'): Call it.
16732 Replace `gdb_test "break..."' by gdb_breakpoint.
16733
16734 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
16735
16736 * gdb.mi/mi-cli.exp: Adjust for output difference in
16737 sync and async modes.
16738
16739 2009-03-12 Joel Brobecker <brobecker@adacore.com>
16740
16741 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
16742 that was checked in by mistake. Remove loading of ada.exp, since
16743 this is not necessary in this case.
16744
16745 2009-03-12 Joel Brobecker <brobecker@adacore.com>
16746
16747 * gdb.ada/ptype_arith_binop.exp: New testcase.
16748
16749 2009-03-12 Joel Brobecker <brobecker@adacore.com>
16750
16751 * gdb.ada/mod_from_name: New testcase.
16752
16753 2009-03-12 Joel Brobecker <brobecker@adacore.com>
16754
16755 * gdb.ada/tick_last_segv: New testcase.
16756
16757 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
16758
16759 * gdb.mi/mi-cli.exp: Remove debug print.
16760
16761 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
16762
16763 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
16764 include the token in ^running and frame info in *stopped.
16765
16766 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
16767
16768 * solib-display.exp: New file.
16769 * solib-display-main.c: New file.
16770 * solib-display-lib.c: New file.
16771
16772 2009-03-05 Pedro Alves <pedro@codesourcery.com>
16773
16774 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
16775
16776 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16777
16778 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
16779 (list_and_check_macro): Use more specific test name.
16780 (next to definition): Make the test names unique.
16781
16782 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
16783
16784 * gdb.pascal/floats.exp: Accept approximate results everywhere.
16785
16786 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
16787
16788 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
16789 notifications.
16790 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
16791 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
16792 * lib/mi-support.exp (library_loaded_re): New.
16793 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
16794
16795 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
16796
16797 * gdb.gdb/observer.exp: Use test_notification observer, not
16798 normal_stop, everywhere.
16799 (test_normal_stop_notifications): Rename to...
16800 (test_notifications): ...this.
16801 (test_observer_normal_stop): Rename to...
16802 (test_observer): ...this.
16803
16804 2009-02-16 Doug Evans <dje@google.com>
16805
16806 * gdb.arch/amd64-disp-step.S (test_int3): New test.
16807 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
16808 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
16809 (test_prefixed_syscall,test_int3): New tests.
16810 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
16811 (test_prefixed_syscall,test_int3): New tests.
16812
16813 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
16814
16815 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
16816 (mi_expect_interrupt): Likewise.
16817 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
16818 response.
16819
16820 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
16821
16822 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
16823 * gdb.base/pc-fp.exp (get_valueofx): Remove.
16824 Replace calls to get_valueofx by get_hexadecimal_valueof.
16825
16826 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
16827
16828 * lib/gdb.exp (get_valueof): Accept anything as a return value.
16829 (get_integer_valueof): New procedure.
16830 (get_sizeof): Use new get_integer_value_of.
16831 * gdb.base/sizeof.exp: Replace all uses of get_valueof
16832 by get_integer_valueof.
16833
16834 2009-02-13 Tom Tromey <tromey@redhat.com>
16835
16836 * gdb.base/remote.exp (get_sizeof): Remove.
16837 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
16838 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
16839 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
16840 * lib/gdb.exp (get_valueof): Move from long_long.exp.
16841 (get_sizeof): Likewise.
16842
16843 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16844
16845 PR fortran/9806
16846 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
16847
16848 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
16849
16850 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
16851
16852 2009-02-06 Pedro Alves <pedro@codesourcery.com>
16853
16854 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
16855
16856 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
16857
16858 * gdb.python/python-cmd.exp: New file.
16859
16860 2009-02-06 Tristan Gingold <gingold@adacore.com>
16861
16862 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
16863
16864 2009-02-05 Tristan Gingold <gingold@adacore.com>
16865
16866 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
16867 pointer is dereferenced and use this signal name in regexp.
16868 * gdb.base/signull.exp: Ditto.
16869 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
16870 * gdb.base/signull.c (main): Ditto.
16871
16872 2009-02-04 Tom Tromey <tromey@redhat.com>
16873 Thiago Jung Bauermann <bauerman@br.ibm.com>
16874
16875 * gdb.python/python-value.exp: Use `gdb.history' instead of
16876 `gdb.value_from_history'.
16877 (test_value_numeric_ops): Add test for conversion of enum constant.
16878 * gdb.python/python-value.c (enum e): New type.
16879 (evalue): New global.
16880 (main): Use argv.
16881
16882 2009-02-04 Jerome Guitton <guitton@adacore.com>
16883
16884 * gdb.ada/uninitialized_vars: New test program.
16885 * gdb.ada/uninitialized_vars.exp: New testcase.
16886
16887 2009-02-02 Tom Tromey <tromey@redhat.com>
16888
16889 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
16890 * gdb.cp/pr2489.cc: Rename...
16891 * gdb.cp/pr9594.cc: ... to this.
16892
16893 2009-02-02 Tom Tromey <tromey@redhat.com>
16894
16895 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
16896 * gdb.cp/pr2489.cc: New file.
16897 * gdb.cp/cpcompletion.exp: New file.
16898
16899 2009-02-02 Tom Tromey <tromey@redhat.com>
16900
16901 PR exp/9059:
16902 * gdb.cp/call-c.exp: Add regression test.
16903 * gdb.cp/call-c.cc (FooHandle): New typedef.
16904 (main): New variable 'handle'.
16905
16906 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
16907
16908 * lib/mi-support.exp (et_mi_thread_list)
16909 (check_mi_and_console_threads): Adjust for current thread in
16910 -thread-list-ids output.
16911
16912 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
16913
16914 * gdb.mi/mi-break.exp (test_disabled_creation): New.
16915 Call it.
16916
16917 2009-01-28 Doug Evans <dje@google.com>
16918
16919 * gdb.arch/amd64-disp-step.S: New file.
16920 * gdb.arch/amd64-disp-step.exp: New file.
16921 * gdb.arch/i386-disp-step.S: New file.
16922 * gdb.arch/i386-disp-step.exp: New file.
16923
16924 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
16925
16926 * gdb.base/find.exp: Set newline variable
16927 using quotes instead of braces to fix cygwin failures.
16928
16929 2009-01-23 Pedro Alves <pedro@codesourcery.com>
16930
16931 * gdb.base/radix.exp: Add tests to ensure that that set
16932 input-radix 0 and set output-radix 0 are really rejected.
16933
16934 2009-01-23 Pedro Alves <pedro@codesourcery.com>
16935
16936 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
16937 copyright years.
16938
16939 2009-01-23 Pedro Alves <pedro@codesourcery.com>
16940
16941 PR gdb/9664:
16942 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
16943
16944 2009-01-22 Pedro Alves <pedro@codesourcery.com>
16945
16946 PR c++/9631:
16947 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
16948
16949 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
16950
16951 * gdb.server/file-transfer.exp: Use EXEEXT variable for
16952 binfile definition to fix Windows OS failure.
16953
16954 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
16955
16956 PR gdb/9346
16957 * gdb.base/interrupt.c (sigint_handler): New.
16958 (main): Install a SIGINT handler if SIGNALS is defined. Exit
16959 on error.
16960 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
16961 Test "signal SIGINT".
16962
16963 2009-01-19 Doug Evans <dje@google.com>
16964
16965 * gdb.base/break.exp: Update expected gdb output.
16966 * gdb.base/sepdebug.exp: Ditto.
16967 * gdb.mi/mi-syn-frame.exp: Ditto.
16968 * gdb.mi/mi2-syn-frame.exp: Ditto.
16969 * gdb.base/call-signal-resume.exp: New file.
16970 * gdb.base/call-signals.c: New file.
16971 * gdb.base/unwindonsignal.exp: New file.
16972 * gdb.base/unwindonsignal.c: New file.
16973 * gdb.threads/interrupted-hand-call.exp: New file.
16974 * gdb.threads/interrupted-hand-call.c: New file.
16975 * gdb.threads/thread-unwindonsignal.exp: New file.
16976
16977 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
16978
16979 * gdb.base/define.exp: Test defining and hooking prefix commands.
16980 * gdb.python/python.exp: Update test for "show user" output.
16981
16982 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16983
16984 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
16985 now the output exactly, using less wildcards. Expect also the output
16986 of gfortran-4.3. Update for the f-valprint.c modification from
16987 2008-04-22.
16988 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
16989 Remove gdb_test test names where matching the command.
16990
16991 2009-01-01 Pedro Alves <pedro@codesourcery.com>
16992
16993 PR breakpoints/9681:
16994 * gdb.base/watchpoint.exp: Add regression test.
16995
16996 2008-12-31 Pedro Alves <pedro@codesourcery.com>
16997
16998 * gdb.threads/attach-into-signal.exp: Don't use
16999 gdb_suppress_entire_file.
17000 * gdb.threads/attach-stopped.exp: Ditto.
17001 * gdb.threads/attachstop-mt.exp: Ditto.
17002
17003 2008-12-31 Pedro Alves <pedro@codesourcery.com>
17004
17005 PR gdb/8812:
17006 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
17007
17008 2008-12-29 Pedro Alves <pedro@codesourcery.com>
17009
17010 PR gdb/7536:
17011 * gdb.base/radix.exp: Add tests to ensure invalid input radices
17012 and unsupported output radices are really rejected.
17013
17014 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
17015
17016 * gdb.cp/punctuator.exp: Backslash the '$' signs.
17017
17018 2008-12-22 Tom Tromey <tromey@redhat.com>
17019
17020 * gdb.cp/punctuator.exp: New file.
17021
17022 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17023
17024 * gdb.base/completion.exp (Completing non-existing component): New test.
17025
17026 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17027
17028 Fix for PR gdb/8648.
17029 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
17030 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
17031 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
17032 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
17033
17034 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17035
17036 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
17037
17038 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
17039
17040 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
17041 compiler actually generate code at the expected line number.
17042
17043 2008-12-15 Jie Zhang <jie.zhang@analog.com>
17044
17045 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
17046
17047 2008-12-12 Tom Tromey <tromey@redhat.com>
17048
17049 * gdb.base/commands.exp (redefine_hook_test): New proc.
17050 Call it.
17051
17052 2008-12-11 Tom Tromey <tromey@redhat.com>
17053
17054 * gdb.base/macscp.exp: New regression test.
17055
17056 2008-12-11 Tom Tromey <tromey@redhat.com>
17057
17058 * gdb.base/macscp.exp: Print "address.addr".
17059 * gdb.base/macscp1.c (struct outer): New struct.
17060 (address): New global.
17061
17062 2008-12-09 Tom Tromey <tromey@redhat.com>
17063
17064 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
17065 Call it.
17066
17067 2008-12-04 Doug Evans <dje@google.com>
17068
17069 * gdb.server/ext-run.exp: Relax regexp for init program.
17070
17071 2008-12-03 Tristan Gingold <gingold@adacore.com>
17072
17073 * gdb.base/macscp.exp: Generate an object file during compilation
17074 to work around Darwin dsymutil limitations.
17075
17076 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
17077
17078 Test resolving external references to TLS variables.
17079 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
17080 FILE2_THREAD_LOCAL.
17081 (testfile2, srcfile2): New variables.
17082 * gdb.threads/tls.c (file2_thread_local)
17083 (function_referencing_file2_thread_local): New.
17084 * gdb.threads/tls2.c: New file.
17085
17086 2008-11-28 Joel Brobecker <brobecker@adacore.com>
17087
17088 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
17089 rather than integer, as integer might not be big enough when
17090 on 64bit targets.
17091
17092 2008-11-27 Jerome Guitton <guitton@adacore.com>
17093
17094 * gdb.cp/formatted-ref.exp: Add equality test.
17095 * gdb.ada/formatted_ref.exp: Ditto.
17096
17097 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17098
17099 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
17100 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
17101
17102 2008-11-20 Andreas Schwab <schwab@suse.de>
17103
17104 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
17105 matching syscall entry point.
17106 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
17107 (tcatch_vfork_then_child_follow): Likewise. Finish through
17108 vfork even if we stopped at the syscall trampoline.
17109
17110 2008-11-20 Doug Evans <dje@google.com>
17111
17112 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
17113
17114 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
17115
17116 * gdb.arch/ppc-dfp.exp: New file.
17117 * gdb.arch/ppc-dfp.c: New file.
17118
17119 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
17120
17121 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
17122
17123 2008-11-17 Doug Evans <dje@google.com>
17124
17125 * gdb.mi/mi-syn-frame.exp: Update expected output.
17126 * gdb.mi/mi2-syn-frame.exp: Update expected output.
17127
17128 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
17129
17130 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
17131 "thread N" results in =thread-selected.
17132 * lib/mi-support (mi_run_cmd, mi_expect_stop)
17133 (mi_send_resuming_command_raw): Be prepared for
17134 =thread-selected.
17135
17136 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
17137
17138 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
17139 * lib/mi-support.exp: Likewise.
17140
17141 2008-11-16 Joel Brobecker <brobecker@adacore.com>
17142
17143 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
17144 commands from the expected output for "help catch".
17145
17146 2008-11-15 Joel Brobecker <brobecker@adacore.com>
17147
17148 * gdb.ada/int_deref.exp: New testcase.
17149
17150 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
17151
17152 * gdb.mi/gdb2549.exp: New file.
17153
17154 2008-11-11 Doug Evans <dje@google.com>
17155
17156 * gdb.base/callexit.exp: New file.
17157 * gdb.base/callexit.c: New file.
17158
17159 2008-11-10 Doug Evans <dje@google.com>
17160
17161 * lib/gdb.exp (GDBFLAGS): Move -nx ...
17162 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
17163 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
17164 (default_gdb_start,default_gdb_exit): Ditto.
17165 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
17166 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
17167 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
17168 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
17169 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
17170 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
17171
17172 2008-11-03 Andreas Schwab <schwab@suse.de>
17173
17174 * gdb.base/hashline2.exp: Fix typo.
17175 * gdb.base/hashline3.exp: Likewise.
17176
17177 2008-10-30 Tom Tromey <tromey@redhat.com>
17178
17179 * gdb.base/pointers.exp: Add test.
17180 * gdb.base/pointers.c (k, S): New typedefs.
17181 (instance): New global.
17182
17183 2008-10-30 Andreas Schwab <schwab@suse.de>
17184
17185 * gdb.base/args.exp: Add tests for newlines.
17186
17187 2008-10-30 Joel Brobecker <brobecker@adacore.com>
17188
17189 gdb.base/foll-exec.exp: Update the expected output of a couple
17190 of "info breakpoints" tests.
17191
17192 2008-10-28 Tom Tromey <tromey@redhat.com>
17193
17194 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
17195
17196 2008-10-24 Pedro Alves <pedro@codesourcery.com>
17197
17198 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
17199 gdb_start_cmd.
17200 Use runto_main before any test that requires execution.
17201
17202 2008-10-23 Pedro Alves <pedro@codesourcery.com>
17203
17204 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
17205 instead of SIGINT.
17206
17207 2008-10-22 Joel Brobecker <brobecker@adacore.com>
17208
17209 * gdb.base/completion.exp: Update expected output following
17210 the addition of the "info tasks" command.
17211
17212 2008-10-22 Tom Tromey <tromey@redhat.com>
17213
17214 * gdb.base/exprs.exp (test_expr): Add test for string
17215 concatenation.
17216
17217 2008-10-19 Pedro Alves <pedro@codesourcery.com>
17218
17219 * configure.ac: Output gdb.python/Makefile.
17220 * configure: Regenerate.
17221 * gdb.python/Makefile.in: New.
17222
17223 2008-10-16 Joel Brobecker <brobecker@adacore.com>
17224
17225 * gdb.base/foll-fork.exp: Adjust the expected output to match
17226 the new description for fork/vfork catchpoints in the "info
17227 breakpoints" output.
17228
17229 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
17230
17231 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
17232
17233 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
17234
17235 * gdb.python/python-value.c: New file.
17236 * gdb.python/python-value.exp: New file.
17237
17238 2008-10-15 Pedro Alves <pedro@codesourcery.com>
17239
17240 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
17241
17242 2008-10-15 Denis Pilat <denis.pilat@st.com>
17243
17244 * gdb.cp/mb-ctor.exp: Fix a typo.
17245
17246 2008-10-09 Tom Tromey <tromey@redhat.com>
17247
17248 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
17249 'fprintf' and 'stderr'.
17250
17251 2008-10-07 Joel Brobecker <brobecker@adacore.com>
17252
17253 * gdb.ada/ref_tick_size.exp: New testcase.
17254
17255 2008-10-06 Doug Evans <dje@google.com>
17256
17257 * gdb.dwarf2/dw2-cu-size.exp: New file.
17258 * gdb.dwarf2/dw2-cu-size.S: New file.
17259
17260 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
17261 .Ltype_int for clarity.
17262
17263 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
17264
17265 PR gdb/2384:
17266 * gdb.cp/gdb2384.exp: Extended to test more cases.
17267 * gdb.cp/gdb2384.cc: Likewise.
17268 * gdb.cp/gdb2384-base.h: Likewise.
17269 * gdb.cp/gdb2384-base.cc: Likewise.
17270
17271 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
17272
17273 * gdb.base/maint.exp (maint print type): Remove printing
17274 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
17275
17276 2008-09-30 Tom Tromey <tromey@redhat.com>
17277
17278 * gdb.base/macscp.exp: Add completion tests.
17279 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
17280 (TWENTY_THREE): Likewise.
17281 (FORTY_EIGHT): Likewise.
17282
17283 2008-09-30 Tom Tromey <tromey@redhat.com>
17284
17285 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
17286 everywhere.
17287 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
17288
17289 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
17290
17291 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
17292 testcase is derived from. Fix racy dependency on an expected PID
17293 number. No longer support the testcase on Linux kernel 2.4.x.
17294
17295 2008-09-27 Tom Tromey <tromey@redhat.com>
17296
17297 * gdb.base/macscp.exp: Add tests for stringification, splicing,
17298 and varargs.
17299
17300 2008-09-22 Pedro Alves <pedro@codesourcery.com>
17301
17302 * lib/mi-support.exp (mi_expect_interrupt): New.
17303 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
17304 from gdb.mi/mi-nonstop.exp.
17305 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
17306 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
17307 lib/mi-support.exp.
17308 Use mi_check_thread_states throughout. Avoid ".*" and do not
17309 require an anchor after -exec-run.
17310
17311 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
17312
17313 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
17314 stop is pending. Avoid ".*" when two stops are pending.
17315 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
17316 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
17317 newlines in fullnames.
17318 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
17319 (mi_expect_stop): Update comments. Only anchor in sync mode.
17320 Do not match newlines.
17321 (mi_send_resuming_command_raw): Always return status.
17322 (mi_get_stop_line): Do not match more than one line by accident.
17323 Only anchor in sync mode.
17324 (mi_run_inline_test): If -exec-next fails, give up.
17325
17326 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17327
17328 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
17329 on SPU.
17330
17331 2008-09-10 Joel Brobecker <brobecker@adacore.com>
17332
17333 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
17334
17335 2008-09-10 Joel Brobecker <brobecker@adacore.com>
17336
17337 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
17338 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
17339 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
17340 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
17341 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
17342 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
17343 gdb.ada/interface.exp, gdb.ada/null_array.exp,
17344 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
17345 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
17346 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
17347 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
17348 Include the "= " sequence in the expected output of print tests.
17349
17350 2008-09-10 Joel Brobecker <brobecker@adacore.com>
17351
17352 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
17353 description for boolean types.
17354
17355 2008-09-09 Pedro Alves <pedro@codesourcery.com>
17356
17357 * gdb.base/hook-stop-continue.c: New.
17358 * gdb.base/hook-stop-continue.exp: New.
17359
17360 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
17361
17362 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
17363
17364 2008-09-08 Jerome Guitton <guitton@adacore.com>
17365
17366 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
17367 (stack_check_probe_2, stack_check_probe_loop_1)
17368 (stack_check_probe_loop_2): New functions.
17369 (main): Add call to these new functions.
17370 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
17371 functions, check that the breakpoint is inserted at the appropriate
17372 location.
17373 (insert_breakpoint): Slightly refine this procedure so that it can
17374 be called several times in the test.
17375
17376 2008-09-08 Jerome Guitton <guitton@adacore.com>
17377
17378 * gdb.base/stack-checking.c: New file.
17379 * gdb.base/stack-checking.exp: New file.
17380
17381 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
17382
17383 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
17384 * gdb.arch/altivec-regs.exp: Likewise.
17385 * gdb.arch/vsx-regs.exp: Likewise.
17386
17387 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
17388
17389 * gdb.arch/ppc-fp.exp: New file.
17390 * gdb.arch/ppc-fp.c: New file.
17391
17392 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
17393
17394 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
17395 lest gcc-4.3.1 optimizes the whole thing away.
17396
17397 2008-09-04 Michael Snyder <msnyder@vmware.com>
17398
17399 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
17400 as "at" (for non-debug functions such as _start).
17401
17402 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17403
17404 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
17405 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
17406 software watchpoints.
17407 * gdb.base/watch_thread_num.exp: Likewise.
17408
17409 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
17410
17411 * gdb.arch/i386-bp_permanent.exp: New test.
17412
17413 2008-08-24 Tom Tromey <tromey@redhat.com>
17414
17415 * gdb.base/maint.exp: Update "maint print type".
17416
17417 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
17418
17419 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
17420 support. Adjust the order of "*running" notifications.
17421 * gdb.mi/non-stop.c: Don't cast from int to void* and
17422 back.
17423
17424 2008-08-20 Mark Kettenis <kettenis@gnu.org>
17425
17426 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
17427 expect to find it in the "info frame" output.
17428
17429 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
17430
17431 * gdb.base/interp.exp: Always consume both prompts.
17432
17433 2008-08-20 Pedro Alves <pedro@codesourcery.com>
17434
17435 * gdb.base/pending.exp: Test pending breakpoints without symbols
17436 loaded.
17437
17438 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
17439
17440 * lib/mi-support.exp (mi_expect_stop): Produce
17441 more details on failures.
17442 * gdb.mi/mi-nonstop.exp: New.
17443 * gdb.mi/non-stop.c: New.
17444
17445 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
17446
17447 * gdb.mi/mi-async.exp: Use 'set target-async'.
17448 * lib/mi-support.exp: Use 'set/show target-async'.
17449
17450 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
17451
17452 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
17453
17454 2008-08-17 Tom Tromey <tromey@redhat.com>
17455
17456 * gdb.base/help.exp (help catch): Rewrite.
17457
17458 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
17459
17460 * gdb.base/define.exp: Test indented command documentation.
17461 * gdb.python/python.exp: Test indented multi-line command.
17462
17463 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
17464
17465 * testsuite/gdb.arch/vsx-regs.c: New source file.
17466 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
17467 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
17468
17469 2008-08-14 Tom Tromey <tromey@redhat.com>
17470
17471 * gdb.base/macscp.exp: Add regression test for "macro define" or
17472 "macro undef" with no arguments.
17473
17474 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
17475
17476 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
17477
17478 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17479
17480 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
17481
17482 2008-08-06 Tom Tromey <tromey@redhat.com>
17483
17484 * gdb.python/python.exp: New file.
17485
17486 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17487
17488 Fix for PR gdb/1543.
17489 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
17490 $LOCATION.
17491 (location): New variable.
17492 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
17493 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
17494 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
17495 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
17496 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
17497 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
17498 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
17499 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
17500 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
17501 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
17502 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
17503 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
17504 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
17505 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
17506 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
17507 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
17508 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
17509 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
17510 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
17511 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
17512 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
17513 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
17514 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
17515 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
17516 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
17517 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
17518 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
17519 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
17520 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
17521 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
17522 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
17523 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
17524 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
17525 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
17526 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
17527 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
17528 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
17529 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
17530 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
17531 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
17532 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
17533 gdb.base/type-opaque.exp, gdb.base/until.exp,
17534 gdb.base/value-double-free.c, gdb.base/varargs.exp,
17535 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
17536 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
17537 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
17538 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
17539 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
17540 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
17541 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
17542 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
17543 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
17544 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
17545 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
17546 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
17547 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
17548 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
17549 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
17550 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
17551 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
17552 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
17553 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
17554 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
17555 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
17556 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
17557 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
17558 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
17559 gdb.pascal/types.exp, gdb.stabs/weird.exp,
17560 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
17561 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
17562 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
17563 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
17564 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
17565 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
17566 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
17567 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
17568 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
17569 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
17570 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
17571 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
17572 lib/mi-support.exp, lib/trace-support.exp: Remove reference
17573 to bug-gdb@prep.ai.mit.edu .
17574
17575 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
17576
17577 * lib/mi-support.exp (mi_load_shlibs): New.
17578 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
17579
17580 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
17581
17582 * lib/mi-support.exp (get_mi_thread_list)
17583 (check_mi_and_console_threads): New, moved from ...
17584 * gdb.mi/mi-pthread.exp: ...here.
17585 * gdb.mi/gdb669.exp (get_mi_thread_list)
17586 (check_mi_and_console_threads): Delete.
17587 * gdb.mi/mi2-pthread.exp: Likewise.
17588
17589 2008-07-28 Tom Tromey <tromey@redhat.com>
17590
17591 * Makefile.in (just-check): Remove. Move body to...
17592 (check): ... here.
17593
17594 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17595
17596 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
17597 Add a test for duplicated SIGINTs.
17598
17599 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17600
17601 * gdb.threads/schedlock.exp (get_args): Update to work for any
17602 value of NUM.
17603 (Top level): Report the number of threads that did not resume.
17604
17605 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17606
17607 * gdb.dwarf2/dw2-compressed.S: Also define __start.
17608
17609 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17610
17611 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
17612 non-MI prompt.
17613
17614 2008-07-26 Tom Tromey <tromey@redhat.com>
17615
17616 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
17617 (function_struct, function_struct_ptr): New globals.
17618 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
17619 function pointer in a struct.
17620
17621 2008-07-26 Tom Tromey <tromey@redhat.com>
17622
17623 * gdb.base/macscp.exp: Add test for macro lexing bug.
17624
17625 2008-07-18 Tom Tromey <tromey@redhat.com>
17626
17627 * gdb.base/macscp.exp: Add macro tests.
17628
17629 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
17630
17631 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
17632
17633 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
17634
17635 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
17636
17637 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
17638
17639 * gdb.cp/class2.exp: fix for failure on spu-elf
17640
17641 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
17642
17643 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
17644
17645 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17646
17647 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
17648
17649 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
17650
17651 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
17652
17653 2008-07-11 Kevin Buettner <kevinb@redhat.com>
17654
17655 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
17656 of regexp to account for changes made to GDB in the printing of
17657 byte vectors.
17658
17659 2008-07-11 Tom Tromey <tromey@redhat.com>
17660
17661 * gdb.base/completion.exp: Add 'help' completion test.
17662
17663 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17664
17665 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
17666
17667 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17668
17669 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
17670
17671 2008-07-09 Pedro Alves <pedro@codesourcery.com>
17672
17673 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
17674
17675 2008-07-09 Pedro Alves <pedro@codesourcery.com>
17676
17677 * gdb.base/fullname.exp: Restore pwd if compiling failed.
17678
17679 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17680
17681 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
17682
17683 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
17684
17685 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
17686 previous commit. Add a comment.
17687
17688 2008-06-28 Pedro Alves <pedro@codesourcery.com>
17689
17690 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
17691
17692 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
17693
17694 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
17695
17696 2008-06-27 Pedro Alves <pedro@codesourcery.com>
17697
17698 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
17699 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
17700 compiling an executable, link in an object that forces unbuffered
17701 output.
17702 * lib/set_unbuffered_mode.c: New file.
17703
17704 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17705
17706 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
17707
17708 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
17709
17710 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
17711 mi_expect_stop.
17712 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
17713 Demand that *running is output.
17714 (detect_async): Perform checking every time.
17715 (mi_send_resuming_command): Extract everything into...
17716 (mi_send_resuming_command_raw): ...this.
17717 (mi_expect_stop): Don't accept any output before *stopped.
17718
17719 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
17720
17721 Robustify mi-simplerun.
17722 * gdb.mi/basics.c (main): Add a call to sleep.
17723 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
17724 * gdb.mi/mi2-cli.exp: Likewise.
17725 * gdb.mi/mi-break.exp: Likewise.
17726
17727 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
17728
17729 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
17730
17731 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
17732
17733 * gdb.mi/mi-console.exp: Adjust.
17734 * gdb.mi/mi-syn-frame.exp: Adjust.
17735 * gdb.mi/mi2-console.exp: Adjust.
17736 * gdb.mi/mi2-syn-frame.exp: Adjust.
17737 * lib/mi-support.exp (mi_run_cmd): Adjust.
17738 (mi_send_resuming_command): Adjust.
17739
17740 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
17741
17742 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
17743 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
17744 testing of stopped.
17745 * gdb.mi/mi2-syn-frame.exp: Likewise.
17746 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
17747 (async, detect_async): New.
17748 (mi_expect_stop, mi_continue_to_line): Adjust expectation
17749 depending on if we're running in sync or async mode.
17750
17751 2008-06-09 Tom Tromey <tromey@redhat.com>
17752
17753 * gdb.base/completion.exp: New tests for field name completion
17754 with spaces, and field name completion with '->'.
17755
17756 2008-06-06 Tom Tromey <tromey@redhat.com>
17757
17758 * gdb.base/break1.c (struct some_struct): New struct.
17759 (values): New global.
17760 * gdb.base/completion.exp: Add field name completion test.
17761
17762 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
17763
17764 * gdb.cp/call-c.exp: Test for incorrect handling of reference
17765 to pointer.
17766 * gdb.cp/call-c.cc: Likewise.
17767
17768 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
17769
17770 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
17771 annotation.
17772
17773 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
17774 Pedro Alves <pedro@codesourcery.com>
17775
17776 * gdb.threads/execl.c, gdb.threads/execl1.c,
17777 gdb.threads/execl.exp: New tests.
17778
17779 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
17780 Daniel Jacobowitz <dan@codesourcery.com>
17781
17782 * gdb.cp/exception.exp: Activate test, make it work with pending
17783 catchpoints.
17784
17785 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
17786
17787 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
17788
17789 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
17790
17791 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
17792 now printed.
17793 * gdb.mi/mi2-var-cmd.exp: Likewise.
17794
17795 2008-05-27 Andreas Schwab <schwab@suse.de>
17796
17797 * gdb.base/frame-args.exp: Handle arguments that are optimized
17798 out.
17799
17800 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
17801
17802 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
17803 quiet for ppc32 and group options into a single variable.
17804
17805 2008-05-23 Joel Brobecker <brobecker@adacore.com>
17806
17807 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
17808 of zero-size elements.
17809 * gdb.ada/null_array.exp: Test printing this new array.
17810
17811 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17812
17813 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
17814
17815 2008-05-21 Joel Brobecker <brobecker@adacore.com>
17816
17817 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
17818 of the "finish" command.
17819
17820 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
17821
17822 * gdb.base/annota1.exp: Test for new annotation.
17823
17824 2008-05-16 Pedro Alves <pedro@codesourcery.com>
17825
17826 * gdb.base/fixsection.exp: New file.
17827 * gdb.base/fixsection0.c: New file.
17828 * gdb.base/fixsection1.c: New file.
17829
17830 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17831
17832 * gdb.base/annota1.exp: Accept printf@... in place of printf.
17833 * gdb.base/annota3.exp: Likewise.
17834
17835 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
17836
17837 * gdb.base/watch_thread_num.exp: Don't run tests that require
17838 watchpoints if the target doesn't support them.
17839
17840 2008-05-12 Doug Evans <dje@google.com>
17841
17842 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
17843
17844 2008-05-09 Joel Brobecker <brobecker@adacore.com>
17845
17846 * gdb.ada/assign_1.exp: New testcase.
17847
17848 2008-05-09 Doug Evans <dje@google.com>
17849
17850 * gdb.base/find.exp: New file.
17851 * gdb.base/find.c: New file.
17852
17853 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
17854
17855 * gdb.base/commands.exp (watchpoint_command_test): Handle
17856 gdb,no_hardware_watchpoints.
17857 * gdb.base/float.exp: Allow ARM targets without floating point.
17858 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
17859
17860 2008-05-06 Jerome Guitton <guitton@adacore.com>
17861 Joel Brobecker <brobecker@adacore.com>
17862
17863 * gdb.ada/lang_switch: New test program.
17864 * gdb.ada/lang_switch.exp: New testcase.
17865
17866 2008-05-05 Doug Evans <dje@google.com>
17867
17868 * gdb.base/help.exp (disassemble): Update expected help text.
17869
17870 2008-05-04 Pedro Alves <pedro@codesourcery.com>
17871
17872 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
17873
17874 2008-05-04 Pedro Alves <pedro@codesourcery.com>
17875
17876 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
17877 different times.
17878
17879 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
17880
17881 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
17882 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
17883 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
17884 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
17885
17886 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
17887
17888 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
17889 notification to appear.
17890
17891 2008-05-04 Daniel Jacobowitz <dan@debian.org>
17892
17893 * gdb.base/fullname.c: New file.
17894 * gdb.base/fullname.exp: New file.
17895 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
17896
17897 2008-05-03 Pedro Alves <pedro@codesourcery.com>
17898
17899 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
17900 expressions with macros.
17901
17902 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17903
17904 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
17905
17906 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
17907
17908 * gdb.base/completion.exp: Handle lack of other symbols beginning
17909 with "a".
17910
17911 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
17912
17913 2008-05-02 Jim Blandy <jimb@codesourcery.com>
17914
17915 * gdb.asm/asmsrc1.s: Add scratch space.
17916
17917 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
17918 Daniel Jacobowitz <dan@codesourcery.com>
17919
17920 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
17921 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
17922 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
17923
17924 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
17925
17926 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
17927
17928 2008-05-01 Joel Brobecker <brobecker@adacore.com>
17929
17930 * gdb.base/info-target.exp: New testcase.
17931
17932 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
17933
17934 * gdb.cp/hang.exp: Use .cc instead of .C.
17935 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
17936 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
17937
17938 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
17939
17940 * gdb.base/gdb1250.exp: Remove perror.
17941 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
17942
17943 2008-04-30 Pedro Alves <pedro@codesourcery.com>
17944
17945 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
17946 .2byte.
17947
17948 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
17949
17950 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
17951 (maybe_kfail): New.
17952
17953 2008-04-25 Pedro Alves <pedro@codesourcery.com>
17954
17955 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
17956
17957 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
17958
17959 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
17960 * gdb.mi/mi2-syn-frame.exp: Likewise.
17961 * lib/mi-support.exp: Likewise.
17962
17963 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
17964
17965 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
17966 to specify regexp for the location to stop at.
17967 * gdb.base/break-always.c: New.
17968 * gdb.base/break-always.exp: New.
17969
17970 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
17971
17972 * lib/mi-support.exp (mi_runto_helper): Adjust
17973 for the original-location field.
17974 (mi_create_breakpoint, mi_list_breakpoints): New.
17975 * gdb.mi/mi-break.exp: Adjust.
17976 * gdb.mi/mi2-break.exp: Adjust.
17977 * gdb.mi/mi-pending.exp: Adjust.
17978 * gdb.mi/mi-simplerun.exp: Adjust.
17979 * gdb.mi/mi2-simplerun.exp: Adjust.
17980 * gdb.mi/mi-syn-frame.exp: Adjust.
17981 * gdb.mi/mi2-syn-frame.exp: Adjust.
17982 * gdb.mi/mi-until.exp: Adjust.
17983 * gdb.mi/mi2-until.exp: Adjust.
17984 * gdb.mi/mi-var-display.exp: Adjust.
17985 * gdb.mi/mi2-var-display.exp: Adjust.
17986 * gdb.mi/mi-watch.exp: Adjust.
17987 * gdb.mi/mi2-watch.exp: Adjust.
17988
17989 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
17990
17991 * aclocal.m4: Add override.m4.
17992 * configure: Regenerate.
17993
17994 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
17995
17996 * gdb.mi/var-cmd.c (do_at_tests): Verify that
17997 '-var-update --all-values' reports new value even the type
17998 of a variable object has changed.
17999
18000 2008-04-18 Craig Silverstein <csilvers@google.com>
18001
18002 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
18003 files.
18004
18005 2008-04-18 Joel Brobecker <brobecker@adacore.com>
18006
18007 * gdb.ada/atomic_enum: New test program.
18008 * gdb.ada/atomic_enum.exp: New testcase.
18009
18010 2008-04-17 Doug Evans <dje@google.com>
18011
18012 * gdb.opt/Makefile.in: Fix whitespace.
18013
18014 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
18015
18016 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
18017
18018 2008-04-17 Doug Evans <dje@google.com>
18019
18020 * gdb.base/hashline1.exp: New testcase.
18021 * gdb.base/hashline2.exp: New testcase.
18022 * gdb.base/hashline2.exp: New testcase.
18023
18024 2008-04-17 Pedro Alves <pedro@codesourcery.com>
18025
18026 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
18027
18028 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
18029
18030 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
18031 temporary breakpoint to match "Temporary breakpoint".
18032 * gdb.base/break.exp (delete_breakpoints): Likewise.
18033 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
18034 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
18035 * gdb.base/display.exp: Likewise.
18036 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
18037 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
18038 * gdb.base/restore.exp (restore_tests): Likewise.
18039 * gdb.base/sepdebug.exp: Likewise.
18040 * gdb.base/watchpoint.exp: Likewise.
18041 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
18042 * gdb.mi/mi-pending.exp: Likewise.
18043 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
18044 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
18045 * gdb.mi/mi-var-cmd.exp: Likewise.
18046 * gdb.mi/mi-var-display.exp: Likewise.
18047 * gdb.mi/mi2-cli.exp: Likewise.
18048 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
18049 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
18050 * gdb.mi/mi2-var-display.exp: Likewise.
18051 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
18052 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
18053 new "disp" field.
18054 (mi_expect_stop): Move after_reason argument to be really after
18055 reason. This is to support fix for PR2424.
18056
18057 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
18058
18059 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
18060
18061 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
18062
18063 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
18064 field. Add more floating varobj tests.
18065 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
18066 field.
18067 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
18068 (main): Call do_at_tests.
18069 * lib/mi-support.exp (mi_create_floating_varobj)
18070 (mi_varobj_update_with_type_change): New.
18071
18072 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
18073
18074 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
18075 option of -var-evaluate-expression.
18076 * gdb.mi/mi2-var-display.exp: Likewise.
18077
18078 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
18079
18080 Introduce test setup helpers.
18081 * lib/gdb.exp (build_executable, clean_restart)
18082 (prepare_for_testing): New.
18083 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
18084 * gdb.base/return.exp: Likewise.
18085 * gdb.base/ending-run.exp: Likewise.
18086
18087 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
18088
18089 * gdb.mi/mi-async.exp: New test for asynchronous Machine
18090 Interface (MI) responses.
18091
18092 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
18093
18094 * gdb.cp/breakpoint.cc: New code to test conditions involving
18095 member variables.
18096 * gdb.cp/breakpoint.exp: Test condition involving member
18097 variables.
18098
18099 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
18100
18101 * lib/mi-support.exp (mi_expect_stop): New.
18102 (mi_run_cmd): Change the
18103 token. Use mi_send_resuming_command, use
18104 mi_expect_stop.
18105 (mi_execute_to_helper): Rename to mi_execute_to.
18106 (mi_send_resuming_command): Add more error patterns.
18107 (mi_wait_for_stop): Renamed to...
18108 (mi_get_stop_line): ...this.
18109 (mi_run_inline_test): Adjust.
18110
18111 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
18112 * gdb.mi/mi-console.exp: Likewise.
18113 * gdb.mi/mi-pending.exp: Likewise.
18114 * gdb.mi/mi-simplerun.exp: Likewise.
18115 * gdb.mi/mi-stack.exp: Likewise.
18116 * gdb.mi/mi-stepi.exp: Likewise.
18117 * gdb.mi/mi-syn-frame.exp: Add comment.
18118 * gdb.mi/mi-until.exp: Likewise.
18119 * gdb.mi/mi-var-display.exp: Likewise.
18120 * gdb.mi/mi-watch.exp: Likewise.
18121 * gdb.mi/mi2-cli.exp: Likewise.
18122 * gdb.mi/mi2-console.exp: Likewise.
18123 * gdb.mi/mi2-simplerun.exp: Likewise.
18124 * gdb.mi/mi2-stack.exp: Likewise.
18125 * gdb.mi/mi2-stepi.exp: Likewise.
18126 * gdb.mi/mi2-until.exp: Likewise.
18127 * gdb.mi/mi2-var-display.exp: Likewise.
18128 * gdb.mi/mi2-watch.exp: Likewise.
18129
18130 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18131
18132 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
18133
18134 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
18135
18136 2008-04-04 Pedro Alves <pedro@codesourcery.com>
18137
18138 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
18139 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
18140 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
18141 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
18142 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
18143 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
18144 expect an mi error duplicated in stderr.
18145
18146 2008-04-03 Joel Brobecker <brobecker@adacore.com>
18147
18148 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
18149 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
18150 Add a couple of tests that verify the behavior when the new setting
18151 is set to "cancel" and "all".
18152 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
18153 "ask" before we start the testing.
18154
18155 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
18156
18157 * gdb.cp/casts.cc: Add class reference variables.
18158 * gdb.cp/casts.exp: New test cases for up/down casting references.
18159
18160 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
18161
18162 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
18163 instead of beginning to make an extra test pass.
18164 * gdb.mi/mi2-var-display.exp: Likewise.
18165
18166 2008-03-31 Maciej W. Rozycki <macro@mips.com>
18167
18168 * gdb.base/break.exp: Mark failures as such. Fix formatting.
18169
18170 2008-03-31 Markus Deuling <deuling@de.ibm.com>
18171 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18172
18173 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
18174 value. Add xfail for older kernels.
18175
18176 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
18177
18178 Bring mi-support in line with gdb.exp.
18179 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
18180 (mi_gdb_start): New function.
18181
18182 2008-03-28 Maciej W. Rozycki <macro@mips.com>
18183
18184 * gdb.mi/mi-var-cmd.exp: Fix a typo.
18185
18186 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
18187
18188 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
18189 * gdb.mi/mi2-var-display.exp: Likewise.
18190
18191 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
18192
18193 * lib/mi-support.exp (mi_create_varobj_checked): New.
18194 (mi_list_varobj_children): Allow to check for a
18195 value.
18196 (mi_list_array_varobj_children): New.
18197
18198 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
18199 and mi_list_varobj_children, as opposed to hardcoding
18200 expected strings.
18201 * gdb.mi/gdb701.exp: Likewise.
18202 * gdb.mi/gdb792.exp: Likewise.
18203 * gdb.mi/mi-var-block.exp: Likewise.
18204 * gdb.mi/mi-var-cmd.exp: Likewise.
18205 * gdb.mi/mi-var-invalidate.exp: Likewise.
18206 * gdb.mi/mi2-var-block.exp: Likewise.
18207 * gdb.mi/mi2-var-child.exp: Likewise.
18208 * gdb.mi/mi2-var-cmd.exp: Likewise.
18209 * gdb.mi/mi2-var-display.exp: Likewise.
18210
18211 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
18212
18213 Fix random false FAILs on i386.
18214 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
18215
18216 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
18217
18218 PR gdb/544
18219 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
18220
18221 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
18222
18223 PR gdb/544
18224 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
18225
18226 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
18227
18228 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
18229 fixed PR gdb/544.
18230
18231 2008-03-21 Pedro Alves <pedro@codesourcery.com>
18232
18233 * gdb.threads/fork-child-threads.exp: Test next over fork.
18234
18235 2008-03-21 Chris Demetriou <cgd@google.com>
18236
18237 * gdb.base/break.exp (rbreak junk): New test for rbreak
18238 "Junk at end of arguments" issue.
18239
18240 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
18241
18242 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
18243 *& to work on created array elements.
18244 (Top level): Test print $pc with a file. Test string operations
18245 without a target.
18246 * gdb.base/ptype.exp: Do not expect *& to work on created array
18247 elements.
18248
18249 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
18250
18251 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
18252 gdb.threads/staticthreads.exp: Update exit query.
18253
18254 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
18255
18256 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
18257
18258 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
18259
18260 * gdb.base/watchpoint.c (global_ptr, func4): New.
18261 (main): Call func4.
18262 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
18263 (test_inaccessible_watchpoint): New.
18264
18265 2008-02-29 Maciej W. Rozycki <macro@mips.com>
18266
18267 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
18268 select the largest.
18269
18270 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
18271
18272 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
18273 frames-invalid annotations.
18274
18275 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
18276
18277 * gdb.base/assign.exp: avoid same output for different tests.
18278
18279 2008-02-27 Doug Evans <dje@google.com>
18280
18281 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
18282 for bug 1738.
18283 (breakpoint_to_handler_entry): Ditto.
18284
18285 2008-02-27 Joel Brobecker <brobecker@adacore.com>
18286
18287 * gdb.base/ending-run.exp: Use the first line of code inside
18288 function body to test breakpoints.
18289 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
18290 location where the breakpoint is inserted when using the line
18291 where a function is declared. Fix typo in the description of
18292 one of the tests.
18293 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
18294
18295 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
18296
18297 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
18298 tests.
18299
18300 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
18301
18302 * gdb.base/args.exp: avoid same output for tests
18303 with single quotes.
18304
18305 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
18306
18307 * gdb.base/annota1.exp: Adjust for 'info break'
18308 format changes.
18309 * gdb.base/annota3.exp: Likewise.
18310 * gdb.base/break.exp: Likewise.
18311 * gdb.base/condbreak.exp: Likewise.
18312 * gdb.base/pending.exp: Likewise.
18313 * gdb.base/sepdebug.exp: Likewise.
18314 * gdb.base/unload.exp: Likewise.
18315 * gdb.cp/ovldbreak.exp: Likewise.
18316 * gdb.mi/mi-pending.exp: Likewise.
18317
18318 2008-02-07 Doug Evans <dje@google.com>
18319
18320 * gdb.cp/mb-inline.exp: New.
18321 * gdb.cp/mb-inline.h: New.
18322 * gdb.cp/mb-inline1.cc: New.
18323 * gdb.cp/mb-inline2.cc: New.
18324
18325 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
18326
18327 * gdb.pascal/floats.pas: New test program.
18328 * gdb.pascal/floats.exp: New testcase.
18329
18330 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
18331
18332 * gdb.base/callfuncs.c (t_float_many_args): New function.
18333 (t_double_many_args): New function.
18334 * gdb.base/callfuncs.exp: Add tests for exceeding float
18335 and double parameters passed through the stack.
18336
18337 2008-02-05 Joel Brobecker <brobecker@adacore.com>
18338
18339 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
18340 gdb.ada/complete/foo.adb: New files.
18341 * gdb.ada/complete.exp: New testcase.
18342
18343 2008-02-03 Doug Evans <dje@google.com>
18344
18345 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
18346
18347 * gdb.cp/gdb2384.exp: New file.
18348 * gdb.cp/gdb2384.cc: New file.
18349 * gdb.cp/gdb2384-base.h: New file.
18350 * gdb.cp/gdb2384-base.cc: New file.
18351
18352 2008-02-02 Doug Evans <dje@google.com>
18353
18354 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
18355
18356 2007-02-01 Joel Brobecker <brobecker@adacore.com>
18357
18358 * gdb.ada/sym_print_name: New test program.
18359 * gdb.ada/sym_print_name.exp: New testcase.
18360
18361 2007-02-01 Joel Brobecker <brobecker@adacore.com>
18362
18363 * gdb.ada/nested/hello.adb: New file.
18364 * gdb.ada/nested.exp: New testcase.
18365 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
18366
18367 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
18368
18369 * gdb.mi/basic.c (return_1): New function.
18370 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
18371 don't cause future evaluations of function to report
18372 creation of internal breakpoints.
18373
18374 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
18375
18376 * gdb.mi/mi-break.exp (test_error): New.
18377 Call it.
18378
18379 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
18380
18381 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
18382 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
18383
18384 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
18385
18386 * gdb.pascal/integers.pas: New test program.
18387 * gdb.pascal/integers.exp: New testcase.
18388
18389 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
18390
18391 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
18392
18393 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
18394
18395 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
18396 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
18397
18398 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
18399
18400 * gdb.ada/formatted_ref: New test program.
18401 * gdb.ada/formatted_ref.exp: New testcase.
18402
18403 * gdb.cp/formatted-ref.cc: New file.
18404 * gdb.cp/formatted-ref.exp: New testcase.
18405
18406 2008-01-30 Joel Brobecker <brobecker@adacore.com>
18407
18408 * gdb.base/ptype.exp: Add testing of "ptype $pc".
18409
18410 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
18411
18412 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
18413 (test_file_list_exec_source_file): Update to new macro-info field.
18414
18415 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
18416
18417 * gdb.ada/exprs: New test program.
18418 * gdb.ada/exprs.exp: New testcase.
18419
18420 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
18421
18422 * dfp-test.c (DELTA, DELTA_B): New definitions.
18423 (double_val1, double_val2, double_val3, double_val4, double_val5,
18424 double_val6, double_val7, double_val8, double_val9, double_val10,
18425 double_val11, double_val12, double_val13, double_val14, dec32_val1,
18426 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
18427 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
18428 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
18429 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
18430 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
18431 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
18432 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
18433 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
18434 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
18435 dec128_val16): New global variables.
18436 (decimal_dec128_align): New function.
18437 (decimal_mixed): Likewise.
18438 (decimal_many_args_dec32): Likewise.
18439 (decimal_many_args_dec64): Likewise.
18440 (decimal_many_args_dec128): Likewise.
18441 (decimal_many_args_mixed): Likewise.
18442 * dfp-test.exp: Add tests calling new inferior functions.
18443
18444 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
18445
18446 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
18447 gdb.server/ext-run.exp: New files.
18448 * lib/gdbserver-support.exp (gdbserver_download): New.
18449 (gdbserver_start): New. Update gdbserver expected
18450 output.
18451 (gdbserver_spawn): Use them.
18452 (gdbserver_start_extended): New.
18453
18454 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
18455
18456 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
18457 Run on GNU/Linux.
18458 (do_exec_tests): Check for systems which do not support catchpoints.
18459 Do not match START.
18460 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
18461 Run on GNU/Linux. Enable verbose output.
18462 (check_fork_catchpoints): New.
18463 (explicit_fork_child_follow, catch_fork_child_follow)
18464 (tcatch_fork_parent_follow): Update expected messages.
18465 (do_fork_tests): Use check_fork_catchpoints.
18466 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
18467 Run on GNU/Linux. Enable verbose output.
18468 (check_vfork_catchpoints): New.
18469 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
18470 expected messages.
18471 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
18472
18473 2008-01-29 Jim Blandy <jimb@red-bean.com>
18474
18475 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
18476 host' errors.
18477 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
18478
18479 2008-01-29 Jim Blandy <jimb@red-bean.com>
18480
18481 * gdb.threads/sigthread.c: Use barriers to ensure that
18482 child_thread and child_thread_two are always initialized before we
18483 start to use them.
18484
18485 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
18486
18487 * gdb.base/watchpoint-solib.exp: New.
18488 * gdb.base/watchpoint-solib.c: New.
18489 * gdb.base/watchpoint-solib-shr.c: New.
18490
18491 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
18492
18493 * gdb.base/gdb1056.exp: Add unsigned integer test.
18494
18495 2008-01-28 Doug Evans <dje@google.com>
18496
18497 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
18498
18499 2008-01-27 Jim Blandy <jimb@codesourcery.com>
18500
18501 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
18502
18503 * gdb.base/expand-psymtabs.exp: Doc fix.
18504
18505 2008-01-26 Mark Kettenis <kettenis@gnu.org>
18506
18507 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
18508
18509 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
18510
18511 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
18512 -var-set-format.
18513
18514 2008-01-23 Chris Demetriou <cgd@google.com>
18515
18516 * gdb.threads/thread_events.c: New testcase source file.
18517 * gdb.threads/thread_events.exp: New testcase expect file.
18518
18519 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
18520
18521 * lib/gdb.exp: Add the variable octal.
18522
18523 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
18524 -var-set-format.
18525
18526 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
18527 Vladimir Prus <vladimir@codesourcery.com>
18528
18529 * gdb.base/float.exp: Allow missing floating point for m68k and
18530 PowerPC.
18531
18532 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
18533
18534 * gdb.mi/basics.c: Setup for testing breakpoints
18535 ignore count.
18536 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
18537 * gdb.mi/mi-cli.exp: Adjust.
18538 * gdb.mi/mi2-cli.exp: Adjust.
18539
18540 2008-01-17 Pedro Alves <pedro@codesourcery.com>
18541
18542 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
18543 and 'dummy_ptr' integer pointer. Initialize struct_declarations
18544 with dummy_ptr's address.
18545 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
18546 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
18547 all targets.
18548 * gdb.mi/mi2-var-child.exp: Likewise.
18549
18550 2008-01-09 Joel Brobecker <brobecker@adacore.com>
18551
18552 * gdb.ada/null_array: New test program.
18553 * gdb.ada/null_array.exp: New testcase.
18554
18555 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
18556
18557 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
18558 with required float modifiers.
18559
18560 2008-01-08 Joel Brobecker <brobecker@adacore.com>
18561
18562 * gdb.ada/funcall_param: New test program.
18563 * gdb.ada/funcall_param.exp: New testcase.
18564
18565 2008-01-08 Joel Brobecker <brobecker@adacore.com>
18566
18567 * gdb.ada/arrayparam: New test program.
18568 * gdb.ada/arrayparam.exp: New testcase.
18569
18570 2008-01-08 Joel Brobecker <brobecker@adacore.com>
18571
18572 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
18573 landed. Should also fix random failures in the test following it.
18574
18575 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
18576
18577 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
18578 for expressions with decimal float values.
18579 (test_dfp_conversions): New function to test casts to and from
18580 decimal float types.
18581 Call test_dfp_conversions.
18582 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
18583 elements.
18584 (main): Initialize ds.float4 and ds.double8 elements.
18585 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
18586 string to new error message.
18587 (d64_set_tests): Likewise.
18588 (d128_set_tests): Likewise.
18589 Add tests for expressions with decimal float variables. Add tests for
18590 conversions to and from decimal float types.
18591
18592 2008-01-05 Joel Brobecker <brobecker@adacore.com>
18593
18594 * gdb.ada/packed_tagged/comp_bug.adb: New file.
18595 * gdb.ada/packed_tagged.exp: New testcase.
18596
18597 2008-01-04 Joel Brobecker <brobecker@adacore.com>
18598
18599 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
18600 gdb.ada/homonym/homonym_main.adb: New files.
18601 * gdb.ada/homonym.exp: New testcase.
18602
18603 2008-01-04 Joel Brobecker <brobecker@adacore.com>
18604
18605 * gdb.ada/packed_array.exp: Add testing of references to
18606 a packed array.
18607
18608 2008-01-04 Joel Brobecker <brobecker@adacore.com>
18609
18610 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
18611 New files.
18612 * gdb.ada/type_coercion.exp: New testcase.
18613
18614 2008-01-04 Joel Brobecker <brobecker@adacore.com>
18615
18616 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
18617 gdb.ada/tagged/foo.adb: New file.
18618 * gdb.ada/tagged.exp: New testcase.
18619
18620 2008-01-04 Joel Brobecker <brobecker@adacore.com>
18621
18622 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
18623 gdb.ada/ptype_field/foo.adb: New files.
18624 * gdb.ada/ptype_field.exp: New testcase.
18625
18626 2008-01-03 Joel Brobecker <brobecker@adacore.com>
18627
18628 * gdb.ada/print_pc.exp: New testcase.
18629
18630 2008-01-03 Joel Brobecker <brobecker@adacore.com>
18631
18632 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
18633 gdb.ada/taft_type/p.adb: New files.
18634 * gdb.ada/taft_type.exp: New testcase.
18635
18636 2008-01-03 Joel Brobecker <brobecker@adacore.com>
18637
18638 * gdb.ada/array_bounds/bar.adb: New file.
18639 * gdb.ada/array_bounds.exp: New testcase.
18640
18641 2008-01-03 Joel Brobecker <brobecker@adacore.com>
18642
18643 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
18644 gdb.ada/arrayptr/foo.adb: New files.
18645 * gdb.ada/arrayptr.exp: New testcase.
18646
18647 2008-01-03 Joel Brobecker <brobecker@adacore.com>
18648
18649 * gdb.base/set-lang-auto.exp: New testcase.
18650
18651 2008-01-03 Joel Brobecker <brobecker@adacore.com>
18652
18653 * gdb.ada/fun_addr/foo.adb: New file.
18654 * gdb.ada/fun_addr.exp: New testcase.
18655
18656 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
18657
18658 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
18659 New files
18660
18661 2008-01-02 Joel Brobecker <brobecker@adacore.com>
18662
18663 * array_subscript_addr/p.adb: New file.
18664 * array_subscript_addr.exp: New testcase.
18665
18666 2008-01-02 Joel Brobecker <brobecker@adacore.com>
18667
18668 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
18669 New files.
18670 * gdb.ada/str_cmp_ref.exp: New testcase.
18671
18672 2008-01-01 Joel Brobecker <brobecker@adacore.com>
18673
18674 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
18675 gdb.ada/fun_in_declare/foo.adb: New files.
18676 * gdb.ada/fun_in_declare.exp: New testcase.
18677
18678 2008-01-01 Joel Brobecker <brobecker@adacore.com>
18679
18680 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
18681 gdb.ada/ref_param/pck.ads: New files.
18682 * gdb.ada/ref_param.exp: New testcase.
18683
18684 2008-01-01 Joel Brobecker <brobecker@adacore.com>
18685
18686 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
18687 gdb.ada/interface/foo.adb: New files.
18688 * gdb.ada/interface.exp: New testcase.
18689
18690 2007-12-31 Jim Blandy <jimb@codesourcery.com>
18691
18692 * gdb.base/multi-forks.exp: Consume all output from child
18693 processes before proceeding to next test.
18694
18695 2007-12-29 Jim Blandy <jimb@codesourcery.com>
18696
18697 * configure: Regenerated.
18698
18699 2007-12-27 Joel Brobecker <brobecker@adacore.com>
18700
18701 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
18702 gdb.ada/fixed_cmp/fixed.adb: New files.
18703 * gdb.ada/fixed_cmp.exp: New testcase.
18704
18705 2007-12-27 Joel Brobecker <brobecker@adacore.com>
18706
18707 * gdb.ada/boolean_expr.exp: New testcase.
18708
18709 2007-12-26 Jim Blandy <jimb@codesourcery.com>
18710
18711 * gdb.base/multi-forks.exp: Doc fix.
18712
18713 2007-12-26 Joel Brobecker <brobecker@adacore.com>
18714
18715 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
18716 * gdb.ada/char_param.exp: Do not compile our test program with
18717 -gnata, this is unnecessary.
18718 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
18719
18720 2007-12-24 Joel Brobecker <brobecker@adacore.com>
18721
18722 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
18723 gdb.ada/print_chars/foo.adb: New files.
18724 * gdb.ada/print_chars.exp: New testcase.
18725
18726 2007-12-24 Joel Brobecker <brobecker@adacore.com>
18727
18728 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
18729 gdb.ada/char_param/foo.adb: New files.
18730 * gdb.ada/char_param.exp: New testcase.
18731
18732 2007-12-22 Jim Blandy <jimb@codesourcery.com>
18733
18734 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
18735 hard-coding source line numbers into the test.
18736 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
18737 gdb_get_line_number to find.
18738
18739 2007-12-22 Joel Brobecker <brobecker@adacore.com>
18740
18741 * gdb.base/ptype.c (highest): New struct type.
18742 (the_highest): New variable of that type.
18743 (main): Add dummy assignment to a field of variable the_highest.
18744 * gdb.base/ptype.exp: Test type printing of our new variable.
18745
18746 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
18747
18748 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
18749 and record first explicitly generated thread number.
18750 Use that thread number for thread specific watchpoint test.
18751 Add iteration number to repetitive tests.
18752
18753 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
18754 Jim Blandy <jimb@codesourcery.com>
18755
18756 * gdb.base/expand-psymtabs.c: New testcase
18757 source file.
18758 * gdb.base/expand-psymtabs.exp: New testcase
18759 expect file.
18760
18761 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
18762
18763 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
18764 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
18765
18766 2007-12-17 Joel Brobecker <brobecker@adacore.com>
18767
18768 * gdb.ada/frame_args/foo.adb: New file.
18769 * gdb.ada/frame_args/pck.ads: New file.
18770 * gdb.ada/frame_args/pck.adb: New file.
18771 * gdb.ada/frame_args.exp: New testcase.
18772
18773 2007-12-17 Joel Brobecker <brobecker@adacore.com>
18774
18775 * gdb.base/frame-args.c: New file.
18776 * gdb.base/frame-args.exp: New testcase.
18777
18778 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
18779 Joseph Myers <joseph@codesourcery.com>
18780
18781 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
18782
18783 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
18784
18785 * gdb.mi/mi-pending.exp: New.
18786 * gdb.mi/mi-pending.c: New.
18787 * gdb.mi/mi-pendshr.c: New.
18788
18789 2007-12-06 Jim Blandy <jimb@codesourcery.com>
18790
18791 * gdb.base/default.exp: Update expected output for 'info catch'.
18792
18793 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18794
18795 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
18796 must be set to binary.
18797
18798 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
18799
18800 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
18801
18802 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
18803
18804 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
18805 gdb.mi/mi-file-transfer.exp: New.
18806
18807 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18808
18809 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
18810
18811 2007-11-22 Maciej W. Rozycki <macro@mips.com>
18812
18813 * gdb.trace/backtrace.exp: Fix a typo.
18814 * gdb.trace/circ.exp: Likewise.
18815 * gdb.trace/collection.exp: Likewise.
18816 * gdb.trace/limits.exp: Likewise.
18817 * gdb.trace/report.exp: Likewise.
18818 * gdb.trace/tfind.exp: Likewise.
18819 * gdb.trace/while-dyn.exp: Likewise.
18820
18821 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
18822
18823 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
18824 objects of pointers that can't be dereferenced are now
18825 "noneditable".
18826
18827 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18828
18829 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
18830 (target_cpu): Remove.
18831
18832 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
18833
18834 * gdb.base/ending-run.exp: Expect the list of cleared
18835 breakpoint to come in natural order, not the reversed one.
18836
18837 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
18838
18839 * gdb.mi/mi-var-child.c (do_child_deletion): New.
18840 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
18841
18842 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
18843
18844 * gdb.base/printcmds.exp: New function
18845 test_printf_with_dfp.
18846
18847 2007-11-02 Doug Evans <dje@google.com>
18848
18849 * gdb.disasm/t01_mov.s: Remove carriage returns.
18850 * gdb.disasm/t02_mova.s: Ditto.
18851 * gdb.disasm/t03_add.s: Ditto.
18852 * gdb.disasm/t04_sub.s: Ditto.
18853 * gdb.disasm/t05_cmp.s: Ditto.
18854 * gdb.disasm/t06_ari2.s: Ditto.
18855 * gdb.disasm/t07_ari3.s: Ditto.
18856 * gdb.disasm/t08_or.s: Ditto.
18857 * gdb.disasm/t09_xor.s: Ditto.
18858 * gdb.disasm/t10_and.s: Ditto.
18859 * gdb.disasm/t11_logs.s: Ditto.
18860 * gdb.disasm/t12_bit.s: Ditto.
18861 * gdb.disasm/t13_otr.s: Ditto.
18862
18863 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18864
18865 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
18866
18867 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18868
18869 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
18870 provide DFP support.
18871
18872 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
18873
18874 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
18875 Test "set powerpc vector-abi". Skip auto-detection tests for old
18876 toolchains.
18877
18878 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
18879
18880 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
18881 with [string compare].
18882
18883 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
18884
18885 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
18886 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
18887
18888 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
18889
18890 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
18891 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
18892 * gdb.opt/Makefile.in: New makefile.
18893 * Makefile.in: Create new directory "gdb.opt".
18894 * configure.ac: Add "gdb.opt" directory.
18895 * configure: Regenerated.
18896
18897 2007-10-25 Doug Evans <dje@google.com>
18898
18899 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
18900 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
18901
18902 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
18903 Thiago Jung Bauermann <bauerman@br.ibm.com>
18904
18905 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
18906 Floating Point expressions.
18907 * gdb.base/dfp-test.exp: new file adding tests for Decimal
18908 Floating Point variables.
18909 * gdb.base/dfp-test.c: new file containing program with Decimal
18910 Floating variables, used by gdb.base/dfp-test.exp.
18911
18912 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
18913
18914 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
18915
18916 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18917
18918 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
18919 compiling test case with GCC.
18920 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
18921
18922 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18923
18924 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
18925 format changes.
18926
18927 2007-10-18 Michael Snyder <msnyder@specifix.com>
18928
18929 * gdb.base/dbx.exp: Add missing "-re " operator.
18930
18931 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
18932
18933 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
18934 * configure.ac: Removed trailing spaces after backslash.
18935 * gdb.modula2: New directory.
18936 * gdb.modula2/Makefile.in: New file.
18937 * gdb.modula2/unbounded-array.exp: New file.
18938 * gdb.modula2/unbounded1.c: New file.
18939
18940 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
18941
18942 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
18943
18944 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
18945
18946 * gdb.base/sigstep.c (main): Add checks for
18947 return values for setitimer call.
18948 Call setitimer again with itimer = ITIMER_REAL
18949 if first call to setitimer fails.
18950
18951 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
18952
18953 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
18954 of $timeout.
18955
18956 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
18957
18958 * gdb.server/server-run.exp: Test for dynamic linker symbols.
18959
18960 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
18961
18962 * lib/gdb.exp (gdb_run_cmd): Move comment outside
18963 of gdb_expect call, to avoid interruption.
18964
18965 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
18966
18967 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
18968 (v_unsigned_long_long, v_long_long_array)
18969 (v_signed_long_long_array, v_unsigned_long_long_array)
18970 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
18971 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
18972 [!NO_LONG_LONG]: New.
18973 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
18974 v_long_long_member.
18975
18976 (v_long_long_func, v_signed_long_long_func)
18977 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
18978 (main) [!NO_LONG_LONG]: Initialize long long variants.
18979
18980 * gdb.base/whatis.exp: If board file requests no_long_long, build
18981 test with NO_LONG_LONG defined. Test long long, signed long long,
18982 and unsigned long long variants but only if board file doesn't
18983 disable it.
18984
18985 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
18986 Daniel Jacobowitz <dan@codesourcery.com>
18987
18988 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
18989 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
18990 * configure: Regenerated.
18991 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
18992 gdb.pascal/types.exp, lib/pascal.exp: New files.
18993
18994 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
18995
18996 * gdb.cp/classes.exp (do_tests): Always step to the line after the
18997 call.
18998 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
18999 to return to the call.
19000 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
19001 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
19002 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
19003 * gdb.mi/mi-until.exp (test_until): Likewise.
19004 * gdb.mi/mi2-until.exp (test_until): Likewise.
19005
19006 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
19007
19008 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
19009 two-char array.
19010 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
19011
19012 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
19013
19014 * gdb.threads/watchthreads.c (thread_function): Sleep between
19015 iterations.
19016 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
19017 at once for S/390. Generate matching fails and passes.
19018
19019 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
19020
19021 * gdb.mi/var-cmd.c (do_children_tests): Initialize
19022 the 'struct_declarations' variable to zeros.
19023
19024 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
19025
19026 * gdb.cp/mb-ctor.cc: New.
19027 * gdb.cp/mb-ctor.exp: New.
19028 * gdb.cp/mb-templates.cc: New.
19029 * gdb.cp/mb-templates.exp: New.
19030
19031 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
19032
19033 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
19034
19035 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
19036
19037 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
19038 targets.
19039 * configure: Regenerate.
19040
19041 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
19042
19043 * gdb.base/annota1.exp: Adjust for 'info break'
19044 format changes.
19045 * gdb.base/annota3.exp: Likewise.
19046 * gdb.base/break.exp: Likewise.
19047 * gdb.base/condbreak.exp: Likewise.
19048 * gdb.base/pending.exp: Likewise.
19049 * gdb.base/sepdebug.exp: Likewise.
19050 * gdb.base/unload.exp: Likewise.
19051 * gdb.base/ovldbreak.exp: Likewise.
19052
19053 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
19054
19055 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
19056 messages.
19057 * gdb.base/chng-syms.exp: Likewise.
19058 * gdb.base/unload.exp: Likewise.
19059
19060 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
19061
19062 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
19063
19064 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
19065
19066 * schedlock.c (NUM): Change to 1.
19067 (main): Use args[0] for the main thread.
19068 * schedlock.exp: Only expect two threads. Only issue one pass or fail
19069 regardless of the number of threads.
19070
19071 2007-09-14 Maciej W. Rozycki <macro@mips.com>
19072
19073 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
19074 type down.
19075 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
19076 test.
19077 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
19078 watchpoint type down.
19079 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
19080 test.
19081
19082 2007-09-14 Maciej W. Rozycki <macro@mips.com>
19083
19084 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
19085 Move all the tests here and run them twice, once using software
19086 watchpoints and once using hardware watchpoints.
19087 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
19088
19089 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
19090
19091 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
19092 test.
19093
19094 2007-09-10 Mark Kettenis <kettenis@gnu.org>
19095
19096 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
19097 build-id.
19098
19099 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
19100 know about $ORIGIN. Calculate output dir from $dest instead of
19101 using ${objdir}/{$subdir}.
19102
19103 2007-09-09 Mark Kettenis <kettenis@gnu.org>
19104
19105 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
19106 gcore, before continuing with the test.
19107
19108 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
19109
19110 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
19111 * gdb.mi/mi-watch.exp: Likewise.
19112
19113 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
19114 Jim Blandy <jimb@codesourcery.com>
19115
19116 * gdb.arch/i386-sse.exp: Do not expect character constants.
19117 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
19118 * gdb.base/display.exp: Allow print/s.
19119 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
19120 and unsigned char array changes.
19121
19122 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
19123
19124 * gdb.base/display.exp: Add tests for printf %p.
19125
19126 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
19127
19128 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
19129 the dll name to unicode.
19130
19131 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
19132
19133 * gdb.base/default.exp (show version): Update the version text.
19134 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
19135
19136 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
19137
19138 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
19139 New files.
19140
19141 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
19142
19143 * lib/gdb.exp (build_id_debug_filename_get): New function.
19144 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
19145 Remove the generate DEBUG file for the future testcase runs.
19146 New testcase for the NT_GNU_BUILD_ID retrieval.
19147 Move the final testing step to ...
19148 (test_different_dir): ... a new function.
19149 New parameter XFAIL to XFAIL all the tests performed.
19150 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
19151 New parameter TYPE to PF_PREFIX all the tests performed.
19152
19153 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
19154
19155 * gdb.mi/mi-var-cp.cc (path_expression): New
19156 function.
19157 * gdb.mi/mi-var-cp.exp: Run path exression tests.
19158
19159 2007-08-27 Markus Deuling <deuling@de.ibm.com>
19160
19161 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
19162 to fit into SPU Local Store memory.
19163
19164 2007-08-23 Joel Brobecker <brobecker@adacore.com>
19165
19166 * gdb.base/default.exp: Adjust the expected output of "info
19167 warranty" after the switch to GPLv3.
19168
19169 2007-08-23 Joel Brobecker <brobecker@adacore.com>
19170
19171 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
19172 to 30000 (from 20000).
19173
19174 2007-08-23 Joel Brobecker <brobecker@adacore.com>
19175
19176 Switch the license of all .exp files to GPLv3.
19177 Switch the license of all .f and .f90 files to GPLv3.
19178 Switch the license of all .s and .S files to GPLv3.
19179
19180 2007-08-23 Joel Brobecker <brobecker@adacore.com>
19181
19182 * configure.ac: Switch license to GPLv3.
19183
19184 2007-08-23 Joel Brobecker <brobecker@adacore.com>
19185
19186 Switch the licensing to GPLv3 for all .ads and .adb files.
19187
19188 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
19189
19190 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
19191 and t_int_double.
19192 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
19193
19194 2007-08-17 Joel Brobecker <brobecker@adacore.com>
19195
19196 * gdb.base/step-line.c: Switch license to GPL version 3, and
19197 update copyright year.
19198 * gdb.base/step-line.inp: Likewise.
19199
19200 2007-08-17 Joel Brobecker <brobecker@adacore.com>
19201
19202 * gdb.base/gdb1555.exp: Make expected output immune to formatting
19203 changes inside gdb1555.c.
19204 * gdb.base/pending.exp: Likewise.
19205
19206 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
19207
19208 * config/default.exp: New file.
19209
19210 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
19211
19212 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
19213 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
19214
19215 2007-07-30 Maciej W. Rozycki <macro@mips.com>
19216
19217 * gdb.base/dump.exp: Force the correct endianness for binary
19218 formats not carrying this information.
19219
19220 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
19221
19222 * gdb.threads/staticthreads.exp: Match .*sem_post.
19223
19224 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
19225
19226 * gdb.base/readline.exp (operate_and_get_next): Match the final
19227 prompt.
19228
19229 2007-07-23 Kevin Buettner <kevinb@redhat.com>
19230
19231 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
19232 to restarting SID.
19233
19234 2007-07-18 Kevin Buettner <kevinb@redhat.com>
19235
19236 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
19237 prior to `gdb_start'.
19238
19239 2007-07-18 Kevin Buettner <kevinb@redhat.com>
19240
19241 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
19242 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
19243 Remove call to gdb_unload.
19244
19245 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
19246 Daniel Jacobowitz <dan@codesourcery.com>
19247
19248 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
19249 for __WIN32__.
19250 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
19251 * gdb.base/unload.exp: Use shared library test routines.
19252
19253 2007-07-03 Markus Deuling <deuling@de.ibm.com>
19254
19255 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
19256 * gdb.base/solib-symbol-lib.c: Likewise.
19257 * gdb.base/solib-symbol-main.c: Likewise.
19258
19259 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
19260
19261 * config/gdbserver.exp (gdb_reconnect): New.
19262 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
19263 gdb.base/solib-disc.exp: New files.
19264 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
19265 remote debugging".
19266 (gdb_compile): Add shlib_load flag.
19267 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
19268 port.
19269 (gdbserver_reconnect): New.
19270
19271 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
19272 Daniel Jacobowitz <dan@codesourcery.com>
19273
19274 * gdb.base/annota3.exp: Test for if construct.
19275
19276 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
19277
19278 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
19279
19280 2007-06-21 Chris Dearman <chris@mips.com>
19281 Maciej W. Rozycki <macro@mips.com>
19282
19283 * gdb.base/display.exp: Allow a newline after display/i.
19284 * gdb.base/pc-fp.exp: Likewise.
19285 * gdb.base/sigbpt.exp: Likewise.
19286
19287 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
19288
19289 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
19290 required features to be included.
19291
19292 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
19293
19294 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
19295 in info threads output.
19296
19297 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19298 Markus Deuling <deuling@de.ibm.com>
19299
19300 * gdb.arch/spu-info.exp: New testcase.
19301 * gdb.arch/spu-info.c: New file.
19302
19303 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
19304
19305 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
19306 tpcs_offset. Restore lr after the call.
19307 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
19308
19309 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
19310
19311 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
19312 (gdbserver_run): Kill any running gdbserver.
19313 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
19314
19315 2007-05-17 Maciej W. Rozycki <macro@mips.com>
19316
19317 * gdb.base/sigbpt.exp: Preset segv_addr.
19318
19319 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
19320
19321 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
19322 (gdb_compile_shlib): Likewise.
19323 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
19324 (default_gdb_init): Clear cleanfiles.
19325 (gdb_finish): Delete recorded cleanfiles.
19326 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
19327
19328 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
19329 Do not use isnative.
19330 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
19331 gdb.base/so-impl-ld.exp: Likewise.
19332 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
19333 * gdb.base/unload.exp: Likewise. Do not pass empty option to
19334 gdb_compile.
19335
19336 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
19337
19338 * config/unknown.exp: Remove.
19339
19340 2007-05-15 Markus Deuling <deuling@de.ibm.com>
19341
19342 * gdb.base/info-proc.exp: Check is_remote.
19343
19344 2007-05-14 Markus Deuling <deuling@de.ibm.com>
19345
19346 * gdb.base/gcore.exp: Initialize variable core_supported.
19347
19348 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
19349
19350 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
19351
19352 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
19353
19354 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
19355 * gdb.threads/print-threads.exp (test_all_threads): Allow
19356 negative and hexadecimal thread IDs.
19357
19358 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
19359
19360 * gdb.java/jprint.java (public): Avoid invalid call to static
19361 method.
19362
19363 2007-05-14 Denis Pilat <denis.pilat@st.com>
19364
19365 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
19366 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
19367 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
19368 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
19369 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
19370
19371 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19372
19373 * gdb.base/overlays.exp: Add support for targets with only code
19374 overlay support, not data overlay. Support spu-*-* target in
19375 this mode.
19376 * gdb.base/ovlymgr.c: Provide stubs for spu target.
19377 * gdb.base/spu.ld: New file.
19378
19379 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
19380
19381 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
19382
19383 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
19384
19385 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
19386
19387 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
19388
19389 * gdb.java/jmain.exp: Handle demangled names with and without method
19390 signatures.
19391
19392 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
19393
19394 * gdb.mi/mi-syn-frame.c (main, foo, bar)
19395 (have_a_very_merry_interrupt): Remove calls to puts.
19396 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
19397 inferior output.
19398 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
19399 test names.
19400
19401 2007-04-29 Markus Deuling <deuling@de.ibm.com>
19402 Daniel Jacobowitz <dan@codesourcery.com>
19403
19404 * gdb.base/auxv.exp (core_works): Also check is_remote.
19405 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
19406
19407 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
19408
19409 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
19410 message, not the undefined 'module' variable.
19411 * gdb.base/siginfo.exp: Likewise.
19412 * gdb.base/sigstep.exp: Likewise.
19413 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
19414 serialport.
19415 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
19416
19417 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
19418
19419 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
19420 target sim fails. Return 0 otherwise.
19421 (gdb_load): Return prematurely if gdb_target_sim fails.
19422
19423 2007-04-16 Denis Pilat <denis.pilat@st.com>
19424
19425 * gdb.base/setshow.exp: Reset height after having set it to 100.
19426
19427 2007-04-16 Denis Pilat <denis.pilat@st.com>
19428
19429 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
19430
19431 2007-04-16 Denis Pilat <denis.pilat@st.com>
19432
19433 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
19434
19435 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
19436
19437 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
19438 tests. Run the frozen varobjs test.
19439 * gdb.mi/var-cmd.c (do_frozen_tests): New.
19440 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
19441
19442 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19443
19444 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
19445 gdb.base/type-opaque.exp: New files.
19446
19447 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
19448
19449 * gdb.mi/mi-var-child.c
19450 (do_children_tests): User char[2] instead of
19451 char so that automatic printing of pointers to char
19452 don't give unpredicable result.
19453 * gdb.mi/var-cmd.c (do_locals_test): Initialize
19454 local variables.
19455 * gdb.mi/mi-var-child.exp: Step to right line
19456 of do_children_tests.
19457 * gdb.mi/mi2-var-child.exp: Likewise.
19458 * gdb.mi/mi-var-cmd.exp: Step to right line of
19459 do_locals_tests.
19460 (do_children_tests): User char[2] instead of
19461 char so that automatic printing of pointers to char
19462 don't give unpredicable result.
19463 * gdb.mi/mi2-var-cmd.exp: Likewise.
19464 * lib/mi-support.exp (mi_continue_to_line):
19465 Pass test name to mi_wait_for_stop.
19466
19467 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19468
19469 * gdb.asm/asm-source.exp: Remove d10v case.
19470 * lib/gdb.exp (skip_cplus_tests): Likewise.
19471 * gdb.asm/d10v.inc: Deleted.
19472
19473 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19474
19475 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
19476
19477 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19478
19479 * config/netware.exp: Delete file.
19480
19481 2007-03-29 Joel Brobecker <brobecker@adacore.com>
19482
19483 * gdb.dwarf2/dw2-noloc.S: New file.
19484 * gdb.dwarf2/dw2-noloc.exp: New file.
19485
19486 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
19487
19488 * gdb.cp/method2.cc: New test.
19489 * gdb.cp/method2.exp: New test.
19490 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
19491
19492 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
19493
19494 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
19495
19496 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
19497
19498 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
19499
19500 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
19501
19502 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
19503 (gdb_load): Delete, replace with...
19504 (gdb_reload): ...this.
19505 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
19506 * gdb.server/server-mon.exp: Likewise.
19507 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
19508 (gdb_start_cmd): New.
19509 (gdb_file_cmd): Save the last loaded file.
19510 (gdb_reload): New.
19511 (gdb_gnu_strip_debug): Use transform.
19512 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
19513 support here. Use new $last_loaded_file. Check mtime.
19514 (gdb_target_cmd): Handle ObjC failure case.
19515 (infer_host_exec): Delete.
19516 (gdbserver_load): Rename to...
19517 (gdbserver_run): ...this. Simplify.
19518 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
19519 (mi_gdb_load): Move most contents to a new function...
19520 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
19521 (mi_run_cmd): Use mi_gdb_target_load.
19522 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
19523 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
19524 Use gdb_run_cmd.
19525 * gdb.base/charsign.exp: Remove incorrect comment.
19526 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
19527 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
19528 gdb.base/start.exp: Use gdb_start_cmd.
19529
19530 2007-03-23 Nigel Stephens <nigel@mips.com>
19531 Maciej W. Rozycki <macro@mips.com>
19532
19533 * gdb.base/sigbpt.exp: Fix the message when skipping test.
19534 * gdb.base/signull.exp: Similarly.
19535
19536 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19537
19538 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
19539 messages available to test cases (like chng-sym.exp).
19540
19541 2007-03-14 Andreas Schwab <schwab@suse.de>
19542
19543 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
19544 format changes.
19545
19546 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
19547
19548 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
19549 (optimized_1): New.
19550 (main): Call optimized_1.
19551 (gdb2029): Correct typos. Call gdb2029_marker.
19552 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
19553 for gdb2029.
19554
19555 2007-03-12 Mark Kettenis <kettenis@gnu.org>
19556
19557 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
19558 as tabs. Remove redundant test pattern.
19559
19560 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19561
19562 * gdb.base/long_long.exp: Accept optional symbol name in <...>
19563 for /a format output.
19564
19565 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
19566
19567 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
19568 collect output incrementally.
19569
19570 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19571
19572 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
19573 for -var-create lpcharacter test.
19574 * gdb.mi/mi2-var-cmd.exp: Likewise.
19575
19576 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19577
19578 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
19579 pass on targets where address zero is readable.
19580
19581 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19582
19583 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
19584 just a single architecture.
19585
19586 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19587
19588 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
19589 (fetch_all_registers): New function, uses gdb_test_multiple and
19590 exp_continue to fetch inferior output line-by-line.
19591 Replace all uses of do_get_all_registers by fetch_all_registers.
19592
19593 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19594
19595 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
19596 in target_info.
19597
19598 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
19599
19600 * gdb.threads/manythreads.exp: Use $message string for
19601 consistancy; add a default (timeout) case.
19602
19603 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
19604
19605 * gdb.base/watchpoint.exp: Fix truncated comment.
19606
19607 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
19608
19609 * Makefile.in: Remove spurious single-quotes from sed command.
19610
19611 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
19612
19613 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
19614 func.
19615 * gdb.mi/mi2-var-cmd.exp: Likewise.
19616
19617 2007-02-27 Joel Brobecker <brobecker@adacore.com>
19618
19619 * gdb.dwarf2/dw2-producer.S: New file.
19620 * gdb.dwarf2/dw2-producer.exp: New testcase.
19621
19622 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
19623
19624 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
19625 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
19626 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
19627 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
19628 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
19629 Revert tests to use mi_gdb_test and include value field in output
19630 of -var-create.
19631
19632 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
19633
19634 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
19635
19636 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
19637
19638 * gdb.base/maint.exp: Remove full paths from test names.
19639 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
19640 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
19641
19642 2007-02-27 Joel Brobecker <brobecker@adacore.com>
19643
19644 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
19645
19646 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
19647
19648 * gdb.server/server-mon.exp: New test.
19649
19650 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
19651
19652 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
19653
19654 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
19655
19656 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
19657 register capitalization.
19658
19659 2007-02-13 Denis Pilat <denis.pilat@st.com>
19660
19661 * gdb.mi/mi-var-invalidate.exp: New file.
19662
19663 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
19664
19665 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
19666
19667 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
19668
19669 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
19670
19671 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
19672
19673 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
19674 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
19675
19676 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
19677
19678 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
19679 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
19680 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
19681 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
19682 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
19683 * gdb.mi/gdb792.exp, lib/mi-support.exp:
19684 Update tests to include value field in output of -var-create.
19685
19686 2007-02-08 Andreas Schwab <schwab@suse.de>
19687
19688 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
19689
19690 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
19691
19692 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
19693 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
19694
19695 2007-02-02 Denis Pilat <denis.pilat@st.com>
19696
19697 * gdb.threads/threadapply.exp: check that frame is not changed by
19698 the thread apply all command.
19699
19700 2007-01-31 Andreas Schwab <schwab@suse.de>
19701
19702 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
19703
19704 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
19705 in the dwarf sections.
19706 * gdb.dwarf2/mac-fileno.S: Likewise.
19707
19708 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
19709 bspstore register on ia64.
19710
19711 2007-01-29 Andreas Schwab <schwab@suse.de>
19712
19713 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
19714 "frame-begin" annotation.
19715
19716 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
19717 number of "frames-invalid" annotations.
19718
19719 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
19720
19721 * gdb.base/commands.exp: Call if_commands_test.
19722 (gdb_test_no_prompt, if_commands_test): New.
19723
19724 2007-01-28 Mark Kettenis <kettenis@gnu.org>
19725
19726 * gdb.threads/sigthread.c (NSIGS): Make bigger.
19727
19728 2007-01-27 Andreas Schwab <schwab@suse.de>
19729
19730 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
19731 .short/.int/.quad in the dwarf sections.
19732 * gdb.dwarf2/dw2-intercu.S: Likewise.
19733 * gdb.dwarf2/dw2-intermix.S: Likewise.
19734
19735 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19736
19737 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
19738 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
19739 array.
19740 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
19741 * gdb.base/setvar.exp: Likewise.
19742
19743 2007-01-26 Andreas Schwab <schwab@suse.de>
19744
19745 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
19746 test.
19747
19748 * gdb.base/multi-forks.exp ("restart $i"): Also match
19749 __kernel_syscall_via_break.
19750
19751 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
19752
19753 * lib/mi-support.exp (mi_delete_varobj): New.
19754 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
19755 testcase.
19756 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
19757 (main): Call the above.
19758 (reference_update_test, base_in_reference_test)
19759 (reference_to_pointer): Delete the created varobjs.
19760
19761 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
19762
19763 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
19764 * configure: Regenerated.
19765 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
19766 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
19767 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
19768 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
19769 * lib/gdb.exp (gdb_skip_xml_test): New function.
19770
19771 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
19772
19773 * gdb.base/sigrepeat.exp: Correct error message.
19774
19775 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19776 Daniel Jacobowitz <dan@codesourcery.com>
19777
19778 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
19779 gdb.arch/i386-gnu-cfi-asm.S: New files.
19780
19781 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
19782
19783 * lib/gdb.exp: Abort on missing `site.exp'.
19784
19785 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19786 Daniel Jacobowitz <dan@codesourcery.com>
19787
19788 * gdb.base/included.c, gdb.base/included.exp,
19789 gdb.base/included.h: New files.
19790
19791 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
19792
19793 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
19794 (maximize_rlimit): Reduce limits on 64-bit systems.
19795
19796 2007-01-19 Mark Kettenis <kettenis@gnu.org>
19797
19798 From Marcus Deuling <deuling@de.ibm.com>:
19799 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
19800 every case.
19801
19802 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
19803
19804 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
19805 (test_path_specification): Use objdir instead of srcdir to always
19806 get an absolute filename.
19807
19808 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
19809
19810 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
19811
19812 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
19813
19814 * gdb.mi/mi-var-cp.cc (reference_update_tests):
19815 Make sure the variable we're using is in scope.
19816 (reference_to_pointer): Likewise.
19817
19818 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
19819
19820 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
19821 has no debug information.
19822
19823 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
19824
19825 * gdb.base/annota1.exp: Remove extra send_gdb.
19826
19827 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
19828
19829 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
19830
19831 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
19832
19833 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
19834
19835 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
19836 Daniel Jacobowitz <dan@codesourcery.com>
19837
19838 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
19839 lcharacter or linteger change. Correct duplicated test name.
19840 * gdb.mi/mi2-var-cmd.exp: Likewise.
19841
19842 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
19843
19844 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
19845
19846 2007-01-05 Joel Brobecker <brobecker@adacore.com>
19847
19848 * gdb.base/nofield.c: New file.
19849 * gdb.base/nofield.exp: New testcase.
19850
19851 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
19852
19853 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
19854
19855 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
19856 test.
19857
19858 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
19859
19860 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
19861
19862 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
19863
19864 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
19865 when continuing.
19866
19867 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
19868
19869 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
19870 Expect ".exe" extension.
19871
19872 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
19873
19874 * gdb.base/charset.exp: Add explicit filename to break.
19875 * gdb.base/dbx.exp: Add explicit filename to breaks.
19876
19877 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
19878
19879 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
19880 * gdb.mi/mi2-file.exp: Likewise.
19881
19882 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
19883
19884 Implement specification of MI tests as comments
19885 in C and C++ sources.
19886 * lib/mi-support.exp (mi_autotest_data): New variable.
19887 (mi_autotest_source): New variable.
19888 (count_newlines, mi_prepare_inline_tests)
19889 (mi_get_inline_test, mi_continue_to_line)
19890 (mi_run_inline_test, mi_tbreak)
19891 (mi_send_resuming_command, mi_wait_for_stop): New functions.
19892 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
19893 Run inline tests.
19894 * gdb.mi/mi-var-cp.cc: Define tests here.
19895
19896 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
19897
19898 Simplify usage of mi_continue_to.
19899 * lib/mi-support.exp (mi_runto_helper): Renamed
19900 from mi_runto, added new parameter 'run_or_continue'.
19901 (mi_runto): Use mi_runto_helper.
19902 (mi_continue_to): Accept just function name as parameter.
19903 Use mi_runto_helper.
19904 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
19905 * gdb.mi/mi2-var-cmd.exp: Likewise.
19906
19907 2006-01-04 Joel Brobecker <brobecker@adacore.com>
19908
19909 Make this testcase a bit more realistic. The current code
19910 is too simplistic, and allows the compiler to optimize out
19911 some of the entities we need for this testcase.
19912 * gdb.ada/null_record/bar.ads (Void_Star): New type.
19913 (Do_Nothing): Add extra parameter.
19914 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
19915 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
19916 by using a variable of type Void_Star.
19917
19918 2006-01-04 Joel Brobecker <brobecker@adacore.com>
19919
19920 * gdb.ada/catch_ex/foo.adb: New file.
19921 * gdb.ada/catch_ex.exp: New testcase.
19922
19923 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
19924
19925 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
19926 pass --image-base to linker.
19927
19928 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
19929 Daniel Jacobowitz <dan@codesourcery.com>
19930
19931 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
19932 secondary prompts.
19933
19934 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
19935
19936 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
19937 output. Test the types of members and member pointers.
19938 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
19939 gdb/2092.
19940 * gdb.cp/member-ptr.exp: Search for a comment instead of a
19941 statement. Enable for GCC. Update expected output for some tests
19942 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
19943 layout.
19944 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
19945 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
19946 (Diamond::vget_base): New.
19947 (main): Add new tests.
19948 * gdb.cp/printmethod.exp: Update expected output for member functions.
19949 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
19950 print pEe->D::vg().
19951
19952 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
19953
19954 * gdb.threads/tls.exp: Allow stops in sem_post.
19955
19956 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
19957
19958 * gdb.base/annota1.exp: Allow .*printf in backtraces.
19959 * gdb.base/annota3.exp: Likewise.
19960 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
19961 again (instead of timing out).
19962 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
19963 GCC bug 26475.
19964 * gdb.java/jmisc.exp: Adjust to work with method signatures including
19965 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
19966 test from jmisc1.exp.
19967 * gdb.java/jmisc1.exp: Delete.
19968 * gdb.java/jprint.exp: Adjust to work with method signatures including
19969 return types.
19970 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
19971 * gdb.threads/linux-dp.exp: Don't be confused by program output.
19972 * lib/java.exp (compile_java_from_source): Pass the correct type
19973 to target_compile.
19974
19975 2006-12-31 Joel Brobecker <brobecker@adacore.com>
19976
19977 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
19978 (stack_align_edx): New function.
19979 (stack_align_eax): New function.
19980 (main): Add calls to stack_align_edx and stack_align_eax.
19981 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
19982 Add testing for the cases where the register used during a stack
19983 realignment is edx. Same for eax.
19984
19985 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
19986
19987 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
19988 and generic PE targets.
19989
19990 2006-12-29 Joel Brobecker <brobecker@adacore.com>
19991
19992 * gdb.ada/array_return.exp: Update copyright date list.
19993
19994 2006-12-27 Joel Brobecker <brobecker@adacore.com>
19995
19996 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
19997 (Create_Small_Float_Vector): New function.
19998 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
19999 function body.
20000 * gdb.ada/array_return/p.adb: Use new type and function from
20001 package Pck.
20002 * gdb.ada/array_return.exp: Add a test verifying that GDB is
20003 able to print the value returned by a function returning an
20004 array of float.
20005
20006 2006-12-20 Joel Brobecker <brobecker@adacore.com>
20007
20008 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
20009 The associated tests should be PASSing.
20010
20011 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
20012
20013 Test for base in references.
20014 * gdb.mi/mi-var-cp.cc: Add test code.
20015 * gdb.mi/mi-var-cp.exp: Test for bases in references.
20016 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
20017 * gdb.mi/mi2-watch.exp: Likewise.
20018 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
20019 (mi_list_varobj_children): New function.
20020
20021 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
20022
20023 * lib/mi-support.exp
20024 (mi_runto): Accept "()" after function name.
20025 (mi_create_varobj): New function.
20026 (mi_varobj_update): New function.
20027 (mi_Check_varobj_value): New function.
20028 * gdb.mi/mi-var-cp.exp: New file.
20029 * gdb.mi/mi-var-cp.cc: New file.
20030
20031 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
20032
20033 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
20034 gdb.base/weaklib2.c: New files.
20035
20036 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
20037
20038 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
20039 info. Adjust test names.
20040
20041 * gdb.base/break.c (main): Move position of malloc.
20042 * gdb.base/break.exp: Revert mistaken checkin.
20043
20044 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
20045
20046 * gdb.mi/mi-var-cmd.exp: Check -var-update after
20047 assignement of arrays and function pointers.
20048 * gdb.mi/var-cmd.c: Add declaration necessary for above
20049 tests.
20050
20051 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
20052
20053 * gdb.base/break.c (main): Call malloc.
20054
20055 * gdb.threads/linux-dp.exp: Read thread table before and after
20056 creating each philosopher and verify it.
20057
20058 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
20059 Paul Brook <paul@codesourcery.com>
20060 Daniel Jacobowitz <dan@codesourcery.com>
20061
20062 * gdb.base/ending-run.exp: Flatten expect script stepping out of
20063 main to remove duplication. Add start function of the form
20064 '_*start[1-9]*'. Add RVDS start function.
20065
20066 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
20067
20068 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
20069
20070 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20071
20072 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
20073 * gdb.asm/spu.inc: New file.
20074 * gdb.base/term.exp: Disable if [target_info exists noargs].
20075 * gdb.gdb/complaints.exp: Disable if ![isnative].
20076 * gdb.gdb/selftest.exp: Likewise.
20077 * gdb.gdb/observer.exp: Likewise.
20078 * gdb.gdb/xfullpath.exp: Likewise.
20079 * gdb.base/attach.exp: Disable on SPU target.
20080 * gdb.cp/bs145503.exp: Likewise.
20081 * gdb.cp/exception.exp: Likewise.
20082 * gdb.cp/userdef.exp: Likewise.
20083
20084 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
20085
20086 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
20087
20088 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
20089
20090 * gdb.base/completion.exp: Fix completion tests for
20091 'info' and 'info '.
20092 * gdb.base/help.exp (help_test_raw, test_class_help)
20093 (test_prefix_command_help): Move...
20094 * lib/gdb.exp: Here.
20095 * gdb.base/main.exp: Adjust.
20096 * gdb.cp/maint.exp: Adjust.
20097 * gdb.trace/tracecmd.exp: Use test_help_class.
20098
20099 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
20100
20101 * gdb.stabs/weird.exp (print_weird_var): Use
20102 gdb_test_multiple instead of gdb_expect.
20103
20104 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
20105
20106 * gdb.base/help.exp (help_test_raw): New.
20107 (test_class_help): New.
20108 (test_prefix_command_help): New.
20109 Adjust testcases.
20110
20111 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
20112
20113 * gdb.base/constvars.c (main): Write to crass and crips, so that
20114 they are allocated by the compiler.
20115
20116 2006-10-27 Andreas Schwab <schwab@suse.de>
20117
20118 * gdb.base/multi-forks.exp: Use "detach fork" instead of
20119 "detach-fork".
20120
20121 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
20122
20123 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
20124 of patterns.
20125
20126 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
20127
20128 * gdb.base/sepdebug.exp: Remove debug format test.
20129 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
20130 Handle no-symtab.
20131 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
20132
20133 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
20134
20135 * gdb.threads/manythreads.c (thread_function, main): Don't cast
20136 int to pointer or pointer to int.
20137 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
20138
20139 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
20140
20141 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
20142
20143 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
20144
20145 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
20146
20147 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
20148
20149 PR c++/2116
20150 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
20151
20152 2006-10-06 Joel Brobecker <brobecker@adacore.com>
20153
20154 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
20155 the corresponding bug has been fixed in GDB (PR/2018).
20156
20157 2006-10-06 Joel Brobecker <brobecker@adacore.com>
20158
20159 * gdb.base/subst.exp: New testcase.
20160
20161 2006-10-06 Joel Brobecker <brobecker@adacore.com>
20162
20163 * gdb.ada/array_return/pck.ads: Add copyright notice.
20164 * gdb.ada/array_return/pck.adb: Likewise.
20165 * gdb.ada/array_return/p.adb: Likewise.
20166 * gdb.ada/exec_changed/first.adb: Likewise.
20167 * gdb.ada/exec_changed/second.adb: Likewise.
20168
20169 2006-10-06 Joel Brobecker <brobecker@adacore.com>
20170
20171 * gdb.ada/watch_arg/watch.adb: New file.
20172 * gdb.ada/watch_arg.exp: New testcase.
20173
20174 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
20175
20176 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
20177 via string_to_regexp.
20178 * gdb.mi/mi2-basics.exp: Likewise.
20179
20180 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
20181
20182 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
20183 Remove unused / obsolete files.
20184
20185 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
20186
20187 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
20188
20189 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
20190
20191 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
20192 HIGH_FRAME argument to -stack-list-arguments can be larger than
20193 the number of frames.
20194
20195 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
20196
20197 * gdb.base/args.c (main): Add breakpoint marker.
20198 * gdb.base/args.exp: Use args_test for tests. Add new tests which
20199 really test empty arguments.
20200 (args_load): Delete.
20201 (args_test): New.
20202
20203 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
20204
20205 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
20206 check for one file.
20207
20208 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
20209
20210 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
20211 HIGH_FRAME argument to -stack-list-locals can be larger than
20212 the number of frames.
20213
20214 2006-08-18 Fred Fish <fnf@specifix.com>
20215
20216 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
20217 '$' in front of skip_vmx_tests_saved when setting that.
20218
20219 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
20220
20221 * gdb.base/trace-commands.exp: New file.
20222
20223 2006-08-10 Joel Brobecker <brobecker@adacore.com>
20224 Daniel Jacobowitz <dan@codesourcery.com>
20225
20226 * gdb.base/step-bt.exp: Make hexadecimal address optional in
20227 expected output of the backtrace commands.
20228
20229 2006-08-09 Joel Brobecker <brobecker@adacore.com>
20230
20231 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
20232 untested followed by return combination.
20233 * gdb.arch/altivec-regs.exp: Likewise.
20234 * gdb.arch/e500-abi.exp: Likewise.
20235 * gdb.arch/e500-regs.exp: Likewise.
20236 * gdb.arch/gdb1291.exp: Likewise.
20237 * gdb.arch/gdb1431.exp: Likewise.
20238 * gdb.arch/gdb1558.exp: Likewise.
20239 * gdb.arch/i386-prologue.exp: Likewise.
20240 * gdb.arch/i386-unwind.exp: Likewise.
20241 * gdb.asm/asm-source.exp: Likewise.
20242 * gdb.base/a2-run.exp: Likewise.
20243 * gdb.base/advance.exp: Likewise.
20244 * gdb.base/all-bin.exp: Likewise.
20245 * gdb.base/annota1.exp: Likewise.
20246 * gdb.base/annota3.exp: Likewise.
20247 * gdb.base/args.exp: Likewise.
20248 * gdb.base/arithmet.exp: Likewise.
20249 * gdb.base/assign.exp: Likewise.
20250 * gdb.base/async.exp: Likewise.
20251 * gdb.base/attach.exp: Likewise.
20252 * gdb.base/bang.exp: Likewise.
20253 * gdb.base/bigcore.exp: Likewise.
20254 * gdb.base/bitfields.exp: Likewise.
20255 * gdb.base/bitfields2.exp: Likewise.
20256 * gdb.base/break.exp: Likewise.
20257 * gdb.base/call-sc.exp: Likewise.
20258 * gdb.base/call-strs.exp: Likewise.
20259 * gdb.base/callfuncs.exp: Likewise.
20260 * gdb.base/checkpoint.exp: Likewise.
20261 * gdb.base/chng-syms.exp: Likewise.
20262 * gdb.base/code-expr.exp: Likewise.
20263 * gdb.base/commands.exp: Likewise.
20264 * gdb.base/completion.exp: Likewise.
20265 * gdb.base/cond-expr.exp: Likewise.
20266 * gdb.base/condbreak.exp: Likewise.
20267 * gdb.base/consecutive.exp: Likewise.
20268 * gdb.base/constvars.exp: Likewise.
20269 * gdb.base/corefile.exp: Likewise.
20270 * gdb.base/cvexpr.exp: Likewise.
20271 * gdb.base/dbx.exp: Likewise.
20272 * gdb.base/define.exp: Likewise.
20273 * gdb.base/detach.exp: Likewise.
20274 * gdb.base/display.exp: Likewise.
20275 * gdb.base/dump.exp: Likewise.
20276 * gdb.base/ena-dis-br.exp: Likewise.
20277 * gdb.base/ending-run.exp: Likewise.
20278 * gdb.base/environ.exp: Likewise.
20279 * gdb.base/eval-skip.exp: Likewise.
20280 * gdb.base/exprs.exp: Likewise.
20281 * gdb.base/fileio.exp: Likewise.
20282 * gdb.base/finish.exp: Likewise.
20283 * gdb.base/float.exp: Likewise.
20284 * gdb.base/foll-exec.exp: Likewise.
20285 * gdb.base/foll-fork.exp: Likewise.
20286 * gdb.base/foll-vfork.exp: Likewise.
20287 * gdb.base/freebpcmd.exp: Likewise.
20288 * gdb.base/funcargs.exp: Likewise.
20289 * gdb.base/gcore.exp: Likewise.
20290 * gdb.base/gdb1090.exp: Likewise.
20291 * gdb.base/gdb1250.exp: Likewise.
20292 * gdb.base/huge.exp: Likewise.
20293 * gdb.base/info-proc.exp: Likewise.
20294 * gdb.base/interrupt.exp: Likewise.
20295 * gdb.base/jump.exp: Likewise.
20296 * gdb.base/langs.exp: Likewise.
20297 * gdb.base/lineinc.exp: Likewise.
20298 * gdb.base/list.exp: Likewise.
20299 * gdb.base/logical.exp: Likewise.
20300 * gdb.base/long_long.exp: Likewise.
20301 * gdb.base/macscp.exp: Likewise.
20302 * gdb.base/maint.exp: Likewise.
20303 * gdb.base/mips_pro.exp: Likewise.
20304 * gdb.base/miscexprs.exp: Likewise.
20305 * gdb.base/multi-forks.exp: Likewise.
20306 * gdb.base/opaque.exp: Likewise.
20307 * gdb.base/overlays.exp: Likewise.
20308 * gdb.base/pc-fp.exp: Likewise.
20309 * gdb.base/pointers.exp: Likewise.
20310 * gdb.base/printcmds.exp: Likewise.
20311 * gdb.base/psymtab.exp: Likewise.
20312 * gdb.base/ptype.exp: Likewise.
20313 * gdb.base/recurse.exp: Likewise.
20314 * gdb.base/relational.exp: Likewise.
20315 * gdb.base/relocate.exp: Likewise.
20316 * gdb.base/remote.exp: Likewise.
20317 * gdb.base/reread.exp: Likewise.
20318 * gdb.base/restore.exp: Likewise.
20319 * gdb.base/return.exp: Likewise.
20320 * gdb.base/return2.exp: Likewise.
20321 * gdb.base/scope.exp: Likewise.
20322 * gdb.base/sect-cmd.exp: Likewise.
20323 * gdb.base/sep.exp: Likewise.
20324 * gdb.base/sepdebug.exp: Likewise.
20325 * gdb.base/setshow.exp: Likewise.
20326 * gdb.base/setvar.exp: Likewise.
20327 * gdb.base/sigall.exp: Likewise.
20328 * gdb.base/sigbpt.exp: Likewise.
20329 * gdb.base/signals.exp: Likewise.
20330 * gdb.base/signull.exp: Likewise.
20331 * gdb.base/sizeof.exp: Likewise.
20332 * gdb.base/solib.exp: Likewise.
20333 * gdb.base/step-line.exp: Likewise.
20334 * gdb.base/step-test.exp: Likewise.
20335 * gdb.base/structs.exp: Likewise.
20336 * gdb.base/structs2.exp: Likewise.
20337 * gdb.base/term.exp: Likewise.
20338 * gdb.base/twice.exp: Likewise.
20339 * gdb.base/until.exp: Likewise.
20340 * gdb.base/varargs.exp: Likewise.
20341 * gdb.base/volatile.exp: Likewise.
20342 * gdb.base/watchpoint.exp: Likewise.
20343 * gdb.base/whatis-exp.exp: Likewise.
20344 * gdb.base/whatis.exp: Likewise.
20345 * gdb.cp/ambiguous.exp: Likewise.
20346 * gdb.cp/annota2.exp: Likewise.
20347 * gdb.cp/annota3.exp: Likewise.
20348 * gdb.cp/bool.exp: Likewise.
20349 * gdb.cp/breakpoint.exp: Likewise.
20350 * gdb.cp/casts.exp: Likewise.
20351 * gdb.cp/class2.exp: Likewise.
20352 * gdb.cp/classes.exp: Likewise.
20353 * gdb.cp/cplusfuncs.exp: Likewise.
20354 * gdb.cp/ctti.exp: Likewise.
20355 * gdb.cp/derivation.exp: Likewise.
20356 * gdb.cp/exception.exp: Likewise.
20357 * gdb.cp/gdb1355.exp: Likewise.
20358 * gdb.cp/hang.exp: Likewise.
20359 * gdb.cp/inherit.exp: Likewise.
20360 * gdb.cp/local.exp: Likewise.
20361 * gdb.cp/m-data.exp: Likewise.
20362 * gdb.cp/m-static.exp: Likewise.
20363 * gdb.cp/member-ptr.exp: Likewise.
20364 * gdb.cp/method.exp: Likewise.
20365 * gdb.cp/misc.exp: Likewise.
20366 * gdb.cp/namespace.exp: Likewise.
20367 * gdb.cp/overload.exp: Likewise.
20368 * gdb.cp/ovldbreak.exp: Likewise.
20369 * gdb.cp/pr-1023.exp: Likewise.
20370 * gdb.cp/pr-1210.exp: Likewise.
20371 * gdb.cp/pr-574.exp: Likewise.
20372 * gdb.cp/printmethod.exp: Likewise.
20373 * gdb.cp/psmang.exp: Likewise.
20374 * gdb.cp/ref-params.exp: Likewise.
20375 * gdb.cp/ref-types.exp: Likewise.
20376 * gdb.cp/rtti.exp: Likewise.
20377 * gdb.cp/templates.exp: Likewise.
20378 * gdb.cp/try_catch.exp: Likewise.
20379 * gdb.cp/userdef.exp: Likewise.
20380 * gdb.cp/virtfunc.exp: Likewise.
20381 * gdb.disasm/am33.exp: Likewise.
20382 * gdb.disasm/h8300s.exp: Likewise.
20383 * gdb.disasm/mn10300.exp: Likewise.
20384 * gdb.disasm/sh3.exp: Likewise.
20385 * gdb.disasm/t01_mov.exp: Likewise.
20386 * gdb.disasm/t02_mova.exp: Likewise.
20387 * gdb.disasm/t03_add.exp: Likewise.
20388 * gdb.disasm/t04_sub.exp: Likewise.
20389 * gdb.disasm/t05_cmp.exp: Likewise.
20390 * gdb.disasm/t06_ari2.exp: Likewise.
20391 * gdb.disasm/t07_ari3.exp: Likewise.
20392 * gdb.disasm/t08_or.exp: Likewise.
20393 * gdb.disasm/t09_xor.exp: Likewise.
20394 * gdb.disasm/t10_and.exp: Likewise.
20395 * gdb.disasm/t11_logs.exp: Likewise.
20396 * gdb.disasm/t12_bit.exp: Likewise.
20397 * gdb.disasm/t13_otr.exp: Likewise.
20398 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
20399 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
20400 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
20401 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
20402 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
20403 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
20404 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
20405 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
20406 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
20407 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
20408 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
20409 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
20410 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
20411 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
20412 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
20413 * gdb.mi/gdb701.exp: Likewise.
20414 * gdb.mi/gdb792.exp: Likewise.
20415 * gdb.mi/mi-basics.exp: Likewise.
20416 * gdb.mi/mi-break.exp: Likewise.
20417 * gdb.mi/mi-cli.exp: Likewise.
20418 * gdb.mi/mi-console.exp: Likewise.
20419 * gdb.mi/mi-disassemble.exp: Likewise.
20420 * gdb.mi/mi-eval.exp: Likewise.
20421 * gdb.mi/mi-file.exp: Likewise.
20422 * gdb.mi/mi-read-memory.exp: Likewise.
20423 * gdb.mi/mi-regs.exp: Likewise.
20424 * gdb.mi/mi-return.exp: Likewise.
20425 * gdb.mi/mi-simplerun.exp: Likewise.
20426 * gdb.mi/mi-stack.exp: Likewise.
20427 * gdb.mi/mi-stepi.exp: Likewise.
20428 * gdb.mi/mi-syn-frame.exp: Likewise.
20429 * gdb.mi/mi-until.exp: Likewise.
20430 * gdb.mi/mi-var-block.exp: Likewise.
20431 * gdb.mi/mi-var-child.exp: Likewise.
20432 * gdb.mi/mi-var-cmd.exp: Likewise.
20433 * gdb.mi/mi-var-display.exp: Likewise.
20434 * gdb.mi/mi-watch.exp: Likewise.
20435 * gdb.mi/mi2-basics.exp: Likewise.
20436 * gdb.mi/mi2-break.exp: Likewise.
20437 * gdb.mi/mi2-cli.exp: Likewise.
20438 * gdb.mi/mi2-console.exp: Likewise.
20439 * gdb.mi/mi2-disassemble.exp: Likewise.
20440 * gdb.mi/mi2-eval.exp: Likewise.
20441 * gdb.mi/mi2-file.exp: Likewise.
20442 * gdb.mi/mi2-read-memory.exp: Likewise.
20443 * gdb.mi/mi2-regs.exp: Likewise.
20444 * gdb.mi/mi2-return.exp: Likewise.
20445 * gdb.mi/mi2-simplerun.exp: Likewise.
20446 * gdb.mi/mi2-stack.exp: Likewise.
20447 * gdb.mi/mi2-stepi.exp: Likewise.
20448 * gdb.mi/mi2-syn-frame.exp: Likewise.
20449 * gdb.mi/mi2-until.exp: Likewise.
20450 * gdb.mi/mi2-var-block.exp: Likewise.
20451 * gdb.mi/mi2-var-child.exp: Likewise.
20452 * gdb.mi/mi2-var-cmd.exp: Likewise.
20453 * gdb.mi/mi2-var-display.exp: Likewise.
20454 * gdb.mi/mi2-watch.exp: Likewise.
20455 * gdb.stabs/exclfwd.exp: Likewise.
20456 * gdb.stabs/weird.exp: Likewise.
20457 * gdb.threads/gcore-thread.exp: Likewise.
20458 * gdb.trace/actions.exp: Likewise.
20459 * gdb.trace/backtrace.exp: Likewise.
20460 * gdb.trace/circ.exp: Likewise.
20461 * gdb.trace/collection.exp: Likewise.
20462 * gdb.trace/deltrace.exp: Likewise.
20463 * gdb.trace/infotrace.exp: Likewise.
20464 * gdb.trace/limits.exp: Likewise.
20465 * gdb.trace/packetlen.exp: Likewise.
20466 * gdb.trace/passc-dyn.exp: Likewise.
20467 * gdb.trace/passcount.exp: Likewise.
20468 * gdb.trace/report.exp: Likewise.
20469 * gdb.trace/save-trace.exp: Likewise.
20470 * gdb.trace/tfind.exp: Likewise.
20471 * gdb.trace/tracecmd.exp: Likewise.
20472 * gdb.trace/while-dyn.exp: Likewise.
20473 * gdb.trace/while-stepping.exp: Likewise.
20474
20475 2006-08-08 Joel Brobecker <brobecker@adacore.com>
20476
20477 * gdb.base/step-bt.c: New file.
20478 * gdb.base/step-bt.exp: New testcase.
20479
20480 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
20481
20482 * config/monitor.exp (gdb_load): Remove support for obsolete
20483 download-write-size.
20484 * gdb.base/remote.exp: Likewise. Update all callers of
20485 gdb_timed_load.
20486
20487 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
20488
20489 * cursal.exp: Pass binfile to gdb_load.
20490
20491 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
20492
20493 * gdb.base/cursal.exp: Add "" to gdb_load call.
20494
20495 2006-07-29 Mark Kettenis <kettenis@gnu.org>
20496
20497 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
20498 NetBSD/ELF targets.
20499
20500 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
20501
20502 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
20503 operator*.
20504
20505 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
20506
20507 * gdb.base/completion.exp: Update for change in "file" behavior.
20508 * gdb.stabs/weird.exp: Likewise.
20509 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
20510 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
20511
20512 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
20513
20514 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
20515 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
20516
20517 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
20518
20519 * gdb.base/default.exp: Update source command error message.
20520 * gdb.base/help.exp: Update 'help source' message.
20521
20522 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
20523
20524 * gdb.cp/bs15503.exp: Update comment for no longer crashing
20525 test.
20526
20527 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
20528
20529 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
20530
20531 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
20532
20533 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
20534
20535 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
20536
20537 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
20538
20539 2006-07-17 Mark Kettenis <kettenis@gnu.org>
20540
20541 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
20542 *-*-openbsd* from targets for wich we expect ARM FPA floating
20543 point format.
20544
20545 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
20546
20547 * gdb.cp/annota3.exp: Expect frame-begin annotation.
20548
20549 2006-07-17 Mark Kettenis <kettenis@gnu.org>
20550
20551 * gdb.base/annota3.exp: Expect frame-begin annotation.
20552
20553 2006-07-14 Joel Brobecker <brobecker@adacore.com>
20554
20555 * gdb.base/help.exp: Adjust "help unset" test to accept
20556 any list of unset commands.
20557
20558 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
20559 Daniel Jacobowitz <dan@codesourcery.com>
20560
20561 * gdb.cp/ref-params.exp: New test.
20562 * gdb.cp/ref-params.cc: New source file.
20563 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
20564
20565 2006-07-08 Mark Kettenis <kettenis@gnu.org>
20566
20567 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
20568 spaces/tabs in regular expressions since they might not be there.
20569
20570 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
20571
20572 * gdb.base/ifelse.exp: New file.
20573
20574 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
20575
20576 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
20577 line.
20578 * gdb.base/huge.exp: Loop over compilation to find a size that
20579 is acceptable.
20580 * gdb.base/remote.exp: Correct expected strings.
20581 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
20582
20583 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20584
20585 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
20586
20587 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20588
20589 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
20590 native.
20591
20592 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20593
20594 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
20595 enable stabs testing.
20596
20597 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20598
20599 * gdb.base/auxv.exp: Intercept undefined command messages before
20600 gdb_test_multiple does.
20601
20602 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20603
20604 * Makefile.in (host_alias): Remove.
20605 (target_alias): Use @target_noncanonical@.
20606 (site.exp): Don't set host_alias.
20607 * aclocal.m4: Remove contents. Include acx.m4.
20608 * configure: Regenerated.
20609 * configure.ac: Use ACX_NONCANONICAL_TARGET.
20610
20611 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
20612
20613 * lib/gdb.exp (gdb_load_cmd): New.
20614
20615 * gdb.base/fileio.c: Add system(NULL) test.
20616 * gdb.base/fileio.exp: Check it.
20617
20618 * gdb.base/break.c: Add 10a breakpoint at }
20619 * gdb.base/break.exp: Add test for breakpoint at }
20620 * gdb.cp/anon-union.cc: Add code at end of function.
20621 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
20622 * gdb.mi/var-cmd.c: Add code at end of function.
20623 * gdb.mi/mi-var-display.exp: Adjust end of next.
20624 * gdb.mi/mi2-var-display.exp: Likewise.
20625 * gdb.base/fileio.c: Add stop function and insert calls at
20626 stopping places.
20627 * gdb.base/fileio.exp: Breakpoint stop function and remove
20628 explicit line number references.
20629
20630 2006-05-19 Joel Brobecker <brobecker@adacore.com>
20631
20632 * gdb.base/del.exp (test_delete_alias): New function.
20633 Now check that both "del" and "d" work as aliases for "delete".
20634
20635 2006-05-18 Fred Fish <fnf@specifix.com>
20636
20637 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
20638 required. Check for spurious output after program exits normally.
20639
20640 2006-05-17 Fred Fish <fnf@specifix.com>
20641
20642 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
20643 gdb_load, so it works in the simulator.
20644
20645 2006-05-11 Fred Fish <fnf@specifix.com>
20646
20647 * gdb.base/bang.exp: Ignore unexpected output between the
20648 "program exited normally" and the gdb prompt, as many other
20649 tests do.
20650
20651 2006-05-07 Mark Kettenis <kettenis@gnu.org>
20652
20653 * gdb.base/help.exp: Make "delete checkpoint" part option for
20654 "help d" and "help delete" tests.
20655
20656 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20657
20658 * gdb.mi/mi-basics.exp: Add missing serial number to
20659 expected output in some mi_gdb_test statements.
20660 * gdb.mi/mi2-basics.exp: Likewise.
20661
20662 2006-05-05 Joel Brobecker <brobecker@adacore.com>
20663
20664 * gdb.base/del.c: New file.
20665 * gdb.base/del.exp: New testcase.
20666
20667 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
20668
20669 * gdb.base/break.exp: Do not assume a breakpoint on
20670 main will actually be in $srcfile when optimizing.
20671 * gdb.base/savedregs.exp: Do not require that the dummy
20672 frame location match up to a symbol and source file location.
20673 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
20674 will get printed without a mi_cmd_data_list_register_values prefix.
20675 (*-data-list-register-*): Correct regular expressions to expect the new
20676 pseudo d? floating point registers.
20677 * gdb.mi/mi2-regs.exp: Likewise.
20678
20679 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
20680
20681 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
20682 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
20683 is allocated by the compiler.
20684 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
20685 anons, e, anone to force their allocation by the compiler.
20686
20687 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
20688
20689 * gdb.base/help.exp: Update expected text for help d and
20690 help delete.
20691
20692 2006-05-02 Mark Kettenis <kettenis@gnu.org>
20693
20694 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
20695 NetBSD/ELF targets.
20696
20697 2006-04-30 Mark Kettenis <kettenis@gnu.org>
20698
20699 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
20700 single-step breakpoint fails; make this a KFAIL on
20701 sparc*-*-openbsd*.
20702 * gdb.base/siginfo.exp: Likewise.
20703 * gdb.base/sigstep.exp (advance, advancei): Likewise.
20704
20705 2006-04-26 Michael Snyder <msnyder@redhat.com>
20706
20707 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
20708 which may have to consume output from other forks.
20709 Add tests to make sure that "delete fork" succeeded.
20710
20711 2006-04-20 Michael Snyder <msnyder@redhat.com>
20712
20713 * 2006-03-22 Jim Blandy <jimb@redhat.com>
20714 Add support for the Renesas M32C and M16C.
20715
20716 * gdb.asm/asm-source.exp: Add m32c target.
20717 * gdb.asm/m32c.inc: Support for m32c target.
20718
20719 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
20720
20721 * gdb.base/commands.exp (recursive_source_test): New test.
20722
20723 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
20724
20725 * gdb.base/float.exp: Add pattern for sparc targets.
20726
20727 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
20728
20729 * gdb.base/commands.exp (stray_arg0_test): New test.
20730
20731 2006-03-30 Paul Brook <paul@codesourcery.com>
20732
20733 * gdb.mi/mi-until.exp: kfail broken until command.
20734 * gdb.mi/mi2-until.exp: Ditto.
20735
20736 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
20737
20738 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
20739
20740 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
20741
20742 * gdb.base/prelink.exp: Anchor tested-for regular expression
20743 on gdb prompt.
20744
20745 2006-03-07 Paul Brook <paul@codesourcery.com>
20746
20747 * gdb.base/assign.exp: Correct fail message.
20748
20749 2006-03-07 Paul Brook <paul@codesourcery.com>
20750
20751 * lib/compiler.c: Extract armcc version number.
20752 * lib/compiler.cc: Ditto.
20753
20754 2006-03-07 Paul Brook <paul@codesourcery.com>
20755
20756 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
20757 additional_flags=-w.
20758 * gdb.arch/altivec-regs.exp: Ditto.
20759 * gdb.arch/e500-abi.exp: Ditto.
20760 * gdb.arch/e500-regs.exp: Ditto.
20761 * gdb.base/all-bin.exp: Ditto.
20762 * gdb.base/annota1.exp: Ditto.
20763 * gdb.base/annota3.exp: Ditto.
20764 * gdb.base/args.exp: Ditto.
20765 * gdb.base/arithmet.exp: Ditto.
20766 * gdb.base/assign.exp: Ditto.
20767 * gdb.base/async.exp: Ditto.
20768 * gdb.base/bang.exp: Ditto.
20769 * gdb.base/break.exp: Ditto.
20770 * gdb.base/call-rt-st.exp: Ditto.
20771 * gdb.base/completion.exp: Ditto.
20772 * gdb.base/cond-expr.exp: Ditto.
20773 * gdb.base/condbreak.exp: Ditto.
20774 * gdb.base/consecutive.exp: Ditto.
20775 * gdb.base/define.exp: Ditto.
20776 * gdb.base/display.exp: Ditto.
20777 * gdb.base/ena-dis-br.exp: Ditto.
20778 * gdb.base/environ.exp: Ditto.
20779 * gdb.base/eval-skip.exp: Ditto.
20780 * gdb.base/info-proc.exp: Ditto.
20781 * gdb.base/jump.exp: Ditto.
20782 * gdb.base/logical.exp: Ditto.
20783 * gdb.base/long_long.exp: Ditto.
20784 * gdb.base/maint.exp: Ditto.
20785 * gdb.base/miscexprs.exp: Ditto.
20786 * gdb.base/pc-fp.exp: Ditto.
20787 * gdb.base/pointers.exp: Ditto.
20788 * gdb.base/relational.exp: Ditto.
20789 * gdb.base/reread.exp: Ditto.
20790 * gdb.base/sect-cmd.exp: Ditto.
20791 * gdb.base/sep.exp: Ditto.
20792 * gdb.base/sepdebug.exp: Ditto.
20793 * gdb.base/until.exp: Ditto.
20794 * gdb.base/whatis-exp.exp: Ditto.
20795 * gdb.cp/annota2.exp: Ditto.
20796 * gdb.cp/annota3.exp: Ditto.
20797 * gdb.trace/actions.exp: Ditto.
20798 * gdb.trace/backtrace.exp: Ditto.
20799 * gdb.trace/circ.exp: Ditto.
20800 * gdb.trace/collection.exp: Ditto.
20801 * gdb.trace/deltrace.exp: Ditto.
20802 * gdb.trace/infotrace.exp: Ditto.
20803 * gdb.trace/limits.exp: Ditto.
20804 * gdb.trace/packetlen.exp: Ditto.
20805 * gdb.trace/passc-dyn.exp: Ditto.
20806 * gdb.trace/passcount.exp: Ditto.
20807 * gdb.trace/report.exp: Ditto.
20808 * gdb.trace/save-trace.exp: Ditto.
20809 * gdb.trace/tfind.exp: Ditto.
20810 * gdb.trace/tracecmd.exp: Ditto.
20811 * gdb.trace/while-dyn.exp: Ditto.
20812 * gdb.trace/while-stepping.exp: Ditto.
20813 * lib/gdb.exp: Ditto.
20814 (gdb_compile): Handle nowarning option.
20815
20816 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
20817
20818 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
20819 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
20820 Rename executable to prelinkt. Don't re-prelink if we didn't
20821 get a core file. Test prelink -u exit status to tell whether
20822 prelinking failed. Use gdb_test_multiple.
20823
20824 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
20825
20826 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
20827 (do_tests): Call it.
20828
20829 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
20830
20831 * gdb.base/prelink.exp: New test.
20832 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
20833
20834 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
20835
20836 * gdb.fortran/derived-type.f90: New file.
20837 * gdb.fortran/derived-type.exp: New testcase.
20838
20839 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
20840
20841 * gdb.base/default.exp: Allow ';' as a directory separator.
20842
20843 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
20844
20845 * gdb.base/help.exp (help add-symbol-file): Update.
20846
20847 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
20848
20849 * gdb.base/help.exp (help load): Update expected results.
20850
20851 2006-02-19 Fred Fish <fnf@specifix.com>
20852
20853 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
20854 specifix hex value as part of results.
20855 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
20856
20857 2006-02-16 Fred Fish <fnf@specifix.com>
20858
20859 * gdb.base/whatis.c: Define variables using typedefs char_addr,
20860 ushort_addr, and slong_addr, so the typedefs are not optimized
20861 away.
20862 * gdb.base/whatis.exp: Add tests using type name for struct type,
20863 union type, enum type, and typedef.
20864
20865 2006-02-13 Mark Kettenis <kettenis@gnu.org>
20866
20867 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
20868
20869 2006-02-13 Jim Blandy <jimb@redhat.com>
20870
20871 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
20872 case where it takes two "next" commands to skip past the init
20873 call.
20874
20875 2006-02-12 Fred Fish <fnf@specifix.com>
20876
20877 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
20878 to handle cases where it takes two "next" commands to skip
20879 past the init call.
20880
20881 2006-02-07 Joel Brobecker <brobecker@adacore.com>
20882
20883 * gdb.ada/array_return.exp: Mark the last test as expected to fail
20884 on hppa32 targets.
20885
20886 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
20887
20888 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
20889 field.
20890
20891 2006-01-29 Mark Kettenis <kettenis@gnu.org>
20892
20893 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
20894
20895 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
20896
20897 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
20898 files.
20899
20900 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
20901
20902 * gdb.cp/maint.exp: Set complaints to a positive value.
20903
20904 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
20905
20906 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
20907 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
20908 function name.
20909
20910 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
20911
20912 * gdb.base/checkpoint.c: Update copyright notice. Include
20913 <stdlib.h>.
20914
20915 2006-01-04 Jim Blandy <jimb@redhat.com>
20916
20917 * gdb.asm/asm-source.exp: Independently provide default values for
20918 asm-flags and debug-flags. Use 'string equal' to do the
20919 comparison, not the implicit expr's '==' operator. Remove
20920 now-unneeded assignments to asm-flags. In h8300 case, place
20921 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
20922
20923 2006-01-04 Michael Snyder <msnyder@redhat.com>
20924
20925 * gdb.base/checkpoint.c: New file.
20926 * gdb.base/checkpoint.exp: New file.
20927 * gdb.base/multi-fork.c: New file.
20928 * gdb.base/multi-fork.exp: New file.
20929 * gdb.base/pi.txt: New file (data for checkpoint.c test).
20930
20931 2006-01-04 Fred Fish <fnf@specifix.com>
20932
20933 * gdb.base/ptype.c (foo): Add typedef.
20934 (intfoo): Add function.
20935 * gdb.base/ptype1.c: New file.
20936 * gdb.base/ptype.exp: Handle compilation and linking with two
20937 source files. Test that proper type for "foo" is found based
20938 on source context rather than first match found in symtabs.
20939
20940 2005-12-28 Mark Kettenis <kettenis@gnu.org>
20941
20942 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
20943 * gdb.asm/openbsd.inc: Indent commands.
20944
20945 2005-12-26 Mark Kettenis <kettenis@gnu.org>
20946
20947 * gdb.base/freebpcmd.exp: Increase timeout.
20948
20949 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
20950
20951 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
20952
20953 * gdb.base/default.exp: Update check for "show version".
20954
20955 2005-12-09 Randolph Chung <tausq@debian.org>
20956
20957 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
20958 * gdb.asm/pa64.inc: New file.
20959
20960 2005-12-09 Randolph Chung <tausq@debian.org>
20961
20962 * gdb.asm/common.inc: Indent commands.
20963 * gdb.asm/asmsrc1.s: Likewise.
20964 * gdb.asm/asmsrc2.s: Likewise.
20965
20966 2005-12-09 Randolph Chung <tausq@debian.org>
20967
20968 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
20969 (get_addr_of_sym): Remove duplicate print.
20970 (gen_core): xfail hppa*-*-hpux*, update expected output.
20971 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
20972 * gdb.arch/pa64-nullify.s: New file.
20973
20974 2005-12-09 Randolph Chung <tausq@debian.org>
20975
20976 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
20977
20978 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
20979
20980 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
20981 code generation for these functions.
20982 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
20983 error message.
20984
20985 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
20986
20987 * gdb.base/help.exp (help b, help br, help bre, help brea)
20988 (help break): Update the expected message.
20989
20990 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
20991
20992 * gdb.asm/m68hc11.inc: Setup the data section.
20993 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
20994 script for this test.
20995 (m6812-*-*): Likewise.
20996
20997 2005-11-09 Randolph Chung <tausq@debian.org>
20998
20999 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
21000
21001 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
21002
21003 * gdb.base/break.exp: Fix a comment typo.
21004
21005 2005-11-03 Jim Blandy <jimb@redhat.com>
21006
21007 Checked in by Elena Zannoni <ezannoni@redhat.com>
21008
21009 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
21010
21011 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
21012
21013 * gdb.arch/gdb1558.c: Include stdio.h.
21014
21015 2005-10-31 Mark Kettenis <kettenis@gnu.org>
21016
21017 * gdb.asm/asm-source.exp: Use -e instead of --entry.
21018
21019 2005-10-31 Mark Kettenis <kettenis@gnu.org>
21020
21021 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
21022
21023 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
21024
21025 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
21026 vscr" tests to better match output.
21027
21028 2005-10-12 Jim Blandy <jimb@redhat.com>
21029
21030 * gdb.base/structs.exp (any): New function.
21031 (test_struct_returns): Don't make any assumptions at all about
21032 what value the function returns when GDB can't set the return
21033 value.
21034
21035 2005-10-09 Joel Brobecker <brobecker@adacore.com>
21036
21037 * gdb.ada/arrayidx/p.adb: New file.
21038 * gdb.ada/arrayidx.exp: New testcase
21039
21040 2005-10-09 Joel Brobecker <brobecker@adacore.com>
21041
21042 * gdb.ada/array_return/pck.ads: New file.
21043 * gdb.ada/array_return/pck.adb: New file.
21044 * gdb.ada/array_return/p.adb: New file.
21045 * gdb.ada/array_return.exp: New testcase.
21046
21047 2005-10-03 Joel Brobecker <brobecker@adacore.com>
21048
21049 * gdb.base/arrayidx.c: New file.
21050 * gdb.base/arrayidx.exp: New testcase.
21051
21052 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
21053
21054 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
21055 frames-invalid and breakpoints-invalid are no longer generated
21056 with level 3 so don't expect them in the output.
21057
21058 2005-09-27 Bob Rossi <bob@brasko.net>
21059
21060 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
21061 from test. Escape the | in mi_gdb_test call.
21062 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
21063 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
21064 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
21065 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
21066 expected regex's in mi_gdb_test calls.
21067 * lib/mi-support.exp: Remove arbitrary .* from tests.
21068 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
21069 Fully anchor GDB/MI expected results in mi_gdb_test.
21070 * lib/gdb.exp (string_to_regexp): Escape the ] character.
21071 * gdb.base/sizeof.exp: Remove escape character. Correct test.
21072
21073 2005-09-26 Paul Brook <paul@codesourcery.com>
21074
21075 * long_long.exp: Exclude eabi targets from arm FPA float format test.
21076
21077 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
21078
21079 * bfp-test.c: New file.
21080 * bfp-test.exp: New testcase.
21081
21082 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
21083
21084 * gdb.fortran/subarray.exp: New testcase to test the evaluation
21085 of subarray and substring variable.
21086 * gdb.fortran/subarray.f: New source file for the test of subarray
21087 and substring variable evaluation.
21088 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
21089 of string constant.
21090
21091 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
21092
21093 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
21094 copyright dates.
21095
21096 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
21097
21098 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
21099 powerpc altivec' test with an almost identical 'info vector' test.
21100
21101 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
21102
21103 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
21104 vscr" tests to match output.
21105
21106 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
21107
21108 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
21109 output.
21110
21111 2005-09-11 Bob Rossi <bob@brasko.net>
21112
21113 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
21114 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
21115 commands that return an MI output command and an asyncronous MI output
21116 command.
21117 * gdb.mi/mi-console.exp: Ditto.
21118
21119 2005-09-11 Bob Rossi <bob@brasko.net>
21120
21121 * gdb.mi/mi-var-child.c: Include <string.h>.
21122
21123 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
21124
21125 * killed.exp: Correct gdb_expect syntax.
21126
21127 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
21128
21129 * lib/mi-support.exp (mi_gdb_load): Fix typo.
21130
21131 2005-08-02 Bob Rossi <bob@brasko.net>
21132
21133 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
21134 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
21135 Change tests to inferior-tty-set/show.
21136 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
21137 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
21138 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
21139 inferior. Use mi_gdb_test to get GDB and Inferior output.
21140 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
21141 descriptor.
21142 (mi_inferior_tty_name): Add inferior PTY file name.
21143 (mi_gdb_start): Add INFERIOR_PTY parameter.
21144 (mi_gdb_test): Add IPATTERN parameter.
21145
21146 2005-08-02 Bob Rossi <bob@brasko.net>
21147
21148 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
21149 parameter to mi_gdb_test.
21150 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
21151
21152 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
21153
21154 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
21155 struct_declarations.
21156 * gdb.mi/mi-var-child.exp: Step over the initialization of
21157 struct_declarations.
21158
21159 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
21160
21161 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
21162 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
21163 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
21164 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
21165 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
21166 file.
21167
21168 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
21169
21170 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
21171 (do_children_tests): Assign values to the extra elements.
21172
21173 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
21174 them for tests for "-var-update --no-values" and
21175 "-var-update --all-values".
21176 Add test for "-var-list-children --simple-values".
21177
21178 * gdb.mi/basics.c (callee4): Add integer array D[3]...
21179
21180 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
21181 "-stack-list-locals --simple-values" Improve doc strings and
21182 comments.
21183
21184 2005-07-18 Mark Kettenis <kettenis@gnu.org>
21185
21186 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
21187 *-*-openbsd*.
21188 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
21189
21190 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
21191 sigaltsatck'.
21192
21193 2005-07-14 Bob Rossi <bob@brasko.net>
21194
21195 * gdb.base/default.exp (tty): Changed output of command.
21196 * gdb.base/help.exp (help tty): Ditto.
21197
21198 2005-07-12 Mark Kettenis <kettenis@gnu.org>
21199
21200 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
21201
21202 2005-07-10 Mark Kettenis <kettenis@gnu.org>
21203
21204 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
21205 -stack-select-frame without arguments.
21206 (test_stack_frame_listing): Add test for newly implemented command
21207 -stack-info-frame.
21208
21209 2005-07-06 Bob Rossi <bob@brasko.net>
21210
21211 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
21212 command.
21213 (Copyright): Update copyright.
21214
21215 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
21216
21217 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
21218 tests to evaluate exponentiation expression.
21219
21220 2005-06-29 Andreas Schwab <schwab@suse.de>
21221
21222 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
21223 main to avoid warnings.
21224
21225 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
21226
21227 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
21228
21229 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
21230 -stack-select-frame without arguments.
21231 (test_stack_frame_listing): Add test for newly implemented command
21232 -stack-info-frame.
21233
21234 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
21235
21236 * gdb.fortran/array-element.f: New file.
21237 * gdb.fortran/array-element.exp: New testcase.
21238
21239 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
21240
21241 * gdb.base/bigcore.exp: Correct checks for systems which can
21242 not dump a large core file.
21243
21244 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
21245
21246 * gdb.base/relocate.c: Add a copyright notice.
21247 (dummy): Remove.
21248 * gdb.base/relocate.exp: Test printing the values of variables
21249 from a relocatable file.
21250
21251 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
21252
21253 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
21254 excess MI output after an error.
21255
21256 2005-05-29 Joel Brobecker <brobecker@adacore.com>
21257
21258 * gdb.arch/alpha-step.c: New file.
21259 * gdb.arch/alpha-step.exp: New testcase.
21260
21261 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
21262 Dennis Brueni <dennis@slickedit.com>
21263
21264 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
21265 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
21266 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
21267 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
21268 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
21269 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
21270 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
21271
21272 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
21273 Wu Zhou <woodzltc@cn.ibm.com>
21274
21275 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
21276 IBM's xlc compiler.
21277 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
21278 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
21279
21280 2005-05-13 Jim Blandy <jimb@redhat.com>
21281
21282 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
21283 calling gdb_suppress_entire_file.
21284 * gdb.base/charset.exp: Same.
21285 * gdb.base/call-rt-st.exp: Same.
21286
21287 2005-05-05 Bob Rossi <bob_rossi@cox.net>
21288
21289 * lib/gdb.exp (fullname_syntax): Added global regex.
21290 (fullname_syntax_POSIX): Ditto.
21291 (fullname_syntax_UNC): Ditto.
21292 (fullname_syntax_DOS_CASE): Ditto.
21293 (fullname_syntax_DOS): Ditto.
21294 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
21295 fullname_syntax variable to scope and use it.
21296 (test_file_list_exec_source_files): Ditto.
21297 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
21298
21299 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
21300
21301 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
21302
21303 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
21304
21305 * lib/gdb.exp (skip_altivec_tests): New function, based on
21306 check_vmx_hw_available from the GCC testsuite.
21307 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
21308 * lib/gdb.arch/altivec-regs.exp: Likewise.
21309
21310 2005-05-02 Jim Blandy <jimb@redhat.com>
21311
21312 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
21313 calling gdb_suppress_entire_file.
21314
21315 2005-04-30 Randolph Chung <tausq@debian.org>
21316
21317 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
21318 Slightly relax "sem_post" name checking.
21319
21320 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
21321
21322 * gdb.base/unload.exp: Use new shared library infrastructure.
21323
21324 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
21325
21326 * gdb.base/so-impl-ld.exp: Use new shared library
21327 infrastructure.
21328
21329 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
21330
21331 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
21332 * gdb.asm/h8300.inc: New file.
21333
21334 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
21335
21336 * gdb.base/shlib-call.exp: Change to use new shared library
21337 infrastructure.
21338
21339 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
21340
21341 * gdb.base/pending.exp: Change to use new shared library
21342 infrastructure.
21343
21344 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
21345
21346 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
21347 use test_compiler_info instead of gcc_compiled, and update copyright.
21348
21349 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
21350
21351 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
21352 shared objects being adjusted and update copyright years.
21353
21354 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
21355
21356 * ChangeLog: Correct some 2003-01-13 dates.
21357 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
21358 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
21359 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
21360 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
21361 gdb.trace/tfind.exp: Update copyright years.
21362
21363 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
21364 Daniel Jacobowitz <dan@codesourcery.com>
21365
21366 * lib/gdb.exp (gdb_compile): Handle shlib=.
21367 (gdb_compile_shlib): New function.
21368
21369 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
21370
21371 * lib/gdb.exp (test_compiler_info): Give argument a default value.
21372
21373 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
21374
21375 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
21376 gdb.server.
21377 * configure.ac: Likewise.
21378 * configure: Regenerated.
21379 * gdb.gdbserver/Makefile.in: Moved to...
21380 * gdb.server/Makefile.in: ... here.
21381 * gdb.gdbserver/server.c: Moved to...
21382 * gdb.server/server.c: ... here.
21383 * gdb.gdbserver/server-run.exp: Moved to...
21384 * gdb.server/server-run.exp: ... here.
21385
21386 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
21387
21388 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
21389 * configure.ac: Create gdb.gdbserver/Makefile.
21390 * configure: Regenerated.
21391 * lib/gdbserver-support.exp: New file, derived from
21392 config/gdbserver.exp.
21393 * config/gdbserver.exp: Use gdbserver-support.exp.
21394 * gdb.gdbserver/Makefile.in: New file.
21395 * gdb.gdbserver/server.c: New file.
21396 * gdb.gdbserver/server-run.exp: New file.
21397
21398 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
21399
21400 * lib/gdb.exp (test_compiler_info): Return compiler_info
21401 if no arguments are given.
21402
21403 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
21404
21405 * gdb.arch/altivec-abi.exp: Check for compiler and set
21406 use altivec' flag accordingly.
21407 * gdb.arch/altivec-regs.exp: Likewise.
21408
21409 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
21410
21411 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
21412
21413 2005-03-27 Andreas Schwab <schwab@suse.de>
21414
21415 * gdb.base/bigcore.c (main): Add missing mode argument in open
21416 call.
21417
21418 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
21419
21420 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
21421 downloads.
21422 * config/gdbserver.exp (gdb_load): Likewise.
21423
21424 2005-03-14 Paul Brook <paul@codesourcery.com>
21425
21426 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
21427 targets.
21428
21429 2005-03-09 Joel Brobecker <brobecker@adacore.com>
21430
21431 * gdb.dwarf2/dup-psym.S: New file.
21432 * gdb.dwarf2/dup-psym.exp: New testcase.
21433
21434 2005-03-09 Joel Brobecker <brobecker@adacore.com>
21435
21436 * gdb.ada/exec_changed/first.adb: New file.
21437 * gdb.ada/exec_changed/second.adb: New file.
21438 * gdb.ada/exec_changed.exp: New testcase.
21439
21440 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
21441
21442 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
21443 (A2): New class.
21444 (main): Test operator+.
21445 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
21446 breakpoint test.
21447
21448 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
21449 * gdb.base/signull.exp: Disable if gdb,nosignals.
21450 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
21451 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
21452 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
21453 * gdb.mi/mi2-console.exp: Likewise.
21454 * gdb.trace/collection.exp (run_trace_experiment): Consume the
21455 continue output at start.
21456 (gdb_collect_locals_test): Robustify regexp.
21457 * gdb.trace/passc-dyn.exp: Fix comment typo.
21458 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
21459
21460 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
21461
21462 * gdb.asm/asm-source.exp: Add iq2000 case.
21463 * gdb.asm/iq2000.inc: New file.
21464
21465 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
21466
21467 * gdb.base/command.exp: Change hardcoded value to regular expression.
21468 * gdb.base/float.exp: Add powerpc to the list of targets checked.
21469
21470 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
21471
21472 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
21473 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
21474 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
21475 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
21476 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
21477
21478 2005-03-05 Mark Kettenis <kettenis@gnu.org>
21479
21480 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
21481 changes.
21482
21483 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
21484
21485 * lib/compiler.c: Add test for IBM's xlc compiler.
21486 * lib/compiler.cc: Likewise.
21487
21488 2004-02-24 Joel Brobecker <brobecker@adacore.com>
21489
21490 * gdb.ada/fixed_points.exp: Create compilation object directory
21491 before running the test.
21492 * gdb.ada/null_record.exp: Likewise.
21493 * gdb.ada/packed_array.exp: Likewise.
21494 * gdb.ada/start.exp: Likewise.
21495
21496 2005-02-15 Joel Brobecker <brobecker@adacore.com>
21497
21498 * gdb.ada/packed_array/pa.adb: New file.
21499 * gdb.ada/packed_array.exp: New testcase.
21500
21501 2005-02-10 Mark Kettenis <kettenis@gnu.org>
21502
21503 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
21504 files.
21505
21506 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
21507 on *-*-openbsd*. Correctly match whitespace in regukar
21508 expressions.
21509
21510 2005-02-10 Daniel Jacobowitz <dan@debian.org>
21511
21512 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
21513 PR exp/1821
21514 * gdb.base/gdb1821.c: New test file.
21515 * gdb.base/gdb1821.exp: New test file.
21516
21517 2005-02-09 Joel Brobecker <brobecker@adacore.com>
21518
21519 * gdb.base/start.c: New file.
21520 * gdb.base/start.exp: New testcase.
21521
21522 2005-02-09 Joel Brobecker <brobecker@adacore.com>
21523
21524 * gdb.ada/start/dummy.adb: New file.
21525 * gdb.ada/start.exp: New testcase.
21526
21527 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
21528
21529 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
21530 for printing symbols and statistics.
21531 Add test for using relative pathnames in "maint print msymbols" test.
21532 Mark "maint info sections DATA" XFAIL on Cygwin.
21533 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
21534 tests.
21535
21536 2005-02-09 Andreas Schwab <schwab@suse.de>
21537
21538 Committed by Andrew Cagney <cagney@gnu.org>
21539 * gdb.base/remotetimeout.exp: New file.
21540
21541 2005-02-07 Mark Kettenis <kettenis@gnu.org>
21542
21543 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
21544
21545 2005-02-03 Joel Brobecker <brobecker@adacore.com>
21546
21547 * gdb.ada/gnat_ada.gpr: New file.
21548 * gdb.ada/gnat_ada.gin: Delete, no longer used.
21549 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
21550 * configure.ac: No longer generate gnat_ada.gpr.
21551 * configure: Regenerate.
21552 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
21553 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
21554 * gdb.ada/null_record/bar.ads: Likewise.
21555 * gdb.ada/null_record/bar.adb: Likewise.
21556 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
21557 * gdb.ada/null_record.exp (testdir): New variable.
21558 (testfile): executable is now in testdir subdirectory.
21559 (srcfile): Use full path to the main compilation unit.
21560 * gdb.ada/fixed_points.exp: Same changes as above.
21561
21562 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
21563
21564 * gdb.base/interp.exp: New test.
21565
21566 2005-01-24 Andrew Cagney <cagney@gnu.org>
21567
21568 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
21569
21570 2005-01-19 Andrew Cagney <cagney@gnu.org>
21571
21572 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
21573 configure.ac not configure.in.
21574
21575 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
21576 of powerpc*-*-*.
21577 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
21578 * gdb.base/list.exp (test_list_function)
21579 (test_list_filename_and_function): Ditto.
21580 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
21581
21582 2005-01-16 Andrew Cagney <cagney@gnu.org>
21583
21584 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
21585
21586 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
21587
21588 2005-01-14 Andrew Cagney <cagney@gnu.org>
21589
21590 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
21591 * gdb.mi/mi2-var-cmd.exp: Ditto.
21592
21593 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
21594
21595 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
21596
21597 2005-01-07 Andrew Cagney <cagney@gnu.org>
21598
21599 * configure.ac: Rename configure.in, require autoconf 2.59.
21600 * configure: Re-generate.
21601 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
21602 * gdb.stabs/configure: Re-generate.
21603 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
21604 * gdb.hp/configure: Re-generate.
21605 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
21606 autoconf 2.59.
21607 * gdb.hp/gdb.objdbg/configure: Re-generate.
21608 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
21609 autoconf 2.59.
21610 * gdb.hp/gdb.defects/configure: Re-generate.
21611 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
21612 autoconf 2.59.
21613 * gdb.hp/gdb.compat/configure: Re-generate.
21614 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
21615 autoconf 2.59.
21616 * gdb.hp/gdb.base-hp/configure: Re-generate.
21617 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
21618 autoconf 2.59.
21619 * gdb.hp/gdb.aCC/configure: Re-generate.
21620
21621 2004-12-15 Jim Blandy <jimb@redhat.com>
21622
21623 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
21624 under NPTL when there is debugging info available for libpthread.
21625
21626 2004-12-13 Jerome Guitton <guitton@gnat.com>
21627
21628 * gdb.ada/fixed_points.c: New file.
21629 * gdb.ada/fixed_points.exp: New file.
21630
21631 2004-12-03 Randolph Chung <tausq@debian.org>
21632
21633 * gdb.arch/pa-nullify.exp: New file.
21634 * gdb.arch/pa-nullify.s: New file.
21635
21636 2004-11-30 Randolph Chung <tausq@debian.org>
21637
21638 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
21639 instead of "tbug". Fix regexp to work properly with gdb_test.
21640
21641 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
21642
21643 * gdb.base/bitfields2.exp: New test.
21644 * gdb.base/bitfields2.c: New file.
21645
21646 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
21647
21648 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
21649
21650 2004-11-16 Randolph Chung <tausq@debian.org>
21651
21652 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
21653
21654 2004-11-14 Daniel Jacobowitz <dan@debian.org>
21655
21656 * gdb.threads/threadapply.exp: Correct "macro details" test.
21657
21658 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
21659
21660 * gdb.threads/threadapply.exp: New test.
21661 * gdb.threads/threadapply.c: New file.
21662
21663 2004-11-07 Mark Kettenis <kettenis@gnu.org>
21664
21665 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
21666 frames.
21667
21668 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
21669
21670 * gdb.base/cursal.exp: New file.
21671 * gdb.base/cursal.c: New file.
21672
21673 2004-11-03 Andrew Cagney <cagney@gnu.org>
21674
21675 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
21676
21677 2004-10-30 Mark Kettenis <kettenis@gnu.org>
21678
21679 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
21680 NetBSD/ELF targets.
21681
21682 2004-10-29 Joel Brobecker <brobecker@gnat.com>
21683
21684 * gdb.threads/bp_in_thread.c: New file, copied from
21685 pthread_cond_wait.c.
21686 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
21687 file, rather than reusing the .c file from another testcase.
21688
21689 2004-10-20 Joel Brobecker <brobecker@gnat.com>
21690
21691 * gdb.ada/null_record.exp: Check where we stopped after
21692 sending the start command, instead of where the associated
21693 temporary breakpoint was inserted.
21694
21695 2004-10-14 Andrew Cagney <cagney@gnu.org>
21696
21697 * gdb.mi/gdb701.c (main): Return 0.
21698
21699 2004-10-13 Daniel Jacobowitz <dan@debian.org>
21700
21701 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
21702
21703 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
21704
21705 * gdb.threads/schedlock.c: Add comment markers to use to find
21706 line numbers.
21707 * gdb.threads/schedlock.exp: Adjust regex to handle the new
21708 comments.
21709 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
21710 breakpoint lines.
21711
21712 2004-10-12 Daniel Jacobowitz <dan@debian.org>
21713
21714 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
21715
21716 2004-10-12 Daniel Jacobowitz <dan@debian.org>
21717
21718 * configure.in: Add gdb.dwarf2.
21719 * configure: Regenerated.
21720 * Makefile.in: Add gdb.dwarf2.
21721 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
21722 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
21723 gdb.dwarf2/file1.txt: New files.
21724
21725 2004-10-11 Orjan Friberg <orjanf@axis.com>
21726
21727 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
21728 of "run", since the latter doesn't work with remote targets. Adjust
21729 the breakpoint numbering accordingly.
21730 * gdb.threads/pthread_cond_wait.exp: Ditto.
21731
21732 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
21733
21734 * gdb.base/overlays.exp: Update copyright years.
21735
21736 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
21737
21738 * gdb.base/overlays.exp: Disable if target is Linux.
21739
21740 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
21741
21742 * config/gdbserver.exp (gdb_load): Use right filename on remote.
21743
21744 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
21745
21746 * gdb.asm/asm-source.exp: Add m32r-linux target.
21747 * gdb.asm/m32r-linux.inc: New file.
21748
21749 2004-09-24 Andrew Cagney <cagney@redhat.com>
21750 David Anderson <anderson@redhat.com>
21751
21752 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
21753 command fails, assume things will work.
21754 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
21755 (_GNU_SOURCE): Define.
21756 (print_unsigned, print_hex): Change parameter to "long long".
21757 (print_byte_count): New function, use to print byte counts.
21758 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
21759 O_LARGEFILE.
21760 (main): Compute an upper bound on a corefile in max_core_size.
21761 Limit memory chunk size to max_core_size. Limit total memory
21762 allocated to max_core_size.
21763
21764 2004-09-23 Andrew Cagney <cagney@gnu.org>
21765
21766 * gdb.base/bigcore.exp: Replace the code that creates a corefile
21767 from a separate process with code that creates a corefile by
21768 making the inferior dump core.
21769
21770 2004-09-23 Mark Kettenis <kettenis@gnu.org>
21771
21772 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
21773 block.
21774
21775 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
21776
21777 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
21778 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
21779 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
21780 Likewise.
21781
21782 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
21783
21784 * gdb.java/jprint.exp: New test case for java inferior call.
21785 * gdb.java/jprint.java: Ditto.
21786
21787 2004-09-15 Joel Brobecker <brobecker@gnat.com>
21788
21789 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
21790
21791 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
21792
21793 * gdb.threads/killed.c: Include <stdlib.h>.
21794 * gdb.threads/pthreads.c: Likewise.
21795
21796 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
21797
21798 * gdb.threads/killed.c: Add copyright notice.
21799
21800 2004-09-10 Jason Molenda (jmolenda@apple.com)
21801
21802 * gdb.base/define.exp: Two new tests to verify zero space chars
21803 after 'if' and 'while' commands in a user-defined command is correctly
21804 parsed.
21805
21806 2004-09-08 Andrew Cagney <cagney@gnu.org>
21807
21808 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
21809 delivery test with duplicate at end of file.
21810
21811 2004-09-06 Mark Kettenis <kettenis@jive.nl>
21812
21813 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
21814
21815 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
21816
21817 * config/hppro.exp: Removed.
21818
21819 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
21820
21821 * config/sparclet.exp: Removed.
21822
21823 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
21824
21825 * config/udi.exp: Removed.
21826
21827 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
21828
21829 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
21830 of "exp_continue".
21831 (advancei): Likewise.
21832
21833 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
21834
21835 * gdb.base/unload.exp: Fix so messages aren't duplicated.
21836
21837 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
21838
21839 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
21840 to check for nodebug in executable.
21841 * gdb.gdb/observer.exp (setup_test): Likewise.
21842 * gdb.gdb/selftest.exp (test_with_self): Likewise.
21843 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
21844
21845 2004-09-01 Andrew Cagney <cagney@gnu.org>
21846
21847 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
21848 files.
21849
21850 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
21851
21852 * gdb.base/unload.exp: Fix expected warning message to match
21853 latest format.
21854
21855 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
21856
21857 * gdb.base/call-rt-st.exp: Fix typos.
21858
21859 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
21860
21861 * gdb.threads/thread_check.exp: New testcase.
21862 * gdb.threads/thread_check.c: New testcase.
21863
21864 2004-08-31 Andrew Cagney <cagney@gnu.org>
21865
21866 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
21867 (skip_to_handler_entry): New procedures. Test stepping into a
21868 handler when the breakpoint is at the handler's entry point.
21869
21870 2004-08-30 Andrew Cagney <cagney@gnu.org>
21871
21872 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
21873 gdb/1757.
21874
21875 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
21876
21877 With code from Manoj Iyer <manjo@austin.ibm.com>:
21878 * lib/gdb.exp (gdb_file_cmd): Return more information in the
21879 return value. Add an arm for "no debugging symbols found".
21880 Change a stray "error" to "perror".
21881 (gdb_run_cmd): Adapt to new return value.
21882 * gdb.base/remote.exp: Adapt to new return value.
21883 * gdb.gdb/complaints.exp: Likewise.
21884 * gdb.gdb/observer.exp: Likewise.
21885 * gdb.gdb/selftest.exp: Likewise.
21886 * gdb.gdb/xfullpath.exp: Likewise.
21887
21888 2004-08-27 Joel Brobecker <brobecker@gnat.com>
21889
21890 * gdb.threads/bp_in_thread.exp: New testcase.
21891
21892 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
21893
21894 Fix PR testsuite/1735.
21895 * gdb.threads/schedlock.c (thread_function): Add a cast
21896 to suppress a gcc warning.
21897 * gdb.threads/thread-specific.c (thread_function): Likewise.
21898
21899 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21900
21901 * gdb.base/unload.c: Include <stdlib.h>.
21902
21903 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21904
21905 From Paul Gilliam <pgilliam@us.ibm.com>:
21906 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
21907 synchronized after the "return".
21908
21909 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21910
21911 * gdb.mi/basics.c: Include <stdio.h>.
21912 * gdb.mi/pthreads.c: Include <stdlib.h>.
21913 * gdb.mi/var-cmd.c: Include <stdlib.h>.
21914
21915 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21916
21917 * gdb.threads/schedlock.c: Add copyright notice.
21918
21919 2004-08-25 Andrew Cagney <cagney@gnu.org>
21920
21921 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
21922 (skip_over_handler, breakpoint_over_hander): New test procedures.
21923 (advance, advancei): Add a proper prefix, do not use
21924 rerun_to_main.
21925 * gdb.base/sigstep.c (main): Change to use an infinite loop.
21926
21927 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
21928
21929 * gdb.mi/basics.c: Add copyright notice.
21930 * gdb.mi/var-cmd.c: Add copyright notice.
21931
21932 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
21933
21934 * lib/gdb.exp: Remove signed_keyword_not_used.
21935 * lib/compiler.c: Likewise.
21936 * lib/compiler.cc: Likewise.
21937
21938 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
21939
21940 * gdb.base/whatis.c: Remove conditional disabling of "signed".
21941 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
21942
21943 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
21944
21945 * gdb.base/whatis.c: Add copyright notice.
21946
21947 2004-08-20 Mark Kettenis <kettenis@gnu.org>
21948
21949 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
21950 it to skip the breakpoints encoded in the inline assembly.
21951
21952 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
21953
21954 * Makefile.in: Add gdb.fortran.
21955
21956 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
21957
21958 * gdb.base/call-sc.exp (test_scalar_returns):
21959 Fix cut-and-paste glitch in "Make fun return now".
21960
21961 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
21962
21963 * configure.in: Add gdb.fortran.
21964 * configure: Regenerate.
21965 * gdb.fortran/Makefile.in: New file.
21966 * lib/gdb.exp (skip_fortran_tests): New procedure.
21967
21968 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
21969
21970 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
21971 reference to bug-gnu@prep.ai.mit.edu.
21972 * gdb.mi/mi-var-child.exp: Likewise.
21973 * gdb.mi/mi-var-cmd.exp: Likewise.
21974 * gdb.mi/mi-var-display.exp: Likewise.
21975 * gdb.mi/mi2-var-block.exp: Likewise.
21976 * gdb.mi/mi2-var-child.exp: Likewise.
21977 * gdb.mi/mi2-var-cmd.exp: Likewise.
21978 * gdb.mi/mi2-var-display.exp: Likewise.
21979
21980 2004-08-15 Mark Kettenis <kettenis@gnu.org>
21981
21982 * gdb.base/unload.c (main): Make local variable msg const.
21983
21984 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
21985
21986 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
21987 to bug-gnu@prep.ai.mit.edu.
21988 * gdb.mi/mi-disassemble.exp: Likewise.
21989 * gdb.mi/mi-eval.exp: Likewise.
21990 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
21991 default line number.
21992 * gdb.mi/mi-return.exp: Likewise.
21993 * gdb.mi/mi-simplerun.exp: Likewise.
21994 * gdb.mi/mi-stack.exp: Likewise.
21995 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
21996 number with explicit range test.
21997 * gdb.mi/mi-watch.exp: Likewise.
21998 * gdb.mi/mi2-break.exp: Likewise.
21999 * gdb.mi/mi2-cli.exp: Likewise.
22000 * gdb.mi/mi2-disassemble.exp: Likewise.
22001 * gdb.mi/mi2-eval.exp: Likewise.
22002 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
22003 default line number.
22004 * gdb.mi/mi2-return.exp: Likewise.
22005 * gdb.mi/mi2-simplerun.exp: Likewise.
22006 * gdb.mi/mi2-stack.exp: Likewise.
22007 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
22008 number with explicit range test.
22009 * gdb.mi/mi2-watch.exp: Likewise.
22010
22011 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
22012
22013 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
22014 * gdb.cp/m-static.exp: Likewise.
22015 * gdb.cp/rtti.exp: Likewise.
22016
22017 2004-08-14 Mark Kettenis <kettenis@gnu.org>
22018
22019 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
22020
22021 2004-08-14 Eli Zaretskii <eliz@gnu.org>
22022
22023 * ChangeLog: Prefix Local Variables with semi-colons and indent
22024 the reference to older ChangeLog files, to fix fontification in
22025 Emacs.
22026
22027 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
22028
22029 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
22030 * gdb.mi/mi2-break.exp: Likewise.
22031
22032 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
22033
22034 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
22035
22036 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
22037
22038 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
22039
22040 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
22041
22042 * gdb.cp/classes.exp: Remove unused declarations. Just let
22043 test names default instead of providing special names. Remove
22044 extraneous demangler test.
22045
22046 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
22047
22048 * gdb.base/unload.exp: New test for breakpoints in dynamically
22049 loaded libraries.
22050 * gdb.base/unload.c: Ditto.
22051 * gdb.base/unloadshr.c: Ditto.
22052
22053 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
22054
22055 * gdb.cp/classes.exp (test_ptype_class_objects): Call
22056 cp_test_ptype_class.
22057 (test_enums): Likewise.
22058
22059 2004-08-10 Andrew Cagney <cagney@gnu.org>
22060
22061 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
22062 files.
22063
22064 2004-08-10 Andrew Cagney <cagney@gnu.org>
22065
22066 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
22067 init_malloc call.
22068
22069 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
22070
22071 * ChangeLog: Add copyright notice. The notice is copied
22072 from emacs 21.3 top level ChangeLog.
22073
22074 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
22075
22076 * lib/cp-support.exp: New file.
22077 * lib/cp-support.exp (cp_test_type_class): New function.
22078 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
22079 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
22080 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
22081 cp_test_ptype_class.
22082
22083 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
22084
22085 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
22086 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
22087 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
22088 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
22089 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
22090 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
22091 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
22092 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
22093 gdb.mi/mi2-watch.exp: Update copyright years.
22094
22095 2004-08-09 Mark Kettenis <kettenis@gnu.org>
22096
22097 * gdb.base/sigaltstack.exp: Provide proper anchoring.
22098
22099 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
22100
22101 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
22102 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
22103 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
22104 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
22105 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
22106 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
22107 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
22108 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
22109 gdb.mi/mi-watch.exp: Update copyright years.
22110
22111 2004-08-08 Daniel Jacobowitz <dan@debian.org>
22112
22113 PR gdb/1738
22114 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
22115 from a breakpoint with a pending signal.
22116
22117 2004-08-08 Daniel Jacobowitz <dan@debian.org>
22118
22119 PR gdb/1736
22120 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
22121 * gdb.base/sigaltstack.exp (finish_test): Consume output until
22122 the prompt.
22123 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
22124
22125 2004-08-08 Daniel Jacobowitz <dan@debian.org>
22126
22127 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
22128
22129 2004-08-08 Daniel Jacobowitz <dan@debian.org>
22130
22131 PR gdb/1736
22132 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
22133 for i?86-*-linux*.
22134
22135 2004-08-08 Daniel Jacobowitz <dan@debian.org>
22136
22137 * gdb.arch/i386-prologue.exp: Compile without debug information.
22138
22139 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
22140
22141 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
22142 rather than asking gdb to search.
22143
22144 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
22145
22146 * gdb.base/gcore.c: Include <string.h>.
22147
22148 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
22149
22150 * gdb.base/gcore.c: Add copyright notice.
22151
22152 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
22153
22154 * gdb.base/freebpcmd.c: Include <stdio.h>.
22155 * gdb.base/long_long.c: Include <string.h>.
22156 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
22157 * gdb.base/siginfo.c: Include <string.h>.
22158 * gdb.base/sigstep.c: Include <string.h>.
22159
22160 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
22161
22162 * gdb.base/complex.c: Include <stdlib.h>.
22163
22164 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
22165
22166 * gdb.base/complex.c: Add copyright notice.
22167
22168 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
22169
22170 * gdb.base/charset.c: Include <stdlib.h>.
22171
22172 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
22173
22174 * gdb.base/auxv.c: Include <stdlib.h>.
22175
22176 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
22177
22178 * gdb.base/auxv.c: Add copyright notice.
22179
22180 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
22181
22182 * gdb.base/coremaker.c: Add copyright notice.
22183 * gdb.base/coremaker2.c: Add copyright notice.
22184
22185 2004-08-04 Andrew Cagney <cagney@gnu.org>
22186
22187 * gdb.base/store.exp: Update copyright.
22188 (check_set, up_set, check_struct, up_struct): Add a prefix to test
22189 names, do not import gdb_prompt.
22190
22191 2004-08-01 Andrew Cagney <cagney@gnu.org>
22192
22193 Fix PR testsuite/1729.
22194 * gdb.base/dump.exp: Add test name to callers of capture_value, do
22195 not use capture_value with value 4.
22196 (capture_value): Add optional test name parameter.
22197 (test_reload_saved_value, test_restore_saved_value): Use $msg as
22198 the prefix, pass to capture_value.
22199
22200 2004-08-01 Mark Kettenis <kettenis@gnu.org>
22201
22202 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
22203 * gdb.arch/i386-prologue.c (standard): New prototype and function.
22204 (main): Call new function.
22205
22206 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
22207
22208 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
22209
22210 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
22211
22212 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
22213
22214 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
22215
22216 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
22217 Accept more values of vtbl pointer. Remove some messages
22218 about "obsolete gcc or gdb".
22219
22220 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
22221
22222 * gdb.cp/classes.exp: Accept more varieties of ptype output.
22223
22224 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
22225
22226 * gdb.base/asm-source.exp: Properly convert target board
22227 debug flags from gcc format to binutils format.
22228
22229 2004-07-28 Mark Kettenis <kettenis@gnu.org>
22230
22231 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
22232 gdb1718". PR backtrace/1718 partially fixed.
22233
22234 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
22235
22236 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
22237
22238 2004-07-26 Nick Clifton <nickc@redhat.com>
22239
22240 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
22241 good default value for a specific architecture is available then
22242 set it to that value. Otherwise default to the -gstabs switch.
22243 Remove the -g... switches from the asm-flags variable. Allow the
22244 target board info to override the value if it wants to. Pass the
22245 switch on the assembler command line.
22246
22247 2004-07-23 Mark Kettenis <kettenis@gnu.org>
22248
22249 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
22250 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
22251 (main): Call new function.
22252
22253 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
22254
22255 Test for PR exp/1715.
22256 * gdb.base/radix.exp: Refactor common procedures. Make all
22257 test names unique. Change XFAIL to KFAIL.
22258
22259 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
22260
22261 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
22262 * gdb.ada/gnat_ada.gin: ... to here.
22263 * configure.in: Use gnat_ada.gin.
22264 * configure: Regenerate.
22265
22266 2004-07-20 Andrew Cagney <cagney@gnu.org>
22267
22268 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
22269 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
22270 XFAILs. Clean up test messages and comments. Check backtraces.
22271 Delete re-sync code.
22272
22273 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
22274
22275 Fix PR cli/740.
22276 * gdb.base/annota1.exp: Honor gdb,nosignals.
22277 * gdb.base/annota3.exp: Likewise.
22278
22279 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
22280
22281 * lib/java.exp: Update copyright notice.
22282
22283 2004-07-19 Andrew Cagney <cagney@gnu.org>
22284
22285 * gdb.base/selftest.exp: Copy file from here ...
22286 * gdb.gdb/selftest.exp: ... to here.
22287
22288 2004-07-16 Andrew Cagney <cagney@redhat.com>
22289
22290 * lib/insight-support.exp: Delete file.
22291 * lib/java.exp (java_init): Fix copyright.
22292
22293 2004-07-16 Andrew Cagney <cagney@gnu.org>
22294
22295 * gdb.base/restore.c: Append "prologue" to comments marking the a
22296 function's prologue.
22297 * gdb.base/restore.exp: Update copyright, re-indent.
22298 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
22299 callerN" prefix where needed. Update patterns that match a
22300 function's prologue.
22301
22302 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
22303
22304 * gdb.base/restore.c: Add copyright notice.
22305
22306 2004-07-16 Andrew Cagney <cagney@gnu.org>
22307
22308 * gdb.base/logical.exp: Update copyright.
22309 (evaluate): New procedure. Use to re-implement tests using
22310 several tables.
22311
22312 2004-07-14 Martin Hunt <hunt@redhat.com>
22313
22314 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
22315 which fixes some problems where init.tcl was not found.
22316
22317 2004-07-13 Andrew Cagney <cagney@gnu.org>
22318
22319 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
22320 (check_sizeof, check_valueof): Do not include the output in the
22321 test name. Use gdb_test.
22322 (get_valueof): Use gdb_test_multiple.
22323
22324 * gdb.base/step-test.exp: Update copyright. Use
22325 gdb_test_multiple. Ensure that test names do not include
22326 architecture dependent output.
22327
22328 * gdb.gdb/observer.exp: Update copyright.
22329 (setup_test): Use gdb_test_multiple.
22330 (attach_first_observer, attach_second_observer)
22331 (attach_third_observer, detach_first_observer)
22332 (detach_second_observer, detach_third_observer)
22333 (reset_counters, check_counters): Make $message a prefix.
22334 (test_normal_stop_notifications): Add "args" parameter - a list of
22335 init functions to be called. Make $message a prefix,
22336 (test_observer_normal_stop): Change the message prefixes so that
22337 they are unique, pass the attach / detach procedures to
22338 test_normal_stop_notifications.
22339
22340 * gdb.base/signull.exp (test_segv): Prefix all tests with
22341 "${name}". Clean up test messages.
22342
22343 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
22344
22345 * gdb.base/ena-dis-br.exp: Update copyright.
22346 (break_at): New function. Replace send_gdb with gdb_test,
22347 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
22348 ignore count, not stopped at bpt", with KFAIL.
22349
22350 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
22351
22352 * gdb.base/attach.exp: Remove cleanupfile handling.
22353
22354 2004-07-12 Andrew Cagney <cagney@gnu.org>
22355
22356 * gdb.base/annota1.exp: Cleanup corefile test name.
22357 * gdb.base/annota3.exp: Ditto.
22358
22359 2004-07-12 Andrew Cagney <cagney@gnu.org>
22360
22361 * gdb.base/signals.exp: Clean up copyright, re-indent.
22362
22363 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
22364 gdb_test and gdb_test_multiple.
22365
22366 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
22367
22368 * gdb.java/jmain.exp: Fix expected line number for main to
22369 break at. Set XFAIL for break at main test since gcj does not
22370 provide line number info for first statement in main.
22371
22372 2004-07-08 Andrew Cagney <cagney@gnu.org>
22373
22374 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
22375
22376 * gdb.base/sigbpt.exp: Make the common part of each test name a
22377 prefix instead of suffix.
22378
22379 2004-07-07 Bob Rossi <bob_rossi@cox.net>
22380
22381 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
22382 test from test_tbreak_creation_and_listing to
22383 test_file_list_exec_source_file
22384 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
22385 Changed name of test from test_tbreak_creation_and_listing to
22386 test_file_list_exec_source_file
22387
22388 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
22389
22390 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
22391 the jmisc() constructor instead of <init>.
22392 * gdb.java/jmisc1.exp: Ditto.
22393
22394 2004-07-07 Andrew Cagney <cagney@gnu.org>
22395
22396 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
22397 corrupting the PC.
22398
22399 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
22400
22401 * gdb.cp/templates.exp: Accept whitespace change in demangler
22402 output.
22403
22404 2004-07-06 Andrew Cagney <cagney@gnu.org>
22405
22406 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
22407
22408 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
22409
22410 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
22411 * lib/compiler.cc: Likewise.
22412
22413 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
22414
22415 * lib/compiler.cc: Work around string preprocessing problem
22416 with old hp c++ compiler.
22417 * lib/compiler.c: Likewise.
22418
22419 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
22420
22421 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
22422 directives to conditionalize symbol prefixing.
22423 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
22424 additional_flags handling. Add underscore prefix for Cygwin.
22425 * gdb.arch/i386-unwind.c: Use preprocessor directives to
22426 conditionalize symbol prefixing.
22427 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
22428 additional_flags handling. Add underscore prefix for Cygwin.
22429
22430 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
22431
22432 * gdb.base/bigcore.exp: Skip test on Cygwin.
22433
22434 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
22435
22436 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
22437 formats for "info register". Use gdb_test_multiple. Fix
22438 the "invalid register" test.
22439
22440 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
22441
22442 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
22443 PID for Cygwin. Add Cygwin specific strings to check for in some
22444 tests.
22445 (do_attach_tests): Add a test for user interaction when attaching
22446 to a process with no matching symbol table already loaded.
22447
22448 2004-06-26 Andrew Cagney <cagney@gnu.org>
22449
22450 Test PR java/1567 and PR java/1565.
22451 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
22452 * gdb.java/jmisc2.exp: Delete file.
22453
22454 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
22455
22456 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
22457
22458 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
22459
22460 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
22461 attach process.
22462
22463 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
22464
22465 * gdb.cp/pr-1553.exp: Remove.
22466
22467 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
22468
22469 * gdb.cp/pr-1553.cc: Remove.
22470 * gdb.cp/pr-1553.exp: Disable this test.
22471
22472 2004-06-20 Jim Blandy <jimb@redhat.com>
22473
22474 Fix PR testsuite/1680.
22475 * gdb.arch/i386-sse.exp: Properly quote curly braces in
22476 regular expressions.
22477
22478 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
22479
22480 Fix PR testsuite/1679.
22481 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
22482 Issue an UNSUPPORTED result instead.
22483
22484 2004-06-18 Jim Blandy <jimb@redhat.com>
22485
22486 * gdb.base/charset.exp: Only send a control-C if we see a new
22487 prompt and incomplete command.
22488
22489 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
22490
22491 * gdb.cp/pr-574.cc: Add copyright notice.
22492
22493 2004-06-17 Jim Blandy <jimb@redhat.com>
22494
22495 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
22496 cases where the regexp has no groups; this grabs random text from
22497 the previous test suite, whatever that was.
22498
22499 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
22500
22501 * gdb.cp/printmethod.cc: Add copyright notice.
22502
22503 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
22504
22505 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
22506
22507 2004-06-16 Andrew Cagney <cagney@gnu.org>
22508
22509 * gdb.base/signull.c: Update copyright. Include <string.h>.
22510 (bowler): Replace data_pointer with data_read
22511 and data_write cases. Add code_descriptor case.
22512 (zero, desc): New array and pointer.
22513 (data, code): Change to simple pointers.
22514 * gdb.base/signull.exp: Fix probe pattern matching a function
22515 descriptor SIGSEGV. Replace data_pointer with data_read and
22516 data_write tests.
22517
22518 2004-06-16 Andrew Cagney <cagney@gnu.org>
22519
22520 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
22521
22522 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
22523
22524 * gdb.base/long_long.c: Add copyright notice.
22525
22526 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
22527
22528 * gdb.base/long_long.exp: Remove reference to
22529 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
22530 to gdb_breakpoint and gdb_continue_to_breakpoint.
22531
22532 2004-06-14 Jim Blandy <jimb@redhat.com>
22533
22534 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
22535 endian case.
22536
22537 2004-06-14 Andrew Cagney <cagney@gnu.org>
22538
22539 * gdb.base/gcore.exp (capture_command_output): Delete the always
22540 passing tests containing inferior values.
22541 * gdb.base/ending-run.exp: Do not include the breakpoint address
22542 in the test message. Update copyright.
22543 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
22544 size in the test name, use gdb_test_multiple. Update copyright.
22545
22546 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
22547
22548 * gdb.cp/ref-types.cc: Add copyright notice.
22549
22550 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
22551
22552 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
22553 hp_aCC_compiler.
22554 * lib/compiler.cc: Likewise.
22555 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
22556 'set' commands. Log diagnostics for other lines. Set
22557 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
22558
22559 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
22560
22561 * gdb.cp/try_catch.cc: Add copyright notice.
22562
22563 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
22564
22565 * gdb.cp/userdef.cc: Add copyright notice.
22566
22567 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
22568
22569 * gdb.cp/virtfunc.cc: Add copyright notice.
22570
22571 2004-06-11 Randolph Chung <tausq@debian.org>
22572
22573 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
22574 problem.
22575
22576 2004-06-10 Andrew Cagney <cagney@gnu.org>
22577
22578 * lib/compiler.cc, lib/compiler.c: Append either
22579 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
22580 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
22581 instead of gcc-3-3.
22582
22583 2004-06-09 Andrew Cagney <cagney@gnu.org>
22584
22585 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
22586 gdb/1455, bug is specific to "long long" and "double".
22587
22588 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
22589 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
22590 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
22591 fixed.
22592
22593 2004-06-09 Andrew Cagney <cagney@gnu.org>
22594
22595 * gdb.base/structs.exp (test_struct_returns): Replace
22596 "return_value_unknown" and "finish_value_unknown" by
22597 "return_value_known" and "finish_value_known". Instead of
22598 "return_value_unknown" iff "finish_value_unknown", check
22599 "return_value_known" implies "finish_value_known".
22600
22601 2004-06-08 Martin Hunt <hunt@redhat.com>
22602
22603 * gdb.base/float.exp: Add pattern for mips targets.
22604
22605 2004-06-08 Randolph Chung <tausq@debian.org>
22606
22607 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
22608 message for unknown architectures more clear.
22609
22610 2004-06-08 Joel Brobecker <brobecker@gnat.com>
22611
22612 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
22613 start the execution of the program.
22614
22615 2004-06-07 Jim Blandy <jimb@redhat.com>
22616
22617 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
22618 * gdb.arch/i386-cpuid.h: New helper file.
22619
22620 2004-06-07 Randolph Chung <tausq@debian.org>
22621
22622 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
22623 has started.
22624
22625 2004-06-04 Roland McGrath <roland@redhat.com>
22626
22627 Fix PR gdb/1647.
22628 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
22629 differently to be robust to output buffering differences.
22630
22631 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
22632
22633 * gdb.threads/pthreads.exp: Update copyright years.
22634 (check_control_c): Change asynchronous 'after' to synchronous.
22635
22636 2004-06-04 Roland McGrath <roland@redhat.com>
22637
22638 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
22639 next gdb prompt.
22640
22641 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
22642
22643 Fix PR gdb/1636.
22644 * gdb.threads/manythreads.exp: Change asynchronous 'after'
22645 calls to synchronous.
22646
22647 2004-05-26 Jim Blandy <jimb@redhat.com>
22648
22649 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
22650
22651 2004-05-24 Randolph Chung <tausq@debian.org>
22652
22653 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
22654 * gdb.asm/pa.inc: New file.
22655
22656 2004-05-22 Mark Kettenis <kettenis@gnu.org>
22657
22658 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
22659
22660 2004-05-21 Joel Brobecker <brobecker@gnat.com>
22661 Daniel Jacobowitz <drow@mvista.com>
22662
22663 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
22664 GDB prompt.
22665
22666 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22667
22668 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
22669 setjmp/longjmp. Use sigaction instead of signal.
22670
22671 2004-05-19 J. Brobecker <brobecker@gnat.com>
22672 Michael Snyder <msnyder@redhat.com>
22673
22674 * gdb.threads/pthread_cond_wait.c: New file.
22675 * gdb.threads/pthread_cond_wait.exp: New testcase.
22676
22677 2004-05-13 Andrew Cagney <cagney@redhat.com>
22678
22679 * gdb.base/signull.exp, gdb.base/signull.c: New files.
22680 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
22681
22682 2004-05-11 Andrew Cagney <cagney@redhat.com>
22683
22684 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
22685 fixed but revealed gdb/1639.
22686
22687 2004-05-10 Andrew Cagney <cagney@redhat.com>
22688
22689 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
22690 func1" and "next to 2nd alarm", kernel bug avoided.
22691
22692 2004-05-10 Daniel Jacobowitz <dan@debian.org>
22693
22694 PR external/1568
22695 * gdb.base/bigcore.exp: Check the size of the dumped core file.
22696 XFAIL if it is smaller than bytes_allocated.
22697 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
22698 (main): Make chunks_allocated unsigned. Correct comment.
22699
22700 2004-05-07 Joel Brobecker <brobecker@gnat.com>
22701
22702 * gdb.arch/powerpc-aix-prologue.c: New file.
22703 * gdb.arch/powerpc-aix-prologue.exp: New file.
22704
22705 2004-05-07 Jim Blandy <jimb@redhat.com>
22706
22707 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
22708 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
22709
22710 2004-05-06 Joel Brobecker <brobecker@gnat.com>
22711
22712 * gdb.base/sep.exp: No longer setup_kfail when the program was
22713 built with dwarf2.
22714
22715 2004-05-05 Jim Ingham <jingham@apple.com>
22716
22717 * gdb.base/pending.exp: Make sure pending breakpoints
22718 preserve the ignore count.
22719
22720 2004-04-27 Jerome Guitton <guitton@gnat.com>
22721
22722 * i386-prologue.exp: Add testcase for jump instruction as first
22723 instruction of the real code.
22724 * i386-prologue.c (jump_at_beginning): New function.
22725
22726 2004-04-28 Mark Kettenis <kettenis@gnu.org>
22727
22728 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
22729 x86_64-*-*.
22730
22731 2004-04-28 Mark Kettenis <kettenis@gnu.org>
22732
22733 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
22734 i*86-*-*.
22735
22736 2004-04-25 Mark Kettenis <kettenis@gnu.org>
22737
22738 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
22739 expression that checks the return type.
22740
22741 2004-04-23 Andrew Cagney <cagney@redhat.com>
22742
22743 * gdb.base/call-sc.exp: New test of scalar call/return values.
22744 * gdb.base/call-sc.c: Ditto.
22745
22746 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22747
22748 * gdb.threads/manythreads.c: Reduce thread stack size.
22749
22750 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
22751
22752 * gdb.threads/manythreads.c: Add copyright notice.
22753
22754 2004-04-23 Andrew Cagney <cagney@redhat.com>
22755
22756 * gdb.base/siginfo.exp: Better handle step out of signal.
22757 * gdb.base/sigstep.exp: Ditto.
22758
22759 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
22760 Daniel Jacobowitz <drow@mvista.com>
22761
22762 * gdb.threads/manythreads.c: New testcase.
22763 * gdb.threads/manythreads.exp: Ditto.
22764
22765 2004-04-22 Jim Blandy <jimb@redhat.com>
22766
22767 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
22768 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
22769
22770 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
22771
22772 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
22773
22774 2004-04-21 Andrew Cagney <cagney@redhat.com>
22775
22776 * gdb.base/sigstep.c: New file.
22777 * gdb.base/sigstep.exp: New file.
22778
22779 2004-04-16 Joel Brobecker <brobecker@gnat.com>
22780
22781 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
22782 call to observer_notify_normal_stop.
22783
22784 2004-04-15 Andrew Cagney <cagney@redhat.com>
22785
22786 * gdb.base/siginfo.c: New file.
22787 * gdb.base/siginfo.exp: New file.
22788
22789 2004-04-12 J. Brobecker <brobecker@gnat.com>
22790
22791 * gdb.base/sep.exp: Fix typo in comment.
22792
22793 2004-04-12 J. Brobecker <brobecker@gnat.com>
22794
22795 * gdb.base/sep.c: New file.
22796 * gdb.base/sep-proc.c: New file.
22797 * gdb.base/sep.exp: New testcase.
22798
22799 2004-04-09 Mark Kettenis <kettenis@gnu.org>
22800
22801 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
22802 support.
22803
22804 2004-04-05 Andrew Cagney <cagney@redhat.com>
22805
22806 * gdb.base/sigaltstack.c: New file.
22807 * gdb.base/sigaltstack.exp: New file.
22808
22809 2004-04-04 Joel Brobecker <brobecker@gnat.com>
22810
22811 * gdb.base/foll-fork.exp: Update the expected output for
22812 "help set follow-fork-mode", to match a change that was made
22813 to the help of this variable on 2004-01-13.
22814
22815 2004-04-01 Joel Brobecker <brobecker@gnat.com>
22816
22817 * lib/ada.exp: Add copyright notice.
22818 * bar.ads: Likewise.
22819 * bar.adb: Likewise.
22820 * null_record.adb: Likewise.
22821 * null_record.exp: Likewise.
22822 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
22823
22824 2004-04-01 Joel Brobecker <brobecker@gnat.com>
22825
22826 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
22827 * configure: Regenerate.
22828
22829 2004-04-01 Joel Brobecker <brobecker@gnat.com>
22830
22831 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
22832 to build the application. Remove the message printed when in
22833 verbose mode, redundant with the UNSUPPORTED message above.
22834
22835 2004-03-31 Joel Brobecker <brobecker@gnat.com>
22836
22837 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
22838 * gdb.ada (null_record.exp): New testcase.
22839
22840 2004-03-31 Joel Brobecker <brobecker@gnat.com>
22841
22842 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
22843
22844 2004-03-31 Joel Brobecker <brobecker@gnat.com>
22845
22846 * gdb.ada: New subdirectory.
22847 * gdb.ada/Makefile.in: New file.
22848 * gdb.ada/gnat_ada.gpr.in: New file.
22849
22850 2004-03-31 Joel Brobecker <brobecker@gnat.com>
22851
22852 * lib/ada.exp: New file.
22853
22854 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
22855
22856 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
22857 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
22858
22859 2004-03-22 Andrew Cagney <cagney@redhat.com>
22860
22861 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
22862 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
22863 Problem identified by Ulrich Weigand.
22864
22865 2004-03-17 David Carlton <carlton@kealia.com>
22866
22867 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
22868 PR c++/826.
22869
22870 2004-03-16 Roland McGrath <roland@redhat.com>
22871
22872 * gdb.base/auxv.exp: New file.
22873 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
22874
22875 2004-03-12 David Carlton <carlton@kealia.com>
22876
22877 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
22878 * gdb.cp/pr-1553.cc: Ditto.
22879 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
22880 pass branch.
22881
22882 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
22883
22884 * gdb.cp/templates.exp: Accept more template types.
22885
22886 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
22887
22888 From Corinna Vinschen with modifications.
22889 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
22890 local variable obj_with_enum.
22891 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
22892 results with obj_with_enum.
22893
22894 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
22895
22896 * gdb.cp/classes.cc: New file, copied from misc.cc.
22897 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
22898
22899 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
22900
22901 * gdb.cp/misc.cc: Add copyright notice.
22902
22903 2004-03-05 David Carlton <carlton@kealia.com>
22904
22905 * gdb.cp/rtti.exp: Add 'print *obj3' test.
22906 * gdb.cp/rtti.h: Update copyright.
22907 (namespace n2::n3): New.
22908 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
22909 (n2::n3::func3): New.
22910 (main): Call n2::n3::func3.
22911 * gdb.cp/rtti2.cc: Update copyright.
22912 (n2::create3): New.
22913
22914 2004-03-04 Mark Kettenis <kettenis@gnu.org>
22915
22916 * gdb.asm/openbsd.inc: Fix typo.
22917
22918 2004-03-03 Fred Fish <fnf@redhat.com>
22919
22920 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
22921 "val" instead of unused "size". Update copyright year.
22922
22923 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
22924
22925 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
22926 to use unsigned char.
22927 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
22928 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
22929
22930 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
22931
22932 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
22933 line of output.
22934
22935 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
22936
22937 * gdb.base/relocate.c (dummy): Initialize.
22938
22939 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
22940
22941 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
22942 a breakpoint at exit.
22943
22944 2004-02-27 Fred Fish <fnf@redhat.com>
22945
22946 * gdb.base/chng-syms.exp: Add expect condition to match failing
22947 case that isn't a timeout.
22948
22949 2004-02-27 Andrew Cagney <cagney@redhat.com>
22950
22951 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
22952 support.
22953
22954 2004-02-26 Fred Fish <fnf@redhat.com>
22955
22956 * gdb.arch/gdb1431.c: Remove.
22957 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
22958 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
22959 of "until" incorrectly.
22960
22961 2004-02-26 J. Brobecker <brobecker@gnat.com>
22962
22963 * gdb.cp/class2.cc (empty): New class.
22964 (refer): New function.
22965 (main): Declare an object of type empty and use it.
22966 * gdb.cp/class2.exp: Print the value of an object of type empty.
22967
22968 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
22969
22970 * gdb.base/langs.exp: Update query string to match the
22971 new nquery format used for pending breakpoints.
22972
22973 2004-02-26 Andrew Cagney <cagney@redhat.com>
22974
22975 Fix PR i18n/1570.
22976 * gdb.base/charset.c: Update copyright notice.
22977 (main, init_string): Remove the escape character '\e' tests.
22978 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
22979 * gdb.base/charset.exp (valid_host_charset): Ditto.
22980 * gdb.base/setvar.exp: Ditto.
22981
22982 2004-02-24 Andrew Cagney <cagney@redhat.com>
22983
22984 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
22985 mmapped data in core file" PASS and FAIL messages consistent.
22986
22987 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
22988 setting a breakpoint. Work around PR java/1565.
22989
22990 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
22991
22992 * lib/gdb.exp (gdb_breakpoint): Update query string to match
22993 new nquery format.
22994 * gdb.base/pending.exp: Ditto.
22995
22996 2004-02-22 Mark Kettenis <kettenis@gnu.org>
22997
22998 * configure.in: Run stabs tests on *BSD.
22999 * configure: Regenerated.
23000
23001 2004-02-21 Mark Kettenis <kettenis@gnu.org>
23002
23003 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
23004
23005 2004-02-20 Fred Fish <fnf@redhat.com>
23006
23007 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
23008 blank in test for "returns short", for consistency with other
23009 "returns xxx" tests. Update copyright year.
23010
23011 2004-02-19 Fred Fish <fnf@redhat.com>
23012
23013 New testcase for PR breakpoint/1558.
23014 * gdb.arch/gdb1558.exp: New file.
23015 * gdb.arch/gdb1558.c: New file.
23016
23017 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
23018
23019 * gdb.base/nodebug.exp: Fix typo.
23020
23021 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
23022
23023 Committed by Jim Blandy <jimb@redhat.com>.
23024
23025 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
23026
23027 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
23028
23029 * gdb.base/float.exp: Support s390*-*-* targets.
23030
23031 2004-02-17 Adam Fedor <fedor@gnu.org>
23032
23033 * gdb.base/gdb1555.exp: New file.
23034 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
23035
23036 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
23037
23038 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
23039
23040 2004-02-16 Fred Fish <fnf@redhat.com>
23041
23042 * gdb.arch/gdb1291.c: Remove
23043 * gdb.arch/gdb1291.s: New test input file.
23044 * gdb.arch/gdb1291.exp: Expand test to check case that should not
23045 fail. Test for correct result, known incorrect result, other
23046 failures and timeouts.
23047
23048 2004-02-16 Andrew Cagney <cagney@redhat.com>
23049
23050 * gdb.base/bigcore.exp: New file.
23051 * gdb.base/bigcore.c: New file.
23052
23053 2004-02-13 Andrew Cagney <cagney@redhat.com>
23054
23055 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
23056 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
23057 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
23058 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
23059 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
23060 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
23061 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
23062 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
23063 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
23064 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
23065
23066 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
23067
23068 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
23069 executed is an alloc instruction.
23070
23071 2004-02-11 David Carlton <carlton@kealia.com>
23072
23073 * gdb.cp/breakpoint.exp: New.
23074 * gdb.cp/breakpoint.cc: New.
23075
23076 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
23077
23078 Partial fix for PR gdb/1543.
23079 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
23080 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
23081 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
23082 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
23083 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
23084 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
23085 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
23086 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
23087 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
23088 to bug-gdb@prep.ai.mit.edu .
23089 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
23090 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
23091 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
23092 Likewise.
23093
23094 2004-02-10 Andrew Cagney <cagney@redhat.com>
23095
23096 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
23097 using gdb_internal_error_resync.
23098
23099 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
23100
23101 * gdb.threads/thread-specific.exp: Stop early if no threads are
23102 found.
23103
23104 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
23105
23106 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
23107
23108 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
23109
23110 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
23111 breakpoints.
23112
23113 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
23114
23115 * config/sim.exp (gdb_load): Handle $arg == "".
23116 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
23117 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
23118
23119 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
23120
23121 * gdb.base/maint.exp: Update test to reflect
23122 obstack changes.
23123
23124 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
23125
23126 * gdb.base/pendshr.c (pendfunc): New function that calls
23127 pendfunc1.
23128 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
23129
23130 2004-02-04 Fred Fish <fnf@redhat.com>
23131
23132 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
23133 function symbols and update copyright years.
23134 * gdb.arch/gdb1291.c: Ditto.
23135
23136 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
23137
23138 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
23139
23140 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
23141
23142 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
23143
23144 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
23145
23146 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
23147
23148 2004-02-02 Fred Fish <fnf@redhat.com>
23149
23150 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
23151 remote targets. Update copyright years.
23152
23153 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
23154
23155 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
23156 support.
23157 * gdb.base/langs.exp: Fix test which attempts to create
23158 breakpoint on non-existent function to handle new pending
23159 support.
23160 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
23161 a breakpoint.
23162 * gdb.base/pending.exp: New test.
23163 * gdb.base/pending.c: New file.
23164 * gdb.base/pendshr.c: Ditto.
23165
23166 2004-02-02 David Carlton <carlton@kealia.com>
23167
23168 * gdb.cp/overload.exp: Add overloadNamespace tests.
23169 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
23170 (overloadNamespace, XXX): New.
23171 (main): Call XXX::marker2.
23172
23173 2004-02-01 Fred Fish <fnf@redhat.com>
23174
23175 * gdb.base/dump.exp: Use runto_main instead of "runto main".
23176 * gdb.base/finish.exp: Ditto.
23177 * gdb.base/gcore.exp: Ditto.
23178 * gdb.base/huge.exp: Ditto.
23179 * gdb.base/info-proc.exp: Ditto.
23180 * gdb.base/return2.exp: Ditto.
23181 * gdb.threads/gcore-thread.exp: Ditto.
23182
23183 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
23184
23185 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
23186
23187 2004-02-01 Mark Kettenis <kettenis@gnu.org>
23188
23189 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
23190 that opening the file succeeds on OpenBSD.
23191
23192 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
23193
23194 * gdb.threads/thread-specific.c: New file.
23195 * gdb.threads/threads-specific.exp: New test script.
23196 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
23197 to expect_out.
23198
23199 2004-02-01 Mark Kettenis <kettenis@gnu.org>
23200
23201 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
23202 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
23203 only on the "print_small_structs from print_long_arg_list" test.
23204
23205 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
23206
23207 * gdb.base/completion.exp: Kill a stray backslash.
23208
23209 From Jim Ingham <jingham@apple.com>:
23210 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
23211 agrees with the result from sending a tab.
23212
23213 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
23214
23215 * gdb.base/chng-syms.exp: Remove stray newline.
23216
23217 2004-01-31 Mark Kettenis <kettenis@gnu.org>
23218
23219 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
23220 *-*-openbsd*.
23221 * gdb.asm/openbsd.inc: New file.
23222
23223 2004-01-30 Mark Kettenis <kettenis@gnu.org>
23224
23225 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
23226 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
23227 *-*solaris2*. Remove commented out default settings for
23228 asm-flags. Replace gdb_compile with target_link.
23229
23230 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
23231
23232 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
23233 for all tests. Remove old hp-ux and cygnus xfail cases.
23234
23235 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
23236
23237 * gdb.base/chng-syms.exp: New file.
23238 * gdb.base/chng-syms.c: New file.
23239
23240 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
23241
23242 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
23243 Provide arms for current output in all my configurations.
23244
23245 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
23246
23247 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
23248 * lib/compiler.cc: Likewise.
23249 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
23250 get the right preprocessor. Eval the output directly. Remove
23251 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
23252 hp_f77_compiler and hp_f90_compiler completely.
23253 (gdb_preprocess): Delete.
23254 (get_compiler): Delete.
23255
23256 2004-01-24 Mark Kettenis <kettenis@gnu.org>
23257
23258 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
23259 <string.h>.
23260
23261 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
23262
23263 * gdb.mi/mi-stack.exp: Update copyright.
23264
23265 2004-01-23 David Carlton <carlton@kealia.com>
23266
23267 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
23268 test for cp_lookup_transparent_type.
23269 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
23270 call them.
23271
23272 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
23273
23274 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
23275 after -var-update.
23276
23277 2004-01-23 David Carlton <carlton@kealia.com>
23278
23279 * gdb.cp/namespace.cc (C::ensureRefs): New.
23280 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
23281
23282 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
23283
23284 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
23285 case "-stack-list-locals 2".
23286 * gdb.mi/mi-var-child.exp: Test for case
23287 "-var-list-children --all-values NAME".
23288
23289 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
23290
23291 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
23292
23293 2004-01-18 Mark Kettenis <kettenis@gnu.org>
23294
23295 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
23296 used with gdb_test_multiple.
23297
23298 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
23299 read at address 0. This fixes PR testsuite/1504.
23300
23301 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
23302
23303 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
23304 Remove downloading, guessing the host executable, the calls to
23305 gdb_file_cmd and gdb_target_cmd, and "load" support.
23306 (infer_host_exec): New function broken out from gdb_load.
23307 (gdb_load): New wrapper for gdbserver_gdb_load.
23308 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
23309 gdb_target_cmd. Use -target-select.
23310 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
23311 Download binaries to the host. Clear last_mi_remote_file when
23312 we load a new binary.
23313 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
23314 call gdbserver_gdb_load and mi_gdb_target_cmd.
23315
23316 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
23317
23318 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
23319 type patterns.
23320
23321 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
23322
23323 * gdb.cp/templates.exp: Fix typo in test name of
23324 "print Foo<volatile char*>::foo".
23325
23326 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
23327
23328 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
23329
23330 2004-01-16 Ben Elliston <bje@wasabisystems.com>
23331
23332 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
23333 (clean mostlyclean): Remove empty rm.
23334
23335 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
23336
23337 * gdb.base/setvar.exp: Add copyright years.
23338
23339 2004-01-14 David Carlton <carlton@bactrian.org>
23340
23341 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
23342 PR c++/1511 and update coment.
23343 * gdb.cp/templates.exp: Update patterns to match current output.
23344 If changes involve something other than whitespace, KFAIL
23345 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
23346
23347 2004-01-14 David Carlton <carlton@kealia.com>
23348
23349 * gdb.cp/namespace.exp: Add tests involving classes defined within
23350 namespaces.
23351 * gdb.cp/namespace.cc (C::CClass): New.
23352 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
23353
23354 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
23355
23356 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
23357 what debug info we have. Print a better message if something goes
23358 wrong while producing the separate debug info file.
23359
23360 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
23361
23362 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
23363
23364 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
23365
23366 * gdb.base/callfuncs.c: Add copyright notice.
23367
23368 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
23369
23370 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
23371 inheritance. PR gdb/1498, PR gcc/13539.
23372
23373 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
23374
23375 * gdb.threads/gcore-thread.exp: Prefix name of binary with
23376 test specific name.
23377 * gdb.mi/gdb669.exp: Ditto.
23378 * gdb.mi/mi-pthreads.exp: Ditto.
23379 * gdb.mi/mi1-pthreads.exp: Ditto.
23380 * gdb.mi/mi2-pthreads.exp: Ditto.
23381
23382 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
23383
23384 * gdb.cp/member-ptr.cc: Add copyright notice.
23385
23386 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
23387
23388 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
23389 some patterns for recent versions of gcc and hpacc. Delete
23390 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
23391 Delete tests that access a NULL pointer-to-member-data. This
23392 script is still disabled for gcc.
23393
23394 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
23395
23396 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
23397 escaped correctly.
23398
23399 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
23400
23401 * gdb.base/sepdebug.exp: New file.
23402 * gdb.base/sepdebug.c: New file.
23403 * lib/gdb.exp (separate_debug_filename): New procedure.
23404 (gdb_gnu_strip_debug): New procedure.
23405
23406 2004-01-12 Andrew Cagney <cagney@redhat.com>
23407
23408 * gdb.mi/ChangeLog: Delete file. Renamed to ...
23409 * gdb.mi/ChangeLog-1999-2003: New file.
23410
23411 2004-01-12 Andrew Cagney <cagney@redhat.com>
23412
23413 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
23414 "Renaming a directory to a non-empty directory returns ENOTEMPTY
23415 or EEXIST", treat EBUSY as an XFAIL.
23416
23417 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
23418
23419 * gdb.base/scope.exp: Remove obsolete setup_xfail for
23420 hp_cc_compiler.
23421
23422 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
23423
23424 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
23425 decorations.
23426
23427 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
23428
23429 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
23430 and "(aCC)" decorations. Remove obsolete doco about old
23431 test results.
23432
23433 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
23434
23435 * gdb.cp/exception.exp: Fix typo in doco.
23436
23437 2004-01-09 Mark Kettenis <kettenis@gnu.org>
23438
23439 * gdb.base/gdb1476.exp: Fix typo.
23440
23441 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
23442
23443 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
23444 file.
23445
23446 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
23447
23448 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
23449 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
23450 Use gdb_compile. Remove restriction on gcc. Add some patterns
23451 for recent version of gdb. Delete second half, which was a copy
23452 of the first half with different build flags. This test is
23453 still disabled because it is still not ready for production.
23454
23455 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
23456
23457 * gdb.cp/exception.cc: Add copyright notice.
23458 * gdb.cp/exception.exp: Add a notice that this file is broken
23459 because of line number changes caused by addition of copyright
23460 notice.
23461
23462 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
23463
23464 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
23465 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
23466
23467 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
23468
23469 * gdb.cp/classes.exp: Accept gnu abi 2.
23470 * gdb.cp/derivation.exp: Likewise.
23471 * gdb.cp/overload.exp: Likewise.
23472 * gdb.cp/virtfunc.exp: Likewise.
23473
23474 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
23475
23476 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
23477 semicolon after end of function.
23478
23479 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23480
23481 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
23482 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
23483 boilerplate code for compiling and running the program under
23484 test. Add some string method tests.
23485
23486 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23487
23488 * gdb.cp/bs15503.cc: Add copyright notice.
23489 * gdb.cp/bs15503.exp: Adjust line number.
23490
23491 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23492
23493 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
23494 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
23495
23496 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23497
23498 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
23499 hp_cc_compiler.
23500
23501 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23502
23503 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
23504 * gdb.cp/ctti.exp: Use the marker instead of "next".
23505 With gcc, run further before bailing.
23506
23507 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23508
23509 * gdb.cp/cttiadd.cc: Add copyright notice.
23510 * gdb.cp/cttiadd1.cc: Likewise.
23511 * gdb.cp/cttiadd2.cc: Likewise.
23512 * gdb.cp/cttiadd3.cc: Likewise.
23513
23514 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23515
23516 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
23517 Use gdb_test, gdb_test_multiple. Use floating-point values that
23518 have exact representations in IEEE-ish formats.
23519
23520 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23521
23522 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
23523 compilers. Delete duplicate call to get_compiler_info.
23524 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
23525 * gdb.base/volatile.exp: Likewise.
23526
23527 2004-01-07 Mark Kettenis <kettenis@gnu.org>
23528
23529 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
23530 memory at address 0.
23531
23532 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23533
23534 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
23535 to test for hp-ux assembler. Fix copyright years.
23536
23537 2004-01-07 Andrew Cagney <cagney@redhat.com>
23538
23539 * gdb.base/fileio.c (strerrno): Add "EBUSY".
23540
23541 2004-01-07 Andrew Cagney <cagney@redhat.com>
23542
23543 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
23544 when creating the read-only file. From analysis by Roland McGrath
23545 and Elena Zannoni.
23546
23547 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
23548
23549 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
23550
23551 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
23552
23553 * gdb.base/cvexpr.c: Be type-safe with function pointers and
23554 data pointers.
23555
23556 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
23557
23558 * gdb.cp/m-static.exp: Compile one source file at a time.
23559 Delete unused call to get_compiler_info.
23560
23561 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
23562
23563 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
23564 * gdb.base/call-rt-st.exp: Likewise.
23565 * gdb.base/nodebug.exp: Likewise.
23566 * gdb.base/volatile.exp: Likewise.
23567 * gdb.cp/ref-types.exp: Likewise.
23568 * gdb.cp/templates.exp: Likewise.
23569
23570 2004-01-05 Mark Kettenis <kettenis@gnu.org>
23571
23572 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
23573
23574 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
23575
23576 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
23577 hppa*-hp-hpux*.
23578
23579 2004-01-04 Mark Kettenis <kettenis@gnu.org>
23580
23581 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
23582 x86_64-*-*.
23583
23584 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
23585 sparc64-*-* and sparc*-solaris2*.
23586
23587 2004-01-04 Mark Kettenis <kettenis@gnu.org>
23588
23589 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
23590 return ${tests}" test. The ${tests} already mentions the
23591 filename.
23592
23593 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
23594
23595 * gdb.cp/local.exp: Accept gcc abi 2.
23596
23597 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
23598
23599 * gdb.cp/templates.exp: Accept gcc abi 2.
23600
23601 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
23602
23603 * lib/compiler.cc: Remove supports_template_debugging.
23604 * gdb.cp/templates.exp: Do not test supports_template_debugging.
23605
23606 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23607
23608 * gdb.cp/namespace.exp: Accept gcc abi 2.
23609
23610 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23611
23612 * gdb.cp/method.exp: Accept gcc abi 2.
23613
23614 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23615
23616 * gdb.cp/classes.exp: Generate identical results as old version.
23617 * gdb.cp/derivation.exp: Likewise.
23618 * gdb.cp/overload.exp: Likewise.
23619 * gdb.cp/virtfunc.exp: Likewise.
23620
23621 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23622
23623 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
23624 mysterious bug with sourceware version of expect.
23625
23626 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23627
23628 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
23629 current versions of gcc, including gcc abi 2. Remove gratuitous
23630 restart of test program. Use gdb_test_multiple and gdb_test for
23631 all tests. Add patterns to xfail missing "const" in "const char *"
23632 and kfail PR gdb/1155.
23633
23634 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23635
23636 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
23637 current versions of gcc, including gcc abi 2. Remove gratuitous
23638 restart of test program. Use gdb_test_multiple and gdb_test for
23639 all tests. Add patterns to kfail PR gdb/1498.
23640
23641 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
23642
23643 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
23644 current versions of gcc, including gcc abi 2. Use "breakpoint"
23645 and "continue" instead of restarting the target program. Use
23646 gdb_test_multiple and gdb_test for all tests.
23647
23648 2004-01-01 Mark Kettenis <kettenis@gnu.org>
23649
23650 * gdb.asm/asm-source.exp: Update copyright year. Link statically
23651 for *-*-solaris2*.
23652
23653 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
23654
23655 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
23656 current versions of gcc, including gcc abi 2. Use "breakpoint"
23657 and "continue" instead of restarting the target program several
23658 times. Use gdb_test_multiple and gdb_test for all tests.
23659
23660 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
23661
23662 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
23663 source files.
23664
23665 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
23666
23667 * gdb.base/environ.exp: Handle compiling test case from multiple
23668 source files.
23669
23670 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
23671
23672 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
23673
23674 2003-12-17 Jim Blandy <jimb@redhat.com>
23675
23676 * gdb.base/freebpcmd.c: Add copyright notice.
23677
23678 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
23679
23680 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
23681
23682 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
23683
23684 2003-12-13 Jim Blandy <jimb@redhat.com>
23685
23686 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
23687
23688 2003-12-12 Kevin Buettner <kevinb@redhat.com>
23689
23690 * gdb.asm/frv.inc: New file.
23691 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
23692
23693 2003-12-09 Fred Fish <fnf@redhat.com>
23694
23695 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
23696 functions to break1.c and leave prototypes behind. Add more
23697 "set breakpoint NN here" comments.
23698 * gdb.base/break1.c: New file.
23699
23700 * gdb.base/break.exp: Handle compiling test case from multiple
23701 source files and change source file references as needed.
23702 * gdb.base/completion.exp: Ditto.
23703 * gdb.base/condbreak.exp: Ditto.
23704 * gdb.base/define.exp: Ditto.
23705 * gdb.base/ena-dis-br.exp: Ditto.
23706 * gdb.base/info-proc.exp: Ditto.
23707 * gdb.base/maint.exp: Ditto.
23708 * gdb.base/until.exp: Ditto.
23709
23710 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
23711 hardcoded line numbers.
23712 * gdb.base/define.exp: Ditto.
23713 * gdb.base/ena-dis-br.exp: Ditto.
23714 * gdb.base/maint.exp: Ditto.
23715 * gdb.base/until.exp: Ditto.
23716
23717 * gdb.base/completion.exp: Use "break1" for completion tests since
23718 "break" is no longer a unique prefix.
23719
23720 2003-12-06 Andrew Cagney <cagney@redhat.com>
23721
23722 * gdb.base/structs.exp (test_struct_returns): When applicable, set
23723 "return_value_unimplemented". When an unimplemented struct return
23724 architecture, report incorrect values as a KFAIL
23725
23726 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
23727
23728 * gdb.cp/rtti.exp: Accept new wording of warning from
23729 cp_lookup_rtti_type.
23730
23731 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
23732
23733 Partial fix for PR testsuite/1456.
23734 * gdb.base/scope.exp (test_at_main): Replace references to
23735 gcc_compiled with calls to test_compiler_info.
23736 (test_at_foo): Likewise.
23737 (test_at_bar): Likewise.
23738
23739 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
23740
23741 Partial fix for PR testsuite/1456.
23742 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
23743 to test_compiler_info.
23744
23745 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
23746
23747 * gdb.base/so-impl-ld.exp: Update copyright notice.
23748
23749 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
23750
23751 Partial fix for PR testsuite/1456.
23752 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
23753 to test_compiler_info.
23754
23755 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
23756
23757 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
23758 from current versions of gdb. Clean up regular expressions.
23759 Delete redundant timeout case.
23760
23761 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
23762
23763 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
23764 from current versions of gdb. Clean up regular expressions.
23765 Delete redundant timeout case.
23766
23767 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
23768
23769 Partial fix for PR testsuite/1456.
23770 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
23771 gcc_compiled with call to test_compiler_info.
23772
23773 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
23774
23775 Partial fix for PR testsuite/1456.
23776 * gdb.base/list.exp (test_list_function): Delete unused declaration
23777 of gcc_compiled.
23778
23779 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
23780
23781 Partial fix for PR testsuite/1456.
23782 * gdb.base/complex.exp: Replace reference to gcc_compiled with
23783 call to test_compiler_info.
23784
23785 2003-11-29 Mark Kettenis <kettenis@gnu.org>
23786
23787 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
23788 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
23789 it to create the appropriate note.inc.
23790 * gdb.asm/asmsrc1.s: Include "note.inc".
23791 * gdb.asm/netbsd.inc: New file.
23792 * gdb.asm/empty.inc: New file.
23793
23794 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
23795
23796 Partial fix for PR testsuite/1456.
23797 * gdb.base/constvars.exp: Replace references to gcc_compiled with
23798 calls to test_compiler_info.
23799
23800 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
23801
23802 Partial fix for PR testsuite/1456.
23803 * gdb.base/volatile.exp: Replace references to gcc_compiled with
23804 calls to test_compiler_info.
23805
23806 2003-11-27 Mark Kettenis <kettenis@gnu.org>
23807
23808 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
23809 pattern for the KFAILs.
23810
23811 2003-11-25 Adam Fedor <fedor@gnu.org>
23812
23813 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
23814 * gdb.objc/objcdecode.m: New file.
23815
23816 2003-11-25 Adam Fedor <fedor@gnu.org>
23817
23818 * gdb.objc/nondebug.exp: Test for PR objc/1236.
23819 * gdb.objc/nondebug.m: New file.
23820
23821 2003-11-26 Ben Elliston <bje@wasabisystems.com>
23822
23823 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
23824 NetBSD as it does on FreeBSD. Modelled on a similar change by
23825 Mark Kettenis on 2003-05-30.
23826 (link-flags): Set to "--entry _start" regardless of target.
23827 Special linker flags are to be appended to $link-flags.
23828 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
23829
23830 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
23831
23832 * gdb.cp/method.exp: Accept output of new demangler.
23833
23834 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
23835
23836 * gdb/class2.exp: New file.
23837 * gdb/class2.cc: New file.
23838
23839 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
23840
23841 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
23842 of new demangler.
23843
23844 2003-11-23 Mark Kettenis <kettenis@gnu.org>
23845
23846 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
23847 of gdb_test "run".
23848
23849 2003-11-23 Mark Kettenis <kettenis@gnu.org>
23850
23851 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
23852 "continue" into "run".
23853
23854 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
23855
23856 Partial fix for PR testsuite/1456.
23857 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
23858 call to test_compiler_info.
23859 * gdb.cp/ctti.exp: Likewise.
23860 * gdb.cp/derivation.exp: Likewise.
23861 * gdb.cp/member-ptr.exp: Likewise.
23862 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
23863 reference to gcc_compiled.
23864
23865 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
23866
23867 Fix PR testsuite/1463.
23868 * gdb.base/structs.exp (start_structs_test): Call
23869 get_debug_format before using the debug format.
23870
23871 2003-11-22 Andrew Cagney <cagney@redhat.com>
23872
23873 * lib/gdb.exp (gdb_test_multiple): Add simple example.
23874 * gdb.base/structs.exp: Use gdb_test_multiple.
23875
23876 2003-11-20 Andrew Cagney <cagney@redhat.com>
23877
23878 * gdb.base/structs.exp: Handle and recover from internal errors.
23879 Replace "foo${n}" with "foo<n>" in test messages.
23880
23881 * gdb.base/structs.exp: Update copyright. Rewrite.
23882 * gdb.base/structs.c: Update copyright. Rewrite.
23883
23884 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
23885 resync count exceeded.
23886
23887 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
23888 from the internal error.
23889 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
23890 Original from Jim Blandy.
23891 (gdb_test_multiple): Use gdb_internal_error_resync.
23892
23893 2003-11-19 Andrew Cagney <cagney@redhat.com>
23894
23895 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
23896 KFAIL.
23897
23898 2003-11-17 Mark Kettenis <kettenis@gnu.org>
23899
23900 New testcase for PR backtrace/1435.
23901 * gdb.arch/i386-unwind.exp: New file.
23902 * gdb.arch/i386-unwind.c: New file.
23903
23904 2003-11-17 Andrew Cagney <cagney@redhat.com>
23905
23906 * lib/gdb.exp (compiler_info): New global.
23907 (test_compiler_info): New function.
23908 (get_compiler_info): Set compiler_info.
23909 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
23910 "compiler_info" to gcc-<major>-<minor>.
23911
23912 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
23913
23914 * gdb.trace/configure: Remove.
23915
23916 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
23917
23918 * gdb.base/break.c: Add comments to aid finding line numbers for
23919 breakpoints.
23920 * gdb.base/break.exp: Remove all references to explicit line
23921 numbers.
23922
23923 2003-11-11 Nick Clifton <nickc@redhat.com>
23924
23925 * gdb.base/shreloc.exp: Do not run for targets which do not
23926 support shared objects.
23927
23928 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
23929
23930 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
23931 Don't run tests if nofileio flag is given.
23932
23933 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
23934
23935 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
23936 as well as 'Watchpoint'.
23937
23938 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
23939
23940 Reported by Jim Ingham <jingham@apple.com>:
23941 * gdb.base/annota1.exp: Match at least one occurrence of the
23942 signal handler annotation.
23943
23944 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
23945
23946 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
23947 as well as 'Watchpoint'.
23948
23949 2003-11-05 Michael Chastain <mec@shout.net>
23950
23951 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
23952
23953 2003-11-03 Kris Warkentin <kewarken@qnx.com>
23954
23955 * gdb.arch/gdb1291.c: New test file.
23956 * gdb.arch/gdb1291.exp: New test script.
23957 * gdb.arch/gdb1431.c: New test file.
23958 * gdb.arch/gdb1431.exp: New test script.
23959
23960 2003-10-22 Michael Chastain <mec@shout.net>
23961
23962 * gdb.mi/pthreads.c: Add copyright notice.
23963
23964 2003-10-22 Michael Chastain <mec@shout.net>
23965
23966 * gdb.threads/pthreads.c: Add copyright notice.
23967
23968 2003-10-20 Michael Chastain <mec@shout.net>
23969
23970 * gdb.base/gdb1056.exp: New test script.
23971
23972 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
23973
23974 * gdb.threads/killed.exp: Use gdb_run_cmd.
23975
23976 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
23977
23978 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
23979 create a core file.
23980 * gdb.threads/gcore-thread.exp: Likewise.
23981
23982 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
23983
23984 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
23985 type, based on char type.
23986 (struct bit_flags_short_t): New bitfield type, based on short type.
23987 (init_bit_flags_char): New fuction.
23988 (init_bit_flags_short): Ditto.
23989 (print_bit_flags_char): Ditto.
23990 (print_bit_flags_short): Ditto.
23991 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
23992
23993 2003-10-11 Michael Chastain <mec@shout.net>
23994
23995 * gdb.base/call-rt-st.exp: Update copyright year.
23996
23997 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
23998
23999 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
24000 * gdb.disasm/sh3.s: Ditto.
24001
24002 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
24003
24004 * gdb.threads/switch-threads.exp: New test.
24005 * gdb.threads/switch-threads.c: New source file.
24006
24007 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
24008
24009 * gdb.base/ending-run.exp: Add sh specific case.
24010
24011 2003-10-06 Andrew Cagney <cagney@redhat.com>
24012
24013 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
24014 * gdb.disasm/mn10200.exp: Delete obsolete file.
24015
24016 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
24017
24018 * ChangeLog: Correct an entry command.exp -> commands.exp.
24019 * gdb.base/commands.exp (bp_deleted_in_command_test)
24020 (temporary_breakpoint_commands): Check noargs.
24021
24022 2003-09-25 David Carlton <carlton@kealia.com>
24023
24024 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
24025 of some print tests, where appropriate. Add tests for C::D::cd,
24026 E::ce, F::cXfX, G::XgX.
24027 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
24028
24029 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
24030
24031 * lib/java.exp (java_init): Import target_alias before using it.
24032
24033 2003-09-25 David Carlton <carlton@kealia.com>
24034
24035 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
24036
24037 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
24038
24039 * gdb.base/selftest.exp: Accomodate more instruction reordering
24040 weirdness.
24041
24042 2003-09-17 Michael Chastain <mec@shout.net>
24043
24044 * gdb.cp/gdb1355.exp: New file.
24045 * gdb.cp/gdb1355.c: New file.
24046
24047 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
24048
24049 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
24050 * gdb.asm/sh.inc: New file.
24051
24052 2003-09-11 David Carlton <carlton@kealia.com>
24053
24054 * gdb.cp/namespace.exp: Add tests for namespace types.
24055 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
24056 (test_namespace): New.
24057
24058 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
24059
24060 * gdb.base/relocate.exp: Handle new gdb output at startup.
24061 * gdb.stabs/weird.exp: Ditto.
24062
24063 2003-09-08 Michael Chastain <mec@shout.net>
24064
24065 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
24066
24067 2003-09-07 Michael Chastain <mec@shout.net>
24068
24069 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
24070 'parse error'.
24071
24072 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
24073
24074 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
24075
24076 2003-08-30 Michael Chastain <mec@shout.net>
24077
24078 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
24079 * gdb.gdb/observer.exp: Ditto.
24080 * gdb.gdb/xfullpath.exp: Ditto.
24081
24082 2003-08-29 Mark Kettenis <kettenis@gnu.org>
24083
24084 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
24085 *-*-*bsd*.
24086
24087 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
24088
24089 * gdb.base/dump.exp: Skip for ia64.
24090
24091 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
24092
24093 * gdb.asm/asm-source.exp: Add ia64 support.
24094 * gdb.asm/ia64.inc: New file.
24095
24096 2003-08-22 Michael Chastain <mec@shout.net>
24097
24098 * gdb.cp: New directory.
24099 * gdb.cp/*: Copy from gdb.c++/*.
24100 * gdb.c++/*: Remove.
24101 * Makefile.in: Change gdb.c++ to gdb.cp.
24102 * configure.in: Ditto.
24103 * configure: Regnerate.
24104
24105 2003-08-18 Mark Kettenis <kettenis@gnu.org>
24106
24107 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
24108 * gdb.arch/i386-prologue.c (gdb1338): Add function.
24109
24110 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
24111
24112 * mi-var-display.exp (-var-list-children weird): Accept function
24113 pointers with argument types.
24114 * mi1-var-display.exp (-var-list-children weird): Likewise.
24115 * mi2-var-display.exp (-var-list-children weird): Likewise.
24116
24117 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
24118
24119 * gdb.base/annota3.exp: Add missing newline.
24120
24121 2003-08-06 Michael Chastain <mec@shout.net>
24122
24123 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
24124
24125 2003-08-12 Michael Snyder <msnyder@redhat.com>
24126
24127 * gdb.base/float.exp: Add test for SH.
24128
24129 2003-08-10 Mark Kettenis <kettenis@gnu.org>
24130
24131 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
24132
24133 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
24134
24135 * gdb.base/completion.exp: Remove reduntant completion test
24136 on filename.
24137
24138 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
24139
24140 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
24141 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
24142 gdb.trace/save-trace.exp: Make sure that full pathnames are
24143 escaped correctly.
24144
24145 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
24146
24147 * configure.in: Don't generate config.h from config.hin.
24148 * configure: Regenerate.
24149 * config.hin: Remove file.
24150 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
24151 * gdb.threads/pthreads.c: Ditto.
24152
24153 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
24154
24155 From Kei Sakamoto <sakamoto.kei@renesas.com>:
24156 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
24157 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
24158 Replace ld24 with seth/add3.
24159
24160 2003-08-02 Andrew Cagney <cagney@redhat.com>
24161
24162 * gdb.base/annota3.exp: New file.
24163 * gdb.base/annota3.c: New file.
24164 * gdb.c++/annota3.exp: New file.
24165 * gdb.c++/annota3.cc: New file.
24166
24167 2003-07-29 Michael Chastain <mec@shout.net>
24168
24169 * gdb.threads/tls.c (spin): Check errno only if sem_wait
24170 actually failed.
24171 (do_pass): Likewise.
24172 * gdb.threads/tls.exp: Always initialize no_of_threads.
24173
24174 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
24175
24176 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
24177 pattern.
24178 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
24179 * gdb.threads/tls.exp: Recognize one case of the host library not
24180 supporting TLS.
24181
24182 2003-07-27 Andrew Cagney <cagney@redhat.com>
24183
24184 * gdb.base/fileio.exp: Use SH when running commands using
24185 remote_exec.
24186
24187 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
24188
24189 From Kei Sakamoto <sakamoto.kei@renesas.com>:
24190 * gdb.base/relocate.c (dummy): New padding array.
24191
24192 2003-07-22 Michael Snyder <msnyder@redhat.com>
24193
24194 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
24195
24196 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
24197 patterns to be more general, accepting old and new output.
24198 Some output chars (such as '+') also must be quoted.
24199 Some addresses are displayed numerically instead of
24200 symbolically.
24201
24202 2003-07-23 Michael Snyder <msnyder@redhat.com>
24203
24204 * gdb.base/return2.exp: Don't test long-long return.
24205
24206 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
24207 * gdb.disasm/t01_mov.exp: Ditto.
24208 * gdb.disasm/t02_mova.s: Ditto.
24209 * gdb.disasm/t02_mova.exp: Ditto.
24210 * gdb.disasm/t03_add.s: Ditto.
24211 * gdb.disasm/t03_add.exp: Ditto.
24212 * gdb.disasm/t04_sub.s: Ditto.
24213 * gdb.disasm/t04_sub.exp: Ditto.
24214 * gdb.disasm/t05_cmp.s: Ditto.
24215 * gdb.disasm/t05_cmp.exp: Ditto.
24216 * gdb.disasm/t06_ari2.s: Ditto.
24217 * gdb.disasm/t06_ari2.exp: Ditto.
24218 * gdb.disasm/t07_ari3.s: Ditto.
24219 * gdb.disasm/t07_ari3.exp: Ditto.
24220 * gdb.disasm/t08_or.s: Ditto.
24221 * gdb.disasm/t08_or.exp: Ditto.
24222 * gdb.disasm/t09_xor.s: Ditto.
24223 * gdb.disasm/t09_xor.exp: Ditto.
24224 * gdb.disasm/t10_and.s: Ditto.
24225 * gdb.disasm/t10_and.exp: Ditto.
24226 * gdb.disasm/t11_logs.s: Ditto.
24227 * gdb.disasm/t11_logs.exp: Ditto.
24228 * gdb.disasm/t12_bit.s: Ditto.
24229 * gdb.disasm/t12_bit.exp: Ditto.
24230 * gdb.disasm/t13_otr.s: Ditto.
24231 * gdb.disasm/t13_otr.exp: Ditto.
24232
24233 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
24234
24235 * gdb.threads/tls.exp :Add kfail for 'info address' case.
24236
24237 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
24238
24239 * gdb.threads/tls.c : New file.
24240 * gdb.threads/tls.exp : New file.
24241 * gdb.threads/tls-main.c : New file.
24242 * gdb.threads/tls-shared.c : New file.
24243 * gdb.threads/tls-shared.exp : New file.
24244
24245 2003-07-22 Andreas Schwab <schwab@suse.de>
24246
24247 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
24248
24249 2003-07-20 Andreas Schwab <schwab@suse.de>
24250
24251 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
24252 due to insn reordering.
24253
24254 2003-07-15 Andrew Cagney <cagney@redhat.com>
24255
24256 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
24257
24258 2003-07-15 Michael Chastain <mec@shout.net>
24259
24260 * gdb.base/gdb1250.exp: New file.
24261 * gdb.base/gdb1250.c: New file.
24262
24263 2003-07-09 Michal Ludvig <mludvig@suse.cz>
24264
24265 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
24266 expansion of size_t to 'unsigned long', not only to 'unsigned'.
24267
24268 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
24269
24270 * gdb.threads/tls.c: New file.
24271 * gdb.threads/tls.exp: New file.
24272 * gdb.threads/tls-main.c: New file.
24273 * gdb.threads/tls-shared.c: New file.
24274 * gdb.threads/tls-shared.exp: New file.
24275
24276 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
24277
24278 * gdb.base/annota1.exp: Make sure that we properly escape the
24279 full path of the source file. Xfail more permissive patterns,
24280 due to a compiler debug info problem.
24281
24282 2003-07-07 Andreas Schwab <schwab@suse.de>
24283
24284 * gdb.asm/m68k.inc: New file.
24285 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
24286
24287 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
24288 arguments"): Also match negative number.
24289
24290 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
24291
24292 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
24293
24294 * gdb.base/store.c (charest): New typedef.
24295 (add_char): Rename to add_charest, update.
24296 (wack_char): Rename to wack_charest, update types. Return l + r
24297 to keep r live across the call.
24298 (wack_short, wack_int, wack_long, wack_longest, wack_float)
24299 (wack_double, wack_doublest): Return l + r to keep r live across
24300 the call.
24301 * gdb.base/store.exp: Accomodate store.c changes.
24302
24303 2003-06-30 David Carlton <carlton@kealia.com>
24304
24305 * gdb.c++/maint.exp (test_invalid_name): New.
24306 (test_first_component): Add tests for invalid names.
24307
24308 2003-06-29 Michael Chastain <mec@shout.net>
24309
24310 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
24311 output of '<VTT for class>' for virtual base classes.
24312
24313 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
24314
24315 * gdb.base/completion.exp: Tab-complete "complet" instead of
24316 "compl".
24317 * gdb.base/complex.exp, gdb.base/complex.c: New files.
24318
24319 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
24320
24321 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
24322 * gdb.base/volatile.exp: Likewise.
24323
24324 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
24325
24326 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
24327 gdb/1265.
24328
24329 2003-06-28 Michael Chastain <mec@shout.net>
24330 Daniel Jacobowitz <drow@mvista.com>
24331
24332 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
24333 initial line count of 'captured_main' from 26 to 32.
24334 (test_with_self): Allow xmalloc call to be interleaved with the
24335 preceding two lines.
24336
24337 2003-06-24 Joel Brobecker <brobecker@gnat.com>
24338
24339 * gdb.base/bang.exp: New testcase.
24340
24341 2003-06-23 Joel Brobecker <brobecker@gnat.com>
24342
24343 * gdb.base/langs.exp: Add some tests for the "minimal" language
24344 support.
24345
24346 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
24347
24348 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
24349 the testcase.
24350
24351 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
24352
24353 * gdb.base/relocate.exp: Test add-symbol-file with a variable
24354 offset.
24355
24356 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
24357
24358 * gdb.c++/pr-1210.cc: New file.
24359 * gdb.c++/pr-1210.exp: New file.
24360
24361 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
24362
24363 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
24364 000-exec-continue.
24365
24366 2003-06-15 Mark Kettenis <kettenis@gnu.org>
24367
24368 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
24369 on *-*-*bsd* instead of *-*-freebsd*.
24370
24371 2003-06-14 Andrew Cagney <cagney@redhat.com>
24372
24373 * gdb.base/store.exp: Test longest and doublest. Test all
24374 parameters. Weaken return statement match.
24375 * gdb.base/store.c: Add longest and doublest - aka long long and
24376 long double functions. Put all parameters into local register
24377 variables. Use negative values.
24378
24379 2003-06-14 Andrew Cagney <cagney@redhat.com>
24380
24381 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
24382 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
24383 exit status.
24384 * gdb.base/fileio.exp: Disable target when nointerrupts and
24385 noinferiorio, instead of limiting it to remote. Use remote_exec
24386 instead of system.
24387
24388 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
24389
24390 * gdb.base/float.exp: Add ia64 support.
24391
24392 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
24393
24394 * gdb.base/fileio.exp: Run only on remote targets.
24395
24396 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
24397
24398 * gdb.base/fileio.c: New file, testing File-I/O.
24399 * gdb.base/fileio.exp: Ditto.
24400
24401 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
24402
24403 * gdb.base/shreloc.exp: New file, check symbol values obtained from
24404 shared objects after relocation at load time (gdb PR/1132).
24405 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
24406 as above, part of the shared object relocation test.
24407
24408 2003-06-08 Mark Kettenis <kettenis@gnu.org>
24409
24410 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
24411 fully filled history list.
24412 * gdb.base/gdb_history: New file.
24413
24414 * gdb.base/signals.exp: XFAIL "continue to func1" on
24415 i*86-*-freebsd*.
24416
24417 * gdb.base/attach.exp: When trying to attach to a nonexistent
24418 process, make it possible to specify the PID based on the target,
24419 and do so for *-*-freebsd*.
24420
24421 2003-06-02 Richard Henderson <rth@redhat.com>
24422
24423 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
24424
24425 2003-06-02 Richard Henderson <rth@redhat.com>
24426
24427 * gdb.base/selftest.exp: Next over lim_at_start initialization.
24428
24429 2003-06-02 Richard Henderson <rth@redhat.com>
24430
24431 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
24432
24433 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
24434
24435 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
24436 of globalvar.
24437
24438 2003-06-01 Mark Kettenis <kettenis@gnu.org>
24439
24440 * gdb.asm/asm-source.exp: Check for memory read errors in
24441 disassembler test on *BSD too.
24442
24443 2003-06-01 Richard Henderson <rth@redhat.com>
24444
24445 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
24446 for .frame.
24447 (gdbasm_call): Lose ldgp.
24448 (gdbasm_startup): Add frame information.
24449 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
24450
24451 2003-05-31 Mark Kettenis <kettenis@gnu.org>
24452
24453 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
24454 i?86-*-*.
24455
24456 2003-05-30 Mark Kettenis <kettenis@gnu.org>
24457
24458 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
24459 FreeBSD.
24460
24461 2003-05-29 Richard Henderson <rth@redhat.com>
24462
24463 * gdb.asm/alpha.inc: New file.
24464 * gdb.asm/asm-source.exp: Use it.
24465
24466 2003-05-29 Jim Blandy <jimb@redhat.com>
24467
24468 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
24469 'core.PID'.
24470
24471 2003-05-22 Jim Blandy <jimb@redhat.com>
24472
24473 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
24474 backtrace.
24475
24476 2003-05-20 David Carlton <carlton@math.stanford.edu>
24477
24478 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
24479 this time.
24480
24481 2003-05-19 David Carlton <carlton@bactrian.org>
24482
24483 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
24484 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
24485
24486 2003-05-19 David Carlton <carlton@bactrian.org>
24487
24488 * gdb.c++/namespace.exp: Add namespace scope and anonymous
24489 namespace tests.
24490 Bump copyright date.
24491 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
24492 (main): Call C::D::marker2.
24493 * gdb.c++/namespace1.cc: New file.
24494
24495 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
24496
24497 Roland McGrath <roland@redhat.com>
24498 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
24499 there is no manager thread.
24500
24501 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
24502
24503 * gdb.threads/schedlock.exp: Remove assumption that all threads
24504 will run in a particular small time slice. Also ensure we break
24505 in one of the child threads rather than the main thread.
24506
24507 2003-05-07 Jim Blandy <jimb@redhat.com>
24508
24509 Add support for assembly source testing on the s390x.
24510 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
24511 architecture.
24512 * gdb.asm/s390x.inc: New file.
24513
24514 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
24515 succession of 'if' statements.
24516
24517 2003-05-05 Andrew Cagney <cagney@redhat.com>
24518
24519 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
24520
24521 2003-05-05 Andrew Cagney <cagney@redhat.com>
24522
24523 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
24524 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
24525
24526 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
24527
24528 * gdb.base/charset.exp: Update based on new behavior of set/show
24529 charset commands.
24530
24531 2003-05-01 Andrew Cagney <cagney@redhat.com>
24532
24533 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
24534 variable do not give memory errors.
24535
24536 2003-04-30 Adam Fedor <fedor@gnu.org>
24537
24538 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
24539 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
24540 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
24541 gdb.objc/basicclass.m: : New files
24542
24543 * lib/gdb.exp (gdb_compile_objc): New procedure.
24544
24545 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
24546
24547 * gdb.base/signals.exp: Make backtrace tests more specific.
24548
24549 2003-04-23 David Carlton <carlton@bactrian.org>
24550
24551 * gdb.c++/maint.exp (test_first_component): Add tests for
24552 'operator' in more locations.
24553
24554 2003-04-16 Kevin Buettner <kevinb@redhat.com>
24555
24556 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
24557
24558 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
24559
24560 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
24561 func marke' instead. Update test name.
24562
24563 2003-04-15 David Carlton <carlton@math.stanford.edu>
24564
24565 * gdb.c++/maint.exp: New file.
24566
24567 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
24568
24569 * gdb.threads/schedlock.c: Change type of thread function argument
24570 to long, to avoid warnings on 64-bit platforms.
24571
24572 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
24573
24574 * gdb.base/attach.exp: Add new message from ptrace in case of
24575 attaching to nonexistent process.
24576
24577 2003-04-11 Jim Blandy <jimb@redhat.com>
24578
24579 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
24580 gdb.c++/userdef.cc: Place comments on the lines to which the
24581 marker function might return.
24582 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
24583 gdb.c++/userdef.exp: Look for those comments to check that we've
24584 returned to the right place, instead of checking line numbers.
24585
24586 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
24587
24588 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
24589 match on sourcefile name, instead of directory name.
24590
24591 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
24592
24593 * gdb.base/completion.exp: Use string_to_regexp to match the
24594 working directory name.
24595
24596 2003-04-09 Jim Blandy <jimb@redhat.com>
24597
24598 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
24599 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
24600 after an inferior function call, report the failure, but allow the
24601 test to continue.
24602
24603 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
24604
24605 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
24606 with -DPROTOTYPES.
24607
24608 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
24609
24610 * gdb.base/break.exp: Revert last patch.
24611
24612 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
24613
24614 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
24615 with -DPROTOTYPES.
24616
24617 2003-04-02 Andrew Cagney <cagney@redhat.com>
24618
24619 * gdb.base/callfuncs.exp: Make "print add" messages unique.
24620 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
24621 matching directories by the name breakpoint.
24622 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
24623 Make "continue to marker1" consistent.
24624 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
24625 message consistent.
24626 * lib/gdb.exp: Put "the program is no longer running", and "the
24627 program exited" in parenthesis.
24628 * lib/mi-support.exp: Ditto.
24629
24630 2003-04-02 Bob Rossi <bob_rossi@cox.net>
24631
24632 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
24633
24634 2003-03-29 Andrew Cagney <cagney@redhat.com>
24635
24636 * gdb.base/sizeof.c (main): Print the value of '\377'.
24637 * gdb.base/sizeof.exp: Check the sign of '\377'.
24638
24639 2003-03-27 Michael Chastain <mec@shout.net>
24640
24641 * gdb.base/gdb1090.exp: New file.
24642 * gdb.base/gdb1090.cc: New file.
24643
24644 2003-03-27 J. Brobecker <brobecker@gnat.com>
24645
24646 * gdb.gdb/observer.exp: New regression test.
24647
24648 2003-03-27 Michael Chastain <mec@shout.net>
24649
24650 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
24651 * gdb.base/ptype.exp: Likewise.
24652
24653 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
24654
24655 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
24656
24657 2003-03-26 Michael Chastain <mec@shout.net>
24658
24659 * gdb.base/ptype.exp: Actually use some typedef'd types.
24660
24661 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
24662
24663 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
24664 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
24665
24666 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
24667
24668 * gdb.base/default.exp: Fix regular expression.
24669
24670 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
24671
24672 * gdb.base/args.exp: Fix regular expression.
24673
24674 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
24675
24676 * gdb.base/help.exp: Allow Win32 child process.
24677
24678 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
24679
24680 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
24681 when stepping out of main().
24682
24683 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
24684
24685 * gdb.base/default.exp: Check for win32 specific message when calling
24686 "run" without executable.
24687
24688 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
24689
24690 * gdb.base/args.exp: Expect .exe in output.
24691
24692 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
24693
24694 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
24695 Cygwin native.
24696
24697 2003-03-17 Andrew Cagney <cagney@redhat.com>
24698
24699 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
24700 vector registes.
24701 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
24702 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
24703
24704 2003-03-17 David Carlton <carlton@math.stanford.edu>
24705
24706 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
24707 test, for PR breakpoints/38.
24708 Call test_watchpoint_and_breakpoint.
24709 * gdb.base/watchpoint.c (func3): New function.
24710 (main): Call func3.
24711
24712 2003-03-04 David Carlton <carlton@math.stanford.edu>
24713
24714 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
24715 Garply<Garply<char> >:: garply".
24716 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
24717 with respect to PR c++/1111; note also PR c++/1113.
24718 (test_template_breakpoints): KFAIL "constructor breakpoint" with
24719 respect to PR c++/1062.
24720 KFAIL "destructor breakpoint" with respect to PR c++/1112.
24721
24722 2003-03-03 David Carlton <carlton@math.stanford.edu>
24723
24724 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
24725 with respect to PR c++/57.
24726 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
24727 c++/826.
24728 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
24729 respect to PR c++/57.
24730
24731 2003-03-03 David Carlton <carlton@math.stanford.edu>
24732
24733 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
24734 respect to PR c++/33 into FAILs.
24735
24736 2003-03-03 Michael Chastain <mec@shout.net>
24737
24738 * configure.in: Update copyright years.
24739
24740 2003-03-03 Michael Chastain <mec@shout.net>
24741
24742 * Makefile.in: Update copyright years.
24743
24744 2003-02-28 David Carlton <carlton@math.stanford.edu>
24745
24746 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
24747 print class instead of struct and/or superfluous protection
24748 specifiers, as long as the resulting output is equivalent to the
24749 source code.
24750 Delete FIXME from end of messages on tests that don't need
24751 fixing.
24752
24753 2003-02-28 David Carlton <carlton@math.stanford.edu>
24754
24755 * gdb.c++/templates.exp (do_tests): Allow const in the two
24756 Foo<volatile char *>::foo tests.
24757
24758 2003-02-27 Michael Snyder <msnyder@redhat.com>
24759
24760 * gdb.base/restore.c (main): Return zero, so exit code
24761 will be consistant.
24762
24763 2003-02-26 David Carlton <carlton@math.stanford.edu>
24764
24765 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
24766 char *>::foo" test with respect to PR c++/33. Create a new test
24767 which is identical to that one except that it doesn't put the
24768 space between the "char" and the "*"; KFAIL it, too.
24769
24770 2003-02-26 David Carlton <carlton@math.stanford.edu>
24771
24772 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
24773 template types into either PASSes or KFAILs (corresponding to PR
24774 c++/57). Tweak indentation. Update copyright.
24775
24776 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
24777
24778 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
24779
24780 2003-02-13 Michael Chastain <mec@shout.net>
24781
24782 * gdb.base/exprs.exp: Remove i960 remnants.
24783 * gdb.base/funcargs.exp: Likewise.
24784 * gdb.base/list.exp: Likewise.
24785 * gdb.base/ptype.exp: Likewise.
24786
24787 2003-02-14 David Carlton <carlton@math.stanford.edu>
24788
24789 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
24790 pEe->D::vg()" from XFAIL to KFAIL.
24791
24792 2003-02-13 Jason Molenda (jmolenda@apple.com)
24793
24794 * gdb.base/maint.exp: Update maint print statistics regexp to include
24795 new entries.
24796
24797 2003-02-13 Michael Chastain <mec@shout.net>
24798
24799 * gdb.c++/inherit.exp: Remove call to get_debug_format.
24800
24801 2003-02-12 Michael Chastain <mec@shout.net>
24802
24803 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
24804 * gdb.c++/inherit.exp: Likewise.
24805 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
24806 * gdb.c++/templates.exp: Likewise.
24807 * gdb.c++/virtfunc.exp: Likewise.
24808
24809 2003-02-06 Jason Molenda (jason-cl@molenda.com)
24810
24811 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
24812 why the code is written that way.
24813
24814 2003-02-05 Michael Chastain <mec@shout.net>
24815
24816 * gdb.base/dump.exp: Add missing copyright line.
24817
24818 2003-02-05 Jason Molenda (jason-cl@molenda.com)
24819
24820 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
24821 at the beginning so the breakpoint doesn't get set on the loop.
24822
24823 2003-02-05 Michael Chastain <mec@shout.net>
24824
24825 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
24826 output for configurations with gcc 2.95.3.
24827
24828 2003-02-05 Keith Seitz <keiths@redhat.com>
24829 Andrew Cagney <ac131313@redhat.com>
24830
24831 * gdb.mi/mi-cli.exp: New file.
24832
24833 2003-02-04 Michael Chastain <mec@shout.net>
24834
24835 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
24836 Call perror and then continue.
24837
24838 2003-02-03 Michael Chastain <mec@shout.net>
24839
24840 * gdb.c++/pr-1023.cc: New file.
24841 * gdb.c++/pr-1023.exp: New file.
24842
24843 2003-02-05 Jim Blandy <jimb@redhat.com>
24844
24845 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
24846 it's local to foobar. Check for it there, and check that it's not
24847 present in main.
24848 * gdb.c++/local.cc (marker2): New function.
24849 (foobar): Call marker1.
24850 (main): Call marker2 instead of marker1.
24851
24852 2003-02-04 Andrew Cagney <ac131313@redhat.com>
24853
24854 * gdb.disasm/mn10200.exp: Obsolete file.
24855 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
24856 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
24857 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
24858
24859 2003-02-04 David Carlton <carlton@math.stanford.edu>
24860
24861 * gdb.c++/overload.exp: Test intToChar(1).
24862 * gdb.c++/overload.cc (intToChar): New.
24863 (main): Call intToChar.
24864
24865 2003-02-03 David Carlton <carlton@math.stanford.edu>
24866
24867 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
24868 'might_kfail' arg.
24869 KFAIL some of the continue_to_bp_overloaded calls, according to
24870 PR c++/1025.
24871
24872 2003-02-01 Michael Chastain <mec@shout.net>
24873
24874 * gdb.base/advance.c (marker1): New marker function.
24875 * gdb.base/advance.exp: When the 'advance' command lands on the
24876 return breakpoint, it can legitimately stop on either the
24877 current line or the next line. Accommodate both outcomes.
24878 * gdb.base/until.exp: Likewise.
24879
24880 2003-02-02 Andrew Cagney <ac131313@redhat.com>
24881
24882 2002-11-10 Jason Molenda (jason-cl@molenda.com):
24883 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
24884 now a list, not a tuple.
24885 * gdb.mi/mi-var-display.exp: Ditto.
24886 * gdb.mi/gdb792.exp: Ditto.
24887
24888 2003-02-01 Andrew Cagney <ac131313@redhat.com>
24889
24890 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
24891 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
24892 stack backtraces.
24893 * gdb.mi/mi-syn-frame.c: Part of same.
24894
24895 2003-02-01 Mark Kettenis <kettenis@gnu.org>
24896
24897 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
24898 gdb.mi/mi1-pthreads.exp: Return instead of calling
24899 gdb_suppress_entire_file.
24900
24901 2003-02-01 Mark Salter <msalter@redhat.com>
24902
24903 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
24904
24905 2003-01-31 Mark Salter <msalter@redhat.com>
24906
24907 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
24908 Support empty arg.
24909
24910 2003-01-30 Michael Chastain <mec@shout.net>
24911
24912 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
24913 This was a workaround for a UTF-8 bug in readline 4.3. The bug
24914 has been fixed in gdb/readline on 2003-01-09.
24915
24916 2003-01-29 Michael Snyder <msnyder@redhat.com>
24917
24918 * gdb.base/maint.exp: Allow for leading underscore in symbol.
24919 * gdb.base/display.exp: Allow for leading underscore in symbol.
24920 * gdb.base/args.exp: Skip if target does not support args passing.
24921
24922 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
24923
24924 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
24925 gdb_test. Accept a list of expect arguments as the third
24926 parameter.
24927 (gdb_test): Use it.
24928
24929 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
24930
24931 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
24932 allow for different test tree configurations. Update some
24933 tescases accordingly.
24934 * gdb.arch/altivec-regs.exp: Ditto.
24935 * gdb.asm/asm-source.exp: Ditto.
24936 * gdb.base/advance.exp: Ditto.
24937 * gdb.base/display.exp: Ditto.
24938 * gdb.base/long_long.exp: Ditto.
24939 * gdb.base/mips_pro.exp: Ditto.
24940 * gdb.base/overlays.exp: Ditto.
24941 * gdb.base/relocate.exp: Ditto.
24942 * gdb.base/setshow.exp: Ditto.
24943 * gdb.base/step-line.exp: Ditto.
24944 * gdb.base/step-test.exp: Ditto.
24945 * gdb.base/until.exp: Ditto.
24946 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
24947
24948 2003-01-17 David Carlton <carlton@math.stanford.edu>
24949
24950 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
24951 corresponding to PR c++/945.
24952 Update copyright.
24953
24954 2003-01-17 David Carlton <carlton@math.stanford.edu>
24955
24956 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
24957 corresponding to PR c++/68.
24958
24959 2003-01-17 David Carlton <carlton@math.stanford.edu>
24960
24961 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
24962 (test_paddr_hairy_functions): Call print_addr_2_kfail for
24963 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
24964
24965 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
24966
24967 * gdb.base/break.exp: Fix change of default location, because of
24968 removal of until tests.
24969 * gdb.base/help.exp: Update test for new 'until' help message.
24970 Add test for help on 'advance'.
24971 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
24972
24973 2003-01-15 Mark Kettenis <kettenis@gnu.org>
24974
24975 * gdb.base/default.exp: Adapt "info float" test for recent changes
24976 to that command. Add test for "info vector".
24977 * gdb.base/float.exp: New file. Add test for "info float" that
24978 resembles the old test in gdb.base/default.exp.
24979
24980 2003-01-15 David Carlton <carlton@math.stanford.edu>
24981
24982 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
24983
24984 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
24985
24986 * gdb.base/break.exp: Move the tests of until command from here...
24987 * gdb.base/until.exp: ... to here. New file. Add other tests.
24988 * gdb.base/advance.c: New file.
24989 * gdb.base/advance.exp: New file.
24990
24991 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
24992
24993 * gdb.base/args.c: New file.
24994 * gdb.base/args.exp: New file.
24995
24996 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
24997
24998 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
24999
25000 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
25001
25002 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
25003
25004 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
25005
25006 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
25007 dates.
25008
25009 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
25010
25011 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
25012
25013 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
25014
25015 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
25016 (ptype &*"foo").
25017 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
25018
25019 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
25020
25021 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
25022 * gdb.mi/mi1-console.exp: Likewise.
25023
25024 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
25025
25026 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
25027 * gdb.mi/mi1-console.exp: Likewise.
25028
25029 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
25030
25031 * gdb.c++/overload.exp: Remove some fixed XFAILs.
25032
25033 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
25034
25035 * gdb.base/detach.exp: New test.
25036
25037 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
25038
25039 * Makefile.in (ALL_SUBDIRS): New variable.
25040 (subdirs, clean, distclean): Use it.
25041 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
25042 regenerating Makefile, since it is generated from the top level.
25043 * gdb.asm/Makefile.in: Likewise.
25044 * gdb.base/Makefile.in: Likewise.
25045 * gdb.c++/Makefile.in: Likewise.
25046 * gdb.disasm/Makefile.in: Likewise.
25047 * gdb.java/Makefile.in: Likewise.
25048 * gdb.mi/Makefile.in: Likewise.
25049 * gdb.threads/Makefile.in: Likewise.
25050 * gdb.trace/Makefile.in: Likewise.
25051
25052 2003-01-09 David Carlton <carlton@math.stanford.edu>
25053
25054 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
25055 Add copyright year 2003.
25056
25057 2003-01-06 Michael Chastain <mec@shout.net>
25058
25059 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
25060 When selecting a thread, 'line' and 'file' are optional.
25061 * gdb.mi/mi1-pthreads.exp: Likewise.
25062
25063 2003-01-06 Andreas Schwab <schwab@suse.de>
25064
25065 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
25066 failures.
25067
25068 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
25069
25070 Fix PR gdb/844
25071 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
25072 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
25073
25074 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
25075 instead of calling gdb_suppress_entire_file.
25076 * gdb.threads/print-threads.exp: Likewise.
25077 * gdb.threads/schedlock.exp: Likewise.
25078
25079 * gdb.threads/killed.exp: Return instead of calling
25080 gdb_suppress_entire_file.
25081 * gdb.threads/linux-dp.exp: Likewise.
25082 * gdb.threads/pthreads.exp: Likewise.
25083
25084 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
25085
25086 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
25087 stabs.
25088 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
25089 * gdb.base/whatis.exp: Always allow (void) after function names.
25090
25091 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
25092
25093 * gdb.c++/casts.exp: Correct regexp.
25094
25095 2003-01-04 Mark Kettenis <kettenis@gnu.org>
25096
25097 * configure.in: Call AC_CONFIG_HEADER. Don't call
25098 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
25099 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
25100 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
25101 aforementioned directories in the AC_OUPUT call.
25102 * config.hin: New file.
25103 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
25104 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
25105 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
25106 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
25107 pass -I$objdir instead of -I$objdir/$subdir in compilation.
25108 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
25109 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
25110 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
25111 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
25112 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
25113 gdb.threads/configure.in, gdb.threads/configure,
25114 gdb.threads/config.in, gdb.trace/configure.in,
25115 gdb.trace/configure: Removed.
25116
25117 2003-01-03 Michael Chastain <mec@shout.net>
25118
25119 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
25120 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
25121
25122 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
25123
25124 * gdb.base/store.exp: Fix regular expressions.
25125
25126 2002-12-28 Mark Kettenis <kettenis@gnu.org>
25127
25128 * configure.in: Rewrite.
25129 * configure: Regenerated.
25130
25131 2003-01-03 David Carlton <carlton@math.stanford.edu>
25132
25133 * gdb.base/psymtab.exp: New file.
25134 * gdb.base/psymtab1.c: Ditto.
25135 * gdb.base/psymtab2.c: Ditto.
25136
25137 2002-12-23 Adam Fedor <fedor@gnu.org>
25138
25139 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
25140
25141 2002-12-23 David Carlton <carlton@math.stanford.edu>
25142
25143 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
25144 and current_directory initialization.
25145
25146 2002-12-22 Jim Blandy <jimb@redhat.com>
25147
25148 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
25149 rather than as part of the output file name.
25150
25151 * gdb.base/attach.exp: There's no need to copy the test program to
25152 /tmp; that was only ever necessary on HP/UX, and this test is
25153 entirely disabled there anyway.
25154
25155 2002-12-21 Jim Blandy <jimb@redhat.com>
25156
25157 * gdb.c++/psmang.exp: Doc fix.
25158
25159 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
25160 test.
25161
25162 2002-12-20 David Carlton <carlton@math.stanford.edu>
25163
25164 * gdb.c++/annota2.exp: KFAIL annotate-quit.
25165
25166 2002-12-18 Michael Chastain <mec@shout.net>
25167
25168 * gdb.c++/annota2.exp: Add copyright year 2002.
25169
25170 2002-12-17 David Carlton <carlton@math.stanford.edu>
25171
25172 * gdb.c++/try_catch.cc: Add marker comments.
25173 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
25174 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
25175 * gdb.c++/m-static.cc: Ditto.
25176 * gdb.c++/m-static1.cc: Ditto.
25177 * gdb.c++/try_catch.cc: Ditto.
25178
25179 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
25180
25181 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
25182 to see whether we are using the new -environment-directory
25183 command which resets via -r or the old version of the command
25184 which may prompt the user. Part of fix for gdb/741.
25185
25186 2002-12-13 Andrew Cagney <ac131313@redhat.com>
25187
25188 * gdb.fortran/types.exp: Update obsolete comment.
25189 * gdb.fortran/exprs.exp: Ditto.
25190 * lib/gdb.exp: Delete obsolete code.
25191 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
25192 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
25193 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
25194 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
25195 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
25196 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
25197 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
25198 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
25199 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
25200 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
25201 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
25202 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
25203 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
25204 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
25205 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
25206 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
25207 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
25208 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
25209 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
25210 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
25211 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
25212 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
25213 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
25214 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
25215 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
25216 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
25217 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
25218 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
25219 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
25220 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
25221 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
25222 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
25223 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
25224 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
25225 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
25226 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
25227 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
25228
25229 2002-12-11 David Carlton <carlton@math.stanford.edu>
25230
25231 * gdb.c++/m-data.exp: Add test for members that shadow global
25232 variables: see PR gdb/804.
25233 * gdb.c++/m-data.cc: Ditto.
25234
25235 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
25236
25237 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
25238
25239 2002-12-06 David Carlton <carlton@math.stanford.edu>
25240
25241 * gdb.base/store.c: Don't declare functions static.
25242
25243 2002-12-04 Andrew Cagney <ac131313@redhat.com>
25244
25245 * gdb.base/store.exp, gdb.base/store.c: New files.
25246
25247 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
25248
25249 * gdb.base/selftest.exp: Update for current gdb.
25250
25251 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
25252
25253 * gdb.base/maint.exp: Only dump symbols from one source file
25254 or objfile.
25255
25256 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
25257
25258 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
25259 function call.
25260
25261 2002-11-25 Jim Blandy <jimb@redhat.com>
25262
25263 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
25264 function appearing in error message.
25265
25266 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
25267
25268 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
25269
25270 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
25271
25272 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
25273 for mi1 and current mi is in correct format. New mi startup message
25274 should be in mi console format. This is part of fix for PR gdb/604.
25275
25276 2002-09-18 Fernando Nasser <fnasser@redhat.com>
25277
25278 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
25279 which explicitly prints the zero offset as "+0".
25280
25281 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
25282
25283 * gdb.threads/schedlock.c (args): Make unsigned.
25284
25285 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
25286
25287 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
25288 numbers. Allow "foo2|selected stack frame".
25289 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
25290 * gdb.asm/asmsrc2.s: Likewise.
25291 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
25292 comments.
25293 * gdb.asm/mips.inc: New file.
25294
25295 2002-10-18 Adam Fedor <fedor@gnu.org>
25296
25297 * gdb.base/default.exp: Update expected output to include 'ObjC'.
25298 * gdb.base/help.exp: Likewise.
25299
25300 2002-10-17 Kevin Buettner <kevinb@redhat.com>
25301
25302 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
25303 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
25304
25305 2002-10-02 Jim Blandy <jimb@redhat.com>
25306
25307 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
25308
25309 2002-10-01 Andrew Cagney <ac131313@redhat.com>
25310
25311 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
25312 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
25313 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
25314 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
25315 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
25316 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
25317 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
25318
25319 2002-09-29 Andrew Cagney <ac131313@redhat.com>
25320
25321 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
25322 * mi0-disassemble.exp, mi0-eval.exp: Delete.
25323 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
25324 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
25325 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
25326 * mi0-var-block.exp, mi0-var-child.exp: Delete.
25327 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
25328
25329 2002-09-27 Kevin Buettner <kevinb@redhat.com>
25330
25331 * gdb.base/annota1.exp (info break): Make directory components of
25332 path optional since not all compilers emit this debug information.
25333
25334 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
25335 step ends up stepping out of the function instead of stopping on
25336 the epilogue.
25337
25338 2002-09-26 Keith Seitz <keiths@redhat.com>
25339
25340 * lib/insight-support.exp (gdbtk_start): Figure out where
25341 the insight executable is based on where gdb is. Use this
25342 executable to start insight instead of gdb.
25343
25344 2002-09-25 Andrew Cagney <cagney@redhat.com>
25345
25346 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
25347
25348 2002-09-24 Andrew Cagney <ac131313@redhat.com>
25349
25350 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
25351 test_isolated_complaints.
25352 (test_empty_complaint): New function.
25353 (test_empty_complaints): New function. Check no output when no
25354 complaints.
25355
25356 2002-09-19 Jim Blandy <jimb@redhat.com>
25357
25358 * gdb.base/charset.exp, gdb.base/charset.c: New files.
25359
25360 2002-09-19 Andrew Cagney <ac131313@redhat.com>
25361
25362 * gdb.gdb/complaints.exp: New file.
25363
25364 2002-09-18 Andrew Cagney <ac131313@redhat.com>
25365
25366 * gdb.base/maint.exp: Check `help maint internal-warning'.
25367
25368 2002-09-18 David Carlton <carlton@math.stanford.edu>
25369
25370 * gdb.c++/m-static.exp: Remove breakpoints depending on line
25371 numbers, and replace them by a single breakpoint after the
25372 constructors are all finished.
25373 Add test 4.
25374 * gdb.c++/m-static.cc: Add test 4.
25375 * gdb.c++/m-static.h: New file.
25376 * gdb.c++/m-static1.cc: New file.
25377
25378 * gdb.c++/printmethod.exp: New file.
25379 * gdb.c++/printmethod.cc: New file.
25380
25381 * gdb.c++/pr-574.exp: New file.
25382 * gdb.c++/pr-574.cc: New file.
25383
25384 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
25385
25386 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
25387 embedded targets which never actually exit.
25388
25389 2002-09-18 Fernando Nasser <fnasser@redhat.com>
25390
25391 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
25392 "don't step after run" as unresolved or unsupported, instead of xfail.
25393
25394 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
25395
25396 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
25397 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
25398 Add newline to expected string in "step out of main (status wrapper)"
25399 case.
25400
25401 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
25402
25403 * lib/gdb.exp (rerun_to_main): Allow restarting application.
25404 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
25405
25406 2002-09-17 Tom Tromey <tromey@redhat.com>
25407
25408 * gdb.base/printcmds.exp (test_print_string_constants): Expect
25409 \000, not \0, in double-quoted string.
25410
25411 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
25412
25413 * gdb.base/commands.exp: Don't expect a "Program exited normally"
25414 string after running the commands execution on breakpoint tests.
25415
25416 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
25417
25418 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
25419
25420 2002-09-12 Joel Brobecker <brobecker@gnat.com>
25421
25422 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
25423
25424 2002-09-10 Keith Seitz <keiths@redhat.com>
25425
25426 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
25427 runto proc.
25428 (mi_run_to_main): Use mi_runto.
25429 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
25430
25431 2002-09-10 Keith Seitz <keiths@redhat.com>
25432
25433 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
25434 regexp for stopping at main. Could have multiple event notifications.
25435 Don't assume that main was declared with no parameters.
25436 (mi_next): Use mi_step_to.
25437 (mi_step): Use mi_next_to.
25438
25439 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
25440
25441 * gdb.base/default.exp: Fix expected string in `info float' test.
25442
25443 2002-09-09 Ben Elliston <bje@redhat.com>
25444
25445 * config/mips.exp: Update comments.
25446 * config/mips-idt.exp: Likewise.
25447 * config/nind.exp: Likewise.
25448 * config/slite.exp: Likewise.
25449 * config/sparclet.exp: Likewise.
25450 * config/udi.exp: Likewise.
25451 * config/vx.exp: Likewise.
25452 * config/vxworks29k.exp: Likewise.
25453
25454 2002-09-05 Jim Blandy <jimb@redhat.com>
25455
25456 * gdb.threads/killed.exp: Fix test failure message.
25457
25458 2002-09-04 Keith Seitz <keiths@redhat.com>
25459
25460 * lib/mi-support.exp: Update copyright.
25461 (mi_gdb_test): Increase the priority of the expected pattern
25462 so that it matches gdb_test.
25463
25464 2002-09-03 Keith Seitz <keiths@redhat.com>
25465
25466 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
25467 Use integer comparison instead of string comparison for testing
25468 whether binary was built.
25469
25470 2002-09-03 Jim Blandy <jimb@redhat.com>
25471
25472 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
25473
25474 2002-08-29 Jim Blandy <jimb@redhat.com>
25475
25476 * gdb.threads/pthreads.exp: Move the portable thread compilation
25477 code into a function in lib/gdb.exp, and call that from here.
25478 * lib/gdb.exp (gdb_compile_pthreads): New function.
25479
25480 2002-08-29 Keith Seitz <keiths@redhat.com>
25481
25482 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
25483 expect_out so that callers can get at it.
25484
25485 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
25486
25487 * gdb.threads/print-threads.c: New file.
25488 * gdb.threads/print-threads.exp: New file.
25489 * gdb.threads/schedlock.c: New file.
25490 * gdb.threads/schedlock.exp: New file.
25491
25492 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
25493
25494 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
25495 not altivec.c.
25496
25497 2002-08-17 Mark Kettenis <kettenis@gnu.org>
25498
25499 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
25500 targets. The problem should be fixed now.
25501
25502 2002-08-15 Mark Kettenis <kettenis@gnu.org>
25503
25504 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
25505 2002-07-24 change that removes final dots from error messages.
25506
25507 2002-08-13 Tom Tromey <tromey@redhat.com>
25508
25509 * gdb.base/readline.exp: New file.
25510
25511 2002-08-01 Andrew Cagney <ac131313@redhat.com>
25512
25513 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
25514 supress message.
25515
25516 2002-08-01 Andrew Cagney <cagney@redhat.com>
25517
25518 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
25519 CHILL_FOR_TARGET and CHILL_LIB.
25520 * configure.in (configdirs): Remove gdb.chill.
25521 * configure: Regenerate.
25522 * lib/gdb.exp: Obsolete references to chill.
25523 * gdb.fortran/types.exp: Ditto.
25524 * gdb.fortran/exprs.exp: Ditto.
25525
25526 2002-07-30 Kevin Buettner <kevinb@redhat.com>
25527
25528 * gdb.base/shlib-call.exp (additional_flags): Conditionally
25529 set Irix-specific compile and link flags.
25530
25531 2002-07-29 Kevin Buettner <kevinb@redhat.com>
25532
25533 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
25534 source files. The ``-o'' option doesn't work with the ``-E'' option
25535 when using the Irix compiler.
25536
25537 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
25538
25539 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
25540 Improve support for reusing an exec file. Copy exec file
25541 to target, and run gdbserver on the target instead of on the host.
25542
25543 2002-07-18 Jim Blandy <jimb@redhat.com>
25544
25545 * gdb.base/ending-run.exp: Don't expect to see the program end in
25546 some orderly fashion when we're running on a real stand-alone
25547 board.
25548
25549 * gdb.base/interrupt.exp: Correct logic for skipping tests on
25550 targets that don't support interrupts.
25551
25552 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
25553
25554 * gdb.base/attach.exp: Add patterns to match output from /proc-based
25555 systems.
25556 Move comments in expect statements to inside the actions, so that they
25557 don't get matched against.
25558
25559 2002-07-10 Mark Kettenis <kettenis@gnu.org>
25560
25561 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
25562 function when asleep" test.
25563
25564 2002-07-10 Andrew Cagney <ac131313@redhat.com>
25565
25566 * gdb.base/page.exp: Rewrite to handle problems with very long
25567 `info set' output. Update copyright.
25568
25569 2002-06-26 Andrew Cagney <ac131313@redhat.com>
25570
25571 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
25572 gdb.threads-hp.
25573 * gdb.hp/configure: Regenerate.
25574 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
25575 * gdb.hp/gdb.threads-hp/configure: Delete file.
25576 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
25577
25578 2002-06-22 Andrew Cagney <ac131313@redhat.com>
25579
25580 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
25581 setlocale, bindtextdomain and textdomain.
25582
25583 2002-06-11 Jim Blandy <jimb@redhat.com>
25584
25585 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
25586 preprocessor macro information is present.
25587
25588 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
25589 tests.
25590
25591 2002-06-06 Michael Snyder <msnyder@redhat.com>
25592
25593 * gdb.base/overlays.exp: Record addresses of overlay
25594 functions in TCL variables rather than in GDB variables,
25595 to avoid having GDB convert them to pointers (with loss
25596 of information).
25597
25598 * gdb.base/d10v.ld: Merge in several years worth of
25599 default linker script changes.
25600 * gdb.base/long_long.exp: Add check for sizeof (long double).
25601
25602 2002-06-06 Michal Ludvig <mludvig@suse.cz>
25603
25604 * gdb.asm/asm-source.exp: Add x86-64 target.
25605 * gdb.asm/x86_64.inc: New.
25606
25607 2002-05-30 Michael Chastain <mec@shout.net>
25608
25609 From Benjamin Kosnik <bkoz@redhat.com>:
25610 * gdb.c++/m-static.cc: New file.
25611 * gdb.c++/m-static.exp: New file.
25612
25613 2002-05-28 Michael Snyder <msnyder@redhat.com>
25614
25615 * gdb.base/call-ar-st.exp: Allow for reduced floating point
25616 precision.
25617
25618 2002-05-27 Michael Chastain <mec@shout.net>
25619
25620 From Benjamin Kosnik <bkoz@redhat.com>:
25621 * gdb.c++/m-data.cc: New file.
25622 * gdb.c++/m-data.exp: New file.
25623
25624 2002-05-27 Michael Chastain <mec@shout.net>
25625
25626 From Benjamin Kosnik <bkoz@redhat.com>:
25627 * gdb.c++/try_catch.cc: New file.
25628 * gdb.c++/try_catch.exp: New file.
25629
25630 2002-05-27 Michael Chastain <mec@shout.net>
25631
25632 * gdb.c++/local.exp: Accept more nested types in output.
25633
25634 2002-05-26 Michael Chastain <mec@shout.net>
25635
25636 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
25637
25638 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
25639
25640 * lib/gdb.exp (gdb_wrapper_init): Just because
25641 gdb_wrapper_file exists, this does not mean that the file
25642 should not be rebuilt. That is what gdb_wrapper_initialized
25643 is for.
25644 (default_gdb_init): Reset gdb_wrapper_initialized.
25645
25646 2002-05-23 Michael Snyder <msnyder@redhat.com>
25647
25648 * gdb.base/all-bin.exp: Revise previous patch by just reducing
25649 the precision of the floating point test results.
25650 * gdb.base/call-rt-st.exp: Ditto.
25651
25652 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
25653 * gdb.base/call-rt-st.exp: Ditto.
25654
25655 2002-05-19 Michael Chastain <mec@shout.net>
25656
25657 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
25658
25659 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
25660
25661 * configure.in (configdirs): Add gdb.arch.
25662 * configure: Regenerate.
25663
25664 2002-05-17 Jim Blandy <jimb@redhat.com>
25665
25666 * gdb.base/completion.exp: Recognize the more detailed error
25667 messages produced by the macro expander's lexical analyzer.
25668
25669 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
25670
25671 * gdb.arch/altivec-abi.c: New file.
25672 * gdb.arch/altivec-abi.exp: New file.
25673 * gdb.arch/altivec-regs.c: New file.
25674 * gdb.arch/altivec-regs.exp: New file.
25675
25676 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
25677
25678 * gdb.base/maint.exp (maint print type): Update for new type
25679 structure.
25680
25681 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
25682
25683 * gdb.arch: New directory.
25684 * gdb.arch/configure.in: New file.
25685 * gdb.arch/configure: New file.
25686 * gdb.arch/Makefile.in: New file.
25687
25688 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
25689
25690 * gdb.asm/asm-source.exp: Add v850 as supported target.
25691 * gdb.asm/v850.inc: New file.
25692
25693 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
25694
25695 * gdb.c++/annota2.exp (annotate-quit): Add comment.
25696
25697 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
25698
25699 * gdb.base/break.exp: Check 'break "marker2"'.
25700
25701 2002-05-10 Michael Snyder <msnyder@redhat.com>
25702
25703 * gdb.base/long_long.exp: Fix typo.
25704
25705 2002-05-10 Jim Blandy <jimb@redhat.com>
25706
25707 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
25708 a bug.
25709
25710 * gdb.base/printcmds.exp (test_integer_literals_rejected):
25711 Recognize more detailed error message produced by the macro
25712 expander's lexical analyzer.
25713 * lib/gdb.exp (test_print_reject): Same.
25714
25715 2002-05-09 Mark Kettenis <kettenis@gnu.org>
25716
25717 * gdb.c++/method.exp: Fix typo.
25718
25719 2002-05-08 Michael Snyder <msnyder@redhat.com>
25720
25721 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
25722 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
25723 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
25724 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
25725 Add iftarget clause for strongarm.
25726
25727 2002-05-06 Michael Snyder <msnyder@redhat.com>
25728
25729 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
25730 (gdb_continue_to_end): Accept output from status wrapper.
25731 * gdb.base/ending-run.exp: Add case for output from status wrapper.
25732 Clean up fail messages to match pass messages.
25733
25734 Enable the "needs_status_wrapper" testsuite feature.
25735 * lib/gdb.exp (gdb_wrapper_init): New procedure.
25736 (gdb_compile): Conditionally call gdb_wrapper_init.
25737 * gdb.base/a2-run.exp: Recognize output from status wrapper.
25738 * gdb.c++/method.exp: Recognize output from status wrapper.
25739
25740 2002-05-06 Ben Elliston <bje@redhat.com>
25741 From Graydon Hoare <graydon@redhat.com>
25742
25743 * config/sid.exp: Include support for "rawsid" protocol.
25744
25745 2002-05-03 Jim Blandy <jimb@redhat.com>
25746
25747 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
25748 * gdb.c++/hang3.C: New file.
25749
25750 2002-05-04 Andrew Cagney <ac131313@redhat.com>
25751
25752 * gdb.base/default.exp: Remove obsolete code.
25753 * gdb.c++/misc.exp: Ditto. Update copyright.
25754 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
25755 * gdb.base/whatis.exp: Ditto. Update copyright.
25756 * gdb.base/scope.exp: Ditto. Update copyright.
25757 * gdb.base/ptype.exp: Ditto. Update copyright.
25758 * gdb.base/printcmds.exp: Ditto. Update copyright.
25759 * gdb.base/opaque.exp: Ditto. Update copyright.
25760 * gdb.base/list.exp: Ditto.
25761 * gdb.base/funcargs.exp: Ditto. Update copyright.
25762 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
25763 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
25764 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
25765 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
25766 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
25767 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
25768
25769 2002-05-02 Michael Snyder <msnyder@redhat.com>
25770
25771 * gdb.base/watchpoint.exp: Add xscale target.
25772 * gdb.base/long_long.exp: Add xscale target.
25773 * gdb.base/default.exp: Add xscale target.
25774
25775 2002-05-01 Jim Blandy <jimb@redhat.com>
25776
25777 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
25778 gdb.c++/hang.exp: New test.
25779
25780 2002-05-01 Fred Fish <fnf@redhat.com>
25781
25782 * gdb.base/completion.exp: Handle completions of "./Make" for
25783 more than one completion possibility, as is the case when we
25784 build and test in the source tree.
25785
25786 2002-04-29 Anthony Green <green@redhat.com>
25787
25788 * gdb.java/jmisc1.exp: New file.
25789 * gdb.java/jmisc2.exp: New file.
25790
25791 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
25792
25793 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
25794
25795 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
25796
25797 * gdb.base/help.exp: Change 'help status' to allow for target
25798 dependent output differences.
25799
25800 2002-04-22 Michael Chastain <mec@shout.net>
25801
25802 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
25803
25804 2002-04-22 Michael Chastain <mec@shout.net>
25805
25806 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
25807
25808 2002-04-17 David S. Miller <davem@redhat.com>
25809
25810 * gdb.asm/sparc64.inc: New file.
25811 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
25812
25813 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
25814
25815 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
25816 instruction file directly into the build tree. Clean up at end of
25817 test.
25818
25819 2002-04-18 David S. Miller <davem@redhat.com>
25820
25821 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
25822 handle 64-bit platforms correctly.
25823 * gdb.base/maint.exp: Likewise.
25824
25825 2002-04-18 Kevin Buettner <kevinb@redhat.com>
25826
25827 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
25828 ``-fpic'' when compiling files comprising a shared library, but
25829 it does need additional linker flags in order to find shared
25830 libraries at run time.
25831
25832 2002-04-18 Kevin Buettner <kevinb@redhat.com>
25833
25834 * gdb.base/cvexpr.c (use): New function.
25835 (main): Invoke use() on all global variables to prevent
25836 some linkers from deleting these otherwise unused symbols.
25837
25838 2002-04-17 Michael Chastain <mec@shout.net>
25839 From David S. Miller <davem@redhat.com>
25840
25841 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
25842 handle 64-bit platforms correctly.
25843
25844 2002-04-12 Michael Snyder <msnyder@redhat.com>
25845 From Jim Blandy <jimb@redhat.com>
25846 * gdb.base/foo.c (foox): Remove section attribute; the linker
25847 script can handle this instead.
25848 * gdb.base/bar.c (barx): Same.
25849 * gdb.base/baz.c (bazx): Same.
25850 * gdb.base/grbx.c (grbxx): Same.
25851
25852 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
25853 manager doesn't automatically unmap overlays unnecessarily.
25854
25855 2002-04-10 Martin M. Hunt <hunt@redhat.com>
25856
25857 * gdb.base/ending-run.exp: Fix pattern for Mips targets
25858 stepping out of main.
25859
25860 2002-04-09 Michael Chastain <mec@shout.net>
25861
25862 * gdb.c++/local.cc (main): Move call to marker1() inside nested
25863 scope so that the nested scope tests will make sense.
25864 * gdb.c++/local.exp: Write patterns that actually work with gcc
25865 (the HP patterns "were never known to work with gcc").
25866 Keep the old aCC patterns too.
25867
25868 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
25869
25870 * gdb.base/attach.exp: Correct target board test.
25871
25872 2002-04-08 Michael Chastain <mec@shout.net>
25873
25874 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
25875 in a const method. Add some xfail and fail cases for configurations
25876 that do not emit the "const ...".
25877
25878 2002-04-07 Michael Chastain <mec@shout.net>
25879
25880 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
25881 Accept "A * const" and "const A * const" as type of "this".
25882 Fix spelling of getFunky throughout. Make messages uniform.
25883
25884 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
25885
25886 Work around for PR gdb/285:
25887 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
25888
25889 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
25890
25891 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
25892 instructions file at run time instead of configure time.
25893 Sometimes we run the test in a directory that is not the one we
25894 configured in.
25895 * gdb.asm/configure.in: Delete creation of symlink.
25896 * gdb.asm/configure: Regenerate.
25897
25898 2002-04-05 J. Brobecker <brobecker@gnat.com>
25899
25900 * gdb.gdb/xfullpath.exp: New test, to exercise the new
25901 xfullpath () function.
25902
25903 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
25904
25905 * gdb.asm/Makefile.in: Correct dependencies.
25906
25907 * gdb.asm/powerpc.inc: New file.
25908 * gdb.asm/asm-source.exp: Add PowerPC.
25909 * gdb.asm/configure.in: Likewise.
25910 * gdb.asm/configure: Regenerated.
25911
25912 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
25913
25914 * gdb.base/relocate.exp: New file.
25915 * gdb.base/relocate.c: New file.
25916
25917 2002-04-04 Fred Fish <fnf@redhat.com>
25918
25919 * gdb.base/step-test.exp: Update comment regarding stopping in
25920 memcpy/bcopy calls inserted as part of the compiler runtime.
25921
25922 2002-04-04 Michael Snyder <msnyder@redhat.com>
25923
25924 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
25925
25926 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
25927
25928 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
25929 (gdb_expect): Remove $notransfer hack.
25930
25931 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
25932
25933 * gdb.c++/classes.exp ("calling method for small class"): Match
25934 updated register output.
25935
25936 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
25937
25938 Fix PR gdb/452
25939 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
25940 when finished. Make gdb_file_cmd send "exec-file" when
25941 appropriate.
25942
25943 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
25944
25945 * gdb.base/attach.exp: Remove extra setup_xfail.
25946
25947 2002-03-26 Michael Snyder <msnyder@redhat.com>
25948
25949 * gdb.base/default.exp: Add tests for dump, append, and restore.
25950 * gdb.base/help.exp: Add tests for dump, append, and restore.
25951 * gdb.base/dump.exp: New file, test dump, append and restore.
25952 * gdb.base/dump.c: New file.
25953
25954 2002-03-27 Michael Snyder <msnyder@redhat.com>
25955
25956 * gdb.base/help.exp: Modify expect strings to reflect
25957 clean-ups in help messages.
25958
25959 2002-03-26 Fred Fish <fnf@redhat.com>
25960
25961 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
25962 have debugging info for those functions and the compiler uses them
25963 internally to copy structs around.
25964
25965 2002-03-26 Fred Fish <fnf@redhat.com>
25966
25967 * gdb.base/list.exp: Revert the change made yesterday and add note
25968 about why we don't list the default lines for remote targets.
25969
25970 2002-03-25 Michael Snyder <msnyder@redhat.com>
25971
25972 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
25973
25974 2002-03-25 Fred Fish <fnf@redhat.com>
25975
25976 * gdb.base/list.exp: This test works on remote targets so remove
25977 the short circuit for remote targets. Update copyright.
25978
25979 2002-03-25 Fred Fish <fnf@redhat.com>
25980
25981 * gdb.base/attach.exp: Fix logic error that was suppressing this
25982 test for all non hppa*-*-hpux* targets, instead of the hp target.
25983 Move comments closer to the suppression point. Also now need to
25984 check that we are running natively.
25985
25986 2002-03-22 Michael Snyder <msnyder@redhat.com>
25987
25988 * gdb.base/default.exp: Add test for gcore. Update copyright.
25989 * gdb.base/help.exp: Add test for gcore. Update copyright.
25990
25991 2002-03-06 Fred Fish <fnf@redhat.com>
25992
25993 * gdb.base/funcargs.c: Remove extraneous ';' character.
25994 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
25995
25996 2002-03-04 Michael Chastain <mec@shout.net>
25997
25998 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
25999 accommodate gcc v3 function signature.
26000 * gdb.mi/mi0-var-cmd-exp: Ditto.
26001
26002 2002-02-24 Andrew Cagney <ac131313@redhat.com>
26003
26004 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
26005 ``GNU/Linux'' or ``Linux kernel''
26006 * testsuite/gdb.threads/pthreads.c: Ditto.
26007
26008 2002-02-24 Michael Chastain <mec@shout.net>
26009
26010 * gdb.threads/pthreads.c (thread1): Add a return statement.
26011 (thread2): Likewise.
26012 (foo): Likewise.
26013
26014 2002-02-23 Michael Chastain <mec@shout.net>
26015
26016 * gdb.threads/linux-dp.c (philosopher): Add a return statement
26017 to placate gcc.
26018
26019 2002-02-23 Michael Chastain <mec@shout.net>
26020
26021 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
26022 test "ptype bint". The test passes on all my stabs configurations.
26023
26024 2002-02-21 Jim Blandy <jimb@redhat.com>
26025
26026 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
26027 filename at a time, and watch for the ones we want to see.
26028
26029 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
26030 types of pointers to prototyped functions.
26031
26032 2002-02-20 Andrew Cagney <ac131313@redhat.com>
26033
26034 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
26035 signed, unsigned and straight char.
26036 (padding_char, padding_short, padding_int, padding_long,
26037 padding_long_long, padding_float, padding_double,
26038 padding_long_double): New global variables.
26039 (fill, fill_structs): New functions.
26040
26041 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
26042 for correctly sized writes. Update copyright.
26043 (get_valueof): New procedure.
26044 (get_sizeof): Call get_valueof.
26045 (check_valueof): New procedure.
26046 (check_padding): New procedure.
26047
26048 2002-02-20 Michael Chastain <mec@shout.net>
26049
26050 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
26051 to setup_xfail. Document some of the remaining calls.
26052
26053 2002-02-18 Michael Chastain <mec@shout.net>
26054
26055 * gdb.c++/userdef.exp: Update copyright year.
26056
26057 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
26058
26059 * gdb.c++/userdef.exp: Test overloaded operators properly.
26060 Remove xfails.
26061
26062 2002-02-14 Michael Snyder <msnyder@redhat.com>
26063
26064 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
26065
26066 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
26067
26068 * gdb.base/a2-run.exp: Check for a remote target properly.
26069 * gdb.base/annota1.exp: Likewise.
26070 * gdb.base/list.exp: Likewise.
26071 * gdb.base/reread.exp: Likewise.
26072 * gdb.base/scope.exp: Likewise.
26073 * gdb.base/shlib-call.exp: Likewise.
26074 * gdb.base/term.exp: Likewise.
26075 * gdb.c++/annota2.exp: Likewise.
26076
26077 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
26078
26079 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
26080
26081 2002-02-10 Michael Chastain <mec@shout.net>
26082
26083 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
26084 (call_after_alloca): Ditto.
26085
26086 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
26087
26088 * gdb.base/ending-run.exp: Guard "cont" test with
26089 gdb_skip_stdio_test.
26090
26091 2002-02-06 Jim Blandy <jimb@redhat.com>
26092
26093 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
26094 from here...
26095 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
26096 To here. Disable this test on non-HP platforms. Add big comment.
26097
26098 2002-02-04 Michael Snyder <msnyder@redhat.com>
26099
26100 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
26101 other than d10v and m32r.
26102
26103 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
26104
26105 * gdb.base/default.exp: Rewrite test patterns to reduce time
26106 taken to match them.
26107
26108 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
26109
26110 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
26111 Allow a start function above main.
26112 * gdb.threads/linux-dp.exp: Fix copyright date.
26113
26114 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
26115
26116 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
26117 (check_philosopher_stack): Check for manager thread before checking
26118 for a just-starting thread.
26119
26120 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
26121
26122 From Neil Booth <neil@daikokuya.demon.co.uk>:
26123 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
26124 warnings.
26125
26126 2002-01-21 Fred Fish <fnf@redhat.com>
26127
26128 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
26129 not caller.
26130
26131 2002-01-21 Jim Blandy <jimb@redhat.com>
26132
26133 * gdb.base/reread.exp: Check that GDB properly re-reads the
26134 executable file when it changes while no inferior is running.
26135
26136 2002-01-21 Fred Fish <fnf@redhat.com>
26137
26138 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
26139 optionally accept the "shlib events" variation.
26140
26141 2002-01-21 Jim Blandy <jimb@redhat.com>
26142
26143 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
26144 call `fflush' after every `printf', so that the output is produced
26145 at predictable points, regardless of whatever buffering does (or
26146 doesn't) take place.
26147 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
26148 at different points.
26149
26150 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
26151
26152 * gdb.c++/inherit.exp: Update copyright years.
26153 * gdb.c++/method.exp: Likewise.
26154
26155 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
26156
26157 * gdb.c++/classes.exp: Update for improved v3 support and skipping
26158 artificial methods/arguments.
26159 * gdb.c++/derivation.exp: Likewise.
26160 * gdb.c++/inherit.exp: Likewise.
26161 * gdb.c++/method.exp: Likewise.
26162 * gdb.c++/virtfunc.exp: Likewise.
26163
26164 2002-01-18 Andrew Cagney <ac131313@redhat.com>
26165
26166 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
26167 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
26168 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
26169 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
26170 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
26171 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
26172
26173 2002-01-17 Jim Blandy <jimb@redhat.com>
26174
26175 * gdb.asm/asm-source.exp (info symbol): Take another shot at
26176 anchoring the pattern matching the entry point symbol's name.
26177
26178 2002-01-17 Andrew Cagney <ac131313@redhat.com>
26179
26180 * gdb.base/maint.exp: Update ``maint internal-error'' to match
26181 continue/quit query. Update copyright.
26182
26183 2002-01-14 Michael Snyder <msnyder@redhat.com>
26184
26185 * gdb.base/gcore.exp: Remove extra debugging output.
26186
26187 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
26188
26189 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
26190 for slightly dubious v2 mangled string.
26191
26192 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
26193
26194 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
26195
26196 2002-01-10 Jason Merrill <jason@redhat.com>
26197
26198 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
26199
26200 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
26201 constructors.
26202 * gdb.c++/derivation.exp: Likewise.
26203 * gdb.c++/templates.exp: Likewise.
26204 * gdb.c++/virtfunc.exp: Likewise.
26205
26206 2002-01-10 Michael Snyder <msnyder@redhat.com>
26207
26208 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
26209
26210 2002-01-08 Michael Snyder <msnyder@redhat.com>
26211
26212 * gdb.base/gcore.exp: New test for generate-core-file command.
26213 * gdb.base/gcore.c: Testcase for above.
26214 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
26215
26216 2002-01-08 Jason Merrill <jason@redhat.com>
26217
26218 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
26219
26220 2002-01-07 Fred Fish <fnf@redhat.com>
26221
26222 * gdb.c++/overload.exp: Remove unconditional xfails for:
26223 print foo_instance1.overloadargs(1)
26224 print foo_instance1.overloadargs(1, 2)
26225 print foo_instance1.overloadargs(1, 2, 3)
26226 print foo_instance1.overloadargs(1, 2, 3, 4)
26227 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
26228 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
26229 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
26230 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
26231 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
26232 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
26233 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
26234 print foo_instance1.overload1arg()
26235 print foo_instance1.overload1arg((char)arg2)
26236 print foo_instance1.overload1arg((signed char)arg3)
26237 print foo_instance1.overload1arg((unsigned char)arg4)
26238 print foo_instance1.overload1arg((int)arg7)
26239 print foo_instance1.overload1arg((unsigned int)arg8)
26240 print foo_instance1.overload1arg((float)arg11)
26241 print foo_instance1.overload1arg((double)arg12)
26242
26243 2002-01-07 Michael Snyder <msnyder@redhat.com>
26244
26245 * gdb.base/huge.exp: New test. Print a very large target data object.
26246 (skip_huge_test): New test variable. Define if you want to skip this
26247 test. The test reads an 8 megabyte data object from the target, so it
26248 might be very time consuming on remote targets with a slow connection.
26249 * gdb.base/huge.c: New file. Test case for above.
26250
26251 2002-01-07 Fred Fish <fnf@redhat.com>
26252
26253 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
26254 g_instance.bfoo, and g_instance.cfoo.
26255
26256 2002-01-07 Jeffrey A Law <law@redhat.com>
26257
26258 * gdb.base/break.c (multi_line_if_conditional): New function.
26259 (multi_ilne_while_conditional): Likewise.
26260 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
26261 IF or WHILE condition puts the breakpoint at the start of
26262 the condition.
26263
26264 * gdb.base/selftest.exp (backtrace through signal handler): Remove
26265 hppa*-*-hpux* expected failure.
26266 * gdb.base/structs.exp (do_function_calls): Similarly.
26267
26268 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
26269 watchpoints.
26270
26271 2002-01-06 Andrew Cagney <ac131313@redhat.com>
26272
26273 Fix PR gdb/66.
26274 * gdb.base/structs.exp: Replace skip for a29k with skip for
26275 gdb,cannot_call_functions.
26276 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
26277 * gdb.base/callfuncs.exp: Ditto.
26278 * gdb.base/call-rt-st.exp: Ditto.
26279 * gdb.base/call-strs.exp: Ditto.
26280 * gdb.base/callfwmall.exp: Ditto.
26281 * gdb.base/scope.exp: Obsolete xfail a29k.
26282 * gdb.c++/misc.exp: Ditto.
26283 * gdb.c++/cplusfuncs.exp: Ditto.
26284 * gdb.base/ptype.exp: Ditto.
26285 * gdb.base/printcmds.exp: Ditto.
26286 * gdb.base/opaque.exp: Ditto.
26287 * gdb.base/list.exp: Ditto.
26288 * gdb.base/funcargs.exp: Ditto.
26289 * gdb.base/default.exp: Ditto.
26290
26291 2002-01-04 Michael Snyder <msnyder@redhat.com>
26292
26293 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
26294 * gdb.base/maint.exp: Add tests for maint info sections options.
26295
26296 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
26297
26298 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
26299
26300 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
26301
26302 * gdb.asm/arm.inc: New file.
26303 * gdb.asm/asm-source.exp: Add arm targets.
26304 * gdb.asm/configure.in: Ditto.
26305 * gdb.asm/configure: Recreated from configure.in.
26306
26307 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
26308
26309 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
26310 with HP's compiler.
26311 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
26312 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
26313 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
26314 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
26315
26316 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
26317 either HP's compilers or GCC.
26318
26319 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
26320 a SIGBUS or SIGSEGV.
26321
26322 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
26323
26324 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
26325 can be compiled with either HP's compiler or GCC.
26326
26327 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
26328 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
26329 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
26330
26331 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
26332 to match current gdb output. Update due to using auto-solib-limit
26333 for limiting instead of overloading auto-solib-add.
26334 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
26335 test program.
26336
26337 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
26338 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
26339 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
26340 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
26341 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
26342 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
26343 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
26344 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
26345 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
26346 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
26347 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
26348 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
26349 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
26350
26351 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
26352 a SIGTRAP to the inferior.
26353
26354 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
26355
26356 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
26357 Substitute call to target_link by call to gdb_compile.
26358
26359 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
26360
26361 * gdb.base/break.exp: Fix HP specific search string when testing
26362 backtracing in a called function.
26363
26364 * gdb.base/constvars.exp: Only set lang to C++ if we're
26365 compiling the test with HP's compilers.
26366 * gdb.base/volatile.exp: Similarly.
26367
26368 2001-12-19 Jim Blandy <jimb@redhat.com>
26369
26370 * gdb.base/printcmds.exp: Expect the null character to be printed
26371 as '\0', and the '\013' to be printed as '\v'.
26372 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
26373 * gdb.base/setvar.exp: Same.
26374
26375 2001-12-17 Jim Blandy <jimb@redhat.com>
26376
26377 * gdb.base/completion.exp: Rather than completing very long
26378 filenames, which can make the readline library produce output we
26379 don't recognize, cd to the directory first, and then complete
26380 using nice, short relative paths.
26381
26382 * gdb.base/completion.exp: On some systems, there is, in fact, a
26383 variable named `b' in scope, since GDB treats all static
26384 variables as being in scope. So use `no_var_named_this'
26385 instead of `b'.
26386
26387 * gdb.base/corefile.exp: Recognize the message saying that GDB
26388 can't find the core file's registers as a failure.
26389
26390 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
26391
26392 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
26393 test expect string more specific.
26394
26395 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
26396
26397 * gdb.asm/asm-source.exp: Add support for xstormy16.
26398 * gdb.asm/configure.in: Ditto.
26399 * gdb.asm/configure: Rebuild.
26400 * gdb.asm/xstormy16.inc: New file.
26401
26402 2001-12-10 Fred Fish <fnf@redhat.com>
26403
26404 * gdb.base/maint.exp: Update to match changes in type dumping code.
26405
26406 2001-12-10 Jim Blandy <jimb@redhat.com>
26407
26408 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
26409 matching the entry point symbol's name at the beginning of the
26410 line.
26411
26412 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
26413
26414 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
26415 gdb.c++/inherit.exp, gdb.c++/method.exp,
26416 gdb.c++/namespace.exp, gdb.c++/templates.exp,
26417 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
26418 and class layout support.
26419
26420 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
26421
26422 * gdb.c++/classes.exp: Add test for static member function.
26423 * gdb.c++/misc.cc: Add class with static member function.
26424
26425 2001-12-07 Jim Blandy <jimb@redhat.com>
26426
26427 If GDB says it can't find the struct the function returned, report
26428 those tests as `unsupported'.
26429 * gdb.base/call-rt-st.exp (print_struct_call): New function.
26430 Rewrite subsequent tests to use it.
26431
26432 If GDB says it can't find the struct the function returned, report
26433 those tests as `unsupported'.
26434 * gdb.base/structs.exp (call_struct_func): New function.
26435 (do_function_calls): Use call_struct_func to call the functions
26436 returning structs.
26437
26438 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
26439 whether functions are prototyped or not, so we can't possibly pass
26440 arguments to t_float_values2 properly.
26441
26442 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
26443 value of `timeout' for targets other than the mips*tx39-*.
26444
26445 2001-12-06 Michael Snyder <msnyder@redhat.com>
26446
26447 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
26448 and detect whether the start symbol has a leading underscore.
26449
26450 2001-12-04 Jim Blandy <jimb@redhat.com>
26451
26452 * gdb.base/completion.exp: Clarify indentation.
26453
26454 2001-12-03 Jim Blandy <jimb@redhat.com>
26455
26456 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
26457 variables on the S/390, not `.word'.
26458
26459 2001-11-30 Jim Blandy <jimb@redhat.com>
26460
26461 Add assembly-source tests for s390-ibm-linux.
26462 * gdb.asm/s390.inc: New file.
26463 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
26464 the S/390 architecture.
26465 * gdb.asm/configure: Regenerated.
26466
26467 2001-11-30 Michael Snyder <msnyder@redhat.com>
26468
26469 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
26470 next, info source, info sources, info line, global and static
26471 variables, and static functions.
26472 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
26473 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
26474 * gdb.asm/asmsrc1.s: Add a static function and some variables.
26475 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
26476 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
26477 (gdbasm_leave): Restore frame pointer.
26478 (gdbasm_startup): Copy stack set-up from crt0.S.
26479
26480 2001-11-26 Fernando Nasser <fnasser@redhat.com>
26481
26482 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
26483 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
26484 to a local (non-static) variable. Copy tstruct.a to a static buffer
26485 and return a pointer to that buffer.
26486 * gdb.base/callfwmall.c (t_structs_a): Ditto.
26487
26488 2001-11-24 Mark Kettenis <kettenis@gnu.org>
26489
26490 * gdb.asm/configure.in: Fix recognition of ix86 target.
26491 * gdb.asm/configure: Regenerate.
26492
26493 2001-11-21 Michael Snyder <msnyder@redhat.com>
26494
26495 * gdb.asm/sparc.inc: New file.
26496 * gdb.asm/asm-source.exp: Recognize sparc target.
26497 * gdb.asm/configure.in: Recognize sparc target.
26498 * gdb.asm/configure: Regenerate.
26499
26500 2001-11-21 Michael Snyder <msnyder@redhat.com>
26501
26502 * gdb.asm/m32r.inc: New file.
26503 * gdb.asm/asm-source.exp: Recognize m32r target.
26504 * gdb.asm/configure.in: Recognize m32r target.
26505 * gdb.asm/configure: Regenerate.
26506
26507 2001-11-20 Michael Snyder <msnyder@redhat.com>
26508
26509 * gdb.asm/i386.inc: New file.
26510 * gdb.asm/asm-source.exp: Recognize ix86 target.
26511 * gdb.asm/configure.in: Recognize ix86 target.
26512 * gdb.asm/configure: Regenerate.
26513
26514 * gdb.c++/namespace.exp: Fix quotes in output messages.
26515
26516 2001-11-14 Michael Snyder <msnyder@redhat.com>
26517
26518 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
26519 qualifier in a type cast expression, to designate an address
26520 in the instruction space (Harvard architecture).
26521
26522 2001-11-13 Michael Snyder <msnyder@redhat.com>
26523
26524 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
26525 Tests for expressions using 'const' and 'volatile'.
26526
26527 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
26528
26529 * gdb.asm/asm-sources.exp: Allow defining linker flags.
26530
26531 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
26532
26533 * lib/mi-support.exp (mi_run_to_helper): Move comments
26534 outside of gdb_expect.
26535
26536 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
26537
26538 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
26539 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
26540 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
26541 mi0_run_to): New functions.
26542 * gdb.mi/mi-simplerun.exp: Use them.
26543 * gdb.mi/mi0-simplerun.exp: Likewise.
26544 * gdb.mi/mi-var-cmd.exp: Likewise.
26545 * gdb.mi/mi0-var-cmd.exp: Likewise.
26546
26547 2001-11-10 Andrew Cagney <ac131313@redhat.com>
26548
26549 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
26550 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
26551
26552 2001-11-09 Andrew Cagney <ac131313@redhat.com>
26553
26554 * gdb.base/restore.exp: Include $expected value in restored test
26555 message.
26556
26557 2001-11-09 Andrew Cagney <ac131313@redhat.com>
26558
26559 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
26560 implemented.
26561
26562 2001-11-08 Michael Snyder <msnyder@redhat.com>
26563
26564 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
26565 Add pass/fail message for stop at breakpoint in call dummy function.
26566
26567 2001-11-07 Michael Snyder <msnyder@redhat.com>
26568
26569 * gdb.c++/templates.exp (test_template_breakpoints):
26570 If we get an overload menu, but it does not match what
26571 we expect, we still need to issue the "cancel" command.
26572 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
26573 making the whitespace optional. Argument for "new" may be
26574 "unsigned" as well as "unsigned int/long".
26575 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
26576 making the whitespace optional. Also replace "(void) with
26577 "((void|)), making the keyword "void" optional.
26578 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
26579 making the whitespace optional. Also replace "(void) with
26580 "((void|)), making the keyword "void" optional.
26581 * gdb.base/callfuncs.c (t_float_values): This function must
26582 _not_ be prototyped, and the following function (t_float_values2)
26583 must be prototyped (if the compiler supports it), so that GDB
26584 can be tested against both cases. Usually one case involves
26585 promotion of float to double, while the other does not.
26586 * gdb.base/callfwmall.c: Ditto.
26587 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
26588 includes a stack frame for "start".
26589
26590 2001-11-05 Jim Blandy <jimb@redhat.com>
26591
26592 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
26593 pointers are 32 bits long, and that offsets of relocs are always
26594 stored in the data (REL-style), and not in the reloc entry itself
26595 (RELA-style).
26596 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
26597 stabs.
26598
26599 2001-11-01 Michael Snyder <msnyder@redhat.com>
26600
26601 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
26602 and regular expression operators by using quoting.
26603
26604 2001-10-31 Michael Snyder <msnyder@redhat.com>
26605
26606 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
26607 depending on what the symbol table contains.
26608 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
26609 the output of the ptype command. Similarly, accept both "const &"
26610 and "const&".
26611
26612 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
26613
26614 * gdb.base/miscexprs.c (main): Add usage of preprocessor
26615 symbol `STORAGE' to allow to choose the storage class of
26616 the local datastructures.
26617 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
26618 compiler directive.
26619
26620 2001-10-30 Michael Snyder <msnyder@redhat.com>
26621
26622 * gdb.base/jump.exp: Allow it to run for all targets.
26623
26624 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
26625
26626 * gdb.base/call-ar-st.c (print_double_array): Match for loop
26627 with new double_array size.
26628 (main): Change storage class of all local variables to static.
26629 Reduce size of double_array to 9.
26630 * gdb.base/call-ar-st.exp: Increase timeout value.
26631 Change expected output for double array to match new size in
26632 call-ar-st.c.
26633
26634 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
26635
26636 * gdb.base/ending-run.exp: Create identical output when passing
26637 `step to end of run' case. Add regular expression branch satisfying
26638 Stormy16 target.
26639
26640 2001-10-28 Mark Kettenis <kettenis@gnu.org>
26641
26642 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
26643 that we catch the expected failure under Linux/x86.
26644
26645 2001-10-29 Orjan Friberg <orjanf@axis.com>
26646
26647 * gdb.base/setvar.exp: Escape curly braces.
26648 * gdb.stabs/weird.exp: Ditto.
26649
26650 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
26651
26652 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
26653 * gdm.mi/mi0-hack-cli.exp: Likewise.
26654
26655 2001-10-25 Andrew Cagney <ac131313@redhat.com>
26656
26657 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
26658 messages.
26659
26660 2001-10-21 Andrew Cagney <ac131313@redhat.com>
26661
26662 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
26663 checking MI enabled.
26664
26665 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
26666
26667 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
26668
26669 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
26670
26671 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
26672 if gdb child process crashes, just signal an error.
26673
26674 2001-10-02 Jim Blandy <jimb@redhat.com>
26675
26676 * lib/gdb.exp (test_xfail_format): Simplify.
26677
26678 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
26679 front of the variable name `format'. Simplify `if'.
26680
26681 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
26682
26683 * gdb.threads/pthreads.exp: Wait for output and delay
26684 before sending ^C.
26685
26686 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
26687
26688 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
26689 some incorrect output instead of timing out.
26690 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
26691
26692 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
26693
26694 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
26695 check to allow additional `int'.
26696
26697 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
26698
26699 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
26700 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
26701
26702 2001-09-27 Michael Snyder <msnyder@redhat.com>
26703
26704 * lib/gdb.exp (test_debug_format): New proc.
26705 (setup_xfail_format): Use new proc test_debug_format.
26706 * gdb.base/constvars.exp (local_compiler_xfail_check): New
26707 proc; use new service proc test_debug_format.
26708 Replace all other "gcc_compiled" tests with this test.
26709 * gdb.base/volatile.exp (local_compiler_xfail_check): New
26710 proc; use new service proc test_debug_format.
26711 Replace all other "gcc_compiled" tests with this test.
26712
26713 2001-09-27 Michael Snyder <msnyder@redhat.com>
26714
26715 * gdb.base/cvexpr.exp: New file.
26716 * gdb.base/cvexpr.c: New file
26717 Test for expressions using const and volatile keywords.
26718
26719 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
26720
26721 * gdb.base/constvars.exp: Check for different orders of keywords
26722 and additional "int" strings in output.
26723
26724 2001-09-22 Andrew Cagney <ac131313@redhat.com>
26725
26726 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
26727 responses from "help maint".
26728
26729 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
26730
26731 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
26732 to localhost:NNN instead of :NNN, in case Xvfb is listening
26733 only on TCP.
26734
26735 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
26736
26737 * gdb.base/recurse.exp: When checking leaving the watchpoint
26738 scope, recognize when gdb is in function's epilogue and pass.
26739
26740 2001-09-18 Keith Seitz <keiths@redhat.com>
26741
26742 * lib/insight-support.exp (_gdbtk_export_target_info): Add
26743 support for running tests against sid targets.
26744 (gdbtk_done): Ditto.
26745
26746 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
26747
26748 * gdb.base/ending-run.c (main): Set stdout buffersize
26749 to the same reasonable value for any target.
26750 * gdb.base/ending-run.exp: Add a regular expression
26751 to make testsuite happy on Sanyo Stormy16 target.
26752
26753 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
26754
26755 * gdb.base/display.c (do_loops): Add float variable `f'.
26756 Increment f in loop.
26757 * gdb.base/display.exp: Increment timeout by 60 seconds.
26758 Change float display test to use variable `f'.
26759
26760 2001-09-17 Jim Blandy <jimb@redhat.com>
26761
26762 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
26763 overflowing the limited breakpoint tables on some ROM monitors
26764 (like the ROM68K).
26765
26766 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
26767
26768 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
26769 the "-ac" (disable access control) flag.
26770
26771 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
26772
26773 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
26774 ints.
26775
26776 2001-08-30 Keith Seitz <keiths@redhat.com>
26777
26778 * lib/gdb.exp: Move all insight-related functionality into
26779 separate file.
26780 * lib/insight-support.exp: New file.
26781
26782 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
26783
26784 * config/sid.exp (sid_start): Never set sid verbosity; disable
26785 expect_background {} that consumed its stdout; tolerate </dev/null.
26786 Attempt to set endianness override in "sid" protocol mode. Cleanup.
26787
26788 2001-08-18 Andrew Cagney <ac131313@redhat.com>
26789
26790 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
26791 CLI jump command to start it.
26792 (mi_run_to_main): Fail immediatly when unexpected output.
26793
26794 2001-08-18 Andrew Cagney <ac131313@redhat.com>
26795
26796 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
26797 beginning of function. Fix PR gdb/191.
26798
26799 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
26800
26801 * config/sid.exp (sid_start): Don't warn if we cannot figure out
26802 what to force sid endianness to.
26803
26804 2001-08-15 Keith Seitz <keiths@redhat.com>
26805
26806 * lib/gdb.exp (gdbtk_start): Don't set environment
26807 variables for TCL_LIBRARY and friends. Insight will
26808 now figure these out for itself.
26809
26810 2001-08-02 Michael Snyder <msnyder@redhat.com>
26811
26812 * gdb.base/completion.exp: Remove the symbol "a64l" from
26813 the expect string; this is target-specific, and not related
26814 to what is being tested.
26815
26816 2001-08-02 Dave Brolley <brolley@redhat.com>
26817
26818 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
26819
26820 2001-07-25 Michael Snyder <msnyder@redhat.com>
26821
26822 * gdb.base/consecutive.exp: New file. Test stepping over
26823 breakpoints on consecutive instructions.
26824 * gdb.base/consecutive.c: New file.
26825
26826 * gdb.base/call-rt-st.exp: Use double-backslash to quote
26827 curly braces in regular expressions.
26828
26829 2001-07-25 Michael Snyder <msnyder@redhat.com>
26830
26831 * gdb.base/ending-run.exp: Accept "Program exited normally" as
26832 legitimate output from stepping out of main.
26833
26834 2001-07-22 Keith Seitz <keiths@redhat.com>
26835
26836 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
26837 the empty string, do not run the tests.
26838
26839 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26840
26841 * gdb.base/long_long.exp: Detect size of pointer. Take into
26842 account 2-byte pointers when testing for p/a results.
26843
26844 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26845
26846 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
26847 and defined to 1K for m68hc11.
26848 (random_data): Reduce table to 1K for embedded platforms (68hc11).
26849 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
26850 (sizeof_random_data): New variable to tell the size of the data table;
26851 don't test past this size; always run to main.
26852
26853 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26854
26855 * gdb.base/return2.exp: return of long long and double fails for
26856 68HC11; don't execute these tests on that platform.
26857 * gdb.base/return.exp: Return of a double fails for 68hc11.
26858
26859 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26860
26861 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
26862 tests that print a float.
26863 * call-rt-st.exp: Likewise.
26864
26865 2001-07-12 Mark Kettenis <kettenis@gnu.org>
26866
26867 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
26868 running this test on Linux.
26869
26870 2001-06-24 Michael Chastain <chastain@redhat.com>
26871
26872 * gdb.base/arithmet.exp: Remove some tests to make all test names
26873 unique.
26874
26875 2001-07-03 Michael Snyder <msnyder@redhat.com>
26876
26877 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
26878 the output of the ptype command.
26879
26880 2001-07-02 Michael Snyder <msnyder@redhat.com>
26881
26882 * gdb.base/completion.exp: Don't assume that break.c is the only
26883 source file that may contain functions named "marker".
26884 * gdb.base/corefile.exp: Quote the curly braces in regexp.
26885
26886 2001-06-28 Andrew Cagney <ac131313@redhat.com>
26887
26888 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
26889 of files to delete.
26890
26891 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
26892 * gdb.disasm/h8300s.exp: New file.
26893 gdb.disasm/h8300s.s: Likewise.
26894
26895 2001-06-27 Andrew Cagney <ac131313@redhat.com>
26896
26897 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
26898 empty breakpoint tables.
26899
26900 2001-06-25 Andrew Cagney <ac131313@redhat.com>
26901
26902 * lib/mi-support.exp: Update args=... part of stop-reason
26903 patterns. Accept either a list or a tuple.
26904
26905 2001-06-23 Andrew Cagney <ac131313@redhat.com>
26906
26907 * lib/mi-support.exp: Remove local emacs variable defining
26908 change-log-default-name.
26909
26910 2001-06-22 Michael Chastain <chastain@redhat.com>
26911
26912 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
26913 This is operationally compatible with the previous version.
26914
26915 2001-06-13 Jim Blandy <jimb@redhat.com>
26916
26917 * lib/gdb.exp (gdb_test): Doc fix.
26918
26919 2001-06-10 Michael Chastain <chastain@redhat.com>
26920
26921 * gdb.base/exprs.exp: Remove a duplicate test.
26922
26923 2001-06-06 Jim Blandy <jimb@redhat.com>
26924
26925 * gdb.base/return2.exp (main): Use values to test float and double
26926 returns that are not NaN's, to avoid being confused by IEEE
26927 comparison rules.
26928
26929 2001-06-04 Michael Snyder <msnyder@redhat.com>
26930
26931 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
26932 non-zero if control_c fails. Terminate the test on failure,
26933 rather than wait for 12 more tests to time out.
26934
26935 2001-06-06 Jim Blandy <jimb@redhat.com>
26936
26937 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
26938 Don't forget to match the GDB prompt.
26939
26940 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
26941
26942 2001-06-04 Jim Blandy <jimb@redhat.com>
26943
26944 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
26945 command.
26946
26947 2001-05-31 Kevin Buettner <kevinb@redhat.com>
26948
26949 * gdb.base/annota1.exp (info break): Match four or more spaces
26950 after "Address".
26951
26952 2001-05-31 Michael Chastain <chastain@redhat.com>
26953
26954 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
26955 (dm_type_int_star): Likewise.
26956 (dm_type_long_star): Likewise.
26957 (dm_type_void_star): Likewise.
26958
26959 2001-05-29 Kevin Buettner <kevinb@redhat.com>
26960
26961 * gdb.base/completion.exp (INPUTRC): Set this environment variable
26962 to a known value in order to get consistent results regardless
26963 of the setting of INPUTRC or the presence or contents of .inputrc.
26964
26965 2001-05-24 Michael Snyder <msnyder@redhat.com>
26966
26967 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
26968 Don't require that the main thread and the manager thread are the
26969 first in the list.
26970
26971 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
26972 debugging. If test fails, issue an "unsupported" not a "fail".
26973
26974 2001-05-24 Jim Blandy <jimb@redhat.com>
26975
26976 Don't assume that short is shorter than int.
26977 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
26978 assume that shorts are smaller than ints. On a 16-bit machine,
26979 this isn't true.
26980 ("print unsigned char == (~0)"): Add test that verifies that ~0,
26981 an int, is not equal to ~0 stored in an unsigned char. This tests
26982 the same thing that the previous test meant to, but works on
26983 16-bit machines, too.
26984 ("print unsigned char != (~0)"): Same test, complemented.
26985
26986 2001-05-24 Michael Snyder <msnyder@redhat.com>
26987
26988 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
26989 test for (full_coverage == 0). This makes the test run faster,
26990 and prevents dejagnu getting out of step.
26991
26992 2001-05-23 Kevin Buettner <kevinb@redhat.com>
26993
26994 * gdb.base/finish.exp (finish_void): Revise pattern for
26995 stopping on the call statement to not permit stopping at
26996 the start of the instructions comprising the call sequence.
26997
26998 2001-05-19 Michael Chastain <chastain@redhat.com>
26999
27000 * gdb.base/callfuncs.exp: Make all test names unique.
27001 * gdb.base/commands.exp: Make all test names unique.
27002 * gdb.base/condbreak.exp: Make all test names unique.
27003 * gdb.base/dbx.exp: Make all test names unique.
27004 * gdb.base/default.exp: Make all test names unique.
27005 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
27006 and TIMEOUT messages to their corresponding PASS message.
27007 * gdb.base/ending-run.exp: Make all test names unique.
27008 * gdb.base/long_long.exp: Remove duplicate test.
27009
27010 2001-05-21 Kevin Buettner <kevinb@redhat.com>
27011
27012 * gdb.base/finish.exp (finish_void): Allow "finish" command to
27013 stop on the call statement as well as the statement after the
27014 call.
27015
27016 2001-05-21 Michael Snyder <msnyder@redhat.com>
27017
27018 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
27019
27020 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
27021
27022 * gdb.base/completion.exp: Revamp test. Make it execute on all
27023 platforms.
27024
27025 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
27026
27027 * config/gdbserver.exp (gdb_load): Handle the case
27028 in which the arguments to gdbserver are given in the
27029 baseboard configuration file.
27030 Also handle the case in which the server needs to do a
27031 load.
27032
27033 2001-05-07 Keith Seitz <keiths@cygnus.com>
27034
27035 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
27036 set up the display for testing.
27037 (gdbtk_start): Convert all paths to paths that tcl will like.
27038 Export target information to environment.
27039 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
27040 necessary.
27041 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
27042 (to_tcl_path): New proc to convert a given pathname into
27043 a path acceptible as an argument to a tcl command.
27044 (_gdbtk_export_target_info): New proc to export target info
27045 into the environment for gdbtk testing.
27046 (gdbtk_done): New proc to signal end-of-test.
27047
27048 2001-05-06 Jim Blandy <jimb@redhat.com>
27049
27050 * restore.c: Make the code of caller0 correspond to its comment.
27051
27052 2001-05-03 Michael Snyder <msnyder@redhat.com>
27053
27054 * config/sid.exp (gdb_target_sid): Check for error messages.
27055 On error or timeout, don't make expect exit (which will terminate
27056 all subsequent tests); instead just make gdb exit.
27057 (gdb_load): Check for error messages. On error or timeout,
27058 return a negative value.
27059
27060 2001-04-24 Jim Blandy <jimb@redhat.com>
27061
27062 * gdb.c++/templates.exp: If we see the prompt for the overload
27063 list, but we haven't recognized any of the longer patterns,
27064 arrange for this test to fail, not hang.
27065
27066 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
27067 variations.
27068
27069 2001-04-22 Michael Chastain <chastain@redhat.com>
27070
27071 * gdb.c++/local.exp: Use the 'runto' library function.
27072 * gdb.c++/namespace.exp: Likewise.
27073 * gdb.c++/overload.exp: Likewise.
27074
27075 2001-03-26 Kevin Buettner <kevinb@redhat.com>
27076
27077 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
27078 * gdb.base/step-line.exp: New file. Test step/next in presence of
27079 #line directives.
27080 * gdb.base/step-line.c: New file. Test program for the above.
27081 * gdb.base/step-line.inp: New file. We pretend that this file has
27082 been transformed by some other tool into step-line.c.
27083
27084 2001-03-21 Jim Blandy <jimb@redhat.com>
27085
27086 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
27087 unmangled operator names.
27088
27089 2001-03-20 Jim Blandy <jimb@redhat.com>
27090
27091 * gdb.threads/linux-dp.exp: Recognize an additional message
27092 generated by GDB when it doesn't understand how to debug threads
27093 on the target system.
27094
27095 2001-03-19 Andrew Cagney <ac131313@redhat.com>
27096
27097 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
27098
27099 2001-03-12 Michael Chastain <chastain@redhat.com>
27100
27101 * gdb.c++/derivation.exp: Use the 'runto' library function.
27102
27103 2001-03-12 Michael Chastain <chastain@redhat.com>
27104
27105 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
27106
27107 2001-02-24 Michael Chastain <chastain@redhat.com>
27108
27109 * gdb.c++/ref-types.exp: Change handwritten code to library
27110 function 'runto'.
27111
27112 2001-03-16 Orjan Friberg <orjanf@axis.com>
27113
27114 * gdb.base/signals.exp: Set count to 0 explicitly.
27115
27116 2001-03-15 Mark Salter <msalter@redhat.com>
27117
27118 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
27119 (gdb_target_monitor): Add check of gdb_target_cmd return value.
27120 (gdb_load): Add support for additional target_info: gdb_download_size
27121 and gdb_load_timeout.
27122
27123 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
27124
27125 * gdb.base/annota1.exp: Move test of isnative to earlier in the
27126 file -- to prevent failing when the compile fails but we have no
27127 intention of running the tests anyway.
27128
27129 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
27130 tests if set.
27131
27132 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
27133 integers.
27134
27135 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
27136 * gdb.c++/namespace.exp: Ditto.
27137
27138 2001-03-07 Orjan Friberg <orjanf@axis.com>
27139
27140 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
27141 * gdb.base/pointers.exp: Relax pattern match of decimals.
27142
27143 2001-03-06 Kevin Buettner <kevinb@redhat.com>
27144
27145 * Makefile.in, config/abug.exp, config/cfdbug.exp,
27146 config/cpu32bug.exp, config/dve.exp, config/est.exp,
27147 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
27148 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
27149 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
27150 config/sh.exp, config/sid.exp, config/slite.exp,
27151 config/sparclet.exp, config/udi.exp, config/unknown.exp,
27152 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
27153 config/vxworks.exp, config/vxworks29k.exp,
27154 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
27155 gdb.base/all-bin.exp, gdb.base/annota1.exp,
27156 gdb.base/arithmet.exp, gdb.base/assign.exp,
27157 gdb.base/async.exp, gdb.base/attach.exp,
27158 gdb.base/bitfields.exp, gdb.base/bitops.exp,
27159 gdb.base/break.exp, gdb.base/call-ar-st.exp,
27160 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
27161 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
27162 gdb.base/commands.exp, gdb.base/completion.exp,
27163 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
27164 gdb.base/constvars.exp, gdb.base/corefile.exp,
27165 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
27166 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
27167 gdb.base/ending-run.exp, gdb.base/environ.exp,
27168 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
27169 gdb.base/finish.exp, gdb.base/foll-exec.exp,
27170 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
27171 gdb.base/funcargs.exp, gdb.base/help.exp,
27172 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
27173 gdb.base/logical.exp, gdb.base/long_long.exp,
27174 gdb.base/maint.exp, gdb.base/mips_pro.exp,
27175 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
27176 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
27177 gdb.base/pointers.exp, gdb.base/printcmds.exp,
27178 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
27179 gdb.base/regs.exp, gdb.base/relational.exp,
27180 gdb.base/remote.exp, gdb.base/reread.exp,
27181 gdb.base/restore.exp, gdb.base/return2.exp,
27182 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
27183 gdb.base/selftest.exp, gdb.base/setshow.exp,
27184 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
27185 gdb.base/sigall.exp, gdb.base/signals.exp,
27186 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
27187 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
27188 gdb.base/step-test.exp, gdb.base/structs.c,
27189 gdb.base/structs.exp, gdb.base/structs2.exp,
27190 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
27191 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
27192 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
27193 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
27194 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
27195 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
27196 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
27197 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
27198 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
27199 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
27200 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
27201 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
27202 gdb.fortran/types.exp, gdb.java/jmisc.exp,
27203 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
27204 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
27205 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
27206 gdb.trace/circ.exp, gdb.trace/collection.exp,
27207 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
27208 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
27209 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
27210 gdb.trace/report.exp, gdb.trace/save-trace.exp,
27211 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
27212 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
27213 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
27214 notices.
27215
27216 2001-02-27 Michael Snyder <msnyder@cygnus.com>
27217
27218 * gdb.base/varargs.c (find_max_double): Fix printf format string:
27219 first arg is int not float.
27220
27221 2001-02-22 Michael Snyder <msnyder@cygnus.com>
27222
27223 * gdb.base/reread.exp: Unsupported for non-native targets;
27224 doesn't work for remote debugging.
27225
27226 2001-02-19 Fernando Nasser <fnasser@redhat.com>
27227
27228 From Drew Moseley <dmoseley@redhat.com>
27229 * gdb.base/ending-run.exp: Properly handle the BSP state when
27230 stepping past the end of main.
27231
27232 2001-02-19 John Moore <jmoore@redhat.com>
27233
27234 * gdb.base/commands.exp (infrun_breakpoint_command_test):
27235 Converted HPUX fix for non-expected items following multiple
27236 step commands into general solution for all platforms.
27237
27238 2001-02-18 Michael Chastain <chastain@redhat.com>
27239
27240 * gdb.c++/classes.exp (do_tests): Change runto statements
27241 from "runto 'foo(void)'" to "runto 'foo'". This makes the
27242 statements demangler agnostic.
27243 * gdb.c++/virtfunc.exp (do_tests): Likewise.
27244 (gdb_virtfunc_restart): Likewise.
27245
27246 2001-02-14 Michael Chastain <chastain@redhat.com>
27247
27248 * gdb.c++/inherit.exp (do_tests): Change runto statements
27249 from "runto 'foo(void)'" to "runto 'foo'". This makes the
27250 statements demangler agnostic.
27251
27252 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
27253
27254 * gdb.threads/pthreads.exp: Unify pass/fail messages for
27255 ``continue to bkpt at common_routine in thread 2'' and ``stopped
27256 before calling common_routine 15 times'' tests.
27257
27258 2001-02-11 Michael Chastain <chastain@redhat.com>
27259
27260 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
27261 Helps the test script figure out which demangler is in use.
27262 (dm_type_foo_ref): Ditto.
27263 (dm_type_int_star): Ditto.
27264 (dm_type_long_star): Ditto.
27265 (dm_type_unsigned_int): Ditto.
27266 (dm_type_void): Ditto.
27267 (dm_type_void_star): Ditto.
27268 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
27269 Probe the gdb demangler and set variables to accommodate
27270 formatting differences.
27271 (info_func_regexp): New function. Same as info_func, but
27272 matches against a regexp.
27273 (info_func): Match against a literal string.
27274 (print_addr_2): New function. Match against a literal string,
27275 which can be different from the input to gdb.
27276 (print_addr): Simply call print_addr_2 with the same argument twice.
27277 (test_lookup_operator_functions): Use demangler formatting variables.
27278 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
27279 the tests in the same order as the C++ class declaration.
27280 (test_paddr_operator_functions): Ditto.
27281 (test_paddr_overloaded_functions): Ditto.
27282 (test_paddr_hairy_functions): Use demangler formatting variables.
27283 Add reference to gdb/19 for related tests.
27284 (do_tests): Call probe_demangler.
27285
27286 2001-01-30 Kevin Buettner <kevinb@redhat.com>
27287
27288 * gdb.c++/templates.cc (printf): Remove unused function definition.
27289
27290 2001-01-26 Felix Lee <flee@redhat.com>
27291
27292 * sid.exp (sid_exit): Pass host, not target, to remote_close.
27293
27294 2001-01-25 matthew green <mrg@redhat.com>
27295
27296 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
27297 up sid.
27298 (sid_exit): Call `remote_pop_conn' after GDB is gone.
27299
27300 2001-01-25 matthew green <mrg@redhat.com>
27301
27302 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
27303 Deprecate $sid_spawn_id.
27304 (sid_exit): Remove code necessary only for `spawn.'
27305
27306 2001-01-25 matthew green <mrg@redhat.com>
27307
27308 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
27309
27310 2001-01-28 Michael Chastain <chastain@redhat.com>
27311
27312 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
27313 to call when tests fail. It takes gdb out of the overloaded
27314 function choice menu back to the main prompt, so that the test
27315 program stays synchronized.
27316 (set_bp_overloaded): New proc to collect all the common
27317 code for setting a breakpoint on an overloaded name. Calls
27318 take_gdb_out_of_choice_menu when needed.
27319 (menu_overload1arg): New variable to collect the repeated
27320 instances of the expected menu for an overloaded name. Change
27321 the regular expression to handle changes in g++ type encoding:
27322 "void" can be either "void" or "", and "unsigned int" can be
27323 either "unsigned int" or "unsigned".
27324 (continue_to_bp_overloaded): Change regular expressions to handle
27325 changes in g++ type encoding.
27326 (no proc): Call take_gdb_out_of_choice_menu when needed.
27327 Remove redundant calls to "info break". Accept either "canceled"
27328 or "cancelled". Change regular expressions in "info break"
27329 calls to handle changes in g++ type encoding. Give all tests
27330 unique strings.
27331
27332 2001-01-17 Ben Elliston <bje@redhat.com>
27333
27334 * config/sid.exp: New file.
27335
27336 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
27337
27338 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
27339
27340 2000-12-21 Michael Snyder <msnyder@cygnus.com>
27341
27342 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
27343 Add a RE to accept a non-ascii char if one is ever presented.
27344
27345 2000-12-20 Fernando Nasser <fnasser@redhat.com>
27346
27347 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
27348
27349 2000-12-18 Michael Snyder <msnyder@cygnus.com>
27350
27351 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
27352 in regexp. One '\' does not suffice on Linux.
27353
27354 2000-12-09 Michael Chastain <chastain@redhat.com>
27355
27356 * gdb.base/break.exp (test_clear_command): Use a marker function
27357 rather than 'main' for the test function. Also move this
27358 test to an execution point where the marker function names are
27359 guaranteed to be bound to functions. (Executing tests after a
27360 'finish' from main runs into name conflicts with local names
27361 in __libc_start_main).
27362
27363 2000-12-07 Michael Snyder <msnyder@cygnus.com>
27364
27365 * gdb.base/finish.exp: New test for gdb's "finish" command.
27366 * gdb.base/return2.exp: New test for gdb's "return" command.
27367 * gdb.base/return2.c: New source file for above.
27368
27369 2000-12-05 Michael Snyder <msnyder@cygnus.com>
27370
27371 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
27372 * gdb.base/miscexprs.exp: Ditto.
27373 * gdb.base/pointers.exp: Ditto.
27374 * gdb.c++/derivation.exp: Ditto.
27375 * gdb.c++/local.exp: Ditto.
27376 * gdb.c++/namespace.exp: Ditto.
27377 * gdb.c++/overload.exp: Ditto.
27378 * gdb.c++/ref-types.exp: Ditto.
27379
27380 2000-12-05 Michael Snyder <msnyder@cygnus.com>
27381
27382 * gdb.base/constvars.exp: Test result of "up" command.
27383 * gdb.base/miscexprs.exp: Ditto.
27384 * gdb.base/pointers.exp: Ditto.
27385 * gdb.base/scope.exp: Ditto.
27386 * gdb.c++/derivation.exp: Ditto.
27387 * gdb.c++/local.exp: Ditto.
27388 * gdb.c++/namespace.exp: Ditto.
27389 * gdb.c++/overload.exp: Ditto.
27390 * gdb.c++/ref-types.exp: Ditto.
27391
27392 2000-11-22 Michael Chastain <chastain@redhat.com>
27393
27394 * mips_pro.exp: Accept either "middle -> top -> main" or
27395 "middle -> main" in the backtrace, because gcc can optimize
27396 tail calls to jumps. Remove setup_xfail for the hppa case.
27397 Add a comment with the original warning messages from PR 3016,
27398 which was filed in 1993, to preserve them for posterity.
27399
27400 2000-11-17 Nick Duffek <nsd@redhat.com>
27401
27402 * lib/gdb.exp (gdb_test): Override timeout with board info.
27403
27404 2000-11-17 Nick Duffek <nsd@redhat.com>
27405
27406 * gdb.base/display.exp: Don't kill running stub. Add "again" to
27407 the second kill and detach messages.
27408
27409 2000-11-17 Nick Duffek <nsd@redhat.com>
27410
27411 * configure.in: Add AC_EXEEXT.
27412 * configure: Regenerate.
27413 * Makefile.in (just-check): Export EXEEXT.
27414 * lib/gdb.exp ($EXEEXT): Import from environment.
27415 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
27416 expect "maint dump-me" on Cygwin.
27417 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
27418 $EXEEXT.
27419
27420 2000-11-17 Nick Duffek <nsd@redhat.com>
27421
27422 * gdb.base/break.exp: Test backtrace and finish from called
27423 function on all platforms, not just HP-UX.
27424
27425 2000-11-03 Michael Snyder <msnyder@cygnus.com>
27426
27427 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
27428 code from gdb_target_monitor, so it can be used independantly
27429 for gdbserver. Also comment out an unnecessary PUTS.
27430
27431 2000-11-03 Michael Snyder <msnyder@cygnus.com>
27432
27433 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
27434 * gdb.base/corefile.exp: Expect the message "Program is being
27435 debugged already" when we send the "corefile" command, since
27436 the preceeding gdb_load may have connected gdb to a remote target.
27437 * gdb.base/display.exp: Disable hardware watchpoints if new
27438 board info variable "no_hardware_watchpoints" is true.
27439 Replace single-letter commands with more readable ones.
27440 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
27441 if new board info variable "no_hardware_watchpoints" is true.
27442 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
27443 to see if stdio (printf) testing is possible.
27444 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
27445 board info variable "no_hardware_watchpoints" is true. Use new
27446 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
27447
27448 2000-11-13 Fernando Nasser <fnasser@redhat.com>
27449
27450 From Orjan Friberg <orjanf@axis.com>:
27451 * gdb.base/printcmds.exp: Escape curly braces followed by a number
27452 in array print pattern match.
27453
27454 2000-11-09 Fernando Nasser <fnasser@redhat.com>
27455
27456 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
27457 spelling "cancelled" to U.S. spelling "canceled" to match changes
27458 made to gdb.
27459 * gdb.c++/ovldbreak.exp: Ditto.
27460
27461 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
27462
27463 * gdb.base/callfuncs.c (main): Moved to end of file, call
27464 t_double_values to initialize the FPU before inferior calls are made.
27465 * gdb.base/callfuncs.exp: Test for register preservation after calling
27466 inferior functions. Add tests for continuining, finishing and
27467 returning from a stop in a call dummy.
27468
27469 2000-10-24 Michael Snyder <msnyder@cygnus.com>
27470
27471 * gdb.base/commands.exp: Break up long lines, and re-indent.
27472
27473 2000-10-19 Michael Snyder <msnyder@cygnus.com>
27474
27475 * config/gdbserver.exp: Rewritten from the ground up, to make it
27476 compatible with the current dejagnu tree, and to make it work with
27477 the new "gdbserver" in libremote.
27478
27479 2000-10-16 Michael Snyder <msnyder@cygnus.com>
27480
27481 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
27482 * gdb.base/varargs.exp: Skip entire test if no printf support.
27483 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
27484 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
27485
27486 2000-10-13 Michael Snyder <msnyder@cygnus.com>
27487
27488 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
27489 no floating point support.
27490 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
27491 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
27492 * gdb.base/call-rt-st.exp: Ditto.
27493 * gdb.base/call-strs.exp: Ditto.
27494
27495 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
27496
27497 * gdb.base/sizeof.c: include <stdio.h>.
27498
27499 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
27500 'finish', otherwise uncaptured gdb_prompt would potentially
27501 throw remaining test points out of sync.
27502
27503 2000-07-26 Scott Bambrough <scottb@netwinder.org>
27504
27505 * gdb.base/recurse.exp: Run tests for all targets.
27506 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
27507 gnu-oldld case on ARM.
27508 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
27509 for ARM targets.
27510
27511 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
27512
27513 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
27514 * gdb.java/configure: Rebuild.
27515
27516 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
27517
27518 * gdb.java/jv-exp.exp: New file.
27519
27520 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
27521
27522 * configure: Rebuilt.
27523 * configure.in (configdirs): Add gdb.java.
27524 * gdb.java/jmisc.java: New file.
27525 * gdb.java/jmisc.exp: New file.
27526 * gdb.java/Makefile.in: New file.
27527 * gdb.java/configure: Rebuilt.
27528 * gdb.java/configure.in: New file.
27529 * lib/java.exp: New file.
27530
27531 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
27532
27533 * gdb.base/exprs.exp: Test casts to a pointer including over and
27534 underflow.
27535
27536 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
27537
27538 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
27539 and the compilers sizes.
27540
27541 2000-07-09 Nick Duffek <nsd@redhat.com>
27542
27543 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
27544 (use_methods): New function.
27545 (main): Call use_methods().
27546 * gdb.c++/classes.exp (test_method_param_class): New procedure.
27547 (do_tests): Call test_method_param_class.
27548
27549 2000-07-09 Nick Duffek <nsd@redhat.com>
27550
27551 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
27552 spelling.
27553 (test_enums): New procedure. Move enum tests from end of script
27554 to here. Set breakpoint on function name instead of line number.
27555 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
27556 (enums2): New marker function.
27557 (enums1): New function.
27558 (main): Call enums1(). Move enum tests to enums1().
27559
27560 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
27561
27562 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
27563 compile/link program. Update line numbers.
27564 * gdb.asm/d10v.inc: Define ``startup''.
27565 * gdb.asm/asmsrc1.s: Add definition of _start.
27566
27567 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
27568
27569 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
27570
27571 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27572
27573 * gdb.base/maint.exp: Add 'maint print architecture' item to output
27574 of 'help maint print' command.
27575
27576 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
27577
27578 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
27579 they use gdb_expect_list.
27580
27581 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
27582
27583 * gdb.base/commands.exp: Use ``set remote
27584 memory-read-packet-size'' instead of ``set endian big'' to test
27585 long commands.
27586
27587 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
27588
27589 * gdb.c++/templates.exp (do_tests): Make all of these work under
27590 g++, and stop skipping them.
27591
27592 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
27593 work under g++.
27594
27595 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
27596 initialization.
27597
27598 2000-06-02 Michael Snyder <msnyder@cygnus.com>
27599
27600 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
27601 the regular expression: accept an (almost) arbitrary sequence of
27602 "frames-invalid" and "breakpoints-invalid" messages both before
27603 and after the "starting" message.
27604
27605 2000-06-02 Michael Snyder <msnyder@cygnus.com>
27606
27607 * gdb.c++/local.exp: This test has never been known to work with g++.
27608
27609 2000-05-18 Michael Snyder <msnyder@cygnus.com>
27610
27611 * gdb.base/annota1.exp (annotate-signal-handler-caller):
27612 Relax the regular expression a little, make it pass on Solaris 8.
27613
27614 2000-05-12 Kevin Buettner <kevinb@redhat.com>
27615
27616 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
27617 a call, do not require that gdb stop on the line after the call.
27618 Instead, it is permissible for gdb to stop on the line of the
27619 call itself.
27620
27621 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
27622
27623 * gdb.base/break.exp (bp on small function, optimized file):
27624 Add a second pass pattern. The behavior differs here between stabs
27625 and dwarf for one-line functions. Stabs preserves two line symbols
27626 (one before the prologue and one after) with the same line number,
27627 but dwarf regards these as duplicates and discards one of them.
27628 Therefore the address after the prologue (where the breakpoint is)
27629 has no exactly matching line symbol, and GDB reports the breakpoint
27630 as if it were in the middle of a line rather than at the beginning.
27631
27632 2000-05-08 Michael Snyder <msnyder@cygnus.com>
27633
27634 * gdb.base/interrupt.exp: Make "pass" message say "send"
27635 rather than "send_gdb" (for consistancy).
27636
27637 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
27638
27639 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
27640 * gdb.c++/templates.cc: Properly check for GCC version number.
27641 * lib/compiler.cc: Likewise
27642
27643 2000-04-28 Michael Snyder <msnyder@cygnus.com>
27644
27645 * gdb.base/break.exp: When compiled with -O2 optimization,
27646 gdb may not stop at the first line of main, due to code motion.
27647
27648 2000-04-26 Michael Snyder <msnyder@cygnus.com>
27649
27650 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
27651 This test depends on parsing the printf output from the target.
27652 Since the sparclet stub doesn't do stdio, this will never work.
27653 * gdb.base/call-rt-st.exp: ditto.
27654 * gdb.base/call-strs: ditto.
27655
27656 2000-04-24 Michael Snyder <msnyder@cygnus.com>
27657
27658 * gdb.base/miscexprs.exp: make sizeof long array test portable.
27659
27660 * gdb.base/ending-run.exp: After connecting to a remote target,
27661 but before running, the target will appear to be in a random
27662 location. Specify both a file and a line for breakpoints.
27663 Also, the function that calls main may be called 'init'
27664 rather than 'start'.
27665
27666 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27667
27668 * gdb.base/help.exp: Update output for add-symbol-file command.
27669
27670 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
27671
27672 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
27673 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
27674
27675 2000-04-07 J.T. Conklin <jtc@redback.com>
27676
27677 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
27678
27679 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
27680
27681 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
27682
27683 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
27684 values that can be represented exactly.
27685 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
27686 above change, and to not check against the directory part of the source
27687 file name.
27688 (step into print_long_arg_list): Likewise.
27689 (print print_small_structs from print_long_arg_list): Likewise.
27690 (print print_long_arg_list): Likewise.
27691
27692 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27693
27694 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
27695
27696 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
27697
27698 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
27699
27700 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
27701
27702 * gdb.base/commands.exp (deprecated_command_test): Add test for
27703 deprecate with no arguments.
27704
27705 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
27706
27707 * gdb.base/break.exp: Add new test for setting breakpoints on
27708 optimized code so we can test breakpoints work even when function
27709 prologues may be optimized away
27710
27711 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
27712
27713 From David Whedon <dwhedon@gordian.com>
27714 * gdb.base/commands.exp : Added command deprecator tests.
27715
27716 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
27717
27718 * gdb.base/help.exp: Added test for new apropos command.
27719
27720 2000-03-21 Kevin Buettner <kevinb@redhat.com>
27721
27722 * gdb.base/pointers.c (usevar): New function.
27723 (main): Make sure that global variables v_int_pointer2, rptr,
27724 and y are all referenced someplace in the program by calling
27725 usevar() on them. [Some linkers delete symbols which are
27726 never referenced. The space remains, but there's no way to
27727 get a (symbolic) handle on the variable from the debugger.]
27728
27729 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27730
27731 * gdb.base/printcmds.c: Add typedeffed arrays.
27732
27733 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
27734 procedure to test arrays that are typedef'd.
27735
27736 2000-03-13 James Ingham <jingham@leda.cygnus.com>
27737
27738 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
27739 the library directories.
27740
27741 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
27742
27743 * configure.in (configdirs): Add sub directory gdb.mi.
27744 * configure: Re-generate.
27745
27746 * gdb.mi: New directory.
27747
27748 2000-02-25 Scott Bambrough <scottb@netwinder.org>
27749
27750 * gdb.base/long_long.exp: Correct test suite failure when printing
27751 a long long value as a double on ARM platforms.
27752
27753 2000-02-16 Jim Blandy <jimb@redhat.com>
27754
27755 * gdb.base/break.exp ("breakpoint line number"): Make sure the
27756 default source file is set properly before running this test.
27757
27758 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27759
27760 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
27761 gdbtk/library directory, not in gdbtcl2.
27762
27763 2000-02-04 Jim Blandy <jimb@redhat.com>
27764
27765 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
27766 backslash from regexp pattern.
27767
27768 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
27769 procedure. Use it to run all the "continue to bp overloaded"
27770 tests. Note that this changes the names of the tests slightly.
27771 If the breakpoint hit message includes a hex PC value, because
27772 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
27773 from the real source code, still consider that a pass.
27774
27775 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
27776 XFAIL here if the breakpoint message contains a hex address. Note
27777 similar change on 1999-11-02.
27778
27779 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
27780
27781 * gdb.base/ptype.exp: Establish a default source file before
27782 calling get_debug_format.
27783
27784 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
27785
27786 * gdb.base/watchpoint.exp: Remove duplication of test messages.
27787
27788 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
27789
27790 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
27791 of successive stepi commands -- while in the prologue we should see
27792 the function entry bracket.
27793
27794 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
27795
27796 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
27797 reach __change_mode() when stepping through the end of main().
27798
27799 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
27800
27801 * gdb.base/default.exp: Fix expected pattern.
27802 * gdb.base/help.exp: Same.
27803
27804 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27805
27806 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
27807 Don't use xfail's because that affects only the following test.
27808
27809 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
27810 solaris or linux.
27811
27812 * gdb.base/selftest.exp: Update to reflect changes to main.c.
27813
27814 2000-01-07 Michael Snyder <msnyder@cygnus.com>
27815
27816 * gdb.base/display.exp: Some yacc parsers like to say
27817 "A syntax error" rather than "A parse error". Accept both.
27818
27819 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
27820
27821 * gdb.base/default.exp: Remove OS dependent string from "target
27822 remote" test.
27823 * gdb.base/help.exp: Same for "help target remote" test.
27824
27825 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27826
27827 From Jim Kingdon <kingdon@redhat.com>:
27828
27829 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
27830 prompt (cleanup rather than necessity, but still might keep output
27831 from spilling to next test).
27832
27833 2000-01-02 Fred Fish <fnf@cygnus.com>
27834
27835 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
27836 AIX, which defines them in <sys/types.h>.
27837
27838 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
27839
27840 * gdb.base/default.exp: Match arm* etc instead of arm in "info
27841 float" test.
27842
27843 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
27844
27845 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
27846
27847 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
27848 outermost frame disallowed".
27849
27850 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
27851
27852 * gdb.base/setvar.exp: New tests for setting the value of a struct
27853 with a constant list.
27854
27855 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
27856
27857 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
27858 require the user to type a cast before setting the value of a struct.
27859
27860 1999-12-06 Jim Blandy <jimb@cygnus.com>
27861
27862 * gdb.base/default.exp: Expect the new 'info float' command on
27863 all i386 platforms.
27864
27865 * gdb.threads/linux-dp.exp: Expand our ability to recognize
27866 LinuxThreads libraries that don't support debugging.
27867
27868 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
27869
27870 * gdb.base/remote.c: Fill the buffer with truely random data.
27871 Change the buffer type to ``unsigned char'' to simplify size
27872 arithmetic.
27873
27874 * gdb.base/remote.exp: Reduce download numbers by one. Typical
27875 stub only handles 400-1 byte packets. Verify that the download
27876 worked.
27877
27878 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
27879
27880 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
27881 tests, using UNRESOLVED for the untested cases. Also, does not wait
27882 for a timeout if the prompt was received before a recognizable pattern.
27883
27884 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
27885
27886 * lib/gdb.exp (gdb_expect_list): Fix spelling.
27887
27888 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27889
27890 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
27891 watchpoints.
27892
27893 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
27894
27895 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
27896
27897 * gdb.c++/local.exp: Be more flexible in recognizing local class
27898 name mangling. Don't allow horribly truncated method names.
27899 * gdb.c++/derivation.exp: Expect protected inheritance.
27900 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
27901 * gdb.c++/virtfunc.exp: Likewise.
27902 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
27903 when printing a nested enum.
27904
27905 1999-11-22 Jim Blandy <jimb@cygnus.com>
27906
27907 * gdb.base/step-test.exp: Properly await GDB's response to setting
27908 a breakpoint on the call to large_struct_by_value.
27909
27910 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
27911 just because we have debug info for the `start' function.
27912
27913 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
27914
27915 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
27916 "Unknown signal" messages, which indicate (on LinuxThreads) that
27917 GDB doesn't know how to debug threads on this system. This is
27918 better than hanging while philosopher 0 dumps chatter into gdb.log.
27919
27920 1999-11-18 Tom Tromey <tromey@cygnus.com>
27921
27922 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
27923
27924 1999-11-18 Fred Fish <fnf@cygnus.com>
27925
27926 * gdb.base/coremaker2.c: Add sample program for generating
27927 cores that is more self contained than coremaker.c. Eventually
27928 I'll add more code to this and tie it into the testsuite.
27929
27930 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
27931
27932 * gdb.base/dollar.exp: Remove, now in gdb.hp.
27933
27934 1999-11-10 Jimmy Guo <guo@cup.hp.com>
27935
27936 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
27937 from $srcdir/lib/.
27938 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
27939 and gdb.c++/.
27940
27941 * gdb.c++/derivation.exp: remove redundant get compiler info code.
27942
27943 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
27944 'continue with watch' test point.
27945
27946 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
27947
27948 Merged from p2linux-990323-branch:
27949
27950 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
27951
27952 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
27953
27954 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
27955 {limit,fixed}''. Test ``set download-write-size''.
27956
27957 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
27958
27959 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
27960 gdb_expect_list.
27961
27962 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
27963
27964 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
27965
27966 1999-11-03 Mark Salter <msalter@cygnus.com>
27967
27968 * gdb.base/break.exp: Fix "stub continue" pattern.
27969
27970 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
27971
27972 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
27973
27974 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
27975
27976 * gdb.base/display.exp ("finish"): Add timeout clause.
27977
27978 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
27979 plain prompt clause, so this doesn't have to time out in order to
27980 fail.
27981
27982 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
27983 breakpoint hit messages include an address.
27984
27985 * gdb.base/display.exp: Don't forget to escape parens in regular
27986 expressions. Unix regexp notatation sucks.
27987
27988 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27989
27990 * gdb.base/annota1.exp: Test for annotate-signalled: change output
27991 order for 'signalled' message.
27992
27993 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
27994
27995 From Jimmy Guo <guo@cup.hp.com>:
27996 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
27997 * gdb.base/annota1.c: Add code for tests to work with.
27998
27999 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
28000
28001 * gdb.base/remote.exp: New test for remote downloading settings.
28002 * gdb.base/remote.c: New file with large .data.
28003
28004 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
28005
28006 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
28007 for LinuxThreads support, merged from the Code Fusion branch.
28008
28009 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
28010
28011 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
28012 containing exp_continue into a while within an expect. Don't
28013 attempt a start more than three times. Check return value from
28014 gdb_load.
28015
28016 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
28017
28018 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
28019 a pass case.
28020
28021 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
28022
28023 * gdb.base/break.c (main): Added a statement that we can step
28024 off of.
28025 * gdb.base/break.exp: Added tests for setting a breakpoint
28026 at an offset and stepping onto a breakpoint.
28027
28028 1999-10-01 Fred Fish <fnf@cygnus.com>
28029
28030 * gdb.base/help.exp (help add-symbol-file): Update to match current
28031 gdb output.
28032
28033 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
28034
28035 * gdb.base/break.exp: Code locations are in hex, don't forget!
28036 (For HP-UX.)
28037
28038 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
28039
28040 * condbreak.exp: Use break.c as test program.
28041 * condbreak.c: Remove, redundant with break.c.
28042
28043 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
28044
28045 * config/monitor.exp (gdb_target_monitor): Disable X- and
28046 Z-packets if the target needs it.
28047
28048 1999-09-13 James Ingham <jingham@leda.cygnus.com>
28049
28050 * gdb.c++/overload.exp: Added tests for listing overloaded
28051 functions with function pointers in the arg, explicitly calling
28052 out the version you want.
28053
28054 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
28055
28056 * long_long.exp: Add variations of test cases that work for
28057 targets with 16-bit ints and 32-bit doubles.
28058
28059 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
28060
28061 * break.c (main): Compare a possibly-uninitialized argc with an
28062 unlikely value that fits in 16 bits.
28063
28064 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
28065
28066 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
28067 0xfeeb, don't want negative numbers if ints are 16 bits.
28068
28069 * lib/gdb.exp (skip_cplus_tests): New proc.
28070 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
28071 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
28072 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
28073 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
28074 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
28075 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
28076 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
28077 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
28078
28079 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
28080
28081 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
28082
28083 * gdb.base/corefile.exp (up): Allow a parameter to appear
28084 in the frame that we're going up to.
28085
28086 From Jim Blandy <jimb@cygnus.com>:
28087
28088 * gdb.base/default.exp (info float): Expect some output now.
28089
28090 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
28091 returning floating-point values to fail on the x86.
28092 * gdb.base/callfwmall.exp (do_function_calls): Same.
28093
28094 * gdb.base/list.exp (test_listsize): Correct expectations for
28095 listing line 1 with listsize 2. Also, listing a single line
28096 works now, as does listing three lines. [Kevin's note: There
28097 were a number of other cases fixed too where the expectations
28098 differed...]
28099
28100 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
28101
28102 * gdb.base/selftest.exp: Add case for when version prints as
28103 constant string instead of char pointer.
28104
28105 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
28106
28107 * gdb.base/ending-run.exp: Add Solaris case for what happens when
28108 stepping out of main.
28109
28110 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
28111 G++ used.
28112
28113 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
28114 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
28115
28116 * gdb.c++/ovldbreak.exp: Update match string in test that
28117 includes a warning of multiple breakpoints.
28118
28119 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
28120
28121 * gdb.base/display.exp: Improve precision of step-after-finish
28122 added yesterday.
28123
28124 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
28125 test.
28126
28127 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
28128 configs when using G++, not just hppa*.
28129
28130 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28131
28132 * gdb.base/async.c: New file.
28133 * gdb.base/async.exp: New file.
28134
28135 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
28136
28137 * gdb.base/break.exp: Tweak PA specific tests to properly handle
28138 PA64.
28139
28140 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
28141
28142 * gdb.base/display.exp: "finish" can leave us mid-line on many
28143 targets, deal with it. Add a small constant to main, instead of
28144 1000 since main+1000 may not be a valid address in the target.
28145
28146 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
28147 on hpux11.
28148
28149 * gdb.base/attach.exp: Handle another hpux11 error message variant
28150 when attaching to a process that does not exist.
28151
28152 1999-08-19 J.T. Conklin <jtc@redback.com>
28153
28154 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
28155 characters in 'continue to 1241' test.
28156
28157 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
28158
28159 * gdb.base/call-ar-st.exp: Add a shorter match case for the
28160 stop in print_long_arg_list, define and use a whitespace
28161 variable in print_small_structs test, add an XFAIL for Solaris.
28162 * gdb.base/dbx.exp: XFAIL func commands until somebody is
28163 interested enough to fix.
28164
28165 1999-08-13 Keith Seitz <keiths@cygnus.com>
28166
28167 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
28168 (dbx_gdb_load): Remove. Use gdb_load instead, since that
28169 proc knows about targets other than the natives.
28170 (test_assign): Use "gdb_run_cmd" to "run" the target.
28171 Check that we've actually hit the breakpoint at main.
28172 When we attempt to assign a value to a local variable, check
28173 that the variable is in the current scope, i.e., don't use
28174 a test with an empty result.
28175
28176 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
28177
28178 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
28179 command.
28180
28181 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
28182
28183 From Jimmy Guo <guo@cup.hp.com> and others at HP:
28184 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
28185 gdb.compat, gdb.threads-hp.
28186 gdb.hp/configure, gdb.hp/configure.in: New files.
28187 gdb.hp/Makefile.in: Recurse into new subdirs.
28188 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
28189 gdb.hp/gdb.objdbg: New directory, tests for debugging info
28190 in object files.
28191 gdb.hp/tools: New directory, aux tools for HP-specific tests.
28192
28193 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
28194
28195 * gdb.base/display.exp: Help expect by putting a newline in the
28196 funky printf, remove a bogus p/a test.
28197
28198 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28199
28200 * gdb.base/display.exp: Make sure that when we say 'run', we are
28201 connected to the target. This is necessary when running not
28202 natively.
28203
28204 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
28205
28206 * gdb.base/step-test.exp: Removed some extraneous messages.
28207
28208 * gdb.base/long_long.exp: Don't run memory examination tests
28209 on little-endian targets (they will need a different set of
28210 results to match).
28211
28212 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
28213
28214 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
28215 until somebody decides to fix GDB.
28216
28217 * gdb.base/long_long.c: Stop compiler complaint by specifying long
28218 constant as "ULL".
28219 * gdb.base/long_long.exp: Loosen x/c test, add partial result
28220 matches for a couple x/2 commands.
28221
28222 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
28223
28224 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
28225 by merging in ref-types2 tests.
28226 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
28227
28228 From Jimmy Guo <guo@cup.hp.com> and others at HP:
28229 * gdb.c++/Makefile.in: Add standard actions.
28230 (EXECUTABLES): Rename from PROGS, update list.
28231 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
28232 from gdb.hp.
28233 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
28234 foo and bar locals.
28235 * gdb.c++/anon-union.exp: Fix tests to match.
28236 * gdb.c++/classes.exp: Run if HP compiler used, add extra
28237 expect matches to handle output variations.
28238 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
28239 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
28240 output, add HP alternatives for new and delete prints.
28241 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
28242 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
28243 * gdb.c++/demangle.exp: Use $style when reporting failure.
28244 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
28245 * gdb.c++/inherit.exp: Run if HP compiler used, add some
28246 match alternatives.
28247 * gdb.c++/local.exp: Add match alternatives or xfails for HP
28248 compilers.
28249 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
28250 * gdb.c++/method.exp: Add match alternatives.
28251 * gdb.c++/misc.cc: Add bool types.
28252 * gdb.c++/misc.exp: Add tests for bool types.
28253 * gdb.c++/overload.exp: Add xfails.
28254 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
28255 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
28256 add some more template parameter tests (only for HP currently).
28257 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
28258 * gdb.c++/virtfunc.cc: Add return type and value for main.
28259 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
28260 match alternatives.
28261
28262 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28263
28264 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
28265
28266 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
28267
28268 * gdb.base/signals.exp: Don't expect getting a backtrace from
28269 within a signal handler to fail on Linux.
28270
28271 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
28272
28273 From Jimmy Guo <guo@cup.hp.com> and others at HP:
28274 * lib/gdb.exp: Remove some gratuitious semicolons.
28275 (delete_breakpoints): Increase timeout.
28276 (gdb_expect): Add -notransfer option.
28277 (gdb_test): Use -notransfer option.
28278 (get_compiler_info): Add f77 case.
28279 (get_compiler): New proc, split out from gdb_preprocess, add f77
28280 case.
28281 (gdb_preprocess): Call get_compiler.
28282
28283 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
28284 * gdb.base/attach.exp, gdb.base/display.exp,
28285 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
28286 gdb.base/long_long.exp, gdb.base/printcmds.exp,
28287 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
28288 third arg to gdb_test.
28289 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
28290 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
28291 HP-UX xfails, add others.
28292 * gdb.base/completion.exp: Reflect name change of self-test.
28293 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
28294 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
28295 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
28296 HP failure number.
28297 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
28298 useless HP-UX 10.30 references.
28299 * gdb.base/maint.exp: Loosen matches.
28300 * gdb.base/pointers.c (main): Declare more_code.
28301 * gdb.base/pointers.exp: Match on output of a `next'.
28302 * gdb.base/structs.c: Add prototypes.
28303 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
28304 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
28305
28306 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28307
28308 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
28309 command.
28310
28311 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28312
28313 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
28314 Fix run to main failures. Watchpoint can be hardware watchpoint.
28315
28316 * gdb.base/annota1.exp: Clean up some more, in case printf has
28317 debug info. Deal with lack of signal hanlder info in stack.
28318
28319 From Jim Kingdon <kingdon@redhat.com>:
28320 * gdb.base/annota1.exp: If printf has debug info, deal with it.
28321
28322 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
28323
28324 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
28325 gdb.base/foll-vfork.exp: Don't run for crosses.
28326
28327 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
28328
28329 * gdb.base/configure.in: Check for gdbvars.exp instead of
28330 a1-selftest.exp.
28331 * gdb.base/configure: Re-generate.
28332
28333 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
28334
28335 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
28336 in trying to run first and name is too long.
28337
28338 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
28339 pointers2.c and pointers2.exp, respectively.
28340 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
28341 doschk happier.
28342
28343 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
28344
28345 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
28346 callfuncs2.c and callfuncs2.exp.
28347
28348 * gdb.base/list.exp: Remove mistaken xfails.
28349 * gdb.base/list0.h: Add optional prototypes.
28350
28351 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
28352
28353 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
28354 calling malloc.
28355 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
28356 * ptype.exp: Move test for get_debug_format to before its first
28357 use.
28358
28359 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28360
28361 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
28362 * gdb.base/annota2.cc, annota2.exp: Move from here.
28363 * gdb.c++/annota2.cc, annota2.exp: To here.
28364 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
28365
28366 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
28367
28368 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
28369 a consistent format.
28370
28371 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
28372
28373 From Jimmy Guo <guo@cup.hp.com> and others at HP:
28374 * lib/gdb.exp (get_compiler_info): Add detection for assorted
28375 HP compilers, also set the globals $true and $false.
28376
28377 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
28378 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
28379 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
28380 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
28381 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
28382 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
28383 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
28384 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
28385 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
28386 whatis.c} Add C++ compatible function definitions and return
28387 types, add includes for library functions.
28388 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
28389 * gdb.base/step-test.c (myglob): Rename from glob.
28390 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
28391 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
28392 files, move here from gdb.hp.
28393 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
28394 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
28395 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
28396 Adjust line numbers in regexps.
28397
28398 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
28399 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
28400 instead of 0/1.
28401
28402 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
28403 foll-vfork.exp: New files, move here from gdb.hp.
28404 * gdb.base/page.exp: New file, test of pagination command.
28405
28406 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
28407 recursion test.
28408 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
28409
28410 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
28411 gdb.base/solib.exp: Fix compiler invocation process.
28412
28413 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
28414 HP-UX 11, turn off overload resolution explicitly.
28415 * gdb.base/commands.exp: Set argument list explicitly, add
28416 watchpoint test.
28417 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
28418 them work.
28419 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
28420 expressions properly.
28421 * gdb.base/corefile.exp: Loosen the match slightly.
28422 * gdb.base/default.exp: Allow "Error accessing memory" message
28423 also.
28424 * gdb.base/display.exp: Skip over x/0 j if PA64.
28425 * gdb.base/funcargs.exp: Add xfails for HP-UX.
28426 * gdb.base/interrupt.exp: Ditto.
28427 * gdb.base/langs.exp: Add symbolic matches governed by compiler
28428 in use.
28429 * gdb.base/list.exp: Add xfails for HP-UX.
28430 * gdb.base/long_long.exp: Refine some of the numeric matches.
28431 * gdb.base/mips_pro.exp: Xfail on HP-UX.
28432 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
28433 * gdb.base/nodebug.exp: Succeed on more varieties of output.
28434 * gdb.base/opaque.exp: Remove some HP-UX xfails.
28435 * gdb.base/ptype.exp: Succeed on more varieties of output.
28436 * gdb.base/scope.exp: Add xfails for HP-UX.
28437 * gdb.base/sect-cmd.exp: Add more cases.
28438 * gdb.base/setvar.exp: Add xfails for HP-UX.
28439 * gdb.base/shlib-call.exp: Loosen some matches slightly.
28440 * gdb.base/signals.exp: Match on void symbolically.
28441 * gdb.base/step-test.exp: Add case for PA64.
28442 * gdb.base/term.exp: Add exit and restart.
28443 * gdb.base/twice.exp: Clean up after self.
28444 * gdb.base/varargs.exp: Disable overload resolution explicitly.
28445 * gdb.base/whatis.exp: Allow more ways to pass tests.
28446
28447 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
28448 no longer useful.
28449
28450 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
28451
28452 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
28453 list of patterns.
28454 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
28455 print_double_array(double_array)", "continuing to breakpoint
28456 1018", "print print_double_array(array_d)" and "continuing to
28457 1034" tests.
28458
28459 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
28460
28461 * Makefile.in: Add empty html and install-html targets.
28462
28463 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
28464
28465 * config/mt-*: Remove, these haven't been used since 1996.
28466
28467 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
28468
28469 * gdb.base/call-strs.c, gdb.base/ending-run.c,
28470 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
28471 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
28472
28473 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
28474
28475 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
28476 simpler match case for the ptype of the big class.
28477
28478 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28479
28480 * gdb.exp: Fix test for gdb_prompt existence.
28481
28482 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28483
28484 * gdb.exp (gdb_test): Add fail after calls to perror.
28485
28486 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28487
28488 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
28489
28490 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28491
28492 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
28493
28494 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
28495
28496 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
28497 malloc() is linked in.
28498
28499 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
28500
28501 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
28502 step at end.
28503
28504 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
28505
28506 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
28507
28508 * gdb.java/jv-print.exp: New file. (Our first Java test!)
28509
28510 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
28511
28512 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
28513 * gdb.base/mips_pro.exp: Likewise.
28514
28515 1999-06-02 Keith Seitz <keiths@cygnus.com>
28516
28517 * gdb.c++/templates.cc: Change all "new" operators to throw
28518 an exception.
28519 * gdb.c++/cplusfuncs.cc: Likewise.
28520
28521 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
28522
28523 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
28524
28525 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
28526 * gdb.base/ending-run.exp: When stepping out of main, accept a
28527 step into an arbitrary assembler file.
28528
28529 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28530
28531 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
28532 "breakpoint-invalid" to be printed.
28533 * gdb.base/annota2.exp: Revise line number for main
28534 breakpoint. Allow any number of "frames-invalid" and
28535 "breakpoint-invalid" to be printed.
28536 * gdb.base/annota2.cc: Initialize a.x to 0.
28537
28538 1999-05-17 Keith Seitz <keiths@cygnus.com>
28539
28540 * gdb.base/call-ar-st.exp: Skip
28541 "print print_double_array (double_array)" when "skip_float_tests" set.
28542 Ditto for "print print_double_array(array_d)",
28543 "print print_small_structs", "print print_ten_doubles", and
28544 "step into print_long_arg_list".
28545 Don't assume we can step into "print_long_arg_list": we could step
28546 into memcpy.
28547 * gdb.base/call-rt-st.exp: Don't run float-related tests when
28548 "skip_float_tests" is set: "print print_one_double(*d1)"
28549 and "print print_two_floats(*f3)".
28550 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
28551 "skip_float_tests" is set.
28552 * gdb.base/varargs.exp: Skip
28553 "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)" when
28554 "skip_float_tests" set.
28555
28556 1999-05-06 Keith Seitz <keiths@cygnus.com>
28557
28558 * gdb.base/annota2.cc: Include stdio.h.
28559
28560 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
28561
28562 * gdb.base/crossload.exp: Remove, this has been disabled ever
28563 since BFD stopped including all targets, and cross-GDB gets
28564 plenty of testing anyway.
28565 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
28566 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
28567 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
28568 * gdb.base/README: Remove, was doc for this.
28569 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
28570 needed.
28571
28572 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28573
28574 * gdb.base/call-ar-st.exp: Fix one regular expression in test
28575 output.
28576
28577 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
28578 * gdb.base/annota2.exp: New file. More annotation tests.
28579 * gdb.base/annota1.c: New file. Source file for annota1.exp.
28580 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
28581
28582 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
28583
28584 * config/cfdbug.exp: New file.
28585
28586 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
28587
28588 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
28589 Marcus Daniel's and Dale Hawkins's demangler crashes.
28590
28591 * gdb.c++/demangle.exp (test_gnu_style_demangling,
28592 test_lucid_style_demangling, test_arm_style_demangling,
28593 test_hp_style_demangling): Try Tom Tromey's core-dumping
28594 identifier under each demangling style.
28595
28596 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
28597
28598 * gdb.c++/demangle.exp: Include the current demangling style
28599 in all test names.
28600 (current_demangling_style): New global variable.
28601 (set_demangling_style, test_demangling_core, test_demangling,
28602 test_demangling_exact): New functions.
28603 (test_gnu_style_demangling, test_lucid_style_demangling,
28604 test_arm_style_demangling, test_hp_style_demangling): Use those,
28605 instead of calling gdb_test and gdb_test_exact directly.
28606 (catch_demangling_errors): New function, which reports errors
28607 signalled by the demangling test functions in an orderly way.
28608 (do_tests): Use catch_demangling_errors.
28609
28610 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
28611
28612 * gdb.base/signals.exp (test_handle_all_print): Use () for
28613 grouping in expressions, not {}.
28614
28615 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
28616 initialized yet.
28617
28618 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
28619
28620 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
28621 are listed.
28622
28623 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
28624
28625 * gdb.stabs/weird.exp: Test for CC being defined before
28626 looking at its value.
28627
28628 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
28629
28630 * gdb.base/call-ar-st.exp: Remove stray '#'.
28631 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
28632 "short int" and "long int".
28633 * gdb.c++/overload.cc: Cast the string added in the previous
28634 change, to mollify finicky HP compiler.
28635 * gdb.hp/reg-test.exp (testfile): Fix file name.
28636 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
28637
28638 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
28639 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
28640 alternate form of enum ptype.
28641
28642 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
28643
28644 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
28645 * gdb.hp/*.exp: Change all to run compiler probe only after
28646 passing skip_hp_tests, so as not to waste time on guaranteed
28647 failure.
28648
28649 * gdb.c++/overload.cc: Pass string instead of char addr, always
28650 init ccpfoo.
28651 * gdb.c++/templates.cc: Fix syntax error.
28652
28653 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28654
28655 * gdb.base/commands.exp: Add test for correct position of '>'
28656 when issuing the 'commands' command after a 'while' or 'if'
28657 command.
28658
28659 1999-03-18 James Ingham <jingham@cygnus.com>
28660
28661 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
28662
28663 * gdb.c++/method.exp: It was testing an uninitialized int on the
28664 stack and assuming it was positive.
28665
28666 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
28667
28668 * gdb.base/step-test.exp: Catch a case where finish is broken and
28669 keep it from killing the rest of the tests.
28670 Use gdb_continue_to_end.
28671
28672 * gdb.base/sigall.exp: use gdb_continue_to_end.
28673
28674 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
28675
28676 * gdb.base/display.exp: use runto_main, not run.
28677
28678 * gdb.base/default.exp: Check for the current error message in the
28679 r abbreviation test.
28680 Add strongarm to the targets that know info float.
28681
28682 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
28683 run which doesn't work with monitors.
28684
28685 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to
28686 1034 test.
28687
28688 * gdb.base/break.exp: use the gdb_continue_to_end proc.
28689
28690 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the
28691 end of a program. Traps the case (in Cygmon) when the program
28692 never really exits. Same as Mark's continue_to_exit, but I had
28693 put it in a lot more places, so I used my name. Sorry Mark...
28694
28695 * config/monitor.exp (gdb_target_monitor): added another
28696 target_info parameter: remotebinarydownload. This will set the
28697 remotebinarydownload flag if this is causing some boards trouble.
28698
28699 1999-03-18 Mark Salter <msalter@cygnus.com>
28700
28701 * lib/gdb.exp (continue_to_exit): New function.
28702
28703 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
28704 * gdb.base/ending-run.exp: Ditto.
28705 * gdb.base/step-test.exp: Ditto.
28706
28707 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
28708
28709 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
28710 (suggested by Art Haas <ahaas@neosoft.com>).
28711
28712 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
28713
28714 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
28715
28716 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
28717
28718 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
28719 descriptions of types (short unsigned int vs unsigned short, etc).
28720
28721 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
28722
28723 * gdb.base/call-strs.exp: Don't assume that `step' will step over
28724 a call to strlen; sometimes we do have sources.
28725
28726 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
28727
28728 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
28729 character, so GDB won't print garbage after its end.
28730
28731 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
28732 breakpoint there instead. Sometimes GCC emits memcpy to handle
28733 the large structures being passed by value, so we step into that
28734 instead of sum_array_print, which obscures what we're really testing.
28735 * gdb.base/step-test.exp: However, we do want a test that notices
28736 the bizarre steps into memcpy, so do that here. Add check for
28737 stepping into function calls that pass large structures by value.
28738 ("Is that a noun clause, or are you just happy to see me?")
28739 Remove all references to specific line numbers.
28740 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
28741 New type and function.
28742 (main): Call large_struct_by_value, passing it a large struct by value.
28743 * lib/gdb.exp (gdb_get_line_number): New function.
28744
28745 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
28746 more portable.
28747
28748 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
28749
28750 * lib/gdb.exp: Doc fixes.
28751
28752 1999-03-05 Nick Clifton <nickc@cygnus.com>
28753
28754 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
28755
28756 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
28757
28758 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
28759 commands. They're not germane to this test, and they don't work
28760 that way on remote targets.
28761
28762 1999-03-01 James Ingham <jingham@cygnus.com>
28763
28764 * Changelog entries merged over from gdb development branch.
28765
28766 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
28767
28768 * lib/gdb.exp (gdbtk_analyze_results): Generic function
28769 for outputting results of test run.
28770
28771 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
28772
28773 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
28774
28775 1999-02-25 Felix Lee <flee@cygnus.com>
28776
28777 * lib/gdb.exp (debug_format): initialize
28778
28779 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
28780
28781 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
28782 * gdb.base/call-rt-st.c: Ditto.
28783
28784 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
28785
28786 * gdb.threads/pthreads.exp (horiz): New variable.
28787 (test_startup): Fix regexps that capture thread numbers.
28788
28789 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
28790
28791 * gdb.base/smoke.exp: Disambiguate two test case names (both
28792 called ``print'').
28793
28794 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
28795
28796 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
28797 compilation.
28798
28799 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
28800
28801 * gdb.base/miscexprs.exp: Change patterns to match GDB's
28802 actual output formatting.
28803 * gdb.base/smoke.exp: GDB removes leading 0's.
28804 * gdb.base/volatile.exp: Don't check type of remuneration;
28805 that variable is no longer defined in constvars.c.
28806 * gdb.base/step-test.c (main): Exit with explicit exit code.
28807 * gdb.base/step-test.exp: Remove two nexti checks--they are
28808 not portable.
28809
28810 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
28811
28812 * gdb.base/help.exp ("help delete display"): Fix test to match
28813 gdb's output.
28814
28815 * gdb.base/long_long.c (known_types): Initialize values to zero.
28816 * gdb.base/long_long.exp: Step one more line
28817 so 'dec' is initialized in "get to known place". GDB removes
28818 leading zeros. Explicitly ask for hex formatting. Use
28819 unique test case names.
28820
28821 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28822
28823 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
28824
28825 * gdb.c++/method.exp: Add missing close brace.
28826
28827 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
28828
28829 * gdb.base/maint.exp: Use 'set height 0' to disable page
28830 prompting, not 'set height 400'.
28831
28832 Fix a bunch of timeouts.
28833 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
28834 four separate tests, so expect doesn't take forever to match a ton
28835 of text against a regexp with lots of .* forms.
28836 ("maint print psymbols", "maint print symbols"): Make some of
28837 these greps more selective, so that expect doesn't try to wade
28838 through huge piles of output and time out.
28839
28840 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
28841
28842 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
28843 tests: one which doesn't expect shlib events to be reported, and
28844 another which does, but is XFAIL for all platforms other than
28845 HP/UX.
28846
28847 * gdb.base/break.exp: Teach the test suite that the `catch
28848 fork', `catch vfork', and `catch exec' commands produce error
28849 messages on platforms that don't provide these features.
28850
28851 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
28852
28853 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
28854 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
28855 (shortening names from solib_threshold.exp etc), won't run on
28856 anything but HP-UX for the foreseeable future.
28857 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
28858 reflect move.
28859
28860 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
28861
28862 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
28863 gdb.trace/Makefile.in (clean): Remove all test executables.
28864
28865 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
28866
28867 * gdb.base/shlib-call.exp: add test cases to verify that gdb
28868 successfully re-sets breakpoints in shared libraries.
28869 * gdb.base/shmain.c (main): return 0, don't fall off the end.
28870
28871 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28872
28873 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
28874 and compiled w/o GCC.
28875
28876 * gdb.hp/watch-cmd.exp: ditto.
28877
28878 * gdb.hp/watch-hp.exp: ditto.
28879
28880 * gdb.hp/xdb1.exp: ditto.
28881
28882 * gdb.hp/xdb2.exp: ditto.
28883
28884 * gdb.hp/dbx.exp: ditto.
28885
28886 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
28887
28888 * constvars.c: Remove C++-isms.
28889 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
28890 with GCC.
28891
28892 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
28893
28894 The following changes are part of the HP merge.
28895
28896 * gdb.base/break.exp: new tests to verify that catchpoints for
28897 fork, vfork, and exec don't trigger inappropriately.
28898
28899 * gdb.base/opaque.exp: compile one file at a time, then link.
28900
28901 * gdb.base/signals.exp: be more restrictive about which hppa
28902 systems receive a setup_xfail. new tests.
28903
28904 * gdb.base/solib_threshold.build: new file.
28905 * gdb.base/solib_threshold.exp: new file.
28906 * gdb.base/solib_threshold.link_opts: new file.
28907 * gdb.base/solib_threshold.mk: new file.
28908 * gdb.base/gen_solib_threshold.c: new file.
28909
28910 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
28911 tests. New tests for enums inside classes.
28912
28913 * gdb.c++/compiler.cc: indicate support of template debugging.
28914
28915 * gdb.c++/demangle.exp: run hp style demangling tests.
28916
28917 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
28918 tests.
28919
28920 * gdb.c++/misc.cc: changes to support new tests.
28921
28922 * gdb.c++/templates.cc: changes to support HP's compiler; changes
28923 to support new tests.
28924
28925 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
28926 gcc, then skip these tests.
28927
28928 Sun Jan 10 23:44:11 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.hp/ambiguous.cc: new file.
28935 * gdb.hp/ambiguous.exp: new file.
28936 * gdb.hp/attach.exp: new file.
28937 * gdb.hp/attach2.exp: new file.
28938 * gdb.hp/classes-hp.exp: new file.
28939 * gdb.hp/ctti.exp: new file.
28940 * gdb.hp/ctti-add.cc: new file.
28941 * gdb.hp/ctti-add1.cc: new file.
28942 * gdb.hp/ctti-add2.cc: new file.
28943 * gdb.hp/ctti-add3.cc: new file.
28944 * gdb.hp/dbx.exp: new file.
28945 * gdb.hp/exception.cc: new file.
28946 * gdb.hp/exception.exp: new file.
28947 * gdb.hp/foll-exec.c: new file.
28948 * gdb.hp/foll-exec.exp: new file.
28949 * gdb.hp/foll-fork.c: new file.
28950 * gdb.hp/foll-fork.exp: new file.
28951 * gdb.hp/foll-vfork.c: new file.
28952 * gdb.hp/foll-vfork.exp: new file.
28953 * gdb.hp/inherit-hp.exp: new file.
28954 * gdb.hp/more-steps.exp: new file.
28955 * gdb.hp/namespace.cc: new file.
28956 * gdb.hp/namespace.exp: new file.
28957 * gdb.hp/optimize.exp: new file.
28958 * gdb.hp/pxdb.c: new file.
28959 * gdb.hp/pxdb.exp: new file.
28960 * gdb.hp/quicksort.exp: new file.
28961 * gdb.hp/reg-test.exp: new file.
28962 * gdb.hp/reg-test.s: new file.
28963 * gdb.hp/sized-enum.c: new file.
28964 * gdb.hp/sized-enum.exp: new file.
28965 * gdb.hp/start-stop.exp: new file.
28966 * gdb.hp/templ-hp.cc: new file.
28967 * gdb.hp/templ-hp.exp: new file.
28968 * gdb.hp/thr-lib.c: new file.
28969 * gdb.hp/thr-lib.exp: new file.
28970 * gdb.hp/thr-lib.h: new file.
28971 * gdb.hp/thr-liblib.c: new file.
28972 * gdb.hp/virtfun-hp.c: new file.
28973 * gdb.hp/virtfun-hp.exp: new file.
28974 * gdb.hp/watch-cmd.exp: new file.
28975 * gdb.hp/watch-hp.exp: new file.
28976 * gdb.hp/xdb1.exp: new file.
28977 * gdb.hp/xdb2.exp: new file.
28978 * gdb.hp/xdb3.exp: new file.
28979
28980 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
28981
28982 The following files are part of the HP merge; some had longer
28983 names at HP, but have been renamed to be no more than 14
28984 characters in length.
28985
28986 * gdb.base/ss.h: new file.
28987 * gdb.base/call-ar-st.c: new file.
28988 * gdb.base/call-ar-st.exp: new file.
28989 * gdb.base/call-rt-st.c: new file.
28990 * gdb.base/call-rt-st-exp: new file.
28991 * gdb.base/call-strs.exp: new file.
28992 * gdb.base/ena-dis-br.exp: new file.
28993 * gdb.base/environ.exp: new file.
28994 * gdb.base/long_long.exp: new file.
28995 * gdb.base/sect-cmd.exp: new file.
28996 * gdb.base/shlib-cl2.exp: new file.
28997 * gdb.base/smoke.exp: new file.
28998 * gdb.base/so-impl-ld.c: new file.
28999 * gdb.base/so-impl-ld.exp: new file.
29000 * gdb.base/so-indr-cl.c: new file.
29001 * gdb.base/so-indr-cl.exp: new file.
29002 * gdb.base/varargs.exp: new file.
29003 * gdb.base/volatile.exp: new file.
29004 * gdb.base/whatis-exp.exp: new file.
29005 * gdb.base/display.exp: new file.
29006 * gdb.c++/derivation.exp: new file.
29007 * gdb.c++/local.exp: new file.
29008 * gdb.c++/member-ptr.exp: new file.
29009 * gdb.c++/overload.exp: new file.
29010 * gdb.c++/ovldbreak.exp: new file.
29011 * gdb.c++/ref-types.exp: new file.
29012 * gdb.c++/ref-types2.exp: new file.
29013 * gdb.c++/userdef.exp: new file.
29014
29015 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
29016
29017 * gdb.base/default.exp: Reflect wording change in remote.c.
29018
29019 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
29020
29021 * gdb.base/help.exp: Update to reflect current text.
29022
29023 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
29024
29025 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
29026 they're stack variables and contain garbage.
29027 * gdb.c++/anon-union.exp: new file.
29028
29029 The following changes were made by David Taylor
29030 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
29031 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
29032 in changes by HP.
29033
29034 * gdb.base/bitops.exp: new file.
29035 * gdb.base/default.exp: change expected messages for catch and
29036 info catch tests to reflect HP merge changes.
29037 * gdb.base/enable-disable-break.exp
29038 * gdb.base/ending-run.c: new file.
29039 * gdb.base/long_long.c: new file.
29040 * gdb.base/maint.exp: new file.
29041 * gdb.base/pointers2.exp: new file.
29042 * gdb.base/shlib-call2.exp: new file.
29043 * gdb.base/solib.exp: new file.
29044 * gdb.base/step-test.c: new file.
29045 * gdb.c++/anon-union.cc: new file.
29046 * gdb.c++/local.cc: new file.
29047 * gdb.c++/member-pointer.cc: new file.
29048 * gdb.c++/method.cc: new file.
29049 * gdb.c++/ref-types.cc: new file.
29050 * gdb.c++/ref-types2.cc: new file.
29051 * gdb.c++/userdef.cc: new file.
29052
29053 * gdb.base/scope.exp: compile one file at a time, then link.
29054 * gdb.base/langs.exp: ditto.
29055 * gdb.base/list.exp: ditto.
29056
29057 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
29058
29059 The following changes were made by David Taylor
29060 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
29061 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
29062 in changes by HP.
29063
29064 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
29065 skip tests. When compiling pass c++ flag to gdb_compile.
29066 * gdb.c++/
29067
29068 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
29069 test for on hppa*-*-hpux*; use args to see if c++ was specified.
29070 (skip_hp_tests): new function.
29071 (gdb_preprocess): new function.
29072
29073 * configure.in (hpdir): decide whether to configure gdb.hp.
29074 * configure: regenerated.
29075
29076 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
29077 to delete on clean.
29078 (EXECUTABLES): update to reflect new additions.
29079 * gdb.base/commands.exp: update message expected.
29080 * gdb.base/default.exp: add copyright notice.
29081 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
29082 * gdb.base/help.exp: update messages to reflect current text.
29083 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
29084 targets for recurse tests.
29085 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
29086 skip this file.
29087
29088 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
29089 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
29090 compilation.
29091 * gdb.c++/misc.exp: ditto.
29092 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
29093 run the tests. tell gdb_compile that it's a c++ compilation.
29094
29095 * gdb.threads/pthreads.exp: fix typo in message.
29096
29097 * gdb.base/all-bin.exp: new file.
29098 * gdb.base/arithmet.exp: new file.
29099 * gdb.base/assign.exp: new file.
29100 * gdb.base/completion.exp: new file.
29101 * gdb.base/cond-expr.exp: new file.
29102 * gdb.base/condbreak.exp: new file.
29103 * gdb.base/define.exp: new file.
29104 * gdb.base/dollar.exp: new file.
29105 * gdb.base/environment.exp: new file.
29106 * gdb.base/eval-skip.exp: new file.
29107 * gdb.base/jump.exp: new file.
29108 * gdb.base/logical.exp: new file.
29109 * gdb.base/pointers.exp: new file.
29110 * gdb.base/relational.exp: new file.
29111 * gdb.base/section_command.exp: new file.
29112 * gdb.base/whatis-expr.exp: new file.
29113
29114 * gdb.base/all-types.c: new file.
29115 * gdb.base/call-array-struct.c: new file.
29116 * gdb.base/call-return-struct.c: new file.
29117 * gdb.base/call-strings.c: new file.
29118 * gdb.base/callfuncs2.c: new file.
29119 * gdb.base/condbreak.c: new file.
29120 * gdb.base/constvars.c: new file.
29121 * gdb.base/display.c: new file.
29122 * gdb.base/int-type.c: new file.
29123 * gdb.base/jump.c: new file.
29124 * gdb.base/miscexprs.c: new file.
29125 * gdb.base/pointers.c: new file.
29126 * gdb.base/pointers2.c: new file.
29127 * gdb.base/shmain.c: new file.
29128 * gdb.base/shr1.c: new file.
29129 * gdb.base/shr2.c: new file.
29130 * gdb.base/solib.c: new file.
29131 * gdb.base/solib1.c: new file.
29132 * gdb.base/solib2.c: new file.
29133 * gdb.base/varargs.c: new file.
29134 * gdb.c++/derivation.cc: new file.
29135 * gdb.c++/overload.cc: new file.
29136 * gdb.c++/ovldbreak.cc: new file.
29137 * gdb.hp/attach.c: new file.
29138 * gdb.hp/attach2.c: new file.
29139 * gdb.hp/average.c: new file.
29140 * gdb.hp/compiler.c: new file.
29141 * gdb.hp/compiler.cc: new file.
29142 * gdb.hp/execd-program.c: new file.
29143 * gdb.hp/follow-exec.c: new file.
29144 * gdb.hp/follow-fork.c: new file.
29145 * gdb.hp/follow-vfork-and-exec.c: new file.
29146 * gdb.hp/misc-hp.cc: new file.
29147 * gdb.hp/more-steps.c: new file.
29148 * gdb.hp/optimize.c: new file.
29149 * gdb.hp/quicksort.c: new file.
29150 * gdb.hp/run-hp.c: new file.
29151 * gdb.hp/start-stop.c: new file.
29152 * gdb.hp/sum.c: new file.
29153 * gdb.hp/templates-hp.cc: new file.
29154 * gdb.hp/thread-local-in-lib.c: new file.
29155 * gdb.hp/thread-local-in-lib.h: new file.
29156 * gdb.hp/thread-local-in-lib.lib.c: new file.
29157 * gdb.hp/vforked-program.c: new file.
29158 * gdb.hp/virtfunc-hp.cc: new file.
29159 * gdb.hp/watchpoint-hp.c: new file.
29160 * gdb.hp/xdb.c: new file.
29161 * gdb.hp/xdb0.c: new file.
29162 * gdb.hp/xdb0.h: new file.
29163 * gdb.hp/xdb1.c: new file.
29164
29165 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
29166
29167 The following change was made by Edith Epstein
29168 <eepstein@cygnus.com> as part of a project to merge in changes
29169 originally made by HP; HP did not create ChangeLog entries.
29170
29171 * gdb.c++/demangle.exp: changed the expected output for some
29172 ARM-style mangling -- removed second reference to datatype.
29173 For example, maint demangle __dt__11T1__pt__2_cFv
29174 T1<char>::~T1<char>(void)
29175 becomes,
29176 maint demangle __dt__11T1__pt__2_cFv
29177 T1<char>::~T1(void)
29178
29179 (test_hp_style_demangling): new hp specific demangling test cases.
29180
29181 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
29182
29183 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
29184 * gdb.trace/backtrace.exp: Likewise.
29185 * gdb.trace/circ.exp: Likewise.
29186 * gdb.trace/collection.exp: Likewise.
29187 * gdb.trace/deltrace.exp: Likewise.
29188 * gdb.trace/infotrace.exp: Likewise.
29189 * gdb.trace/limits.exp: Likewise.
29190 * gdb.trace/packetlen.exp: Likewise.
29191 * gdb.trace/passc-dyn.exp: Likewise.
29192 * gdb.trace/passcount.exp: Likewise.
29193 * gdb.trace/report.exp: Likewise.
29194 * gdb.trace/save-trace.exp: Likewise.
29195 * gdb.trace/tfind.exp: Likewise.
29196 * gdb.trace/tracecmd.exp: Likewise.
29197 * gdb.trace/while-dyn.exp: Likewise.
29198 * gdb.trace/while-stepping.exp: Likewise.
29199
29200 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
29201
29202 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
29203
29204 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
29205
29206 From Brendan Kehoe:
29207 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
29208 int return types.
29209
29210 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
29211
29212 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
29213 remote dos host testing right.
29214
29215 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
29216
29217 * gdb.base/corefile.exp: remove some xfails.
29218
29219 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
29220
29221 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
29222 have different timestamps.
29223
29224 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
29225
29226 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
29227 gdb.base/default.exp: Replace "exec" with "executable".
29228
29229 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
29230
29231 * gdb.base/default.exp: Change else if to elseif from previous
29232 delta.
29233
29234 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
29235
29236 * gdb.base/default.exp: Add brace missing from previous delta.
29237
29238 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
29239
29240 * gdb.base/default.exp: Support test for info float for all
29241 varieties of arm toolchain.
29242
29243 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
29244
29245 * gdb.trace/*.exp: remove "remote_download" command.
29246
29247 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
29248
29249 * gdb.trace/*.exp: remove -gdwarf from compile.
29250
29251 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
29252
29253 * gdb.trace/configure.in(AC_INIT): typo
29254 * gdb.trace/configure: regenerated
29255
29256 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
29257
29258 * config/m68k-emc.exp: New file.
29259 * lib/<emc-support.exp trace-support.exp}: New files.
29260 * configure.in: add new test directory gdb.trace.
29261 * gdb.trace/{configure configure.in Makefile.in}: New files.
29262 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
29263 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
29264 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
29265 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
29266 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
29267 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
29268 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
29269
29270 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
29271
29272 * gdb.c++/classes.exp: Change all regular expressions to match
29273 arbitrary combinations of newline/carriage-return, so that they
29274 will work equally well on Unix and Windows.
29275 * gdb.c++/inherit.exp: ditto.
29276 * gdb.c++/virtfunc.exp: ditto.
29277
29278 1998-08-11 Dawn Perchik <dawn@cygnus.com>
29279
29280 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
29281
29282 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
29283
29284 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
29285 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
29286 to use a0-a3/d0-d3 as needed.
29287
29288 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
29289
29290 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
29291 * gdb.disasm/am33.exp: Corresponding changes.
29292
29293 1998-07-11 Felix Lee <flee@cygnus.com>
29294
29295 * gdb.base/callfuncs.exp: add cmp10 test.
29296 * gdb.base/callfuncs.c (cmp10): new function.
29297
29298 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
29299
29300 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
29301 into two parts to get around a synchronization problem in expect.
29302
29303 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
29304
29305 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
29306
29307 * configure.in: Add options for gdbtk testsuite.
29308
29309 * configure: Regenerate.
29310
29311 * gdb.gdbtk: New directory to hold gdbtk tests.
29312
29313 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
29314
29315 * gdb.fortran/types.exp: Escape brackets in expect patterns
29316 for test_float_literal_types_accepted tests.
29317 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
29318 before run test.
29319
29320 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
29321
29322 * am33.exp: Just compile, do not link the testcase.
29323 * am33.s: Add ".am33" pseudoop to force am33 mode.
29324
29325 1998-06-25 Felix Lee <flee@cygnus.com>
29326
29327 * gdb.base/setshow.exp: make sure $pc is sane.
29328
29329 * gdb.stabs/weird.exp: split expect patterns properly.
29330
29331 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
29332
29333 * gdb.disasm/am33.s: New disassembler testfile for the am33.
29334 * gdb.disasm/am33.exp: Run it.
29335
29336 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
29337
29338 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
29339 match processing (and eliminate spurious timeouts when running).
29340
29341 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
29342
29343 * gdb.base/signals.exp (test_handle_all_print): put back Mach
29344 exception test, but conditionalize it on target [mach | gnu].
29345
29346 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
29347
29348 * gdb.base/overlays.exp: fixup compile line for linker script.
29349
29350 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
29351
29352 * gdb.fortran/types.exp: don't guess at float size.
29353
29354 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
29355
29356 * gdb.base/exprs.exp: delete test that depends on int size.
29357
29358 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
29359
29360 * config/sim.exp: Removed checks for target triplets.
29361 (gdb_target_sim): Use gdb,target_sim_options.
29362
29363 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
29364
29365 * gdb.base/reread.exp: New file.
29366 * gdb.base/reread1.c: New file.
29367 * gdb.base/reread2.c: New file.
29368
29369 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
29370
29371 * config/sim.exp: Use 'target sim -sparclite' when running
29372 SPARClite programs.
29373
29374 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
29375
29376 * gdb.base/structs2.exp: New file.
29377 * gdb.base/structs2.c: New file.
29378
29379 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
29380
29381 * gdb.asm/common.inc: New file.
29382 * gdb.asm/d10v.inc: New file.
29383 * asm-source.exp: Pass -I's to gas to find .inc files.
29384 Update line numbers in expected output.
29385 * asmsrc1.s: Rewrite.
29386 * asmsrc2.s: Rewrite.
29387 * configure.in: Create arch.inc symlink.
29388 * configure: Regenerate.
29389 * Makefile.in (distclean): Delete arch.inc.
29390
29391 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
29392
29393 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
29394 (t_enum_value2): ditto
29395 (t_enum_value3): ditto
29396 (main): ditto
29397 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
29398
29399 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
29400 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
29401 change.
29402 Use gdb_test instead of send_gdb/gdb_expect sequences.
29403
29404 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
29405
29406 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
29407 not void.
29408
29409 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
29410
29411 * gdb.base/branches.c: Code with lots of loops and
29412 subroutines. Used to test gdbs ability to single step through PC
29413 changes, especially to test mips-tdep.c:mips_next_pc
29414
29415 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
29416
29417 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
29418 more rigorous EGCS C++ error checking.
29419
29420 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29421
29422 * gdb.base/help.exp: Clean up `help set args' and `help show args'
29423 tests.
29424 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
29425 function when asleep.
29426 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
29427 for i*86 Linux and SVR4 signal handling problems.
29428 Remove linux xfail for `next to handler in signals_tests_1', fixed
29429 by recent infrun.c change.
29430 Limit backtrace to 10 frames to avoid timeout problems with infinite
29431 stack backtraces.
29432 Adjust expect pattern in `handle all print' test to match Apr 28 1997
29433 target.[ch] change.
29434
29435 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
29436
29437 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
29438 for a newline from gdb before continuing.
29439 (default_gdb_exit): Just look for y or n.
29440 (gdb_test): Detect abnormal exit from GDB running on DOS; if
29441 it does, fail the rests of the tests in the file.
29442
29443 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
29444
29445 * config/cygmon.exp: New file.
29446
29447 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
29448
29449 * gdb.base/list.exp: Fix problem with "list default lines around
29450 main" test on remote targets.
29451
29452 * gdb.base/scope.exp: Fix problem with filelocal_bss before
29453 run test on remote targets.
29454
29455 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
29456
29457 * gdb.asm: New directory.
29458 * configure.in: Configure it.
29459 * configure: Regenerate.
29460 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
29461 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
29462
29463 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
29464
29465 * config/mn10300-eval.exp: New file to support MN10300 eval board.
29466
29467 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
29468
29469 * gdb.base/overlays (several files): Merge the two overlay
29470 managers into one. Change variables (foox, barx, bazx, grbxx)
29471 back into ints but force them to load in their proper sections.
29472
29473 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
29474
29475 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
29476 on-chip insn memory and IMAP1 to upper 128k.
29477 (D10VCopy): Handle memory regions crossing 16k boundaries.
29478 (D10VCopy): Transfer data in 32 bit chunks.
29479
29480 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
29481
29482 * gdb.base/overlays.c (main): Exit normally when result is
29483 correct.
29484
29485 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
29486 map. Include space for printf in .text segment.
29487
29488 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
29489 updated d10v memory VMA/LMA map.
29490 (D10VCopy): Call D10VTranslate.
29491
29492 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
29493
29494 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
29495
29496 * gdb.base/bar.c (barx, bar): Change variable to small array so
29497 that it won't be put into the .sdata - small data -
29498 section. Update reference.
29499 * gdb.base/baz.c (bazx, baz): Ditto.
29500 * gdb.base/foo.c (foox, foo): Ditto.
29501 * gdb.base/grbx.c (grbxx, grbx): Ditto.
29502
29503 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
29504 to be arrays.
29505
29506 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
29507
29508 * gdb.base/overlays.exp: fix up and get working again.
29509 Add tests for backtraces from an overlay function.
29510
29511 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
29512
29513 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
29514 "calling function with watchpoint enabled".
29515
29516 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
29517
29518 * gdb.base/break.exp (test_next_with_recursion): Remove
29519 gdb_suppress_tests for d10v-*-*.
29520 * lib/gdb.exp (gdb_suppress_tests): Disable this function
29521 pending review of whether it is useful or not.
29522
29523 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
29524
29525 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
29526
29527 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
29528
29529 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
29530 * config/dve.exp: New file to support Densan boards.
29531
29532 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
29533
29534 * gdb.base/interrupt.exp: Document problem of simulators, signals,
29535 reads and BSD.
29536
29537 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
29538
29539 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
29540 response.
29541
29542 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
29543
29544 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
29545
29546 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
29547 test.
29548
29549 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
29550 target_sizeof_long and target_bigendian_p.
29551 (structs_by_value, structs_by_reference): Check values according
29552 to targets word size and endianess.
29553
29554 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
29555
29556 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
29557 output.
29558
29559 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
29560
29561 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
29562 Update test of set args help to match source change.
29563
29564 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
29565
29566 * gdb.base/default.exp: Expect help system output to be in
29567 alphabetical order.
29568 * gdb.base/help.exp: Ditto.
29569
29570 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
29571
29572 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
29573 "i*86-pc-linux-gnu*".
29574 * gdb.base/interrupt.exp: Ditto.
29575 * gdb.base/corefile.exp: Ditto.
29576
29577 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
29578 define vxworks when building the testcase.
29579
29580 * gdb.base/ptype.exp: Fix testnames to be unique.
29581 * gdb.base/radix.exp: Ditto.
29582 * gdb.base/term.exp: Ditto.
29583 * gdb.base/whatis.exp: Ditto.
29584 * gdb.c++/classes.exp: Ditto.
29585
29586 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
29587
29588 * gdb.base/callfuncs.exp: Fix indentation.
29589
29590 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
29591 suppress_flag has been set.
29592 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
29593 target feature.
29594
29595 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
29596
29597 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
29598 the testcase.
29599
29600 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
29601 set_debug_traps() and breakpoint().
29602 * gdb.c++/misc.cc (main): Ditto.
29603 * gdb.c++/templates.cc (main): Ditto.
29604 * gdb.c++/virtfunc.cc (main): Ditto.
29605
29606 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
29607
29608 * lib/gdb.exp(gdb_step_for_stub): New function.
29609 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
29610 exists, reload the executable and do a "continue" instead of
29611 doing a jump.
29612 (runto_main): Use gdb_step_for_stub.
29613
29614 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
29615 tests to have unique names.
29616 * gdb.base/callfuncs.exp: Ditto.
29617 * gdb.base/commands.exp: Ditto.
29618 * gdb.base/default.exp: Ditto.
29619 * gdb.base/help.exp: Ditto.
29620 * gdb.base/list.exp: Ditto.
29621 * gdb.base/opaque.exp: Ditto.
29622 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
29623 similar tests.
29624
29625 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
29626 * gdb.c++/cplusfuncs.cc: Ditto.
29627 * gdb.c++/virtfunc.cc: Ditto.
29628
29629 * config/monitor.exp: Keep track of the last file we saw, rather
29630 than trying to get the info from gdb.
29631
29632 * gdb.fortran/types.exp: Move comment to previous line.
29633
29634 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
29635
29636 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
29637 target mode.
29638
29639 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
29640
29641 From Bob Manson:
29642 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
29643 string from GDB when it connects.
29644
29645 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
29646
29647 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
29648
29649 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
29650 if we can't get a debug format from GDB (we may be testing an
29651 older GDB). Use a 10 second timeout when checking for the format.
29652
29653 * gdb.stabs/weird.exp: Fix quoting.
29654
29655 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
29656
29657 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
29658
29659 * config/arm-ice.exp: New file.
29660
29661 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
29662
29663 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
29664 until it has been modified to work with the new testsuite.
29665
29666 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
29667 testcase won't compile, cause all of the testcases in the file to
29668 fail instead.
29669
29670 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
29671 (gdb_clear_suppressed): New procedure.
29672 (gdb_stop_suppressing_tests): Only clear suppress_flag if
29673 it contains a positive value.
29674
29675 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
29676
29677 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
29678
29679 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
29680
29681 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
29682
29683 * lib/gdb.exp (setup_xfail_format): New function.
29684 (get_debug_format): New function to get debug format.
29685 (debug_format): New global variable to hold last value set
29686 by get_debug_format.
29687 * gdb.base/list.exp: Call get_debug_format and expect some
29688 tests to fail for DWARF 1 and COFF formats.
29689 * gdb.c++/ptype.exp: Ditto.
29690 * gdb.c++/classes.exp: Ditto.
29691 * gdb.c++/cplusfuncs.exp: Ditto.
29692 * gdb.c++/inherit.exp: Ditto.
29693 * gdb.c++/templates.exp: Ditto.
29694 * gdb.c++/virtfunc.exp: Ditto.
29695
29696 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
29697
29698 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
29699 host doesn't have a currently-open connection.
29700
29701 * config/sparclet.exp: Cleanups and fixes to make it generic for
29702 any gdb stub target. Handle cases where gdb doesn't respond when
29703 interrupted in a sane fashion.
29704
29705 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
29706 same thing in a totally different way.
29707
29708 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
29709 setting "timeout".
29710 (gdb_start): We set the global gdb_prompt variable in
29711 default_gdb_init now.
29712
29713 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
29714
29715 * gdb.base/printcmds.exp: Fix "check for floating addition"
29716 regexp to accept results within approx +/- .01 of exact value.
29717 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
29718
29719 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
29720
29721 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
29722 properly.
29723 (gdb_expect): Add optional timeout parameter, and add timeout
29724 value to various calls.
29725 (gdb_suppress_tests): Only give one warning message per group.
29726
29727 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
29728
29729 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
29730 global variables. Handle getting a value for $timeout more
29731 gracefully.
29732
29733 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
29734
29735 * lib/gdb.exp: Close connection to remote host if gdb doesn't
29736 initialize.
29737 (default_gdb_init): New procedure; allow gdb_init to be overridden
29738 by a target configuration file.
29739 (gdb_expect): Pass the timeout to remote_expect.
29740
29741 * config/monitor.exp(gdb_load): Fix typo in regexp.
29742
29743 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
29744
29745 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
29746
29747 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
29748
29749 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
29750 here. Call gdb_target_exec before rebooting the target, to make
29751 sure the connection to the target is closed.
29752 (gdb_load): Pass the name of the executable to gdb_target_monitor.
29753 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
29754 Also detect "Timeout reading from remote" error.
29755
29756 * config/gdbserver.exp: Pass the executable being loaded to
29757 gdb_target_monitor. Don't call gdb_file_cmd here; let
29758 gdb_target_monitor do it.
29759
29760 * gdb.disasm/hppa.exp: Don't use exec_output.
29761
29762 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
29763
29764 * gdb.base/list.exp: If we're debugging a non-native target,
29765 try to set the pc register to point to the start of the
29766 program before doing the first list command.
29767
29768 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
29769 test_calls after restarting.
29770
29771 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
29772 reloading.
29773
29774 * gdb.base/watchpoint.exp: Fix typo.
29775
29776 * gdb.base/setshow.exp: Check for use_gdb_stub.
29777
29778 * gdb.base/break.exp: Fix continue until exit test for the gdb
29779 stub case.
29780 * gdb.base/langs.exp: Ditto.
29781
29782 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
29783 gdb_load_offset. If we weren't given a file to load, figure out
29784 what the current file is and use it.
29785
29786 * config/i386-bozo.exp: New file.
29787
29788 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
29789
29790 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
29791 feature.
29792
29793 * config/proelf.exp: New entry.
29794
29795 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
29796
29797 * lib/gdb.exp: Remove spurious .* patterns at the beginning
29798 of regexps.
29799
29800 * gdb.base/watchpoint.exp: Don't run the test_stepping
29801 tests if gdb can't call functions on the target.
29802
29803 * gdb.base/setshow.exp: Don't run the set prompt tests if
29804 the board has gdb_prompt set.
29805
29806 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
29807
29808 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
29809 * gdb.base/commands.exp: Likewise.
29810 * gdb.base/setshow.exp: Likewise.
29811
29812 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
29813
29814 * config/monitor.exp(gdb_start): Look for gdb_prompt target
29815 feature.
29816
29817 * config/i960.exp: New file.
29818
29819 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
29820
29821 * gdb.base/funcargs.exp: Check for gdb,short_int target
29822 feature instead of looking for explicit target triplets.
29823
29824 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
29825
29826 * gdb.base/printcmds.exp: add a couple more tests a la
29827 "p 123DEADBEEF", to check parse_number.
29828 * top.c: change "to enable to enable" to "to enable" in a couple
29829 of help strings.
29830
29831 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
29832
29833 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
29834 on the mn10300.
29835
29836 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
29837
29838 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
29839 where the test executable is run with explicit args.
29840 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
29841
29842 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
29843
29844 * gdb.base/run.c: Use FAKEARGV to build test executable that
29845 does not require a command line arg, since most simulators
29846 don't currently support passing such an arg into the simulated
29847 program.
29848 * gdb.base/commands.exp: Change tests to insert the proper
29849 value as the arg to the first recursive factorial call. Change
29850 compilation line to define FAKEARGV at compile time.
29851
29852 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
29853
29854 * gdb.base/recurse.exp: Enable these tests for the mn10300.
29855 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
29856 function with watchpoint enabled" test.
29857
29858 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
29859
29860 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
29861 Don't call gdb_test when the command doesn't return to a gdb prompt.
29862
29863 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
29864 "Tests restarted" messages.
29865
29866 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
29867
29868 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
29869
29870 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
29871
29872 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
29873 for INFO SYMBOL; add help tests for OVERLAY commands.
29874 * gdb.base/default.exp: add tests for INFO SYMBOL command;
29875 add tests for OVERLAY commands
29876 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
29877 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
29878 * gdb.base/sigall.c: add usestubs code frag
29879 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
29880
29881 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
29882
29883 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
29884 failures.
29885 (gdb_stop_suppressing_tests): Note that tests have restarted.
29886
29887 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
29888
29889 * config/h8300.exp: New file.
29890
29891 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
29892
29893 * gdb.base/setshow.exp: Check for the existence of a
29894 feature, not its value.
29895
29896 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
29897
29898 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
29899
29900 * gdb.base/scope.exp: It's now init0(), not init().
29901
29902 * gdb.base/scope0.c: For now, change init() to be init0().
29903
29904 * config/monitor.exp: Use gdb_serial in preference to serial
29905 or netport.
29906
29907 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
29908 and it's not already set.
29909
29910 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
29911
29912 * gdb.base/setshow.exp: Only test the run command if the target
29913 isn't using a stub and if it supports argument passing.
29914
29915 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
29916
29917 * config/udi.exp(gdb_start): Make sure UDICONF is set
29918 properly before starting gdb.
29919
29920 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
29921
29922 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
29923 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
29924 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
29925
29926 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
29927
29928 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
29929 specialized code to reboot the board, use remote_reboot instead.
29930
29931 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
29932
29933 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
29934
29935 * config/monitor.exp: Make sure we disconnect from the target.
29936 Also, try a reboot/reload cycle instead of failing if the
29937 load fails.
29938
29939 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
29940
29941 * gdb.base/default.exp: Don't set match_max.
29942 * gdb.base/help.exp: Ditto.
29943 * gdb.base/list.exp: Ditto.
29944 * gdb.base/signals.exp: Ditto.
29945
29946 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
29947 set, use remote_ld to download the testcase instead of
29948 the GDB loader.
29949
29950 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
29951
29952 * config/vr5000.exp: New file.
29953
29954 * config/monitor.exp(gdb_target_monitor): Add pattern for
29955 "Ending remote" to detect errors in connecting.
29956
29957 * gdb.base/setshow.exp: Add .* within auto language test.
29958
29959 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
29960 target feature.
29961
29962 * config/monitor.exp(gdb_load): Check for a failure when loading,
29963 and reboot the board if necessary.
29964
29965 * gdb.base/setvar.exp(test_set): Handle multiple prints within
29966 a set of tests. Remove print.* from the patterns being checked.
29967
29968 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
29969
29970 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
29971 refer to gdb_spawn_id.
29972
29973 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
29974 longer used.
29975 * config/sparclet.exp: Ditto.
29976 * config/sparclet-old.exp: Ditto.
29977 * config/slite.exp: Ditto.
29978 * config/sim.exp: Ditto.
29979 * gdb.base/funcargs.exp: Ditto.
29980
29981 * lib/gdb.exp:Remove references to gdb_spawn_id.
29982 (gdb_expect): Move to remote.exp.
29983
29984 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
29985
29986 * config/monitor.exp: Detect the "Couldn't establish connection"
29987 message from GDB.
29988
29989 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
29990
29991 * gdb.base/bitfields.exp: Use runto instead of explicit
29992 gdb_run_cmd/gdb_expect sequences.
29993
29994 * gdb.base/break.exp(text_next_with_recursion): Add match for
29995 gdb_expect call.
29996
29997 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
29998 We also need to handle the "A program is being debugged already"
29999 prompt from gdb. Use gdb_test to set the baud rate.
30000
30001 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
30002 to 20000. Really. I mean it.
30003
30004 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
30005
30006 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
30007 fails. If suppress_flag is set, skip perror message about not
30008 being able to send to GDB.
30009 (send_gdb): If suppress_flag is set, don't try to send commands to
30010 GDB.
30011 (gdb_expect): If suppress_flag is set, always fail immediately.
30012 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
30013 (gdb_init): Call gdb_stop_suppressing_tests.
30014 (default_gdb_exit): Ditto.
30015 (default_gdb_start): Ditto.
30016
30017 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
30018 gdb_stop_suppressing_tests as appropriate.
30019 * gdb.base/break.exp: Ditto.
30020 * gdb.base/callfuncs.exp: Ditto.
30021 * gdb.base/commands.exp: Ditto.
30022 * gdb.base/exprs.exp: Ditto.
30023 * gdb.base/funcargs.exp: Ditto.
30024 * gdb.base/list.exp: Ditto.
30025 * gdb.base/recurse.exp: Ditto.
30026 * gdb.base/scope.exp: Ditto.
30027 * gdb.base/structs.exp: Ditto.
30028 * gdb.c++/inherit.exp: Ditto.
30029
30030 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
30031
30032 * config/vr4300.exp: New file.
30033
30034 * gdb.*/*.exp: Call gdb_expect instead of expect.
30035
30036 * lib/gdb.exp(gdb_expect): New function.
30037
30038 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
30039
30040 * lib/gdb.exp(gdb_init): New function.
30041
30042 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
30043 for each individual variable set.
30044
30045 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
30046 name.
30047
30048 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
30049
30050 * gdb.base/scope.exp: Use gdb_test.
30051
30052 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
30053 aborting; the testsuite driver will do that for us (see
30054 gdb_finish). Also, use gdb_test in a few more places.
30055
30056 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
30057
30058 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
30059
30060 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
30061
30062 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
30063 and "add_tests" are not at the same address.
30064
30065 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
30066
30067 * gdb.base/ptype.exp: Use gdb_test.
30068
30069 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
30070
30071 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
30072 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
30073 left in. No longer expect them to fail.
30074
30075 * gdb.stabs/*.mt; Deleted, no longer used.
30076 * gdb.stabs/configure.in: Remove references to target makefile
30077 frags.
30078 * gdb.stabs/configure: Rebuilt.
30079
30080 * gdb.disasm/*.mt: Deleted, no longer used.
30081 * gdb.disasm/configure.in: Remove references to target makefile
30082 frags. Use "sh3.s" as the unique filename for this directory.
30083 * gdb.disasm/configure: Rebuilt.
30084
30085 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
30086 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
30087 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
30088
30089 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
30090
30091 * config/udi.exp: Use mondfe,name instead of remote_host.
30092
30093 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
30094
30095 * gdb.base/watchpoint.exp: Don't expect a failure when calling
30096 a function with a watchpoint enabled on the mn10200.
30097
30098 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
30099 before trying to create it!
30100
30101 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
30102
30103 * config/vx.exp: Use hostname instead of netport.
30104
30105 * config/vxworks.exp: New file.
30106
30107 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
30108
30109 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
30110 gdb before assuming everything worked. Send a ^C if a timeout
30111 occurs.
30112
30113 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
30114 $gdb_spawn_id directly.
30115 (gdb_run_cmd): Try _start as well as start. Use the target feature
30116 gdb,start_symbol as the symbol to start from when jumping.
30117
30118 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
30119
30120 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
30121 redundant) test.
30122
30123 * gdb.base/recurse.exp: Relax final value test for 'b' so that
30124 it doesn't lose for 16bit integer systems.
30125
30126 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
30127
30128 * gdb.fortran/types.exp: If the target doesn't support "double"
30129 data types, then expect "real" types to only be 4 bytes.
30130
30131 * gdb.c++/virtfunc.exp: Expect failure for virtual function
30132 call tests if the target doesn't support inferior function calls.
30133
30134 * gdb.base/printcmds.exp: Allow minor deviation in FP values
30135 in printf tests.
30136
30137 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
30138
30139 * gdb.base/help.exp: Disable "help set", "help show", and
30140 "help support". Simplify regexp for "help stack".
30141
30142 * gdb.base/default.exp: Set match_max to 5000 and the timeout
30143 to 60 seconds. Temporarily set match_max to 15000 around the
30144 "info copying" test.
30145
30146 * gdb.base/nodebug.exp: Don't try to do an inferior function
30147 call if the target doesn't support them.
30148 * gdb.base/printcmds.exp: Likewise.
30149 * gdb.base/setvar.exp: Likewise.
30150 * gdb.base/structs.exp: Likewise.
30151 * gdb.c++/templates.exp: Likewise.
30152 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
30153
30154 * gdb.base/recurse.exp: Enable for the mn10200.
30155
30156 * configure.in: Do configure gdb.stabs directory for *-*-elf
30157 targets.
30158 * configure: Rebuilt.
30159
30160 * gdb.base/break.exp: Check for gdb,noresults before testing
30161 exit status and/or results from the target.
30162 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
30163 * lib/gdb.exp: Remove old (now bogus) initialization of
30164 noinferior, noargs, noresults and nosignals.
30165
30166 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
30167
30168 * config/sh.exp: New file.
30169
30170 * config/slite.exp: Try to connect multiple times to the board
30171 before rebooting. Only send a "monitor run" if need_monitor_run
30172 is set.
30173
30174 * gdb.base/break.exp: Don't do the "stub continue" test if
30175 the target has gdb_stub set.
30176
30177 * gdb.base/callfuncs.exp: Increase the timeout.
30178
30179 * gdb.base/interrupt.exp: Don't even try to compile the testcase
30180 if the target has gdb,noinferiorio set.
30181
30182 * gdb.base/list.exp: Increase match_max to 10000 characters.
30183
30184 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
30185
30186 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
30187 target.
30188
30189 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
30190
30191 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
30192
30193 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
30194 trying to delete the copy of gdb. Catch the file delete so we
30195 don't die if the delete fails; also, the file should be copied to
30196 the host, not to the build.
30197
30198 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
30199
30200 * lib/gdb.exp(gdb_test): Surround the result pattern with
30201 parenthesis in case it contains multiple regexps separated
30202 with |.
30203
30204 * gdb.base/watchpoint.exp: Use gdb_test.
30205 * gdb.base/default.exp: Ditto.
30206
30207 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
30208
30209 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
30210
30211 * gdb.base/scope.exp: Use gdb_test.
30212 * gdb.c++/classes.exp: Ditto.
30213 * gdb.c++/inherit.exp: Ditto.
30214
30215 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
30216
30217 * gdb.base/crossload.exp: Don't use execute_anywhere, use
30218 remote_exec instead.
30219 * gdb.base/corefile.exp: Don't be ridiculous.
30220 * gdb.base/*.c: Add missing stub invocations.
30221
30222 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
30223
30224 * config/slite.exp: Miscellaneous fixes.
30225
30226 * lib/gdb.exp: Fix runto.
30227
30228 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
30229 the target.
30230
30231 * gdb.base/watchpoint.exp: Fix regexp.
30232
30233 * lib/gdb.exp(default_gdb_exit): Add a catch to the
30234 close and wait commands, as the descriptor may now be
30235 invalid. Always call "remote_close host".
30236
30237 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
30238
30239 Major rewrite for testsuite revision.
30240
30241 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
30242 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
30243 instead of relying on spawn_id to always contain a valid
30244 spawn id.
30245 (get_compiler_info): New procedure to build the ${binfile}.ci
30246 file, instead of replicating this in N different places.
30247 (gdb_compile): New procedure.
30248
30249 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
30250 appropriate arguments) instead of compile. Use gdb_test in a lot
30251 more places. Use send_gdb instead of send. Always run gdb_start
30252 at the start of a testcase, as this is no longer done magically.
30253
30254 config/*-gdb.exp: Rename without the -gdb suffix.
30255
30256 config/mips.exp: Use remote_close instead of exit_remote_shell.
30257 config/monitor.exp: Use target_info instead of looking at
30258 baud, timeout, etc.
30259 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
30260
30261 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30262
30263 * gdb.c++/templates.exp (test_ptype_of_templates),
30264 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
30265 Update expect patterns for destructors and assignment operators
30266 to match corresponding c-typeprint.c changes.
30267 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
30268 to destructor breakpoint test, GDB should be able to set the
30269 destructor breakpoint without specifying arguments.
30270
30271 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
30272
30273 * gdb.threads/pthreads.exp: Change result for failure to compile due
30274 to lack of pthreads runtime support from an error to simply an
30275 unsupported test, per dejagnu standards.
30276
30277 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30278
30279 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
30280 where GDB exits to reduce pattern match time.
30281 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
30282
30283 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
30284
30285 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
30286
30287 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
30288 * gdb.base/default.exp: ditto.
30289 * gdb.base/nodebug.exp: ditto.
30290 * gdb.base/printcmds.exp: ditto.
30291 * gdb.base/ptype.exp: ditto.
30292 * gdb.base/setvar.exp: ditto.
30293 * gdb.base/structs.exp: ditto.
30294 * gdb.base/setshow.c: Guard against uninitialized values of argc.
30295
30296 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
30297
30298 * configure, */configure: Rebuild with autoconf 2.12.
30299
30300 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
30301
30302 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
30303 use new i*86-pc-linux*-gnu quads.
30304 * gdb.base/corefile.exp: Ditto.
30305 * gdb.base/signals.exp: Ditto.
30306 * gdb.base/sigall.exp: Ditto.
30307 * gdb.base/interrupt.exp: Ditto.
30308
30309 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
30310 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
30311 RedHat 4.0.
30312
30313 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
30314 linux. This allows the test case to at least compile on latest
30315 linux, but still not run due to missing the threads runtime library.
30316
30317 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30318
30319 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
30320 directory to search gdb directory. Accept and step over conditional
30321 stack alignment code. Consume $prompt in failure cases.
30322 Reset timeout to $oldtimeout instead of some arbitrary value.
30323 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
30324 timeout problems with infinite stack backtraces.
30325 * gdb.base/ptype.exp (ptype struct link, union tu_link):
30326 Accept function parameters for linkfunc member.
30327
30328 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
30329
30330 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
30331 (CXXFLAGS): Remove, unreferenced.
30332 (B_OPTIONS): Add for -B options and add code to initialize with
30333 previous -B options and also add -B option to pick up cross compiled
30334 runtime.
30335 (TARGET_INCLUDES): Add for -I options and add code to initialize when
30336 doing cross compiles.
30337 (target_alias): Declare global.
30338 (xgcc): Set variable to full path of gcc in build tree. Use findfile
30339 to verify that gcc exists in build tree, and if so set CC to that
30340 gcc and to use B_OPTIONS and TARGET_INCLUDES.
30341
30342 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
30343
30344 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
30345 ptype test for anonymous union. Fixup testcase to match
30346 current gcc debug output.
30347
30348 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
30349
30350 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
30351 force argument to an unsigned long type.
30352
30353 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
30354
30355 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
30356 tests and anonymous union print/ptype tests.
30357 * gdb.base/list.exp (test_forward-search): Increase timeout by
30358 5 minutes for the "search extremely long line" case.
30359 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
30360 completely optional and that the pass/fail messages use the command as
30361 the message if that third arg is a null string.
30362 (gdb_test_exact): Arrange that a null string pattern means match a
30363 null string output rather than any output, which might include random
30364 errors.
30365 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
30366 backtrace test.
30367 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
30368 always failing and failure is now exposed by gdb.exp changes.
30369
30370 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
30371
30372 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
30373 weren't being noted.
30374
30375 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30376
30377 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
30378 * gdb.stabs/weird.exp: Remove v_comb xfails.
30379
30380 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
30381
30382 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
30383 list.exp scope.exp watchpoint.exp]
30384 Make all timeout error msgs explicitly say "(timeout)".
30385
30386 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
30387
30388 * config/monitor.exp: Increase download timeout to 1000 seconds.
30389
30390 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
30391
30392 * config/m32r.exp: Increase timeout to 120 seconds.
30393
30394 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
30395
30396 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
30397 and accept older ordering as obsolescent gcc or gdb.
30398 * gdb.c++/templates.exp: Ditto.
30399 * gdb.c++/virtfunc.exp: Ditto.
30400
30401 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
30402
30403 * gdb.base/coremaker.c: Add code to mmap some data so we
30404 can check that it ends up in the core file.
30405 * gdb.base/corefile.exp: Add test to read mmapped data
30406 from core file.
30407
30408 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
30409
30410 * config/m32r.exp: New file.
30411
30412 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
30413
30414 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
30415 that cflags can contains -gstabs, and work correctly for other tests.
30416
30417 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
30418
30419 * gdb.base/setshow.exp: New file, tests show and set.
30420 * gdb.base/setshow.c: New file, tests show and set.
30421 * gdb.base/help.exp: Add test for help set|show annotate.
30422 * gdb.base/default.exp: Add test for set|show annotate.
30423
30424 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
30425
30426 * testsuite/gdb.base/break.exp: Make backtrace from factorial
30427 errors unique.
30428 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
30429 explicitly.
30430
30431 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
30432
30433 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
30434 and width commands. This is done elsewhere.
30435 * (gdb_start): Don't call gdb_start_sim here. That's already
30436 done in gdb_load. This fixes lots of failures in default.exp.
30437
30438 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
30439
30440 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
30441 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
30442 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
30443 in the same we we treat other failures (since it may be an expected
30444 condition), rather than as an error.
30445 * gdb.base/signals.exp (test_handle_all_print): Revert back to
30446 old test format.
30447
30448 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
30449
30450 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
30451 (distclean maintainer-clean realclean): No need to remove files
30452 twice. Nuke the duplicates.
30453 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
30454 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
30455 Remove config.h along with other config files.
30456
30457 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
30458
30459 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
30460 "p func1 ()" and note that rests of tests are skipped.
30461 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
30462 setup_xfails for "print func2::coremaker_local".
30463 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
30464 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
30465 affected by the previous run test.
30466 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
30467 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
30468 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
30469 "pass int powerset tuple" and "pass modeless int powerset tuple".
30470 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
30471 "real write 4" and "real write 8".
30472 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
30473 setup_xfails for "print vs1 after tuple assign 2",
30474 "print \$i after tuple assign 2", and
30475 "print vs2 after tuple assign 2".
30476 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
30477 meaningful error message and return -1 so the caller can
30478 suppress further tests and avoid a cascade of errors.
30479
30480 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
30481
30482 * gdb.base/a1-selftest.exp: Tweak tests to account for new
30483 format for printing version.
30484 * gdb.base/default.exp: Ditto.
30485 * gdb.base/interrupt.exp: Fix problem with cascade of
30486 errors if child process dies while calling a function.
30487
30488 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
30489
30490 * Makefile.in (VPATH): Add
30491 * Makefile.in (Makefile, config.status): Fix rules so things get
30492 remade when necessary.
30493
30494 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
30495
30496 * Makefile.in (just-check): Add path to sibling expect dir
30497 to environment variable specified by RPATH_ENVVAR.
30498
30499 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
30500
30501 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
30502 (just-check): Add shared library paths for libstdc++, tk,
30503 tcl, bfd, and opcodes to the environment variable specified
30504 in RPATH_ENVVAR.
30505 * configure.in: Add support to recognize --enable-shared flag
30506 and generate correct value for RPATH_ENVVAR.
30507 * configure: Regenerated with autoconf.
30508
30509 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
30510
30511 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
30512 include all osf versions.
30513 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
30514 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
30515 when target is linux. When failing to build pthreads test
30516 executable, give more meaningful message.
30517 * gdb.threads/pthreads.c: Hpux also uses old definition of second
30518 arg for pthread_create.
30519
30520 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
30521
30522 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
30523 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
30524 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
30525 and -lpthreads (everybody else).
30526 (test_startup): Fail gracefully if threads are not supported.
30527 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
30528 "p/c array_index("abcdef",2)" when not gcc compiled.
30529 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
30530 "print func2::coremaker_local" when not gcc compiled.
30531 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
30532 "ptype on opaque struct tagname (statically)",
30533 "ptype on opaque struct tagname (dynamically) 1", and
30534 "ptype on opaque struct tagname (dynamically) 2"
30535 for not compiled with gcc.
30536 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
30537 backtrace when compiled with gcc.
30538 * lib/gdb.exp (runto_main): Return result of "runto main" rather
30539 than always return success.
30540
30541 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
30542
30543 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
30544
30545 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
30546
30547 * gdb.base/structs.exp: Undo last change.
30548
30549 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
30550
30551 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
30552 encapsulate all the steps/nexts done during self test, starting
30553 at main, and makes them less sensitive to optimization issues.
30554 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
30555 signal handler" test.
30556 * gdb.threads/pthreads.exp: Only run this for native configs.
30557 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
30558 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
30559 tests.
30560 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
30561 for "runto test_calls(void)" test.
30562
30563 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
30564
30565 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
30566 and don't expect address info in breakpoint confirmations.
30567
30568 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
30569
30570 * gdb.base/list.exp (test_forward_search): Increase timeout
30571 temporarily by 60 seconds for searching extremely long line,
30572 and then reset to old value when done. Increase expect input
30573 buffer to 10000.
30574
30575 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
30576
30577 * gdb.base/list.exp (test_forward_search): Fix to handle very
30578 long source line without overflowing expect's input buffer.
30579
30580 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
30581
30582 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
30583 "buffer_full".
30584
30585 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
30586 "buffer_full".
30587
30588 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
30589 "buffer_full".
30590
30591 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
30592 "buffer_full".
30593
30594 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
30595
30596 * configure.in (configdirs): Add gdb.threads.
30597 * configure: Regenerated with autoconf.
30598 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
30599 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
30600 * gdb.threads/configure: New, generated with autoconf.
30601
30602 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
30603
30604 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
30605
30606 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
30607
30608 * gdb.base/signals.exp (test_handle_all_print): Test separately for
30609 each signal's status in the output of "handle all print".
30610 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
30611 the \r\n sequence that immediately precedes the gdb prompt.
30612 * gdb.base/a1-selftest.exp: Save original timeout and restore
30613 after test.
30614
30615 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
30616
30617 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
30618 symbol.
30619
30620 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
30621
30622 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
30623
30624 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
30625
30626 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
30627 timeout by 60 seconds.
30628
30629 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
30630
30631 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
30632 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
30633 error return.
30634
30635 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
30636
30637 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
30638 gdb initialization, also report how long dejagnu waited. Restore
30639 old timeout before doing error return. Temporarily increase timeout
30640 by 3 minutes to allow for slow startups over heavy NFS use.
30641
30642 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
30643
30644 * lib/gdb.exp: Report timeout value for verbosity level 2.
30645 * config/gdbserver.exp: Ditto.
30646 * config/hppro.exp: Ditto.
30647 * config/mips-gdb.exp: Ditto.
30648 * config/monitor.exp: Ditto.
30649 * config/netware.exp: Ditto.
30650 * config/sim-gdb.exp: Ditto.
30651 * config/slite-gdb.exp: Ditto.
30652 * config/udi-gdb.exp: Ditto.
30653 * config/unix-gdb.exp: Ditto.
30654 * config/vx-gdb.exp: Ditto.
30655 * gdb.base/a1-selftest.exp: Ditto.
30656 * gdb.base/a2-run.exp: Ditto.
30657 * gdb.base/break.exp: Ditto.
30658 * gdb.base/corefile.exp: Ditto.
30659 * gdb.base/list.exp: Ditto.
30660 * gdb.base/recurse.exp: Ditto.
30661 * gdb.base/scope.exp: Ditto.
30662 * gdb.base/signals.exp: Ditto.
30663
30664 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
30665
30666 * gdb.threads/Makefile.in (docdir): Removed.
30667
30668 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
30669
30670 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
30671 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
30672 @srcdir@.
30673 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
30674 autoconf 2.5 or higher.
30675 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
30676
30677 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
30678
30679 * configure: Regenerated.
30680 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
30681 avoid name clashes with SunOS headers.
30682
30683 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
30684
30685 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
30686
30687 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
30688
30689 * gdb.base/callfuncs.exp: Finish last change -- make sure the
30690 prototype information ends up in the compiler info file.
30691
30692 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
30693
30694 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
30695 attempting to regenerate it. Eliminate use of a temporary file
30696 and just generate the info file directly. Source it immediately,
30697 for consistency of use.
30698 * gdb.base/corefile.exp: Ditto
30699 * gdb.base/exprs.exp: Ditto.
30700 * gdb.base/funcargs.exp: Ditto.
30701 * gdb.base/langs.exp: Ditto.
30702 * gdb.base/list.exp: Ditto.
30703 * gdb.base/mips_pro.exp: Ditto.
30704 * gdb.base/nodebug.exp: Ditto.
30705 * gdb.base/opaque.exp: Ditto.
30706 * gdb.base/ptype.exp: Ditto.
30707 * gdb.base/scope.exp: Ditto.
30708 * gdb.base/setvar.exp: Ditto.
30709 * gdb.base/signals.exp: Ditto.
30710 * gdb.base/whatis.exp: Ditto.
30711 * gdb.c++/templates.exp: Ditto.
30712 * gdb.c++/virtfunc.exp: Ditto.
30713 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
30714 whether or not to add -lstdc++ to the compile command line args.
30715
30716 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30717
30718 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
30719 it got fixed by the recent lookup_minimal_symbol_by_pc change.
30720 Increase timeout, a lot of single stepping might be needed if the
30721 target has no hardware watchpoints.
30722
30723 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
30724
30725 * gdb.base/break.exp: Ignore compiler warnings when compiling
30726 break.c.
30727 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
30728 * gdb.base/default.exp: Add h8300 xfails. Handle messages
30729 from remote-sim.
30730 * gdb.base/exprs.exp: Add h8300 xfails.
30731 * gdb.base/funcargs.exp: Likewise.
30732 * gdb.base/nodebug.exp: Likewise.
30733 * gdb.base/printcmds.exp: Likewise.
30734 * gdb.base/ptype.exp: Likewise.
30735 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
30736 h8300 xfails.
30737 * gdb.base/return.exp: Handle float/double precision problems
30738 on the h8300.
30739 * gdb.base/funcargs.c: Explicitly make last constant argument to
30740 call_after_alloca_subr an unsigned long type.
30741 * gdb.base/return.c: Include stdio.h.
30742
30743 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
30744
30745 * config/abug.exp: New file for the older Motorola Bug monitor
30746 that runs on the mvme13x series VME boards.
30747 * config/monitor.exp: Use the new config array for target settings
30748 if they exist.
30749
30750 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
30751
30752 * sim-gdb.exp: Make the SH simulator allocate less space when
30753 it is targeted.
30754
30755 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
30756
30757 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
30758 test.
30759
30760 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
30761
30762 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
30763 "rs6000-*-*" for "list function in include file" when gcc compiled.
30764 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
30765 for "p ctable1[120]".
30766 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
30767 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
30768 Remove setup_xfail for "rs6000-*-*" for
30769 "print 'scope0.c'::filelocal before run".
30770 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
30771 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
30772 since some compilers don't allow both options to be given
30773 on the same command line. Create object file and move it.
30774
30775 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
30776
30777 * gdb.base/corefile.exp: Always regenerate the core file, since
30778 we always regenerate the coremaker program. Detect special case
30779 where registers cannot be read from core file.
30780
30781 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
30782
30783 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
30784 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
30785 * gdb.c++/templates.exp: Only match on basename of file since
30786 some formats like xcoff don't encode directory information.
30787 * gdb.stabs/weird.exp: Use the right sed script for powerpc
30788 and rs6000 AIX xcoff targets.
30789 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
30790 * configure: Regenerate.
30791 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
30792 here, rather than in distclean.
30793
30794 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
30795
30796 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
30797 defined, and use it to compile the test case with -O2. The
30798 native compilation still uses no optimization.
30799 * gdb.base/mips_pro.c: Remove inline assembly code since
30800 it is compiled PIC by default, which results in assembler
30801 warnings that make the testsuite think the compilation
30802 was unsuccessful.
30803
30804 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
30805
30806 * gdb.c++/misc.exp: Add note to message for
30807 "print s.a for foo struct" that this is a known gcc 2.7.2
30808 and earlier bug.
30809
30810 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
30811
30812 * gdb.base/break.exp: Fix pattern for matching "Delete all
30813 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
30814 setup_xfail for deleting all breakpoints test. Fix various
30815 timeout messages to include "(timeout)".
30816 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
30817 for "p t_float_values2(3.14159,float_val2)".
30818 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
30819 for "continue to call2g" when gcc compiled.
30820 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
30821 "up to foo in langs.exp", "show language at foo in langs.exp",
30822 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
30823 and "show language at fsub in langs.exp".
30824 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
30825 "list line 1 in include file", "list message for lines past EOF",
30826 "list function in include file", "list list0.h:foo", and
30827 "list filename:function; nonexistant function".
30828 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
30829 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
30830 and "ptype t_char_array" to be for native cc only.
30831
30832 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
30833
30834 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
30835 setup_xfail for "print coremaker_bss", "print coremaker_ro",
30836 "print func2::coremaker_local", and "backtrace in corefile.exp".
30837
30838 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
30839
30840 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
30841 "bt in signals.exp". This problem only appears when running
30842 the testsuite, and then only intermittently.
30843
30844 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
30845
30846 * gdb.base/return.exp (return_tests): Differentiate between
30847 two tests of continuing.
30848
30849 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
30850
30851 * */Makefile.in (maintainer-clean): Remove config.log.
30852 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
30853 * gdb.c++/Makefile.in (PROGS): Add inherit.
30854 (clean): Remove *.ci.
30855
30856 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
30857
30858 * gdb.c++/misc.cc: Add test code from Mike Stump.
30859 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
30860
30861 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
30862
30863 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
30864 to "alpha-*-osf2*" and add comment.
30865 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
30866 setup_xfail for "step over execarg initialization" and
30867 "step over corearg initialization".
30868 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
30869 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
30870 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
30871 gcc compiled for "print coremaker_bss", "print coremaker_ro",
30872 "print func2::coremaker_local", and "backtrace in corefile.exp".
30873 * gdb.base/signals.exp: Build and source signals.ci.
30874 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
30875 to be for gcc only.
30876 * lib/gdb.exp: Move verbose statements outside conditionals.
30877
30878 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30879
30880 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
30881 Feb 3 procfs.c change.
30882
30883 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
30884
30885 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
30886
30887 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
30888
30889 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
30890 from dejagnu's apparent default of 10 seconds, which gives random
30891 results when running the tests over NFS on moderately loaded systems.
30892 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
30893
30894 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
30895
30896 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
30897 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
30898 result reports.
30899
30900 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
30901
30902 * configure.in (CY_AC_PATH_TCLH): Remove.
30903 * configure: Regenerate.
30904
30905 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
30906
30907 * gdb.c++/Makefile.in (clean): Add missing '{'.
30908
30909 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
30910
30911 * lib/gdb.exp: Provide a default value for noinferior.
30912
30913 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
30914 Load libgloss.exp.
30915
30916 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
30917
30918 * gdb.disasm/hppa.exp: Compile directly into an executable, use
30919 the executable, not the .o to run the tests from.
30920
30921 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
30922
30923 * gdb.base/break.exp: Don't test for program exit or exit status
30924 if $noresults if nonzero.
30925 * gdb.base/langs.exp: Likewise.
30926 * gdb.base/watchpoint.exp: Likewise.
30927
30928 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
30929 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
30930 trying to compile the testcase.
30931
30932 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
30933
30934 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
30935 * gdb.base/signals.exp (continue to handler): Likewise.
30936
30937 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
30938
30939 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
30940
30941 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
30942
30943 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
30944
30945 * gdb.base/corefile.exp: Recognize "not found" as failure
30946 when trying to determine if a core file was generated.
30947 If no core file was generate the first time, try again without
30948 the ulimit -c to work around braindamaged shells.
30949
30950 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
30951
30952 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
30953 [] tests with "test" and enclose string in quotes.
30954 * gdb.stabs/configure: Rebuild
30955
30956 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
30957
30958 Changes in sync with expect:
30959 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
30960 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
30961 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
30962 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
30963 argument to AC_REQUIRE.
30964 * configure: Regenerated.
30965
30966 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
30967
30968 * gdb.base/corefile.exp: When generating a core, discard any
30969 error messages about ulimit not found and the "core dumped"
30970 message from the shell that runs the coredumper.
30971
30972 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
30973
30974 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
30975
30976 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
30977 which sed script to run. Expect failure for v_comb test
30978 on PA targets too.
30979
30980 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
30981
30982 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
30983 "print func2::coremaker_local" and for "backtrace in corefile.exp"
30984
30985 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
30986
30987 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
30988 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
30989 "sparc-sun-solaris*" xfails for "p v_comb".
30990 * lib/gdb.exp (default_gdb_start): Fix typo.
30991 * gdb.base/corefile.exp: Allow "Core was generated by ..."
30992 messages to not include the full program name that caused
30993 the core dump since some systems (such as solaris) apparently
30994 truncate this path to about 80 characters.
30995 When generating a core file first try increasing the core file
30996 size limit to unlimited since some systems may default it to
30997 zero, and it is harmless to try it. Move the test for failing
30998 to generate a core file to where it will actually get executed.
30999 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
31000 new gdb result from g++ debug info improvements and make old
31001 pattern obsolescent. Also account for size_t differences
31002 (may be int or long).
31003 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
31004 initialization before function call is placed in the delay slot
31005 and thus appears to be skipped over by commands such as "next".
31006
31007 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
31008
31009 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
31010
31011 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
31012
31013 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
31014 input source file; fix code to compile test to deal with this
31015 convention.
31016 * gdb.c++/*.exp: Likewise.
31017
31018 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
31019
31020 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
31021 "bt in signals.exp".
31022
31023 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
31024
31025 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
31026 "step over execarg initialization" and
31027 "step over corearg initialization".
31028
31029 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
31030
31031 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
31032 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
31033
31034 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
31035
31036 From Rob Savoye (rob@poseidon.cygnus.com)
31037 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
31038 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
31039 configure.in}, gdb.disasm/{Makefile.in, configure.in},
31040 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
31041 configure.in}: Major reworking for autoconfig.
31042 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
31043 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
31044 New files.
31045 * config/unix-gdb.exp: Make GDB global.
31046 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
31047 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
31048 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
31049 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
31050 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
31051 term.exp, twice.exp, watchpoint.exp, whatis.exp},
31052 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
31053 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
31054 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
31055 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
31056 pr-8136.exp, result.exp, string.exp, tuples.exp},
31057 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
31058 to returns as necessary, arrange for test to compile own testcase
31059 executable.
31060 * lib/gdb.exp: Changes for testsuite to compile own test cases.
31061
31062 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
31063
31064 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
31065 clear_xfail at end of test which might not call either pass or fail.
31066 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
31067 "backtrace through signal handler".
31068
31069 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31070
31071 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
31072 continuing from a job control stop signal.
31073 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
31074
31075 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
31076
31077 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
31078 * gdb.base/corefile.exp: Likewise.
31079 * gdb.base/funcargs.exp: Likewise.
31080
31081 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
31082
31083 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
31084 * config/monitor.exp: Add support for setting baud rate.
31085
31086 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
31087
31088 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
31089 i*86-*-linux* xfails for "backtrace through signal handler".
31090 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
31091 "print func2::coremaker_local".
31092 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
31093 alpha-dec-osf2* xfail for
31094 "delete all breakpoints when none".
31095
31096 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
31097
31098 * gdb.base/break.exp: Change test that deletes all breakpoints
31099 when no user breakpoints are installed. A post 4.15 change
31100 causes gdb to no longer prompt in this case.
31101
31102 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
31103
31104 * gdb.base/return.exp (return_tests): Change xfail for test
31105 "correct value returned double test" to stop xfailing at
31106 Solaris 2.5. Apparently the bug has been fixed.
31107
31108 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
31109
31110 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
31111 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
31112
31113 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
31114
31115 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
31116 * gdb.disasm/hppa.s: Corresponding changes.
31117
31118 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
31119
31120 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
31121 makefile fragment.
31122 * config/mt-hpux: Deleted.
31123
31124 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
31125
31126 * Many files: When warning about suppressed tests due to a
31127 nonexistant test binary, avoid incrementing the warning count.
31128
31129 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
31130
31131 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
31132
31133 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31134
31135 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
31136 "sparc-*-solaris2*".
31137
31138 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31139
31140 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
31141 Add global and local variables and initialize them.
31142 * gdb.base/corefile.exp: Test correct mapping of corefile sections
31143 by printing variables. Remove rs6000 and powerpc xfails, BFD now
31144 extracts the file name and terminating signal from the core file.
31145 * TODO: Remove note about tests for correct mapping of corefile.
31146 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
31147 from optimizing it away.
31148 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
31149 handles common blocks.
31150
31151 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
31152
31153 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
31154 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
31155
31156 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
31157
31158 * Makefile.in (maintainer-clean): New target, synonym for
31159 realclean.
31160 * gdb.base/Makefile.in (maintainer-clean): Likewise.
31161 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
31162 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
31163 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
31164 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
31165 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
31166
31167 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
31168
31169 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
31170 xfails when not gcc compiled for "print foo::funclocal".
31171 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
31172 "print foo::funclocal at foo",
31173 "print 'scope1.c'::foo::funclocal at foo",
31174 "print foo::funclocal_bss at foo",
31175 "print 'scope1.c'::foo::funclocal_bss at foo",
31176 "print foo::funclocal_ro at foo",
31177 "print 'scope1.c'::foo::funclocal_ro at foo",
31178 "print bar::funclocal at foo" and
31179 "print 'scope1.c'::bar::funclocal at foo".
31180 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
31181 gcc compiled for "print foo::funclocal at bar".
31182 Expand all messages to ensure that they identify that
31183 the test is at bar().
31184 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
31185 gcc compiled for:
31186 "ptype on opaque struct pointer (statically)",
31187 "ptype on opaque struct tagname (statically)",
31188 "ptype on opaque struct pointer (dynamically) 1",
31189 "ptype on opaque struct tagname (dynamically) 1",
31190 "ptype on opaque struct pointer (dynamically) 2" and
31191 "ptype on opaque struct tagname (dynamically) 2
31192 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
31193 gcc compiled for:
31194 "p datalocal"
31195 "whatis datalocal",
31196 "ptype datalocal",
31197 "p bsslocal",
31198 "whatis bsslocal", and
31199 "ptype bsslocal".
31200 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
31201 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
31202 when not gcc compiled.
31203 * gdb.base/funcargs.exp (float_and_integral_args): Add
31204 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
31205 compiled.
31206 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
31207 "backtrace from call6a" when not gcc compiled.
31208 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
31209 "backtrace from call7a" when not gcc compiled.
31210 * gdb.base/callfuncs.exp (do_function_calls):
31211 Add "hppa*-*-hpux*" xfail when not gcc compiled for
31212 "p t_char_array_values(char_array_val2,char_array_val1)",
31213 "p t_char_array_values(char_array_val1,char_array_val2)",
31214 "p t_char_array_values("carray 1","carray 2")",
31215 "p t_char_array_values("carray 1",char_array_val2)",
31216 "p t_char_array_values(char_array_val1,"carray 2")",
31217 "p sum_args(1,{2})",
31218 "p sum_args(2,{2,3})",
31219 "p sum_args(3,{2,3,4})",
31220 "p sum_args(4,{2,3,4,5})"
31221 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
31222 "backtrace in corefile.exp" when not gcc compiled.
31223
31224 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31225
31226 * gdb.base/signals.exp: Rewrite `handle all print' test as
31227 a procedure. Accept blanks or TABs as whitespace, increase
31228 timeout and expect input buffer size for the large output
31229 from the command. Remove "i*86-*-bsdi2.0" xfail.
31230
31231 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31232
31233 * gdb.base/setvar.exp: Add new testcases for truncation when
31234 assigning invalid values to bitfields.
31235
31236 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
31237
31238 * gdb.base/callfuncs.exp (do_function_calls): Remove
31239 mips-sgi-irix* xfail for
31240 "call inferior func with struct - returns char *"
31241 and fix test so that an optional (unsigned char *) cast is
31242 accepted in the result.
31243
31244 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
31245
31246 * gdb.base/funcargs.exp (float_and_integral_args): Remove
31247 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
31248 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
31249 * gdb.base/signals.exp: Remove duplicate "handle all print" test
31250 that accidentally got checked in.
31251
31252 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
31253
31254 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
31255 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
31256 compiled test.
31257 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
31258 Add mips-sgi-irix5* xfail for not gcc compiled.
31259 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
31260 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc
31261 compiled for "p top", "whatis top", "p middle", and "whatis
31262 middle".
31263 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
31264 "whatis signed char" for not gcc compiled.
31265 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
31266 "set variable signed char=-1 (-1)" and
31267 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
31268 * gdb.base/funcargs.exp (float_and_integral_args):
31269 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
31270 Add mips-sgi-irix* xfail when not gcc compiled for
31271 "continue to call2b".
31272 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
31273 "continue to call2g".
31274 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc
31275 compiled for "backtrace from call6a"
31276 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc
31277 compiled for "backtrace from call7k". Add mips-sgi-irix5* xfail
31278 when not gcc compiled for "backtrace from call7a".
31279 (localvars_after_alloca): Fix gdb_test cmds for
31280 "print * after runto ...".
31281 Remove rs6000-*-* xfails for
31282 "print i after runto localvars_after_alloca" and
31283 "print l after runto localvars_after_alloca"
31284 for all compilers.
31285 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
31286 when not compiled with gcc, for:
31287 "print signed char == (minus)",
31288 "print signed char != (minus)",
31289 "print signed char < (minus)",
31290 "print signed char > (minus)".
31291 * gdb.base/callfuncs.exp (do_function_calls):
31292 Add mips-sgi-irix* xfail, when compiled with native compiler, for
31293 "call inferior func with struct - returns char *".
31294 * gdb.base/return.exp (return_tests): Change xfail for
31295 "correct value returned double test" to include Solaris 2.4.
31296 * gdb.base/funcargs.exp (float_and_integral_args):
31297 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
31298
31299 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31300
31301 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
31302 enumeration bitfields if compiling with GNU C.
31303 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
31304 to empty' prompt.
31305
31306 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
31307
31308 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
31309 test for PRO targets.
31310
31311 * gdb.base/funcargs.exp: Avoid ever setting more than 8
31312 breakpoints in the inferior at any given time by making
31313 two groups of breakpoints for call2*, call6* and call7*
31314 tests.
31315
31316 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31317
31318 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
31319 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
31320 from optimizing it away.
31321 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
31322 "call inferior func with struct".
31323
31324 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
31325
31326 * configure.in: Only configure gdb.chill for particular targets.
31327
31328 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
31329
31330 * gdb.base/Makefile.in: Add action to .c.o transformation
31331 rule that generates a .ci file for each .o file and remove
31332 explicit .c.o rules except for callfuncs.o.
31333 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
31334 generates a .ci file for each .o file and remove explicit
31335 .cc.o rules.
31336 (clean): Remove *.tmp *.ci files.
31337 (EXECUTABLES): Remove templ-info.exp.
31338 * gdb.base/compiler.c: New file.
31339 * gdb.c++/compiler.cc: New file
31340 * gdb.base/scope.exp: Source gdb.base/scope.ci.
31341 Change rs6000-*-* xfail for
31342 "print 'scope0.c'::filelocal_ro" and
31343 "print 'scope1.c'::filelocal" and
31344 "print 'scope1.c'::filelocal_bss" and
31345 "print 'scope1.c'::filelocal_ro" and
31346 "print 'scope1.c'::foo::funclocal" and
31347 "print 'scope1.c'::foo::funclocal_ro" and
31348 "print 'scope1.c'::bar::funclocal" and
31349 "print 'scope0.c'::filelocal_ro" and
31350 "print 'scope1.c'::filelocal at foo" and
31351 "print 'scope1.c'::filelocal_bss at foo" and
31352 "print 'scope1.c'::filelocal_ro at foo" and
31353 "print 'scope1.c'::foo::funclocal at foo" and
31354 "print 'scope1.c'::foo::funclocal_bss at foo" and
31355 "print 'scope1.c'::foo::funclocal_ro at foo" and
31356 "print 'scope1.c'::bar::funclocal at foo" and
31357 "print 'scope0.c'::filelocal_ro" and
31358 "print 'scope1.c'::filelocal" and
31359 "print 'scope1.c'::filelocal_bss" and
31360 "print 'scope1.c'::filelocal_ro" and
31361 "print 'scope1.c'::foo::funclocal" and
31362 "print 'scope1.c'::foo::funclocal_bss" and
31363 "print 'scope1.c'::foo::funclocal_ro" and
31364 "print 'scope1.c'::bar::funclocal" and
31365 "print 'scope1.c'::bar::funclocal_bss"
31366 to only be xfail'd when not compiled with gcc.
31367 Add rs6000-*-* xfail for
31368 "print 'scope0.c'::filelocal_bss before run"
31369 when compiled with gcc.
31370 (test_at_main): Add rs6000-*-* xfail for
31371 "print filelocal_ro in test_at_main"
31372 when compiled with gcc.
31373 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
31374 Add rs6000-*-aix* xfail for
31375 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
31376 "ptype t_char_array", not compiled with gcc.
31377 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
31378 xfail for "list foo (in include file)" when gcc compiled.
31379 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
31380 (integral_args): Add rs6000-*-* xfail for
31381 "run to call0a" if not compiled with gcc.
31382 (unsigned_integral_args): Add rs6000-*-* xfail for
31383 "run to call1a" if not compiled with gcc.
31384 (float_and_integral_args): Add rs6000-*-* xfail for
31385 "run to call2a" if not compiled with gcc and for
31386 "continue to call2b" for any compiler.
31387 Add rs6000-*-* xfail to
31388 "print f1 after run to call2a" for gcc compiled.
31389 (discard_and_shuffle): Add rs6000-*-* xfail for
31390 "run to call6a".
31391 (shuffle_round_robin): Add rs6000-*-* xfail for
31392 "backtrace from call7a" if not compiled with gcc.
31393 Add rs6000-*-* xfail for
31394 "backtrace from call7b" if compiled with gcc.
31395 (call_after_alloca): Add rs6000-*-* xfail for
31396 "print c in call_after_alloca" and
31397 "print s in call_after_alloca" and
31398 "backtrace from call_after_alloca_subr"
31399 if not compiled with gcc.
31400 (localvars_in_indirect_call): Add rs6000-*-* xfail for
31401 "print c in localvars_in_indirect_call" and
31402 "print c in localvars_in_indirect_call" and
31403 "backtrace in indirectly called function" and
31404 "stepping into indirectly called function"
31405 if not compiled with gcc.
31406 (localvars_after_alloca): Add rs6000-*-* xfail for
31407 "print c after runto localvars_after_alloca" and
31408 "print s after runto localvars_after_alloca" and
31409 "print i after runto localvars_after_alloca" and
31410 "print l after runto localvars_after_alloca"
31411 for all compilers.
31412 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
31413 than whatis-info.exp.
31414 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
31415 than opaque-info.exp.
31416 Setup rs6000-*-* xfail for
31417 "ptype on opaque struct pointer (statically)" and
31418 "ptype on opaque struct pointer (dynamically)" when
31419 not compiled with gcc.
31420 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
31421 rather than callf-info.exp.
31422 (do_function_calls): Add clear_xfail for rs6000-*-* for
31423 "p t_float_values2(3.14159,float_val2)". Seems to work
31424 fine there, both with xlc and gcc. Need to find out what
31425 it is doing right and fix other platforms.
31426 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
31427 "call inferior func with struct - returns int",
31428 "call inferior func with struct - returns long",
31429 "call inferior func with struct - returns float",
31430 "call inferior func with struct - returns double",
31431 "call inferior func with struct - returns char *",
31432 but only if not gcc compiled (presumes xlc compiled).
31433 Change rs6000-*-* xfails for
31434 "call inferior func with struct - returns char" and
31435 " call inferior func with struct - returns short" to only
31436 xfail if not using gcc.
31437 (clean mostlyclean): Remove *.ci and *.tmp files.
31438 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
31439 than templ-info.exp.
31440 * gdb.base/langs.exp: Source gdb.base/langs.ci.
31441 Add rs6000-*-* xfail for "up to foo in langs.exp"
31442 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
31443 when not gcc compiled.
31444
31445 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
31446
31447 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
31448 * gdb.base/corefile.exp: Likewise.
31449 * gdb.base/list.exp: Likewise.
31450 * gdb.base/scope.exp: Likewise.
31451 * gdb.base/siganls.exp: Likewise.
31452
31453 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
31454 compiler output.
31455 * gdb.base/whatis.exp: Likewise.
31456
31457 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
31458
31459 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
31460 failure (opcode table has been fixed to match reality).
31461
31462 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
31463
31464 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
31465 "call inferior func with struct - returns char",
31466 "call inferior func with struct - returns short"
31467
31468 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
31469 "print 'scope0.c'::filelocal at main",
31470 "print 'scope0.c'::filelocal_bss in test_at_main",
31471 "print 'scope0.c'::filelocal at foo",
31472 "print 'scope0.c'::filelocal_bss in test_at_foo",
31473 "print 'scope0.c'::filelocal at bar",
31474 "print 'scope0.c'::filelocal_bss in test_at_bar"
31475
31476 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
31477 in source file 1". This bug seems to have been fixed with both
31478 gcc and native cc (was native assembler bug?).
31479
31480 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
31481
31482 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
31483 "backtrace through signal handler" to "i*86-*-sysv4*".
31484 * gdb.base/signals.exp: Add xfail for "'next' behaved as
31485 continue" case. Add "known SVR4 bug" to fail message.
31486 Add "i*86-*-bsdi2.0" xfail for "handle all print".
31487 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
31488 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
31489 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
31490 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
31491 "up to foo in langs.exp", "show language at foo in
31492 langs.exp", "up to cppsub_ in langs.exp", "show
31493 language at cppsub_ in langs.exp", "up to fsub in
31494 langs.exp", and "show language at fsub in langs.exp".
31495 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
31496 "bactrace in corefile.exp".
31497 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
31498 "call inferior function with struct - returns float" and
31499 "call inferior function with struct - returns double".
31500
31501 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
31502
31503 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
31504 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
31505 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
31506 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
31507
31508 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
31509
31510 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
31511 (or overriden) "CHILL" macro rather then bare "gcc".
31512 Also look for ../../gcc/xgcc since that is what we will
31513 actually need, not "Makefile". Remove following assignment
31514 of CHILL to CHILL_FOR_TARGET because that results in
31515 recursive definition.
31516
31517 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
31518
31519 * gdb.base/corefile.exp: Change xfail for backtrace in
31520 corefile.exp from linuxaout to all linux.
31521 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
31522 cases where we miss the breakpoint at the signal handler
31523 for some reason. Setup xfail for linuxoldld/linuxaout and
31524 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
31525 hitting SIGURG breakpoint.
31526 * gdb.base/signals.exp: Setup xfail for "next" acting like
31527 continue to add linuxoldld. Setup xfail for all linux for
31528 "next to handler in signals_tests_1", "backtrace in
31529 signals_tests_1", "continue to func1", "pass SIGUSR1",
31530 and continue to handler".
31531
31532 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
31533
31534 * Update all FSF addresses except those in COPYING* files.
31535
31536 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
31537
31538 * gdb.base/a2-run.exp: Change messages to be more explicit about
31539 the status of args, and quote binfile in results.
31540
31541 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
31542
31543 * gdb.base/callfuncs.exp: Add tests for passing structs to
31544 inferior functions and return various types.
31545 * gdb.base/callfuncs.c: Add functions to receive a struct
31546 and return a member of the struct, in various types.
31547
31548 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31549
31550 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
31551
31552 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
31553
31554 * config/vxworks29k.exp: New file, sources vxworks.exp.
31555
31556 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
31557
31558 * config/gdbremote.exp: New file. Testing framework using
31559 gdbserver.
31560
31561 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
31562
31563 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
31564 "call function when asleep" and "send end of file".
31565 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
31566 for "backtrace in corefile.exp".
31567 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
31568 for "backtrace through signal handler".
31569 * gdb.base/corefile.exp: Make sure we actually generate a core file
31570 before trying the core tests. Some systems allow the user to suppress
31571 generation of core files and default to that (linux for example).
31572 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
31573 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
31574
31575 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
31576
31577 * gdb.threads: New directory with some crude multi-threaded
31578 gdb tests (step.exp and step2.exp).
31579 * config/mt-lynx (STEP_EXECUTABLE): Define.
31580 (THREADFLAGS): Define.
31581
31582 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
31583
31584 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
31585
31586 * gdb.base/signals.exp: Disable whole file for lynx until
31587 further notice.
31588
31589 * gdb.base/signals.exp: xfail test where "next" acts like
31590 "continue" for lynx.
31591
31592 * gdb.base/interrupt.exp: xfail test for calling function while
31593 inferior is asleep for lynx.
31594
31595 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
31596 than one cr-lf after each command.
31597
31598 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31599
31600 * configure.in: Reinstate setting of stabsdirs variable, fix
31601 typo in setting up configdirs for native builds.
31602
31603 * gdb.base/return.exp: Fix typo in return double test.
31604 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
31605 compiler from optimizing them away.
31606
31607 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
31608
31609 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
31610 sequences to be echo'd by gdb when using gdb_test.
31611 * gdb.chill/chexp.exp: Likewise.
31612 * gdb.fortran/exprs.exp: Likewise
31613
31614 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
31615
31616 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
31617 after the inferior gdb has started.
31618
31619 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
31620 after each command.
31621 * gdb.base/funcargs.exp: Likewise.
31622 * gdb.base/gdbvars.exp: Likewise.
31623 * gdb.base/interrupt.exp: Likewise.
31624 * gdb.base/list.exp: Likewise.
31625 * gdb.base/watchpoint.exp: Likewise.
31626 * gdb.c++/demangle.exp: Likewise.
31627 * gdb.c++/inherit.exp: Likewise.
31628 * gdb.chill/chexp.exp: Likewise.
31629 * gdb.fortran/exprs.exp: Likewise.
31630
31631 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
31632 test if we can't handle IO to/from the inferior.
31633
31634 * gdb.c++/misc.exp: Always check for a program already being
31635 started after sending a "run" command to gdb.
31636
31637 * gdb.base/twice.exp: Start with a fresh gdb.
31638
31639 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
31640 only depend on gdb's expression code, not the chill runtime.
31641
31642 * gdb.base/return.c: Put return values into variables so we
31643 can have gdb print them rather than depending on the program
31644 to print them.
31645 * gdb.base/return.exp: Corresponding changes.
31646
31647 * lib/gdb.exp: Provide default value for noinferiorio.
31648 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
31649 the inferior.
31650
31651 * gdb.base/break.exp: Always check for a program already being
31652 started after sending a "run" command to gdb.
31653 (text_next_with_recursion): Don't check the output from the
31654 program's printf statement. Instead just make sure the program
31655 exited.
31656
31657 * gdb.base/commands.exp: Protect tests which need arguments with
31658 $noargs conditionals.
31659
31660 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31661
31662 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
31663 of structure member arrays to match gdb/valops.c:value_addr change.
31664
31665 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
31666
31667 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
31668 cases.
31669
31670 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
31671
31672 * configure.in (configdirs): Remove gdb.chill from default list
31673 of subdirs and then add it back in only if doing a native build.
31674 The current chill compiler does not yet work in any cross build.
31675 * Revert all signal changes from Jul 6.
31676 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
31677 for sh-hms targets, allowing these tests to link, with no other
31678 changes. Testing is suppressed by setting "nosignals" in site.exp.
31679
31680 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
31681
31682 * configure.in (signaldirs): Define and add to configdirs for all
31683 targets except some specific ones that are known to not support signals.
31684 Also clean up formatting.
31685 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
31686 (signals, sigall): Remove rules to build.
31687 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
31688 Moved to new gdb.signals directory.
31689 * gdb.signals: New test directory.
31690 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
31691 signals.c signals.exp}: New or moved files.
31692
31693 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
31694
31695 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
31696
31697 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
31698
31699 * gdb.base/return.exp: Xfail `return double' test failure
31700 on at least Solaris 2.3 and handle future/past versions on
31701 a case by case basis as appropriate. Also update message
31702 to include i*86 failures.
31703
31704 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31705
31706 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
31707
31708 * lib/gdb.exp: Fix comment which erroneously identified
31709 gdb_file_cmd as gdb_load (the 19 May change was in fact to
31710 gdb_file_cmd not gdb_load).
31711 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
31712
31713 * gdb.base/setvar.exp: Make test names consistent between pass and
31714 fail cases. Use gdb_test more.
31715
31716 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31717
31718 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
31719
31720 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31721
31722 * gdb.base/help.exp: Fix expected help string for `show commands'.
31723
31724 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
31725
31726 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
31727
31728 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
31729 of a text section.
31730
31731 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
31732
31733 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
31734 that loop eventually terminates. Fix Connection refused logic so
31735 that testsuite will expire nicely.
31736
31737 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
31738
31739 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
31740 config/rom68k.exp: New tcl glue for the appropriate monitors.
31741 These all just end up calling monitor.exp.
31742 * config/monitor.exp (gdb_target_monitor): Handle `Connection
31743 refused' by retrying. Cleanup some timeout issues.
31744 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
31745 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
31746 callers don't have to set/restore global timeout variable.
31747
31748 * The following set of changes centralizes management of the global
31749 timeout variable. This way, it can be set in one target dependent
31750 place instead of dozens of places scattered throughout the test suite.
31751 If you need to lengthen a timeout, then you should either set timeout
31752 in one of the config/{target}.exp files, or multiply it by a factor.
31753 Setting it to an absolute value is always going to lose for some
31754 targets.
31755 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
31756 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
31757 * gdb.base/funcargs.exp: Don't set timeout.
31758 * gdb.base/list.exp (test_forward_search): Only use local timeout.
31759 * gdb.base/printcmds.exp (test_print_string_constants
31760 test_print_array_constants): Don't set timeout.
31761 * gdb.base/ptype.exp: Don't set timeout.
31762 * gdb.base/recurse.exp: Don't set timeout.
31763 * gdb.base/return.exp: Don't set timeout.
31764 * gdb.base/watchpoint.exp: Don't set timeout.
31765 * gdb.c++/classes.exp (do_tests): Don't set timeout.
31766 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
31767
31768 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
31769
31770 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
31771
31772 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31773
31774 * lib/gdb.exp: Disable chill tests for irix5.
31775
31776 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31777
31778 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
31779 each test pass or fail.
31780
31781 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31782
31783 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
31784 xlc not gcc.
31785
31786 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
31787
31788 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
31789
31790 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
31791
31792 * config/est.exp: Fix copyright and comments. Remove dead code.
31793 Use targetname, serialport and baud variables instead of fixed
31794 constants.
31795 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
31796 * config/cpu32bug.exp: New file to support cpu32bug monitors.
31797
31798 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31799
31800 * gdb.base/watchpoint.exp: Don't run
31801 test_watchpoint_triggered_in_syscall for sunos.
31802
31803 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31804
31805 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
31806 they don't seem to exist. Do include stdio.h.
31807
31808 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31809
31810 * gdb.base/a1-selftest.exp: Add alpha xfail.
31811
31812 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31813
31814 * gdb.base/watchpoint.c (main): Prompt before calling read().
31815 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
31816 Revise accordingly. Remove cruft about sending "123" several
31817 times, until it gets noticed. Clean up the "print buf[0]" stuff
31818 so that it passes or fails, and waits for prompts in the usual way.
31819
31820 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31821
31822 * gdb.base/recurse.exp: Fix comment.
31823
31824 * TODO: Remove item about printing variables in nodebug.exp. Add
31825 item about enabling tests which are only run on some targets.
31826
31827 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
31828 fail, make test names unique, use new gdb_test convention
31829 regarding pattern, use gdb_test more, etc.).
31830
31831 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
31832 fail, make test names unique, etc.).
31833
31834 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31835
31836 * gdb.base/nodebug.c: Change return type of top and middle to
31837 short.
31838 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
31839 are fixed by the recent mdebugread.c changes. Allow `short ()'
31840 as type for top and middle.
31841
31842 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31843
31844 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
31845 nearly as I can tell, the whole thing was an accident in Stu's
31846 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
31847 to replace a send/expect pair with gdb_test, but ended up only
31848 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
31849 of 30 Mar 1995 took care of it, but left this vestigial comment
31850 which I am now nuking.
31851
31852 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31853
31854 * gdb.base/break.exp: Look for different line number for
31855 breakpoint at main depending on usestubs.
31856
31857 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31858
31859 * gdb.base/list.exp: Adjust some alternate expect patterns to
31860 match recent list0.c change. Add alternate expect pattern for
31861 output from `list default lines around main' for optimizing
31862 compilers.
31863
31864 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31865
31866 * lib/gdb.exp: If nosignals is not set, set it to 0.
31867
31868 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
31869
31870 * config/slite-gdb.exp: Responds to load symbol table prompt.
31871 * gdb.base/break.exp: Adjust line number, fix rerun.
31872 * gdb.base/langs0.c: Add #ifdef usestubs.
31873
31874 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
31875
31876 * gdb.base/list.exp: Adjust line contents after adding new lines in
31877 list0.c. Also fix a syntax error.
31878
31879 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
31880 * gdb.base/break.exp: ditto.
31881 * gdb.base/list.exp: ditto.
31882 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
31883 * gdb.base/run.c: ditto.
31884 * gdb.base/list0.c: ditto.
31885 * gdb.base/funcargs.c: ditto.
31886
31887 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
31888
31889 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
31890 $targetname, $serialport and $baud instead of hardwired variables.
31891 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
31892 target doesn't support signals.
31893
31894 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
31895
31896 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
31897
31898 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31899
31900 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
31901 Don't rely on the value of an auto variable before it has been
31902 initialized. Use gdb_test more.
31903
31904 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31905
31906 * lib/gdb.exp (default_gdb_version): A version number must start
31907 with a digit, but other than that contains all characters up to
31908 the first whitespace character.
31909
31910 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31911
31912 * gdb.base/commands.exp (breakpoint_command_test): New tests.
31913
31914 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31915
31916 * gdb.c++/*.exp: Warn if executable does not exist. The original
31917 reason for skipping the warning was that configure.in sometimes
31918 intentionally skipped building the executables but the tcl code
31919 had no way of knowing. That (a) was always bogus with respect to
31920 error handling, (b) is no longer true (right now there is no way
31921 to skip C++ tests).
31922
31923 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
31924
31925 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31926
31927 * gdb.base/list.exp: Add expect patterns for output from
31928 SunPRO compiled executables.
31929 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
31930 types.
31931
31932 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31933
31934 * gdb.base/break.exp (test_next_with_recursion): Accept any line
31935 number (we are already testing that the correct source line text
31936 gets printed).
31937
31938 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
31939 that is what is intended, but something needed to be done to get
31940 sunos4 native working again.
31941
31942 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
31943
31944 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
31945 apparently went with a (very) old xfail.
31946
31947 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
31948
31949 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
31950 runto_main is a proc in gdb.exp that will do 'step' for target use
31951 stubs.
31952 * gdb.base/exprs.exp: ditto.
31953 * gdb.base/interrupt.exp: ditto.
31954 * gdb.base/opaque.exp: ditto.
31955 * gdb.base/printcmds.exp: ditto.
31956 * gdb.base/ptype.exp: ditto.
31957 * gdb.base/scope.exp: ditto.
31958 * gdb.base/setvar.exp: ditto.
31959 * gdb.base/signals.exp: ditto.
31960 * gdb.base/twice.exp: ditto.
31961 * gdb.c++/classes.exp: ditto.
31962 * gdb.c++/inherit.exp: ditto.
31963 * gdb.c++/templates.exp: ditto.
31964 * gdb.base/break.exp: no run and hit main for stubs. Change line
31965 numbers for breakpoints and info breakpoint.
31966 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
31967 breakpoint().
31968 * gdb.base/callfuncs.c: ditto.
31969 * gdb.base/exprs: ditto.
31970 * gdb.base/interrupt.c: ditto.
31971 * gdb.base/opaque0.c: ditto.
31972 * gdb.base/printcmds.c: ditto.
31973 * gdb.base/ptype.c: ditto.
31974 * gdb.base/scope0.c: ditto.
31975 * gdb.base/setvar.c: ditto.
31976 * gdb.base/signals.c: ditto.
31977 * gdb.base/twice.c: ditto.
31978 * gdb.c++/misc.cc: ditto.
31979 * gdb.c++/templates.cc: ditto.
31980
31981 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31982
31983 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
31984
31985 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
31986 somewhere between `read' and `main.c'. I'm pretty sure the
31987 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
31988 and it isn't particularly useful.
31989
31990 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
31991
31992 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31993
31994 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
31995
31996 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
31997
31998 * config/mt-slite: add LIBS and -nostdlib.
31999 * config/slite-gdb.exp: add this new file to support sparclite target.
32000
32001 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
32002
32003 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
32004
32005 * gdb.base/a2-run.exp: Change argument to istarget from
32006 "*-*-vxworks" to "*-*-vxworks*".
32007 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
32008
32009 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
32010
32011 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
32012 will not runto main but do a 'step' to step out of breakpoint().
32013 * config/mt-slite: add -Dusestubs.
32014
32015 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32016
32017 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
32018 instead of just @.
32019
32020 * gdb.base/signals.exp: Add test for "handle all print".
32021 * TODO: Remove "handle all print". Also remove item about
32022 checking copyright date (I don't like the idea of a spurious FAIL
32023 based on when we run the tests).
32024
32025 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
32026 for SunOS4 (reason for failure not investigated). Remove
32027 redundant test for $binfile.
32028
32029 * gdb.base/nodebug.c (array_index): Call malloc.
32030
32031 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
32032
32033 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
32034
32035 * gdb.base/recurse.exp: Update gdb_test invocation to use new
32036 conventions and slightly simplify the matching regexp.
32037
32038 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32039
32040 * gdb.base/break.exp: Update gdb_test invocation to use new
32041 convention.
32042
32043 * lib/gdb.exp: If noargs is not set, set it to 0.
32044
32045 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
32046 tests unique.
32047
32048 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
32049
32050 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32051
32052 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
32053 one argument of type "<non-float parameter>".
32054
32055 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
32056
32057 * config/rom68k.exp: New file to support Motorola IDP board.
32058 * gdb.base/a2-run.exp: Skip this file if noargs is set.
32059 * gdb.base/break.c: Change things around so that this program
32060 doesn't depend upon args. This is necessary to make remote
32061 targets work (in general, they can't take args).
32062 * gdb.base/break.exp: Don't try to send args to program. Don't
32063 expect output. Also, replace lots of code with gdb_test.
32064
32065 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32066
32067 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
32068 printing of '\'' (which is what the comment says we are testing,
32069 even though we were not), not '''.
32070 (test_integer_literals_rejected): Test that printing ''' is an error.
32071
32072 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
32073 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
32074 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
32075 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
32076 Use gdb_test not test_print_accept.
32077 * lib/gdb.exp: Remove test_print_accept.
32078
32079 * gdb.base/signals.exp (signal_tests_1): Make pass message
32080 consistent with fail message.
32081
32082 * gdb.base/whatis.exp: Remove xfails for printing char vs.
32083 unsigned char; the bug (PR 1821) is fixed.
32084
32085 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
32086
32087 * gdb.base/scope.exp (test_at_localscopes): Call pass for
32088 successful tests--makes xfailing them work right.
32089
32090 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32091
32092 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
32093 only \r\n, not .*. The test can pass .* as the last thing in
32094 $pattern if that is what it wants. In addition to providing this
32095 flexibility, this change should speed up pattern matching in cases
32096 where the pattern already ended with .* (there were a number of
32097 them). This change also helps catch bad patterns--in the old
32098 scheme the typo "char \*" instead of "char \\*" would pass. Now
32099 it is caught.
32100 * Many .exp files: Update callers.
32101
32102 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
32103 clearer and does not spuriously match multiple ('s. Likewise for
32104 ) and *.
32105
32106 * gdb.base/nodebug.exp: Test ability to call a function and pass
32107 it a string (even with no debugging info).
32108
32109 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
32110 "p '\'", which is the same as "p ''" once tcl gets done with
32111 quoting, to "p '\\'", which I suspect is what is intended (one
32112 backslash gets sent to GDB).
32113
32114 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
32115
32116 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32117
32118 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
32119 1817) was fixed literally years ago.
32120
32121 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32122
32123 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
32124 test, it causes stepping out of call_after_alloca_subr with
32125 optimizing compilers.
32126 (localvars_in_indirect_call): Consume GDB prompt if `finish'
32127 fails.
32128
32129 * gdb.c++/templates.exp: Source templ-info.exp only if
32130 the templates executable exists.
32131
32132 * gdb.c++/misc.cc (class Contains_static_instance,
32133 class Contains_nested_static_instance),
32134 gdb.c++/classes.exp (test_static_members): Test printing of
32135 a class that contains a static instance of the class.
32136
32137 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32138
32139 * gdb.base/langs2.c (cppsub_): Don't prototype.
32140 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
32141 only, I believe).
32142
32143 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32144
32145 * lib/gdb.exp (skip_chill_tests): New procedure.
32146
32147 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
32148
32149 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
32150
32151 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
32152 each expect pattern. Cuts runtime from 12 to about 4 seconds.
32153
32154 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32155
32156 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
32157
32158 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
32159 disassemble 8, not 16, instructions for part 4.
32160
32161 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
32162 support the latter anymore.
32163
32164 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
32165 -DNO_PROTOTYPES.
32166 * gdb.base/callfuncs.c: Control use of prototypes based on
32167 NO_PROTOTYPES, not __STDC__.
32168 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
32169 t_float_values2 tests if prototypes in use.
32170
32171 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
32172 t_double_values): When checking differences against DELTA, check
32173 that difference is within the range (-DELTA,DELTA), not just
32174 (-infinity,DELTA).
32175
32176 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
32177
32178 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
32179 'file' command firts, then 'target', then 'load', this is due to gdb
32180 target set up.
32181 * config/mips-gdb.exp: Fix a couple regular exp bugs.
32182
32183 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
32184
32185 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
32186 FP load/store variants.
32187 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
32188
32189 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
32190
32191 * gdb.base/term.exp: Do not give a warning if not native, it is
32192 not an abnormal condition.
32193
32194 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
32195
32196 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
32197 t_char_array".
32198
32199 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
32200
32201 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
32202 are getting the version number.
32203
32204 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
32205 if not native, it is not an abnormal condition.
32206
32207 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32208
32209 * lib/gdb.exp: Just use "file exists", rather than undocumented
32210 dejagnu procedure "findfile".
32211
32212 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
32213
32214 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
32215 (LDFLAGS): Set to -Xlinker -Ur.
32216
32217 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
32218 Removed, these values are set by lib/gdb.exp.
32219
32220 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
32221
32222 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
32223
32224 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
32225 of replicating gdb startup code.
32226
32227 * config/mt-vxworks (LDFLAGS): Set to -r.
32228 (CFLAGS_FOR_TARGET): Removed.
32229
32230 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
32231 (gdb) and gdb for vxworks uses (vxgdb).
32232
32233 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
32234 executable is not in the tree and host != target, use sed and
32235 program_transform_name to determine the gdb name used by the
32236 target.
32237
32238 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
32239 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
32240
32241 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32242
32243 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
32244 floats, chars, and shorts where there are ANSI-style function
32245 definitions.
32246
32247 * gdb.base/langs.exp, gdb.base/langs*: New test.
32248 * gdb.base/Makefile.in: Build it.
32249 * TODO: Remove item about checking that C names don't get C++
32250 demangling applied; this test tests it.
32251
32252 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32253
32254 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
32255 went with the const70 xfail. The xfail went away a year ago.
32256
32257 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
32258
32259 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
32260 for hp300.
32261
32262 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
32263
32264 * gdb.base/a1-selftest.exp: Don't run on hp300.
32265
32266 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32267
32268 * Makefile.in (site.exp): Set host_alias and target_alias as well
32269 as host_triplet and target_triplet.
32270
32271 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32272
32273 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
32274
32275 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
32276 places as other ecoff systems).
32277
32278 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
32279 ultrix.
32280
32281 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32282
32283 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
32284 remove them.
32285 * gdb.base/nodebug.exp: Accept "function" in addition to "text
32286 variable and "variable" in addition to "data variable".
32287 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
32288
32289 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
32290 2.
32291 * gdb.base/list1.c (long_line): Add additional statement at start
32292 of function.
32293 * gdb.base/list.exp (test_forward_search): Update line number to
32294 reflect new statement.
32295
32296 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32297
32298 * gdb.base/signals.exp: Reinitialize searched source directories
32299 after gdb_start call.
32300
32301 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
32302
32303 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
32304 * gdb.stabs/Makefile.in: Likewise.
32305
32306 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
32307 change. Instead split the tests into smaller pieces.
32308 * gdb.disasm/hppa.s: Corresponding changes.
32309
32310 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32311
32312 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
32313 Quote ^C when passing it to stty. For some shells ^ is a pipe.
32314
32315 * gdb.base/funcargs.exp: Modify many tests so that every test
32316 either passes or fails. Make some test names unique.
32317
32318 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32319
32320 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
32321 Call stty to set interrupt character.
32322
32323 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
32324 for HP assembler versus GNU assembler based on actual behavior of
32325 $(CC), rather than assuming that $(AS) is always the GNU assembler.
32326
32327 * TODO: Suggest a few more stepping tests.
32328
32329 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
32330
32331 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
32332 restart GDB for h8300 after a continue.
32333 (return): Add pattern to match a29k-udi behavior.
32334 * gdb.base/nodebug.exp: Remove obsolete comment.
32335 * gdb.base/regs.exp: New file, testing of register displays.
32336 * gdb.base/return.exp: Fix typo in reference to $objdir.
32337 * gdb.base/whatis.exp: Always start with a fresh GDB.
32338
32339 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32340
32341 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
32342 higher, these tests generate a lot of output.
32343
32344 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32345
32346 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
32347 code following the catch silently ignored some errors; without the
32348 catch they should be thrown like any other tcl error. Also, the
32349 catch used "" instead of {} which meant all the callers who wanted
32350 to include one of the characters "[]$ had to quote it an extra time.
32351 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
32352 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
32353 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
32354 Remove extra quoting.
32355
32356 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
32357
32358 * gdb.base/commands.exp: Make test names unique; every test either
32359 passes or fails. Update some comments.
32360
32361 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
32362
32363 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32364
32365 The following fixes a FAIL caused by the fact that the alpha stabs
32366 configuration didn't use the ".if alpha" code in weird.def.
32367 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
32368 bit pointer, so the 32 bit version works even on the alpha.
32369 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
32370 Remove the stuff which allowed us to have separate versions for
32371 alpha and everything else.
32372
32373 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
32374 regexp which "info func operator\[\](" is supposed to match. Fix
32375 string to send to GDB. Note that GDB still doesn't work right. Add a
32376 new test for "info func .perator\[\](" which GDB does handle correctly.
32377
32378 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
32379
32380 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32381
32382 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
32383 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
32384 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
32385 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
32386 it makes the tests harder to understand and confuses test-o-matic.
32387 The preferred style is that each test provides a PASS or a FAIL,
32388 and has a unique message (e.g. "continue #54" not just "continue")
32389 which is the same for the pass and the fail.
32390 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
32391 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
32392 to lib/gdb.exp.
32393 * gdb.base/printcmds.exp: Use test_print_accept. Remove
32394 prt_accept which was basically the same thing. Likewise for
32395 test_print_reject and prt_reject.
32396 * lib/gdb.exp (test_print_reject): Add some more error message
32397 patterns to match from the former printcmds.exp (prt_reject).
32398 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
32399 One defect of the passcount stuff is that some of it failed to
32400 report XPASS where appropriate.
32401 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
32402 stuff before and after arg in expected pattern.
32403 (test_paddr_operator_functions): Re-do test without print_addr_of;
32404 this is the only test which seems to want extra stuff there.
32405
32406 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32407
32408 * gdb.base/nodebug.exp: Update new tests to reflect improved
32409 wording of gdb output.
32410
32411 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
32412 and "ptype" work on variables in files compiled without -g.
32413 Replaces commented out "maint print msymbol" tests.
32414
32415 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32416
32417 * gdb.base/setvar.c (dummy): Call malloc.
32418
32419 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
32420 losing with the irix4 sed.
32421
32422 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
32423 ALRM" on irix4.
32424
32425 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32426
32427 * TODO: Remove items about corefile.exp testing new exec-file and
32428 backtrace; both are now done. Add items about printing enums.
32429
32430 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32431
32432 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
32433 "get signal $thissig" test fails.
32434
32435 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
32436
32437 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32438
32439 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
32440 compiler warning with dec alpha compiler.
32441
32442 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
32443 extra \n from gdb_test call (this explains why the prompt test
32444 that I removed yesterday was there).
32445 (user_defined_command_test): Remove extra \n and prompt test.
32446
32447 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
32448 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
32449 doesn't exist.
32450 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
32451 Also remove alpha workaround, which turns out to be because
32452 SIGABRT == SIGLOST.
32453
32454 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
32455
32456 * gdb.base/help.exp: Don't test "help show".
32457
32458 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32459
32460 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
32461 "set print address" is on.
32462 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
32463 pass prompt to gdb_test; gdb_test already looks for the prompt.
32464
32465 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
32466
32467 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
32468 was a vestige of the manual TESTSTRATEGY, and the purpose of it
32469 was to make sure that gdb can read a core file. But (a) the "read
32470 the corefile" part didn't make it to a1-selftest.exp, we just
32471 delete the corefile after creating it, and (b) we test reading
32472 corefiles in corefile.exp anyway. Also, this test left around a
32473 xgdb process on Solaris.
32474
32475 * gdb.base/corefile.exp: Also test backtrace.
32476
32477 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
32478
32479 * gdb.base/commands.exp: Test a simple user defined command with
32480 arguments and if/while statements; verify the full user command is
32481 printed by "show user".
32482
32483 * gdb.base/commands.exp: Test if/while commands as part of a
32484 breakpoint command list; verify they appear in breakpoint
32485 information.
32486
32487 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32488
32489 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
32490 than by dividing by zero.
32491
32492 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
32493
32494 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
32495 performing an inferior call with watchpoints enabled.
32496 * gdb.base/watchpoint.c (main): Delete second unnecessary read
32497 call.
32498
32499 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32500
32501 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
32502 of "file" command.
32503
32504 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
32505 Add additional pattern for when "int operator int(void);" appears
32506 in a different order.
32507
32508 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32509
32510 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
32511
32512 * gdb.base/help.exp: Replace most of docstrings for "info signals"
32513 and "signal" with ".*".
32514
32515 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32516
32517 * TODO: Add note about "handle all nostop".
32518
32519 * gdb.base/{sigall.c, sigall.exp}: New test.
32520 * gdb.base/Makefile.in: Add it.
32521
32522 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
32523
32524 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
32525 when invoking GDB, suppresses any windowing interface.
32526
32527 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
32528
32529 * config/sim-gdb: New file, simulator testing support.
32530
32531 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
32532
32533 * gdb.base/interrupt.exp: Test calling func1 twice.
32534
32535 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
32536
32537 * gdb.base/list.exp (test_forward_search): Set timeout higher
32538 when we'll be getting lots of output from gdb.
32539
32540 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
32541 "init_malloc" to after the expect statement. Run it if that
32542 regexp is taken, but also for two others which happen if source
32543 cannot be found.
32544
32545 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32546
32547 * gdb.base/printcmds.exp: New test, for printing register before
32548 program is running.
32549
32550 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32551
32552 * gdb.base/list.exp: Correct some alternate expect patterns
32553 to reflect changes in list1.c.
32554
32555 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32556
32557 * TODO: Add item regarding large frames.
32558
32559 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
32560
32561 * TODO: Remove item about enabling return.exp; it
32562 is enabled. Suggest a few more "return" tests.
32563
32564 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32565
32566 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
32567 anonymous unions.
32568
32569 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32570
32571 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
32572 and pr-5646.o, so "make" is the same as "make all", not "make
32573 pr-4975.o".
32574
32575 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
32576
32577 * gdb.base/list.exp: Adjust expectations to reflect changes in
32578 list1.c.
32579 (test_forward_search): New test proc.
32580 * gdb.base/list1.c (long_line): New function, has long source line.
32581
32582 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
32583
32584 * gdb.base/a1-selftest.exp: Change initial stepping to know about
32585 additional line of code that was added.
32586
32587 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
32588
32589 * gdb.disasm/hppa.s: Break the large branching tests into smaller
32590 tests so as not to overflow expect's input buffers.
32591 * gdb.disasm/hppa.exp: Corresponding changes.
32592
32593 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32594
32595 Beginnings of template debugging tests.
32596 * gdb.c++/templ-info.cc: New file to test for template
32597 debugging capability of the compiler.
32598 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
32599 templ-info.cc.
32600 * gdb.c++/templates.cc: Add explicit template instantiations
32601 to enable compiling with -fno-implicit-templates. Add destructor
32602 and 'value' method to T5 class for template tests.
32603 * gdb.c++/templates.exp: Add testcases for printing of template
32604 types, setting breakpoints on template methods and calling a
32605 template method.
32606
32607 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
32608
32609 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
32610 branch target since some assemblers (gas-2.5) may emit a
32611 relocation for the branch instead of resolving it in the
32612 assembler.
32613
32614 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32615
32616 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
32617 through signal handler.
32618
32619 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32620
32621 * configure.in (*-*-netware): Use config/mt-netware.
32622
32623 * config/mt-netware: New file.
32624 * config/mt-i386-netware: Removed, separate configs for different
32625 netware architectures are no longer needed now that we have
32626 --with-headers.
32627
32628 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32629
32630 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
32631 by the recent changes to use ANSI C arithmetic conversions.
32632
32633 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32634
32635 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
32636 bug involving using inferior_pid to figure out whether to select a
32637 frame.
32638
32639 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
32640
32641 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
32642 match the current disassembler output.
32643
32644 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
32645
32646 * gdb.fortran/exprs.exp: Expect VOID instead of void.
32647 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
32648 types, expect "int" as type of integer values (for now).
32649
32650 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
32651
32652 * gdb.base/commands.exp: New tests for if/while commands.
32653
32654 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
32655
32656 * lib/gdb.exp (runto): Replace sub-pattern for hex value
32657 by .*, since hex values have different syntax in Chill mode.
32658
32659 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32660
32661 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
32662 linefeed from expect pattern for repeated types with indices > 9.
32663
32664 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
32665
32666 First part of Fortran test suite.
32667 * gdb.fortran: New directory.
32668 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
32669
32670 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32671
32672 * gdb.base/default.exp: Update expect pattern for load command
32673 without arguments.
32674
32675 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
32676
32677 * configure.in: Change i386 to i[345]86.
32678 * gdb.base/configure.in: Likewise.
32679 * gdb.c++/configure.in: Likewise.
32680 * gdb.chill/configure.in: Likewise.
32681
32682 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
32683
32684 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
32685 patterns, since that is not a valid context for comments.
32686
32687 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
32688
32689 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
32690 repeated types and repeated types with indices > 9.
32691
32692 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
32693
32694 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
32695 2417; old bug has been fixed.
32696
32697 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
32698
32699 * gdb.base/interrupt.exp: When trying to wake up the inferior,
32700 send the newline ourselves instead of assuming gdb_test will do
32701 so when passed an empty input string.
32702
32703 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
32704 stabs testcode.
32705
32706 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32707
32708 * lib/gdb.exp (gdb_test): Don't send anything if the first
32709 argument is an empty string. This makes cases where we want to
32710 match output that is already in expect's buffers (for example,
32711 matching a breakpoint after gdb_run_cmd has been called) work
32712 reliably.
32713
32714 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32715
32716 * config/netware.exp: New file.
32717
32718 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32719
32720 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
32721 the -B and -L prefixes so we can find the debugging stub.
32722
32723 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
32724 there and we are using the gcc from the tree.
32725
32726 * gdb.base/types.c: Removed.
32727
32728 * gdb.base/configure.in: Look for makefile fragments in ../config.
32729 Recognize i386-*-netware.
32730 * gdb.c++/configure.in: Likewise.
32731
32732 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32733
32734 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
32735 the correct TCL syntax.
32736
32737 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32738
32739 * gdb.base/opaque.exp: use runto instead of messing around with
32740 breakpoints. Simplify by using gdb_test.
32741
32742 * gdb.base/bitfields.exp: restart between tests on netware targets
32743 because breakpoints aren't relocated after target death. Run
32744 processes to completion.
32745
32746 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
32747
32748 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
32749
32750 * Makefile.in: Remove extra tabs that confuse some versions
32751 of "make". Use the newly built gdb to test with by default,
32752 rather than the first one in the tester's search path.
32753
32754 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
32755
32756 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
32757
32758 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
32759 condition help.
32760
32761 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32762
32763 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
32764
32765 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
32766 running.
32767 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
32768 * gdb.base/funcargs.exp: Likewise.
32769
32770 * gdb.base/bitfields.exp: Simplify by using gdb_test.
32771 * gdb.base/funcargs.exp: Likewise.
32772
32773 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
32774 message is "".
32775
32776 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32777
32778 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
32779 return,signals,twice}.exp: Handle non-existant binaries
32780 consistantly.
32781
32782 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
32783 * gdb.base/Makefile.in: Don't try to generate a core dump, we
32784 might testing a cross development system.
32785
32786 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32787
32788 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
32789 runtest script is relative to ${srcdir}, not ${rootdir}.
32790
32791 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
32792
32793 * gdb.base/signals.exp: Allow for optionality of breakpoint
32794 address.
32795
32796 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32797
32798 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
32799
32800 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32801
32802 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
32803 for size_t definition.
32804 * gdb.c++/templates.cc: Likewise
32805
32806 * config/mt-i386-netware: New file.
32807
32808 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
32809 defined.
32810
32811 * gdb.base/Makefile.in: Added support for systems that name core
32812 files by appending "core" to the program name.
32813 * gdb.base/a1-selftest.exp: Likewise.
32814
32815 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32816
32817 * gdb.base/return.exp: Add comment and message for `return double'
32818 test failure on Sparc Solaris.
32819
32820 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
32821
32822 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
32823
32824 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32825
32826 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
32827 from optimizing them away.
32828 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
32829 patterns to include default constructors and assignment operators,
32830 to match gcc versions beyond 2.5.8. Accept any cplus demangling
32831 character in the output of the virtual base pointer.
32832
32833 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32834
32835 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
32836 expression match in print_addr_of to avoid unintented matches.
32837 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
32838 versions up to 2.5.8.
32839
32840 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32841
32842 * gdb.base/list.exp: Tweak alternate pattern for listing of an
32843 included file to run under newer versions of expect.
32844 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
32845 consecutive >'s in templates to accomodate recent cplus-dem.c change.
32846 Remove xfail for the virtual table of BDDHookV.
32847
32848 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
32849
32850 * lib/gdb.exp (string_to_regexp): Set a default result.
32851 (default_gdb_start): Fix misleading message.
32852
32853 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
32854
32855 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
32856 Remove all CC, etc definitions.
32857 * config/mt-hpux: New file.
32858 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
32859 (CFLAGS, LDFLAGS): Define.
32860 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
32861
32862 * Makefile.in (site.exp): Don't insert host_os, etc.
32863 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
32864 (distclean): Check existence of subdir.
32865 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
32866 * gdb.base/Makefile.in: General cleanup and simplification.
32867 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
32868 to build executables. Use default rule to build .o files.
32869 (EXPECT, RUNTEST, CC): Fix relative pathname.
32870 (site.exp): Don't insert host_os, etc.
32871 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
32872 and/or SIGUSR1 defined.
32873 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
32874 * gdb.c++/Makefile.in: General cleanup and simplification.
32875 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
32876 (CFLAGS): Remove.
32877 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
32878
32879 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
32880
32881 * gdb.base/recurse.exp: Misc changes to get tests running again
32882 after Kung's changes to the watchpoint code.
32883 * gdb.base/watchpoint.exp: Likewise.
32884
32885 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
32886
32887 * lib/gdb.exp (string_to_regexp): Convert {\} also.
32888
32889 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
32890
32891 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
32892 * lib/gdb.exp (default_gdb_start): Define.
32893 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
32894 gdb.base/funcargs.exp, gdb.base/opaque.exp,
32895 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
32896 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
32897 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
32898 Don't call gdb_target_udi in between tests.
32899
32900 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32901
32902 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
32903 (which was basically just a local version of the same thing). In
32904 addition to avoiding duplication, gdb_test_exact is faster.
32905 * lib/gdb.exp (gdb_test_exact): Fix typo.
32906
32907 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
32908 don't give an error.
32909
32910 * gdb.base/term.exp: Call delete_breakpoints before starting.
32911
32912 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
32913 (t10): Add comment.
32914
32915 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
32916
32917 Reorganization of the GDB Test Suite.
32918
32919 * gdb.base: New directory, contains all the basic tests.
32920 * gdb.c++: New directory, tests specific to C++.
32921 * gdb.chill: New directory, tests specific to Chill.
32922 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
32923 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
32924 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
32925 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
32926 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
32927 t30-31 to chill).
32928 * */gdbme.*: Rename to match appropriate expect scripts.
32929 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
32930 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
32931 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
32932 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
32933 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
32934 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
32935 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
32936 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
32937 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
32938 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
32939 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
32940 gdb.c++/virtfunc.cc: New names of C++ files.
32941 * gdb.chill/chillvars.ch: New name of Chill file.
32942 * gdb.base/configure.in, gdb.c++/configure.in,
32943 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
32944 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
32945 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
32946 * configure.in (configdirs): Update to reflect directory changes.
32947 (target_abbrev): No longer define for any configuration.
32948 * Makefile.in: Cosmetic improvements to header comments.
32949
32950 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
32951
32952 Various changes to gdb.t31:
32953
32954 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
32955 * gdbme.ch: Make all key-words and predefineds be upper-case.
32956 * chillvars.exp: Expect key-words and predefinds in upper-case.
32957
32958 * chillvars.exp: Use gdb_test_exact many places.
32959 Change expected output for arrays (which now includes index labels).
32960
32961 * pr-5020.exp, gdme.ch (module PR_5020):
32962 New test, for PR-5020.
32963
32964 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
32965
32966 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
32967 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
32968
32969 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
32970
32971 * Makefile.in: Fix bit-rot in definitions of CHILL,
32972 CHILL_FOR_TARGET and Chill_LIB.
32973 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
32974 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
32975 CHILL, and CHILL_LIB.
32976
32977 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
32978
32979 * Revert the previous changes. Please see Rob's directory
32980 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
32981
32982 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
32983
32984 * Makefile.in, configure.in, config/mips-gdb.exp,
32985 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
32986 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
32987 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
32988 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
32989 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
32990 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
32991 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
32992 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
32993 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
32994 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
32995 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
32996 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
32997 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
32998 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
32999 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
33000 changes from 94Q1.
33001
33002 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
33003
33004 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
33005 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
33006 Rob's new testing fragments.
33007
33008 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
33009
33010 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
33011 lib/gdb.exp: Replace error proc calls with perror.
33012
33013 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
33014
33015 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
33016 version also, match on casted version strings, and match on
33017 gdb startup case where the line numbers might be messed up.
33018
33019 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
33020
33021 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
33022 (CFLAGS): Delete it from here.
33023
33024 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
33025
33026 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
33027
33028 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
33029
33030 * Makefile.in (RUNTEST): Default to just "runtest".
33031
33032 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33033
33034 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
33035 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
33036 the code has been restructured.
33037
33038 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33039
33040 * gdb.t00/default.exp (set write): Allow any number of \r and/or
33041 \n, not just one of each.
33042
33043 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
33044 /bin/cc gives a warning if you do.
33045
33046 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
33047
33048 * gdb.t24/demangle.exp: change expect pattern of
33049 __t10ListS_link1ZUiRCUiPT0
33050
33051 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33052
33053 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
33054 on local variables in recursive functions.
33055
33056 * gdb.t07/Makefile.in: Build the new test.
33057
33058 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33059
33060 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
33061 directly. Instead compare the return values from actual calls.
33062
33063 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
33064
33065 * Makefile.in (check): Set TCL_LIBRARY for runtest.
33066
33067 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33068
33069 * From Peter Schauer with minor modifications.
33070 * gdb.t15/return.exp (return_tests): Handle targets where "return"
33071 stops in mid-line in the caller. Add xfail for returning a float
33072 value on X86 targets.
33073
33074 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33075
33076 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
33077 to avoid expect lossage.
33078 (fmem_LRbug_tests): Likewise.
33079 * gdb.disasm/hppa.s: Corresponding changes.
33080
33081 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
33082 conditions to work with latest dejagnu/expect.
33083
33084 * gdb.t15/funcargs.exp (finish from indirect call): No longer
33085 expected to fail on the PA.
33086 (backtrace in call with trampolines): Explicitly require main
33087 to be frame #1 (no trampolines should show up in backtrace).
33088
33089 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
33090 "continue -expect".
33091 * gdb.t06/break.exp: Likewise.
33092 * gdb.t07/watchpoint.exp: Likewise.
33093 * gdb.t13/bitfields.exp: Likewise.
33094 * gdb.t15/{funcargs,return}.exp: Likewise.
33095 * gdb.stabs/weird.exp: Likewise.
33096 * config/{mips,udi}-gdb.exp: Likewise.
33097
33098 * hppa.sed: Enclose comments within a sed command to avoid
33099 losing with the old OSF1 sed.
33100
33101 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33102
33103 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
33104 sequent dynix.
33105 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
33106 * gdb.t15/funcargs.exp: Conditionally step again to really
33107 finish from marker_call_with_trampolines. Handle the case where
33108 the first step from within call_with_trampolines already steps
33109 us back to main.
33110 * gdb.t15/gdbme.c: Add comment to closing brace of
33111 call_with_trampolines for funcargs.exp.
33112
33113 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33114
33115 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
33116 Fix typo(s).
33117
33118 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33119
33120 * gdb.t07/gdbme.c: More code for watchpoint testing.
33121
33122 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
33123 "Hardware watchpoint" throughout file.
33124 (test_watchpoint_triggered_in_syscall): New test.
33125 (test_complex_watchpoint): New test.
33126
33127 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33128
33129 * gdbme.c (call_with_trampolines): New function to try and step
33130 into. Tests trampoline problems on the PA.
33131
33132 * funcargs.exp (localvars_in_indirect_call): No longer expect
33133 stepping into indirect call to fail on PAs.
33134 (test_stepping_over_trampolines): New test.
33135
33136 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33137
33138 * TODO: Add suggestions for static member function tests, and
33139 completion tests.
33140
33141 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33142
33143 * TODO: Add suggestions for "p/a" tests.
33144
33145 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
33146 (default_gdb_exit): Replace all the hair with sending "quit" to
33147 the process with a simple close.
33148
33149 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33150
33151 * TODO: Add suggestions for shared library tests.
33152
33153 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33154
33155 * TODO: Add suggestions for x/s tests.
33156
33157 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33158
33159 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
33160 "enable once", and "enable breakpoints once" with ".*".
33161
33162 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33163
33164 * TODO: Add suggestions about structure passing tests.
33165
33166 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33167
33168 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
33169 the primary1 test, use work around if __GNUC__ < 2.
33170 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
33171 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
33172 Test for bad output rather than waiting for timeout. Issue
33173 second continue only if first continue failed.
33174
33175 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
33176
33177 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
33178 operator[] test with gdb_test because the old code didn't seem to
33179 be getting the quoting right with the new dejagnu.
33180
33181 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
33182
33183 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
33184 one from the path.
33185 * Makefile.in: Use a fresh expect if there is one, use runtest
33186 from the src tree if there is one.
33187
33188 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
33189
33190 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
33191 next over recursive call. Revise the tests from that point on
33192 (which had been skipped) to match GDB's actual (correct) output.
33193
33194 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
33195 with next over a breakpoint whose condition is false.
33196
33197 * gdb.t00/help.exp: Comment out "help set print" tests just like
33198 (and for same reason as) "help set" test.
33199
33200 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33201
33202 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
33203 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
33204
33205 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33206
33207 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
33208 necessary gdb_target_udi.
33209
33210 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
33211
33212 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
33213 1838 and 2417; they are fixed.
33214
33215 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
33216 gdb.t03/ptype.exp (ptype structure, ptype union):
33217 Remove xfails; the test is looser than when the xfails were added.
33218
33219 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
33220 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
33221
33222 * gdb.t01/run.exp: Only run shell test if isnative.
33223
33224 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
33225 since "run" automatically loads if necessary. Call gdb_target_udi
33226 after the "file" since "file" kills any execution target.
33227
33228 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
33229 GDB. GDB doesn't work that way (not anymore at least) on UDI.
33230 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
33231 argument for UDI.
33232
33233 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
33234
33235 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
33236
33237 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
33238
33239 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33240
33241 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
33242 properly quoting regexps. This makes the second argument to
33243 demangle a fixed string, which matches the callers, instead of a
33244 shell-style pattern which is what the previous implementation
33245 used. Update some of the callers.
33246
33247 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33248
33249 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
33250 (comib_nullified_tests): Fix typo.
33251 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
33252 strings. No longer expected to fail.
33253
33254 * gdb.disasm/hppa.s (addib_tests): Fix typo.
33255 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
33256 strings. No longer expected to fail.
33257
33258 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
33259 string. No longer expected to fail.
33260
33261 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33262
33263 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
33264 No longer expected to fail.
33265
33266 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
33267 string. No longer expected to fail.
33268
33269 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33270
33271 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
33272 only in the names (I probably got most of them). I was even
33273 generous with some which differed in underscores in names, and
33274 probably missed a few, and I *still* was able to remove almost a
33275 third of the file with almost no impact on testsuite coverage.
33276
33277 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33278
33279 * gdb.t00/default.exp: Match udi_attach error message as well as
33280 the one from child_attach.
33281
33282 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
33283
33284 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
33285
33286 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
33287 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
33288
33289 * Move test with enums and partial symbols back to
33290 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
33291 Reverts the change of 26 May 93. Per today's change to
33292 stabs.texinfo, the behavior that weird.exp was expecting was
33293 unreasonable; what is important is that the compiler+gdb get
33294 things right, which happens with a recent gcc. Also fix the test
33295 to deal with native compilers which put out the stab gdb can't
33296 deal with.
33297
33298 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33299
33300 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
33301 in the names. The main thing these accomplish is to slow things down.
33302 Many more such duplicates surely remain.
33303
33304 * gdb.t00/help.exp: Comment out "help support" test just like
33305 (and for same reason as) "help set" test.
33306
33307 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
33308
33309 * gdb.t06/break.exp: Remove setup_xfails for
33310 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
33311 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
33312 about known bug in gcc to include up through 2.5.8.
33313 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
33314 well as "_vb$".
33315 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
33316 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
33317 with latest gcc and gdb.
33318 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
33319 well as "_vb$".
33320
33321 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33322
33323 * configure.in (hppa*-*-*): Also configure and build stabs-only
33324 tests.
33325
33326 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33327
33328 * gdb.t10/hppa.mt: A makefile fragment for the PA.
33329 * gdb.t10/configure.in (hppa*-*-*): Use it.
33330
33331 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33332
33333 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
33334
33335 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33336
33337 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
33338 versions prior to 1.13.5.
33339
33340 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33341
33342 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
33343 the prompt is at the start of a line.
33344
33345 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33346
33347 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
33348 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
33349 in the copr tests now.
33350 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
33351 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
33352 expected to fail.
33353
33354 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
33355
33356 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
33357 gdb.t31/chillvars.exp, lib/gdb.exp:
33358 Tweak to run under either version of expect.
33359 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
33360 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
33361 * gdb.t11/list.exp: Remove extraneous whitespace.
33362
33363 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33364
33365 * gdb.t16/printcmds.exp (test_print_strings): Accept
33366 "(unsigned char *) " before the string.
33367
33368 * TODO: Add notes about printing of fancy types and GDB expressions.
33369
33370 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
33371
33372 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
33373 * gdb.t06/configure.in: Don't try to compile signals test program
33374 if doing mips-idt-ecoff.
33375
33376 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
33377
33378 * Most .exp files: Tweak to run under either version of expect.
33379
33380 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33381
33382 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
33383 xfails; I'm not sure why they are failing, but not because of PR 1806.
33384
33385 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
33386
33387 * config/unix-gdb.exp: Remove gdb_unload cause it's already
33388 defined in lib/gdb.exp.
33389
33390 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33391
33392 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
33393 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
33394 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
33395 have to be typeless.
33396
33397 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33398
33399 * TODO: Add suggestion for copyright year test.
33400
33401 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
33402
33403 * configure.in (*-*-lynxos*): Add stabs tests.
33404
33405 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
33406
33407 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
33408 so insert a tab before any assembler directive in column zero.
33409
33410 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
33411 stores.
33412 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
33413 stores.
33414 (fpu_short_memory_tests): Likewise.
33415
33416 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33417
33418 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
33419 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
33420 .stabs directives in comments.
33421
33422 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33423
33424 * TODO: New file, describing tests we could write.
33425 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
33426
33427 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33428
33429 * gdb.t06/signals.exp: Add kludge to force re-sync.
33430
33431 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
33432 to xgdb instead of gdb, get out of gdb.
33433
33434 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
33435
33436 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
33437 for info.
33438
33439 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
33440
33441 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
33442 * gdb.stabs/configure.in (hppa*-*-*): Use it.
33443 * gdb.stabs/hppa.sed: New sed script for the PA.
33444
33445 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33446
33447 * gdb.stabs: Re-write weird.def and configuration to use sed
33448 instead of cpp. sed is portable and POSIX; cpp is neither.
33449
33450 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33451
33452 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
33453
33454 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33455
33456 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
33457
33458 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33459
33460 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
33461 "_vb$".
33462 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
33463 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
33464
33465 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33466
33467 * lib/gdb.exp: Comment out code which depends on non-existent
33468 `transform' procedure.
33469
33470 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
33471
33472 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
33473 * lib/gdb.exp: Transform tool name.
33474 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
33475 1.1's new error handling system.
33476
33477 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33478
33479 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
33480
33481 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33482
33483 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
33484 They made pattern matching so slow that timeouts happened on
33485 heavily loaded systems. Now any output from "show print" which
33486 gets us back to the GDB prompt is a PASS.
33487
33488 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
33489
33490 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
33491
33492 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33493
33494 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
33495
33496 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
33497 It is not from PR 3220.
33498
33499 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33500
33501 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
33502 just started failing because they depended on the order the
33503 subcommands are presented, or exact docstring text. This kind of
33504 test is a pain and has minimal benefit.
33505
33506 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33507
33508 * gdb.t09/corefile.exp: At end of test, use "core" command with
33509 no arguments.
33510
33511 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
33512
33513 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
33514 17}/Makefile.in: Make it possible to run the testsuite with Sun
33515 make and CC = cross gcc by adding explicit build rules for .o
33516 files.
33517
33518 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33519
33520 * gdb.t15/funcargs.exp: Don't put comments on same line as
33521 setup_xfail (@#$*%& tcl braindamage!).
33522
33523 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33524
33525 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
33526
33527 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
33528
33529 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
33530 * gdb.t20/inherit.exp: remove three dumplicate entries.
33531
33532 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33533
33534 * gdb.t06/break.exp: For "next over recursive call", fail on any
33535 incorrect output, not just on "factorial (value=2)".
33536
33537 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33538
33539 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
33540 working now. Add an xfail if accesing a bss variable causes
33541 a memory error if the target is not yet run.
33542
33543 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33544
33545 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
33546 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
33547 name of __st* demangling (2 strings). Did Kung really get the
33548 more than 95 others right without testing them?
33549
33550 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
33551
33552 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
33553
33554 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
33555
33556 * configure.in (configdirs): Add gdb.disasm
33557 * gdb.disasm: New directory for GDB disassembler tests.
33558 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
33559
33560 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33561
33562 * gdb.t00/help.exp: Don't test "help set".
33563
33564 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
33565 from within expect statements. None of these happen anymore and
33566 they cause regressions to be silently unnoticed.
33567
33568 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
33569 messages) about known failures with gcc cygnus-2.4.5-930417.
33570
33571 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
33572 comp-info.exp so it gets built if it doesn't exist.
33573
33574 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
33575 it is no longer used.
33576 * gdb.t13/comp-info.c: Removed.
33577
33578 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
33579
33580 * gdb.t06/signals.exp: Add xfail for sun3.
33581
33582 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33583
33584 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
33585 relevant because ^C doesn't get sent but failure can be reproduced
33586 interactively).
33587
33588 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33589
33590 * gdb.stabs/alpha.mt: New configuration file for alpha.
33591 * gdb.stabs/configure.in: Use it.
33592 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
33593 sharing with alpha.mt, redefine long to word via preprocessor.
33594 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
33595 for alpha.
33596 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
33597 native cc.
33598 * gdb.t00/teststrategy.exp: Change expect string so that we
33599 consume the `(xgdb)' from the command echo and from the gdb prompt.
33600 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
33601 gdb currently compares all values as long, so this failure probably
33602 applies to any configuration where LONGEST is bigger than a target int.
33603 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
33604 with gcc.
33605 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
33606 to handle opaque pointers, gcc is.
33607 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
33608 as first argument. Include <sys/types.h> and change all operator
33609 new definitions to use size_t.
33610 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
33611 now that we use size_t.
33612
33613 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33614
33615 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
33616 a long or float array cast all array members to the same type.
33617 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
33618 with 64 bit longs.
33619 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
33620 on alpha.
33621 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
33622
33623 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33624
33625 * gdb.t24 (demangle.exp): Constructors of templates have names like
33626 vector<int>::vector(int) not vector<int>::vector<int>(int). See
33627 section 14.6 of the ARM.
33628
33629 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
33630 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
33631 accomplish little and slow down the testsuite.
33632
33633 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
33634 Accept spaces various places.
33635
33636 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33637
33638 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
33639 with watchpoint enabled.
33640
33641 * Makefile.in: Remove definition of CC and remove the second
33642 definition of CXX (the "CXX = gcc" one remains). These definitions
33643 were causing backquotes to be expanded within backquotes, which
33644 doesn't work.
33645
33646 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
33647
33648 * gdb.t17/callfuncs.exp: Add "return 0" to end.
33649
33650 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33651
33652 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
33653 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
33654 by mips cc and contains no stabs entries.
33655
33656 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
33657
33658 * config/vx-gdb.exp: Use fake device to load files rather than
33659 NFS.
33660 * lib/gdb.exp: New proc to do "file" command.
33661 * config/unix-gdb.exp: Use new "file" proc.
33662
33663 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
33664
33665 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
33666 Rework board rebooting slightly.
33667 (gdb_exit): Don't exit from the remote shell; there isn't one.
33668 * gdb.stabs/weird.exp: If a program is being debugged already,
33669 kill it.
33670 * gdb.t04/setvar.exp: Stop and restart gdb.
33671 * gdb.t05/expr.exp: Likewise.
33672 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
33673 restart gdb and reload the program.
33674 * gdb.t08/opaque.exp: Likewise.
33675 * gdb.t12/scope.exp: Likewise.
33676 * gdb.t13/bitfields.exp: Likewise.
33677 * gdb.t15/funcargs.exp: Likewise.
33678 * gdb.t20/classes.exp: Likewise.
33679 * gdb.t03/ptype.exp: Increase timeout.
33680 * gdb.t16/printcmds.exp (test_print_string_constants,
33681 test_print_array_constants): Likewise.
33682 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
33683 * gdb.t20/classes.exp (do_tests): Likewise.
33684 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
33685
33686 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
33687
33688 * gdb.stabs: Renamed *wierd* to *weird*.
33689
33690 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
33691
33692 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
33693 for timeout. Add "known gcc 2.4.5 bug" to failure message.
33694
33695 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
33696
33697 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
33698 (do_tests): Remove xfail for whatis on one_var and two_var.
33699
33700 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
33701
33702 * Makefile.in: Made cross building work better by adding
33703 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
33704
33705 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33706
33707 * gdb.t15/{return.c,return.exp,Makefile.in}:
33708 New test, currently commented out.
33709
33710 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
33711
33712 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
33713 still running and removes the leftover named socket so GDb can do
33714 clean restarts.
33715
33716 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
33717
33718 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
33719 console, not GDB.
33720 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
33721 cross testing works better with "make check"
33722 * config/unix-gdb: Use default procedures for exit and version.
33723 * config/vx-gdb.exp: Cleaned up and massaged back to working order
33724 with the newest VxWorks.
33725
33726 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33727
33728 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
33729 old form.
33730
33731 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
33732 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
33733
33734 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
33735
33736 * config/unix-gdb.exp: Remove this version of gdb_exit
33737 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
33738 Rob says he'll look at it when he gets back to testing boards.
33739
33740 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
33741
33742 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
33743 an expected fail for certain ptype commands.
33744
33745 * gdb.t20/classes.exp: Update expected results of "ptype class
33746 Base1" to account for the constructor that now appears in the type.
33747
33748 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
33749
33750 * configure.in (configdirs): Restore gdb.t04, which mysteriously
33751 disappeared from list.
33752 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
33753 "alldone" proc with call to cleanup and exit.
33754 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
33755 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
33756 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
33757 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
33758 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
33759 "alldone" proc with simple returns that suppress remaining
33760 tests. The alldone proc went away many months ago.
33761
33762 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33763
33764 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
33765
33766 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
33767
33768 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33769
33770 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
33771 as vax gdb will display them.
33772
33773 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33774
33775 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
33776 optimizers.
33777
33778 * scope.exp: Change "bad value for localval" messages so each one
33779 is unique.
33780
33781 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
33782 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
33783
33784 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
33785
33786 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33787
33788 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
33789 doesn't exist (due to optimization).
33790
33791 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33792
33793 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
33794 contains \r because the filename is long.
33795
33796 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
33797 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
33798
33799 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33800
33801 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
33802 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
33803 Ultrix.
33804 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
33805 int tests.
33806 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
33807
33808 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
33809
33810 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
33811
33812 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
33813 to match does not match the passing case but still matches the
33814 failing case.
33815
33816 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33817
33818 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
33819
33820 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
33821
33822 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
33823 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
33824 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
33825 Remove various versions of gdb_exit.
33826 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
33827 gdb_exit.
33828 * config/unix-gdb.exp: gdb_exit remains here, and should override
33829 the generic version, since it's doing a lot of wierd stuff that
33830 the other versions aren't. FIXME, fold it in, or abandon this
33831 version.
33832
33833 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33834
33835 * gdb.t24/demangle.exp: Add tests for PR 3220.
33836
33837 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33838
33839 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
33840
33841 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
33842
33843 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
33844 "i386-*-*". Works for i486 as well.
33845
33846 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
33847 bug, and expand domain of xfail to all SVR4 systems, since the
33848 actual problem is likely to be in generic SVR4 /proc support.
33849
33850 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33851
33852 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
33853
33854 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
33855
33856 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
33857 xfails for other systems. Match a missing 'Continuing.' as an
33858 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
33859
33860 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
33861 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
33862 Only issue warning for missing executables if -all option is used.
33863
33864 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
33865 file if -all option is used. It's like an unpredictable XFAIL.
33866
33867 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33868
33869 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
33870 for dynamically linked binaries.
33871
33872 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
33873
33874 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33875
33876 * gdb.t20/inherit.exp: Change message for "print tagless struct"
33877 to state that this is a known bug in old versions of g++.
33878
33879 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33880
33881 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
33882 while waiting for `Continuing'.
33883
33884 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
33885
33886 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
33887 in text, data, and bss.
33888 * gdb.t10/nodebug.c: Add local and global test variables for
33889 initialized and uninitialized data.
33890
33891 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33892
33893 * config/unix-gdb.exp (gdb_exit): Add "wait".
33894
33895 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33896
33897 * gdb.t06/signals.exp: xfail the continue from the handler for all
33898 targets.
33899
33900 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
33901 function with watchpoints enabled, the i386 call dummy starts with
33902 a call.
33903
33904 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
33905 386 bsd names its corefiles.
33906
33907 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
33908
33909 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
33910 compilers don't grok it.
33911 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
33912 with small octal ints rather than character constants, which
33913 are signed and might not fit if first promoted to int.
33914
33915 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
33916
33917 * gdb.t09/Makefile.in (clean): Remove corefile.
33918
33919 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33920
33921 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
33922
33923 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33924 and Jim Kingdon (kingdon@cygnus.com)
33925
33926 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
33927 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
33928 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
33929
33930 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33931
33932 * gdb.t17/interrupt.exp: Add xfail for hppa.
33933
33934 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33935
33936 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
33937 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
33938 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
33939 to determine signed-ness of bitfields and use the result to setup
33940 the xfail.
33941 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
33942 * gdb.t15/funcargs.exp: Use them to step until the second indirect
33943 call line is reached if necessary.
33944
33945 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33946
33947 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
33948
33949 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33950
33951 * gdb.t06/break.exp: Also test `clear' command.
33952
33953 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
33954
33955 * gdb.t00/teststrategy.exp: Remove extra quote.
33956
33957 * gdb.t07/watchpoint.exp: Change xfail for calling function with
33958 watchpoint enabled to be for all non-68k machines.
33959
33960 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
33961
33962 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33963
33964 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
33965 targets use aout.mt instead of ecoff.mt as gas understands
33966 standard aout format.
33967
33968 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
33969
33970 * lib/gdb.exp (runto): Don't insist that function we are running to
33971 was compiled with -g.
33972
33973 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
33974
33975 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
33976 to get back into the read system call.
33977 Accept leading newline in case where we woke it up.
33978
33979 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33980
33981 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
33982 to make the stabs test work on ecoff systems using gcc and -with-stabs.
33983 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
33984 enable ecoff configuration.
33985
33986 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33987
33988 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
33989
33990 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33991
33992 * gdb.t16/printcmds.exp: Add another printf test.
33993
33994 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
33995
33996 * configure.in: If configured -with-stabs on any target, add
33997 stabsdirs to configdirs.
33998
33999 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34000
34001 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
34002 fun" so pattern does not match the command itself.
34003
34004 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34005
34006 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
34007
34008 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34009
34010 * gdb.t17/interrupt.exp: Test for more things.
34011
34012 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34013
34014 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
34015 compiler arranges the code and line numbers.
34016
34017 * gdb.t17/interrupt.exp: Don't send \n after ^C.
34018
34019 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34020
34021 * gdb.t00/help.exp: Increase expect input buffer size.
34022
34023 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34024
34025 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
34026
34027 * gdb.t07/watchpoint.exp: Add xfail for hppa.
34028
34029 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
34030
34031 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
34032 [0-9]*, not just [0-9].
34033
34034 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34035
34036 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
34037
34038 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
34039
34040 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34041
34042 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
34043
34044 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34045
34046 * gdb.t06/signals.c: Add xfails for sun3.
34047
34048 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
34049
34050 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
34051 test_stepping tests.
34052
34053 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34054
34055 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
34056
34057 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
34058
34059 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
34060 rather than actually putting it through cpp twice.
34061
34062 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
34063
34064 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
34065
34066 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
34067 no longer needed.
34068
34069 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34070
34071 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
34072
34073 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
34074 C++ features prints as "struct", make it a pass, not an xfail.
34075
34076 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34077
34078 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
34079 Don't require VA to print as "class" rather than "struct".
34080
34081 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
34082
34083 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
34084
34085 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34086
34087 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
34088
34089 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34090
34091 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
34092 order.
34093
34094 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34095
34096 * gdb.t16/printcmds.exp: Add printf tests.
34097
34098 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
34099
34100 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
34101
34102 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
34103
34104 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
34105 pass counts, to counteract any existing or future setup_xfails.
34106
34107 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34108
34109 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
34110 {BEGIN,END}_COMMON for common block instead of STAB.
34111 * gdb.stabs/wierd.exp: Add xfail for rs6000.
34112
34113 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
34114 intp_var should be N_GSYM not N_LSYM.
34115 wierd-aout.S: Use a label for the value of the N_SO.
34116 wierd.def: Remove all backslashes.
34117 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
34118
34119 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34120
34121 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
34122 get the expected next to inheritance3.
34123
34124 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34125
34126 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
34127 now that gcc-2.4 gets it right.
34128
34129 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34130
34131 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
34132
34133 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
34134 generating comp-info.exp which works for cross-compilation.
34135
34136 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
34137
34138 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
34139 "*-*-sysv4.*".
34140
34141 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
34142
34143 * gdb.t01/run.exp: Start with a fresh gdb.
34144 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
34145 SVR4.x.
34146
34147 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
34148
34149 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
34150 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
34151 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
34152 Makefile.in (distclean, realclean): Remove gdbme.c from list of
34153 things to remove.
34154
34155 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
34156
34157 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
34158 test cases from bug reports.
34159
34160 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
34161
34162 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
34163 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
34164 avoid spurious xfails.
34165 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
34166 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
34167 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
34168
34169 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
34170
34171 * gdb.t00/teststrategy.exp: Rework to provide more useful
34172 description of each test, fix problem with systems that define
34173 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
34174 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
34175 results for "next over recursive call" so timeouts aren't taken
34176 by error.
34177
34178 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
34179
34180 * gdb.t12/scope.exp: Test printing of variables before run.
34181
34182 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
34183 printed in wrong order due to sorting.
34184
34185 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
34186
34187 * gdb.t00/teststrategy.exp: Fix expected results for printing
34188 user entered string constant. Is array of char, prints with no
34189 address.
34190
34191 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
34192 commands.
34193 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
34194 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
34195 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
34196 of struct of char arrays.
34197 * gdb.t00/radix.exp: New tests for radix commands.
34198
34199 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
34200
34201 * gdb.t16/printcmd.exp: Print a variable before running program
34202 (with xfail for AIX).
34203
34204 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
34205
34206 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
34207
34208 * gdb.t16/printcmd.exp: Don't print variables before running program.
34209
34210 * gdb.t06/break.exp: Don't require envp argument to main.
34211
34212 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
34213
34214 * gdb.t02/whatis.exp, gdb.t11/list.exp:
34215 Add xfails for rs6000.
34216
34217 * gdb.t02/whatis.exp: Change other tests not to re-test something
34218 we already tested.
34219
34220 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
34221 each type used has a variable of that type.
34222
34223 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
34224
34225 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
34226
34227 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
34228
34229 * configure.in: change srctrigger to be a file, not a directory
34230
34231 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
34232
34233 * configure.in (mips-idt-ecoff*): Added trailing '*'.
34234
34235 * gdb.t11/list.exp: Fixed a couple of typos.
34236
34237 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
34238
34239 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
34240 is fixed and PR is closed.
34241 * gdb.t16 (gdbme.c): Add simple test string variable.
34242 * gdb.t16 (printcmds.exp): Add tests with simple test string
34243 variable, primarily for boundaries on "set print elements".
34244
34245 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
34246
34247 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
34248 Make leading 0's optional and don't expect a tab in the middle
34249 of the number.
34250
34251 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
34252
34253 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
34254 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
34255 don't end command passed to gdb_test with newline.
34256
34257 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
34258 signed keyword away, don't expect signed bitfields to be signed.
34259
34260 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
34261 printing with only as many 1's as are in the field as well as printing
34262 with 32 1's (see comment).
34263
34264 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
34265
34266 * gdb.t00/default.exp: Start with a fresh gdb.
34267 * configure.in (configdirs): Remove gdb.t31 until the chill
34268 compiler works again. It no longer is able to find chillrt0
34269 since it isn't in libchill.a anymore.
34270 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
34271 wierd.o, make more modular.
34272 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
34273 spurious newlines that caused problems.
34274
34275 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34276
34277 * Move test with enums and partial symbols from gdb.t03/ptype.exp
34278 to gdb.stabs/wierd.exp since GCC has worked around the bug.
34279 gdb.stabs/wierd.{exp,def}: Many new tests.
34280
34281 * gdb.t00/default.exp: update info line for new message.
34282
34283 * gdb.t02/{whatis.exp,gdbme.c}:
34284 Test that "char *" doesn't print as "caddr_t".
34285
34286 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34287
34288 * gdb.t00/help.exp: Use .* in place of some help messages which
34289 just changed.
34290 gdb.t00/default.exp: Update "info frame" test for new message.
34291 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
34292 Remove some xfails
34293
34294 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34295
34296 * gdb.t03/{gdbme.c,ptype.exp}:
34297 Add tests for typedef'd struct and union without tags.
34298 Also check "whatis" on a variable of a typedef'd enum without a tag.
34299
34300 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
34301 PRMS 1823; the bug still exists but isn't reproduced by this test
34302 anymore), and remove rs6000 XFAIL (the bug is fixed).
34303
34304 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
34305 duplicated from whatis.exp. For those that are left, accept
34306 "long", "long int", or "int" for long variables (whatis.exp already
34307 has an XFAIL for "int", so no need to fail it here).
34308
34309 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
34310 Deal with GCC's names for types now that GDB uses the compiler's names.
34311
34312 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
34313 setup_xfail's for sunos4. If we #defined the signed keyword away,
34314 don't expect GDB to know that char it is signed.
34315
34316 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
34317
34318 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
34319
34320 * configure.in (configdirs): Add gdb.t24 for C++ tests that
34321 should work on any system, regardless of debugging format.
34322 * gdb.t21/demangle.exp: Move to gdb.t24.
34323 * gdb.t24/demangle.exp: Move from gdb.t21.
34324 * gdb.t24/{Makefile.in, configure.in}: New files.
34325
34326 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34327
34328 * configure.in: Do gdb.stabs and C++ tests only for stabs.
34329 * gdb.stabs: New directory.
34330
34331 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34332
34333 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
34334 not just "Quit anyway?".
34335
34336 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
34337
34338 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
34339 that all setup_xfails are immediately followed by clear_xfails.
34340
34341 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
34342
34343 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
34344 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
34345 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
34346 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
34347 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
34348 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
34349 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
34350 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
34351 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
34352 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
34353 gdb.t31/chillvars.exp, lib/gdb.exp:
34354 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
34355 bug-gdb@prep.ai.mit.edu.
34356
34357 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
34358
34359 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
34360 with 0.0, not integer 0.
34361
34362 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
34363
34364 * gdb.t06/break.exp: Update for "Kill the program" message change.
34365
34366 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
34367
34368 * Makefile.in (GDBFLAGS): Set to -nx.
34369 * Makefile.in (site.exp): Use GDBFLAGS.
34370
34371 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
34372
34373 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
34374 Makefiles.
34375 (check): depend on just-check.
34376 (just-check): added so that tests can be run without a noop
34377 build pass.
34378
34379 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
34380
34381 Switch to using configure's configdirs.
34382 * Makefile.in (Makefile): add configure.in dependency.
34383 (SUBDIRS): removed redundant assignment.
34384 * configure.in: switch subdirs assignment to configdirs.
34385 * gdb.t*/configure.in: new files.
34386
34387 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
34388
34389 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
34390 works.
34391
34392 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
34393
34394 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
34395 in explicit rules. Apparently this is not supported by some makes.
34396
34397 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
34398
34399 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
34400
34401 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34402
34403 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
34404 disappeared.
34405
34406 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
34407
34408 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
34409
34410 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
34411
34412 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
34413 watchpoint problem that is now fixed.
34414 * gdb.t30/chexp.exp: Remove setup_xfail for printing
34415 uninitialized convenience variables.
34416 * gdb.t31/chillvars.exp: Fix expected patterns for printing
34417 structures.
34418
34419 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34420
34421 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
34422 which causes expect to get out of sync with gdb on long output
34423 from help set.
34424 * gdb.t09/corefile.exp: Make expected pattern for core file
34425 failing signal and frame output format less sun specific.
34426
34427 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
34428
34429 * gdb.t31/chillvars.exp: Add and remove initial dummy
34430 breakpoint, so that symbol table is forced in.
34431 (Needed at least on Sunos4, though it seems not SVR4.)
34432 * gdb.t31/chillvars.exp: Update for changed output format.
34433
34434 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
34435
34436 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
34437
34438 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
34439
34440 * Makefile.in: Added --srcdir when invoking runtest, removed the
34441 need for a local config file. (optional now)
34442
34443 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
34444
34445 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
34446 failure count used to force early termination. Add some more
34447 expected failures for gnu style demangling.
34448
34449 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34450
34451 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
34452 pmi variable from gdb.t20/gdbme to get optimized away.
34453 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
34454 Check for written corefile upon timeout _and_ eof.
34455
34456 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34457
34458 * config/unix-gdb.exp: Add missing return 0.
34459
34460 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34461
34462 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
34463 test termination.
34464
34465 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
34466
34467 * configure.in (subdirs): Put back gdb.t17 which mysteriously
34468 disappeared.
34469
34470 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
34471
34472 * gdb.t10/crossload.exp: Disable the i860-elf test until such
34473 time as i860 support works.
34474
34475 * gdb.t15/funcargs.exp: Fix expected outputs to include
34476 "backtrace 100\r" rather than just "backtrace\r", to match last
34477 change.
34478
34479 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
34480
34481 * config/udi-gdb.exp (gdb_exit): Remove close command.
34482 (gdb_target_udi): New procedure to set the UDI target.
34483 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
34484 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
34485 Added waits for prompts after several question responses. Added
34486 some more responses used by a29k-amd-udi-gdb.
34487 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
34488 pass different arguments, restart UDI connection after program
34489 completion.
34490 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
34491 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
34492 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
34493 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
34494 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
34495 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
34496 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
34497 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
34498 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
34499 after program completion.
34500 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
34501 compiled with a SELECT_VECS setting.
34502 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
34503 infinite recursion.
34504
34505 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
34506 Added checks for COFF results, and made them expected failures for
34507 all targets. It would be better to make them expected failures
34508 for COFF targets only.
34509
34510 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
34511
34512 * Makefile.in: add null dvi target, don't bother to recurse
34513 through test directories for info and install-info; rename
34514 $(datadir) to be dejagnu instead of deja-gnu
34515
34516 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
34517
34518 * gdb.t31/gdbme.ch: Re-enable code that previously caused
34519 compiler to coredump.
34520 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
34521 code.
34522
34523 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
34524
34525 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
34526 coredump.
34527 * gdb.t31/chillvars.exp: Comment out tests that depend on that
34528 code.
34529
34530 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
34531
34532 * gdb.t03/ptype.exp: tests for return code from gdb_test.
34533 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
34534 which in a shell. Deletes xgdb when done.
34535 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
34536 Tests the return from the "set height" or "set width" commands.
34537 Added a few return codes where needed.
34538
34539 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
34540
34541 * Makefile.in (SUBDIRS): Add gdb.t17.
34542 * configure.in (subdirs): Add gdb.t17.
34543 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
34544 files to test gdb's calling of functions in the inferior with
34545 the correct arguments and gdb's ability to retrieve any
34546 result returned.
34547
34548 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
34549
34550 * config/unix-gdb.exp (gdb_exit): Remove close commands that
34551 may be called after gdb goes away. Previous versions of expect
34552 needed these to avoid file descriptor leaks, but they cause
34553 errors with the current revision of expect.
34554 * gdb.t00/gdbvars.exp: Use -re on expected output after
34555 setting sevenbit-strings.
34556 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
34557 to set sevenbit-strings consistent across tests.
34558 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
34559 set sevenbit-strings consistent across tests.
34560
34561 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
34562
34563 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
34564 expected output to match current "expect" expectations.
34565
34566 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
34567
34568 * gdb.t00/default.exp: Change expected output for default "source"
34569 command, to match new gdb behavior which requires a filename to
34570 source.
34571
34572 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
34573
34574 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
34575 expected fail for i486-*-* that misses the marker2 function.
34576 * gdb.t10/crossload.exp (bfddefault): Allow successful
34577 recognition of a format to pass even if no symbols are found.
34578 Explicitly catch failures where the format is not recognized
34579 or is ambiguous, and add the reason to the fail message.
34580 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
34581 the cause is and invalid target and add reason to failure message.
34582 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
34583 elf32-i386, elf32-sparc, and elf32-i860.
34584 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
34585 Set up expected failure for 'filename'::variable scope resolution,
34586 which is now apparently broken on all targets.
34587 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
34588 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
34589 gdb.t23/templates.exp: Change failure for missing binfile into
34590 just a warning.
34591 gdb.t21/demangle.exp: Change all cfront references to 'arm'
34592 references.
34593
34594 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
34595
34596 * gdb.t00/default.exp: Add expected output for default "source"
34597 command, to match new gdb behavior.
34598 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
34599
34600 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
34601
34602 * config/*-gdb.exp: returns an error, rather than exiting on
34603 internal errors.
34604
34605 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
34606
34607 * gdb.t03/gdbme.c: Add pointer to struct variable.
34608 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
34609 referencing struct members.
34610
34611 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
34612
34613 * configure.in (mips-idt-ecoff): New target.
34614 * config/mips-gdb.exp: New file for remote board using MIPS remote
34615 debugging protocol.
34616
34617 * Redid configuration scheme. Removed gdb.t*/configure.in.
34618 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
34619 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
34620 distclean targets. Built executables via .o files. Adjusted
34621 tests to account for source files in $(srcdir) rather than
34622 $(objdir).
34623 * lib/gdb.exp (runto): Don't expect () after the function name,
34624 because it may have arguments.
34625
34626 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
34627
34628 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
34629 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
34630 expected failures for mips-idt-* and mips-sgi-*.
34631 * gdb.t00/default.exp (attach): Kill process if requested.
34632 * gdb.t00/help.exp (help target core, help target): Accept a gdb
34633 that does not read core files.
34634 * gdb.t01/run.exp: Removed checks for exit status code.
34635 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
34636 it is linked in.
34637 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
34638 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
34639 appropriate, rather than doing it by hand.
34640 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
34641 execution.
34642 * gdb.t10/crossload.exp: Kill existing program if needed.
34643 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
34644 appropriate, rather than doing it by hand. Always increase
34645 timeout for this test, not just for VxWorks.
34646
34647 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
34648
34649 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
34650 of Chill STRUCT types and STRUCT values.
34651 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
34652 than "char".
34653 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
34654 struct2): New struct definitions and initializations to test
34655 simple Chill STRUCT types.
34656
34657 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
34658
34659 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
34660 the null byte at the end of strings.
34661 * gdb.t00/default.exp: Make show version insensitive to copyright
34662 date.
34663 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
34664 to avoid dependencies on target char signedness.
34665 * gdb.t16/printcmds.exp: Update expected results for explicitly
34666 unsigned char.
34667 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
34668 now work.
34669 * gdb.t21/demangle.exp: Add many more patterns for template
34670 demangling, most of them being expected failures.
34671 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
34672 string we are matching for, to match on the whole string.
34673 * gdb.t21/demangle.exp: Add many new test strings to demangle,
34674 and fix a whole bunch that had incorrect expected output but were
34675 passing anyway because of the bug in "proc demangle".
34676 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
34677 type.
34678 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
34679
34680 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
34681
34682 * gdb/testsuite: made modifications to testcases, etc., to allow
34683 them to work properly given the reorganization of deja-gnu and the
34684 relocation of the testcases from deja-gnu to a "tool" subdirectory.
34685
34686 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
34687
34688 * gdb/testsuite: Initial creation of gdb/testsuite.
34689 Migrated dejagnu testcases and support files for testing nm to
34690 gdb/testsuite from deja-gnu. These files were moved "as is"
34691 with no modifications. This migration is part of a major overhaul
34692 of dejagnu. The modifications to these testcases, etc., which
34693 will allow them to work with the new version of dejagnu will be
34694 made in a future update.
34695
34696 For additional changes see gdb.mi/ChangeLog-1999-2003.
34697 \f
34698 ;; Local Variables:
34699 ;; mode: change-log
34700 ;; left-margin: 8
34701 ;; fill-column: 74
34702 ;; version-control: never
34703 ;; End:
34704
34705 Copyright 1993-2014 Free Software Foundation, Inc.
34706 Copying and distribution of this file, with or without modification,
34707 are permitted provided the copyright notice and this notice are preserved.
This page took 0.918212 seconds and 5 git commands to generate.