Skip tests on completion and readline when readline lib isn't used
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2014-03-26 Yao Qi <yao@codesourcery.com>
2
3 * lib/gdb.exp (readline_is_used): New proc.
4 * gdb.base/completion.exp: Move tests on command complete up.
5 Skip the rest of tests if readline is not used.
6 * gdb.ada/complete.exp: Skp the test if readline is not
7 used.
8 * gdb.base/filesym.exp: Likewise.
9 * gdb.base/macscp.exp: Likewise.
10 * gdb.base/readline-ask.exp: Likewise.
11 * gdb.base/readline.exp: Likewise.
12 * gdb.python/py-cmd.exp: Likewise.
13 * gdb.trace/tfile.exp: Likewise.
14
15 2014-03-26 Yao Qi <yao@codesourcery.com>
16
17 * gdb.base/macscp.exp: Fix code format issues.
18
19 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
20
21 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
22 * gdb.asm/powerpc64le.inc: New file.
23
24 2014-03-25 Pedro Alves <palves@redhat.com>
25 Doug Evans <dje@google.com>
26
27 * gdb.base/source-execution.c: New file.
28 * gdb.base/source-execution.exp: New file.
29 * gdb.base/source-execution.gdb: New file.
30
31 2014-03-24 Doug Evans <dje@google.com>
32
33 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
34 using fission.
35
36 2014-03-24 Hui Zhu <hui@codesourcery.com>
37 Pedro Alves <palves@redhat.com>
38
39 PR breakpoints/16101
40 * gdb.base/dprintf.exp: Use unsupported rather than changing the
41 test pass/fail messages. Detect missing support for dprintf when
42 breakpoints are actually inserted.
43 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
44 breakpoints are actually inserted.
45 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
46 fails.
47
48 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
49
50 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
51
52 2014-03-22 Doug Evans <xdje42@gmail.com>
53
54 * gdb.python/python.exp (python not supported): Verify multi-line
55 python command issues an error.
56 * gdb.guile/guile.exp (guile not supported): Verify multi-line
57 guile command issues an error.
58
59 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
60
61 * gdb.threads/thread-specific.exp: Handle the lack of usable
62 $this_breakpoint and $this_thread.
63
64 2014-03-21 Hui Zhu <hui@codesourcery.com>
65
66 * gdb.base/attach.exp (do_command_attach_tests): New.
67
68 2014-03-20 Tom Tromey <tromey@redhat.com>
69 Pedro Alves <palves@redhat.com>
70
71 PR cli/15718
72 * gdb.base/condbreak-call-false.c: New file.
73 * gdb.base/condbreak-call-false.exp: New file.
74
75 2014-03-20 Pedro Alves <palves@redhat.com>
76
77 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
78 Delete.
79 (block_signals, unblock_signals): Delete.
80 (child_function_2, main): Remove references to deleted variable
81 and functions.
82
83 2014-03-20 Pedro Alves <palves@redhat.com>
84
85 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
86 Use pthread_kill to signal thread 2.
87 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
88 Adjust to make the test send itself a signal rather than using the
89 host's "kill" command.
90
91 2014-03-20 Pedro Alves <palves@redhat.com>
92
93 * gdb.threads/multiple-step-overs.c: New file.
94 * gdb.threads/multiple-step-overs.exp: New file.
95 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
96 Adjust expected infrun debug output.
97
98 2014-03-20 Pedro Alves <palves@redhat.com>
99
100 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
101 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
102
103 2014-03-20 Pedro Alves <palves@redhat.com>
104
105 PR breakpoints/7143
106 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
107 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
108 of gdb_test_multiple.
109 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
110 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
111
112 2014-03-20 Pedro Alves <palves@redhat.com>
113
114 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
115 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
116
117 2014-03-19 Pedro Alves <palves@redhat.com>
118
119 * gdb.base/async.exp: Remove early return.
120
121 2014-03-19 Pedro Alves <palves@redhat.com>
122
123 * gdb.base/async.exp (step& tests): Pass explicit test messages.
124
125 2014-03-19 Pedro Alves <palves@redhat.com>
126
127 * gdb.base/async.exp (test_background): Expect \r\n after
128 "completed." in the fail pattern.
129
130 2014-03-19 Pedro Alves <palves@redhat.com>
131
132 * gdb.base/async.exp (test_background): New procedure.
133 Use it for all background execution command tests.
134
135 2014-03-19 Pedro Alves <palves@redhat.com>
136
137 * gdb.base/async.exp: Use prepare_for_testing.
138
139 2014-03-19 Pedro Alves <palves@redhat.com>
140
141 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
142 the same line.
143
144 2014-03-19 Pedro Alves <palves@redhat.com>
145
146 * gdb.base/async.c (main): Add "jump here" and "until here" line
147 marker comments.
148 * gdb.base/async.exp (jump_here): New global.
149 (jump& test): Use it.
150 (until_here): New global.
151 (until& test): Use it.
152
153 2014-03-19 Pedro Alves <palves@redhat.com>
154
155 * gdb.base/async.exp: Don't frob gdb_protocol.
156
157 2014-03-18 Doug Evans <xdje42@gmail.com>
158
159 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
160 Fix spelling of exec-done-display.
161
162 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
163
164 PR gdb/15358
165 * gdb.base/gdb-sigterm.c: New file.
166 * gdb.base/gdb-sigterm.exp: New file.
167
168 2014-03-18 Pedro Alves <palves@redhat.com>
169
170 PR gdb/13860
171 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
172 * lib/mi-support.exp (mi_expect_stop): Add special handling for
173 solib-event.
174
175 2014-03-17 Joel Brobecker <brobecker@adacore.com>
176
177 * gdb.ada/pckd_arr_ren: New testcase.
178
179 2014-03-13 Doug Evans <xdje42@gmail.com>
180
181 PR guile/16612
182 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
183 collect after discarding symbols.
184
185 2014-03-13 Ludovic Courtès <ludo@gnu.org>
186 Doug Evans <xdje42@gmail.com>
187
188 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
189 to history survives a gc.
190
191 2014-03-13 Pedro Alves <palves@redhat.com>
192
193 * gdb.base/default.exp: Don't test "target procfs".
194
195 2014-03-13 Pedro Alves <palves@redhat.com>
196
197 * gdb.base/default.exp: Update "target child" and "target procfs"
198 tests to not expect "Unix".
199
200 2014-03-12 Tom Tromey <tromey@redhat.com>
201
202 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
203 New procs. Add target-async tests.
204 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
205 Add target-async tests.
206
207 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
208
209 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
210 'func_start' and 'func_end' for the beginning and end of the
211 function code, respectively.
212 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
213 'func_end' instead of 'func' and 'main'.
214
215 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
216
217 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
218 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
219 generate the debug info assembler source.
220
221 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
222
223 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
224 * gdb.dwarf2/arr-subrange.exp: Likewise.
225 * gdb.dwarf2/dwz.exp: Likewise.
226 * gdb.dwarf2/method-ptr.exp: Likewise.
227 * gdb.dwarf2/missing-sig-type.exp: Likewise.
228 * gdb.dwarf2/subrange.exp: Likewise.
229 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
230 * gdb.dwarf2/implptrpiece.exp: Likewise.
231 * gdb.dwarf2/nostaticblock.exp: Likewise.
232
233 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
234
235 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
236 directory to absolute path name arguments.
237
238 2014-03-10 Joel Brobecker <brobecker@adacore.com>
239
240 * gdb.ada/tagged_access: New testcase.
241
242 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
243
244 * gdb.btrace/data.exp: Update expected output.
245
246 2014-03-06 Yao Qi <yao@codesourcery.com>
247
248 * gdb.trace/pr16508.exp: New file.
249
250 2014-03-05 Pedro Alves <palves@redhat.com>
251
252 PR gdb/16575
253 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
254 procedure.
255 (top level): Adjust to use it. Add tests that exercise breakpoint
256 interaction with the code-cache.
257
258 2014-02-26 Ludovic Courtès <ludo@gnu.org>
259
260 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
261 test for 'history-append!'.
262
263 2014-02-26 Joel Brobecker <brobecker@adacore.com>
264
265 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
266 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
267 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
268 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
269 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
270 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
271
272 2014-02-26 Joel Brobecker <brobecker@adacore.com>
273
274 * testsuite/gdb.python/py-pp-re-notag.c: New file.
275 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
276 * testsuite/gdb.python/py-pp-re-notag.p: New file.
277
278 2014-02-26 Joel Brobecker <brobecker@adacore.com>
279
280 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
281
282 2014-02-26 Joel Brobecker <brobecker@adacore.com>
283
284 * gdb.dwarf2/arr-stride.c: New file.
285 * gdb.dwarf2/arr-stride.exp: New file.
286
287 2014-02-26 Pedro Alves <palves@redhat.com>
288
289 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
290 that won't ever trigger. Make sure that GDB reports the correct
291 breakpoint that caused the stop.
292
293 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
294
295 PR gdb/16626
296 * gdb.base/auto-load-script: New file.
297 * gdb.base/auto-load.c: New file.
298 * gdb.base/auto-load.exp: New file.
299
300 PR gdb/16626
301 * gdb.base/auto-load.exp: Fix out-of-srctree run.
302
303 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
304
305 Fix dw2-icycle.exp -fsanitize=address GDB crash.
306 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
307
308 2014-02-24 Doug Evans <dje@google.com>
309
310 * lib/gdb.exp (run_on_host): Log error output if program fails.
311
312 2014-02-21 Pedro Alves <palves@redhat.com>
313
314 * gdb.threads/step-after-sr-lock.c: Rename to ...
315 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
316 * gdb.threads/step-after-sr-lock.exp: Rename to ...
317 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
318 ... this.
319
320 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
321
322 PR tdep/16397
323 * gdb.arch/amd64-stap-special-operands.exp: New file.
324 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
325 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
326 * gdb.arch/amd64-stap-triplet.S: Likewise.
327 * gdb.arch/amd64-stap-triplet.c: Likewise.
328
329 2014-02-20 Joel Brobecker <brobecker@adacore.com>
330
331 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
332 in .section pseudo-op.
333
334 2014-02-20 lin zuojian <manjian2006@gmail.com>
335 Joel Brobecker <brobecker@adacore.com>
336 Doug Evans <xdje42@gmail.com>
337
338 PR symtab/16581
339 * gdb.dwarf2/dw2-icycle.S: New file.
340 * gdb.dwarf2/dw2-icycle.c: New file.
341 * gdb.dwarf2/dw2-icycle.exp: New file.
342
343 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
344
345 * gdb.python/py-value-cc.cc: Improve test case to enable testing
346 operations on gdb.Value objects.
347 * gdb.python/py-value-cc.exp: Add new test to test operations on
348 gdb.Value objects.
349
350 2014-02-18 Doug Evans <dje@google.com>
351
352 * Makefile.in (TESTS): New variable.
353 (expanded_tests, expanded_tests_or_none): New variables
354 (check-single): Pass $(expanded_tests_or_none) to runtest.
355 (check-parallel): Only run tests in $(TESTS) if non-empty.
356 (check/no-matching-tests-found): New rule.
357 * README: Document TESTS makefile variable.
358
359 2014-02-18 Doug Evans <dje@google.com>
360
361 * Makefile.in (check-parallel): rm -rf outputs temp.
362
363 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
364
365 Fix "ERROR: no fileid for" in the testsuite.
366 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
367
368 2014-02-12 Doug Evans <dje@google.com>
369
370 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
371 (MISCELLANEOUS): New variable.
372 (clean): rm -rf $(MISCELLANEOUS).
373 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
374 dwp live in the same directory as symlinks, with each symlink pointed
375 to a differently named file in a different directory.
376
377 2014-02-11 Doug Evans <dje@google.com>
378
379 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
380 of Tcl file commands.
381
382 2014-02-10 Mark Kettenis <kettenis@gnu.org>
383
384 * gdb.threads/step-after-sr-lock.exp: Avoid executing
385 "kill -SIGUSR1 -1".
386
387 2014-02-10 Joel Brobecker <brobecker@adacore.com>
388
389 * gdb.ada/tick_length_array_enum_idx: New testcase.
390
391 2014-02-10 Doug Evans <xdje42@gmail.com>
392
393 * configure.ac (AC_OUTPUT): Add gdb.guile.
394 * configure: Regenerate.
395 * lib/gdb-guile.exp: New file.
396 * lib/gdb.exp (get_target_charset): New function.
397 * gdb.base/help.exp: Update expected output from "apropos apropos".
398 * gdb.guile/Makefile.in: New file.
399 * gdb.guile/guile.exp: New file.
400 * gdb.guile/scm-arch.c: New file.
401 * gdb.guile/scm-arch.exp: New file.
402 * gdb.guile/scm-block.c: New file.
403 * gdb.guile/scm-block.exp: New file.
404 * gdb.guile/scm-breakpoint.c: New file.
405 * gdb.guile/scm-breakpoint.exp: New file.
406 * gdb.guile/scm-disasm.c: New file.
407 * gdb.guile/scm-disasm.exp: New file.
408 * gdb.guile/scm-equal.c: New file.
409 * gdb.guile/scm-equal.exp: New file.
410 * gdb.guile/scm-error.exp: New file.
411 * gdb.guile/scm-error.scm: New file.
412 * gdb.guile/scm-frame-args.c: New file.
413 * gdb.guile/scm-frame-args.exp: New file.
414 * gdb.guile/scm-frame-args.scm: New file.
415 * gdb.guile/scm-frame-inline.c: New file.
416 * gdb.guile/scm-frame-inline.exp: New file.
417 * gdb.guile/scm-frame.c: New file.
418 * gdb.guile/scm-frame.exp: New file.
419 * gdb.guile/scm-generics.exp: New file.
420 * gdb.guile/scm-gsmob.exp: New file.
421 * gdb.guile/scm-iterator.c: New file.
422 * gdb.guile/scm-iterator.exp: New file.
423 * gdb.guile/scm-math.c: New file.
424 * gdb.guile/scm-math.exp: New file.
425 * gdb.guile/scm-objfile-script-gdb.in: New file.
426 * gdb.guile/scm-objfile-script.c: New file.
427 * gdb.guile/scm-objfile-script.exp: New file.
428 * gdb.guile/scm-objfile.c: New file.
429 * gdb.guile/scm-objfile.exp: New file.
430 * gdb.guile/scm-ports.exp: New file.
431 * gdb.guile/scm-pretty-print.c: New file.
432 * gdb.guile/scm-pretty-print.exp: New file.
433 * gdb.guile/scm-pretty-print.scm: New file.
434 * gdb.guile/scm-section-script.c: New file.
435 * gdb.guile/scm-section-script.exp: New file.
436 * gdb.guile/scm-section-script.scm: New file.
437 * gdb.guile/scm-symbol.c: New file.
438 * gdb.guile/scm-symbol.exp: New file.
439 * gdb.guile/scm-symtab-2.c: New file.
440 * gdb.guile/scm-symtab.c: New file.
441 * gdb.guile/scm-symtab.exp: New file.
442 * gdb.guile/scm-type.c: New file.
443 * gdb.guile/scm-type.exp: New file.
444 * gdb.guile/scm-value-cc.cc: New file.
445 * gdb.guile/scm-value-cc.exp: New file.
446 * gdb.guile/scm-value.c: New file.
447 * gdb.guile/scm-value.exp: New file.
448 * gdb.guile/source2.scm: New file.
449 * gdb.guile/types-module.cc: New file.
450 * gdb.guile/types-module.exp: New file.
451
452 2014-02-10 Yao Qi <yao@codesourcery.com>
453
454 PR testsuite/16543
455 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
456 * configure: Regenerated.
457 * Makefile.in: New file.
458
459 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
460
461 * gdb.python/py-framefilter.exp: Fix typo.
462
463 2014-02-08 Yao Qi <yao@codesourcery.com>
464
465 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
466 that no =breakpoint-modified is emitted when breakpoints are
467 modified through MI commands.
468
469 2014-02-07 Pedro Alves <pedro@codesourcery.com>
470 Pedro Alves <palves@redhat.com>
471
472 * gdb.threads/step-after-sr-lock.c: New file.
473 * gdb.threads/step-after-sr-lock.exp: New file.
474
475 2014-02-07 Pedro Alves <palves@redhat.com>
476
477 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
478
479 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
480
481 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
482 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
483
484 2014-02-06 Doug Evans <xdje42@gmail.com>
485
486 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
487 output.
488
489 * gdb.gdb/python-interrupts.exp: New file.
490
491 2014-02-05 Yao Qi <yao@codesourcery.com>
492
493 * gdb.trace/report.exp (use_collected_data): Test the output
494 of "info threads" and "info inferiors".
495
496 2014-02-05 Yao Qi <yao@codesourcery.com>
497
498 Revert this patch:
499
500 2013-05-24 Yao Qi <yao@codesourcery.com>
501
502 * gdb.trace/tfile.exp: Test inferior and thread.
503
504 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
505
506 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
507 on a function.
508 * gdb.base/step-bt.c: Call hello via function pointer to make
509 sure its first instruction is executed on powerpc64le-linux.
510
511 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
512
513 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
514
515 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
516
517 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
518 of the test patterns for use on little-endian systems.
519
520 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
521
522 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
523 (decimal_vector): Fix for little-endian.
524
525 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
526
527 * gdb.arch/sparc-sysstep.exp: New file.
528 * gdb.arch/sparc-sysstep.c: Likewise.
529
530 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
531
532 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
533
534 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
535
536 2014-01-23 Tom Tromey <tromey@redhat.com>
537
538 * gdb.ada/array_char_idx: New testcase.
539
540 2014-01-23 Tom Tromey <tromey@redhat.com>
541
542 PR python/16487:
543 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
544 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
545 classes.
546
547 2014-01-23 Tom Tromey <tromey@redhat.com>
548
549 PR python/16491:
550 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
551 string from an inferior frame.
552 * gdb.python/py-framefilter-mi.exp: Update.
553
554 2014-01-22 Doug Evans <dje@google.com>
555
556 * gdb.server/server-mon.exp: Add tests for "set debug-format".
557
558 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
559
560 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
561
562 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
563
564 * gdb.trace/entry-values.exp: Remove excess space character from
565 regex patterns. Handle s390 call instruction.
566
567 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
568
569 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
570 define "*_start" label. Make "name" static.
571 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
572 ${name} by references to ${name}_start.
573
574 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
575
576 * gdb.base/info-macros.exp: Remove "debug" from the compile
577 options.
578
579 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
580
581 * gdb.dlang/demangle.exp: New file.
582
583 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
584
585 * gdb.dlang/primitive-types.exp: New file.
586
587 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
588
589 * configure.ac: Create gdb.dlang/Makefile.
590 * configure: Regenerate.
591 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
592 * gdb.dlang/Makefile.in: New file.
593 * lib/d-support.exp: New file.
594 * lib/gdb.exp (skip_d_tests): New proc.
595
596 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
597
598 * gdb.btrace/delta.exp: Check reverse stepi.
599 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
600 * gdb.btrace/finish.exp: New.
601 * gdb.btrace/next.exp: New.
602 * gdb.btrace/nexti.exp: New.
603 * gdb.btrace/record_goto.c: Add comments.
604 * gdb.btrace/step.exp: New.
605 * gdb.btrace/stepi.exp: New.
606 * gdb.btrace/multi-thread-step.c: New.
607 * gdb.btrace/multi-thread-step.exp: New.
608 * gdb.btrace/rn-dl-bind.c: New.
609 * gdb.btrace/rn-dl-bind.exp: New.
610 * gdb.btrace/data.c: New.
611 * gdb.btrace/data.exp: New.
612 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
613
614 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
615
616 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
617 * gdb.btrace/exception.exp: Update.
618 * gdb.btrace/instruction_history.exp: Update.
619 * gdb.btrace/record_goto.exp: Update.
620 * gdb.btrace/tailcall.exp: Update.
621 * gdb.btrace/unknown_functions.exp: Update.
622 * gdb.btrace/delta.exp: New.
623
624 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
625
626 * gdb.btrace/record_goto.exp: Add backtrace test.
627 * gdb.btrace/tailcall.exp: Add backtrace test.
628
629 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
630
631 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
632 * gdb.btrace/record_goto.c: New.
633 * gdb.btrace/record_goto.exp: New.
634 * gdb.btrace/x86-record_goto.S: New.
635
636 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
637
638 * gdb.btrace/function_call_history.exp: Update tests.
639 * gdb.btrace/instruction_history.exp: Update tests.
640
641 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
642
643 * gdb.btrace/function_call_history.exp: Fix expected field
644 order for "record function-call-history".
645 Add new tests for "record function-call-history /c".
646 * gdb.btrace/exception.cc: New.
647 * gdb.btrace/exception.exp: New.
648 * gdb.btrace/tailcall.exp: New.
649 * gdb.btrace/x86-tailcall.S: New.
650 * gdb.btrace/x86-tailcall.c: New.
651 * gdb.btrace/unknown_functions.c: New.
652 * gdb.btrace/unknown_functions.exp: New.
653 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
654
655 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
656
657 * gdb.btrace/instruction_history.exp: Update.
658 * gdb.btrace/function_call_history.exp: Update.
659
660 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
661
662 * gdb.btrace/function_call_history.exp: Fix expected function
663 trace.
664 * gdb.btrace/instruction_history.exp: Initialize traced.
665 Remove traced_functions.
666
667 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
668
669 * gdb.btrace/function_call_history.exp: Update
670 * gdb.btrace/instruction_history.exp: Update.
671
672 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
673
674 * gdb.btrace/enable.exp: Update expected text.
675
676 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
677
678 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
679 bytes.
680
681 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
682
683 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
684
685 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
686
687 * lib/gdb.exp (supports_process_record): Return true for
688 arm*-linux*. (supports_reverse): Likewise.
689
690 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
691
692 PR python/15464
693 PR python/16113
694 * gdb.python/py-type.c: Enhance test case.
695 * gdb.python/py-value-cc.cc: Likewise
696 * gdb.python/py-type.exp: Add new tests.
697 * gdb.python/py-value-cc.exp: Likewise
698
699 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
700 Pedro Alves <palves@redhat.com>
701
702 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
703 Make "name" extern.
704 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
705 references to ${name}_start by references to ${name}.
706
707 2014-01-10 Joel Brobecker <brobecker@adacore.com>
708
709 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
710
711 2014-01-10 Joel Brobecker <brobecker@adacore.com>
712
713 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
714
715 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
716 Pedro Alves <palves@redhat.com>
717
718 * gdb.mi/mi-info-os.exp: Connect to the target with
719 mi_gdb_target_load.
720
721 2014-01-08 Pedro Alves <palves@redhat.com>
722
723 * gdb.threads/reconnect-signal.c: New file.
724 * gdb.threads/reconnect-signal.exp: New file.
725
726 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
727
728 * gdb.base/source-dir.exp: New file.
729
730 2014-01-07 Joel Brobecker <brobecker@adacore.com>
731
732 * gdb.ada/mi_interface: New testcase.
733
734 2014-01-07 Joel Brobecker <brobecker@adacore.com>
735
736 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
737 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
738 gdb.ada/pp-rec-component/pck.ads: New files.
739
740 2014-01-07 Joel Brobecker <brobecker@adacore.com>
741
742 * gdb.python/py-pp-integral.c: New file.
743 * gdb.python/py-pp-integral.py: New file.
744 * gdb.python/py-pp-integral.exp: New file.
745
746 2013-12-19 Sergio Durigan Junior <sergiodj@redhat.com>
747
748 PR breakpoints/16297
749 * gdb.base/catch-syscall.c (read_syscall, pipe_syscall)
750 (write_syscall): New variables.
751 (main): Create a pipe, write 1 byte in it, and read 1 byte from
752 it.
753 * gdb.base/catch-syscall.exp (all_syscalls): Include "pipe,
754 "write" and "read" syscalls.
755 (fill_all_syscalls_numbers): Improve the way to obtain syscalls
756 numbers.
757
758 2013-12-19 Keven Boell <keven.boell@intel.com>
759
760 * gdb.fortran/module.exp: Completion matches fortran module
761 names as well. ptype/whatis on modules return a proper type.
762 Add new check for having the correct scope.
763
764 2013-12-19 Keven Boell <keven.boell@intel.com>
765
766 * gdb.fortran/type.f90: New file.
767 * gdb.fortran/whatis_type.f90: New file.
768
769 2013-12-18 Sergio Durigan Junior <sergiodj@redhat.com>
770
771 * gdb.base/catch-syscall.c: Include <sys/syscall.h>.
772 (close_syscall, chroot_syscall, exit_group_syscall): New
773 variables.
774 * gdb.base/catch-syscall.exp: Replace gdb_compile by
775 prepare_for_testing. Call fill_all_syscalls_numbers before
776 starting. Replace gdb_exit, gdb_start, gdb_reinitialize_dir and
777 gdb_load by clean_restart.
778 (check_info_bp_any_syscall, check_info_bp_specific_syscall)
779 (check_info_bp_many_syscalls): Remove global gdb_prompt.
780 (check_call_to_syscall): Likewise. Add global decimal. Improve
781 testing regex.
782 (check_return_from_syscall): Likewise.
783 (check_continue, insert_catch_syscall_with_arg): Remove global
784 gdb_prompt.
785 (insert_catch_syscall_with_many_args): Likewise. Add global
786 decimal. Fix $filter_str. Improve testing regex.
787 (check_for_program_end): Remove global gdb_prompt.
788 (test_catch_syscall_without_args): Likewise. Add global decimal.
789 Improve testing regex.
790 (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
791 (test_catch_syscall_with_wrong_args)
792 (test_catch_syscall_restarting_inferior)
793 (test_catch_syscall_fail_nodatadir): Remove global gdb_prompt.
794 (do_syscall_tests): Likewise. Remove global srcdir.
795 (test_catch_syscall_without_args_noxml): Remove global gdb_prompt.
796 Add global last_syscall_number. Test for the exact syscall number
797 to be caught.
798 (test_catch_syscall_with_args_noxml): Remove global gdb_prompt.
799 Add global all_syscalls_numbers. Test each syscall number to be
800 caught, instead of only testing "close".
801 (test_catch_syscall_with_wrong_args_noxml): Remove global gdb_prompt.
802 (do_syscall_tests_without_xml): Likewise. Remove global srcdir.
803 Remove stale comment.
804 (fill_all_syscalls_numbers): Add global last_syscall_number. Fill
805 the correct syscall numbers using information from the inferior.
806
807 2013-12-17 Pedro Alves <palves@redhat.com>
808
809 * gdb.trace/circ.exp: Expect frame info to be printed when
810 switching between frames with unavailable stack, but different
811 functions.
812
813 2013-12-17 Andrew Burgess <aburgess@broadcom.com>
814
815 * gdb.trace/unavailable-dwarf-piece.c: New file.
816 * gdb.trace/unavailable-dwarf-piece.exp: New file.
817
818 2013-12-15 Yao Qi <yao@codesourcery.com>
819
820 * gdb.perf/skip-prologue.c: New.
821 * gdb.perf/skip-prologue.exp: New.
822 * gdb.perf/skip-prologue.py: New.
823
824 2013-12-13 Joel Brobecker <brobecker@adacore.com>
825
826 * gdb.ada/arraydim: New testcase.
827
828 2013-12-12 Siva Chandra Reddy <sivachandra@google.com>
829
830 PR python/16113
831 * gdb.python/py-value-cc.cc: Improve test case.
832 * gdb.python/py-value-cc.exp: Add new tests to test usage of
833 gdb.Field objects as subscripts on gdb.Value objects.
834
835 2013-12-10 Doug Evans <dje@google.com>
836
837 PR 16286
838 * gdb.python/py-value.c: #include stdlib.h, string.h.
839 (str): New struct.
840 (main): New local xstr.
841 * gdb.python/py-value.exp (test_value_in_inferior): Add test to
842 fetch a value as a string with a length beyond the declared length
843 of the array.
844
845 2013-12-10 Andrew Burgess <aburgess@broadcom.com>
846
847 * lib/gdb.exp (gdb_compile_shlib): Add call to get_compiler_info,
848 update comment.
849
850 2013-12-10 Joel Brobecker <brobecker@adacore.com>
851
852 * gdb.ada/int_deref.exp: Add test verifying that we print
853 the decoded symbol name when printing the address of Ada
854 symbols.
855
856 2013-12-10 Joel Brobecker <brobecker@adacore.com>
857
858 * gdb.mi/mi-start.exp: Add test verifying that -list-features
859 contains "exec-run-start-option".
860
861 2013-12-08 Yao Qi <yao@codesourcery.com>
862
863 * lib/gdb.exp (support_complex_tests): Use gdb_produce_source.
864 (is_elf_target, is_ilp32_target, is_ilp64_target): Likewise.
865 (is_64_target, is_amd64_regs_target): Likewise.
866 (skip_altivec_tests, skip_vsx_tests, skip_btrace_tests): Likewise.
867
868 2013-12-07 Mike Frysinger <vapier@gentoo.org>
869
870 * gdb.ada/uninitialized_vars/parse_controlled.ads: Remove +x file mode.
871 * gdb.base/testenv.c: Likewise.
872
873 2013-12-07 Mike Frysinger <vapier@gentoo.org>
874
875 * gdb.hp/gdb.base-hp/so-thresh.sh: Change /bin/ksh to /bin/sh.
876 * gdb.hp/gdb.objdbg/tools/symaddr: Likewise.
877 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: Likewise.
878
879 2013-12-06 Pedro Alves <palves@redhat.com>
880
881 * gdb.dwarf2/dw2-undefined-ret-addr.S: New file.
882 * gdb.dwarf2/dw2-undefined-ret-addr.c: New file.
883 * gdb.dwarf2/dw2-undefined-ret-addr.exp: New file.
884
885 2013-12-06 Doug Evans <dje@google.com>
886
887 * gdb.base/break.exp: Fix setting of $baz.
888
889 2013-12-06 Andrew Burgess <aburgess@broadcom.com>
890
891 * lib/dwarf.exp: (Dwarf::_location): Handle DW_OP_bit_piece and
892 DW_OP_plus_uconst.
893
894 2013-12-06 Keven Boell <keven.boell@intel.com>
895
896 * lib/mi-support.exp (mi_list_varobj_children_range): Add
897 call to mi_list_array_varobj_children_with_index.
898 (mi_list_array_varobj_children_with_index): New function.
899 Add parameter to specify array start.
900
901 2013-12-03 Jose E. Marchesi <jose.marchesi@oracle.com>
902
903 * gdb.base/sigall.exp (test_one_sig): gdb identifies SIGLOST as a
904 SIGPWR in sparc64.
905
906 * gdb.base/sigall.c (main): In some targets SIGLOST and SIGPWR
907 have the same signal number. Handle this situation.
908
909 2013-12-03 Joel Brobecker <brobecker@adacore.com>
910
911 * gdb.ada/dot_all: New testcase.
912
913 2013-12-03 Joel Brobecker <brobecker@adacore.com>
914
915 * gdb.mi/mi-undefined-cmd.exp: New testcase.
916
917 2013-12-03 Joel Brobecker <brobecker@adacore.com>
918
919 * gdb.mi/mi-i-cmd.exp: New file.
920
921 2013-12-02 Doug Evans <dje@google.com>
922
923 * gdb.dwarf/dwp-symlink.c: Fake out gdb to not load debug info
924 at start.
925 * gdb.dwarf/dwp-symlink.exp: Test trying to load dwp when the binary
926 has been specified with a relative path and we have chdir'd before
927 accessing the debug info.
928
929 2013-11-28 Andrew Burgess <aburgess@broadcom.com>
930
931 * gdb.trace/unavailable.exp (gdb_collect_args_test): Update
932 expected results.
933 (gdb_collect_locals_test): Likewise.
934 (gdb_collect_globals_test): Likewise.
935
936 2013-11-28 Yao Qi <yao@codesourcery.com>
937
938 * lib/gdb.exp (with_gdb_prompt): New proc.
939 * gdb.perf/disassemble.exp: New.
940 * gdb.perf/disassemble.py: New.
941
942 2013-11-26 Luis Machado <lgustavo@codesourcery.com>
943
944 * gdb.base/callfuncs.c (main): Assign malloc's return value
945 and free it afterwards.
946 * gdb.base/charset-malloc.c (malloc_stub): Likewise.
947 * gdb.base/printcmds.c (main): Likewise.
948 * gdb.base/randomize.c (main): Free "p" and change breakpoint
949 marker position.
950 * gdb.base/setvar.c (dummy): Assign malloc's return value
951 and free it afterwards.
952
953 2013-11-26 Andrew Burgess <aburgess@broadcom.com>
954
955 * gdb.base/setshow.exp: Add $gdb_prompt to the patterns in
956 gdb_test_multiple.
957
958 2013-11-26 Tom Tromey <tromey@redhat.com>
959
960 * gdb.dwarf2/dw2-unspecified-ret-addr.S: Remove.
961 * gdb.dwarf2/dw2-unspecified-ret-addr.c: Remove.
962 * gdb.dwarf2/dw2-unspecified-ret-addr.exp: Remove.
963
964 2013-11-25 Keith Seitz <keiths@redhat.com>
965
966 PR c++/14819
967 * gdb.cp/impl-this.cc: New file.
968 * gdb.cp/impl-this.exp: New file.
969
970 2013-11-25 Yao Qi <yao@codesourcery.com>
971
972 * gdb.perf/backtrace.c: New.
973 * gdb.perf/backtrace.exp: New.
974 * gdb.perf/backtrace.py: New.
975
976 2013-11-24 Yao Qi <yao@codesourcery.com>
977
978 * gdb.perf/single-step.c: New.
979 * gdb.perf/single-step.exp: New.
980 * gdb.perf/single-step.py: New.
981
982 2013-11-23 Doug Evans <xdje42@gmail.com>
983
984 * gdb.base/ena-dis-br.exp: Add missing quote to "step after continue
985 with ignore count".
986
987 2013-11-23 Doug Evans <xdje42@gmail.com>
988
989 * gdb.python/py-value.exp (test_lazy_strings): Tweak test names.
990 (test_subscript_regression): Ditto.
991 (top level): Run test_subscript_regression for c++ with "c++" prefix.
992
993 2013-11-23 Doug Evans <xdje42@gmail.com>
994
995 * gdb.python/py-type.exp (test_enums): Fix typo.
996
997 2013-11-23 Doug Evans <xdje42@gmail.com>
998
999 * gdb.python/py-symbol.exp: Add some comments. Make all test names
1000 unique.
1001
1002 2013-11-23 Doug Evans <xdje42@gmail.com>
1003
1004 * gdb.python/py-symbol.exp: Fix whitespace.
1005
1006 2013-11-23 Doug Evans <xdje42@gmail.com>
1007
1008 * gdb.python/python.exp: Don't call skip_python_tests, we still want
1009 to test some things in the case where python is not configured in.
1010
1011 2013-11-22 Pedro Alves <palves@redhat.com>
1012
1013 * gdb.dwarf2/dw2-bad-cfi.S: Rename to ...
1014 * gdb.dwarf2/dw2-unspecified-ret-addr.S: ... this. Adjust.
1015 * gdb.dwarf2/dw2-bad-cfi.c: Rename to ...
1016 * gdb.dwarf2/dw2-unspecified-ret-addr.c: ... this.
1017 * gdb.dwarf2/dw2-bad-cfi.exp: Rename to ...
1018 * gdb.dwarf2/dw2-unspecified-ret-addr.exp: ... this.
1019
1020 2013-11-22 Tom Tromey <tromey@redhat.com>
1021
1022 * gdb.dwarf2/dw2-bad-cfi.S: Update comment.
1023
1024 2013-11-22 Tom Tromey <tromey@redhat.com>
1025
1026 * gdb.dwarf2/dw2-bad-cfi.c: New file.
1027 * gdb.dwarf2/dw2-bad-cfi.exp: New file.
1028 * gdb.dwarf2/dw2-bad-cfi.S: New file.
1029
1030 2013-11-22 Pedro Alves <palves@redhat.com>
1031
1032 PR 16155
1033 * gdb.dwarf2/dw2-dup-frame.S: New file.
1034 * gdb.dwarf2/dw2-dup-frame.c: New file.
1035 * gdb.dwarf2/dw2-dup-frame.exp: New file.
1036
1037 2013-11-22 Yao Qi <yao@codesourcery.com>
1038
1039 * lib/mi-support.exp (mi_create_dynamic_varobj): Update
1040 comment and add one more argument "has_more".
1041 * gdb.python/py-mi.exp: Callers update.
1042
1043 2013-11-22 Yao Qi <yao@codesourcery.com>
1044
1045 * gdb.python/py-mi.exp: Use mi_create_floating_varobj instead
1046 of mi_create_dynamic_varobj.
1047
1048 2013-11-20 Pedro Alves <palves@redhat.com>
1049
1050 * gdb.base/maint.exp (maint print objfiles): Consume one line at a
1051 time, and run it through all three milestone regexes.
1052
1053 2013-11-20 Sanimir Agovic <sanimir.agovic@intel.com>
1054
1055 * gdb.base/eval-avoid-side-effects.exp: New file.
1056
1057 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
1058
1059 * gdb.arch/i386-mpx.c: New file
1060 * gdb.arch/i386-mpx.exp: New file.
1061
1062 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
1063
1064 * gdb.python/py-pp-maint.exp: Consider new pretty-print added
1065 for bnd registers.
1066
1067 2013-11-20 Walfred Tedeschi <walfred.tedeschi@intel.com>
1068
1069 * gdb.xml/maint_print_struct.xml (bitfield): Added bitfield having
1070 start and end equal 0.
1071
1072 2013-11-19 Yao Qi <yao@codesourcery.com>
1073
1074 * lib/mi-support.exp (mi_child_regexp): Remove 'whatever'.
1075 (mi_list_varobj_children_range): Likewise.
1076
1077 2013-11-19 Yao Qi <yao@codesourcery.com>
1078
1079 * lib/mi-support.exp (mi_child_regexp): Remove unnecessary '\'.
1080
1081 2013-11-19 Yao Qi <yao@codesourcery.com>
1082
1083 * lib/mi-support.exp: Fix format.
1084
1085 2013-11-19 Joel Brobecker <brobecker@adacore.com>
1086
1087 * gdb.ada/py_range: New testcase.
1088
1089 2013-11-18 Joel Brobecker <brobecker@adacore.com>
1090
1091 * mi-language.exp: Add "-list-features" test verifying that
1092 its output contains "language-option".
1093
1094 2013-11-16 Joel Brobecker <brobecker@adacore.com>
1095
1096 * info_exc/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
1097 * info_exc/foo.adb: Adjust to new exception name.
1098 * info_exc.exp: Adjust after exception renaming in const.ads.
1099 Update "info exception global" test to test "info exceptions
1100 global_gdb" instead.
1101
1102 * mi_exc_info/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
1103 * mi_exc_info/foo.adb (Adjust to new exception name.
1104 * mi_exc_info.exp: Adjust after exception renaming in const.ads.
1105 Update "-info-ada-exceptions global" test to test
1106 "-info-ada-exceptions global_gdb" instead.
1107
1108 2013-11-15 Luis Machado <lgustavo@codesourcery.com>
1109
1110 * lib/mi-support.exp (mi_gdb_test): Expect different formats
1111 of inferior output for remote and native sessions.
1112 * gdb.mi/mi-console.exp: Remove obsolete comment.
1113 Check for semihosted inferior output pattern.
1114 (semihosted_string): New function.
1115
1116 2013-11-15 Joel Brobecker <brobecker@adacore.com>
1117
1118 * gdb.ada/info_exc.exp: Allow other global exceptions to be
1119 listed in the output of "info exceptions".
1120 * gdb.ada/mi_exc_info.exp: Allow other global exceptions to be
1121 listed in the output of "-info-ada-exceptions".
1122
1123 2013-11-15 Joel Brobecker <brobecker@adacore.com>
1124
1125 * gdb.ada/info_exc.exp: Start inferior before starting
1126 the "info exceptions" tests.
1127 * gdb.ada/mi_exc_info.exp: Start inferior before starting
1128 the "-info-ada-exceptions" tests.
1129
1130 2013-11-15 Tom Tromey <tromey@redhat.com>
1131
1132 * gdb.cp/includefile: New file.
1133 * gdb.cp/filename.exp: New file.
1134 * gdb.cp/filename.cc: New file.
1135
1136 2013-11-15 Doug Evans <xdje42@gmail.com>
1137
1138 * gdb.python/py-breakpoint.exp: Make tests have unique names.
1139
1140 2013-11-15 Doug Evans <xdje42@gmail.com>
1141
1142 * gdb.python/py-breakpoint.exp: Reformat for 80 columns.
1143
1144 2013-11-15 Doug Evans <xdje42@gmail.com>
1145
1146 * gdb.python/py-breakpoint.exp: Split up into several functions,
1147 each with their own test prefix.
1148
1149 2013-11-15 Joel Brobecker <brobecker@adacore.com>
1150
1151 * gdb.ada/O2_float_param: New testcase.
1152
1153 2013-11-14 Tom Tromey <tromey@redhat.com>
1154
1155 * Makefile.in (check-parallel): Print summary from gdb.sum.
1156
1157 2013-11-14 Omair Javaid <Omair.Javaid@linaro.org>
1158
1159 * gdb.dwarf2/dw2-case-insensitive-debug.S: Updated compile unit
1160 and function label names.
1161 * gdb.dwarf2/dw2-case-insensitive.c: Created function and
1162 compile unit labels.
1163
1164 2013-11-14 Joel Brobecker <brobecker@adacore.com>
1165
1166 * gdb.mi/mi-language.exp: New file.
1167
1168 2013-09-17 Keith Seitz <keiths@redhat.com>
1169
1170 PR c++/7935
1171 PR c++/10541
1172 * gdb.cp/nsalias.exp: New file.
1173 * gdb.cp/nsalias.cc: New file.
1174 * gdb.cp/nsrecurs.exp: Remove kfails. Conditionally run
1175 tests only on known, working compiler versions.
1176
1177 2013-11-13 Tom Tromey <tromey@redhat.com>
1178
1179 * gdb.multi/multi-arch-exec.exp: Define BASEDIR when compiling.
1180 * gdb.multi/multi-arch-exec.c (main): Use BASEDIR.
1181
1182 2013-11-12 Doug Evans <dje@google.com>
1183
1184 * gdb.base/fileio.exp: Make $dir2 writable after the test is done
1185 so that "rm -rf $builddir" Just Works.
1186
1187 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1188
1189 * gdb.ada/mi_exc_info: New testcase.
1190
1191 2013-11-12 Joel Brobecker <brobecker@adacore.com>
1192
1193 * gdb.ada/info_exc: New testcase.
1194
1195 2013-11-11 Doug Evans <dje@google.com>
1196
1197 * gdb.arch/arm-bl-branch-dest.exp: Use gdb_test_file_name instead
1198 of testfile.
1199
1200 2013-11-11 Phil Muldoon <pmuldoon@redhat.com>
1201
1202 * gdb.python/py-linetable.S: New file.
1203 * gdb.python/py-linetable.c: New file.
1204 * gdb.python/py-linetable.exp: New file.
1205
1206 2013-11-11 Joel Brobecker <brobecker@adacore.com>
1207
1208 * gdb.ada/mi_ex_cond: New testcase.
1209
1210 2013-11-07 Doug Evans <dje@google.com>
1211
1212 PR 11786
1213 * gdb.base/gcore-relro-pie.c: New file.
1214 * gdb.base/gcore-relro-pie.exp: New file.
1215
1216 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1217
1218 * gdb.python/py-cmd.exp: Add COMPLETE_EXPRESSION tests.
1219 * gdb.python/py-cmd.c: New File.
1220
1221 2013-11-07 Phil Muldoon <pmuldoon@redhat.com>
1222
1223 * gdb.python/py-breakpoint.exp: Add temporary breakpoint tests.
1224
1225 2013-11-06 Doug Evans <xdje42@gmail.com>
1226
1227 * gdb.python/py-arch.exp: Tweak test name for bad memory access test.
1228
1229 2013-11-06 Yao Qi <yao@codesourcery.com>
1230
1231 * lib/gdb.exp (gdb_produce_source): New procedure.
1232 * gdb.perf/solib.c: New.
1233 * gdb.perf/solib.exp: New.
1234 * gdb.perf/solib.py: New.
1235
1236 2013-11-06 Yao Qi <yao@codesourcery.com>
1237
1238 * README: Mention performance tests.
1239
1240 2013-11-06 Yao Qi <yao@codesourcery.com>
1241
1242 * lib/perftest.exp: New.
1243 * gdb.perf/lib/perftest/__init__.py: New.
1244 * gdb.perf/lib/perftest/measure.py: New.
1245 * gdb.perf/lib/perftest/perftest.py: New.
1246 * gdb.perf/lib/perftest/reporter.py: New.
1247 * gdb.perf/lib/perftest/testresult.py: New.
1248
1249 2013-11-06 Yao Qi <yao@codesourcery.com>
1250
1251 * Makefile.in (check-perf): New target.
1252 * configure.ac (AC_OUTPUT): Output Makefile in gdb.perf.
1253 * configure: Re-generated.
1254 * gdb.perf/Makefile.in: New.
1255
1256 2013-11-04 Tom Tromey <tromey@redhat.com>
1257
1258 * Makefile.in (TEST_DIRS): Remove.
1259 (TEST_TARGETS, check-parallel): Rewrite.
1260 (check-gdb.%, BASE1_FILES, BASE2_FILES, check-gdb.base%)
1261 (subdir_do, subdirs): Remove.
1262 (do-check-parallel, check/%): New targets.
1263 (clean): Remove outputs, temp, and cache directories.
1264 (saw_dash_j): New variable.
1265 (CHECK_TARGET): Use it.
1266 (check): Depend on all, site.exp. Rewrite.
1267 (check-single): Remove dependencies.
1268 (slow_tests, all_tests, reordered_tests): New variables.
1269
1270 2013-11-04 Tom Tromey <tromey@redhat.com>
1271
1272 * gdb.dwarf2/fission-base.S: Remove "gdb.dwarf/".
1273 * gdb.dwarf2/fission-base.exp: Set debug-file-directory
1274 before loading binfile.
1275 * gdb.dwarf2/fission-loclists.S: Remove "gdb.dwarf/".
1276 * gdb.dwarf2/fission-loclists.exp: Set debug-file-directory
1277 before loading binfile.
1278
1279 2013-11-04 Tom Tromey <tromey@redhat.com>
1280
1281 * gdb.base/foll-exec.c (main): Use BASEDIR.
1282 * gdb.base/foll-exec.exp: Define BASEDIR during compilation.
1283 * gdb.base/foll-vfork.c (main): Use BASEDIR.
1284 * gdb.base/foll-vfork.exp: Define BASEDIR during compilation.
1285 * gdb.multi/bkpt-multi-exec.c (main): Use BASEDIR.
1286 * gdb.multi/bkpt-multi-exec.exp: Define BASEDIR during compilation.
1287
1288 2013-11-04 Tom Tromey <tromey@redhat.com>
1289
1290 * gdb.base/argv0-symlink.exp: Compute executable's directory
1291 dynamically.
1292
1293 2013-11-04 Tom Tromey <tromey@redhat.com>
1294
1295 * gdb.asm/asm-source.exp: Use standard_output_file.
1296
1297 2013-11-04 Tom Tromey <tromey@redhat.com>
1298
1299 * gdb.server/file-transfer.exp: Use standard_output_file.
1300
1301 2013-11-04 Tom Tromey <tromey@redhat.com>
1302
1303 * gdb.base/fullname.exp: Use standard_output_file,
1304 relative_filename.
1305 * gdb.base/hashline1.exp: Use standard_testfile,
1306 standard_output_file, relative_filename, clean_restart.
1307 * gdb.base/hashline2.exp: Use standard_testfile,
1308 standard_output_file.
1309 * gdb.base/hashline3.exp: Use standard_testfile,
1310 standard_output_file, relative_filename.
1311 * lib/gdb.exp (relative_filename): New proc.
1312
1313 2013-11-04 Tom Tromey <tromey@redhat.com>
1314
1315 * gdb.base/fileio.c (test_open, test_write, test_read)
1316 (test_lseek, test_close, test_stat, test_fstat)
1317 (test_isatty, test_system, test_rename, test_unlink):
1318 Use OUTDIR define.
1319 * gdb.base/fileio.exp: Define OUTDIR during compilation.
1320 Use standard_output_file.
1321
1322 2013-11-04 Tom Tromey <tromey@redhat.com>
1323
1324 * gdb.base/checkpoint.c (main): Use PI_TXT and COPY1_TXT
1325 defines.
1326 * gdb.base/checkpoint.exp: Define PI_TXT and COPY1_TXT during
1327 compilation. Use prepare_for_testing, standard_output_file.
1328
1329 2013-11-04 Tom Tromey <tromey@redhat.com>
1330
1331 * gdb.base/advance.exp: Use standard_testfile and
1332 prepare_for_testing.
1333 * gdb.base/bigcore.exp: Use standard_output_file. "cd" to
1334 appropriate directory when local.
1335 * gdb.base/dump.exp: Use standard_output_file. Update all
1336 "dump" and "restore" filenames.
1337 * gdb.base/interact.exp: Use standard_output_file.
1338 * gdb.base/jit-so.exp: Don't download file when local.
1339 * gdb.base/jit.exp (compile_jit_test): Don't download file
1340 when local.
1341 * gdb.base/list.exp: Use gdb_remote_download.
1342 * gdb.base/maint.exp: Use standard_output_file.
1343 * gdb.base/prelink.exp: Use standard_output_file.
1344 * gdb.base/save-bp.exp: Use standard_output_file.
1345 * gdb.base/sepdebug.exp: Use standard_testfile,
1346 standard_output_file.
1347 (test_different_dir): Don't declare objdir.
1348 * gdb.base/solib-search.exp: Use standard_output_file.
1349 * gdb.base/step-line.exp: Use gdb_remote_download.
1350 * gdb.base/trace-commands.exp: Use standard_output_file.
1351
1352 2013-11-04 Tom Tromey <tromey@redhat.com>
1353
1354 * gdb.trace/mi-traceframe-changed.exp: Pass -DTFILE_DIR
1355 to compilation. Use standard_output_file.
1356 (test_tfind_tfile): Update.
1357 * gdb.trace/tfile.c (write_basic_trace_file)
1358 (write_error_trace_file): Use TFILE_DIR.
1359 * gdb.trace/tfile.exp: Pass -DTFILE_DIR to compilation. Use
1360 standard_output_file.
1361
1362 2013-11-04 Tom Tromey <tromey@redhat.com>
1363
1364 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
1365 Use "dwarf2 always-disassemble" for the "maint set" test.
1366 * gdb.mi/mi-file-transfer.exp (test_file_transfer): Use
1367 standard_output_file.
1368 * gdb.mi/mi-logging.exp: Use standard_output_file.
1369
1370 2013-11-04 Tom Tromey <tromey@redhat.com>
1371
1372 * gdb.xml/tdesc-arch.exp: Use standard_output_file. Make
1373 downloads conditional on remote host.
1374 (set_arch): Likewise.
1375 * gdb.xml/tdesc-regs.exp: Use gdb_remote_download.
1376 (load_description): Use standard_output_file.
1377
1378 2013-11-04 Tom Tromey <tromey@redhat.com>
1379
1380 * gdb.gdb/selftest.exp: Use standard_output_file.
1381 * lib/selftest-support.exp (do_self_tests): Use
1382 standard_output_file.
1383
1384 2013-11-04 Tom Tromey <tromey@redhat.com>
1385
1386 * gdb.stabs/weird.exp: Use gdb_remote_download and
1387 standard_output_file.
1388
1389 2013-11-04 Tom Tromey <tromey@redhat.com>
1390
1391 * gdb.base/gcore-buffer-overflow.exp: Use
1392 standard_output_file, not standard_testfile.
1393 * gdb.base/twice.exp: Use standard_testfile, not
1394 standard_output_file. Use gdb_remote_download.
1395
1396 2013-11-04 Tom Tromey <tromey@redhat.com>
1397
1398 * lib/gdb.exp (get_compiler_info): Use log_file -info and
1399 restore from that.
1400
1401 2013-11-02 Maciej W. Rozycki <macro@codesourcery.com>
1402
1403 * gdb.cp/derivation.exp: s/perrro/perror/
1404
1405 2013-11-01 Maciej W. Rozycki <macro@codesourcery.com>
1406
1407 * gdb.dwarf2/dwzbuildid.exp: Rename `outdir' variable to
1408 `debugdir'.
1409
1410 2013-10-31 Andrew Burgess <aburgess@broadcom.com>
1411
1412 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): Add additional
1413 tests and update expected error message.
1414 (test_watch_register_location): New tests.
1415 (do_tests): Call test_watch_register_location.
1416 * gdb.base/watchpoints.exp: Update expected error message.
1417
1418 2013-10-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
1419
1420 * gdb.arch/s390-multiarch.exp (test_linux_v2): Add $gdb_prompt to
1421 the patterns in gdb_test_multiple.
1422
1423 2013-10-29 Nicolas Blanc <nicolas.blanc@intel.com>
1424
1425 * gdb.base/sym-file-lib.c: New file.
1426 * gdb.base/sym-file-loader.c: New file.
1427 * gdb.base/sym-file-loader.h: New file.
1428 * gdb.base/sym-file-main.c: New file.
1429 * gdb.base/sym-file.exp: New file.
1430 * lib/gdb.exp (is_elf_target): New function.
1431
1432 2013-10-29 Pedro Alves <palves@redhat.com>
1433
1434 * gdb.mi/mi-console.c, gdb.mi/mi-stack.c: Remove local emacs
1435 variable setting change-log-default-name to ChangeLog-mi.
1436
1437 2013-10-29 Andrew Burgess <aburgess@broadcom.com>
1438
1439 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test):
1440 Expect <unavailable> pattern.
1441
1442 2013-10-28 Tom de Vries <tom@codesourcery.com>
1443
1444 * gdb.arch/thumb2-it.S (it_8): Fix typo.
1445
1446 2013-10-25 Anton Kolesov <Anton.Kolesov@synopsys.com> (tiny change)
1447
1448 * gdb.base/bang.exp: Use gdb_continue_to_end to properly support
1449 remote stubs where exit() behaviour is unreliable.
1450
1451 2013-10-25 Pedro Alves <palves@redhat.com>
1452
1453 * gdb.cp/m-static.exp: Adjust expected output of printing a
1454 nonexistent or optimized out static field. Also test printing the
1455 the "container" object.
1456
1457 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
1458
1459 * lib/gdb.exp (gdb_finish): Send a kill request to `gdbserver'
1460 if in the persistent mode.
1461 * gdb.trace/disconnected-tracing.exp: Reconnect before completion.
1462
1463 2013-10-24 Maciej W. Rozycki <macro@codesourcery.com>
1464
1465 * lib/gdb.exp (gdb_gcore_cmd): Also handle a "Target does not
1466 support core file generation" reply.
1467
1468 2013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
1469
1470 PR gdb/15986
1471 * gdb.base/run.c (main): gdb_get_line_number tag added for
1472 commands.exp.
1473 (factorial): Likewise.
1474
1475 * gdb.base/commands.exp (watchpoint_command_test): Use
1476 gdb_get_line_number in order to determine the locations in run.c
1477 where local_var is detected to go out of scope.
1478
1479 2013-10-21 Jose E. Marchesi <jose.marchesi@oracle.com>
1480
1481 * gdb.base/gnu_vector.exp: Care about endianness when casting
1482 scalars to vectors.
1483
1484 2013-10-18 Tom Tromey <tromey@redhat.com>
1485
1486 * lib/gdb.exp (build_executable_from_specs): Remove duplicate set
1487 of "binfile".
1488
1489 2013-10-18 Andrew Burgess <aburgess@broadcom.com>
1490
1491 * gdb.base/watchpoints.exp: Add test for setting software
1492 watchpoints of different types before starting the inferior.
1493
1494 2013-10-18 Pedro Alves <palves@redhat.com>
1495
1496 PR gdb/16062
1497 * gdb.threads/stepi-random-signal.c: New file.
1498 * gdb.threads/stepi-random-signal.exp: New file.
1499
1500 2013-10-17 Maciej W. Rozycki <macro@codesourcery.com>
1501
1502 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
1503 Fix comment typo.
1504 * lib/gdb.exp (gdb_init): Likewise.
1505
1506 2013-10-17 Tom Tromey <tromey@redhat.com>
1507
1508 * gdb.base/printcmds.exp (test_printf): Test printf flushing.
1509
1510 2013-10-14 Tom Tromey <tromey@redhat.com>
1511
1512 * gdb.dwarf2/dwzbuildid.exp (write_dwarf_file): Pass explicit test
1513 name to gdb_test_no_output.
1514
1515 2013-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
1516
1517 Canonicalize directories for EXEC_FILENAME.
1518 * gdb.base/argv0-symlink.exp
1519 (kept file symbolic link name for info inferiors): New.
1520 (kept directory symbolic link name): Setup kfail.
1521 (kept directory symbolic link name for info inferiors): New.
1522
1523 2013-10-11 Andreas Arnez <arnez@linux.vnet.ibm.com>
1524
1525 * gdb.arch/s390-multiarch.exp: New file.
1526 * gdb.arch/s390-multiarch.c: New file.
1527
1528 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1529
1530 * gdb.ada/mi_catch_ex.exp: Adjusts all "catch ..." tests to
1531 use the appropriate GDB/MI command instead, and verify
1532 the test output.
1533
1534 2013-10-11 Joel Brobecker <brobecker@adacore.com>
1535
1536 * gdb.base/source-nofile.gdb: New file.
1537 * gdb.base/source.exp: Add two tests verifying the behavior when
1538 the "source" command is given a non-existant filename.
1539
1540 2013-10-11 Yao Qi <yao@codesourcery.com>
1541
1542 * gdb.mi/mi-catch-load.c: Remove the include of "dlfcn.h".
1543 [__WIN32__]: Include "windows.h" and define macro 'dlopen'
1544 and 'dlclose'.
1545 [!__WIN32__]: Include "dlfcn.h".
1546 * gdb.mi/mi-catch-load.exp: Set up kfail.
1547
1548 2013-10-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
1549
1550 * lib/gdb.exp (gdb_core_cmd): Replace fixed string "re-load
1551 generated corefile" by argument "$test".
1552
1553 2013-10-09 Pedro Alves <palves@redhat.com>
1554
1555 * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust expected
1556 output.
1557
1558 2013-10-09 Pedro Alves <palves@redhat.com>
1559
1560 * gdb.base/catch-syscall.exp (test_catch_syscall_without_args)
1561 (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
1562 (test_catch_syscall_with_wrong_args)
1563 (test_catch_syscall_restarting_inferior)
1564 (test_catch_syscall_fail_nodatadir)
1565 (test_catch_syscall_without_args_noxml)
1566 (test_catch_syscall_with_args_noxml)
1567 (test_catch_syscall_with_wrong_args_noxml): Use with_test_prefix.
1568
1569 2013-10-08 Tom Tromey <tromey@redhat.com>
1570
1571 * gdb.dwarf2/dwzbuildid.exp: New file.
1572 * lib/dwarf.exp (Dwarf::_section): Add "flags" and "type"
1573 parameters.
1574 (Dwarf::_defer_output): Change "section" parameter to
1575 "section_spec"; update.
1576 (Dwarf::gnu_debugaltlink, Dwarf::_note, Dwarf::build_id): New
1577 procs.
1578
1579 2013-10-08 Joel Brobecker <brobecker@adacore.com>
1580
1581 * gdb.ada/mi_catch_ex.exp: Make "mi_execute_to" test names unique.
1582
1583 2013-10-07 Tom Tromey <tromey@redhat.com>
1584
1585 * lib/mi-support.exp (varobj_tree::walk_tree): Set _root_idx
1586 to 0.
1587
1588 2013-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
1589
1590 * gdb.base/corefile.exp: Test whether $_exitsignal is set and
1591 $_exitcode is void when opening a corefile.
1592 * gdb.base/exitsignal.exp: New file.
1593 * gdb.base/segv.c: Likewise.
1594 * gdb.base/normal.c: Likewise.
1595
1596 2013-10-04 Joel Brobecker <brobecker@adacore.com>
1597
1598 * gdb.mi/mi-start.c, gdb.mi/mi-start.exp: New files.
1599
1600 2013-10-02 Vidya Praveen <vidyapraveen@arm.com>
1601
1602 * gdb.trace/entry-values.exp: Modify regular expression to scan for
1603 'bl' instruction instead of 'call' for ARM and AArch64 targets.
1604
1605 2013-10-02 Pedro Alves <palves@redhat.com>
1606
1607 * gdb.dwarf2/dw2-reg-undefined.exp <pattern_rax_rbx_rcx_print,
1608 pattern_rax_rbx_rcx_info>: Set to "<not saved>".
1609 * gdb.mi/mi-reg-undefined.exp (opt_out_pattern): Delete.
1610 (not_saved_pattern): New.
1611 Replace use of the former with the latter.
1612
1613 2013-10-02 Pedro Alves <palves@redhat.com>
1614
1615 * README (Board Settings): Document "exit_is_reliable".
1616 * lib/gdb.exp (gdb_continue_to_end): Check whether the board says
1617 running to exit reliably reports program exits.
1618 * boards/native-gdbserver.exp: Set exit_is_reliable in the board
1619 info.
1620 * boards/native-stdio-gdbserver.exp: Likewise.
1621
1622 2013-10-01 Doug Evans <dje@google.com>
1623
1624 * gdb.python/python.exp: Remove redundant print-stack tests.
1625 Make all print-stack test names unique. Fix spelling of print-stack.
1626
1627 2013-09-29 Yao Qi <yao@codesourcery.com>
1628
1629 * gdb.base/shreloc.exp: Set $msymfile to 'shreloc.txt' if host
1630 is remote.
1631
1632 2013-09-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
1633
1634 PR shlibs/8882
1635 * gdb.base/corefile.exp: Add a check to assure warning-free
1636 core-file load.
1637
1638 2013-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1639
1640 * gdb.dwarf2/dwp-symlink.c: New file.
1641 * gdb.dwarf2/dwp-symlink.exp: New file.
1642
1643 2013-09-20 Doug Evans <dje@google.com>
1644
1645 * lib/dwarf.exp (build_executable_from_fission_assembler): New proc.
1646 * gdb.dwarf2/fission-base.S: Update. Split out .dwo into separate
1647 file.
1648 * gdb.dwarf2/fission-loclists.S: Ditto.
1649 * gdb.dwarf2/fission-reread.S: Ditto.
1650 * gdb.dwarf2/fission-base.exp: Skip of remote host. Compile with
1651 build_executable_from_fission_assembler.
1652 * gdb.dwarf2/fission-loclists.exp: Ditto.
1653 * gdb.dwarf2/fission-reread.exp: Ditto.
1654
1655 * lib/future.exp (gdb_find_objcopy, gdb_find_readelf): New procs.
1656 * lib/gdb.exp (build_id_debug_filename_get): Update to use them.
1657 (gdb_gnu_strip_debug): Ditto.
1658 * lib/prelink-support.exp (section_get, prelink_no): Ditto.
1659 * gdb.arch/altivec-abi.exp: Ditto.
1660 * gdb.base/attach-pie-misread.exp: Ditto.
1661 * gdb.base/comprdebug.exp: Ditto.
1662 * gdb.base/dup-sect.exp: Ditto.
1663 * gdb.base/gnu-debugdata.exp: Ditto.
1664 * gdb.base/step-symless.exp: Ditto.
1665 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
1666 * gdb.dwarf2/dw2-skip-prologue.exp: Ditto.
1667 * gdb.dwarf2/gdb-index.exp: Ditto.
1668
1669 2013-09-18 Andrew Burgess <aburgess@broadcom.com>
1670
1671 * gdb.dwarf2/dw2-reg-undefined.exp: Change pattern for info
1672 register to "<optimized out>", and also print the registers.
1673
1674 2013-09-18 Pedro Alves <palves@redhat.com>
1675
1676 PR server/15967
1677 * gdb.server/wrapper.exp: Also return unsupported for Cygwin, and
1678 change text.
1679
1680 2013-09-18 Yao Qi <yao@codesourcery.com>
1681
1682 * gdb.server/wrapper.c: New.
1683 * gdb.server/wrapper.exp: New.
1684
1685 2013-09-17 Muhammad Waqas <mwaqas@codesourccery.com>
1686 Jan Kratochvil <jan.kartochvil@redhat.com>
1687 Pedro Alves <palves@redhat.com>
1688
1689 PR gdb/11568
1690 * gdb.thread/thread-specific-bp.c: New file.
1691 * gdb.thread/thread-specific-bp.exp: New file.
1692
1693 2013-09-17 Sergio Durigan Junior <sergiodj@redhat.com>
1694
1695 * gdb.base/defaults.exp (<show_conv_list>): Add check for $_isvoid
1696 convenience function.
1697
1698 2013-09-17 Pedro Alves <palves@redhat.com>
1699
1700 PR gdb/15911
1701 * gdb.threads/info-threads-cur-sal-2.c: New file.
1702 * gdb.threads/info-threads-cur-sal.c: New file.
1703 * gdb.threads/info-threads-cur-sal.exp: New file.
1704
1705 2013-09-17 Yao Qi <yao@codesourcery.com>
1706
1707 * gdb.base/catch-load.c: Remove the include of "dlfcn.h".
1708 [__WIN32__]: Include "windows.h" and define macro dlopen
1709 and dlclose.
1710 [!__WIN32__]: Include "dlfcn.h".
1711 * gdb.base/catch-load.exp (one_catch_load_test): Match
1712 directory separator.
1713
1714 2013-09-16 Doug Evans <dje@google.com>
1715
1716 * lib/gdb.exp (using_fission): New proc.
1717 * gdb.base/info-macros.exp: Skip test if using Fission.
1718
1719 * gdb.base/break-interp.exp: Fix indentation.
1720
1721 2013-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
1722
1723 * gdb.base/gdbvars.c (foo_void): New function.
1724 (foo_int): Likewise.
1725 * gdb.base/gdbvars.exp (test_convenience_functions): New
1726 function. Call it.
1727
1728 2013-09-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1729
1730 * gdb.arch/s390-tdbregs.c: New file.
1731 * gdb.arch/s390-tdbregs.exp: New file.
1732
1733 2013-09-12 Stan Shebs <stan@codesourcery.com>
1734
1735 * README: New file.
1736
1737 2013-09-12 Doug Evans <dje@google.com>
1738
1739 * gdb.python/py-events.py (new_objfile_handler): Remove accidentally
1740 added code to print event.inferior.
1741
1742 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1743
1744 * gdb.base/gnu-debugdata.exp (objcopy 1): Move it lower and use only
1745 debug part of the binary.
1746
1747 2013-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1748
1749 * gdb.base/gnu-debugdata.exp (strip): Add -R .comment.
1750 (addlink): Add comment.
1751
1752 2013-09-10 Sanimir Agovic <sanimir.agovic@intel.com>
1753
1754 * gdb.base/default.exp: Adjust regexpr for 'cd' to match optional
1755 canonical pathname.
1756
1757 2013-09-04 Doug Evans <dje@google.com>
1758
1759 * gdb.python/py-events.py (exit_handler): Verify we get the expected
1760 event.
1761 (continue_handler, new_objfile_handler): Ditto.
1762 (test_events): Rename command to "test-events".
1763 (test_newobj_events): Rename command to "test-objfile-events".
1764 * gdb.python/py-events.exp: Update.
1765 * gdb.python/py-evsignal.exp: Update.
1766 * gdb.python/py-evthreads.exp: Update.
1767
1768 * gdb.base/enumval.c (ZERO): New enum value.
1769 (main): Use it
1770 * gdb.base/enumval.exp: Test ability to print ZERO.
1771
1772 2013-09-03 Muhammad Bilal <mbilal@codesourcery.com>
1773 Pedro Alves <palves@redhat.com>
1774
1775 * gdb.base/relocate.exp: Check that invalid options are
1776 rejected.
1777
1778 2013-08-30 Andrew Burgess <aburgess@broadcom.com>
1779
1780 * gdb.base/code_elim1.c (my_bss_symbol): New variable added.
1781 (my_static_symbol): Add comment.
1782 (main): Reference my_bss_symbol.
1783
1784 2013-08-30 Phil Muldoon <pmuldoon@redhat.com>
1785
1786 * gdb.python/py-arch.exp: Tests for invalid architecture.
1787
1788 2013-08-29 Sterling Augustine <saugustine@google.com>
1789
1790 * boards/remote-stdio-gdbserver.exp: Set rcp_prog and
1791 rsh_prog in new conditional. Move use of REMOTE_PORTNUM into
1792 said conditional.
1793
1794 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1795
1796 * gdb.python/py-arch.exp: Load gdb-python.exp.
1797
1798 2013-08-29 Phil Muldoon <pmuldoon@redhat.com>
1799
1800 * gdb.python/py-framefilter.py (FrameFilter.filter): Check
1801 itertools for imap attribute. Otherwise use map().
1802 (ElidingIterator): Define wrapper function __next__.
1803 * gdb.python/py-framefilter-mi.exp: Do not use execfile,
1804 use exec (open (read ())) instead.
1805 * gdb.python/py-framefilter.exp: Ditto.
1806 * gdb.python/py-arch.exp: Update print based test to Python 3.x
1807 compliance.
1808 * gdb.python/py-frame.exp: Ditto.
1809 * gdb.python/py-type.exp: Ditto.
1810
1811 2013-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1812
1813 PR gdb/15415
1814 * gdb.base/argv0-symlink.c: New file.
1815 * gdb.base/argv0-symlink.exp: New file.
1816
1817 2013-08-28 Tom Tromey <tromey@redhat.com>
1818
1819 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Use explicit test name
1820 when saving index.
1821
1822 2013-08-27 Yao Qi <yao@codesourcery.com>
1823
1824 * gdb.trace/entry-values.exp: Test unavailable entry value is
1825 not shown when option '--skip-unavailable' is specified.
1826 * gdb.trace/mi-trace-unavailable.exp (test_trace_unavailable):
1827 Add tests for new option '--skip-unavailable'.
1828
1829 2013-08-27 Yao Qi <yao@codesourcery.com>
1830
1831 * lib/gdb.exp (gdb_remote_download): Don't pass $tofile to
1832 remote_download if it is empty.
1833
1834 2013-08-26 Doug Evans <dje@google.com>
1835
1836 PR symtab/15885
1837 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add gdb-index.
1838 (clean): rm -f *.gdb-index *.with-index.
1839 * gdb.dwarf2/gdb-index.exp: New testcase.
1840
1841 * lib/gdb.exp (run_on_host): Moved here from gnu-debugdata.exp.
1842 * gdb.base/gnu-debugdata.exp (run): Moved to gdb.exp and renamed to
1843 run_on_host. All callers updated.
1844
1845 2013-08-24 Yao Qi <yao@codesourcery.com>
1846
1847 * gdb.trace/entry-values.c (end): New
1848 (main): Call end.
1849 * gdb.trace/entry-values.exp: Load trace-support.exp. Set
1850 tracepoint and collect data. Test entry value is unavailable.
1851
1852 2013-08-24 Yao Qi <yao@codesourcery.com>
1853
1854 * lib/dwarf.exp (_location): Handle DW_OP_deref_size.
1855 * gdb.trace/entry-values.c: New.
1856 * gdb.trace/entry-values.exp: New.
1857
1858 2013-07-12 Muhammad Waqas <mwaqas@codesourccery.com>
1859
1860 PR gdb/15501
1861 * gdb.base/ena-dis-br.exp: Add test to verify
1862 enable/disable commands work correctly with
1863 multiple arguments that include multiple locations.
1864
1865 2013-08-22 Samuel Bronson <naesten@gmail.com>
1866
1867 ARM Linux support for `catch syscall'.
1868 * gdb.base/catch-syscall.exp: Test this on ARM now.
1869 (fill_all_syscalls_numbers): ARM has close/chroot on 6/61, too.
1870
1871 2013-08-22 Tom Tromey <tromey@redhat.com>
1872
1873 * lib/dwarf.exp (cu, tu): Handle addr_size of "default". Change
1874 default addr_size.
1875 * lib/gdb.exp (is_64_target): New gdb_caching_proc.
1876
1877 2013-08-22 Tom Tromey <tromey@redhat.com>
1878
1879 * lib/gdb.exp (skip_btrace_tests): Use gdb_caching_proc and
1880 standard_temp_file.
1881
1882 2013-08-22 Tom Tromey <tromey@redhat.com>
1883
1884 * gdb.arch/amd64-byte.exp: Use standard_testfile,
1885 clean_restart.
1886 * gdb.arch/amd64-disp-step.exp: Use standard_testfile.
1887 * gdb.arch/amd64-dword.exp: Use standard_testfile,
1888 clean_restart.
1889 * gdb.arch/amd64-entry-value-param.exp: Use standard_testfile.
1890 * gdb.arch/amd64-entry-value.exp: Use standard_testfile.
1891 * gdb.arch/amd64-prologue-xmm.exp: Use standard_testfile.
1892 * gdb.arch/amd64-word.exp: Use standard_testfile,
1893 clean_restart.
1894 * gdb.arch/i386-avx.exp: Use standard_testfile, clean_restart.
1895 * gdb.arch/i386-byte.exp: Use standard_testfile, clean_restart.
1896 * gdb.arch/i386-disp-step.exp: Use standard_testfile.
1897 * gdb.arch/i386-dr3-watch.exp: Use standard_testfile.
1898 * gdb.arch/i386-permbkpt.exp: Use standard_testfile, clean_restart.
1899 * gdb.arch/i386-signal.exp: Use standard_testfile.
1900 * gdb.arch/i386-size-overlap.exp: Use standard_testfile, clean_restart.
1901 * gdb.arch/i386-sse.exp: Use standard_testfile, clean_restart.
1902 * gdb.arch/i386-unwind.exp: Use standard_testfile.
1903 * gdb.arch/i386-word.exp: Use standard_testfile, clean_restart.
1904
1905 2013-08-22 Tom Tromey <tromey@redhat.com>
1906
1907 * gdb.python/py-error.exp: Use gdb_remote_download.
1908 * gdb.python/py-mi.exp: Use gdb_remote_download.
1909 * gdb.python/py-objfile-script.exp: Use standard_output_file.
1910 * gdb.python/py-prettyprint.exp: Use gdb_remote_download.
1911 (run_lang_tests): Likewise.
1912 * gdb.python/py-section-script.c: Use SCRIPT_FILE rather than
1913 filename.
1914 * gdb.python/py-section-script.exp: Set SCRIPT_FILE when
1915 compiling. Use gdb_remote_download. Update some tests.
1916 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
1917 standard_output_file.
1918 * gdb.python/py-typeprint.exp: Use gdb_remote_download.
1919 * gdb.python/py-frame-args.exp: Use gdb_remote_download.
1920 * gdb.python/py-framefilter-mi.exp: Use gdb_remote_download.
1921 * gdb.python/py-framefilter.exp: Use gdb_remote_download,
1922 standard_output_file.
1923
1924 2013-08-22 Tom Tromey <tromey@redhat.com>
1925
1926 * lib/cell.exp (skip_cell_tests): Use standard_temp_file.
1927
1928 2013-08-22 Tom Tromey <tromey@redhat.com>
1929
1930 * gdb.dwarf2/dw2-basic.exp: Use gdb_remote_download.
1931 * gdb.dwarf2/dw2-compressed.exp: Use gdb_remote_download.
1932 * gdb.dwarf2/dw2-intercu.exp: Use gdb_remote_download.
1933 * gdb.dwarf2/dw2-intermix.exp: Use gdb_remote_download.
1934 * gdb.dwarf2/dw2-producer.exp: Use gdb_remote_download.
1935 * gdb.dwarf2/mac-fileno.exp: Use gdb_remote_download.
1936 * lib/gdb.exp (gdb_remote_download): New proc.
1937
1938 2013-08-22 Tom Tromey <tromey@redhat.com>
1939
1940 * gdb.dwarf2/clztest.exp: Use standard_testfile.
1941 * gdb.dwarf2/dw2-minsym-in-cu.exp: Use standard_testfile.
1942 * gdb.dwarf2/fission-base.S: Remove directory from
1943 DW_AT_GNU_dwo_name.
1944 * gdb.dwarf2/fission-base.exp: Use build_executable. Set
1945 debug-file-directory.
1946 * gdb.dwarf2/fission-reread.S: Remove directory from
1947 DW_AT_GNU_dwo_name.
1948 * gdb.dwarf2/fission-reread.exp: Use build_executable. Set
1949 debug-file-directory.
1950
1951 2013-08-16 Doug Evans <dje@google.com>
1952
1953 * lib/prelink-support.exp (prelink_yes): Flag test as unsupported if
1954 prelink complains about an unhandled DWARF version.
1955
1956 2013-08-14 Cary Coutant <ccoutant@google.com>
1957
1958 * boards/fission.exp: Add -fdebug-types-section to debug_flags.
1959
1960 2013-08-13 Tom Tromey <tromey@redhat.com>
1961 Yao Qi <yao@codesourcery.com>
1962
1963 * lib/cache.exp (gdb_do_cache): Handle GDB_PARALLEL.
1964 * lib/gdb.exp: Handle GDB_PARALLEL.
1965 (default_gdb_version): Kill inotify_pid if it exists.
1966 (default_gdb_exit): Emit warning if the inotify log is not
1967 empty.
1968 (standard_output_file): Respect GDB_PARALLEL.
1969 (standard_temp_file): Likewise.
1970 (gdb_init): Start inotifywait if requested.
1971
1972 2013-08-13 Andrew Burgess <aburgess@broadcom.com>
1973
1974 * gdb.base/printcmds.exp (test_printf): Add test for printf of
1975 pointer with various flags.
1976
1977 2013-08-13 Tom Tromey <tromey@redhat.com>
1978
1979 * lib/cache.exp: New file.
1980 * lib/cell.exp (skip_cell_tests): Use gdb_caching_proc.
1981 * lib/gdb.exp: Load cache.exp.
1982 (support_complex_tests, is_ilp32_target, is_lp64_target)
1983 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests)
1984 (gdb_skip_xml_test): Use gdb_caching_proc.
1985 * lib/opencl.exp (skip_opencl_tests): Use gdb_caching_proc.
1986
1987 2013-08-13 Tom Tromey <tromey@redhat.com>
1988
1989 * lib/gdb.exp (standard_temp_file): New proc.
1990 (support_complex_tests, is_ilp32_target, is_lp64_target)
1991 (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests): Use
1992 standard_temp_file.
1993
1994 2013-08-13 Tom Tromey <tromey@redhat.com>
1995
1996 * lib/gdb.exp (build_id_debug_filename_get): Use
1997 standard_output_file.
1998 * lib/prelink-support.exp (section_get)
1999 (build_executable_own_libs): Use standard_output_file.
2000
2001 2013-08-12 Tom Tromey <tromey@redhat.com>
2002
2003 * Makefile.in (ALL_SUBDIRS): Add gdb.go.
2004
2005 2013-08-12 Ali Anwar <alianwar@codesourcery.com>
2006
2007 * gdb.base/break.exp: Test break via convenience variable
2008 with file name.
2009
2010 2013-08-09 Doug Evans <dje@google.com>
2011
2012 * lib/future.exp (gdb_find_ldd): New proc.
2013 * lib/prelink-support.exp (build_executable_own_libs): Call it.
2014 Make "/usr/sbin/" in prelink path optional.
2015
2016 2013-08-09 Yao Qi <yao@codesourcery.com>
2017
2018 * gdb.trace/collection.exp (gdb_collect_args_test): Set
2019 "only" and "both" to 'print entry-values' before selecting
2020 trace frame.
2021
2022 2013-08-08 Yao Qi <yao@codesourcery.com>
2023
2024 * gdb.trace/mi-trace-unavailable.exp: Don't set
2025 "print entry-values" to "no".
2026 (test_trace_unavailable): Set various values to
2027 "print entry-values" to test that the output of
2028 '-stack-list-locals' is not affected, and then set
2029 set "print entry-values" to "no".
2030
2031 2013-08-07 Doug Evans <dje@google.com>
2032
2033 * gdb.python/py-value-cc.cc: Renamed from py-value.cc.
2034 * gdb.python/py-value-cc.exp: Update.
2035 * gdb.python/py-value.exp: Use different names for .o files for
2036 C and C++. Only perform C++ tests if !skip_cplus_tests.
2037
2038 2013-08-07 Tom Tromey <tromey@redhat.com>
2039
2040 * gdb.base/maint.exp: Allow zero symtabs to be expanded.
2041
2042 2013-08-07 Tom Tromey <tromey@redhat.com>
2043
2044 * gdb.dwarf2/dwz.exp: New file.
2045
2046 2013-08-02 Tom Tromey <tromey@redhat.com>
2047
2048 * gdb.base/watchpoint.c (struct foo5): New.
2049 (nullptr): New global.
2050 * gdb.base/watchpoint.exp (test_watch_location): Add test.
2051
2052 2013-08-01 Doug Evans <dje@google.com>
2053
2054 PR symtab/15691
2055 * gdb.dwarf2/fission-mix.exp: New file.
2056 * gdb.dwarf2/fission-mix.h: New file.
2057 * gdb.dwarf2/fission-mix.c: New file.
2058 * gdb.dwarf2/fission-mix2.c: New file.
2059
2060 PR symtab/15695
2061 * gdb.base/func-ptr.exp: New file.
2062 * gdb.base/func-ptr.c: New file.
2063
2064 2013-08-01 Yao Qi <yao@codesourcery.com>
2065
2066 * gdb.python/py-sync-interp.c: New.
2067 * gdb.python/py-sync-interp.exp: New.
2068
2069 2013-07-31 Yao Qi <yao@codesourcery.com>
2070
2071 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Test command
2072 'tdump' on stack frame 0 and 1 respectively.
2073
2074 2013-07-31 Yao Qi <yao@codesourcery.com>
2075
2076 PR gdb/13443
2077 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_3): Add parameter
2078 'traceframe'. Wrap test with with_test_prefix.
2079 (top level): Update.
2080
2081 2013-07-31 Yao Qi <yao@codesourcery.com>
2082
2083 * gdb.trace/backtrace.exp: Don't invoke 'get_exit' and
2084 'gdb_start'.
2085 Invoke 'prepare_for_testing' instead of 'gdb_compile'.
2086 Use gdb_test_no_output to issue commands 'tstart' and 'tstop'.
2087
2088 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
2089
2090 * gdb.dwarf2/pieces-optimized-out.exp: Expect "<optimized out>"
2091 when printing an optimized out value. Expect an error when using
2092 an optimized out value in an expression.
2093
2094 2013-07-30 Andrew Burgess <aburgess@broadcom.com>
2095
2096 * gdb.dwarf2/pieces-optimized-out.exp: New file.
2097 * gdb.dwarf2/pieces-optimized-out.c: New file.
2098 * gdb.dwarf2/pieces-optimized-out.S: New file.
2099
2100 2013-07-30 Muhammad Bilal <mbilal@codesourcery.com>
2101
2102 PR gdb/15715
2103 * gdb.base/setshow.exp: Test that relative paths passed to
2104 'set history filename' are converted to absolute paths.
2105
2106 2013-07-26 Keith Seitz <keiths@redhat.com>
2107
2108 * gdb.mi/mi-var-child-f.exp: Pass f90 to gdb_compile instead
2109 of f77.
2110 Allow for compiler variations of integer types.
2111 Use mi_create_varobj.
2112 Use mi_list_varobj_children for the immediate children of `array'.
2113 Add "has_more" attribute for grandchildren test.
2114
2115 2013-07-26 Pedro Alves <palves@redhat.com>
2116
2117 * gdb.base/interrupt-noterm.c, gdb.base/interrupt-noterm.exp: New
2118 files.
2119
2120 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
2121
2122 * gdb.mi/mi-reg-undefined.exp: New file.
2123 * gdb.mi/mi-reg-undefined.c: Likewise.
2124 * gdb.mi/mi-reg-undefined.S: Likewise.
2125
2126 2013-07-25 Andrew Burgess <aburgess@broadcom.com>
2127
2128 * gdb.base/printcmds.exp (test_print_int_arrays): Add tests for x,
2129 z, o, and t output formats.
2130 * gdb.base/display.exp: Use 'k' as an undefined format now that
2131 'z' is defined.
2132
2133 2013-07-24 Doug Evans <dje@google.com>
2134
2135 * boards/native-stdio-gdbserver.exp (${board}_build_remote_cmd): Pass
2136 "--" to switch.
2137
2138 2013-07-24 Yao Qi <yao@codesourcery.com>
2139
2140 * gdb.mi/mi-var-cmd.exp: If host is remote, use ${testfile} on
2141 host.
2142 * gdb.mi/mi-basics.exp (test_exec_and_symbol_mi_operatons):
2143 Likewise. If host is remote, copy ${binfile} to host.
2144
2145 2013-07-23 Yao Qi <yao@codesourcery.com>
2146
2147 * gdb.mi/mi-var-cmd.exp: Adjust pattern to match current error
2148 message.
2149
2150 2013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
2151
2152 * gdb.base/disp-step-syscall.exp: Add svc and swi syscall
2153 instructions and enable disp-step-syscall for arm targets.
2154
2155 2013-07-19 Omair Javaid <Omair.Javaid@linaro.org>
2156
2157 * gdb.dwarf2/fission-reread.S: Replace @ sign with % sign to remove
2158 assembler errors on arm.
2159 * gdb.dwarf2/mac-fileno.S: Likewise.
2160 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
2161 * gdb.dwarf2/pr13961.S: Likewise.
2162
2163 2013-07-19 Hui Zhu <hui@codesourcery.com>
2164
2165 PR gdb/15692
2166 * gdb.mi/mi-dprintf.exp: Add double quotes test.
2167
2168 2013-07-19 Yao Qi <yao@codesourcery.com>
2169
2170 * gdb.trace/read-memory.exp (test_from_remote): Update test.
2171 (teset_from_exec): Likewise.
2172
2173 2013-07-19 Yao Qi <yao@codesourcery.com>
2174
2175 * gdb.trace/read-memory.c: New.
2176 * gdb.trace/read-memory.exp: New.
2177
2178 2013-07-19 Yao Qi <yao@codesourcery.com>
2179
2180 * lib/gdb.exp (gdb_compile_shlib): Pass the tail name of
2181 $dest to link options if host is remote. Move the
2182 generated file to $dest.a on host if host is remote.
2183
2184 2013-07-18 Will Newton <will.newton@linaro.org>
2185
2186 * gdb.threads/tls-nodebug.c: Call pthread_testcancel
2187 to ensure the test is linked against pthreads.
2188 * gdb.threads/tls-var-main.c: Likewise.
2189 * gdb.threads/tls-shared.c: Likewise.
2190
2191 2013-07-18 Yao Qi <yao@codesourcery.com>
2192
2193 * lib/future.exp (gdb_default_target_compile): Use tail name
2194 of $destfile as the output name of compile. Move the
2195 generated file to $destfile on build.
2196
2197 2013-07-18 Yao Qi <yao@codesourcery.com>
2198
2199 * lib/gdb.exp (gdb_compile): Set
2200 gdb_saved_set_unbuffered_mode_obj to
2201 set_unbuffered_mode_saved.o if host is remote. Invoke
2202 remote_download to copy $unbuf_obj to host.
2203
2204 2013-07-17 Doug Evans <dje@google.com>
2205
2206 * gdb.python/py-frame-args.c: New file.
2207 * gdb.python/py-frame-args.py: New file.
2208 * gdb.python/py-frame-args.exp New file.
2209
2210 2013-07-16 Andrew Burgess <aburgess@broadcom.com>
2211
2212 * gdb.base/printcmds.exp (test_printf): Add tests for format
2213 strings with missing format specifier.
2214
2215 2013-07-16 Tom Tromey <tromey@redhat.com>
2216
2217 * gdb.ada/info_types.exp: Use standard_testfile.
2218
2219 2013-07-16 Tom Tromey <tromey@redhat.com>
2220
2221 * gdb.mi/mi-basics.exp: Use standard_output_file.
2222 (test_dir_specification, test_cwd_specification)
2223 (test_path_specification): Use testsubdir, not subdir and objdir.
2224
2225 2013-07-16 Tom Tromey <tromey@redhat.com>
2226
2227 * gdb.trace/mi-traceframe-changed.exp: Don't use objdir.
2228
2229 2013-07-09 Joel Brobecker <brobecker@adacore.com>
2230
2231 * gdb.ada/small_reg_param.exp: Accept optional entry value
2232 for parameter "w".
2233
2234 2013-07-09 Joel Brobecker <brobecker@adacore.com>
2235
2236 * gdb.ada/small_reg_param.exp: Remove trailing space.
2237
2238 2013-07-09 Doug Evans <dje@google.com>
2239
2240 * gdb.base/default.exp: Update expected output of "show print array"
2241 and "show print pretty".
2242
2243 2013-07-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
2244
2245 * gdb.threads/wp-replication.exp: Stop counting available hardware
2246 watchpoints after NR_THREADS iterations.
2247
2248 2013-07-08 Andrew Burgess <aburgess@broadcom.com>
2249
2250 * gdb.python/py-explore.exp: Add $gdb_prompt to test regexp.
2251
2252 2013-07-07 Yao Qi <yao@codesourcery.com>
2253
2254 * boards/native-gdbserver.exp: Move invoke of
2255 process_multilib_options to gdbserver-base.exp.
2256 Move set_board_info 'compiler', 'gdb,noinferiorio',
2257 'gdb,nofileio', 'gdb_server_prog' and 'gdb,predefined_tsv' to
2258 gdbserver-base.exp.
2259 Move proc ${board}_download, ${board}_upload and
2260 ${board}_file to gdbserver-base.exp.
2261 * boards/native-extended-gdbserver.exp: Likewise.
2262 * boards/native-stdio-gdbserver.exp: Likewise.
2263 * boards/gdbserver-base.exp: New file.
2264
2265 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
2266
2267 * gdb.base/dump.exp: Remove arch-specific tests and do a
2268 generic data address check to set is64bitonly correctly.
2269
2270 2013-07-05 Luis Machado <lgustavo@codesourcery.com>
2271
2272 * gdb.mi/gdb2549.exp (register_tests): Expect any decimal for
2273 the register number instead of expecting only 0.
2274
2275 2013-07-05 Will Newton <will.newton@linaro.org>
2276
2277 * gdb.base/gnu-ifunc-lib.c: Use %function instead of @function
2278 in asm syntax to allow building on ARM.
2279
2280 2013-07-05 Yao Qi <yao@codesourcery.com>
2281
2282 * boards/local-remote-host.exp: Remove obsolete comments.
2283 * boards/native-extended-gdbserver.exp: Likewise.
2284 * boards/native-gdbserver.exp: Likewise.
2285 * boards/native-stdio-gdbserver.exp: Likewise.
2286
2287 2013-07-04 Andrew Burgess <aburgess@broadcom.com>
2288
2289 * gdb.dwarf2/dw2-reg-undefined.exp: New file.
2290 * gdb.dwarf2/dw2-reg-undefined.c: Likewise.
2291 * gdb.dwarf2/dw2-reg-undefined.S: Likewise.
2292
2293 2013-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
2294
2295 * gdb.base/break-on-linker-gcd-function.exp: Replace
2296 prepare_for_testing by build_executable_from_specs and clean_restart.
2297
2298 2013-06-27 Tom Tromey <tromey@redhat.com>
2299
2300 * gdb.base/testenv.exp, gdb.base/tui-layout.exp,
2301 gdb.base/twice.exp, gdb.base/type-opaque.exp, gdb.base/unload.exp,
2302 gdb.base/unwindonsignal.exp, gdb.base/valgrind-db-attach.exp,
2303 gdb.base/valgrind-infcall.exp, gdb.base/value-double-free.exp,
2304 gdb.base/varargs.exp, gdb.base/watch-cond-infcall.exp,
2305 gdb.base/watch-cond.exp, gdb.base/watch-non-mem.exp,
2306 gdb.base/watch-read.exp, gdb.base/watch-vfork.exp,
2307 gdb.base/watch_thread_num.exp, gdb.base/watchpoint-cond-gone.exp,
2308 gdb.base/watchpoint-delete.exp, gdb.base/watchpoint-hw.exp,
2309 gdb.base/watchpoint-solib.exp, gdb.base/watchpoint.exp,
2310 gdb.base/watchpoints.exp, gdb.base/wchar.exp, gdb.base/whatis.exp:
2311 Use standard_testfile, standard_output_file, prepare_for_testing,
2312 clean_restart.
2313
2314 2013-06-27 Tom Tromey <tromey@redhat.com>
2315
2316 * gdb.base/save-bp.exp, gdb.base/savedregs.exp,
2317 gdb.base/scope.exp, gdb.base/sep.exp, gdb.base/sepsymtab.exp,
2318 gdb.base/set-lang-auto.exp, gdb.base/setshow.exp,
2319 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
2320 gdb.base/shreloc.exp, gdb.base/sigall.exp,
2321 gdb.base/sigaltstack.exp, gdb.base/sigbpt.exp,
2322 gdb.base/sigchld.exp, gdb.base/siginfo-addr.exp,
2323 gdb.base/siginfo-infcall.exp, gdb.base/siginfo-obj.exp,
2324 gdb.base/siginfo.exp, gdb.base/signals.exp, gdb.base/signest.exp,
2325 gdb.base/signull.exp, gdb.base/sigrepeat.exp,
2326 gdb.base/sigstep.exp, gdb.base/sizeof.exp,
2327 gdb.base/skip-solib.exp, gdb.base/so-impl-ld.exp,
2328 gdb.base/solib-display.exp, gdb.base/solib-nodir.exp,
2329 gdb.base/solib-overlap.exp, gdb.base/solib-symbol.exp,
2330 gdb.base/solib-weak.exp, gdb.base/source.exp,
2331 gdb.base/stack-checking.exp, gdb.base/stale-infcall.exp,
2332 gdb.base/stap-probe.exp, gdb.base/start.exp,
2333 gdb.base/step-break.exp, gdb.base/step-bt.exp,
2334 gdb.base/step-line.exp, gdb.base/step-resume-infcall.exp,
2335 gdb.base/step-test.exp, gdb.base/structs.exp,
2336 gdb.base/structs2.exp, gdb.base/structs3.exp,
2337 gdb.base/symbol-without-target_section.exp: Use standard_testfile,
2338 standard_output_file, prepare_for_testing, clean_restart.
2339
2340 2013-06-27 Tom Tromey <tromey@redhat.com>
2341
2342 * gdb.base/nextoverexit.exp, gdb.base/nextoverexit.exp,
2343 gdb.base/nodebug.exp, gdb.base/nofield.exp, gdb.base/nostdlib.exp,
2344 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/pc-fp.exp,
2345 gdb.base/pending.exp, gdb.base/permissions.exp,
2346 gdb.base/pie-execl.exp, gdb.base/pointers.exp,
2347 gdb.base/pr11022.exp, gdb.base/print-file-var.exp,
2348 gdb.base/printcmds.exp, gdb.base/prologue.exp,
2349 gdb.base/psymtab.exp, gdb.base/ptr-typedef.exp,
2350 gdb.base/ptype.exp, gdb.base/randomize.exp,
2351 gdb.base/readline-ask.exp, gdb.base/recpar.exp,
2352 gdb.base/recurse.exp, gdb.base/relativedebug.exp,
2353 gdb.base/relocate.exp, gdb.base/remote.exp, gdb.base/reread.exp,
2354 gdb.base/return-nodebug.exp, gdb.base/return2.exp: Use
2355 standard_testfile, standard_output_file, prepare_for_testing,
2356 clean_restart.
2357
2358 2013-06-27 Tom Tromey <tromey@redhat.com>
2359
2360 * gdb.base/hook-stop-continue.exp, gdb.base/hook-stop-frame.exp,
2361 gdb.base/huge.exp, gdb.base/included.exp,
2362 gdb.base/inferior-died.exp, gdb.base/infnan.exp,
2363 gdb.base/info-fun.exp, gdb.base/info-macros.exp,
2364 gdb.base/info-os.exp, gdb.base/info-proc.exp,
2365 gdb.base/info-target.exp, gdb.base/infoline.exp,
2366 gdb.base/interp.exp, gdb.base/interrupt.exp,
2367 gdb.base/jit-simple.exp, gdb.base/jit-so.exp, gdb.base/jump.exp,
2368 gdb.base/kill-after-signal.exp, gdb.base/label.exp,
2369 gdb.base/langs.exp, gdb.base/lineinc.exp, gdb.base/list.exp,
2370 gdb.base/logical.exp, gdb.base/long_long.exp,
2371 gdb.base/longjmp.exp, gdb.base/macscp.exp, gdb.base/maint.exp,
2372 gdb.base/memattr.exp, gdb.base/mips_pro.exp,
2373 gdb.base/miscexprs.exp, gdb.base/morestack.exp,
2374 gdb.base/moribund-step.exp, gdb.base/multi-forks.exp: Use
2375 standard_testfile, standard_output_file, prepare_for_testing,
2376 clean_restart.
2377
2378 2013-06-27 Tom Tromey <tromey@redhat.com>
2379
2380 * gdb.base/ena-dis-br.exp, gdb.base/enum_cond.exp,
2381 gdb.base/enumval.exp, gdb.base/environ.exp,
2382 gdb.base/eu-strip-infcall.exp, gdb.base/eval-skip.exp,
2383 gdb.base/exe-lock.exp, gdb.base/expand-psymtabs.exp,
2384 gdb.base/exprs.exp, gdb.base/fileio.exp, gdb.base/find.exp,
2385 gdb.base/fixsection.exp, gdb.base/foll-exec.exp,
2386 gdb.base/foll-fork.exp, gdb.base/fortran-sym-case.exp,
2387 gdb.base/frame-args.exp, gdb.base/freebpcmd.exp,
2388 gdb.base/fullname.exp, gdb.base/funcargs.exp,
2389 gdb.base/gcore-buffer-overflow.exp, gdb.base/gcore.exp,
2390 gdb.base/gdb1090.exp, gdb.base/gdb11530.exp,
2391 gdb.base/gdb11531.exp, gdb.base/gdb1250.exp, gdb.base/gdb1555.exp,
2392 gdb.base/gdb1821.exp, gdb.base/gdbindex-stabs.exp,
2393 gdb.base/gdbvars.exp, gdb.base/gnu-ifunc.exp,
2394 gdb.base/gnu_vector.exp: Use standard_testfile,
2395 standard_output_file, prepare_for_testing, clean_restart.
2396
2397 2013-06-27 Tom Tromey <tromey@redhat.com>
2398
2399 * gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
2400 gdb.base/call-sc.exp, gdb.base/call-signal-resume.exp,
2401 gdb.base/call-strs.exp, gdb.base/callexit.exp,
2402 gdb.base/callfuncs.exp, gdb.base/catch-load.exp,
2403 gdb.base/catch-syscall.exp, gdb.base/charset.exp,
2404 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
2405 gdb.base/code-expr.exp, gdb.base/code_elim.exp,
2406 gdb.base/commands.exp, gdb.base/completion.exp,
2407 gdb.base/complex.exp, gdb.base/cond-expr.exp,
2408 gdb.base/condbreak.exp, gdb.base/consecutive.exp,
2409 gdb.base/constvars.exp, gdb.base/corefile.exp,
2410 gdb.base/ctxobj.exp, gdb.base/cursal.exp, gdb.base/cvexpr.exp,
2411 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
2412 gdb.base/del.exp, gdb.base/detach.exp, gdb.base/dfp-test.exp,
2413 gdb.base/display.exp, gdb.base/dmsym.exp, gdb.base/dump.exp,
2414 gdb.base/dup-sect.exp: Use standard_testfile,
2415 standard_output_file, prepare_for_testing, clean_restart.
2416
2417 2013-06-27 Tom Tromey <tromey@redhat.com>
2418
2419 * gdb.base/a2-run.exp, gdb.base/all-bin.exp, gdb.base/annota1.exp,
2420 gdb.base/annota3.exp, gdb.base/anon.exp, gdb.base/args.exp,
2421 gdb.base/arithmet.exp, gdb.base/arrayidx.exp, gdb.base/assign.exp,
2422 gdb.base/async-shell.exp, gdb.base/async.exp,
2423 gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-noexec.exp,
2424 gdb.base/attach-twice.exp, gdb.base/attach.exp, gdb.base/auxv.exp,
2425 gdb.base/bang.exp, gdb.base/bfp-test.exp, gdb.base/bigcore.exp,
2426 gdb.base/bitfields.exp, gdb.base/bitfields2.exp,
2427 gdb.base/break-entry.exp, gdb.base/break-interp.exp,
2428 gdb.base/break-on-linker-gcd-function.exp,
2429 gdb.base/breakpoint-shadow.exp: Use standard_testfile,
2430 standard_output_file, prepare_for_testing, clean_restart.
2431
2432 2013-06-26 Yao Qi <yao@codesourcery.com>
2433
2434 * gdb.trace/mi-trace-frame-collected.exp: New.
2435
2436 2013-06-25 Yao Qi <yao@codesourcery.com>
2437
2438 * boards/native-extended-gdbserver.exp: Set board_info
2439 'gdb,predefined_tsv'.
2440 * boards/native-gdbserver.exp: Likewise.
2441 * boards/native-stdio-gdbserver.exp: Likewise.
2442 * gdb.server/ext-attach.exp: Load trace-support.exp. Check
2443 uploaded TSVs if target supports tracing.
2444 * gdb.trace/tsv.exp: Check uploaded TSVs if target supports
2445 tracing and target has predefined tsv.
2446
2447 2013-06-25 Yao Qi <yao@codesourcery.com>
2448 Hui Zhu <hui@codesourcery.com>
2449 Pedro Alves <palves@redhat.com>
2450
2451 PR breakpoints/15075
2452 PR breakpoints/15434
2453 * gdb.base/dprintf-next.c: New file.
2454 * gdb.base/dprintf-next.exp: New file.
2455 * gdb.base/dprintf-non-stop.c: New file.
2456 * gdb.base/dprintf-non-stop.exp: New file.
2457 * gdb.base/dprintf.exp: Don't check "continue" in the output
2458 of "info breakpoints".
2459 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
2460 Don't check "continue" in script field.
2461
2462 2013-06-21 Tom Tromey <tromey@redhat.com>
2463
2464 * gdb.trace/actions.exp (check_tracepoint): Don't use a full file
2465 name in a test name.
2466
2467 2013-06-20 Yao Qi <yao@codesourcery.com>
2468
2469 * gdb.trace/mi-trace-unavailable.exp: Set tracepoint on 'foo'
2470 and set an action.
2471 (test_trace_unavailable): Test command -data-list-register-values
2472 in the context of traceframe and with option --skip-unavailable.
2473 * gdb.trace/trace-unavailable.c (foo): New.
2474 (main): Call it.
2475 * gdb.mi/gdb2549.exp: Update matching pattern.
2476
2477 2013-06-19 Mike Frysinger <vapier@gentoo.org>
2478
2479 * gdb.arch/i386-avx.c (have_avx): Change __get_cpuid call to i386_cpuid.
2480 * gdb.arch/i386-avx.exp (additional_flags): Add -I${srcdir}/../common.
2481 * gdb.arch/i386-cpuid.h: Moved to ../common/i386-gcc-cpuid.h.
2482 * gdb.arch/i386-sse.c: Call new i386_cpuid function.
2483 * gdb.arch/i386-see.exp (additional_flags): Add -I${srcdir}/../common.
2484
2485 2013-06-19 Luis Machado <lgustavo@codesourcery.com>
2486
2487 * gdb.base/subst.exp: Delete default rules before further
2488 tests.
2489
2490 2013-06-19 Yao Qi <yao@codesourcery.com>
2491
2492 * gdb.base/maint.exp: Make the test to command 'maint dump-me'
2493 unsupported if it is not registered.
2494
2495 2013-06-18 Tom Tromey <tromey@redhat.com>
2496
2497 * gdb.base/random-signal.c: New file.
2498 * gdb.base/random-signal.exp: New file.
2499
2500 2013-06-18 Will Newton <will.newton@linaro.org>
2501
2502 * gdb.base/skip.c: Use comma to evaluate results of foo()
2503 and bar() before passing to baz().
2504 * gdb.base/skip.c: baz() now takes one argument instead of
2505 two.
2506
2507 2013-06-18 Tom Tromey <tromey@redhat.com>
2508
2509 * gdb.dwarf2/implptrpiece.exp: New file.
2510 * gdb.dwarf2/implptrconst.exp (d): New variable.
2511 Print d.
2512 * lib/dwarf2.exp (Dwarf::_location): Handle DW_OP_piece.
2513
2514 2013-06-18 Tom Tromey <tromey@redhat.com>
2515
2516 * lib/selftest-support.exp (do_self_tests): Reject remote or
2517 non-native targets.
2518 * gdb.gdb/complaints.exp: Remove check.
2519 * gdb.gdb/observer.exp: Remove check.
2520 * gdb.gdb/xfullpath.exp: Remove check.
2521 * gdb.gdb/complaints.exp: Remove check.
2522
2523 2013-06-07 Pedro Alves <palves@redhat.com>
2524
2525 * boards/native-extended-gdbserver.exp: Remove semicolon.
2526 * config/arm-ice.exp: Likewise.
2527 * config/bfin.exp: Likewise.
2528 * config/cygmon.exp: Likewise.
2529 * config/h8300.exp: Likewise.
2530 * config/monitor.exp: Likewise.
2531 * config/sid.exp: Likewise.
2532 * config/sim.exp: Likewise.
2533 * config/slite.exp: Likewise.
2534 * config/vx.exp: Likewise.
2535 * gdb.arch/i386-bp_permanent.exp: Likewise.
2536 * gdb.asm/asm-source.exp: Likewise.
2537 * gdb.base/args.exp: Likewise.
2538 * gdb.base/attach-pie-misread.exp: Likewise.
2539 * gdb.base/auxv.exp: Likewise.
2540 * gdb.base/bigcore.exp: Likewise.
2541 * gdb.base/bitfields2.exp: Likewise.
2542 * gdb.base/bitfields.exp: Likewise.
2543 * gdb.base/break.exp: Likewise.
2544 * gdb.base/break-interp.exp: Likewise.
2545 * gdb.base/callfuncs.exp: Likewise.
2546 * gdb.base/call-sc.exp: Likewise.
2547 * gdb.base/commands.exp: Likewise.
2548 * gdb.base/corefile.exp: Likewise.
2549 * gdb.base/dbx.exp: Likewise.
2550 * gdb.base/ending-run.exp: Likewise.
2551 * gdb.base/exprs.exp: Likewise.
2552 * gdb.base/funcargs.exp: Likewise.
2553 * gdb.base/hbreak2.exp: Likewise.
2554 * gdb.base/huge.exp: Likewise.
2555 * gdb.base/list.exp: Likewise.
2556 * gdb.base/memattr.exp: Likewise.
2557 * gdb.base/overlays.exp: Likewise.
2558 * gdb.base/printcmds.exp: Likewise.
2559 * gdb.base/recurse.exp: Likewise.
2560 * gdb.base/remotetimeout.exp: Likewise.
2561 * gdb.base/reread.exp: Likewise.
2562 * gdb.base/savedregs.exp: Likewise.
2563 * gdb.base/scope.exp: Likewise.
2564 * gdb.base/sepdebug.exp: Likewise.
2565 * gdb.base/setshow.exp: Likewise.
2566 * gdb.base/setvar.exp: Likewise.
2567 * gdb.base/sigaltstack.exp: Likewise.
2568 * gdb.base/siginfo-addr.exp: Likewise.
2569 * gdb.base/siginfo.exp: Likewise.
2570 * gdb.base/siginfo-obj.exp: Likewise.
2571 * gdb.base/sigrepeat.exp: Likewise.
2572 * gdb.base/sigstep.exp: Likewise.
2573 * gdb.base/structs.exp: Likewise.
2574 * gdb.base/testenv.exp: Likewise.
2575 * gdb.base/twice.exp: Likewise.
2576 * gdb.base/valgrind-db-attach.exp: Likewise.
2577 * gdb.base/valgrind-infcall.exp: Likewise.
2578 * gdb.base/varargs.exp: Likewise.
2579 * gdb.base/watchpoint.exp: Likewise.
2580 * gdb.cp/gdb1355.exp: Likewise.
2581 * gdb.cp/misc.exp: Likewise.
2582 * gdb.disasm/hppa.exp: Likewise.
2583 * gdb.disasm/t01_mov.exp: Likewise.
2584 * gdb.disasm/t02_mova.exp: Likewise.
2585 * gdb.disasm/t03_add.exp: Likewise.
2586 * gdb.disasm/t04_sub.exp: Likewise.
2587 * gdb.disasm/t05_cmp.exp: Likewise.
2588 * gdb.disasm/t06_ari2.exp: Likewise.
2589 * gdb.disasm/t07_ari3.exp: Likewise.
2590 * gdb.disasm/t08_or.exp: Likewise.
2591 * gdb.disasm/t09_xor.exp: Likewise.
2592 * gdb.disasm/t10_and.exp: Likewise.
2593 * gdb.disasm/t11_logs.exp: Likewise.
2594 * gdb.disasm/t12_bit.exp: Likewise.
2595 * gdb.disasm/t13_otr.exp: Likewise.
2596 * gdb.gdb/selftest.exp: Likewise.
2597 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2598 * gdb.mi/mi-reverse.exp: Likewise.
2599 * gdb.pascal/floats.exp: Likewise.
2600 * gdb.python/py-inferior.exp: Likewise.
2601 * gdb.threads/attach-into-signal.exp: Likewise.
2602 * gdb.threads/pthreads.exp: Likewise.
2603 * gdb.threads/thread_events.exp: Likewise.
2604 * gdb.threads/watchthreads.exp: Likewise.
2605 * gdb.trace/actions-changed.exp: Likewise.
2606 * gdb.trace/actions.exp: Likewise.
2607 * gdb.trace/ax.exp: Likewise.
2608 * gdb.trace/backtrace.exp: Likewise.
2609 * gdb.trace/change-loc.exp: Likewise.
2610 * gdb.trace/deltrace.exp: Likewise.
2611 * gdb.trace/disconnected-tracing.exp: Likewise.
2612 * gdb.trace/ftrace.exp: Likewise.
2613 * gdb.trace/infotrace.exp: Likewise.
2614 * gdb.trace/passc-dyn.exp: Likewise.
2615 * gdb.trace/passcount.exp: Likewise.
2616 * gdb.trace/pending.exp: Likewise.
2617 * gdb.trace/qtro.exp: Likewise.
2618 * gdb.trace/range-stepping.exp: Likewise.
2619 * gdb.trace/report.exp: Likewise.
2620 * gdb.trace/save-trace.exp: Likewise.
2621 * gdb.trace/status-stop.exp: Likewise.
2622 * gdb.trace/strace.exp: Likewise.
2623 * gdb.trace/tfile.exp: Likewise.
2624 * gdb.trace/tfind.exp: Likewise.
2625 * gdb.trace/trace-break.exp: Likewise.
2626 * gdb.trace/tracecmd.exp: Likewise.
2627 * gdb.trace/trace-mt.exp: Likewise.
2628 * gdb.trace/tspeed.exp: Likewise.
2629 * gdb.trace/tsv.exp: Likewise.
2630 * gdb.trace/while-stepping.exp: Likewise.
2631 * lib/gdb.exp: Likewise.
2632 * lib/gdbserver-support.exp: Likewise.
2633 * lib/java.exp: Likewise.
2634 * lib/mi-support.exp: Likewise.
2635 * lib/pascal.exp: Likewise.
2636 * lib/prompt.exp: Likewise.
2637 * lib/trace-support.exp: Likewise.
2638
2639 2013-06-07 Pedro Alves <palves@redhat.com>
2640
2641 * gdb.ada/info_types.c: Fix formating in copyright header.
2642 * gdb.base/break-on-linker-gcd-function.cc: Likewise.
2643 * gdb.base/float.c: Likewise.
2644 * gdb.base/inferior-died.c: Likewise.
2645 * gdb.base/interp.c: Likewise.
2646 * gdb.base/jit-main.c: Likewise.
2647 * gdb.base/jit-solib.c: Likewise.
2648 * gdb.base/long_long.c: Likewise.
2649 * gdb.base/longjmp.c: Likewise.
2650 * gdb.base/nextoverexit.c: Likewise.
2651 * gdb.base/pr11022.c: Likewise.
2652 * gdb.base/prelink-lib.c: Likewise.
2653 * gdb.base/prelink.c: Likewise.
2654 * gdb.base/prologue.c: Likewise.
2655 * gdb.base/restore.c: Likewise.
2656 * gdb.base/sigchld.c: Likewise.
2657 * gdb.base/solib-search-lib1.c: Likewise.
2658 * gdb.base/solib-search-lib2.c: Likewise.
2659 * gdb.base/solib-search.c: Likewise.
2660 * gdb.base/solib-search.h: Likewise.
2661 * gdb.base/whatis.c: Likewise.
2662 * gdb.cp/abstract-origin.cc: Likewise.
2663 * gdb.cp/anon-struct.cc: Likewise.
2664 * gdb.cp/baseenum.cc: Likewise.
2665 * gdb.cp/bs15503.cc: Likewise.
2666 * gdb.cp/call-c-1.c: Likewise.
2667 * gdb.cp/call-c.cc: Likewise.
2668 * gdb.cp/class2.cc: Likewise.
2669 * gdb.cp/classes.cc: Likewise.
2670 * gdb.cp/cttiadd.cc: Likewise.
2671 * gdb.cp/cttiadd1.cc: Likewise.
2672 * gdb.cp/cttiadd2.cc: Likewise.
2673 * gdb.cp/cttiadd3.cc: Likewise.
2674 * gdb.cp/derivation.cc: Likewise.
2675 * gdb.cp/derivation2.cc: Likewise.
2676 * gdb.cp/dispcxx.cc: Likewise.
2677 * gdb.cp/exception.cc: Likewise.
2678 * gdb.cp/gdb2384-base.cc: Likewise.
2679 * gdb.cp/gdb2384-base.h: Likewise.
2680 * gdb.cp/gdb2384.cc: Likewise.
2681 * gdb.cp/gdb2495.cc: Likewise.
2682 * gdb.cp/mb-inline.h: Likewise.
2683 * gdb.cp/mb-inline1.cc: Likewise.
2684 * gdb.cp/mb-inline2.cc: Likewise.
2685 * gdb.cp/member-name.cc: Likewise.
2686 * gdb.cp/member-ptr.cc: Likewise.
2687 * gdb.cp/misc.cc: Likewise.
2688 * gdb.cp/namespace1.cc: Likewise.
2689 * gdb.cp/nextoverthrow.cc: Likewise.
2690 * gdb.cp/pr-574.cc: Likewise.
2691 * gdb.cp/pr9631.cc: Likewise.
2692 * gdb.cp/printmethod.cc: Likewise.
2693 * gdb.cp/psmang1.cc: Likewise.
2694 * gdb.cp/psmang2.cc: Likewise.
2695 * gdb.cp/psymtab-parameter.cc: Likewise.
2696 * gdb.cp/ptype-flags.cc: Likewise.
2697 * gdb.cp/ref-params.cc: Likewise.
2698 * gdb.cp/ref-types.cc: Likewise.
2699 * gdb.cp/smartp.cc: Likewise.
2700 * gdb.cp/try_catch.cc: Likewise.
2701 * gdb.cp/userdef.cc: Likewise.
2702 * gdb.cp/using-crash.cc: Likewise.
2703 * gdb.cp/virtfunc.cc: Likewise.
2704 * gdb.cp/virtfunc2.cc: Likewise.
2705 * gdb.dwarf2/callframecfa.S: Likewise.
2706 * gdb.dwarf2/dw2-ranges.c: Likewise.
2707 * gdb.dwarf2/dw2-ranges2.c: Likewise.
2708 * gdb.dwarf2/dw2-ranges3.c: Likewise.
2709 * gdb.dwarf2/dw2-restore.S: Likewise.
2710 * gdb.dwarf2/pieces.S: Likewise.
2711 * gdb.dwarf2/valop.S: Likewise.
2712 * gdb.java/jnpe.java: Likewise.
2713 * gdb.mi/mi-stepn.c: Likewise.
2714 * gdb.mi/mi-var-cp.cc: Likewise.
2715 * gdb.mi/mi-var-rtti.cc: Likewise.
2716 * gdb.mi/ns-stale-regcache.c: Likewise.
2717 * gdb.mi/pr11022.c: Likewise.
2718 * gdb.mi/solib-lib.c: Likewise.
2719 * gdb.mi/solib-main.c: Likewise.
2720 * gdb.python/py-arch.c: Likewise.
2721 * gdb.python/py-block.c: Likewise.
2722 * gdb.python/py-breakpoint.c: Likewise.
2723 * gdb.python/py-events.c: Likewise.
2724 * gdb.python/py-evthreads.c: Likewise.
2725 * gdb.python/py-explore.c: Likewise.
2726 * gdb.python/py-explore.cc: Likewise.
2727 * gdb.python/py-finish-breakpoint.c: Likewise.
2728 * gdb.python/py-finish-breakpoint2.cc: Likewise.
2729 * gdb.python/py-symbol.c: Likewise.
2730 * gdb.threads/execl.c: Likewise.
2731 * gdb.threads/execl1.c: Likewise.
2732
2733 2013-06-07 Will Newton <will.newton@linaro.org>
2734
2735 * gdb.base/long_long.exp: Fix ARM EABI target glob.
2736
2737 2013-06-07 Will Newton <will.newton@linaro.org>
2738
2739 * gdb.cp/annota2.exp: Add empty line between "post-prompt"
2740 and "starting".
2741
2742 2013-06-07 Will Newton <will.newton@linaro.org>
2743
2744 * gdb.cp/anon-struct.exp: Conditionalize constructor and
2745 destructor prototypes for ARM ABI.
2746 * gdb.cp/m-static.exp: Likewise.
2747
2748 2013-06-07 Yao Qi <yao@codesourcery.com>
2749
2750 * gdb.trace/mi-trace-unavailable.exp: New.
2751 * gdb.trace/trace-unavailable.c: New.
2752
2753 2013-06-06 Doug Evans <dje@google.com>
2754
2755 * gdb.cp/derivation.exp: Make tests have unique names.
2756
2757 2013-06-06 Tom Tromey <tromey@redhat.com>
2758
2759 * gdb.base/dump.exp (capture_value): Don't put expression into
2760 test name if arguments passed in.
2761 Rename a couple more tests to make them unique.
2762
2763 2013-06-06 Tom Tromey <tromey@redhat.com>
2764
2765 * gdb.base/break-always.exp: Explicitly specify test name.
2766
2767 2013-06-05 Doug Evans <dje@google.com>
2768 Keith Seitz <keiths@redhat.com>
2769
2770 * gdb.cp/derivation2.cc: New file.
2771 * gdb.cp/derivation.cc (main): Call foo2.
2772 * gdb.cp/derivation.exp: Add tests for typedefs in another
2773 file, and when there's an active block.
2774
2775 2013-06-05 Luis Machado <lgustavo@codesourcery.com>
2776
2777 * gdb.cp/virtfunc.exp (make_one_vtable_result): Handle extra output
2778 from targets that use function descriptors in the virtual tables.
2779 Handle presence of dot symbols.
2780
2781 2013-06-04 Gary Benson <gbenson@redhat.com>
2782
2783 * gdb.base/break-probes.exp: New file.
2784 * gdb.base/break-probes.c: Likewise.
2785 * gdb.base/break-probes-solib.c: Likewise.
2786 * gdb.base/info-shared.exp: New file.
2787 * gdb.base/info-shared.c: Likewise.
2788 * gdb.base/info-shared-solib1.c: Likewise.
2789 * gdb.base/info-shared-solib2.c: Likewise.
2790
2791 2013-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
2792 Gary Benson <gbenson@redhat.com>
2793
2794 * lib/gdb.exp (build_executable_from_specs): Use gdb_compile_pthread,
2795 gdb_compile_shlib or gdb_compile_shlib_pthreads where appropriate.
2796 * lib/prelink-support.exp (build_executable_own_libs): Allow INTERP
2797 to be set to "no" to indicate that no ld.so copy should be made.
2798 * gdb.base/break-interp.exp (solib_bp): New constant.
2799 (reach_1): Use the above instead of "_dl_debug_state".
2800 (test_attach): Likewise.
2801 (test_ld): Likewise.
2802 * gdb.threads/dlopen-libpthread.exp: New file.
2803 * gdb.threads/dlopen-libpthread.c: Likewise.
2804 * gdb.threads/dlopen-libpthread-lib.c: Likewise.
2805 * gdb.base/solib-corrupted.exp: Disable test if GDB is using probes.
2806
2807 2013-05-30 Yao Qi <yao@codesourcery.com>
2808
2809 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
2810 Add a test that no MI notification is emitted when executing
2811 -exec-arguments.
2812
2813 2013-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2814
2815 PR testsuite/12649
2816 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf) (mi 2nd dprintf): Replace
2817 $mi_gdb_prompt expectation by mi_expect_stop.
2818 (mi 1st dprintf, agent, mi 2nd dprintf, agent)
2819 (mi info dprintf second time): Replace them by mi_send_resuming_command
2820 and mi_expect_stop.
2821
2822 2013-05-24 Gary Benson <gbenson@redhat.com>
2823
2824 * gdb.base/solib-disc.exp (exec_opts): Remove unnecesary
2825 backslash.
2826 * gdb.base/unload.exp (exec_opts): Remove two unnecessary
2827 backslashes.
2828 * gdb.base/watchpoint-solib.exp (exec_opts): Remove unnecesary
2829 backslash.
2830
2831 2013-05-24 Yao Qi <yao@codesourcery.com>
2832
2833 * gdb.trace/tfile.exp: Test inferior and thread.
2834
2835 2013-05-24 Yao Qi <yao@codesourcery.com>
2836 Pedro Alves <palves@redhat.com>
2837
2838 * gdb.base/range-stepping.exp: Skip the rest of tests if the
2839 test fails.
2840 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
2841 Return 0 if the test passes, otherwise return 1.
2842
2843 2013-05-23 Doug Evans <dje@google.com>
2844
2845 * boards/fission-dwp.exp: New file.
2846
2847 2013-05-23 Yao Qi <yao@codesourcery.com>
2848 Pedro Alves <palves@redhat.com>
2849
2850 * gdb.base/range-stepping.c: New file.
2851 * gdb.base/range-stepping.exp: New file.
2852 * gdb.trace/range-stepping.c: New file.
2853 * gdb.trace/range-stepping.exp: New file.
2854 * lib/range-stepping-support.exp: New file.
2855
2856 2013-05-22 Tom Tromey <tromey@redhat.com>
2857
2858 * gdb.cp/class2.cc (main): New local 'aref'.
2859 * gdb.cp/class2.exp: Check printing of 'aref'.
2860
2861 2013-05-22 Doug Evans <dje@google.com>
2862
2863 * gdb.threads/wp-replication.c (main): Insert some code at the start
2864 to ensure the breakpoint on main is only hit once. Fix comment.
2865
2866 2013-05-21 Keith Seitz <keiths@redhat.com>
2867 Pedro Alves <palves@redhat.com>
2868
2869 * gdb.base/filesym.exp: Use gdb_test_multiple instead of
2870 gdb_expect.
2871 Add test to flush the remaining input buffer so that this
2872 file passes testsuite/12649.
2873
2874 2013-05-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2875
2876 * gdb.base/catch-signal-fork.exp: New file.
2877 * gdb.base/catch-signal-fork.c: New file.
2878
2879 2013-05-21 Sterling Augustine <saugustine@google.com>
2880
2881 * boards/remote-stdio-gdbserver.exp: New file.
2882
2883 2013-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
2884
2885 PR testsuite/12649
2886 * gdb.mi/mi-dprintf.exp (mi_continue_dprintf): Fix expect strings for
2887 racy matches.
2888
2889 2013-05-21 Christian Groessler <chris@groessler.org>
2890
2891 * gdb.dwarf2/dw2-dir-file-name.exp: Don't use brace expansion,
2892 since it's not supported in all shells.
2893
2894 2013-05-21 Hui Zhu <hui@codesourcery.com>
2895
2896 * gdb.mi/Makefile.in (PROGS): Add "mi-dprintf".
2897 * gdb.mi/mi-dprintf.exp, gdb.mi/mi-dprintf.c: New.
2898
2899 2013-05-20 Doug Evans <dje@google.com>
2900
2901 * lib/dwarf.exp (Dwarf): New variable _abbrev_section.
2902 (_handle_DW_TAG): Use it.
2903 (cu, tu): Replace parameters is_64, version, addr_size with options.
2904 All callers updated. Add Fission support.
2905 * gdb.dwarf2/implptrconst.exp: Update callers of "cu".
2906 * gdb.dwarf2/method-ptr.exp: Ditto.
2907 * gdb.dwarf2/nostaticblock.exp: Ditto.
2908 * gdb.dwarf2/subrange.exp: Ditto.
2909 * gdb.dwarf2/missing-sig-type.exp: Update callers of "cu", "tu".
2910
2911 2013-05-20 Tom Tromey <tromey@redhat.com>
2912
2913 * gdb.gdb/python-selftest.exp: New file.
2914
2915 2013-05-20 Doug Evans <dje@google.com>
2916
2917 * gdb.base/maint.exp: Fix test for "mt expand-symtabs" to account for
2918 -fdebug-types-section.
2919
2920 2013-05-20 Joel Brobecker <brobecker@adacore.com>
2921
2922 * gdb.ada/float_param: New testcase.
2923
2924 2013-05-17 Doug Evans <dje@google.com>
2925
2926 * gdb.base/maint.exp: Update test for "maint check-psymtabs".
2927 Add tests for "maint check-symtabs", "maint expand-symtabs".
2928
2929 * gdb.base/maint.exp: Remove testing of individual maint command
2930 help output.
2931
2932 2013-05-16 Pedro Alves <palves@redhat.com>
2933
2934 * gdb.ada/complete.exp (test_gdb_no_completion): Fix typo in
2935 comment. Use gdb_test_no_output.
2936
2937 2013-05-16 Joel Brobecker <brobecker@adacore.com>
2938
2939 * gdb.ada/complete.exp: Add test verifying completion using
2940 the "tab" key.
2941
2942 2013-05-15 Keith Seitz <keiths@redhat.com>
2943
2944 * gdb.base/filesym.exp: New completer test.
2945 * gdb.base/filesym.c: New file.
2946
2947 2013-05-15 Pedro Alves <palves@redhat.com>
2948
2949 * gdb.base/fixsection.c: Remove attribution.
2950 * gdb.base/watch-read.exp: Ditto.
2951
2952 2013-05-13 Tom Tromey <tromey@redhat.com>
2953
2954 * gdb.dwarf2/implptrconst.exp: Create a CU with 4 byte address
2955 size and change type sizes to 4 bytes.
2956
2957 2013-05-13 Tom Tromey <tromey@redhat.com>
2958
2959 * gdb.base/exprs.exp (test_expr): Add regression test.
2960 * gdb.base/exprs.c (null_t_struct): New global.
2961
2962 2013-05-13 Muhammad Bilal <mbilal@codesourcery.com>
2963
2964 * gdb.base/default.exp: Disable history saving.
2965 * gdb.base/setshow.exp: Likewise.
2966
2967 2013-05-10 Pedro Alves <palves@redhat.com>
2968
2969 PR remote/15455
2970
2971 * gdb.trace/qtro.c: New file.
2972 * gdb.trace/qtro.exp: New file.
2973
2974 2013-05-10 Phil Muldoon <pmuldoon@redhat.com>
2975
2976 * gdb.python/py-framefilter.py: New File.
2977 * gdb.python/py-framefilter-mi.exp: Ditto.
2978 * gdb.python/py-framefilter.c: Ditto.
2979 * gdb.python/py-framefilter-mi.exp: Ditto.
2980 * gdb.python/py-framefilter-mi.c: Ditto,
2981 * gdb.python/py-framefilter-gdb.py.in: Ditto.
2982
2983 2013-05-08 Tom Tromey <tromey@redhat.com>
2984
2985 * gdb.base/solib-search.exp: Set test name for "set
2986 solib-search-path" test.
2987
2988 2013-05-08 Hafiz Abid Qadeer <abidh@codesourcery.com>
2989
2990 * gdb.trace/circ.exp: Remove unnecessary 'if then' checks.
2991 (set_a_tracepoint): Set tracepoint before prologue.
2992 (run_trace_experiment): Test setup_tracepoints and 'break end'
2993 in it.
2994 (trace_buffer_normal): Remove.
2995 (gdb_trace_circular_tests): Remove. Move tests to...
2996 (top level): ...here. Call 'runto_main' before checking for
2997 trace support. Use commands to check the support for circular
2998 trace buffer and changing of trace buffer size. Add test
2999 to calculate size of single frame. Use this size to
3000 calculate the size of trace buffer. Use 'tfind pc func9'
3001 instead of 'tfind 9'. Use 'with_test_prefix'.
3002
3003 2013-05-07 Tom Tromey <tromey@redhat.com>
3004
3005 * lib/selftest-support.exp: New file.
3006 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
3007 do_self_tests.
3008 (setup_test, find_gdb): Remove.
3009 * gdb.gdb/observer.exp: Load selftest-support.exp. Use
3010 do_self_tests.
3011 (setup_test, find_gdb): Remove.
3012 (test_observer): Don't call setup_test. Remove argument.
3013 * gdb.gdb/selftest.exp: Load selftest-support.exp.
3014 (find_gdb): Remove.
3015 * gdb.gdb/complaints.exp: Load selftest-support.exp. Use
3016 do_self_tests.
3017 (setup_test, find_gdb): Remove.
3018 (test_with_self): Don't call setup_test. Remove argument.
3019
3020 2013-05-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
3021
3022 * gdb.arch/system-gcore.exp: Remove.
3023 * gdb.arch/gcore.c: Remove.
3024 * gdb.base/gcore.exp: Add "info reg system".
3025
3026 2013-05-07 Sergio Durigan Junior <sergiodj@redhat.com>
3027
3028 PR breakpoints/15413:
3029 * gdb.base/pending.exp: Add test for completion of the "condition"
3030 command for pending breakpoints.
3031 * gdb.linespec/linespec.ex: Add test for completion of the
3032 "condition" command when dealing with multiple locations.
3033
3034 2013-05-07 Luis Machado <lgustavo@codesourcery.com>
3035
3036 * gdb.threads/wp-replication.c: New file.
3037 * gdb.threads/wp-replication.exp: New file.
3038
3039 2013-05-06 Sandra Loosemore <sandra@codesourcery.com>
3040
3041 * gdb.xml/tdesc-regs.exp: Add case for nios2.
3042
3043 2013-05-06 Doug Evans <dje@google.com>
3044
3045 * gdb.base/solib-search-lib1.c: New file.
3046 * gdb.base/solib-search-lib2.c: New file.
3047 * gdb.base/solib-search.c: New file.
3048 * gdb.base/solib-search.h: New file.
3049 * gdb.base/solib-search.exp: New file.
3050
3051 * lib/gdb.exp (gdb_core_cmd): New function.
3052 * gdb.arch/system-gcore.exp: Use it.
3053 * gdb.arch/vsx-regs.exp: Ditto.
3054 * gdb.base/gcore.exp: Ditto.
3055 * gdb.threads/gcore-thread.exp: Ditto.
3056
3057 * gdb.reverse/shr.h: New file.
3058 * gdb.reverse/shr1.c: New file.
3059 * gdb.reverse/shr2.c: #include "shr.h".
3060 * gdb.reverse/solib-reverse.c: Remove #include <stdio.h>.
3061 #include "shr.h". Replace calls to printf,sleep to call shr1 instead.
3062 * gdb.reverse/solib-precsave.exp: Build shr2.sl.
3063 Update tests using sleep/printf to use shr2.sl instead.
3064 * gdb.reverse/solib-reverse.exp: Ditto.
3065
3066 2013-05-06 Tom Tromey <tromey@redhat.com>
3067
3068 * gdb.dwarf2/implptrconst.c: New file.
3069 * gdb.dwarf2/implptrconst.exp: New file.
3070 * lib/dwarf.exp (Dwarf::_nz_quote): New proc.
3071 (Dwarf::_handle_DW_FORM): Handle DW_FORM_block1.
3072 (Dwarf::_location): Handle DW_OP_GNU_implicit_pointer.
3073
3074 2013-05-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3075
3076 * gdb.base/catch-sig.c (main): Raise SIGINT.
3077 * gdb.base/catch-sig.exp: Test "catch signal SIGINT".
3078
3079 2013-05-03 Hafiz Abid Qadeer <abidh@codesourcery.com>
3080
3081 * status-stop.exp (test_tstart_tstart): Check for error
3082 returned by the second 'tstart' command.
3083
3084 2013-03-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
3085
3086 * gdb.xml/maint_print_struct.exp: New file.
3087 * gdb.xml/maint_print_struct.xml: New file.
3088
3089 2013-04-25 Tom Tromey <tromey@redhat.com>
3090
3091 * gdb.dwarf2/nostaticblock.exp: New file.
3092
3093 2013-04-24 Muhammad Bilal <mbilal@codesourcery.com>
3094
3095 PR gdb/10462
3096 * gdb.base/setshow.exp: Add test case.
3097
3098 2013-04-23 Hui Zhu <hui@codesourcery.com>
3099
3100 PR gdb/15293
3101 * gdb.base/dprintf.exp: Add ignore command.
3102
3103 2013-04-23 Hui Zhu <hui@codesourcery.com>
3104
3105 PR gdb/15165
3106 * gdb.base/save-bp.exp: Add test for dprintf.
3107
3108 2013-04-22 Tom Tromey <tromey@redhat.com>
3109
3110 * gdb.gdb/selftest.exp (do_steps_and_nexts): Check for
3111 notice_open_fds.
3112
3113 2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
3114
3115 * gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
3116 ldflags.
3117
3118 2013-04-22 Sergio Durigan Junior <sergiodj@redhat.com>
3119
3120 * gdb.arch/arm-bl-branch-dest.c: New file.
3121 * gdb.arch/arm-bl-branch-dest.exp: Likewise.
3122
3123 2013-04-19 Vladimir Kargov <kargov@gmail.com>
3124 Pedro Alves <palves@redhat.com>
3125
3126 * gdb.arch/i386-float.S: New file.
3127 * gdb.arch/i386-float.exp: New file.
3128
3129 2013-04-18 Luis Machado <lgustavo@codesourcery.com>
3130
3131 * gdb.mi/mi-var-create-rtti.exp: Create a variable of
3132 type void *.
3133
3134 2013-04-17 Doug Evans <dje@google.com>
3135
3136 * lib/dwarf.exp (Dwarf): New proc "tu".
3137 * gdb.dwarf2/missing-sig-type.exp: New file.
3138
3139 2013-04-15 Siva Chandra Reddy <sivachandra@google.com>
3140
3141 Add option to link testcases with Pthreads library when
3142 using 'prepare_for_testing' in tests.
3143
3144 * lib/gdb.exp (build_executable_from_specs): Use
3145 gdb_compile_pthreads to compile if option "pthreads" is
3146 specified.
3147
3148 2013-04-15 Tom Tromey <tromey@redhat.com>
3149
3150 * gdb.cp/exceptprint.exp: Add regexp catchpoint tests.
3151
3152 2013-04-15 Tom Tromey <tromey@redhat.com>
3153
3154 * gdb.base/default.exp: Update for $_exception.
3155 * gdb.cp/exceptprint.cc: New file.
3156 * gdb.cp/exceptprint.exp: New file.
3157 * lib/gdb.exp (skip_libstdcxx_probe_tests): New proc.
3158
3159 2013-04-15 Tom Tromey <tromey@redhat.com>
3160
3161 * gdb.cp/typeid.cc: New file.
3162 * gdb.cp/typeid.exp: New file.
3163
3164 2013-04-15 Tom Tromey <tromey@redhat.com>
3165
3166 * gdb.cp/exception.exp: Add "catch rethrow" tests.
3167
3168 2013-04-13 Yao Qi <yao@codesourcery.com>
3169
3170 * gdb.base/completion.exp: Test completion of command
3171 'target ctf' if target ctf is supported.
3172
3173 2013-04-10 Pedro Alves <palves@redhat.com>
3174
3175 * gdb.base/completion.exp: Test "set height", "set listsize" and
3176 "set trace-buffer-size" completion.
3177 * gdb.base/setshow.exp: Test "set height unlimited".
3178 * gdb.trace/trace-buffer-size.exp: Test "set trace-buffer-size
3179 unlimited".
3180
3181 2013-04-10 Yao Qi <yao@codesourcery.com>
3182
3183 * gdb.trace/actions.exp: Save trace data to CTF.
3184 Change to ctf target if GDB supports, read CTF data in ctf
3185 target, and check the actions of tracepoints.
3186 * gdb.trace/while-stepping.exp: Likewise.
3187 * gdb.trace/report.exp: Test GDB saves trace data to CTF
3188 format and read CTF trace file if GDB supports.
3189 * gdb.trace/tstatus.exp: Save trace data to CTF. If ctf
3190 target is supported, change to ctf target, read trace data and
3191 check output of command "tstatus".
3192 * gdb.trace/tsv.exp: Save trace frame to CTF. If GDB supports,
3193 read CTF data by target ctf and call check_tsv.
3194
3195 2013-04-10 Yao Qi <yao@codesourcery.com>
3196
3197 * gdb.trace/actions.exp (check_tracepoint): New.
3198 (top level): Start the tracing and check the actions of
3199 tracepoints. Save trace data to tfile format. Restart GDB
3200 and read trace file in tfile target. Check the actions of
3201 tracepoints again.
3202 * gdb.trace/while-stepping.exp: Likewise.
3203
3204 2013-04-10 Yao Qi <yao@codesourcery.com>
3205
3206 * gdb.trace/report.exp: Use standard_output_file for saved
3207 trace file.
3208
3209 2013-04-10 Hui Zhu <hui@codesourcery.com>
3210
3211 * gdb.base/Makefile.in (EXECUTABLES): Add dprintf-pending.
3212 (MISCELLANEOUS): Add dprintf-pendshr.sl.
3213 * gdb.base/dprintf-pending.c, gdb.base/dprintf-pending.exp: New.
3214
3215 2013-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
3216
3217 * gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
3218 response.
3219
3220 2013-04-08 Pedro Alves <palves@redhat.com>
3221
3222 * gdb.mi/mi-break.exp (test_error): Add tests with garbage after
3223 the location.
3224
3225 2013-04-04 Sandra Loosemore <sandra@codesourcery.com>
3226
3227 * gdb.cp/cplabel.exp: Allow empty directory in file reported
3228 for breakpoint location.
3229
3230 2013-04-04 Sandra Loosemore <sandra@codesourcery.com>
3231
3232 * gdb.linespec/linespec.exp: Make dir/file:line tests
3233 conditional for non-remote hosts only.
3234
3235 2013-04-04 Stan Shebs <stan@codesourcery.com>
3236 Pedro Alves <palves@redhat.com>
3237
3238 * gdb.trace/Makefile.in (PROGS): Add actions-changed.
3239 * gdb.trace/actions-changed.c: New file.
3240 * gdb.trace/actions-changed.exp: New file.
3241 * lib/trace-support.exp (gdb_trace_setactions): Rename to ...
3242 (gdb_trace_setactions_command): ... this. Add "actions_command"
3243 parameter, and handle it.
3244 (gdb_trace_setactions, gdb_trace_setcommands): New procedures.
3245
3246 2013-04-04 Yao Qi <yao@codesourcery.com>
3247
3248 * gdb.server/server-kill.exp: Use command 'tstatus' instead of
3249 'step'.
3250
3251 2013-04-03 Yao Qi <yao@codesourcery.com>
3252
3253 * gdb.trace/mi-traceframe-changed.exp: Update tfile name to
3254 "tfile-basic.tf".
3255 (test_tfind_tfile): Likewise.
3256
3257 2013-04-03 Yao Qi <yao@codesourcery.com>
3258
3259 * gdb.trace/tfile.c (write_basic_trace_file): Pass argument
3260 "tfile-basic.tf" instead of "basic.tf".
3261 (write_error_trace_file): Pass argument "tfile-error.tf"
3262 instead of "error.tf".
3263 * gdb.trace/tfile.exp: Update tfile names to
3264 "tfile-basic.tf" and "tfile-error.tf".
3265
3266 2013-04-02 Sandra Loosemore <sandra@codesourcery.com>
3267
3268 * gdb.cp/ovsrch.exp (test_class): Correct regexp to allow
3269 empty directory in file for breakpoint hit.
3270
3271 2013-03-29 Yao Qi <yao@codesourcery.com>
3272
3273 * gdb.base/completion.exp: Test completion of commands
3274 "target core", "target tfile" and "target exec".
3275 * gdb.trace/tfile.exp: Test completion of command
3276 "target tfile".
3277
3278 2013-03-28 Joel Brobecker <brobecker@adacore.com>
3279
3280 * gdb.ada/win_fu_syms: New testcase.
3281
3282 2013-03-28 Doug Evans <dje@google.com>
3283
3284 * gdb.base/maint.exp (maint print statistics): Update expected output.
3285
3286 2013-03-28 Pedro Alves <palves@redhat.com>
3287
3288 PR gdb/15294
3289
3290 * gdb.base/list.exp (set_listsize): Adjust to accept $arg == 0 to
3291 mean unlimited instead of $arg < 0.
3292 (test_listsize): Remove "listsize of 0 suppresses output" test.
3293 Test that "set listsize 0" ends up with an unlimited listsize.
3294
3295 2013-03-28 Pedro Alves <palves@redhat.com>
3296
3297 * gdb.base/list.exp (last_line): New global.
3298 (last_line_re): New global.
3299 (test_listsize, test_list_function, test_list_forward)
3300 (test_repeat_list_command, test_list_range)
3301 (test_list_filename_and_function): Use them.
3302 * gdb.base/list0.c: Comment the last line of the file with "last
3303 line".
3304
3305 2013-03-28 Pedro Alves <palves@redhat.com>
3306
3307 * gdb.base/list.exp (test_listsize): Adjust test to make sure we
3308 list the whole file.
3309
3310 2013-03-28 Pedro Alves <palves@redhat.com>
3311
3312 * gdb.base/list.exp (set_listsize): Use gdb_test_no_output for
3313 "set listsize".
3314
3315 2013-03-26 Keith Seitz <keiths@redhat.com>
3316
3317 * gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"
3318 from passing.
3319
3320 2013-03-26 Pedro Alves <palves@redhat.com>
3321
3322 * lib/gdb.exp (skip_btrace_tests): Delay deleting the source file
3323 until after GDB has run.
3324
3325 2013-03-26 Yao Qi <yao@codesourcery.com>
3326
3327 * gdb.trace/actions.c, gdb.trace/circ.c: Add license header.
3328 * gdb.trace/collection.c, gdb.trace/tfile.c: Likewise.
3329
3330 2013-03-26 Markus Metzger <markus.t.metzger@intel.com>
3331
3332 * gdb.btrace/enable.exp: Add regression test.
3333
3334 2013-03-25 Tom Tromey <tromey@redhat.com>
3335
3336 * gdb.cp/m-static.exp: Add destructor-printing tests.
3337
3338 2013-03-25 Tom Tromey <tromey@redhat.com>
3339
3340 * gdb.cp/m-static.exp: Add constructor ptype tests.
3341 * gdb.cp/m-static.cc (single_constructor): New class.
3342 (main): Make instance of single_constructor.
3343
3344 2013-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3345 Pedro Alves <palves@redhat.com>
3346
3347 * gdb.server/server-kill.c: New file.
3348 * gdb.server/server-kill.exp: New file.
3349
3350 2013-03-21 Pedro Alves <palves@redhat.com>
3351
3352 * gdb.trace/trace-buffer-size.exp (get default buffer size):
3353 Expect $gdb_prompt in gdb_test_multiple.
3354
3355 2013-03-21 Doug Evans <dje@google.com>
3356
3357 * gdb.base/maint.exp: Update tests for per-command stats.
3358
3359 2013-03-21 Tom Tromey <tromey@redhat.com>
3360
3361 * gdb.cp/cpexprs.exp: Add test for FILENAME:: case.
3362 * gdb.cp/misc.exp: Add test for FILENAME:: case.
3363
3364 2013-03-20 Pedro Alves <palves@redhat.com>
3365
3366 PR gdb/15289
3367
3368 * gdb.base/remote.exp: Test
3369 "set remote hardware-watchpoint-limit -1",
3370 "set remote hardware-breakpoint-limit -1",
3371 "set remote hardware-watchpoint-limit 2147483647" and
3372 "set remote hardware-breakpoint-limit 2147483647".
3373
3374 2013-03-20 Pedro Alves <palves@redhat.com>
3375 Yao Qi <yao@codesourcery.com>
3376
3377 * gdb.trace/tfile.c: Add comments.
3378 (nonconstglob): New global.
3379 * gdb.trace/tfile.exp: Add comments. Test printing a non-const
3380 global that is not covered by the trace frame. Test
3381 disassembling.
3382
3383 2013-03-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3384
3385 * gdb.base/valgrind-infcall.exp
3386 (continue #$continue_count) <remote connection closed>
3387 (continue #$continue_count) <valgrind vgdb has terminated>: Add kill of
3388 $valgrind_pid.
3389
3390 2013-03-15 Tom Tromey <tromey@redhat.com>
3391
3392 * gdb.cp/overload.cc (intintfunc): New.
3393 * gdb.cp/overload.exp: Add regression test.
3394
3395 2013-03-15 Yao Qi <yao@codesourcery.com>
3396
3397 * gdb.threads/non-ldr-exc-1.exp (do_test): Fix the indent of
3398 using with_test_prefix.
3399 * gdb.threads/non-ldr-exc-2.exp (do_test): Likewise.
3400 * gdb.threads/non-ldr-exc-3.exp (do_test): Likewise.
3401 * gdb.threads/non-ldr-exc-4.exp (do_test): Likewise.
3402 * gdb.threads/watchpoint-fork.exp (test): Likewise.
3403 * gdb.base/break-interp.exp (test_core): Likewise.
3404 (test_attach_gdb): Likewise.
3405 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3406 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3407 Likewise.
3408 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3409 * gdb.base/jit.exp (one_jit_test): Likewise.
3410 * gdb.base/sepdebug.exp (test_different_dir): Likewise.
3411 * gdb.dwarf2/dw2-dir-file-name.exp (test): Likewise.
3412 * gdb.dwarf2/dw2-noloc.exp (file_symbols): Likewise.
3413 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved):
3414 Likewise.
3415 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
3416 Likewise.
3417 * gdb.mi/mi-watch.exp test_watchpoint_all): Likewise.
3418 * gdb.mi/pr11022.exp (test_memory_changed_observer): Likewise.
3419 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Likewise.
3420 (tracepoint_change_loc_2): Likewise.
3421 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
3422 Likewise.
3423 (disconnected_tfind): Likewise.
3424 * gdb.trace/mi-traceframe-changed.exp (test_tfind_tfile):
3425 Likewise.
3426 (test_tfind_remote): Likewise.
3427 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect):
3428 Likewise.
3429 (test_pending_resolved): Likewise.
3430 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
3431 Likewise.
3432 (test_upload_tsv): Likewise.
3433 * gdb.trace/pending.exp (pending_tracepoint_resolved):
3434 Likewise.
3435 (pending_tracepoint_works): Likewise.
3436 * gdb.trace/report.exp (use_collected_data): Likewise.
3437 * gdb.trace/status-stop.exp (test_tstart_tstop_tstart):
3438 Likewise.
3439 (test_tstart_tstart, test_buffer_full_tstart): Likewise.
3440 * gdb.trace/strace.exp (strace_info_marker): Likewise.
3441 (strace_trace_on_same_addr): Likewise.
3442 (strace_trace_on_diff_addr): Likewise.
3443 * gdb.trace/unavailable.exp (gdb_collect_args_test): Likewise.
3444 (gdb_collect_locals_test): Likewise.
3445 (gdb_unavailable_registers_test): Likewise.
3446 (gdb_collect_globals_test): Likewise.
3447
3448 2013-03-15 Yao Qi <yao@codesourcery.com>
3449
3450 * gdb.base/condbreak.exp: Add semicolon back which was removed
3451 by my previous commit.
3452
3453 2013-03-14 Yao Qi <yao@codesourcery.com>
3454
3455 * config/monitor.exp (gdb_target_cmd): Remove semicolon after
3456 'return'.
3457 (gdb_target_monitor, gdb_load): Likewise.
3458 * config/sid.exp (gdb_load): Likewise.
3459 * config/slite.exp (gdb_load): Likewise.
3460 * config/vx.exp (gdb_start, spawn_vxgdb): Likewise.
3461 * gdb.ada/arrayidx.exp, gdb.ada/null_array.exp: Likewise.
3462 * gdb.arch/mips-octeon-bbit.exp (single_step): Likewise.
3463 (single_step_until): Likewise.
3464 * gdb.arch/powerpc-d128-regs.exp: Likewise.
3465 * gdb.arch/system-gcore.exp: Likewise.
3466 * gdb.base/bigcore.exp (extract_heap): Likewise.
3467 * gdb.base/break-on-linker-gcd-function.exp: Likewise.
3468 * gdb.base/call-ar-st.exp: Likewise.
3469 * gdb.base/call-rt-st.exp: Likewise.
3470 * gdb.base/call-sc.exp, gdb.base/call-strs.exp: Likewise.
3471 * gdb.base/callfuncs.exp, gdb.base/completion.exp: Likewise.
3472 * gdb.base/condbreak.exp, gdb.base/constvars.exp: Likewise.
3473 * gdb.base/corefile.exp: Likewise.
3474 * gdb.base/dbx.exp (gdb_file_cmd): Likewise.
3475 * gdb.base/exprs.exp, gdb.base/fileio.exp: Likewise.
3476 * gdb.base/fixsection.exp: Likewise.
3477 * gdb.base/funcargs.exp: Likewise.
3478 * gdb.base/gcore-buffer-overflow.exp: Likewise.
3479 * gdb.base/gcore-relro.exp: Likewise.
3480 * gdb.base/gcore.exp, gdb.base/gdb11530.exp: Likewise.
3481 * gdb.base/gdb11531.exp, gdb.base/gnu-ifunc.exp: Likewise.
3482 * gdb.base/info-os.exp, gdb.base/info-proc.exp: Likewise.
3483 * gdb.base/interp.exp, gdb.base/langs.exp:: Likewise.
3484 * gdb.base/list.exp: Likewise.
3485 (set_listsize): Likewise.
3486 * gdb.base/logical.exp, gdb.base/mips_pro.exp: Likewise.
3487 * gdb.base/miscexprs.exp, gdb.base/nodebug.exp: Likewise.
3488 * gdb.base/opaque.exp, gdb.base/pointers.exp: Likewise.
3489 * gdb.base/psymtab.exp, gdb.base/ptype.exp: Likewise.
3490 * gdb.base/relational.exp, gdb.base/scope.exp: Likewise.
3491 * gdb.base/setvar.exp: Likewise.
3492 (test_set): Likewise.
3493 * gdb.base/signals.exp, gdb.base/sizeof.exp: Likewise.
3494 * gdb.base/solib-overlap.exp: Likewise.
3495 * gdb.base/store.exp, gdb.base/structs.exp: Likewise.
3496 * gdb.base/structs2.exp, gdb.base/volatile.exp: Likewise.
3497 * gdb.base/watchpoint.exp (initialize): Likewise.
3498 (test_simple_watchpoint): Likewise.
3499 (test_disabling_watchpoints): Likewise.
3500 (test_watchpoint_triggered_in_syscall): Likewise.
3501 * gdb.base/whatis.exp, gdb.cp/ambiguous.exp: Likewise.
3502 * gdb.cp/casts.exp, gdb.cp/ctti.exp: Likewise.
3503 * gdb.cp/namespace.exp, gdb.cp/nsdecl.exp: Likewise.
3504 * gdb.cp/psmang.exp, gdb.dwarf2/dw2-ranges.exp: Likewise.
3505 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
3506 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
3507 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
3508 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
3509 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
3510 * gdb.hp/gdb.compat/xdb2.exp: Likewise.
3511 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
3512 * gdb.hp/gdb.defects/bs14602.exp: Likewise.
3513 * gdb.hp/gdb.defects/solib-d.exp: Likewise.
3514 * gdb.mi/gdb792.exp: Likewise.
3515 * gdb.mi/mi-inheritance-syntax-error.exp: Likewise.
3516 * gdb.mi/mi-logging.exp, gdb.mi/mi-var-cp.exp : Likewise.
3517 * gdb.mi/mi-var-rtti.exp, gdb.python/py-type.exp: Likewise.
3518 * gdb.threads/gcore-thread.exp: Likewise.
3519 (load_core): Likewise.
3520 * gdb.threads/pthreads.exp (all_threads_running): Likewise.
3521 (test_startup, check_control_c): Likewise.
3522 * gdb.threads/sigstep-threads.exp: Likewise.
3523 * gdb.threads/thread_check.exp: Likewise.
3524 * gdb.trace/backtrace.exp, gdb.trace/change-loc.exp: Likewise.
3525 * gdb.trace/circ.exp (run_trace_experiment): Likewise.
3526 (set_a_tracepoint, trace_buffer_normal): Likewise.
3527 (gdb_trace_circular_tests): Likewise.
3528 * gdb.trace/collection.exp: Likewise.
3529 * gdb.trace/disconnected-tracing.exp: Likewise.
3530 * gdb.trace/infotrace.exp: Likewise.
3531 * gdb.trace/mi-traceframe-changed.exp: Likewise.
3532 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3533 * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv): Likewise.
3534 * gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp: Likewise.
3535 * gdb.trace/pending.exp, gdb.trace/report.exp: Likewise.
3536 * gdb.trace/stap-trace.exp: Likewise.
3537 * gdb.trace/status-stop.exp,gdb.trace/strace.exp: Likewise.
3538 * gdb.trace/tfind.exp, gdb.trace/trace-break.exp: Likewise.
3539 * gdb.trace/trace-buffer-size.exp: Likewise.
3540 * gdb.trace/tspeed.exp, gdb.trace/tsv.exp: Likewise.
3541 * gdb.trace/unavailable.exp: Likewise.
3542 * gdb.trace/while-dyn.exp: Likewise.
3543 * lib/fortran.exp (set_lang_fortran): Likewise.
3544 * lib/gdb.exp (default_gdb_version, gdb_start_cmd): Likewise.
3545 (gdb_breakpoint, gdb_reinitialize_dir): Likewise.
3546 (default_gdb_start, get_compiler_info): Likewise.
3547 (gdb_compile, gdb_compile_objc, gdb_reload, gdb_init): Likewise.
3548 (get_debug_format, setup_xfail_format): Likewise.
3549 (rerun_to_main, gdb_skip_float_test): Likewise.
3550 (build_id_debug_filename_get, get_remotetimeout): Likewise.
3551 * lib/java.exp (set_lang_java): Likewise.
3552 * lib/mi-support.exp (default_mi_gdb_start): Likewise.
3553 (mi_gdb_reinitialize_dir, mi_gdb_target_cmd): Likewise.
3554 (mi_gdb_file_cmd, mi_gdb_test): Likewise.
3555 (mi_run_cmd_full, mi_expect_interrupt): Likewise.
3556 * lib/objc.exp (set_lang_objc): Likewise.
3557 * lib/pascal.exp (set_lang_pascal): Likewise.
3558 * lib/prompt.exp (default_prompt_gdb_start): Likewise.
3559 * lib/trace-support.exp (gdb_trace_setactions, gdb_tfind_test): Likewise.
3560 (gdb_readexpr, gdb_gettpnum, gdb_find_recursion_test_baseline): Likewise.
3561
3562 2013-03-14 Sergio Durigan Junior <sergiodj@redhat.com>
3563
3564 PR c++/15203
3565 PR c++/15210
3566 * gdb.cp/m-static.cc (keepalive_int): New function.
3567 (gnu_obj_1::method): New variable `sintvar', call `keepalive_int'.
3568 * gdb.cp/m-static.exp: New test for `sintvar'.
3569
3570 2013-03-14 Yao Qi <yao@codesourcery.com>
3571
3572 * gdb.trace/tstatus.exp (run_trace_experiment): Save the output
3573 of 'tstatus' into tstatus_output.
3574 (top level): Save the trace data to tfile. Read trace file in
3575 tfile target. Check the trace status.
3576
3577 2013-03-13 Yao Qi <yao@codesourcery.com>
3578
3579 * gdb.trace/tsv.exp (check_tsv): New.
3580 (top level): Save a tfile on current trace session. Call
3581 check_tsv on live target. Load the tfile with target tfile
3582 and call check_tsv again.
3583
3584 2013-03-13 Yao Qi <yao@codesourcery.com>
3585
3586 * gdb.trace/tsv.exp: Remove code unrelated to testing TSV.
3587 Replace some "gdb_test" with "gdb_test_no_output".
3588
3589 2013-03-12 Paul Hilfinger <hilfingr@adacore.com>
3590
3591 * gdb.ada/expr_delims.exp: New file.
3592 * gdb.ada/expr_delims/foo.adb: New file.
3593 * gdb.ada/expr_delims/pck.ads: New file.
3594 * gdb.ada/expr_delims/pck.adb: New file.
3595
3596 2013-03-11 Keith Seitz <keiths@redhat.com>
3597
3598 * watchpoint.exp (test_no_hw_watchpoints): Add test using
3599 both condition and thread. Then delete the watchpoint.
3600
3601 2013-03-11 Christian Himpel <christian.himpel@intel.com>
3602
3603 * Makefile.in: Add btrace testsuite.
3604 * configure: Regenerated.
3605 * configure.ac: Add btrace testsuite.
3606 * gdb.btrace/Makefile.in: New file.
3607 * gdb.btrace/enable.c: New file.
3608 * gdb.btrace/enable.exp: New file.
3609 * gdb.btrace/function_call_history.c: New file.
3610 * gdb.btrace/function_call_history.exp: New file.
3611 * gdb.btrace/instruction_history.c: New file.
3612 * gdb.btrace/instruction_history.exp: New file.
3613 * gdb.btrace/instruction_history.S: New file.
3614 * lib/gdb.exp: Add btrace skip proc.
3615
3616 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3617
3618 Fix entry-values if the callee called a noreturn function.
3619 * gdb.arch/amd64-tailcall-noret.S: New file.
3620 * gdb.arch/amd64-tailcall-noret.c: New file.
3621 * gdb.arch/amd64-tailcall-noret.exp: New file.
3622
3623 2013-03-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3624
3625 Fix entry-values in C++ across CUs.
3626 * gdb.arch/amd64-tailcall-cxx.exp: New file.
3627 * gdb.arch/amd64-tailcall-cxx1.S: New file.
3628 * gdb.arch/amd64-tailcall-cxx1.cc: New file.
3629 * gdb.arch/amd64-tailcall-cxx2.S: New file.
3630 * gdb.arch/amd64-tailcall-cxx2.cc: New file.
3631
3632 2013-03-08 Stan Shebs <stan@codesourcery.com>
3633 Hafiz Abid Qadeer <abidh@codesourcery.com>
3634
3635 gdb/testsuite/
3636 * gdb.trace/trace-buffer-size.exp: New file.
3637 * gdb.trace/trace-buffer-size.c: New file.
3638
3639 2013-03-06 Pedro Alves <palves@redhat.com>
3640
3641 * gdb.trace/tstatus.exp (run_trace_experiment): When the target
3642 doesn't support the tested optional feature, call "unsupported"
3643 with the same test message as the "pass" case, instead of calling
3644 "pass" with a different message. Use the same text for the "fail"
3645 cases too.
3646
3647 2013-03-06 Yao Qi <yao@codesourcery.com>
3648
3649 * gdb.trace/tstatus.exp: Remove the invocation of
3650 gdb_load_shlibs, gdb_compile, clean_restart and runto_main.
3651 (test_tracepoints): Don't set fast tracepoint.
3652 (top level): Don't check agent library is loaded or not.
3653
3654 2013-03-06 Yao Qi <yao@codesourcery.com>
3655
3656 * gdb.trace/tstatus.exp (run_trace_experiment): Escape
3657 parentheses by "\\".
3658
3659 2013-03-04 Jan Kratochvil <jan.kratochvil@redhat.com>
3660
3661 * gdb.linespec/base/one/thefile.cc (twodup): New.
3662 (m): Call it.
3663 * gdb.linespec/base/two/thefile.cc (dupname): New.
3664 (n): Call it.
3665 * gdb.linespec/break-ask.exp: New file.
3666 * gdb.linespec/lspec.cc (body_elsewhere): New comment marker.
3667
3668 2013-02-28 Yao Qi <yao@codesourcery.com>
3669
3670 * gdb.trace/report.exp: Move some code to ...
3671 (use_collected_data): New.
3672 (top level): Call use_collected_data once on the live target.
3673 Save at file of the current trace session, load it with target
3674 tfile, and call use_collected_data again.
3675
3676 2013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3677
3678 * gdb.threads/fork-thread-pending.c (main): Add alarm.
3679
3680 2013-02-27 Jan Kratochvil <jan.kratochvil@redhat.com>
3681
3682 * gdb.base/valgrind-infcall.exp (valgrind_pid): New variable.
3683 Add final kill of ${valgrind_pid}.
3684
3685 2013-02-20 Siva Chandra Reddy <sivachandra@google.com>
3686
3687 * gdb.python/py-arch.c: New test case
3688 * gdb.python/py-arch.exp: New tests to test
3689 gdb.Architecture.disassemble
3690 * gdb.python/Makefile.in: Add py-arch to the list of
3691 EXECUTABLES.
3692
3693 2013-02-18 Tom Tromey <tromey@redhat.com>
3694
3695 * gdb.dwarf2/subrange.exp: New file.
3696
3697 2013-02-15 Pedro Alves <pedro@codesourcery.com>
3698 Hafiz Abid Qadeer <abidh@codesourcery.com>
3699
3700 * gdb.trace/tfile.exp: Add test for -trace-status command.
3701
3702 2013-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3703
3704 * gdb.threads/pthread_cond_wait.c (main): Remove variable ts. Replace
3705 nanosleep by sleep.
3706
3707 2013-02-14 Pedro Alves <palves@redhat.com>
3708
3709 * gdb.cp/userdef.exp (ptype &*c): Don't expect an &.
3710
3711 2013-02-14 Pedro Alves <pedro@codesourcery.com>
3712 Hafiz Abid Qadeer <abidh@codesourcery.com>
3713
3714 * gdb.trace/tsv.exp: Adjust tests, and add a few more.
3715
3716 2013-02-12 Tom Tromey <tromey@redhat.com>
3717
3718 * gdb.cp/m-static.cc (gnu_obj_1::~gnu_obj_1): New destructor.
3719 * gdb.cp/m-static.exp: Add tests to print quoted destructor.
3720
3721 2013-02-12 Pedro Alves <palves@redhat.com>
3722
3723 * gdb.base/catch-signal.c: Update copyright years.
3724 * gdb.base/catch-signal.exp: Update copyright years.
3725 * gdb.dwarf2/dw2-dir-file-name.c: Update copyright years.
3726 * gdb.dwarf2/dw2-dir-file-name.exp: Update copyright years.
3727 * gdb.dwarf2/dw2-empty-pc-range.S: Update copyright years.
3728 * gdb.dwarf2/dw2-error.S: Update copyright years.
3729 * gdb.dwarf2/dw2-error.c: Update copyright years.
3730 * gdb.dwarf2/dw2-restrict.S: Update copyright years.
3731 * gdb.dwarf2/dw2-restrict.c: Update copyright years.
3732 * gdb.dwarf2/dw2-restrict.exp: Update copyright years.
3733
3734 2013-02-12 Pedro Alves <palves@redhat.com>
3735
3736 * gdb.base/catch-signal.exp: Correct test file name in "Skipping"
3737 message.
3738 * gdb.base/sigaltstack.exp: Ditto.
3739 * gdb.base/siginfo.exp: Ditto.
3740 * gdb.base/sizeof.exp: Ditto.
3741
3742 2013-02-12 Pedro Alves <palves@redhat.com>
3743
3744 * gdb.mi/mi-basics.exp: Tweak intro comment.
3745 * gdb.mi/mi-break.exp: Tweak intro comment.
3746 * gdb.mi/mi-console.exp: Tweak intro comment.
3747 * gdb.mi/mi-file.exp: Tweak intro comment.
3748 * gdb.mi/mi-read-memory.exp: Tweak intro comment.
3749 * gdb.mi/mi-return.exp: Tweak intro comment.
3750 * gdb.mi/mi-stepi.exp: Tweak intro comment.
3751 * gdb.mi/mi-until.exp: Tweak intro comment.
3752 * gdb.mi/mi-watch.exp: Tweak intro comment.
3753
3754 2013-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
3755
3756 * gdb.server/no-thread-db.exp: New file.
3757 * gdb.server/no-thread-db.c: New file.
3758 * gdb.server/Makefile.in (EXECUTABLES): Add no-thread-db.
3759
3760 2013-02-11 Doug Evans <dje@google.com>
3761
3762 * gdb.base/printcmds.exp (test_printf_with_dfp): Add test for printing
3763 two decfloats.
3764
3765 2013-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
3766
3767 * gdb.base/bitfields.c (struct internalvartest): New declaration.
3768 * gdb.base/bitfields.exp (bitfield_internalvar): New function.
3769
3770 2013-02-10 Jan Kratochvil <jan.kratochvil@redhat.com>
3771
3772 * gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
3773
3774 2013-02-06 Yao Qi <yao@codesourcery.com>
3775
3776 * gdb.trace/mi-tsv-changed.exp (test_create_delete_tsv): Rename
3777 to ...
3778 (test_create_delete_modify_tsv): ... here. New test on modifying
3779 the initial value of a tsv.
3780
3781 2013-02-05 Jan Kratochvil <jan.kratochvil@redhat.com>
3782
3783 * gdb.dwarf2/dw2-dir-file-name.exp (cd ${srcabsdir}/rdir): Rename to ...
3784 (cd .../rdir): ... here.
3785
3786 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3787
3788 * gdb.linespec/base/one/header.h: New file.
3789 * gdb.linespec/base/two/header.h: New file.
3790 * gdb.linespec/macro-relative.c: New file.
3791 * gdb.linespec/macro-relative.exp: New file.
3792
3793 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3794
3795 * gdb.base/fullpath-expand-func.c: New file.
3796 * gdb.base/fullpath-expand.c: New file.
3797 * gdb.base/fullpath-expand.exp: New file.
3798 * gdb.base/realname-expand-real.c: New file.
3799 * gdb.base/realname-expand.c: New file.
3800 * gdb.base/realname-expand.exp: New file.
3801
3802 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3803
3804 * gdb.dwarf2/dw2-dir-file-name.exp: New file.
3805 * gdb.dwarf2/dw2-dir-file-name.c: New file.
3806
3807 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3808
3809 * gdb.mi/mi-fullname-deleted.exp: Use double last slash for $srcfileabs.
3810 (compare_filenames_for_search does not match)
3811 (compare_filenames_for_search does match): New tests.
3812
3813 2013-02-03 Jan Kratochvil <jan.kratochvil@redhat.com>
3814
3815 * gdb.gdb/xfullpath.exp: Replace xfullpath calls by gdb_realpath calls.
3816
3817 2013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
3818
3819 * lib/java.exp (compile_java_from_source): Initialize ARGS as a list.
3820
3821 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3822
3823 * gdb.base/gnu-debugdata.exp): Create ${binfile}.debug,
3824 ${binfile}.mini_debuginfo-debuglink, add -k to xz, use now
3825 ${binfile}.mini_debuginfo-debuglink and
3826 ${binfile}.mini_debuginfo-debuglink.xz.
3827
3828 2013-02-01 Tom Tromey <tromey@redhat.com>
3829
3830 * gdb.dwarf2/method-ptr.exp: Use correct form for non-string
3831 attributes.
3832
3833 2013-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
3834 Tom Tromey <tromey@redhat.com>
3835
3836 * gdb.dwarf2/method-ptr.exp: Link with c++.
3837 * lib/dwarf.exp (Dwarf::assemble): Declare _cu_count.
3838
3839 2013-01-31 Tom Tromey <tromey@redhat.com>
3840
3841 * gdb.base/jit.exp (compile_jit_test): New proc.
3842 Add PIE tests.
3843
3844 2013-01-31 Tom Tromey <tromey@redhat.com>
3845
3846 * gdb.dwarf2/method-ptr.cc: New file.
3847 * gdb.dwarf2/method-ptr.exp: New file.
3848
3849 2013-01-31 Tom Tromey <tromey@redhat.com>
3850
3851 * lib/dwarf.exp (namespace Dwarf): New.
3852
3853 2013-01-29 Tom Tromey <tromey@redhat.com>
3854
3855 * gdb.dwarf2/fission-reread.exp: Add unload test.
3856
3857 2013-01-28 Doug Evans <dje@google.com>
3858
3859 * gdb.dwarf2/fission-loclists.exp: New file.
3860 * gdb.dwarf2/fission-loclists.S: New file.
3861
3862 2013-01-26 Jan Kratochvil <jan.kratochvil@redhat.com>
3863
3864 Code cleanup.
3865 * gdb.base/restore.exp: Replace gdb_compile, gdb_exit, gdb_start,
3866 gdb_reinitialize_dir and gdb_load by standard_testfile, set executable
3867 and prepare_for_testing.
3868 * gdb.base/store.exp: Likewise.
3869
3870 2013-01-25 Tom Tromey <tromey@redhat.com>
3871
3872 * gdb.python/py-explore.exp: Expect the gdb prompt.
3873
3874 2013-01-25 Andrew Burgess <aburgess@broadcom.com>
3875
3876 * gdb.base/gnu_vector.c: New variable for use in tests.
3877 * gdb.base/gnu_vector.exp: Update and extend tests to reflect
3878 changes in scalar to vector casting and widening.
3879 * gdb.python/py-type.c: New variables for use in tests.
3880 * gdb.python/py-type.exp: Update vector related tests to reflect
3881 changes in scalar to vector casting and widening.
3882
3883 2013-01-24 Tiago Stürmer Daitx <tdaitx@linux.vnet.ibm.com>
3884
3885 * gdb.base/prologue-include.c: New file.
3886 * gdb.base/prologue-include.exp: New file.
3887 * gdb.base/prologue-include.h: New file.
3888
3889 2013-01-24 Hafiz Abid Qadeer <abidh@codesourcery.com>
3890
3891 PR gdb/13443
3892 * gdb.mi/mi-var-block.exp: Make test messages unique.
3893
3894 2013-01-23 Tom Tromey <tromey@redhat.com>
3895
3896 * gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.
3897
3898 2013-01-23 Tom Tromey <tromey@redhat.com>
3899
3900 * gdb.cp/converts.cc (main): Initialize 'a'.
3901
3902 2013-01-23 Siva Chandra Reddy <sivachandra@google.com>
3903
3904 * testsuite/gdb.python/frame.exp: Add a test for
3905 gdb.Frame.architecture() method.
3906
3907 2013-01-22 Pedro Alves <palves@redhat.com>
3908
3909 * gdb.base/annota1.exp (signal sent): No longer expect
3910 breakpoints-invalid.
3911 * gdb.cp/annota2.exp (continue until exit)
3912 (watch triggered on a.x): Ditto.
3913
3914 2013-01-22 Pedro Alves <palves@redhat.com>
3915
3916 * gdb.base/annota1.exp (breakpoints_invalid): New variable.
3917 Adjust tests to breakpoints-invalid changes.
3918 * gdb.cp/annota2.exp (breakpoints_invalid, frames_invalid): New
3919 variables.
3920 Adjust tests to breakpoints-invalid changes.
3921
3922 2013-01-22 Pedro Alves <palves@redhat.com>
3923
3924 * gdb.base/annota1.exp (annotate ignore count change): Add
3925 expected output for failure case.
3926
3927 2013-01-22 Tom Tromey <tromey@redhat.com>
3928
3929 * gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init
3930 call.
3931
3932 2013-01-21 Marc Khouzam <marc.khouzam@ericsson.com>
3933
3934 * gdb.mi/mi-break.exp: Expect new 'thread-groups' field.
3935 * gdb.mi/mi-catch-load.exp: Ditto.
3936 * gdb.mi/mi-nsmoribund.exp: Expect new 'thread-groups' field.
3937 Also handle 'thread' field.
3938 * gdb.mi/mi-simplerun.exp: Expect new 'thread-groups' field.
3939 * gdb.mi/mi-watch.exp: Ditto.
3940 * lib/mi-support.exp: Ditto.
3941
3942 2013-01-21 Siva Chandra Reddy <sivachandra@google.com>
3943
3944 * gdb.python/py-explore.exp: Improve a test
3945
3946 2013-01-18  David Blaikie  <dblaikie@gmail.com>
3947
3948 * gdb.base/label.c (main): Correct the type of the second
3949 parameter.
3950
3951 2013-01-18 Tom Tromey <tromey@redhat.com>
3952
3953 * gdb.dwarf2/trace-crash.s: New file.
3954 * gdb.dwarf2/trace-crash.exp: New file.
3955
3956 2013-01-18 Hafiz Abid Qadeer<abidh@codesourcery.com>
3957
3958 PR gdb/13443
3959 * gdb.base/checkpoint.exp: Update test messages to make them
3960 unique.
3961
3962 2013-01-18 Yao Qi <yao@codesourcery.com>
3963
3964 * gdb.trace/infotrace.exp: Check 'traceframe usage' in the
3965 output of 'info tracepoints'.
3966 * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
3967 Likewise.
3968 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
3969 * gdb.trace/disconnected-tracing.c (struct foo): New.
3970
3971 2013-01-17 Jan Kratochvil <jan.kratochvil@redhat.com>
3972
3973 * gdb.dwarf2/dw2-dos-drive.S: New file.
3974 * gdb.dwarf2/dw2-dos-drive.exp: New file.
3975
3976 2013-01-17 Doug Evans <dje@google.com>
3977
3978 * boards/dwarf4-gdb-index.exp: Use any existing CC_FOR_TARGET,
3979 CXX_FOR_TARGET.
3980
3981 * boards/cc-with-tweaks.exp: New file.
3982
3983 2013-01-17 Tom Tromey <tromey@redhat.com>
3984
3985 * gdb.base/completion.exp: Add "set cp-abi" completion test.
3986
3987 2013-01-17 Pedro Alves <palves@redhat.com>
3988
3989 Merge dg-extract-results.sh from upstream (svn 195224).
3990
3991 2013-01-15 David Blaikie <dblaikie@gmail.com>
3992 * dg-extract-results.sh: Fix order of summary counts.
3993
3994 2013-01-15 David Blaikie <dblaikie@gmail.com>
3995 * dg-extract-results.sh: Constrain the start-of-log pattern.
3996
3997 2013-01-15 David Blaikie <dblaikie@gmail.com>
3998 * dg-extract-results.sh: Handle KPASSes.
3999
4000 2010-05-25 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
4001 * dg-extract-results.sh: Redirect grep output to /dev/null instead
4002 of grep -q.
4003
4004 2012-01-17 Sanjoy Das <sanjoy@playingwithpointers.com>
4005
4006 * gdb.base/jit-reader.exp: New file. Test case for the jit-reader
4007 interface.
4008 * gdb.base/jithost.c: New file.
4009 * gdb.base/jithost.h: New file.
4010 * gdb.base/jitreader.c : New file.
4011 * gdb.base/jit-protocol.h: New file.
4012
4013 2013-01-16 Tom Tromey <tromey@redhat.com>
4014
4015 * gdb.base/catch-signal.c: New file.
4016 * gdb.base/catch-signal.exp: New file.
4017
4018 2013-01-16 Tom Tromey <tromey@redhat.com>
4019
4020 * gdb.mi/mi-catch-load.exp: Look for "catch-type".
4021
4022 2013-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4023
4024 * gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
4025
4026 2013-01-14 Tom Tromey <tromey@redhat.com>
4027
4028 * gdb.base/completion.exp: Add "set gnutarget" test.
4029
4030 2013-01-14 Tom Tromey <tromey@redhat.com>
4031
4032 * gdb.dwarf2/dw2-restrict.S: New file.
4033 * gdb.dwarf2/dw2-restrict.c: New file.
4034 * gdb.dwarf2/dw2-restrict.exp: New file.
4035
4036 2013-01-14 Tom Tromey <tromey@redhat.com>
4037
4038 * gdb.dwarf2/dw2-error.exp: New file.
4039 * gdb.dwarf2/dw2-error.c: New file.
4040 * gdb.dwarf2/dw2-error.S: New file.
4041
4042 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4043
4044 * gdb.cp/parse-lang.cc: New file.
4045 * gdb.cp/parse-lang.exp: New file.
4046
4047 2013-01-13 Jan Kratochvil <jan.kratochvil@redhat.com>
4048
4049 * gdb.mi/mi-fullname-deleted.exp: Set srcfileabssubst and initdir.
4050 (set substitute-path): New test.
4051 (fullname present): Remove content.
4052 (substituted fullname): New test.
4053
4054 2013-01-13 Joel Brobecker <brobecker@adacore.com>
4055
4056 * gdb.python/py-finish-breakpoint.exp: Add skip_python_tests
4057 check. Move $gdb_py_is_py24 value check right after.
4058
4059 2013-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4060
4061 * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit
4062 targets.
4063
4064 2013-01-11 Yao Qi <yao@codesourcery.com>
4065
4066 * gdb.base/dprintf.exp: Check the output of 'info breakpoints'
4067 for dprintf.
4068 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
4069 Check the fields in "=breakpoint-created" for dprintf.
4070
4071 2012-12-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4072
4073 * gdb.mi/mi-fullname-deleted.exp: New file.
4074
4075 2012-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4076
4077 * gdb.base/skip-solib.exp (info skip with pending file): Update the
4078 expected output.
4079 (info skip with pending file): Remove.
4080 (ignoring function in solib, info skip for function multiply): Update
4081 the expected output.
4082 * gdb.base/skip.ex (skip (main), skip function baz, info skip)
4083 (info skip (delete 1), info skip after disabling all)
4084 (info skip after enabling all, info skip after disabling 4 2-3)
4085 (info skip after enabling 2-3, info skip 2-3)
4086 (info skip after deleting 2 3): Update the expected output.
4087 * gdb.linespec/base/two/thefile.cc (n): New variable v, split the
4088 statement to its initialization and return.
4089 * gdb.linespec/skip-two.exp: New file.
4090
4091 2012-12-19 Doug Evans <dje@google.com>
4092
4093 * gdb.base/maint.exp: Handle testing with .gdb_index.
4094
4095 2012-12-19 Joel Brobecker <brobecker@adacore.com>
4096
4097 * gdb.arch/mips-octeon-bbit.exp: Fix copyright header from
4098 Cavium to FSF.
4099
4100 2012-12-19 Joel Brobecker <brobecker@adacore.com>
4101
4102 * dg-extract-results.sh: Update contact info in copyright notice.
4103 * gdb.arch/mips-octeon-bbit.exp: Update copyright notice to
4104 GPL v3 or later. Update contact info.
4105 * gdb.fortran/logical.f90, gdb.threads/watchpoint-fork-child.c,
4106 gdb.threads/watchpoint-fork-mt.c,
4107 gdb.threads/watchpoint-fork-parent.c,
4108 gdb.threads/watchpoint-fork-st.c,
4109 gdb.threads/watchpoint-fork.h: Likewise.
4110
4111 2012-12-15 Yao Qi <yao@codesourcery.com>
4112
4113 * gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check
4114 'installed' field in '=breakpoint-modified'.
4115 (test_reconnect): Check 'installed' field in
4116 '=breakpoint-modified' and '=breakpoint-created'.
4117
4118 * gdb.trace/actions.exp: Update test for 'installed' field.
4119 * gdb.trace/change-loc.exp (tracepoint_change_loc_1):
4120 (tracepoint_change_loc_2): Likewise.
4121 Check 'info tracepoint' display nothing else.
4122 * gdb.trace/deltrace.exp: Likewise.
4123 * gdb.trace/infotrace.exp: Likewise.
4124 * gdb.trace/mi-traceframe-changed.exp (test_tfind_remote):
4125 Likewise.
4126 * gdb.trace/passcount.exp: Likewise.
4127 * gdb.trace/tracecmd.exp: Likewise.
4128 * gdb.trace/while-stepping.exp: Likewise.
4129
4130 2012-12-14 Tom Tromey <tromey@redhat.com>
4131
4132 * gdb.cp/member-name.exp: New file.
4133 * gdb.cp/member-name.cc: New file.
4134
4135 2012-12-14 Tom Tromey <tromey@redhat.com>
4136
4137 * gdb.cp/templates.exp (test_ptype_of_templates): Update kfails.
4138
4139 2012-12-14 Doug Evans <dje@google.com>
4140
4141 * gdb.dwarf2/implptr-optimized-out.S: DIE offset for
4142 DW_OP_GNU_implicit_pointer is section-relative.
4143
4144 2012-12-14 Tom Tromey <tromey@redhat.com>
4145
4146 * gdb.base/info-proc.exp: Add core file tests.
4147
4148 2012-12-14 Yufeng Zhang <yufeng.zhang@arm.com>
4149
4150 * gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
4151
4152 2012-12-13 Doug Evans <dje@google.com>
4153
4154 * gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.
4155 * gdb.multi/multi-arch.exp: Ditto.
4156
4157 2012-12-12 Keven Boell <keven.boell@intel.com>
4158
4159 * gdb.mi/mi-catch-load-so.c: New. Clone of the
4160 catch load test library source file.
4161 * gdb.mi/mi-catch-load.c: New. Clone of the catch
4162 load test source file.
4163 * gdb.mi/mi-catch-load.exp: New. Test file for
4164 basic MI -catch-load and -catch-unload tests.
4165
4166 2012-12-11 Paul Koning <paul_koning@dell.com>
4167
4168 * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag
4169 exception.
4170 (_iterator_except): New function.
4171 (ArrayPrinter): Use _iterator function instead of local _iterator
4172 class for Python 3 compatibility.
4173 (NoStringContainerPrinter): Use _iterator_except instead of
4174 _iterator.
4175 * gdb.python/py-typeprint.exp: Use exec(open(...).read()) instead of
4176 execfile for Python 3 compatibility.
4177 * gdb.python/python.exp: Handle Python 2.4 exception traceback
4178 format in error_prompt test.
4179
4180 2012-12-10 Paul Koning <paul_koning@dell.com>
4181
4182 * gdb.base/charset.exp: Change print syntax for Python 3
4183 compatibility.
4184 * gdb.python/py-block.exp: Ditto.
4185 * gdb.python/py-breakpoint.exp: Ditto.
4186 * gdb.python/py-cmd.exp: Ditto.
4187 * gdb.python/py-events.py: Ditto.
4188 * gdb.python/py-finish-breakpoint.py: Ditto.
4189 * gdb.python/py-finish-breakpoint2.exp: Ditto.
4190 * gdb.python/py-finish-breakpoint2.py: Ditto.
4191 * gdb.python/py-frame-inline.exp: Ditto.
4192 * gdb.python/py-frame.exp: Ditto.
4193 * gdb.python/py-infthread.exp: Ditto.
4194 * gdb.python/py-objfile.exp: Ditto.
4195 * gdb.python/py-parameter.exp: Ditto.
4196 * gdb.python/py-progspace.exp: Ditto.
4197 * gdb.python/py-prompt.exp: Ditto.
4198 * gdb.python/py-symbol.exp: Ditto.
4199 * gdb.python/py-symtab.exp: Ditto.
4200 * gdb.python/py-template.exp: Ditto.
4201 * gdb.python/py-value-cc.exp: Ditto.
4202 * gdb.python/python.exp: Ditto.
4203 * gdb.python/source2.py: Ditto.
4204 * gdb.python/lib-types.exp: Change print syntax for Python 3
4205 compatibility.
4206 Use sorted() function rather than sort() method.
4207 Accept either int or long values for enum values.
4208 * gdb.python/py-events.exp: Use exec(open(...).read()) instead of
4209 execfile for Python 3 compatibility.
4210 * gdb.python/py-evsignal.exp: Ditto.
4211 * gdb.python/py-evthreads.exp: Ditto.
4212 * gdb.python/py-mi.exp: Ditto.
4213 * gdb.python/py-pp-maint.exp: Ditto.
4214 * gdb.python/py-prettyprint.exp: Ditto.
4215 * gdb.python/py-finish-breakpoint.exp: Change print syntax for
4216 Python 3 compatibility.
4217 Skip tests for Python 2.4.
4218 * gdb.python/py-inferior.exp: Change print syntax for
4219 Python 3 compatibility.
4220 Use byte string rather than character string in memory write test
4221 if Python 3.
4222 * gdb.python/py-pp-maint.py: Change class declarations to "new
4223 class" syntax.
4224 * gdb.python/py-prettyprint.py: Change iterator class to generator
4225 function for Python 3 compatibility.
4226 Make all classes "new style".
4227 Fix indentation issue and stray semicolon.
4228 * gdb.python/py-shared.expChange print syntax for Python 3
4229 compatibility.
4230 Define "long" if Python 3.
4231 * gdb.python/py-type.exp: Change print syntax for Python 3
4232 compatibility.
4233 Accept either int or long values for enum values.
4234 * gdb.python/py-value.exp: Change print syntax for Python 3
4235 compatibility.
4236 Skip "long" and "unicode" tests if Python 3.
4237 Accept either "type" or "class" in type checks.
4238 * lib/gdb.exp (gdb_py_is_py3k): New flag set if Python 3.
4239 (gdb_py_is_py24): New flag set if Python 2.4 or 2.5.
4240
4241 2012-12-10 Tom Tromey <tromey@redhat.com>
4242
4243 * gdb.dwarf2/implptr-64bit.exp: Run tests with two CUs as well.
4244 (test): Add "two_cu" argument.
4245 * gdb.dwarf2/implptr-64bit.S: Move subprogram later; use ref_addr
4246 for types; allow two CUs.
4247
4248 2012-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
4249
4250 * gdb.dwarf2/dw2-compdir-oldgcc.S: New file.
4251 * gdb.dwarf2/dw2-compdir-oldgcc.exp: New file.
4252
4253 2012-12-08 Yao Qi <yao@codesourcery.com>
4254 Pedro Alves <palves@redhat.com>
4255
4256 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Test
4257 '=breakpoint-created' when GDB merges the tracepoints of both
4258 sides.
4259
4260 2012-12-07 Tom Tromey <tromey@redhat.com>
4261
4262 * gdb.base/break1.c (enum some_enum, union some_union): New.
4263 (some_enum_global, some_union_global, some_value): New globals.
4264 * gdb.base/completion.exp: Add tag completion tests.
4265
4266 2012-12-07 Tom Tromey <tromey@redhat.com>
4267
4268 * gdb.base/completion.exp: Add tests for ptype and whatis
4269 completion.
4270
4271 2012-12-07 Joel Brobecker <brobecker@adacore.com>
4272
4273 * gdb.base/stale-infcall.exp: Fix copyright line.
4274
4275 2012-12-07 Joel Brobecker <brobecker@adacore.com>
4276
4277 * gdb.ada/lang_switch.exp: The "msg" parameter may be a reference.
4278
4279 2012-12-06 Pedro Alves <palves@redhat.com>
4280 Tom Tromey <tromey@redhat.com>
4281
4282 * gdb.base/exprs.exp: Add tests for cast to void.
4283
4284 2012-12-06 Jens Elmenthaler <jens.elmenthaler@advantest.com>
4285
4286 * gdb.python/py-mi.exp: Correct expected results for attribute
4287 "dynamic" returned by -var-update.
4288 Add test case for correct handling of "diplayhint" for children
4289 of dynamic varobjs.
4290 * gdb.python/py-prettyprint.c (set_itme): New function.
4291 (bug_14741) New function.
4292 (main) Add call to bug_14741().
4293 * gdb.python/py-prettyprint.py (class ArrayPrinter): New class.
4294
4295 2012-12-05 Ulrich Weigand <uweigand@de.ibm.com>
4296
4297 * gdb.base/gnu-debugdata.exp: Also include "D" symbols in
4298 ${binfile}.funcsyms list.
4299
4300 2012-12-04 Yao Qi <yao@codesourcery.com>
4301
4302 PR gdb/13443
4303 * gdb.trace/actions.exp: Make test messages unique.
4304
4305 2012-11-29 Tom Tromey <tromey@redhat.com>
4306
4307 * gdb.base/gnu-debugdata.exp (run, pipeline): Don't use lassign.
4308
4309 2012-11-29 Ulrich Weigand <uweigand@de.ibm.com>
4310
4311 * gdb.opencl/convs_casts.exp: Always expect standard vector type names.
4312 * gdb.opencl/datatypes.exp: Likewise.
4313 * gdb.opencl/operators.exp: Likewise.
4314 * gdb.opencl/vec_comps.exp: Likewise.
4315
4316 2012-11-29 Jerome Guitton <guitton@adacore.com>
4317
4318 * gdb.ada/iwide: New testcase.
4319
4320 2012-11-29 Jerome Guitton <guitton@adacore.com>
4321
4322 * gdb.ada/ptype_tagged_param.exp: Adjust expected output in
4323 ptype test.
4324
4325 2012-11-29 Jerome Guitton <guitton@adacore.com>
4326
4327 * gdb.ada/variant_record_packed_array.exp: Test expressions of the
4328 form {VARIANT_TYPE}ADDRESS.
4329
4330 2012-11-27 Daniel Jacobowitz <dan@codesourcery.com>
4331
4332 * gdb.cp/member-ptr.cc (class Diamond): Add func_ptr.
4333 (func): New function.
4334 (main): Initialize diamond.func_ptr and add diamond_pfunc_ptr.
4335 * gdb.cp/member-ptr.exp: Add new tests for ptype and for
4336 pointers to members with pointer-to-function type.
4337
4338 2012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4339 Tom Tromey <tromey@redhat.com>
4340
4341 * gdb.base/gnu-debugdata.exp: New file.
4342 * gdb.base/gnu-debugdata.c: New file.
4343 * lib/gdb.exp (gdb_file_cmd): Handle LZMA warning.
4344 (gdb_unload): Return 0 on success.
4345
4346 2012-11-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4347
4348 * gdb.base/enumval.exp (print e, print f, print K): XFAIL on GCC <= 4.6.
4349
4350 2012-11-26 Joel Brobecker <brobecker@adacore.com>
4351
4352 * gdb.base/empty_exe.exp: New testcase.
4353
4354 2012-11-20 Mike Frysinger <vapier@gentoo.org>
4355
4356 * gdb.base/completion.exp: Add test for help aliases completion.
4357
4358 2012-11-20 Yao Qi <yao@codesourcery.com>
4359
4360 * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
4361 Don't test 'maint set show-debug-regs'.
4362 Use command 'set remotecache' instead of
4363 'set circular-trace-buffer'.
4364
4365 2012-11-16 Keith Seitz <keiths@redhat.com>
4366
4367 PR c++/13615
4368 * gdb.cp/baseenum.cc: New file.
4369 * gdb.cp/baseenum.exp: New file.
4370 * gdb.cp/derivation.cc (A): Add copyright.
4371 Add a typedef.
4372 (B): Use A::value_type instead of int. Change all references.
4373 (D): Use value_type instead of int. Change all references.
4374 (E): Likewise.
4375 (F); Likewise.
4376 (Z): New class.
4377 (ZZ): New class.
4378 (N, Base, Derived): New namespace and classes.
4379 (main): Add instances of Z and ZZ.
4380 Make sure all symbols from N are kept.
4381 * gdb.cp/derivation.exp: Update typedef changes in tests.
4382 Add tests for class typedefs both before and after starting
4383 the inferior.
4384 Add tests for searching for a typedef while stopped in a
4385 method.
4386
4387 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
4388
4389 * gdb.mi/mi-var-create-rtti.c: New file.
4390 * gdb.mi/mi-var-create-rtti.exp: New file.
4391
4392 2012-11-14 Luis Machado <lgustavo@codesourcery.com>
4393
4394 * gdb.base/structs3.exp: Run to main before doing any tests.
4395
4396 2012-11-14 Andrew Burgess <aburgess@broadcom.com>
4397
4398 * gdb.python/py-type.exp: Uniquify test names.
4399
4400 2012-11-14 Yao Qi <yao@codesourcery.com>
4401
4402 * gdb.threads/manythreads.c [DEBUG]: Include "stdio.h".
4403 (thread_function) [DEBUG]: Call 'printf'.
4404 * gdb.threads/manythreads.exp: Pass '-DDEBUG' to compilation
4405 command line if 'DEBUG=1' is passed to test.
4406 Remove a pattern to match inferior's output.
4407
4408 2012-11-13 Giuseppe Montalto <giuseppe.montalto@st.com>
4409
4410 * gdb.mi/mi-fill-memory.exp: New test.
4411
4412 2012-11-12 Tom Tromey <tromey@redhat.com>
4413
4414 * gdb.base/completion.exp: Update for "info type-printers".
4415 * gdb.python/py-typeprint.cc: New file.
4416 * gdb.python/py-typeprint.exp: New file.
4417 * gdb.python/py-typeprint.py: New file.
4418
4419 2012-11-12 Tom Tromey <tromey@redhat.com>
4420
4421 * gdb.base/call-sc.exp: Use "ptype/r".
4422 * gdb.base/volatile.exp: Don't expect "int".
4423 * gdb.cp/ptype-flags.cc: New file.
4424 * gdb.cp/ptype-flags.exp: New file.
4425 * gdb.cp/templates.exp: Use ptype/r.
4426 (test_ptype_of_templates, test_template_typedef): Likewise.
4427 * lib/cp-support.exp (cp_test_ptype_class): Add in_ptype_arg
4428 argument. Handle template names and template parameters.
4429 * gdb.mi/mi-var-cmd.exp: Accept "long".
4430 * gdb.mi/mi-var-child.exp: Accept "long".
4431 * gdb.mi/mi-var-display.exp: Accept "long".
4432 * gdb.mi/mi2-var-child.exp: Accept "long".
4433
4434 2012-11-12 Tom Tromey <tromey@redhat.com>
4435
4436 * gdb.cp/classes.exp (test_ptype_class_objects): Remove
4437 "ptype" from calls to cp_test_ptype_class.
4438 (test_enums): Likewise.
4439 * gdb.cp/derivation.exp: Remove "ptype" from calls to
4440 cp_test_ptype_class.
4441 * gdb.cp/inherit.exp (test_ptype_si): Remove "ptype" from
4442 calls to cp_test_ptype_class.
4443 (test_ptype_mi, test_ptype_vi, test_ptype_mvi): Likewise.
4444 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Remove "ptype"
4445 from calls to cp_test_ptype_class.
4446 * lib/cp-support.exp (cp_test_ptype_class): Supply "ptype"
4447 command here. Change "in_command" argument to "in_exp".
4448
4449 2012-11-10 Keith Seitz <keiths@redhat.com>
4450
4451 PR gdb/14288
4452 * gdb.base/printcmds.c: Add invalid_XXX globals
4453 for repeated byte tests.
4454 * gdb.base/printcmds.exp (test_repeat_bytes): New procedure.
4455 * gdb.base/wchar.c (main): Add and construct a wchar_t
4456 array with repeated characters.
4457 * gdb.base/wchar.exp: Add repeated character tests.
4458
4459 2012-11-09 Andrew Burgess <aburgess@broadcom.com>
4460
4461 * gdb.mi/mi-disassemble.exp: Expect fullname field in mi
4462 disassembly output.
4463
4464 2012-11-09 Pedro Alves <palves@redhat.com>
4465
4466 PR gdb/14306
4467
4468 * gdb.multi/multi-arch-exec.c: New file.
4469 * gdb.multi/multi-arch-exec.exp: New file.
4470
4471 2012-11-09 Yao Qi <yao@codesourcery.com>
4472
4473 * gdb.mi/mi-break.exp (test_abreak_creation): New procedure.
4474 (top level): Call it.
4475
4476 2012-11-09 Yao Qi <yao@codesourcery.com>
4477
4478 * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix
4479 typo.
4480
4481 2012-11-09 Pedro Alves <palves@redhat.com>
4482
4483 * gdb.multi/multi-arch.exp: New.
4484
4485 2012-11-08 Tom Tromey <tromey@redhat.com>
4486
4487 * gdb.base/siginfo-obj.exp: Create core file. Test siginfo from
4488 core files, if possible.
4489 * gdb.base/siginfo-thread.c: New file
4490 * gdb.base/siginfo-thread.exp: New file
4491
4492 2012-11-08 Tom Tromey <tromey@redhat.com>
4493
4494 * gdb.base/comprdebug.exp: New file.
4495
4496 2012-11-06 Pedro Alves <palves@redhat.com>
4497
4498 PR gdb/14810
4499
4500 * gdb.base/disabled-location.c: New file.
4501 * gdb.base/disabled-location.exp: New file.
4502
4503 2012-11-06 Tom Tromey <tromey@redhat.com>
4504
4505 * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd.
4506 * gdb.python/py-strfns.exp (test_strfns_core_file): Use
4507 gdb_gcore_cmd.
4508 * gdb.cell/gcore.exp: Use gdb_gcore_cmd.
4509 * gdb.base/gcore.exp: Use gdb_gcore_cmd.
4510 * gdb.base/gcore-relro.exp: Use gdb_gcore_cmd.
4511 * gdb.base/gcore-buffer-overflow.exp: Use gdb_gcore_cmd.
4512 * gdb.base/auxv.exp: Use gdb_gcore_cmd.
4513 * gdb.arch/vsx-regs.exp: Use gdb_gcore_cmd.
4514 * gdb.arch/system-gcore.exp: Use gdb_gcore_cmd.
4515 * gdb.arch/pa-nullify.exp (test_core_bt): Use gdb_gcore_cmd.
4516 * lib/gdb.exp (gdb_gcore_cmd): New proc.
4517
4518 2012-11-05 Pedro Alves <palves@redhat.com>
4519
4520 * gdb.base/foll-vfork.exp (vfork_relations_in_info_inferiors): New
4521 procedure.
4522 (do_vfork_and_follow_child_tests_exec)
4523 (do_vfork_and_follow_child_tests_exit): Call it.
4524
4525 2012-11-05 Pedro Alves <palves@redhat.com>
4526
4527 * gdb.base/foll-vfork.c (main): Call perror and _exit if execlp()
4528 fails.
4529
4530 2012-11-03 Yao Qi <yao@codesourcery.com>
4531
4532 Fix PR gdb/14617.
4533 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
4534 Remove setup_kfail, and update test.
4535
4536 2012-11-02 Tom Tromey <tromey@redhat.com>
4537
4538 * gdb.base/catch-syscall.exp (do_syscall_tests): Add completion
4539 test.
4540
4541 2012-11-02 Pedro Alves <palves@redhat.com>
4542
4543 PR gdb/14766
4544
4545 * gdb.base/foll-vfork.exp (vfork_child_follow_to_exit): Remove
4546 setup_kfail.
4547 (tcatch_vfork_then_child_follow_exit): No longer expect "Couldn't
4548 get registers".
4549
4550 2012-11-02 Pedro Alves <palves@redhat.com>
4551
4552 * gdb.base/foll-vfork-exit.c: New file.
4553 * gdb.base/foll-vfork.exp (top level): New file-describing
4554 comment.
4555 (vfork_child_follow_to_exit): New procedure.
4556 (tcatch_vfork_then_child_follow): Rename as ...
4557 (tcatch_vfork_then_child_follow_exec): ... this.
4558 (tcatch_vfork_then_child_follow_exit): New procedure.
4559 (do_vfork_and_follow_parent_tests): New procedure, factored out
4560 from do_vfork_and_exec_tests.
4561 (do_vfork_and_follow_child_tests_exec): Ditto.
4562 (do_vfork_and_exec_tests): Delete.
4563 (do_vfork_and_follow_child_tests_exit): New procedure.
4564 (top level): Run tests with both the program that has the vfork
4565 child execing, and the program has the vfork child exiting.
4566
4567 2012-11-02 Pedro Alves <palves@redhat.com>
4568
4569 * gdb.base/foll-vfork.exp (setup_gdb): New procedure.
4570 (check_vfork_catchpoints, vfork_parent_follow_through_step)
4571 (vfork_parent_follow_to_bp): Call it.
4572 (kill_child): Delete.
4573 (vfork_and_exec_child_follow_to_main_bp)
4574 (vfork_and_exec_child_follow_through_step): Call setup_gdb. No
4575 longer call kill_child.
4576 (tcatch_vfork_then_parent_follow): Call setup_gdb.
4577 (do_vfork_and_exec_tests): Don't runto_main before calling each
4578 test procedure.
4579 (top level): Don't clean restart and set verbose before running
4580 each test procedure.
4581
4582 2012-11-02 Pedro Alves <palves@redhat.com>
4583
4584 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step)
4585 (vfork_parent_follow_to_bp)
4586 (vfork_and_exec_child_follow_to_main_bp)
4587 (vfork_and_exec_child_follow_through_step)
4588 (tcatch_vfork_then_parent_follow)
4589 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
4590 Use with_test_prefix.
4591
4592 2012-11-02 Pedro Alves <palves@redhat.com>
4593
4594 * gdb.base/foll-vfork.c: Add copyright header.
4595 * gdb.base/vforked-prog.c: Add copyright header.
4596
4597 2012-11-02 Pedro Alves <palves@redhat.com>
4598
4599 * gdb.base/foll-vfork.exp
4600 (vfork_and_exec_child_follow_through_step): Don't skip on
4601 non-HP/UX targets. Expect the next to only step one line on
4602 non-HP/UX targets, rather than stopping only after the exec.
4603
4604 2012-11-02 Pedro Alves <palves@redhat.com>
4605
4606 Don't hard code line numbers.
4607
4608 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step):
4609 Expect text from the sources instead of a line number.
4610 (vfork_parent_follow_to_bp)
4611 (vfork_and_exec_child_follow_to_main_bp)
4612 (vfork_and_exec_child_follow_through_step)
4613 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
4614 Use gdb_get_line_number.
4615
4616 2012-11-02 Pedro Alves <palves@redhat.com>
4617
4618 Modernize.
4619
4620 * gdb.base/foll-vfork.exp: Use standard_testfile and
4621 build_executable. Pass descriptive string to untested.
4622 (vfork_parent_follow_through_step, vfork_parent_follow_to_bp)
4623 (vfork_and_exec_child_follow_to_main_bp)
4624 (vfork_and_exec_child_follow_through_step)
4625 (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow)
4626 (do_vfork_and_exec_tests): Use gdb_test/gdb_test_multiple instead
4627 of send_gdb/gdb_expect.
4628
4629 (kill_child): New procedure.
4630 (vfork_and_exec_child_follow_to_main_bp)
4631 (vfork_and_exec_child_follow_through_step): Use it.
4632
4633 2012-11-02 Yao Qi <yao@codesourcery.com>
4634
4635 * gdb.base/setvar.exp: Test setting nested struct.
4636 * gdb.base/setvar.c (v_struct3): New.
4637
4638 2012-11-01 Doug Evans <dje@google.com>
4639
4640 * gdb.arch/amd64-pseudo.c (main): Mark registers that the testsuite
4641 changes as clobbered (e.g., amd64-dword.exp) so gcc doesn't try to
4642 use them.
4643
4644 2012-10-31 Andrew Burgess <aburgess@broadcom.com>
4645
4646 PR cli/14772
4647 * gdb.base/gnu_vector.c (union_with_vector_1)
4648 (struct_with_vector_1): Add new struct and union for testing
4649 ptype.
4650 * gdb.base/gnu_vector.exp: Add testing of ptype on vectors, and
4651 structs / unions containing vectors.
4652
4653 2012-10-25 Yao Qi <yao@codesourcery.com>
4654
4655 * gdb.trace/ftrace.exp (test_fast_tracepoints): Use
4656 'setup_kfail' instead of 'setup_kfail_for_target'.
4657 * gdb.base/varargs.exp: Likewise.
4658 * lib/gdb.exp (setup_kfail_for_target): Remove.
4659
4660 2012-10-25 Mark Kettenis <kettenis@openbsd.nfra.nl>
4661
4662 * gdb.base/varargs.exp: PR gdb/12790 is now fixed.
4663
4664 2012-10-25 Mark Kettenis <kettenis@gnu.org>
4665
4666 * gdb.base/varargs.exp: PR gdb/12776 is now fixed.
4667
4668 2012-10-24 Joel Brobecker <brobecker@adacore.com>
4669
4670 * gdb.ada/set_wstr: New testcase.
4671
4672 2012-10-24 Joel Brobecker <brobecker@adacore.com>
4673
4674 * gdb.base/ldbl_e308.c, gdb.base/ldbl_e308.exp: New files.
4675
4676 2012-10-24 Joel Brobecker <brobecker@adacore.com>
4677
4678 * gdb.ada/unc_arr_ptr_in_var_rec: New testcase.
4679
4680 2012-10-24 Mark Kettenis <kettenis@gnu.org>
4681
4682 * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.
4683
4684 2012-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
4685
4686 * gdb.base/callfuncs.exp (do_function_calls): Fix
4687 setup_kfail_for_target for -m32 mode.
4688
4689 2012-10-23 Mark Kettenis <kettenis@gnu.org>
4690
4691 * gdb.base/callfuncs.exp: PR gdb/12796, gdb/12798 and gdb/12800
4692 are now fixed.
4693
4694 2012-10-23 Yao Qi <yao@codesourcery.com>
4695
4696 * gdb.base/info-os.exp: Resume the inferior until it exits.
4697
4698 2012-10-18 Yufeng Zhang <yufeng.zhang@arm.com>
4699
4700 * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
4701 * gdb.base/print-file-var.exp: Likewise.
4702 * gdb.base/type-opaque.exp: Likewise.
4703
4704 2012-10-17 Yao Qi <yao@codesourcery.com>
4705
4706 * gdb.mi/mi-memory-changed.exp: New.
4707
4708 2012-10-16 Yao Qi <yao@codesourcery.com>
4709
4710 * gdb.reverse/solib-precsave.exp: Skip if skip_shlib_test
4711 returns true.
4712 Call gdb_load_shlibs.
4713 * gdb.reverse/solib-reverse.exp: Likewise.
4714
4715 2012-10-15 Keith Seitz <keiths@redhat.com>
4716
4717 * lib/cp-support.exp (cp_test_ptype_class): Add support
4718 for class typedefs.
4719
4720 * gdb.cp/derivation.exp: Add tests for g_instance.
4721
4722 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4723
4724 Fix entry values resolving in inlined frames.
4725 * gdb.arch/amd64-entry-value-inline.S: New file.
4726 * gdb.arch/amd64-entry-value-inline.c: New file.
4727 * gdb.arch/amd64-entry-value-inline.exp: New file.
4728
4729 2012-10-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4730 Doug Evans <dje@google.com>
4731
4732 Fix recent gdb_breakpoint regression.
4733 * gdb.java/jmisc.exp: gdb_breakpoint for $function - remove curly
4734 braces from the parameter.
4735 * gdb.java/jprint.exp: Likewise.
4736
4737 2012-10-15 Doug Evans <dje@google.com>
4738
4739 * lib/gdb.exp (runto): Fix call to gdb_breakpoint.
4740
4741 2012-10-15 Yufeng Zhang <yufeng.zhang@arm.com>
4742
4743 * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.
4744
4745 2012-10-15 Tom Tromey <tromey@redhat.com>
4746
4747 * gdb.python/py-symtab.exp: Test sal and symtab destructors.
4748
4749 2012-10-15 Tom Tromey <tromey@redhat.com>
4750
4751 * gdb.python/py-symbol.exp: Test symbol destructor.
4752
4753 2012-10-14 Yao Qi <yao@codesourcery.com>
4754
4755 * gdb.mi/mi2-cli.exp: Move to mi-cli.exp.
4756 * gdb.mi/mi-cli.exp: New.
4757
4758 * gdb.mi/mi2-basics.exp: Remove.
4759 * gdb.mi/mi2-break.exp: Remove.
4760 * gdb.mi/mi2-console.exp: Remove.
4761 * gdb.mi/mi2-disassemble.exp: Remove.
4762 * gdb.mi/mi2-eval.exp: Remove.
4763 * gdb.mi/mi2-file.exp: Remove.
4764 * gdb.mi/mi2-hack-cli.exp: Remove.
4765 * gdb.mi/mi2-pthreads.exp: Remove.
4766 * gdb.mi/mi2-read-memory.exp: Remove.
4767 * gdb.mi/mi2-regs.exp: Remove.
4768 * gdb.mi/mi2-return.exp: Remove.
4769 * gdb.mi/mi2-simplerun.exp: Remove.
4770 * gdb.mi/mi2-stack.exp: Remove.
4771 * gdb.mi/mi2-stepi.exp: Remove.
4772 * gdb.mi/mi2-syn-frame.exp: Remove.
4773 * gdb.mi/mi2-until.exp: Remove.
4774 * gdb.mi/mi2-watch.exp: Remove.
4775 * gdb.mi/mi2-var-block.exp: Remove.
4776 * gdb.mi/mi2-var-cmd.exp: Remove.
4777 * gdb.mi/mi2-var-display.exp: Remove.
4778
4779 2012-10-12 Yao Qi <yao@codesourcery.com>
4780
4781 * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove
4782 trail '.*' on matching patterns.
4783
4784 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
4785
4786 * gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target.
4787 * gdb.arch/i386-cfi-notcurrent.exp: Likewise.
4788 * gdb.arch/i386-disp-step.exp: Likewise.
4789 * gdb.arch/i386-gnu-cfi.exp: Likewise.
4790 * gdb.arch/i386-prologue.exp: Likewise.
4791 * gdb.arch/i386-size-overlap.exp: Likewise.
4792 * gdb.arch/i386-size.exp: Likewise.
4793 * gdb.arch/i386-unwind.exp: Likewise.
4794
4795 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
4796
4797 * gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
4798 * gdb.arch/i386-word.exp: Likewise.
4799
4800 2012-10-11 H.J. Lu <hongjiu.lu@intel.com>
4801
4802 * gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of
4803 is_ilp32_target to set nr_regs.
4804 * gdb.arch/i386-sse.exp: Likewise.
4805
4806 2012-10-11 Doug Evans <dje@google.com>
4807
4808 PR breakpoints/14643.
4809 * gdb.linespec/ls-errs.exp: Change tests of "b if|task|thread".
4810 * gdb.linespec/thread.c: New file.
4811 * gdb.linespec/thread.exp: New file.
4812
4813 * lib/gdb.exp (gdb_breakpoint): Fix varargs scan.
4814 Recognize "message" -> print pass and fail. Add eof case.
4815 (runto): Recognize message, no-message. Print pass/fail if requested,
4816 with same treatment as gdb_breakpoint.
4817 (runto_main): Pass no-message to runto.
4818 (gdb_internal_error_resync): Add log message.
4819 (gdb_file_cmd): Tweak internal error fail text for consistency.
4820
4821 2012-10-06 Jan Kratochvil <jan.kratochvil@redhat.com>
4822
4823 Fix crash during stepping on ppc32.
4824 * gdb.base/step-symless.c: New file.
4825 * gdb.base/step-symless.exp: New file.
4826
4827 2012-10-03 Doug Evans <dje@google.com>
4828
4829 PR symtab/14601
4830 * gdb.cp/using-crash.exp: New file.
4831 * gdb.cp/using-crash.cc: New file.
4832
4833 2012-10-02 Doug Evans <dje@google.com>
4834
4835 * lib/gdb.exp (gdb_unload): Change wording of perror text to be
4836 more consistent.
4837 (runto,gdb_debug_format): Ditto.
4838 (gdb_file_cmd): Watch for eof in nested gdb_expect.
4839 Clean up logging and error messages.
4840
4841 2012-10-01 Andrew Burgess <aburgess@broadcom.com>
4842
4843 Test find command on unmapped memory.
4844 * gdb.base/find-unmapped.c: New file.
4845 * gdb.base/find-unmapped.exp: New file.
4846
4847 2012-09-29 Yao Qi <yao@codesourcery.com>
4848
4849 * gdb.trace/mi-tracepoint-changed.exp: New.
4850 * gdb.mi/mi-breakpoint-changed.exp: New.
4851 * gdb.mi/pending.c, gdb.mi/pendshr1.c: New
4852 * gdb.mi/pendshr2.c: New.
4853
4854 2012-09-28 Yao Qi <yao@codesourcery.com>
4855
4856 * gdb.mi/pr11022.exp: New.
4857 * gdb.mi/pr11022.c: New. Copied from gdb.base/.
4858
4859 2012-09-27 Tom Tromey <tromey@redhat.com>
4860
4861 * gdb.cp/derivation.exp: Add regression test.
4862 * gdb.cp/derivation.cc (class V_base, class V_inter, class
4863 V_derived): New.
4864 (vderived): New global.
4865
4866 2012-09-26 Tom Tromey <tromey@redhat.com>
4867
4868 * gdb.dwarf2/dw2-common-block.S: New file.
4869 * gdb.dwarf2/dw2-common-block.exp: New file.
4870
4871 2012-09-26 Jan Kratochvil <jan.kratochvil@redhat.com>
4872
4873 * gdb.fortran/common-block.exp: New file.
4874 * gdb.fortran/common-block.f90: New file.
4875
4876 2012-09-26 Andrew Burgess <aburgess@broadcom.com>
4877
4878 * gdb.base/duplicate-bp.c: New file.
4879 * gdb.base/duplicate-bp.exp: New file.
4880
4881 2012-09-26 Yao Qi <yao@codesourcery.com>
4882
4883 * gdb.mi/mi2-cli.exp: Avoid line number in test summary.
4884
4885 Revert:
4886 2012-09-21 Yao Qi <yao@codesourcery.com>
4887
4888 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
4889
4890 2012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
4891
4892 * gdb.base/longest-types.c: New test case.
4893 * gdb.base/longest-types.exp: New test case.
4894
4895 2012-09-25 Yao Qi <yao@codesourcery.com>
4896
4897 * gdb.mi/mi2-cli.exp: Check breakpoint notification.
4898
4899 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4900
4901 Fix internal error on canonicalization of clang types.
4902 * gdb.dwarf2/dw2-canonicalize-type.S: New file.
4903 * gdb.dwarf2/dw2-canonicalize-type.exp: New file.
4904 * lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
4905
4906 2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com>
4907
4908 Fix disassemble without parameters in tailcall frame.
4909 * gdb.arch/amd64-entry-value.exp (down, disassemble): New tests.
4910
4911 2012-09-21 Andrew Burgess <aburgess@broadcom.com>
4912
4913 * gdb.dwarf2/dw2-op-out-param.S: New file.
4914 * gdb.dwarf2/dw2-op-out-param.exp: New file.
4915
4916 2012-09-21 Yao Qi <yao@codesourcery.com>
4917
4918 * gdb.mi/mi2-cli.exp: Remove redundant '\'.
4919
4920 2012-09-21 Yao Qi <yao@codesourcery.com>
4921
4922 * gdb.mi/mi-cli.exp: Remove.
4923 * gdb.mi/mi2-cli.exp: Merged from mi-cli.exp.
4924
4925 2012-09-21 Yao Qi <yao@codesourcery.com>
4926
4927 * gdb.mi/mi-reverse.exp: Fix the typo in expected output of
4928 "=record-started" notification.
4929
4930 2012-09-21 Yao Qi <yao@codesourcery.com>
4931
4932 * gdb.mi/mi-record-changed.exp: New.
4933 * gdb.mi/mi-reverse.exp: Adjust expected output.
4934
4935 2012-09-20 Tom Tromey <tromey@redhat.com>
4936
4937 * gdb.python/python.exp: Test atexit.register.
4938
4939 2012-09-20 Doug Evans <dje@google.com>
4940
4941 * boards/dwarf4-gdb-index.exp: New file.
4942
4943 * gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
4944 while running the tests.
4945
4946 2012-09-18 Joel Brobecker <brobecker@adacore.com>
4947
4948 * gdb.ada/bp_reset: New testcase.
4949
4950 2012-09-18 Yao Qi <yao@codesourcery.com>
4951
4952 * gdb.trace/mi-tsv-changed.exp: New.
4953
4954 2012-09-18 Yao Qi <yao@codesourcery.com>
4955
4956 * gdb.trace/mi-traceframe-changed.exp: New.
4957
4958 2012-09-17 Yao Qi <yao@codesourcery.com>
4959
4960 * gdb.base/list.exp (set_listsize): Don't set arg to "unlimited"
4961 when it is less than 0.
4962
4963 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4964
4965 PR 14119
4966 * gdb.arch/amd64-tailcall-ret.S: New file.
4967 * gdb.arch/amd64-tailcall-ret.c: New file.
4968 * gdb.arch/amd64-tailcall-ret.exp: New file.
4969 * gdb.reverse/amd64-tailcall-reverse.S: New file.
4970 * gdb.reverse/amd64-tailcall-reverse.c: New file.
4971 * gdb.reverse/amd64-tailcall-reverse.exp: New file.
4972
4973 2012-09-17 Jan Kratochvil <jan.kratochvil@redhat.com>
4974
4975 PR 14548
4976 * gdb.reverse/singlejmp-reverse-nodebug.S: New file.
4977 * gdb.reverse/singlejmp-reverse-nodebug.c: New file.
4978 * gdb.reverse/singlejmp-reverse.S: New file.
4979 * gdb.reverse/singlejmp-reverse.c: New file.
4980 * gdb.reverse/singlejmp-reverse.exp: New file.
4981
4982 2012-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
4983
4984 Fix compatibility with old GCC (~4.1).
4985 * gdb.cp/converts.cc (my_enum_var): New variable.
4986
4987 2012-09-14 Andrew Burgess <aburgess@broadcom.com>
4988
4989 * gdb.xml/tdesc-regs.exp: Update expected output for new
4990 vector_size syntax of vector types.
4991
4992 2012-09-13 Khoo Yit Phang <khooyp@cs.umd.edu>
4993
4994 Refactor Python "gdb" module into a proper Python package, by
4995 introducing a new "_gdb" module for code implemented in C, and
4996 using reload/__import__ instead of exec.
4997 * gdb.python/python.exp (Test stderr location): Update module
4998 location of GDB-specific sys.stderr.
4999 (Test stdout location): Ditto for sys.stdout.
5000
5001 2012-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5002
5003 * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
5004
5005 2012-09-12 Keith Seitz <keiths@redhat.com>
5006
5007 * gdb.cp/converts.cc (main): Comment out the pointer to boolean
5008 conversion statement.
5009
5010 2012-09-12 Doug Evans <dje@google.com>
5011
5012 * gdb.base/help.exp: Remove testing of individual command help text,
5013 too much of a maintenance burden. Instead, test the functionality
5014 of "help" itself.
5015
5016 2012-09-11 Doug Evans <dje@google.com>
5017
5018 * gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
5019 breakpoint.
5020
5021 * gdb.dwarf2/fission-base.S: Include gdb.dwarf2/ in dwo_name.
5022 * gdb.dwarf2/fission-reread.S: Ditto.
5023 * gdb.dwarf2/fission-base.exp: Remove setting of debug-file-directory.
5024 * gdb.dwarf2/fission-reread.exp: Ditto.
5025
5026 2012-09-11 Andrew Burgess <aburgess@broadcom.com>
5027
5028 * gdb.base/ptype.exp: Test ptype on a pointer to a typedef.
5029
5030 2012-09-10 Joel Brobecker <brobecker@adacore.com>
5031
5032 * gdb.ada/optim_drec: New testcase.
5033
5034 2012-09-10 Doug Evans <dje@google.com>
5035
5036 * boards/fission.exp: Explicitly mark "board" as not remote.
5037
5038 2012-09-10 Keith Seitz <keiths@redhat.com>
5039
5040 PR gdb/13483
5041 * gdb.cp/converts.cc (A::A): Add ctor.
5042 (A::member_): Add member.
5043 (enum my_enum): New enumeration.
5044 (main): Add calls to foo1_7 with various
5045 permitted arguments.
5046 * gdb.cp/converts.exp: Add tests for boolean
5047 conversions permitted by the standard.
5048
5049 2012-09-08 Khoo Yit Phang <khooyp@cs.umd.edu>
5050
5051 Replace -nw option with $INTERNAL_GDBFLAGS in "xgdb" tests to
5052 avoid spurious results due to ~/.gdbinit.
5053 * gdb.gdb/complaint.exp (setup_test): Replace -nw option with
5054 $INTERNAL_GDBFLAGS in run command.
5055 * gdb.gdb/observer.exp (setup_test): Ditto.
5056 * gdb.gdb/selftest.exp (test_with_self): Ditto.
5057 * gdb.gdb/xfullpath.exp (setup_test): Ditto.
5058
5059 2012-09-06 Doug Evans <dje@google.com>
5060
5061 * boards/fission.exp: New file.
5062
5063 * gdb.python/py-value.exp: Use clean_restart.
5064
5065 2012-09-05 Doug Evans <dje@google.com>
5066
5067 * gdb.base/info-macros.c: Fix whitespace.
5068
5069 2012-08-28 Pedro Alves <palves@redhat.com>
5070
5071 PR gdb/14428
5072
5073 * gdb.base/pc-fp.exp: Adjust expected output of 'info registers pc fp'.
5074
5075 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5076
5077 * gdb.base/break-caller-line.c: New file.
5078 * gdb.base/break-caller-line.exp: New file.
5079
5080 2012-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5081
5082 * gdb.ada/rdv_wait.exp (set debug-file-directory): New command.
5083 * gdb.arch/i386-cfi-notcurrent.S: New file.
5084 * gdb.arch/i386-cfi-notcurrent.exp: New file.
5085
5086 2012-08-27 Wei-cheng Wang <cole945@gmail.com>
5087 Yao Qi <yao@codesourcery.com>
5088 Pedro Alves <palves@redhat.com>
5089
5090 * gdb.base/memattr.exp (delete_memory, region_pass, region_fail):
5091 New procedures.
5092 (top level): Add overlap checking tests.
5093
5094 2012-08-24 Tom Tromey <tromey@redhat.com>
5095
5096 * lib/gdb.exp (skip_unwinder_tests): Don't leave 'ok' set if
5097 gdb_test_multiple fails for other reasons.
5098
5099 2012-08-24 Yao Qi <yao@codesourcery.com>
5100
5101 * lib/gdb.exp (skip_unwinder_tests): Remove pass.
5102
5103 2012-08-23 Pedro Alves <palves@redhat.com>
5104
5105 * gdb.base/help.exp: Adjust to "handle" help text change.
5106
5107 2012-08-23 Yao Qi <yao@codesourcery.com>
5108
5109 * gdb.trace/disconnected-tracing.c (start, end): New.
5110 (main): Call start and end.
5111 * gdb.trace/disconnected-tracing.exp (disconnected_tracing): Move
5112 existing tests into this proc.
5113 (disconnected_tfind): New.
5114
5115 2012-08-23 Yao Qi <yao@codesourcery.com>
5116
5117 * boards/native-gdbserver.exp (${board}_upload): New.
5118 * boards/native-stdio-gdbserver.exp (${board}_upload): New.
5119 * gdb.trace/tfile.exp: Don't check 'gdb,nofileio'.
5120 Execute tfile on remote target.
5121 Copy trace file from target to host.
5122
5123 2012-08-22 Joseph Myers <joseph@codesourcery.com>
5124
5125 * gdb.arch/thumb-bx-pc.S: New file.
5126 * gdb.arch/thumb-bx-pc.exp: New file.
5127
5128 2012-08-22 Tom Tromey <tromey@redhat.com>
5129
5130 * gdb.base/maint.exp: Update.
5131
5132 2012-08-22 Tom Tromey <tromey@redhat.com>
5133
5134 * lib/gdb.exp (skip_unwinder_tests): New proc.
5135 * gdb.cp/nextoverthrow.exp: Use skip_unwinder_tests.
5136 * gdb.java/jnpe.exp: Use skip_unwinder_tests.
5137
5138 2012-08-21 Tom Tromey <tromey@redhat.com>
5139
5140 * gdb.hp/gdb.aCC/exception.exp: Remove.
5141
5142 012-08-19 Andrew Pinski <apinski@cavium.com>
5143
5144 * gdb.arch/mips-octeon-bbit.c: New file.
5145 * gdb.arch/mips-octeon-bbit.exp: New Test.
5146
5147 012-08-19 Keith Seitz <keiths@redhat.com>
5148
5149 PR c++/14365
5150 * gdb.dwarf2/dw2-anon-mptr.exp: New file.
5151 * gdb.dwarf2/dw2-anon-mptr.S: New file.
5152
5153 2012-08-18 Jan Kratochvil <jan.kratochvil@redhat.com>
5154
5155 * gdb.base/solib-corrupted.exp (make solibs looping): Replace
5156 verbose -log by more specific untested call.
5157
5158 2012-08-18 Yao Qi <yao@codesourcery.com>
5159
5160 * gdb.trace/tfind.exp: Move tests on various command help before
5161 checking target supports trace.
5162 Fix the expected output of 'help tfind end'.
5163
5164 2012-08-17 Keith Seitz <keiths@redhat.com>
5165
5166 PR c++/13356
5167 * gdb.base/default.exp: Update all "check type" tests.
5168 * gdb.base/help.exp: Likewise.
5169 * gdb.base/setshow.exp: Likewise.
5170 * gdb.cp/converts.cc (foo1_type_check): New function.
5171 (foo2_type_check): New function.
5172 (foo3_type_check): New function.
5173 (main): Call new functions.
5174 * converts.exp: Add tests for integer-to-pointer conversions
5175 with/without strict type-checking.
5176
5177 2012-08-16 Mike Frysinger <vapier@gentoo.org>
5178
5179 * gdb.base/help.exp: Update expected output.
5180
5181 2012-08-16 Joel Brobecker <brobecker@adacore.com>
5182
5183 * gdb.ada/rdv_wait: New testcase.
5184
5185 2012-08-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5186
5187 * gdb.base/attach-twice.exp: Remove excessive ps exec.
5188
5189 2012-08-13 Doug Evans <dje@google.com>
5190
5191 * gdb.base/help.exp: Update expected output.
5192 * gdb.base/default.exp: Update expected output of "show convenience".
5193
5194 2012-08-10 Doug Evans <dje@google.com>
5195
5196 * gdb.python/py-strfns.c: New file.
5197 * gdb.python/py-strfns.exp: New file.
5198 * gdb.python/py-type.exp (test_fields): Add vector tests.
5199
5200 2012-08-10 Mike Frysinger <vapier@gentoo.org>
5201
5202 PR cli/10436:
5203 * gdb.base/completion.exp: Add tests for handle completion.
5204
5205 2012-08-09 Yao Qi <yao@codesourcery.com>
5206
5207 * gdb.mi/mi-cmd-param-changed.exp: New.
5208 * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
5209 * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
5210 * gdb.mi/mi2-prompt.exp: Likewise.
5211
5212 2012-08-08 Doug Evans <dje@google.com>
5213
5214 * gdb.base/debug-expr.c: New file.
5215 * gdb.base/debug-expr.exp: New file.
5216 * gdb.base/exprs.exp: Test {type} casts.
5217 * gdb.cp/debug-expr.exp: New file.
5218
5219 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5220
5221 * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
5222 global variable loop, not a 'break'. Add loop count limit to 100.
5223 Add new fail case for terminated vgdb.
5224
5225 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5226 Jean-Marc Saffroy <saffroy@gmail.com>
5227
5228 PR 11804
5229 * gdb.base/gcore-relro.exp: New file.
5230 * gdb.base/gcore-relro-main.c: New file.
5231 * gdb.base/gcore-relro-lib.c: New file.
5232
5233 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5234
5235 Do not false FAIL with old GCCs.
5236 * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
5237 GCC < 4.5 in $no_hw mode.
5238
5239 2012-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5240
5241 * gdb.base/default.exp (cd): Accept new directory with no arguments.
5242
5243 2012-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5244
5245 * gdb.base/list.exp (test_only_end): New function.
5246 Call it.
5247
5248 2012-08-06 Tom Tromey <tromey@redhat.com>
5249
5250 * gdb.python/py-mi.exp: Add test for printer whose children
5251 are a list.
5252 * gdb.python/py-prettyprint.c (struct children_as_list): New.
5253 (main): New variable children_as_list.
5254 * gdb.python/py-prettyprint.py (class pp_children_as_list):
5255 New.
5256 (register_pretty_printers): Register new printer.
5257
5258 2012-08-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
5259
5260 * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
5261 symbols. Abort if vgdb remote connection is closed.
5262
5263 2012-08-02 Doug Evans <dje@google.com>
5264
5265 * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
5266
5267 2012-08-02 Sergio Durigan Junior <sergiodj@redhat.com>
5268
5269 * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
5270 s390x, PowerPC 64 and m68k-linux.
5271
5272 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
5273
5274 * gdb.base/annota1.exp: Accept no frames-invalid notification
5275 when starting up the program.
5276 * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
5277 show a symbolic value as well.
5278 * gdb.server/server-exec-info.exp: Skip test when skipping
5279 gdbserver test and/or when skipping shared library tests.
5280 * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
5281 avoid name conflicts with other tests.
5282
5283 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
5284
5285 * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
5286 Fix wrong output on big-endian systems.
5287 * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
5288 4-byte pointer types on 64-bit s390x.
5289
5290 2012-08-02 Ulrich Weigand <uweigand@de.ibm.com>
5291
5292 * gdb.base/watchpoint.c (func2): Initialize local_a. Add
5293 marker comment at the beginning (after intialization).
5294 * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
5295 breakpoint on marker comment instead of function begin.
5296 (test_wide_location_1): Do not expect HW watchpoints on 32-bit
5297 PowerPC.
5298 (test_wide_location_2): Do not expect HW watchpoints on 32-bit
5299 or 64-bit PowerPC.
5300 (do_tests): Consistently set can-use-hw-watchpoints to 0 if
5301 gdb,no_hardware_watchpoints flag is set.
5302 (initialize): Remove now redundant can-use-hw-watchpoints change.
5303
5304 2012-08-02 Yao Qi <yao@codesourcery.com>
5305 Pedro Alves <palves@redhat.com>
5306
5307 * boards/local-remote-host.exp: New.
5308
5309 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
5310
5311 * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
5312 * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
5313 * gdb.base/print-file-var.exp: Likewise.
5314 * gdb.server/solib-list.exp: Skip on remote targets.
5315
5316 2012-08-01 Ulrich Weigand <ulrich.weigand@linaro.org>
5317
5318 * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
5319 watchpoints on ARM. When expecting software watchpoints, tolerate
5320 (remote) targets that report unsupported hardware watchpoint only
5321 at continue time.
5322 (test_wide_location_2): Likewise.
5323
5324 2012-08-01 Jan Kratochvil <jan.kratochvil@redhat.com>
5325
5326 * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
5327 valgrind versions.
5328
5329 2012-07-31 Jan Kratochvil <jan.kratochvil@redhat.com>
5330
5331 * gdb.base/valgrind-infcall.c: New file.
5332 * gdb.base/valgrind-infcall.exp: New file.
5333
5334 * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
5335
5336 2012-07-30 Keith Seitz <keiths@redhat.com>
5337
5338 * gdb.linespec/ls-errs.exp: Check some quote-enclosed
5339 linespecs.
5340
5341 2012-07-30 Doug Evans <dje@google.com>
5342
5343 * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
5344 * gdb.dwarf2/pr13961.S: Ditto.
5345
5346 * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
5347
5348 2012-07-30 Andrew Burgess <aburgess@broadcom.com>
5349
5350 * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
5351 change its format immediately after reloading the binary.
5352
5353 2012-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5354
5355 Fix testsuite regression after --use-deprecated-index-sections removal.
5356 * gdb.base/annota1.exp (run until main breakpoint): Update the expect
5357 string.
5358 * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
5359
5360 2012-07-27 Yao Qi <yao@codesourcery.com>
5361
5362 KFAIL for PR remote/14161.
5363 * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
5364 Cleanup socket files.
5365 (strace_info_marker): Detach inferior.
5366
5367 2012-07-26 Tom Tromey <tromey@redhat.com>
5368
5369 * gdb.objc/print.exp (test_float_accepted): Remove kfails.
5370
5371 2012-07-26 Markus Metzger <markus.t.metzger@intel.com>
5372
5373 * gdb.python/py-inferior.c (thread): New function.
5374 (check_threads): New function.
5375 (test_threads): New function.
5376 * gdb.python/py-inferior.exp: Added test.
5377 Replaced runto with continue to breakpoint.
5378
5379 2012-07-26 Tom Tromey <tromey@redhat.com>
5380
5381 * lib/ada.exp (standard_ada_testfile): New proc.
5382 * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
5383 * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
5384 * gdb.ada/array_return.exp: Use standard_ada_testfile.
5385 * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
5386 * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
5387 * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
5388 * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
5389 * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
5390 * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
5391 * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
5392 * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
5393 * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
5394 * gdb.ada/call_pn.exp: Use standard_ada_testfile.
5395 * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
5396 * gdb.ada/char_enum.exp: Use standard_ada_testfile.
5397 * gdb.ada/char_param.exp: Use standard_ada_testfile.
5398 * gdb.ada/complete.exp: Use standard_ada_testfile.
5399 * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
5400 standard_output_file.
5401 * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
5402 * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
5403 * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
5404 standard_output_file.
5405 * gdb.ada/exprs.exp: Use standard_ada_testfile.
5406 * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
5407 * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
5408 * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
5409 * gdb.ada/frame_args.exp: Use standard_ada_testfile.
5410 * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
5411 * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
5412 * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
5413 * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
5414 * gdb.ada/homonym.exp: Use standard_ada_testfile.
5415 * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
5416 * gdb.ada/int_deref.exp: Use standard_ada_testfile.
5417 * gdb.ada/interface.exp: Use standard_ada_testfile.
5418 * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
5419 standard_output_file
5420 * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
5421 * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
5422 * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
5423 * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
5424 * gdb.ada/nested.exp: Use standard_ada_testfile.
5425 * gdb.ada/null_array.exp: Use standard_ada_testfile.
5426 * gdb.ada/null_record.exp: Use standard_ada_testfile.
5427 * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
5428 * gdb.ada/packed_array.exp: Use standard_ada_testfile.
5429 * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
5430 * gdb.ada/print_chars.exp: Use standard_ada_testfile.
5431 * gdb.ada/print_pc.exp: Use standard_ada_testfile.
5432 * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
5433 * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
5434 * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
5435 * gdb.ada/rec_return.exp: Use standard_ada_testfile.
5436 * gdb.ada/ref_param.exp: Use standard_ada_testfile.
5437 * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
5438 * gdb.ada/same_enum.exp: Use standard_ada_testfile.
5439 * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
5440 * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
5441 * gdb.ada/start.exp: Use standard_ada_testfile.
5442 * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
5443 * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
5444 * gdb.ada/taft_type.exp: Use standard_ada_testfile.
5445 * gdb.ada/tagged.exp: Use standard_ada_testfile.
5446 * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
5447 * gdb.ada/task_bp.exp: Use standard_ada_testfile.
5448 * gdb.ada/tasks.exp: Use standard_ada_testfile.
5449 * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
5450 * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
5451 * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
5452 * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
5453 * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
5454 * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
5455 * gdb.ada/widewide.exp: Use standard_ada_testfile.
5456
5457 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5458
5459 Fix testsuite regression after --use-deprecated-index-sections removal.
5460 * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
5461
5462 2012-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
5463
5464 Fix compatibility with Tcl before 7.5.
5465 * lib/future.exp (lreverse): New function if it does not exist.
5466
5467 2012-07-25 Marc Khouzam <marc.khouzam@ericsson.com>
5468
5469 * gdb.mi/mi-pending.c: New method to set a second pending
5470 breakpoint.
5471 * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
5472 condition.
5473
5474 2012-07-20 Pedro Alves <palves@redhat.com>
5475
5476 PR threads/11692
5477 PR gdb/12203
5478
5479 * gdb.threads/create-fail.c: New file.
5480 * gdb.threads/create-fail.exp: New file.
5481
5482 2012-07-19 Pedro Alves <palves@redhat.com>
5483
5484 * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
5485 * config/vx.exp (gdb_start): Likewise.
5486 * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
5487 * gdb.base/setvar.exp (test_set): Likewise.
5488 * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
5489 * gdb.reverse/sigall-precsave.exp: Likewise.
5490 * gdb.reverse/sigall-reverse.exp: Likewise.
5491
5492 2012-07-19 Pedro Alves <palves@redhat.com>
5493
5494 * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
5495 handler before recording.
5496
5497 2012-07-19 Tom Tromey <tromey@redhat.com>
5498
5499 * gdb.cp/casts.exp: Add tests for typeof and decltype.
5500 * gdb.cp/casts.cc (decltype): New function.
5501 (main): Use it.
5502
5503 2012-07-19 Pedro Alves <palves@redhat.com>
5504
5505 * gdb.base/sigall.exp (signals): New list.
5506 <top level>: Loop over signals in the $signals list instead of
5507 calling a test function once per signal.
5508 * gdb.reverse/sigall-precsave.exp (signals): New list.
5509 <top level>: Loop over signals in the $signals list instead of
5510 calling a test function once per signal.
5511 * gdb.reverse/sigall-reverse.exp (signals): New list.
5512 <top level>: Loop over signals in the $signals list instead of
5513 calling a test function once per signal.
5514
5515 2012-07-19 Yao Qi <yao@codesourcery.com>
5516
5517 * gdb.base/setshow.exp: Test 'set args ~'.
5518
5519 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5520
5521 * gdb.base/store.exp (check_set): Import gdb_prompt.
5522 (continue to wack_${t}): Make it to conditional gdb_test_multiple.
5523 (${prefix}; next ${t}): Hide its name, handle it conditionally now.
5524
5525 2012-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5526
5527 PR 11914
5528 * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
5529 (main): Call eval_sub.
5530 * gdb.python/py-prettyprint.exp:
5531 (python execfile ('py-prettyprint.py')): Move it earlier.
5532 New breakpoint for eval-break.
5533 (continue to breakpoint: eval-break, info locals): New test.
5534 (python execfile ('py-prettyprint.py')): Move it from here.
5535 * gdb.python/py-prettyprint.py (class pp_eval_type): New.
5536 (register_pretty_printers): Register pp_eval_type.
5537
5538 2012-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5539
5540 Fix a testcase regression by me.
5541 * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
5542 DW_FORM_data4.
5543
5544 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5545 Doug Evans <dje@google.com>
5546
5547 * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
5548 * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
5549
5550 2012-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
5551
5552 Fix gdbserver run regression.
5553 * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
5554
5555 2012-07-12 Tom Tromey <tromey@redhat.com>
5556
5557 * lib/gdb.exp (standard_testfile): Don't declare objdir.
5558 (clean_restart): Likewise.
5559 (core_find): Use standard_output_file.
5560
5561 2012-07-12 Tom Tromey <tromey@redhat.com>
5562
5563 * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
5564 * gdb.dwarf2/dw2-anonymous-func.exp: Use
5565 prepare_for_testing_full.
5566 * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
5567 * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
5568 * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
5569 * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
5570 * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
5571 * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
5572 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
5573 prepare_for_testing_full.
5574 * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
5575 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
5576 prepare_for_testing_full.
5577 * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
5578 * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
5579 * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
5580
5581 2012-07-12 Tom Tromey <tromey@redhat.com>
5582
5583 * lib/gdb.exp (build_executable_from_specs): New proc, from
5584 build_executable.
5585 (build_executable): Use it.
5586 (prepare_for_testing_full): New proc.
5587
5588 2012-07-11 Tom Tromey <tromey@redhat.com>
5589
5590 * gdb.reverse/break-precsave.exp: Use standard_output_file.
5591 * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
5592 * gdb.reverse/finish-precsave.exp: Use standard_output_file.
5593 * gdb.reverse/i386-precsave.exp: Use standard_output_file.
5594 * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
5595 * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
5596 * gdb.reverse/solib-precsave.exp: Use standard_output_file.
5597 * gdb.reverse/step-precsave.exp: Use standard_output_file.
5598 * gdb.reverse/until-precsave.exp: Use standard_output_file.
5599 * gdb.reverse/watch-precsave.exp: Use standard_output_file.
5600
5601 2012-07-10 Tom Tromey <tromey@redhat.com>
5602
5603 * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
5604 standard_output_file.
5605 * gdb.mi/gdb2549.exp: Use standard_testfile.
5606 * gdb.mi/gdb669.exp: Use standard_testfile.
5607 * gdb.mi/gdb701.exp: Use standard_testfile.
5608 * gdb.mi/gdb792.exp: Use standard_testfile.
5609 * gdb.mi/mi-async.exp: Use standard_testfile.
5610 * gdb.mi/mi-basics.exp: Use standard_testfile.
5611 * gdb.mi/mi-break.exp: Use standard_testfile.
5612 * gdb.mi/mi-cli.exp: Use standard_testfile.
5613 * gdb.mi/mi-console.exp: Use standard_testfile.
5614 * gdb.mi/mi-disassemble.exp: Use standard_testfile.
5615 * gdb.mi/mi-eval.exp: Use standard_testfile.
5616 * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
5617 * gdb.mi/mi-file.exp: Use standard_testfile.
5618 * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
5619 * gdb.mi/mi-logging.exp: Use standard_testfile.
5620 * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
5621 * gdb.mi/mi-nonstop.exp: Use standard_testfile.
5622 * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
5623 * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
5624 * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
5625 * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
5626 * gdb.mi/mi-pending.exp: Use standard_testfile,
5627 standard_output_file.
5628 * gdb.mi/mi-pthreads.exp: Use standard_testfile.
5629 * gdb.mi/mi-read-memory.exp: Use standard_testfile.
5630 * gdb.mi/mi-regs.exp: Use standard_testfile.
5631 * gdb.mi/mi-return.exp: Use standard_testfile.
5632 * gdb.mi/mi-reverse.exp: Use standard_testfile.
5633 * gdb.mi/mi-simplerun.exp: Use standard_testfile.
5634 * gdb.mi/mi-solib.exp: Use standard_testfile,
5635 standard_output_file.
5636 * gdb.mi/mi-stack.exp: Use standard_testfile.
5637 * gdb.mi/mi-stepi.exp: Use standard_testfile.
5638 * gdb.mi/mi-stepn.exp: Use standard_testfile.
5639 * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
5640 * gdb.mi/mi-until.exp: Use standard_testfile.
5641 * gdb.mi/mi-var-block.exp: Use standard_testfile.
5642 * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
5643 * gdb.mi/mi-var-child.exp: Use standard_testfile.
5644 * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
5645 * gdb.mi/mi-var-cp.exp: Use standard_testfile.
5646 * gdb.mi/mi-var-display.exp: Use standard_testfile.
5647 * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
5648 standard_output_file.
5649 * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
5650 * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
5651 * gdb.mi/mi-watch.exp: Use standard_testfile.
5652 * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
5653 * gdb.mi/mi2-basics.exp: Use standard_testfile.
5654 * gdb.mi/mi2-break.exp: Use standard_testfile.
5655 * gdb.mi/mi2-cli.exp: Use standard_testfile.
5656 * gdb.mi/mi2-console.exp: Use standard_testfile.
5657 * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
5658 * gdb.mi/mi2-eval.exp: Use standard_testfile.
5659 * gdb.mi/mi2-file.exp: Use standard_testfile.
5660 * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
5661 * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
5662 * gdb.mi/mi2-regs.exp: Use standard_testfile.
5663 * gdb.mi/mi2-return.exp: Use standard_testfile.
5664 * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
5665 * gdb.mi/mi2-stack.exp: Use standard_testfile.
5666 * gdb.mi/mi2-stepi.exp: Use standard_testfile.
5667 * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
5668 * gdb.mi/mi2-until.exp: Use standard_testfile.
5669 * gdb.mi/mi2-var-block.exp: Use standard_testfile.
5670 * gdb.mi/mi2-var-child.exp: Use standard_testfile.
5671 * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
5672 * gdb.mi/mi2-var-display.exp: Use standard_testfile.
5673 * gdb.mi/mi2-watch.exp: Use standard_testfile.
5674
5675 2012-07-10 Tom Tromey <tromey@redhat.com>
5676
5677 * gdb.cp/abstract-origin.exp: Use standard_testfile.
5678 * gdb.cp/ambiguous.exp: Use standard_testfile,
5679 prepare_for_testing.
5680 * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
5681 * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
5682 * gdb.cp/anon-ns.exp: Use standard_testfile.
5683 * gdb.cp/anon-struct.exp: Use standard_testfile.
5684 * gdb.cp/anon-union.exp: Use standard_testfile,
5685 prepare_for_testing.
5686 * gdb.cp/arg-reference.exp: Use standard_testfile,
5687 prepare_for_testing.
5688 * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
5689 * gdb.cp/breakpoint.exp: Use standard_testfile,
5690 prepare_for_testing.
5691 * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
5692 * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
5693 standard_output_file.
5694 * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
5695 * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
5696 * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
5697 (test_static_members): Update.
5698 * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
5699 * gdb.cp/converts.exp: Use standard_testfile.
5700 * gdb.cp/cp-relocate.exp: Use standard_testfile.
5701 * gdb.cp/cpcompletion.exp: Use standard_testfile,
5702 prepare_for_testing.
5703 * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
5704 * gdb.cp/cplabel.exp: Use standard_testfile.
5705 * gdb.cp/cplusfuncs.exp: Use standard_testfile,
5706 prepare_for_testing.
5707 * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
5708 * gdb.cp/derivation.exp: Use standard_testfile,
5709 prepare_for_testing.
5710 * gdb.cp/destrprint.exp: Use standard_testfile.
5711 * gdb.cp/dispcxx.exp: Use standard_testfile.
5712 * gdb.cp/exception.exp: Use standard_testfile,
5713 prepare_for_testing.
5714 * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
5715 * gdb.cp/extern-c.exp: Use standard_testfile,
5716 prepare_for_testing.
5717 * gdb.cp/formatted-ref.exp: Use standard_testfile,
5718 prepare_for_testing.
5719 * gdb.cp/fpointer.exp: Use standard_testfile.
5720 * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
5721 * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
5722 standard_output_file.
5723 * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
5724 * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
5725 * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
5726 standard_output_file.
5727 * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
5728 (do_tests): Update.
5729 * gdb.cp/koenig.exp: Use standard_testfile.
5730 * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
5731 * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
5732 * gdb.cp/m-static.exp: Use standard_testfile,
5733 prepare_for_testing.
5734 * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
5735 * gdb.cp/mb-inline.exp: Use standard_testfile,
5736 prepare_for_testing.
5737 * gdb.cp/mb-templates.exp: Use standard_testfile,
5738 prepare_for_testing.
5739 * gdb.cp/member-ptr.exp: Use standard_testfile,
5740 prepare_for_testing.
5741 * gdb.cp/meth-typedefs.exp: Use standard_testfile.
5742 * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
5743 * gdb.cp/method2.exp: Use standard_testfile.
5744 * gdb.cp/minsym-fallback.exp: Use standard_testfile,
5745 standard_output_file.
5746 * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
5747 (do_tests): Update.
5748 * gdb.cp/namespace-enum.exp: Use standard_testfile,
5749 prepare_for_testing.
5750 * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
5751 prepare_for_testing.
5752 * gdb.cp/namespace.exp: Use standard_testfile,
5753 prepare_for_testing.
5754 * gdb.cp/nextoverthrow.exp: Use standard_testfile.
5755 * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
5756 * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
5757 * gdb.cp/nsimport.exp: Use standard_testfile,
5758 prepare_for_testing.
5759 * gdb.cp/nsnested.exp: Use standard_testfile.
5760 * gdb.cp/nsnoimports.exp: Use standard_testfile.
5761 * gdb.cp/nsrecurs.exp: Use standard_testfile,
5762 prepare_for_testing.
5763 * gdb.cp/nsstress.exp: Use standard_testfile,
5764 prepare_for_testing.
5765 * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
5766 * gdb.cp/operator.exp: Use standard_testfile.
5767 * gdb.cp/oranking.exp: Use standard_testfile.
5768 * gdb.cp/overload-const.exp: Use standard_testfile.
5769 * gdb.cp/overload.exp: Use standard_testfile,
5770 prepare_for_testing.
5771 * gdb.cp/ovldbreak.exp: Use standard_testfile.
5772 * gdb.cp/ovsrch.exp: Use standard_testfile.
5773 * gdb.cp/paren-type.exp: Use standard_testfile.
5774 * gdb.cp/pass-by-ref.exp: Use standard_testfile,
5775 prepare_for_testing.
5776 * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
5777 * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
5778 * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
5779 * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
5780 * gdb.cp/pr10728.exp: Use standard_testfile,
5781 standard_output_file.
5782 * gdb.cp/pr12028.exp: Use standard_testfile.
5783 * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
5784 * gdb.cp/pr9167.exp: Use standard_testfile.
5785 * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
5786 * gdb.cp/printmethod.exp: Use standard_testfile,
5787 prepare_for_testing.
5788 * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
5789 * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
5790 * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
5791 * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
5792 standard_output_file.
5793 * gdb.cp/readnow-language.exp: Use standard_testfile.
5794 * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
5795 (gdb_start_again): Use clean_restart.
5796 * gdb.cp/ref-types.exp: Use standard_testfile,
5797 prepare_for_testing.
5798 * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
5799 * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
5800 * gdb.cp/smartp.exp: Use standard_testfile.
5801 * gdb.cp/static-method.exp: Use standard_testfile.
5802 * gdb.cp/static-print-quit.exp: Use standard_testfile.
5803 * gdb.cp/temargs.exp: Use standard_testfile.
5804 * gdb.cp/templates.exp: Use standard_testfile,
5805 prepare_for_testing.
5806 (do_tests): Update.
5807 * gdb.cp/try_catch.exp: Use standard_testfile,
5808 prepare_for_testing.
5809 * gdb.cp/typedef-operator.exp: Use standard_testfile.
5810 * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
5811 * gdb.cp/virtbase.exp: Use standard_testfile,
5812 prepare_for_testing.
5813 * gdb.cp/virtfunc.exp: Use standard_testfile,
5814 prepare_for_testing.
5815 (do_tests): Update.
5816 * gdb.cp/virtfunc2.exp: Use standard_testfile,
5817 prepare_for_testing.
5818
5819 2012-07-10 Tom Tromey <tromey@redhat.com>
5820
5821 * lib/gdb.exp (standard_testfile): Unset output variables from
5822 earlier invocations.
5823
5824 2012-07-10 Yao Qi <yao@codesourcery.com>
5825
5826 * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
5827 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
5828 * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
5829 * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
5830 * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
5831 * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
5832 * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
5833 * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
5834 * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
5835 * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
5836 * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
5837 * gdb.mi/mi-var-display.exp: Likewise.
5838 * gdb.mi/mi-var-invalidate.exp: Likewise.
5839 * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
5840 * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
5841 * gdb.mi/mi2-console.exp: Likewise.
5842 * gdb.mi/mi2-disassemble.exp: Likewise.
5843 * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
5844 * gdb.mi/mi2-read-memory.exp: Likewise.
5845 * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
5846 * gdb.mi/mi2-simplerun.exp: Likewise.
5847 * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
5848 * gdb.mi/mi2-syn-frame.exp: Likewise.
5849 * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
5850 * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
5851 * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
5852
5853 2012-07-09 Tom Tromey <tromey@redhat.com>
5854
5855 * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
5856 * gdb.base/callfuncs.exp: Add cast-based test.
5857 * gdb.base/callfuncs.c (voidfunc): New function.
5858
5859 2012-07-08 Doug Evans <dje@google.com>
5860
5861 * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
5862
5863 2012-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
5864
5865 Fix XFAIL compatibility with old i386 systems.
5866 * gdb.base/stale-infcall.exp (test system longjmp tracking support):
5867 Check also 'Cannot insert breakpoint 0'.
5868
5869 2012-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
5870
5871 PR 14321
5872 * gdb.base/find.exp
5873 (find int64_search_buf, +64/8*100, int64_search_buf): New test.
5874
5875 2012-07-06 Tom Tromey <tromey@redhat.com>
5876
5877 * gdb.base/whatis.exp: Add test.
5878
5879 2012-07-06 Tom Tromey <tromey@redhat.com>
5880
5881 * gdb.base/whatis.exp: Add regression test.
5882
5883 2012-07-06 Tom Tromey <tromey@redhat.com>
5884
5885 * gdb.base/whatis.exp: Add tests.
5886
5887 2012-07-04 Jan Kratochvil <jan.kratochvil@redhat.com>
5888
5889 PR 12649
5890 * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
5891 gdb_test_multiple $gdb_prompt terminator.
5892
5893 2012-07-04 Pedro Alves <palves@redhat.com>
5894
5895 * gdb.mi/mi-reverse.exp: Use supports_reverse and
5896 supports_process_record.
5897
5898 2012-07-04 Pedro Alves <palves@redhat.com>
5899
5900 * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
5901 endings.
5902 * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
5903
5904 2012-07-03 Stan Shebs <stan@codesourcery.com>
5905
5906 * gdb.base/info-os.c (main): Retry resource acquisition until an
5907 available one is found.
5908 * gdb.base/info-os.exp: Collect resource keys from the program
5909 and use them in matching.
5910
5911 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5912
5913 * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
5914 Wrap the test into loop for corefile and core0file.
5915
5916 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5917
5918 * gdb.dwarf2/fission-reread.S: Remove .section attributes.
5919 Change CU pointer size to 4 bytes, adjust .8byte to .4byte. Remove
5920 .note.GNU-stack.
5921
5922 * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
5923
5924 2012-07-02 Sergio Durigan Junior <sergiodj@redhat.com>
5925
5926 * gdb.base/help.exp (help b, help br, help bre, help brea, help
5927 break): Include help message for the new `-probe' and `-probe-stap'
5928 options.
5929
5930 2012-07-02 Stan Shebs <stan@codesourcery.com>
5931
5932 * gdb.base/dprintf.exp: Add agent style tests.
5933
5934 2012-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
5935
5936 * gdb.base/stale-infcall.c (infcall): New label test-next.
5937 (main): New labels test-pass and test-fail.
5938 * gdb.base/stale-infcall.exp: Continue to test-next. Put breakpoint
5939 $test_fail_bpnum to test-fail.
5940 (test system longjmp tracking support): New test.
5941 Delete $test_fail_bpnum.
5942 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
5943 breakpoint.
5944
5945 2012-06-30 Doug Evans <dje@google.com>
5946
5947 * gdb.dwarf2/fission-reread.S: New file.
5948 * gdb.dwarf2/fission-reread.exp: New file.
5949
5950 2012-06-28 Stan Shebs <stan@codesourcery.com>
5951
5952 * gdb.mi/mi-logging.exp: New file.
5953
5954 2012-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
5955 Pedro Alves <palves@redhat.com>
5956
5957 * gdb.threads/siginfo-threads.exp: New file.
5958 * gdb.threads/siginfo-threads.c: New file.
5959 * gdb.threads/sigstep-threads.exp: New file.
5960 * gdb.threads/sigstep-threads.c: New file.
5961
5962 2012-06-28 Tom Tromey <tromey@redhat.com>
5963
5964 * gdb.go/package.exp: Partially revert earlier patch; use
5965 gdb_compile again. Use standard_output_file.
5966
5967 2012-06-27 Doug Evans <dje@google.com>
5968
5969 * gdb.dwarf2/fission-base.c: New file.
5970 * gdb.dwarf2/fission-base.S: New file.
5971 * gdb.dwarf2/fission-base.exp: New file.
5972
5973 2012-06-27 Jan Kratochvil <jan.kratochvil@redhat.com>
5974
5975 * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
5976
5977 2012-06-27 Tom Tromey <tromey@redhat.com>
5978
5979 * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
5980 * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
5981
5982 2012-06-27 Tom Tromey <tromey@redhat.com>
5983
5984 * gdb.dwarf2/pr10770.exp: Use standard_testfile.
5985 * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
5986 * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
5987 * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
5988 * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
5989 prepare_for_testing.
5990 * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
5991 * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
5992 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
5993 standard_testfile.
5994 * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
5995 * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
5996 * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
5997 * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
5998 prepare_for_testing.
5999 * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
6000 * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
6001 * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
6002 * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
6003 * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
6004 * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
6005 * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
6006 * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
6007 * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
6008 * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
6009 * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
6010 * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
6011 * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
6012 * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
6013 * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
6014 * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
6015 * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
6016 * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
6017 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
6018 * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
6019 * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
6020 * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
6021 standard_output_file.
6022 * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
6023 standard_output_file.
6024 * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
6025 * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
6026 * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
6027 * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
6028 * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
6029 * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
6030 * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
6031 * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
6032 * gdb.dwarf2/implptr.exp: Use standard_testfile.
6033 * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
6034 * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
6035 * gdb.dwarf2/pieces.exp: Use standard_testfile.
6036 * gdb.dwarf2/pr11465.exp: Use standard_testfile.
6037 * gdb.dwarf2/pr13961.exp: Use standard_testfile.
6038 * gdb.dwarf2/valop.exp: Use standard_testfile,
6039 prepare_for_testing.
6040
6041 2012-06-27 Tom Tromey <tromey@redhat.com>
6042
6043 * gdb.python/python.exp: Fix regexps in pagination tests.
6044
6045 2012-06-26 Siva Chandra Reddy <sivachandra@google.com>
6046
6047 * gdb.python/py-symtab.exp: Add tests to test the new attribute
6048 'last' of gdb.Symtab_and_line.
6049 * gdb.python/py-symbol.c: Move break point comment to enable
6050 testing of gdb.Symtab_and_line.last.
6051
6052 2012-06-26 Tom Tromey <tromey@redhat.com>
6053
6054 * gdb.threads/step.c: Remove.
6055 * gdb.threads/step.exp: Remove.
6056 * gdb.threads/step2.exp: Remove.
6057
6058 2012-06-26 Tom Tromey <tromey@redhat.com>
6059
6060 * gdb.threads/watchpoint-fork.exp (test): Use
6061 standard_output_file. Don't declare objdir.
6062 * gdb.threads/attach-into-signal.exp: Use standard_testfile,
6063 standard_output_file.
6064 * gdb.threads/attach-stopped.exp: Use standard_testfile.
6065 * gdb.threads/bp_in_thread.exp: Use standard_testfile,
6066 clean_restart. Remove incdir.
6067 * gdb.threads/corethreads.exp: Use standard_testfile.
6068 * gdb.threads/execl.exp: Use standard_testfile,
6069 standard_output_file, clean_restart.
6070 * gdb.threads/fork-child-threads.exp: Use standard_testfile,
6071 clean_restart.
6072 * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
6073 clean_restart.
6074 * gdb.threads/gcore-thread.exp: Use standard_testfile. Remove
6075 incdir.
6076 * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
6077 clean_restart. Remove incdir.
6078 * gdb.threads/ia64-sigill.exp: Use standard_testfile.
6079 * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
6080 clean_restart. Remove incdir.
6081 * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
6082 Remove incdir.
6083 * gdb.threads/leader-exit.exp: Use standard_testfile.
6084 * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
6085 * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
6086 clean_restart.
6087 * gdb.threads/manythreads.exp: Use standard_testfile,
6088 clean_restart. Remove incdir.
6089 * gdb.threads/multi-create.exp: Use standard_testfile,
6090 clean_restart.
6091 * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
6092 * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
6093 * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
6094 * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
6095 * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
6096 * gdb.threads/pending-step.exp: Use standard_testfile,
6097 clean_restart. Remove incdir.
6098 * gdb.threads/print-threads.exp: Use standard_testfile,
6099 clean_restart. Remove incdir.
6100 * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
6101 clean_restart. Remove incdir.
6102 * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
6103 Remove incdir.
6104 * gdb.threads/schedlock.exp: Use standard_testfile. Remove
6105 incdir.
6106 * gdb.threads/sigthread.exp: Use standard_testfile,
6107 clean_restart.
6108 * gdb.threads/staticthreads.exp: Use standard_testfile,
6109 clean_restart. Remove incdir.
6110 * gdb.threads/switch-threads.exp: Use standard_testfile,
6111 clean_restart. Remove incdir.
6112 * gdb.threads/thread-execl.exp: Use standard_testfile,
6113 clean_restart. Remove incdir.
6114 * gdb.threads/thread-find.exp: Use standard_testfile,
6115 clean_restart.
6116 * gdb.threads/thread-specific.exp: Use standard_testfile,
6117 clean_restart. Remove incdir.
6118 * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
6119 clean_restart. Remove incdir.
6120 * gdb.threads/thread_check.exp: Use standard_testfile,
6121 clean_restart. Remove incdir.
6122 * gdb.threads/thread_events.exp: Use standard_testfile. Remove
6123 incdir.
6124 * gdb.threads/threadapply.exp: Use standard_testfile,
6125 clean_restart. Remove incdir.
6126 * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
6127 clean_restart. Remove incdir.
6128 * gdb.threads/tls-nodebug.exp: Use standard_testfile,
6129 clean_restart.
6130 * gdb.threads/tls-shared.exp: Use standard_testfile,
6131 clean_restart, standard_output_file.
6132 * gdb.threads/tls-var.exp: Use standard_testfile,
6133 standard_output_file.
6134 * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
6135 Remove incdir.
6136 * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
6137 * gdb.threads/watchthreads.exp: Use standard_testfile. Remove
6138 incdir.
6139 * gdb.threads/watchthreads2.exp: Use standard_testfile,
6140 clean_restart. Remove incdir.
6141
6142 2012-06-26 Tom Tromey <tromey@redhat.com>
6143
6144 * gdb.trace/actions.exp: Use standard_testfile.
6145 * gdb.trace/ax.exp: Use standard_testfile.
6146 * gdb.trace/backtrace.exp: Use standard_testfile.
6147 * gdb.trace/change-loc.exp: Use standard_testfile.
6148 * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
6149 * gdb.trace/collection.exp: Use standard_testfile,
6150 prepare_for_testing.
6151 * gdb.trace/deltrace.exp: Use standard_testfile.
6152 * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
6153 * gdb.trace/ftrace.exp: Use standard_testfile.
6154 * gdb.trace/infotrace.exp: Use standard_testfile.
6155 * gdb.trace/packetlen.exp: Use standard_testfile.
6156 * gdb.trace/passc-dyn.exp: Use standard_testfile.
6157 * gdb.trace/passcount.exp: Use standard_testfile.
6158 * gdb.trace/pending.exp: Use standard_testfile.
6159 * gdb.trace/report.exp: Use standard_testfile.
6160 * gdb.trace/save-trace.exp: Use standard_testfile.
6161 * gdb.trace/stap-trace.exp: Use standard_testfile.
6162 * gdb.trace/status-stop.exp: Use standard_testfile.
6163 * gdb.trace/strace.exp: Use standard_testfile.
6164 * gdb.trace/tfile.exp: Use standard_testfile.
6165 * gdb.trace/tfind.exp: Use standard_testfile.
6166 * gdb.trace/trace-break.exp: Use standard_testfile.
6167 * gdb.trace/trace-mt.exp: Use standard_testfile.
6168 * gdb.trace/tracecmd.exp: Use standard_testfile.
6169 * gdb.trace/tspeed.exp: Use standard_testfile.
6170 * gdb.trace/tstatus.exp: Use standard_testfile.
6171 * gdb.trace/tsv.exp: Use standard_testfile.
6172 * gdb.trace/unavailable.exp: Use standard_testfile,
6173 prepare_for_testing.
6174 * gdb.trace/while-dyn.exp: Use standard_testfile.
6175 * gdb.trace/while-stepping.exp: Use standard_testfile.
6176
6177 2012-06-26 Tom Tromey <tromey@redhat.com>
6178
6179 * gdb.reverse/break-precsave.exp: Use standard_testfile.
6180 * gdb.reverse/break-reverse.exp: Use standard_testfile.
6181 * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
6182 * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
6183 * gdb.reverse/finish-precsave.exp: Use standard_testfile.
6184 * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
6185 * gdb.reverse/finish-reverse.exp: Use standard_testfile.
6186 * gdb.reverse/i386-precsave.exp: Use standard_testfile,
6187 prepare_for_testing.
6188 * gdb.reverse/i386-reverse.exp: Use standard_testfile,
6189 prepare_for_testing.
6190 * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
6191 prepare_for_testing.
6192 * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
6193 prepare_for_testing.
6194 * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
6195 prepare_for_testing
6196 * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
6197 * gdb.reverse/machinestate.exp: Use standard_testfile.
6198 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
6199 * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
6200 build_executable.
6201 * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
6202 build_executable.
6203 * gdb.reverse/solib-precsave.exp: Use standard_testfile,
6204 standard_output_file.
6205 * gdb.reverse/solib-reverse.exp: Use standard_testfile,
6206 standard_output_file.
6207 * gdb.reverse/step-precsave.exp: Use standard_testfile.
6208 * gdb.reverse/step-reverse.exp: Use standard_testfile.
6209 * gdb.reverse/until-precsave.exp: Use standard_testfile.
6210 * gdb.reverse/until-reverse.exp: Use standard_testfile.
6211 * gdb.reverse/watch-precsave.exp: Use standard_testfile.
6212 * gdb.reverse/watch-reverse.exp: Use standard_testfile.
6213
6214 2012-06-26 Tom Tromey <tromey@redhat.com>
6215
6216 * gdb.stabs/weird.exp: Remove directory-checking code. Use
6217 standard_output_file.
6218 * gdb.stabs/exclfwd.exp: Use standard_testfile,
6219 prepare_for_testing. Remove directory-checking code.
6220
6221 2012-06-25 Tom Tromey <tromey@redhat.com>
6222
6223 * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
6224 * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file. Use
6225 build_executable, not prepare_for_testing.
6226 * gdb.multi/base.exp: Use standard_output_file. Use
6227 build_executable, not prepare_for_testing.
6228
6229 2012-06-25 Tom Tromey <tromey@redhat.com>
6230
6231 * gdb.fortran/subarray.exp: Use standard_testfile,
6232 prepare_for_testing.
6233 * gdb.fortran/multi-dim.exp: Use standard_testfile.
6234 * gdb.fortran/module.exp: Use standard_testfile.
6235 * gdb.fortran/logical.exp: Use standard_testfile.
6236 * gdb.fortran/library-module.exp: Use standard_testfile,
6237 standard_output_file.
6238 * gdb.fortran/derived-type.exp: Use standard_testfile,
6239 prepare_for_testing.
6240 * gdb.fortran/complex.exp: Use standard_testfile,
6241 prepare_for_testing.
6242 * gdb.fortran/charset.exp: Use standard_testfile.
6243 * gdb.fortran/array-element.exp: Use standard_testfile,
6244 prepare_for_testing.
6245
6246 2012-06-25 Keith Seitz <keiths@redhat.com>
6247
6248 * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
6249 Change rbreak-related tests to KFAIL and add bugzilla numbers.
6250
6251 2012-06-25 Tom Tromey <tromey@redhat.com>
6252
6253 * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
6254 * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
6255 * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
6256 * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
6257
6258 2012-06-25 Tom Tromey <tromey@redhat.com>
6259
6260 * gdb.linespec/ls-errs.exp: Use standard_testfile.
6261 * gdb.linespec/ls-dollar.exp: Use standard_testfile.
6262 * gdb.linespec/linespec.exp: Use standard_testfile.
6263
6264 2012-06-25 Tom Tromey <tromey@redhat.com>
6265
6266 * gdb.modula2/unbounded-array.exp: Use standard_testfile,
6267 prepare_for_testing.
6268
6269 2012-06-25 Tom Tromey <tromey@redhat.com>
6270
6271 * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
6272 prepare_for_testing.
6273 * gdb.opt/inline-break.exp: Use standard_testfile,
6274 prepare_for_testing.
6275 * gdb.opt/inline-bt.exp: Use standard_testfile,
6276 prepare_for_testing.
6277 * gdb.opt/inline-cmds.exp: Use standard_testfile,
6278 prepare_for_testing.
6279 * gdb.opt/inline-locals.exp: Use standard_testfile,
6280 prepare_for_testing.
6281
6282 2012-06-25 Tom Tromey <tromey@redhat.com>
6283
6284 * gdb.asm/asm-source.exp: Use standard_output_file,
6285 standard_testfile. Construct .o files in proper subdir.
6286
6287 2012-06-25 Tom Tromey <tromey@redhat.com>
6288
6289 * gdb.server/ext-attach.exp: Use standard_testfile,
6290 prepare_for_testing.
6291 * gdb.server/ext-run.exp: Use standard_testfile,
6292 build_executable.
6293 * gdb.server/file-transfer.exp: Use standard_testfile,
6294 prepare_for_testing.
6295 * gdb.server/server-exec-info.exp: Use standard_testfile.
6296 * gdb.server/server-mon.exp: Use standard_testfile,
6297 prepare_for_testing.
6298 * gdb.server/server-run.exp: Use standard_testfile,
6299 build_executable.
6300 * gdb.server/solib-list.exp: Use standard_testfile,
6301 standard_output_file.
6302
6303 2012-06-25 Tom Tromey <tromey@redhat.com>
6304
6305 * lib/gdb.exp (standard_output_file): Use "file join".
6306 * gdb.go/chan.exp: Use standard_testfile.
6307 * gdb.go/handcall.exp: Use standard_testfile.
6308 * gdb.go/hello.exp: Use standard_testfile.
6309 * gdb.integers/chan.exp: Use standard_testfile.
6310 * gdb.go/methods.exp: Use standard_testfile.
6311 * gdb.go/package.exp: Use standard_testfile.
6312 * gdb.go/strings.exp: Use standard_testfile.
6313 * gdb.go/types.exp: Use standard_testfile.
6314 * gdb.go/unsafe.exp: Use standard_testfile.
6315
6316 2012-06-25 Greta Yorsh <greta.yorsh@arm.com>
6317
6318 * gdb.arch/arm-disp-step.S: Fix use of .global directives.
6319
6320 2012-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6321
6322 Fix regression by the previous commit.
6323 * gdb.python/lib-types.exp: Add c++ to the compilation flags.
6324
6325 2012-06-22 Tom Tromey <tromey@redhat.com>
6326
6327 * gdb.python/lib-types.exp: Use standard_testfile,
6328 prepare_for_testing.
6329 * gdb.python/py-block.exp: Use standard_testfile.
6330 * gdb.python/py-breakpoint.exp: Use standard_testfile.
6331 * gdb.python/py-events.exp: Use standard_testfile,
6332 standard_output_file.
6333 * gdb.python/py-evsignal.exp: Use standard_testfile.
6334 * gdb.python/py-evethreads.exp: Use standard_testfile.
6335 * gdb.python/py-explore-cc.exp: Use standard_testfile.
6336 * gdb.python/py-explore.exp: Use standard_testfile.
6337 * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
6338 standard_output_file.
6339 * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
6340 prepare_for_testing.
6341 * gdb.python/py-frame-inline.exp: Use standard_testfile.
6342 * gdb.python/py-frame.exp: Use standard_testfile.
6343 * gdb.python/py-inferior.exp: Use standard_testfile.
6344 * gdb.python/py-infthread.exp: Use standard_testfile.
6345 * gdb.python/py-mi.exp: Use standard_testfile.
6346 * gdb.python/py-objfile-script.exp: Use standard_testfile,
6347 build_executable.
6348 * gdb.python/py-objfile.exp: Use standard_testfile.
6349 * gdb.python/py-pp-maint.exp: Use standard_testfile,
6350 prepare_for_testing.
6351 * gdb.python/py-prettyprint.exp: Use standard_testfile.
6352 * gdb.python/py-progspace.exp: Use standard_testfile,
6353 build_executable.
6354 * gdb.python/py-prompt.exp: Use standard_testfile,
6355 build_executable.
6356 * gdb.python/py-section-script.exp: Use standard_testfile,
6357 build_executable.
6358 * gdb.python/py-shared.exp: Use standard_testfile,
6359 standard_output_file, clean_restart.
6360 * gdb.python/py-symbol.exp: Use standard_output_file,
6361 prepare_for_testing.
6362 * gdb.python/py-symtab.exp: Use standard_output_file,
6363 prepare_for_testing
6364 * gdb.python/py-template.exp: Use standard_testfile.
6365 * gdb.python/py-type.exp: Use standard_testfile.
6366 * gdb.python/py-value-cc.exp: Use standard_testfile.
6367 * gdb.python/py-value.exp: Use standard_testfile.
6368 * gdb.python/python.exp: Use standard_testfile, build_executable.
6369
6370 2012-06-22 Tom Tromey <tromey@redhat.com>
6371
6372 * gdb.objc/basicclass.exp: Use standard_testfile.
6373 (do_objc_tests): Don't declare objdir.
6374 * gdb.objc/nondebug.exp: Use standard_testfile.
6375 (do_objc_tests): Don't declare objdir.
6376 * gdb.objc/objcdecode.exp: Use standard_testfile.
6377 (do_objc_tests): Don't declare objdir.
6378
6379 2012-06-22 Tom Tromey <tromey@redhat.com>
6380
6381 * gdb.java/jmain.exp: Use standard_testfile.
6382 * gdb.java/jmisc.exp: Use standard_testfile.
6383 * gdb.java/jnpe.exp: Use standard_testfile.
6384 * gdb.java/jprint.exp: Use standard_testfile.
6385
6386 2012-06-22 Tom Tromey <tromey@redhat.com>
6387
6388 * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
6389 (standard_output_file, standard_testfile): New procs.
6390 (build_executable, clean_restart): Use standard_output_file.
6391
6392 2012-06-22 Yao Qi <yao@codesourcery.com>
6393
6394 * boards/native-gdbserver.exp: New proc ${board}_exec.
6395 * boards/native-stdio-gdbserver.exp: Likewise.
6396
6397 2012-06-21 Tom Tromey <tromey@redhat.com>
6398
6399 * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
6400 (build_executable): Update.
6401 (get_compiler_info): Remove 'binfile' argument.
6402 * gdb.ada/arrayidx.exp: Update.
6403 * gdb.ada/null_array.exp: Update.
6404 * gdb.arch/altivec-abi.exp: Update.
6405 * gdb.arch/altivec-regs.exp: Update.
6406 * gdb.arch/amd64-byte.exp: Update.
6407 * gdb.arch/amd64-dword.exp: Update.
6408 * gdb.arch/amd64-word.exp: Update.
6409 * gdb.arch/i386-avx.exp: Update.
6410 * gdb.arch/i386-byte.exp: Update.
6411 * gdb.arch/i386-sse.exp: Update.
6412 * gdb.arch/i386-word.exp: Update.
6413 * gdb.arch/ppc-dfp.exp: Update.
6414 * gdb.arch/ppc-fp.exp: Update.
6415 * gdb.arch/vsx-regs.exp: Update.
6416 * gdb.base/all-bin.exp: Update.
6417 * gdb.base/annota1.exp: Update.
6418 * gdb.base/async.exp: Update.
6419 * gdb.base/attach.exp: Update.
6420 * gdb.base/break-interp.exp: Update.
6421 * gdb.base/call-ar-st.exp: Update.
6422 * gdb.base/call-rt-st.exp: Update.
6423 * gdb.base/call-sc.exp: Update.
6424 * gdb.base/callfuncs.exp: Update.
6425 * gdb.base/catch-load.exp: Update.
6426 * gdb.base/completion.exp: Update.
6427 * gdb.base/complex.exp: Update.
6428 * gdb.base/condbreak.exp: Update.
6429 * gdb.base/consecutive.exp: Update.
6430 * gdb.base/constvars.exp: Update.
6431 * gdb.base/corefile.exp: Update.
6432 * gdb.base/eval-skip.exp: Update.
6433 * gdb.base/expand-psymtabs.exp: Update.
6434 * gdb.base/exprs.exp: Update.
6435 * gdb.base/fileio.exp: Update.
6436 * gdb.base/fixsection.exp: Update.
6437 * gdb.base/funcargs.exp: Update.
6438 * gdb.base/gdb11530.exp: Update.
6439 * gdb.base/gdb1555.exp: Update.
6440 * gdb.base/gnu-ifunc.exp: Update.
6441 * gdb.base/gnu_vector.exp: Update.
6442 * gdb.base/info-macros.exp: Update.
6443 * gdb.base/jit-simple.exp: Update.
6444 * gdb.base/jit-so.exp: Update.
6445 * gdb.base/jit.exp: Update.
6446 * gdb.base/langs.exp: Update.
6447 * gdb.base/list.exp: Update.
6448 * gdb.base/logical.exp: Update.
6449 * gdb.base/long_long.exp: Update.
6450 * gdb.base/longjmp.exp: Update.
6451 * gdb.base/macscp.exp: Update.
6452 * gdb.base/mips_pro.exp: Update.
6453 * gdb.base/miscexprs.exp: Update.
6454 * gdb.base/morestack.exp: Update.
6455 * gdb.base/nodebug.exp: Update.
6456 * gdb.base/opaque.exp: Update.
6457 * gdb.base/pc-fp.exp: Update.
6458 * gdb.base/pending.exp: Update.
6459 * gdb.base/permissions.exp: Update.
6460 * gdb.base/pointers.exp: Update.
6461 * gdb.base/prelink.exp: Update.
6462 * gdb.base/printcmds.exp: Update.
6463 * gdb.base/psymtab.exp: Update.
6464 * gdb.base/ptype.exp: Update.
6465 * gdb.base/relational.exp: Update.
6466 * gdb.base/scope.exp: Update.
6467 * gdb.base/setvar.exp: Update.
6468 * gdb.base/shlib-call.exp: Update.
6469 * gdb.base/shreloc.exp: Update.
6470 * gdb.base/signals.exp: Update.
6471 * gdb.base/sizeof.exp: Update.
6472 * gdb.base/so-impl-ld.exp: Update.
6473 * gdb.base/so-indr-cl.exp: Update.
6474 * gdb.base/solib-disc.exp: Update.
6475 * gdb.base/solib-display.exp: Update.
6476 * gdb.base/solib-nodir.exp: Update.
6477 * gdb.base/solib-overlap.exp: Update.
6478 * gdb.base/solib-symbol.exp: Update.
6479 * gdb.base/solib-weak.exp: Update.
6480 * gdb.base/solib.exp: Update.
6481 * gdb.base/store.exp: Update.
6482 * gdb.base/structs.exp: Update.
6483 * gdb.base/structs2.exp: Update.
6484 * gdb.base/type-opaque.exp: Update.
6485 * gdb.base/unload.exp: Update.
6486 * gdb.base/varargs.exp: Update.
6487 * gdb.base/volatile.exp: Update.
6488 * gdb.base/watch_thread_num.exp: Update.
6489 * gdb.base/watchpoint-solib.exp: Update.
6490 * gdb.base/watchpoint.exp: Update.
6491 * gdb.base/watchpoints.exp: Update.
6492 * gdb.base/whatis.exp: Update.
6493 * gdb.cell/arch.exp: Update.
6494 * gdb.cell/break.exp: Update.
6495 * gdb.cell/bt.exp: Update.
6496 * gdb.cell/core.exp: Update.
6497 * gdb.cell/data.exp: Update.
6498 * gdb.cell/ea-cache.exp: Update.
6499 * gdb.cell/f-regs.exp: Update.
6500 * gdb.cell/fork.exp: Update.
6501 * gdb.cell/gcore.exp: Update.
6502 * gdb.cell/mem-access.exp: Update.
6503 * gdb.cell/ptype.exp: Update.
6504 * gdb.cell/registers.exp: Update.
6505 * gdb.cell/sizeof.exp: Update.
6506 * gdb.cell/solib-symbol.exp: Update.
6507 * gdb.cell/solib.exp: Update.
6508 * gdb.cp/ambiguous.exp: Update.
6509 * gdb.cp/breakpoint.exp: Update.
6510 * gdb.cp/bs15503.exp: Update.
6511 * gdb.cp/casts.exp: Update.
6512 * gdb.cp/class2.exp: Update.
6513 * gdb.cp/cpexprs.exp: Update.
6514 * gdb.cp/cplusfuncs.exp: Update.
6515 * gdb.cp/ctti.exp: Update.
6516 * gdb.cp/dispcxx.exp: Update.
6517 * gdb.cp/gdb1355.exp: Update.
6518 * gdb.cp/gdb2384.exp: Update.
6519 * gdb.cp/gdb2495.exp: Update.
6520 * gdb.cp/infcall-dlopen.exp: Update.
6521 * gdb.cp/local.exp: Update.
6522 * gdb.cp/m-data.exp: Update.
6523 * gdb.cp/m-static.exp: Update.
6524 * gdb.cp/mb-ctor.exp: Update.
6525 * gdb.cp/mb-inline.exp: Update.
6526 * gdb.cp/mb-templates.exp: Update.
6527 * gdb.cp/member-ptr.exp: Update.
6528 * gdb.cp/method.exp: Update.
6529 * gdb.cp/namespace.exp: Update.
6530 * gdb.cp/nextoverthrow.exp: Update.
6531 * gdb.cp/nsdecl.exp: Update.
6532 * gdb.cp/nsrecurs.exp: Update.
6533 * gdb.cp/nsstress.exp: Update.
6534 * gdb.cp/nsusing.exp: Update.
6535 * gdb.cp/pr-1023.exp: Update.
6536 * gdb.cp/pr-1210.exp: Update.
6537 * gdb.cp/pr-574.exp: Update.
6538 * gdb.cp/pr9631.exp: Update.
6539 * gdb.cp/printmethod.exp: Update.
6540 * gdb.cp/psmang.exp: Update.
6541 * gdb.cp/re-set-overloaded.exp: Update.
6542 * gdb.cp/rtti.exp: Update.
6543 * gdb.cp/shadow.exp: Update.
6544 * gdb.cp/templates.exp: Update.
6545 * gdb.cp/try_catch.exp: Update.
6546 * gdb.dwarf2/dw2-ranges.exp: Update.
6547 * gdb.dwarf2/pr10770.exp: Update.
6548 * gdb.fortran/library-module.exp: Update.
6549 * gdb.hp/gdb.aCC/optimize.exp: Update.
6550 * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
6551 * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
6552 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
6553 * gdb.hp/gdb.base-hp/pxdb.exp: Update.
6554 * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
6555 * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
6556 * gdb.hp/gdb.compat/xdb1.exp: Update.
6557 * gdb.hp/gdb.compat/xdb2.exp: Update.
6558 * gdb.hp/gdb.compat/xdb3.exp: Update.
6559 * gdb.hp/gdb.defects/bs14602.exp: Update.
6560 * gdb.hp/gdb.defects/solib-d.exp: Update.
6561 * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
6562 * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
6563 * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
6564 * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
6565 * gdb.mi/gdb792.exp: Update.
6566 * gdb.mi/mi-pending.exp: Update.
6567 * gdb.mi/mi-solib.exp: Update.
6568 * gdb.mi/mi-var-cp.exp: Update.
6569 * gdb.opt/clobbered-registers-O2.exp: Update.
6570 * gdb.opt/inline-bt.exp: Update.
6571 * gdb.opt/inline-cmds.exp: Update.
6572 * gdb.opt/inline-locals.exp: Update.
6573 * gdb.python/py-events.exp: Update.
6574 * gdb.python/py-finish-breakpoint.exp: Update.
6575 * gdb.python/py-type.exp: Update.
6576 * gdb.reverse/solib-precsave.exp: Update.
6577 * gdb.reverse/solib-reverse.exp: Update.
6578 * gdb.server/solib-list.exp: Update.
6579 * gdb.stabs/weird.exp: Update.
6580 * gdb.threads/attach-into-signal.exp: Update.
6581 * gdb.threads/attach-stopped.exp: Update.
6582 * gdb.threads/tls-shared.exp: Update.
6583 * gdb.trace/change-loc.exp: Update.
6584 * gdb.trace/strace.exp: Update.
6585
6586 2012-06-19 Tom Tromey <tromey@redhat.com>
6587
6588 * gdb.base/whatis.exp: Add tests.
6589
6590 2012-06-19 Tom Tromey <tromey@redhat.com>
6591
6592 * gdb.cp/m-static.cc (keepalive): New function.
6593 (gnu_obj_1::method): Use it.
6594
6595 2012-06-18 Doug Evans <dje@google.com>
6596
6597 * gdb.base/info-fun.exp: New file.
6598 * gdb.base/info-fun.c: New file.
6599 * gdb.base/info-fun-solib.c: New file.
6600
6601 2012-06-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6602
6603 Remove stale dummy frames.
6604 * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
6605 (maintenance info breakpoints): New tests.
6606 * gdb.base/stale-infcall.c: New file.
6607 * gdb.base/stale-infcall.exp: New file.
6608
6609 2012-06-17 Jan Kratochvil <jan.kratochvil@redhat.com>
6610
6611 * gdb.arch/amd64-entry-value-param.S: New file.
6612 * gdb.arch/amd64-entry-value-param.c: New file.
6613 * gdb.arch/amd64-entry-value-param.exp: New file.
6614
6615 2012-06-15 Tom Tromey <tromey@redhat.com>
6616
6617 * gdb.cp/namespace.exp: Add "show lang" test.
6618
6619 2012-06-15 Iain Sandoe <iain@codesourcery.com>
6620
6621 * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
6622 case. (top level): Use gdb_file_cmd instead of gdb_load.
6623
6624 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6625
6626 PR tdep/14222
6627 * gdb.arch/i386-sse-stack-align.S: New file.
6628 * gdb.arch/i386-sse-stack-align.c: New file.
6629 * gdb.arch/i386-sse-stack-align.exp: New file.
6630
6631 2012-06-13 Keith Seitz <keiths@redhat.com>
6632
6633 PR breakpoints/13798 and mi/11541
6634 * gdb.linespec/ls-errs.exp: Add a few more tests for
6635 filenames with spaces and colons.
6636
6637 2012-06-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6638
6639 PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
6640 * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
6641 (test_function): Call CV_f.
6642 * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
6643 (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
6644 (p CV::m(int) volatile, p 'CV::m(int) const volatile')
6645 (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
6646 (p CV_f(CV::i)): New tests.
6647
6648 2012-06-13 Tom Tromey <tromey@redhat.com>
6649
6650 * gdb.base/condbreak.exp: Add tests for "condition" completion.
6651
6652 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6653
6654 Fix regression by the "ambiguous linespec" series.
6655 * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
6656 tests.
6657
6658 2012-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
6659
6660 * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
6661 missing.
6662
6663 2012-06-11 Tom Tromey <tromey@redhat.com>
6664
6665 * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
6666 location...
6667 (main): ...here.
6668
6669 2012-06-07 Yao Qi <yao@codesourcery.com>
6670
6671 * gdb.trace/strace.exp: Shorten some too-long lines.
6672
6673 2012-06-06 Pedro Alves <palves@redhat.com>
6674
6675 * gdb.threads/clone-new-thread-event.c: New file.
6676 * gdb.threads/clone-new-thread-event.exp: New file.
6677
6678 2012-06-06 Yao Qi <yao@codesourcery.com>
6679
6680 * gdb.base/dprintf.c (main): Add extra parameter when calling
6681 printf and fprintf.
6682 (bar): New function. It is a dead function, but to ensure
6683 'malloc' is linked explicitly.
6684
6685 2012-06-06 Yao Qi <yao@codesourcery.com>
6686
6687 * gdb.base/info-proc.exp: Return if target doesn't support
6688 'info proc'.
6689
6690 2012-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6691
6692 * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
6693 (run program with breakpoint commands): XFAIl if it is not.
6694
6695 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6696
6697 * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
6698 and add comment.
6699 * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
6700 * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
6701 "STOP" marker. Adjust testing strategy to make it work on
6702 all targets.
6703
6704 * gdb.base/print-file-var-main.c (main): Rewrite using local
6705 variables and adjust get_version_2's return value check.
6706 Add small comment.
6707 * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
6708 marker. Adjust testing strategy to make it work on all targets.
6709
6710 2012-06-05 Joel Brobecker <brobecker@adacore.com>
6711
6712 * gdb.ada/bad-task-bp-keyword: New testcase.
6713
6714 2012-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6715
6716 * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
6717 Simplify it to ...
6718 (symbol-file ${testfile1}): ... here.
6719 (test eliminated var my_global_symbol)
6720 (test eliminated var my_static_symbol)
6721 (test eliminated var my_global_func, get address of main): Wrap them to
6722 'single psymtabs' and 'single symtabs'
6723 (get address of my_global_symbol, get address of my_static_symbol)
6724 (get address of my_global_func, get address of main): Wrap them to
6725 'order1' and 'order2'.
6726
6727 * gdb.base/code_elim.exp
6728 (add-symbol-file ${testfile1} 0x100000)
6729 (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
6730 'order2'.
6731 (order1: add-symbol-file ${testfile1} 0x100000)
6732 (order1: add-symbol-file ${testfile2} 0x200000)
6733 (order2: add-symbol-file ${testfile2} 0x200000)
6734 (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
6735 .bss as appropriate.
6736
6737 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
6738
6739 * gdb.server/solib-list-lib.c: New file.
6740 * gdb.server/solib-list-main.c: New file.
6741 * gdb.server/solib-list.exp: New file.
6742
6743 2012-05-25 Maciej W. Rozycki <macro@codesourcery.com>
6744
6745 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
6746 for 'set print symbol' change.
6747
6748 2012-05-24 Jan Kratochvil <jan.kratochvil@redhat.com>
6749
6750 * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
6751 .debug_abbrev_seg3.
6752
6753 2012-05-24 John Steele Scott <toojays@toojays.net>
6754
6755 PR symtab/13277: Resolving opaque structures in ICC generated binaries.
6756 * gdb.dwarf2/dw2-icc-opaque.S: New file.
6757 * gdb.dwarf2/dw2-icc-opaque.exp: New file.
6758
6759 2012-05-23 Stan Shebs <stan@codesourcery.com>
6760
6761 * gdb.mi/mi-info-os.exp: New file.
6762
6763 2012-05-23 Keith Seitz <keiths@redhat.com>
6764
6765 * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
6766 return -1 to suppress the rest of the tests.
6767 (compile_stap_bin): Return boolean success value.
6768
6769 2012-05-21 Tom Tromey <tromey@redhat.com>
6770
6771 * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
6772 Remove kfails.
6773 (test_print_mi_member_types): Likewise.
6774
6775 2012-05-21 Tom Tromey <tromey@redhat.com>
6776
6777 * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
6778 print symbol' change.
6779
6780 2012-05-18 Thiago Jung Bauermann <thiago.bauermann@linaro.org>
6781
6782 * gdb.python/py-prompt.exp: Quit if the target is remote.
6783
6784 2012-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
6785
6786 Fix ERROR: internal buffer is full.
6787 * gdb.base/info-os.exp (expect_multiline): New function.
6788 (get process list, get process groups, get threads)
6789 (get file descriptors, get internet-domain sockets)
6790 (get shared-memory regions, get semaphores, get message queues): Use
6791 it for these tests.
6792
6793 2012-05-18 Tom Tromey <tromey@redhat.com>
6794
6795 * gdb.mi/mi-var-cmd.exp: Update.
6796 * gdb.objc/basicclass.exp (do_objc_tests): Update.
6797 * gdb.cp/virtbase.exp: Update.
6798 * gdb.cp/classes.exp (test_static_members): Update.
6799 * gdb.cp/casts.exp: Update.
6800 * gdb.base/pointers.exp: Update.
6801 * gdb.base/funcargs.exp (pointer_args): Update.
6802 (structs_by_reference): Update.
6803 * gdb.base/find.exp: Update.
6804 * gdb.base/call-strs.exp: Send "set print symbol off".
6805 * gdb.base/call-ar-st.exp: Update.
6806 * gdb.ada/fun_addr.exp: Update.
6807 * gdb.base/printcmds.exp (test_print_symbol): New proc.
6808 Call it.
6809 (test_print_repeats_10, test_print_strings)
6810 (test_print_char_arrays): Update.
6811
6812 2012-05-18 Tom Tromey <tromey@redhat.com>
6813
6814 * gdb.base/charset.exp (string_display): Update.
6815
6816 2012-05-18 Tom Tromey <tromey@redhat.com>
6817
6818 * gdb.mi/mi2-var-display.exp: Update.
6819 * gdb.mi/mi-var-display.exp: Update.
6820 * gdb.mi/mi-var-child.exp: Update.
6821 * gdb.cp/expand-psymtabs-cxx.exp: Update.
6822 * gdb.cp/cp-relocate.exp (get_func_address): Update.
6823
6824 2012-05-17 Doug Evans <dje@google.com>
6825
6826 * info-macros.exp: Pass "debug" to prepare_for_testing.
6827
6828 * Makefile.in (clean): Remove Fission .dwo and .dwp files.
6829 * gdb.ada/Makefile.in (clean): Ditto.
6830 * gdb.arch/Makefile.in (clean): Ditto.
6831 * gdb.asm/Makefile.in (clean): Ditto.
6832 * gdb.base/Makefile.in (clean): Ditto.
6833 * gdb.cell/Makefile.in (clean): Ditto.
6834 * gdb.cp/Makefile.in (clean): Ditto.
6835 * gdb.disasm/Makefile.in (clean): Ditto.
6836 * gdb.dwarf2/Makefile.in (clean): Ditto.
6837 * gdb.fortran/Makefile.in (clean): Ditto.
6838 * gdb.go/Makefile.in (clean): Ditto.
6839 * gdb.hp/Makefile.in (clean): Ditto.
6840 * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
6841 * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
6842 * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
6843 * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
6844 * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
6845 * gdb.java/Makefile.in (clean): Ditto.
6846 * gdb.linespec/Makefile.in (clean): Ditto.
6847 * gdb.mi/Makefile.in (clean): Ditto.
6848 * gdb.modula2/Makefile.in (clean): Ditto.
6849 * gdb.multi/Makefile.in (clean): Ditto.
6850 * gdb.objc/Makefile.in (clean): Ditto.
6851 * gdb.opencl/Makefile.in (clean): Ditto.
6852 * gdb.opt/Makefile.in (clean): Ditto.
6853 * gdb.pascal/Makefile.in (clean): Ditto.
6854 * gdb.python/Makefile.in (clean): Ditto.
6855 * gdb.reverse/Makefile.in (clean): Ditto.
6856 * gdb.server/Makefile.in (clean): Ditto.
6857 * gdb.stabs/Makefile.in (clean): Ditto.
6858 * gdb.threads/Makefile.in (clean): Ditto.
6859 * gdb.trace/Makefile.in (clean): Ditto.
6860 * gdb.xml/Makefile.in (clean): Ditto.
6861
6862 2012-05-16 Tom Tromey <tromey@redhat.com>
6863
6864 * gdb.base/macscp1.c (macscp_expr): Add comment.
6865 * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
6866
6867 2012-05-16 Maciej W. Rozycki <macro@codesourcery.com>
6868
6869 * gdb.base/return-nodebug.exp: Also test float and double types.
6870
6871 2012-05-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6872
6873 PR testsuite/12649
6874 * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
6875
6876 * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
6877
6878 2012-05-14 Sergio Durigan Junior <sergiodj@redhat.com>
6879
6880 * gdb.base/stap-probe.exp (stap_test): Remove calls to
6881 `rerun_to_main'.
6882 (stap_test_no_debuginfo): Likewise.
6883
6884 2012-05-14 Stan Shebs <stan@codesourcery.com>
6885
6886 * gdb.base/dprintf.c: New file.
6887 * gdb.base/dprintf.exp: New file.
6888
6889 2012-05-14 Hui Zhu <hui_zhu@mentor.com>
6890
6891 * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
6892 * gdb.trace/disconnected-tracing.c: New file.
6893 * gdb.trace/disconnected-tracing.exp: New file.
6894
6895 2012-05-13 Siva Chandra Reddy <sivachandra@google.com>
6896
6897 * gdb.python/python.c: Add a new breakpoint comment.
6898 * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
6899
6900 2011-12-26 Kwok Cheung Yeung <kcy@codesourcery.com>
6901
6902 * gdb.base/info-os.exp: New file.
6903 * gdb.base/info-os.c: New file.
6904
6905 2012-05-10 Joel Brobecker <brobecker@adacore.com>
6906
6907 * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
6908 gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
6909 New files.
6910
6911 2012-05-10 Joel Brobecker <brobecker@adacore.com>
6912
6913 * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
6914 gdb.base/ctxobj.exp: New files.
6915
6916 2012-05-09 Tom Tromey <tromey@redhat.com>
6917
6918 * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
6919
6920 2012-05-09 Maciej W. Rozycki <macro@codesourcery.com>
6921
6922 * lib/gdb.exp (gdb_test_multiple): Correct formatting.
6923
6924 2012-05-08 Maciej W. Rozycki <macro@codesourcery.com>
6925
6926 * gdb.mi/mi-var-display.exp: Check for the existence of $fp
6927 before using it.
6928
6929 2012-05-04 Tristan Gingold <gingold@adacore.com>
6930
6931 * gdb.base/set-noassign.exp: New test.
6932
6933 2012-05-03 Siva Chandra Reddy <sivachandra@google.com>
6934
6935 * gdb.python/py-symbol.exp: Add tests to test the new methods
6936 gdb.Symtab.global_block() and gdb.Symtab.static_block().
6937 * gdb.python/py-symbol.c: Add new struct to help test
6938 gdb.Symtab.static_block().
6939
6940 2012-05-03 Doug Evans <dje@google.com>
6941
6942 * gdb.dwarf2/pr13961.S: Add file and source location, but leave
6943 commented out.
6944
6945 2012-05-03 Yao Qi <yao@codesourcery.com>
6946
6947 * gdb.base/catch-syscall.exp: Skip it before compilation if target
6948 doesn't support.
6949 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
6950 * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
6951
6952 2012-05-03 Yao Qi <yao@codesourcery.com>
6953
6954 * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
6955
6956 2012-04-30 Doug Evans <dje@google.com>
6957
6958 PR testsuite/13961
6959 * gdb.dwarf2/pr13961.S: New file.
6960 * gdb.dwarf2/pr13961.exp: New file.
6961
6962 2012-04-29 Yao Qi <yao@codesourcery.com>
6963
6964 * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
6965
6966 2012-04-28 Doug Evans <dje@google.com>
6967
6968 * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
6969 .Ltype_int_in_cu2. Use name "int2" instead of "int".
6970 All uses updated.
6971 * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
6972 "ptype func_cu1" to expand cu2 before cu1.
6973
6974 2012-04-27 Sergio Durigan Junior <sergiodj@redhat.com>
6975 Tom Tromey <tromey@redhat.com>
6976
6977 * gdb.base/default.exp: Add `$_probe_arg*' convenience
6978 variables.
6979 * gdb.base/stap-probe.c: New file.
6980 * gdb.base/stap-probe.exp: New file.
6981 * gdb.trace/stap-trace.c: New file.
6982 * gdb.trace/stap-trace.exp: New file.
6983 * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
6984 libgcc's unwinder.
6985
6986 2012-04-26 Maciej W. Rozycki <macro@codesourcery.com>
6987
6988 * gdb.arch/mips16-thunks-inmain.c: New file.
6989 * gdb.arch/mips16-thunks-main.c: New file.
6990 * gdb.arch/mips16-thunks-sin.c: New file.
6991 * gdb.arch/mips16-thunks-sinfrob.c: New file.
6992 * gdb.arch/mips16-thunks-sinfrob16.c: New file.
6993 * gdb.arch/mips16-thunks-sinmain.c: New file.
6994 * gdb.arch/mips16-thunks-sinmips16.c: New file.
6995 * gdb.arch/mips16-thunks.exp: New file.
6996
6997 2012-04-25 Doug Evans <dje@google.com>
6998
6999 * configure.ac: Create gdb.go/Makefile.
7000 * configure: Regenerate.
7001 * gdb.base/default.exp: Add "go" to "set language" testing.
7002 * gdb.go/Makefile.in: New file.
7003 * gdb.go/basic-types.exp: New file.
7004 * gdb.go/chan.exp: New file.
7005 * gdb.go/chan.go: New file.
7006 * gdb.go/handcall.exp: New file.
7007 * gdb.go/handcall.go: New file.
7008 * gdb.go/hello.exp: New file.
7009 * gdb.go/hello.go: New file.
7010 * gdb.go/integers.exp: New file.
7011 * gdb.go/integers.go: New file.
7012 * gdb.go/methods.exp: New file.
7013 * gdb.go/methods.go: New file.
7014 * gdb.go/package.exp: New file.
7015 * gdb.go/package1.go: New file.
7016 * gdb.go/package2.go: New file.
7017 * gdb.go/print.exp: New file.
7018 * gdb.go/strings.exp: New file.
7019 * gdb.go/strings.go: New file.
7020 * gdb.go/types.exp: New file.
7021 * gdb.go/types.go: New file.
7022 * gdb.go/unsafe.exp: New file.
7023 * gdb.go/unsafe.go: New file.
7024 * lib/future.exp: Add Go support.
7025 (gdb_find_go, gdb_find_go_linker): New procs.
7026 (gdb_default_target_compile): Add Go support.
7027 * lib/gdb.exp (skip_go_tests): New proc.
7028 * lib/go.exp: New file.
7029
7030 2012-04-25 Tom Tromey <tromey@redhat.com>
7031
7032 * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
7033
7034 2012-04-18 Siddhesh Poyarekar <siddhesh@redhat.com>
7035 Jan Kratochvil <jan.kratochvil@redhat.com>
7036
7037 PR symtab/7259:
7038 * gdb.base/enumval.c: New test case.
7039 * gdb.base/enumval.exp: New test case.
7040 * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
7041 field.bitpos.
7042
7043 2012-04-17 Pedro Alves <palves@redhat.com>
7044
7045 * Makefile.in (site.exp): Make site.exp source
7046 $srcdir/lib/append_gdb_boards_dir.exp.
7047 * lib/append_gdb_boards_dir.exp: New file.
7048
7049 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7050
7051 New option "set auto-load safe-path".
7052 * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
7053 * gdb.python/py-section-script.exp (set auto-load safe-path): New.
7054
7055 2012-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7056
7057 auto-load: Implementation.
7058 * gdb.base/help.exp (test set height): Increase the height.
7059 * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
7060 to ...
7061 (info auto-load python-scripts): ... here.
7062 * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
7063 to ...
7064 (info auto-load python-scripts *): ... here.
7065
7066 2012-04-16 Yao Qi <yao@codesourcery.com>
7067
7068 * lib/trace-support.exp (get_in_proc_agent): New.
7069 * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
7070 of in process trace agent.
7071 * gdb.trace/ftrace.exp: Likewise.
7072 * gdb.trace/pending.exp: Likewise.
7073 * gdb.trace/trace-break.exp: Likewise.
7074 * gdb.trace/trace-mt.exp
7075 * gdb.trace/tspeed.exp: Likewise.
7076 * gdb.trace/tstatus.exp
7077 * gdb.trace/strace.exp: Likewise.
7078
7079 2012-04-16 Thomas Schwinge <thomas@codesourcery.com>
7080
7081 * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
7082 symbol _stack is defined. Get rid of a hard-coded constant for _stack.
7083
7084 * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
7085
7086 2012-04-14 Anton Gorenkov <xgsa@yandex.ru>
7087
7088 PR mi/13393
7089 * gdb.mi/mi-var-rtti.cc: New file.
7090 * gdb.mi/mi-var-rtti.exp: New file.
7091 * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
7092 function.
7093 (mi_varobj_update_with_type_change): updated to avoid code duplication.
7094
7095 2012-04-11 Siva Chandra Reddy <sivachandra@google.com>
7096
7097 * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
7098 EXECUTABLES.
7099 * gdb.python/py-explore.c: C program used for testing the new
7100 'explore' command on C constructs.
7101 * gdb.python/py-explore.cc: C++ program used for testing the new
7102 'explore' command on C++ constructs.
7103 * gdb-python/py-explore.exp: Tests for the new 'explore'
7104 command on C constructs.
7105 * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
7106 command on C++ constructs.
7107
7108 2012-04-07 Mark Kettenis <kettenis@gnu.org>
7109
7110 * gdb.base/funcargs.exp (complex_args): Fix typo.
7111
7112 2012-04-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7113
7114 * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
7115 (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
7116
7117 2012-04-05 Keith Seitz <keiths@redhat.com>
7118
7119 * gdb.base/advance.exp: Update error message for
7120 "advance malformed" test.
7121 * gdb.base/break.exp: Likewise for "breakpoint with
7122 trailing garbage" test.
7123 * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
7124 with trailing garbage" test.
7125 * gdb.base/sepdebug.exp: Likewise for "breakpoint with
7126 trailng garbage" test.
7127 * gdb.base/until.exp: Likewise for "malformed until" test.
7128 * gdb.cp/ovldbreak.exp: Create the breakpoint table
7129 for "breakpoint info (after setting on all)".
7130 * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
7131 tests.
7132 * gdb.cp/cplabel.cc: New file.
7133 * gdb.cp/cplabel.exp: New test.
7134 * gdb.linespec/ls-errs.c: New file.
7135 * gdb.linespec/ls-errs.exp: New test.
7136
7137 2012-04-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7138
7139 * gdb.trace/unavailable.exp
7140 (collect globals: print object on: print derived_partial)
7141 (collect globals: print object on: print derived_whole)
7142 (collect globals: print object off: print derived_partial)
7143 (collect globals: print object off: print derived_whole): Update
7144 expected output.
7145
7146 2012-03-30 Keith Seitz <keiths@redhat.com>
7147
7148 * gdb.python: Add test for linespecs with commas.
7149
7150 2012-03-28 Keith Seitz <keiths@redhat.com>
7151
7152 * gdb.linespec/ls-dollar.cc: New file.
7153 * gdb.linespec/ls-dollar.exp: New test.
7154
7155 2012-03-28 Keith Seitz <keiths@redhat.com>
7156
7157 * gdb.cp/namespace.exp: Add breakpoint tests for functions
7158 starting with the global namespace.
7159
7160 2012-03-23 Doug Evans <dje@google.com>
7161
7162 * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
7163
7164 2012-03-22 Siva Chandra Reddy <sivachandra@google.com>
7165
7166 * gdb.python/py-value.cc: Add test case for testing the
7167 methodology exposing C++ values to Python.
7168 * gdb.python/py-value-cc.exp: Add tests testing the methodology
7169 exposing C++ values to Python.
7170 * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
7171
7172 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7173 Siddhesh Poyarekar <siddhesh@redhat.com>
7174
7175 * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
7176 * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
7177 (generate native core dump): Make the test unsupported if core cannot
7178 be generated.
7179
7180 2012-03-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7181
7182 * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
7183 for cmdarg_vec = NULL. Remove entries for cmdsize = 1, cmdarg = and
7184 ncmd = 0. New entry for VEC_cleanup cmdarg_s.
7185
7186 2012-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
7187
7188 * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
7189
7190 2012-03-17 Doug Evans <dje@google.com>
7191
7192 * dg-extract-results.sh: Handle KFAILs.
7193
7194 2012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
7195
7196 PR symtab/13777
7197 * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
7198
7199 2012-03-16 Joel Brobecker <brobecker@adacore.com>
7200
7201 * gdb.ada/set_pckd_arr_elt: New testcase.
7202
7203 2012-03-16 Gary Benson <gbenson@redhat.com>
7204
7205 PR breakpoints/10738
7206 * gdb.opt/inline-break.exp: New file.
7207 * gdb.opt/inline-break.c: Likewise.
7208 * gdb.dwarf2/dw2-inline-break.exp: Likewise.
7209 * gdb.dwarf2/dw2-inline-break.S: Likewise.
7210 * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
7211 * gdb.base/async-shell.exp: Likewise.
7212 * lib/mi-support.exp (library_loaded_re): Likewise.
7213
7214 2012-03-15 Tom Tromey <tromey@redhat.com>
7215
7216 * gdb.cp/virtfunc2.exp: Update expected output.
7217 * gdb.cp/pr9631.exp: Update expected output.
7218 * gdb.cp/member-ptr.exp: Update expected output.
7219 * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
7220 output.
7221 * gdb.cp/casts.exp: Update expected output.
7222
7223 2012-03-15 Tom Tromey <tromey@redhat.com>
7224
7225 * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
7226 (test_info_vtbl): Likewise.
7227 (do_tests): Call test_info_vtbl.
7228 * gdb.cp/virtfunc.cc (va): New global.
7229
7230 2012-03-15 Thomas Schwinge <thomas@codesourcery.com>
7231
7232 * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
7233 describing DWARF data structures.
7234 * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
7235 * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
7236 * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
7237 * gdb.dwarf2/dw2-entry-value.S: Likewise.
7238 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
7239 * gdb.dwarf2/dw2-param-error.S: Likewise.
7240 * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
7241 * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
7242 * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
7243 * gdb.dwarf2/implptr-optimized-out.S: Likewise.
7244 * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
7245 * gdb.dwarf2/pr11465.S: Likewise.
7246
7247 2012-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7248
7249 * gdb.mi/mi2-prompt.exp: New file.
7250
7251 2012-03-13 Joel Brobecker <brobecker@adacore.com>
7252
7253 * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
7254
7255 2012-03-13 Joel Brobecker <brobecker@adacore.com>
7256
7257 * gdb.ada/bp_range_type: New testcase.
7258
7259 2012-03-13 Doug Evans <dje@google.com>
7260
7261 * gdb.base/default.exp: Delete tests for symbol-reloading.
7262 * gdb.base/help.exp: Ditto.
7263 * gdb.base/setshow.exp: Ditto.
7264 * gdb.base/gdb_history: Delete references to symbol-reloading.
7265
7266 2012-03-06 Jan Kratochvil <jan.kratochvil@redhat.com>
7267
7268 * gdb.base/attach-twice.c: New files.
7269 * gdb.base/attach-twice.exp: New files.
7270
7271 2012-03-08 Keith Seitz <keiths@redhat.com>
7272
7273 * lib/gdb.exp (gdb_get_line_number): Throw an
7274 error instead of returning -1.
7275 * gdb.base/break.exp: Remove unused variable
7276 bp_location5.
7277 * gdb.base/hbreak2.exp: Likewise.
7278 * gdb.base/sepdebug.exp: Likewise.
7279
7280 2012-03-08 Yao Qi <yao@codesourcery.com>
7281 Pedro Alves <palves@redhat.com>
7282
7283 Fix PR server/13392.
7284 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
7285 (tracepoint_change_loc_2): Remove kfail. Return if failed to
7286 download tracepoints.
7287 * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
7288 (pending_tracepoint_resolved_during_trace): Likewise.
7289 (pending_tracepoint_installed_during_trace): Likewise.
7290 (pending_tracepoint_with_action_resolved): Likewise.
7291
7292 2012-03-08 Keith Seitz <keiths@redhat.com>
7293
7294 * gdb.ada/array_bounds.exp: Get breakpoint for line
7295 with "START", not "STOP".
7296 * gdb.python/py-infthread.exp: Do not continue to
7297 line marked "Break here.", which is undefined.
7298
7299 2012-03-08 Luis Machado <lgustavo@codesourcery.com>
7300
7301 Revert:
7302
7303 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7304
7305 Implement testsuite workaround for PR breakpoints/13781.
7306 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
7307 (set breakpoint condition-evaluation host): New conditional command.
7308
7309 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7310
7311 Fix CU relative vs. absolute DIE offsets.
7312 * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
7313 one.
7314
7315 2012-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7316
7317 Fix false FAIL on distros with relro linkage as default.
7318 * gdb.reverse/solib-precsave.exp: Try to compile the test using
7319 -Wl,-z,norelro first.
7320
7321 2012-03-06 Joel Brobecker <brobecker@adacore.com>
7322
7323 * gdb.ada/bp_on_var: New testcase.
7324
7325 2012-03-06 Joel Brobecker <brobecker@adacore.com>
7326
7327 * gdb.ada/bp_enum_homonym: New testcase.
7328
7329 2012-03-06 Yao Qi <yao@codesourcery.com>
7330
7331 * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
7332 x86_64-*-* and i?86-*-*.
7333 Set up KFAIL for gdb/13808.
7334
7335 2012-03-05 Tom Tromey <tromey@redhat.com>
7336
7337 * gdb.ada/operator_bp.exp: Clear debug-file-directory.
7338 * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
7339
7340 2012-03-05 Tom Tromey <tromey@redhat.com>
7341
7342 * gdb.java/jprint.java (jprint.main): Keep 'x' live.
7343
7344 2012-03-04 Yao Qi <yao@codesourcery.com>
7345
7346 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
7347 messages for KFAIL.
7348
7349 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7350
7351 * gdb.ada/arrayidx.exp: Call get_compiler_info. New variable old_gcc.
7352 (print one_two_three, indexes off, print few_reps, indexes off)
7353 (print many_reps, indexes off, print empty, indexes off)
7354 (print one_two_three, print few_reps, print many_reps, print empty):
7355 Call setup_xfail if $gcc_old.
7356
7357 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7358
7359 Implement testsuite workaround for PR breakpoints/13781.
7360 * gdb.cp/mb-templates.exp: New loop with variable $workaround.
7361 (set breakpoint condition-evaluation host): New conditional command.
7362
7363 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7364
7365 Code cleanup.
7366 * gdb.cp/mb-templates.exp: New variables executable. Use it for
7367 binfile. use clean_restart. Replace gdb_expect by gdb_test_multiple.
7368 Replace GDB restart by kill and delete_breakpoints. Replace breakpoint
7369 number 1 by $bpnum. Four times.
7370
7371 2012-03-03 Yao Qi <yao@codesourcery.com>
7372
7373 * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
7374
7375 2012-03-03 Jan Kratochvil <jan.kratochvil@redhat.com>
7376
7377 Setup KFAIL for PR server/13796.
7378 * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
7379
7380 2012-03-02 Joel Brobecker <brobecker@adacore.com>
7381
7382 * gdb.ada/operator_bp: New testcase.
7383
7384 2012-03-02 Joel Brobecker <brobecker@adacore.com>
7385
7386 * gdb.ada/info_locals_renaming: New testcase.
7387
7388 2012-03-02 Tom Tromey <tromey@redhat.com>
7389
7390 * gdb.base/nextoverexit.c: New file.
7391 * gdb.base/nextoverexit.exp: New file.
7392
7393 2012-03-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
7394
7395 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
7396 parameter.
7397
7398 2012-03-01 Maciej W. Rozycki <macro@mips.com>
7399
7400 * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
7401 core registers.
7402
7403 2012-03-01 Maciej W. Rozycki <macro@mips.com>
7404 Maciej W. Rozycki <macro@codesourcery.com>
7405 Daniel Jacobowitz <dan@codesourcery.com>
7406
7407 * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
7408
7409 2012-03-01 Pedro Alves <palves@redhat.com>
7410
7411 PR gdb/13767
7412
7413 * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
7414 (gdb_collect_globals_test): Call it.
7415
7416 2012-03-01 Keith Seitz <keiths@redhat.com>
7417
7418 * gdb.cp/method2.exp: Output of overload menu is now
7419 alphabetized. Update tests for "break A::method".
7420 * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
7421 of hard-coding them.
7422 Overload menu is alphabetized: rewrite to accommodate.
7423 Unset variables LINE and TYPES which are used in other tests.
7424 Compute the output of "info break".
7425 Update the breakpoint table after all breakpoints are deleted.
7426 (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
7427 compute ACTUALS and the method body based on parameters.
7428 Update expected output accordingly.
7429 * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
7430 unique comments to allow the use of gdb_get_line_number.
7431
7432 2012-03-01 Keith Seitz <keiths@redhat.com>
7433
7434 * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
7435 some Tcl syntax.
7436 * gdb.cp/ovldbreak.exp: Likewise.
7437
7438 2012-03-01 Keith Seitz <keiths@redhat.com>
7439
7440 * gdb.base/help.exp (help show user): Update expected result
7441 for new doc string changes (add "non-python").
7442
7443 2012-03-01 Scott J. Goldman <scottjg@vmware.com>
7444
7445 * gdb.python/py-cmd.exp: Add test to verify that python commands can
7446 be put in the user-defined category and that the commands appear in
7447 "help user-defined".
7448
7449 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7450
7451 * gdb.ada/tagged_not_init: New testcase.
7452
7453 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7454
7455 * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
7456 * gdb.ada/enum_idx_packed: New testcase.
7457
7458 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7459
7460 * gdb.ada/aliased_array: New testcase.
7461
7462 2012-02-29 Joel Brobecker <brobecker@adacore.com>
7463
7464 * gdb.ada/whatis_array_val: New testcase.
7465
7466 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7467
7468 Fix disp-step-syscall.exp: fork: single step over fork.
7469 * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
7470 whitespaces.
7471 (single step over $syscall): Remove its check.
7472 (single step over $syscall final pc): New check.
7473
7474 2012-02-29 Jan Kratochvil <jan.kratochvil@redhat.com>
7475
7476 Support processors without SSSE3.
7477 * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
7478 pabsd into ...
7479 (ssse3_test): ... a new function.
7480 (main): Call ssse3_test.
7481 * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
7482 Update expected values everywhere.
7483 (reverse-step to pabsd, verify xmm0 after reverse pabsd)
7484 (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
7485 (reverse-step to pabsw, verify xmm0 after reverse pabsw)
7486 (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
7487 (reverse-step to pabsb, verify xmm0 after reverse pabsb)
7488 (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
7489 Move these tests lower.
7490 (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
7491 (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
7492 (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
7493 New tests.
7494
7495 2012-02-29 Yao Qi <yao@codesourcery.com>
7496 Pedro Alves <palves@redhat.com>
7497
7498 * gdb.trace/trace-mt.c: New.
7499 * gdb.trace/trace-mt.exp: New.
7500
7501 2012-02-28 Thomas Schwinge <thomas@codesourcery.com>
7502
7503 * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
7504 numbers instead of hardcoding them.
7505 * gdb.base/annota1.c: Provide suitable markers.
7506 * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
7507 numbers instead of hardcoding them.
7508 * gdb.base/annota3.c: Provide suitable markers.
7509
7510 * gdb.base/annota1.c [__sh__]: Remove any special-casing.
7511 * gdb.base/annota3.c: Likewise.
7512 * gdb.base/sigall.c: Likewise.
7513 * gdb.base/signals.c: Likewise.
7514 * gdb.reverse/sigall-reverse.c: Likewise.
7515
7516 2012-02-27 Maciej W. Rozycki <macro@codesourcery.com>
7517
7518 * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
7519 failure return path.
7520
7521 2012-02-27 Luis Machado <lgustavo@codesourcery.com>
7522
7523 * gdb.base/save-bp.exp: Account for new condition evaluator output.
7524
7525 2012-02-24 Luis Machado <lgustavo@codesourcery.com>
7526
7527 * gdb.base/cond-eval-mode.exp: New file.
7528
7529 2012-02-24 Pedro Alves <palves@redhat.com>
7530
7531 * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
7532 (top level): Use with_test_prefix.
7533
7534 2012-02-24 Pedro Alves <palves@redhat.com>
7535
7536 * gdb.threads/attach-into-signal.exp (corefunc): Use
7537 with_test_prefix.
7538
7539 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7540
7541 Fix false FAILs on old CPUs without SSE.
7542 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
7543 Return untested for Illegal instruction.
7544
7545 2012-02-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7546
7547 Fix false FAILs with glibc debug infos installed.
7548 * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
7549 * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
7550
7551 2012-02-22 Sterling Augustine <saugustine@google.com>
7552
7553 * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
7554 constant with cast.
7555
7556 2012-02-21 Pedro Alves <palves@redhat.com>
7557
7558 * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
7559
7560 2012-02-21 Pedro Alves <palves@redhat.com>
7561
7562 * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
7563
7564 2012-02-21 Pedro Alves <palves@redhat.com>
7565
7566 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
7567 with_test_prefix.
7568
7569 2012-02-21 Pedro Alves <palves@redhat.com>
7570
7571 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
7572 with_test_prefix here.
7573 (top level): Do it here instead. Remove `:' from the
7574 with_test_prefix string.
7575 * gdb.base/attach-pie-misread.exp: Remove the leading space the
7576 the suffix `:' from the with_test_prefix prefix string.
7577 * gdb.base/break-interp.exp: Ditto.
7578 * gdb.base/catch-load.exp: Ditto.
7579 * gdb.base/disp-step-syscall.exp: Ditto.
7580 * gdb.base/jit-so.exp: Ditto.
7581 * gdb.base/jit.exp: Ditto.
7582 * gdb.base/sepdebug.exp: Ditto.
7583 * gdb.base/solib-display.exp: Ditto.
7584 * gdb.base/solib-overlap.exp: Ditto.
7585 * gdb.base/watch-cond-infcall.exp: Ditto.
7586 * gdb.base/watchpoint.exp: Ditto.
7587 * gdb.dwarf2/dw2-noloc.exp: Ditto.
7588 * gdb.mi/mi-watch.exp: Ditto.
7589 * gdb.mi/mi2-watch.exp: Ditto.
7590 * gdb.threads/non-ldr-exc-1.exp: Ditto.
7591 * gdb.threads/non-ldr-exc-2.exp: Ditto.
7592 * gdb.threads/non-ldr-exc-3.exp: Ditto.
7593 * gdb.threads/non-ldr-exc-4.exp: Ditto.
7594 * gdb.threads/watchpoint-fork.exp: Ditto.
7595 * gdb.threads/watchthreads-reorder.exp: Ditto.
7596 * gdb.trace/change-loc.exp: Ditto.
7597 * gdb.trace/pending.exp: Ditto.
7598 * gdb.trace/status-stop.exp: Ditto.
7599 * gdb.trace/strace.exp: Ditto.
7600 * gdb.trace/trace-break.exp: Ditto.
7601 * gdb.trace/unavailable.exp: Ditto.
7602 * lib/gdb.exp (with_test_prefix): Always prefix with space and
7603 suffix with colon. Adjust leading comments.
7604
7605 2012-02-21 Pedro Alves <palves@redhat.com>
7606 Tom Tromey <tromey@redhat.com>
7607
7608 * lib/gdb.exp: Add description of test prefixes.
7609 (with_test_prefix): New procedure.
7610 * gdb.arch/altivec-abi.exp: Use with_test_prefix.
7611 * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
7612 * gdb.base/break-interp.exp: Use with_test_prefix. Use append
7613 instead of lappend to append to pf_prefix.
7614 * gdb.base/catch-load.exp: Use with_test_prefix.
7615 * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
7616 * gdb.base/jit-so.exp: Use with_test_prefix.
7617 * gdb.base/jit.exp: Use with_test_prefix.
7618 * gdb.base/return-nodebug.exp (do_test): Use append instead of
7619 lappend to append to pf_prefix.
7620 * gdb.base/sepdebug.exp: Use with_test_prefix.
7621 * gdb.base/solib-display.exp: Use with_test_prefix.
7622 * gdb.base/solib-overlap.exp: Use with_test_prefix.
7623 * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
7624 * gdb.base/watchpoint.exp: Use with_test_prefix.
7625 * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
7626 * gdb.mi/mi-watch.exp: Use with_test_prefix.
7627 * gdb.mi/mi2-watch.exp: Use with_test_prefix.
7628 * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
7629 * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
7630 * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
7631 * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
7632 * gdb.threads/watchpoint-fork.exp: Use with_test_prefix. Use
7633 append instead of lappend to append to pf_prefix.
7634 * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
7635 * gdb.trace/change-loc.exp: Use with_test_prefix.
7636 * gdb.trace/pending.exp: Use with_test_prefix.
7637 * gdb.trace/status-stop.exp: Use with_test_prefix.
7638 * gdb.trace/strace.exp: Use with_test_prefix.
7639 * gdb.trace/trace-break.exp: Use with_test_prefix.
7640 * gdb.trace/unavailable.exp: Use with_test_prefix. Use append
7641 instead of lappend to append to pf_prefix.
7642
7643 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7644
7645 Fix racy FAILs.
7646 * gdb.base/inferior-died.c (main): Add return of 0.
7647 * gdb.base/inferior-died.exp (continue): Fix expectation of
7648 asynchronous events.
7649 (p 1): New test.
7650
7651 2012-02-20 Pedro Alves <palves@redhat.com>
7652
7653 * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
7654 lin-lwp output. Set SIGALRM to stop. Adjust tests to not rely on
7655 gdb's internal debug output. For the non-threaded case, look for
7656 "Program received signal SIGLARM", for the threaded case, peek at
7657 the thread's siginfo.
7658
7659 2012-02-20 Pedro Alves <palves@redhat.com>
7660
7661 General cleanup, make output test messages unique, and build
7662 different executable files for the non-threaded and threaded
7663 cases.
7664
7665 * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
7666 Delete.
7667 (executable_nothr, executable_thr): New globals.
7668 (top level): Adjust to delete both executables.
7669 (corefunc): New parameter $executable. Set $pf_prefix instead of
7670 hand writing a prefix in tests. Issue a clean_restart and enable
7671 lin-lwp debug output here.
7672 (top level): Adjust. Use build_executable. Don't start gdb here,
7673 and don't enable lin-lwp debug output here.
7674 * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
7675
7676 2012-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7677
7678 Fix racy FAILs.
7679 * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
7680 "continue" command.
7681
7682 2012-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7683
7684 Fix for gdbserver non-extended mode.
7685 * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
7686 and gdb_run_cmd.
7687
7688 2012-02-17 Tom Tromey <tromey@redhat.com>
7689
7690 * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
7691 * gdb.python/py-events.exp: Check 'dir' output.
7692 * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
7693
7694 2012-02-17 Yao Qi <yao@codesourcery.com>
7695
7696 * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
7697
7698 2012-02-16 Tom Tromey <tromey@redhat.com>
7699
7700 * gdb.base/inferior-died.c: Don't include stdio.h.
7701
7702 2012-02-16 Tom Tromey <tromey@redhat.com>
7703
7704 * gdb.base/inferior-died.c: New file.
7705 * gdb.base/inferior-died.exp: New file.
7706
7707 2012-02-15 Aleksandar Ristovski <aristovski@qnx.com>
7708
7709 * gdb.base/break-inline.exp: New file.
7710 * gdb.base/break-inline.c: New file.
7711
7712 2012-02-15 Tom Tromey <tromey@redhat.com>
7713
7714 * gdb.base/pc-fp.exp: Add "info register" tests.
7715
7716 2012-02-15 Tom Tromey <tromey@redhat.com>
7717
7718 * gdb.base/regs.exp: Remove.
7719
7720 2012-02-15 Pedro Alves <palves@redhat.com>
7721
7722 * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
7723 the target doesn't support tracepoints.
7724 * gdb.trace/circ.exp: Ditto.
7725 * gdb.trace/collection.exp: Ditto.
7726 * gdb.trace/packetlen.exp: Ditto.
7727 * gdb.trace/passc-dyn.exp: Ditto.
7728 * gdb.trace/report.exp: Ditto.
7729 * gdb.trace/tfind.exp: Ditto.
7730 * gdb.trace/tspeed.exp: Ditto.
7731 * gdb.trace/tsv.exp: Ditto.
7732 * gdb.trace/unavailable.exp: Ditto.
7733 * gdb.trace/while-dyn.exp: Ditto.
7734
7735 2012-02-15 Pedro Alves <palves@redhat.com>
7736
7737 * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
7738 gdb_test_multiple, and call unsupported instead of fail, if the
7739 remote side does not support the request.
7740
7741 2012-02-15 Pedro Alves <palves@redhat.com>
7742
7743 * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
7744 * gdb.server/ext-run.exp: Make sure gdb is disconnected.
7745 * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
7746 * gdb.server/server-mon.exp: Make sure gdb is disconnected.
7747 * gdb.server/server-run.exp: Make sure gdb is disconnected.
7748 * lib/gdbserver-support.exp (gdbserver_start_extended): Only
7749 prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
7750 doesn't start with "extended-" already.
7751
7752 2012-02-15 Pedro Alves <palves@redhat.com>
7753
7754 Support extended-remote. Avoid cascading timeouts.
7755
7756 * gdb.base/attach.exp (do_attach_tests): Add expected output for
7757 the extended-remote target. If attaching with no file fails, load
7758 the file manually.
7759 * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
7760
7761 2012-02-14 Stan Shebs <stan@codesourcery.com>
7762
7763 * gdb.base/ena-dis-br.exp: Add enable count test.
7764
7765 2012-02-13 Pedro Alves <palves@redhat.com>
7766
7767 * config/mips-idt.exp: Delete.
7768 * gdb.base/a2-run.exp: Remove mips-idt xfails.
7769 * gdb.base/bitfields.exp: Remove mips-idt restarts.
7770 * gdb.base/break.exp: Remove mips-idt references.
7771 * gdb.base/chng-syms.exp: Ditto.
7772 * gdb.base/default.exp: Ditto.
7773 * gdb.base/funcargs.exp (funcargs_reload): Delete.
7774 (top level): Don't call it.
7775 * gdb.base/opaque.exp: Remove mips-idt restarts.
7776 * gdb.base/ptype.exp: Remove mips-idt xfails.
7777 * gdb.base/scope.exp: Remove mips-idt restarts.
7778 * gdb.base/sepdebug.exp: Remove mips-idt references.
7779 * gdb.base/watchpoint.exp (maybe_clean_restart)
7780 (maybe_reinitialize): Delete.
7781 (test_disabling_watchpoints, test_disabling_watchpoints)
7782 (test_watchpoint_triggered_in_syscall)
7783 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
7784 Don't call them.
7785
7786 2012-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7787
7788 * gdb.server/server-exec-info.exp: New file.
7789
7790 2012-02-10 Pedro Alves <palves@redhat.com>
7791
7792 * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
7793 always non-empty.
7794 (test_attach): Always pass $exec to test_attach_gdb.
7795
7796 2012-02-08 Tom Tromey <tromey@redhat.com>
7797
7798 * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
7799 before inferior is started.
7800
7801 2012-02-07 Tom Tromey <tromey@redhat.com>
7802
7803 * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
7804 Symbol.value.
7805 * gdb.python/py-symbol.c (qq): Set default value.
7806
7807 2012-02-07 Tom Tromey <tromey@redhat.com>
7808
7809 * gdb.python/py-symbol.c (qq): New global.
7810 * gdb.python/py-symbol.exp: Add test for frame-less
7811 lookup_symbol.
7812 * gdb.python/py-symtab.exp: Fix line number.
7813
7814 2012-02-03 Joel Brobecker <brobecker@adacore.com>
7815
7816 * gdb.ada/mi_task_arg: New testcase.
7817
7818 2012-02-02 Pedro Alves <palves@redhat.com>
7819
7820 * gdb.reverse/until-precsave.exp: Also put "record save" under the
7821 extended timeout.
7822
7823 2012-02-02 Pedro Alves <palves@redhat.com>
7824
7825 * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
7826 * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
7827
7828 2012-02-02 Pedro Alves <palves@redhat.com>
7829
7830 * gdb.base/term.exp: Rewrite.
7831 * gdb.base/term.c: New.
7832
7833 2012-02-02 Pedro Alves <palves@redhat.com>
7834
7835 * gdb.base/default.exp (run "r" abbreviation, run): Add
7836 extended-remote expected output.
7837
7838 2012-02-02 Tom Tromey <tromey@redhat.com>
7839
7840 * gdb.cp/dispcxx.exp: New file.
7841 * gdb.cp/dispcxx.cc: New file.
7842
7843 2012-02-01 Tom Tromey <tromey@redhat.com>
7844
7845 * gdb.base/jit-simple.exp: New file.
7846 * gdb.base/jit-simple.c: New file.
7847
7848 2012-01-30 Yao Qi <yao@codesourcery.com>
7849
7850 * gdb.base/skip.exp: Make test result unique.
7851
7852 2012-01-30 Jan Kratochvil <jan.kratochvil@redhat.com>
7853
7854 * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
7855 compatibility with valgrind-3.7.0.
7856
7857 2012-01-27 Pedro Alves <palves@redhat.com>
7858
7859 * gdb.base/watchpoint.exp (no_hw): New global.
7860 (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
7861 disable hw watchpoints.
7862 (test_wide_location_1, test_wide_location_2): If no_hw is set,
7863 don't expect hw watchpoints.
7864 (no_hw_watchpoints): Always clean restart.
7865 (do_tests): New procedure, factored out from the top level.
7866 (top level): Run tests twice. Once with hw watchpoints enabled,
7867 another time with hw watchpoints disabled.
7868
7869 2012-01-27 Pedro Alves <palves@redhat.com>
7870
7871 * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
7872 out from the top level.
7873 (top level): Call it instead.
7874
7875 2012-01-27 Pedro Alves <palves@redhat.com>
7876
7877 * gdb.base/watchpoint.exp (top level): Re-enable hardware
7878 watchpoints sooner.
7879
7880 2012-01-27 Pedro Alves <palves@redhat.com>
7881
7882 * gdb.base/watchpoint.exp (top level): Delete watch ival3.
7883
7884 2012-01-27 Pedro Alves <palves@redhat.com>
7885
7886 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
7887 "You may have requested too many hardware
7888 breakpoints/watchpoints".
7889
7890 2012-01-27 Pedro Alves <palves@redhat.com>
7891
7892 * gdb.base/watchpoint.exp (maybe_clean_restart)
7893 (maybe_reinitialize): New.
7894 (test_disabling_watchpoints): Call maybe_reinitialize. Don't
7895 expect "hit N times".
7896 (test_disabling_watchpoints, test_complex_watchpoint)
7897 (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
7898 Call maybe_clean_restart.
7899 (top level): Use clean_restart. Remove "mips-idt-*"
7900 reinitialization.
7901
7902 2012-01-27 Pedro Alves <palves@redhat.com>
7903
7904 * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
7905
7906 2012-01-27 Pedro Alves <palves@redhat.com>
7907
7908 * gdb.base/watchpoint.exp: Clean restart after tests that don't
7909 require `initialize' anymore. Remove unnecessary `initialize'
7910 calls.
7911
7912 2012-01-27 Pedro Alves <palves@redhat.com>
7913
7914 * gdb.base/watchpoint.exp (wp_set): Delete.
7915 (initialize, test_simple_watchpoint, top level): Remove dead code.
7916
7917 2012-01-27 Pedro Alves <palves@redhat.com>
7918
7919 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
7920 typo.
7921
7922 2012-01-27 Pedro Alves <palves@redhat.com>
7923
7924 * config/extended-gdbserver.exp: New file.
7925 * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
7926 comment.
7927 (gdbserver_start_multi, mi_gdbserver_start_multi): New.
7928 * boards/native-extended-gdbserver.exp: New file.
7929
7930 2012-01-26 Pedro Alves <palves@redhat.com>
7931
7932 * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
7933 and gdb_test_multiple.
7934
7935 2012-01-26 Pedro Alves <palves@redhat.com>
7936
7937 Make test messages unique, and more identifiable.
7938 * gdb.multi/watchpoint-multi.exp: Change test messages.
7939
7940 2012-01-25 Tom Tromey <tromey@redhat.com>
7941
7942 * gdb.base/solib-disc.exp: Fix regexps.
7943
7944 2012-01-24 Tom Tromey <tromey@redhat.com>
7945
7946 * lib/mi-support.exp (mi_expect_stop): Add special case for
7947 solib-event.
7948 * gdb.base/catch-load-so.c: New file.
7949 * gdb.base/catch-load.exp: New file.
7950 * gdb.base/catch-load.c: New file.
7951 * gdb.base/break-interp.exp (reach_1): Update regexp.
7952
7953 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7954
7955 Fix fuzzy results.
7956 * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
7957 lpsimple and func.
7958
7959 2012-01-24 Gary Benson <gbenson@redhat.com>
7960
7961 Delete #if 0'd out code.
7962 * gdb.base/default.exp (info catch): Remove.
7963 * gdb.base/gdb_history (info catch): Likewise.
7964 * gdb.base/help.exp (info catch): Likewise.
7965
7966 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7967
7968 Fix watchpoints to be specific for each inferior.
7969 * gdb.multi/watchpoint-multi.c: New file.
7970 * gdb.multi/watchpoint-multi.exp: New file.
7971
7972 2012-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
7973
7974 Fix watchpoints across inferior fork.
7975 * gdb.threads/watchpoint-fork-child.c: New file.
7976 * gdb.threads/watchpoint-fork-mt.c: New file.
7977 * gdb.threads/watchpoint-fork-parent.c: New file.
7978 * gdb.threads/watchpoint-fork-st.c: New file.
7979 * gdb.threads/watchpoint-fork.exp: New file.
7980 * gdb.threads/watchpoint-fork.h: New file.
7981
7982 2012-01-23 Pedro Alves <palves@redhat.com>
7983
7984 * gdb.base/call-signal-resume.exp: Allow output after "return".
7985
7986 2012-01-20 Pedro Alves <palves@redhat.com>
7987
7988 * gdb.python/py-finish-breakpoint.py: Fix typo.
7989
7990 2012-01-20 Ulrich Weigand <ulrich.weigand@linaro.org>
7991
7992 * gdb.base/info-proc.exp: Also run on remote targets. Main
7993 "info proc" command is now always present; whether target supports
7994 actual info proc operation is detected when attempting to issue
7995 the command.
7996
7997 2012-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
7998
7999 * .gdbinit: Remove.
8000
8001 2012-01-19 Pedro Alves <palves@redhat.com>
8002
8003 * gdb.java/jprint.exp: Don't rely on inferior output, but instead
8004 look at the funtions' returns.
8005 * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
8006 (jprint.print(int, int)): Change return type to int. Adjust.
8007
8008 2012-01-18 Paul Pluzhnikov <ppluzhnikov@google.com>
8009
8010 PR gdb/9538
8011 * gdb.base/sepdebug.exp: New test.
8012
8013 2012-01-18 Pedro Alves <palves@redhat.com>
8014
8015 * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
8016 Allow output before ^done.
8017
8018 2012-01-16 Tom Tromey <tromey@redhat.com>
8019
8020 * gdb.linespec/linespec.exp: Change some tests to use $decimal.
8021 Add tests for relative directory.
8022
8023 2012-01-16 Tom Tromey <tromey@redhat.com>
8024
8025 * gdb.base/printcmds.c (enum flag_enum): New.
8026 (three): New global.
8027 * gdb.base/printcmds.exp (test_print_enums): Add test for flag
8028 enum printing.
8029 * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
8030 FlagEnumerationPrinter.
8031 * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
8032 * gdb.python/py-pp-maint.c (enum flag_enum): New.
8033 (fval): New global.
8034
8035 2012-01-16 Pedro Alves <palves@redhat.com>
8036
8037 * lib/gdb.exp (banned_procedures): New variable.
8038 (banned_variables_traced): Rename to ...
8039 (banned_traced): ... this.
8040 (gdb_init): Also trace banned procedures.
8041 (gdb_finish): Also untrace banned procedures.
8042
8043 2012-01-16 Pedro Alves <palves@redhat.com>
8044
8045 Remove all calls to strace.
8046
8047 2012-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
8048
8049 * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
8050 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
8051
8052 2012-01-13 Paul Pluzhnikov <ppluzhnikov@google.com>
8053
8054 * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
8055 * gdb.base/pie-execl.exp: Likewise.
8056
8057 2012-01-12 Keith Seitz <keiths@redhat.com>
8058
8059 PR mi/10586
8060 * gdb.mi/var-cmd.c (struct anonymous): New structure.
8061 (do_anonymous_type_tests): New function.
8062 (main): Call do_anonymous_type_tests.
8063 * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
8064 (verify_everything): New procedure.
8065 * gdb.mi/mi-var-cp.cc (class A): New class.
8066 (anonymous_structs_and_unions): New function.
8067 (main): Call anonymous_structs_and_unions.
8068 * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
8069 (verify_everything): New procedure.
8070
8071 2012-01-12 Keith Seitz <keiths@redhat.com>
8072
8073 * lib/mi-support.exp: Expand comments about PATH_EXPR.
8074 (varobj_tree::get_path_expr): Assume that all varobjs are
8075 compound unless they are known simple types.
8076 Adjust path expressions based on parent type, path parent type,
8077 and tree language.
8078 (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
8079 the root varobj.
8080 (mi_walk_varobj_tree): Add LANGUAGE parameter.
8081
8082 2012-01-11 Pedro Alves <palves@redhat.com>
8083
8084 * gdb.base/default.exp (core-file): Don't expect "GDB can't read
8085 core files on this machine" anymore.
8086
8087 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
8088
8089 * gdb.base/watchpoint.c (recurser): Initialize local_x.
8090 (main): Repeat recurser call.
8091 * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
8092 equivalent to 'local_x'.
8093
8094 2012-01-11 Paul Hilfinger <hilfingr@adacore.com>
8095 Joel Brobecker <brobecker@adacore.com>
8096
8097 * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
8098
8099 2012-01-05 Pedro Alves <alves.ped@gmail.com>
8100
8101 * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
8102 * gdb.python/py-events.c (first): Add bits for new "step N" test.
8103 * gdb.python/py-events.exp: Test that "step N" tripping on a
8104 breakpoint emits a breakpoint event.
8105
8106 2012-01-03 Joel Brobecker <brobecker@adacore.com>
8107
8108 * gdb.base/auxv.exp: Reformat the copyright notice.
8109
8110 2012-01-03 Yao Qi <yao@codesourcery.com>
8111
8112 * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
8113 (strace_trace_on_diff_addr): New.
8114 * gdb.trace/strace.c: (main): Add two local variables.
8115
8116 2011-01-02 Ulrich Weigand <uweigand@de.ibm.com>
8117
8118 * gdb.cell/fork.exp: Delete breakpoints after reaching main.
8119 * gdb.cell/gcore.exp: Likewise.
8120 * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
8121 to verify the correct instance of main is selected.
8122
8123 2012-01-02 Joel Brobecker <brobecker@adacore.com>
8124
8125 * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
8126 gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
8127 gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
8128 gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
8129 gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
8130 gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
8131 gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
8132 gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
8133 gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
8134 gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
8135 gdb.threads/thread_check.c: Reformat copyright header.
8136
8137 2011-12-30 Edjunior Machado <emachado@linux.vnet.ibm.com>
8138
8139 * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
8140 * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
8141 is not enabled.
8142
8143 2011-12-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8144
8145 * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
8146 parameter to self_exec, adjust the function.
8147 (main): Check for argv[1] "exit". Use argv[0] for test_exec_exit.
8148 * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
8149 (set var do_exit = 0): Remove test.
8150 (newline at end of file): Add one.
8151
8152 2011-12-27 Joel Brobecker <brobecker@adacore.com>
8153
8154 * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
8155 New files.
8156
8157 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8158
8159 Fix racy FAILs.
8160 * gdb.threads/fork-thread-pending.c (barrier): New variable.
8161 (thread_function, thread_forker): Call pthread_barrier_wait for it.
8162 (main): Call pthread_barrier_init for it.
8163
8164 2011-12-26 Jan Kratochvil <jan.kratochvil@redhat.com>
8165
8166 Fix double send_gdb leading to racy FAILs.
8167 * gdb.base/break.exp (set silent break bp_location1): Replace
8168 3x send_gdb and gdb_expect by gdb_test.
8169 * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
8170 * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
8171 (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
8172 instead of send_gdb. Twice.
8173 * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
8174 3x send_gdb and gdb_expect by gdb_test.
8175 * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
8176
8177 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8178
8179 * gdb.linespec/linespec.exp: Compile using {c++}.
8180
8181 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8182
8183 * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
8184 (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
8185 (verify GCC PR debug/51668): New test.
8186
8187 2011-12-23 Kevin Pouget <kevin.pouget@st.com>
8188
8189 Introduce gdb.FinishBreakpoint in Python.
8190 * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
8191 py-finish-breakpoint2
8192 (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
8193 * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
8194 instead of line number.
8195 * gdb.python/py-finish-breakpoint.c: New file.
8196 * gdb.python/py-finish-breakpoint.exp: New file.
8197 * gdb.python/py-finish-breakpoint.py: New file.
8198 * gdb.python/py-finish-breakpoint2.cc: New file.
8199 * gdb.python/py-finish-breakpoint2.exp: New file.
8200 * gdb.python/py-finish-breakpoint2.py: New file.
8201
8202 2011-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
8203
8204 Partial fix of compatibility with gcc-4.7.
8205 * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
8206 into XFAIL "new without size_t". Permit size_t for the KFAIL case.
8207 Add comment to add a PASS case in the future.
8208
8209 Fix compatibility with gcc-4.7.
8210 * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
8211
8212 2011-12-21 Ulrich Weigand <ulrich.weigand@linaro.org>
8213
8214 PR tdep/12797
8215 * gdb.base/callfuncs.exp: Remove KFAIL.
8216
8217 2011-12-21 Joel Brobecker <brobecker@adacore.com>
8218
8219 * gdb.ada/task_bp: New testcase.
8220
8221 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8222
8223 * gdb.base/reread.exp: If srcfile2 fails to build retry it with
8224 -DNO_SECTIONS.
8225 * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
8226
8227 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8228
8229 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
8230 PR gcc/45997 XFAIL conditional for gcc <= 4.5.
8231 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
8232 Change PR gcc/41736 to the more specific PR gcc/46955. Make it
8233 conditional for gcc <= 4.5.
8234
8235 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8236
8237 * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
8238 by XFAIL.
8239 * gdb.cp/static-method.exp (info addr A::func())
8240 (list static-method.cc:xxx::(anonymous namespace)::A::func)
8241 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
8242 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
8243 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
8244 * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
8245 (test value of F in k3_m): Likewise.
8246 * gdb.python/py-type.exp (python print ttype.template_argument(2)):
8247 Likewise.
8248
8249 2011-12-19 Jan Kratochvil <jan.kratochvil@redhat.com>
8250
8251 * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
8252 (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
8253 Remove.
8254 * gdb.threads/attachstop-mt.c: Remove.
8255 * gdb.threads/attachstop-mt.exp: Remove.
8256
8257 2011-12-17 Mark Kettenis <kettenis@gnu.org>
8258
8259 * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
8260
8261 2011-12-16 Doug Evans <dje@google.com>
8262
8263 * boards/native-stdio-gdbserver.exp: New file.
8264 * boards/native-gdbserver.exp: New file.
8265
8266 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
8267 gdbserver output.
8268 (gdbserver_default_get_remote_address): New function.
8269 (gdbserver_start): Call gdb,get_remote_address to compute argument
8270 to "target remote" command.
8271
8272 2011-12-16 Phil Muldoon <pmuldoon@redhat.com>
8273
8274 * gdb.python/py-function.exp: Change "on" to "full" for
8275 python print-stack. Add set/show python print-stack
8276 off|full|message tests.
8277
8278 2011-12-15 Yao Qi <yao@codesourcery.com>
8279
8280 * gdb.trace/strace.c: New
8281 * gdb.trace/strace.exp: New.
8282
8283 2011-12-14 Tom Tromey <tromey@redhat.com>
8284
8285 * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
8286
8287 2011-12-14 Doug Evans <dje@google.com>
8288
8289 * lib/gdb.exp (gdb_start_cmd): Fix error return value.
8290
8291 2011-12-14 Pedro Alves <pedro@codesourcery.com>
8292
8293 PR threads/10729
8294
8295 * gdb.mi/watch-nonstop.c: New file.
8296 * gdb.mi/mi-watch-nonstop.exp: New file.
8297
8298 2011-12-13 Pedro Alves <pedro@codesourcery.com>
8299 Doug Evans <dje@google.com>
8300
8301 * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
8302 (clean_restart): Remove references to the gdb_stub target board
8303 variable.
8304 (gdb_step_for_stub): Delete.
8305
8306 * gdb.base/annota1.exp: Remove all references to [target_info
8307 exists gdb_stub], gdb_step_for_stub and usestubs.
8308 * gdb.base/annota3.exp: Ditto.
8309 * gdb.base/async.exp: Ditto.
8310 * gdb.base/break.exp: Ditto.
8311 * gdb.base/code-expr.exp: Ditto.
8312 * gdb.base/commands.exp: Ditto.
8313 * gdb.base/completion.exp: Ditto.
8314 * gdb.base/condbreak.exp: Ditto.
8315 * gdb.base/consecutive.exp: Ditto.
8316 * gdb.base/cvexpr.exp: Ditto.
8317 * gdb.base/define.exp: Ditto.
8318 * gdb.base/display.exp: Ditto.
8319 * gdb.base/ena-dis-br.exp: Ditto.
8320 * gdb.base/environ.exp: Ditto.
8321 * gdb.base/gnu-ifunc.exp: Ditto.
8322 * gdb.base/maint.exp: Ditto.
8323 * gdb.base/pending.exp: Ditto.
8324 * gdb.base/sect-cmd.exp: Ditto.
8325 * gdb.base/sepdebug.exp: Ditto.
8326 * gdb.base/unload.exp: Ditto.
8327 * gdb.base/watchpoint-solib.exp: Ditto.
8328 * gdb.cp/annota2.exp: Ditto.
8329 * gdb.cp/annota3.exp: Ditto.
8330 * gdb.dwarf2/dw2-inline-param.exp: Ditto.
8331 * gdb.hp/gdb.compat/xdb1.exp: Ditto.
8332 * gdb.mi/mi-pending.exp: Ditto.
8333 * gdb.trace/circ.exp: Ditto.
8334 * gdb.cp/ovldbreak.exp: Ditto. Adjust expected line numbers.
8335 * gdb.base/list.exp: Ditto.
8336
8337 * gdb.base/all-types.c: Remove all calls to set_debug_traps and
8338 breakpoint function and all references to the usestubs macro.
8339 * gdb.base/exprs.c: Ditto.
8340 * gdb.base/freebpcmd.c: Ditto.
8341 * gdb.base/bitfields.c: Ditto.
8342 * gdb.base/bitfields2.c: Ditto.
8343 * gdb.base/break.c: Ditto.
8344 * gdb.base/call-sc.c: Ditto.
8345 * gdb.base/call-signals.c: Ditto.
8346 * gdb.base/callfuncs.c: Ditto.
8347 * gdb.base/charset.c: Ditto.
8348 * gdb.base/consecutive.c: Ditto.
8349 * gdb.base/constvars.c: Ditto.
8350 * gdb.base/funcargs.c: Ditto.
8351 * gdb.base/int-type.c: Ditto.
8352 * gdb.base/interrupt.c: Ditto.
8353 * gdb.base/langs0.c: Ditto.
8354 * gdb.base/list0.c: Ditto.
8355 * gdb.base/mips_pro.c: Ditto.
8356 * gdb.base/miscexprs.c: Ditto.
8357 * gdb.base/nodebug.c: Ditto.
8358 * gdb.base/opaque0.c: Ditto.
8359 * gdb.base/pointers.c: Ditto.
8360 * gdb.base/printcmds.c: Ditto.
8361 * gdb.base/ptype.c: Ditto.
8362 * gdb.base/recurse.c: Ditto.
8363 * gdb.base/reread1.c: Ditto.
8364 * gdb.base/reread2.c: Ditto.
8365 * gdb.base/restore.c: Ditto.
8366 * gdb.base/return.c: Ditto.
8367 * gdb.base/run.c: Ditto.
8368 * gdb.base/scope0.c: Ditto.
8369 * gdb.base/sepdebug.c: Ditto.
8370 * gdb.base/setshow.c: Ditto.
8371 * gdb.base/setvar.c: Ditto.
8372 * gdb.base/sigall.c: Ditto.
8373 * gdb.base/signals.c: Ditto.
8374 * gdb.base/structs.c: Ditto.
8375 * gdb.base/structs2.c: Ditto.
8376 * gdb.base/testenv.c: Ditto.
8377 * gdb.base/twice.c: Ditto.
8378 * gdb.base/unwindonsignal.c: Ditto.
8379 * gdb.base/watchpoint.c: Ditto.
8380 * gdb.base/watchpoints.c: Ditto.
8381 * gdb.base/whatis.c: Ditto.
8382 * gdb.cp/classes.cc: Ditto.
8383 * gdb.cp/cplusfuncs.cc: Ditto.
8384 * gdb.cp/derivation.cc: Ditto.
8385 * gdb.cp/formatted-ref.cc: Ditto.
8386 * gdb.cp/misc.cc: Ditto.
8387 * gdb.cp/overload.cc: Ditto.
8388 * gdb.cp/ovldbreak.cc: Ditto.
8389 * gdb.cp/ref-params.cc: Ditto.
8390 * gdb.cp/ref-types.cc: Ditto.
8391 * gdb.cp/templates.cc: Ditto.
8392 * gdb.cp/virtfunc.cc: Ditto.
8393 * gdb.hp/gdb.aCC/run.c: Ditto.
8394 * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
8395 * gdb.hp/gdb.compat/xdb0.c: Ditto.
8396 * gdb.reverse/consecutive-reverse.c: Ditto.
8397 * gdb.reverse/sigall-reverse.c: Ditto.
8398 * gdb.reverse/until-reverse.c: Ditto.
8399 * gdb.reverse/watch-reverse.c: Ditto.
8400 * gdb.trace/actions.c: Ditto.
8401 * gdb.trace/circ.c: Ditto.
8402 * gdb.trace/collection.c: Ditto.
8403
8404 2011-12-13 Pedro Alves <pedro@codesourcery.com>
8405
8406 * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
8407 (func6, func7): New.
8408 (main): Call func6 and func7.
8409 * gdb.base/watchpoint.exp (test_wide_location_1)
8410 (test_wide_location_2): New.
8411 (top level): Re-enable hardware watchpoints if necessary. Call
8412 test_wide_location_1 and test_wide_location_2.
8413
8414 2011-12-11 Yao Qi <yao@codesourcery.com>
8415
8416 * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
8417
8418 2011-12-11 Joel Brobecker <brobecker@adacore.com>
8419
8420 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
8421 expected output for unsupported case.
8422
8423 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8424
8425 PR testsuite/12649
8426 * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
8427 Protect gdb_test_multiple by final $gdb_prompt match.
8428
8429 2011-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8430
8431 * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
8432 New variable, new test.
8433 (list static-method.cc:xxx::(anonymous namespace)::A::func)
8434 (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
8435 (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
8436 (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
8437 them if HAVE_GCC_45682_FIXED is not set.
8438
8439 2011-12-10 Yao Qi <yao@codesourcery.com>
8440
8441 * gdb.trace/status-stop.exp: New.
8442 * gdb.trace/status-stop.c: New.
8443
8444 2011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
8445
8446 * gdb.reverse/until-precsave.exp (run to end of main) Extend the
8447 timeout.
8448
8449 2011-12-08 Tom Tromey <tromey@redhat.com>
8450
8451 * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
8452 condition.
8453
8454 2011-12-07 Stan Shebs <stan@codesourcery.com>
8455
8456 * gdb.trace/tfind.exp: Update for output changes.
8457
8458 2011-12-07 Pedro Alves <pedro@codesourcery.com>
8459
8460 * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
8461 throws "Cannot insert catchpoints in this configuration".
8462 * gdb.ada/mi_catch_ex.exp: Likewise.
8463
8464 2011-12-06 Pedro Alves <pedro@codesourcery.com>
8465
8466 * gdb.base/break-always.exp: Test changing memory at addresses
8467 with breakpoints inserted.
8468
8469 2011-12-06 Joel Brobecker <brobecker@acacore.com>
8470
8471 * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
8472 involving a fully qualified function name.
8473
8474 2011-12-06 Tom Tromey <tromey@redhat.com>
8475
8476 * gdb.ada/homonym.exp: Add three breakpoint tests.
8477
8478 2011-12-06 Tom Tromey <tromey@redhat.com>
8479
8480 * gdb.base/solib-weak.exp (do_test): Remove kfail.
8481 * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
8482 * gdb.objc/objcdecode.exp: Update for output changes.
8483 * gdb.linespec/linespec.exp: New file.
8484 * gdb.linespec/lspec.cc: New file.
8485 * gdb.linespec/lspec.h: New file.
8486 * gdb.linespec/body.h: New file.
8487 * gdb.linespec/base/two/thefile.cc: New file.
8488 * gdb.linespec/base/one/thefile.cc: New file.
8489 * gdb.linespec/Makefile.in: New file.
8490 * gdb.cp/templates.exp (test_template_breakpoints): Update for
8491 output changes.
8492 * gdb.cp/re-set-overloaded.exp: Remove kfail.
8493 * gdb.cp/ovldbreak.exp: Update for output changes. "all" test now
8494 makes one breakpoint.
8495 * gdb.cp/method2.exp (test_break): Update for output changes.
8496 * gdb.cp/mb-templates.exp: Update for output changes.
8497 * gdb.cp/mb-inline.exp: Update for output changes.
8498 * gdb.cp/mb-ctor.exp: Update for output changes.
8499 * gdb.cp/ovsrch.exp: Use fully-qualified names.
8500 * gdb.base/solib-symbol.exp: Run to main later. Breakpoint now
8501 has multiple matches.
8502 * gdb.base/sepdebug.exp: Disable pending breakpoints. Update for
8503 error message change.
8504 * gdb.base/list.exp (test_list_filename_and_number): Update for
8505 error message change.
8506 * gdb.base/break.exp: Disable pending breakpoints. Update for
8507 output changes.
8508 * configure.ac: Add gdb.linespec.
8509 * configure: Rebuild.
8510 * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
8511
8512 2011-12-06 Ulrich Weigand <uweigand@de.ibm.com>
8513
8514 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
8515 last_break register on s390*-*-* targets.
8516
8517 2011-12-06 Joel Brobecker <brobecker@adacore.com>
8518
8519 * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
8520 * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
8521 of parameter X in procedure Foo.
8522
8523 2011-12-05 Stan Shebs <stan@codesourcery.com>
8524
8525 * gdb.trace/tfind.exp: Update help string matches.
8526
8527 2011-12-05 Jan Kratochvil <jan.kratochvil@redhat.com>
8528
8529 * gdb.server/ext-run.exp (get process list): Accept also systemd
8530 as PID 1.
8531
8532 2011-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8533 Pedro Alves <pedro@codesourcery.com>
8534
8535 * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
8536 starting GDB.
8537 * gdb.base/default.exp: Replace target use_gdb_stub checks by global
8538 $use_gdb_stub.
8539 * gdb.base/display.exp: Likewise.
8540 * gdb.base/ending-run.exp: Likewise.
8541 * gdb.base/list.exp (test_listsize): Likewise.
8542 * gdb.base/setshow.exp: Likewise.
8543 * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
8544 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
8545 check by global $use_gdb_stub.
8546 (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
8547 (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
8548 (default_gdb_init): Unset global $use_gdb_stub.
8549 (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
8550 by global $use_gdb_stub.
8551 * lib/gdbserver-support.exp: Extend comments for set_board_info
8552 gdb_protocol and gdb,socketport.
8553 (gdbserver_start_extended): Set global gdbserver_protocol and
8554 gdbserver_gdbport. Clear global use_gdb_stub.
8555 * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
8556 from target use_gdb_stub.
8557 (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
8558
8559 2011-12-03 Doug Evans <dje@google.com>
8560
8561 * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
8562 (gdb_step_for_stub): Add comments.
8563
8564 2011-12-02 Maciej W. Rozycki <macro@codesourcery.com>
8565
8566 * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
8567 to the caller.
8568 (gdb_test_multiple): Likewise.
8569
8570 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8571
8572 Fix gdb.mi/mi-solib.exp without system debug info installed.
8573 * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
8574 expect attribute, return 0 for it. Update comments.
8575
8576 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8577
8578 * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
8579 (corrupted list): Adjust the expectation.
8580
8581 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8582
8583 PR threads/13448
8584 * gdb.dwarf2/dw2-var-zero-addr.S: New file.
8585 * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
8586 * gdb.threads/tls-var-main.c: New file.
8587 * gdb.threads/tls-var.c: New file.
8588 * gdb.threads/tls-var.exp: New file.
8589
8590 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8591
8592 PR testsuite/12649
8593 * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
8594 Protect gdb_test_multiple by final $gdb_prompt match.
8595 * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
8596 * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
8597 (test_tracepoints): Likewise.
8598
8599 2011-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8600
8601 PR breakpoints/13346
8602 * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
8603 * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
8604 * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
8605
8606 2011-12-01 Joel Brobecker <brobecker@adacore.com>
8607
8608 * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
8609 * gdb.ada/homonym/homonym.adb: For use of all types defined
8610 locally inside both Get_Value subprograms.
8611
8612 2011-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8613
8614 Fix racy FAILs.
8615 * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
8616 of send_gdb.
8617
8618 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8619
8620 * gdb.base/testenv.exp: Skip on remote targets. Unset global
8621 environment variable after test completed.
8622
8623 2011-11-30 Ulrich Weigand <uweigand@de.ibm.com>
8624
8625 * gdb.base/solib-nodir.exp: Skip if remote target.
8626 * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
8627 application. Call gdb_load_shlibs.
8628 * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
8629
8630 2011-11-29 Joel Brobecker <brobecker@adacore.com>
8631
8632 * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
8633
8634 2011-11-28 Joel Brobecker <brobecker@adacore.com>
8635
8636 * gdb.ada/fullname_bp: New testcase.
8637
8638 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8639
8640 PR testsuite/12649
8641 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
8642 Wrap send_gdb into a new gdb_test.
8643
8644 Code cleanup.
8645 * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
8646 Convert send_gdb and gdb_expect to gdb_test_multiple.
8647
8648 2011-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8649
8650 * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
8651
8652 2011-11-23 Keith Seitz <keiths@redhat.com>
8653
8654 * lib/mi-support.exp (varobj_tree): New namespace and procs.
8655 (mi_varobj_tree_test_children_callback): New proc.
8656 (mi_walk_varobj_tree): New proc.
8657
8658 2011-11-22 Tom Tromey <tromey@redhat.com>
8659
8660 * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
8661 Add "use_mi_command" argument.
8662 (mi_run_cmd, mi_run_with_cli): New procs.
8663 * gdb.mi/solib-lib.c: New file.
8664 * gdb.mi/solib-main.c: New file.
8665 * gdb.mi/mi-solib.exp: New file.
8666
8667 2011-11-21 Doug Evans <dje@google.com>
8668
8669 * gdb.cp/nextoverthrow.exp: Skip test if debug info for
8670 _Unwind_DebugHook is missing.
8671
8672 2011-11-20 Stan Shebs <stan@codesourcery.com>
8673
8674 * gdb.trace/tstatus.exp: New.
8675 * gdb.trace/actions.c: Include string.h.
8676
8677 2011-11-18 Yao Qi <yao@codesourcery.com>
8678
8679 * gdb.trace/pending.exp: New.
8680 * gdb.trace/pending.c: New.
8681 * gdb.trace/pendshr1.c: New.
8682 * gdb.trace/pendshr2.c: New.
8683 * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
8684 tracepoint location becomes pending.
8685 (tracepoint_change_loc_2): New.
8686
8687 2011-11-16 David S. Miller <davem@davemloft.net>
8688
8689 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
8690 target is sparc*-*-linux*
8691
8692 2011-11-15 Paul Koning <paul_koning@dell.com>
8693
8694 * gdb.python/py-type.exp: New testcases for exceptions on scalar
8695 types.
8696
8697 2011-11-14 Doug Evans <dje@google.com>
8698
8699 * gdb.base/shell.exp: New file.
8700
8701 2011-11-14 Stan Shebs <stan@codesourcery.com>
8702
8703 * gdb.trace/ftrace.c: New.
8704 * gdb.trace/ftrace.exp: New.
8705
8706 2011-11-14 Yao Qi <yao@codesourcery.com>
8707
8708 * gdb.trace/change-loc-1.c: New.
8709 * gdb.trace/change-loc-2.c: New.
8710 * gdb.trace/change-loc.c: New.
8711 * gdb.trace/change-loc.exp: New.
8712 * gdb.trace/change-loc.h: New.
8713 * gdb.trace/trace-break.c (marker): Define new symbol.
8714 * gdb.trace/trace-break.exp (break_trace_same_addr_5):
8715 New.
8716 (break_trace_same_addr_6): New.
8717
8718 2011-11-12 Matt Rice <ratmice@gmail.com>
8719
8720 * gdb.base/info-macros.exp: Make tests for info definitions
8721 test info macro. Add tests for info macro argument processing.
8722 Rename a few tests.
8723
8724 2011-11-11 Keith Seitz <keiths@redhat.com>
8725
8726 PR gdb/12843
8727 * gdb.base/linespecs.exp: New file.
8728
8729 2011-11-11 Doug Evans <dje@google.com>
8730
8731 * gdb.threads/print-threads.exp: Extend timeout for slower
8732 tests.
8733
8734 2011-11-10 Doug Evans <dje@google.com>
8735
8736 * gdb.reverse/i387-env-reverse.exp: Extend timeout of
8737 "record to end of main" test.
8738
8739 * gdb.python/py-type.c (TS): New typedef.
8740 (ts): New global.
8741 * gdb.python/py-type.exp: Test field list of typedef.
8742
8743 2011-11-10 Joel Brobecker <brobecker@adacore.com>
8744
8745 * gdb.ada/small_reg_param: New testcase.
8746
8747 2011-11-09 Tom Tromey <tromey@redhat.com>
8748
8749 * gdb.cp/destrprint.exp: New file.
8750 * gdb.cp/destrprint.cc: New file.
8751
8752 2011-11-08 Meador Inge <meadori@codesourcery.com>
8753
8754 * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
8755 (switch_stack_to_other): New test function.
8756 * gdb.arch/thumb-prologue.exp: New test cases.
8757
8758 2011-11-08 Maciej W. Rozycki <macro@codesourcery.com>
8759
8760 * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
8761
8762 2011-11-08 Yao Qi <yao@codesourcery.com>
8763
8764 * gdb.exp (supports_process_record): New.
8765 (supports_reverse): New.
8766 * gdb.reverse/break-precsave.exp: Call support_process_record
8767 to run test conditionally.
8768 * gdb.reverse/consecutive-precsave.exp: Likewise.
8769 * gdb.reverse/i386-precsave.exp: Likewise.
8770 * gdb.reverse/machinestate-precsave.exp: Likewise.
8771 * gdb.reverse/solib-precsave.exp: Likewise.
8772 * gdb.reverse/step-precsave.exp: Likewise.
8773 * gdb.reverse/until-precsave.exp: Likewise.
8774 * gdb.reverse/watch-precsave.exp: Likewise.
8775 * gdb.reverse/break-reverse.exp: Call support_reverse to run
8776 test conditionally.
8777 * gdb.reverse/consecutive-reverse.exp: Likewise.
8778 * gdb.reverse/finish-precsave.exp: Likewise.
8779 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8780 * gdb.reverse/finish-reverse.exp: Likewise.
8781 * gdb.reverse/i386-reverse.exp: Likewise.
8782 * gdb.reverse/i386-sse-reverse.exp: Likewise.
8783 * gdb.reverse/machinestate.exp: Likewise.
8784 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
8785 * gdb.reverse/sigall-precsave.exp: Likewise.
8786 * gdb.reverse/sigall-reverse.exp: Likewise.
8787 * gdb.reverse/solib-reverse.exp: Likewise.
8788 * gdb.reverse/step-reverse.exp: Likewise.
8789 * gdb.reverse/until-reverse.exp: Likewise.
8790 * gdb.reverse/watch-reverse.exp: Likewise.
8791
8792 2011-11-05 Yao Qi <yao@codesourcery.com>
8793
8794 * gdb.trace/trace-break.exp: Add test on setting two
8795 fast tracepoints at the same address.
8796
8797 2011-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8798
8799 * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
8800
8801 2011-11-02 Stan Shebs <stan@codesourcery.com>
8802
8803 * gdb.trace/collection.c: Add code using strings.
8804 * gdb.trace/collection.exp: Add tests of string collection.
8805
8806 2011-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
8807
8808 * gdb.base/skip-solib.exp (executable_main): New variable.
8809 (binfile_main): Base it on that.
8810 Use $executable_main in clean_restart calls. Drop gdb_exit and
8811 gdb_start calls.
8812
8813 2011-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
8814
8815 Fix racy FAILs.
8816 * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
8817 breakpoint_re globals import by async. Set string_regex to .* for
8818 async. Remove the optional thread_selected_re and breakpoint_re
8819 globals expectations.
8820
8821 2011-11-01 Joseph Myers <joseph@codesourcery.com>
8822
8823 * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
8824 well as Cygwin.
8825
8826 2011-11-01 Justin Lebar <justin.lebar@gmail.com>
8827
8828 Add tests for skip command.
8829 * gdb.base/skip-solib-lib.c: New
8830 * gdb.base/skip-solib-main.c: New
8831 * gdb.base/skip-solib.exp: New
8832 * gdb.base/skip.c: New
8833 * gdb.base/skip.exp: New
8834 * gdb.base/skip1.c: New
8835 * gdb.base/Makefile.in: Adding new files.
8836
8837 2011-10-31 Yao Qi <yao@codesourcery.com>
8838 Pedro Alves <pedro@codesourcery.com>
8839
8840 * gdb.trace/trace-break.c: New.
8841 * gdb.trace/trace-break.exp: New.
8842
8843 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8844
8845 * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
8846 break-here-2.
8847
8848 2011-10-28 Pedro Alves <pedro@codesourcery.com>
8849
8850 * gdb.threads/no-unwaited-for-left.c: New.
8851 * gdb.threads/no-unwaited-for-left.exp: New.
8852 * gdb.threads/non-ldr-exc-1.c: New.
8853 * gdb.threads/non-ldr-exc-1.exp: New.
8854 * gdb.threads/non-ldr-exc-2.c: New.
8855 * gdb.threads/non-ldr-exc-2.exp: New.
8856 * gdb.threads/non-ldr-exc-3.c: New.
8857 * gdb.threads/non-ldr-exc-3.exp: New.
8858 * gdb.threads/non-ldr-exc-4.c: New.
8859 * gdb.threads/non-ldr-exc-4.exp: New.
8860
8861 2011-10-28 Jan Kratochvil <jan.kratochvil@redhat.com>
8862
8863 * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
8864 * gdb.base/attach-pie-misread.exp: Likewise.
8865 * gdb.base/break-interp.exp: Likewise.
8866 * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
8867 testcases for use_gdb_stub.
8868 * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
8869 (continue): New testcase.
8870 * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
8871 * gdb.threads/attach-into-signal.exp: Likewise.
8872 * gdb.threads/attach-stopped.exp: Likewise.
8873 * gdb.threads/attachstop-mt.exp: Likewise.
8874
8875 2011-10-28 Paul Koning <paul_koning@dell.com>
8876
8877 * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
8878
8879 2011-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8880
8881 * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
8882 (mi_gdb_test): Import globals thread_selected_re
8883 and breakpoint_re. Expect them optionally at the regex start.
8884
8885 2011-10-27 Doug Evans <dje@google.com>
8886
8887 * gdb.python/python.exp: Test source -s.
8888
8889 2011-10-26 Paul Koning <paul_koning@dell.com>
8890
8891 * gdb.python/lib-types.cc (struct A): New structure.
8892 * gdb.python/lib-types.exp (deepitems): New tests.
8893
8894 2011-10-25 Paul Koning <paul_koning@dell.com>
8895
8896 PR python/13327
8897
8898 * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
8899 fetch_lazy method.
8900
8901 2011-10-24 Yao Qi <yao@codesourcery.com>
8902
8903 * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
8904 target is tic6x-*-*.
8905
8906 2011-10-21 Joel Brobecker <brobecker@adacore.com>
8907
8908 * gdb.ada/mi_task_info/task_switch.adb: New file.
8909 * gdb.ada/mi_task_info.exp: New file.
8910
8911 2011-10-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8912
8913 * gdb.cp/expand-psymtabs-cxx.exp: New file.
8914 * gdb.cp/expand-psymtabs-cxx.cc: New file.
8915
8916 2011-10-20 Phil Muldoon <pmuldoon@redhat.com>
8917
8918 PR python/12656
8919
8920 * gdb.python/py-block.exp: Add is_global, is_static, static_block,
8921 global_block tests.
8922
8923 2011-10-18 Tom Tromey <tromey@redhat.com>
8924
8925 * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
8926
8927 2011-10-18 Tom Tromey <tromey@redhat.com>
8928
8929 * gdb.base/source.exp: Don't include full file name in test name.
8930 * gdb.python/python.exp: Don't include full file name in test
8931 name.
8932
8933 2011-10-18 Jan Kratochvil <jan.kratochvil@redhat.com>
8934
8935 * gdb.base/attach-pie-noexec.c: New files.
8936 * gdb.base/attach-pie-noexec.exp: New files.
8937
8938 2011-10-17 Joseph Myers <joseph@codesourcery.com>
8939
8940 * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
8941 prompt for each extra line in command.
8942
8943 2011-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
8944
8945 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
8946 Revert the part of:
8947 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8948 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
8949 Change the expected string.
8950
8951 2011-10-16 Jan Kratochvil <jan.kratochvil@redhat.com>
8952
8953 Fix results with system glibc debug info installed.
8954 * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
8955 (continue to $syscall (2nd time), continue to $syscall (3rd time)):
8956 Accept also __libc_ symbol prefix and no prefix.
8957
8958 2011-10-14 Keith Seitz <keiths@redhat.com>
8959
8960 PR c++/13225
8961 * gdb.cp/converts.cc (foo3_1): New function.
8962 (foo3_2): New functions.
8963 * gdb.cp/converts.exp: Add tests for int to pointer conversion
8964 and null pointer conversions of integer constant zero.
8965 Add test to check if all arguments are checked for incompatible
8966 conversion BADNESS.
8967
8968 2011-10-14 Tom Tromey <tromey@redhat.com>
8969
8970 * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
8971 * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
8972 linespec.
8973
8974 2011-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8975
8976 Fix internal error regression.
8977 * gdb.dwarf2/implptr-optimized-out.S: New file.
8978 * gdb.dwarf2/implptr-optimized-out.exp: New file.
8979
8980 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8981
8982 Fix empty DWARF expressions DATA vs. SIZE conditionals.
8983 * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
8984 (loclist): New.
8985 (4): New abbrev.
8986 * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
8987 Use prepare_for_testing, remove clean_restart.
8988 (p arraynoloc, p arraycallnoloc): New tests.
8989
8990 2011-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8991
8992 * gdb.cp/namespace-enum.exp (executable): New variable.
8993 (binfile): Use ${objdir}/${subdir}/ prefix.
8994 Use ${executable} for clean_restart.
8995
8996 2011-10-11 Sterling Augustine <saugustine@google.com>
8997
8998 * gdb.cp/Makefile.in: Add namespace-enum test.
8999 * gdb.cp/namespace-enum.exp: New file.
9000 * gdb.cp/namespace-enum.c: New file.
9001 * gdb.cp/namespace-enum-main.c: New file.
9002
9003 2011-10-11 Ulrich Weigand <ulrich.weigand@linaro.org>
9004
9005 * gdb.python/py-shared.exp: Relax filename check to handle remote:
9006 sysroot.
9007
9008 2011-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9009
9010 Reimplement @entry in input expressions.
9011 * gdb.base/exprs.c (v_int_array_init): New variable.
9012 * gdb.base/exprs.exp (print v_int_array_init)
9013 (print *v_int_array_init@1, print *v_int_array_init@2)
9014 (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
9015 (print v_int_array_init[1]@1): New tests.
9016
9017 2011-10-10 Joseph Myers <joseph@codesourcery.com>
9018
9019 * gdb.cp/gdb2495.exp: Do not include directories in filename in
9020 expected message.
9021
9022 2011-10-09 Doug Evans <dje@google.com>
9023
9024 * gdb.base/alias.exp: Add tests for alias command.
9025
9026 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9027
9028 * gdb.arch/amd64-entry-value.s: New file.
9029 * gdb.mi/mi2-amd64-entry-value.s: New file.
9030
9031 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9032
9033 Display @entry parameter values even for references.
9034 * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
9035 functions.
9036 (main): New variables regvar, nodatavarp, stackvar1, stackvar2. Call
9037 reference and datap_input.
9038 * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
9039 breakpoints.
9040 (continue to breakpoint: entry_reference: reference)
9041 (entry_reference: bt at entry)
9042 (continue to breakpoint: entry_reference: breakhere_reference)
9043 (entry_reference: bt, entry_reference: ptype regparam)
9044 (entry_reference: p regparam, entry_reference: ptype regparam@entry)
9045 (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
9046 (entry_reference: p regcopy, entry_reference: p nodataparam)
9047 (entry_reference: p nodataparam@entry): New tests.
9048
9049 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9050
9051 Support @entry in input expressions.
9052 * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
9053 (entry_stack: p s1@entry, entry_stack: p s2@entry)
9054 (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
9055 (tailcall: p j@entry): New tests.
9056 * gdb.cp/koenig.cc (A::entry): New function.
9057 (main): Call it.
9058 * gdb.cp/koenig.exp (p entry (c)): New test.
9059
9060 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9061
9062 Display @entry parameter values (without references).
9063 * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
9064 (different, validity, invalid): New functions.
9065 (main): Call them.
9066 * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
9067 stacktest, breakhere_stacktest, different, breakhere_different,
9068 breakhere_validity and breakhere_invalid.
9069 (entry: bt): Update for @entry.
9070 (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
9071 (entry_validity: *, entry_invalid: *): Many new tests.
9072 * gdb.base/break.exp
9073 (run until breakpoint set at small function, optimized file): Accept
9074 also the @entry suffix.
9075 * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
9076 * gdb.mi/mi2-amd64-entry-value.c: New files.
9077 * gdb.mi/mi2-amd64-entry-value.exp: New files.
9078
9079 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9080
9081 Protect entry values against self tail calls.
9082 * gdb.arch/amd64-entry-value.cc (self2, self): New.
9083 (main): Call self.
9084 * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
9085 (set debug entry-values 1, self: bt debug entry-values): New tests.
9086
9087 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9088
9089 Recognize virtual tail call frames.
9090 * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
9091 (amb_b, amb_a): New.
9092 (main): Call a and b.
9093 * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
9094 (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
9095 (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
9096 New tests.
9097
9098 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9099
9100 Implement basic support for DW_TAG_GNU_call_site.
9101 * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
9102 * gdb.arch/amd64-entry-value.cc: New file.
9103 * gdb.arch/amd64-entry-value.exp: New file.
9104
9105 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9106
9107 Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
9108 * gdb.dwarf2/implptr-64bit.S: New file.
9109 * gdb.dwarf2/implptr-64bit.exp: New file.
9110
9111 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9112
9113 Fix initial language detection with -readnow.
9114 * gdb.cp/readnow-language.cc: New file.
9115 * gdb.cp/readnow-language.exp: New file.
9116
9117 2011-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
9118
9119 Fix printed anonymous struct name.
9120 * gdb.cp/anon-struct.exp (print type of X::t2): New test.
9121
9122 2011-10-09 Joseph Myers <joseph@codesourcery.com>
9123
9124 * gdb.base/solib-symbol.exp: Do not include directories in
9125 filenames in expected messages.
9126
9127 2011-10-07 Doug Evans <dje@google.com>
9128
9129 * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
9130
9131 2011-10-07 Kevin Pouget <kevin.pouget@st.com>
9132
9133 Allow Python notification of new object-file loadings.
9134 * gdb.python/py-events.exp: Test newobjfile event.
9135 * gdb.python/py-events.py: Register newobjfile callback.
9136 * gdb.python/py-events.c: Add call to shared library
9137 * gdb.python/py-events-shlib.c: New file.
9138
9139 2011-10-06 Joseph Myers <joseph@codesourcery.com>
9140
9141 * gdb.base/fixsection.exp: Do not include directories in filename
9142 in expected message.
9143
9144 2011-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
9145
9146 Add tests for passing of environment variables to inferior.
9147 * gdb.base/testenv.c: New test source.
9148 * gdb.base/testenv.exp: New expect test.
9149
9150 2011-10-04 Paul Koning <paul_koning@dell.com>
9151
9152 * gdb.python/py-value.c (main): Break before return.
9153
9154 2011-10-04 Kevin Pouget <kevin.pouget@st.com>
9155
9156 PR python/12691: Add the inferior to Python exited event
9157 * gdb.python/py-events.exp: Test the inferior attribute of exited
9158 event with a fork.
9159 * gdb.python/py-events.py: Print inferior number on exit.
9160 * gdb.python/py-events.c: Fork the inferior.
9161
9162 2011-10-03 Edjunior Machado <emachado@linux.vnet.ibm.com>
9163
9164 * gdb.base/jit.exp: Add testcase name to log message
9165
9166 2011-10-03 Paul Koning <paul_koning@dell.com>
9167 Jan Kratochvil <jan.kratochvil@redhat.com>
9168
9169 * gdb.python/py-value.exp
9170 (python inval = gdb.parse_and_eval('*(int*)0'))
9171 (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
9172 (set argc=2, python print argc_lazy): New tests.
9173
9174 2011-10-02 Joel Brobecker <brobecker@adacore.com>
9175
9176 * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
9177
9178 2011-10-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9179 Pedro Alves <pedro@codesourcery.com>
9180
9181 * gdb.python/py-value.exp (test_value_in_inferior): New variable
9182 can_read_0, test for it.
9183 (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
9184 (parse_and_eval with memory error): ... here, make it untested if
9185 can_read_0.
9186
9187 2011-09-30 Marek Polacek <mpolacek@redhat.com>
9188
9189 * gdb.python/python.exp (verify pagination beforehand)
9190 (verify pagination afterwards): Fix race by splitting the line.
9191
9192 2011-09-29 Joseph Myers <joseph@codesourcery.com>
9193
9194 * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
9195 for 64-bit multilibs from i?86-* targets.
9196
9197 2011-09-29 Marek Polacek <mpolacek@redhat.com>
9198
9199 * lib/gdb.exp: Fix a typo in one of the comments.
9200
9201 2011-09-29 Marek Polacek <mpolacek@redhat.com>
9202
9203 * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
9204 matching pattern.
9205
9206 2011-09-28 Paul Koning <paul_koning@dell.com>
9207
9208 * gdb.python/py-type.c (enum E): New.
9209 * gdb.python/py-type.exp (test_fields): Add tests for Python
9210 mapping access to fields.
9211 (test_enums): New test for field access on enums.
9212
9213 2011-09-27 Stan Shebs <stan@codesourcery.com>
9214
9215 * gdb.trace/collection.exp: Test collection of $_ret.
9216
9217 2011-09-22 Andreas Tobler <andreast@fgznet.ch>
9218
9219 * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
9220 list of compilation switches for <*-*-freebsd*>.
9221
9222 2011-09-19 Stan Shebs <stan@codesourcery.com>
9223
9224 * gdb.trace/tspeed.exp: New file.
9225 * gdb.trace/tspeed.c: New file.
9226
9227 2011-09-18 Yao Qi <yao@codesourcery.com>
9228
9229 * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
9230 instructions.
9231 (test_adr_32bit, test_pop_pc): Likewise.
9232 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
9233 Thumb instructions.
9234 * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
9235 in gdb_test_multiple.
9236 (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
9237
9238 2011-09-17 Yao Qi <yao@codesourcery.com>
9239
9240 * lib/gdb.exp (can_single_step_to_signal_handler): New.
9241 * gdb.base/kill-after-signal.exp: Call it. Skip if target doesn't
9242 support single step to signal handler.
9243
9244 2011-09-17 Yao Qi <yao@codesourcery.com>
9245
9246 * gdb.base/disp-step-fork.c: New.
9247 * gdb.base/disp-step-syscall.exp: New.
9248 * gdb.base/disp-step-vfork.c: New.
9249
9250 2011-09-16 Joel Brobecker <brobecker@adacore.com>
9251
9252 * gdb.ada/tasks.exp: Make the expected output for
9253 the `info tasks' tests more resilient to spacing
9254 changes.
9255
9256 2011-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9257
9258 * gdb.python/py-evthreads.exp (Run to breakpoint 1)
9259 (reached breakpoint 2, reached breakpoint 3): Update expected output.
9260
9261 2011-09-15 Kevin Pouget <kevin.pouget@st.com>
9262
9263 PR Python/12692 Add gdb.selected_inferior() to Python interface.
9264 * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
9265
9266 2011-04-30 Kevin Pouget <kevin.pouget@st.com>
9267
9268 Handle multiple breakpoint hits in Python interface:
9269 * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
9270 presence.
9271 * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
9272 breakpoint hits.
9273
9274 2011-09-13 Sami Wagiaalla <swagiaal@redhat.com>
9275 Jan Kratochvil <jan.kratochvil@redhat.com>
9276
9277 * gdb.python/py-events.exp: Remove pretty printing comment.
9278 * gdb.python/py-evsignal.exp: New file.
9279 * gdb.python/py-evthreads.c: Include signal.h.
9280 (thread3): Remove variable count3. Remove variable bad and use raise
9281 instead.
9282 (thread2): Remove variable count2. Move thread3 pthread_create here,
9283 merge pthread_join to a single line.
9284 (main): Remove variable count1. Merge pthread_join with pthread_create
9285 to a single line.
9286 * gdb.python/py-evthreads.exp: Remove pretty printing comment. New
9287 KFAIL python/12966 for gdbserver. Test return value of
9288 gdb_compile_pthreads. Use gdb_run_cmd. Replace send_gdb and
9289 gdb_expect by gdb_test and gdb_test_multiple.
9290 (thread 2, thread 3): New tests.
9291
9292 2011-09-12 Matt Rice <ratmice@gmail.com>
9293 Pedro Alves <pedro@codesourcery.com>
9294
9295 PR gdb/13175
9296
9297 * gdb.base/interp.exp: New tests.
9298 * gdb.base/interp.c: New file.
9299
9300 2011-09-12 Doug Evans <dje@google.com>
9301
9302 * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
9303 * gdb.dwarf2/typeddwarf.exp: Ditto.
9304
9305 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9306
9307 Fix compatibility with x32 arch.
9308 * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
9309 * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
9310 is_x86_like_target.
9311 * testsuite/gdb.trace/collection.exp: Likewise.
9312 * testsuite/gdb.trace/report.exp: Likewise.
9313 * testsuite/gdb.trace/unavailable.exp: Likewise.
9314 * testsuite/gdb.trace/while-dyn.exp: Likewise.
9315 * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
9316 (is_x86_like_target): Check also is_amd64_regs_target.
9317
9318 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9319
9320 PR breakpoints/12435
9321 * gdb.arch/amd64-prologue-xmm.c: New file.
9322 * gdb.arch/amd64-prologue-xmm.exp: New file.
9323 * gdb.arch/amd64-prologue-xmm.s: New file.
9324
9325 2011-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9326
9327 * gdb.dwarf2/dw2-param-error-main.c: New file.
9328 * gdb.dwarf2/dw2-param-error.S: New file.
9329 * gdb.dwarf2/dw2-param-error.exp: New file.
9330
9331 2011-09-08 Pedro Alves <pedro@codesourcery.com>
9332
9333 * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
9334 inferior's pid and look for a core dump named core.$pid. Use
9335 `remote_file' commands on the host instead of hand coding shell
9336 commands on the build.
9337 * gdb.base/valgrind-db-attach.exp: Kill the program before
9338 finishing the test.
9339
9340 2011-09-02 Matt Rice <ratmice@gmail.com>
9341
9342 * lib/prompt.exp: New file for testing the first prompt.
9343 * gdb.python/py-prompt.exp: Ditto.
9344 * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
9345
9346 2011-09-02 Pedro Alves <pedro@codesourcery.com>
9347
9348 * gdb.threads/gcore-thread.exp: Set the global core_supported to
9349 0, before testing gcore.
9350
9351 2011-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9352
9353 * dw2-ifort-parameter-debug.S: Update copyright year.
9354 * dw2-ifort-parameter.c: Update copyright year.
9355 * dw2-ifort-parameter.exp: Update copyright year.
9356
9357 * dw2-ifort-parameter-debug.S: New file.
9358 * dw2-ifort-parameter.c: New file.
9359 * dw2-ifort-parameter.exp: New file.
9360
9361 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9362
9363 * gdb.base/commands.exp (error_clears_commands_left): New function.
9364 (): Call it.
9365
9366 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9367
9368 * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
9369 (C): Initialize `a'.
9370 * gdb.mi/mi-inheritance-syntax-error.exp
9371 (-data-evaluate-expression $path): Expect `a' as 5.
9372
9373 2011-08-26 Marc Khouzam <marc.khouzam@ericsson.com>
9374
9375 PR mi/11912
9376 * gdb.mi/mi-inheritance-syntax-error.cc: New file.
9377 * gdb.mi/mi-inheritance-syntax-error.exp: New file.
9378 * gdb.mi/mi-var-cp.cc: Updated for new 'class'
9379 keyword in output of -var-info-path-expression.
9380
9381 2011-08-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9382
9383 * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
9384 * gdb.trace/collection.exp: Likewise.
9385 * gdb.trace/report.exp: Likewise.
9386 * gdb.trace/unavailable.exp: Likewise.
9387 * gdb.trace/while-dyn.exp: Likewise.
9388
9389 2011-08-18 Keith Seitz <keiths@redhat.com>
9390
9391 PR c++/12266
9392 * gdb.cp/meth-typedefs.cc: New file.
9393 * gdb.cp/meth-typedefs.exp: New file.
9394
9395 2011-08-17 Phil Muldoon <pmuldoon@redhat.com>
9396
9397 * gdb.python/python.exp: Add extended-prompt tests.
9398
9399 2011-08-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9400
9401 * gdb.arch/i386-dr3-watch.exp
9402 (watchpoint on gap1 does not fit debug registers)
9403 (delete all watchpoints): Fix racy expect strings.
9404
9405 2011-08-14 Yao Qi <yao@codesourcery.com>
9406
9407 * gdb.base/maint.exp: set data_section to ".neardata".
9408 * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
9409 * gdb.base/savedregs.exp: Handle SIGILL.
9410 * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
9411 * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
9412
9413 2011-08-12 Doug Evans <dje@google.com>
9414
9415 * gdb.python/py-symbol.exp: Add test for symbol.type.
9416
9417 2011-08-12 Ulrich Weigand <ulrich.weigand@linaro.org>
9418
9419 * gdb.threads/pthreads.exp: Enable on non-native configurations.
9420 * gdb.mi/mi-pthreads.exp: Likewise.
9421 * gdb.mi/mi2-pthreads.exp: Likewise.
9422 * gdb.mi/gdb669.exp.exp: Likewise.
9423
9424 2011-08-09 Pedro Alves <pedro@codesourcery.com>
9425
9426 * lib/mi-support.exp (detect_async): Rename to...
9427 (mi_detect_async): ... this.
9428 * gdb.mi/mi-nonstop-exit.exp: Adjust.
9429 * gdb.mi/mi-nonstop.exp: Adjust.
9430 * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
9431 * gdb.mi/mi-nsintrall.exp: Adjust.
9432 * gdb.mi/mi-nsmoribund.exp: Adjust.
9433 * gdb.mi/mi-nsthrexec.exp: Adjust.
9434
9435 2011-08-09 Pedro Alves <pedro@codesourcery.com>
9436
9437 * gdb.base/display.c (do_loops): New `p_i' local.
9438 * gdb.base/display.exp: Test displaying a variable that is
9439 temporarily at a bad address.
9440
9441 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9442
9443 * gdb.dwarf2/dw2-op-stack-value.S: New file.
9444 * gdb.dwarf2/dw2-op-stack-value.exp: New file.
9445
9446 2011-08-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9447
9448 * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
9449 * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
9450 (p fuNC_symtab): Permit also ppc64 leading dot.
9451
9452 2011-08-05 Pedro Alves <pedro@codesourcery.com>
9453
9454 * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
9455 procedure.
9456 (gdb_collect_args_test, gdb_collect_locals_test): Use it.
9457
9458 2011-08-05 Yao Qi <yao@codesourcery.com>
9459
9460 * gdb.base/callfuncs.exp: Set language after main.
9461 * gdb.cp/cplusfuncs.exp: Likewise.
9462 * gdb.cp/inherit.exp: Likewise.
9463
9464 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
9465
9466 * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
9467 * gdb.base/watch-vfork.exp: Skip on remote targets.
9468
9469 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
9470
9471 * gdb.threads/thread-find.exp: Support remote targets.
9472
9473 2011-08-04 Ulrich Weigand <ulrich.weigand@linaro.org>
9474
9475 * gdb.base/jit.exp: Download solib_binfile to target.
9476 * gdb.base/jit-so.exp: Likewise. Also, use gdb_load_shlibs
9477 and call dlopen without full path name.
9478 * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
9479 dlopen without full path name.
9480
9481 2011-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
9482
9483 * gdb.base/break-always.exp: Complete the test
9484 with duplicated breakpoints and enabling/disabling them.
9485
9486 2011-08-02 Tom Tromey <tromey@redhat.com>
9487
9488 PR gdb/11289:
9489 * gdb.cp/overload.exp: Fix regexps. Remove kfails.
9490
9491 2011-08-01 Paul Pluzhnikov <ppluzhnikov@google.com>
9492
9493 PR gdb/13045
9494 * gdb.base/float.exp: Add new test case for PR gdb/13045
9495 * gdb.base/float.c: New file.
9496
9497 2011-07-28 Phil Muldoon <pmuldoon@redhat.com>
9498
9499 * gdb.python/py-mi.exp: Test printers returning string hint, and
9500 also not returning a value.
9501 * gdb.python/py-prettyprint.c: Add testcase for above.
9502 * gdb.python/py-prettyprint.py: Add test printer for above.
9503
9504 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9505
9506 * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
9507 (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
9508 (.Ldie30) Add as field "data4".
9509 (.Ldie32) Rename field "b" to "shl".
9510 (abbrev4) Change for the "data4" field.
9511 (abbrev5, abbrev6) Remove.
9512 * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
9513 (p &s.shl): ... here. Add comment.
9514 (p &s.data4): New.
9515
9516 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9517
9518 Fix crash on lval_computed values.
9519 * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
9520
9521 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9522
9523 * gdb.base/help.exp (help whatis): Update the expected string.
9524
9525 2011-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
9526
9527 * gdb.dwarf2/dw2-simple-locdesc.S: New file.
9528 * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
9529 * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
9530 Change the expected string.
9531
9532 2011-07-26 Pedro Alves <pedro@codesourcery.com>
9533
9534 * gdb.base/watchpoint.exp
9535 (test_disable_enable_software_watchpoint): New procedure.
9536 (top level): Run it.
9537
9538 2011-07-26 Ulrich Weigand <ulrich.weigand@linaro.org>
9539
9540 * gdb.python/py-mi.exp: Avoid '+' in filenames. Call C version of
9541 executable file "${binfile}", C++ version "${binfile}-cxx".
9542 * gdb.python/py-prettyprint.exp: Likewise.
9543 * gdb.python/py-symbol.exp: Likewise.
9544 * gdb.python/py-type.exp: Likewise.
9545 * gdb.python/py-value.exp: Likewise.
9546 * gdb.python/py-template.exp (test_template_arg): Pass full executable
9547 file name instead of just suffix.
9548
9549 2011-07-25 Jan Kratochvil <jan.kratochvil@redhat.com>
9550
9551 Fix implicit pointer offsets.
9552 * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
9553 * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
9554 (continue to breakpoint: continue to baz breakpoint for implptr)
9555 (sanity check element 0, sanity check element 1)
9556 (enter the inlined function, check element 0 for the offset)
9557 (check element 1 for the offset)
9558 (continue to breakpoint: ignore the second baz breakpoint): New tests.
9559 (set foo breakpoint for implptr): Update the breakpoint number.
9560
9561 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
9562
9563 * gdb.python/py-mi.exp: Use different file names for different
9564 versions of the executable under test.
9565 * gdb.python/py-prettyprint.exp: Likewise.
9566 * gdb.python/py-symbol.exp: Likewise.
9567 * gdb.python/py-template.exp: Likewise.
9568 * gdb.python/py-type.exp: Likewise.
9569 * gdb.python/py-value.exp: Likewise.
9570
9571 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
9572
9573 * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
9574 flag after restarting GDB if necessary.
9575
9576 2011-07-22 Ulrich Weigand <ulrich.weigand@linaro.org>
9577
9578 * gdb.python/py-shared.exp: Call gdb_load_shlibs.
9579
9580 2011-07-22 Pedro Alves <pedro@codesourcery.com>
9581
9582 * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
9583 backend doesn't leave used debug registers behind.
9584
9585 2011-07-22 Tom Tromey <tromey@redhat.com>
9586
9587 * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
9588 * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
9589 argument.
9590 * gdb.dwarf2/typeddwarf-amd64.S: New file.
9591
9592 2011-07-21 Matt Rice <ratmice@gmail.com>
9593
9594 * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
9595 in mostlyclean rule. Add files ending in .core.
9596
9597 2011-07-21 Matt Rice <ratmice@gmail.com>
9598
9599 PR macros/12999
9600 * gdb.base/info-macros.c: New test sources.
9601 * gdb.base/info-macros.exp: New tests.
9602
9603 2011-07-21 Phil Muldoon <pmuldoon@redhat.com>
9604
9605 * gdb.python/python.exp: Add prompt substitution tests.
9606
9607 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9608
9609 Fix crash if referenced CU is aged out.
9610 * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
9611 New.
9612 * gdb.dwarf2/implptr.exp: Likewise.
9613
9614 2011-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9615
9616 * gdb.dwarf2/implptr.S: Rebuilt.
9617 * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
9618 (bar): Use them for j, k, l.
9619 * gdb.dwarf2/implptr.exp: New variable opts. Support runtest parameter
9620 COMPILE.
9621 (print j in implptr:bar): Update for the intp typedef.
9622 (print p[0].x in implptr:foo): Use more exact regex.
9623
9624 2011-07-18 Tom Tromey <tromey@redhat.com>
9625
9626 * gdb.cp/static-method.exp: Add missing single quote.
9627
9628 2011-07-18 Yao Qi <yao@codesourcery.com>
9629
9630 * gdb.base/async-shell.exp: Skip test if displaced stepping is not
9631 supported.
9632 * gdb.mi/mi-nonstop-exit.exp: Likewise.
9633 * gdb.mi/mi-nonstop.exp: Likewise.
9634 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9635 * gdb.mi/mi-nsintrall.exp: Likewise.
9636 * gdb.mi/mi-nsmoribund.exp: Likewise.
9637 * gdb.mi/mi-nsthrexec.exp: Likewise.
9638 * gdb.python/py-evthreads.exp: Likewise.
9639
9640 2011-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9641
9642 Code cleanup.
9643 * gdb.cp/namespace.exp (xfail_class_types): New variable. Initialize
9644 it. Substitute it instead of test_compiler_info everywhere.
9645
9646 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
9647
9648 * gdb.base/type-opaque.exp: Use gdb_load_shlibs. Run test on
9649 remote targets as well.
9650
9651 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
9652
9653 * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
9654 * gdb.threads/tls-shared.exp: Use it. Call gdb_load_shlibs.
9655
9656 2011-07-15 Ulrich Weigand <ulrich.weigand@linaro.org>
9657
9658 * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
9659 a remote machine, not the host.
9660 (gdb_compile_shlib): Set soname if target is remote.
9661
9662 2011-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
9663
9664 * gdb.cp/minsym-fallback.exp: Link in C++ mode.
9665
9666 2011-07-13 Matt Rice <ratmice@gmail.com>
9667
9668 * gdb.python/py-objfile-script-gdb.py: Renamed to
9669 py-objfile-script-gdb.py.in.
9670 * gdb.python/py-objfile-script-gdb.py.in: Renamed from
9671 py-objfile-script-gdb.py.
9672 * gdb.python/py-objfile-script.exp: Update reference to
9673 py-objfile-script-gdb.py.
9674
9675 2011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
9676
9677 * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
9678 reference undefined label.
9679
9680 2011-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9681
9682 * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
9683 (DW_AT_high_pc, DW_AT_low_pc): Remove them.
9684 (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
9685 * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
9686
9687 2011-07-11 Phil Muldoon <pmuldoon@redhat.com>
9688
9689 PR python/12438
9690 * gdb.python/python.exp: Add maint set/show python print-stack
9691 deprecated tests. Add set/show python print-backtrace tests.
9692
9693 2011-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9694
9695 * gdb.java/jprint.exp (print a java.lang.String): xfail without system
9696 debug info.
9697
9698 2011-07-06 Matt Rice <ratmice@gmail.com>
9699
9700 * gdb.python/python.exp: Update filename paths.
9701 * gdb.python/py-symtab.exp: Ditto.
9702
9703 2011-07-06 Marek Polacek <mpolacek@redhat.com>
9704
9705 * gdb.python/py-evthreads.exp: Add missing `$'.
9706
9707 2011-07-06 Jie Zhang <jie.zhang@analog.com>
9708
9709 * config/bfin.exp: New file.
9710 * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
9711 * gdb.asm/bfin.inc: New file.
9712
9713 2011-07-06 Marek Polacek <mpolacek@redhat.com>
9714
9715 * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
9716 the whole output.
9717
9718 2011-07-05 Tom Tromey <tromey@redhat.com>
9719
9720 * gdb.java/jprint.java (jprint.hi): New field.
9721 * gdb.java/jprint.exp: Print string.
9722
9723 2011-07-05 Thiago Jung Bauermann <bauerman.ibm.com>
9724
9725 * gdb.base/call-sc.c: Fix typos.
9726 * gdb.base/ifelse.exp: Likewise.
9727 * gdb.base/structs.c: Likewise.
9728
9729 2011-07-06 Paul Pluzhnikov <ppluzhnikov@google.com>
9730
9731 * gdb.base/jit-so.exp: New test.
9732 * gdb.base/jit-dlmain.c: New file.
9733 * gdb.base/jit-main.c: Allow "main" to be elsewhere.
9734
9735 2011-07-02 Jan Kratochvil <jan.kratochvil@redhat.com>
9736
9737 * gdb.cp/m-static.exp: Call get_compiler_info.
9738 (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
9739 * gdb.cp/pr9167.exp (p b): Likewise.
9740 * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
9741 (test value of P in inner_m, test type of Z in inner_m): Call
9742 setup_xfail for gcc <= 4.5.
9743
9744 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9745
9746 * gdb.cp/paren-type.cc: New files.
9747 * gdb.cp/paren-type.exp: New files.
9748
9749 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9750
9751 Stop on first linespec terminator instead of eating what we can.
9752 * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
9753 * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
9754 * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
9755 (break C::f()): ... this one.
9756 (break C::operator()()): New test.
9757 * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
9758 * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
9759 test.
9760
9761 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9762
9763 Fall back linespec to minimal symbols.
9764 * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
9765 error message.
9766 * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
9767 * gdb.cp/minsym-fallback-main.cc: New file.
9768 * gdb.cp/minsym-fallback.cc: New file.
9769 * gdb.cp/minsym-fallback.exp: New file.
9770 * gdb.cp/minsym-fallback.h: New file.
9771
9772 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9773
9774 * gdb.cp/no-dmgl-verbose.cc: New file.
9775 * gdb.cp/no-dmgl-verbose.exp: New file.
9776
9777 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9778
9779 * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
9780 __GI_.
9781 * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
9782 (f): New function.
9783 * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
9784 (complete p 'func<short>(): ... here.
9785 * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
9786 * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
9787 * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
9788 * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
9789 Make them KFAIL gcc/49546.
9790
9791 2011-07-01 Joel Brobecker <brobecker@adacore.com>
9792
9793 * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
9794
9795 2011-07-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9796
9797 Test GCC PR debug/49546.
9798 * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
9799 (test type of F in k3_m, test value of F in k3_m): New.
9800 * gdb.cp/temargs.cc (struct S3, struct K3): New.
9801 (main): New variable k3. Call k3.k3_m.
9802
9803 2011-07-01 Jean-Charles Delay <delay@adacore.com>
9804
9805 * gdb.ada/packed_array.exp: Fix expected outout.
9806
9807 2011-07-01 Jean-Charles Delay <delay@adacore.com>
9808
9809 * gdb.ada/packed_array.exp: fixed expected output.
9810
9811 2011-07-01 Joel Brobecker <brobecker@adacore.com>
9812
9813 * gdb.ada/same_enum: New testcase.
9814
9815 2011-07-01 Joel Brobecker <brobecker@adacore.com>
9816
9817 * gdb.ada/ptr_typedef: New testcase.
9818
9819 2011-07-01 Joel Brobecker <brobecker@adacore.com>
9820
9821 * gdb.ada/arrayptr.exp: Add ptype test.
9822
9823 2011-07-01 Joel Brobecker <brobecker@adacore.com>
9824
9825 * gdb.ada/char_enum: New testcase.
9826
9827 2011-07-01 Yao Qi <yao@codesourcery.com>
9828
9829 * gdb.base/dump.exp (capture_pointer_with_type): New.
9830 Get value from address instead of name.
9831 Start GDB once, and do `dump' and `restore'
9832 tests together.
9833
9834 2011-06-30 Jie Zhang <jie.zhang@analog.com>
9835 Mike Frysinger <vapier@gentoo.org>
9836
9837 * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
9838 helper functions for getting/setting remotetimeout variable.
9839 * lib/gdb.exp (gdb_load): If the target is remote, set
9840 $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
9841 with $loadtimeout. Set $load_ok to 0 before doing the load.
9842 Instead of returning, immediately, set $load_ok to 0. Call
9843 set_remotetimeout with $oldremotetimeout, and then return if
9844 $load_ok is 1.
9845
9846 2011-06-30 Andrew Burgess <aburgess@broadcom.com>
9847
9848 * gdb.python/py-template.exp: Don't run this test if the target
9849 does not support c++ tests.
9850
9851 2011-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
9852
9853 Fix non-only rename list for Fortran modules import.
9854 * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
9855 tests.
9856 * gdb.fortran/module.f90 (module moduse): New.
9857 (program module): use moduse, test var_x, var_y and var_z.
9858
9859 2011-06-29 Tom Tromey <tromey@redhat.com>
9860
9861 PR testsuite/12040:
9862 * gdb.fortran/array-element.exp: Use f90, not f77.
9863 * gdb.fortran/complex.exp: Use f90, not f77.
9864 * gdb.fortran/derived-type.exp: Use f90, not f77.
9865 * gdb.fortran/library-module.exp: Use f90, not f77.
9866 * gdb.fortran/logical.exp: Use f90, not f77.
9867 * gdb.fortran/module.exp: Use f90, not f77.
9868 * gdb.fortran/multi-dim.exp: Use f90, not f77.
9869 * gdb.fortran/subarray.exp: Use f90, not f77.
9870
9871 2011-06-29 Tom Tromey <tromey@redhat.com>
9872
9873 * gdb.fortran/charset.exp: New file.
9874 * gdb.fortran/charset.f90: New file.
9875
9876 2011-06-29 Tom Tromey <tromey@redhat.com>
9877
9878 PR testsuite/12040:
9879 * lib/future.exp: New file, mostly extracted from ada.exp.
9880 Rewrote compatibility code to use rename.
9881 (gdb_find_gfortran): New proc.
9882 (gdb_default_target_compile): Refresh from dejagnu; plus a pending
9883 gfortran patch.
9884 * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
9885 Move to future.exp.
9886 * lib/gdb.exp: Always load future.exp.
9887
9888 2011-06-28 Yao Qi <yao@codesourcery.com>
9889
9890 * gdb.cp/exception.cc: Don't include iostream.
9891 (bar): Remove print statement.
9892 (catcher): New.
9893 (main): Remove print statements. Call function catcher.
9894 * gdb.cp/exception.exp : Don't match inferior's output in regexp.
9895 Set breakpoint on catcher, and check the value of parameter.
9896
9897 2011-06-23 Yao Qi <yao@codesourcery.com>
9898
9899 * gdb.cp/mb-inline.exp: Parse the output of `info break' to check
9900 breakpoint 1.2 is disabled. KFAIL for uclinux.
9901
9902 2011-06-23 Marek Polacek <mpolacek@redhat.com>
9903
9904 * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
9905 mi_gdb_test.
9906
9907 2011-06-23 Marek Polacek <mpolacek@redhat.com>
9908
9909 * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
9910
9911 2011-06-23 Marek Polacek <mpolacek@redhat.com>
9912
9913 * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
9914
9915 2011-06-23 Marek Polacek <mpolacek@redhat.com>
9916
9917 * gdb.mi/mi2-basics.exp: Fix races. Honour the
9918 `test_exec_and_symbol_mi_operatons' return value.
9919 (test_mi_interpreter_selection): Use mi_gdb_test instead of
9920 gdb_test_multiple.
9921 (test_exec_and_symbol_mi_operatons): Likewise.
9922 (test_path_specification): Likewise.
9923
9924 2011-06-23 Yao Qi <yao@codesourcery.com>
9925
9926 * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
9927 supported.
9928 * lib/gdb.exp (support_displaced_stepping): New.
9929
9930 2011-06-23 Yao Qi <yao@codesourcery.com>
9931
9932 * gdb.threads/execl.exp: Skip on remote target.
9933
9934 2011-06-21 Marek Polacek <mpolacek@redhat.com>
9935
9936 * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
9937 mi_gdb_test.
9938
9939 2011-06-20 Marek Polacek <mpolacek@redhat.com>
9940
9941 * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
9942
9943 2011-06-20 Marek Polacek <mpolacek@redhat.com>
9944
9945 * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
9946 mi_gdb_test.
9947
9948 2011-06-20 Marek Polacek <mpolacek@redhat.com>
9949
9950 * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
9951
9952 2011-06-14 Yao Qi <yao@codesourcery.com>
9953
9954 gdb/testsuite/
9955 * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
9956
9957 2011-06-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9958
9959 * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
9960
9961 2011-06-10 Tom Tromey <tromey@redhat.com>
9962
9963 * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
9964 Add tests for pointer-to-member-function.
9965 * gdb.cp/temargs.cc (S::somefunc): New function.
9966 (K2): New class.
9967 (main): Instantiate K2; call method.
9968
9969 2011-06-08 Joel Brobecker <brobecker@adacore.com>
9970
9971 * gdb.python/py-inferior.c (f2): Make str an array rather
9972 than a pointer.
9973 * gdb.python/py-inferior.exp: Adjust testcase accordingly.
9974
9975 2011-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9976
9977 * gdb.base/async-shell.c: New file.
9978 * gdb.base/async-shell.exp: New file.
9979
9980 2011-06-06 Pedro Alves <pedro@codesourcery.com>
9981
9982 * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
9983
9984 2011-06-03 Joel Brobecker <brobecker@adacore.com> (obvious fix)
9985
9986 From Stephen Kitt <steve@sk2.org>
9987 * gdb.base/help.exp: Adjust following some spelling corrections
9988 in GDB.
9989
9990 2011-06-01 Yao Qi <yao@codesourcery.com>
9991
9992 * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
9993
9994 2010-05-31 Keith Seitz <keiths@redhat.com>
9995
9996 PR c++/12750
9997 * gdb.cp/static-method.cc: New file.
9998 * gdb.cp/static-method.exp: New file.
9999
10000 2010-05-31 Keith Seitz <keiths@redhat.com>
10001
10002 PR symtab/12704
10003 * gdb.cp/anon-ns.cc: New file.
10004 * gdb.cp/anon-ns.exp: New file.
10005
10006 2011-05-31 Pedro Alves <pedro@codesourcery.com>
10007
10008 * gdb.arch/i386-dr3-watch.c: New file.
10009 * gdb.arch/i386-dr3-watch.exp: New file.
10010
10011 2011-05-30 Yao Qi <yao@codesourcery.com>
10012
10013 * gdb.base/callfuncs.c (t_structs_fc): New.
10014 (t_structs_dc, t_structs_ldc): New.
10015 (t_double_many_args):
10016 (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
10017 (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
10018 (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
10019 * gdb.base/callfuncs.exp: Call new functions.
10020
10021 2011-05-30 Yao Qi <yao@codesourcery.com>
10022
10023 * gdb.base/callfuncs.exp (rerun_and_prepare): New.
10024 Call rerun_and_prepare for each test to isolate effects.
10025
10026 2011-05-30 Yao Qi <yao@codesourcery.com>
10027
10028 * gdb.base/varargs.c (find_max_float_real): New.
10029 (find_max_double_real, find_max_long_double_real): New.
10030 * gdb.base/varargs.exp: Call these new added functions.
10031 * lib/gdb.exp (setup_kfail_for_target): New.
10032
10033 2011-05-30 Yao Qi <yao@codesourcery.com>
10034
10035 * gdb.base/funcargs.c (callca, callcb, callcc): New.
10036 (callcd, callce, callcf, callc1a, callc1b): New.
10037 (callc2a, callc2b): New.
10038 * gdb.base/funcargs.exp (complex_args): New.
10039 (complex_integral_args, complex_float_integral_args): New.
10040 * lib/gdb.exp (support_complex_tests): New. Determine
10041 whether to run test cases on _Complex types.
10042
10043 2011-05-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10044
10045 * gdb.threads/leader-exit.c: New file.
10046 * gdb.threads/leader-exit.exp: New file.
10047
10048 2011-05-27 Marek Polacek <mpolacek@redhat.com>
10049
10050 * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
10051
10052 2011-05-27 Marek Polacek <mpolacek@redhat.com>
10053
10054 * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
10055 remove the `supported' variable.
10056 * gdb.mi/mi-nonstop.exp: Likewise.
10057 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
10058 * gdb.mi/mi-nsintrall.exp: Likewise.
10059 * gdb.mi/mi-nsmoribund.exp: Likewise.
10060 * gdb.mi/mi-nsthrexec.exp: Likewise.
10061
10062 2011-05-26 Pedro Alves <pedro@codesourcery.com>
10063
10064 * gdb.reverse/finish-reverse-bkpt.exp: New test.
10065
10066 2011-05-26 Pedro Alves <pedro@codesourcery.com>
10067
10068 * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
10069
10070 2011-05-24 Keith Seitz <keiths@redhat.com>
10071
10072 PR breakpoint/12803
10073 * gdb.cp/cmpd-minsyms.cc (a): New method.
10074 (b): New method.
10075 (c): New method.
10076 * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
10077
10078 2011-05-24 Pedro Alves <pedro@codesourcery.com>
10079
10080 * gdb.base/commands.exp (watchpoint_command_test): Check that the
10081 watchpoint's command list didn't execute when the watchpoint went
10082 out of scope.
10083
10084 2011-05-24 Pierre Muller <muller@ics.u-strasbg.fr>
10085
10086 Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
10087 * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
10088 * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
10089 * gdb.arch/i386-gnu-cfi.exp: Likewise.
10090 * gdb.arch/i386-permbkpt.exp: Likewise.
10091 * gdb.arch/i386-prologue.exp: Likewise.
10092 * gdb.arch/i386-size-overlap.exp: Likewise.
10093 * gdb.arch/i386-size.exp: Likewise.
10094 * gdb.arch/i386-unwind.exp: Likewise.
10095 * gdb.reverse/i386-precsave.exp: Likewise.
10096 * gdb.reverse/i386-reverse.exp: Likewise.
10097 * gdb.reverse/i386-sse-reverse.exp: Likewise.
10098 * gdb.reverse/i387-env-reverse.exp: Likewise.
10099 * gdb.reverse/i387-stack-reverse.exp: Likewise.
10100
10101 2011-05-24 Pedro Alves <pedro@codesourcery.com>
10102
10103 * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
10104 file doesn't error, using MI.
10105
10106 2011-05-23 Tom Tromey <tromey@redhat.com>
10107
10108 * gdb.base/charset.exp (string_display): Add tests to assign to
10109 arrays.
10110 * gdb.base/charset.c (short_array, int_array, long_array): New.
10111
10112 2011-05-20 Pedro Alves <pedro@codesourcery.com>
10113
10114 Cope with async mode.
10115
10116 * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
10117 into gdb_test + mi_expect_stop.
10118
10119 2011-05-20 Pedro Alves <pedro@codesourcery.com>
10120
10121 * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
10122 (callme): Remove printf call.
10123
10124 2011-05-20 Pierre Muller <muller@ics.u-strasbg.fr>
10125
10126 * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
10127 quote pattern to avoid problems with Cygwin/mingw expect versions.
10128 * gdb.base/default.exp (show convenience): Use double
10129 quote pattern for regular expressions.
10130
10131 2011-05-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10132
10133 Fix -readnow for -gdwarf-4 unused type units.
10134 * gdb.dwarf2/dw4-sig-type-unused.S: New file.
10135 * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
10136
10137 2011-05-18 Jan Kratochvil <jan.kratochvil@redhat.com>
10138
10139 * gdb.base/kill-after-signal.c: New file.
10140 * gdb.base/kill-after-signal.exp: New file.
10141
10142 2011-05-16 Pedro Alves <pedro@codesourcery.com>
10143
10144 * gdb.ada/start.exp: Call untested with the correct test filename.
10145 * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
10146 test filename. Make the test's binary unique.
10147 * gdb.arch/i386-signal.exp: Call untested with the correct test
10148 filename.
10149 * gdb.arch/i386-size-overlap.exp: Ditto.
10150 * gdb.arch/Makefile.in (EXECUTABLES): Update.
10151 * gdb.base/gcore-buffer-overflow.exp: Ditto.
10152 * gdb.cp/call-c.exp: Ditto.
10153 * gdb.mi/mi-reverse.exp: Call untested with the correct test
10154 filename. Make the test's binary unique.
10155 * gdb.mi/Makefile.in (EXECUTABLES): Update.
10156 * gdb.python/py-mi.exp: Ditto.
10157 * gdb.python/Makefile.in (EXECUTABLES): Update.
10158 * gdb.reverse/i386-precsave.exp: Ditto.
10159 * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
10160 test filename.
10161 * gdb.reverse/i387-stack-reverse.exp: Ditto.
10162 * gdb.reverse/sigall-precsave.exp: Ditto. Make the test's binary
10163 unique.
10164 * gdb.reverse/sigall-reverse.exp: Call untested with the correct
10165 test filename.
10166 * gdb.reverse/Makefile.in (EXECUTABLES): Update.
10167 * gdb.trace/tfile.exp: Ditto.
10168
10169 2011-05-14 Yao Qi <yao@codesourcery.com>
10170
10171 * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
10172 type.
10173
10174 2011-05-13 Doug Evans <dje@google.com>
10175
10176 * gdb.python/py-objfile-script.exp: New file.
10177 * gdb.python/py-objfile-script.c: New file.
10178 * gdb.python/py-objfile-script-gdb.py: New file.
10179 * testsuite/gdb.python/py-section-script.exp: Test
10180 "info auto-load-scripts".
10181
10182 2011-05-13 Tom Tromey <tromey@redhat.com>
10183
10184 * gdb.dwarf2/clztest.exp: New file.
10185 * gdb.dwarf2/clztest.c: New file.
10186 * gdb.dwarf2/clztest.S: New file.
10187
10188 2011-05-13 Doug Evans <dje@google.com>
10189
10190 * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
10191 String16 tests.
10192
10193 2011-05-13 Tom Tromey <tromey@redhat.com>
10194
10195 * lib/gdb.exp (is_x86_like_target): New proc.
10196 * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
10197 * gdb.dwarf2/valop.exp: Use is_x86_like_target.
10198 * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target. Pass
10199 -nostdlib to compiler.
10200 * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
10201 * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
10202 * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
10203 * gdb.dwarf2/dw2-restore.exp: Check for LP64.
10204 * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
10205
10206 2011-05-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
10207
10208 * gdb.python/py-function.exp: Test setting a value from a function
10209 which executes a command.
10210
10211 2011-05-12 Tom Tromey <tromey@redhat.com>
10212
10213 * gdb.dwarf2/typeddwarf.S: New file.
10214 * gdb.dwarf2/typeddwarf.c: New file.
10215 * gdb.dwarf2/typeddwarf.exp: New file.
10216
10217 2011-05-12 Marek Polacek <mpolacek@redhat.com>
10218
10219 * gdb.mi/mi-basics.exp: Fix races. Honour the
10220 `test_exec_and_symbol_mi_operatons' return value.
10221 (test_mi_interpreter_selection): Use mi_gdb_test instead of
10222 gdb_test_multiple.
10223 (test_exec_and_symbol_mi_operatons): Likewise.
10224 (test_path_specification): Likewise.
10225
10226 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10227
10228 * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
10229 (gdb_touch_execfile): Remove catch wrappers. New variable time.
10230 Replace `file copy' and `file rename' by `file mtime'. Twice.
10231
10232 2011-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10233
10234 * gdb.base/readline-ask.c: New file.
10235 * gdb.base/readline-ask.exp: New file.
10236 * gdb.base/readline-ask.inputrc: New file.
10237
10238 2011-05-06 Ulrich Weigand <uweigand@de.ibm.com>
10239
10240 * gdb.cell/bt.exp: Delete breakpoints before running to signal
10241 to avoid race condition.
10242 * gdb.cell/coremaker.c: Use small stack size.
10243 * gdb.cell/ea-standalone.exp: Use file name without path as
10244 argument to c_to.
10245 * gdb.cell/fork.exp: Allow other output when continuing to end.
10246
10247 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10248
10249 * gdb.threads/corethreads.c: New file.
10250 * gdb.threads/corethreads.exp: New file.
10251
10252 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10253
10254 * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
10255 Try to compile the test using -Wl,-z,norelro first.
10256 (load_core): New variable libthread_db_seen, initialize it.
10257 (zeroed-threads cannot be listed): Protect it by XFAIL on
10258 !$libthread_db_seen.
10259
10260 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10261
10262 PR 12573
10263 * gdb.dwarf2/dw2-skip-prologue.S: New file.
10264 * gdb.dwarf2/dw2-skip-prologue.c: New file.
10265 * gdb.dwarf2/dw2-skip-prologue.exp: New file.
10266
10267 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10268
10269 * gdb.cp/psymtab-parameter.cc: New file.
10270 * gdb.cp/psymtab-parameter.exp: New file.
10271
10272 2011-05-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10273
10274 Fix a race.
10275 * gdb.cp/static-print-quit.exp (print c): Split to ...
10276 (print c - <return>, print c - q <return>, print c - to quit):
10277 ... these. Make the testfile untested on gdb-7.1.
10278
10279 2011-5-05 Janis Johnson <janisjo@codesourcery.com>
10280
10281 * lib/gdb.exp (exec_target_file, exec_symbol_file,
10282 gdb_rename_execfile, gdb_touch_execfile): New.
10283 * gdb.base/reread.exp: Use new procs to handle multiple
10284 exec files.
10285
10286 2011-05-05 Yao Qi <yao@codesourcery.com>
10287
10288 * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
10289 (test_adr_32bit, test_pop_pc): New.
10290 * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
10291 (test_adr_32bit, test_pop_pc): New.
10292
10293 2011-05-04 Joseph Myers <joseph@codesourcery.com>
10294
10295 * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
10296 * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
10297 targets.
10298 * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
10299 handle targets.
10300
10301 2011-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10302
10303 * gdb.base/completion.exp (complete help info wat): Rename to ...
10304 (complete 'help info wat'): ... here.
10305 Remove all `-re ".*' and `-re "^.*' redundant regexes.
10306 (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
10307
10308 2011-05-04 Pedro Alves <pedro@codesourcery.com>
10309
10310 * gdb.base/completion.exp: Use gdb_test_multiple instead of
10311 gdb_test and explicit $gdb_prompt/timeout matches.
10312
10313 2011-05-04 Yao Qi <yao@codesourcery.com>
10314
10315 * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
10316 and __thumb2__.
10317
10318 2011-05-03 Marek Polacek <mpolacek@redhat.com>
10319
10320 * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
10321 in place of `gdb_test "delete breakpoints"'. This eliminates two
10322 testcases.
10323
10324 2011-05-02 Pedro Alves <pedro@codesourcery.com>
10325
10326 PR testsuite/12649
10327 Fix races.
10328
10329 * gdb.base/completion.exp: Remove all sleep calls. Remove
10330 unnecessary regexs. Don't explicitly expect anything after the
10331 prompt. Eat the prompt if necessary.
10332
10333 2011-05-02 Edjunior Machado <emachado@linux.vnet.ibm.com>
10334
10335 * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
10336 accept to show the caller line again as well as the line after.
10337
10338 2011-04-29 Phil Muldoon <pmuldoon@redhat.com>
10339
10340 PR mi/12531
10341
10342 * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
10343 compile target.
10344 * gdb.python/py-prettyprint.exp: Add C++ object for
10345 CPLUS_FAKE_CHILD test.
10346
10347 2011-04-28 Ulrich Weigand <ulrich.weigand@linaro.org>
10348
10349 * gdb.base/signest.exp: New file.
10350 * gdb.base/signest.c: Likewise.
10351
10352 2011-04-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10353
10354 * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
10355 thread and breakpoint notifications.
10356
10357 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10358
10359 * gdb.base/fortran-sym-case.c: New file.
10360 * gdb.base/fortran-sym-case.exp: New file.
10361 * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
10362 * gdb.dwarf2/dw2-case-insensitive.c: New file.
10363 * gdb.dwarf2/dw2-case-insensitive.exp: New file.
10364
10365 2011-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
10366
10367 * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
10368 * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
10369 false #1', `if true else false #2' and `if true else false #3'.
10370
10371 2011-04-27 Ulrich Weigand <ulrich.weigand@linaro.org>
10372
10373 * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
10374 while delivering signal.
10375
10376 2011-04-27 Vladimir Prus <vladimir@codesourcery.com>
10377
10378 MI breakpoint notifications.
10379
10380 * testsuite/gdb.mi/mi-cli.exp: Adust.
10381 * testsuite/gdb.mi/mi2-cli.exp: Adust.
10382 * testsuite/gdb.mi/mi-watch.exp: Adust.
10383 * testsuite/gdb.mi/mi2-watch.exp: Adust.
10384 * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
10385 notifications.
10386
10387 2011-04-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10388
10389 * gdb.base/gdbindex-stabs-dwarf.c: New file.
10390 * gdb.base/gdbindex-stabs.c: New file.
10391 * gdb.base/gdbindex-stabs.exp: New file.
10392
10393 2011-04-25 Yao Qi <yao@codesourcery.com>
10394
10395 * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
10396 with /*...*/.
10397 * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
10398
10399 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10400
10401 * gdb.python/py-value.exp (test_objfiles): Name the first test
10402 `py-value in file.filename'.
10403
10404 2011-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10405
10406 * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
10407 * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
10408 * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
10409 !gdbserver_reconnect_p..
10410 (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
10411
10412 2011-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10413
10414 * gdb.cp/cpcompletion.exp (complete class methods)
10415 (complete class methods beginning with F): Move them above runto. New
10416 comment about the runto delimiter.
10417
10418 2011-04-20 Pedro Alves <pedro@codesourcery.com>
10419
10420 * gdb.base/maint.exp: Test that "maint print registers" works
10421 without a running program.
10422
10423 2011-04-20 Marek Polacek <mpolacek@redhat.com>
10424
10425 * gdb.base/setshow.exp: Fix racy tests.
10426 ($old_gdb_prompt): New variable.
10427
10428 2011-04-19 Tom Tromey <tromey@redhat.com>
10429
10430 * gdb.mi/mi-nsmoribund.exp:
10431 * gdb.hp/gdb.objdbg/objdbg01.exp:
10432 * gdb.base/structs.exp (test_struct_returns):
10433 * gdb.base/call-sc.exp (test_scalar_returns):
10434 * gdb.base/bigcore.exp: Remove duplicate words.
10435
10436 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10437
10438 * gdb.base/break-interp-lib.c (v, vptr): New variables.
10439 * gdb.base/break-interp.exp (test_attach): New comment.
10440
10441 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10442
10443 * gdb.threads/gcore-thread.exp ($core0file): New variable.
10444 (clear __stack_user.next, clear stack_used.next)
10445 (save a zeroed-threads corefile): New test.
10446 Call core_load for $core0file.
10447 (zeroed-threads cannot be listed): New test.
10448
10449 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10450
10451 * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
10452 filename.
10453 ($srcfile): Preserve the original value.
10454 ($testfile): Match it the .exp filename.
10455 ($corefile): New variable. Substitute it around.
10456 Use clean_restart.
10457 ($prev_timeout): Remove.
10458 (load_core): Move core loading into this proc.
10459 Fix restore of $timeout if load_core fails.
10460
10461 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10462
10463 * gdb.base/eu-strip-infcall.c: New file.
10464 * gdb.base/eu-strip-infcall.exp: New file.
10465
10466 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10467
10468 * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
10469 * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
10470
10471 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com>
10472
10473 Fix Python access to inlined frames.
10474 * gdb.python/py-frame-inline.c: New file.
10475 * gdb.python/py-frame-inline.exp: New file.
10476
10477 2011-04-13 Edjunior Machado <emachado@linux.vnet.ibm.com>
10478
10479 * gdb.base/gdb1090.exp: Change breakpoint location to read the
10480 content of 's24' correctly (avoiding "optimized out").
10481 * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
10482
10483 2011-04-13 Jan Kratochvil <jan.kratochvil@redhat.com>
10484
10485 * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
10486
10487 2011-04-13 Thiago Jung Bauermann <bauerman@br.ibm.com>
10488
10489 * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
10490 expect a colon in watch -location output.
10491
10492 2011-04-13 Marek Polacek <mpolacek@redhat.com>
10493
10494 * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
10495 New testcase `expect response to define backtrace'. Also remove
10496 redundant `default' block.
10497
10498 2011-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10499
10500 * gdb.python/py-prettyprint.c (struct hint_error): New.
10501 (main): New variable hint_error.
10502 * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
10503 "print hint_error".
10504 * gdb.python/py-prettyprint.py (class pp_hint_error): New.
10505 (register_pretty_printers): Register it.
10506
10507 2011-04-04 Tom Tromey <tromey@redhat.com>
10508
10509 * gdb.cp/maint.exp (test_help): Update.
10510 (test_namespace): Likewise.
10511
10512 2011-04-01 Joel Brobecker <brobecker@adacore.com>
10513
10514 * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
10515 * gdb.ada/arrayptr.exp: Add new tests.
10516
10517 2011-04-01 Joel Brobecker <brobecker@adacore.com>
10518
10519 * gdb.ada/mi_catch_ex: New testcase.
10520
10521 2011-04-01 Pedro Alves <pedro@codesourcery.com>
10522
10523 * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
10524 base::overload(void) method without specifying "const".
10525
10526 2011-04-01 Ulrich Weigand <ulrich.weigand@linaro.org>
10527
10528 * gdb.arch/thumb-singlestep.S: New file.
10529 * gdb.arch/thumb-singlestep.exp: Likewise.
10530
10531 2011-03-31 Tom Tromey <tromey@redhat.com>
10532
10533 * gdb.python/py-prettyprint.py (exception_flag): New global.
10534 (NoStringContainerPrinter._iterator.next): Check it.
10535 * gdb.python/py-prettyprint.c (main): New variable nstype2.
10536 * gdb.python/py-mi.exp: Set exception_flag and do more tests.
10537
10538 2011-03-29 Tom Tromey <tromey@redhat.com>
10539
10540 * gdb.cp/anon-struct.cc: New file.
10541 * gdb.cp/anon-struct.exp: New file.
10542
10543 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10544
10545 Test STT_GNU_IFUNC support.
10546 * gdb.base/gnu-ifunc-lib.c: New file.
10547 * gdb.base/gnu-ifunc.c: New file.
10548 * gdb.base/gnu-ifunc.exp: New file.
10549
10550 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10551
10552 Support a ring of related breakpoints.
10553 * gdb.base/watchpoint-delete.c: New file.
10554 * gdb.base/watchpoint-delete.exp: New file.
10555
10556 2011-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
10557
10558 * gdb.ada/arrayparam.exp (print first after function call): Use
10559 explicit package name. Add a comment
10560 (print lasta after function call): Rename ...
10561 (print last after function call): ... it and use explicit package
10562 name.
10563 (print length after function call): Use explicit package name.
10564 * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
10565 * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
10566 (multiple matches for symbol i): Rename ...
10567 (multiple matches for symbol integervar): ... it.
10568 * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
10569 * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
10570
10571 2011-03-25 Andrew Burgess <aburgess@broadcom.com>
10572
10573 * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
10574 environment variable to make grep output more predictable. Move
10575 all the environment setup into gdb_init so it's done once per test
10576 case rather than each time we start gdb.
10577
10578 2011-03-24 Tom Tromey <tromey@redhat.com>
10579
10580 * gdb.base/label.exp: Use `main:there' linespec. Add re-running
10581 test.
10582
10583 2011-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
10584
10585 * gdb.dwarf2/dw2-entry-value-main.c: New file.
10586 * gdb.dwarf2/dw2-entry-value.S: New file.
10587 * gdb.dwarf2/dw2-entry-value.exp: New file.
10588
10589 2011-03-22 Phil Muldoon <pmuldoon@redhat.com>
10590
10591 PR python/12183
10592
10593 * gdb.python/py-function.exp: Add GdbError tests.
10594
10595 2011-03-18 Pedro Alves <pedro@codesourcery.com>
10596
10597 * gdb.trace/unavailable.cc (args_test_func, local_test_func)
10598 (reglocal_test_func, statlocal_test_func): New functions.
10599 (globals_test_func): Call new functions.
10600 * gdb.trace/unavailable.exp (gdb_collect_args_test)
10601 (gdb_collect_locals_test): New procedure.
10602 (gdb_trace_collection_test): Call new procedures.
10603
10604 2011-03-18 Pedro Alves <pedro@codesourcery.com>
10605
10606 * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
10607 (test_register, test_register_unavailable): New procedures.
10608 (gdb_unavailable_registers_test): New procedure.
10609 (gdb_trace_collection_test): Call it.
10610
10611 2011-03-18 Phil Muldoon <pmuldoon@redhat.com>
10612
10613 PR python/12149
10614
10615 * gdb.python/python.exp: Add gdb.write tests.
10616
10617 2010-03-17 Phil Muldoon <pmuldoon@redhat.com>
10618
10619 * gdb.python/Makefile.in: Add py-objfile.
10620 * gdb.python/py-objfile.exp: New file.
10621 * gdb.python/py-objfile.c: New file.
10622 * gdb.python/py-block.exp: Add is_valid tests.
10623 * gdb.python/py-inferior.exp: Ditto.
10624 * gdb.python/py-infthread.exp: Ditto.
10625 * gdb.python/py-symbol.exp: Ditto.
10626 * gdb.python/py-symtab.exp: Ditto.
10627
10628 2011-03-16 Keith Seitz <keiths@redhat.com>
10629
10630 PR c++/12273
10631 * gdb.cp/cmpd-minsyms.exp: New test.
10632 * gdb.cp/cmpd-minsyms.cc: New file.
10633
10634 PR c++/11734
10635 * gdb.cp/ovsrch.exp: New test.
10636 * gdb.cp/ovsrch.h: New file.
10637 * gdb.cp/ovsrch1.cc: New file.
10638 * gdb.cp/ovsrch2.cc: New file.
10639 * gdb.cp/ovsrch3.cc: New file.
10640 * gdb.cp/ovsrch4.cc: New file.
10641
10642 2011-03-16 Paul Pluzhnikov <ppluzhnikov@google.com>
10643
10644 PR gdb/12528
10645 * gdb.base/Makefile.in: Adjust EXECUTABLES.
10646 * gdb.base/break-on-linker-gcd-function.exp: New test.
10647 * gdb.base/break-on-linker-gcd-function.cc: New file.
10648
10649 2011-03-15 Andreas Tobler <andreast@fgznet.ch>
10650
10651 * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
10652
10653 2011-03-15 Phil Muldoon <pmuldoon@redhat.com>
10654
10655 * lib/gdb.exp (gdb_unload): Add another termination case.
10656
10657 2011-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
10658
10659 * gdb.dwarf2/dw2-empty-pc-range.S: New file.
10660 * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
10661 * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
10662 Provide a stub byte there.
10663 (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
10664 DW_AT_entry_pc.
10665 (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
10666
10667 2011-03-15 Ulrich Weigand <uweigand@de.ibm.com>
10668
10669 * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
10670 using a GCC 4.1 or 4.2 compiler. Add an additional test variant
10671 "generic ABI, auto".
10672 (altivec_abi_tests): Accept vectors returned by reference.
10673
10674 2010-03-14 Phil Muldoon <pmuldoon@redhat.com>
10675
10676 * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
10677
10678 2011-03-13 Ulrich Weigand <uweigand@de.ibm.com>
10679
10680 * gdb.python/py-section-script.exp: Skip test if no Python support.
10681
10682 2011-03-12 Ulrich Weigand <uweigand@de.ibm.com>
10683
10684 * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
10685
10686 2011-03-10 Phil Muldoon <pmuldoon@redhat.com>
10687
10688 * gdb.python/py-parameter.exp: Update tests to the new Python
10689 parameter API. Add "no documentation" test. Add deprecated API
10690 backward compatibility test.
10691
10692 2011-03-09 Tom Tromey <tromey@redhat.com>
10693
10694 * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
10695 gdb_continue_to_end.
10696
10697 2011-03-09 Mark Kettenis <kettenis@gnu.org>
10698
10699 * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
10700 tabs.
10701
10702 2011-03-09 Tom Tromey <tromey@redhat.com>
10703
10704 * lib/gdb.exp (inferior_exited_re): Match. leading `['. Wrap in
10705 parentheses.
10706 (gdb_continue_to_end): Add "allow_extra" parameter. Use
10707 $command.
10708 * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
10709 argument to gdb_continue_to_end.
10710 * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
10711 argument to gdb_continue_to_end.
10712 * gdb.cp/annota3.exp: Fix regex.
10713 * gdb.cp/annota2.exp: Fix regex.
10714 * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
10715 gdb_continue_to_end.
10716 * gdb.base/call-signal-resume.exp: Revert earlier patch.
10717 * gdb.ada/tasks.exp: Pass "allow_extra" argument to
10718 gdb_continue_to_end.
10719
10720 2011-03-08 Jan Kratochvil <jan.kratochvil@redhat.com>
10721
10722 * gdb.server/ext-run.exp
10723 (load new file without any gdbserver inferior): New test.
10724
10725 2011-03-07 Tom Tromey <tromey@redhat.com>
10726
10727 * Makefile.in (TAGS): Rewrite.
10728
10729 2011-03-07 Jan Kratochvil <jan.kratochvil@redhat.com>
10730
10731 * gdb.trace/report.exp (12.1: trace report #1): New match for the
10732 initial commands echo. New match for `Found trace'. Anchor all the
10733 other matches. Anchor and match for `No trace frame found' the final
10734 match.
10735
10736 2011-03-07 Tom Tromey <tromey@redhat.com>
10737
10738 * Makefile.in (TAGS): New target.
10739
10740 2011-03-07 Tom Tromey <tromey@redhat.com>
10741
10742 * lib/opencl.exp (skip_opencl_tests): Update for exit message
10743 change.
10744 * lib/mi-support.exp (mi_gdb_test): Update for exit message
10745 change.
10746 * lib/gdb.exp (gdb_test_multiple): Update comment. Update for
10747 exit message change.
10748 (skip_altivec_tests): Update for exit message change.
10749 (skip_vsx_tests): Likewise.
10750 (gdb_continue_to_end): Likewise. Add 'command' argument.
10751 * lib/cell.exp (skip_cell_tests): Update for exit message change.
10752 * gdb.threads/tls.exp: Update for exit message change.
10753 * gdb.threads/thread-unwindonsignal.exp: Use
10754 gdb_continue_to_end.
10755 * gdb.threads/step.exp (step_it): Update for exit message change.
10756 (continue_all): Likewise.
10757 * gdb.threads/print-threads.exp (test_all_threads): Update for
10758 exit message change.
10759 * gdb.threads/interrupted-hand-call.exp: Use
10760 gdb_continue_to_end.
10761 * gdb.threads/execl.exp: Use gdb_continue_to_end.
10762 * gdb.python/py-prettyprint.exp (run_lang_tests): Use
10763 gdb_continue_to_end.
10764 * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
10765 * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
10766 * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
10767 * gdb.cp/method.exp: Update for exit message change.
10768 * gdb.cp/mb-templates.exp: Update for exit message change.
10769 * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
10770 * gdb.cp/annota3.exp: Update for exit message change.
10771 * gdb.cp/annota2.exp: Update for exit message change.
10772 * gdb.cell/fork.exp: Use gdb_continue_to_end.
10773 * gdb.base/term.exp: Update for exit message change.
10774 * gdb.base/step-test.exp (test_i): Update for exit message change.
10775 * gdb.base/sigstep.exp (advance): Update for exit message change.
10776 (advancei): Likewise.
10777 * gdb.base/siginfo.exp: Update for exit message change.
10778 * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
10779 * gdb.base/reread.exp: Use gdb_continue_to_end.
10780 * gdb.base/langs.exp: Use gdb_continue_to_end.
10781 * gdb.base/interrupt.exp: Update for exit message change.
10782 * gdb.base/gdb1555.exp: Update for exit message change.
10783 * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
10784 * gdb.base/ending-run.exp: Update for exit message change.
10785 * gdb.base/chng-syms.exp: Update for exit message change.
10786 * gdb.base/checkpoint.exp: Update for exit message change.
10787 * gdb.base/catch-syscall.exp (check_for_program_end): Use
10788 gdb_continue_to_end.
10789 (test_catch_syscall_with_wrong_args): Likewise.
10790 * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
10791 * gdb.base/break-interp.exp (test_ld): Update for exit message
10792 change.
10793 * gdb.base/bang.exp: Update for exit message change.
10794 * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
10795 (do_call_attach_tests): Likewise.
10796 * gdb.base/a2-run.exp: Update for exit message change.
10797 * gdb.arch/ppc-dfp.exp: Update for exit message change.
10798 * gdb.ada/tasks.exp: Use gdb_continue_to_end.
10799 * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
10800
10801 2011-03-05 Jan Kratochvil <jan.kratochvil@redhat.com>
10802
10803 * gdb.base/help.exp (help thread find): Fix one forgotten quote.
10804
10805 2011-03-03 Tom Tromey <tromey@redhat.com>
10806
10807 * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
10808 * gdb.hp/gdb.aCC/configure (Makefile): Remove.
10809 * gdb.hp/gdb.aCC/configure.ac: Remove.
10810 * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
10811 * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
10812 * gdb.hp/gdb.base-hp/configure.ac: Remove.
10813 * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
10814 * gdb.hp/gdb.compat/configure (Makefile): Remove.
10815 * gdb.hp/gdb.compat/configure.ac: Remove.
10816 * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
10817 * gdb.hp/gdb.defects/configure (Makefile): Remove.
10818 * gdb.hp/gdb.defects/configure.ac: Remove.
10819 * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
10820 * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
10821 * gdb.hp/gdb.objdbg/configure.ac: Remove.
10822 * gdb.hp/configure.ac: Remove.
10823 * gdb.hp/configure: Remove.
10824 * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
10825 substitution.
10826 (Makefile): Remove rule.
10827 * gdb.cell/configure.ac: Remove.
10828 * gdb.cell/configure: Remove.
10829 * gdb.stabs/Makefile.in (Makefile): Remove.
10830 (distclean): Don't remove config.status or config.log.
10831 * gdb.stabs/configure (Makefile): Remove.
10832 * gdb.stabs/configure.ac: Remove.
10833 * configure: Rebuild.
10834 * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
10835 Remove stabs- and cell-specific logic. Test for existence of
10836 ../gdbtk before configuring gdb.gdbtk. Build Makefiles in gdb.hp
10837 subdirectories, gdb.cell, and and gdb.stabs.
10838 * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
10839
10840 2011-03-03 Joel Brobecker <brobecker@adacore.com>
10841
10842 * gdb.python/py-inferior.exp: Avoid searching pattern beyond
10843 end of buffer.
10844
10845 2011-03-02 Joel Brobecker <brobecker@adacore.com>
10846
10847 * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
10848 gdb_test when running a test where we expected no output back.
10849
10850 2011-02-28 Michael Snyder <msnyder@vmware.com>
10851
10852 * gdb.cp/overload.cc: Change initializer value to integer.
10853
10854 2011-02-27 Michael Snyder <msnyder@vmware.com>
10855
10856 * gdb.multi/base.exp: Add test for remove-inferiors.
10857
10858 2011-02-26 Joel Brobecker <brobecker@adacore.com>
10859
10860 * gdb.python/py-frame.exp: Simplify the initialization phase
10861 using prepare_for_testing.
10862
10863 2011-02-25 Michael Snyder <msnyder@vmware.com>
10864
10865 * gdb.multi/base.exp: Add tests for info inferiors with args.
10866
10867 2011-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10868
10869 * gdb.dwarf2/dw2-ranges.S: Rename to ...
10870 * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
10871 * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
10872 Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
10873 asmfile3. Comment the STABS (#3) file compilation. Compile
10874 everything through assembler. Provide KFAIL for symtab/12497.
10875 * gdb.dwarf2/dw2-ranges2.S: Rename to ...
10876 * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
10877 * gdb.dwarf2/dw2-ranges3.S: Rename to ...
10878 * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
10879
10880 2011-02-24 Michael Snyder <msnyder@vmware.com>
10881
10882 * gdb.base/break.exp: Add tests for delete breakpoints using
10883 convenience variables and value history references.
10884
10885 2011-02-24 Michael Snyder <msnyder@vmware.com>
10886
10887 * gdb.base/break.exp: Remove debugging 'printf' accidentally
10888 left behind in previous check-in.
10889
10890 2011-02-23 Michael Snyder <msnyder@vmware.com>
10891
10892 * gdb.base/break.exp: Add tests for "info break" with arguments.
10893 * gdb.trace/infotrace.exp: Update patterns for error and help.
10894 * gdb.base/completion.exp: Update pattern.
10895 * gdb.base/ena-dis-br.exp: Update pattern.
10896 * gdb.base/help.exp: Update patterns.
10897
10898 2011-02-23 Michael Snyder <msnyder@vmware.com>
10899
10900 * gdb.base/memattr.exp: New test.
10901 * gdb.base/memattr.c: Test load for memattr.exp.
10902
10903 2011-02-22 Doug Evans <dje@google.com>
10904
10905 * gdb.python/py-symbol.exp: Test lookup_global_symbol.
10906
10907 2011-02-22 Michael Snyder <msnyder@vmware.com>
10908
10909 * Makefile.in: Make more clean.
10910 * gdb.ada/Makefile.in: Ditto.
10911 * gdb.arch/Makefile.in: Ditto.
10912 * gdb.asm/Makefile.in: Ditto.
10913 * gdb.base/Makefile.in: Ditto.
10914 * gdb.cp/Makefile.in: Ditto.
10915 * gdb.dwarf2/Makefile.in: Ditto.
10916 * gdb.java/Makefile.in: Ditto.
10917 * gdb.mi/Makefile.in: Ditto.
10918 * gdb.modula2/Makefile.in: Ditto.
10919 * gdb.python/Makefile.in: Ditto.
10920 * gdb.server/Makefile.in: Ditto.
10921 * gdb.stabs/Makefile.in: Ditto.
10922 * gdb.threads/Makefile.in: Ditto.
10923 * gdb.trace/Makefile.in: Ditto.
10924
10925 2011-02-22 Michael Snyder <msnyder@vmware.com>
10926
10927 * gdb.threads/thread-find.exp: Add tests for bad input to
10928 info threads.
10929
10930 2011-02-22 Joel Brobecker <brobecker@adacore.com>
10931
10932 * gdb.python/py-breakpoint.exp: Fix the expected output of
10933 one of the "maint info breakpoints" tests to accept the output
10934 generated on platforms that do not have hardware watchpoints.
10935
10936 2011-02-22 Joel Brobecker <brobecker@adacore.com>
10937
10938 * gdb.python/py-breakpoint.exp: Remove unnecessary call to
10939 clean_restart. Be a little stricter in the expected output
10940 for one of the tests. Fix a typo in one of the comments.
10941
10942 2011-02-22 Joel Brobecker <brobecker@adacore.com>
10943
10944 * gdb.python/py-block.exp: Simplify using prepare_for_testing.
10945 Delete variable binfile, no longer use. Add or modify test
10946 comments to make them unique.
10947
10948 2011-02-21 Michael Snyder <msnyder@vmware.com>
10949
10950 * Makefile.in: Update for make clean.
10951 * gdb.ada/Makefile.in: Ditto.
10952 * gdb.arch/Makefile.in: Ditto.
10953 * gdb.asm/Makefile.in: Ditto.
10954 * gdb.base/Makefile.in: Ditto.
10955 * gdb.cp/Makefile.in: Ditto.
10956 * gdb.dwarf2/Makefile.in: Ditto.
10957 * gdb.java/Makefile.in: Ditto.
10958 * gdb.mi/Makefile.in: Ditto.
10959 * gdb.modula2/Makefile.in: Ditto.
10960 * gdb.python/Makefile.in: Ditto.
10961 * gdb.server/Makefile.in: Ditto.
10962 * gdb.stabs/Makefile.in: Ditto.
10963 * gdb.threads/Makefile.in: Ditto.
10964 * gdb.trace/Makefile.in: Ditto.
10965
10966 2011-02-21 Michael Snyder <msnyder@vmware.com>
10967
10968 * gdb.threads/thread-find.exp: Update patterns for changes in
10969 output of "info threads" command.
10970
10971 2011-02-21 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
10972 Ulrich Weigand <uweigand@de.ibm.com>
10973
10974 * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
10975 (skip_hw_watchpoint_tests): Likewise.
10976 (skip_hw_watchpoint_multi_tests): Likewise.
10977
10978 2011-02-21 Ulrich Weigand <uweigand@de.ibm.com>
10979
10980 * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
10981 (skip_hw_watchpoint_tests): Likewise.
10982 (skip_hw_watchpoint_multi_tests): Likewise.
10983 (skip_hw_watchpoint_access_tests): Likewise.
10984
10985 * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
10986 * gdb.base/pr11022.exp: Likewise.
10987 * gdb.base/watch-read.exp: Likewise.
10988 * gdb.base/watch_thread_num.exp: Likewise.
10989 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
10990 * gdb.base/watchpoint-hw.exp: Likewise.
10991 * gdb.base/watchpoint.exp: Likewise.
10992 * gdb.threads/local-watch-wrong-thread.exp: Likewise.
10993 * gdb.threads/watchthreads-reorder.exp: Likewise.
10994 * gdb.threads/watchthreads.exp: Likewise.
10995 * gdb.threads/watchthreads2.exp: Likewise.
10996
10997 2011-02-21 Joel Brobecker <brobecker@adacore.com>
10998
10999 * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
11000 the debugger is unable to find the array bounds.
11001
11002 2011-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
11003
11004 * gdb.cp/typedef-operator.exp: New file.
11005 * gdb.cp/typedef-operator.cc: New file.
11006
11007 2011-02-17 Michael Snyder <msnyder@vmware.com>
11008
11009 * gdb.threads/thread-find.exp: Fix regular expressions.
11010
11011 2011-02-17 Joel Brobecker <brobecker@adacore.com>
11012
11013 * gdb.ada/packed_array: Expand testcase to test printing of
11014 unconstrained packed array.
11015
11016 2011-02-17 Joel Brobecker <brobecker@adacore.com>
11017
11018 * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
11019
11020 2011-02-16 Pedro Alves <pedro@codesourcery.com>
11021
11022 * gdb.trace/collection.c (globalarr3): New global.
11023 (main): Initialize it before collecting, and and clear it
11024 afterwards.
11025 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
11026 collecting with '{type} addr', where the addr expression is not an
11027 rvalue.
11028
11029 2011-02-16 Ken Werner <ken.werner@de.ibm.com>
11030
11031 * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
11032 a bool variable. Expect correct OpenCL names for vector types. Use the
11033 uc3 variable name instead of referring to the uchar3 built-in type.
11034 Escape the asterisk at the half pointer test.
11035
11036 2011-02-16 Pedro Alves <pedro@codesourcery.com>
11037
11038 * gdb.trace/collection.c (globalarr2): New global.
11039 (main): Initialize it before collecting, and and clear it
11040 afterwards.
11041 * gdb.trace/collection.exp (gdb_collect_globals_test): Test
11042 collecting overlapping memory ranges.
11043
11044 2011-02-15 Michael Snyder <msnyder@vmware.com>
11045
11046 * gdb.base/default.exp: Add tests for thread commands.
11047 * gdb.base/help.exp: Add tests for thread commands.
11048 * gdb.threads/thread-find.exp: New test for thread find command.
11049
11050 2011-02-15 Ken Werner <ken.werner@de.ibm.com>
11051
11052 * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
11053
11054 2011-02-15 Yao Qi <yao@codesourcery.com>
11055
11056 PR tdep/12352
11057 * gdb.arch/arm-disp-step.S : New test for str instruction.
11058 * gdb.arch/arm-disp-step.exp : Likewise.
11059
11060 2011-02-15 Thiago Jung Bauermann <bauerman@br.ibm.com>
11061
11062 * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
11063 "vector_register2_vr" test strings. Test the extended floating
11064 point registers (F32~F63).
11065 * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
11066 IBM XL C compiler. Make the test program use a register provided
11067 by the compiler for the lxvd2x instruction.
11068
11069 2011-02-14 Pedro Alves <pedro@codesourcery.com>
11070
11071 * gdb.trace/unavailable.cc (class Base, class Middle, class
11072 Derived): New types.
11073 (derived_unavail, derived_partial, derived_whole): New globals.
11074 (virtual_partial): New global.
11075 (virtualp): Point at virtual_partial.
11076 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
11077 related to unavailable vptr.
11078
11079 2011-02-14 Pedro Alves <pedro@codesourcery.com>
11080
11081 * gdb.trace/unavailable.cc (a, b, c): New globals.
11082 (main): Set and clear them.
11083 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
11084 `a' and `c', and check that `b' isn't collected, although `a' and
11085 `c' are.
11086
11087 2011-02-14 Pedro Alves <pedro@codesourcery.com>
11088
11089 * gdb.trace/unavailable.cc (struct Virtual): New.
11090 (virtualp): New global pointer.
11091 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
11092 printing a pointer to an object whose type has a vtable, with
11093 print object on.
11094
11095 2011-02-14 Pedro Alves <pedro@codesourcery.com>
11096
11097 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
11098 value repeat handles unavailableness.
11099
11100 2011-02-14 Pedro Alves <pedro@codesourcery.com>
11101
11102 * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
11103 tests for building arrays from unavailable values, subscripting
11104 non-memory rvalue unvailable arrays, and accessing fields or
11105 baseclasses of non-lazy unavailable values,
11106 * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
11107 struct types.
11108 (g_smallstruct, g_smallstruct_b): New globals.
11109
11110 2011-02-14 Pedro Alves <pedro@codesourcery.com>
11111
11112 * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
11113
11114 2011-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11115
11116 Fix const/volatile qualifiers of C++ types, PR c++/12328.
11117 * gdb.cp/overload-const.exp: New file.
11118 * gdb.cp/overload-const.cc: New file.
11119
11120 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
11121
11122 * gdb.opencl/callfuncs.cl: New file.
11123 * gdb.opencl/callfuncs.exp: New test.
11124 * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
11125
11126 2011-02-08 Ulrich Weigand <uweigand@de.ibm.com>
11127
11128 * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
11129 when computing result.
11130 * gdb.arch/altivec-abi.exp: Update expected results.
11131
11132 2011-02-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
11133
11134 * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
11135 * gdb.base/jit.exp: Likewise.
11136 * gdb.base/pie-execl.exp: Likewise.
11137 * gdb.base/solib-nodir.exp: Likewise.
11138 * gdb.base/solib-overlap.exp: Likewise.
11139
11140 2011-02-07 Pedro Alves <pedro@codesourcery.com>
11141
11142 * gdb.trace/collection.c (global_pieces): New.
11143 * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
11144 New procedure.
11145 (gdb_trace_collection_test): Call it.
11146
11147 2011-02-04 Sami Wagiaalla <swagiaal@redhat.com>
11148
11149 * gdb.python/py-evthreads.c: New file.
11150 * gdb.python/py-evthreads.exp: New file.
11151 * gdb.python/py-events.py: New file.
11152 * gdb.python/py-events.exp: New file.
11153 * gdb.python/py-events.c: New file.
11154
11155 2011-02-04 David Daney <ddaney@caviumnetworks.com>
11156
11157 * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
11158
11159 2011-02-03 Andrew Burgess <aburgess@broadcom.com>
11160
11161 * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
11162 gdb.base/disasm-end-cu.exp: New test for disassembling over the
11163 boundary between two compilation units.
11164
11165 2011-02-02 Pedro Alves <pedro@codesourcery.com>
11166
11167 * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
11168 (Virtual): New structs.
11169 (virtual_o, virtual_middle_b): New globals.
11170 * gdb.cp/virtbase.exp: New tests.
11171
11172 2011-01-31 Paul Pluzhnikov <ppluzhnikov@google.com>
11173
11174 * gdb.base/jit.exp: New file.
11175 * gdb.base/jit-main.c: New file.
11176 * gdb.base/jit-solib.c: New file.
11177
11178 2011-01-31 Ulrich Weigand <uweigand@de.ibm.com>
11179
11180 * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
11181 proceed to initial kernel entry point.
11182 * gdb.opencl/datatypes.exp: Likewise.
11183 * gdb.opencl/operators.exp: Likewise.
11184 * gdb.opencl/vec_comps.exp: Likewise.
11185
11186 2011-01-31 Sami Wagiaalla <swagiaal@redhat.com>
11187
11188 * gdb.cp/nsnested.cc: New.
11189 * gdb.cp/nsnested.exp: New.
11190 * gdb.cp/nsnoimports.exp: New.
11191 * gdb.cp/nsnoimports.cc: New.
11192
11193 2011-01-31 Joel Brobecker <brobecker@adacore.com>
11194
11195 * gdb.base/interact.exp: Add extra tests that verify that
11196 the value of the interactive-mode setting does not change
11197 after the script is sourced.
11198
11199 2011-01-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11200
11201 * gdb.cp/noparam.exp: New file.
11202 * gdb.cp/noparam.cc: New file.
11203
11204 2011-01-28 Pedro Alves <pedro@codesourcery.com>
11205
11206 * gdb.trace/tfile.exp: Test that with no traceframe selected,
11207 there's no stack or registers.
11208
11209 2011-01-26 Tom Tromey <tromey@redhat.com>
11210
11211 * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
11212 space before string output. Add test for "set print pretty off"
11213 case.
11214
11215 2011-01-25 Pedro Alves <pedro@codesourcery.com>
11216
11217 * gdb.base/frame-args.exp: Adjust.
11218 * gdb.dwarf2/dw2-noloc.exp: Adjust.
11219 * gdb.dwarf2/dw2-inline-param.exp: Adjust.
11220 * gdb.dwarf2/pieces.exp: Adjust.
11221 * gdb.opt/clobbered-registers-O2.exp: Adjust.
11222 * gdb.opt/inline-locals.exp: Adjust.
11223 * gdb.threads/fork-child-threads.exp: Adjust.
11224
11225 2011-01-25 Ken Werner <ken.werner@de.ibm.com>
11226
11227 * gdb.opencl/convs_casts.cl: Move program scope variables into the
11228 OpenCL kernel function. Add a comment as marker. Add address space
11229 qualifiers for the remaining program scope variables.
11230 * gdb.opencl/datatypes.cl: Likewise.
11231 * gdb.opencl/operators.cl: Likewise.
11232 * gdb.opencl/vec_comps.cl: Likewise.
11233 * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
11234 Add breakpoint at the marker comment.
11235 * gdb.opencl/datatypes.exp: Likewise.
11236 * gdb.opencl/operators.exp: Likewise.
11237 * gdb.opencl/vec_comps.exp: Likewise.
11238
11239 2011-01-24 Pedro Alves <pedro@codesourcery.com>
11240
11241 * gdb.base/printcmds.c (some_struct): New struct and instance.
11242 * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
11243 procedure.
11244 <global scope>: Call it.
11245
11246 2011-01-21 Ken Werner <ken.werner@de.ibm.com>
11247
11248 * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
11249 argument to the gdb_compile_opencl_hostapp call.
11250
11251 2011-01-19 Yao Qi <yao@codesourcery.com>
11252
11253 * lib/dwarf.exp (dwarf2_support): Change supported targets to a
11254 positve list.
11255
11256 2011-01-19 Yao Qi <yao@codesourcery.com>
11257
11258 * gdb.asm/asm-source.exp: Replace ARM target triplet with a
11259 canonical form.
11260 Remove "xscale-*-*"
11261 * gdb.xml/tdesc-regs.exp: Likewise.
11262 * gdb.python/py-section-script.exp: Replace ARM target triplet
11263 with canonical form.
11264 Match arm*-*-symbianelf*.
11265 * gdb.base/dup-sect.exp: Likewise.
11266 * lib/dwarf.exp: New.
11267 * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
11268 dwarf2_support.
11269 * gdb.dwarf2/dup-psym.exp: Likewise.
11270 * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
11271 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11272 * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
11273 * gdb.dwarf2/dw2-basic.exp: Likewise.
11274 * gdb.dwarf2/dw2-compressed.exp: Likewise.
11275 * gdb.dwarf2/dw2-const.exp: Likewise.
11276 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
11277 * gdb.dwarf2/dw2-cu-size.exp: Likewise.
11278 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
11279 * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
11280 * gdb.dwarf2/dw2-filename.exp: Likewise.
11281 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
11282 * gdb.dwarf2/dw2-inline-param.exp: Likewise.
11283 * gdb.dwarf2/dw2-intercu.exp: Likewise.
11284 * gdb.dwarf2/dw2-intermix.exp: Likewise.
11285 * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
11286 * gdb.dwarf2/dw2-noloc.exp: Likewise.
11287 * gdb.dwarf2/dw2-op-call.exp: Likewise.
11288 * gdb.dwarf2/dw2-producer.exp: Likewise.
11289 * gdb.dwarf2/dw2-ranges.exp: Likewise.
11290 * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
11291 * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
11292 * gdb.dwarf2/dw2-strp.exp: Likewise.
11293 * gdb.dwarf2/dw2-unresolved.exp: Likewise.
11294 * gdb.dwarf2/implptr.exp: Likewise.
11295 * gdb.dwarf2/mac-fileno.exp: Likewise.
11296 * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
11297 * gdb.dwarf2/pieces.exp: Likewise.
11298 * gdb.dwarf2/pr11465.exp: Likewise.
11299 * gdb.dwarf2/valop.exp: Likewise.
11300 * gdb.dwarf2/watch-notconst.exp: Likewise.
11301 * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
11302
11303 2011-01-19 Tom Tromey <tromey@redhat.com>
11304
11305 * gdb.python/py-infthread.exp: Add thread tests.
11306
11307 2011-01-14 Joel Brobecker <brobecker@adacore.com>
11308
11309 * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
11310
11311 2011-01-14 Joel Brobecker <brobecker@adacore.com>
11312
11313 * gdb.ada/widewide: New testcase.
11314
11315 2011-01-13 Joel Brobecker <brobecker@adacore.com>
11316
11317 * gdb.base/interact.exp: New testcase.
11318
11319 2011-01-12 Tom Tromey <tromey@redhat.com>
11320
11321 * gdb.mi/gdb2549.exp: Update for error message changes.
11322 * gdb.mi/mi-cli.exp: Likewise.
11323 * gdb.mi/mi-disassemble.exp: Likewise.
11324 * gdb.mi/mi-pthreads.exp: Likewise.
11325 * gdb.mi/mi-regs.exp: Likewise.
11326 * gdb.mi/mi-stack.exp: Likewise.
11327 * gdb.mi/mi-var-block.exp: Likewise.
11328 * gdb.mi/mi-var-cmd.exp: Likewise.
11329 * gdb.mi/mi2-cli.exp: Likewise.
11330 * gdb.mi/mi2-disassemble.exp: Likewise.
11331 * gdb.mi/mi2-pthreads.exp: Likewise.
11332 * gdb.mi/mi2-regs.exp: Likewise.
11333 * gdb.mi/mi2-stack.exp: Likewise.
11334 * gdb.mi/mi2-var-block.exp: Likewise.
11335 * gdb.mi/mi2-var-cmd.exp: Likewise.
11336
11337 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
11338 Jan Kratochvil <jan.kratochvil@redhat.com>
11339
11340 PR fortran/11104 and DWARF unbound arrays detection.
11341 * gdb.fortran/multi-dim.exp: New file.
11342 * gdb.fortran/multi-dim.f90: New file.
11343
11344 2011-01-12 Andrew Burgess <aburgess@broadcom.com>
11345
11346 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
11347 expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
11348 add new tests for opcode dumping.
11349
11350 2011-01-11 Tom Tromey <tromey@redhat.com>
11351
11352 * gdb.python/py-infthread.exp: Load gdb-python.exp.
11353
11354 2010-01-11 Thiago Jung Bauermann <bauerman@br.ibm.com>
11355
11356 Convert hardware watchpoints to use breakpoint_ops.
11357 * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
11358 type is not supported.
11359 * gdb.base/foll-fork.exp: Likewise.
11360 * gdb.base/foll-vfork.exp: Likewise.
11361
11362 2011-01-10 Phil Muldoon <pmuldoon@redhat.com>
11363
11364 * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
11365 Use load_lib gdb-python.exp.
11366 * gdb.python/python.exp: Ditto.
11367 * gdb.python/py-function.exp: Ditto.
11368
11369 2011-01-09 Andreas Schwab <schwab@linux-m68k.org>
11370
11371 * gdb.threads/tls.exp ("info address me"): Fix expected output.
11372
11373 2011-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11374
11375 * configure: Regenerate.
11376
11377 2011-01-06 Tom Tromey <tromey@redhat.com>
11378
11379 * gdb.python/py-frame.exp: Test gdb.newest_frame.
11380
11381 2011-01-06 Joel Brobecker <brobecker@adacore.com>
11382
11383 * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
11384 gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
11385 gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
11386 gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
11387 gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
11388 gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
11389 gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
11390 gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
11391 gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
11392 gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
11393 gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
11394 gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
11395 gdb.ada/null_array.exp, gdb.ada/null_record.exp,
11396 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
11397 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
11398 gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
11399 gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
11400 gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
11401 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
11402 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
11403 gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
11404 gdb.ada/uninitialized_vars.exp,
11405 gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
11406 Simplify by using clean_restart.
11407
11408 2011-01-06 Joel Brobecker <brobecker@adacore.com>
11409
11410 Add marker to be used as anchor for inserting breakpoints.
11411 * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
11412 * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
11413 Likewise.
11414
11415 Remove uses of gdb_start_cmd.
11416 * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
11417 * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
11418
11419 Do not run testcase if testing with GDBserver.
11420 * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
11421 if testing with GDBserver.
11422
11423 2011-01-06 Joel Brobecker <brobecker@adacore.com>
11424
11425 * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
11426 gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
11427 copyright header.
11428
11429 2011-01-05 Joel Brobecker <brobecker@adacore.com>
11430
11431 * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
11432 testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
11433 testsuite/gdb.fortran/complex.f,
11434 testsuite/gdb.fortran/derived-type.f90,
11435 testsuite/gdb.fortran/library-module-lib.f90,
11436 testsuite/gdb.fortran/library-module-main.f90,
11437 testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
11438 testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
11439 Copyright year update.
11440
11441 2011-01-05 Joel Brobecker <brobecker@adacore.com>
11442
11443 * gdb.base/langs1.f: Add copyright header.
11444
11445 2011-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
11446
11447 * gdb.base/morestack.exp: New file.
11448 * gdb.base/morestack.c: New file.
11449
11450 2011-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11451
11452 * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
11453
11454 2010-12-29 Joel Brobecker <brobecker@adacore.com>
11455
11456 * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
11457 * gdb.ada/arrayptr.exp: Add test printing that new variable.
11458
11459 2010-12-29 Joel Brobecker <brobecker@adacore.com>
11460
11461 * gdb.ada/lang_switch.exp: Correct expected parameter value.
11462
11463 2010-12-25 Andreas Schwab <schwab@linux-m68k.org>
11464
11465 * gdb.threads/tls.exp: Fix typo.
11466
11467 * gdb.threads/thread-specific.exp (get_thread_list): Update.
11468 * gdb.threads/execl.exp: Update.
11469
11470 2010-12-23 Yao Qi <yao@codesourcery.com>
11471
11472 * gdb.arch/arm-disp-step.exp: New.
11473 * gdb.arch/arm-disp-step.S: New.
11474
11475 2010-12-21 Tom Tromey <tromey@redhat.com>
11476
11477 * gdb.threads/execl.exp: Update.
11478 * gdb.threads/linux-dp.exp: Update.
11479 * gdb.threads/manythreads.exp: Update.
11480 * gdb.threads/tls.exp: Update.
11481
11482 2010-12-15 Jan Kratochvil <jan.kratochvil@redhat.com>
11483
11484 * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
11485 (NextOverThrowDerivates) <resumebpt>: New.
11486 (resumebpt_test): New.
11487 (main): Call resumebpt_test.
11488 * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
11489
11490 2010-12-12 Stan Shebs <stan@codesourcery.com>
11491
11492 * gdb.trace/tsv.exp: Test print command on trace state variables.
11493
11494 2010-12-09 Tom Tromey <tromey@redhat.com>
11495
11496 * gdb.base/interp.exp: Add regression test.
11497
11498 2010-12-09 Tom Tromey <tromey@redhat.com>
11499
11500 * gdb.java/jnpe.java: New file.
11501 * gdb.java/jnpe.exp: New file.
11502 * gdb.cp/nextoverthrow.exp: New file.
11503 * gdb.cp/nextoverthrow.cc: New file.
11504
11505 2010-12-07 Doug Evans <dje@google.com>
11506
11507 * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
11508 of data-directory.
11509 * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
11510 updated.
11511 * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
11512
11513 2010-11-29 Michael Snyder <msnyder@vmware.com>
11514
11515 * gdb.base/callfuncs.exp: Test for skip_float_tests.
11516 * gdb.base/call-sc.exp: Ditto.
11517 * gdb.base/finish.exp: Ditto.
11518 * gdb.base/return.exp: Ditto.
11519 * gdb.base/return2.exp: Ditto.
11520
11521 2010-11-30 Doug Evans <dje@google.com>
11522
11523 * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
11524 (gdb_expect_list): Fix spelling errors in comments.
11525 * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
11526 send_gdb/gdb_expect_list where applicable.
11527 * gdb.base/call-ar-st.exp: Ditto.
11528 * gdb.base/funcargs.exp: Ditto.
11529 * gdb.base/gcore.exp: Ditto.
11530 * gdb.base/page.exp: Ditto.
11531 * gdb.base/sigaltstack.exp: Ditto.
11532 * gdb.base/siginfo.exp: Ditto.
11533 * gdb.base/sigstep.exp: Ditto.
11534 * gdb.base/trace-commands.exp: Ditto.
11535
11536 2010-11-29 Doug Evans <dje@google.com>
11537
11538 * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
11539 printer-name;subprinter-name.
11540
11541 2010-11-29 Tom Tromey <tromey@redhat.com>
11542
11543 * gdb.dwarf2/implptr.exp: New file.
11544 * gdb.dwarf2/implptr.c: New file.
11545 * gdb.dwarf2/implptr.S: New file.
11546
11547 2010-11-29 Phil Muldoon <pmuldoon@redhat.com>
11548
11549 PR python/12199
11550
11551 * gdb.python/py-breakpoint.exp: Test the delete method.
11552
11553 2010-11-28 Jan Kratochvil <jan.kratochvil@redhat.com>
11554
11555 Fix step_resume_breakpoint unsaved during an infcall.
11556 * gdb.base/step-resume-infcall.exp: New file.
11557 * gdb.base/step-resume-infcall.c: New file.
11558
11559 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
11560
11561 * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
11562
11563 2010-11-24 Edjunior Machado <emachado@br.ibm.com>
11564
11565 * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
11566 on ppc64's symbols; "finish" and "return" commands must accept to
11567 show the caller line again as well as the line after.
11568 * gdb.asm/powerpc64.inc: New file.
11569
11570 2010-11-23 Doug Evans <dje@google.com>
11571
11572 * lib/gdb.exp (gdb_test_sequence): New function.
11573 (gdb_expect_list): Add verbose -log call for each pattern.
11574 * gdb.base/signals.exp (test_handle_all_print): Call it.
11575 Reduce timeout increment from 6 minutes to 1 minute.
11576 * gdb.server/ext-run.exp: Call it.
11577
11578 2010-11-23 Phil Muldoon <pmuldoon@redhat.com>
11579
11580 PR python/12212
11581
11582 * gdb.python/python.exp: Check that selected_thread raises an
11583 error when no inferior is loaded.
11584
11585 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11586
11587 * gdb.dwarf2/dw2-stack-boundary.exp: New file.
11588 * gdb.dwarf2/dw2-stack-boundary.S: New file.
11589
11590 2010-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
11591
11592 * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
11593 * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
11594
11595 2010-11-18 Doug Evans <dje@google.com>
11596
11597 * gdb.server/ext-run.exp: Fix intermittent failures.
11598
11599 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
11600
11601 * gdb.stabs/gdb11479.exp: Use runto_main.
11602
11603 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
11604
11605 * gdb.base/break-entry.exp: Skip if using a stub.
11606
11607 2010-11-12 Nathan Froyd <froydnj@codesourcery.com>
11608
11609 * gdb.python/py-inferior.exp: Pack values in target endianness.
11610
11611 2010-11-12 Tom Tromey <tromey@redhat.com>
11612
11613 * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
11614 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
11615 MemoryError.
11616 * gdb.python/python.exp (gdb_py_test_multiple): Update exception
11617 type.
11618 * gdb.python/py-value.exp (test_value_in_inferior): Add test for
11619 MemoryError.
11620 (test_subscript_regression): Update exception type.
11621
11622 2010-11-11 Phil Muldoon <pmuldoon@redhat.com>
11623
11624 * gdb.python/py-breakpoint.exp: Add internal watchpoint and
11625 breakpoint tests.
11626
11627 2010-11-09 Pedro Alves <pedro@codesourcery.com>
11628
11629 * gdb.base/watchpoint.exp: Test "watch -location" with an
11630 innacessible location.
11631
11632 2010-11-09 Edjunior Machado <emachado@br.ibm.com>
11633 Luis Machado <luisgpm@br.ibm.com>
11634
11635 * gdb.base/maint.exp: Expect "." prefix.
11636 * gdb.base/nodebug.exp: Expect "." Likewise.
11637 * gdb.base/sepsymtab.exp: Expect "." Likewise.
11638 * gdb.base/watchpoint-cond-gone.exp: Likewise.
11639 * gdb.base/watchpoint.exp: Expect a software watch to be created for
11640 POWER server processors.
11641
11642 2010-11-08 Edjunior Machado <emachado@br.ibm.com>
11643 Luis Machado <luisgpm@br.ibm.com>
11644
11645 * gdb.base/break-entry.exp: convert entry point for
11646 ppc64 and expect leading `.' on ppc64's symbols
11647
11648 2010-11-05 Doug Evans <dje@google.com>
11649
11650 * gdb.base/help.exp: Update expected output.
11651 * gdb.python/py-param.exp: Delete, contents moved to ...
11652 * gdb.python/py-parameter.exp: ... here. New file.
11653 Add test for gdb.parameter ("directories").
11654
11655 2010-11-05 Ken Werner <ken.werner@de.ibm.com>
11656
11657 * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
11658 * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
11659 * configure: Regenerate.
11660 * gdb.opencl/Makefile.in: New File.
11661 * gdb.opencl/datatypes.exp: Likewise.
11662 * gdb.opencl/datatypes.cl: Likewise.
11663 * gdb.opencl/operators.exp: Likewise.
11664 * gdb.opencl/operators.cl: Likewise.
11665 * gdb.opencl/vec_comps.exp: Likewise.
11666 * gdb.opencl/vec_comps.cl: Likewise.
11667 * gdb.opencl/convs_casts.exp: Likewise.
11668 * gdb.opencl/convs_casts.cl: Likewise.
11669 * lib/opencl.exp: Likewise.
11670 * lib/opencl_hostapp.c: Likewise.
11671 * lib/opencl_kernel.cl: Likewise.
11672 * lib/cl_util.c: Likewise.
11673 * lib/cl_util.c: Likewise.
11674 * gdb.base/default.exp (set language): Add "opencl" to the list of
11675 languages.
11676
11677 2010-11-04 Sami Wagiaalla <swagiaal@redhat.com>
11678
11679 * gdb.cp/overload.exp: Added test for inheritance overload.
11680 * gdb.cp/overload.cc: Ditto.
11681 * gdb.cp/oranking.exp: Removed releveant kfails.
11682
11683 2010-11-04 Jan Kratochvil <jan.kratochvil@redhat.com>
11684 Joel Brobecker <brobecker@adacore.com>
11685
11686 * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
11687 check test_compiler_info.
11688
11689 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
11690
11691 * gdb.base/gnu_vector.exp: Adjust expect messages.
11692
11693 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
11694
11695 * gdb.base/gnu_vector.exp: Add unary operator tests.
11696
11697 2010-11-03 Ken Werner <ken.werner@de.ibm.com>
11698
11699 * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
11700
11701 2010-11-02 Doug Evans <dje@google.com>
11702
11703 * gdb.python/py-pp-maint.c: New file.
11704 * gdb.python/py-pp-maint.exp: New file.
11705 * gdb.python/py-pp-maint.py: New file.
11706
11707 2010-11-02 Tom Tromey <tromey@redhat.com>
11708
11709 * gdb.base/default.exp: Remove "scheme" from language list.
11710
11711 2010-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11712
11713 Revert:
11714 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11715 * gdb.threads/sigstep-threads.exp: New file.
11716 * gdb.threads/sigstep-threads.c: New file.
11717
11718 2010-10-20 Michael Snyder <msnyder@vmware.com>
11719
11720 * gdb.threads/fork-child-threads.exp: Don't run on remote target.
11721
11722 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
11723
11724 * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
11725 Skip test completely if gdb,no_hardware_watchpoints.
11726
11727 2010-10-19 Ulrich Weigand <uweigand@de.ibm.com>
11728
11729 * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
11730 strict, but do not check for any particular function name within libc.
11731
11732 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
11733
11734 * gdb.cp/smartp.exp: New test.
11735 * gdb.cp/smartp.cc : New test.
11736
11737 2010-10-19 Sami Wagiaalla <swagiaal@redhat.com>
11738
11739 * gdb.cp/converts.exp: Test pointer to bool conversion.
11740 Test pointer to long conversion.
11741 * gdb.cp/oranking.exp: Removed relevant kfail.
11742
11743 2010-10-18 Tom Tromey <tromey@redhat.com>
11744
11745 * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
11746 argument to lazy_string.
11747 * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
11748 (pp_ls.to_string): Use it.
11749 * gdb.python/py-prettyprint.c (main): Move declarations to top.
11750 Add "estring2" local.
11751
11752 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11753
11754 Fix s390x compatibility.
11755 * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS. Twice.
11756 * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
11757
11758 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11759
11760 * gdb.threads/sigstep-threads.exp: New file.
11761 * gdb.threads/sigstep-threads.c: New file.
11762
11763 2010-10-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11764
11765 * gdb.base/pie-execl.exp: New file.
11766 * gdb.base/pie-execl.c: New file.
11767
11768 2010-10-13 Doug Evans <dje@google.com>
11769 Jan Kratochvil <jan.kratochvil@redhat.com>
11770
11771 PR exp/12117
11772 * gdb.cp/ptype-cv-cp.cc: New file.
11773 * gdb.cp/ptype-cv-cp.exp: New file.
11774
11775 2010-10-14 Sami Wagiaalla <swagiaal@redhat.com>
11776
11777 * gdb.cp/converts.cc: New test program.
11778 * gdb.cp/converts.exp: New test.
11779 * gdb.cp/overload.exp: Added test for void* vs int*.
11780 * gdb.cp/overload.exp: Ditto.
11781 * gdb.cp/oranking.exp: Removed related kfail.
11782
11783 2010-10-13 Doug Evans <dje@google.com>
11784
11785 * lib/gdb-python.exp (gdb_check_python_config): New function.
11786 * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
11787 * gdb.python/lib-types.cc: New file.
11788 * gdb.python/lib-types.exp: New file.
11789
11790 2010-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11791
11792 * gdb.python/py-error.exp: New file.
11793 * gdb.python/py-error.py: New file.
11794
11795 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11796
11797 * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
11798 gdb_test_multiple.
11799
11800 2010-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11801
11802 * gdb.base/break-interp.exp: Use ldlags for linking flags.
11803 * gdb.base/prelink.exp: Likewise.
11804 * gdb.base/solib-nodir.exp: Likewise.
11805 * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
11806 (gdb_compile) <shlib_load>: Use ldlags for linking flags.
11807 * lib/prelink-support.exp (build_executable_own_libs): Likewise.
11808
11809 2010-10-12 Ulrich Weigand <uweigand@de.ibm.com>
11810
11811 * break-interp.exp (test_ld): Use two separate gdb_expect statements
11812 for the "info files" test to avoid timeouts on slow machines.
11813
11814 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11815
11816 * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
11817 (main): Make openlib dummy call.
11818
11819 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11820
11821 Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
11822 * break-interp.exp (reach): Move the core body ...
11823 (reach_1): ... here. Use stop-on-solib-events for _dl_debug_state.
11824 (test_ld): Provide always real argument, even to the linker. Replace
11825 dl_main by _dl_debug_state.
11826
11827 2010-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11828
11829 Fix results of prelinked PIEs on ppc*.
11830 * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
11831 Accept also DISPLACEMENT "PRESENT".
11832 (main): Replace "ZERO" displacements by "PRESENT".
11833
11834 2010-10-08 Sami Wagiaalla <swagiaal@redhat.com>
11835
11836 * gdb.cp/oranking.exp: New test.
11837 * gdb.cp/oranking.cc: New test program.
11838
11839 2010-10-08 Ken Werner <ken.werner@de.ibm.com>
11840
11841 * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
11842 * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
11843
11844 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
11845
11846 * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
11847 lush, lynx) New constant.
11848 * gdb.base/constvars.exp: Test const array types.
11849 * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
11850
11851 2010-10-06 Doug Evans <dje@google.com>
11852
11853 * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
11854 of syscall staging area.
11855
11856 2010-10-06 Ken Werner <ken.werner@de.ibm.com>
11857
11858 * gdb.base/gnu_vector.c: Add variable c4.
11859 * gdb.base/gnu_vector.exp: Add tests for character vector printing.
11860 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
11861
11862 2010-10-05 Maciej W. Rozycki <macro@codesourcery.com>
11863
11864 * gdb.arch/altivec-abi.exp: Fix a typo.
11865
11866 2010-10-02 Maciej W. Rozycki <macro@codesourcery.com>
11867
11868 * lib/mi-support.exp (thread_selected_re): Correct pattern used
11869 to match a thread ID.
11870
11871 2010-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
11872
11873 Fix s390x testcase compatibility.
11874 * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
11875
11876 2010-10-01 Doug Evans <dje@google.com>
11877
11878 * lib/gdb-python.exp: New file.
11879 * gdb.python/py-block.exp: Use it.
11880 * gdb.python/py-breakpoint.exp: Ditto.
11881 * gdb.python/py-frame.exp: Ditto.
11882 * gdb.python/py-inferior.exp: Ditto.
11883 * gdb.python/py-param.exp: Ditto.
11884 * gdb.python/py-prettyprint.exp: Ditto.
11885 * gdb.python/py-shared.exp: Ditto.
11886 * gdb.python/py-symbol.exp: Ditto.
11887 * gdb.python/py-symtab.exp: Ditto.
11888 * gdb.python/py-type.exp: Ditto.
11889 * gdb.python/py-value.exp: Ditto.
11890 * gdb.python/python.exp: Ditto.
11891
11892 2010-09-30 Tom Tromey <tromey@redhat.com>
11893
11894 * gdb.base/anon.exp: New file.
11895 * gdb.base/anon.c: New file.
11896
11897 2010-09-30 Tom Tromey <tromey@redhat.com>
11898
11899 * gdb.base/completion.exp: Test completion through anonymous
11900 union.
11901 * gdb.base/break1.c (struct some_struct): Add anonymous union.
11902
11903 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11904
11905 Fix printing parameters of inlined functions.
11906 * gdb.dwarf2/dw2-inline-param.exp: New file.
11907 * gdb.dwarf2/dw2-inline-param-main.c: New file.
11908 * gdb.dwarf2/dw2-inline-param.S: New file.
11909
11910 2010-09-30 Jan Kratochvil <jan.kratochvil@redhat.com>
11911
11912 PR corefiles/12071.
11913 * gdb.base/corefile.exp (quit with a process, no question: load core)
11914 (quit with a core file): New tests.
11915
11916 2010-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
11917
11918 Fix GDB crash on inferior calls with self-referencing classes.
11919 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
11920 * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
11921 * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
11922
11923 2010-09-24 Jan Kratochvil <jan.kratochvil@redhat.com>
11924
11925 Fix lost siginfo_t for inferior calls.
11926 * gdb.base/siginfo-infcall.exp: New file.
11927 * gdb.base/siginfo-infcall.c: New file.
11928
11929 2010-09-22 Joel Brobecker <brobecker@adacore.com>
11930
11931 * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
11932
11933 2010-09-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11934
11935 * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
11936 New test.
11937 * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
11938
11939 2010-09-22 Joel Brobecker <brobecker@adacore.com>
11940
11941 * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
11942 type of our const type.
11943
11944 2010-09-22 Sami Wagiaalla <swagiaal@redhat.com>
11945
11946 * gdb.cp/pr12028.cc: New.
11947 * gdb.cp/pr12028.exp: New.
11948
11949 2010-09-22 Joel Brobecker <brobecker@adacore.com>
11950
11951 * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
11952
11953 2010-09-16 Phil Muldoon <pmuldoon@redhat.com>
11954 Jan Kratochvil <jan.kratochvil@redhat.com>
11955
11956 PR mi/11407
11957 * gdb.mi/dw2-ref-missing-frame-func.c: New File.
11958 * gdb.mi/dw2-ref-missing-frame-main.c New File.
11959 * gdb.mi/dw2-ref-missing-frame.S New File.
11960 * gdb.mi/dw2-ref-missing-frame.exp New File.
11961
11962 2010-09-14 Tom Tromey <tromey@redhat.com>
11963
11964 PR symtab/8399:
11965 * gdb.threads/tls.exp: Remove kfail. Update expected output.
11966
11967 2010-09-14 Tom Tromey <tromey@redhat.com>
11968
11969 PR exp/11803:
11970 * gdb.threads/tls.exp: Use C++.
11971 (check_thread_local): Use K::another_thread_local.
11972 * gdb.threads/tls.c (class K): New.
11973 (another_thread_local): Now a member of K.
11974 (spin): Update. No longer K&R C.
11975
11976 2010-09-13 Sami Wagiaalla <swagiaal@redhat.com>
11977
11978 * gdb.cp/koenig.cc: created class for testing member lookup.
11979 * gdb.cp/koenig.exp: Added test for member lookup.
11980
11981 2010-09-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11982
11983 Fix false FAILs on sourcetree topdir directory containing "kill".
11984 * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
11985 source line matching regexp.
11986
11987 2010-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11988
11989 * gdb.python/python.exp (set height 0, collect help from uiout)
11990 (verify help to uiout): New tests.
11991
11992 2010-09-10 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11993
11994 * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
11995 is_lp64_target to check 64bit target.
11996
11997 2010-09-09 Jan Kratochvil <jan.kratochvil@redhat.com>
11998
11999 * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
12000 (test_ld) <powerpc64-*>: New.
12001
12002 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
12003
12004 * gdb.cp/templates.exp (test_template_args): Allow "struct".
12005
12006 2010-09-08 Daniel Jacobowitz <dan@codesourcery.com>
12007
12008 * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
12009 (FunctionArg::method): New function.
12010 (empty, arg): New variables.
12011 (main): Call arg.method.
12012 * gdb.cp/templates.exp (test_template_args): New function.
12013 (do_tests): Call it.
12014
12015 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
12016
12017 * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
12018 of "next" to proceed over pthread_exit call.
12019
12020 2010-09-08 Ulrich Weigand <uweigand@de.ibm.com>
12021
12022 * gdb.base/maint.exp: Avoid wildcards against potentially very long
12023 "maint print statistics" output to prevent expect timeouts.
12024
12025 2010-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
12026
12027 * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
12028 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
12029 (test_float_rejected): ... here.
12030 * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
12031 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
12032 (test_float_rejected): ... here.
12033 * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
12034 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
12035 (test_float_rejected): ... here.
12036 * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
12037 Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
12038 (test_float_rejected): ... here.
12039
12040 2010-09-04 Daniel Jacobowitz <dan@codesourcery.com>
12041
12042 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
12043 before disabling hardware watchpoints.
12044 (test_inaccessible_watchpoint): Check that hardware watchpoints
12045 are used. Test for watchpoints on a constant address.
12046
12047 2010-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
12048
12049 * gdb.base/ui-redirect.exp: New file.
12050
12051 2010-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12052 Joel Brobecker <brobecker@adacore.com>
12053
12054 * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
12055
12056 2010-08-31 Doug Evans <dje@google.com>
12057
12058 * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
12059
12060 2010-08-30 Tom Tromey <tromey@redhat.com>
12061
12062 PR python/11792:
12063 * gdb.python/py-value.exp (test_subscript_regression): Add
12064 dynamic_type test.
12065
12066 2010-08-30 Daniel Jacobowitz <dan@codesourcery.com>
12067
12068 * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
12069 instead of running to main. Do not test the main function.
12070 * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
12071 Add new main.
12072
12073 2010-08-26 Pedro Alves <pedro@codesourcery.com>
12074
12075 * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
12076 one test.
12077
12078 2010-08-24 Doug Evans <dje@google.com>
12079
12080 PR symtab/11942
12081 * gdb.dwarf2/dw4-sig-types.cc: New file.
12082 * gdb.dwarf2/dw4-sig-types.h: New file.
12083 * gdb.dwarf2/dw4-sig-types-b.cc: New file.
12084 * gdb.dwarf2/dw4-sig-types.exp: New file.
12085
12086 2010-08-23 Tom Tromey <tromey@redhat.com>
12087
12088 PR python/11145:
12089 * gdb.python/py-value.c (Base, Derived): New types.
12090 (base): New global.
12091 * gdb.python/py-value.exp (test_subscript_regression): Add
12092 dynamic_cast test.
12093
12094 2010-08-23 Tom Tromey <tromey@redhat.com>
12095
12096 PR python/10676:
12097 * gdb.python/py-type.exp (test_fields): Add tests for type
12098 equality.
12099
12100 2010-08-23 Tom Tromey <tromey@redhat.com>
12101
12102 PR python/11915:
12103 * gdb.python/py-type.exp (test_fields): Add tests for array.
12104
12105 2010-08-23 Keith Seitz <keiths@redhat.com>
12106
12107 * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
12108 have any children. Create a new abbrev for it.
12109 Add missing terminal sequence to .debug_abbrev.
12110
12111 2010-08-20 Keith Seitz <keiths@redhat.com>
12112
12113 PR symtab/11465:
12114 * gdb.dwarf2/pr11465.exp: New test.
12115 * gdb.dwarf2/pr11465.S: New file.
12116 * gdb.dwarf2/dw2-double-set-die-type.S: New file.
12117 * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
12118
12119 2010-08-19 Thiago Jung Bauermann <bauerman@br.ibm.com>
12120
12121 * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
12122 registers. Update data sets with the new v2_double element in the
12123 VSX register union. Add vector_register3_vr data set for the AltiVec
12124 registers. Use gdb_test_no_output instead of send_gdb.
12125
12126 2010-08-19 Pedro Alves <pedro@codesourcery.com>
12127
12128 * gdb.python/py-shared.exp: New file, factored out from
12129 python.exp.
12130 * gdb.python/py-shared.c: New file.
12131 * gdb.python/py-shared-sl.c: New file.
12132 * gdb.python/python-1.c: New file.
12133 * gdb.python/python-sl.c: Delete.
12134 * gdb.python/python.c: Mention python-1.c.
12135 * gdb.python/python.exp: Move shared library tests to
12136 py-shared.exp.
12137 * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
12138 (MISCELLANEOUS): New.
12139 (clean mostlyclean): Also remove $MISCELLANEOUS.
12140
12141 2010-08-19 Doug Evans <dje@google.com>
12142
12143 PR exp/11926
12144 * gdb.base/printcmds.exp (test_float_accepted): New function.
12145 Move existing float tests there. Add tests for floats with suffixes.
12146 (test_float_rejected): New function.
12147 * gdb.java/jv-print.exp (test_float_accepted): New function.
12148 (test_float_rejected): New function.
12149 * gdb.objc/print.exp: New file.
12150 * gdb.pascal/print.exp: New file.
12151 * lib/objc.exp: New file.
12152
12153 2010-08-19 Pierre Muller <muller@ics.u-strasbg.fr>
12154
12155 * gdb.base/default.exp (info set): Avoid full buffer error and force
12156 reading up to final gdb prompt.
12157 (show): Likewise.
12158
12159 2010-08-18 Tom Tromey <tromey@redhat.com>
12160
12161 PR symtab/11919:
12162 * gdb.base/completion.exp: Add test.
12163
12164 2010-08-18 Doug Evans <dje@google.com>
12165
12166 * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
12167 * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
12168 * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
12169 Simplify, early exit if runto_main fails.
12170 * gdb.fortran/exprs.exp: load_lib fortran.exp.
12171 (set_lang_fortran): Moved to lib/fortran.exp.
12172 * gdb.fortran/types.exp: load_lib fortran.exp.
12173 (set_lang_fortran): Moved to lib/fortran.exp.
12174 * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
12175 * gdb.java/jprint.exp (set_lang_java): Ditto.
12176 * gdb.java/jv-exp.exp: load_lib java.exp.
12177 If set_lang_java fails, issue a warning instead of failure to be
12178 consistent with other set_lang_foo uses.
12179 (set_lang_java): Moved to lib/java.exp.
12180 * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
12181 If set_lang_java fails, issue a warning instead of failure to be
12182 consistent with other set_lang_foo uses.
12183 * gdb.pascal/types.exp: load_lib pascal.exp.
12184 (set_lang_pascal): Moved to lib/pascal.exp.
12185 * lib/fortran.exp: New file.
12186 * lib/java.exp (set_lang_java): New function.
12187 * lib/pascal.exp (set_lang_pascal): New function.
12188
12189 2010-08-18 Yao Qi <yao@codesourcery.com
12190
12191 * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
12192 func_nofb_start and func_loopfb_start, so that address of functions
12193 is equal to these labels on Thumb.
12194
12195 2010-08-18 Yao Qi <yao@codesourcery.com>
12196
12197 * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
12198 to reflect latest c source file.
12199
12200 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12201
12202 * gdb.cp/infcall-dlopen.exp: New file.
12203 * gdb.cp/infcall-dlopen.cc: New file.
12204 * gdb.cp/infcall-dlopen-lib.cc: New file.
12205
12206 2010-08-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12207 Pedro Alves <pedro@codesourcery.com>
12208
12209 PR breakpoints/11371
12210
12211 * gdb.base/watch-cond-infcall.exp: New file.
12212 * gdb.base/watch-cond-infcall.c: New file.
12213
12214 2010-08-16 Tom Tromey <tromey@redhat.com>
12215
12216 * gdb.base/help.exp: Update.
12217 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
12218 watchpoint.
12219 (test_watch_location): New proc.
12220 (test_watchpoint_in_big_blob): Delete watchpoint.
12221 * gdb.base/watchpoint.c (func5): New function.
12222 (main): Call it.
12223
12224 2010-08-16 Doug Evans <dje@google.com>
12225
12226 * gdb.python/python.exp: Fix syntax in "post event insertion" test.
12227
12228 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
12229
12230 * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
12231 tests.
12232
12233 2010-08-11 Ken Werner <ken.werner@de.ibm.com>
12234
12235 * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
12236 * gdb.base/gnu_vector.c: New File.
12237 * gdb.base/gnu_vector.exp: Likewise.
12238
12239 2010-08-11 Phil Muldoon <pmuldoon@redhat.com>
12240
12241 * gdb.python/python.c: New File.
12242 * gdb.python/python-sl.c: New File.
12243 * gdb.python/python.exp: Test solib_address and decode_line
12244 * functions.
12245
12246 2010-08-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12247
12248 * gdb.python/python.exp (show height, set height 10)
12249 (verify pagination beforehand, verify pagination beforehand: q)
12250 (gdb.execute does not page, verify pagination afterwards)
12251 (verify pagination afterwards: q): New.
12252
12253 2010-08-02 Doug Evans <dje@google.com>
12254
12255 * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
12256 because of an older gcc, change test2
12257 "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
12258 to unsupported.
12259
12260 2010-07-30 Kazu Hirata <kazu@codesourcery.com>
12261
12262 * gdb.base/break-always.exp: Do not expect full paths to file
12263 names.
12264 * gdb.base/commands.exp: Likewise.
12265
12266 2010-07-30 Doug Evans <dje@google.com>
12267
12268 * gdb.cp/temargs.exp: For new tests that require newer gccs,
12269 xfail them when run with older gccs.
12270
12271 * lib/gdb.exp (build_executable): Forward "c++" option to
12272 get_compiler_info.
12273
12274 * gdb.python/py-type.exp (test_template): Mark as xfail tests
12275 "python print ttype.template_argument(1)" and
12276 "python print isinstance(ttype.template_argument(1), gdb.Value)"
12277 if using gcc 4.4 or earlier.
12278
12279 * gdb.base/valgrind-db-attach.exp: Use unique test name for
12280 attach-to-debugger handling.
12281
12282 2010-07-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12283
12284 * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
12285 * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
12286 (main): Use copyreloc.
12287 * gdb.base/prelink.exp (split debug of executable)
12288 (.dynbss vs. .bss address shift): New tests.
12289
12290 2010-07-29 Pedro Alves <pedro@codesourcery.com>
12291
12292 * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
12293 in gdb_test_multiple.
12294
12295 2010-07-29 Pedro Alves <pedro@codesourcery.com>
12296
12297 * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
12298 environment.
12299
12300 2010-07-28 Tom Tromey <tromey@redhat.com>
12301
12302 PR python/11060:
12303 * gdb.python/py-type.c (Temargs): New template.
12304 (temvar): New variable.
12305 * gdb.python/py-type.exp (test_template): New proc.
12306
12307 2010-07-28 Daniel Jacobowitz <dan@codesourcery.com>
12308
12309 * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
12310 gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
12311
12312 2010-07-28 Tom Tromey <tromey@redhat.com>
12313
12314 PR c++/9946:
12315 * gdb.cp/temargs.exp: New file.
12316 * gdb.cp/temargs.cc: New file.
12317
12318 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12319
12320 * gdb.base/help.exp (help disassemble): Update the content.
12321
12322 2010-07-27 Jan Kratochvil <jan.kratochvil@redhat.com>
12323
12324 * gdb.threads/ia64-sigill.exp: New file.
12325 * gdb.threads/ia64-sigill.c: New file.
12326
12327 2010-07-27 Tom Tromey <tromey@redhat.com>
12328
12329 * gdb.opt/inline-cmds.c (ATTR): New define.
12330 (func1): Use it.
12331 (func2): Likewise.
12332 (func3): Likewise.
12333 (outer_inline1): Likewise.
12334 (outer_inline2): Likewise.
12335 * gdb.opt/inline-bt.c (ATTR): New define.
12336 (func1): Use it.
12337 (func2): Likewise.
12338 * gdb.opt/inline-locals.c (ATTR): New define.
12339 (func1): Use it.
12340 (func2): Likewise.
12341
12342 2010-07-27 Tom Tromey <tromey@redhat.com>
12343
12344 * gdb.stabs/gdb11479.c (hack): New function.
12345 (test): Use it.
12346 (test2): Use it.
12347 * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
12348 (int32_search_buf, int64_search_buf): No longer static.
12349 (x): Remove.
12350 * gdb.base/relocate.c (hack): New function.
12351
12352 2010-07-27 Phil Muldoon <pmuldoon@redhat.com>
12353
12354 * gdb.python/py-value.exp (test_inferior_function_call): New function.
12355 * gdb.python/py-value.c (func1): New function.
12356 (func2): Likewise.
12357
12358 2010-07-26 Corinna Vinschen <vinschen@redhat.com>
12359
12360 * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
12361 as not to clash with .data section.
12362
12363 2010-07-26 Jerome Guitton <guitton@adacore.com>
12364
12365 * gdb.base/code_elim.exp: New file.
12366 * gdb.base/code_elim1.c: New file.
12367 * gdb.base/code_elim2.c: New file.
12368
12369 2010-07-21 Pedro Alves <pedro@codesourcery.com>
12370
12371 PR symtab/11827
12372
12373 * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
12374 (some_volatile_enum): New variable.
12375 * gdb.base/printcmds.exp (test_print_enums): New.
12376 <top level>: Call it.
12377
12378 2010-07-21 Sami Wagiaalla <swagiaal@redhat.com>
12379
12380 * gdb.cp/fpointer.cc: New test.
12381 * gdb.cp/fpointer.exp: New test.
12382
12383 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12384
12385 * gdb.base/solib-nodir.exp: New file.
12386 * lib/gdb.exp (runto): New case for a GDB internal error.
12387
12388 2010-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12389 Ulrich Weigand <uweigand@de.ibm.com>
12390 Tom Tromey <tromey@redhat.com>
12391
12392 * gdb.base/charset-malloc.c: New file.
12393 * gdb.base/charset.c (malloc_stub): New prototype.
12394 (main): Call it instead of malloc itself.
12395 * gdb.base/charset.exp: Use only prepare_for_testing.
12396 (binfile): Remove the variable.
12397
12398 2010-07-19 Jan Kratochvil <jan.kratochvil@redhat.com>
12399
12400 Make core files the process_stratum.
12401 * gdb.base/corefile.exp (run: load core again)
12402 (run: sanity check we see the core file, run: with core)
12403 (run: core file is cleared, attach: load core again)
12404 (attach: sanity check we see the core file, attach: with core)
12405 (attach: core file is cleared): New tests.
12406 * gdb.base/coremaker.c (main): New parameters. Implement "sleep" argv.
12407
12408 2010-07-14 Ken Werner <ken.werner@de.ibm.com>
12409
12410 * gdb.arch/altivec-abi.exp: New tests.
12411
12412 2010-07-13 Tom Tromey <tromey@redhat.com>
12413
12414 * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
12415 (main): Use it.
12416 * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
12417
12418 2010-07-13 Tom Tromey <tromey@redhat.com>
12419
12420 * gdb.base/label.exp: New file.
12421 * gdb.base/label.c: New file.
12422
12423 2010-07-12 Ulrich Weigand <uweigand@de.ibm.com>
12424 H.J. Lu <hongjiu.lu@intel.com>
12425
12426 * lib/gdb.exp (is_ilp32_target): New.
12427 (is_lp64_target): Likewise.
12428
12429 * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
12430 target.
12431 * gdb.arch/amd64-disp-step.exp: Likewise.
12432 * gdb.arch/amd64-dword.exp: Likewise.
12433 * gdb.arch/amd64-i386-address.exp: Likewise.
12434 * gdb.arch/amd64-word.exp: Likewise.
12435
12436 * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
12437 target.
12438 * gdb.arch/i386-bp_permanent.exp: Likewise.
12439 * gdb.arch/i386-byte.exp: Likewise.
12440 * gdb.arch/i386-disp-step.exp: Likewise.
12441 * gdb.arch/i386-gnu-cfi.exp: Likewise.
12442 * gdb.arch/i386-prologue.exp: Likewise.
12443 * gdb.arch/i386-size-overlap.exp: Likewise.
12444 * gdb.arch/i386-size.exp: Likewise.
12445 * gdb.arch/i386-sse.exp: Likewise.
12446 * gdb.arch/i386-unwind.exp: Likewise.
12447 * gdb.arch/i386-word.exp: Likewise.
12448
12449 * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
12450 test only when building 64-bit executables. Do not hard-code
12451 -m64 option.
12452
12453 2010-07-07 Doug Evans <dje@google.com>
12454
12455 * lib/gdb.exp (gdb_test_list_exact): New function.
12456 * gdb.base/default.exp (show convenience): Call it, add tests for
12457 $_sdata = void, $_thread = 0.
12458
12459 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12460 Joel Brobecker <brobecker@adacore.com>
12461
12462 Fix re-run of PIE executable, PR shlibs/11776.
12463 * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
12464 Remove $displacement_main to match the solib-svr4.c change. New "kill"
12465 and re-"run" of the inferior.
12466
12467 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12468 Joel Brobecker <brobecker@adacore.com>
12469
12470 Cope with missing /usr/sbin/prelink.
12471 * lib/prelink-support.exp (prelink_no):
12472 <result == 1 && $output is "no such file or directory">: New.
12473 (prelink_yes): Likewise. Return on failed prelink_no.
12474
12475 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12476 Joel Brobecker <brobecker@adacore.com>
12477
12478 * gdb.base/attach-pie-misread.exp: Load prelink-support.exp. Replace
12479 build_executable by build_executable_own_libs. Replace "prelink -R"
12480 execution by a call of prelink_yes. Comment why "prelink -r" needs no
12481 change.
12482 * gdb.base/break-interp.exp: Load prelink-support.exp. Rename calls of
12483 copy to file_copy. Move setting opts --dynamic-linker and -rpath,
12484 mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
12485 Replace build_executable by build_executable_own_libs's function
12486 build_executable_own_libs.
12487 (prelinkNO): Create new stub to call prelink_no.
12488 (prelinkYES): Create new stub to call prelink_yes.
12489 (test_attach): Rename calls of copy to file_copy.
12490 (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
12491 (copy): Move to ...
12492 * lib/prelink-support.exp: ... a new file. Rename prelinkNO to
12493 prelink_no, prelinkYES to prelink_yes, copy to file_copy.
12494 * gdb.base/prelink.exp: Disable testcase also for is_remote and
12495 skip_shlib_tests. Load prelink-support.exp. Replace gdb_compile with
12496 special flags by gdb_compile_shlib. Replace second gdb_compile by
12497 build_executable_own_libs. Replace "prelink -R" execution by a call of
12498 prelink_yes. Replace "prelink -u" and second "prelink -R" execution by
12499 a second call of prelink_yes. Replace restart commands by
12500 clean_restart.
12501 (prelink): Rename to ...
12502 (seen displacement message): ... this test. Extend its expectation
12503 strictness.
12504
12505 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12506
12507 * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
12508 * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
12509 displacement message exactly once.
12510
12511 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12512 Joel Brobecker <brobecker@adacore.com>
12513
12514 * gdb.base/break-interp.exp (test_attach): Keep $interp changed. Move
12515 its restore after the <$relink_args != ""> loop. new comment.
12516
12517 2010-07-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12518 Joel Brobecker <brobecker@adacore.com>
12519
12520 * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
12521 code for it. New variable relink_args.
12522 (prelinkYES): Call prelinkNO.
12523 (test_attach): Accept new parameter relink_args. Re-prelink the binary
12524 in such case. Move the core code to ...
12525 (test_attach_gdb): ... a new function. Send GDB command "file".
12526 Extend expected "Attaching to " string.
12527
12528 2010-07-02 Tom Tromey <tromey@redhat.com>
12529
12530 * gdb.base/bitops.exp: Remove extraneous "pass".
12531
12532 2010-07-02 Ken Werner <ken.werner@de.ibm.com>
12533
12534 * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
12535
12536 2010-07-01 Pedro Alves <pedro@codesourcery.com>
12537
12538 * gdb.base/help.exp: Adjust expected output.
12539
12540 2010-07-01 Pedro Alves <pedro@codesourcery.com>
12541
12542 * gdb.base/help.exp: Adjust expected output.
12543
12544 2010-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
12545
12546 * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
12547 (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
12548 c++/11702.
12549
12550 2010-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12551 Doug Evans <dje@google.com>
12552
12553 * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
12554 add .dynamic entry'.
12555
12556 2010-06-29 Doug Evans <dje@google.com>
12557
12558 Test PR c++/11702.
12559 * gdb.cp/m-static.exp: Add testcase.
12560 * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
12561
12562 2010-06-28 Phil Muldoon <pmuldoon@redhat.com>
12563 Tom Tromey <tromey@redhat.com>
12564 Thiago Jung Bauermann <bauerman@br.ibm.com>
12565
12566 * gdb.python/py-inferior.c: New File.
12567 * gdb.python/py-infthread.c: New File.
12568 * gdb.python/py-inferior.exp: New File.
12569 * gdb.python/py-infthread.exp: New File.
12570
12571 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12572
12573 * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
12574 (ptype ::C::OtherFileClass typedefs): New.
12575 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
12576 (C::OtherFileClass::cOtherFileClassVar2): New.
12577 (C::OtherFileClass::cOtherFileClassVar_use): Use also
12578 cOtherFileClassVar2.
12579 (C::cOtherFileType2, C::cOtherFileVar2): New.
12580 (C::cOtherFileVar_use): use also cOtherFileVar2.
12581 * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
12582
12583 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12584
12585 * gdb.cp/namespace.exp (whatis C::cOtherFileType)
12586 (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
12587 (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
12588 (print ::C::cOtherFileVar)
12589 (whatis C::OtherFileClass::cOtherFileClassType)
12590 (whatis ::C::OtherFileClass::cOtherFileClassType)
12591 (print C::OtherFileClass::cOtherFileClassVar)
12592 (print ::cOtherFileClassVar)
12593 (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
12594 (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
12595 trailing content.
12596 * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
12597 (C::OtherFileClass::cOtherFileClassVar)
12598 (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
12599 (C::cOtherFileVar, C::cOtherFileVar_use): New.
12600
12601 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12602
12603 Test PR c++/11703 and PR gdb/1448.
12604 * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
12605 gdb/1448.
12606
12607 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12608
12609 * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
12610 (main) <rtti_data>: New.
12611 * gdb.cp/virtbase.exp (print rtti_data): New.
12612
12613 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12614 Joel Brobecker <brobecker@adacore.com>
12615
12616 * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
12617
12618 2010-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
12619
12620 * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
12621
12622 2010-06-28 Doug Evans <dje@google.com>
12623
12624 * gdb.base/break-interp.exp (reach): Relax expected output a bit.
12625
12626 2010-06-27 Doug Evans <dje@google.com>
12627
12628 * gdb.cp/m-static.exp: Update expected test output.
12629
12630 2010-06-25 Paul Hilfinger <hilfinger@adacore.com>
12631
12632 * gdb.gdb/selftest.exp: Adjust expected message for
12633 capturing start-up runtime.
12634
12635 2010-06-25 Tom Tromey <tromey@redhat.com>
12636
12637 PR python/10808:
12638 * gdb.python/python.exp: Add new tests.
12639
12640 2010-06-25 Sami Wagiaalla <swagiaal@redhat.com>
12641
12642 * gdb.cp/operator.cc: Created an import loop.
12643 * gdb.cp/operator.exp: Added testcase for import loop.
12644
12645 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12646
12647 Test PR python/11407.
12648 * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
12649 * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
12650 Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
12651 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
12652 executable_nofb and executable_fb. New variables srcsfile, objsfile,
12653 srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
12654 binfile. Call gdb_compile with clean_restart twice.
12655 (func_nofb print, func_nofb backtrace, func_loopfb print)
12656 (func_loopfb backtrace): New.
12657
12658 2010-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
12659
12660 * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
12661 * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
12662 by a hand made one.
12663 * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment. Remove
12664 i?86 requirement. Remove variables srcfile and binfile. New variable
12665 sources, executable_nofb and executable_fb. Call prepare_for_testing.
12666
12667 2010-06-25 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12668
12669 * gdb.cell/dwarfaddr.exp: New file.
12670 * gdb.cell/dwarfaddr.S: New file.
12671
12672 2010-06-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12673
12674 Test PR 9436.
12675 * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
12676
12677 2010-06-24 Hui Zhu <teawater@gmail.com>
12678
12679 * gdb.base/eval.exp: New file.
12680
12681 2010-06-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12682
12683 * gdb.cell/fork.exp: New file.
12684 * gdb.cell/fork.c: Likewise.
12685 * gdb.cell/fork-spu.c: Likewise.
12686
12687 2010-06-22 Pierre Muller <muller@ics.u-strasbg.fr>
12688
12689 * lib/gdb.exp (banned_variables_traced): New global variable.
12690 (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
12691 (gdb_init): Use `trace add variable' instead of obsolete
12692 `trace variable'.
12693
12694 2010-06-21 Doug Evans <dje@google.com>
12695
12696 * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
12697
12698 2010-06-19 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12699
12700 * gdb.arch/spu-ls.exp: New file.
12701 * gdb.arch/spu-ls.c: Likewise.
12702
12703 2010-06-18 Stan Shebs <stan@codesourcery.com>
12704
12705 * gdb.threads/thread-specific.exp: Add tests of $_thread.
12706
12707 2010-06-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12708
12709 * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
12710 * gdb.base/watch-cond.exp: Likewise.
12711 * gdb.python/py-breakpoint.exp: Likewise.
12712
12713 2010-06-18 Pedro Alves <pedro@codesourcery.com>
12714
12715 * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
12716 clean_restart, make sure every test has a distinct message, and
12717 that messages don't include the executable' full path.
12718
12719 2010-06-17 Doug Evans <dje@google.com>
12720
12721 * gdb.arch/i386-size.exp: Updated expected output for
12722 DISASSEMBLY_OMIT_FNAME.
12723
12724 2010-06-16 Jan Kratochvil <jan.kratochvil@redhat.com>
12725 Sergio Durigan Junior <sergiodj@redhat.com>
12726
12727 * gdb.base/watch-notconst.c: New file.
12728 * gdb.base/watch-notconst.S: New file.
12729 * gdb.base/watch-notconst2.c: New file.
12730 * gdb.base/watch-notconst2.S: New file.
12731 * gdb.base/watch-notconst.exp: New file.
12732 * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
12733 (func4): Add operations on `global_ptr_ptr'.
12734 * gdb.base/watchpoint.exp (test_constant_watchpoint): New
12735 routine to test watchpoints created with a constant expression.
12736 (test_inaccessible_watchpoint): Include tests for watchpoints
12737 created with a constant expression.
12738
12739 2010-06-14 Kevin Buettner <kevinb@redhat.com>
12740
12741 * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
12742 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
12743 gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
12744 gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
12745 gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
12746 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
12747 gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
12748 of `_start'.
12749
12750 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12751
12752 * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
12753 not supported on the target.
12754 * gdb.mi/mi-nonstop-exit.exp: Likewise.
12755 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
12756 * gdb.mi/mi-nsintrall.exp: Likewise.
12757 * gdb.mi/mi-nsmoribund.exp: Likewise.
12758 * gdb.mi/mi-nsthrexec.exp: Likewise.
12759
12760 2010-06-11 Stan Shebs <stan@codesourcery.com>
12761
12762 * gdb.base/permissions.exp: New file.
12763
12764 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12765
12766 * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
12767 does not support ELF executable class.
12768
12769 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12770
12771 * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
12772
12773 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12774
12775 * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
12776 (runto): Catch "The target does not support running in non-stop mode.".
12777
12778 2010-06-11 Michael Snyder <msnyder@vmware.com>
12779
12780 * gdb.base/setshow.exp (set language asm): Don't use
12781 gdb_test_no_output, fails on some targets.
12782
12783 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12784
12785 * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
12786 * gdb.cp/pr9167.exp: Likewise.
12787
12788 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12789
12790 * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
12791
12792 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12793
12794 * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
12795
12796 2010-06-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
12797
12798 * gdb.base/charset.c (main): Make sure malloc gets linked in.
12799
12800 2010-06-11 Tom Tromey <tromey@redhat.com>
12801
12802 PR gdb/9977, PR exp/11636::
12803 * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
12804 (pieces_test_f6): Update expected output.
12805
12806 2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12807
12808 * gdb.base/moribund-step.exp: New.
12809
12810 2010-06-08 Michael Snyder <msnyder@vmware.com>
12811
12812 * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
12813 * gdb.ada/boolean_expr.exp:
12814 * gdb.ada/frame_args.exp: Ditto.
12815 * gdb.ada/lang_switch.exp: Ditto.
12816 * gdb.ada/ptype_arith_binop.exp: Ditto.
12817 * gdb.ada/ref_param.exp: Ditto.
12818 * gdb.ada/type_coercion.exp:Ditto.
12819
12820 * gdb.asm/asm-source.exp: Ditto.
12821
12822 * gdb.base/attach.exp: Ditto.
12823 * gdb.base/bitfields2.exp: Ditto.
12824 * gdb.base/call-signal-resume.exp: Ditto.
12825 * gdb.base/callfuncs.exp: Ditto.
12826 * gdb.base/commands.exp: Ditto.
12827 * gdb.base/dbx.exp: Ditto.
12828 * gdb.base/default.exp: Ditto.
12829 * gdb.base/dump.exp: Ditto.
12830 * gdb.base/exprs.exp: Ditto.
12831 * gdb.base/freebpcmd.exp: Ditto.
12832 * gdb.base/interrupt.exp: Ditto.
12833 * gdb.base/list.exp: Ditto.
12834 * gdb.base/long_long.exp: Ditto.
12835 * gdb.base/maint.exp: Ditto.
12836 * gdb.base/ptype.exp: Ditto.
12837 * gdb.base/return.exp: Ditto.
12838 * gdb.base/setshow.exp: Ditto.
12839 * gdb.base/sigbpt.exp: Ditto.
12840 * gdb.base/sigrepeat.exp: Ditto.
12841
12842 * gdb.cp/classes.exp: Ditto.
12843
12844 * gdb.dwarf2/dw2-restore.exp: Ditto.
12845
12846 * gdb.gdb/selftest.exp: Ditto.
12847
12848 * gdb.multi/base.exp: Ditto.
12849 * gdb.multi/bkpt-multi-exec.exp: Ditto.
12850
12851 * gdb.python/py-block.exp: Ditto.
12852 * gdb.python/py-prettyprint.exp: Ditto.
12853 * gdb.python/py-template.exp: Ditto.
12854
12855 * gdb.server/ext-attach.exp: Ditto.
12856 * gdb.server/ext-run.exp: Ditto.
12857 * gdb.server/server-mon.exp: Ditto.
12858
12859 * gdb.threads/fork-thread-pending.exp: Ditto.
12860 * gdb.threads/hand-call-in-threads.exp: Ditto.
12861 * gdb.threads/interrupted-hand-call.exp: Ditto.
12862 * gdb.threads/linux-dp.exp: Ditto.
12863 * gdb.threads/manythreads.exp: Ditto.
12864 * gdb.threads/print-threads.exp: Ditto.
12865 * gdb.threads/pthreads.exp: Ditto.
12866 * gdb.threads/schedlock.exp: Ditto.
12867 * gdb.threads/thread-unwindonsignal.exp: Ditto.
12868 * gdb.threads/threadapply.exp: Ditto.
12869
12870 2010-06-08 Michael Snyder <msnyder@vmware.com>
12871
12872 * gdb.ada/exec_changed.exp:
12873 Use ".*" instead of "" as wildcard regexp.
12874
12875 * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
12876 * gdb.base/call-ar-st.exp: Ditto.
12877 * gdb.base/checkpoint.exp: Ditto.
12878 * gdb.base/default.exp: Ditto.
12879 * gdb.base/dump.exp: Ditto.
12880 * gdb.base/ending-run.exp: Ditto.
12881 * gdb.base/fileio.exp: Ditto.
12882 * gdb.base/miscexprs.exp: Ditto.
12883 * gdb.base/pointers.exp: Ditto.
12884 * gdb.base/readline.exp: Ditto.
12885 * gdb.base/reread.exp: Ditto.
12886 * gdb.base/restore.exp: Ditto.
12887 * gdb.base/shlib-call.exp: Ditto.
12888 * gdb.base/valgrind-db-attach.exp: Ditto.
12889 * gdb.base/volatile.exp: Ditto.
12890 * gdb.base/watchpoints.exp: Ditto.
12891
12892 * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
12893
12894 * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
12895 * gdb.python/py-value.exp: Ditto.
12896
12897 * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
12898 * gdb.trace/circ.exp: Ditto.
12899 * gdb.trace/collection.exp: Ditto.
12900 * gdb.trace/packetlen.exp: Ditto.
12901 * gdb.trace/passc-dyn.exp: Ditto.
12902 * gdb.trace/report.exp: Ditto.
12903 * gdb.trace/tfile.exp: Ditto.
12904 * gdb.trace/tfind.exp: Ditto.
12905 * gdb.trace/while-dyn.exp: Ditto.
12906
12907 2010-06-08 Jan Kratochvil <jan.kratochvil@redhat.com>
12908
12909 * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
12910
12911 2010-06-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12912
12913 Test PR 10640.
12914 * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
12915
12916 2010-06-07 Sami Wagiaalla <swagiaal@redhat.com>
12917
12918 * gdb.cp/koenig.exp: Test for ADL operators.
12919 * gdb.cp/koenig.cc: Added ADL operators.
12920 * gdb.cp/operator.exp: New test.
12921 * gdb.cp/operator.cc: New test.
12922
12923 2010-06-04 Michael Snyder <msnyder@vmware.com>
12924
12925 * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
12926 * gdb.base/pending.exp: Ditto.
12927
12928 * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
12929
12930 2010-06-04 Doug Evans <dje@google.com>
12931
12932 * gdb.python/py-prettyprint.exp: Add new test for enabled and
12933 disabled printers.
12934 * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
12935 (enable_lookup_function): New function.
12936
12937 2010-06-04 Tom Tromey <tromey@redhat.com>
12938
12939 * gdb.python/py-value.exp (test_value_hash): Don't test equality
12940 of hash and id.
12941
12942 2010-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
12943
12944 * gdb.base/commands.exp (add printf tbreak command): Remove trailing
12945 newline.
12946 * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
12947 (empty verbose non-noisy clear, empty verbose noisy clear)
12948 (empty non-verbose noisy clear): Likewise.
12949
12950 2010-06-03 Michael Snyder <msnyder@vmware.com>
12951
12952 * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
12953 * gdb.base/display.exp: Ditto.
12954 * gdb.base/find.exp: Ditto.
12955 * gdb.base/ifelse.exp: Ditto.
12956 * gdb.base/multi-forks.exp: Ditto.
12957 * gdb.base/recurse.exp: Ditto.
12958 * gdb.base/setshow.exp: Ditto.
12959 * gdb.base/value-double-free.exp: Ditto.
12960 * gdb.base/watch-vfork.exp: Ditto.
12961 * gdb.base/watch_thread_num.exp: Ditto.
12962 * gdb.base/watchpoint-solib.exp: Ditto.
12963 * gdb.base/watchpoint.exp: Ditto.
12964 * gdb.base/watchpoints.exp: Ditto.
12965
12966 * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
12967 * gdb.cp/overload.exp: Ditto.
12968 * gdb.cp/virtfunc.exp: Ditto.
12969
12970 * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
12971
12972 * gdb.reverse/watch-precsave.exp:
12973 Replace gdb_test with gdb_test_no_output.
12974
12975 * gdb.threads/attach-into-signal.exp:
12976 Replace gdb_test with gdb_test_no_output.
12977 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
12978 * gdb.threads/watchthreads.exp: Ditto.
12979 * gdb.threads/watchthreads2.exp: Ditto.
12980
12981 * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
12982 * gdb.trace/tfind.exp: Ditto.
12983
12984 2010-06-03 Joel Brobecker <brobecker@adacore.com>
12985
12986 * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
12987 successful test if message is the empty string.
12988
12989 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12990
12991 * gdb.fortran/module.exp (stopped language detection): New test.
12992
12993 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
12994
12995 Support DW_TAG_module as separate namespaces.
12996 * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
12997 gdb.fortran/library-module-lib.f90: New.
12998 * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
12999 (print i): Remove.
13000 (continue to breakpoint: i-is-1, print var_i value 1)
13001 (continue to breakpoint: i-is-2, print var_i value 2)
13002 (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
13003 (print var_d, print var_i value 14, ptype modmany, complete `modm)
13004 (complete `modmany, complete `modmany`, complete `modmany`var)
13005 (show language, setting breakpoint at module): New tests.
13006 * gdb.fortran/module.f90 (module mod): Remove.
13007 (module mod1, module mod2, module modmany, subroutine sub1)
13008 (subroutine sub2, program module): New.
13009
13010 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13011
13012 * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
13013 (print value of rUC, print value of rI, print value of UI): ... here.
13014 * gdb.cp/anon-union.exp (pass): Rename to ...
13015 (print z 2): ... here.
13016
13017 2010-06-02 Michael Snyder <msnyder@vmware.com>
13018
13019 * gdb.trace/actions.exp: Use gdb_test_no_output.
13020 * gdb.trace/circ.exp: Ditto.
13021 * gdb.trace/packetlen.exp: Ditto.
13022 * gdb.trace/save-trace.exp: Ditto.
13023 * gdb.trace/tracecmd.exp: Ditto.
13024 * gdb.trace/tsv.exp: Ditto.
13025
13026 * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
13027 * gdb.threads/hand-call-in-thraeds.exp: Ditto.
13028 * gdb.threads/local-watch-wrong-thread.exp: Ditto.
13029 * gdb.threads/manythreads.exp: Ditto.
13030 * gdb.threads/print-threads.exp: Ditto.
13031 * gdb.threads/pthreads.exp: Ditto.
13032 * gdb.threads/schedlock.exp: Ditto.
13033 * gdb.threads/staticthreads.exp: Ditto.
13034 * gdb.threads/thread-specific.exp: Ditto.
13035 * gdb.threads/thread-unwindonsignal.exp: Ditto.
13036 * gdb.threads/threadapply.exp: Ditto.
13037 * gdb.threads/watchthreads.exp: Ditto.
13038 * gdb.threads/watchthreads2.exp: Ditto.
13039
13040 * gdb.python/py-block.exp: Use gdb_test_no_output.
13041 * gdb.python/py-prettyprint.exp: Ditto.
13042 * gdb.python/py-template.exp: Ditto.
13043 * gdb.python/py-value.exp: Ditto.
13044
13045 * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
13046 * gdb.reverse/watch-reverse.exp: Ditto.
13047
13048 * gdb.server/ext-attach.exp: Use gdb_test_no_output.
13049 * gdb.server/ext-run.exp: Ditto.
13050
13051 * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
13052 * gdb.dwarf2/dw2-compressed.exp: Ditto.
13053 * gdb.dwarf2/dw2-intercu.exp: Ditto.
13054 * gdb.dwarf2/dw2-intermix.exp: Ditto.
13055 * gdb.dwarf2/dw2-producer.exp: Ditto.
13056 * gdb.dwarf2/mac-fileno.exp: Ditto.
13057
13058 * gdb.gdb/observer.exp: Use gdb_test_no_output.
13059 * gdb.gdb/selftest.exp: Ditto.
13060
13061 * gdb.multi/base.exp: Use gdb_test_no_output.
13062
13063 * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
13064
13065 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13066
13067 * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
13068
13069 2010-06-02 Michael Snyder <msnyder@msnyder-server.eng.vmware.com>
13070
13071 * gdb.cp/class2.exp: Use gdb_test_no_output.
13072 * gdb.cp/classes.exp: Ditto.
13073 * gdb.cp/extern-c.exp: Ditto.
13074 * gdb.cp/inherit.exp: Ditto.
13075 * gdb.cp/maint.exp: Ditto.
13076 * gdb.cp/mb-inline.exp: Ditto.
13077 * gdb.cp/mb-templates.exp: Ditto.
13078 * gdb.cp/method2.exp: Ditto.
13079 * gdb.cp/misc.exp: Ditto.
13080 * gdb.cp/ovldbreak.exp: Ditto.
13081 * gdb.cp/punctuator.exp: Ditto.
13082 * gdb.cp/templates.exp: Ditto.
13083 * gdb.cp/virtbase.exp: Ditto.
13084
13085 * gdb.threads/attach-stopped.exp:
13086 Replace uses of send_gdb / gdb_expect.
13087 * gdb.threads/attachstop-mt.exp:
13088 Replace uses of send_gdb / gdb_expect.
13089 * gdb.threads/gcore-thread.exp:
13090 Replace uses of send_gdb / gdb_expect.
13091 * gdb.threads/hand-call-in-threads.exp:
13092 Replace uses of send_gdb / gdb_expect.
13093 * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
13094 * gdb.threads/print-threads.exp:
13095 Replace uses of send_gdb / gdb_expect.
13096 * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
13097 * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
13098 * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
13099
13100 * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
13101 * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
13102 * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
13103 * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
13104 * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
13105 * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
13106 * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
13107 * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
13108 * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
13109 * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
13110 * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
13111
13112 2010-06-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13113
13114 * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
13115
13116 2010-06-02 Sami Wagiaalla <swagiaal@redhat.com>
13117
13118 * gdb.cp/koenig.exp: Added new test case.
13119 * gdb.cp/koenig.cc: Ditto.
13120
13121 2010-06-01 Michael Snyder <msnyder@vmware.com>
13122
13123 * gdb.base/arithmet.exp: Use gdb_test_no_output.
13124 * gdb.base/arrayidx.exp: Ditto.
13125 * gdb.base/attach.exp: Ditto.
13126 * gdb.base/auxv.exp: Ditto.
13127 * gdb.base/bigcre.exp: Ditto.
13128 * gdb.base/break-always.exp: Ditto.
13129 * gdb.base/break-interp.exp: Ditto.
13130 * gdb.base/break.exp: Ditto.
13131 * gdb.base/breakpoint-shadow.exp: Ditto.
13132 * gdb.base/call-ar-st.exp: Ditto.
13133 * gdb.base/call-sc.exp: Ditto.
13134 * gdb.base/call-signal-resume.exp: Ditto.
13135 * gdb.base/callfuncs.exp: Ditto.
13136 * gdb.base/catch-syscall.exp: Ditto.
13137 * gdb.base/charset.exp: Ditto.
13138 * gdb.base/code-expr.exp: Ditto.
13139 * gdb.base/commands.exp: Ditto.
13140 * gdb.base/cond-expr.exp: Ditto.
13141 * gdb.base/condbreak.exp: Ditto.
13142 * gdb.base/cursal.exp: Ditto.
13143 * gdb.base/cvexpr.exp: Ditto.
13144 * gdb.base/default.exp: Ditto.
13145 * gdb.base/del.exp: Ditto.
13146 * gdb.base/detach.exp: Ditto.
13147 * gdb.base/display.exp: Ditto.
13148 * gdb.base/ena-dis-br.exp: Ditto.
13149 * gdb.base/eval-skip.exp: Ditto.
13150 * gdb.base/foll-fork.exp: Ditto.
13151 * gdb.base/foll-vfork.exp: Ditto.
13152 * gdb.base/frame-args.exp: Ditto.
13153 * gdb.base/funcargs.exp: Ditto.
13154 * gdb.base/gcore-buffer-overflow.exp: Ditto.
13155 * gdb.base/gdbvars.exp: Ditto.
13156 * gdb.base/help.exp: Ditto.
13157 * gdb.base/ifelse.exp: Ditto.
13158 * gdb.base/included.exp: Ditto.
13159 * gdb.base/list.exp: Ditto.
13160 * gdb.base/macscp.exp: Ditto.
13161 * gdb.base/maint.exp: Ditto.
13162 * gdb.base/multi-fork.exp: Ditto.
13163 * gdb.base/overlays.exp: Ditto.
13164 * gdb.base/page.exp: Ditto.
13165 * gdb.base/pending.exp: Ditto.
13166 * gdb.base/pointers.exp: Ditto.
13167 * gdb.base/pr11022.exp: Ditto.
13168 * gdb.base/prelink.exp: Ditto.
13169 * gdb.base/printcmds.exp: Ditto.
13170 * gdb.base/psymtab.exp: Ditto.
13171 * gdb.base/randomize.exp: Ditto.
13172 * gdb.base/relational.exp: Ditto.
13173 * gdb.base/relocate.exp: Ditto.
13174 * gdb.base/remote.exp: Ditto.
13175 * gdb.base/sepdebug.exp: Ditto.
13176 * gdb.base/set-lang-auto.exp: Ditto.
13177 * gdb.base/setshow.exp: Ditto.
13178 * gdb.base/setvar.exp: Ditto.
13179 * gdb.base/signals.exp: Ditto.
13180 * gdb.base/signull.exp: Ditto.
13181 * gdb.base/sigstep.exp: Ditto.
13182 * gdb.base/sizeof.exp: Ditto.
13183 * gdb.base/solib-disc.exp: Ditto.
13184 * gdb.base/store.exp: Ditto.
13185 * gdb.base/structs.exp: Ditto.
13186 * gdb.base/structs2.exp: Ditto.
13187 * gdb.base/subst.exp: Ditto.
13188 * gdb.base/term.exp: Ditto.
13189 * gdb.base/trace-commands.exp: Ditto.
13190 * gdb.base/unwindonsignal.exp: Ditto.
13191 * gdb.base/valgrind-db-attach.exp: Ditto.
13192 * gdb.base/varargs.exp: Ditto.
13193 * gdb.base/watch-cond.exp: Ditto.
13194 * gdb.base/watch_thread_num.exp: Ditto.
13195 * gdb.base/watchpoint-cond-gone.exp: Ditto.
13196 * gdb.base/watchpoint.exp: Ditto.
13197 * gdb.base/whatis-exp.exp: Ditto.
13198
13199 2010-06-01 Michael Snyder <msnyder@vmware.com>
13200
13201 * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
13202 * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
13203 * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
13204 * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
13205 * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
13206 * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
13207 * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
13208 * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
13209 * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
13210 * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
13211 * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
13212 * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
13213 * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
13214 * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
13215 * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
13216
13217 2010-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
13218
13219 * gdb.base/commands.exp (begin commands on watch): Remove excessive
13220 trailing newline.
13221 * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
13222 * gdb.java/jmisc.exp (p *args\n): Rename to ...
13223 (p *args): ... here and remove excessive trailing newline.
13224
13225 2010-05-31 Joel Brobecker <brobecker@adacore.com>
13226
13227 * gdb.base/subst.exp: Fix call to gdb_test with empty message.
13228
13229 2010-05-31 Jan Kratochvil <jan.kratochvil@redhat.com>
13230
13231 Accept the new Linux kernel "t (tracing stop)" string.
13232 * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
13233 Update comment.
13234 (state_wait) <T (tracing stop)>: New.
13235 (main): Update the state_wait expect string.
13236
13237 2010-05-28 Pedro Alves <pedro@codesourcery.com>
13238
13239 * limits.c, limits.exp: Delete files.
13240 * Makefile.in (clean mostlyclean): Adjust.
13241 * tracecmd.exp: Adjust.
13242
13243 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13244
13245 * gdb.base/tui-layout.exp: New.
13246
13247 2010-05-28 Michael Snyder <msnyder@vmware.com>
13248
13249 * gdb.reverse/break-precsave.exp:
13250 Replace uses of send_gdb / gdb_expect.
13251 * gdb.reverse/break-reverse.exp:
13252 Replace uses of send_gdb / gdb_expect.
13253 * gdb.reverse/consecutive-precsave.exp:
13254 Replace uses of send_gdb / gdb_expect.
13255 * gdb.reverse/consecutive-reverse.exp:
13256 Replace uses of send_gdb / gdb_expect.
13257 * gdb.reverse/finish-precsave.exp:
13258 Replace uses of send_gdb / gdb_expect.
13259 * gdb.reverse/finish-reverse.exp:
13260 Replace uses of send_gdb / gdb_expect.
13261 * gdb.reverse/i386-precsave.exp:
13262 Replace uses of send_gdb / gdb_expect.
13263 * gdb.reverse/i386-reverse.exp:
13264 Replace uses of send_gdb / gdb_expect.
13265 * gdb.reverse/i386-sse-reverse.exp:
13266 Replace uses of send_gdb / gdb_expect.
13267 * gdb.reverse/i387-env-reverse.exp:
13268 Replace uses of send_gdb / gdb_expect.
13269 * gdb.reverse/i387-stack-reverse.exp:
13270 Replace uses of send_gdb / gdb_expect.
13271 * gdb.reverse/machinestate-precsave.exp:
13272 Replace uses of send_gdb / gdb_expect.
13273 * gdb.reverse/machinestate.exp:
13274 Replace uses of send_gdb / gdb_expect.
13275 * gdb.reverse/sigall-precsave.exp:
13276 Replace uses of send_gdb / gdb_expect.
13277 * gdb.reverse/sigall-reverse.exp:
13278 Replace uses of send_gdb / gdb_expect.
13279 * gdb.reverse/solib-precsave.exp:
13280 Replace uses of send_gdb / gdb_expect.
13281 * gdb.reverse/solib-reverse.exp:
13282 Replace uses of send_gdb / gdb_expect.
13283 * gdb.reverse/step-precsave.exp:
13284 Replace uses of send_gdb / gdb_expect.
13285 * gdb.reverse/step-reverse.exp:
13286 Replace uses of send_gdb / gdb_expect.
13287 * gdb.reverse/until-precsave.exp:
13288 Replace uses of send_gdb / gdb_expect.
13289 * gdb.reverse/until-reverse.exp:
13290 Replace uses of send_gdb / gdb_expect.
13291 * gdb.reverse/watch-precsave.exp:
13292 Replace uses of send_gdb / gdb_expect.
13293 * gdb.reverse/watch-reverse.exp:
13294 Replace uses of send_gdb / gdb_expect.
13295
13296 2010-05-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13297
13298 * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
13299 excessive newline.
13300
13301 2010-05-27 Michael Snyder <msnyder@vmware.com>
13302
13303 * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
13304 * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
13305 * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
13306 * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
13307 * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
13308 * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
13309 * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
13310 * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
13311 * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
13312 * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
13313 * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
13314 * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
13315 * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
13316 * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
13317 * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
13318 * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
13319 * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
13320 * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
13321 * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
13322
13323 2010-05-26 Michael Snyder <msnyder@vmware.com>
13324
13325 * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
13326 * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
13327
13328 * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
13329 * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
13330 * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
13331
13332 * gdb.reverse/consecutive-reverse.exp:
13333 Replace uses of send_gdb / gdb_expect.
13334 * gdb.reverse/consecutive-precsave.exp:
13335 Replace uses of send_gdb / gdb_expect.
13336
13337 * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
13338 * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
13339 * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
13340 * gdb.mi/mi-ns-stale-regcache.exp:
13341 Replace uses of send_gdb / gdb_expect.
13342 * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
13343 * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
13344 * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
13345 * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
13346 * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
13347 * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
13348 * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
13349 * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
13350 * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
13351
13352 2010-05-26 Michael Snyder <msnyder@vmware.com>
13353
13354 * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
13355
13356 * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
13357
13358 * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
13359 * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
13360 * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
13361 * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
13362 * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
13363 * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
13364 * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
13365 * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
13366 * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
13367
13368 2010-05-25 Tom Tromey <tromey@redhat.com>
13369
13370 * gdb.base/macscp.exp: Add missing space after setup_kfail.
13371
13372 2010-05-25 Tom Tromey <tromey@redhat.com>
13373
13374 * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
13375 argument order.
13376 * gdb.base/macscp.exp: Fix setup_kfail argument order.
13377 * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
13378 order.
13379 * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
13380 order.
13381 * gdb.base/call-sc.exp (setup_kfails): Remove.
13382 (setup_compiler_kfails): Remove.
13383 * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
13384 argument order.
13385 * gdb.base/siginfo.exp: Fix setup_kfail argument order.
13386 * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
13387 (advancei): Fix setup_kfail argument order.
13388 * gdb.base/radix.exp: Fix setup_kfail argument order.
13389 * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
13390 order.
13391 * gdb.base/structs.exp (setup_kfails): Remove.
13392 (setup_compiler_kfails): Fix setup_kfail argument order.
13393 * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
13394 order.
13395 * gdb.java/jmain.exp: Fix setup_kfail argument order.
13396 * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
13397 setup_kfail argument order.
13398 * gdb.cp/overload.exp: Fix setup_kfail argument order.
13399
13400 2010-05-25 Tom Tromey <tromey@redhat.com>
13401
13402 * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
13403
13404 2010-05-25 Michael Snyder <msnyder@vmware.com>
13405
13406 * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
13407 * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
13408 * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
13409 * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
13410 * gdb.base/assign.exp: Replace send_gdb with gdb_test.
13411 * gdb.base/attach.exp: Replace send_gdb with gdb_test.
13412 * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
13413 * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
13414 * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
13415 * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
13416 * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
13417 * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
13418 * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
13419 * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
13420 * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
13421 * gdb.base/charset.exp: Replace send_gdb with gdb_test.
13422 * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
13423 * gdb.base/commands.exp: Replace send_gdb with gdb_test.
13424 * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
13425 * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
13426 * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
13427 * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
13428 * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
13429 * gdb.base/default.exp: Replace send_gdb with gdb_test.
13430 * gdb.base/define.exp: Replace send_gdb with gdb_test.
13431 * gdb.base/display.exp: Replace send_gdb with gdb_test.
13432 * gdb.base/dump.exp: Replace send_gdb with gdb_test.
13433 * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
13434 * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
13435 * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
13436 * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
13437 * gdb.base/finish.exp: Replace send_gdb with gdb_test.
13438 * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
13439 * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
13440 * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
13441 * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
13442 * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
13443 * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
13444 * gdb.base/help.exp: Replace send_gdb with gdb_test.
13445 * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
13446 * gdb.base/jump.exp: Replace send_gdb with gdb_test.
13447 * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
13448 * gdb.base/maint.exp: Replace send_gdb with gdb_test.
13449 * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
13450 * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
13451 * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
13452 * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
13453 * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
13454
13455 2010-05-25 Doug Evans <dje@google.com>
13456
13457 * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
13458 gdb.string_to_argv.
13459
13460 2010-05-21 Tom Tromey <tromey@redhat.com>
13461
13462 * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
13463 Call it.
13464 * gdb.dwarf2/pieces.S: Update.
13465 * gdb.dwarf2/pieces.c (struct B): Remove initial field.
13466
13467 2010-05-21 Tom Tromey <tromey@redhat.com>
13468
13469 * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
13470 Call it.
13471 * gdb.dwarf2/pieces.c (struct C): New.
13472 (f6): New function.
13473 * gdb.dwarf2/pieces.S: Replace.
13474
13475 2010-05-21 Tom Tromey <tromey@redhat.com>
13476
13477 * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
13478 Call it.
13479
13480 2010-05-21 Tom Tromey <tromey@redhat.com>
13481
13482 * gdb.dwarf2.pieces.exp: New file.
13483 * gdb.dwarf2.pieces.S: New file.
13484 * gdb.dwarf2.pieces.c: New file.
13485
13486 2010-05-20 Pedro Alves <pedro@codesourcery.com>
13487 Joel Brobecker <brobecker@adacore.com>
13488
13489 * lib/gdb.exp (gdb_test_no_output): New function.
13490 * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
13491 when testing commands that should produce no output.
13492
13493 2010-05-17 Joel Brobecker <brobecker@adacore.com>
13494
13495 * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
13496 parameter that we want to watch being a constant.
13497
13498 2010-05-17 Joel Brobecker <brobecker@adacore.com>
13499
13500 * gdb.ada/cond_lang: New testcase.
13501
13502 2010-05-17 Joel Brobecker <brobecker@adacore.com>
13503
13504 * lib/gdb.exp (banned_variables): New variable/constant.
13505 (gdb_init): Add write trace on variables listed in banned_variables.
13506 (gdb_finish): Remove write traces on variables listed in
13507 banned_variables.
13508
13509 2010-05-17 Joel Brobecker <brobecker@adacore.com>
13510
13511 * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
13512 * gdb.cp/koenig.exp: Likewise.
13513
13514 2010-05-14 Phil Muldoon <pmuldoon@redhat.com>
13515
13516 PR python/11482
13517
13518 * gdb.python/py-value.exp (test_value_hash): New function.
13519
13520 2010-05-11 Pierre Muller <muller@ics.u-strasbg.fr>
13521
13522 PR exp/11530.
13523 * gdb.base/gdb11530.c: New file.
13524 * gdb.base/gdb11530.exp: New file.
13525
13526 2010-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
13527
13528 * gdb.dwarf2/dw2-modula2-self-type.exp: New.
13529 * gdb.dwarf2/dw2-modula2-self-type.S: New.
13530
13531 2010-05-07 Sami Wagiaalla <swagiaal@redhat.com>
13532
13533 * gdb.cp/koenig.exp: New test.
13534 * gdb.cp/koenig.cc: New test program.
13535
13536 2010-05-05 Joel Brobecker <brobecker@adacore.com>
13537
13538 Remove the use of prms_id and bug_id throughout the testsuite.
13539
13540 2010-05-04 Pierre Muller <muller@ics.u-strasbg.fr>
13541
13542 PR exp/11349.
13543 * testsuite/gdb.cp/ref-types.exp: Add test to examine
13544 use a reference local variable.
13545
13546 2010-05-02 Jan Kratochvil <jan.kratochvil@redhat.com>
13547
13548 * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
13549 * gdb.base/sepdebug.exp: Remove .debug subdirectory handling. New
13550 variable different_dir. Move debugfile into a full directory pathname
13551 under DIFFERENT_DIR.
13552 * lib/gdb.exp (separate_debug_filename): Remove.
13553 (gdb_gnu_strip_debug): No longer call separate_debug_filename. Remove
13554 variable debug_dir and mkdir of it. Update function comments.
13555
13556 2010-04-29 Pedro Alves <pedro@codesourcery.com>
13557
13558 PR gdb/11557
13559
13560 * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
13561 files.
13562
13563 2010-04-29 Phil Muldoon <pmuldoon@redhat.com>
13564
13565 * gdb.python/py-param.exp: New File.
13566
13567 2010-04-29 Mihail Zenkov <mihail.zenkov@gmail.com>
13568
13569 * gdb.base/default.exp: Fix "set language" test.
13570
13571 2010-04-24 Pierre Muller <muller@ics.u-strasbg.fr>
13572
13573 PR breakpoints/11531.
13574 * gdb.base/gdb11531.c: New file.
13575 * gdb.base/gdb11531.exp: New file.
13576
13577 2010-04-26 Tom Tromey <tromey@redhat.com>
13578
13579 * gdb.base/completion.exp: Add tests for completion and deprecated
13580 commands.
13581
13582 2010-04-26 Jan Kratochvil <jan.kratochvil@redhat.com>
13583
13584 * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
13585 (print /x char_array): Escape curly brackets.
13586
13587 2010-04-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13588
13589 Fix deadlock on looped list of loaded shared objects.
13590 * gdb.base/solib-corrupted.exp: New.
13591
13592 2010-04-23 Doug Evans <dje@google.com>
13593
13594 * gdb.python/py-section-script.c: New file.
13595 * gdb.python/py-section-script.exp: New file.
13596 * gdb.python/py-section-script.py: New file.
13597
13598 2010-04-20 Chris Moller <cmoller@redhat.com>
13599
13600 PR 10179
13601
13602 * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
13603 * gdb.base/pr10179-a.c:
13604 * gdb.base/pr10179-b.c:
13605 * gdb.base/pr10179.exp: New files.
13606
13607 2010-04-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13608
13609 Fix crashes on dangling display expressions.
13610 * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
13611 is SEP.
13612 (lib_flags): Remove the "debug" keyword.
13613 (libsepdebug): New variable for iterating new loop.
13614 (save_pf_prefix): New variable wrapping the loop.
13615 (sep_lib_flags): New variable derived from LIB_FLAGS. Use it.
13616 * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
13617
13618 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
13619
13620 * gdb.threads/watchthreads.exp: Change to obtain consistent output.
13621
13622 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
13623
13624 PR stabs/11479.
13625 * gdb.stabs/gdb11479.exp: New file.
13626 * gdb.stabs/gdb11479.c: New file.
13627
13628 2010-04-22 Pierre Muller <muller@ics.u-strasbg.fr>
13629
13630 * gdb.base/charset.c (Strin16, String32): New variables.
13631 * gdb.base/charset.exp (gdb_test): Test correct display
13632 of 16 or 32 bit strings.
13633
13634 2010-04-21 Chris Moller <cmoller@redhat.com>
13635
13636 PR 9167
13637 * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
13638 * gdb.cp/pr9167.cc: New file.
13639 * gdb.cp/pr9167.exp: New file.
13640
13641
13642 2010-04-21 Pierre Muller <muller@ics.u-strasbg.fr>
13643
13644 PR pascal/11492.
13645 * gdb.pascal/gdb11492.pas: New file.
13646 * gdb.pascal/gdb11492.exp: New file.
13647
13648 2010-04-20 Joel Brobecker <brobecker@adacore.com>
13649
13650 * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
13651
13652 2010-04-20 Joel Brobecker <brobecker@adacore.com>
13653
13654 * gdb.ada/dyn_loc: New testcase.
13655
13656 2010-04-20 Chris Moller <cmoller@redhat.com>
13657
13658 PR 10867
13659
13660 * gdb.cp/Makefile.in (EXECUTABLES): Added pr10687
13661 * gdb.cp/pr10687.cc: New file.
13662 * gdb.cp/pr10687.exp: New file.
13663
13664
13665 2010-04-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13666 Sergio Durigan Junior <sergiodj@redhat.com>
13667
13668 * gdb.fortran/logical.exp: New testcase.
13669 * gdb.fortran/logical.f90: New file.
13670
13671 2010-04-19 Doug Evans <dje@google.com>
13672
13673 * gdb.base/help.exp (help source): Update expected output.
13674
13675 2010-04-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13676
13677 * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
13678 gdb_reinitialize_dir and gdb_load by clean_restart. Remove trailing
13679 gdb_exit and return.
13680 (executable): New variable.
13681 (binfile): Use it.
13682
13683 2010-04-19 Pedro Alves <pedro@codesourcery.com>
13684
13685 PR breakpoints/8554.
13686
13687 * gdb.trace/save-trace.exp: Adjust.
13688
13689 2010-04-17 H.J. Lu <hongjiu.lu@intel.com>
13690
13691 PR corefiles/11511
13692 * gdb.arch/system-gcore.exp: New.
13693 * gdb.arch/gcore.c: Likewise.
13694
13695 2010-04-15 Doug Evans <dje@google.com>
13696
13697 * gdb.python/py-progspace.c: New file.
13698 * gdb.python/py-progspace.exp: New file.
13699
13700 * gdb.base/source.exp: Add tests for "source -s".
13701
13702 2010-04-14 Phil Muldoon <pmuldoon@redhat.com>
13703
13704 * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
13705 * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
13706 * gdb.python/py-prettyprint.exp: New test for to_string returning None.
13707 * gdb.python/py-mi.exp: New test for to_string returning None.
13708
13709 2010-04-12 Phil Muldoon <pmuldoon@redhat.com>
13710
13711 * gdb.python/py-breakpoint.c: Make result global.
13712
13713 2010-04-09 Jan Kratochvil <jan.kratochvil@redhat.com>
13714
13715 Fix non-GNU make compatibility.
13716 * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
13717
13718 2010-04-09 Phil Muldoon <pmuldoon@redhat.com>
13719
13720 * gdb.python/py-breakpoint.exp: New File.
13721 * gdb.python/py-breakpoint.C: Ditto.
13722
13723 2010-04-08 Stan Shebs <stan@codesourcery.com>
13724
13725 * gdb.trace/actions.exp: Clear default-collect.
13726 * gdb.trace/save-trace.exp: Clear default-collect.
13727
13728 2010-04-08 Phil Muldoon <pmuldoon@redhat.com>
13729
13730 * gdb.python/py-value: Add null string variable.
13731 (test_lazy_string): Test zero length, NULL address lazy
13732 strings.
13733
13734 2010-04-07 H.J. Lu <hongjiu.lu@intel.com>
13735
13736 * gdb.arch/i386-avx.c: New.
13737 * gdb.arch/i386-avx.exp: Likewise.
13738
13739 * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
13740
13741 2010-04-06 Doug Evans <dje@google.com>
13742
13743 * gdb.base/source-test.gdb: New file.
13744 * gdb.base/source.exp: Test source -v.
13745
13746 2010-04-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13747
13748 * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
13749
13750 2010-04-06 Pierre Muller <muller@ics.u-strasbg.fr>
13751
13752 * gdb.stabs/aout.sed: Convert all backslash to double backslash
13753 within one line, unless it is followed by a double quote.
13754 * gdb.stabs/hppa.sed: Idem.
13755 * gdb.stabs/weird.def: Add char and String constants
13756 * gdb.stabs/weird.exp: Check for correct parsing of
13757 char and string constants.
13758 * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
13759 in .stabs to .stabx substitution.
13760
13761 2010-04-05 Stan Shebs <stan@codesourcery.com>
13762
13763 * gdb.trace/tfile.c: Add a variable split across two blocks, and a
13764 constant global.
13765 * gdb.trace/tfile.exp: Try to print them.
13766
13767 2010-04-04 Stan Shebs <stan@codesourcery.com>
13768
13769 * gdb.base/completion.exp: Update for new "info watchpoints".
13770 * gdb.base/default.exp: Ditto.
13771 * gdb.base/help.exp: Ditto.
13772 * gdb.base/watchpoint.exp: Ditto.
13773 * gdb.trace/infotrace.exp: Update "info tracpoints" output.
13774
13775 2010-04-04 Stan Shebs <stan@codesourcery.com>
13776
13777 * gdb.trace/tfile.exp: Sharpen tfind test.
13778
13779 2010-04-04 Jan Kratochvil <jan.kratochvil@redhat.com>
13780
13781 * gdb.base/break-entry.exp: New.
13782
13783 2010-04-02 Hui Zhu <teawater@gmail.com>
13784 Michael Snyder <msnyder@vmware.com>
13785
13786 * gdb.reverse/i386-sse-reverse.exp: New file.
13787 * gdb.reverse/i386-sse-reverse.c: New file.
13788
13789 2010-04-02 Pedro Alves <pedro@codesourcery.com>
13790
13791 * gdb.trace/tfind.exp: Adjust expected disassembly output.
13792
13793 2010-04-01 Stan Shebs <stan@codesourcery.com>
13794
13795 * gdb.trace/actions.exp: Tweak expected output.
13796 * gdb.trace/while-stepping.exp: Tweak expected output.
13797
13798 2010-04-01 H.J. Lu <hongjiu.lu@intel.com>
13799
13800 * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
13801
13802 2010-04-01 Pedro Alves <pedro@codesourcery.com>
13803
13804 * gdb.base/commands.exp: Adjust.
13805 * gdb.cp/extern-c.exp: Adjust.
13806
13807 2010-04-01 Pedro Alves <pedro@codesourcery.com>
13808
13809 * gdb.trace/collection.c (local_test_func): Define a local struct,
13810 and instanciate it.
13811
13812 2010-04-01 Pedro Alves <pedro@codesourcery.com>
13813
13814 * gdb.trace/collection.exp (gdb_collect_args_test)
13815 (gdb_collect_argarray_test): XFAIL the tests that assume the
13816 argarray argument's elements are collected.
13817
13818 2010-03-31 Jan Kratochvil <jan.kratochvil@redhat.com>
13819
13820 * gdb.dwarf2/dw2-bad-parameter-type.exp,
13821 gdb.dwarf2/dw2-bad-parameter-type.S: New.
13822
13823 2010-03-31 Stan Shebs <stan@codesourcery.com>
13824
13825 * gdb.trace/save-trace.exp: Test save/restore of default-collect
13826 and tracepoint conditionals.
13827 (gdb_verify_tracepoints): Delete unused return.
13828
13829 2010-03-26 Keith Seitz <keiths@redhat.com>
13830
13831 * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
13832 appear in the output before main.
13833 Remove KFAIL for gdb/2215 aka bz 9320.
13834
13835 2010-03-30 Doug Evans <dje@google.com>
13836
13837 * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
13838 by dejagnu.
13839 * gdb.arch/amd64-dword.exp: Ditto.
13840
13841 * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
13842 match.
13843 (break printf): Ditto.
13844
13845 2010-03-29 Sami Wagiaalla <swagiaal@redhat.com>
13846
13847 * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
13848 gcc < 4.4.
13849 * gdb.cp/shadow.exp: Ditto.
13850
13851 2010-03-29 Pedro Alves <pedro@codesourcery.com>
13852
13853 * gdb.trace/collection.exp (run_trace_experiment): Make sure
13854 "tstart" is silent.
13855
13856 2010-03-29 Pedro Alves <pedro@codesourcery.com>
13857
13858 * gdb.trace/collection.exp (executable): New.
13859 (binfile): Use it.
13860 (fpreg, spreg, pcreg): New.
13861 (test_register): Use gdb_test_multiple. Pass /x to print.
13862 (prepare_for_trace_test): New.
13863 (run_trace_experiment): Use "continue", not gdb_run_cmd.
13864 (gdb_collect_args_test, gdb_collect_argstruct_test)
13865 (gdb_collect_argarray_test, gdb_collect_locals_test): Use
13866 prepare_for_trace_test.
13867 (gdb_collect_registers_test): Use prepare_for_trace_test. Use
13868 fpreg, spreg and pcreg.
13869 (gdb_collect_expression_test, gdb_collect_globals_test): Use
13870 prepare_for_trace_test.
13871 (gdb_trace_collection_test): Use fpreg, spreg and pcreg. Don't
13872 try to detect tracing support here. Don't set breakpoints at
13873 `begin' or `end' here.
13874 <global scope>: Use clean_restart. Run to main before checking
13875 for tracing support. Check for for tracing support here.
13876
13877 2010-03-28 Jan Kratochvil <jan.kratochvil@redhat.com>
13878
13879 * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
13880 " as $displacement" to "seen displacement message".
13881
13882 2010-03-28 Pedro Alves <pedro@codesourcery.com>
13883
13884 * gdb.trace/while-dyn.exp (executable): New variable.
13885 (binfile): Use it.
13886 (test_while_stepping): New function. Move most tests here. Call
13887 it once for each of the while-stepping, stepping and ws aliases.
13888
13889 2010-03-26 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
13890
13891 * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
13892 that do not provide the tagless_struct type name at all.
13893 (test_print_anon_union): Do not check value of uninitialized
13894 union member. Do not use cp_test_ptype_class, so we can accept
13895 "long" as well as "long int".
13896
13897 2010-03-26 Pedro Alves <pedro@codesourcery.com>
13898
13899 * gdb.trace/tfile.c (tohex, bin2hex): New.
13900 (write_error_trace_file): Hexify error description.
13901
13902 2010-03-25 Stan Shebs <stan@codesourcery.com>
13903
13904 * gdb.trace/tfile.c: Generate an additional trace file, improve
13905 portability.
13906 * gdb.trace/tfile.exp: Test trace file with an error stop, delete
13907 files in a better way.
13908
13909 2010-03-25 Keith Seitz <keiths@redhat.com>
13910
13911 * gdb.java/jprint.exp: XFAIL printing of static class members
13912 because of GCC debuginfo problem.
13913
13914 2010-03-25 Jan Kratochvil <jan.kratochvil@redhat.com>
13915
13916 * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
13917
13918 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
13919
13920 * gdb.base/completion.exp: Allow long instead of long int.
13921 * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
13922 * gdb.base/gdbvars.c (main): Remove unused usestubs code. Reference
13923 variable p.
13924 * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
13925 * gdb.base/pointers.exp: Allow long instead of long int.
13926 * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
13927 * gdb.base/step-line.exp: Allow a directory before the source file name.
13928
13929 2010-03-24 Tom Tromey <tromey@redhat.com>
13930
13931 PR breakpoints/9352:
13932 * gdb.base/default.exp: Update.
13933 * gdb.base/commands.exp: Update.
13934 * gdb.cp/extern-c.exp: Test setting commands on multiple
13935 breakpoints at once.
13936
13937 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
13938
13939 * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
13940 if gdb,nosignals.
13941 * gdb.base/watchpoints.c: Do not include unnecessary headers.
13942 * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
13943 exited".
13944
13945 2010-03-24 Stan Shebs <stan@codesourcery.com>
13946
13947 * gdb.trace/tfile.exp: Expect "trace frame", with a space.
13948
13949 2010-03-24 Daniel Jacobowitz <dan@codesourcery.com>
13950
13951 * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
13952 * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
13953 argument. Handle "short" and "long".
13954 (Top level): Pass overprototyped output for old_fptr and xptr.
13955
13956 2010-03-23 Pedro Alves <pedro@codesourcery.com>
13957
13958 * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
13959 format strings and add casts to avoid compiler warnings.
13960
13961 2010-03-23 Vladimir Prus <vladimir@codesourcery.com>
13962
13963 * lib/trace-support.exp (gdb_trace_setactions):
13964 Don't expect whitespace after ">" prompt.
13965 * gdb.trace/actions.exp: Adjust for output changes.
13966 * gdb.trace/while-stepping.exp: Likewise.
13967
13968 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13969
13970 * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
13971 and r157645).
13972
13973 2010-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13974
13975 * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
13976 New.
13977
13978 2010-03-22 Daniel Jacobowitz <dan@codesourcery.com>
13979
13980 * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
13981 * gdb.python/py-mi.exp (binfile): Rename to py-mi.
13982
13983 2010-03-19 Stan Shebs <stan@codesourcery.com>
13984
13985 * gdb.trace/ax.exp: New file.
13986
13987 2010-03-19 Doug Evans <dje@google.com>
13988
13989 * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
13990 output from gcc.
13991
13992 * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
13993 named /usr/sbin/prelink<foo>.
13994
13995 2010-03-18 Stan Shebs <stan@codesourcery.com>
13996
13997 * gdb.trace/circ.exp: Test circular-trace-buffer.
13998 * gdb.trace/tfile.exp: Update tstatus test.
13999
14000 2010-03-18 Joel Brobecker <brobecker@adacore.com>
14001
14002 * gdb.dwarf2/dw2-anonymous-func.S: New file.
14003 * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
14004
14005 2010-03-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14006
14007 * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
14008
14009 2010-03-18 Pedro Alves <pedro@codesourcery.com>
14010
14011 * gdb.base/default.exp: Adjust the expected output of the finish
14012 and until commands when the inferior is not being run.
14013
14014 2010-03-15 Sami Wagiaalla <swagiaal@redhat.com>
14015
14016 * gdb.cp/shadow.exp: Removed kfail; test has been fix.
14017 * gdb.cp/nsusing.exp: Ditto.
14018
14019 2010-03-15 Tom Tromey <tromey@redhat.com>
14020
14021 * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
14022 * gdb.cp/userdef.cc (operator==): New function.
14023 (main): New locals mem1, mem2.
14024
14025 2010-03-15 Jie Zhang <jie@codesourcery.com>
14026
14027 * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
14028 Declare and use new loadtimeout variable.
14029
14030 2010-03-14 Daniel Jacobowitz <dan@codesourcery.com>
14031
14032 * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
14033 Use gdb_load later.
14034
14035 2010-03-14 Pedro Alves <pedro@codesourcery.com>
14036
14037 * gdb.base/solib-disc.c (main): Make format of fprintf a string
14038 literal. Add missing endlines to prints to stderr.
14039
14040 2010-03-12 Tom Tromey <tromey@redhat.com>
14041
14042 PR c++/9708:
14043 * gdb.cp/m-static.exp: Add regression test.
14044 * gdb.cp/m-static.cc (method): New method.
14045 (main): Call it.
14046
14047 2010-03-12 Sami Wagiaalla <swagiaal@redhat.com>
14048
14049 * gdb.cp/gdb2384-base.h: Created 'namespace B'.
14050 * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
14051
14052 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
14053
14054 * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
14055
14056 2010-03-12 Daniel Jacobowitz <dan@codesourcery.com>
14057
14058 * lib/gdb.exp (skip_stl_tests): New.
14059 (gdb_compile): Symbian needs -ldl.
14060 (shlib_target_file): New.
14061 (shlib_symbol_file): New.
14062 (gdb_load_shlibs): Use shlib_target_file.
14063 * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
14064 * gdb.cp/exception.exp: Use skip_stl_tests.
14065 * gdb.cp/bs15503.exp: Use skip_stl_tests. Use untested.
14066 * gdb.cp/try_catch.exp: Use skip_stl_tests.
14067 * gdb.cp/mb-templates.exp: Ditto.
14068 * gdb.base/commands.exp: Relax regexes.
14069 * gdb.base/watchpoint-solib.exp: Don't skip on symbian. Use
14070 shlib_target_file and shlib_symbol_file.
14071 * gdb.base/maint.exp: Allow lowercase t. Allow .rodata in
14072 sections.
14073 * gdb.base/ending-run.exp: Accept E32Main for symbian.
14074 * gdb.base/solib-disc.exp: Use
14075 shlib_target_file and shlib_symbol_file.
14076 * gdb.base/unload.exp: Don't skip on symbian. Use
14077 shlib_target_file and shlib_symbol_file.
14078 * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
14079
14080 2010-03-12 Pedro Alves <pedro@codesourcery.com>
14081
14082 * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
14083 * gdb.trace/report.exp: Adjust for x86 and x86_64.
14084 Issue a tfind end before looking for a tracepoint frame.
14085 * gdb.trace/tfind.exp: Adjust tstatus output.
14086 Adjust disassembly output.
14087 * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
14088
14089 2010-03-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14090
14091 * gdb.base/break-interp.exp: Create new displacement parameter value
14092 for the test_ld calls.
14093 (reach): New parameter displacement, verify its content. New push of
14094 pf_prefix "reach-$func:". Import global expect_out.
14095 (test_core): New parameter displacement, verify its content. New push
14096 of pf_prefix "core:". New command "set verbose on". Import global
14097 expect_out.
14098 (test_attach): New parameter displacement, verify its content. New
14099 push of pf_prefix "attach:". New command "set verbose on". Import
14100 global expect_out.
14101 (test_ld): New parameter displacement, pass it to the reach, test_core
14102 and test_attach calls and verify its content in the "ld.so exit" test.
14103 * gdb.base/prelink.exp: Remove gdb_exit and final return.
14104 (prelink): Update expected text, use gdb_test.
14105
14106 2010-03-10 Doug Evans <dje@google.com>
14107
14108 * gdb.base/checkpoint.exp: Fix comment.
14109 Lengthen timeout while doing >600 checkpoints test.
14110 Rename duplicate "kill all one" test to keep test names unique.
14111
14112 2010-03-10 Pedro Alves <pedro@codesourcery.com>
14113
14114 * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
14115
14116 2010-03-08 Keith Seitz <keiths@redhat.com>
14117
14118 * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
14119 * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
14120 (dm_type_long): New function.
14121 (dm_type_unsigned_short): New function.
14122 (dm_type_unsigned_long): New function.
14123 (myint): New typedef.
14124 * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
14125 long, unsigned shor and long, operator char*, and typedef.
14126 (test_lookup_operator_functions): Add operator char* test.
14127 (test_paddr_operator_functions): Likewise.
14128 (test_paddr_overloaded_functions): Use probe values for
14129 short, long, and unsigned short and long.
14130 (test_paddr_hairy_functions): If the demangler probe detected
14131 gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
14132 demangler.
14133 * gdb.cp/expand-sals.exp: Backtrace may contain class names.
14134 * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
14135 and "print null_pmf".
14136 Add test "ptype a.*pmf".
14137 * gdb.cp/overload.exp: Allow optional "int" to appear with
14138 "short" and "long".
14139 * gdb.cp/ovldbreak.exp: Use append to construct super-duper
14140 long expect value for men_overload1arg.
14141 Allow "int" to appear with "short" and "long".
14142 When testing "info break", add argument for main (void).
14143 Also allow "int" to appear with "short" and "long".
14144 Ditto with "unsigned" and "long long".
14145 * gdb.java/jmain.exp: Do not enclose methods names in single
14146 quotes.
14147 * gdb.java/jmisc.exp: Likewise.
14148 * gdb.java/jprint.exp: Likewise.
14149 * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
14150
14151 From Jan Kratochvil <jan.kratochvil@redhat.com>:
14152 * gdb.cp/exception.exp (backtrace after first throw)
14153 (backtrace after second throw): Allow a namespace before __cxa_throw.
14154 (backtrace after first catch, backtrace after second catch): Allow
14155 a namespace before __cxa_begin_catch.
14156
14157 * gdb.cp/cpexprs.exp: New file.
14158 * gdb.cp/cpexprs.cc: New file.
14159
14160 From Daniel Jacobowitz <dan@codesourcery.com>
14161 * gdb.cp/cpexprs.exp (escape): Delete. Change all callers
14162 to use string_to_regexp.
14163 (ctor, dtor): New functions. Use them to match constructor
14164 and destructor function types.
14165 (Top level): Use runto_main.
14166
14167 2010-03-05 Tom Tromey <tromey@redhat.com>
14168
14169 * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
14170 gdb.target_charset.
14171 (pp_ns.to_string): Likewise.
14172
14173 2010-03-04 Keith Seitz <keiths@redhat.com>
14174
14175 * gdb.cp/overload.exp: Test that the filename portion of a linespec
14176 can be quoted. Test that both the filename and function/line
14177 portions can be quoted at the same time.
14178
14179 2010-03-04 Pedro Alves <pedro@codesourcery.com>
14180
14181 * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
14182
14183 2010-03-03 Doug Evans <dje@google.com>
14184
14185 * lib/gdb.exp (gdb_compile_pthreads): Handle case where
14186 libc contains libpthread.
14187
14188 * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
14189 * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
14190 of gdb_compile. Add another pattern to match android backtrace.
14191
14192 2010-03-03 Tom Tromey <tromey@redhat.com>
14193
14194 PR gdb/11345:
14195 * gdb.base/printcmds.exp (test_printf): Add test.
14196
14197 2010-03-02 H.J. Lu <hongjiu.lu@intel.com>
14198
14199 * gdb.arch/amd64-byte.exp: New.
14200 * gdb.arch/amd64-dword.exp: Likewise.
14201 * gdb.arch/amd64-pseudo.c: Likewise.
14202 * gdb.arch/amd64-word.exp: Likewise.
14203 * gdb.arch/i386-byte.exp: Likewise.
14204 * gdb.arch/i386-pseudo.c: Likewise.
14205 * gdb.arch/i386-word.exp: Likewise.
14206
14207 2010-03-01 Daniel Jacobowitz <dan@codesourcery.com>
14208
14209 * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
14210 types. Add structreg, bitfields, and flags registers.
14211 * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
14212 registers.
14213
14214 2010-03-01 H.J. Lu <hongjiu.lu@intel.com>
14215
14216 * gdb.xml/tdesc-regs.exp (architecture): New. Set it for x86.
14217 (load_description): Set architecture if defined.
14218
14219 2010-02-28 Phil Muldoon <pmuldoon@redhat.com>
14220
14221 * gdb.python/py-frame.exp: Add read_var block tests.
14222 * gdb.python/py-frame.c (block): New function.
14223
14224 2010-02-28 Jan Kratochvil <jan.kratochvil@redhat.com>
14225 Daniel Jacobowitz <dan@codesourcery.com>
14226
14227 * gdb.base/callfuncs.exp: New tests for $spval 0 and -1. Remove return.
14228
14229 2010-02-25 David S. Miller <davem@davemloft.net>
14230
14231 * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
14232 fix logic for setting all_syscalls_numbers.
14233
14234 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
14235
14236 * Makefile.in: Add py-block and py-symbol.
14237 * gdb.python/py-symbol.exp: New File.
14238 * gdb.python/py-symtab.exp: New File.
14239 * gdb.python/py-block.exp: New File.
14240 * gdb.python/py-symbol.c: New File.
14241 * gdb.python/py-block.c: New File.
14242
14243 2010-02-24 Phil Muldoon <pmuldoon@redhat.com>
14244
14245 PR python/11314
14246 * lib/gdb.exp (skip_python_tests): New function.
14247 * gdb.python/py-cmd.exp: Use skip_python_tests.
14248 * gdb.python/py-frame.exp: Likewise.
14249 * gdb.python/py-function.exp: Likewise.
14250 * gdb.python/py-prettyprint.exp: Likewise.
14251 * gdb.python/py-template.exp: Likewise.
14252 * gdb.python/py-type.exp: Likewise.
14253 * gdb.python/py-value.exp: Likewise.
14254
14255 2010-02-22 Pedro Alves <pedro@codesourcery.com>
14256
14257 PR9605
14258
14259 * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
14260
14261 2010-02-19 Tom Tromey <tromey@redhat.com>
14262
14263 PR c++/8693, PR c++/9496:
14264 * gdb.cp/namespace.exp: Remove some setup_kfail calls. Added
14265 regression tests.
14266
14267 2010-02-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14268
14269 Fix compatibility with m68k as.
14270 * gdb.dwarf2/member-ptr-forwardref.S: Use .data section. Use .2byte.
14271 Use only /* comments */.
14272
14273 2010-02-18 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14274
14275 * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
14276 * configure: Regenerate.
14277
14278 2010-02-18 Daniel Jacobowitz <dan@codesourcery.com>
14279
14280 * gdb.python/py-type.exp: Check for Python support.
14281
14282 2010-02-17 Pedro Alves <pedro@codesourcery.com>
14283
14284 * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
14285 `regsub' syntax available.
14286
14287 2010-02-17 Pedro Alves <pedro@codesourcery.com>
14288
14289 * gdb.base/shmain.c (main): Remove printf call.
14290 * gdb.base/sizeof.c (main): Cast return of sizeof to int.
14291 * gdb.base/unload.c (main): Make format of fprintf a string
14292 literal. Add missing endlines to prints to stderr.
14293 * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
14294
14295 2010-02-17 Tom Tromey <tromey@redhat.com>
14296
14297 * gdb.java/jprint.java (jprint.props): New field.
14298 * gdb.java/jprint.exp (set_lang_java): Add regression test.
14299
14300 2010-02-17 Pedro Alves <pedro@codesourcery.com>
14301
14302 * gdb.base/charset.exp: Don't assume new `regsub' syntax
14303 available.
14304
14305 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14306
14307 * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
14308 creation to support remote host testing.
14309
14310 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14311
14312 * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
14313 Recognize "command not found".
14314
14315 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14316
14317 * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
14318 single-stepping.
14319
14320 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14321
14322 * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
14323 if arguments are not supported.
14324
14325 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14326
14327 * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
14328 be const or non-const.
14329
14330 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14331
14332 * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
14333 mi_send_resuming_command to send -exec-continue.
14334
14335 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14336
14337 * gdb.base/list.exp (test_list_filename_and_function): Add test
14338 with single quotes.
14339 * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
14340 matching.
14341 * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
14342 Add KFAIL'd tests for PR gdb/11289.
14343
14344 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14345
14346 * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
14347
14348 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14349
14350 * gdb.base/comp-dir/subdir/dummy.txt: New file.
14351 * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
14352 a temporary directory.
14353
14354 2010-02-16 Daniel Jacobowitz <dan@codesourcery.com>
14355
14356 * gdb.base/charset.exp: Use a single regular expression to match
14357 show host-charset and show target-charset output.
14358
14359 2010-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14360
14361 * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
14362 "Illegal process-id" expect string more exact.
14363 (attach to digits-starting nonsense is prohibited): New.
14364
14365 2010-02-13 Jan Kratochvil <jan.kratochvil@redhat.com>
14366
14367 * gdb.base/prelink.exp (set verbose on): New.
14368
14369 2010-02-12 Tomas Holmberg <th@virtutech.com>
14370
14371 * mi-reverse.exp: New file. Test for reverse option to the
14372 following MI commands: exec-continue, exec-finish, exec-next,
14373 exec-step, exec-next-instruction, exec-step-instruction.
14374
14375 2010-02-09 Joel Brobecker <brobecker@adacore.com>
14376
14377 * gdb.ada/ptype_tagged_param: New testcase.
14378
14379 2010-02-08 Tom Tromey <tromey@redhat.com>
14380
14381 PR c++/8017:
14382 * gdb.cp/overload.exp: Add tests.
14383 * gdb.cp/overload.cc (struct K): New.
14384 (namespace N): New.
14385 (main): Call new functions.
14386 (K::staticoverload): Define.
14387
14388 2010-02-08 Chris Moller <moller@mollerware.com>
14389
14390 PR gdb/10728
14391 * gdb.cp/pr10728-x.h: New file.
14392 * gdb.cp/pr10728-x.cc: New file.
14393 * gdb.cp/pr10728-y.cc: New file.
14394 * gdb.cp/pr10728.exp: New file.
14395 * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
14396
14397 2010-02-08 Chris Moller <moller@mollerware.com>
14398
14399 PR gdb/9067
14400 * gdb.cp/pr9067.exp: New
14401 * gdb.cp/pr9067.cc: New
14402 * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
14403
14404 2010-02-08 Joel Brobecker <brobecker@adacore.com>
14405
14406 * lib/gdb.exp (gdb_test_timeout): New global variable.
14407 Set it to timeout if not already set.
14408 (gdb_init): Reset the value of timeout to gdb_test_timeout.
14409
14410 2010-02-05 Doug Evans <dje@google.com>
14411
14412 * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
14413 user.
14414
14415 2010-02-05 Sami Wagiaalla <swagiaal@redhat.com>
14416
14417 PR c++/7935:
14418 * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
14419
14420 2010-02-04 Tom Tromey <tromey@redhat.com>
14421
14422 * gdb.cp/virtbase.exp: Make test case names unique.
14423
14424 2010-02-02 Tom Tromey <tromey@redhat.com>
14425
14426 * gdb.cp/virtbase.exp: Add regression tests.
14427 * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
14428 (main): Instantiate RHC.
14429
14430 2010-02-02 Tom Tromey <tromey@redhat.com>
14431
14432 * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
14433 type-printing change.
14434
14435 2010-02-02 Tom Tromey <tromey@redhat.com>
14436
14437 PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
14438 * gdb.cp/virtbase.cc: New file.
14439 * gdb.cp/virtbase.exp: New file.
14440 * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
14441
14442 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14443
14444 PR libc/11214:
14445 * gdb.threads/current-lwp-dead.c: Include features.h.
14446 (HAS_NOMMU): New.
14447 (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
14448
14449 2010-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14450
14451 * gdb.base/symbol-without-target_section.exp,
14452 gdb.base/symbol-without-target_section.c: New.
14453
14454 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14455
14456 * gdb.base/bigcore.exp: Reset increased timeout.
14457 * gdb.base/interrupt.exp: Match unexpected gdb prompt.
14458
14459 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14460
14461 * gdb.base/gcore.exp (capture_command_output): Use
14462 gdb_test_multiple.
14463
14464 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14465
14466 * gdb.arch/thumb2-it.S (it_breakpoints): New function.
14467 * gdb.arch/thumb2-it.exp (test_it_break): New function.
14468 (Top level): Call it.
14469
14470 2010-02-01 Daniel Jacobowitz <dan@codesourcery.com>
14471
14472 * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
14473
14474 2010-01-29 Daniel Jacobowitz <dan@codesourcery.com>
14475
14476 * gdb.base/call-strs.exp, gdb.base/default.exp,
14477 gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
14478 gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
14479 gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
14480 gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
14481 gdb.base/watchpoint-solib.exp: Save and restore timeout.
14482 * gdb.base/ending-run.exp: Correct restore of timeout.
14483 * gdb.base/page.exp: Remove unnecessary timeout setting.
14484
14485 2010-01-29 Joel Brobecker <brobecker@adacore.com>
14486
14487 * gdb.ada/rec_return: New testcase.
14488
14489 2010-01-29 Joel Brobecker <brobecker@adacore.com>
14490
14491 * gdb.ada/call_pn: New testcase.
14492
14493 2010-01-28 Daniel Jacobowitz <dan@codesourcery.com>
14494
14495 * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
14496 (Top level): Use it to resume.
14497 * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
14498 the Thumb mode displaced stepping error as unsupported.
14499
14500 2010-01-28 Sami Wagiaalla <swagiaal@redhat.com>
14501
14502 * gdb.cp/nsusing.exp: Added more tests.
14503 * gdb.cp/nsrecurs.exp: Ditto.
14504 * gdb.cp/nsusing.cc: Added test functions.
14505 * gdb.cp/nsrecurs.cc: Ditto.
14506
14507 2010-01-27 Jan Kratochvil <jan.kratochvil@redhat.com>
14508
14509 * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
14510 absolute directory pathnames in gdb.sum file.
14511
14512 2010-01-27 Sami Wagiaalla <swagiaal@redhat.com>
14513
14514 * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
14515 * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
14516
14517 2010-01-26 Tom Tromey <tromey@redhat.com>
14518
14519 PR exp/7643:
14520 * gdb.base/printcmds.exp (test_print_string_constants): Remove
14521 setup_kfail.
14522
14523 2010-01-14 Sami Wagiaalla <swagiaal@redhat.com>
14524
14525 * gdb.cp/nsrecurs.exp: New test.
14526 * gdb.cp/nsrecurs.cc: New test program.
14527 * gdb.cp/nsstress.exp: New test.
14528 * gdb.cp/nsstress.cc: New test program.
14529 * gdb.cp/nsdecl.exp: New test.
14530 * gdb.cp/nsdecl.cc: New test program.
14531
14532 2010-01-26 Sami Wagiaalla <swagiaal@redhat.com>
14533
14534 * gdb.cp/namespace-using.exp: Add test for printing of namespaces
14535 imported into file scope.
14536 Marked test as xfail.
14537 * gdb.cp/namespace-using.cc (marker5): New function.
14538 * gdb.cp/shadow.exp: New test.
14539 * gdb.cp/shadow.cc: New test program.
14540 * gdb.cp/nsimport.exp: New test.
14541 * gdb.cp/nsimport.cc: New test program.
14542
14543 2010-01-25 Tom Tromey <tromey@redhat.com>
14544
14545 PR gdb/11049:
14546 * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
14547 with "set print null-stop on".
14548
14549 2010-01-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14550
14551 * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
14552 Adjust it for DISASSEMBLY_OMIT_FNAME.
14553
14554 2010-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14555
14556 PR symtab/11199:
14557 * gdb.dwarf2/member-ptr-forwardref.exp,
14558 gdb.dwarf2/member-ptr-forwardref.S: New.
14559
14560 2010-01-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14561
14562 * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
14563 (thread1_func): Protect thread1_tid with thread1_tid_cond by
14564 thread1_tid_mutex. Remove gdbstop_mutex handling.
14565 (thread2_func): Protect thread2_tid with thread2_tid_cond by
14566 thread2_tid_mutex. Remove gdbstop_mutex handling.
14567 (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
14568 pthread_create. Remove gdbstop_mutex handling. New comment. Replace
14569 pthread_cond_wait conditionalizations by while loops.
14570
14571 2010-01-20 Tom Tromey <tromey@redhat.com>
14572
14573 PR backtrace/10770:
14574 * gdb.dwarf2/pr10770.exp: New file.
14575 * gdb.dwarf2/pr10770.c: New file.
14576 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
14577
14578 2010-01-20 Vladimir Prus <vladimir@codesourcery.com>
14579
14580 * gdb.mi/mi-async.exp: Remove check for 'async' target, because
14581 that target was removed, and the test always runs native anyway.
14582
14583 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14584
14585 * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
14586 gdb.base/watchpoint-cond-gone-stripped.c: New.
14587
14588 2010-01-19 Tom Tromey <tromey@redhat.com>
14589
14590 PR c++/8000:
14591 * gdb.cp/namespace.exp: Use new enum. Fix line numbers in
14592 existing tests.
14593 * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
14594 (main): Use AAA::SomeEnum.
14595
14596 2010-01-19 Jan Kratochvil <jan.kratochvil@redhat.com>
14597
14598 * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
14599 (test_ignore_count): Declare line_callme_body global.
14600 (run to breakpoint with ignore count): Use line_callme_body.
14601 * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
14602 (set line_main_hello, set line_main_return): Reindent.
14603 (set line_callee4_head, set line_callee4_body, set line_callee4_next):
14604 New.
14605 (continue to callee4): Use line_callee4_body.
14606 (check *stopped from CLI command): Use line_callee4_next.
14607 * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
14608 (set line_main_hello, set line_main_return): Reindent.
14609 (set line_callee4_head, set line_callee4_body): New.
14610 (continue to callee4): Use line_callee4_body.
14611
14612 2010-01-18 Tom Tromey <tromey@redhat.com>
14613
14614 PR c++/9680:
14615 * gdb.cp/casts.cc: Add new classes and variables.
14616 * gdb.cp/casts.exp: Test new operators.
14617
14618 2010-01-18 Tom Tromey <tromey@redhat.com>
14619 Thiago Jung Bauermann <bauerman@br.ibm.com>
14620
14621 * gdb.python/source2.py: New file.
14622 * gdb.python/source1: New file.
14623 * gdb.python/python.exp: Test "source" command.
14624
14625 2010-01-15 Stan Shebs <stan@codesourcery.com>
14626
14627 * gdb.trace/tfile.c: New file.
14628 * gdb.trace/tfile.exp: New file.
14629
14630 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14631
14632 * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
14633
14634 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14635
14636 * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
14637
14638 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14639
14640 * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
14641 (libfunc): New parameter action. Implement also selectable "sleep".
14642 * gdb.base/break-interp-main.c: Include assert.h.
14643 (libfunc): New parameter action.
14644 (main): New parameters argc and argv. Assert argc. Pass argv.
14645 * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
14646 (test_attach): New proc.
14647 (test_ld): Pass new "segv" exec parameter. Call also test_attach.
14648 * lib/gdb.exp (core_find): New parameter arg. Pass it to $binfile.
14649
14650 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14651
14652 * gdb.base/break-interp.exp (test_core): New proc.
14653 (test_ld): Call it.
14654
14655 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14656
14657 * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
14658 * gdb.base/break-interp.exp: Exit on skip_shlib_tests. Change $srcfile.
14659 New variables $binfile_lib and $srcfile_lib. Call get_compiler_info
14660 and gdb_compile_shlib. Use new -Wl compiler options.
14661 (dl bt, main bt): New tests.
14662
14663 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14664
14665 Support PIEs with no symfile_objfile.
14666 * gdb.base/break-interp.exp: New argument at the test_ld calls.
14667 (test_ld): New parameter trynosym.
14668 (test_ld <$trynosym>): New block.
14669
14670 2010-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14671
14672 * gdb.base/break-interp.exp: New file.
14673
14674 2010-01-13 Phil Muldoon <pmuldoon@redhat.com>
14675
14676 * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
14677 * gdb.python/py-prettyprint.py (pp_ls): New printer.
14678 * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
14679 test.
14680 * gdb.python/py-prettyprint.c: Define lazystring test structure.
14681 * gdb.python/py-mi.exp: Add lazy string test.
14682
14683 2010-01-13 Vladimir Prus <vladimir@codesourcery.com>
14684
14685 * lib/mi-support.exp (mi_check_thread_states): Handle
14686 core number in thread listing.
14687
14688 2010-01-12 Joel Brobecker <brobecker@adacore.com>
14689
14690 * gdb.base/maint.exp: Adjust the expected output for the
14691 "maint print type" test. Use gdb_test_multiple instead of
14692 gdb_sent/gdb_expect.
14693
14694 2010-01-11 Doug Evans <dje@google.com>
14695
14696 * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
14697 from gdbserver_download. All callers updated.
14698
14699 * gdb.server/ext-run.exp: "info os processes" requires xml support.
14700
14701 2010-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14702
14703 Implement binary numbers parsing.
14704 * gdb.base/printcmds.exp (test_integer_literals_accepted)
14705 (test_integer_literals_rejected): New binary tests.
14706
14707 2010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
14708
14709 * gdb.cell/configure: Regenerate.
14710
14711 2010-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
14712
14713 * gdb.base/corefile.exp: Move the core finding block out and call it as
14714 core_find, new variable $corefile, replace corefile by $corefile and
14715 [file tail $corefile] for usage vs. test names resp.
14716 * lib/gdb.exp (core_find): Move it as a new function here. New
14717 parameter binfile and deletefiles. New variable $destcore. Pre-delete
14718 $destcore. Return "" on error.
14719
14720 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14721
14722 Workaround PR binutils/10802.
14723 * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
14724 (twice).
14725
14726 2010-01-08 Daniel Jacobowitz <dan@codesourcery.com>
14727
14728 * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
14729
14730 2010-01-08 Joel Brobecker <brobecker@adacore.com>
14731
14732 * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
14733 call, to avoid interruption.
14734
14735 2010-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14736
14737 * gdb.stabs/weird.def (args93): New.
14738
14739 2010-01-07 Doug Evans <dje@google.com>
14740
14741 * lib/gdb.exp (gdb_skip_xml_test): Add comment.
14742
14743 2010-01-07 Tom Tromey <tromey@redhat.com>
14744
14745 * gdb.base/source.exp: Use correct line number.
14746
14747 2010-01-05 Stan Shebs <stan@codesourcery.com>
14748
14749 * gdb.trace/tracecmd.exp: Test ftrace.
14750
14751 2010-01-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14752
14753 * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
14754
14755 2010-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14756
14757 * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
14758 "uint_for_mi_testing".
14759
14760 2010-01-01 Joel Brobecker <brobecker@adacore.com>
14761
14762 Test indented comment in file being sourced.
14763 * gdb.base/commands.exp: Test indented comment in file being sourced.
14764
14765 2010-01-01 Joel Brobecker <brobecker@adacore.com>
14766
14767 * gdb.fortran/array-element.f, gdb.fortran/complex.f,
14768 gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
14769 gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
14770 notice.
14771
14772 2010-01-01 Joel Brobecker <brobecker@adacore.com>
14773
14774 * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
14775 notice.
14776
14777 2010-01-01 Jan Kratochvil <jan.kratochvil@redhat.com>
14778
14779 * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
14780 missing $after_stopped and comma (,) expectation.
14781
14782 2009-12-31 Stan Shebs <stan@codesourcery.com>
14783
14784 * gdb.trace/actions.exp: Test teval action.
14785
14786 2009-12-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
14787
14788 * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
14789 (top level): Call test_watchpoint_in_big_blob.
14790 * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
14791 watchpoints.
14792 (func3): Write to buf.
14793
14794 2009-12-29 Stan Shebs <stan@codesourcery.com>
14795
14796 * gdb.trace/actions.exp: Test default-collect.
14797
14798 2009-12-28 Stan Shebs <stan@codesourcery.com>
14799
14800 * gdb.trace/tsv.exp: New file.
14801 * gdb.base/completion.exp: Update ambiguous info output.
14802
14803 2009-12-28 Daniel Jacobowitz <dan@codesourcery.com>
14804
14805 * gdb.base/find.c (main): Reference search buffers.
14806 * gdb.base/included.c (main): Reference integer.
14807 * gdb.base/ptype.c (charfoo): Declare.
14808 (intfoo): Call charfoo.
14809 * gdb.base/scope0.c (useitp): New function.
14810 (usestatics): Use useitp.
14811 (useit): Add a type for val.
14812 * gdb.base/scope1.c (useit1): Take a pointer argument.
14813 (usestatics1): Update calls to useit1.
14814 * gdb.cp/call-c.cc: Declare foo.
14815 (main): Call foo.
14816 * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
14817 * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
14818 (main): Call C::ensureRefs and ensureOtherRefs.
14819 * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
14820 variables.
14821 (ensureOtherRefs): New function.
14822 * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
14823 * gdb.cp/templates.cc (main): Call t5i.value.
14824
14825 2009-12-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14826
14827 Fix compatibility with G++-4.5.
14828 * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
14829 * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
14830 (uncaught return): Remove.
14831
14832 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14833 Phil Muldoon <pmuldoon@redhat.com>
14834
14835 * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
14836 (bp_location13, bp_location14, bp_location17, bp_location18)
14837 (marker3_proto, marker4_proto): New variables.
14838 (breakpoint info): Update output.
14839 (run until breakpoint at marker3, run until breakpoint at marker4): New
14840 tests.
14841
14842 2009-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
14843
14844 * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
14845 Replace the printf call of Y by provided "y-set-1" label. New block
14846 for the second shared library.
14847 * gdb.base/unload.exp: Compile also the second library, call
14848 gdb_load_shlibs also for it. Use now gdb_breakpoint.
14849 (single pending breakpoint info): Rename to ...
14850 (pending breakpoint info before run): ... this extended test.
14851 (libfile2, libname2, libsrcfile2, libsrc2)
14852 (lib_sl2): New variables.
14853 (exec_opts): Set also SHLIB_NAME2.
14854 (pending breakpoint info on first run at shrfunc1)
14855 (pending breakpoint info on second run at shrfunc1)
14856 (pending breakpoint info on second run at shrfunc2)
14857 (print y from libfile, print y from libfile2): New tests.
14858 * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
14859 * gdb.base/unloadshr2.c: New.
14860
14861 2009-12-22 Hui Zhu <teawater@gmail.com>
14862
14863 * gdb.reverse/sigall-reverse.exp: Adjust.
14864
14865 2009-12-21 Vladimir Prus <vladimir@codesourcery.com>
14866
14867 PR gdb/10884
14868
14869 * gdb.mi/var-cmd.c (do_bitfield_tests): New
14870 (main): Call do_bitfield_tests.
14871 * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
14872
14873 2009-12-20 Joel Brobecker <brobecker@adacore.com>
14874
14875 * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
14876 gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
14877 gdb.base/watch_thread_num.c, gdb.java/jprint.java,
14878 gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
14879 gdb.modula2/unbounded1.c: Update copyright header.
14880
14881 2009-12-10 Chris Moller <moller@mollerware.com>
14882
14883 PR gdb/9399
14884 * gdb.cp/virtfunc2.exp: New tests
14885 * gdb.cp/virtfunc2.cc: New tests
14886 * gdb.cp/Makefile.in: Added tests to EXECUTABLES
14887
14888 2009-12-10 Oza Pawandeep (paawan1982@yahoo.com
14889
14890 * gdb.reverse/i387-env-reverse.c: New file.
14891 * gdb.reverse/i387-env-reverse.exp: New file.
14892 * gdb.reverse/i387-stack-reverse.c: New file.
14893 * gdb.reverse/i387-stack-reverse.exp: New file.
14894
14895 2009-12-08 Phil Muldoon <pmuldoon@redhat.com>
14896
14897 * gdb.python/py-type.exp (test_range): New test.
14898
14899 2009-12-03 Phil Muldoon <pmuldoon@redhat.com>
14900
14901 PR python/10805
14902
14903 * gdb.python/py-type.exp: New file.
14904 * gdb.python/py-type.c: New file.
14905 * Makefile.in: Add py-type.
14906
14907 2009-12-03 Tom Tromey <tromey@redhat.com>
14908
14909 * gdb.python/py-value.exp (test_parse_and_eval): New
14910 function.
14911
14912 2009-12-03 Paul Pluzhnikov <ppluzhnikov@google.com>
14913
14914 PR gdb/11022
14915
14916 * gdb.base/pr11022.exp: New test.
14917 * gdb.base/pr11022.c: New test.
14918
14919 2009-12-03 Jan Kratochvil <jan.kratochvil@redhat.com>
14920
14921 Fix spurious false FAILs.
14922 * gdb.base/structs.c (chartest): New.
14923 (main): Fill-in chartest.
14924 * gdb.base/structs.exp (anychar_re, first): New.
14925 (start_structs_test): Import global anychar_re and first.
14926 New gdb_test call "set print elements 300; ${testfile}"
14927 (start_structs_test <$first>): New block.
14928 (any): Import global anychar_re. New variable ac. Use ${ac}.
14929
14930 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14931
14932 * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
14933
14934 2009-11-30 Jan Kratochvil <jan.kratochvil@redhat.com>
14935
14936 * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
14937 Force $srcfile file.
14938 * gdb.base/foll-fork.c (callee): Comment out the printf call.
14939
14940 2009-11-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
14941
14942 * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
14943 * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
14944 * gdb.threads/watchthreads-reorder.exp: Likewise.
14945
14946 2009-11-24 Daniel Jacobowitz <dan@codesourcery.com>
14947
14948 PR gdb/8704
14949
14950 * gdb.base/condbreak.exp: Test combinations of "break *EXP",
14951 "if", and "thread". Correct matching in the previous test.
14952
14953 2009-11-25 Daniel Jacobowitz <dan@codesourcery.com>
14954
14955 * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
14956
14957 2009-11-23 Michael Snyder <msnyder@vmware.com>
14958
14959 * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
14960 * gdb.reverse-watch-precsave.exp: Ditto.
14961
14962 2009-11-23 Paul Pluzhnikov <ppluzhnikov@google.com>
14963
14964 * gdb.asm/asm-source.exp: Adjust.
14965 * gdb.base/help.exp: Adjust.
14966
14967 2009-11-22 Pedro Alves <pedro@codesourcery.com>
14968
14969 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
14970 (do_syscall_tests_without_xml): Set data-directory to
14971 /the/path/to/nowhere.
14972
14973 2009-11-21 Pedro Alves <pedro@codesourcery.com>
14974
14975 * gdb.threads/local-watch-wrong-thread.c,
14976 gdb.threads/local-watch-wrong-thread.exp: New files.
14977
14978 2009-11-21 Pedro Alves <pedro@codesourcery.com>
14979
14980 * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
14981 assume new `regsub' syntax available.
14982
14983 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14984
14985 * gdb.base/watchpoint-hw-hit-once.exp,
14986 gdb.base/watchpoint-hw-hit-once.c: New.
14987
14988 2009-11-20 Jan Kratochvil <jan.kratochvil@redhat.com>
14989
14990 * gdb.threads/watchthreads-reorder.exp,
14991 gdb.threads/watchthreads-reorder.c: New.
14992
14993 2009-11-17 Nathan Sidwell <nathan@codesourcery.com>
14994
14995 * gdb.xml/tdesc-regs.exp: Use for m68k.
14996
14997 2009-11-15 Pedro Alves <pedro@codesourcery.com>
14998
14999 * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
15000
15001 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
15002
15003 * lib/gdb.exp (current_target_name): New procedure.
15004 (gdb_wrapper_target): New variable.
15005 (gdb_wrapper_init): Set gdb_wrapper_target.
15006 (default_gdb_init): Check gdb_wrapper_target before rebuilding the
15007 wrapper.
15008
15009 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
15010
15011 * gdb.base/remote.exp: Delete the slowest load test.
15012 Do not load with fixed packet sizes.
15013
15014 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
15015
15016 * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
15017
15018 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
15019
15020 * gdb.base/freebpcmd.exp: Delete unused variable. Specify
15021 srcfile when setting a breakpoint.
15022
15023 2009-11-13 Maciej W. Rozycki <macro@codesourcery.com>
15024
15025 * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
15026 macros.
15027
15028 2009-11-13 Daniel Jacobowitz <dan@codesourcery.com>
15029
15030 * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
15031 to be in memory.
15032 * gdb.base/display.c (force_mem): New.
15033 (do_loops): Use it. Add breakpoint comments.
15034 (do_vars): Add a breakpoint comment.
15035 * gdb.base/display.exp: Use gdb_get_line_number. Remove hardcoded
15036 line numbers.
15037
15038 2009-11-13 Nathan Froyd <froydnj@codesourcery.com>
15039
15040 * gdb.base/pending.exp: Use gdb_run_cmd to start the program
15041 instead of a bare "run".
15042
15043 2009-11-13 Paul Pluzhnikov <ppluzhnikov@google.com>
15044
15045 * gdb.python/py-prettyprint.exp: Adjust.
15046
15047 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15048
15049 * lib/cell.exp (skip_cell_tests): Clean up test files before
15050 returning.
15051
15052 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15053
15054 * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
15055 and the breakpoint menu. Do not call perror if a prompt is seen.
15056 Consume the following GDB prompt.
15057 * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
15058 * gdb.cp/namespace.exp: Use gdb_test.
15059 * gdb.cp/templates.exp: Use gdb_test.
15060 (test_template_breakpoints): Use gdb_test_multiple.
15061
15062 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15063
15064 * gdb.base/break1.c (struct some_struct, values): Move earlier.
15065 (marker4): Reference values.
15066
15067 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15068
15069 * gdb.base/macscp.exp: Avoid the first FAIL if macro information
15070 is missing.
15071
15072 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15073
15074 * gdb.base/break.c (need_malloc): New.
15075 * gdb.base/constvars.c (main): Reference crass and crisp.
15076 * gdb.base/gdb1821.c (main): Reference bar.
15077 * gdb.cp/gdb1355.cc (main): Reference s1.
15078 * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
15079 (main): Call them.
15080 * gdb.cp/hang2.cc (dummy2): Define.
15081 * gdb.cp/hang3.cc (dummy3): Define.
15082 * gdb.cp/m-data.cc (main): Reference shadow.
15083
15084 2009-11-12 Daniel Jacobowitz <dan@codesourcery.com>
15085 Nathan Froyd <froydnj@codesourcery.com>
15086
15087 * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
15088 remote host.
15089
15090 2009-11-12 Nathan Froyd <froydnj@codesourcery.com>
15091
15092 * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
15093 * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
15094 * gdb.dwarf2/dw2-compressed.exp: Likewise.
15095 * gdb.dwarf2/dw2-intercu.exp: Likewise.
15096 * gdb.dwarf2/dw2-intermix.exp: Likewise.
15097 * gdb.dwarf2/dw2-producer.exp: Likewise.
15098 * gdb.dwarf2/mac-fileno.exp: Likewise.
15099 * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
15100 py-prettyprint.py to the remote host.
15101 * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
15102
15103 2009-11-11 Keith Seitz <keiths@redhat.com>
15104
15105 * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
15106 use it instead of "Foo".
15107 * gdb.cp/classes.exp (do_tests): Add a test to access
15108 a method through a typedef'd class name.
15109
15110 2009-11-11 Nathan Froyd <froydnj@codesourcery.com>
15111
15112 * gdb.base/long_long.exp: Permit leading zeros on floating-point
15113 exponents.
15114 * gdb.base/pointers.exp: Likewise.
15115 * gdb.cp/ref-types.exp: Likewise.
15116
15117 2009-11-11 Keith Seitz <keiths@redhat.com>
15118
15119 * gdb.cp/cplusfuncs.cc (class foo): Add operators
15120 new[] and delete[].
15121 * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
15122 "void".
15123 (probe_demangler): Remove all single-quoting of
15124 method and variable names.
15125 (info_func_regexp): Remove the word "void" from any
15126 occurrence of "(void)".
15127 (print_addr_2): Remove all single-quoting of
15128 method names.
15129 (print_addr_2_kfail): Likewise.
15130 (print_addr): Single-quote C function names before
15131 passing to print_addr_2.
15132 (test_paddr_operator_functions): Remove single-quoting
15133 for method names.
15134 Add tests for operator new[] and operator delete[].
15135
15136 2009-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
15137
15138 * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
15139
15140 2009-11-09 Keith Seitz <keiths@redhat.com>
15141
15142 * gdb.cp/overload.exp: Add tests for resolving overloaded
15143 methods in expression parsing/evaluation.
15144
15145 2009-11-10 Daniel Jacobowitz <dan@codesourcery.com>
15146
15147 * lib/gdb.exp (default_gdb_version): Use --version instead of
15148 --command.
15149
15150 2009-11-10 Nathan Sidwell <nathan@codesourcery.com>
15151
15152 * lib/gdb.exp (gdb_compile_test): New.
15153 (skip_ada_tests, skip_java_tests): New.
15154 (gdb_compile): Use gdb_compile_test for f77.
15155 * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
15156 * lib/java.exp (compile_java_from_source): Remove runtests check,
15157 use gdb_compile_test to record result.
15158 * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
15159 gdb.ada/exec_changed.exp, gdb.ada/start.exp,
15160 gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
15161 gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
15162 gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
15163 gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
15164 gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
15165 gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
15166 gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
15167 adjust gdb_compile invocations.
15168
15169 2009-11-09 Jan Kratochvil <jan.kratochvil@redhat.com>
15170
15171 * Makefile.in (abs_builddir): New.
15172 (site.exp): New target `$(abs_builddir)/site.exp'. New comment.
15173 (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
15174 `$(abs_builddir)/site.exp'.
15175
15176 2009-11-05 Daniel Jacobowitz <dan@codesourcery.com>
15177
15178 * config/m68k-emc.exp, lib/emc-support.exp,
15179 gdb.trace/gdb_c_test.c: Delete.
15180 * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
15181 gdb.trace/collection.exp, gdb.trace/deltrace.exp,
15182 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
15183 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
15184 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
15185 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
15186 casing for m68k-*-elf.
15187
15188 2009-11-03 Pedro Alves <pedro@codesourcery.com>
15189
15190 * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
15191 * gdb.arch/i386-prologue.exp: Likewise.
15192 * gdb.arch/i386-unwind.exp: Likewise.
15193
15194 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
15195
15196 * lib/gdb.exp (gdb_expect): Fix timeout typo.
15197
15198 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
15199
15200 * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
15201
15202 2009-11-02 Daniel Jacobowitz <dan@codesourcery.com>
15203
15204 * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
15205
15206 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15207
15208 * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
15209
15210 2009-11-02 Jan Kratochvil <jan.kratochvil@redhat.com>
15211
15212 * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
15213 * gdb.base/sepdebug2.c: New file.
15214
15215 2009-10-31 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
15216
15217 * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
15218 the modified warnings for catch syscall. Verify if GDB was compiled
15219 with support for lib expat, and choose which tests to run depending
15220 on this.
15221
15222 2009-10-30 Vladimir Prus <vladimir@codesourcery.com>
15223
15224 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
15225 that composite commands are parsed OK. And also test
15226 that breakpoint commands do work.
15227
15228 2009-10-23 Michael Snyder <msnyder@vmware.com>
15229
15230 gdb.reverse/consecutive-precsave.exp: Change expect pattern
15231 to allow for new disassembly style.
15232
15233 2009-10-22 Paul Pluzhnikov <ppluzhnikov@google.com>
15234
15235 * gdb.asm/asm-source.exp: Adjust.
15236
15237 2009-10-22 Michael Snyder <msnyder@vmware.com>
15238
15239 * gdb.reverse/break-precsave.exp: New test.
15240 * gdb.reverse/consecutive-precsave.exp: Ditto.
15241 * gdb.reverse/finish-precsave.exp: Ditto.
15242 * gdb.reverse/i386-precsave.exp: Ditto.
15243 * gdb.reverse/machinestate-precsave.exp: Ditto.
15244 * gdb.reverse/sigall-precsave.exp: Ditto.
15245 * gdb.reverse/solilb-precsave.exp: Ditto.
15246 * gdb.reverse/step-precsave.exp: Ditto.
15247 * gdb.reverse/until-precsave.exp: Ditto.
15248 * gdb.reverse/watch-precsave.exp: Ditto.
15249
15250 2009-10-22 Michael Snyder <msnyder@vmware.com>
15251
15252 * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
15253 for gdb_expect. Adjust one test's expect strings for the new
15254 format of disassemble.
15255 * gdb.reverse/finish-reverse.exp: Delete 'return'.
15256 * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
15257 gdb_test_multiple.
15258 * gdb.reverse/step-reverse.exp: Delete 'return'.
15259 * gdb.reverse/until-reverse.exp: Delete blank lines.
15260 * gdb.reverse/watch-reverse.exp: Delete blank lines.
15261
15262 2009-10-21 Paul Pluzhnikov <ppluzhnikov@google.com>
15263
15264 * gdb.base/consecutive.exp: Adjust.
15265 * gdb.base/display.exp: Likewise.
15266 * gdb.base/pc-fp.exp: Likewise.
15267 * gdb.base/sigbpt.exp: Likewise.
15268
15269 2009-10-19 Michael Snyder <msnyder@vmware.com>
15270
15271 * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
15272 * gdb.reverse/finish-reverse.c: Ditto.
15273 * gdb.reverse/sigall-reverse.c: Ditto.
15274 * gdb.reverse/solib-reverse.c: Ditto.
15275 * gdb.reverse/step-reverse.c: Ditto.
15276 * gdb.reverse/watch-reverse.c: Ditto.
15277
15278 2009-10-19 Pedro Alves <pedro@codesourcery.com>
15279 Stan Shebs <stan@codesourcery.com>
15280
15281 * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
15282 * gdb.base/foll-exec.exp: Adjust to expect a process id before
15283 "Executing new program".
15284 * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
15285 * gdb.base/multi-forks.exp: Ditto. Adjust to the inferior being
15286 left listed after having been killed.
15287 * gdb.base/attach.exp: Adjust to spell out "symbol-file".
15288 * gdb.base/maint.exp: Adjust test.
15289
15290 * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
15291 * gdb.multi/Makefile.in: New.
15292 * gdb.multi/base.exp: New.
15293 * gdb.multi/goodbye.c: New.
15294 * gdb.multi/hangout.c: New.
15295 * gdb.multi/hello.c: New.
15296 * gdb.multi/bkpt-multi-exec.c: New.
15297 * gdb.multi/bkpt-multi-exec.exp: New.
15298 * gdb.multi/crashme.c: New.
15299
15300 2009-10-13 Tristan Gingold <gingold@adacore.com>
15301
15302 * gdb.base/sepdebug.exp: Check debug info are found.
15303
15304 2009-10-08 Pedro Alves <pedro@codesourcery.com>
15305
15306 * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
15307 bits.
15308
15309 2009-10-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15310
15311 * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
15312
15313 2009-10-07 Joel Brobecker <brobecker@adacore.com>
15314
15315 * gdb.base/watchpoints.c: Add copyright header. Reformat one
15316 of the comments.
15317
15318 2009-10-06 Pierre Muller <muller@ics.u-strasbg.fr>
15319
15320 * gdb.base/annota1.exp: Remove obsolete match_max increase.
15321 * gdb.base/annota3.exp: Idem.
15322 * gdb.base/maint.exp: Idem.
15323
15324 2009-10-05 Pierre Muller <muller@ics.u-strasbg.fr>
15325
15326 * lib/gdb.exp (default_gdb_init): Set current value of match_max
15327 to default.
15328
15329 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
15330
15331 * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
15332 mingw and cygwin targets.
15333
15334 2009-10-02 Pierre Muller <muller@ics.u-strasbg.fr>
15335 Pedro Alves <pedro@codesourcery.com>
15336
15337 * lib/gdb.exp (gdb_compile): Avoid adding
15338 gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
15339
15340 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
15341
15342 * gdb.base/shr1.c: Use %p in format string.
15343 * gdb.base/unload.c: Avoid warning in fprintf.
15344 * gdb.base/watchpoint-solib.c: Idem.
15345
15346 2009-10-01 Pierre Muller <muller@ics.u-strasbg.fr>
15347
15348 * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
15349 long type.
15350 (test_unlink): Correct printf string.
15351 * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
15352 * gdb.threads/attachstop-mt.c: Add #include <string.h>.
15353
15354 2009-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15355
15356 * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
15357 * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
15358 * gdb.arch/ia64-breakpoint-shadow.S: New file.
15359
15360 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15361
15362 * gdb.objc/basicclass.exp: Disable pending breakpoint query.
15363 * gdb.objc/nondebug.exp: Likewise.
15364
15365 2009-09-29 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15366
15367 * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
15368 target_info setting.
15369
15370 * gdb.threads/thread-specific.exp (get_thread_list): Support targets
15371 that detect new threads during "info threads".
15372
15373 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15374
15375 * gdb.threads/manythreads.c (main): Increase thread stack size
15376 to 2*PTHREAD_STACK_MIN.
15377 * gdb.threads/multi-create.c (main): Likewise.
15378 (create_function): Likewise.
15379
15380 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15381
15382 * gdb.base/dump.exp: Pass difference of pointer types instead
15383 of integer types as offset to restore in intarr3.srec case.
15384
15385 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15386
15387 * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
15388
15389 2009-09-27 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15390
15391 * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
15392
15393 2009-09-26 Pierre Muller <muller@ics.u-strasbg.fr>
15394
15395 New test for two watchpoints, with disabling of
15396 the first inserted.
15397 * testsuite/gdb.base/watchpoints.c: New file.
15398 * testsuite/gdb.base/watchpoints.exp: New file.
15399
15400 2009-09-25 Tom Tromey <tromey@redhat.com>
15401
15402 * gdb.base/charset.exp: Test utf-16 strings with Python.
15403
15404 2009-09-25 Tom Tromey <tromey@redhat.com>
15405
15406 * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
15407 UCS-4.
15408 * gdb.base/charset.c (utf_32_string): Rename.
15409 (init_utf32): Rename.
15410 (main): Update.
15411
15412 2009-09-22 Tom Tromey <tromey@redhat.com>
15413
15414 * gdb.python/py-function.exp: Add regression tests.
15415
15416 2009-09-21 Keith Seitz <keiths@redhat.com>
15417
15418 * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
15419 with invalid operator.
15420
15421 2009-09-21 Keith Seitz <keiths@redhat.com>
15422
15423 * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
15424 and destructor using typedef name of class.
15425 * gdb.cp/classes.cc (class Base1): Add a destructor.
15426 (base1): New typedef.
15427 (use_methods): Instanitate an object of type base1.
15428 * gdb.cp/templates.exp (test_template_typedef): New procedure.
15429 (do_tests): Call test_template_typedef.
15430 * gdb.cp/templates.cc (Baz::~Baz): New method.
15431 (intBazOne): New typedef.
15432 (main): Instantiate intBazOne.
15433
15434 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
15435
15436 PR python/10633
15437
15438 * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
15439 Function.
15440 (run_lang_tests): Add print elements test.
15441
15442 2009-09-21 Phil Muldoon <pmuldoon@redhat.com>
15443
15444 * gdb.python/py-value.exp (test_subscript_regression): New
15445 function. Test for invalid subscripts.
15446 * gdb.python/py-value.c (main): Add test array, and pointer to it.
15447 (ptr_ref): New function.
15448
15449 2009-09-17 Paul Pluzhnikov <ppluzhnikov@google.com>
15450
15451 * gdb.base/default.exp: Fix "show convenience".
15452
15453 2009-09-15 Tom Tromey <tromey@redhat.com>
15454
15455 * lib/mi-support.exp (mi_create_varobj): Update.
15456 (mi_create_floating_varobj): Likewise.
15457 (mi_create_dynamic_varobj): New proc.
15458 (mi_varobj_update): Update.
15459 (mi_varobj_update_with_type_change): Likewise.
15460 (mi_varobj_update_kv_helper): New proc.
15461 (mi_varobj_update_dynamic_helper): Rewrite.
15462 (mi_varobj_update_dynamic): New proc.
15463 (mi_list_varobj_children): Update.
15464 (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
15465 * gdb.python/python-prettyprint.py (pp_outer): New class.
15466 (pp_nullstr): Likewise.
15467 (lookup_function): Register new printers.
15468 * gdb.python/python-prettyprint.c (struct substruct): New type.
15469 (struct outerstruct): Likewise.
15470 (substruct_test): New function.
15471 (struct nullstr): New type.
15472 (string_1, string_2): New globals.
15473 (main): Add new tests.
15474 * gdb.python/python-mi.exp: Added regression tests.
15475 * gdb.mi/mi2-var-display.exp: Update.
15476 * gdb.mi/mi2-var-cmd.exp: Update.
15477 * gdb.mi/mi2-var-child.exp: Update.
15478 * gdb.mi/mi2-var-block.exp: Update.
15479 * gdb.mi/mi-var-invalidate.exp: Update.
15480 * gdb.mi/mi-var-display.exp: Update.
15481 * gdb.mi/mi-var-cmd.exp: Update.
15482 * gdb.mi/mi-var-child.exp: Update.
15483 * gdb.mi/mi-var-block.exp: Update.
15484 * gdb.mi/mi-break.exp: Update.
15485 * gdb.mi/gdb701.exp: Update.
15486
15487 2009-09-14 Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
15488
15489 * Makefile.in: Inclusion of catch-syscall object.
15490 * gdb.base/catch-syscall.c: New file.
15491 * gdb.base/catch-syscall.exp: New file.
15492
15493 2009-09-12 Michael Snyder <msnyder@vmware.com>
15494
15495 * gdb.reverse/step-reverse.exp: Explicitly check for targets
15496 that can support reverse debuggnig.
15497
15498 2009-09-11 Tom Tromey <tromey@redhat.com>
15499
15500 * gdb.dwarf2/valop.S: New file.
15501 * gdb.dwarf2/valop.exp: New file.
15502
15503 2009-09-11 Mark Kettenis <kettenis@gnu.org>
15504
15505 * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
15506
15507 2009-09-10 Doug Evans <dje@google.com>
15508
15509 * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
15510 Add $gdb_prompt to second breakpoint regexp.
15511
15512 2009-09-08 Thiago Jung Bauermann <thiago.bauermann@gmail.com>
15513
15514 * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
15515 names, add missing ones.
15516 * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
15517 * gdb.python/py-frame.c: Rename from python-frame.c.
15518 * gdb.python/py-frame.exp: Rename from python-frame.exp. Adjust
15519 testfile name.
15520 * gdb.python/py-function.exp: Rename from python-function.exp.
15521 * gdb.python/py-mi.exp: Rename from python-mi.exp. Adjust
15522 testfile name.
15523 * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
15524 * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
15525 Adjust testfile name.
15526 * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
15527 * gdb.python/py-template.cc: Rename from python-template.cc.
15528 * gdb.python/py-template.exp: Rename from python-template.exp.
15529 Adjust testfile name.
15530 * gdb.python/py-value.c: Rename from python-value.c.
15531 * gdb.python/py-value.exp: Rename from python-value.exp. Adjust
15532 testfile name.
15533
15534 2009-09-08 Jan Kratochvil <jan.kratochvil@redhat.com>
15535
15536 * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
15537 $bpt2address.
15538 (Second breakpoint address is valid on ia64)
15539 (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
15540
15541 2009-09-03 Joseph Myers <joseph@codesourcery.com>
15542
15543 * gdb.base/ending-run.exp: Restrict regular expression matching
15544 line number to require closing brace following.
15545
15546 2009-09-03 Doug Evans <dje@google.com>
15547
15548 * gdb.base/store.exp (check_set): Fix typo in expected value message.
15549
15550 2009-09-02 Tom Tromey <tromey@redhat.com>
15551
15552 * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
15553
15554 2009-09-02 Tom Tromey <tromey@redhat.com>
15555
15556 * gdb.dwarf2/callframecfa.exp: New file.
15557 * gdb.dwarf2/callframecfa.S: New file.
15558
15559 2009-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
15560
15561 * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
15562 gdb.base/solib-overlap-main.c: New.
15563
15564 2009-08-28 Daniel Jacobowitz <dan@codesourcery.com>
15565
15566 PR gdb/10565
15567
15568 * gdb.base/bitfields.c (struct container, container): New.
15569 (main): Initialize it and call break5.
15570 * gdb.base/bitfields.exp (bitfield_at_offset): New test.
15571
15572 2009-08-28 Jan Kratochvil <jan.kratochvil@redhat.com>
15573
15574 Support constant DW_AT_data_member_location by GCC PR debug/40659.
15575 * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
15576
15577 2009-08-27 Jan Kratochvil <jan.kratochvil@redhat.com>
15578
15579 * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
15580
15581 2009-08-26 Michael Snyder <msnyder@vmware.com>
15582
15583 * gdb.base/i386-reverse.c: New file.
15584 * gdb.base/i386-reverse.exp: New file.
15585 * gdb.base/Makefile.in: Add new files to be removed.
15586
15587 2009-08-26 Joseph Myers <joseph@codesourcery.com>
15588
15589 * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
15590 environment-pwd for remote host.
15591 * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
15592
15593 2009-08-24 Keith Seitz <keiths@redhat.com>
15594
15595 * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
15596 Add two new C++ completer tests which limit the output to a
15597 given class.
15598
15599 2009-08-24 Michael Snyder <msnyder@vmware.com>
15600
15601 * gdb.base/del.exp: Fix typo in comment.
15602 * gdb.base/step-bt.exp: Fix cut and paste error in comment.
15603
15604 2009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
15605
15606 * configure: Regenerate.
15607 * gdb.hp/configure: Likewise.
15608 * gdb.hp/gdb.aCC/configure: Likewise.
15609 * gdb.hp/gdb.base-hp/configure: Likewise.
15610 * gdb.hp/gdb.compat/configure: Likewise.
15611 * gdb.hp/gdb.defects/configure: Likewise.
15612 * gdb.hp/gdb.objdbg/configure: Likewise.
15613 * gdb.stabs/configure: Likewise.
15614
15615 2009-08-19 Doug Evans <dje@google.com>
15616
15617 * gdb.base/gdbvars.c: New file.
15618 * gdb.base/gdbvars.exp: Test convenience vars with program variables.
15619
15620 2009-08-14 Pedro Alves <pedro@codesourcery.com>
15621
15622 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
15623 gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
15624
15625 2009-08-13 Pedro Alves <pedro@codesourcery.com>
15626
15627 * gdb.base/default.exp: Adjust "set language test": it's now an
15628 enum command. Larger help string moved to "help set language".
15629 * gdb.base/help.exp: Adjust "help set language" expected output,
15630 now lists all known languages.
15631
15632 2009-08-11 Nathan Froyd <froydnj@codesourcery.com>
15633
15634 * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
15635 all frame arguments.
15636 * gdb.arch/altivec-regs.exp: Likewise.
15637
15638 2009-08-07 Tom Tromey <tromey@redhat.com>
15639
15640 * gdb.base/setshow.exp: Add tests for changes to set language, set
15641 check range, and set check type.
15642
15643 2009-08-03 Vladimir Prus <vladimir@codesourcery.com>
15644
15645 * lib/mi-support.exp (mi_list_breakpoints): Make it work.
15646 * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
15647 Call it.
15648
15649 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15650
15651 * configure.ac: Run gdb.cell tests when appropriate.
15652 * configure: Regenerate.
15653 * lib/cell.exp: New file.
15654 * gdb.cell: New directory.
15655 * gdb.cell/configure.ac: New file.
15656 * gdb.cell/configure: New file.
15657 * gdb.cell/Makefile.in: New file.
15658 * gdb.cell/arch.exp: New file.
15659 * gdb.cell/break.c: New file.
15660 * gdb.cell/break.exp: New file.
15661 * gdb.cell/break-spu.c: New file.
15662 * gdb.cell/bt.c: New file.
15663 * gdb.cell/bt2-spu.c: New file.
15664 * gdb.cell/bt-spu.c: New file.
15665 * gdb.cell/bt.exp: New file.
15666 * gdb.cell/coremaker.c: New file.
15667 * gdb.cell/coremaker-spu.c: New file.
15668 * gdb.cell/core.exp: New file.
15669 * gdb.cell/gcore.exp: New file.
15670 * gdb.cell/data.c: New file.
15671 * gdb.cell/data.exp: New file.
15672 * gdb.cell/data-spu.c: New file.
15673 * gdb.cell/ea-cache.exp: New file.
15674 * gdb.cell/ea-cache.c: New file.
15675 * gdb.cell/ea-cache-spu.c: New file.
15676 * gdb.cell/ea-standalone.c: New file.
15677 * gdb.cell/ea-standalone.exp: New file.
15678 * gdb.cell/ea-test.c: New file.
15679 * gdb.cell/ea-test.exp: New file.
15680 * gdb.cell/f-regs.exp: New file.
15681 * gdb.cell/mem-access.c: New file.
15682 * gdb.cell/mem-access.exp: New file.
15683 * gdb.cell/mem-access-spu.c: New file.
15684 * gdb.cell/ptype.exp: New file.
15685 * gdb.cell/registers.exp: New file.
15686 * gdb.cell/size.c: New file.
15687 * gdb.cell/sizeof.exp: New file.
15688 * gdb.cell/size-spu.c: New file.
15689 * gdb.cell/solib.exp: New file.
15690 * gdb.cell/solib-symbol.exp: New file.
15691
15692 2009-07-31 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15693
15694 * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
15695
15696 2009-07-28 Daniel Jacobowitz <dan@codesourcery.com>
15697
15698 * gdb.base/float.exp: Handle VFP registers.
15699
15700 2009-07-14 Michael Snyder <msnyder@vmware.com>
15701
15702 * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
15703 to bring gdb to the beginning of the calling line.
15704
15705 * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
15706 confusing the i386 epilogue unwinder.
15707
15708 2009-07-14 Stan Shebs <stan@codesourcery.com>
15709
15710 * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
15711
15712 2009-07-14 Michael Snyder <msnyder@vmware.com>
15713
15714 * gdb.reverse/step-reverse.exp (stepi into function call):
15715 Call instruction may not be first instruction in the line.
15716 (reverse stepi from a function call): Used wrong line number.
15717
15718 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15719
15720 * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
15721
15722 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15723
15724 Fix gdb.base/macscp.exp when using custom inputrc.
15725 * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
15726 * gdb.base/readline.exp: Remove env(INPUTRC) set and restore. Remove
15727 env(TERM) set.
15728 * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
15729 * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
15730
15731 2009-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
15732
15733 Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
15734 * gdb.base/annota1.exp (thread_test): Import global $testfile.
15735 Change the compilation target to match the testcase name.
15736 * gdb.base/sect-cmd.exp: Change the compilation target to match the
15737 testcase name.
15738 * a2-run.exp: Use for setup prepare_for_testing. Change the
15739 compilation target to match the testcase name.
15740 * gdb.base/commands.exp: Likewise.
15741 * gdb.base/finish.exp: Likewise.
15742 * gdb.base/float.exp: Likewise.
15743 * gdb.base/info-target.exp: Likewise.
15744 * gdb.base/relational.exp: Likewise.
15745 * gdb.base/term.exp: Likewise.
15746 * gdb.base/until.exp: Likewise.
15747 * gdb.base/volatile.exp: Likewise.
15748 * gdb.base/whatis-exp.exp: Likewise.
15749
15750 2009-07-11 Hui Zhu <teawater@gmail.com>
15751
15752 * gdb.base/help.exp (disassemble): Update expected help text.
15753
15754 2009-07-09 Tom Tromey <tromey@redhat.com>
15755
15756 * lib/gdb.exp: Handle TRANSCRIPT.
15757 (remote_spawn, remote_close, send_gdb): New procs.
15758
15759 2009-07-10 Phil Muldoon <pmuldoon@redhat.com>
15760
15761 * gdb.python/python-prettyprint.c: Add counted null string
15762 structure.
15763 * gdb.python/python-prettyprint.exp: Print null string. Test for
15764 embedded nulls.
15765 * gdb.python/python-prettyprint.py (pp_ns): New Function.
15766 * gdb.python/python-value.exp (test_value_in_inferior): Add
15767 variable length string fetch tests.
15768 * gdb.python/python-value.c (main): Add strings for string fetch tests.
15769
15770 2009-07-09 Jan Kratochvil <jan.kratochvil@redhat.com>
15771
15772 * gdb.base/dump.exp (inaccessible memory is reported): New test.
15773
15774 2009-07-07 Tom Tromey <tromey@redhat.com>
15775
15776 * gdb.base/call-rt-st.exp: Update for change to escape output.
15777 * gdb.base/callfuncs.exp: Likewise.
15778 * gdb.base/charset.exp: Likewise.
15779 * gdb.base/constvars.exp: Likewise.
15780 * gdb.base/long_long.exp: Likewise.
15781 * gdb.base/pointers.exp: Likewise.
15782 * gdb.base/printcmds.exp: Likewise.
15783 * gdb.base/setvar.exp: Likewise.
15784 * gdb.base/store.exp: Likewise.
15785 * gdb.cp/ref-types.exp: Likewise.
15786 * gdb.mi/mi-var-child.exp: Likewise.
15787 * gdb.mi/mi-var-display.exp: Likewise.
15788 * gdb.mi/mi2-var-display.exp: Likewise.
15789 * gdb.base/charset.exp: Test octal escape sequence length.
15790 Update for change to escape output.
15791
15792 2009-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15793
15794 * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
15795
15796 2009-07-06 Daniel Jacobowitz <dan@codesourcery.com>
15797
15798 * lib/java.exp (java_init): Ignore $GCJ if it is empty.
15799
15800 2009-07-06 Jan Kratochvil <jan.kratochvil@redhat.com>
15801
15802 * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
15803 gdbserver increasing $portnum if "Can't bind address" has been seen.
15804
15805 2009-07-05 Pedro Alves <pedro@codesourcery.com>
15806
15807 * gdb.base/ending-run.exp: Add "step out of main" pattern for
15808 mingw32ce.
15809
15810 2009-07-05 Pedro Alves <pedro@codesourcery.com>
15811
15812 * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
15813 VFP format.
15814
15815 2009-07-02 Pedro Alves <pedro@codesourcery.com>
15816
15817 * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
15818 linux. Adjust to use "inferior", "info inferiors", "detach
15819 inferior" and "kill inferior" instead of "restart", "info fork",
15820 "detach fork" and "delete fork".
15821 * gdb.base/ending-run.exp: Spell out "info".
15822 * gdb.base/help.exp: Adjust to use test_prefix_command_help for
15823 the "kill" command.
15824
15825 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15826
15827 * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
15828 change to prefix TLS offset in hex with 0x.
15829
15830 2009-07-02 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15831
15832 * gdb.base/default.exp: Update test case for "x" changes.
15833
15834 2009-07-01 Tristan Gingold <gingold@adacore.com>
15835
15836 * gdb.base/bigcore.exp: Make darwin untested.
15837
15838 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15839
15840 * gdb.base/completion.exp (directory completion): Create the directory.
15841 New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
15842 escapeuniquesub.
15843 (directory completion 2): Expect now ${escapeuniquesub}.
15844 (Glob remaining of directory test): Remove one excessive newline.
15845 Expect the real output.
15846
15847 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15848
15849 Fix `make check//%' target after `make check' has been ran.
15850 * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency. Add
15851 a mkdir call.
15852 (check-gdb.base%): Remove the gdb.base%/.dir dependency.
15853 (%/.dir): Remove.
15854
15855 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15856
15857 * lib/mi-support.exp (mi_check_thread_states): Permit any output before
15858 the expected result record.
15859
15860 2009-06-30 Jan Kratochvil <jan.kratochvil@redhat.com>
15861
15862 Remove racy FAILs relying just on the timeouts.
15863 * gdb.base/setshow.exp (set annotate 2, show annotate (2))
15864 (annotation_level 2): Remove racy FAILs.
15865
15866 2009-06-30 Paul Pluzhnikov <ppluzhnikov@google.com>
15867
15868 gdb/10275
15869 * gdb.dwarf2/dw2-restore.{S,exp}: New test.
15870
15871 2009-06-30 Daniel Jacobowitz <dan@codesourcery.com>
15872
15873 * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
15874
15875 2009-06-30 Vladimir Prus <vladimir@codesourcery.com>
15876
15877 * gdb.mi/mi-stack.exp: Testing symbolic options
15878 to -stack-list-locals and -stack-list-arguments.
15879
15880 2009-06-29 Jan Kratochvil <jan.kratochvil@redhat.com>
15881
15882 * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
15883
15884 2009-06-29 Tom Tromey <tromey@redhat.com>
15885
15886 * dg-extract-results.sh: New file.
15887 * Makefile.in (FORCE_PARALLEL): New variable.
15888 (CHECK_TARGET): New conditional variable.
15889 (check): Use CHECK_TARGET.
15890 (DO_RUNTEST): New variable.
15891 (check-single): New target.
15892 (TEST_DIRS): New variable.
15893 (TEST_TARGETS): Likewise.
15894 (check-parallel): New target.
15895 (check-gdb.%): New pattern.
15896 (BASE1_FILES): New variable.
15897 (BASE2_FILES): Likewise.
15898 (check-gdb.base%): New pattern.
15899 (%/.dir): New pattern.
15900 * configure: Rebuild.
15901 * aclocal.m4 (AM_CONDITIONAL): New defun.
15902 * configure.ac: Check whether user is using GNU make.
15903 (GMAKE): New conditional.
15904
15905 2009-06-29 Sami Wagiaalla <swagiaal@redhat.com>
15906
15907 * gdb.cp/namespace-nested-import.cc: New test.
15908 * gdb.cp/namespace-nested-import.exp: New test.
15909
15910 2009-06-27 Daniel Jacobowitz <dan@codesourcery.com>
15911
15912 * gdb.base/break.exp: Add an XFAIL for gcc/36748.
15913 * gdb.cp/annota2.exp: Accept frames-invalid in more places.
15914 * gdb.opt/Makefile.in (EXECUTABLES): Update.
15915 * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
15916 * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
15917 gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
15918 gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
15919 gdb.opt/inline-markers.c: New files.
15920 * lib/gdb.exp (skip_inline_frame_tests): New function.
15921 (skip_inline_var_tests): New function.
15922
15923 2009-06-27 Andreas Schwab <schwab@linux-m68k.org>
15924
15925 * gdb.cp/exception.exp: Don't require $hex before inner frame in
15926 backtrace.
15927
15928 2009-06-27 Michael Snyder <msnyder@vmware.com>
15929
15930 * gdb.reverse: New directory.
15931 * gdb.reverse/break-reverse.c: New test.
15932 * gdb.reverse/break-reverse.exp: New test.
15933 * gdb.reverse/consecutive-reverse.c: New test.
15934 * gdb.reverse/consecutive-reverse.exp: New test.
15935 * gdb.reverse/finish-reverse.c: New test.
15936 * gdb.reverse/finish-reverse.exp: New test.
15937 * gdb.reverse/machinestate.c: New test.
15938 * gdb.reverse/ms1.c: New test.
15939 * gdb.reverse/machinestate.exp: New test.
15940 * gdb.reverse/Makefile.in: New file.
15941 * gdb.reverse/shr2.c: New test.
15942 * gdb.reverse/solib-reverse.c: New test.
15943 * gdb.reverse/solib-reverse.exp: New test.
15944 * gdb.reverse/step-reverse.c: New test.
15945 * gdb.reverse/step-reverse.exp: New test.
15946 * gdb.reverse/until-reverse.c: New test.
15947 * gdb.reverse/ur1.c: New test.
15948 * gdb.reverse/until-reverse.exp: New test.
15949 * gdb.reverse/watch-reverse.c: New test.
15950 * gdb.reverse/watch-reverse.exp: New test.
15951 * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
15952 * configure: Regenerate.
15953
15954 2009-06-26 Doug Evans <dje@google.com>
15955
15956 * gdb.base/psymtab.exp: Turn off pending breakpoints.
15957
15958 2009-06-26 Pierre Muller <muller@ics.u-strasbg.fr>
15959
15960 * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
15961 windows problem for 'file delete $binfile'.
15962
15963 2009-06-23 Sami Wagiaalla <swagiaal@redhat.com>
15964
15965 * gdb.cp/namespace-using.exp: New test.
15966 * gdb.cp/namespace-using.cc: New test.
15967
15968 2009-05-20 Joel Brobecker <brobecker@adacore.com>
15969
15970 * gdb.ada/variant_record_packed_array: New testcase.
15971
15972 2009-06-23 Tom Tromey <tromey@redhat.com>
15973
15974 * gdb.base/charset.exp (test_combination): Regression test.
15975 * gdb.base/charset.c (my_wchar_t): New typedef.
15976 (myvar): New global.
15977 (main): Set myvar.
15978
15979 2009-06-18 Pierre Muller <muller@ics.u-strasbg.fr>
15980
15981 * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
15982 target.
15983
15984 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15985
15986 * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
15987
15988 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15989
15990 * gdb.mi/gdb680.exp: Update test for error message.
15991
15992 2009-06-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
15993
15994 * gdb.base/annota1.exp: Allow multiple occurrences of the
15995 frames-invalid annotation.
15996 * gdb.cp/annota2.exp: Likewise.
15997
15998 2009-06-15 Phil Muldoon <pmuldoon@redhat.com>
15999
16000 * gdb.cp/gdb2495.cc: New file.
16001 * gdb.cp/gdb2495.exp: New file.
16002
16003 2009-06-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16004
16005 Report error on GDB crash during runto.
16006 * lib/gdb.exp (runto <eof>): New.
16007
16008 2009-06-09 Daniel Jacobowitz <dan@codesourcery.com>
16009
16010 * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
16011 gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
16012 gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
16013 gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
16014 gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
16015 gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
16016 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
16017 gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
16018 gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
16019 gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
16020 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
16021 gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
16022 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
16023 gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
16024 gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
16025 gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
16026 gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
16027 gdb.server/server-mon.exp, gdb.server/server-run.exp,
16028 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
16029 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
16030 gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
16031 gdb.trace/passcount.exp, gdb.trace/report.exp,
16032 gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
16033 gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
16034 gdb.trace/while-stepping.exp: Use a unique name for the compiled
16035 executable.
16036
16037 2009-06-07 Pedro Alves <pedro@codesourcery.com>
16038
16039 * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
16040 defined before referencing it.
16041
16042 2009-06-03 Doug Evans <dje@google.com>
16043
16044 * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
16045 * gdb.arch/i386-see.c: Ditto.
16046
16047 2009-05-30 Pierre Muller <muller@ics.u-strasbg.fr>
16048
16049 * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
16050 (check_macro): Return 1 if undefined.
16051 If first test fails, check if macro debug information is available,
16052 and report unsupported test if no macro information is found.
16053
16054 2009-05-29 Doug Evans <dje@google.com>
16055
16056 * gdb.threads/hand-call-in-threads.exp: New.
16057 * gdb.threads/hand-call-in-threads.c: New.
16058
16059 2009-05-29 Michael Snyder <msnyder@vmware.com>
16060
16061 * gdb.base/break-always.exp: Change "1" to "on".
16062 Add confirmation check.
16063
16064 2009-05-28 Pedro Alves <pedro@codesourcery.com>
16065
16066 * gdb.threads/threxit-hop-specific.c: New.
16067 * gdb.threads/threxit-hop-specific.exp: New.
16068 * gdb.threads/thread-execl.c: New.
16069 * gdb.threads/thread-execl.exp: New.
16070
16071 2009-05-27 Tom Tromey <tromey@redhat.com>
16072 Thiago Jung Bauermann <bauerman@br.ibm.com>
16073
16074 * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
16075 (mi_child_regexp): Likewise.
16076 (mi_list_varobj_children_range): Likewise.
16077 (mi_get_features): Likewise.
16078 (mi_list_varobj_children): Rewrite.
16079 * gdb.python/python-mi.exp: New file.
16080
16081 2009-05-27 Tom Tromey <tromey@redhat.com>
16082 Thiago Jung Bauermann <bauerman@br.ibm.com>
16083 Phil Muldoon <pmuldoon@redhat.com>
16084 Paul Pluzhnikov <ppluzhnikov@google.com>
16085
16086 * gdb.python/python-prettyprint.exp: New file.
16087 * gdb.python/python-prettyprint.c: New file.
16088 * gdb.python/python-prettyprint.py: New file.
16089 * gdb.base/display.exp: print/r is now valid.
16090
16091 2009-05-27 Thiago Jung Bauermann <bauerman@br.ibm.com>
16092 Tom Tromey <tromey@redhat.com>
16093 Pedro Alves <pedro@codesourcery.com>
16094 Paul Pluzhnikov <ppluzhnikov@google.com>
16095
16096 * gdb.python/python-template.exp: New file.
16097 * gdb.python/python-template.cc: New file.
16098 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
16099 tests.
16100 * gdb.python/python-value.exp (py_objfile_tests): New proc.
16101 Call it.
16102 (test_value_after_death): New proc.
16103 * gdb.python/python-value.c (PTR): New typedef.
16104 (main): New variable 'x'.
16105
16106 2009-05-27 Tom Tromey <tromey@redhat.com>
16107
16108 * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
16109 tests.
16110 * gdb.python/python-value.exp (py_objfile_tests): New proc.
16111 Call it.
16112
16113 2009-05-27 Pedro Alves <pedro@codesourcery.com>
16114
16115 * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
16116
16117 2009-05-24 Pedro Alves <pedro@codesourcery.com>
16118
16119 * gdb.threads/fork-thread-pending.c: New.
16120 * gdb.threads/fork-thread-pending.exp: New.
16121
16122 2009-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16123
16124 * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
16125 * gdb.dwarf2/dw2-strp.S (a_string2): New.
16126
16127 2009-05-18 Jon Beniston <jon@beniston.com>
16128
16129 * gdb.asm/asm-source.exp: Add lm32 target.
16130
16131 2009-05-17 Pedro Alves <pedro@codesourcery.com>
16132
16133 * gdb.base/foll-fork.c: Include stdlib.h. Add markers for
16134 `gdb_get_line_number'. Call `callee' in both parent and child.
16135 * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
16136 `gdb_get_line_number' instead of hardcoding line numbers.
16137 (catch_fork_unpatch_child): New procedure to test detaching
16138 breakpoints from child fork.
16139 (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
16140 hardcoding line numbers.
16141 (do_fork_tests): Run `catch_fork_unpatch_child'.
16142
16143 2009-05-17 Vladimir Prus <vladimir@codesourcery.com>
16144
16145 * gdb.mi/mi-cmd-var.exp: Check that when varobj
16146 of structure type enters or leaves the scope, it
16147 is reported by -var-update.
16148
16149 2009-05-11 Doug Evans <dje@sebabeach.org>
16150
16151 * gdb.mi/nsintrall.c (main): Fix off-by-one error.
16152 * gdb.threads/pending-step.c (main): Fix off-by-one error.
16153 * gdb.threads/schedlock.c (main): Fix off-by-one error.
16154
16155 2009-05-11 Jan Kratochvil <jan.kratochvil@redhat.com>
16156
16157 * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
16158
16159 2009-04-30 Doug Evans <dje@google.com>
16160
16161 * gdb.threads/watchthreads2.exp: New testcase.
16162 * gdb.threads/watchthreads2.c: New testcase.
16163
16164 2009-04-29 Doug Evans <dje@google.com>
16165
16166 * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
16167 * gdb.cp/mb-ctor.cc: Ditto.
16168 * gdb.cp/mb-inline.exp: Add multi-line source statement test.
16169 * gdb.cp/mb-inline.h (multi_line_foo): New function.
16170 * gdb.cp/mb-inline1.cc: Call it.
16171 * gdb.cp/mb-inline2.cc: Ditto.
16172 * gdb.cp/mb-templates.exp: Add multi-line source statement test.
16173 * gdb.cp/mb-templates.cc (multi_line_foo): New template.
16174
16175 2009-04-29 Jan Kratochvil <jan.kratochvil@redhat.com>
16176
16177 * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
16178 (info_macro): Remova `decimal' declaration. New variable `nonzero'.
16179 Replace all uses of `decimal' by `nonzero'.
16180 (info macro FROM_COMMANDLINE): New test.
16181
16182 2009-04-27 Tom Tromey <tromey@redhat.com>
16183
16184 * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
16185
16186 2009-04-27 Doug Evans <dje@google.com>
16187
16188 * gdb.threads/watchthreads.c (main): Initialize args before starting
16189 the threads. Plus formatting cleanup.
16190 * gdb.threads/watchthreads.exp: Avoid errant failures due to
16191 biased scheduling of one thread.
16192
16193 2009-04-27 Jerome Guitton <guitton@adacore.com>
16194
16195 * gdb.cp/templates.cc (GetMax): New template.
16196 (main): Declare two instances of GetMax.
16197 * gdb.cp/templates.exp: Add new test.
16198
16199 2009-04-27 Jan Kratochvil <jan.kratochvil@redhat.com>
16200
16201 * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
16202
16203 2009-04-22 Joseph Myers <joseph@codesourcery.com>
16204
16205 * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
16206
16207 2009-04-15 Tom Tromey <tromey@redhat.com>
16208
16209 * gdb.base/charset.exp: Add regression test.
16210
16211 2009-04-14 Joel Brobecker <brobecker@adacore.com>
16212
16213 * gdb.base/exe-lock.exp: New testcase.
16214
16215 2009-04-13 Tom Tromey <tromey@redhat.com>
16216
16217 * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
16218 operator on Frame.
16219
16220 2009-04-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
16221
16222 * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
16223 * gdb.server/ext-attach.exp: Likewise.
16224
16225 2009-04-03 Vladimir Prus <vladimir@codesourcery.com>
16226
16227 Eliminate some sleep usage.
16228
16229 * gdb.mi/basics.c (do_nothing): New.
16230 (main): Use do_nothing instead of printf, so that
16231 not to introduce race condition between output of
16232 inferiour and output of gdb. Do not use sleep as it
16233 is not generally available on embedded targets.
16234
16235 2009-04-02 Pedro Alves <pedro@codesourcery.com>
16236
16237 * gdb.server/ext-attach.exp: Expect an optional process id after
16238 "Detached from remote process".
16239
16240 2009-04-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16241
16242 * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
16243 gdb.dwarf2/dw2-unresolved.exp: New.
16244
16245 2009-04-02 Pedro Alves <pedro@codesourcery.com>
16246
16247 * gdb.mi/mi-nonstop-exit.exp: Don't check isnative. Use
16248 mi_run_to_main.
16249
16250 2009-04-02 Pedro Alves <pedro@codesourcery.com>
16251
16252 * gdb.mi/mi-nonstop.exp: Don't check isnative. Use
16253 mi_run_to_main. Skip thread exit test on remote targets.
16254 * gdb.mi/mi-nsintrall.exp: Don't check isnative. Use
16255 mi_run_to_main.
16256 * gdb.mi/mi-nsmoribund.exp: Don't check isnative. Use
16257 mi_run_to_main.
16258 * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
16259 when expecting ^connected. Detect when the target doesn't support
16260 non-stop mode.
16261 (mi_run_cmd): Detect if non-stop mode was requested by isn't
16262 supported. Return -1 on error, 0 on success.
16263 (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
16264 (mi_runto): Return mi_runto_helper's result explicitly.
16265
16266 2009-04-01 Pedro Alves <pedro@codesourcery.com>
16267
16268 * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
16269
16270 2009-04-01 Tom Tromey <tromey@redhat.com>
16271
16272 * gdb.base/funcargs.exp: Set print frame-arguments to "all".
16273 * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
16274 * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
16275 * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
16276
16277 2009-03-31 Daniel Jacobowitz <dan@codesourcery.com>
16278 Jan Kratochvil <jan.kratochvil@redhat.com>
16279
16280 PR gdb/931
16281 * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
16282 output.
16283 * gdb.cp/templates.exp: Allow canonical output. Remove KFAILs
16284 for gdb/931.
16285 * dw2-strp.S (DW_AT_language): Change to C++.
16286 (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
16287
16288 2009-03-31 Joel Brobecker <brobecker@adacore.com>
16289
16290 * gdb.ada/tasks: New testcase.
16291
16292 2009-03-30 Stan Shebs <stan@codesourcery.com>
16293
16294 * gdb.trace/actions.exp: Update to match new info trace format.
16295 * gdb.trace/deltrace.exp: Ditto.
16296 * gdb.trace/infotrace.exp: Ditto.
16297 * gdb.trace/passcount.exp: Ditto.
16298 * gdb.trace/save-trace.exp: Ditto.
16299 * gdb.trace/while-stepping.exp: Ditto.
16300 * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
16301
16302 2009-03-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
16303
16304 * gdb.python/python-frame.c: New file.
16305 * gdb.python/python-frame.exp: New file.
16306
16307 2009-03-29 Thiago Jung Bauermann <bauerman@br.ibm.com>
16308
16309 * gdb.python/python-value.exp: Add tests for the address
16310 attribute.
16311
16312 2009-03-29 Andreas Schwab <schwab@linux-m68k.org>
16313
16314 * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
16315
16316 2009-03-26 Doug Evans <dje@google.com>
16317
16318 * gdb.mi/mi-nonstop-exit.exp: New file.
16319 * gdb.mi/non-stop-exit.c: New file.
16320
16321 2009-03-26 Tom Tromey <tromey@redhat.com>
16322
16323 Update for change to prologue skipping:
16324 * gdb.mi/mi2-simplerun.exp: Update.
16325 * gdb.mi/mi2-break.exp: Update.
16326 * gdb.mi/mi-simplerun.exp: Update.
16327 * gdb.mi/mi-break.exp: Update.
16328 * gdb.base/ending-run.exp: Update.
16329
16330 2009-03-26 Thiago Jung Bauermann <bauerman@br.ibm.com>
16331
16332 * gdb.python/python-value.exp (test_value_in_inferior): Test
16333 gdb.Value.is_optimized_out attribute.
16334
16335 2009-03-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16336
16337 * gdb.dwarf2/dw2-noloc-main.c: New file.
16338 * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
16339 (.text): Remove.
16340 (.data): New.
16341 (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
16342 (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
16343 (DW_TAG_subprogram func_cu1, noloc): Remove.
16344 (main): New.
16345 * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
16346 `dw2-noloc-main.c'. Test the new DIEs from `dw2-noloc.S'.
16347 (file_symbols): New procedure.
16348
16349 2009-03-25 Tom Tromey <tromey@redhat.com>
16350
16351 * gdb.base/charset.exp (valid_target_charset): New proc.
16352 Use it to skip tests on invalid charsets.
16353
16354 2009-03-25 Pierre Muller <muller@ics.u-strasbg.fr>
16355
16356 * gdb.base/completion.exp: Add a test for directory completion.
16357
16358 2009-03-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16359
16360 Fix a racy FAIL.
16361 * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
16362 * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
16363
16364 2009-03-21 Thiago Jung Bauermann <bauerman@br.ibm.com>
16365
16366 * gdb.python/python-cmd.exp: Add tests for keyword arguments.
16367 * gdb.python/python-function.exp: Add test for function returning
16368 a GDB value.
16369
16370 2009-03-20 Thiago Jung Bauermann <bauerman@br.ibm.com>
16371
16372 * gdb.python/python-function.exp: New file.
16373
16374 2009-03-20 Tom Tromey <tromey@redhat.com>
16375
16376 * gdb.base/store.exp: Update for change to escape output.
16377 * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
16378 to escape output.
16379 * gdb.base/pointers.exp: Update for change to escape output.
16380 * gdb.base/long_long.exp (gdb_test_long_long): Update for change
16381 to escape output.
16382 * gdb.base/constvars.exp (do_constvar_tests): Update for change to
16383 escape output.
16384 * gdb.base/call-rt-st.exp (print_struct_call): Update for change
16385 to escape output.
16386 * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
16387 escape output.
16388 * gdb.base/setvar.exp: Update for change to escape output.
16389 * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
16390 * gdb.base/printcmds.exp (test_print_all_chars): Update for change
16391 to escape output.
16392 (test_print_string_constants): Likewise.
16393 * gdb.base/charset.exp (valid_host_charset): Check size of
16394 wchar_t. Handle UCS-2 and UCS-4. Add tests for wide and unicode
16395 cases. Handle "auto"-related output.
16396 * gdb.base/charset.c (char16_t, char32_t): New typedefs.
16397 (uvar, Uvar): New globals.
16398
16399 2009-03-19 Jerome Guitton <guitton@adacore.com>
16400
16401 * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
16402 deltas.
16403 * gdb.ada/fixed_points.exp: Ditto.
16404
16405 2009-03-18 Pedro Alves <pedro@codesourcery.com>
16406
16407 * return-nodebug.c: Don't include stdio.h.
16408 (init): Delete.
16409 (func): Delete definition and provide extern declaration.
16410 (t): New.
16411 (main): Don't call printf. Call func and store its result in t.
16412 * return-nodebug1.c: New.
16413 * return-nodebug.exp: Don't expect stdio output. Instead, print
16414 the global variable t. Drop printf formatters and cast types from
16415 foreach loop. Don't use prepare_for_testing. Compile
16416 return-nodebug.c and return-nodebug1.c in separate steps. Don't
16417 define FORMAT or CAST.
16418
16419 2009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
16420
16421 * gdb.base/solib-display.exp: Disable test for remote targers.
16422
16423 2009-03-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16424
16425 * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
16426
16427 2009-03-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16428
16429 Fix a racy FAIL.
16430 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
16431 code from `follow parent, print pids'.
16432 (`follow child, print pids', `follow parent, print pids'): Call it.
16433 Replace `gdb_test "break..."' by gdb_breakpoint.
16434
16435 2009-03-13 Vladimir Prus <vladimir@codesourcery.com>
16436
16437 * gdb.mi/mi-cli.exp: Adjust for output difference in
16438 sync and async modes.
16439
16440 2009-03-12 Joel Brobecker <brobecker@adacore.com>
16441
16442 * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
16443 that was checked in by mistake. Remove loading of ada.exp, since
16444 this is not necessary in this case.
16445
16446 2009-03-12 Joel Brobecker <brobecker@adacore.com>
16447
16448 * gdb.ada/ptype_arith_binop.exp: New testcase.
16449
16450 2009-03-12 Joel Brobecker <brobecker@adacore.com>
16451
16452 * gdb.ada/mod_from_name: New testcase.
16453
16454 2009-03-12 Joel Brobecker <brobecker@adacore.com>
16455
16456 * gdb.ada/tick_last_segv: New testcase.
16457
16458 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
16459
16460 * gdb.mi/mi-cli.exp: Remove debug print.
16461
16462 2009-03-12 Vladimir Prus <vladimir@codesourcery.com>
16463
16464 * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
16465 include the token in ^running and frame info in *stopped.
16466
16467 2009-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
16468
16469 * solib-display.exp: New file.
16470 * solib-display-main.c: New file.
16471 * solib-display-lib.c: New file.
16472
16473 2009-03-05 Pedro Alves <pedro@codesourcery.com>
16474
16475 * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
16476
16477 2009-02-18 Jan Kratochvil <jan.kratochvil@redhat.com>
16478
16479 * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
16480 (list_and_check_macro): Use more specific test name.
16481 (next to definition): Make the test names unique.
16482
16483 2009-02-18 Pierre Muller <muller@ics.u-strasbg.fr>
16484
16485 * gdb.pascal/floats.exp: Accept approximate results everywhere.
16486
16487 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
16488
16489 * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
16490 notifications.
16491 * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
16492 * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
16493 * lib/mi-support.exp (library_loaded_re): New.
16494 (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
16495
16496 2009-02-17 Vladimir Prus <vladimir@codesourcery.com>
16497
16498 * gdb.gdb/observer.exp: Use test_notification observer, not
16499 normal_stop, everywhere.
16500 (test_normal_stop_notifications): Rename to...
16501 (test_notifications): ...this.
16502 (test_observer_normal_stop): Rename to...
16503 (test_observer): ...this.
16504
16505 2009-02-16 Doug Evans <dje@google.com>
16506
16507 * gdb.arch/amd64-disp-step.S (test_int3): New test.
16508 * gdb.arch/amd64-disp-step.exp (test_int3): New test.
16509 * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
16510 (test_prefixed_syscall,test_int3): New tests.
16511 * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
16512 (test_prefixed_syscall,test_int3): New tests.
16513
16514 2009-02-14 Vladimir Prus <vladimir@codesourcery.com>
16515
16516 * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
16517 (mi_expect_interrupt): Likewise.
16518 * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
16519 response.
16520
16521 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
16522
16523 * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
16524 * gdb.base/pc-fp.exp (get_valueofx): Remove.
16525 Replace calls to get_valueofx by get_hexadecimal_valueof.
16526
16527 2009-02-14 Pierre Muller <muller@ics.u-strasbg.fr>
16528
16529 * lib/gdb.exp (get_valueof): Accept anything as a return value.
16530 (get_integer_valueof): New procedure.
16531 (get_sizeof): Use new get_integer_value_of.
16532 * gdb.base/sizeof.exp: Replace all uses of get_valueof
16533 by get_integer_valueof.
16534
16535 2009-02-13 Tom Tromey <tromey@redhat.com>
16536
16537 * gdb.base/remote.exp (get_sizeof): Remove.
16538 * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
16539 * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
16540 * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
16541 * lib/gdb.exp (get_valueof): Move from long_long.exp.
16542 (get_sizeof): Likewise.
16543
16544 2009-02-12 Jan Kratochvil <jan.kratochvil@redhat.com>
16545
16546 PR fortran/9806
16547 * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
16548
16549 2009-02-06 Paul Pluzhnikov <ppluzhnikov@google.com>
16550
16551 * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
16552
16553 2009-02-06 Pedro Alves <pedro@codesourcery.com>
16554
16555 * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
16556
16557 2009-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
16558
16559 * gdb.python/python-cmd.exp: New file.
16560
16561 2009-02-06 Tristan Gingold <gingold@adacore.com>
16562
16563 * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
16564
16565 2009-02-05 Tristan Gingold <gingold@adacore.com>
16566
16567 * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
16568 pointer is dereferenced and use this signal name in regexp.
16569 * gdb.base/signull.exp: Ditto.
16570 * gdb.base/sigbpt.c (main): Catch SIGBUS too.
16571 * gdb.base/signull.c (main): Ditto.
16572
16573 2009-02-04 Tom Tromey <tromey@redhat.com>
16574 Thiago Jung Bauermann <bauerman@br.ibm.com>
16575
16576 * gdb.python/python-value.exp: Use `gdb.history' instead of
16577 `gdb.value_from_history'.
16578 (test_value_numeric_ops): Add test for conversion of enum constant.
16579 * gdb.python/python-value.c (enum e): New type.
16580 (evalue): New global.
16581 (main): Use argv.
16582
16583 2009-02-04 Jerome Guitton <guitton@adacore.com>
16584
16585 * gdb.ada/uninitialized_vars: New test program.
16586 * gdb.ada/uninitialized_vars.exp: New testcase.
16587
16588 2009-02-02 Tom Tromey <tromey@redhat.com>
16589
16590 * gdb.cp/cpcompletion.exp: Name the test "pr9594".
16591 * gdb.cp/pr2489.cc: Rename...
16592 * gdb.cp/pr9594.cc: ... to this.
16593
16594 2009-02-02 Tom Tromey <tromey@redhat.com>
16595
16596 * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
16597 * gdb.cp/pr2489.cc: New file.
16598 * gdb.cp/cpcompletion.exp: New file.
16599
16600 2009-02-02 Tom Tromey <tromey@redhat.com>
16601
16602 PR exp/9059:
16603 * gdb.cp/call-c.exp: Add regression test.
16604 * gdb.cp/call-c.cc (FooHandle): New typedef.
16605 (main): New variable 'handle'.
16606
16607 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
16608
16609 * lib/mi-support.exp (et_mi_thread_list)
16610 (check_mi_and_console_threads): Adjust for current thread in
16611 -thread-list-ids output.
16612
16613 2009-01-30 Vladimir Prus <vladimir@codesourcery.com>
16614
16615 * gdb.mi/mi-break.exp (test_disabled_creation): New.
16616 Call it.
16617
16618 2009-01-28 Doug Evans <dje@google.com>
16619
16620 * gdb.arch/amd64-disp-step.S: New file.
16621 * gdb.arch/amd64-disp-step.exp: New file.
16622 * gdb.arch/i386-disp-step.S: New file.
16623 * gdb.arch/i386-disp-step.exp: New file.
16624
16625 2009-01-27 Pierre Muller <muller@ics.u-strasbg.fr>
16626
16627 * gdb.base/find.exp: Set newline variable
16628 using quotes instead of braces to fix cygwin failures.
16629
16630 2009-01-23 Pedro Alves <pedro@codesourcery.com>
16631
16632 * gdb.base/radix.exp: Add tests to ensure that that set
16633 input-radix 0 and set output-radix 0 are really rejected.
16634
16635 2009-01-23 Pedro Alves <pedro@codesourcery.com>
16636
16637 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
16638 copyright years.
16639
16640 2009-01-23 Pedro Alves <pedro@codesourcery.com>
16641
16642 PR gdb/9664:
16643 * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
16644
16645 2009-01-22 Pedro Alves <pedro@codesourcery.com>
16646
16647 PR c++/9631:
16648 * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
16649
16650 2009-01-22 Pierre Muller <muller@ics.u-strasbg.fr>
16651
16652 * gdb.server/file-transfer.exp: Use EXEEXT variable for
16653 binfile definition to fix Windows OS failure.
16654
16655 2009-01-20 Daniel Jacobowitz <dan@codesourcery.com>
16656
16657 PR gdb/9346
16658 * gdb.base/interrupt.c (sigint_handler): New.
16659 (main): Install a SIGINT handler if SIGNALS is defined. Exit
16660 on error.
16661 * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
16662 Test "signal SIGINT".
16663
16664 2009-01-19 Doug Evans <dje@google.com>
16665
16666 * gdb.base/break.exp: Update expected gdb output.
16667 * gdb.base/sepdebug.exp: Ditto.
16668 * gdb.mi/mi-syn-frame.exp: Ditto.
16669 * gdb.mi/mi2-syn-frame.exp: Ditto.
16670 * gdb.base/call-signal-resume.exp: New file.
16671 * gdb.base/call-signals.c: New file.
16672 * gdb.base/unwindonsignal.exp: New file.
16673 * gdb.base/unwindonsignal.c: New file.
16674 * gdb.threads/interrupted-hand-call.exp: New file.
16675 * gdb.threads/interrupted-hand-call.c: New file.
16676 * gdb.threads/thread-unwindonsignal.exp: New file.
16677
16678 2009-01-14 Daniel Jacobowitz <dan@codesourcery.com>
16679
16680 * gdb.base/define.exp: Test defining and hooking prefix commands.
16681 * gdb.python/python.exp: Update test for "show user" output.
16682
16683 2009-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
16684
16685 * gdb.fortran/derived-type.exp: New variables int4 and real4. Match
16686 now the output exactly, using less wildcards. Expect also the output
16687 of gfortran-4.3. Update for the f-valprint.c modification from
16688 2008-04-22.
16689 * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
16690 Remove gdb_test test names where matching the command.
16691
16692 2009-01-01 Pedro Alves <pedro@codesourcery.com>
16693
16694 PR breakpoints/9681:
16695 * gdb.base/watchpoint.exp: Add regression test.
16696
16697 2008-12-31 Pedro Alves <pedro@codesourcery.com>
16698
16699 * gdb.threads/attach-into-signal.exp: Don't use
16700 gdb_suppress_entire_file.
16701 * gdb.threads/attach-stopped.exp: Ditto.
16702 * gdb.threads/attachstop-mt.exp: Ditto.
16703
16704 2008-12-31 Pedro Alves <pedro@codesourcery.com>
16705
16706 PR gdb/8812:
16707 * gdb.base/signal.exp: Change kfail to fail, and update PR number.
16708
16709 2008-12-29 Pedro Alves <pedro@codesourcery.com>
16710
16711 PR gdb/7536:
16712 * gdb.base/radix.exp: Add tests to ensure invalid input radices
16713 and unsupported output radices are really rejected.
16714
16715 2008-12-23 Jan Kratochvil <jan.kratochvil@redhat.com>
16716
16717 * gdb.cp/punctuator.exp: Backslash the '$' signs.
16718
16719 2008-12-22 Tom Tromey <tromey@redhat.com>
16720
16721 * gdb.cp/punctuator.exp: New file.
16722
16723 2008-12-22 Jan Kratochvil <jan.kratochvil@redhat.com>
16724
16725 * gdb.base/completion.exp (Completing non-existing component): New test.
16726
16727 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16728
16729 Fix for PR gdb/8648.
16730 * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
16731 gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
16732 gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
16733 gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
16734
16735 2008-12-21 Jan Kratochvil <jan.kratochvil@redhat.com>
16736
16737 * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
16738
16739 2008-12-16 Christophe Lyon <christophe.lyon@st.com>
16740
16741 * gdb.base/expand-psymtabs.c: Insert code in foo so that the
16742 compiler actually generate code at the expected line number.
16743
16744 2008-12-15 Jie Zhang <jie.zhang@analog.com>
16745
16746 * gdb.base/consecutive.exp: Don't use global in gdb_expect.
16747
16748 2008-12-12 Tom Tromey <tromey@redhat.com>
16749
16750 * gdb.base/commands.exp (redefine_hook_test): New proc.
16751 Call it.
16752
16753 2008-12-11 Tom Tromey <tromey@redhat.com>
16754
16755 * gdb.base/macscp.exp: New regression test.
16756
16757 2008-12-11 Tom Tromey <tromey@redhat.com>
16758
16759 * gdb.base/macscp.exp: Print "address.addr".
16760 * gdb.base/macscp1.c (struct outer): New struct.
16761 (address): New global.
16762
16763 2008-12-09 Tom Tromey <tromey@redhat.com>
16764
16765 * gdb.base/commands.exp (redefine_backtrace_test): New proc.
16766 Call it.
16767
16768 2008-12-04 Doug Evans <dje@google.com>
16769
16770 * gdb.server/ext-run.exp: Relax regexp for init program.
16771
16772 2008-12-03 Tristan Gingold <gingold@adacore.com>
16773
16774 * gdb.base/macscp.exp: Generate an object file during compilation
16775 to work around Darwin dsymutil limitations.
16776
16777 2008-12-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16778
16779 Test resolving external references to TLS variables.
16780 * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
16781 FILE2_THREAD_LOCAL.
16782 (testfile2, srcfile2): New variables.
16783 * gdb.threads/tls.c (file2_thread_local)
16784 (function_referencing_file2_thread_local): New.
16785 * gdb.threads/tls2.c: New file.
16786
16787 2008-11-28 Joel Brobecker <brobecker@adacore.com>
16788
16789 * gdb.ada/int_deref.exp: Convert the addresses into long_integer
16790 rather than integer, as integer might not be big enough when
16791 on 64bit targets.
16792
16793 2008-11-27 Jerome Guitton <guitton@adacore.com>
16794
16795 * gdb.cp/formatted-ref.exp: Add equality test.
16796 * gdb.ada/formatted_ref.exp: Ditto.
16797
16798 2008-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
16799
16800 * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
16801 * gdb.base/start.exp: New comment about an alternative - `runto_main'.
16802
16803 2008-11-20 Andreas Schwab <schwab@suse.de>
16804
16805 * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
16806 matching syscall entry point.
16807 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
16808 (tcatch_vfork_then_child_follow): Likewise. Finish through
16809 vfork even if we stopped at the syscall trampoline.
16810
16811 2008-11-20 Doug Evans <dje@google.com>
16812
16813 * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
16814
16815 2008-11-18 Thiago Jung Bauermann <bauerman@br.ibm.com>
16816
16817 * gdb.arch/ppc-dfp.exp: New file.
16818 * gdb.arch/ppc-dfp.c: New file.
16819
16820 2008-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
16821
16822 * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
16823
16824 2008-11-17 Doug Evans <dje@google.com>
16825
16826 * gdb.mi/mi-syn-frame.exp: Update expected output.
16827 * gdb.mi/mi2-syn-frame.exp: Update expected output.
16828
16829 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
16830
16831 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
16832 "thread N" results in =thread-selected.
16833 * lib/mi-support (mi_run_cmd, mi_expect_stop)
16834 (mi_send_resuming_command_raw): Be prepared for
16835 =thread-selected.
16836
16837 2008-11-17 Vladimir Prus <vladimir@codesourcery.com>
16838
16839 * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
16840 * lib/mi-support.exp: Likewise.
16841
16842 2008-11-16 Joel Brobecker <brobecker@adacore.com>
16843
16844 * gdb.base/help.exp: Remove the "catch load" and "catch unload"
16845 commands from the expected output for "help catch".
16846
16847 2008-11-15 Joel Brobecker <brobecker@adacore.com>
16848
16849 * gdb.ada/int_deref.exp: New testcase.
16850
16851 2008-11-14 Nick Roberts <nickrob@snap.net.nz>
16852
16853 * gdb.mi/gdb2549.exp: New file.
16854
16855 2008-11-11 Doug Evans <dje@google.com>
16856
16857 * gdb.base/callexit.exp: New file.
16858 * gdb.base/callexit.c: New file.
16859
16860 2008-11-10 Doug Evans <dje@google.com>
16861
16862 * lib/gdb.exp (GDBFLAGS): Move -nx ...
16863 (INTERNAL_GDBFLAGS): ... to here. Move -nw to here as well.
16864 (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
16865 (default_gdb_start,default_gdb_exit): Ditto.
16866 * lib/mi-support.exp (default_mi_gdb_start): Ditto.
16867 (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
16868 * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
16869 * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
16870 * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
16871 * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
16872
16873 2008-11-03 Andreas Schwab <schwab@suse.de>
16874
16875 * gdb.base/hashline2.exp: Fix typo.
16876 * gdb.base/hashline3.exp: Likewise.
16877
16878 2008-10-30 Tom Tromey <tromey@redhat.com>
16879
16880 * gdb.base/pointers.exp: Add test.
16881 * gdb.base/pointers.c (k, S): New typedefs.
16882 (instance): New global.
16883
16884 2008-10-30 Andreas Schwab <schwab@suse.de>
16885
16886 * gdb.base/args.exp: Add tests for newlines.
16887
16888 2008-10-30 Joel Brobecker <brobecker@adacore.com>
16889
16890 gdb.base/foll-exec.exp: Update the expected output of a couple
16891 of "info breakpoints" tests.
16892
16893 2008-10-28 Tom Tromey <tromey@redhat.com>
16894
16895 * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
16896
16897 2008-10-24 Pedro Alves <pedro@codesourcery.com>
16898
16899 * gdb.python/python-value.exp (test_value_in_inferior): Don't use
16900 gdb_start_cmd.
16901 Use runto_main before any test that requires execution.
16902
16903 2008-10-23 Pedro Alves <pedro@codesourcery.com>
16904
16905 * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
16906 instead of SIGINT.
16907
16908 2008-10-22 Joel Brobecker <brobecker@adacore.com>
16909
16910 * gdb.base/completion.exp: Update expected output following
16911 the addition of the "info tasks" command.
16912
16913 2008-10-22 Tom Tromey <tromey@redhat.com>
16914
16915 * gdb.base/exprs.exp (test_expr): Add test for string
16916 concatenation.
16917
16918 2008-10-19 Pedro Alves <pedro@codesourcery.com>
16919
16920 * configure.ac: Output gdb.python/Makefile.
16921 * configure: Regenerate.
16922 * gdb.python/Makefile.in: New.
16923
16924 2008-10-16 Joel Brobecker <brobecker@adacore.com>
16925
16926 * gdb.base/foll-fork.exp: Adjust the expected output to match
16927 the new description for fork/vfork catchpoints in the "info
16928 breakpoints" output.
16929
16930 2008-10-16 Paul Pluzhnikov <ppluzhnikov@google.com>
16931
16932 * Makefile.in: Add gdb.python to ALL_SUBDIRS.
16933
16934 2008-10-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
16935
16936 * gdb.python/python-value.c: New file.
16937 * gdb.python/python-value.exp: New file.
16938
16939 2008-10-15 Pedro Alves <pedro@codesourcery.com>
16940
16941 * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
16942
16943 2008-10-15 Denis Pilat <denis.pilat@st.com>
16944
16945 * gdb.cp/mb-ctor.exp: Fix a typo.
16946
16947 2008-10-09 Tom Tromey <tromey@redhat.com>
16948
16949 * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
16950 'fprintf' and 'stderr'.
16951
16952 2008-10-07 Joel Brobecker <brobecker@adacore.com>
16953
16954 * gdb.ada/ref_tick_size.exp: New testcase.
16955
16956 2008-10-06 Doug Evans <dje@google.com>
16957
16958 * gdb.dwarf2/dw2-cu-size.exp: New file.
16959 * gdb.dwarf2/dw2-cu-size.S: New file.
16960
16961 * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
16962 .Ltype_int for clarity.
16963
16964 2008-10-03 Paul Pluzhnikov <ppluzhnikov@google.com>
16965
16966 PR gdb/2384:
16967 * gdb.cp/gdb2384.exp: Extended to test more cases.
16968 * gdb.cp/gdb2384.cc: Likewise.
16969 * gdb.cp/gdb2384-base.h: Likewise.
16970 * gdb.cp/gdb2384-base.cc: Likewise.
16971
16972 2008-10-02 Jan Kratochvil <jan.kratochvil@redhat.com>
16973
16974 * gdb.base/maint.exp (maint print type): Remove printing
16975 UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
16976
16977 2008-09-30 Tom Tromey <tromey@redhat.com>
16978
16979 * gdb.base/macscp.exp: Add completion tests.
16980 * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
16981 (TWENTY_THREE): Likewise.
16982 (FORTY_EIGHT): Likewise.
16983
16984 2008-09-30 Tom Tromey <tromey@redhat.com>
16985
16986 * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
16987 everywhere.
16988 * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
16989
16990 2008-09-28 Jan Kratochvil <jan.kratochvil@redhat.com>
16991
16992 * gdb.threads/attachstop-mt.exp: Note a real testcase name this
16993 testcase is derived from. Fix racy dependency on an expected PID
16994 number. No longer support the testcase on Linux kernel 2.4.x.
16995
16996 2008-09-27 Tom Tromey <tromey@redhat.com>
16997
16998 * gdb.base/macscp.exp: Add tests for stringification, splicing,
16999 and varargs.
17000
17001 2008-09-22 Pedro Alves <pedro@codesourcery.com>
17002
17003 * lib/mi-support.exp (mi_expect_interrupt): New.
17004 (mi_reverse_list, mi_check_thread_states): New, moved and renamed
17005 from gdb.mi/mi-nonstop.exp.
17006 * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
17007 * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
17008 lib/mi-support.exp.
17009 Use mi_check_thread_states throughout. Avoid ".*" and do not
17010 require an anchor after -exec-run.
17011
17012 2008-09-13 Daniel Jacobowitz <dan@codesourcery.com>
17013
17014 * gdb.mi/mi-nonstop.exp: Do not check thread state while a
17015 stop is pending. Avoid ".*" when two stops are pending.
17016 * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
17017 (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
17018 newlines in fullnames.
17019 * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
17020 (mi_expect_stop): Update comments. Only anchor in sync mode.
17021 Do not match newlines.
17022 (mi_send_resuming_command_raw): Always return status.
17023 (mi_get_stop_line): Do not match more than one line by accident.
17024 Only anchor in sync mode.
17025 (mi_run_inline_test): If -exec-next fails, give up.
17026
17027 2008-09-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17028
17029 * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
17030 on SPU.
17031
17032 2008-09-10 Joel Brobecker <brobecker@adacore.com>
17033
17034 * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
17035
17036 2008-09-10 Joel Brobecker <brobecker@adacore.com>
17037
17038 * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
17039 gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
17040 gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
17041 gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
17042 gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
17043 gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
17044 gdb.ada/interface.exp, gdb.ada/null_array.exp,
17045 gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
17046 gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
17047 gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
17048 gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
17049 Include the "= " sequence in the expected output of print tests.
17050
17051 2008-09-10 Joel Brobecker <brobecker@adacore.com>
17052
17053 * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
17054 description for boolean types.
17055
17056 2008-09-09 Pedro Alves <pedro@codesourcery.com>
17057
17058 * gdb.base/hook-stop-continue.c: New.
17059 * gdb.base/hook-stop-continue.exp: New.
17060
17061 2008-09-08 Daniel Jacobowitz <dan@codesourcery.com>
17062
17063 * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
17064
17065 2008-09-08 Jerome Guitton <guitton@adacore.com>
17066
17067 * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
17068 (stack_check_probe_2, stack_check_probe_loop_1)
17069 (stack_check_probe_loop_2): New functions.
17070 (main): Add call to these new functions.
17071 * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
17072 functions, check that the breakpoint is inserted at the appropriate
17073 location.
17074 (insert_breakpoint): Slightly refine this procedure so that it can
17075 be called several times in the test.
17076
17077 2008-09-08 Jerome Guitton <guitton@adacore.com>
17078
17079 * gdb.base/stack-checking.c: New file.
17080 * gdb.base/stack-checking.exp: New file.
17081
17082 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
17083
17084 * gdb.arch/altivec-abi.exp: Remove extra verbose call.
17085 * gdb.arch/altivec-regs.exp: Likewise.
17086 * gdb.arch/vsx-regs.exp: Likewise.
17087
17088 2008-09-05 Thiago Jung Bauermann <bauerman@br.ibm.com>
17089
17090 * gdb.arch/ppc-fp.exp: New file.
17091 * gdb.arch/ppc-fp.c: New file.
17092
17093 2008-09-05 Paul Pluzhnikov <ppluzhnikov@google.com>
17094
17095 *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
17096 lest gcc-4.3.1 optimizes the whole thing away.
17097
17098 2008-09-04 Michael Snyder <msnyder@vmware.com>
17099
17100 * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
17101 as "at" (for non-debug functions such as _start).
17102
17103 2008-09-03 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17104
17105 * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
17106 * gdb.base/watchpoint-solib.exp: Likewise. Update tests to handle
17107 software watchpoints.
17108 * gdb.base/watch_thread_num.exp: Likewise.
17109
17110 2008-09-03 Aleksandar Ristovski <aristovski@qnx.com>
17111
17112 * gdb.arch/i386-bp_permanent.exp: New test.
17113
17114 2008-08-24 Tom Tromey <tromey@redhat.com>
17115
17116 * gdb.base/maint.exp: Update "maint print type".
17117
17118 2008-08-21 Vladimir Prus <vladimir@codesourcery.com>
17119
17120 * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
17121 support. Adjust the order of "*running" notifications.
17122 * gdb.mi/non-stop.c: Don't cast from int to void* and
17123 back.
17124
17125 2008-08-20 Mark Kettenis <kettenis@gnu.org>
17126
17127 * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
17128 expect to find it in the "info frame" output.
17129
17130 2008-08-20 Daniel Jacobowitz <dan@codesourcery.com>
17131
17132 * gdb.base/interp.exp: Always consume both prompts.
17133
17134 2008-08-20 Pedro Alves <pedro@codesourcery.com>
17135
17136 * gdb.base/pending.exp: Test pending breakpoints without symbols
17137 loaded.
17138
17139 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
17140
17141 * lib/mi-support.exp (mi_expect_stop): Produce
17142 more details on failures.
17143 * gdb.mi/mi-nonstop.exp: New.
17144 * gdb.mi/non-stop.c: New.
17145
17146 2008-08-19 Vladimir Prus <vladimir@codesourcery.com>
17147
17148 * gdb.mi/mi-async.exp: Use 'set target-async'.
17149 * lib/mi-support.exp: Use 'set/show target-async'.
17150
17151 2008-08-18 Daniel Jacobowitz <dan@codesourcery.com>
17152
17153 * gdb.arch/powerpc-prologue.exp: Correct saved registers.
17154
17155 2008-08-17 Tom Tromey <tromey@redhat.com>
17156
17157 * gdb.base/help.exp (help catch): Rewrite.
17158
17159 2008-08-16 Thiago Jung Bauermann <bauerman@br.ibm.com>
17160
17161 * gdb.base/define.exp: Test indented command documentation.
17162 * gdb.python/python.exp: Test indented multi-line command.
17163
17164 2008-08-15 Luis Machado <luisgpm@br.ibm.com>
17165
17166 * testsuite/gdb.arch/vsx-regs.c: New source file.
17167 * testsuite/gdb.arch/vsx-regs.exp: New testcase.
17168 * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
17169
17170 2008-08-14 Tom Tromey <tromey@redhat.com>
17171
17172 * gdb.base/macscp.exp: Add regression test for "macro define" or
17173 "macro undef" with no arguments.
17174
17175 2008-08-08 Paul Pluzhnikov <ppluzhnikov@google.com>
17176
17177 * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
17178
17179 2008-08-07 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17180
17181 * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
17182
17183 2008-08-06 Tom Tromey <tromey@redhat.com>
17184
17185 * gdb.python/python.exp: New file.
17186
17187 2008-08-06 Jan Kratochvil <jan.kratochvil@redhat.com>
17188
17189 Fix for PR gdb/1543.
17190 * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
17191 $LOCATION.
17192 (location): New variable.
17193 * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
17194 config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
17195 config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
17196 config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
17197 gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
17198 gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
17199 gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
17200 gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
17201 gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
17202 gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
17203 gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
17204 gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
17205 gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
17206 gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
17207 gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
17208 gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
17209 gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
17210 gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
17211 gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
17212 gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
17213 gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
17214 gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
17215 gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
17216 gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
17217 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
17218 gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
17219 gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
17220 gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
17221 gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
17222 gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
17223 gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
17224 gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
17225 gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
17226 gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
17227 gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
17228 gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
17229 gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
17230 gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
17231 gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
17232 gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
17233 gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
17234 gdb.base/type-opaque.exp, gdb.base/until.exp,
17235 gdb.base/value-double-free.c, gdb.base/varargs.exp,
17236 gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
17237 gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
17238 gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
17239 gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
17240 gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
17241 gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
17242 gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
17243 gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
17244 gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
17245 gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
17246 gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
17247 gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
17248 gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
17249 gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
17250 gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
17251 gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
17252 gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
17253 gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
17254 gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
17255 gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
17256 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
17257 gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
17258 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
17259 gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
17260 gdb.pascal/types.exp, gdb.stabs/weird.exp,
17261 gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
17262 gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
17263 gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
17264 gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
17265 gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
17266 gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
17267 gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
17268 gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
17269 gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
17270 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
17271 gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
17272 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
17273 lib/mi-support.exp, lib/trace-support.exp: Remove reference
17274 to bug-gdb@prep.ai.mit.edu .
17275
17276 2008-07-31 Vladimir Prus <vladimir@codesourcery.com>
17277
17278 * lib/mi-support.exp (mi_load_shlibs): New.
17279 * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
17280
17281 2008-07-30 Vladimir Prus <vladimir@codesourcery.com>
17282
17283 * lib/mi-support.exp (get_mi_thread_list)
17284 (check_mi_and_console_threads): New, moved from ...
17285 * gdb.mi/mi-pthread.exp: ...here.
17286 * gdb.mi/gdb669.exp (get_mi_thread_list)
17287 (check_mi_and_console_threads): Delete.
17288 * gdb.mi/mi2-pthread.exp: Likewise.
17289
17290 2008-07-28 Tom Tromey <tromey@redhat.com>
17291
17292 * Makefile.in (just-check): Remove. Move body to...
17293 (check): ... here.
17294
17295 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17296
17297 * gdb.threads/manythreads.exp: Use remote_expect instead of after.
17298 Add a test for duplicated SIGINTs.
17299
17300 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17301
17302 * gdb.threads/schedlock.exp (get_args): Update to work for any
17303 value of NUM.
17304 (Top level): Report the number of threads that did not resume.
17305
17306 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17307
17308 * gdb.dwarf2/dw2-compressed.S: Also define __start.
17309
17310 2008-07-27 Daniel Jacobowitz <dan@codesourcery.com>
17311
17312 * lib/mi-support.exp (default_mi_gdb_start): Remove check for
17313 non-MI prompt.
17314
17315 2008-07-26 Tom Tromey <tromey@redhat.com>
17316
17317 * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
17318 (function_struct, function_struct_ptr): New globals.
17319 * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
17320 function pointer in a struct.
17321
17322 2008-07-26 Tom Tromey <tromey@redhat.com>
17323
17324 * gdb.base/macscp.exp: Add test for macro lexing bug.
17325
17326 2008-07-18 Tom Tromey <tromey@redhat.com>
17327
17328 * gdb.base/macscp.exp: Add macro tests.
17329
17330 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
17331
17332 * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
17333
17334 2008-07-17 Paul Pluzhnikov <ppluzhnikov@google.com>
17335
17336 * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
17337
17338 2008-07-15 Paul Pluzhnikov <ppluzhnikov@google.com>
17339
17340 * gdb.cp/class2.exp: fix for failure on spu-elf
17341
17342 2008-07-14 Paul Pluzhnikov <ppluzhnikov@google.com>
17343
17344 * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
17345
17346 2008-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
17347
17348 * gdb.base/randomize.exp: Catch non-Linux targets as untested.
17349
17350 2008-07-12 Vladimir Prus <vladimir@codesourcery.com>
17351
17352 * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
17353
17354 2008-07-11 Kevin Buettner <kevinb@redhat.com>
17355
17356 * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
17357 of regexp to account for changes made to GDB in the printing of
17358 byte vectors.
17359
17360 2008-07-11 Tom Tromey <tromey@redhat.com>
17361
17362 * gdb.base/completion.exp: Add 'help' completion test.
17363
17364 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17365
17366 * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
17367
17368 2008-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
17369
17370 * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
17371
17372 2008-07-09 Pedro Alves <pedro@codesourcery.com>
17373
17374 * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
17375
17376 2008-07-09 Pedro Alves <pedro@codesourcery.com>
17377
17378 * gdb.base/fullname.exp: Restore pwd if compiling failed.
17379
17380 2008-07-07 Jan Kratochvil <jan.kratochvil@redhat.com>
17381
17382 * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
17383
17384 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
17385
17386 * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
17387 previous commit. Add a comment.
17388
17389 2008-06-28 Pedro Alves <pedro@codesourcery.com>
17390
17391 * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
17392
17393 2008-06-28 Vladimir Prus <vladimir@codesourcery.com>
17394
17395 * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
17396
17397 2008-06-27 Pedro Alves <pedro@codesourcery.com>
17398
17399 * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
17400 (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
17401 compiling an executable, link in an object that forces unbuffered
17402 output.
17403 * lib/set_unbuffered_mode.c: New file.
17404
17405 2008-06-25 Jan Kratochvil <jan.kratochvil@redhat.com>
17406
17407 * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
17408
17409 2008-06-25 Vladimir Prus <vladimir@codesourcery.com>
17410
17411 * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
17412 mi_expect_stop.
17413 * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
17414 Demand that *running is output.
17415 (detect_async): Perform checking every time.
17416 (mi_send_resuming_command): Extract everything into...
17417 (mi_send_resuming_command_raw): ...this.
17418 (mi_expect_stop): Don't accept any output before *stopped.
17419
17420 2008-06-13 Vladimir Prus <vladimir@codesourcery.com>
17421
17422 Robustify mi-simplerun.
17423 * gdb.mi/basics.c (main): Add a call to sleep.
17424 * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
17425 * gdb.mi/mi2-cli.exp: Likewise.
17426 * gdb.mi/mi-break.exp: Likewise.
17427
17428 2008-06-11 Vladimir Prus <vladimir@codesourcery.com>
17429
17430 * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
17431
17432 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
17433
17434 * gdb.mi/mi-console.exp: Adjust.
17435 * gdb.mi/mi-syn-frame.exp: Adjust.
17436 * gdb.mi/mi2-console.exp: Adjust.
17437 * gdb.mi/mi2-syn-frame.exp: Adjust.
17438 * lib/mi-support.exp (mi_run_cmd): Adjust.
17439 (mi_send_resuming_command): Adjust.
17440
17441 2008-06-10 Vladimir Prus <vladimir@codesourcery.com>
17442
17443 * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
17444 * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
17445 testing of stopped.
17446 * gdb.mi/mi2-syn-frame.exp: Likewise.
17447 * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
17448 (async, detect_async): New.
17449 (mi_expect_stop, mi_continue_to_line): Adjust expectation
17450 depending on if we're running in sync or async mode.
17451
17452 2008-06-09 Tom Tromey <tromey@redhat.com>
17453
17454 * gdb.base/completion.exp: New tests for field name completion
17455 with spaces, and field name completion with '->'.
17456
17457 2008-06-06 Tom Tromey <tromey@redhat.com>
17458
17459 * gdb.base/break1.c (struct some_struct): New struct.
17460 (values): New global.
17461 * gdb.base/completion.exp: Add field name completion test.
17462
17463 2008-06-06 Paul Pluzhnikov <ppluzhnikov@google.com>
17464
17465 * gdb.cp/call-c.exp: Test for incorrect handling of reference
17466 to pointer.
17467 * gdb.cp/call-c.cc: Likewise.
17468
17469 2008-06-06 Nick Roberts <nickrob@snap.net.nz>
17470
17471 * gdb.base/annota1.exp (thread_switch): Test for thread-changed
17472 annotation.
17473
17474 2008-06-05 Paul Pluzhnikov <ppluzhnikov@google.com>
17475 Pedro Alves <pedro@codesourcery.com>
17476
17477 * gdb.threads/execl.c, gdb.threads/execl1.c,
17478 gdb.threads/execl.exp: New tests.
17479
17480 2008-06-05 Aleksandar Ristovski <aristovski@qnx.com>
17481 Daniel Jacobowitz <dan@codesourcery.com>
17482
17483 * gdb.cp/exception.exp: Activate test, make it work with pending
17484 catchpoints.
17485
17486 2008-06-05 Jan Kratochvil <jan.kratochvil@redhat.com>
17487
17488 * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
17489
17490 2008-05-28 Vladimir Prus <vladimir@codesourcery.com>
17491
17492 * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
17493 now printed.
17494 * gdb.mi/mi2-var-cmd.exp: Likewise.
17495
17496 2008-05-27 Andreas Schwab <schwab@suse.de>
17497
17498 * gdb.base/frame-args.exp: Handle arguments that are optimized
17499 out.
17500
17501 2008-05-26 Luis Machado <luisgpm@br.ibm.com>
17502
17503 * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
17504 quiet for ppc32 and group options into a single variable.
17505
17506 2008-05-23 Joel Brobecker <brobecker@adacore.com>
17507
17508 * gdb.ada/null_array/foo.adb: Add multi-dimensional array
17509 of zero-size elements.
17510 * gdb.ada/null_array.exp: Test printing this new array.
17511
17512 2008-05-22 Jan Kratochvil <jan.kratochvil@redhat.com>
17513
17514 * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
17515
17516 2008-05-21 Joel Brobecker <brobecker@adacore.com>
17517
17518 * gdb.base/finish.exp: Test that "fin" works as an abbreviation
17519 of the "finish" command.
17520
17521 2008-05-21 Nick Roberts <nickrob@snap.net.nz>
17522
17523 * gdb.base/annota1.exp: Test for new annotation.
17524
17525 2008-05-16 Pedro Alves <pedro@codesourcery.com>
17526
17527 * gdb.base/fixsection.exp: New file.
17528 * gdb.base/fixsection0.c: New file.
17529 * gdb.base/fixsection1.c: New file.
17530
17531 2008-05-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17532
17533 * gdb.base/annota1.exp: Accept printf@... in place of printf.
17534 * gdb.base/annota3.exp: Likewise.
17535
17536 2008-05-13 Nathan Froyd <froydnj@codesourcery.com>
17537
17538 * gdb.base/watch_thread_num.exp: Don't run tests that require
17539 watchpoints if the target doesn't support them.
17540
17541 2008-05-12 Doug Evans <dje@google.com>
17542
17543 * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
17544
17545 2008-05-09 Joel Brobecker <brobecker@adacore.com>
17546
17547 * gdb.ada/assign_1.exp: New testcase.
17548
17549 2008-05-09 Doug Evans <dje@google.com>
17550
17551 * gdb.base/find.exp: New file.
17552 * gdb.base/find.c: New file.
17553
17554 2008-05-08 Daniel Jacobowitz <dan@codesourcery.com>
17555
17556 * gdb.base/commands.exp (watchpoint_command_test): Handle
17557 gdb,no_hardware_watchpoints.
17558 * gdb.base/float.exp: Allow ARM targets without floating point.
17559 * gdb.base/step-test.exp: Allow callee@plt when stepping in.
17560
17561 2008-05-06 Jerome Guitton <guitton@adacore.com>
17562 Joel Brobecker <brobecker@adacore.com>
17563
17564 * gdb.ada/lang_switch: New test program.
17565 * gdb.ada/lang_switch.exp: New testcase.
17566
17567 2008-05-05 Doug Evans <dje@google.com>
17568
17569 * gdb.base/help.exp (disassemble): Update expected help text.
17570
17571 2008-05-04 Pedro Alves <pedro@codesourcery.com>
17572
17573 * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
17574
17575 2008-05-04 Pedro Alves <pedro@codesourcery.com>
17576
17577 * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
17578 different times.
17579
17580 2008-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
17581
17582 * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
17583 * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
17584 `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
17585 * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
17586
17587 2008-05-04 Vladimir Prus <vladimir@codesourcery.com>
17588
17589 * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
17590 notification to appear.
17591
17592 2008-05-04 Daniel Jacobowitz <dan@debian.org>
17593
17594 * gdb.base/fullname.c: New file.
17595 * gdb.base/fullname.exp: New file.
17596 * lib/gdb.exp (gdb_breakpoint): Support no-message option.
17597
17598 2008-05-03 Pedro Alves <pedro@codesourcery.com>
17599
17600 * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
17601 expressions with macros.
17602
17603 2008-05-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17604
17605 * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
17606
17607 2008-05-02 Daniel Jacobowitz <dan@codesourcery.com>
17608
17609 * gdb.base/completion.exp: Handle lack of other symbols beginning
17610 with "a".
17611
17612 * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
17613
17614 2008-05-02 Jim Blandy <jimb@codesourcery.com>
17615
17616 * gdb.asm/asmsrc1.s: Add scratch space.
17617
17618 2008-05-01 Jan Kratochvil <jan.kratochvil@redhat.com>
17619 Daniel Jacobowitz <dan@codesourcery.com>
17620
17621 * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
17622 gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
17623 gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
17624
17625 2007-05-01 Daniel Jacobowitz <dan@codesourcery.com>
17626
17627 * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
17628
17629 2008-05-01 Joel Brobecker <brobecker@adacore.com>
17630
17631 * gdb.base/info-target.exp: New testcase.
17632
17633 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
17634
17635 * gdb.cp/hang.exp: Use .cc instead of .C.
17636 * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
17637 * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
17638
17639 2008-04-30 Daniel Jacobowitz <dan@codesourcery.com>
17640
17641 * gdb.base/gdb1250.exp: Remove perror.
17642 * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
17643
17644 2008-04-30 Pedro Alves <pedro@codesourcery.com>
17645
17646 * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
17647 .2byte.
17648
17649 2008-04-25 Daniel Jacobowitz <dan@codesourcery.com>
17650
17651 * gdb.base/macscp.exp: Enable kfails. Compile with -g3 for GCC.
17652 (maybe_kfail): New.
17653
17654 2008-04-25 Pedro Alves <pedro@codesourcery.com>
17655
17656 * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
17657
17658 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
17659
17660 * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
17661 * gdb.mi/mi2-syn-frame.exp: Likewise.
17662 * lib/mi-support.exp: Likewise.
17663
17664 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
17665
17666 * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
17667 to specify regexp for the location to stop at.
17668 * gdb.base/break-always.c: New.
17669 * gdb.base/break-always.exp: New.
17670
17671 2008-04-24 Vladimir Prus <vladimir@codesourcery.com>
17672
17673 * lib/mi-support.exp (mi_runto_helper): Adjust
17674 for the original-location field.
17675 (mi_create_breakpoint, mi_list_breakpoints): New.
17676 * gdb.mi/mi-break.exp: Adjust.
17677 * gdb.mi/mi2-break.exp: Adjust.
17678 * gdb.mi/mi-pending.exp: Adjust.
17679 * gdb.mi/mi-simplerun.exp: Adjust.
17680 * gdb.mi/mi2-simplerun.exp: Adjust.
17681 * gdb.mi/mi-syn-frame.exp: Adjust.
17682 * gdb.mi/mi2-syn-frame.exp: Adjust.
17683 * gdb.mi/mi-until.exp: Adjust.
17684 * gdb.mi/mi2-until.exp: Adjust.
17685 * gdb.mi/mi-var-display.exp: Adjust.
17686 * gdb.mi/mi2-var-display.exp: Adjust.
17687 * gdb.mi/mi-watch.exp: Adjust.
17688 * gdb.mi/mi2-watch.exp: Adjust.
17689
17690 2008-04-23 Paolo Bonzini <bonzini@gnu.org>
17691
17692 * aclocal.m4: Add override.m4.
17693 * configure: Regenerate.
17694
17695 2008-04-19 Vladimir Prus <vladimir@codesourcery.com>
17696
17697 * gdb.mi/var-cmd.c (do_at_tests): Verify that
17698 '-var-update --all-values' reports new value even the type
17699 of a variable object has changed.
17700
17701 2008-04-18 Craig Silverstein <csilvers@google.com>
17702
17703 * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
17704 files.
17705
17706 2008-04-18 Joel Brobecker <brobecker@adacore.com>
17707
17708 * gdb.ada/atomic_enum: New test program.
17709 * gdb.ada/atomic_enum.exp: New testcase.
17710
17711 2008-04-17 Doug Evans <dje@google.com>
17712
17713 * gdb.opt/Makefile.in: Fix whitespace.
17714
17715 2008-04-17 Daniel Jacobowitz <dan@codesourcery.com>
17716
17717 * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
17718
17719 2008-04-17 Doug Evans <dje@google.com>
17720
17721 * gdb.base/hashline1.exp: New testcase.
17722 * gdb.base/hashline2.exp: New testcase.
17723 * gdb.base/hashline2.exp: New testcase.
17724
17725 2008-04-17 Pedro Alves <pedro@codesourcery.com>
17726
17727 * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
17728
17729 2008-04-15 Aleksandar Ristovski <aristovski@qnx.com>
17730
17731 * gdb.base/attach.exp (do_attach_tests): Matching pattern for
17732 temporary breakpoint to match "Temporary breakpoint".
17733 * gdb.base/break.exp (delete_breakpoints): Likewise.
17734 * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
17735 * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
17736 * gdb.base/display.exp: Likewise.
17737 * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
17738 * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
17739 * gdb.base/restore.exp (restore_tests): Likewise.
17740 * gdb.base/sepdebug.exp: Likewise.
17741 * gdb.base/watchpoint.exp: Likewise.
17742 * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
17743 * gdb.mi/mi-pending.exp: Likewise.
17744 * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
17745 * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
17746 * gdb.mi/mi-var-cmd.exp: Likewise.
17747 * gdb.mi/mi-var-display.exp: Likewise.
17748 * gdb.mi/mi2-cli.exp: Likewise.
17749 * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
17750 * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
17751 * gdb.mi/mi2-var-display.exp: Likewise.
17752 * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
17753 * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
17754 new "disp" field.
17755 (mi_expect_stop): Move after_reason argument to be really after
17756 reason. This is to support fix for PR2424.
17757
17758 2008-04-15 Jan Kratochvil <jan.kratochvil@redhat.com>
17759
17760 * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
17761
17762 2008-04-13 Vladimir Prus <vladimir@codesourcery.com>
17763
17764 * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
17765 field. Add more floating varobj tests.
17766 * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
17767 field.
17768 * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
17769 (main): Call do_at_tests.
17770 * lib/mi-support.exp (mi_create_floating_varobj)
17771 (mi_varobj_update_with_type_change): New.
17772
17773 2008-04-09 Marc Khouzam <marc.khouzam@ericsson.com>
17774
17775 * gdb.mi/mi2-var-display.exp: Added tests for the new -f
17776 option of -var-evaluate-expression.
17777 * gdb.mi/mi2-var-display.exp: Likewise.
17778
17779 2008-04-07 Vladimir Prus <vladimir@codesourcery.com>
17780
17781 Introduce test setup helpers.
17782 * lib/gdb.exp (build_executable, clean_restart)
17783 (prepare_for_testing): New.
17784 * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
17785 * gdb.base/return.exp: Likewise.
17786 * gdb.base/ending-run.exp: Likewise.
17787
17788 2008-04-07 Nick Roberts <nickrob@snap.net.nz>
17789
17790 * gdb.mi/mi-async.exp: New test for asynchronous Machine
17791 Interface (MI) responses.
17792
17793 2008-04-06 Vladimir Prus <vladimir@codesourcery.com>
17794
17795 * gdb.cp/breakpoint.cc: New code to test conditions involving
17796 member variables.
17797 * gdb.cp/breakpoint.exp: Test condition involving member
17798 variables.
17799
17800 2008-04-05 Vladimir Prus <vladimir@codesourcery.com>
17801
17802 * lib/mi-support.exp (mi_expect_stop): New.
17803 (mi_run_cmd): Change the
17804 token. Use mi_send_resuming_command, use
17805 mi_expect_stop.
17806 (mi_execute_to_helper): Rename to mi_execute_to.
17807 (mi_send_resuming_command): Add more error patterns.
17808 (mi_wait_for_stop): Renamed to...
17809 (mi_get_stop_line): ...this.
17810 (mi_run_inline_test): Adjust.
17811
17812 * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
17813 * gdb.mi/mi-console.exp: Likewise.
17814 * gdb.mi/mi-pending.exp: Likewise.
17815 * gdb.mi/mi-simplerun.exp: Likewise.
17816 * gdb.mi/mi-stack.exp: Likewise.
17817 * gdb.mi/mi-stepi.exp: Likewise.
17818 * gdb.mi/mi-syn-frame.exp: Add comment.
17819 * gdb.mi/mi-until.exp: Likewise.
17820 * gdb.mi/mi-var-display.exp: Likewise.
17821 * gdb.mi/mi-watch.exp: Likewise.
17822 * gdb.mi/mi2-cli.exp: Likewise.
17823 * gdb.mi/mi2-console.exp: Likewise.
17824 * gdb.mi/mi2-simplerun.exp: Likewise.
17825 * gdb.mi/mi2-stack.exp: Likewise.
17826 * gdb.mi/mi2-stepi.exp: Likewise.
17827 * gdb.mi/mi2-until.exp: Likewise.
17828 * gdb.mi/mi2-var-display.exp: Likewise.
17829 * gdb.mi/mi2-watch.exp: Likewise.
17830
17831 2008-04-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17832
17833 * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
17834
17835 * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
17836
17837 2008-04-04 Pedro Alves <pedro@codesourcery.com>
17838
17839 * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
17840 gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
17841 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
17842 gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
17843 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
17844 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
17845 expect an mi error duplicated in stderr.
17846
17847 2008-04-03 Joel Brobecker <brobecker@adacore.com>
17848
17849 * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
17850 * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
17851 Add a couple of tests that verify the behavior when the new setting
17852 is set to "cancel" and "all".
17853 * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
17854 "ask" before we start the testing.
17855
17856 2008-04-01 Aleksandar Ristovski <aristovski@qnx.com>
17857
17858 * gdb.cp/casts.cc: Add class reference variables.
17859 * gdb.cp/casts.exp: New test cases for up/down casting references.
17860
17861 2008-04-01 Marc Khouzam <marc.khouzam@ericsson.com>
17862
17863 * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
17864 instead of beginning to make an extra test pass.
17865 * gdb.mi/mi2-var-display.exp: Likewise.
17866
17867 2008-03-31 Maciej W. Rozycki <macro@mips.com>
17868
17869 * gdb.base/break.exp: Mark failures as such. Fix formatting.
17870
17871 2008-03-31 Markus Deuling <deuling@de.ibm.com>
17872 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
17873
17874 * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
17875 value. Add xfail for older kernels.
17876
17877 2008-03-28 Aleksandar Ristovski <aristovski@qnx.com>
17878
17879 Bring mi-support in line with gdb.exp.
17880 * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
17881 (mi_gdb_start): New function.
17882
17883 2008-03-28 Maciej W. Rozycki <macro@mips.com>
17884
17885 * gdb.mi/mi-var-cmd.exp: Fix a typo.
17886
17887 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
17888
17889 * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
17890 * gdb.mi/mi2-var-display.exp: Likewise.
17891
17892 2008-03-26 Vladimir Prus <vladimir@codesourcery.com>
17893
17894 * lib/mi-support.exp (mi_create_varobj_checked): New.
17895 (mi_list_varobj_children): Allow to check for a
17896 value.
17897 (mi_list_array_varobj_children): New.
17898
17899 * gdb.mi/mi-var-child.exp: Use mi_create_varobj
17900 and mi_list_varobj_children, as opposed to hardcoding
17901 expected strings.
17902 * gdb.mi/gdb701.exp: Likewise.
17903 * gdb.mi/gdb792.exp: Likewise.
17904 * gdb.mi/mi-var-block.exp: Likewise.
17905 * gdb.mi/mi-var-cmd.exp: Likewise.
17906 * gdb.mi/mi-var-invalidate.exp: Likewise.
17907 * gdb.mi/mi2-var-block.exp: Likewise.
17908 * gdb.mi/mi2-var-child.exp: Likewise.
17909 * gdb.mi/mi2-var-cmd.exp: Likewise.
17910 * gdb.mi/mi2-var-display.exp: Likewise.
17911
17912 2008-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
17913
17914 Fix random false FAILs on i386.
17915 * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
17916
17917 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
17918
17919 PR gdb/544
17920 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
17921
17922 2008-03-23 Daniel Jacobowitz <dan@codesourcery.com>
17923
17924 PR gdb/544
17925 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
17926
17927 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
17928
17929 * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
17930 fixed PR gdb/544.
17931
17932 2008-03-21 Pedro Alves <pedro@codesourcery.com>
17933
17934 * gdb.threads/fork-child-threads.exp: Test next over fork.
17935
17936 2008-03-21 Chris Demetriou <cgd@google.com>
17937
17938 * gdb.base/break.exp (rbreak junk): New test for rbreak
17939 "Junk at end of arguments" issue.
17940
17941 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
17942
17943 * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
17944 *& to work on created array elements.
17945 (Top level): Test print $pc with a file. Test string operations
17946 without a target.
17947 * gdb.base/ptype.exp: Do not expect *& to work on created array
17948 elements.
17949
17950 2008-03-21 Daniel Jacobowitz <dan@codesourcery.com>
17951
17952 * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
17953 gdb.threads/staticthreads.exp: Update exit query.
17954
17955 2008-03-07 Sandra Loosemore <sandra@codesourcery.com>
17956
17957 * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
17958
17959 2008-03-03 Daniel Jacobowitz <dan@codesourcery.com>
17960
17961 * gdb.base/watchpoint.c (global_ptr, func4): New.
17962 (main): Call func4.
17963 * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
17964 (test_inaccessible_watchpoint): New.
17965
17966 2008-02-29 Maciej W. Rozycki <macro@mips.com>
17967
17968 * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
17969 select the largest.
17970
17971 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com>
17972
17973 * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
17974 frames-invalid annotations.
17975
17976 2008-02-28 Pierre Muller <muller@ics.u-strasbg.fr>
17977
17978 * gdb.base/assign.exp: avoid same output for different tests.
17979
17980 2008-02-27 Doug Evans <dje@google.com>
17981
17982 * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
17983 for bug 1738.
17984 (breakpoint_to_handler_entry): Ditto.
17985
17986 2008-02-27 Joel Brobecker <brobecker@adacore.com>
17987
17988 * gdb.base/ending-run.exp: Use the first line of code inside
17989 function body to test breakpoints.
17990 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
17991 location where the breakpoint is inserted when using the line
17992 where a function is declared. Fix typo in the description of
17993 one of the tests.
17994 * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
17995
17996 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
17997
17998 * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
17999 tests.
18000
18001 2008-02-27 Pierre Muller <muller@ics.u-strasbg.fr>
18002
18003 * gdb.base/args.exp: avoid same output for tests
18004 with single quotes.
18005
18006 2008-02-26 Vladimir Prus <vladimir@codesourcery.com>
18007
18008 * gdb.base/annota1.exp: Adjust for 'info break'
18009 format changes.
18010 * gdb.base/annota3.exp: Likewise.
18011 * gdb.base/break.exp: Likewise.
18012 * gdb.base/condbreak.exp: Likewise.
18013 * gdb.base/pending.exp: Likewise.
18014 * gdb.base/sepdebug.exp: Likewise.
18015 * gdb.base/unload.exp: Likewise.
18016 * gdb.cp/ovldbreak.exp: Likewise.
18017 * gdb.mi/mi-pending.exp: Likewise.
18018
18019 2008-02-07 Doug Evans <dje@google.com>
18020
18021 * gdb.cp/mb-inline.exp: New.
18022 * gdb.cp/mb-inline.h: New.
18023 * gdb.cp/mb-inline1.cc: New.
18024 * gdb.cp/mb-inline2.cc: New.
18025
18026 2008-02-06 Pierre Muller <muller@ics.u-strasbg.fr>
18027
18028 * gdb.pascal/floats.pas: New test program.
18029 * gdb.pascal/floats.exp: New testcase.
18030
18031 2008-02-06 Thiago Jung Bauermann <bauerman@br.ibm.com>
18032
18033 * gdb.base/callfuncs.c (t_float_many_args): New function.
18034 (t_double_many_args): New function.
18035 * gdb.base/callfuncs.exp: Add tests for exceeding float
18036 and double parameters passed through the stack.
18037
18038 2008-02-05 Joel Brobecker <brobecker@adacore.com>
18039
18040 * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
18041 gdb.ada/complete/foo.adb: New files.
18042 * gdb.ada/complete.exp: New testcase.
18043
18044 2008-02-03 Doug Evans <dje@google.com>
18045
18046 * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
18047
18048 * gdb.cp/gdb2384.exp: New file.
18049 * gdb.cp/gdb2384.cc: New file.
18050 * gdb.cp/gdb2384-base.h: New file.
18051 * gdb.cp/gdb2384-base.cc: New file.
18052
18053 2008-02-02 Doug Evans <dje@google.com>
18054
18055 * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
18056
18057 2007-02-01 Joel Brobecker <brobecker@adacore.com>
18058
18059 * gdb.ada/sym_print_name: New test program.
18060 * gdb.ada/sym_print_name.exp: New testcase.
18061
18062 2007-02-01 Joel Brobecker <brobecker@adacore.com>
18063
18064 * gdb.ada/nested/hello.adb: New file.
18065 * gdb.ada/nested.exp: New testcase.
18066 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
18067
18068 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
18069
18070 * gdb.mi/basic.c (return_1): New function.
18071 * gdb.mi/mi-break.exp: Make sure that failed -break-insert
18072 don't cause future evaluations of function to report
18073 creation of internal breakpoints.
18074
18075 2008-02-01 Vladimir Prus <vladimir@codesourcery.com>
18076
18077 * gdb.mi/mi-break.exp (test_error): New.
18078 Call it.
18079
18080 2008-01-31 Luis Machado <luisgpm@br.ibm.com>
18081
18082 * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
18083 * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
18084
18085 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
18086
18087 * gdb.pascal/integers.pas: New test program.
18088 * gdb.pascal/integers.exp: New testcase.
18089
18090 2008-01-31 Pierre Muller <muller@ics.u-strasbg.fr>
18091
18092 * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
18093
18094 2008-01-30 Luis Machado <luisgpm@br.ibm.com>
18095
18096 * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
18097 * gdb.arch/powerpc-d128-regs.c: New testcase source file.
18098
18099 2008-01-30 Paul Hilfinger <hilfinger@adacore.com>
18100
18101 * gdb.ada/formatted_ref: New test program.
18102 * gdb.ada/formatted_ref.exp: New testcase.
18103
18104 * gdb.cp/formatted-ref.cc: New file.
18105 * gdb.cp/formatted-ref.exp: New testcase.
18106
18107 2008-01-30 Joel Brobecker <brobecker@adacore.com>
18108
18109 * gdb.base/ptype.exp: Add testing of "ptype $pc".
18110
18111 2008-01-30 Nick Roberts <nickrob@snap.net.nz>
18112
18113 * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
18114 (test_file_list_exec_source_file): Update to new macro-info field.
18115
18116 2008-01-30 Paul N. Hilfinger <hilfinger@adacore.com>
18117
18118 * gdb.ada/exprs: New test program.
18119 * gdb.ada/exprs.exp: New testcase.
18120
18121 2008-01-30 Thiago Jung Bauermann <bauerman@br.ibm.com>
18122
18123 * dfp-test.c (DELTA, DELTA_B): New definitions.
18124 (double_val1, double_val2, double_val3, double_val4, double_val5,
18125 double_val6, double_val7, double_val8, double_val9, double_val10,
18126 double_val11, double_val12, double_val13, double_val14, dec32_val1,
18127 dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
18128 dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
18129 dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
18130 dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
18131 dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
18132 dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
18133 dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
18134 dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
18135 dec128_val12, dec128_val13, dec128_val14, dec128_val15,
18136 dec128_val16): New global variables.
18137 (decimal_dec128_align): New function.
18138 (decimal_mixed): Likewise.
18139 (decimal_many_args_dec32): Likewise.
18140 (decimal_many_args_dec64): Likewise.
18141 (decimal_many_args_dec128): Likewise.
18142 (decimal_many_args_mixed): Likewise.
18143 * dfp-test.exp: Add tests calling new inferior functions.
18144
18145 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
18146
18147 * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
18148 gdb.server/ext-run.exp: New files.
18149 * lib/gdbserver-support.exp (gdbserver_download): New.
18150 (gdbserver_start): New. Update gdbserver expected
18151 output.
18152 (gdbserver_spawn): Use them.
18153 (gdbserver_start_extended): New.
18154
18155 2008-01-29 Daniel Jacobowitz <dan@codesourcery.com>
18156
18157 * gdb.base/foll-exec.exp: Update header. Skip on remote targets.
18158 Run on GNU/Linux.
18159 (do_exec_tests): Check for systems which do not support catchpoints.
18160 Do not match START.
18161 * gdb.base/foll-fork.exp: Update header. Skip on remote targets.
18162 Run on GNU/Linux. Enable verbose output.
18163 (check_fork_catchpoints): New.
18164 (explicit_fork_child_follow, catch_fork_child_follow)
18165 (tcatch_fork_parent_follow): Update expected messages.
18166 (do_fork_tests): Use check_fork_catchpoints.
18167 * gdb.base/foll-vfork.exp: Update header. Skip on remote targets.
18168 Run on GNU/Linux. Enable verbose output.
18169 (check_vfork_catchpoints): New.
18170 (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
18171 expected messages.
18172 (do_vfork_and_exec_tests): Use check_fork_catchpoints.
18173
18174 2008-01-29 Jim Blandy <jimb@red-bean.com>
18175
18176 * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
18177 host' errors.
18178 * lib/mi-support.exp (mi_gdb_target_cmd): Same.
18179
18180 2008-01-29 Jim Blandy <jimb@red-bean.com>
18181
18182 * gdb.threads/sigthread.c: Use barriers to ensure that
18183 child_thread and child_thread_two are always initialized before we
18184 start to use them.
18185
18186 2008-01-29 Vladimir Prus <vladimir@codesourcery.com>
18187
18188 * gdb.base/watchpoint-solib.exp: New.
18189 * gdb.base/watchpoint-solib.c: New.
18190 * gdb.base/watchpoint-solib-shr.c: New.
18191
18192 2008-01-29 Pierre Muller <muller@ics.u-strasbg.fr>
18193
18194 * gdb.base/gdb1056.exp: Add unsigned integer test.
18195
18196 2008-01-28 Doug Evans <dje@google.com>
18197
18198 * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
18199
18200 2008-01-27 Jim Blandy <jimb@codesourcery.com>
18201
18202 * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
18203
18204 * gdb.base/expand-psymtabs.exp: Doc fix.
18205
18206 2008-01-26 Mark Kettenis <kettenis@gnu.org>
18207
18208 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
18209
18210 2008-01-24 Nick Roberts <nickrob@snap.net.nz>
18211
18212 * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
18213 -var-set-format.
18214
18215 2008-01-23 Chris Demetriou <cgd@google.com>
18216
18217 * gdb.threads/thread_events.c: New testcase source file.
18218 * gdb.threads/thread_events.exp: New testcase expect file.
18219
18220 2008-01-23 Nick Roberts <nickrob@snap.net.nz>
18221
18222 * lib/gdb.exp: Add the variable octal.
18223
18224 * gdb.mi/mi-var-display.exp: Add value field to tests for output of
18225 -var-set-format.
18226
18227 2008-01-22 Daniel Jacobowitz <dan@codesourcery.com>
18228 Vladimir Prus <vladimir@codesourcery.com>
18229
18230 * gdb.base/float.exp: Allow missing floating point for m68k and
18231 PowerPC.
18232
18233 2008-01-22 Vladimir Prus <vladimir@codesourcery.com>
18234
18235 * gdb.mi/basics.c: Setup for testing breakpoints
18236 ignore count.
18237 * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
18238 * gdb.mi/mi-cli.exp: Adjust.
18239 * gdb.mi/mi2-cli.exp: Adjust.
18240
18241 2008-01-17 Pedro Alves <pedro@codesourcery.com>
18242
18243 * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
18244 and 'dummy_ptr' integer pointer. Initialize struct_declarations
18245 with dummy_ptr's address.
18246 * gdb.mi/var-cmd.c (do_children_tests): Likewise.
18247 * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
18248 all targets.
18249 * gdb.mi/mi2-var-child.exp: Likewise.
18250
18251 2008-01-09 Joel Brobecker <brobecker@adacore.com>
18252
18253 * gdb.ada/null_array: New test program.
18254 * gdb.ada/null_array.exp: New testcase.
18255
18256 2008-01-09 Luis Machado <luisgpm@br.ibm.com>
18257
18258 * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
18259 with required float modifiers.
18260
18261 2008-01-08 Joel Brobecker <brobecker@adacore.com>
18262
18263 * gdb.ada/funcall_param: New test program.
18264 * gdb.ada/funcall_param.exp: New testcase.
18265
18266 2008-01-08 Joel Brobecker <brobecker@adacore.com>
18267
18268 * gdb.ada/arrayparam: New test program.
18269 * gdb.ada/arrayparam.exp: New testcase.
18270
18271 2008-01-08 Joel Brobecker <brobecker@adacore.com>
18272
18273 * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
18274 landed. Should also fix random failures in the test following it.
18275
18276 2008-01-07 Thiago Jung Bauermann <bauerman@br.ibm.com>
18277
18278 * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
18279 for expressions with decimal float values.
18280 (test_dfp_conversions): New function to test casts to and from
18281 decimal float types.
18282 Call test_dfp_conversions.
18283 * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
18284 elements.
18285 (main): Initialize ds.float4 and ds.double8 elements.
18286 * gdb.base/dfp-test.exp (d32_set_tests): Fix typo. Adjust expect
18287 string to new error message.
18288 (d64_set_tests): Likewise.
18289 (d128_set_tests): Likewise.
18290 Add tests for expressions with decimal float variables. Add tests for
18291 conversions to and from decimal float types.
18292
18293 2008-01-05 Joel Brobecker <brobecker@adacore.com>
18294
18295 * gdb.ada/packed_tagged/comp_bug.adb: New file.
18296 * gdb.ada/packed_tagged.exp: New testcase.
18297
18298 2008-01-04 Joel Brobecker <brobecker@adacore.com>
18299
18300 * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
18301 gdb.ada/homonym/homonym_main.adb: New files.
18302 * gdb.ada/homonym.exp: New testcase.
18303
18304 2008-01-04 Joel Brobecker <brobecker@adacore.com>
18305
18306 * gdb.ada/packed_array.exp: Add testing of references to
18307 a packed array.
18308
18309 2008-01-04 Joel Brobecker <brobecker@adacore.com>
18310
18311 * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
18312 New files.
18313 * gdb.ada/type_coercion.exp: New testcase.
18314
18315 2008-01-04 Joel Brobecker <brobecker@adacore.com>
18316
18317 * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
18318 gdb.ada/tagged/foo.adb: New file.
18319 * gdb.ada/tagged.exp: New testcase.
18320
18321 2008-01-04 Joel Brobecker <brobecker@adacore.com>
18322
18323 * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
18324 gdb.ada/ptype_field/foo.adb: New files.
18325 * gdb.ada/ptype_field.exp: New testcase.
18326
18327 2008-01-03 Joel Brobecker <brobecker@adacore.com>
18328
18329 * gdb.ada/print_pc.exp: New testcase.
18330
18331 2008-01-03 Joel Brobecker <brobecker@adacore.com>
18332
18333 * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
18334 gdb.ada/taft_type/p.adb: New files.
18335 * gdb.ada/taft_type.exp: New testcase.
18336
18337 2008-01-03 Joel Brobecker <brobecker@adacore.com>
18338
18339 * gdb.ada/array_bounds/bar.adb: New file.
18340 * gdb.ada/array_bounds.exp: New testcase.
18341
18342 2008-01-03 Joel Brobecker <brobecker@adacore.com>
18343
18344 * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
18345 gdb.ada/arrayptr/foo.adb: New files.
18346 * gdb.ada/arrayptr.exp: New testcase.
18347
18348 2008-01-03 Joel Brobecker <brobecker@adacore.com>
18349
18350 * gdb.base/set-lang-auto.exp: New testcase.
18351
18352 2008-01-03 Joel Brobecker <brobecker@adacore.com>
18353
18354 * gdb.ada/fun_addr/foo.adb: New file.
18355 * gdb.ada/fun_addr.exp: New testcase.
18356
18357 2008-01-02 Jan Kratochvil <jan.kratochvil@redhat.com>
18358
18359 * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
18360 New files
18361
18362 2008-01-02 Joel Brobecker <brobecker@adacore.com>
18363
18364 * array_subscript_addr/p.adb: New file.
18365 * array_subscript_addr.exp: New testcase.
18366
18367 2008-01-02 Joel Brobecker <brobecker@adacore.com>
18368
18369 * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
18370 New files.
18371 * gdb.ada/str_cmp_ref.exp: New testcase.
18372
18373 2008-01-01 Joel Brobecker <brobecker@adacore.com>
18374
18375 * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
18376 gdb.ada/fun_in_declare/foo.adb: New files.
18377 * gdb.ada/fun_in_declare.exp: New testcase.
18378
18379 2008-01-01 Joel Brobecker <brobecker@adacore.com>
18380
18381 * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
18382 gdb.ada/ref_param/pck.ads: New files.
18383 * gdb.ada/ref_param.exp: New testcase.
18384
18385 2008-01-01 Joel Brobecker <brobecker@adacore.com>
18386
18387 * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
18388 gdb.ada/interface/foo.adb: New files.
18389 * gdb.ada/interface.exp: New testcase.
18390
18391 2007-12-31 Jim Blandy <jimb@codesourcery.com>
18392
18393 * gdb.base/multi-forks.exp: Consume all output from child
18394 processes before proceeding to next test.
18395
18396 2007-12-29 Jim Blandy <jimb@codesourcery.com>
18397
18398 * configure: Regenerated.
18399
18400 2007-12-27 Joel Brobecker <brobecker@adacore.com>
18401
18402 * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
18403 gdb.ada/fixed_cmp/fixed.adb: New files.
18404 * gdb.ada/fixed_cmp.exp: New testcase.
18405
18406 2007-12-27 Joel Brobecker <brobecker@adacore.com>
18407
18408 * gdb.ada/boolean_expr.exp: New testcase.
18409
18410 2007-12-26 Jim Blandy <jimb@codesourcery.com>
18411
18412 * gdb.base/multi-forks.exp: Doc fix.
18413
18414 2007-12-26 Joel Brobecker <brobecker@adacore.com>
18415
18416 * gdb.ada/Makefile.in (EXECUTABLES): Update list.
18417 * gdb.ada/char_param.exp: Do not compile our test program with
18418 -gnata, this is unnecessary.
18419 * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
18420
18421 2007-12-24 Joel Brobecker <brobecker@adacore.com>
18422
18423 * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
18424 gdb.ada/print_chars/foo.adb: New files.
18425 * gdb.ada/print_chars.exp: New testcase.
18426
18427 2007-12-24 Joel Brobecker <brobecker@adacore.com>
18428
18429 * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
18430 gdb.ada/char_param/foo.adb: New files.
18431 * gdb.ada/char_param.exp: New testcase.
18432
18433 2007-12-22 Jim Blandy <jimb@codesourcery.com>
18434
18435 * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
18436 hard-coding source line numbers into the test.
18437 * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
18438 gdb_get_line_number to find.
18439
18440 2007-12-22 Joel Brobecker <brobecker@adacore.com>
18441
18442 * gdb.base/ptype.c (highest): New struct type.
18443 (the_highest): New variable of that type.
18444 (main): Add dummy assignment to a field of variable the_highest.
18445 * gdb.base/ptype.exp: Test type printing of our new variable.
18446
18447 2007-12-19 Pierre Muller <muller@ics-u-strasbg.fr>
18448
18449 * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
18450 and record first explicitly generated thread number.
18451 Use that thread number for thread specific watchpoint test.
18452 Add iteration number to repetitive tests.
18453
18454 2007-12-16 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
18455 Jim Blandy <jimb@codesourcery.com>
18456
18457 * gdb.base/expand-psymtabs.c: New testcase
18458 source file.
18459 * gdb.base/expand-psymtabs.exp: New testcase
18460 expect file.
18461
18462 2007-12-17 Luis Machado <luisgpm@br.ibm.com>
18463
18464 * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
18465 * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
18466
18467 2007-12-17 Joel Brobecker <brobecker@adacore.com>
18468
18469 * gdb.ada/frame_args/foo.adb: New file.
18470 * gdb.ada/frame_args/pck.ads: New file.
18471 * gdb.ada/frame_args/pck.adb: New file.
18472 * gdb.ada/frame_args.exp: New testcase.
18473
18474 2007-12-17 Joel Brobecker <brobecker@adacore.com>
18475
18476 * gdb.base/frame-args.c: New file.
18477 * gdb.base/frame-args.exp: New testcase.
18478
18479 2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
18480 Joseph Myers <joseph@codesourcery.com>
18481
18482 * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
18483
18484 2007-12-14 Vladimir Prus <vladimir@codesourcery.com>
18485
18486 * gdb.mi/mi-pending.exp: New.
18487 * gdb.mi/mi-pending.c: New.
18488 * gdb.mi/mi-pendshr.c: New.
18489
18490 2007-12-06 Jim Blandy <jimb@codesourcery.com>
18491
18492 * gdb.base/default.exp: Update expected output for 'info catch'.
18493
18494 2007-12-10 Jan Kratochvil <jan.kratochvil@redhat.com>
18495
18496 * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
18497 must be set to binary.
18498
18499 2007-12-09 Pedro Alves <pedro_alves@portugalmail.pt>
18500
18501 * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
18502
18503 2007-11-30 Daniel Jacobowitz <dan@codesourcery.com>
18504
18505 * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
18506 gdb.mi/mi-file-transfer.exp: New.
18507
18508 2007-11-25 Jan Kratochvil <jan.kratochvil@redhat.com>
18509
18510 * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
18511
18512 2007-11-22 Maciej W. Rozycki <macro@mips.com>
18513
18514 * gdb.trace/backtrace.exp: Fix a typo.
18515 * gdb.trace/circ.exp: Likewise.
18516 * gdb.trace/collection.exp: Likewise.
18517 * gdb.trace/limits.exp: Likewise.
18518 * gdb.trace/report.exp: Likewise.
18519 * gdb.trace/tfind.exp: Likewise.
18520 * gdb.trace/while-dyn.exp: Likewise.
18521
18522 2007-11-21 Nick Roberts <nickrob@snap.net.nz>
18523
18524 * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
18525 objects of pointers that can't be dereferenced are now
18526 "noneditable".
18527
18528 2007-11-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18529
18530 * Makefile.in (Makefile): Do not depend on target_makefile_frag.
18531 (target_cpu): Remove.
18532
18533 2007-10-15 Vladimir Prus <vladimir@codesourcery.com>
18534
18535 * gdb.base/ending-run.exp: Expect the list of cleared
18536 breakpoint to come in natural order, not the reversed one.
18537
18538 2007-11-07 Vladimir Prus <vladimir@codesourcery.com>
18539
18540 * gdb.mi/mi-var-child.c (do_child_deletion): New.
18541 * gdb.mi/mi-var-child.exp: Run child_deletion tests.
18542
18543 2007-11-05 Luis Machado <luisgpm@br.ibm.com>
18544
18545 * gdb.base/printcmds.exp: New function
18546 test_printf_with_dfp.
18547
18548 2007-11-02 Doug Evans <dje@google.com>
18549
18550 * gdb.disasm/t01_mov.s: Remove carriage returns.
18551 * gdb.disasm/t02_mova.s: Ditto.
18552 * gdb.disasm/t03_add.s: Ditto.
18553 * gdb.disasm/t04_sub.s: Ditto.
18554 * gdb.disasm/t05_cmp.s: Ditto.
18555 * gdb.disasm/t06_ari2.s: Ditto.
18556 * gdb.disasm/t07_ari3.s: Ditto.
18557 * gdb.disasm/t08_or.s: Ditto.
18558 * gdb.disasm/t09_xor.s: Ditto.
18559 * gdb.disasm/t10_and.s: Ditto.
18560 * gdb.disasm/t11_logs.s: Ditto.
18561 * gdb.disasm/t12_bit.s: Ditto.
18562 * gdb.disasm/t13_otr.s: Ditto.
18563
18564 2007-11-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18565
18566 * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
18567
18568 2007-10-30 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18569
18570 * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
18571 provide DFP support.
18572
18573 2007-10-30 Daniel Jacobowitz <dan@codesourcery.com>
18574
18575 * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
18576 Test "set powerpc vector-abi". Skip auto-detection tests for old
18577 toolchains.
18578
18579 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
18580
18581 * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
18582 with [string compare].
18583
18584 2007-10-30 Pedro Alves <pedro_alves@portugalmail.pt>
18585
18586 * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
18587 * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
18588
18589 2007-10-25 Luis Machado <luisgpm@br.ibm.com>
18590
18591 * gdb.opt/clobbered-registers-O2.c: New testcase source file.
18592 * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
18593 * gdb.opt/Makefile.in: New makefile.
18594 * Makefile.in: Create new directory "gdb.opt".
18595 * configure.ac: Add "gdb.opt" directory.
18596 * configure: Regenerated.
18597
18598 2007-10-25 Doug Evans <dje@google.com>
18599
18600 * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
18601 * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
18602
18603 2007-10-15 Wu Zhou <woodzltc@cn.ibm.com>
18604 Thiago Jung Bauermann <bauerman@br.ibm.com>
18605
18606 * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
18607 Floating Point expressions.
18608 * gdb.base/dfp-test.exp: new file adding tests for Decimal
18609 Floating Point variables.
18610 * gdb.base/dfp-test.c: new file containing program with Decimal
18611 Floating variables, used by gdb.base/dfp-test.exp.
18612
18613 2007-10-23 Daniel Jacobowitz <dan@codesourcery.com>
18614
18615 * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
18616
18617 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18618
18619 * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
18620 compiling test case with GCC.
18621 * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
18622
18623 2007-10-21 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18624
18625 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
18626 format changes.
18627
18628 2007-10-18 Michael Snyder <msnyder@specifix.com>
18629
18630 * gdb.base/dbx.exp: Add missing "-re " operator.
18631
18632 2007-10-16 Gaius Mulley <gaius@glam.ac.uk>
18633
18634 * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
18635 * configure.ac: Removed trailing spaces after backslash.
18636 * gdb.modula2: New directory.
18637 * gdb.modula2/Makefile.in: New file.
18638 * gdb.modula2/unbounded-array.exp: New file.
18639 * gdb.modula2/unbounded1.c: New file.
18640
18641 2007-10-15 Daniel Jacobowitz <dan@codesourcery.com>
18642
18643 * gdb.xml/tdesc-regs.exp: Add PowerPC support.
18644
18645 2007-10-15 Pierre Muller <muller@ics.u-strasbg.fr>
18646
18647 * gdb.base/sigstep.c (main): Add checks for
18648 return values for setitimer call.
18649 Call setitimer again with itimer = ITIMER_REAL
18650 if first call to setitimer fails.
18651
18652 2007-10-11 Kazu Hirata <kazu@codesourcery.com>
18653
18654 * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
18655 of $timeout.
18656
18657 2007-10-09 Daniel Jacobowitz <dan@codesourcery.com>
18658
18659 * gdb.server/server-run.exp: Test for dynamic linker symbols.
18660
18661 2007-10-09 Pierre Muller <muller@ics.u-strasbg.fr>
18662
18663 * lib/gdb.exp (gdb_run_cmd): Move comment outside
18664 of gdb_expect call, to avoid interruption.
18665
18666 2007-10-09 Pedro Alves <pedro_alves@portugalmail.pt>
18667
18668 * gdb.base/whatis.c (v_long_long, v_signed_long_long)
18669 (v_unsigned_long_long, v_long_long_array)
18670 (v_signed_long_long_array, v_unsigned_long_long_array)
18671 (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
18672 (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
18673 [!NO_LONG_LONG]: New.
18674 (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
18675 v_long_long_member.
18676
18677 (v_long_long_func, v_signed_long_long_func)
18678 (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
18679 (main) [!NO_LONG_LONG]: Initialize long long variants.
18680
18681 * gdb.base/whatis.exp: If board file requests no_long_long, build
18682 test with NO_LONG_LONG defined. Test long long, signed long long,
18683 and unsigned long long variants but only if board file doesn't
18684 disable it.
18685
18686 2007-10-08 Pierre Muller <muller@ics.u-strasbg.fr>
18687 Daniel Jacobowitz <dan@codesourcery.com>
18688
18689 * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
18690 * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
18691 * configure: Regenerated.
18692 * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
18693 gdb.pascal/types.exp, lib/pascal.exp: New files.
18694
18695 2007-10-02 Daniel Jacobowitz <dan@codesourcery.com>
18696
18697 * gdb.cp/classes.exp (do_tests): Always step to the line after the
18698 call.
18699 * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
18700 to return to the call.
18701 * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
18702 * gdb.mi/mi-return.exp (test_return_simple): Likewise.
18703 * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
18704 * gdb.mi/mi-until.exp (test_until): Likewise.
18705 * gdb.mi/mi2-until.exp (test_until): Likewise.
18706
18707 2007-10-01 Daniel Jacobowitz <dan@codesourcery.com>
18708
18709 * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
18710 two-char array.
18711 * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
18712
18713 2007-09-30 Daniel Jacobowitz <dan@codesourcery.com>
18714
18715 * gdb.threads/watchthreads.c (thread_function): Sleep between
18716 iterations.
18717 * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
18718 at once for S/390. Generate matching fails and passes.
18719
18720 2007-09-27 Vladimir Prus <vladimir@codesourcery.com>
18721
18722 * gdb.mi/var-cmd.c (do_children_tests): Initialize
18723 the 'struct_declarations' variable to zeros.
18724
18725 2007-09-24 Vladimir Prus <vladimir@codesourcery.com>
18726
18727 * gdb.cp/mb-ctor.cc: New.
18728 * gdb.cp/mb-ctor.exp: New.
18729 * gdb.cp/mb-templates.cc: New.
18730 * gdb.cp/mb-templates.exp: New.
18731
18732 2007-09-23 Daniel Jacobowitz <dan@codesourcery.com>
18733
18734 * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
18735
18736 2007-09-23 Pedro Alves <pedro_alves@portugalmail.pt>
18737
18738 * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
18739 targets.
18740 * configure: Regenerate.
18741
18742 2007-09-23 Vladimir Prus <vladimir@codesourcery.com>
18743
18744 * gdb.base/annota1.exp: Adjust for 'info break'
18745 format changes.
18746 * gdb.base/annota3.exp: Likewise.
18747 * gdb.base/break.exp: Likewise.
18748 * gdb.base/condbreak.exp: Likewise.
18749 * gdb.base/pending.exp: Likewise.
18750 * gdb.base/sepdebug.exp: Likewise.
18751 * gdb.base/unload.exp: Likewise.
18752 * gdb.base/ovldbreak.exp: Likewise.
18753
18754 2007-09-22 Vladimir Prus <vladimir@codesourcery.com>
18755
18756 * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
18757 messages.
18758 * gdb.base/chng-syms.exp: Likewise.
18759 * gdb.base/unload.exp: Likewise.
18760
18761 2007-09-21 Daniel Jacobowitz <dan@codesourcery.com>
18762
18763 * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
18764
18765 2007-09-17 Daniel Jacobowitz <dan@codesourcery.com>
18766
18767 * schedlock.c (NUM): Change to 1.
18768 (main): Use args[0] for the main thread.
18769 * schedlock.exp: Only expect two threads. Only issue one pass or fail
18770 regardless of the number of threads.
18771
18772 2007-09-14 Maciej W. Rozycki <macro@mips.com>
18773
18774 * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
18775 type down.
18776 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
18777 test.
18778 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
18779 watchpoint type down.
18780 (test_watchpoint_triggering): XFAIL the sw watchpoint scope
18781 test.
18782
18783 2007-09-14 Maciej W. Rozycki <macro@mips.com>
18784
18785 * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
18786 Move all the tests here and run them twice, once using software
18787 watchpoints and once using hardware watchpoints.
18788 * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
18789
18790 2007-09-12 Daniel Jacobowitz <dan@codesourcery.com>
18791
18792 * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
18793 test.
18794
18795 2007-09-10 Mark Kettenis <kettenis@gnu.org>
18796
18797 * lib/gdb.exp (build_id_debug_filename_get): Improve check for
18798 build-id.
18799
18800 * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
18801 know about $ORIGIN. Calculate output dir from $dest instead of
18802 using ${objdir}/{$subdir}.
18803
18804 2007-09-09 Mark Kettenis <kettenis@gnu.org>
18805
18806 * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
18807 gcore, before continuing with the test.
18808
18809 2007-09-06 Daniel Jacobowitz <dan@codesourcery.com>
18810
18811 * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
18812 * gdb.mi/mi-watch.exp: Likewise.
18813
18814 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
18815 Jim Blandy <jimb@codesourcery.com>
18816
18817 * gdb.arch/i386-sse.exp: Do not expect character constants.
18818 * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
18819 * gdb.base/display.exp: Allow print/s.
18820 * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
18821 and unsigned char array changes.
18822
18823 2007-09-04 Daniel Jacobowitz <dan@codesourcery.com>
18824
18825 * gdb.base/display.exp: Add tests for printf %p.
18826
18827 2007-09-03 Pedro Alves <pedro_alves@portugalmail.pt>
18828
18829 * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
18830 the dll name to unicode.
18831
18832 2007-09-03 Jan Kratochvil <jan.kratochvil@redhat.com>
18833
18834 * gdb.base/default.exp (show version): Update the version text.
18835 * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
18836
18837 2007-09-02 Jan Kratochvil <jan.kratochvil@redhat.com>
18838
18839 * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
18840 New files.
18841
18842 2007-09-01 Jan Kratochvil <jan.kratochvil@redhat.com>
18843
18844 * lib/gdb.exp (build_id_debug_filename_get): New function.
18845 * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
18846 Remove the generate DEBUG file for the future testcase runs.
18847 New testcase for the NT_GNU_BUILD_ID retrieval.
18848 Move the final testing step to ...
18849 (test_different_dir): ... a new function.
18850 New parameter XFAIL to XFAIL all the tests performed.
18851 New parameter TEST_DIFFERENT_DIR parametrizing the directory.
18852 New parameter TYPE to PF_PREFIX all the tests performed.
18853
18854 2007-08-31 Vladimir Prus <vladimir@codesourcery.com>
18855
18856 * gdb.mi/mi-var-cp.cc (path_expression): New
18857 function.
18858 * gdb.mi/mi-var-cp.exp: Run path exression tests.
18859
18860 2007-08-27 Markus Deuling <deuling@de.ibm.com>
18861
18862 * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
18863 to fit into SPU Local Store memory.
18864
18865 2007-08-23 Joel Brobecker <brobecker@adacore.com>
18866
18867 * gdb.base/default.exp: Adjust the expected output of "info
18868 warranty" after the switch to GPLv3.
18869
18870 2007-08-23 Joel Brobecker <brobecker@adacore.com>
18871
18872 * lib/gdb.exp (default_gdb_init): Increase expect buffer size
18873 to 30000 (from 20000).
18874
18875 2007-08-23 Joel Brobecker <brobecker@adacore.com>
18876
18877 Switch the license of all .exp files to GPLv3.
18878 Switch the license of all .f and .f90 files to GPLv3.
18879 Switch the license of all .s and .S files to GPLv3.
18880
18881 2007-08-23 Joel Brobecker <brobecker@adacore.com>
18882
18883 * configure.ac: Switch license to GPLv3.
18884
18885 2007-08-23 Joel Brobecker <brobecker@adacore.com>
18886
18887 Switch the licensing to GPLv3 for all .ads and .adb files.
18888
18889 2007-08-22 Daniel Jacobowitz <dan@codesourcery.com>
18890
18891 * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
18892 and t_int_double.
18893 * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
18894
18895 2007-08-17 Joel Brobecker <brobecker@adacore.com>
18896
18897 * gdb.base/step-line.c: Switch license to GPL version 3, and
18898 update copyright year.
18899 * gdb.base/step-line.inp: Likewise.
18900
18901 2007-08-17 Joel Brobecker <brobecker@adacore.com>
18902
18903 * gdb.base/gdb1555.exp: Make expected output immune to formatting
18904 changes inside gdb1555.c.
18905 * gdb.base/pending.exp: Likewise.
18906
18907 2007-08-13 Daniel Jacobowitz <dan@codesourcery.com>
18908
18909 * config/default.exp: New file.
18910
18911 2007-07-31 Daniel Jacobowitz <dan@codesourcery.com>
18912
18913 * gdb.base/prologue.c, gdb.base/prologue.exp: New.
18914 * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
18915
18916 2007-07-30 Maciej W. Rozycki <macro@mips.com>
18917
18918 * gdb.base/dump.exp: Force the correct endianness for binary
18919 formats not carrying this information.
18920
18921 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
18922
18923 * gdb.threads/staticthreads.exp: Match .*sem_post.
18924
18925 2007-07-27 Daniel Jacobowitz <dan@codesourcery.com>
18926
18927 * gdb.base/readline.exp (operate_and_get_next): Match the final
18928 prompt.
18929
18930 2007-07-23 Kevin Buettner <kevinb@redhat.com>
18931
18932 * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
18933 to restarting SID.
18934
18935 2007-07-18 Kevin Buettner <kevinb@redhat.com>
18936
18937 * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
18938 prior to `gdb_start'.
18939
18940 2007-07-18 Kevin Buettner <kevinb@redhat.com>
18941
18942 * config/sid.exp (gdb_load): Add test for empty argument. Adjust
18943 return value to be compatible with gdb_run_cmd in lib/gdb.exp.
18944 Remove call to gdb_unload.
18945
18946 2007-07-17 Pedro Alves <pedro_alves@portugalmail.pt>
18947 Daniel Jacobowitz <dan@codesourcery.com>
18948
18949 * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
18950 for __WIN32__.
18951 (SHLIB_NAME): Delete definition. Always pass dlerror to fprintf.
18952 * gdb.base/unload.exp: Use shared library test routines.
18953
18954 2007-07-03 Markus Deuling <deuling@de.ibm.com>
18955
18956 * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
18957 * gdb.base/solib-symbol-lib.c: Likewise.
18958 * gdb.base/solib-symbol-main.c: Likewise.
18959
18960 2007-07-02 Daniel Jacobowitz <dan@codesourcery.com>
18961
18962 * config/gdbserver.exp (gdb_reconnect): New.
18963 * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
18964 gdb.base/solib-disc.exp: New files.
18965 * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
18966 remote debugging".
18967 (gdb_compile): Add shlib_load flag.
18968 * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
18969 port.
18970 (gdbserver_reconnect): New.
18971
18972 2007-07-01 Nick Roberts <nickrob@snap.net.nz>
18973 Daniel Jacobowitz <dan@codesourcery.com>
18974
18975 * gdb.base/annota3.exp: Test for if construct.
18976
18977 2007-06-26 Daniel Jacobowitz <dan@codesourcery.com>
18978
18979 * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
18980
18981 2007-06-21 Chris Dearman <chris@mips.com>
18982 Maciej W. Rozycki <macro@mips.com>
18983
18984 * gdb.base/display.exp: Allow a newline after display/i.
18985 * gdb.base/pc-fp.exp: Likewise.
18986 * gdb.base/sigbpt.exp: Likewise.
18987
18988 2007-06-13 Daniel Jacobowitz <dan@codesourcery.com>
18989
18990 * gdb.xml/tdesc-regs.exp: Add MIPS support. Allow multiple
18991 required features to be included.
18992
18993 2007-06-12 Daniel Jacobowitz <dan@codesourcery.com>
18994
18995 * gdb.threads/manythreads.exp: Prevent expect buffer overflow
18996 in info threads output.
18997
18998 2007-06-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
18999 Markus Deuling <deuling@de.ibm.com>
19000
19001 * gdb.arch/spu-info.exp: New testcase.
19002 * gdb.arch/spu-info.c: New file.
19003
19004 2007-06-05 Daniel Jacobowitz <dan@codesourcery.com>
19005
19006 * gdb.arch/thumb-prologue.c: Record the breakpoint address in
19007 tpcs_offset. Restore lr after the call.
19008 * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
19009
19010 2007-05-23 Daniel Jacobowitz <dan@codesourcery.com>
19011
19012 * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
19013 (gdbserver_run): Kill any running gdbserver.
19014 * lib/mi-support.exp (mi_gdb_target_load): Likewise.
19015
19016 2007-05-17 Maciej W. Rozycki <macro@mips.com>
19017
19018 * gdb.base/sigbpt.exp: Preset segv_addr.
19019
19020 2007-05-16 Daniel Jacobowitz <dan@codesourcery.com>
19021
19022 * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
19023 (gdb_compile_shlib): Likewise.
19024 (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
19025 (default_gdb_init): Clear cleanfiles.
19026 (gdb_finish): Delete recorded cleanfiles.
19027 * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
19028
19029 * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
19030 Do not use isnative.
19031 * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
19032 gdb.base/so-impl-ld.exp: Likewise.
19033 * gdb.base/solib-weak.exp: Likewise. Skip for DLL targets.
19034 * gdb.base/unload.exp: Likewise. Do not pass empty option to
19035 gdb_compile.
19036
19037 2007-05-15 Vladimir Prus <vladimir@codesourcery.com>
19038
19039 * config/unknown.exp: Remove.
19040
19041 2007-05-15 Markus Deuling <deuling@de.ibm.com>
19042
19043 * gdb.base/info-proc.exp: Check is_remote.
19044
19045 2007-05-14 Markus Deuling <deuling@de.ibm.com>
19046
19047 * gdb.base/gcore.exp: Initialize variable core_supported.
19048
19049 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
19050
19051 * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
19052
19053 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
19054
19055 * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
19056 * gdb.threads/print-threads.exp (test_all_threads): Allow
19057 negative and hexadecimal thread IDs.
19058
19059 2007-05-14 Daniel Jacobowitz <dan@codesourcery.com>
19060
19061 * gdb.java/jprint.java (public): Avoid invalid call to static
19062 method.
19063
19064 2007-05-14 Denis Pilat <denis.pilat@st.com>
19065
19066 * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
19067 gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
19068 gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
19069 gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
19070 gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
19071
19072 2007-05-11 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19073
19074 * gdb.base/overlays.exp: Add support for targets with only code
19075 overlay support, not data overlay. Support spu-*-* target in
19076 this mode.
19077 * gdb.base/ovlymgr.c: Provide stubs for spu target.
19078 * gdb.base/spu.ld: New file.
19079
19080 2007-05-07 Daniel Jacobowitz <dan@codesourcery.com>
19081
19082 * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
19083
19084 2007-05-06 Daniel Jacobowitz <dan@codesourcery.com>
19085
19086 * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
19087
19088 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
19089
19090 * gdb.java/jmain.exp: Handle demangled names with and without method
19091 signatures.
19092
19093 2007-04-29 Daniel Jacobowitz <dan@codesourcery.com>
19094
19095 * gdb.mi/mi-syn-frame.c (main, foo, bar)
19096 (have_a_very_merry_interrupt): Remove calls to puts.
19097 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
19098 inferior output.
19099 * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio. Correct
19100 test names.
19101
19102 2007-04-29 Markus Deuling <deuling@de.ibm.com>
19103 Daniel Jacobowitz <dan@codesourcery.com>
19104
19105 * gdb.base/auxv.exp (core_works): Also check is_remote.
19106 * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
19107
19108 2007-04-25 Vladimir Prus <vladimir@codesourcery.com>
19109
19110 * gdb.base/sigaltstack.exp: Use 'srcfile' in error
19111 message, not the undefined 'module' variable.
19112 * gdb.base/siginfo.exp: Likewise.
19113 * gdb.base/sigstep.exp: Likewise.
19114 * lib/gdbserver-support.exp (gdb_target_cmd): Quote
19115 serialport.
19116 * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
19117
19118 2007-04-25 Corinna Vinschen <vinschen@redhat.com>
19119
19120 * config/sim.exp (gdb_target_sim): Just return with -1 when setting
19121 target sim fails. Return 0 otherwise.
19122 (gdb_load): Return prematurely if gdb_target_sim fails.
19123
19124 2007-04-16 Denis Pilat <denis.pilat@st.com>
19125
19126 * gdb.base/setshow.exp: Reset height after having set it to 100.
19127
19128 2007-04-16 Denis Pilat <denis.pilat@st.com>
19129
19130 * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
19131
19132 2007-04-16 Denis Pilat <denis.pilat@st.com>
19133
19134 * gdb.mi/mi2-var-display.exp: Test for the fullname field.
19135
19136 2007-04-14 Vladimir Prus <vladimir@codesourcery.com>
19137
19138 * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
19139 tests. Run the frozen varobjs test.
19140 * gdb.mi/var-cmd.c (do_frozen_tests): New.
19141 * lib/mi-support.exp (mi_varobj_update): Fix thinko.
19142
19143 2007-04-11 Jan Kratochvil <jan.kratochvil@redhat.com>
19144
19145 * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
19146 gdb.base/type-opaque.exp: New files.
19147
19148 2007-04-01 Vladimir Prus <vladimir@codesourcery.com>
19149
19150 * gdb.mi/mi-var-child.c
19151 (do_children_tests): User char[2] instead of
19152 char so that automatic printing of pointers to char
19153 don't give unpredicable result.
19154 * gdb.mi/var-cmd.c (do_locals_test): Initialize
19155 local variables.
19156 * gdb.mi/mi-var-child.exp: Step to right line
19157 of do_children_tests.
19158 * gdb.mi/mi2-var-child.exp: Likewise.
19159 * gdb.mi/mi-var-cmd.exp: Step to right line of
19160 do_locals_tests.
19161 (do_children_tests): User char[2] instead of
19162 char so that automatic printing of pointers to char
19163 don't give unpredicable result.
19164 * gdb.mi/mi2-var-cmd.exp: Likewise.
19165 * lib/mi-support.exp (mi_continue_to_line):
19166 Pass test name to mi_wait_for_stop.
19167
19168 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19169
19170 * gdb.asm/asm-source.exp: Remove d10v case.
19171 * lib/gdb.exp (skip_cplus_tests): Likewise.
19172 * gdb.asm/d10v.inc: Deleted.
19173
19174 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19175
19176 * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
19177
19178 2007-03-30 Daniel Jacobowitz <dan@codesourcery.com>
19179
19180 * config/netware.exp: Delete file.
19181
19182 2007-03-29 Joel Brobecker <brobecker@adacore.com>
19183
19184 * gdb.dwarf2/dw2-noloc.S: New file.
19185 * gdb.dwarf2/dw2-noloc.exp: New file.
19186
19187 2007-03-28 Pedro Alves <pedro_alves@portugalmail.pt>
19188
19189 * gdb.cp/method2.cc: New test.
19190 * gdb.cp/method2.exp: New test.
19191 * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
19192
19193 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
19194
19195 * gdb.ada/exec_changed.exp: Avoid "set confirm off".
19196
19197 2007-03-27 Brooks Moses <brooks.moses@codesourcery.com>
19198
19199 * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
19200
19201 2007-03-27 Daniel Jacobowitz <dan@codesourcery.com>
19202
19203 * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
19204 (gdb_load): Delete, replace with...
19205 (gdb_reload): ...this.
19206 * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
19207 * gdb.server/server-mon.exp: Likewise.
19208 * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
19209 (gdb_start_cmd): New.
19210 (gdb_file_cmd): Save the last loaded file.
19211 (gdb_reload): New.
19212 (gdb_gnu_strip_debug): Use transform.
19213 * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
19214 support here. Use new $last_loaded_file. Check mtime.
19215 (gdb_target_cmd): Handle ObjC failure case.
19216 (infer_host_exec): Delete.
19217 (gdbserver_load): Rename to...
19218 (gdbserver_run): ...this. Simplify.
19219 * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
19220 (mi_gdb_load): Move most contents to a new function...
19221 (mi_gdb_target_load): ...here. Simplify call to gdbserver_gdb_load.
19222 (mi_run_cmd): Use mi_gdb_target_load.
19223 * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
19224 gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
19225 Use gdb_run_cmd.
19226 * gdb.base/charsign.exp: Remove incorrect comment.
19227 * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
19228 * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
19229 gdb.base/start.exp: Use gdb_start_cmd.
19230
19231 2007-03-23 Nigel Stephens <nigel@mips.com>
19232 Maciej W. Rozycki <macro@mips.com>
19233
19234 * gdb.base/sigbpt.exp: Fix the message when skipping test.
19235 * gdb.base/signull.exp: Similarly.
19236
19237 2007-03-16 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19238
19239 * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
19240 messages available to test cases (like chng-sym.exp).
19241
19242 2007-03-14 Andreas Schwab <schwab@suse.de>
19243
19244 * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
19245 format changes.
19246
19247 2007-03-13 Daniel Jacobowitz <dan@codesourcery.com>
19248
19249 * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
19250 (optimized_1): New.
19251 (main): Call optimized_1.
19252 (gdb2029): Correct typos. Call gdb2029_marker.
19253 * gdb.arch/powerpc-prologue.exp: Run new test. Use a breakpoint
19254 for gdb2029.
19255
19256 2007-03-12 Mark Kettenis <kettenis@gnu.org>
19257
19258 * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
19259 as tabs. Remove redundant test pattern.
19260
19261 2007-03-09 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19262
19263 * gdb.base/long_long.exp: Accept optional symbol name in <...>
19264 for /a format output.
19265
19266 2007-03-09 Daniel Jacobowitz <dan@codesourcery.com>
19267
19268 * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
19269 collect output incrementally.
19270
19271 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19272
19273 * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
19274 for -var-create lpcharacter test.
19275 * gdb.mi/mi2-var-cmd.exp: Likewise.
19276
19277 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19278
19279 * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
19280 pass on targets where address zero is readable.
19281
19282 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19283
19284 * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
19285 just a single architecture.
19286
19287 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19288
19289 * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
19290 (fetch_all_registers): New function, uses gdb_test_multiple and
19291 exp_continue to fetch inferior output line-by-line.
19292 Replace all uses of do_get_all_registers by fetch_all_registers.
19293
19294 2007-03-08 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19295
19296 * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
19297 in target_info.
19298
19299 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
19300
19301 * gdb.threads/manythreads.exp: Use $message string for
19302 consistancy; add a default (timeout) case.
19303
19304 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
19305
19306 * gdb.base/watchpoint.exp: Fix truncated comment.
19307
19308 2007-03-02 Michael Snyder <michael.snyder@palmsource.com>
19309
19310 * Makefile.in: Remove spurious single-quotes from sed command.
19311
19312 2007-02-28 Daniel Jacobowitz <dan@codesourcery.com>
19313
19314 * gdb.mi/mi-var-cmd.exp: Correct test name. Allow any value for
19315 func.
19316 * gdb.mi/mi2-var-cmd.exp: Likewise.
19317
19318 2007-02-27 Joel Brobecker <brobecker@adacore.com>
19319
19320 * gdb.dwarf2/dw2-producer.S: New file.
19321 * gdb.dwarf2/dw2-producer.exp: New testcase.
19322
19323 2007-02-27 Nick Roberts <nickrob@snap.net.nz>
19324
19325 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
19326 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
19327 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
19328 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
19329 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
19330 Revert tests to use mi_gdb_test and include value field in output
19331 of -var-create.
19332
19333 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
19334
19335 * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
19336
19337 2007-02-27 Daniel Jacobowitz <dan@codesourcery.com>
19338
19339 * gdb.base/maint.exp: Remove full paths from test names.
19340 * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
19341 gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
19342
19343 2007-02-27 Joel Brobecker <brobecker@adacore.com>
19344
19345 * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
19346
19347 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
19348
19349 * gdb.server/server-mon.exp: New test.
19350
19351 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
19352
19353 * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
19354
19355 2007-02-26 Daniel Jacobowitz <dan@codesourcery.com>
19356
19357 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
19358 register capitalization.
19359
19360 2007-02-13 Denis Pilat <denis.pilat@st.com>
19361
19362 * gdb.mi/mi-var-invalidate.exp: New file.
19363
19364 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
19365
19366 * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
19367
19368 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
19369
19370 * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
19371
19372 2007-02-08 Daniel Jacobowitz <dan@codesourcery.com>
19373
19374 * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
19375 gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
19376
19377 2007-02-08 Nick Roberts <nickrob@snap.net.nz>
19378
19379 * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
19380 * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
19381 * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
19382 * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
19383 * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
19384 * gdb.mi/gdb792.exp, lib/mi-support.exp:
19385 Update tests to include value field in output of -var-create.
19386
19387 2007-02-08 Andreas Schwab <schwab@suse.de>
19388
19389 * gdb.mi/mi-var-child.exp: Fix matching display of function value.
19390
19391 2007-02-07 Daniel Jacobowitz <dan@codesourcery.com>
19392
19393 * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
19394 gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
19395
19396 2007-02-02 Denis Pilat <denis.pilat@st.com>
19397
19398 * gdb.threads/threadapply.exp: check that frame is not changed by
19399 the thread apply all command.
19400
19401 2007-01-31 Andreas Schwab <schwab@suse.de>
19402
19403 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
19404
19405 * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
19406 in the dwarf sections.
19407 * gdb.dwarf2/mac-fileno.S: Likewise.
19408
19409 * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
19410 bspstore register on ia64.
19411
19412 2007-01-29 Andreas Schwab <schwab@suse.de>
19413
19414 * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
19415 "frame-begin" annotation.
19416
19417 * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
19418 number of "frames-invalid" annotations.
19419
19420 2007-01-29 Daniel Jacobowitz <dan@codesourcery.com>
19421
19422 * gdb.base/commands.exp: Call if_commands_test.
19423 (gdb_test_no_prompt, if_commands_test): New.
19424
19425 2007-01-28 Mark Kettenis <kettenis@gnu.org>
19426
19427 * gdb.threads/sigthread.c (NSIGS): Make bigger.
19428
19429 2007-01-27 Andreas Schwab <schwab@suse.de>
19430
19431 * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
19432 .short/.int/.quad in the dwarf sections.
19433 * gdb.dwarf2/dw2-intercu.S: Likewise.
19434 * gdb.dwarf2/dw2-intermix.S: Likewise.
19435
19436 2007-01-25 Jan Kratochvil <jan.kratochvil@redhat.com>
19437
19438 * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
19439 * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
19440 array.
19441 * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
19442 * gdb.base/setvar.exp: Likewise.
19443
19444 2007-01-26 Andreas Schwab <schwab@suse.de>
19445
19446 * gdb.base/corefile.exp: Allow non-empty argument list in reinit
19447 test.
19448
19449 * gdb.base/multi-forks.exp ("restart $i"): Also match
19450 __kernel_syscall_via_break.
19451
19452 2007-01-24 Vladimir Prus <vladimir@codesourcery.com>
19453
19454 * lib/mi-support.exp (mi_delete_varobj): New.
19455 * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
19456 testcase.
19457 * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
19458 (main): Call the above.
19459 (reference_update_test, base_in_reference_test)
19460 (reference_to_pointer): Delete the created varobjs.
19461
19462 2007-01-23 Daniel Jacobowitz <dan@codesourcery.com>
19463
19464 * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
19465 * configure: Regenerated.
19466 * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
19467 * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
19468 gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
19469 gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
19470 * lib/gdb.exp (gdb_skip_xml_test): New function.
19471
19472 2007-01-23 Nick Hudson <nick.hudson@dsl.pipex.com>
19473
19474 * gdb.base/sigrepeat.exp: Correct error message.
19475
19476 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19477 Daniel Jacobowitz <dan@codesourcery.com>
19478
19479 * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
19480 gdb.arch/i386-gnu-cfi-asm.S: New files.
19481
19482 2007-01-14 Jan Kratochvil <jan.kratochvil@redhat.com>
19483
19484 * lib/gdb.exp: Abort on missing `site.exp'.
19485
19486 2007-01-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19487 Daniel Jacobowitz <dan@codesourcery.com>
19488
19489 * gdb.base/included.c, gdb.base/included.exp,
19490 gdb.base/included.h: New files.
19491
19492 2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
19493
19494 * gdb.base/bigcore.c (RLIMIT_CAP): Define.
19495 (maximize_rlimit): Reduce limits on 64-bit systems.
19496
19497 2007-01-19 Mark Kettenis <kettenis@gnu.org>
19498
19499 From Marcus Deuling <deuling@de.ibm.com>:
19500 * gdb.arch/altivec-regs.exp: Initialise variable endianness in
19501 every case.
19502
19503 2007-01-13 Nick Roberts <nickrob@snap.net.nz>
19504
19505 * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
19506 (test_path_specification): Use objdir instead of srcdir to always
19507 get an absolute filename.
19508
19509 2007-01-12 Daniel Jacobowitz <dan@codesourcery.com>
19510
19511 * gdb.cp/member-ptr.cc (class Padding): Make contents public.
19512
19513 2007-01-11 Vladimir Prus <vladimir@codesourcery.com>
19514
19515 * gdb.mi/mi-var-cp.cc (reference_update_tests):
19516 Make sure the variable we're using is in scope.
19517 (reference_to_pointer): Likewise.
19518
19519 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
19520
19521 * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
19522 has no debug information.
19523
19524 2007-01-09 Daniel Jacobowitz <dan@codesourcery.com>
19525
19526 * gdb.base/annota1.exp: Remove extra send_gdb.
19527
19528 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
19529
19530 * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
19531
19532 2007-01-09 Jan Kratochvil <jan.kratochvil@redhat.com>
19533
19534 * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
19535
19536 2007-01-08 Nick Roberts <nickrob@snap.net.nz>
19537 Daniel Jacobowitz <dan@codesourcery.com>
19538
19539 * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
19540 lcharacter or linteger change. Correct duplicated test name.
19541 * gdb.mi/mi2-var-cmd.exp: Likewise.
19542
19543 2007-01-08 Daniel Jacobowitz <dan@codesourcery.com>
19544
19545 * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
19546
19547 2007-01-05 Joel Brobecker <brobecker@adacore.com>
19548
19549 * gdb.base/nofield.c: New file.
19550 * gdb.base/nofield.exp: New testcase.
19551
19552 2007-01-05 Nick Roberts <nickrob@snap.net.nz>
19553
19554 * gdb.mi/mi-var-cp.exp: New test for references to pointers.
19555
19556 * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
19557 test.
19558
19559 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
19560
19561 * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
19562
19563 2007-01-04 Daniel Jacobowitz <dan@codesourcery.com>
19564
19565 * lib/mi-support.exp (mi_runto_helper): Expect two prompts
19566 when continuing.
19567
19568 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
19569
19570 * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
19571 Expect ".exe" extension.
19572
19573 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
19574
19575 * gdb.base/charset.exp: Add explicit filename to break.
19576 * gdb.base/dbx.exp: Add explicit filename to breaks.
19577
19578 2007-01-04 Pedro Alves <pedro_alves@portugalmail.pt>
19579
19580 * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
19581 * gdb.mi/mi2-file.exp: Likewise.
19582
19583 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
19584
19585 Implement specification of MI tests as comments
19586 in C and C++ sources.
19587 * lib/mi-support.exp (mi_autotest_data): New variable.
19588 (mi_autotest_source): New variable.
19589 (count_newlines, mi_prepare_inline_tests)
19590 (mi_get_inline_test, mi_continue_to_line)
19591 (mi_run_inline_test, mi_tbreak)
19592 (mi_send_resuming_command, mi_wait_for_stop): New functions.
19593 * gdb.mi/mi-var-cp.exp: Move most content to the C file.
19594 Run inline tests.
19595 * gdb.mi/mi-var-cp.cc: Define tests here.
19596
19597 2007-01-04 Vladimir Prus <vladimir@codesourcery.com>
19598
19599 Simplify usage of mi_continue_to.
19600 * lib/mi-support.exp (mi_runto_helper): Renamed
19601 from mi_runto, added new parameter 'run_or_continue'.
19602 (mi_runto): Use mi_runto_helper.
19603 (mi_continue_to): Accept just function name as parameter.
19604 Use mi_runto_helper.
19605 * gdb.mi/mi-var-cmd.exp: Adjust to changes.
19606 * gdb.mi/mi2-var-cmd.exp: Likewise.
19607
19608 2006-01-04 Joel Brobecker <brobecker@adacore.com>
19609
19610 Make this testcase a bit more realistic. The current code
19611 is too simplistic, and allows the compiler to optimize out
19612 some of the entities we need for this testcase.
19613 * gdb.ada/null_record/bar.ads (Void_Star): New type.
19614 (Do_Nothing): Add extra parameter.
19615 * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
19616 * gdb.ada/null_record/null_record.adb: Fake use of type Empty
19617 by using a variable of type Void_Star.
19618
19619 2006-01-04 Joel Brobecker <brobecker@adacore.com>
19620
19621 * gdb.ada/catch_ex/foo.adb: New file.
19622 * gdb.ada/catch_ex.exp: New testcase.
19623
19624 2007-01-03 Pedro Alves <pedro_alves@portugalmail.pt>
19625
19626 * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
19627 pass --image-base to linker.
19628
19629 2007-01-03 Jan Kratochvil <jan.kratochvil@redhat.com>
19630 Daniel Jacobowitz <dan@codesourcery.com>
19631
19632 * gdb.base/readline.exp: Set $TERM. Test arrow keys in
19633 secondary prompts.
19634
19635 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
19636
19637 * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
19638 output. Test the types of members and member pointers.
19639 * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
19640 gdb/2092.
19641 * gdb.cp/member-ptr.exp: Search for a comment instead of a
19642 statement. Enable for GCC. Update expected output for some tests
19643 and add new tests. Remove obsolete GCC KFAILs. Allow GCC's class
19644 layout.
19645 * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
19646 (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
19647 (Diamond::vget_base): New.
19648 (main): Add new tests.
19649 * gdb.cp/printmethod.exp: Update expected output for member functions.
19650 * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
19651 print pEe->D::vg().
19652
19653 2007-01-03 Daniel Jacobowitz <dan@codesourcery.com>
19654
19655 * gdb.threads/tls.exp: Allow stops in sem_post.
19656
19657 2006-12-31 Daniel Jacobowitz <dan@codesourcery.com>
19658
19659 * gdb.base/annota1.exp: Allow .*printf in backtraces.
19660 * gdb.base/annota3.exp: Likewise.
19661 * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
19662 again (instead of timing out).
19663 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
19664 GCC bug 26475.
19665 * gdb.java/jmisc.exp: Adjust to work with method signatures including
19666 return types. Add kfails for GDB bugs 2214 and 2215. Move exit
19667 test from jmisc1.exp.
19668 * gdb.java/jmisc1.exp: Delete.
19669 * gdb.java/jprint.exp: Adjust to work with method signatures including
19670 return types.
19671 * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
19672 * gdb.threads/linux-dp.exp: Don't be confused by program output.
19673 * lib/java.exp (compile_java_from_source): Pass the correct type
19674 to target_compile.
19675
19676 2006-12-31 Joel Brobecker <brobecker@adacore.com>
19677
19678 * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
19679 (stack_align_edx): New function.
19680 (stack_align_eax): New function.
19681 (main): Add calls to stack_align_edx and stack_align_eax.
19682 * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
19683 Add testing for the cases where the register used during a stack
19684 realignment is edx. Same for eax.
19685
19686 2006-12-30 Pedro Alves <pedro_alves@portugalmail.pt>
19687
19688 * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
19689 and generic PE targets.
19690
19691 2006-12-29 Joel Brobecker <brobecker@adacore.com>
19692
19693 * gdb.ada/array_return.exp: Update copyright date list.
19694
19695 2006-12-27 Joel Brobecker <brobecker@adacore.com>
19696
19697 * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
19698 (Create_Small_Float_Vector): New function.
19699 * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
19700 function body.
19701 * gdb.ada/array_return/p.adb: Use new type and function from
19702 package Pck.
19703 * gdb.ada/array_return.exp: Add a test verifying that GDB is
19704 able to print the value returned by a function returning an
19705 array of float.
19706
19707 2006-12-20 Joel Brobecker <brobecker@adacore.com>
19708
19709 * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
19710 The associated tests should be PASSing.
19711
19712 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
19713
19714 Test for base in references.
19715 * gdb.mi/mi-var-cp.cc: Add test code.
19716 * gdb.mi/mi-var-cp.exp: Test for bases in references.
19717 * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
19718 * gdb.mi/mi2-watch.exp: Likewise.
19719 * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
19720 (mi_list_varobj_children): New function.
19721
19722 2006-12-08 Vladimir Prus <vladimir@codesourcery.com>
19723
19724 * lib/mi-support.exp
19725 (mi_runto): Accept "()" after function name.
19726 (mi_create_varobj): New function.
19727 (mi_varobj_update): New function.
19728 (mi_Check_varobj_value): New function.
19729 * gdb.mi/mi-var-cp.exp: New file.
19730 * gdb.mi/mi-var-cp.cc: New file.
19731
19732 2006-12-01 Daniel Jacobowitz <dan@codesourcery.com>
19733
19734 * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
19735 gdb.base/weaklib2.c: New files.
19736
19737 2006-11-29 Nathan Sidwell <nathan@codesourcery.com>
19738
19739 * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
19740 info. Adjust test names.
19741
19742 * gdb.base/break.c (main): Move position of malloc.
19743 * gdb.base/break.exp: Revert mistaken checkin.
19744
19745 2006-11-28 Vladimir Prus <vladimir@codesourcery.com>
19746
19747 * gdb.mi/mi-var-cmd.exp: Check -var-update after
19748 assignement of arrays and function pointers.
19749 * gdb.mi/var-cmd.c: Add declaration necessary for above
19750 tests.
19751
19752 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
19753
19754 * gdb.base/break.c (main): Call malloc.
19755
19756 * gdb.threads/linux-dp.exp: Read thread table before and after
19757 creating each philosopher and verify it.
19758
19759 2006-11-27 Nathan Sidwell <nathan@codesourcery.com>
19760 Paul Brook <paul@codesourcery.com>
19761 Daniel Jacobowitz <dan@codesourcery.com>
19762
19763 * gdb.base/ending-run.exp: Flatten expect script stepping out of
19764 main to remove duplication. Add start function of the form
19765 '_*start[1-9]*'. Add RVDS start function.
19766
19767 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
19768
19769 * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
19770
19771 2006-11-22 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
19772
19773 * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
19774 * gdb.asm/spu.inc: New file.
19775 * gdb.base/term.exp: Disable if [target_info exists noargs].
19776 * gdb.gdb/complaints.exp: Disable if ![isnative].
19777 * gdb.gdb/selftest.exp: Likewise.
19778 * gdb.gdb/observer.exp: Likewise.
19779 * gdb.gdb/xfullpath.exp: Likewise.
19780 * gdb.base/attach.exp: Disable on SPU target.
19781 * gdb.cp/bs145503.exp: Likewise.
19782 * gdb.cp/exception.exp: Likewise.
19783 * gdb.cp/userdef.exp: Likewise.
19784
19785 2006-11-22 Daniel Jacobowitz <dan@codesourcery.com>
19786
19787 * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
19788
19789 2006-11-10 Vladimir Prus <vladimir@codesourcery.com>
19790
19791 * gdb.base/completion.exp: Fix completion tests for
19792 'info' and 'info '.
19793 * gdb.base/help.exp (help_test_raw, test_class_help)
19794 (test_prefix_command_help): Move...
19795 * lib/gdb.exp: Here.
19796 * gdb.base/main.exp: Adjust.
19797 * gdb.cp/maint.exp: Adjust.
19798 * gdb.trace/tracecmd.exp: Use test_help_class.
19799
19800 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
19801
19802 * gdb.stabs/weird.exp (print_weird_var): Use
19803 gdb_test_multiple instead of gdb_expect.
19804
19805 2006-11-09 Vladimir Prus <vladimir@codesourcery.com>
19806
19807 * gdb.base/help.exp (help_test_raw): New.
19808 (test_class_help): New.
19809 (test_prefix_command_help): New.
19810 Adjust testcases.
19811
19812 2006-11-09 Christophe Lyon <christophe.lyon@st.com>
19813
19814 * gdb.base/constvars.c (main): Write to crass and crips, so that
19815 they are allocated by the compiler.
19816
19817 2006-10-27 Andreas Schwab <schwab@suse.de>
19818
19819 * gdb.base/multi-forks.exp: Use "detach fork" instead of
19820 "detach-fork".
19821
19822 2006-10-18 Daniel Jacobowitz <dan@codesoucery.com>
19823
19824 * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
19825 of patterns.
19826
19827 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
19828
19829 * gdb.base/sepdebug.exp: Remove debug format test.
19830 * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
19831 Handle no-symtab.
19832 * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
19833
19834 2006-10-17 Daniel Jacobowitz <dan@codesourcery.com>
19835
19836 * gdb.threads/manythreads.c (thread_function, main): Don't cast
19837 int to pointer or pointer to int.
19838 * gdb.threads/manythreads.exp: Don't expect the string "LWP".
19839
19840 2006-10-12 Daniel Jacobowitz <dan@codesourcery.com>
19841
19842 * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
19843
19844 2006-10-09 Jan Kratochvil <jan.kratochvil@redhat.com>
19845
19846 * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
19847
19848 2006-10-09 Daniel Jacobowitz <dan@codesourcery.com>
19849
19850 PR c++/2116
19851 * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
19852
19853 2006-10-06 Joel Brobecker <brobecker@adacore.com>
19854
19855 * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
19856 the corresponding bug has been fixed in GDB (PR/2018).
19857
19858 2006-10-06 Joel Brobecker <brobecker@adacore.com>
19859
19860 * gdb.base/subst.exp: New testcase.
19861
19862 2006-10-06 Joel Brobecker <brobecker@adacore.com>
19863
19864 * gdb.ada/array_return/pck.ads: Add copyright notice.
19865 * gdb.ada/array_return/pck.adb: Likewise.
19866 * gdb.ada/array_return/p.adb: Likewise.
19867 * gdb.ada/exec_changed/first.adb: Likewise.
19868 * gdb.ada/exec_changed/second.adb: Likewise.
19869
19870 2006-10-06 Joel Brobecker <brobecker@adacore.com>
19871
19872 * gdb.ada/watch_arg/watch.adb: New file.
19873 * gdb.ada/watch_arg.exp: New testcase.
19874
19875 2006-10-02 Vladimir Prus <vladimir@codesourcery.com>
19876
19877 * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
19878 via string_to_regexp.
19879 * gdb.mi/mi2-basics.exp: Likewise.
19880
19881 2006-09-20 Michael Snyder <michael.snyder@palmsource.com>
19882
19883 * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
19884 Remove unused / obsolete files.
19885
19886 2006-09-19 Nick Roberts <nickrob@snap.net.nz>
19887
19888 * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
19889
19890 2006-09-17 Vladimir Prus <vladimir@codesourcery.com>
19891
19892 * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
19893 HIGH_FRAME argument to -stack-list-arguments can be larger than
19894 the number of frames.
19895
19896 2006-09-15 Daniel Jacobowitz <dan@codesourcery.com>
19897
19898 * gdb.base/args.c (main): Add breakpoint marker.
19899 * gdb.base/args.exp: Use args_test for tests. Add new tests which
19900 really test empty arguments.
19901 (args_load): Delete.
19902 (args_test): New.
19903
19904 2006-09-13 Nick Roberts <nickrob@snap.net.nz>
19905
19906 * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
19907 check for one file.
19908
19909 2006-09-07 Vladimir Prus <ghost@vladimir@codesourcery.com>
19910
19911 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
19912 HIGH_FRAME argument to -stack-list-locals can be larger than
19913 the number of frames.
19914
19915 2006-08-18 Fred Fish <fnf@specifix.com>
19916
19917 * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
19918 '$' in front of skip_vmx_tests_saved when setting that.
19919
19920 2006-08-10 Andrew Stubbs <andrew.stubbs@st.com>
19921
19922 * gdb.base/trace-commands.exp: New file.
19923
19924 2006-08-10 Joel Brobecker <brobecker@adacore.com>
19925 Daniel Jacobowitz <dan@codesourcery.com>
19926
19927 * gdb.base/step-bt.exp: Make hexadecimal address optional in
19928 expected output of the backtrace commands.
19929
19930 2006-08-09 Joel Brobecker <brobecker@adacore.com>
19931
19932 * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
19933 untested followed by return combination.
19934 * gdb.arch/altivec-regs.exp: Likewise.
19935 * gdb.arch/e500-abi.exp: Likewise.
19936 * gdb.arch/e500-regs.exp: Likewise.
19937 * gdb.arch/gdb1291.exp: Likewise.
19938 * gdb.arch/gdb1431.exp: Likewise.
19939 * gdb.arch/gdb1558.exp: Likewise.
19940 * gdb.arch/i386-prologue.exp: Likewise.
19941 * gdb.arch/i386-unwind.exp: Likewise.
19942 * gdb.asm/asm-source.exp: Likewise.
19943 * gdb.base/a2-run.exp: Likewise.
19944 * gdb.base/advance.exp: Likewise.
19945 * gdb.base/all-bin.exp: Likewise.
19946 * gdb.base/annota1.exp: Likewise.
19947 * gdb.base/annota3.exp: Likewise.
19948 * gdb.base/args.exp: Likewise.
19949 * gdb.base/arithmet.exp: Likewise.
19950 * gdb.base/assign.exp: Likewise.
19951 * gdb.base/async.exp: Likewise.
19952 * gdb.base/attach.exp: Likewise.
19953 * gdb.base/bang.exp: Likewise.
19954 * gdb.base/bigcore.exp: Likewise.
19955 * gdb.base/bitfields.exp: Likewise.
19956 * gdb.base/bitfields2.exp: Likewise.
19957 * gdb.base/break.exp: Likewise.
19958 * gdb.base/call-sc.exp: Likewise.
19959 * gdb.base/call-strs.exp: Likewise.
19960 * gdb.base/callfuncs.exp: Likewise.
19961 * gdb.base/checkpoint.exp: Likewise.
19962 * gdb.base/chng-syms.exp: Likewise.
19963 * gdb.base/code-expr.exp: Likewise.
19964 * gdb.base/commands.exp: Likewise.
19965 * gdb.base/completion.exp: Likewise.
19966 * gdb.base/cond-expr.exp: Likewise.
19967 * gdb.base/condbreak.exp: Likewise.
19968 * gdb.base/consecutive.exp: Likewise.
19969 * gdb.base/constvars.exp: Likewise.
19970 * gdb.base/corefile.exp: Likewise.
19971 * gdb.base/cvexpr.exp: Likewise.
19972 * gdb.base/dbx.exp: Likewise.
19973 * gdb.base/define.exp: Likewise.
19974 * gdb.base/detach.exp: Likewise.
19975 * gdb.base/display.exp: Likewise.
19976 * gdb.base/dump.exp: Likewise.
19977 * gdb.base/ena-dis-br.exp: Likewise.
19978 * gdb.base/ending-run.exp: Likewise.
19979 * gdb.base/environ.exp: Likewise.
19980 * gdb.base/eval-skip.exp: Likewise.
19981 * gdb.base/exprs.exp: Likewise.
19982 * gdb.base/fileio.exp: Likewise.
19983 * gdb.base/finish.exp: Likewise.
19984 * gdb.base/float.exp: Likewise.
19985 * gdb.base/foll-exec.exp: Likewise.
19986 * gdb.base/foll-fork.exp: Likewise.
19987 * gdb.base/foll-vfork.exp: Likewise.
19988 * gdb.base/freebpcmd.exp: Likewise.
19989 * gdb.base/funcargs.exp: Likewise.
19990 * gdb.base/gcore.exp: Likewise.
19991 * gdb.base/gdb1090.exp: Likewise.
19992 * gdb.base/gdb1250.exp: Likewise.
19993 * gdb.base/huge.exp: Likewise.
19994 * gdb.base/info-proc.exp: Likewise.
19995 * gdb.base/interrupt.exp: Likewise.
19996 * gdb.base/jump.exp: Likewise.
19997 * gdb.base/langs.exp: Likewise.
19998 * gdb.base/lineinc.exp: Likewise.
19999 * gdb.base/list.exp: Likewise.
20000 * gdb.base/logical.exp: Likewise.
20001 * gdb.base/long_long.exp: Likewise.
20002 * gdb.base/macscp.exp: Likewise.
20003 * gdb.base/maint.exp: Likewise.
20004 * gdb.base/mips_pro.exp: Likewise.
20005 * gdb.base/miscexprs.exp: Likewise.
20006 * gdb.base/multi-forks.exp: Likewise.
20007 * gdb.base/opaque.exp: Likewise.
20008 * gdb.base/overlays.exp: Likewise.
20009 * gdb.base/pc-fp.exp: Likewise.
20010 * gdb.base/pointers.exp: Likewise.
20011 * gdb.base/printcmds.exp: Likewise.
20012 * gdb.base/psymtab.exp: Likewise.
20013 * gdb.base/ptype.exp: Likewise.
20014 * gdb.base/recurse.exp: Likewise.
20015 * gdb.base/relational.exp: Likewise.
20016 * gdb.base/relocate.exp: Likewise.
20017 * gdb.base/remote.exp: Likewise.
20018 * gdb.base/reread.exp: Likewise.
20019 * gdb.base/restore.exp: Likewise.
20020 * gdb.base/return.exp: Likewise.
20021 * gdb.base/return2.exp: Likewise.
20022 * gdb.base/scope.exp: Likewise.
20023 * gdb.base/sect-cmd.exp: Likewise.
20024 * gdb.base/sep.exp: Likewise.
20025 * gdb.base/sepdebug.exp: Likewise.
20026 * gdb.base/setshow.exp: Likewise.
20027 * gdb.base/setvar.exp: Likewise.
20028 * gdb.base/sigall.exp: Likewise.
20029 * gdb.base/sigbpt.exp: Likewise.
20030 * gdb.base/signals.exp: Likewise.
20031 * gdb.base/signull.exp: Likewise.
20032 * gdb.base/sizeof.exp: Likewise.
20033 * gdb.base/solib.exp: Likewise.
20034 * gdb.base/step-line.exp: Likewise.
20035 * gdb.base/step-test.exp: Likewise.
20036 * gdb.base/structs.exp: Likewise.
20037 * gdb.base/structs2.exp: Likewise.
20038 * gdb.base/term.exp: Likewise.
20039 * gdb.base/twice.exp: Likewise.
20040 * gdb.base/until.exp: Likewise.
20041 * gdb.base/varargs.exp: Likewise.
20042 * gdb.base/volatile.exp: Likewise.
20043 * gdb.base/watchpoint.exp: Likewise.
20044 * gdb.base/whatis-exp.exp: Likewise.
20045 * gdb.base/whatis.exp: Likewise.
20046 * gdb.cp/ambiguous.exp: Likewise.
20047 * gdb.cp/annota2.exp: Likewise.
20048 * gdb.cp/annota3.exp: Likewise.
20049 * gdb.cp/bool.exp: Likewise.
20050 * gdb.cp/breakpoint.exp: Likewise.
20051 * gdb.cp/casts.exp: Likewise.
20052 * gdb.cp/class2.exp: Likewise.
20053 * gdb.cp/classes.exp: Likewise.
20054 * gdb.cp/cplusfuncs.exp: Likewise.
20055 * gdb.cp/ctti.exp: Likewise.
20056 * gdb.cp/derivation.exp: Likewise.
20057 * gdb.cp/exception.exp: Likewise.
20058 * gdb.cp/gdb1355.exp: Likewise.
20059 * gdb.cp/hang.exp: Likewise.
20060 * gdb.cp/inherit.exp: Likewise.
20061 * gdb.cp/local.exp: Likewise.
20062 * gdb.cp/m-data.exp: Likewise.
20063 * gdb.cp/m-static.exp: Likewise.
20064 * gdb.cp/member-ptr.exp: Likewise.
20065 * gdb.cp/method.exp: Likewise.
20066 * gdb.cp/misc.exp: Likewise.
20067 * gdb.cp/namespace.exp: Likewise.
20068 * gdb.cp/overload.exp: Likewise.
20069 * gdb.cp/ovldbreak.exp: Likewise.
20070 * gdb.cp/pr-1023.exp: Likewise.
20071 * gdb.cp/pr-1210.exp: Likewise.
20072 * gdb.cp/pr-574.exp: Likewise.
20073 * gdb.cp/printmethod.exp: Likewise.
20074 * gdb.cp/psmang.exp: Likewise.
20075 * gdb.cp/ref-params.exp: Likewise.
20076 * gdb.cp/ref-types.exp: Likewise.
20077 * gdb.cp/rtti.exp: Likewise.
20078 * gdb.cp/templates.exp: Likewise.
20079 * gdb.cp/try_catch.exp: Likewise.
20080 * gdb.cp/userdef.exp: Likewise.
20081 * gdb.cp/virtfunc.exp: Likewise.
20082 * gdb.disasm/am33.exp: Likewise.
20083 * gdb.disasm/h8300s.exp: Likewise.
20084 * gdb.disasm/mn10300.exp: Likewise.
20085 * gdb.disasm/sh3.exp: Likewise.
20086 * gdb.disasm/t01_mov.exp: Likewise.
20087 * gdb.disasm/t02_mova.exp: Likewise.
20088 * gdb.disasm/t03_add.exp: Likewise.
20089 * gdb.disasm/t04_sub.exp: Likewise.
20090 * gdb.disasm/t05_cmp.exp: Likewise.
20091 * gdb.disasm/t06_ari2.exp: Likewise.
20092 * gdb.disasm/t07_ari3.exp: Likewise.
20093 * gdb.disasm/t08_or.exp: Likewise.
20094 * gdb.disasm/t09_xor.exp: Likewise.
20095 * gdb.disasm/t10_and.exp: Likewise.
20096 * gdb.disasm/t11_logs.exp: Likewise.
20097 * gdb.disasm/t12_bit.exp: Likewise.
20098 * gdb.disasm/t13_otr.exp: Likewise.
20099 * gdb.hp/gdb.aCC/optimize.exp: Likewise.
20100 * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
20101 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
20102 * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
20103 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
20104 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
20105 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
20106 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
20107 * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
20108 * gdb.hp/gdb.compat/xdb1.exp: Likewise.
20109 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
20110 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
20111 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
20112 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
20113 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
20114 * gdb.mi/gdb701.exp: Likewise.
20115 * gdb.mi/gdb792.exp: Likewise.
20116 * gdb.mi/mi-basics.exp: Likewise.
20117 * gdb.mi/mi-break.exp: Likewise.
20118 * gdb.mi/mi-cli.exp: Likewise.
20119 * gdb.mi/mi-console.exp: Likewise.
20120 * gdb.mi/mi-disassemble.exp: Likewise.
20121 * gdb.mi/mi-eval.exp: Likewise.
20122 * gdb.mi/mi-file.exp: Likewise.
20123 * gdb.mi/mi-read-memory.exp: Likewise.
20124 * gdb.mi/mi-regs.exp: Likewise.
20125 * gdb.mi/mi-return.exp: Likewise.
20126 * gdb.mi/mi-simplerun.exp: Likewise.
20127 * gdb.mi/mi-stack.exp: Likewise.
20128 * gdb.mi/mi-stepi.exp: Likewise.
20129 * gdb.mi/mi-syn-frame.exp: Likewise.
20130 * gdb.mi/mi-until.exp: Likewise.
20131 * gdb.mi/mi-var-block.exp: Likewise.
20132 * gdb.mi/mi-var-child.exp: Likewise.
20133 * gdb.mi/mi-var-cmd.exp: Likewise.
20134 * gdb.mi/mi-var-display.exp: Likewise.
20135 * gdb.mi/mi-watch.exp: Likewise.
20136 * gdb.mi/mi2-basics.exp: Likewise.
20137 * gdb.mi/mi2-break.exp: Likewise.
20138 * gdb.mi/mi2-cli.exp: Likewise.
20139 * gdb.mi/mi2-console.exp: Likewise.
20140 * gdb.mi/mi2-disassemble.exp: Likewise.
20141 * gdb.mi/mi2-eval.exp: Likewise.
20142 * gdb.mi/mi2-file.exp: Likewise.
20143 * gdb.mi/mi2-read-memory.exp: Likewise.
20144 * gdb.mi/mi2-regs.exp: Likewise.
20145 * gdb.mi/mi2-return.exp: Likewise.
20146 * gdb.mi/mi2-simplerun.exp: Likewise.
20147 * gdb.mi/mi2-stack.exp: Likewise.
20148 * gdb.mi/mi2-stepi.exp: Likewise.
20149 * gdb.mi/mi2-syn-frame.exp: Likewise.
20150 * gdb.mi/mi2-until.exp: Likewise.
20151 * gdb.mi/mi2-var-block.exp: Likewise.
20152 * gdb.mi/mi2-var-child.exp: Likewise.
20153 * gdb.mi/mi2-var-cmd.exp: Likewise.
20154 * gdb.mi/mi2-var-display.exp: Likewise.
20155 * gdb.mi/mi2-watch.exp: Likewise.
20156 * gdb.stabs/exclfwd.exp: Likewise.
20157 * gdb.stabs/weird.exp: Likewise.
20158 * gdb.threads/gcore-thread.exp: Likewise.
20159 * gdb.trace/actions.exp: Likewise.
20160 * gdb.trace/backtrace.exp: Likewise.
20161 * gdb.trace/circ.exp: Likewise.
20162 * gdb.trace/collection.exp: Likewise.
20163 * gdb.trace/deltrace.exp: Likewise.
20164 * gdb.trace/infotrace.exp: Likewise.
20165 * gdb.trace/limits.exp: Likewise.
20166 * gdb.trace/packetlen.exp: Likewise.
20167 * gdb.trace/passc-dyn.exp: Likewise.
20168 * gdb.trace/passcount.exp: Likewise.
20169 * gdb.trace/report.exp: Likewise.
20170 * gdb.trace/save-trace.exp: Likewise.
20171 * gdb.trace/tfind.exp: Likewise.
20172 * gdb.trace/tracecmd.exp: Likewise.
20173 * gdb.trace/while-dyn.exp: Likewise.
20174 * gdb.trace/while-stepping.exp: Likewise.
20175
20176 2006-08-08 Joel Brobecker <brobecker@adacore.com>
20177
20178 * gdb.base/step-bt.c: New file.
20179 * gdb.base/step-bt.exp: New testcase.
20180
20181 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com>
20182
20183 * config/monitor.exp (gdb_load): Remove support for obsolete
20184 download-write-size.
20185 * gdb.base/remote.exp: Likewise. Update all callers of
20186 gdb_timed_load.
20187
20188 2006-08-02 Daniel Jacobowitz <dan@codesourcery.com>
20189
20190 * cursal.exp: Pass binfile to gdb_load.
20191
20192 2006-08-01 Nathan Sidwell <nathan@codesourcery.com>
20193
20194 * gdb.base/cursal.exp: Add "" to gdb_load call.
20195
20196 2006-07-29 Mark Kettenis <kettenis@gnu.org>
20197
20198 * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
20199 NetBSD/ELF targets.
20200
20201 2006-07-25 Daniel Jacobowitz <dan@codesourcery.com>
20202
20203 * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
20204 operator*.
20205
20206 2006-07-24 Daniel Jacobowitz <dan@codesourcery.com>
20207
20208 * gdb.base/completion.exp: Update for change in "file" behavior.
20209 * gdb.stabs/weird.exp: Likewise.
20210 * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
20211 * lib/gdb.exp (gdb_file_cmd): Likewise. Kill the program explicitly.
20212
20213 2006-07-24 Nathan Sidwell <nathan@codesourcery.com>
20214
20215 * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
20216 * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
20217
20218 2006-07-21 Andrew Stubbs <andrew.stubbs@st.com>
20219
20220 * gdb.base/default.exp: Update source command error message.
20221 * gdb.base/help.exp: Update 'help source' message.
20222
20223 2006-07-20 Daniel Jacobowitz <dan@codesourcery.com>
20224
20225 * gdb.cp/bs15503.exp: Update comment for no longer crashing
20226 test.
20227
20228 2006-07-19 Andrew Stubbs <andrew.stubbs@st.com>
20229
20230 * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
20231
20232 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
20233
20234 * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
20235
20236 2006-07-18 Daniel Jacobowitz <dan@codesourcery.com>
20237
20238 * gdb.threads/print-threads.exp: Use gdb_breakpoint.
20239
20240 2006-07-17 Mark Kettenis <kettenis@gnu.org>
20241
20242 * gdb.base/long_long.exp (gdb_test_long_long): Exclude
20243 *-*-openbsd* from targets for wich we expect ARM FPA floating
20244 point format.
20245
20246 2006-07-17 Nick Roberts <nickrob@snap.net.nz>
20247
20248 * gdb.cp/annota3.exp: Expect frame-begin annotation.
20249
20250 2006-07-17 Mark Kettenis <kettenis@gnu.org>
20251
20252 * gdb.base/annota3.exp: Expect frame-begin annotation.
20253
20254 2006-07-14 Joel Brobecker <brobecker@adacore.com>
20255
20256 * gdb.base/help.exp: Adjust "help unset" test to accept
20257 any list of unset commands.
20258
20259 2006-07-13 Paul N. Hilfinger <Hilfinger@adacore.com>
20260 Daniel Jacobowitz <dan@codesourcery.com>
20261
20262 * gdb.cp/ref-params.exp: New test.
20263 * gdb.cp/ref-params.cc: New source file.
20264 * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
20265
20266 2006-07-08 Mark Kettenis <kettenis@gnu.org>
20267
20268 * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
20269 spaces/tabs in regular expressions since they might not be there.
20270
20271 2006-07-07 Andrew Stubbs <andrew.stubbs@st.com>
20272
20273 * gdb.base/ifelse.exp: New file.
20274
20275 2006-07-04 Nathan Sidwell <nathan@codesourcery.com>
20276
20277 * gdb.base/huge.c: Allow CRASH_GDB to be set from command
20278 line.
20279 * gdb.base/huge.exp: Loop over compilation to find a size that
20280 is acceptable.
20281 * gdb.base/remote.exp: Correct expected strings.
20282 * gdb.dwarf2/mac-fileno.S: Avoid # comments.
20283
20284 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20285
20286 * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
20287
20288 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20289
20290 * gdb.base/gdb1555.exp: Use gdb_compile_shlib. Skip if not
20291 native.
20292
20293 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20294
20295 * gdb.stabs/exclfwd.exp: Skip the test if configure did not
20296 enable stabs testing.
20297
20298 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20299
20300 * gdb.base/auxv.exp: Intercept undefined command messages before
20301 gdb_test_multiple does.
20302
20303 2006-06-22 Daniel Jacobowitz <dan@codesourcery.com>
20304
20305 * Makefile.in (host_alias): Remove.
20306 (target_alias): Use @target_noncanonical@.
20307 (site.exp): Don't set host_alias.
20308 * aclocal.m4: Remove contents. Include acx.m4.
20309 * configure: Regenerated.
20310 * configure.ac: Use ACX_NONCANONICAL_TARGET.
20311
20312 2006-06-13 Nathan Sidwell <nathan@codesourcery.com>
20313
20314 * lib/gdb.exp (gdb_load_cmd): New.
20315
20316 * gdb.base/fileio.c: Add system(NULL) test.
20317 * gdb.base/fileio.exp: Check it.
20318
20319 * gdb.base/break.c: Add 10a breakpoint at }
20320 * gdb.base/break.exp: Add test for breakpoint at }
20321 * gdb.cp/anon-union.cc: Add code at end of function.
20322 * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
20323 * gdb.mi/var-cmd.c: Add code at end of function.
20324 * gdb.mi/mi-var-display.exp: Adjust end of next.
20325 * gdb.mi/mi2-var-display.exp: Likewise.
20326 * gdb.base/fileio.c: Add stop function and insert calls at
20327 stopping places.
20328 * gdb.base/fileio.exp: Breakpoint stop function and remove
20329 explicit line number references.
20330
20331 2006-05-19 Joel Brobecker <brobecker@adacore.com>
20332
20333 * gdb.base/del.exp (test_delete_alias): New function.
20334 Now check that both "del" and "d" work as aliases for "delete".
20335
20336 2006-05-18 Fred Fish <fnf@specifix.com>
20337
20338 * gdb.base/a2-run.exp: Allow part of test to run when args aren't
20339 required. Check for spurious output after program exits normally.
20340
20341 2006-05-17 Fred Fish <fnf@specifix.com>
20342
20343 * gdb.base/relocate.exp: Use gdb_file_cmd rather than
20344 gdb_load, so it works in the simulator.
20345
20346 2006-05-11 Fred Fish <fnf@specifix.com>
20347
20348 * gdb.base/bang.exp: Ignore unexpected output between the
20349 "program exited normally" and the gdb prompt, as many other
20350 tests do.
20351
20352 2006-05-07 Mark Kettenis <kettenis@gnu.org>
20353
20354 * gdb.base/help.exp: Make "delete checkpoint" part option for
20355 "help d" and "help delete" tests.
20356
20357 2006-05-06 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
20358
20359 * gdb.mi/mi-basics.exp: Add missing serial number to
20360 expected output in some mi_gdb_test statements.
20361 * gdb.mi/mi2-basics.exp: Likewise.
20362
20363 2006-05-05 Joel Brobecker <brobecker@adacore.com>
20364
20365 * gdb.base/del.c: New file.
20366 * gdb.base/del.exp: New testcase.
20367
20368 2006-05-05 David S. Miller <davem@sunset.davemloft.net>
20369
20370 * gdb.base/break.exp: Do not assume a breakpoint on
20371 main will actually be in $srcfile when optimizing.
20372 * gdb.base/savedregs.exp: Do not require that the dummy
20373 frame location match up to a symbol and source file location.
20374 * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
20375 will get printed without a mi_cmd_data_list_register_values prefix.
20376 (*-data-list-register-*): Correct regular expressions to expect the new
20377 pseudo d? floating point registers.
20378 * gdb.mi/mi2-regs.exp: Likewise.
20379
20380 2006-05-05 Christophe Lyon <christophe.lyon@st.com>
20381
20382 * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
20383 * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
20384 is allocated by the compiler.
20385 * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
20386 anons, e, anone to force their allocation by the compiler.
20387
20388 2006-05-05 Daniel Jacobowitz <dan@codesourcery.com>
20389
20390 * gdb.base/help.exp: Update expected text for help d and
20391 help delete.
20392
20393 2006-05-02 Mark Kettenis <kettenis@gnu.org>
20394
20395 * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
20396 NetBSD/ELF targets.
20397
20398 2006-04-30 Mark Kettenis <kettenis@gnu.org>
20399
20400 * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
20401 single-step breakpoint fails; make this a KFAIL on
20402 sparc*-*-openbsd*.
20403 * gdb.base/siginfo.exp: Likewise.
20404 * gdb.base/sigstep.exp (advance, advancei): Likewise.
20405
20406 2006-04-26 Michael Snyder <msnyder@redhat.com>
20407
20408 * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
20409 which may have to consume output from other forks.
20410 Add tests to make sure that "delete fork" succeeded.
20411
20412 2006-04-20 Michael Snyder <msnyder@redhat.com>
20413
20414 * 2006-03-22 Jim Blandy <jimb@redhat.com>
20415 Add support for the Renesas M32C and M16C.
20416
20417 * gdb.asm/asm-source.exp: Add m32c target.
20418 * gdb.asm/m32c.inc: Support for m32c target.
20419
20420 2006-04-07 Andrew Stubbs <andrew.stubbs@st.com>
20421
20422 * gdb.base/commands.exp (recursive_source_test): New test.
20423
20424 2006-04-04 David S. Miller <davem@sunset.davemloft.net>
20425
20426 * gdb.base/float.exp: Add pattern for sparc targets.
20427
20428 2006-03-30 Daniel Jacobowitz <dan@codesourcery.com>
20429
20430 * gdb.base/commands.exp (stray_arg0_test): New test.
20431
20432 2006-03-30 Paul Brook <paul@codesourcery.com>
20433
20434 * gdb.mi/mi-until.exp: kfail broken until command.
20435 * gdb.mi/mi2-until.exp: Ditto.
20436
20437 2006-03-27 Nick Roberts <nickrob@snap.net.nz>
20438
20439 * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
20440
20441 2006-03-08 Alexandre Oliva <aoliva@redhat.com>
20442
20443 * gdb.base/prelink.exp: Anchor tested-for regular expression
20444 on gdb prompt.
20445
20446 2006-03-07 Paul Brook <paul@codesourcery.com>
20447
20448 * gdb.base/assign.exp: Correct fail message.
20449
20450 2006-03-07 Paul Brook <paul@codesourcery.com>
20451
20452 * lib/compiler.c: Extract armcc version number.
20453 * lib/compiler.cc: Ditto.
20454
20455 2006-03-07 Paul Brook <paul@codesourcery.com>
20456
20457 * gdb.arch/altivec-abi.exp: Use nowarnings instead of
20458 additional_flags=-w.
20459 * gdb.arch/altivec-regs.exp: Ditto.
20460 * gdb.arch/e500-abi.exp: Ditto.
20461 * gdb.arch/e500-regs.exp: Ditto.
20462 * gdb.base/all-bin.exp: Ditto.
20463 * gdb.base/annota1.exp: Ditto.
20464 * gdb.base/annota3.exp: Ditto.
20465 * gdb.base/args.exp: Ditto.
20466 * gdb.base/arithmet.exp: Ditto.
20467 * gdb.base/assign.exp: Ditto.
20468 * gdb.base/async.exp: Ditto.
20469 * gdb.base/bang.exp: Ditto.
20470 * gdb.base/break.exp: Ditto.
20471 * gdb.base/call-rt-st.exp: Ditto.
20472 * gdb.base/completion.exp: Ditto.
20473 * gdb.base/cond-expr.exp: Ditto.
20474 * gdb.base/condbreak.exp: Ditto.
20475 * gdb.base/consecutive.exp: Ditto.
20476 * gdb.base/define.exp: Ditto.
20477 * gdb.base/display.exp: Ditto.
20478 * gdb.base/ena-dis-br.exp: Ditto.
20479 * gdb.base/environ.exp: Ditto.
20480 * gdb.base/eval-skip.exp: Ditto.
20481 * gdb.base/info-proc.exp: Ditto.
20482 * gdb.base/jump.exp: Ditto.
20483 * gdb.base/logical.exp: Ditto.
20484 * gdb.base/long_long.exp: Ditto.
20485 * gdb.base/maint.exp: Ditto.
20486 * gdb.base/miscexprs.exp: Ditto.
20487 * gdb.base/pc-fp.exp: Ditto.
20488 * gdb.base/pointers.exp: Ditto.
20489 * gdb.base/relational.exp: Ditto.
20490 * gdb.base/reread.exp: Ditto.
20491 * gdb.base/sect-cmd.exp: Ditto.
20492 * gdb.base/sep.exp: Ditto.
20493 * gdb.base/sepdebug.exp: Ditto.
20494 * gdb.base/until.exp: Ditto.
20495 * gdb.base/whatis-exp.exp: Ditto.
20496 * gdb.cp/annota2.exp: Ditto.
20497 * gdb.cp/annota3.exp: Ditto.
20498 * gdb.trace/actions.exp: Ditto.
20499 * gdb.trace/backtrace.exp: Ditto.
20500 * gdb.trace/circ.exp: Ditto.
20501 * gdb.trace/collection.exp: Ditto.
20502 * gdb.trace/deltrace.exp: Ditto.
20503 * gdb.trace/infotrace.exp: Ditto.
20504 * gdb.trace/limits.exp: Ditto.
20505 * gdb.trace/packetlen.exp: Ditto.
20506 * gdb.trace/passc-dyn.exp: Ditto.
20507 * gdb.trace/passcount.exp: Ditto.
20508 * gdb.trace/report.exp: Ditto.
20509 * gdb.trace/save-trace.exp: Ditto.
20510 * gdb.trace/tfind.exp: Ditto.
20511 * gdb.trace/tracecmd.exp: Ditto.
20512 * gdb.trace/while-dyn.exp: Ditto.
20513 * gdb.trace/while-stepping.exp: Ditto.
20514 * lib/gdb.exp: Ditto.
20515 (gdb_compile): Handle nowarning option.
20516
20517 2006-03-07 Alexandre Oliva <aoliva@redhat.com>
20518
20519 * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
20520 * gdb.base/prelink.exp: Likewise. Add -q to prelink runs.
20521 Rename executable to prelinkt. Don't re-prelink if we didn't
20522 get a core file. Test prelink -u exit status to tell whether
20523 prelinking failed. Use gdb_test_multiple.
20524
20525 2006-03-01 Daniel Jacobowitz <dan@codesourcery.com>
20526
20527 * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
20528 (do_tests): Call it.
20529
20530 2006-02-28 Alexandre Oliva <aoliva@redhat.com>
20531
20532 * gdb.base/prelink.exp: New test.
20533 * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
20534
20535 2006-02-24 Wu Zhou <woodzltc@cn.ibm.com>
20536
20537 * gdb.fortran/derived-type.f90: New file.
20538 * gdb.fortran/derived-type.exp: New testcase.
20539
20540 2006-02-23 Daniel Jacobowitz <dan@codesourcery.com>
20541
20542 * gdb.base/default.exp: Allow ';' as a directory separator.
20543
20544 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
20545
20546 * gdb.base/help.exp (help add-symbol-file): Update.
20547
20548 2006-02-21 Andrew Stubbs <andrew.stubbs@st.com>
20549
20550 * gdb.base/help.exp (help load): Update expected results.
20551
20552 2006-02-19 Fred Fish <fnf@specifix.com>
20553
20554 * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
20555 specifix hex value as part of results.
20556 * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
20557
20558 2006-02-16 Fred Fish <fnf@specifix.com>
20559
20560 * gdb.base/whatis.c: Define variables using typedefs char_addr,
20561 ushort_addr, and slong_addr, so the typedefs are not optimized
20562 away.
20563 * gdb.base/whatis.exp: Add tests using type name for struct type,
20564 union type, enum type, and typedef.
20565
20566 2006-02-13 Mark Kettenis <kettenis@gnu.org>
20567
20568 * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
20569
20570 2006-02-13 Jim Blandy <jimb@redhat.com>
20571
20572 * gdb.base/scope.exp (test_at_main): Remove logic to handle the
20573 case where it takes two "next" commands to skip past the init
20574 call.
20575
20576 2006-02-12 Fred Fish <fnf@specifix.com>
20577
20578 * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
20579 to handle cases where it takes two "next" commands to skip
20580 past the init call.
20581
20582 2006-02-07 Joel Brobecker <brobecker@adacore.com>
20583
20584 * gdb.ada/array_return.exp: Mark the last test as expected to fail
20585 on hppa32 targets.
20586
20587 2006-02-06 Vladimir Prus <ghost@cs.msu.su>
20588
20589 * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
20590 field.
20591
20592 2006-01-29 Mark Kettenis <kettenis@gnu.org>
20593
20594 * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
20595
20596 2006-01-22 Daniel Jacobowitz <dan@codesourcery.com>
20597
20598 * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
20599 files.
20600
20601 2006-01-20 Daniel Jacobowitz <dan@codesourcery.com>
20602
20603 * gdb.cp/maint.exp: Set complaints to a positive value.
20604
20605 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
20606
20607 * gdb.base/multi-forks.c: Add copyright notice. Include <stdlib.h>.
20608 * gdb.base/multi-forks.exp: Use a loop. Allow "fork" as a stopped
20609 function name.
20610
20611 2006-01-15 Daniel Jacobowitz <dan@codesourcery.com>
20612
20613 * gdb.base/checkpoint.c: Update copyright notice. Include
20614 <stdlib.h>.
20615
20616 2006-01-04 Jim Blandy <jimb@redhat.com>
20617
20618 * gdb.asm/asm-source.exp: Independently provide default values for
20619 asm-flags and debug-flags. Use 'string equal' to do the
20620 comparison, not the implicit expr's '==' operator. Remove
20621 now-unneeded assignments to asm-flags. In h8300 case, place
20622 "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
20623
20624 2006-01-04 Michael Snyder <msnyder@redhat.com>
20625
20626 * gdb.base/checkpoint.c: New file.
20627 * gdb.base/checkpoint.exp: New file.
20628 * gdb.base/multi-fork.c: New file.
20629 * gdb.base/multi-fork.exp: New file.
20630 * gdb.base/pi.txt: New file (data for checkpoint.c test).
20631
20632 2006-01-04 Fred Fish <fnf@specifix.com>
20633
20634 * gdb.base/ptype.c (foo): Add typedef.
20635 (intfoo): Add function.
20636 * gdb.base/ptype1.c: New file.
20637 * gdb.base/ptype.exp: Handle compilation and linking with two
20638 source files. Test that proper type for "foo" is found based
20639 on source context rather than first match found in symtabs.
20640
20641 2005-12-28 Mark Kettenis <kettenis@gnu.org>
20642
20643 * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
20644 * gdb.asm/openbsd.inc: Indent commands.
20645
20646 2005-12-26 Mark Kettenis <kettenis@gnu.org>
20647
20648 * gdb.base/freebpcmd.exp: Increase timeout.
20649
20650 * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
20651
20652 2005-12-17 Daniel Jacobowitz <dan@codesourcery.com>
20653
20654 * gdb.base/default.exp: Update check for "show version".
20655
20656 2005-12-09 Randolph Chung <tausq@debian.org>
20657
20658 * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
20659 * gdb.asm/pa64.inc: New file.
20660
20661 2005-12-09 Randolph Chung <tausq@debian.org>
20662
20663 * gdb.asm/common.inc: Indent commands.
20664 * gdb.asm/asmsrc1.s: Likewise.
20665 * gdb.asm/asmsrc2.s: Likewise.
20666
20667 2005-12-09 Randolph Chung <tausq@debian.org>
20668
20669 * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
20670 (get_addr_of_sym): Remove duplicate print.
20671 (gen_core): xfail hppa*-*-hpux*, update expected output.
20672 * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
20673 * gdb.arch/pa64-nullify.s: New file.
20674
20675 2005-12-09 Randolph Chung <tausq@debian.org>
20676
20677 * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
20678
20679 2005-12-07 Christophe Lyon <christophe.lyon@st.com>
20680
20681 * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
20682 code generation for these functions.
20683 * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
20684 error message.
20685
20686 2005-12-02 Andrew Stubbs <andrew.stubbs@st.com>
20687
20688 * gdb.base/help.exp (help b, help br, help bre, help brea)
20689 (help break): Update the expected message.
20690
20691 2005-11-11 Stephane Carrez <stcarrez@nerim.fr>
20692
20693 * gdb.asm/m68hc11.inc: Setup the data section.
20694 * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
20695 script for this test.
20696 (m6812-*-*): Likewise.
20697
20698 2005-11-09 Randolph Chung <tausq@debian.org>
20699
20700 * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
20701
20702 2005-11-09 Wu Zhou <woodzltc@cn.ibm.com>
20703
20704 * gdb.base/break.exp: Fix a comment typo.
20705
20706 2005-11-03 Jim Blandy <jimb@redhat.com>
20707
20708 Checked in by Elena Zannoni <ezannoni@redhat.com>
20709
20710 * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
20711
20712 2005-11-02 Corinna Vinschen <vinschen@redhat.com>
20713
20714 * gdb.arch/gdb1558.c: Include stdio.h.
20715
20716 2005-10-31 Mark Kettenis <kettenis@gnu.org>
20717
20718 * gdb.asm/asm-source.exp: Use -e instead of --entry.
20719
20720 2005-10-31 Mark Kettenis <kettenis@gnu.org>
20721
20722 * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
20723
20724 2005-10-17 Paul Gilliam <pgilliam@us.ibm.com>
20725
20726 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
20727 vscr" tests to better match output.
20728
20729 2005-10-12 Jim Blandy <jimb@redhat.com>
20730
20731 * gdb.base/structs.exp (any): New function.
20732 (test_struct_returns): Don't make any assumptions at all about
20733 what value the function returns when GDB can't set the return
20734 value.
20735
20736 2005-10-09 Joel Brobecker <brobecker@adacore.com>
20737
20738 * gdb.ada/arrayidx/p.adb: New file.
20739 * gdb.ada/arrayidx.exp: New testcase
20740
20741 2005-10-09 Joel Brobecker <brobecker@adacore.com>
20742
20743 * gdb.ada/array_return/pck.ads: New file.
20744 * gdb.ada/array_return/pck.adb: New file.
20745 * gdb.ada/array_return/p.adb: New file.
20746 * gdb.ada/array_return.exp: New testcase.
20747
20748 2005-10-03 Joel Brobecker <brobecker@adacore.com>
20749
20750 * gdb.base/arrayidx.c: New file.
20751 * gdb.base/arrayidx.exp: New testcase.
20752
20753 2005-09-29 Nick Roberts <nickrob@snap.net.nz>
20754
20755 * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
20756 frames-invalid and breakpoints-invalid are no longer generated
20757 with level 3 so don't expect them in the output.
20758
20759 2005-09-27 Bob Rossi <bob@brasko.net>
20760
20761 * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
20762 from test. Escape the | in mi_gdb_test call.
20763 * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
20764 gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
20765 gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
20766 gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
20767 expected regex's in mi_gdb_test calls.
20768 * lib/mi-support.exp: Remove arbitrary .* from tests.
20769 (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
20770 Fully anchor GDB/MI expected results in mi_gdb_test.
20771 * lib/gdb.exp (string_to_regexp): Escape the ] character.
20772 * gdb.base/sizeof.exp: Remove escape character. Correct test.
20773
20774 2005-09-26 Paul Brook <paul@codesourcery.com>
20775
20776 * long_long.exp: Exclude eabi targets from arm FPA float format test.
20777
20778 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
20779
20780 * bfp-test.c: New file.
20781 * bfp-test.exp: New testcase.
20782
20783 2005-09-20 Wu Zhou <woodzltc@cn.ibm.com>
20784
20785 * gdb.fortran/subarray.exp: New testcase to test the evaluation
20786 of subarray and substring variable.
20787 * gdb.fortran/subarray.f: New source file for the test of subarray
20788 and substring variable evaluation.
20789 * gdb.fortran/exprs.exp: Add four tests for substring evaluation
20790 of string constant.
20791
20792 2005-09-19 Daniel Jacobowitz <dan@codesourcery.com>
20793
20794 * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
20795 copyright dates.
20796
20797 2005-09-19 Paul Gilliam <pgilliam@us.ibm.com>
20798
20799 * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
20800 powerpc altivec' test with an almost identical 'info vector' test.
20801
20802 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
20803
20804 * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
20805 vscr" tests to match output.
20806
20807 2005-09-13 Paul Gilliam <pgilliam@us.ibm.com>
20808
20809 * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
20810 output.
20811
20812 2005-09-11 Bob Rossi <bob@brasko.net>
20813
20814 * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
20815 * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
20816 commands that return an MI output command and an asyncronous MI output
20817 command.
20818 * gdb.mi/mi-console.exp: Ditto.
20819
20820 2005-09-11 Bob Rossi <bob@brasko.net>
20821
20822 * gdb.mi/mi-var-child.c: Include <string.h>.
20823
20824 2005-09-10 Daniel Jacobowitz <dan@codesourcery.com>
20825
20826 * killed.exp: Correct gdb_expect syntax.
20827
20828 2005-08-09 Corinna Vinschen <vinschen@redhat.com>
20829
20830 * lib/mi-support.exp (mi_gdb_load): Fix typo.
20831
20832 2005-08-02 Bob Rossi <bob@brasko.net>
20833
20834 * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
20835 (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
20836 Change tests to inferior-tty-set/show.
20837 * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
20838 (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
20839 * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
20840 inferior. Use mi_gdb_test to get GDB and Inferior output.
20841 * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
20842 descriptor.
20843 (mi_inferior_tty_name): Add inferior PTY file name.
20844 (mi_gdb_start): Add INFERIOR_PTY parameter.
20845 (mi_gdb_test): Add IPATTERN parameter.
20846
20847 2005-08-02 Bob Rossi <bob@brasko.net>
20848
20849 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
20850 parameter to mi_gdb_test.
20851 * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
20852
20853 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
20854
20855 * gdb.mi/mi-var-child.c (do_children_tests): Initialize
20856 struct_declarations.
20857 * gdb.mi/mi-var-child.exp: Step over the initialization of
20858 struct_declarations.
20859
20860 2005-07-31 Daniel Jacobowitz <dan@codesourcery.com>
20861
20862 * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
20863 * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
20864 * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
20865 * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
20866 * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
20867 file.
20868
20869 2005-07-27 Nick Roberts <nickrob@snap.net.nz>
20870
20871 * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
20872 (do_children_tests): Assign values to the extra elements.
20873
20874 * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
20875 them for tests for "-var-update --no-values" and
20876 "-var-update --all-values".
20877 Add test for "-var-list-children --simple-values".
20878
20879 * gdb.mi/basics.c (callee4): Add integer array D[3]...
20880
20881 * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
20882 "-stack-list-locals --simple-values" Improve doc strings and
20883 comments.
20884
20885 2005-07-18 Mark Kettenis <kettenis@gnu.org>
20886
20887 * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
20888 *-*-openbsd*.
20889 * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
20890
20891 * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
20892 sigaltsatck'.
20893
20894 2005-07-14 Bob Rossi <bob@brasko.net>
20895
20896 * gdb.base/default.exp (tty): Changed output of command.
20897 * gdb.base/help.exp (help tty): Ditto.
20898
20899 2005-07-12 Mark Kettenis <kettenis@gnu.org>
20900
20901 * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
20902
20903 2005-07-10 Mark Kettenis <kettenis@gnu.org>
20904
20905 * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
20906 -stack-select-frame without arguments.
20907 (test_stack_frame_listing): Add test for newly implemented command
20908 -stack-info-frame.
20909
20910 2005-07-06 Bob Rossi <bob@brasko.net>
20911
20912 * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
20913 command.
20914 (Copyright): Update copyright.
20915
20916 2005-07-06 Wu Zhou <woodzltc@cn.ibm.com>
20917
20918 * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
20919 tests to evaluate exponentiation expression.
20920
20921 2005-06-29 Andreas Schwab <schwab@suse.de>
20922
20923 * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
20924 main to avoid warnings.
20925
20926 * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
20927
20928 2005-06-20 Nick Roberts <nickrob@snap.net.nz>
20929
20930 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
20931 -stack-select-frame without arguments.
20932 (test_stack_frame_listing): Add test for newly implemented command
20933 -stack-info-frame.
20934
20935 2005-06-17 Wu Zhou <woodzltc@cn.ibm.com>
20936
20937 * gdb.fortran/array-element.f: New file.
20938 * gdb.fortran/array-element.exp: New testcase.
20939
20940 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
20941
20942 * gdb.base/bigcore.exp: Correct checks for systems which can
20943 not dump a large core file.
20944
20945 2005-06-13 Daniel Jacobowitz <dan@codesourcery.com>
20946
20947 * gdb.base/relocate.c: Add a copyright notice.
20948 (dummy): Remove.
20949 * gdb.base/relocate.exp: Test printing the values of variables
20950 from a relocatable file.
20951
20952 2005-06-12 Daniel Jacobowitz <dan@codesourcery.com>
20953
20954 * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
20955 excess MI output after an error.
20956
20957 2005-05-29 Joel Brobecker <brobecker@adacore.com>
20958
20959 * gdb.arch/alpha-step.c: New file.
20960 * gdb.arch/alpha-step.exp: New testcase.
20961
20962 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
20963 Dennis Brueni <dennis@slickedit.com>
20964
20965 * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
20966 gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
20967 gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
20968 gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
20969 gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
20970 gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
20971 * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
20972
20973 2005-05-17 Paul Gilliam <pgilliam@us.ibm.com>
20974 Wu Zhou <woodzltc@cn.ibm.com>
20975
20976 * gdb.base/shreloc.exp: Use gdb_compile_shlib. Add support for
20977 IBM's xlc compiler.
20978 * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
20979 * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
20980
20981 2005-05-13 Jim Blandy <jimb@redhat.com>
20982
20983 * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
20984 calling gdb_suppress_entire_file.
20985 * gdb.base/charset.exp: Same.
20986 * gdb.base/call-rt-st.exp: Same.
20987
20988 2005-05-05 Bob Rossi <bob_rossi@cox.net>
20989
20990 * lib/gdb.exp (fullname_syntax): Added global regex.
20991 (fullname_syntax_POSIX): Ditto.
20992 (fullname_syntax_UNC): Ditto.
20993 (fullname_syntax_DOS_CASE): Ditto.
20994 (fullname_syntax_DOS): Ditto.
20995 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
20996 fullname_syntax variable to scope and use it.
20997 (test_file_list_exec_source_files): Ditto.
20998 * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
20999
21000 2005-05-04 Daniel Jacobowitz <dan@codesourcery.com>
21001
21002 * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
21003
21004 2004-05-02 Paul Gilliam <pgilliam@us.ibm.com>
21005
21006 * lib/gdb.exp (skip_altivec_tests): New function, based on
21007 check_vmx_hw_available from the GCC testsuite.
21008 * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
21009 * lib/gdb.arch/altivec-regs.exp: Likewise.
21010
21011 2005-05-02 Jim Blandy <jimb@redhat.com>
21012
21013 * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
21014 calling gdb_suppress_entire_file.
21015
21016 2005-04-30 Randolph Chung <tausq@debian.org>
21017
21018 * gdb.threads/staticthreads.exp: Override signal to check for hppa.
21019 Slightly relax "sem_post" name checking.
21020
21021 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
21022
21023 * gdb.base/unload.exp: Use new shared library infrastructure.
21024
21025 2005-04-29 Paul Gilliam <pgilliam@us.ibm.com>
21026
21027 * gdb.base/so-impl-ld.exp: Use new shared library
21028 infrastructure.
21029
21030 2005-04-29 Corinna Vinschen <vinschen@redhat.com>
21031
21032 * gdb.asm/asm-source.exp: Add h8300 to supported targets.
21033 * gdb.asm/h8300.inc: New file.
21034
21035 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
21036
21037 * gdb.base/shlib-call.exp: Change to use new shared library
21038 infrastructure.
21039
21040 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
21041
21042 * gdb.base/pending.exp: Change to use new shared library
21043 infrastructure.
21044
21045 2005-04-28 Paul Gilliam <pgilliam@us.ibm.com>
21046
21047 * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
21048 use test_compiler_info instead of gcc_compiled, and update copyright.
21049
21050 2005-04-27 Paul Gilliam <pgilliam@us.ibm.com>
21051
21052 * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
21053 shared objects being adjusted and update copyright years.
21054
21055 2005-04-27 Daniel Jacobowitz <dan@codesourcery.com>
21056
21057 * ChangeLog: Correct some 2003-01-13 dates.
21058 * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
21059 gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
21060 gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
21061 gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
21062 gdb.trace/tfind.exp: Update copyright years.
21063
21064 2005-04-14 Paul Gilliam <pgilliam@us.ibm.com>
21065 Daniel Jacobowitz <dan@codesourcery.com>
21066
21067 * lib/gdb.exp (gdb_compile): Handle shlib=.
21068 (gdb_compile_shlib): New function.
21069
21070 2005-04-12 Paul Gilliam <pgilliam@us.ibm.com>
21071
21072 * lib/gdb.exp (test_compiler_info): Give argument a default value.
21073
21074 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
21075
21076 * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
21077 gdb.server.
21078 * configure.ac: Likewise.
21079 * configure: Regenerated.
21080 * gdb.gdbserver/Makefile.in: Moved to...
21081 * gdb.server/Makefile.in: ... here.
21082 * gdb.gdbserver/server.c: Moved to...
21083 * gdb.server/server.c: ... here.
21084 * gdb.gdbserver/server-run.exp: Moved to...
21085 * gdb.server/server-run.exp: ... here.
21086
21087 2005-04-08 Daniel Jacobowitz <dan@codesourcery.com>
21088
21089 * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
21090 * configure.ac: Create gdb.gdbserver/Makefile.
21091 * configure: Regenerated.
21092 * lib/gdbserver-support.exp: New file, derived from
21093 config/gdbserver.exp.
21094 * config/gdbserver.exp: Use gdbserver-support.exp.
21095 * gdb.gdbserver/Makefile.in: New file.
21096 * gdb.gdbserver/server.c: New file.
21097 * gdb.gdbserver/server-run.exp: New file.
21098
21099 2005-04-06 Paul Gilliam <pgilliam@us.ibm.com>
21100
21101 * lib/gdb.exp (test_compiler_info): Return compiler_info
21102 if no arguments are given.
21103
21104 2005-04-01 Paul Gilliam <pgilliam@us.ibm.com>
21105
21106 * gdb.arch/altivec-abi.exp: Check for compiler and set
21107 use altivec' flag accordingly.
21108 * gdb.arch/altivec-regs.exp: Likewise.
21109
21110 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
21111
21112 * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
21113
21114 2005-03-27 Andreas Schwab <schwab@suse.de>
21115
21116 * gdb.base/bigcore.c (main): Add missing mode argument in open
21117 call.
21118
21119 2005-03-25 Daniel Jacobowitz <dan@codesourcery.com>
21120
21121 * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
21122 downloads.
21123 * config/gdbserver.exp (gdb_load): Likewise.
21124
21125 2005-03-14 Paul Brook <paul@codesourcery.com>
21126
21127 * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
21128 targets.
21129
21130 2005-03-09 Joel Brobecker <brobecker@adacore.com>
21131
21132 * gdb.dwarf2/dup-psym.S: New file.
21133 * gdb.dwarf2/dup-psym.exp: New testcase.
21134
21135 2005-03-09 Joel Brobecker <brobecker@adacore.com>
21136
21137 * gdb.ada/exec_changed/first.adb: New file.
21138 * gdb.ada/exec_changed/second.adb: New file.
21139 * gdb.ada/exec_changed.exp: New testcase.
21140
21141 2005-03-08 Nathan Sidwell <nathan@codesourcery.com>
21142
21143 * gdb.cp/userdef.cc (A1::operator+): New unary plus.
21144 (A2): New class.
21145 (main): Test operator+.
21146 * gdb.cp/userdef.exp: Test unary plus. Use A2::operator+ for
21147 breakpoint test.
21148
21149 * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
21150 * gdb.base/signull.exp: Disable if gdb,nosignals.
21151 * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
21152 * gdb.cp/exception.exp: Disable if skip_cplus_tests.
21153 * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
21154 * gdb.mi/mi2-console.exp: Likewise.
21155 * gdb.trace/collection.exp (run_trace_experiment): Consume the
21156 continue output at start.
21157 (gdb_collect_locals_test): Robustify regexp.
21158 * gdb.trace/passc-dyn.exp: Fix comment typo.
21159 * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
21160
21161 2005-03-08 Corinna Vinschen <vinschen@redhat.com>
21162
21163 * gdb.asm/asm-source.exp: Add iq2000 case.
21164 * gdb.asm/iq2000.inc: New file.
21165
21166 2005-03-07 Manoj Iyer <manjo@austin.ibm.com>
21167
21168 * gdb.base/command.exp: Change hardcoded value to regular expression.
21169 * gdb.base/float.exp: Add powerpc to the list of targets checked.
21170
21171 2005-03-07 Daniel Jacobowitz <dan@codesourcery.com>
21172
21173 * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
21174 gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
21175 gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
21176 gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
21177 gdb.asm/x86_64.inc: Use .purgem before redefining macros.
21178
21179 2005-03-05 Mark Kettenis <kettenis@gnu.org>
21180
21181 * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
21182 changes.
21183
21184 2004-03-03 Paul Gilliam <pgilliam@us.ibm.com>
21185
21186 * lib/compiler.c: Add test for IBM's xlc compiler.
21187 * lib/compiler.cc: Likewise.
21188
21189 2004-02-24 Joel Brobecker <brobecker@adacore.com>
21190
21191 * gdb.ada/fixed_points.exp: Create compilation object directory
21192 before running the test.
21193 * gdb.ada/null_record.exp: Likewise.
21194 * gdb.ada/packed_array.exp: Likewise.
21195 * gdb.ada/start.exp: Likewise.
21196
21197 2005-02-15 Joel Brobecker <brobecker@adacore.com>
21198
21199 * gdb.ada/packed_array/pa.adb: New file.
21200 * gdb.ada/packed_array.exp: New testcase.
21201
21202 2005-02-10 Mark Kettenis <kettenis@gnu.org>
21203
21204 * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
21205 files.
21206
21207 * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
21208 on *-*-openbsd*. Correctly match whitespace in regukar
21209 expressions.
21210
21211 2005-02-10 Daniel Jacobowitz <dan@debian.org>
21212
21213 From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
21214 PR exp/1821
21215 * gdb.base/gdb1821.c: New test file.
21216 * gdb.base/gdb1821.exp: New test file.
21217
21218 2005-02-09 Joel Brobecker <brobecker@adacore.com>
21219
21220 * gdb.base/start.c: New file.
21221 * gdb.base/start.exp: New testcase.
21222
21223 2005-02-09 Joel Brobecker <brobecker@adacore.com>
21224
21225 * gdb.ada/start/dummy.adb: New file.
21226 * gdb.ada/start.exp: New testcase.
21227
21228 2005-02-09 Corinna Vinschen <vinschen@redhat.com>
21229
21230 * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
21231 for printing symbols and statistics.
21232 Add test for using relative pathnames in "maint print msymbols" test.
21233 Mark "maint info sections DATA" XFAIL on Cygwin.
21234 Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
21235 tests.
21236
21237 2005-02-09 Andreas Schwab <schwab@suse.de>
21238
21239 Committed by Andrew Cagney <cagney@gnu.org>
21240 * gdb.base/remotetimeout.exp: New file.
21241
21242 2005-02-07 Mark Kettenis <kettenis@gnu.org>
21243
21244 * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
21245
21246 2005-02-03 Joel Brobecker <brobecker@adacore.com>
21247
21248 * gdb.ada/gnat_ada.gpr: New file.
21249 * gdb.ada/gnat_ada.gin: Delete, no longer used.
21250 * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
21251 * configure.ac: No longer generate gnat_ada.gpr.
21252 * configure: Regenerate.
21253 * gdb.ada/Makefile.in: Minor adaptations due to new project file.
21254 * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
21255 * gdb.ada/null_record/bar.ads: Likewise.
21256 * gdb.ada/null_record/bar.adb: Likewise.
21257 * gdb.ada/fixed_points/fixed_points.adb: Likewise.
21258 * gdb.ada/null_record.exp (testdir): New variable.
21259 (testfile): executable is now in testdir subdirectory.
21260 (srcfile): Use full path to the main compilation unit.
21261 * gdb.ada/fixed_points.exp: Same changes as above.
21262
21263 2005-02-03 Nick Roberts <nickrob@snap.net.nz>
21264
21265 * gdb.base/interp.exp: New test.
21266
21267 2005-01-24 Andrew Cagney <cagney@gnu.org>
21268
21269 * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
21270
21271 2005-01-19 Andrew Cagney <cagney@gnu.org>
21272
21273 * gdb.stabs/Makefile.in (Makefile): Update dependencies -
21274 configure.ac not configure.in.
21275
21276 * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
21277 of powerpc*-*-*.
21278 * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
21279 * gdb.base/list.exp (test_list_function)
21280 (test_list_filename_and_function): Ditto.
21281 * gdb.base/callfuncs.exp (do_function_calls): Ditto.
21282
21283 2005-01-16 Andrew Cagney <cagney@gnu.org>
21284
21285 * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
21286
21287 * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
21288
21289 2005-01-14 Andrew Cagney <cagney@gnu.org>
21290
21291 * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
21292 * gdb.mi/mi2-var-cmd.exp: Ditto.
21293
21294 2005-01-10 Corinna Vinschen <vinschen@redhat.com>
21295
21296 * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
21297
21298 2005-01-07 Andrew Cagney <cagney@gnu.org>
21299
21300 * configure.ac: Rename configure.in, require autoconf 2.59.
21301 * configure: Re-generate.
21302 * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
21303 * gdb.stabs/configure: Re-generate.
21304 * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
21305 * gdb.hp/configure: Re-generate.
21306 * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
21307 autoconf 2.59.
21308 * gdb.hp/gdb.objdbg/configure: Re-generate.
21309 * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
21310 autoconf 2.59.
21311 * gdb.hp/gdb.defects/configure: Re-generate.
21312 * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
21313 autoconf 2.59.
21314 * gdb.hp/gdb.compat/configure: Re-generate.
21315 * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
21316 autoconf 2.59.
21317 * gdb.hp/gdb.base-hp/configure: Re-generate.
21318 * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
21319 autoconf 2.59.
21320 * gdb.hp/gdb.aCC/configure: Re-generate.
21321
21322 2004-12-15 Jim Blandy <jimb@redhat.com>
21323
21324 * gdb.threads/linux-dp.exp: Fix output regexp to handle output
21325 under NPTL when there is debugging info available for libpthread.
21326
21327 2004-12-13 Jerome Guitton <guitton@gnat.com>
21328
21329 * gdb.ada/fixed_points.c: New file.
21330 * gdb.ada/fixed_points.exp: New file.
21331
21332 2004-12-03 Randolph Chung <tausq@debian.org>
21333
21334 * gdb.arch/pa-nullify.exp: New file.
21335 * gdb.arch/pa-nullify.s: New file.
21336
21337 2004-11-30 Randolph Chung <tausq@debian.org>
21338
21339 * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
21340 instead of "tbug". Fix regexp to work properly with gdb_test.
21341
21342 2004-11-29 Paul Hilfinger <Hilfinger@gnat.com>
21343
21344 * gdb.base/bitfields2.exp: New test.
21345 * gdb.base/bitfields2.c: New file.
21346
21347 2004-11-28 Richard Earnshaw <rearnsha@arm.com>
21348
21349 * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
21350
21351 2004-11-16 Randolph Chung <tausq@debian.org>
21352
21353 * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
21354
21355 2004-11-14 Daniel Jacobowitz <dan@debian.org>
21356
21357 * gdb.threads/threadapply.exp: Correct "macro details" test.
21358
21359 2004-11-11 Jeff Johnston <jjohnstn@redhat.com>
21360
21361 * gdb.threads/threadapply.exp: New test.
21362 * gdb.threads/threadapply.c: New file.
21363
21364 2004-11-07 Mark Kettenis <kettenis@gnu.org>
21365
21366 * gdb.base/savedregs.exp: Correct pattern used for sigtramp
21367 frames.
21368
21369 2004-11-05 Felix Lee <felix+log1@specifixinc.com>
21370
21371 * gdb.base/cursal.exp: New file.
21372 * gdb.base/cursal.c: New file.
21373
21374 2004-11-03 Andrew Cagney <cagney@gnu.org>
21375
21376 * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
21377
21378 2004-10-30 Mark Kettenis <kettenis@gnu.org>
21379
21380 * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
21381 NetBSD/ELF targets.
21382
21383 2004-10-29 Joel Brobecker <brobecker@gnat.com>
21384
21385 * gdb.threads/bp_in_thread.c: New file, copied from
21386 pthread_cond_wait.c.
21387 * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
21388 file, rather than reusing the .c file from another testcase.
21389
21390 2004-10-20 Joel Brobecker <brobecker@gnat.com>
21391
21392 * gdb.ada/null_record.exp: Check where we stopped after
21393 sending the start command, instead of where the associated
21394 temporary breakpoint was inserted.
21395
21396 2004-10-14 Andrew Cagney <cagney@gnu.org>
21397
21398 * gdb.mi/gdb701.c (main): Return 0.
21399
21400 2004-10-13 Daniel Jacobowitz <dan@debian.org>
21401
21402 * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
21403
21404 2004-10-12 Jeff Johnston <jjohnstn@redhat.com>
21405
21406 * gdb.threads/schedlock.c: Add comment markers to use to find
21407 line numbers.
21408 * gdb.threads/schedlock.exp: Adjust regex to handle the new
21409 comments.
21410 * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
21411 breakpoint lines.
21412
21413 2004-10-12 Daniel Jacobowitz <dan@debian.org>
21414
21415 * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
21416
21417 2004-10-12 Daniel Jacobowitz <dan@debian.org>
21418
21419 * configure.in: Add gdb.dwarf2.
21420 * configure: Regenerated.
21421 * Makefile.in: Add gdb.dwarf2.
21422 * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
21423 gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
21424 gdb.dwarf2/file1.txt: New files.
21425
21426 2004-10-11 Orjan Friberg <orjanf@axis.com>
21427
21428 * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
21429 of "run", since the latter doesn't work with remote targets. Adjust
21430 the breakpoint numbering accordingly.
21431 * gdb.threads/pthread_cond_wait.exp: Ditto.
21432
21433 2004-10-08 Michael Chastain <mec.gnu@mindspring.com>
21434
21435 * gdb.base/overlays.exp: Update copyright years.
21436
21437 2004-10-08 Kei Sakamoto <sakamoto.kei@renesas.com>
21438
21439 * gdb.base/overlays.exp: Disable if target is Linux.
21440
21441 2004-10-06 Felix Lee <felix+log1@specifixinc.com>
21442
21443 * config/gdbserver.exp (gdb_load): Use right filename on remote.
21444
21445 2004-10-05 Kei Sakamoto <sakamoto.kei@renesas.com>
21446
21447 * gdb.asm/asm-source.exp: Add m32r-linux target.
21448 * gdb.asm/m32r-linux.inc: New file.
21449
21450 2004-09-24 Andrew Cagney <cagney@redhat.com>
21451 David Anderson <anderson@redhat.com>
21452
21453 * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
21454 command fails, assume things will work.
21455 * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
21456 (_GNU_SOURCE): Define.
21457 (print_unsigned, print_hex): Change parameter to "long long".
21458 (print_byte_count): New function, use to print byte counts.
21459 (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
21460 O_LARGEFILE.
21461 (main): Compute an upper bound on a corefile in max_core_size.
21462 Limit memory chunk size to max_core_size. Limit total memory
21463 allocated to max_core_size.
21464
21465 2004-09-23 Andrew Cagney <cagney@gnu.org>
21466
21467 * gdb.base/bigcore.exp: Replace the code that creates a corefile
21468 from a separate process with code that creates a corefile by
21469 making the inferior dump core.
21470
21471 2004-09-23 Mark Kettenis <kettenis@gnu.org>
21472
21473 * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
21474 block.
21475
21476 2004-09-23 Michael Chastain <mec.gnu@mindspring.com>
21477
21478 * gdb.base/constvars.exp (local_compiler_xfail_check_2):
21479 New proc. Accept both gcc 3.x.x and gcc 4.x.x.
21480 * gdb.base/volatile.exp (local_compiler_xfail_check_2):
21481 Likewise.
21482
21483 2004-09-20 Jeff Johnston <jjohnstn@redhat.com>
21484
21485 * gdb.java/jprint.exp: New test case for java inferior call.
21486 * gdb.java/jprint.java: Ditto.
21487
21488 2004-09-15 Joel Brobecker <brobecker@gnat.com>
21489
21490 * gdb.base/bigcore.exp: Deactivate on IRIX targets.
21491
21492 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
21493
21494 * gdb.threads/killed.c: Include <stdlib.h>.
21495 * gdb.threads/pthreads.c: Likewise.
21496
21497 2004-09-14 Michael Chastain <mec.gnu@mindspring.com>
21498
21499 * gdb.threads/killed.c: Add copyright notice.
21500
21501 2004-09-10 Jason Molenda (jmolenda@apple.com)
21502
21503 * gdb.base/define.exp: Two new tests to verify zero space chars
21504 after 'if' and 'while' commands in a user-defined command is correctly
21505 parsed.
21506
21507 2004-09-08 Andrew Cagney <cagney@gnu.org>
21508
21509 * gdb.base/signals.exp (signal_tests_1): Delete. Merge signal
21510 delivery test with duplicate at end of file.
21511
21512 2004-09-06 Mark Kettenis <kettenis@jive.nl>
21513
21514 * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
21515
21516 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
21517
21518 * config/hppro.exp: Removed.
21519
21520 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
21521
21522 * config/sparclet.exp: Removed.
21523
21524 2004-09-05 Michael Chastain <mec.gnu@mindspring.com>
21525
21526 * config/udi.exp: Removed.
21527
21528 2004-09-02 Michael Chastain <mec.gnu@mindspring.com>
21529
21530 * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
21531 of "exp_continue".
21532 (advancei): Likewise.
21533
21534 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
21535
21536 * gdb.base/unload.exp: Fix so messages aren't duplicated.
21537
21538 2004-09-01 Manoj Iyer <manjo@austin.ibm.com>
21539
21540 * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
21541 to check for nodebug in executable.
21542 * gdb.gdb/observer.exp (setup_test): Likewise.
21543 * gdb.gdb/selftest.exp (test_with_self): Likewise.
21544 * gdb.gdb/xfullpath.exp (setup_test): Likewise.
21545
21546 2004-09-01 Andrew Cagney <cagney@gnu.org>
21547
21548 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
21549 files.
21550
21551 2004-09-01 Jeff Johnston <jjohnstn@redhat.com>
21552
21553 * gdb.base/unload.exp: Fix expected warning message to match
21554 latest format.
21555
21556 2004-09-01 Corinna Vinschen <vinschen@redhat.com>
21557
21558 * gdb.base/call-rt-st.exp: Fix typos.
21559
21560 2004-08-31 Manoj Iyer <manjo@austin.ibm.com>
21561
21562 * gdb.threads/thread_check.exp: New testcase.
21563 * gdb.threads/thread_check.c: New testcase.
21564
21565 2004-08-31 Andrew Cagney <cagney@gnu.org>
21566
21567 * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
21568 (skip_to_handler_entry): New procedures. Test stepping into a
21569 handler when the breakpoint is at the handler's entry point.
21570
21571 2004-08-30 Andrew Cagney <cagney@gnu.org>
21572
21573 * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
21574 gdb/1757.
21575
21576 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
21577
21578 With code from Manoj Iyer <manjo@austin.ibm.com>:
21579 * lib/gdb.exp (gdb_file_cmd): Return more information in the
21580 return value. Add an arm for "no debugging symbols found".
21581 Change a stray "error" to "perror".
21582 (gdb_run_cmd): Adapt to new return value.
21583 * gdb.base/remote.exp: Adapt to new return value.
21584 * gdb.gdb/complaints.exp: Likewise.
21585 * gdb.gdb/observer.exp: Likewise.
21586 * gdb.gdb/selftest.exp: Likewise.
21587 * gdb.gdb/xfullpath.exp: Likewise.
21588
21589 2004-08-27 Joel Brobecker <brobecker@gnat.com>
21590
21591 * gdb.threads/bp_in_thread.exp: New testcase.
21592
21593 2004-08-27 Michael Chastain <mec.gnu@mindspring.com>
21594
21595 Fix PR testsuite/1735.
21596 * gdb.threads/schedlock.c (thread_function): Add a cast
21597 to suppress a gcc warning.
21598 * gdb.threads/thread-specific.c (thread_function): Likewise.
21599
21600 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21601
21602 * gdb.base/unload.c: Include <stdlib.h>.
21603
21604 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21605
21606 From Paul Gilliam <pgilliam@us.ibm.com>:
21607 * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
21608 synchronized after the "return".
21609
21610 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21611
21612 * gdb.mi/basics.c: Include <stdio.h>.
21613 * gdb.mi/pthreads.c: Include <stdlib.h>.
21614 * gdb.mi/var-cmd.c: Include <stdlib.h>.
21615
21616 2004-08-26 Michael Chastain <mec.gnu@mindspring.com>
21617
21618 * gdb.threads/schedlock.c: Add copyright notice.
21619
21620 2004-08-25 Andrew Cagney <cagney@gnu.org>
21621
21622 * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
21623 (skip_over_handler, breakpoint_over_hander): New test procedures.
21624 (advance, advancei): Add a proper prefix, do not use
21625 rerun_to_main.
21626 * gdb.base/sigstep.c (main): Change to use an infinite loop.
21627
21628 2004-08-24 Michael Chastain <mec.gnu@mindspring.com>
21629
21630 * gdb.mi/basics.c: Add copyright notice.
21631 * gdb.mi/var-cmd.c: Add copyright notice.
21632
21633 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
21634
21635 * lib/gdb.exp: Remove signed_keyword_not_used.
21636 * lib/compiler.c: Likewise.
21637 * lib/compiler.cc: Likewise.
21638
21639 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
21640
21641 * gdb.base/whatis.c: Remove conditional disabling of "signed".
21642 * gdb.base/whatis.exp: Remove signed_keyword_not_used.
21643
21644 2004-08-23 Michael Chastain <mec.gnu@mindspring.com>
21645
21646 * gdb.base/whatis.c: Add copyright notice.
21647
21648 2004-08-20 Mark Kettenis <kettenis@gnu.org>
21649
21650 * gdb.arch/i386-prologue.exp (skip_breakpoint): New function. Use
21651 it to skip the breakpoints encoded in the inline assembly.
21652
21653 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
21654
21655 * Makefile.in: Add gdb.fortran.
21656
21657 2004-08-20 Michael Chastain <mec.gnu@mindspring.com>
21658
21659 * gdb.base/call-sc.exp (test_scalar_returns):
21660 Fix cut-and-paste glitch in "Make fun return now".
21661
21662 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
21663
21664 * configure.in: Add gdb.fortran.
21665 * configure: Regenerate.
21666 * gdb.fortran/Makefile.in: New file.
21667 * lib/gdb.exp (skip_fortran_tests): New procedure.
21668
21669 2004-08-17 Michael Chastain <mec.gnu@mindspring.com>
21670
21671 * gdb.mi/mi-var-block.exp: Use gdb_get_line_number. Remove
21672 reference to bug-gnu@prep.ai.mit.edu.
21673 * gdb.mi/mi-var-child.exp: Likewise.
21674 * gdb.mi/mi-var-cmd.exp: Likewise.
21675 * gdb.mi/mi-var-display.exp: Likewise.
21676 * gdb.mi/mi2-var-block.exp: Likewise.
21677 * gdb.mi/mi2-var-child.exp: Likewise.
21678 * gdb.mi/mi2-var-cmd.exp: Likewise.
21679 * gdb.mi/mi2-var-display.exp: Likewise.
21680
21681 2004-08-15 Mark Kettenis <kettenis@gnu.org>
21682
21683 * gdb.base/unload.c (main): Make local variable msg const.
21684
21685 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
21686
21687 * gdb.mi/mi-cli.exp: Use gdb_get_line_number. Remove reference
21688 to bug-gnu@prep.ai.mit.edu.
21689 * gdb.mi/mi-disassemble.exp: Likewise.
21690 * gdb.mi/mi-eval.exp: Likewise.
21691 * gdb.mi/mi-file.exp: Likewise. Also, add comment about the
21692 default line number.
21693 * gdb.mi/mi-return.exp: Likewise.
21694 * gdb.mi/mi-simplerun.exp: Likewise.
21695 * gdb.mi/mi-stack.exp: Likewise.
21696 * gdb.mi/mi-stepi.exp: Likewise. Also, replace wildcarded line
21697 number with explicit range test.
21698 * gdb.mi/mi-watch.exp: Likewise.
21699 * gdb.mi/mi2-break.exp: Likewise.
21700 * gdb.mi/mi2-cli.exp: Likewise.
21701 * gdb.mi/mi2-disassemble.exp: Likewise.
21702 * gdb.mi/mi2-eval.exp: Likewise.
21703 * gdb.mi/mi2-file.exp: Likewise. Also, add comment about the
21704 default line number.
21705 * gdb.mi/mi2-return.exp: Likewise.
21706 * gdb.mi/mi2-simplerun.exp: Likewise.
21707 * gdb.mi/mi2-stack.exp: Likewise.
21708 * gdb.mi/mi2-stepi.exp: Likewise. Also, replace wildcarded line
21709 number with explicit range test.
21710 * gdb.mi/mi2-watch.exp: Likewise.
21711
21712 2004-08-15 Michael Chastain <mec.gnu@mindspring.com>
21713
21714 * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
21715 * gdb.cp/m-static.exp: Likewise.
21716 * gdb.cp/rtti.exp: Likewise.
21717
21718 2004-08-14 Mark Kettenis <kettenis@gnu.org>
21719
21720 * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
21721
21722 2004-08-14 Eli Zaretskii <eliz@gnu.org>
21723
21724 * ChangeLog: Prefix Local Variables with semi-colons and indent
21725 the reference to older ChangeLog files, to fix fontification in
21726 Emacs.
21727
21728 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21729
21730 * gdb.mi/mi-break.exp: Use gdb_get_line_number.
21731 * gdb.mi/mi2-break.exp: Likewise.
21732
21733 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21734
21735 * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
21736
21737 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21738
21739 * gdb.cp/inherit.exp: Use cp_test_ptype_class.
21740
21741 2004-08-13 Michael Chastain <mec.gnu@mindspring.com>
21742
21743 * gdb.cp/classes.exp: Remove unused declarations. Just let
21744 test names default instead of providing special names. Remove
21745 extraneous demangler test.
21746
21747 2004-08-12 Jeff Johnston <jjohnstn@redhat.com>
21748
21749 * gdb.base/unload.exp: New test for breakpoints in dynamically
21750 loaded libraries.
21751 * gdb.base/unload.c: Ditto.
21752 * gdb.base/unloadshr.c: Ditto.
21753
21754 2004-08-12 Michael Chastain <mec.gnu@mindspring.com>
21755
21756 * gdb.cp/classes.exp (test_ptype_class_objects): Call
21757 cp_test_ptype_class.
21758 (test_enums): Likewise.
21759
21760 2004-08-10 Andrew Cagney <cagney@gnu.org>
21761
21762 * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
21763 files.
21764
21765 2004-08-10 Andrew Cagney <cagney@gnu.org>
21766
21767 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
21768 init_malloc call.
21769
21770 2004-08-10 Michael Chastain <mec.gnu@mindspring.com>
21771
21772 * ChangeLog: Add copyright notice. The notice is copied
21773 from emacs 21.3 top level ChangeLog.
21774
21775 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
21776
21777 * lib/cp-support.exp: New file.
21778 * lib/cp-support.exp (cp_test_type_class): New function.
21779 * gdb.cp/derivation.exp: Use cp_test_ptype_class.
21780 * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
21781 * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
21782 cp_test_ptype_class.
21783
21784 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
21785
21786 * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
21787 gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
21788 gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
21789 gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
21790 gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
21791 gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
21792 gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
21793 gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
21794 gdb.mi/mi2-watch.exp: Update copyright years.
21795
21796 2004-08-09 Mark Kettenis <kettenis@gnu.org>
21797
21798 * gdb.base/sigaltstack.exp: Provide proper anchoring.
21799
21800 2004-08-09 Michael Chastain <mec.gnu@mindspring.com>
21801
21802 * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
21803 gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
21804 gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
21805 gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
21806 gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
21807 gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
21808 gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
21809 gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
21810 gdb.mi/mi-watch.exp: Update copyright years.
21811
21812 2004-08-08 Daniel Jacobowitz <dan@debian.org>
21813
21814 PR gdb/1738
21815 * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
21816 from a breakpoint with a pending signal.
21817
21818 2004-08-08 Daniel Jacobowitz <dan@debian.org>
21819
21820 PR gdb/1736
21821 * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
21822 * gdb.base/sigaltstack.exp (finish_test): Consume output until
21823 the prompt.
21824 * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
21825
21826 2004-08-08 Daniel Jacobowitz <dan@debian.org>
21827
21828 * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
21829
21830 2004-08-08 Daniel Jacobowitz <dan@debian.org>
21831
21832 PR gdb/1736
21833 * gdb.base/sigaltstack.exp (finish_test): New procedure. KFAIL
21834 for i?86-*-linux*.
21835
21836 2004-08-08 Daniel Jacobowitz <dan@debian.org>
21837
21838 * gdb.arch/i386-prologue.exp: Compile without debug information.
21839
21840 2004-08-08 Michael Chastain <mec.gnu@mindspring.com>
21841
21842 * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
21843 rather than asking gdb to search.
21844
21845 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
21846
21847 * gdb.base/gcore.c: Include <string.h>.
21848
21849 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
21850
21851 * gdb.base/gcore.c: Add copyright notice.
21852
21853 2004-08-05 Michael Chastain <mec.gnu@mindspring.com>
21854
21855 * gdb.base/freebpcmd.c: Include <stdio.h>.
21856 * gdb.base/long_long.c: Include <string.h>.
21857 * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
21858 * gdb.base/siginfo.c: Include <string.h>.
21859 * gdb.base/sigstep.c: Include <string.h>.
21860
21861 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21862
21863 * gdb.base/complex.c: Include <stdlib.h>.
21864
21865 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21866
21867 * gdb.base/complex.c: Add copyright notice.
21868
21869 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21870
21871 * gdb.base/charset.c: Include <stdlib.h>.
21872
21873 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21874
21875 * gdb.base/auxv.c: Include <stdlib.h>.
21876
21877 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21878
21879 * gdb.base/auxv.c: Add copyright notice.
21880
21881 2004-08-04 Michael Chastain <mec.gnu@mindspring.com>
21882
21883 * gdb.base/coremaker.c: Add copyright notice.
21884 * gdb.base/coremaker2.c: Add copyright notice.
21885
21886 2004-08-04 Andrew Cagney <cagney@gnu.org>
21887
21888 * gdb.base/store.exp: Update copyright.
21889 (check_set, up_set, check_struct, up_struct): Add a prefix to test
21890 names, do not import gdb_prompt.
21891
21892 2004-08-01 Andrew Cagney <cagney@gnu.org>
21893
21894 Fix PR testsuite/1729.
21895 * gdb.base/dump.exp: Add test name to callers of capture_value, do
21896 not use capture_value with value 4.
21897 (capture_value): Add optional test name parameter.
21898 (test_reload_saved_value, test_restore_saved_value): Use $msg as
21899 the prefix, pass to capture_value.
21900
21901 2004-08-01 Mark Kettenis <kettenis@gnu.org>
21902
21903 * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
21904 * gdb.arch/i386-prologue.c (standard): New prototype and function.
21905 (main): Call new function.
21906
21907 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
21908
21909 * gdb.cp/namespace.exp: Accept more varieties of ptype output.
21910
21911 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
21912
21913 * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
21914
21915 2004-07-31 Michael Chastain <mec.gnu@mindspring.com>
21916
21917 * gdb.cp/inherit.exp: Accept more varieties of ptype output.
21918 Accept more values of vtbl pointer. Remove some messages
21919 about "obsolete gcc or gdb".
21920
21921 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
21922
21923 * gdb.cp/classes.exp: Accept more varieties of ptype output.
21924
21925 2004-07-30 Michael Chastain <mec.gnu@mindspring.com>
21926
21927 * gdb.base/asm-source.exp: Properly convert target board
21928 debug flags from gcc format to binutils format.
21929
21930 2004-07-28 Mark Kettenis <kettenis@gnu.org>
21931
21932 * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
21933 gdb1718". PR backtrace/1718 partially fixed.
21934
21935 2004-07-27 Jeff Johnston <jjohnstn@redhat.com>
21936
21937 * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
21938
21939 2004-07-26 Nick Clifton <nickc@redhat.com>
21940
21941 * gdb.asm/asm-source.exp (debug-flags): New variable. If a known
21942 good default value for a specific architecture is available then
21943 set it to that value. Otherwise default to the -gstabs switch.
21944 Remove the -g... switches from the asm-flags variable. Allow the
21945 target board info to override the value if it wants to. Pass the
21946 switch on the assembler command line.
21947
21948 2004-07-23 Mark Kettenis <kettenis@gnu.org>
21949
21950 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
21951 * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
21952 (main): Call new function.
21953
21954 2004-07-22 Michael Chastain <mec.gnu@mindspring.com>
21955
21956 Test for PR exp/1715.
21957 * gdb.base/radix.exp: Refactor common procedures. Make all
21958 test names unique. Change XFAIL to KFAIL.
21959
21960 2004-07-20 Michael Chastain <mec.gnu@mindspring.com>
21961
21962 * gdb.ada/gnat_ada.gpr.in: Rename from here ...
21963 * gdb.ada/gnat_ada.gin: ... to here.
21964 * configure.in: Use gnat_ada.gin.
21965 * configure: Regenerate.
21966
21967 2004-07-20 Andrew Cagney <cagney@gnu.org>
21968
21969 * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
21970 gdb_test and gdb_test_multiple. Delete bash_bug. Delete suspect
21971 XFAILs. Clean up test messages and comments. Check backtraces.
21972 Delete re-sync code.
21973
21974 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
21975
21976 Fix PR cli/740.
21977 * gdb.base/annota1.exp: Honor gdb,nosignals.
21978 * gdb.base/annota3.exp: Likewise.
21979
21980 2004-07-19 Michael Chastain <mec.gnu@mindspring.com>
21981
21982 * lib/java.exp: Update copyright notice.
21983
21984 2004-07-19 Andrew Cagney <cagney@gnu.org>
21985
21986 * gdb.base/selftest.exp: Copy file from here ...
21987 * gdb.gdb/selftest.exp: ... to here.
21988
21989 2004-07-16 Andrew Cagney <cagney@redhat.com>
21990
21991 * lib/insight-support.exp: Delete file.
21992 * lib/java.exp (java_init): Fix copyright.
21993
21994 2004-07-16 Andrew Cagney <cagney@gnu.org>
21995
21996 * gdb.base/restore.c: Append "prologue" to comments marking the a
21997 function's prologue.
21998 * gdb.base/restore.exp: Update copyright, re-indent.
21999 (restore_tests): Use gdb_test_multiple. Add "calleeN calls
22000 callerN" prefix where needed. Update patterns that match a
22001 function's prologue.
22002
22003 2004-07-16 Michael Chastain <mec.gnu@mindspring.com>
22004
22005 * gdb.base/restore.c: Add copyright notice.
22006
22007 2004-07-16 Andrew Cagney <cagney@gnu.org>
22008
22009 * gdb.base/logical.exp: Update copyright.
22010 (evaluate): New procedure. Use to re-implement tests using
22011 several tables.
22012
22013 2004-07-14 Martin Hunt <hunt@redhat.com>
22014
22015 * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
22016 which fixes some problems where init.tcl was not found.
22017
22018 2004-07-13 Andrew Cagney <cagney@gnu.org>
22019
22020 * gdb.base/sizeof.exp: Skip test when no inferior I/O.
22021 (check_sizeof, check_valueof): Do not include the output in the
22022 test name. Use gdb_test.
22023 (get_valueof): Use gdb_test_multiple.
22024
22025 * gdb.base/step-test.exp: Update copyright. Use
22026 gdb_test_multiple. Ensure that test names do not include
22027 architecture dependent output.
22028
22029 * gdb.gdb/observer.exp: Update copyright.
22030 (setup_test): Use gdb_test_multiple.
22031 (attach_first_observer, attach_second_observer)
22032 (attach_third_observer, detach_first_observer)
22033 (detach_second_observer, detach_third_observer)
22034 (reset_counters, check_counters): Make $message a prefix.
22035 (test_normal_stop_notifications): Add "args" parameter - a list of
22036 init functions to be called. Make $message a prefix,
22037 (test_observer_normal_stop): Change the message prefixes so that
22038 they are unique, pass the attach / detach procedures to
22039 test_normal_stop_notifications.
22040
22041 * gdb.base/signull.exp (test_segv): Prefix all tests with
22042 "${name}". Clean up test messages.
22043
22044 * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
22045
22046 * gdb.base/ena-dis-br.exp: Update copyright.
22047 (break_at): New function. Replace send_gdb with gdb_test,
22048 break_at, and gdb_test_multiple. Replace XFAIL of "continue with
22049 ignore count, not stopped at bpt", with KFAIL.
22050
22051 2004-07-13 Corinna Vinschen <vinschen@redhat.com>
22052
22053 * gdb.base/attach.exp: Remove cleanupfile handling.
22054
22055 2004-07-12 Andrew Cagney <cagney@gnu.org>
22056
22057 * gdb.base/annota1.exp: Cleanup corefile test name.
22058 * gdb.base/annota3.exp: Ditto.
22059
22060 2004-07-12 Andrew Cagney <cagney@gnu.org>
22061
22062 * gdb.base/signals.exp: Clean up copyright, re-indent.
22063
22064 * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
22065 gdb_test and gdb_test_multiple.
22066
22067 2004-07-08 Jeff Johnston <jjohnstn@redhat.com>
22068
22069 * gdb.java/jmain.exp: Fix expected line number for main to
22070 break at. Set XFAIL for break at main test since gcj does not
22071 provide line number info for first statement in main.
22072
22073 2004-07-08 Andrew Cagney <cagney@gnu.org>
22074
22075 * gdb.base/attach.exp: Cleanup copyright. Re-indent.
22076
22077 * gdb.base/sigbpt.exp: Make the common part of each test name a
22078 prefix instead of suffix.
22079
22080 2004-07-07 Bob Rossi <bob_rossi@cox.net>
22081
22082 * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
22083 test from test_tbreak_creation_and_listing to
22084 test_file_list_exec_source_file
22085 * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
22086 Changed name of test from test_tbreak_creation_and_listing to
22087 test_file_list_exec_source_file
22088
22089 2004-07-07 Jeff Johnston <jjohnstn@redhat.com>
22090
22091 * gdb.java/jmisc.exp: Fix expected output of ptype to look for
22092 the jmisc() constructor instead of <init>.
22093 * gdb.java/jmisc1.exp: Ditto.
22094
22095 2004-07-07 Andrew Cagney <cagney@gnu.org>
22096
22097 * gdb.base/sigbpt.exp (stepi_out): Check for a single step
22098 corrupting the PC.
22099
22100 2004-07-06 Michael Chastain <mec.gnu@mindspring.com>
22101
22102 * gdb.cp/templates.exp: Accept whitespace change in demangler
22103 output.
22104
22105 2004-07-06 Andrew Cagney <cagney@gnu.org>
22106
22107 * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
22108
22109 2004-07-02 Michael Chastain <mec.gnu@mindspring.com>
22110
22111 * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
22112 * lib/compiler.cc: Likewise.
22113
22114 2004-06-30 Michael Chastain <mec.gnu@mindspring.com>
22115
22116 * lib/compiler.cc: Work around string preprocessing problem
22117 with old hp c++ compiler.
22118 * lib/compiler.c: Likewise.
22119
22120 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
22121
22122 * gdb.arch/i386-prologue.c: Add copyright header. Use preprocessor
22123 directives to conditionalize symbol prefixing.
22124 * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
22125 additional_flags handling. Add underscore prefix for Cygwin.
22126 * gdb.arch/i386-unwind.c: Use preprocessor directives to
22127 conditionalize symbol prefixing.
22128 * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
22129 additional_flags handling. Add underscore prefix for Cygwin.
22130
22131 2004-06-29 Corinna Vinschen <vinschen@redhat.com>
22132
22133 * gdb.base/bigcore.exp: Skip test on Cygwin.
22134
22135 2004-06-28 Michael Chastain <mec.gnu@mindspring.com>
22136
22137 * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
22138 formats for "info register". Use gdb_test_multiple. Fix
22139 the "invalid register" test.
22140
22141 2004-06-28 Corinna Vinschen <vinschen@redhat.com>
22142
22143 * gdb.base/attach.exp: Fix copyright date. Set testpid to Windows
22144 PID for Cygwin. Add Cygwin specific strings to check for in some
22145 tests.
22146 (do_attach_tests): Add a test for user interaction when attaching
22147 to a process with no matching symbol table already loaded.
22148
22149 2004-06-26 Andrew Cagney <cagney@gnu.org>
22150
22151 Test PR java/1567 and PR java/1565.
22152 * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
22153 * gdb.java/jmisc2.exp: Delete file.
22154
22155 2004-06-26 Michael Chastain <mec.gnu@mindspring.com>
22156
22157 * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
22158
22159 2004-06-25 Corinna Vinschen <vinschen@redhat.com>
22160
22161 * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
22162 attach process.
22163
22164 2004-06-23 Michael Chastain <mec.gnu@mindspring.com>
22165
22166 * gdb.cp/pr-1553.exp: Remove.
22167
22168 2004-06-22 Michael Chastain <mec.gnu@mindspring.com>
22169
22170 * gdb.cp/pr-1553.cc: Remove.
22171 * gdb.cp/pr-1553.exp: Disable this test.
22172
22173 2004-06-20 Jim Blandy <jimb@redhat.com>
22174
22175 Fix PR testsuite/1680.
22176 * gdb.arch/i386-sse.exp: Properly quote curly braces in
22177 regular expressions.
22178
22179 2004-06-19 Michael Chastain <mec.gnu@mindspring.com>
22180
22181 Fix PR testsuite/1679.
22182 * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
22183 Issue an UNSUPPORTED result instead.
22184
22185 2004-06-18 Jim Blandy <jimb@redhat.com>
22186
22187 * gdb.base/charset.exp: Only send a control-C if we see a new
22188 prompt and incomplete command.
22189
22190 2004-06-18 Michael Chastain <mec.gnu@mindspring.com>
22191
22192 * gdb.cp/pr-574.cc: Add copyright notice.
22193
22194 2004-06-17 Jim Blandy <jimb@redhat.com>
22195
22196 * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
22197 cases where the regexp has no groups; this grabs random text from
22198 the previous test suite, whatever that was.
22199
22200 2004-06-17 Michael Chastain <mec.gnu@mindspring.com>
22201
22202 * gdb.cp/printmethod.cc: Add copyright notice.
22203
22204 2004-06-16 Michael Chastain <mec.gnu@mindspring.com>
22205
22206 * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
22207
22208 2004-06-16 Andrew Cagney <cagney@gnu.org>
22209
22210 * gdb.base/signull.c: Update copyright. Include <string.h>.
22211 (bowler): Replace data_pointer with data_read
22212 and data_write cases. Add code_descriptor case.
22213 (zero, desc): New array and pointer.
22214 (data, code): Change to simple pointers.
22215 * gdb.base/signull.exp: Fix probe pattern matching a function
22216 descriptor SIGSEGV. Replace data_pointer with data_read and
22217 data_write tests.
22218
22219 2004-06-16 Andrew Cagney <cagney@gnu.org>
22220
22221 * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
22222
22223 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
22224
22225 * gdb.base/long_long.c: Add copyright notice.
22226
22227 2004-06-15 Michael Chastain <mec.gnu@mindspring.com>
22228
22229 * gdb.base/long_long.exp: Remove reference to
22230 bug-gdb@prep.ai.mit.edu. Change line-number-specific breakpoint
22231 to gdb_breakpoint and gdb_continue_to_breakpoint.
22232
22233 2004-06-14 Jim Blandy <jimb@redhat.com>
22234
22235 * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
22236 endian case.
22237
22238 2004-06-14 Andrew Cagney <cagney@gnu.org>
22239
22240 * gdb.base/gcore.exp (capture_command_output): Delete the always
22241 passing tests containing inferior values.
22242 * gdb.base/ending-run.exp: Do not include the breakpoint address
22243 in the test message. Update copyright.
22244 * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
22245 size in the test name, use gdb_test_multiple. Update copyright.
22246
22247 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
22248
22249 * gdb.cp/ref-types.cc: Add copyright notice.
22250
22251 2004-06-14 Michael Chastain <mec.gnu@mindspring.com>
22252
22253 * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
22254 hp_aCC_compiler.
22255 * lib/compiler.cc: Likewise.
22256 * lib/gdb.exp (get_compiler_info): Eval lines only if they are
22257 'set' commands. Log diagnostics for other lines. Set
22258 gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
22259
22260 2004-06-13 Michael Chastain <mec.gnu@mindspring.com>
22261
22262 * gdb.cp/try_catch.cc: Add copyright notice.
22263
22264 2004-06-12 Michael Chastain <mec.gnu@mindspring.com>
22265
22266 * gdb.cp/userdef.cc: Add copyright notice.
22267
22268 2004-06-11 Michael Chastain <mec.gnu@mindspring.com>
22269
22270 * gdb.cp/virtfunc.cc: Add copyright notice.
22271
22272 2004-06-11 Randolph Chung <tausq@debian.org>
22273
22274 * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
22275 problem.
22276
22277 2004-06-10 Andrew Cagney <cagney@gnu.org>
22278
22279 * lib/compiler.cc, lib/compiler.c: Append either
22280 __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
22281 * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
22282 instead of gcc-3-3.
22283
22284 2004-06-09 Andrew Cagney <cagney@gnu.org>
22285
22286 * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
22287 gdb/1455, bug is specific to "long long" and "double".
22288
22289 * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
22290 (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
22291 x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*. PR tdep/1447
22292 fixed.
22293
22294 2004-06-09 Andrew Cagney <cagney@gnu.org>
22295
22296 * gdb.base/structs.exp (test_struct_returns): Replace
22297 "return_value_unknown" and "finish_value_unknown" by
22298 "return_value_known" and "finish_value_known". Instead of
22299 "return_value_unknown" iff "finish_value_unknown", check
22300 "return_value_known" implies "finish_value_known".
22301
22302 2004-06-08 Martin Hunt <hunt@redhat.com>
22303
22304 * gdb.base/float.exp: Add pattern for mips targets.
22305
22306 2004-06-08 Randolph Chung <tausq@debian.org>
22307
22308 * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
22309 message for unknown architectures more clear.
22310
22311 2004-06-08 Joel Brobecker <brobecker@gnat.com>
22312
22313 * gdb.ada/null_record.exp: Use "start" instead of "begin" to
22314 start the execution of the program.
22315
22316 2004-06-07 Jim Blandy <jimb@redhat.com>
22317
22318 * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
22319 * gdb.arch/i386-cpuid.h: New helper file.
22320
22321 2004-06-07 Randolph Chung <tausq@debian.org>
22322
22323 * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
22324 has started.
22325
22326 2004-06-04 Roland McGrath <roland@redhat.com>
22327
22328 Fix PR gdb/1647.
22329 * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
22330 differently to be robust to output buffering differences.
22331
22332 2004-06-04 Michael Chastain <mec.gnu@mindspring.com>
22333
22334 * gdb.threads/pthreads.exp: Update copyright years.
22335 (check_control_c): Change asynchronous 'after' to synchronous.
22336
22337 2004-06-04 Roland McGrath <roland@redhat.com>
22338
22339 * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
22340 next gdb prompt.
22341
22342 2004-06-02 Michael Chastain <mec.gnu@mindspring.com>
22343
22344 Fix PR gdb/1636.
22345 * gdb.threads/manythreads.exp: Change asynchronous 'after'
22346 calls to synchronous.
22347
22348 2004-05-26 Jim Blandy <jimb@redhat.com>
22349
22350 * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
22351
22352 2004-05-24 Randolph Chung <tausq@debian.org>
22353
22354 * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
22355 * gdb.asm/pa.inc: New file.
22356
22357 2004-05-22 Mark Kettenis <kettenis@gnu.org>
22358
22359 * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
22360
22361 2004-05-21 Joel Brobecker <brobecker@gnat.com>
22362 Daniel Jacobowitz <drow@mvista.com>
22363
22364 * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
22365 GDB prompt.
22366
22367 2004-05-20 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22368
22369 * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
22370 setjmp/longjmp. Use sigaction instead of signal.
22371
22372 2004-05-19 J. Brobecker <brobecker@gnat.com>
22373 Michael Snyder <msnyder@redhat.com>
22374
22375 * gdb.threads/pthread_cond_wait.c: New file.
22376 * gdb.threads/pthread_cond_wait.exp: New testcase.
22377
22378 2004-05-13 Andrew Cagney <cagney@redhat.com>
22379
22380 * gdb.base/signull.exp, gdb.base/signull.c: New files.
22381 * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
22382
22383 2004-05-11 Andrew Cagney <cagney@redhat.com>
22384
22385 * gdb.base/sigstep.exp (advancei): Update KFAILs. gdb/1613 is
22386 fixed but revealed gdb/1639.
22387
22388 2004-05-10 Andrew Cagney <cagney@redhat.com>
22389
22390 * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
22391 func1" and "next to 2nd alarm", kernel bug avoided.
22392
22393 2004-05-10 Daniel Jacobowitz <dan@debian.org>
22394
22395 PR external/1568
22396 * gdb.base/bigcore.exp: Check the size of the dumped core file.
22397 XFAIL if it is smaller than bytes_allocated.
22398 * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
22399 (main): Make chunks_allocated unsigned. Correct comment.
22400
22401 2004-05-07 Joel Brobecker <brobecker@gnat.com>
22402
22403 * gdb.arch/powerpc-aix-prologue.c: New file.
22404 * gdb.arch/powerpc-aix-prologue.exp: New file.
22405
22406 2004-05-07 Jim Blandy <jimb@redhat.com>
22407
22408 * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
22409 gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
22410
22411 2004-05-06 Joel Brobecker <brobecker@gnat.com>
22412
22413 * gdb.base/sep.exp: No longer setup_kfail when the program was
22414 built with dwarf2.
22415
22416 2004-05-05 Jim Ingham <jingham@apple.com>
22417
22418 * gdb.base/pending.exp: Make sure pending breakpoints
22419 preserve the ignore count.
22420
22421 2004-04-27 Jerome Guitton <guitton@gnat.com>
22422
22423 * i386-prologue.exp: Add testcase for jump instruction as first
22424 instruction of the real code.
22425 * i386-prologue.c (jump_at_beginning): New function.
22426
22427 2004-04-28 Mark Kettenis <kettenis@gnu.org>
22428
22429 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
22430 x86_64-*-*.
22431
22432 2004-04-28 Mark Kettenis <kettenis@gnu.org>
22433
22434 * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
22435 i*86-*-*.
22436
22437 2004-04-25 Mark Kettenis <kettenis@gnu.org>
22438
22439 * gdb.base/call-sc.exp (start_scalars_test): Fix regular
22440 expression that checks the return type.
22441
22442 2004-04-23 Andrew Cagney <cagney@redhat.com>
22443
22444 * gdb.base/call-sc.exp: New test of scalar call/return values.
22445 * gdb.base/call-sc.c: Ditto.
22446
22447 2004-04-23 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22448
22449 * gdb.threads/manythreads.c: Reduce thread stack size.
22450
22451 2004-04-23 Jeff Johnston <jjohnstn@redhat.com>
22452
22453 * gdb.threads/manythreads.c: Add copyright notice.
22454
22455 2004-04-23 Andrew Cagney <cagney@redhat.com>
22456
22457 * gdb.base/siginfo.exp: Better handle step out of signal.
22458 * gdb.base/sigstep.exp: Ditto.
22459
22460 2004-04-22 Jeff Johnston <jjohnstn@redhat.com>
22461 Daniel Jacobowitz <drow@mvista.com>
22462
22463 * gdb.threads/manythreads.c: New testcase.
22464 * gdb.threads/manythreads.exp: Ditto.
22465
22466 2004-04-22 Jim Blandy <jimb@redhat.com>
22467
22468 * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
22469 gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
22470
22471 2004-04-21 Michael Chastain <mec.gnu@mindspring.com>
22472
22473 * gdb.stabs/weird.exp: Accept full pathname for $binfile.
22474
22475 2004-04-21 Andrew Cagney <cagney@redhat.com>
22476
22477 * gdb.base/sigstep.c: New file.
22478 * gdb.base/sigstep.exp: New file.
22479
22480 2004-04-16 Joel Brobecker <brobecker@gnat.com>
22481
22482 * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
22483 call to observer_notify_normal_stop.
22484
22485 2004-04-15 Andrew Cagney <cagney@redhat.com>
22486
22487 * gdb.base/siginfo.c: New file.
22488 * gdb.base/siginfo.exp: New file.
22489
22490 2004-04-12 J. Brobecker <brobecker@gnat.com>
22491
22492 * gdb.base/sep.exp: Fix typo in comment.
22493
22494 2004-04-12 J. Brobecker <brobecker@gnat.com>
22495
22496 * gdb.base/sep.c: New file.
22497 * gdb.base/sep-proc.c: New file.
22498 * gdb.base/sep.exp: New testcase.
22499
22500 2004-04-09 Mark Kettenis <kettenis@gnu.org>
22501
22502 * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
22503 support.
22504
22505 2004-04-05 Andrew Cagney <cagney@redhat.com>
22506
22507 * gdb.base/sigaltstack.c: New file.
22508 * gdb.base/sigaltstack.exp: New file.
22509
22510 2004-04-04 Joel Brobecker <brobecker@gnat.com>
22511
22512 * gdb.base/foll-fork.exp: Update the expected output for
22513 "help set follow-fork-mode", to match a change that was made
22514 to the help of this variable on 2004-01-13.
22515
22516 2004-04-01 Joel Brobecker <brobecker@gnat.com>
22517
22518 * lib/ada.exp: Add copyright notice.
22519 * bar.ads: Likewise.
22520 * bar.adb: Likewise.
22521 * null_record.adb: Likewise.
22522 * null_record.exp: Likewise.
22523 * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
22524
22525 2004-04-01 Joel Brobecker <brobecker@gnat.com>
22526
22527 * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
22528 * configure: Regenerate.
22529
22530 2004-04-01 Joel Brobecker <brobecker@gnat.com>
22531
22532 * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
22533 to build the application. Remove the message printed when in
22534 verbose mode, redundant with the UNSUPPORTED message above.
22535
22536 2004-03-31 Joel Brobecker <brobecker@gnat.com>
22537
22538 * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
22539 * gdb.ada (null_record.exp): New testcase.
22540
22541 2004-03-31 Joel Brobecker <brobecker@gnat.com>
22542
22543 * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
22544
22545 2004-03-31 Joel Brobecker <brobecker@gnat.com>
22546
22547 * gdb.ada: New subdirectory.
22548 * gdb.ada/Makefile.in: New file.
22549 * gdb.ada/gnat_ada.gpr.in: New file.
22550
22551 2004-03-31 Joel Brobecker <brobecker@gnat.com>
22552
22553 * lib/ada.exp: New file.
22554
22555 2004-03-24 Daniel Jacobowitz <drow@mvista.com>
22556
22557 * gdb.base/gdb1250.exp: Use runto {allow-pending}.
22558 * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
22559
22560 2004-03-22 Andrew Cagney <cagney@redhat.com>
22561
22562 * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
22563 hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
22564 Problem identified by Ulrich Weigand.
22565
22566 2004-03-17 David Carlton <carlton@kealia.com>
22567
22568 * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
22569 PR c++/826.
22570
22571 2004-03-16 Roland McGrath <roland@redhat.com>
22572
22573 * gdb.base/auxv.exp: New file.
22574 * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
22575
22576 2004-03-12 David Carlton <carlton@kealia.com>
22577
22578 * gdb.cp/pr-1553.exp: New. Tests for PR c++/1553.
22579 * gdb.cp/pr-1553.cc: Ditto.
22580 * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
22581 pass branch.
22582
22583 2004-03-12 Michael Chastain <mec.gnu@mindspring.com>
22584
22585 * gdb.cp/templates.exp: Accept more template types.
22586
22587 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
22588
22589 From Corinna Vinschen with modifications.
22590 * gdb.cp/classes.cc (enums1): Add a line to extend scope of
22591 local variable obj_with_enum.
22592 * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
22593 results with obj_with_enum.
22594
22595 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
22596
22597 * gdb.cp/classes.cc: New file, copied from misc.cc.
22598 * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
22599
22600 2004-03-09 Michael Chastain <mec.gnu@mindspring.com>
22601
22602 * gdb.cp/misc.cc: Add copyright notice.
22603
22604 2004-03-05 David Carlton <carlton@kealia.com>
22605
22606 * gdb.cp/rtti.exp: Add 'print *obj3' test.
22607 * gdb.cp/rtti.h: Update copyright.
22608 (namespace n2::n3): New.
22609 * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
22610 (n2::n3::func3): New.
22611 (main): Call n2::n3::func3.
22612 * gdb.cp/rtti2.cc: Update copyright.
22613 (n2::create3): New.
22614
22615 2004-03-04 Mark Kettenis <kettenis@gnu.org>
22616
22617 * gdb.asm/openbsd.inc: Fix typo.
22618
22619 2004-03-03 Fred Fish <fnf@redhat.com>
22620
22621 * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
22622 "val" instead of unused "size". Update copyright year.
22623
22624 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
22625
22626 * gdb.cp/ctti.exp: Handle unsigned char type. Expect templates
22627 to use unsigned char.
22628 * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
22629 gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
22630
22631 2004-02-29 Daniel Jacobowitz <drow@mvista.com>
22632
22633 * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
22634 line of output.
22635
22636 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
22637
22638 * gdb.base/relocate.c (dummy): Initialize.
22639
22640 2004-02-28 Daniel Jacobowitz <drow@mvista.com>
22641
22642 * gdb.base/chng-syms.exp: Anchor exit pattern. Allow
22643 a breakpoint at exit.
22644
22645 2004-02-27 Fred Fish <fnf@redhat.com>
22646
22647 * gdb.base/chng-syms.exp: Add expect condition to match failing
22648 case that isn't a timeout.
22649
22650 2004-02-27 Andrew Cagney <cagney@redhat.com>
22651
22652 * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
22653 support.
22654
22655 2004-02-26 Fred Fish <fnf@redhat.com>
22656
22657 * gdb.arch/gdb1431.c: Remove.
22658 * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
22659 * gdb.arch/gdb1431.exp: Use "advance" correctly instead
22660 of "until" incorrectly.
22661
22662 2004-02-26 J. Brobecker <brobecker@gnat.com>
22663
22664 * gdb.cp/class2.cc (empty): New class.
22665 (refer): New function.
22666 (main): Declare an object of type empty and use it.
22667 * gdb.cp/class2.exp: Print the value of an object of type empty.
22668
22669 2004-02-26 Jeff Johnston <jjohnstn@redhat.com>
22670
22671 * gdb.base/langs.exp: Update query string to match the
22672 new nquery format used for pending breakpoints.
22673
22674 2004-02-26 Andrew Cagney <cagney@redhat.com>
22675
22676 Fix PR i18n/1570.
22677 * gdb.base/charset.c: Update copyright notice.
22678 (main, init_string): Remove the escape character '\e' tests.
22679 * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
22680 * gdb.base/charset.exp (valid_host_charset): Ditto.
22681 * gdb.base/setvar.exp: Ditto.
22682
22683 2004-02-24 Andrew Cagney <cagney@redhat.com>
22684
22685 * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
22686 mmapped data in core file" PASS and FAIL messages consistent.
22687
22688 * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
22689 setting a breakpoint. Work around PR java/1565.
22690
22691 2004-02-23 Jeff Johnston <jjohnstn@redhat.com>
22692
22693 * lib/gdb.exp (gdb_breakpoint): Update query string to match
22694 new nquery format.
22695 * gdb.base/pending.exp: Ditto.
22696
22697 2004-02-22 Mark Kettenis <kettenis@gnu.org>
22698
22699 * configure.in: Run stabs tests on *BSD.
22700 * configure: Regenerated.
22701
22702 2004-02-21 Mark Kettenis <kettenis@gnu.org>
22703
22704 * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
22705
22706 2004-02-20 Fred Fish <fnf@redhat.com>
22707
22708 * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
22709 blank in test for "returns short", for consistency with other
22710 "returns xxx" tests. Update copyright year.
22711
22712 2004-02-19 Fred Fish <fnf@redhat.com>
22713
22714 New testcase for PR breakpoint/1558.
22715 * gdb.arch/gdb1558.exp: New file.
22716 * gdb.arch/gdb1558.c: New file.
22717
22718 2004-02-19 Elena Zannoni <ezannoni@redhat.com>
22719
22720 * gdb.base/nodebug.exp: Fix typo.
22721
22722 2004-02-17 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22723
22724 Committed by Jim Blandy <jimb@redhat.com>.
22725
22726 * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
22727
22728 * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
22729
22730 * gdb.base/float.exp: Support s390*-*-* targets.
22731
22732 2004-02-17 Adam Fedor <fedor@gnu.org>
22733
22734 * gdb.base/gdb1555.exp: New file.
22735 * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
22736
22737 2004-02-17 Elena Zannoni <ezannoni@redhat.com>
22738
22739 * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
22740
22741 2004-02-16 Fred Fish <fnf@redhat.com>
22742
22743 * gdb.arch/gdb1291.c: Remove
22744 * gdb.arch/gdb1291.s: New test input file.
22745 * gdb.arch/gdb1291.exp: Expand test to check case that should not
22746 fail. Test for correct result, known incorrect result, other
22747 failures and timeouts.
22748
22749 2004-02-16 Andrew Cagney <cagney@redhat.com>
22750
22751 * gdb.base/bigcore.exp: New file.
22752 * gdb.base/bigcore.c: New file.
22753
22754 2004-02-13 Andrew Cagney <cagney@redhat.com>
22755
22756 * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
22757 * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
22758 * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
22759 * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
22760 * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
22761 * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
22762 * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
22763 * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
22764 * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
22765 * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
22766
22767 2004-02-11 Jeff Johnston <jjohnstn@redhat.com>
22768
22769 * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
22770 executed is an alloc instruction.
22771
22772 2004-02-11 David Carlton <carlton@kealia.com>
22773
22774 * gdb.cp/breakpoint.exp: New.
22775 * gdb.cp/breakpoint.cc: New.
22776
22777 2004-02-11 Michael Chastain <mec.gnu@mindspring.com>
22778
22779 Partial fix for PR gdb/1543.
22780 * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
22781 gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
22782 gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
22783 gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
22784 gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
22785 gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
22786 gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
22787 gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
22788 gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
22789 to bug-gdb@prep.ai.mit.edu .
22790 * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
22791 gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
22792 gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
22793 Likewise.
22794
22795 2004-02-10 Andrew Cagney <cagney@redhat.com>
22796
22797 * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
22798 using gdb_internal_error_resync.
22799
22800 2004-02-09 Daniel Jacobowitz <drow@mvista.com>
22801
22802 * gdb.threads/thread-specific.exp: Stop early if no threads are
22803 found.
22804
22805 2004-02-09 Michael Chastain <mec.gnu@mindspring.com>
22806
22807 * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
22808
22809 2004-02-08 Daniel Jacobowitz <drow@mvista.com>
22810
22811 * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
22812 breakpoints.
22813
22814 2004-02-07 Daniel Jacobowitz <drow@mvista.com>
22815
22816 * config/sim.exp (gdb_load): Handle $arg == "".
22817 * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
22818 * gdb.objc/basicclass.exp: Use gdb_run_cmd.
22819
22820 2004-02-07 Elena Zannoni <ezannoni@redhat.com>
22821
22822 * gdb.base/maint.exp: Update test to reflect
22823 obstack changes.
22824
22825 2004-02-04 Jeff Johnston <jjohnstn@redhat.com>
22826
22827 * gdb.base/pendshr.c (pendfunc): New function that calls
22828 pendfunc1.
22829 * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
22830
22831 2004-02-04 Fred Fish <fnf@redhat.com>
22832
22833 * gdb.arch/gdb1431.c: Add underbar prefixed version of global
22834 function symbols and update copyright years.
22835 * gdb.arch/gdb1291.c: Ditto.
22836
22837 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
22838
22839 * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
22840
22841 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
22842
22843 * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
22844
22845 2004-02-03 Michael Chastain <mec.gnu@mindspring.com>
22846
22847 * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
22848
22849 2004-02-02 Fred Fish <fnf@redhat.com>
22850
22851 * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
22852 remote targets. Update copyright years.
22853
22854 2004-02-02 Jeff Johnston <jjohnstn@redhat.com>
22855
22856 * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
22857 support.
22858 * gdb.base/langs.exp: Fix test which attempts to create
22859 breakpoint on non-existent function to handle new pending
22860 support.
22861 * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
22862 a breakpoint.
22863 * gdb.base/pending.exp: New test.
22864 * gdb.base/pending.c: New file.
22865 * gdb.base/pendshr.c: Ditto.
22866
22867 2004-02-02 David Carlton <carlton@kealia.com>
22868
22869 * gdb.cp/overload.exp: Add overloadNamespace tests.
22870 * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
22871 (overloadNamespace, XXX): New.
22872 (main): Call XXX::marker2.
22873
22874 2004-02-01 Fred Fish <fnf@redhat.com>
22875
22876 * gdb.base/dump.exp: Use runto_main instead of "runto main".
22877 * gdb.base/finish.exp: Ditto.
22878 * gdb.base/gcore.exp: Ditto.
22879 * gdb.base/huge.exp: Ditto.
22880 * gdb.base/info-proc.exp: Ditto.
22881 * gdb.base/return2.exp: Ditto.
22882 * gdb.threads/gcore-thread.exp: Ditto.
22883
22884 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
22885
22886 * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
22887
22888 2004-02-01 Mark Kettenis <kettenis@gnu.org>
22889
22890 * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
22891 that opening the file succeeds on OpenBSD.
22892
22893 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
22894
22895 * gdb.threads/thread-specific.c: New file.
22896 * gdb.threads/threads-specific.exp: New test script.
22897 * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
22898 to expect_out.
22899
22900 2004-02-01 Mark Kettenis <kettenis@gnu.org>
22901
22902 * gdb.base/call-ar-st.exp: Call get_debug_format. Remove xfail on
22903 sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
22904 only on the "print_small_structs from print_long_arg_list" test.
22905
22906 2004-02-01 Daniel Jacobowitz <drow@mvista.com>
22907
22908 * gdb.base/completion.exp: Kill a stray backslash.
22909
22910 From Jim Ingham <jingham@apple.com>:
22911 * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
22912 agrees with the result from sending a tab.
22913
22914 2004-01-31 Daniel Jacobowitz <drow@mvista.com>
22915
22916 * gdb.base/chng-syms.exp: Remove stray newline.
22917
22918 2004-01-31 Mark Kettenis <kettenis@gnu.org>
22919
22920 * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
22921 *-*-openbsd*.
22922 * gdb.asm/openbsd.inc: New file.
22923
22924 2004-01-30 Mark Kettenis <kettenis@gnu.org>
22925
22926 * gdb.asm/asm-source.exp: Strip -Wl, from link-flags. Don't
22927 append -static to link-flags for *-*-freebsd*, *-*netbsd* and
22928 *-*solaris2*. Remove commented out default settings for
22929 asm-flags. Replace gdb_compile with target_link.
22930
22931 2004-01-29 Michael Chastain <mec.gnu@mindspring.com>
22932
22933 * gdb.cp/inherit.exp: Rewrite. Use gdb_test_multiple and gdb
22934 for all tests. Remove old hp-ux and cygnus xfail cases.
22935
22936 2004-01-29 Paul N. Hilfinger <Hilfinger@gnat.com>
22937
22938 * gdb.base/chng-syms.exp: New file.
22939 * gdb.base/chng-syms.c: New file.
22940
22941 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
22942
22943 * gdb.cp/local.exp: Rewrite "ptype Local". Add "ptype l".
22944 Provide arms for current output in all my configurations.
22945
22946 2004-01-24 Michael Chastain <mec.gnu@mindspring.com>
22947
22948 * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
22949 * lib/compiler.cc: Likewise.
22950 * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
22951 get the right preprocessor. Eval the output directly. Remove
22952 special tests for hp_cc_compiler and hp_aCC_compiler. Remove
22953 hp_f77_compiler and hp_f90_compiler completely.
22954 (gdb_preprocess): Delete.
22955 (get_compiler): Delete.
22956
22957 2004-01-24 Mark Kettenis <kettenis@gnu.org>
22958
22959 * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
22960 <string.h>.
22961
22962 2004-01-24 Nick Roberts <nick@nick.uklinux.net>
22963
22964 * gdb.mi/mi-stack.exp: Update copyright.
22965
22966 2004-01-23 David Carlton <carlton@kealia.com>
22967
22968 * gdb.cp/rtti.exp: Don't include full path in ${srcfile}. Add
22969 test for cp_lookup_transparent_type.
22970 * gdb.cp/rtti1.cc: Update copyright. Add n2::func and refer_to;
22971 call them.
22972
22973 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
22974
22975 * gdb.mi/mi-var-child.exp: Update copyright year. Move new test
22976 after -var-update.
22977
22978 2004-01-23 David Carlton <carlton@kealia.com>
22979
22980 * gdb.cp/namespace.cc (C::ensureRefs): New.
22981 * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
22982
22983 2004-01-20 Nick Roberts <nick@nick.uklinux.net>
22984
22985 * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
22986 case "-stack-list-locals 2".
22987 * gdb.mi/mi-var-child.exp: Test for case
22988 "-var-list-children --all-values NAME".
22989
22990 2004-01-18 Michael Chastain <mec.gnu@mindspring.com>
22991
22992 * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
22993
22994 2004-01-18 Mark Kettenis <kettenis@gnu.org>
22995
22996 * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
22997 used with gdb_test_multiple.
22998
22999 * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
23000 read at address 0. This fixes PR testsuite/1504.
23001
23002 2004-01-18 Daniel Jacobowitz <drow@mvista.com>
23003
23004 * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
23005 Remove downloading, guessing the host executable, the calls to
23006 gdb_file_cmd and gdb_target_cmd, and "load" support.
23007 (infer_host_exec): New function broken out from gdb_load.
23008 (gdb_load): New wrapper for gdbserver_gdb_load.
23009 * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
23010 gdb_target_cmd. Use -target-select.
23011 (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
23012 Download binaries to the host. Clear last_mi_remote_file when
23013 we load a new binary.
23014 (mi_gdb_load): Call mi_gdb_file_cmd. If gdbserver.exp is loaded,
23015 call gdbserver_gdb_load and mi_gdb_target_cmd.
23016
23017 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
23018
23019 * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
23020 type patterns.
23021
23022 2004-01-17 Michael Chastain <mec.gnu@mindspring.com>
23023
23024 * gdb.cp/templates.exp: Fix typo in test name of
23025 "print Foo<volatile char*>::foo".
23026
23027 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
23028
23029 * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
23030
23031 2004-01-16 Ben Elliston <bje@wasabisystems.com>
23032
23033 * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
23034 (clean mostlyclean): Remove empty rm.
23035
23036 2004-01-15 Michael Chastain <mec.gnu@mindspring.com>
23037
23038 * gdb.base/setvar.exp: Add copyright years.
23039
23040 2004-01-14 David Carlton <carlton@bactrian.org>
23041
23042 * gdb.cp/rtti.exp: Update copyright. KFAIL test with repect to
23043 PR c++/1511 and update coment.
23044 * gdb.cp/templates.exp: Update patterns to match current output.
23045 If changes involve something other than whitespace, KFAIL
23046 w.r.t. PR c++/1512 or PR c++/931 as appropriate.
23047
23048 2004-01-14 David Carlton <carlton@kealia.com>
23049
23050 * gdb.cp/namespace.exp: Add tests involving classes defined within
23051 namespaces.
23052 * gdb.cp/namespace.cc (C::CClass): New.
23053 * gdb.cp/namespace1.cc (C::OtherFileClass): New.
23054
23055 2004-01-14 Elena Zannoni <ezannoni@redhat.com>
23056
23057 * gdb.base/sepdebug.exp: Bail out of the test if we don't know
23058 what debug info we have. Print a better message if something goes
23059 wrong while producing the separate debug info file.
23060
23061 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
23062
23063 * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
23064
23065 2004-01-14 Michael Chastain <mec.gnu@mindspring.com>
23066
23067 * gdb.base/callfuncs.c: Add copyright notice.
23068
23069 2004-01-13 Michael Chastain <mec.gnu@mindspring.com>
23070
23071 * gdb.cp/derivation.exp: Add XFAIL for bug with protected
23072 inheritance. PR gdb/1498, PR gcc/13539.
23073
23074 2004-01-13 Elena Zannoni <ezannoni@redhat.com>
23075
23076 * gdb.threads/gcore-thread.exp: Prefix name of binary with
23077 test specific name.
23078 * gdb.mi/gdb669.exp: Ditto.
23079 * gdb.mi/mi-pthreads.exp: Ditto.
23080 * gdb.mi/mi1-pthreads.exp: Ditto.
23081 * gdb.mi/mi2-pthreads.exp: Ditto.
23082
23083 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
23084
23085 * gdb.cp/member-ptr.cc: Add copyright notice.
23086
23087 2004-01-12 Michael Chastain <mec.gnu@mindspring.com>
23088
23089 * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple. Add
23090 some patterns for recent versions of gcc and hpacc. Delete
23091 calls to setup_xfail for hppa*-*-*. Delete redundant tests.
23092 Delete tests that access a NULL pointer-to-member-data. This
23093 script is still disabled for gcc.
23094
23095 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
23096
23097 * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
23098 escaped correctly.
23099
23100 2004-01-12 Elena Zannoni <ezannoni@redhat.com>
23101
23102 * gdb.base/sepdebug.exp: New file.
23103 * gdb.base/sepdebug.c: New file.
23104 * lib/gdb.exp (separate_debug_filename): New procedure.
23105 (gdb_gnu_strip_debug): New procedure.
23106
23107 2004-01-12 Andrew Cagney <cagney@redhat.com>
23108
23109 * gdb.mi/ChangeLog: Delete file. Renamed to ...
23110 * gdb.mi/ChangeLog-1999-2003: New file.
23111
23112 2004-01-12 Andrew Cagney <cagney@redhat.com>
23113
23114 * gdb.base/fileio.exp: Update copyright year. On GNU/Linux, for
23115 "Renaming a directory to a non-empty directory returns ENOTEMPTY
23116 or EEXIST", treat EBUSY as an XFAIL.
23117
23118 2004-01-11 Michael Chastain <mec.gnu@mindspring.com>
23119
23120 * gdb.base/scope.exp: Remove obsolete setup_xfail for
23121 hp_cc_compiler.
23122
23123 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
23124
23125 * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
23126 decorations.
23127
23128 2004-01-10 Michael Chastain <mec.gnu@mindspring.com>
23129
23130 * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
23131 and "(aCC)" decorations. Remove obsolete doco about old
23132 test results.
23133
23134 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
23135
23136 * gdb.cp/exception.exp: Fix typo in doco.
23137
23138 2004-01-09 Mark Kettenis <kettenis@gnu.org>
23139
23140 * gdb.base/gdb1476.exp: Fix typo.
23141
23142 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
23143
23144 * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
23145 file.
23146
23147 2004-01-09 Michael Chastain <mec.gnu@mindspring.com>
23148
23149 * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
23150 * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
23151 Use gdb_compile. Remove restriction on gcc. Add some patterns
23152 for recent version of gdb. Delete second half, which was a copy
23153 of the first half with different build flags. This test is
23154 still disabled because it is still not ready for production.
23155
23156 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
23157
23158 * gdb.cp/exception.cc: Add copyright notice.
23159 * gdb.cp/exception.exp: Add a notice that this file is broken
23160 because of line number changes caused by addition of copyright
23161 notice.
23162
23163 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
23164
23165 * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
23166 * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
23167
23168 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
23169
23170 * gdb.cp/classes.exp: Accept gnu abi 2.
23171 * gdb.cp/derivation.exp: Likewise.
23172 * gdb.cp/overload.exp: Likewise.
23173 * gdb.cp/virtfunc.exp: Likewise.
23174
23175 2004-01-08 Michael Chastain <mec.gnu@mindspring.com>
23176
23177 * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
23178 semicolon after end of function.
23179
23180 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23181
23182 * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
23183 * gdb.cp/bs15503.exp: Remove hp-only restriction. Use modern
23184 boilerplate code for compiling and running the program under
23185 test. Add some string method tests.
23186
23187 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23188
23189 * gdb.cp/bs15503.cc: Add copyright notice.
23190 * gdb.cp/bs15503.exp: Adjust line number.
23191
23192 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23193
23194 * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
23195 * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
23196
23197 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23198
23199 * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
23200 hp_cc_compiler.
23201
23202 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23203
23204 * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
23205 * gdb.cp/ctti.exp: Use the marker instead of "next".
23206 With gcc, run further before bailing.
23207
23208 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23209
23210 * gdb.cp/cttiadd.cc: Add copyright notice.
23211 * gdb.cp/cttiadd1.cc: Likewise.
23212 * gdb.cp/cttiadd2.cc: Likewise.
23213 * gdb.cp/cttiadd3.cc: Likewise.
23214
23215 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23216
23217 * gdb.cp/ctti.exp: Partial rewrite. Call gdb_compile properly.
23218 Use gdb_test, gdb_test_multiple. Use floating-point values that
23219 have exact representations in IEEE-ish formats.
23220
23221 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23222
23223 * gdb.base/constvars.exp: Do not force lang=c++ if using HP
23224 compilers. Delete duplicate call to get_compiler_info.
23225 (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
23226 * gdb.base/volatile.exp: Likewise.
23227
23228 2004-01-07 Mark Kettenis <kettenis@gnu.org>
23229
23230 * gdb.base/gdb1476.exp: Only run the tests if we can't read the
23231 memory at address 0.
23232
23233 2004-01-07 Michael Chastain <mec.gnu@mindspring.com>
23234
23235 * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
23236 to test for hp-ux assembler. Fix copyright years.
23237
23238 2004-01-07 Andrew Cagney <cagney@redhat.com>
23239
23240 * gdb.base/fileio.c (strerrno): Add "EBUSY".
23241
23242 2004-01-07 Andrew Cagney <cagney@redhat.com>
23243
23244 * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
23245 when creating the read-only file. From analysis by Roland McGrath
23246 and Elena Zannoni.
23247
23248 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
23249
23250 * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
23251
23252 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
23253
23254 * gdb.base/cvexpr.c: Be type-safe with function pointers and
23255 data pointers.
23256
23257 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
23258
23259 * gdb.cp/m-static.exp: Compile one source file at a time.
23260 Delete unused call to get_compiler_info.
23261
23262 2004-01-06 Michael Chastain <mec.gnu@mindspring.com>
23263
23264 * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
23265 * gdb.base/call-rt-st.exp: Likewise.
23266 * gdb.base/nodebug.exp: Likewise.
23267 * gdb.base/volatile.exp: Likewise.
23268 * gdb.cp/ref-types.exp: Likewise.
23269 * gdb.cp/templates.exp: Likewise.
23270
23271 2004-01-05 Mark Kettenis <kettenis@gnu.org>
23272
23273 * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
23274
23275 2004-01-05 Michael Chastain <mec.gnu@mindspring.com>
23276
23277 * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
23278 hppa*-hp-hpux*.
23279
23280 2004-01-04 Mark Kettenis <kettenis@gnu.org>
23281
23282 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
23283 x86_64-*-*.
23284
23285 * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
23286 sparc64-*-* and sparc*-solaris2*.
23287
23288 2004-01-04 Mark Kettenis <kettenis@gnu.org>
23289
23290 * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
23291 return ${tests}" test. The ${tests} already mentions the
23292 filename.
23293
23294 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
23295
23296 * gdb.cp/local.exp: Accept gcc abi 2.
23297
23298 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
23299
23300 * gdb.cp/templates.exp: Accept gcc abi 2.
23301
23302 2004-01-02 Michael Chastain <mec.gnu@mindspring.com>
23303
23304 * lib/compiler.cc: Remove supports_template_debugging.
23305 * gdb.cp/templates.exp: Do not test supports_template_debugging.
23306
23307 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23308
23309 * gdb.cp/namespace.exp: Accept gcc abi 2.
23310
23311 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23312
23313 * gdb.cp/method.exp: Accept gcc abi 2.
23314
23315 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23316
23317 * gdb.cp/classes.exp: Generate identical results as old version.
23318 * gdb.cp/derivation.exp: Likewise.
23319 * gdb.cp/overload.exp: Likewise.
23320 * gdb.cp/virtfunc.exp: Likewise.
23321
23322 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23323
23324 * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
23325 mysterious bug with sourceware version of expect.
23326
23327 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23328
23329 * gdb.cp/overload.exp: Rewrite. Clean up patterns to match
23330 current versions of gcc, including gcc abi 2. Remove gratuitous
23331 restart of test program. Use gdb_test_multiple and gdb_test for
23332 all tests. Add patterns to xfail missing "const" in "const char *"
23333 and kfail PR gdb/1155.
23334
23335 2004-01-01 Michael Chastain <mec.gnu@mindspring.com>
23336
23337 * gdb.cp/derivation.exp: Rewrite. Clean up patterns to match
23338 current versions of gcc, including gcc abi 2. Remove gratuitous
23339 restart of test program. Use gdb_test_multiple and gdb_test for
23340 all tests. Add patterns to kfail PR gdb/1498.
23341
23342 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
23343
23344 * gdb.cp/virtfunc.exp: Rewrite. Clean up patterns to match
23345 current versions of gcc, including gcc abi 2. Use "breakpoint"
23346 and "continue" instead of restarting the target program. Use
23347 gdb_test_multiple and gdb_test for all tests.
23348
23349 2004-01-01 Mark Kettenis <kettenis@gnu.org>
23350
23351 * gdb.asm/asm-source.exp: Update copyright year. Link statically
23352 for *-*-solaris2*.
23353
23354 2003-12-31 Michael Chastain <mec.gnu@mindspring.com>
23355
23356 * gdb.cp/classes.exp: Rewrite. Clean up patterns to match
23357 current versions of gcc, including gcc abi 2. Use "breakpoint"
23358 and "continue" instead of restarting the target program several
23359 times. Use gdb_test_multiple and gdb_test for all tests.
23360
23361 2003-12-18 Michael Chastain <mec.gnu@mindspring.com>
23362
23363 * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
23364 source files.
23365
23366 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
23367
23368 * gdb.base/environ.exp: Handle compiling test case from multiple
23369 source files.
23370
23371 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
23372
23373 * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
23374
23375 2003-12-17 Jim Blandy <jimb@redhat.com>
23376
23377 * gdb.base/freebpcmd.c: Add copyright notice.
23378
23379 * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
23380
23381 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
23382
23383 * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
23384
23385 2003-12-13 Jim Blandy <jimb@redhat.com>
23386
23387 * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
23388
23389 2003-12-12 Kevin Buettner <kevinb@redhat.com>
23390
23391 * gdb.asm/frv.inc: New file.
23392 * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
23393
23394 2003-12-09 Fred Fish <fnf@redhat.com>
23395
23396 * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
23397 functions to break1.c and leave prototypes behind. Add more
23398 "set breakpoint NN here" comments.
23399 * gdb.base/break1.c: New file.
23400
23401 * gdb.base/break.exp: Handle compiling test case from multiple
23402 source files and change source file references as needed.
23403 * gdb.base/completion.exp: Ditto.
23404 * gdb.base/condbreak.exp: Ditto.
23405 * gdb.base/define.exp: Ditto.
23406 * gdb.base/ena-dis-br.exp: Ditto.
23407 * gdb.base/info-proc.exp: Ditto.
23408 * gdb.base/maint.exp: Ditto.
23409 * gdb.base/until.exp: Ditto.
23410
23411 * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
23412 hardcoded line numbers.
23413 * gdb.base/define.exp: Ditto.
23414 * gdb.base/ena-dis-br.exp: Ditto.
23415 * gdb.base/maint.exp: Ditto.
23416 * gdb.base/until.exp: Ditto.
23417
23418 * gdb.base/completion.exp: Use "break1" for completion tests since
23419 "break" is no longer a unique prefix.
23420
23421 2003-12-06 Andrew Cagney <cagney@redhat.com>
23422
23423 * gdb.base/structs.exp (test_struct_returns): When applicable, set
23424 "return_value_unimplemented". When an unimplemented struct return
23425 architecture, report incorrect values as a KFAIL
23426
23427 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
23428
23429 * gdb.cp/rtti.exp: Accept new wording of warning from
23430 cp_lookup_rtti_type.
23431
23432 2003-12-05 Michael Chastain <mec.gnu@mindspring.com>
23433
23434 Partial fix for PR testsuite/1456.
23435 * gdb.base/scope.exp (test_at_main): Replace references to
23436 gcc_compiled with calls to test_compiler_info.
23437 (test_at_foo): Likewise.
23438 (test_at_bar): Likewise.
23439
23440 2003-12-04 Michael Chastain <mec.gnu@mindspring.com>
23441
23442 Partial fix for PR testsuite/1456.
23443 * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
23444 to test_compiler_info.
23445
23446 2003-12-03 Michael Chastain <mec.gnu@mindspring.com>
23447
23448 * gdb.base/so-impl-ld.exp: Update copyright notice.
23449
23450 2003-12-02 Michael Chastain <mec.gnu@mindspring.com>
23451
23452 Partial fix for PR testsuite/1456.
23453 * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
23454 to test_compiler_info.
23455
23456 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
23457
23458 * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
23459 from current versions of gdb. Clean up regular expressions.
23460 Delete redundant timeout case.
23461
23462 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
23463
23464 * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
23465 from current versions of gdb. Clean up regular expressions.
23466 Delete redundant timeout case.
23467
23468 2003-12-01 Michael Chastain <mec.gnu@mindspring.com>
23469
23470 Partial fix for PR testsuite/1456.
23471 * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
23472 gcc_compiled with call to test_compiler_info.
23473
23474 2003-11-30 Michael Chastain <mec.gnu@mindspring.com>
23475
23476 Partial fix for PR testsuite/1456.
23477 * gdb.base/list.exp (test_list_function): Delete unused declaration
23478 of gcc_compiled.
23479
23480 2003-11-29 Michael Chastain <mec.gnu@mindspring.com>
23481
23482 Partial fix for PR testsuite/1456.
23483 * gdb.base/complex.exp: Replace reference to gcc_compiled with
23484 call to test_compiler_info.
23485
23486 2003-11-29 Mark Kettenis <kettenis@gnu.org>
23487
23488 * gdb.asm/asm-source.exp: Initialize asm-note to "empty". Set
23489 asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*. Use
23490 it to create the appropriate note.inc.
23491 * gdb.asm/asmsrc1.s: Include "note.inc".
23492 * gdb.asm/netbsd.inc: New file.
23493 * gdb.asm/empty.inc: New file.
23494
23495 2003-11-28 Michael Chastain <mec.gnu@mindspring.com>
23496
23497 Partial fix for PR testsuite/1456.
23498 * gdb.base/constvars.exp: Replace references to gcc_compiled with
23499 calls to test_compiler_info.
23500
23501 2003-11-27 Michael Chastain <mec.gnu@mindspring.com>
23502
23503 Partial fix for PR testsuite/1456.
23504 * gdb.base/volatile.exp: Replace references to gcc_compiled with
23505 calls to test_compiler_info.
23506
23507 2003-11-27 Mark Kettenis <kettenis@gnu.org>
23508
23509 * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
23510 pattern for the KFAILs.
23511
23512 2003-11-25 Adam Fedor <fedor@gnu.org>
23513
23514 * gdb.objc/objcdecode.exp: Test for PR objc/1238.
23515 * gdb.objc/objcdecode.m: New file.
23516
23517 2003-11-25 Adam Fedor <fedor@gnu.org>
23518
23519 * gdb.objc/nondebug.exp: Test for PR objc/1236.
23520 * gdb.objc/nondebug.m: New file.
23521
23522 2003-11-26 Ben Elliston <bje@wasabisystems.com>
23523
23524 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
23525 NetBSD as it does on FreeBSD. Modelled on a similar change by
23526 Mark Kettenis on 2003-05-30.
23527 (link-flags): Set to "--entry _start" regardless of target.
23528 Special linker flags are to be appended to $link-flags.
23529 * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
23530
23531 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
23532
23533 * gdb.cp/method.exp: Accept output of new demangler.
23534
23535 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
23536
23537 * gdb/class2.exp: New file.
23538 * gdb/class2.cc: New file.
23539
23540 2003-11-25 Michael Chastain <mec.gnu@mindspring.com>
23541
23542 * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
23543 of new demangler.
23544
23545 2003-11-23 Mark Kettenis <kettenis@gnu.org>
23546
23547 * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
23548 of gdb_test "run".
23549
23550 2003-11-23 Mark Kettenis <kettenis@gnu.org>
23551
23552 * gdb.arch/i386-unwind.exp: Don't use runto_main. Change
23553 "continue" into "run".
23554
23555 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
23556
23557 Partial fix for PR testsuite/1456.
23558 * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
23559 call to test_compiler_info.
23560 * gdb.cp/ctti.exp: Likewise.
23561 * gdb.cp/derivation.exp: Likewise.
23562 * gdb.cp/member-ptr.exp: Likewise.
23563 * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
23564 reference to gcc_compiled.
23565
23566 2003-11-23 Michael Chastain <mec.gnu@mindspring.com>
23567
23568 Fix PR testsuite/1463.
23569 * gdb.base/structs.exp (start_structs_test): Call
23570 get_debug_format before using the debug format.
23571
23572 2003-11-22 Andrew Cagney <cagney@redhat.com>
23573
23574 * lib/gdb.exp (gdb_test_multiple): Add simple example.
23575 * gdb.base/structs.exp: Use gdb_test_multiple.
23576
23577 2003-11-20 Andrew Cagney <cagney@redhat.com>
23578
23579 * gdb.base/structs.exp: Handle and recover from internal errors.
23580 Replace "foo${n}" with "foo<n>" in test messages.
23581
23582 * gdb.base/structs.exp: Update copyright. Rewrite.
23583 * gdb.base/structs.c: Update copyright. Rewrite.
23584
23585 * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
23586 resync count exceeded.
23587
23588 * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
23589 from the internal error.
23590 * lib/gdb.exp (gdb_internal_error_resync): New procedure.
23591 Original from Jim Blandy.
23592 (gdb_test_multiple): Use gdb_internal_error_resync.
23593
23594 2003-11-19 Andrew Cagney <cagney@redhat.com>
23595
23596 * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
23597 KFAIL.
23598
23599 2003-11-17 Mark Kettenis <kettenis@gnu.org>
23600
23601 New testcase for PR backtrace/1435.
23602 * gdb.arch/i386-unwind.exp: New file.
23603 * gdb.arch/i386-unwind.c: New file.
23604
23605 2003-11-17 Andrew Cagney <cagney@redhat.com>
23606
23607 * lib/gdb.exp (compiler_info): New global.
23608 (test_compiler_info): New function.
23609 (get_compiler_info): Set compiler_info.
23610 * lib/compiler.c, lib/compiler.cc: Add copyright. When GNUC, set
23611 "compiler_info" to gcc-<major>-<minor>.
23612
23613 2003-11-15 Michael Chastain <mec.gnu@mindspring.com>
23614
23615 * gdb.trace/configure: Remove.
23616
23617 2003-11-13 Elena Zannoni <ezannoni@redhat.com>
23618
23619 * gdb.base/break.c: Add comments to aid finding line numbers for
23620 breakpoints.
23621 * gdb.base/break.exp: Remove all references to explicit line
23622 numbers.
23623
23624 2003-11-11 Nick Clifton <nickc@redhat.com>
23625
23626 * gdb.base/shreloc.exp: Do not run for targets which do not
23627 support shared objects.
23628
23629 2003-11-10 Corinna Vinschen <vinschen@redhat.com>
23630
23631 * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
23632 Don't run tests if nofileio flag is given.
23633
23634 2003-11-07 Elena Zannoni <ezannoni@redhat.com>
23635
23636 * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
23637 as well as 'Watchpoint'.
23638
23639 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
23640
23641 Reported by Jim Ingham <jingham@apple.com>:
23642 * gdb.base/annota1.exp: Match at least one occurrence of the
23643 signal handler annotation.
23644
23645 2003-11-06 Elena Zannoni <ezannoni@redhat.com>
23646
23647 * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
23648 as well as 'Watchpoint'.
23649
23650 2003-11-05 Michael Chastain <mec@shout.net>
23651
23652 * gdb.mi/pthreads.c (routine): Handle early return from sleep.
23653
23654 2003-11-03 Kris Warkentin <kewarken@qnx.com>
23655
23656 * gdb.arch/gdb1291.c: New test file.
23657 * gdb.arch/gdb1291.exp: New test script.
23658 * gdb.arch/gdb1431.c: New test file.
23659 * gdb.arch/gdb1431.exp: New test script.
23660
23661 2003-10-22 Michael Chastain <mec@shout.net>
23662
23663 * gdb.mi/pthreads.c: Add copyright notice.
23664
23665 2003-10-22 Michael Chastain <mec@shout.net>
23666
23667 * gdb.threads/pthreads.c: Add copyright notice.
23668
23669 2003-10-20 Michael Chastain <mec@shout.net>
23670
23671 * gdb.base/gdb1056.exp: New test script.
23672
23673 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
23674
23675 * gdb.threads/killed.exp: Use gdb_run_cmd.
23676
23677 2003-10-13 Daniel Jacobowitz <drow@mvista.com>
23678
23679 * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
23680 create a core file.
23681 * gdb.threads/gcore-thread.exp: Likewise.
23682
23683 2003-10-13 Corinna Vinschen <vinschen@redhat.com>
23684
23685 * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
23686 type, based on char type.
23687 (struct bit_flags_short_t): New bitfield type, based on short type.
23688 (init_bit_flags_char): New fuction.
23689 (init_bit_flags_short): Ditto.
23690 (print_bit_flags_char): Ditto.
23691 (print_bit_flags_short): Ditto.
23692 (main): Add handling for bit_flags_char_t and bit_flags_short_t.
23693
23694 2003-10-11 Michael Chastain <mec@shout.net>
23695
23696 * gdb.base/call-rt-st.exp: Update copyright year.
23697
23698 2003-10-10 Kei Sakamoto <sakamoto.kei@renesas.com>
23699
23700 * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
23701 * gdb.disasm/sh3.s: Ditto.
23702
23703 2003-10-07 Daniel Jacobowitz <drow@mvista.com>
23704
23705 * gdb.threads/switch-threads.exp: New test.
23706 * gdb.threads/switch-threads.c: New source file.
23707
23708 2003-10-07 Corinna Vinschen <vinschen@redhat.com>
23709
23710 * gdb.base/ending-run.exp: Add sh specific case.
23711
23712 2003-10-06 Andrew Cagney <cagney@redhat.com>
23713
23714 * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
23715 * gdb.disasm/mn10200.exp: Delete obsolete file.
23716
23717 2003-09-29 Daniel Jacobowitz <drow@mvista.com>
23718
23719 * ChangeLog: Correct an entry command.exp -> commands.exp.
23720 * gdb.base/commands.exp (bp_deleted_in_command_test)
23721 (temporary_breakpoint_commands): Check noargs.
23722
23723 2003-09-25 David Carlton <carlton@kealia.com>
23724
23725 * gdb.cp/namespace.exp: Tweak comments. Add non-quoted versions
23726 of some print tests, where appropriate. Add tests for C::D::cd,
23727 E::ce, F::cXfX, G::XgX.
23728 * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
23729
23730 2003-09-25 Richard Earnshaw <rearnsha@arm.com>
23731
23732 * lib/java.exp (java_init): Import target_alias before using it.
23733
23734 2003-09-25 David Carlton <carlton@kealia.com>
23735
23736 * gdb.base/corefile.exp: Delete obsolete setup_xfail.
23737
23738 2003-09-23 Elena Zannoni <ezannoni@redhat.com>
23739
23740 * gdb.base/selftest.exp: Accomodate more instruction reordering
23741 weirdness.
23742
23743 2003-09-17 Michael Chastain <mec@shout.net>
23744
23745 * gdb.cp/gdb1355.exp: New file.
23746 * gdb.cp/gdb1355.c: New file.
23747
23748 2003-09-15 Corinna Vinschen <vinschen@redhat.com>
23749
23750 * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
23751 * gdb.asm/sh.inc: New file.
23752
23753 2003-09-11 David Carlton <carlton@kealia.com>
23754
23755 * gdb.cp/namespace.exp: Add tests for namespace types.
23756 * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
23757 (test_namespace): New.
23758
23759 2003-09-11 Elena Zannoni <ezannoni@redhat.com>
23760
23761 * gdb.base/relocate.exp: Handle new gdb output at startup.
23762 * gdb.stabs/weird.exp: Ditto.
23763
23764 2003-09-08 Michael Chastain <mec@shout.net>
23765
23766 * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
23767
23768 2003-09-07 Michael Chastain <mec@shout.net>
23769
23770 * gdb.cp/classes.exp: Accommodate both 'syntax error' and
23771 'parse error'.
23772
23773 2003-09-07 Mark Kettenis <m.kettenis@osp.nl>
23774
23775 * gdb.arch/i386-prologue.exp: Add checks for saved registers.
23776
23777 2003-08-30 Michael Chastain <mec@shout.net>
23778
23779 * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
23780 * gdb.gdb/observer.exp: Ditto.
23781 * gdb.gdb/xfullpath.exp: Ditto.
23782
23783 2003-08-29 Mark Kettenis <kettenis@gnu.org>
23784
23785 * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
23786 *-*-*bsd*.
23787
23788 2003-08-28 Jeff Johnston <jjohnstn@redhat.com>
23789
23790 * gdb.base/dump.exp: Skip for ia64.
23791
23792 2003-08-25 Jeff Johnston <jjohnstn@redhat.com>
23793
23794 * gdb.asm/asm-source.exp: Add ia64 support.
23795 * gdb.asm/ia64.inc: New file.
23796
23797 2003-08-22 Michael Chastain <mec@shout.net>
23798
23799 * gdb.cp: New directory.
23800 * gdb.cp/*: Copy from gdb.c++/*.
23801 * gdb.c++/*: Remove.
23802 * Makefile.in: Change gdb.c++ to gdb.cp.
23803 * configure.in: Ditto.
23804 * configure: Regnerate.
23805
23806 2003-08-18 Mark Kettenis <kettenis@gnu.org>
23807
23808 * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
23809 * gdb.arch/i386-prologue.c (gdb1338): Add function.
23810
23811 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
23812
23813 * mi-var-display.exp (-var-list-children weird): Accept function
23814 pointers with argument types.
23815 * mi1-var-display.exp (-var-list-children weird): Likewise.
23816 * mi2-var-display.exp (-var-list-children weird): Likewise.
23817
23818 2003-08-17 Daniel Jacobowitz <drow@mvista.com>
23819
23820 * gdb.base/annota3.exp: Add missing newline.
23821
23822 2003-08-06 Michael Chastain <mec@shout.net>
23823
23824 * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
23825
23826 2003-08-12 Michael Snyder <msnyder@redhat.com>
23827
23828 * gdb.base/float.exp: Add test for SH.
23829
23830 2003-08-10 Mark Kettenis <kettenis@gnu.org>
23831
23832 * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
23833
23834 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
23835
23836 * gdb.base/completion.exp: Remove reduntant completion test
23837 on filename.
23838
23839 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
23840
23841 * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
23842 gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
23843 gdb.trace/save-trace.exp: Make sure that full pathnames are
23844 escaped correctly.
23845
23846 2003-08-07 Elena Zannoni <ezannoni@redhat.com>
23847
23848 * configure.in: Don't generate config.h from config.hin.
23849 * configure: Regenerate.
23850 * config.hin: Remove file.
23851 * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
23852 * gdb.threads/pthreads.c: Ditto.
23853
23854 2003-08-07 Daniel Jacobowitz <drow@mvista.com>
23855
23856 From Kei Sakamoto <sakamoto.kei@renesas.com>:
23857 * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
23858 * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
23859 Replace ld24 with seth/add3.
23860
23861 2003-08-02 Andrew Cagney <cagney@redhat.com>
23862
23863 * gdb.base/annota3.exp: New file.
23864 * gdb.base/annota3.c: New file.
23865 * gdb.c++/annota3.exp: New file.
23866 * gdb.c++/annota3.cc: New file.
23867
23868 2003-07-29 Michael Chastain <mec@shout.net>
23869
23870 * gdb.threads/tls.c (spin): Check errno only if sem_wait
23871 actually failed.
23872 (do_pass): Likewise.
23873 * gdb.threads/tls.exp: Always initialize no_of_threads.
23874
23875 2003-07-27 Daniel Jacobowitz <drow@mvista.com>
23876
23877 * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
23878 pattern.
23879 * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
23880 * gdb.threads/tls.exp: Recognize one case of the host library not
23881 supporting TLS.
23882
23883 2003-07-27 Andrew Cagney <cagney@redhat.com>
23884
23885 * gdb.base/fileio.exp: Use SH when running commands using
23886 remote_exec.
23887
23888 2003-07-24 Daniel Jacobowitz <drow@mvista.com>
23889
23890 From Kei Sakamoto <sakamoto.kei@renesas.com>:
23891 * gdb.base/relocate.c (dummy): New padding array.
23892
23893 2003-07-22 Michael Snyder <msnyder@redhat.com>
23894
23895 * gdb.disasm/8300s.s: Fix syntax of bsr insn.
23896
23897 * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
23898 patterns to be more general, accepting old and new output.
23899 Some output chars (such as '+') also must be quoted.
23900 Some addresses are displayed numerically instead of
23901 symbolically.
23902
23903 2003-07-23 Michael Snyder <msnyder@redhat.com>
23904
23905 * gdb.base/return2.exp: Don't test long-long return.
23906
23907 * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
23908 * gdb.disasm/t01_mov.exp: Ditto.
23909 * gdb.disasm/t02_mova.s: Ditto.
23910 * gdb.disasm/t02_mova.exp: Ditto.
23911 * gdb.disasm/t03_add.s: Ditto.
23912 * gdb.disasm/t03_add.exp: Ditto.
23913 * gdb.disasm/t04_sub.s: Ditto.
23914 * gdb.disasm/t04_sub.exp: Ditto.
23915 * gdb.disasm/t05_cmp.s: Ditto.
23916 * gdb.disasm/t05_cmp.exp: Ditto.
23917 * gdb.disasm/t06_ari2.s: Ditto.
23918 * gdb.disasm/t06_ari2.exp: Ditto.
23919 * gdb.disasm/t07_ari3.s: Ditto.
23920 * gdb.disasm/t07_ari3.exp: Ditto.
23921 * gdb.disasm/t08_or.s: Ditto.
23922 * gdb.disasm/t08_or.exp: Ditto.
23923 * gdb.disasm/t09_xor.s: Ditto.
23924 * gdb.disasm/t09_xor.exp: Ditto.
23925 * gdb.disasm/t10_and.s: Ditto.
23926 * gdb.disasm/t10_and.exp: Ditto.
23927 * gdb.disasm/t11_logs.s: Ditto.
23928 * gdb.disasm/t11_logs.exp: Ditto.
23929 * gdb.disasm/t12_bit.s: Ditto.
23930 * gdb.disasm/t12_bit.exp: Ditto.
23931 * gdb.disasm/t13_otr.s: Ditto.
23932 * gdb.disasm/t13_otr.exp: Ditto.
23933
23934 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
23935
23936 * gdb.threads/tls.exp :Add kfail for 'info address' case.
23937
23938 2003-07-22 Elena Zannoni <ezannoni@redhat.com>
23939
23940 * gdb.threads/tls.c : New file.
23941 * gdb.threads/tls.exp : New file.
23942 * gdb.threads/tls-main.c : New file.
23943 * gdb.threads/tls-shared.c : New file.
23944 * gdb.threads/tls-shared.exp : New file.
23945
23946 2003-07-22 Andreas Schwab <schwab@suse.de>
23947
23948 * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
23949
23950 2003-07-20 Andreas Schwab <schwab@suse.de>
23951
23952 * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
23953 due to insn reordering.
23954
23955 2003-07-15 Andrew Cagney <cagney@redhat.com>
23956
23957 * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
23958
23959 2003-07-15 Michael Chastain <mec@shout.net>
23960
23961 * gdb.base/gdb1250.exp: New file.
23962 * gdb.base/gdb1250.c: New file.
23963
23964 2003-07-09 Michal Ludvig <mludvig@suse.cz>
23965
23966 * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
23967 expansion of size_t to 'unsigned long', not only to 'unsigned'.
23968
23969 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
23970
23971 * gdb.threads/tls.c: New file.
23972 * gdb.threads/tls.exp: New file.
23973 * gdb.threads/tls-main.c: New file.
23974 * gdb.threads/tls-shared.c: New file.
23975 * gdb.threads/tls-shared.exp: New file.
23976
23977 2003-07-09 Elena Zannoni <ezannoni@redhat.com>
23978
23979 * gdb.base/annota1.exp: Make sure that we properly escape the
23980 full path of the source file. Xfail more permissive patterns,
23981 due to a compiler debug info problem.
23982
23983 2003-07-07 Andreas Schwab <schwab@suse.de>
23984
23985 * gdb.asm/m68k.inc: New file.
23986 * gdb.asm/asm-source.exp: Use it for m68k-*-*.
23987
23988 * gdb.objc/basicclass.exp ("Call an Objective-C method with no
23989 arguments"): Also match negative number.
23990
23991 * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
23992
23993 2003-07-03 Daniel Jacobowitz <drow@mvista.com>
23994
23995 * gdb.base/store.c (charest): New typedef.
23996 (add_char): Rename to add_charest, update.
23997 (wack_char): Rename to wack_charest, update types. Return l + r
23998 to keep r live across the call.
23999 (wack_short, wack_int, wack_long, wack_longest, wack_float)
24000 (wack_double, wack_doublest): Return l + r to keep r live across
24001 the call.
24002 * gdb.base/store.exp: Accomodate store.c changes.
24003
24004 2003-06-30 David Carlton <carlton@kealia.com>
24005
24006 * gdb.c++/maint.exp (test_invalid_name): New.
24007 (test_first_component): Add tests for invalid names.
24008
24009 2003-06-29 Michael Chastain <mec@shout.net>
24010
24011 * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
24012 output of '<VTT for class>' for virtual base classes.
24013
24014 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
24015
24016 * gdb.base/completion.exp: Tab-complete "complet" instead of
24017 "compl".
24018 * gdb.base/complex.exp, gdb.base/complex.c: New files.
24019
24020 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
24021
24022 * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
24023 * gdb.base/volatile.exp: Likewise.
24024
24025 2003-06-29 Daniel Jacobowitz <drow@mvista.com>
24026
24027 * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
24028 gdb/1265.
24029
24030 2003-06-28 Michael Chastain <mec@shout.net>
24031 Daniel Jacobowitz <drow@mvista.com>
24032
24033 * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
24034 initial line count of 'captured_main' from 26 to 32.
24035 (test_with_self): Allow xmalloc call to be interleaved with the
24036 preceding two lines.
24037
24038 2003-06-24 Joel Brobecker <brobecker@gnat.com>
24039
24040 * gdb.base/bang.exp: New testcase.
24041
24042 2003-06-23 Joel Brobecker <brobecker@gnat.com>
24043
24044 * gdb.base/langs.exp: Add some tests for the "minimal" language
24045 support.
24046
24047 2003-06-23 Elena Zannoni <ezannoni@redhat.com>
24048
24049 * gdb.objc/basicclass.exp: Return -1 if we cannot compile
24050 the testcase.
24051
24052 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
24053
24054 * gdb.base/relocate.exp: Test add-symbol-file with a variable
24055 offset.
24056
24057 2003-06-22 Daniel Jacobowitz <drow@mvista.com>
24058
24059 * gdb.c++/pr-1210.cc: New file.
24060 * gdb.c++/pr-1210.exp: New file.
24061
24062 2003-06-21 Daniel Jacobowitz <drow@mvista.com>
24063
24064 * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
24065 000-exec-continue.
24066
24067 2003-06-15 Mark Kettenis <kettenis@gnu.org>
24068
24069 * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
24070 on *-*-*bsd* instead of *-*-freebsd*.
24071
24072 2003-06-14 Andrew Cagney <cagney@redhat.com>
24073
24074 * gdb.base/store.exp: Test longest and doublest. Test all
24075 parameters. Weaken return statement match.
24076 * gdb.base/store.c: Add longest and doublest - aka long long and
24077 long double functions. Put all parameters into local register
24078 variables. Use negative values.
24079
24080 2003-06-14 Andrew Cagney <cagney@redhat.com>
24081
24082 * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>. Gag
24083 -Wformat errors. Add lost line. Use WEXITSTATUS to get system
24084 exit status.
24085 * gdb.base/fileio.exp: Disable target when nointerrupts and
24086 noinferiorio, instead of limiting it to remote. Use remote_exec
24087 instead of system.
24088
24089 2003-06-12 Jeff Johnston <jjohnstn@redhat.com>
24090
24091 * gdb.base/float.exp: Add ia64 support.
24092
24093 2003-06-12 Corinna Vinschen <vinschen@redhat.com>
24094
24095 * gdb.base/fileio.exp: Run only on remote targets.
24096
24097 2003-06-10 Corinna Vinschen <vinschen@redhat.com>
24098
24099 * gdb.base/fileio.c: New file, testing File-I/O.
24100 * gdb.base/fileio.exp: Ditto.
24101
24102 2003-06-09 Raoul Gough <RaoulGough@yahoo.co.uk>
24103
24104 * gdb.base/shreloc.exp: New file, check symbol values obtained from
24105 shared objects after relocation at load time (gdb PR/1132).
24106 * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
24107 as above, part of the shared object relocation test.
24108
24109 2003-06-08 Mark Kettenis <kettenis@gnu.org>
24110
24111 * gdb.base/readline.exp: Add tests for operate-and-get-next with a
24112 fully filled history list.
24113 * gdb.base/gdb_history: New file.
24114
24115 * gdb.base/signals.exp: XFAIL "continue to func1" on
24116 i*86-*-freebsd*.
24117
24118 * gdb.base/attach.exp: When trying to attach to a nonexistent
24119 process, make it possible to specify the PID based on the target,
24120 and do so for *-*-freebsd*.
24121
24122 2003-06-02 Richard Henderson <rth@redhat.com>
24123
24124 * gdb.base/float.exp: Add expected regexp for alpha-*-*.
24125
24126 2003-06-02 Richard Henderson <rth@redhat.com>
24127
24128 * gdb.base/selftest.exp: Next over lim_at_start initialization.
24129
24130 2003-06-02 Richard Henderson <rth@redhat.com>
24131
24132 * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
24133
24134 2003-06-01 Daniel Jacobowitz <drow@mvista.com>
24135
24136 * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
24137 of globalvar.
24138
24139 2003-06-01 Mark Kettenis <kettenis@gnu.org>
24140
24141 * gdb.asm/asm-source.exp: Check for memory read errors in
24142 disassembler test on *BSD too.
24143
24144 2003-06-01 Richard Henderson <rth@redhat.com>
24145
24146 * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
24147 for .frame.
24148 (gdbasm_call): Lose ldgp.
24149 (gdbasm_startup): Add frame information.
24150 * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
24151
24152 2003-05-31 Mark Kettenis <kettenis@gnu.org>
24153
24154 * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
24155 i?86-*-*.
24156
24157 2003-05-30 Mark Kettenis <kettenis@gnu.org>
24158
24159 * gdb.asm/asm-source.exp: Make sure the final link succeeds on
24160 FreeBSD.
24161
24162 2003-05-29 Richard Henderson <rth@redhat.com>
24163
24164 * gdb.asm/alpha.inc: New file.
24165 * gdb.asm/asm-source.exp: Use it.
24166
24167 2003-05-29 Jim Blandy <jimb@redhat.com>
24168
24169 * gdb.base/corefile.exp: Find corefiles on Linux, which names them
24170 'core.PID'.
24171
24172 2003-05-22 Jim Blandy <jimb@redhat.com>
24173
24174 * gdb.base/corefile.exp: Tolerate stuff after argument parens in
24175 backtrace.
24176
24177 2003-05-20 David Carlton <carlton@math.stanford.edu>
24178
24179 * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
24180 this time.
24181
24182 2003-05-19 David Carlton <carlton@bactrian.org>
24183
24184 * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
24185 * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
24186
24187 2003-05-19 David Carlton <carlton@bactrian.org>
24188
24189 * gdb.c++/namespace.exp: Add namespace scope and anonymous
24190 namespace tests.
24191 Bump copyright date.
24192 * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
24193 (main): Call C::D::marker2.
24194 * gdb.c++/namespace1.cc: New file.
24195
24196 2003-05-14 Jeff Johnston <jjohnstn@redhat.com>
24197
24198 Roland McGrath <roland@redhat.com>
24199 * gdb.threads/linux-dp.exp: Account for fact that in nptl model
24200 there is no manager thread.
24201
24202 2003-05-08 Jeff Johnston <jjohnstn@redhat.com>
24203
24204 * gdb.threads/schedlock.exp: Remove assumption that all threads
24205 will run in a particular small time slice. Also ensure we break
24206 in one of the child threads rather than the main thread.
24207
24208 2003-05-07 Jim Blandy <jimb@redhat.com>
24209
24210 Add support for assembly source testing on the s390x.
24211 * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
24212 architecture.
24213 * gdb.asm/s390x.inc: New file.
24214
24215 * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
24216 succession of 'if' statements.
24217
24218 2003-05-05 Andrew Cagney <cagney@redhat.com>
24219
24220 * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
24221
24222 2003-05-05 Andrew Cagney <cagney@redhat.com>
24223
24224 * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
24225 DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
24226
24227 2003-05-02 Elena Zannoni <ezannoni@redhat.com>
24228
24229 * gdb.base/charset.exp: Update based on new behavior of set/show
24230 charset commands.
24231
24232 2003-05-01 Andrew Cagney <cagney@redhat.com>
24233
24234 * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
24235 variable do not give memory errors.
24236
24237 2003-04-30 Adam Fedor <fedor@gnu.org>
24238
24239 * Makefile.in (ALL_SUBDIRS): Add gdb.objc
24240 * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
24241 * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
24242 gdb.objc/basicclass.m: : New files
24243
24244 * lib/gdb.exp (gdb_compile_objc): New procedure.
24245
24246 2003-04-27 Daniel Jacobowitz <drow@mvista.com>
24247
24248 * gdb.base/signals.exp: Make backtrace tests more specific.
24249
24250 2003-04-23 David Carlton <carlton@bactrian.org>
24251
24252 * gdb.c++/maint.exp (test_first_component): Add tests for
24253 'operator' in more locations.
24254
24255 2003-04-16 Kevin Buettner <kevinb@redhat.com>
24256
24257 * gdb.base/args.exp: Invoke gdb_load for simulator targets.
24258
24259 2003-04-16 Elena Zannoni <ezannoni@redhat.com>
24260
24261 * gdb.base/completion.exp: Make 'info func mark' complete on 'info
24262 func marke' instead. Update test name.
24263
24264 2003-04-15 David Carlton <carlton@math.stanford.edu>
24265
24266 * gdb.c++/maint.exp: New file.
24267
24268 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
24269
24270 * gdb.threads/schedlock.c: Change type of thread function argument
24271 to long, to avoid warnings on 64-bit platforms.
24272
24273 2003-04-14 Elena Zannoni <ezannoni@redhat.com>
24274
24275 * gdb.base/attach.exp: Add new message from ptrace in case of
24276 attaching to nonexistent process.
24277
24278 2003-04-11 Jim Blandy <jimb@redhat.com>
24279
24280 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
24281 gdb.c++/userdef.cc: Place comments on the lines to which the
24282 marker function might return.
24283 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
24284 gdb.c++/userdef.exp: Look for those comments to check that we've
24285 returned to the right place, instead of checking line numbers.
24286
24287 2003-04-11 Elena Zannoni <ezannoni@redhat.com>
24288
24289 * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
24290 match on sourcefile name, instead of directory name.
24291
24292 2003-04-10 Elena Zannoni <ezannoni@redhat.com>
24293
24294 * gdb.base/completion.exp: Use string_to_regexp to match the
24295 working directory name.
24296
24297 2003-04-09 Jim Blandy <jimb@redhat.com>
24298
24299 * gdb.c++/derivation.exp, gdb.c++/overload.exp,
24300 gdb.c++/userdef.exp: If GDB fails to restore the selected frame
24301 after an inferior function call, report the failure, but allow the
24302 test to continue.
24303
24304 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
24305
24306 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
24307 with -DPROTOTYPES.
24308
24309 2003-04-05 Stephane Carrez <stcarrez@nerim.fr>
24310
24311 * gdb.base/break.exp: Revert last patch.
24312
24313 2003-04-04 Stephane Carrez <stcarrez@nerim.fr>
24314
24315 * gdb.base/break.exp: marker4() is defined at line 46 when compiled
24316 with -DPROTOTYPES.
24317
24318 2003-04-02 Andrew Cagney <cagney@redhat.com>
24319
24320 * gdb.base/callfuncs.exp: Make "print add" messages unique.
24321 * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
24322 matching directories by the name breakpoint.
24323 * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
24324 Make "continue to marker1" consistent.
24325 * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
24326 message consistent.
24327 * lib/gdb.exp: Put "the program is no longer running", and "the
24328 program exited" in parenthesis.
24329 * lib/mi-support.exp: Ditto.
24330
24331 2003-04-02 Bob Rossi <bob_rossi@cox.net>
24332
24333 * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
24334
24335 2003-03-29 Andrew Cagney <cagney@redhat.com>
24336
24337 * gdb.base/sizeof.c (main): Print the value of '\377'.
24338 * gdb.base/sizeof.exp: Check the sign of '\377'.
24339
24340 2003-03-27 Michael Chastain <mec@shout.net>
24341
24342 * gdb.base/gdb1090.exp: New file.
24343 * gdb.base/gdb1090.cc: New file.
24344
24345 2003-03-27 J. Brobecker <brobecker@gnat.com>
24346
24347 * gdb.gdb/observer.exp: New regression test.
24348
24349 2003-03-27 Michael Chastain <mec@shout.net>
24350
24351 * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
24352 * gdb.base/ptype.exp: Likewise.
24353
24354 2003-03-27 Corinna Vinschen <vinschen@redhat.com>
24355
24356 * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
24357
24358 2003-03-26 Michael Chastain <mec@shout.net>
24359
24360 * gdb.base/ptype.exp: Actually use some typedef'd types.
24361
24362 2003-03-21 Stephane Carrez <stcarrez@nerim.fr>
24363
24364 * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
24365 * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
24366
24367 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
24368
24369 * gdb.base/default.exp: Fix regular expression.
24370
24371 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
24372
24373 * gdb.base/args.exp: Fix regular expression.
24374
24375 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
24376
24377 * gdb.base/help.exp: Allow Win32 child process.
24378
24379 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
24380
24381 * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
24382 when stepping out of main().
24383
24384 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
24385
24386 * gdb.base/default.exp: Check for win32 specific message when calling
24387 "run" without executable.
24388
24389 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
24390
24391 * gdb.base/args.exp: Expect .exe in output.
24392
24393 2003-03-20 Corinna Vinschen <vinschen@redhat.com>
24394
24395 * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
24396 Cygwin native.
24397
24398 2003-03-17 Andrew Cagney <cagney@redhat.com>
24399
24400 From Elena Zannoni <ezannoni@redhat.com>. Test e500 abi and
24401 vector registes.
24402 * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
24403 * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
24404
24405 2003-03-17 David Carlton <carlton@math.stanford.edu>
24406
24407 * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
24408 test, for PR breakpoints/38.
24409 Call test_watchpoint_and_breakpoint.
24410 * gdb.base/watchpoint.c (func3): New function.
24411 (main): Call func3.
24412
24413 2003-03-04 David Carlton <carlton@math.stanford.edu>
24414
24415 * gdb.c++/templates.exp (do_tests): Accept valid const in "print
24416 Garply<Garply<char> >:: garply".
24417 (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
24418 with respect to PR c++/1111; note also PR c++/1113.
24419 (test_template_breakpoints): KFAIL "constructor breakpoint" with
24420 respect to PR c++/1062.
24421 KFAIL "destructor breakpoint" with respect to PR c++/1112.
24422
24423 2003-03-03 David Carlton <carlton@math.stanford.edu>
24424
24425 * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
24426 with respect to PR c++/57.
24427 KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
24428 c++/826.
24429 Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
24430 respect to PR c++/57.
24431
24432 2003-03-03 David Carlton <carlton@math.stanford.edu>
24433
24434 * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
24435 respect to PR c++/33 into FAILs.
24436
24437 2003-03-03 Michael Chastain <mec@shout.net>
24438
24439 * configure.in: Update copyright years.
24440
24441 2003-03-03 Michael Chastain <mec@shout.net>
24442
24443 * Makefile.in: Update copyright years.
24444
24445 2003-02-28 David Carlton <carlton@math.stanford.edu>
24446
24447 * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
24448 print class instead of struct and/or superfluous protection
24449 specifiers, as long as the resulting output is equivalent to the
24450 source code.
24451 Delete FIXME from end of messages on tests that don't need
24452 fixing.
24453
24454 2003-02-28 David Carlton <carlton@math.stanford.edu>
24455
24456 * gdb.c++/templates.exp (do_tests): Allow const in the two
24457 Foo<volatile char *>::foo tests.
24458
24459 2003-02-27 Michael Snyder <msnyder@redhat.com>
24460
24461 * gdb.base/restore.c (main): Return zero, so exit code
24462 will be consistant.
24463
24464 2003-02-26 David Carlton <carlton@math.stanford.edu>
24465
24466 * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
24467 char *>::foo" test with respect to PR c++/33. Create a new test
24468 which is identical to that one except that it doesn't put the
24469 space between the "char" and the "*"; KFAIL it, too.
24470
24471 2003-02-26 David Carlton <carlton@math.stanford.edu>
24472
24473 * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
24474 template types into either PASSes or KFAILs (corresponding to PR
24475 c++/57). Tweak indentation. Update copyright.
24476
24477 2003-02-23 Stephane Carrez <stcarrez@nerim.fr>
24478
24479 * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
24480
24481 2003-02-13 Michael Chastain <mec@shout.net>
24482
24483 * gdb.base/exprs.exp: Remove i960 remnants.
24484 * gdb.base/funcargs.exp: Likewise.
24485 * gdb.base/list.exp: Likewise.
24486 * gdb.base/ptype.exp: Likewise.
24487
24488 2003-02-14 David Carlton <carlton@math.stanford.edu>
24489
24490 * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
24491 pEe->D::vg()" from XFAIL to KFAIL.
24492
24493 2003-02-13 Jason Molenda (jmolenda@apple.com)
24494
24495 * gdb.base/maint.exp: Update maint print statistics regexp to include
24496 new entries.
24497
24498 2003-02-13 Michael Chastain <mec@shout.net>
24499
24500 * gdb.c++/inherit.exp: Remove call to get_debug_format.
24501
24502 2003-02-12 Michael Chastain <mec@shout.net>
24503
24504 * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
24505 * gdb.c++/inherit.exp: Likewise.
24506 * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
24507 * gdb.c++/templates.exp: Likewise.
24508 * gdb.c++/virtfunc.exp: Likewise.
24509
24510 2003-02-06 Jason Molenda (jason-cl@molenda.com)
24511
24512 * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
24513 why the code is written that way.
24514
24515 2003-02-05 Michael Chastain <mec@shout.net>
24516
24517 * gdb.base/dump.exp: Add missing copyright line.
24518
24519 2003-02-05 Jason Molenda (jason-cl@molenda.com)
24520
24521 * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
24522 at the beginning so the breakpoint doesn't get set on the loop.
24523
24524 2003-02-05 Michael Chastain <mec@shout.net>
24525
24526 * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
24527 output for configurations with gcc 2.95.3.
24528
24529 2003-02-05 Keith Seitz <keiths@redhat.com>
24530 Andrew Cagney <ac131313@redhat.com>
24531
24532 * gdb.mi/mi-cli.exp: New file.
24533
24534 2003-02-04 Michael Chastain <mec@shout.net>
24535
24536 * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
24537 Call perror and then continue.
24538
24539 2003-02-03 Michael Chastain <mec@shout.net>
24540
24541 * gdb.c++/pr-1023.cc: New file.
24542 * gdb.c++/pr-1023.exp: New file.
24543
24544 2003-02-05 Jim Blandy <jimb@redhat.com>
24545
24546 * gdb.c++/local.exp: Don't expect Local to be in scope in main;
24547 it's local to foobar. Check for it there, and check that it's not
24548 present in main.
24549 * gdb.c++/local.cc (marker2): New function.
24550 (foobar): Call marker1.
24551 (main): Call marker2 instead of marker1.
24552
24553 2003-02-04 Andrew Cagney <ac131313@redhat.com>
24554
24555 * gdb.disasm/mn10200.exp: Obsolete file.
24556 * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
24557 * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
24558 * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
24559
24560 2003-02-04 David Carlton <carlton@math.stanford.edu>
24561
24562 * gdb.c++/overload.exp: Test intToChar(1).
24563 * gdb.c++/overload.cc (intToChar): New.
24564 (main): Call intToChar.
24565
24566 2003-02-03 David Carlton <carlton@math.stanford.edu>
24567
24568 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
24569 'might_kfail' arg.
24570 KFAIL some of the continue_to_bp_overloaded calls, according to
24571 PR c++/1025.
24572
24573 2003-02-01 Michael Chastain <mec@shout.net>
24574
24575 * gdb.base/advance.c (marker1): New marker function.
24576 * gdb.base/advance.exp: When the 'advance' command lands on the
24577 return breakpoint, it can legitimately stop on either the
24578 current line or the next line. Accommodate both outcomes.
24579 * gdb.base/until.exp: Likewise.
24580
24581 2003-02-02 Andrew Cagney <ac131313@redhat.com>
24582
24583 2002-11-10 Jason Molenda (jason-cl@molenda.com):
24584 * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
24585 now a list, not a tuple.
24586 * gdb.mi/mi-var-display.exp: Ditto.
24587 * gdb.mi/gdb792.exp: Ditto.
24588
24589 2003-02-01 Andrew Cagney <ac131313@redhat.com>
24590
24591 From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
24592 * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
24593 stack backtraces.
24594 * gdb.mi/mi-syn-frame.c: Part of same.
24595
24596 2003-02-01 Mark Kettenis <kettenis@gnu.org>
24597
24598 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
24599 gdb.mi/mi1-pthreads.exp: Return instead of calling
24600 gdb_suppress_entire_file.
24601
24602 2003-02-01 Mark Salter <msalter@redhat.com>
24603
24604 * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
24605
24606 2003-01-31 Mark Salter <msalter@redhat.com>
24607
24608 * lib/mi-support.exp (mi_gdb_load): Support remote targets.
24609 Support empty arg.
24610
24611 2003-01-30 Michael Chastain <mec@shout.net>
24612
24613 * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
24614 This was a workaround for a UTF-8 bug in readline 4.3. The bug
24615 has been fixed in gdb/readline on 2003-01-09.
24616
24617 2003-01-29 Michael Snyder <msnyder@redhat.com>
24618
24619 * gdb.base/maint.exp: Allow for leading underscore in symbol.
24620 * gdb.base/display.exp: Allow for leading underscore in symbol.
24621 * gdb.base/args.exp: Skip if target does not support args passing.
24622
24623 2003-01-22 Daniel Jacobowitz <drow@mvista.com>
24624
24625 * lib/gdb.exp (gdb_test_multiple): New function, cloned from
24626 gdb_test. Accept a list of expect arguments as the third
24627 parameter.
24628 (gdb_test): Use it.
24629
24630 2003-01-20 Elena Zannoni <ezannoni@redhat.com>
24631
24632 * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
24633 allow for different test tree configurations. Update some
24634 tescases accordingly.
24635 * gdb.arch/altivec-regs.exp: Ditto.
24636 * gdb.asm/asm-source.exp: Ditto.
24637 * gdb.base/advance.exp: Ditto.
24638 * gdb.base/display.exp: Ditto.
24639 * gdb.base/long_long.exp: Ditto.
24640 * gdb.base/mips_pro.exp: Ditto.
24641 * gdb.base/overlays.exp: Ditto.
24642 * gdb.base/relocate.exp: Ditto.
24643 * gdb.base/setshow.exp: Ditto.
24644 * gdb.base/step-line.exp: Ditto.
24645 * gdb.base/step-test.exp: Ditto.
24646 * gdb.base/until.exp: Ditto.
24647 * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
24648
24649 2003-01-17 David Carlton <carlton@math.stanford.edu>
24650
24651 * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
24652 corresponding to PR c++/945.
24653 Update copyright.
24654
24655 2003-01-17 David Carlton <carlton@math.stanford.edu>
24656
24657 * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
24658 corresponding to PR c++/68.
24659
24660 2003-01-17 David Carlton <carlton@math.stanford.edu>
24661
24662 * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
24663 (test_paddr_hairy_functions): Call print_addr_2_kfail for
24664 hairyfunc5 through hairyfunc7. KFAIL for PR c++/19.
24665
24666 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
24667
24668 * gdb.base/break.exp: Fix change of default location, because of
24669 removal of until tests.
24670 * gdb.base/help.exp: Update test for new 'until' help message.
24671 Add test for help on 'advance'.
24672 * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
24673
24674 2003-01-15 Mark Kettenis <kettenis@gnu.org>
24675
24676 * gdb.base/default.exp: Adapt "info float" test for recent changes
24677 to that command. Add test for "info vector".
24678 * gdb.base/float.exp: New file. Add test for "info float" that
24679 resembles the old test in gdb.base/default.exp.
24680
24681 2003-01-15 David Carlton <carlton@math.stanford.edu>
24682
24683 * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
24684
24685 2003-01-15 Elena Zannoni <ezannoni@redhat.com>
24686
24687 * gdb.base/break.exp: Move the tests of until command from here...
24688 * gdb.base/until.exp: ... to here. New file. Add other tests.
24689 * gdb.base/advance.c: New file.
24690 * gdb.base/advance.exp: New file.
24691
24692 2003-01-14 Elena Zannoni <ezannoni@redhat.com>
24693
24694 * gdb.base/args.c: New file.
24695 * gdb.base/args.exp: New file.
24696
24697 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
24698
24699 * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
24700
24701 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
24702
24703 * gdb.threads/killed.exp: Use KFAIL for gdb/568.
24704
24705 2003-01-14 Daniel Jacobowitz <drow@mvista.com>
24706
24707 * gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright
24708 dates.
24709
24710 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
24711
24712 * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
24713
24714 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
24715
24716 * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
24717 (ptype &*"foo").
24718 * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
24719
24720 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
24721
24722 * gdb.mi/mi-console.exp: Remove extra "(known bug)".
24723 * gdb.mi/mi1-console.exp: Likewise.
24724
24725 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
24726
24727 * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
24728 * gdb.mi/mi1-console.exp: Likewise.
24729
24730 2003-01-13 Daniel Jacobowitz <drow@mvista.com>
24731
24732 * gdb.c++/overload.exp: Remove some fixed XFAILs.
24733
24734 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
24735
24736 * gdb.base/detach.exp: New test.
24737
24738 2003-01-09 Daniel Jacobowitz <drow@mvista.com>
24739
24740 * Makefile.in (ALL_SUBDIRS): New variable.
24741 (subdirs, clean, distclean): Use it.
24742 * gdb.arch/Makefile.in: Clean up Makefile. Remove rules for
24743 regenerating Makefile, since it is generated from the top level.
24744 * gdb.asm/Makefile.in: Likewise.
24745 * gdb.base/Makefile.in: Likewise.
24746 * gdb.c++/Makefile.in: Likewise.
24747 * gdb.disasm/Makefile.in: Likewise.
24748 * gdb.java/Makefile.in: Likewise.
24749 * gdb.mi/Makefile.in: Likewise.
24750 * gdb.threads/Makefile.in: Likewise.
24751 * gdb.trace/Makefile.in: Likewise.
24752
24753 2003-01-09 David Carlton <carlton@math.stanford.edu>
24754
24755 * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
24756 Add copyright year 2003.
24757
24758 2003-01-06 Michael Chastain <mec@shout.net>
24759
24760 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
24761 When selecting a thread, 'line' and 'file' are optional.
24762 * gdb.mi/mi1-pthreads.exp: Likewise.
24763
24764 2003-01-06 Andreas Schwab <schwab@suse.de>
24765
24766 * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
24767 failures.
24768
24769 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
24770
24771 Fix PR gdb/844
24772 * lib/gdb.exp (gdb_compile): Handle "quiet" option.
24773 (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
24774
24775 * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads. Return
24776 instead of calling gdb_suppress_entire_file.
24777 * gdb.threads/print-threads.exp: Likewise.
24778 * gdb.threads/schedlock.exp: Likewise.
24779
24780 * gdb.threads/killed.exp: Return instead of calling
24781 gdb_suppress_entire_file.
24782 * gdb.threads/linux-dp.exp: Likewise.
24783 * gdb.threads/pthreads.exp: Likewise.
24784
24785 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
24786
24787 * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
24788 stabs.
24789 * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
24790 * gdb.base/whatis.exp: Always allow (void) after function names.
24791
24792 2003-01-04 Daniel Jacobowitz <drow@mvista.com>
24793
24794 * gdb.c++/casts.exp: Correct regexp.
24795
24796 2003-01-04 Mark Kettenis <kettenis@gnu.org>
24797
24798 * configure.in: Call AC_CONFIG_HEADER. Don't call
24799 AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
24800 gdb.disasm, gdb.mi, gdb.threads and gdb.trace. Call
24801 AC_CHECK_HEADERS on pthread.h. Put Makefiles in the
24802 aforementioned directories in the AC_OUPUT call.
24803 * config.hin: New file.
24804 * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
24805 gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
24806 gdb.threads/killed.exp, gdb.threads/print-threads.exp,
24807 gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
24808 pass -I$objdir instead of -I$objdir/$subdir in compilation.
24809 * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
24810 gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
24811 gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
24812 gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
24813 gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
24814 gdb.threads/configure.in, gdb.threads/configure,
24815 gdb.threads/config.in, gdb.trace/configure.in,
24816 gdb.trace/configure: Removed.
24817
24818 2003-01-03 Michael Chastain <mec@shout.net>
24819
24820 * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
24821 testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
24822
24823 2003-01-03 Daniel Jacobowitz <drow@mvista.com>
24824
24825 * gdb.base/store.exp: Fix regular expressions.
24826
24827 2002-12-28 Mark Kettenis <kettenis@gnu.org>
24828
24829 * configure.in: Rewrite.
24830 * configure: Regenerated.
24831
24832 2003-01-03 David Carlton <carlton@math.stanford.edu>
24833
24834 * gdb.base/psymtab.exp: New file.
24835 * gdb.base/psymtab1.c: Ditto.
24836 * gdb.base/psymtab2.c: Ditto.
24837
24838 2002-12-23 Adam Fedor <fedor@gnu.org>
24839
24840 * gdb.base/maint.exp: Update expect output to include 'ObjC'.
24841
24842 2002-12-23 David Carlton <carlton@math.stanford.edu>
24843
24844 * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
24845 and current_directory initialization.
24846
24847 2002-12-22 Jim Blandy <jimb@redhat.com>
24848
24849 * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
24850 rather than as part of the output file name.
24851
24852 * gdb.base/attach.exp: There's no need to copy the test program to
24853 /tmp; that was only ever necessary on HP/UX, and this test is
24854 entirely disabled there anyway.
24855
24856 2002-12-21 Jim Blandy <jimb@redhat.com>
24857
24858 * gdb.c++/psmang.exp: Doc fix.
24859
24860 * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
24861 test.
24862
24863 2002-12-20 David Carlton <carlton@math.stanford.edu>
24864
24865 * gdb.c++/annota2.exp: KFAIL annotate-quit.
24866
24867 2002-12-18 Michael Chastain <mec@shout.net>
24868
24869 * gdb.c++/annota2.exp: Add copyright year 2002.
24870
24871 2002-12-17 David Carlton <carlton@math.stanford.edu>
24872
24873 * gdb.c++/try_catch.cc: Add marker comments.
24874 * gdb.c++/try_catch.exp: Get line numbers from marker comments.
24875 * gdb.c++/m-data.cc: Delete namespace __gnu_test.
24876 * gdb.c++/m-static.cc: Ditto.
24877 * gdb.c++/m-static1.cc: Ditto.
24878 * gdb.c++/try_catch.cc: Ditto.
24879
24880 2002-12-16 Jeff Johnston <jjohnstn@redhat.com>
24881
24882 * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
24883 to see whether we are using the new -environment-directory
24884 command which resets via -r or the old version of the command
24885 which may prompt the user. Part of fix for gdb/741.
24886
24887 2002-12-13 Andrew Cagney <ac131313@redhat.com>
24888
24889 * gdb.fortran/types.exp: Update obsolete comment.
24890 * gdb.fortran/exprs.exp: Ditto.
24891 * lib/gdb.exp: Delete obsolete code.
24892 * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
24893 * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
24894 * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
24895 * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
24896 * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
24897 * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
24898 * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
24899 * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
24900 * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
24901 * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
24902 * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
24903 * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
24904 * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
24905 * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
24906 * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
24907 * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
24908 * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
24909 * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
24910 * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
24911 * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
24912 * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
24913 * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
24914 * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
24915 * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
24916 * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
24917 * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
24918 * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
24919 * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
24920 * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
24921 * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
24922 * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
24923 * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
24924 * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
24925 * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
24926 * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
24927 * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
24928 * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
24929
24930 2002-12-11 David Carlton <carlton@math.stanford.edu>
24931
24932 * gdb.c++/m-data.exp: Add test for members that shadow global
24933 variables: see PR gdb/804.
24934 * gdb.c++/m-data.cc: Ditto.
24935
24936 2002-12-10 Daniel Jacobowitz <drow@mvista.com>
24937
24938 * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
24939
24940 2002-12-06 David Carlton <carlton@math.stanford.edu>
24941
24942 * gdb.base/store.c: Don't declare functions static.
24943
24944 2002-12-04 Andrew Cagney <ac131313@redhat.com>
24945
24946 * gdb.base/store.exp, gdb.base/store.c: New files.
24947
24948 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
24949
24950 * gdb.base/selftest.exp: Update for current gdb.
24951
24952 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
24953
24954 * gdb.base/maint.exp: Only dump symbols from one source file
24955 or objfile.
24956
24957 2002-12-03 Daniel Jacobowitz <drow@mvista.com>
24958
24959 * gdb.base/step-test.exp: Allow MIPS to return to the line of a
24960 function call.
24961
24962 2002-11-25 Jim Blandy <jimb@redhat.com>
24963
24964 * lib/mi-support.exp (mi_delete_breakpoints): Change name of
24965 function appearing in error message.
24966
24967 2002-11-21 Daniel Jacobowitz <drow@mvista.com>
24968
24969 * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
24970
24971 2002-11-08 Jeff Johnston <jjohnstn@redhat.com>
24972
24973 * lib/mi-support.exp (mi_gdb_start): Verify the startup message
24974 for mi1 and current mi is in correct format. New mi startup message
24975 should be in mi console format. This is part of fix for PR gdb/604.
24976
24977 2002-09-18 Fernando Nasser <fnasser@redhat.com>
24978
24979 * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
24980 which explicitly prints the zero offset as "+0".
24981
24982 2002-10-22 Daniel Jacobowitz <drow@mvista.com>
24983
24984 * gdb.threads/schedlock.c (args): Make unsigned.
24985
24986 2002-10-21 Daniel Jacobowitz <drow@mvista.com>
24987
24988 * gdb.asm/asm-source.exp: Add "mips*-*" pattern. Update line
24989 numbers. Allow "foo2|selected stack frame".
24990 * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
24991 * gdb.asm/asmsrc2.s: Likewise.
24992 * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end. Update
24993 comments.
24994 * gdb.asm/mips.inc: New file.
24995
24996 2002-10-18 Adam Fedor <fedor@gnu.org>
24997
24998 * gdb.base/default.exp: Update expected output to include 'ObjC'.
24999 * gdb.base/help.exp: Likewise.
25000
25001 2002-10-17 Kevin Buettner <kevinb@redhat.com>
25002
25003 * gdb.base/constvars.c (struct crass, struct crisp): New structs.
25004 * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
25005
25006 2002-10-02 Jim Blandy <jimb@redhat.com>
25007
25008 * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
25009
25010 2002-10-01 Andrew Cagney <ac131313@redhat.com>
25011
25012 * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
25013 * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
25014 * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
25015 * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
25016 * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
25017 * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
25018 * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
25019
25020 2002-09-29 Andrew Cagney <ac131313@redhat.com>
25021
25022 * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
25023 * mi0-disassemble.exp, mi0-eval.exp: Delete.
25024 * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
25025 * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
25026 * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
25027 * mi0-var-block.exp, mi0-var-child.exp: Delete.
25028 * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
25029
25030 2002-09-27 Kevin Buettner <kevinb@redhat.com>
25031
25032 * gdb.base/annota1.exp (info break): Make directory components of
25033 path optional since not all compilers emit this debug information.
25034
25035 * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
25036 step ends up stepping out of the function instead of stopping on
25037 the epilogue.
25038
25039 2002-09-26 Keith Seitz <keiths@redhat.com>
25040
25041 * lib/insight-support.exp (gdbtk_start): Figure out where
25042 the insight executable is based on where gdb is. Use this
25043 executable to start insight instead of gdb.
25044
25045 2002-09-25 Andrew Cagney <cagney@redhat.com>
25046
25047 * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
25048
25049 2002-09-24 Andrew Cagney <ac131313@redhat.com>
25050
25051 * gdb.gdb/complaints.exp (test_initial_complaints): Rename
25052 test_isolated_complaints.
25053 (test_empty_complaint): New function.
25054 (test_empty_complaints): New function. Check no output when no
25055 complaints.
25056
25057 2002-09-19 Jim Blandy <jimb@redhat.com>
25058
25059 * gdb.base/charset.exp, gdb.base/charset.c: New files.
25060
25061 2002-09-19 Andrew Cagney <ac131313@redhat.com>
25062
25063 * gdb.gdb/complaints.exp: New file.
25064
25065 2002-09-18 Andrew Cagney <ac131313@redhat.com>
25066
25067 * gdb.base/maint.exp: Check `help maint internal-warning'.
25068
25069 2002-09-18 David Carlton <carlton@math.stanford.edu>
25070
25071 * gdb.c++/m-static.exp: Remove breakpoints depending on line
25072 numbers, and replace them by a single breakpoint after the
25073 constructors are all finished.
25074 Add test 4.
25075 * gdb.c++/m-static.cc: Add test 4.
25076 * gdb.c++/m-static.h: New file.
25077 * gdb.c++/m-static1.cc: New file.
25078
25079 * gdb.c++/printmethod.exp: New file.
25080 * gdb.c++/printmethod.cc: New file.
25081
25082 * gdb.c++/pr-574.exp: New file.
25083 * gdb.c++/pr-574.cc: New file.
25084
25085 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
25086
25087 * gdb.base/ending-run.exp: Add handling of "step to end of run" for
25088 embedded targets which never actually exit.
25089
25090 2002-09-18 Fernando Nasser <fnasser@redhat.com>
25091
25092 * gdb.base/ending-run.exp: Properly mark "continue after exit" and
25093 "don't step after run" as unresolved or unsupported, instead of xfail.
25094
25095 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
25096
25097 * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
25098 allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
25099 Add newline to expected string in "step out of main (status wrapper)"
25100 case.
25101
25102 2002-09-18 Corinna Vinschen <vinschen@redhat.com>
25103
25104 * lib/gdb.exp (rerun_to_main): Allow restarting application.
25105 * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
25106
25107 2002-09-17 Tom Tromey <tromey@redhat.com>
25108
25109 * gdb.base/printcmds.exp (test_print_string_constants): Expect
25110 \000, not \0, in double-quoted string.
25111
25112 2002-09-14 Corinna Vinschen <vinschen@redhat.com>
25113
25114 * gdb.base/commands.exp: Don't expect a "Program exited normally"
25115 string after running the commands execution on breakpoint tests.
25116
25117 2002-09-13 Corinna Vinschen <vinschen@redhat.com>
25118
25119 * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
25120
25121 2002-09-12 Joel Brobecker <brobecker@gnat.com>
25122
25123 * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
25124
25125 2002-09-10 Keith Seitz <keiths@redhat.com>
25126
25127 * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
25128 runto proc.
25129 (mi_run_to_main): Use mi_runto.
25130 (mi_execute_to): Renamed from mi_run_to. Changed all callers.
25131
25132 2002-09-10 Keith Seitz <keiths@redhat.com>
25133
25134 * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
25135 regexp for stopping at main. Could have multiple event notifications.
25136 Don't assume that main was declared with no parameters.
25137 (mi_next): Use mi_step_to.
25138 (mi_step): Use mi_next_to.
25139
25140 2002-09-09 Corinna Vinschen <vinschen@redhat.com>
25141
25142 * gdb.base/default.exp: Fix expected string in `info float' test.
25143
25144 2002-09-09 Ben Elliston <bje@redhat.com>
25145
25146 * config/mips.exp: Update comments.
25147 * config/mips-idt.exp: Likewise.
25148 * config/nind.exp: Likewise.
25149 * config/slite.exp: Likewise.
25150 * config/sparclet.exp: Likewise.
25151 * config/udi.exp: Likewise.
25152 * config/vx.exp: Likewise.
25153 * config/vxworks29k.exp: Likewise.
25154
25155 2002-09-05 Jim Blandy <jimb@redhat.com>
25156
25157 * gdb.threads/killed.exp: Fix test failure message.
25158
25159 2002-09-04 Keith Seitz <keiths@redhat.com>
25160
25161 * lib/mi-support.exp: Update copyright.
25162 (mi_gdb_test): Increase the priority of the expected pattern
25163 so that it matches gdb_test.
25164
25165 2002-09-03 Keith Seitz <keiths@redhat.com>
25166
25167 * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
25168 Use integer comparison instead of string comparison for testing
25169 whether binary was built.
25170
25171 2002-09-03 Jim Blandy <jimb@redhat.com>
25172
25173 * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
25174
25175 2002-08-29 Jim Blandy <jimb@redhat.com>
25176
25177 * gdb.threads/pthreads.exp: Move the portable thread compilation
25178 code into a function in lib/gdb.exp, and call that from here.
25179 * lib/gdb.exp (gdb_compile_pthreads): New function.
25180
25181 2002-08-29 Keith Seitz <keiths@redhat.com>
25182
25183 * lib/mi-support.exp (mi_gdb_test): Add global declaration for
25184 expect_out so that callers can get at it.
25185
25186 2002-08-23 Daniel Jacobowitz <drow@mvista.com>
25187
25188 * gdb.threads/print-threads.c: New file.
25189 * gdb.threads/print-threads.exp: New file.
25190 * gdb.threads/schedlock.c: New file.
25191 * gdb.threads/schedlock.exp: New file.
25192
25193 2002-08-22 Elena Zannoni <ezannoni@redhat.com>
25194
25195 * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
25196 not altivec.c.
25197
25198 2002-08-17 Mark Kettenis <kettenis@gnu.org>
25199
25200 * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
25201 targets. The problem should be fixed now.
25202
25203 2002-08-15 Mark Kettenis <kettenis@gnu.org>
25204
25205 * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
25206 2002-07-24 change that removes final dots from error messages.
25207
25208 2002-08-13 Tom Tromey <tromey@redhat.com>
25209
25210 * gdb.base/readline.exp: New file.
25211
25212 2002-08-01 Andrew Cagney <ac131313@redhat.com>
25213
25214 * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
25215 supress message.
25216
25217 2002-08-01 Andrew Cagney <cagney@redhat.com>
25218
25219 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
25220 CHILL_FOR_TARGET and CHILL_LIB.
25221 * configure.in (configdirs): Remove gdb.chill.
25222 * configure: Regenerate.
25223 * lib/gdb.exp: Obsolete references to chill.
25224 * gdb.fortran/types.exp: Ditto.
25225 * gdb.fortran/exprs.exp: Ditto.
25226
25227 2002-07-30 Kevin Buettner <kevinb@redhat.com>
25228
25229 * gdb.base/shlib-call.exp (additional_flags): Conditionally
25230 set Irix-specific compile and link flags.
25231
25232 2002-07-29 Kevin Buettner <kevinb@redhat.com>
25233
25234 * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
25235 source files. The ``-o'' option doesn't work with the ``-E'' option
25236 when using the Irix compiler.
25237
25238 2002-07-19 Daniel Jacobowitz <drow@mvista.com>
25239
25240 * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
25241 Improve support for reusing an exec file. Copy exec file
25242 to target, and run gdbserver on the target instead of on the host.
25243
25244 2002-07-18 Jim Blandy <jimb@redhat.com>
25245
25246 * gdb.base/ending-run.exp: Don't expect to see the program end in
25247 some orderly fashion when we're running on a real stand-alone
25248 board.
25249
25250 * gdb.base/interrupt.exp: Correct logic for skipping tests on
25251 targets that don't support interrupts.
25252
25253 2002-07-10 Paul N. Hilfinger <hilfingr@otisco.mckusick.com>
25254
25255 * gdb.base/attach.exp: Add patterns to match output from /proc-based
25256 systems.
25257 Move comments in expect statements to inside the actions, so that they
25258 don't get matched against.
25259
25260 2002-07-10 Mark Kettenis <kettenis@gnu.org>
25261
25262 * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
25263 function when asleep" test.
25264
25265 2002-07-10 Andrew Cagney <ac131313@redhat.com>
25266
25267 * gdb.base/page.exp: Rewrite to handle problems with very long
25268 `info set' output. Update copyright.
25269
25270 2002-06-26 Andrew Cagney <ac131313@redhat.com>
25271
25272 * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
25273 gdb.threads-hp.
25274 * gdb.hp/configure: Regenerate.
25275 * gdb.hp/gdb.threads-hp/configure.in: Delete file.
25276 * gdb.hp/gdb.threads-hp/configure: Delete file.
25277 * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
25278
25279 2002-06-22 Andrew Cagney <ac131313@redhat.com>
25280
25281 * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
25282 setlocale, bindtextdomain and textdomain.
25283
25284 2002-06-11 Jim Blandy <jimb@redhat.com>
25285
25286 * lib/gdb.exp (get_debug_format): Tolerate message saying whether
25287 preprocessor macro information is present.
25288
25289 * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
25290 tests.
25291
25292 2002-06-06 Michael Snyder <msnyder@redhat.com>
25293
25294 * gdb.base/overlays.exp: Record addresses of overlay
25295 functions in TCL variables rather than in GDB variables,
25296 to avoid having GDB convert them to pointers (with loss
25297 of information).
25298
25299 * gdb.base/d10v.ld: Merge in several years worth of
25300 default linker script changes.
25301 * gdb.base/long_long.exp: Add check for sizeof (long double).
25302
25303 2002-06-06 Michal Ludvig <mludvig@suse.cz>
25304
25305 * gdb.asm/asm-source.exp: Add x86-64 target.
25306 * gdb.asm/x86_64.inc: New.
25307
25308 2002-05-30 Michael Chastain <mec@shout.net>
25309
25310 From Benjamin Kosnik <bkoz@redhat.com>:
25311 * gdb.c++/m-static.cc: New file.
25312 * gdb.c++/m-static.exp: New file.
25313
25314 2002-05-28 Michael Snyder <msnyder@redhat.com>
25315
25316 * gdb.base/call-ar-st.exp: Allow for reduced floating point
25317 precision.
25318
25319 2002-05-27 Michael Chastain <mec@shout.net>
25320
25321 From Benjamin Kosnik <bkoz@redhat.com>:
25322 * gdb.c++/m-data.cc: New file.
25323 * gdb.c++/m-data.exp: New file.
25324
25325 2002-05-27 Michael Chastain <mec@shout.net>
25326
25327 From Benjamin Kosnik <bkoz@redhat.com>:
25328 * gdb.c++/try_catch.cc: New file.
25329 * gdb.c++/try_catch.exp: New file.
25330
25331 2002-05-27 Michael Chastain <mec@shout.net>
25332
25333 * gdb.c++/local.exp: Accept more nested types in output.
25334
25335 2002-05-26 Michael Chastain <mec@shout.net>
25336
25337 * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
25338
25339 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
25340
25341 * lib/gdb.exp (gdb_wrapper_init): Just because
25342 gdb_wrapper_file exists, this does not mean that the file
25343 should not be rebuilt. That is what gdb_wrapper_initialized
25344 is for.
25345 (default_gdb_init): Reset gdb_wrapper_initialized.
25346
25347 2002-05-23 Michael Snyder <msnyder@redhat.com>
25348
25349 * gdb.base/all-bin.exp: Revise previous patch by just reducing
25350 the precision of the floating point test results.
25351 * gdb.base/call-rt-st.exp: Ditto.
25352
25353 * gdb.base/all-bin.exp: Allow for reduced floating point precision.
25354 * gdb.base/call-rt-st.exp: Ditto.
25355
25356 2002-05-19 Michael Chastain <mec@shout.net>
25357
25358 * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
25359
25360 2002-05-19 Elena Zannoni <ezannoni@redhat.com>
25361
25362 * configure.in (configdirs): Add gdb.arch.
25363 * configure: Regenerate.
25364
25365 2002-05-17 Jim Blandy <jimb@redhat.com>
25366
25367 * gdb.base/completion.exp: Recognize the more detailed error
25368 messages produced by the macro expander's lexical analyzer.
25369
25370 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
25371
25372 * gdb.arch/altivec-abi.c: New file.
25373 * gdb.arch/altivec-abi.exp: New file.
25374 * gdb.arch/altivec-regs.c: New file.
25375 * gdb.arch/altivec-regs.exp: New file.
25376
25377 2002-05-14 Daniel Jacobowitz <drow@mvista.com>
25378
25379 * gdb.base/maint.exp (maint print type): Update for new type
25380 structure.
25381
25382 2002-05-14 Elena Zannoni <ezannoni@redhat.com>
25383
25384 * gdb.arch: New directory.
25385 * gdb.arch/configure.in: New file.
25386 * gdb.arch/configure: New file.
25387 * gdb.arch/Makefile.in: New file.
25388
25389 2002-05-13 Corinna Vinschen <vinschen@redhat.com>
25390
25391 * gdb.asm/asm-source.exp: Add v850 as supported target.
25392 * gdb.asm/v850.inc: New file.
25393
25394 2002-05-13 Daniel Jacobowitz <drow@mvista.com>
25395
25396 * gdb.c++/annota2.exp (annotate-quit): Add comment.
25397
25398 2002-05-12 Daniel Jacobowitz <drow@mvista.com>
25399
25400 * gdb.base/break.exp: Check 'break "marker2"'.
25401
25402 2002-05-10 Michael Snyder <msnyder@redhat.com>
25403
25404 * gdb.base/long_long.exp: Fix typo.
25405
25406 2002-05-10 Jim Blandy <jimb@redhat.com>
25407
25408 * gdb.base/printcmds.exp: Don't xfail the ptype command. This is
25409 a bug.
25410
25411 * gdb.base/printcmds.exp (test_integer_literals_rejected):
25412 Recognize more detailed error message produced by the macro
25413 expander's lexical analyzer.
25414 * lib/gdb.exp (test_print_reject): Same.
25415
25416 2002-05-09 Mark Kettenis <kettenis@gnu.org>
25417
25418 * gdb.c++/method.exp: Fix typo.
25419
25420 2002-05-08 Michael Snyder <msnyder@redhat.com>
25421
25422 * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
25423 * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
25424 * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
25425 * gdb.base/long_long.exp: Merge clauses for arm and xscale.
25426 Add iftarget clause for strongarm.
25427
25428 2002-05-06 Michael Snyder <msnyder@redhat.com>
25429
25430 * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
25431 (gdb_continue_to_end): Accept output from status wrapper.
25432 * gdb.base/ending-run.exp: Add case for output from status wrapper.
25433 Clean up fail messages to match pass messages.
25434
25435 Enable the "needs_status_wrapper" testsuite feature.
25436 * lib/gdb.exp (gdb_wrapper_init): New procedure.
25437 (gdb_compile): Conditionally call gdb_wrapper_init.
25438 * gdb.base/a2-run.exp: Recognize output from status wrapper.
25439 * gdb.c++/method.exp: Recognize output from status wrapper.
25440
25441 2002-05-06 Ben Elliston <bje@redhat.com>
25442 From Graydon Hoare <graydon@redhat.com>
25443
25444 * config/sid.exp: Include support for "rawsid" protocol.
25445
25446 2002-05-03 Jim Blandy <jimb@redhat.com>
25447
25448 * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
25449 * gdb.c++/hang3.C: New file.
25450
25451 2002-05-04 Andrew Cagney <ac131313@redhat.com>
25452
25453 * gdb.base/default.exp: Remove obsolete code.
25454 * gdb.c++/misc.exp: Ditto. Update copyright.
25455 * gdb.c++/cplusfuncs.exp: Ditto. Update copyright.
25456 * gdb.base/whatis.exp: Ditto. Update copyright.
25457 * gdb.base/scope.exp: Ditto. Update copyright.
25458 * gdb.base/ptype.exp: Ditto. Update copyright.
25459 * gdb.base/printcmds.exp: Ditto. Update copyright.
25460 * gdb.base/opaque.exp: Ditto. Update copyright.
25461 * gdb.base/list.exp: Ditto.
25462 * gdb.base/funcargs.exp: Ditto. Update copyright.
25463 * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
25464 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
25465 * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
25466 * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
25467 * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
25468 * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
25469
25470 2002-05-02 Michael Snyder <msnyder@redhat.com>
25471
25472 * gdb.base/watchpoint.exp: Add xscale target.
25473 * gdb.base/long_long.exp: Add xscale target.
25474 * gdb.base/default.exp: Add xscale target.
25475
25476 2002-05-01 Jim Blandy <jimb@redhat.com>
25477
25478 * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
25479 gdb.c++/hang.exp: New test.
25480
25481 2002-05-01 Fred Fish <fnf@redhat.com>
25482
25483 * gdb.base/completion.exp: Handle completions of "./Make" for
25484 more than one completion possibility, as is the case when we
25485 build and test in the source tree.
25486
25487 2002-04-29 Anthony Green <green@redhat.com>
25488
25489 * gdb.java/jmisc1.exp: New file.
25490 * gdb.java/jmisc2.exp: New file.
25491
25492 2002-04-24 Daniel Jacobowitz <drow@mvista.com>
25493
25494 * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
25495
25496 2002-04-23 Elena Zannoni <ezannoni@redhat.com>
25497
25498 * gdb.base/help.exp: Change 'help status' to allow for target
25499 dependent output differences.
25500
25501 2002-04-22 Michael Chastain <mec@shout.net>
25502
25503 * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
25504
25505 2002-04-22 Michael Chastain <mec@shout.net>
25506
25507 * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
25508
25509 2002-04-17 David S. Miller <davem@redhat.com>
25510
25511 * gdb.asm/sparc64.inc: New file.
25512 * gdb.asm/asm-source.exp: Handle sparc64-*-*.
25513
25514 2002-04-19 Elena Zannoni <ezannoni@redhat.com>
25515
25516 * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
25517 instruction file directly into the build tree. Clean up at end of
25518 test.
25519
25520 2002-04-18 David S. Miller <davem@redhat.com>
25521
25522 * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
25523 handle 64-bit platforms correctly.
25524 * gdb.base/maint.exp: Likewise.
25525
25526 2002-04-18 Kevin Buettner <kevinb@redhat.com>
25527
25528 * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
25529 ``-fpic'' when compiling files comprising a shared library, but
25530 it does need additional linker flags in order to find shared
25531 libraries at run time.
25532
25533 2002-04-18 Kevin Buettner <kevinb@redhat.com>
25534
25535 * gdb.base/cvexpr.c (use): New function.
25536 (main): Invoke use() on all global variables to prevent
25537 some linkers from deleting these otherwise unused symbols.
25538
25539 2002-04-17 Michael Chastain <mec@shout.net>
25540 From David S. Miller <davem@redhat.com>
25541
25542 * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
25543 handle 64-bit platforms correctly.
25544
25545 2002-04-12 Michael Snyder <msnyder@redhat.com>
25546 From Jim Blandy <jimb@redhat.com>
25547 * gdb.base/foo.c (foox): Remove section attribute; the linker
25548 script can handle this instead.
25549 * gdb.base/bar.c (barx): Same.
25550 * gdb.base/baz.c (bazx): Same.
25551 * gdb.base/grbx.c (grbxx): Same.
25552
25553 * gdb.base/overlays.exp: New test: check that GDB's manual overlay
25554 manager doesn't automatically unmap overlays unnecessarily.
25555
25556 2002-04-10 Martin M. Hunt <hunt@redhat.com>
25557
25558 * gdb.base/ending-run.exp: Fix pattern for Mips targets
25559 stepping out of main.
25560
25561 2002-04-09 Michael Chastain <mec@shout.net>
25562
25563 * gdb.c++/local.cc (main): Move call to marker1() inside nested
25564 scope so that the nested scope tests will make sense.
25565 * gdb.c++/local.exp: Write patterns that actually work with gcc
25566 (the HP patterns "were never known to work with gcc").
25567 Keep the old aCC patterns too.
25568
25569 2002-04-09 Daniel Jacobowitz <drow@mvista.com>
25570
25571 * gdb.base/attach.exp: Correct target board test.
25572
25573 2002-04-08 Michael Chastain <mec@shout.net>
25574
25575 * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
25576 in a const method. Add some xfail and fail cases for configurations
25577 that do not emit the "const ...".
25578
25579 2002-04-07 Michael Chastain <mec@shout.net>
25580
25581 * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
25582 Accept "A * const" and "const A * const" as type of "this".
25583 Fix spelling of getFunky throughout. Make messages uniform.
25584
25585 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
25586
25587 Work around for PR gdb/285:
25588 * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
25589
25590 2002-04-07 Elena Zannoni <ezannoni@redhat.com>
25591
25592 * gdb.asm/asm-source.exp: Build symbolic link to arch specific
25593 instructions file at run time instead of configure time.
25594 Sometimes we run the test in a directory that is not the one we
25595 configured in.
25596 * gdb.asm/configure.in: Delete creation of symlink.
25597 * gdb.asm/configure: Regenerate.
25598
25599 2002-04-05 J. Brobecker <brobecker@gnat.com>
25600
25601 * gdb.gdb/xfullpath.exp: New test, to exercise the new
25602 xfullpath () function.
25603
25604 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
25605
25606 * gdb.asm/Makefile.in: Correct dependencies.
25607
25608 * gdb.asm/powerpc.inc: New file.
25609 * gdb.asm/asm-source.exp: Add PowerPC.
25610 * gdb.asm/configure.in: Likewise.
25611 * gdb.asm/configure: Regenerated.
25612
25613 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
25614
25615 * gdb.base/relocate.exp: New file.
25616 * gdb.base/relocate.c: New file.
25617
25618 2002-04-04 Fred Fish <fnf@redhat.com>
25619
25620 * gdb.base/step-test.exp: Update comment regarding stopping in
25621 memcpy/bcopy calls inserted as part of the compiler runtime.
25622
25623 2002-04-04 Michael Snyder <msnyder@redhat.com>
25624
25625 * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
25626
25627 2002-04-03 Daniel Jacobowitz <drow@mvista.com>
25628
25629 * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
25630 (gdb_expect): Remove $notransfer hack.
25631
25632 2002-04-02 Daniel Jacobowitz <drow@mvista.com>
25633
25634 * gdb.c++/classes.exp ("calling method for small class"): Match
25635 updated register output.
25636
25637 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
25638
25639 Fix PR gdb/452
25640 * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
25641 when finished. Make gdb_file_cmd send "exec-file" when
25642 appropriate.
25643
25644 2002-03-30 Daniel Jacobowitz <drow@mvista.com>
25645
25646 * gdb.base/attach.exp: Remove extra setup_xfail.
25647
25648 2002-03-26 Michael Snyder <msnyder@redhat.com>
25649
25650 * gdb.base/default.exp: Add tests for dump, append, and restore.
25651 * gdb.base/help.exp: Add tests for dump, append, and restore.
25652 * gdb.base/dump.exp: New file, test dump, append and restore.
25653 * gdb.base/dump.c: New file.
25654
25655 2002-03-27 Michael Snyder <msnyder@redhat.com>
25656
25657 * gdb.base/help.exp: Modify expect strings to reflect
25658 clean-ups in help messages.
25659
25660 2002-03-26 Fred Fish <fnf@redhat.com>
25661
25662 * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
25663 have debugging info for those functions and the compiler uses them
25664 internally to copy structs around.
25665
25666 2002-03-26 Fred Fish <fnf@redhat.com>
25667
25668 * gdb.base/list.exp: Revert the change made yesterday and add note
25669 about why we don't list the default lines for remote targets.
25670
25671 2002-03-25 Michael Snyder <msnyder@redhat.com>
25672
25673 * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
25674
25675 2002-03-25 Fred Fish <fnf@redhat.com>
25676
25677 * gdb.base/list.exp: This test works on remote targets so remove
25678 the short circuit for remote targets. Update copyright.
25679
25680 2002-03-25 Fred Fish <fnf@redhat.com>
25681
25682 * gdb.base/attach.exp: Fix logic error that was suppressing this
25683 test for all non hppa*-*-hpux* targets, instead of the hp target.
25684 Move comments closer to the suppression point. Also now need to
25685 check that we are running natively.
25686
25687 2002-03-22 Michael Snyder <msnyder@redhat.com>
25688
25689 * gdb.base/default.exp: Add test for gcore. Update copyright.
25690 * gdb.base/help.exp: Add test for gcore. Update copyright.
25691
25692 2002-03-06 Fred Fish <fnf@redhat.com>
25693
25694 * gdb.base/funcargs.c: Remove extraneous ';' character.
25695 * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
25696
25697 2002-03-04 Michael Chastain <mec@shout.net>
25698
25699 * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
25700 accommodate gcc v3 function signature.
25701 * gdb.mi/mi0-var-cmd-exp: Ditto.
25702
25703 2002-02-24 Andrew Cagney <ac131313@redhat.com>
25704
25705 * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
25706 ``GNU/Linux'' or ``Linux kernel''
25707 * testsuite/gdb.threads/pthreads.c: Ditto.
25708
25709 2002-02-24 Michael Chastain <mec@shout.net>
25710
25711 * gdb.threads/pthreads.c (thread1): Add a return statement.
25712 (thread2): Likewise.
25713 (foo): Likewise.
25714
25715 2002-02-23 Michael Chastain <mec@shout.net>
25716
25717 * gdb.threads/linux-dp.c (philosopher): Add a return statement
25718 to placate gcc.
25719
25720 2002-02-23 Michael Chastain <mec@shout.net>
25721
25722 * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
25723 test "ptype bint". The test passes on all my stabs configurations.
25724
25725 2002-02-21 Jim Blandy <jimb@redhat.com>
25726
25727 * gdb.asm/asm-source.exp: Parse the output from `info sources' one
25728 filename at a time, and watch for the ones we want to see.
25729
25730 * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
25731 types of pointers to prototyped functions.
25732
25733 2002-02-20 Andrew Cagney <ac131313@redhat.com>
25734
25735 * gdb.base/sizeof.c (main): Call fill_structs. Print value of
25736 signed, unsigned and straight char.
25737 (padding_char, padding_short, padding_int, padding_long,
25738 padding_long_long, padding_float, padding_double,
25739 padding_long_double): New global variables.
25740 (fill, fill_structs): New functions.
25741
25742 * gdb.base/sizeof.exp: Check for signed and unsigned char. Check
25743 for correctly sized writes. Update copyright.
25744 (get_valueof): New procedure.
25745 (get_sizeof): Call get_valueof.
25746 (check_valueof): New procedure.
25747 (check_padding): New procedure.
25748
25749 2002-02-20 Michael Chastain <mec@shout.net>
25750
25751 * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
25752 to setup_xfail. Document some of the remaining calls.
25753
25754 2002-02-18 Michael Chastain <mec@shout.net>
25755
25756 * gdb.c++/userdef.exp: Update copyright year.
25757
25758 2002-02-18 Daniel Jacobowitz <drow@mvista.com>
25759
25760 * gdb.c++/userdef.exp: Test overloaded operators properly.
25761 Remove xfails.
25762
25763 2002-02-14 Michael Snyder <msnyder@redhat.com>
25764
25765 * gdb.base/gcore.exp: Relax recognition of function breakpoint.
25766
25767 2002-02-14 Daniel Jacobowitz <drow@mvista.com>
25768
25769 * gdb.base/a2-run.exp: Check for a remote target properly.
25770 * gdb.base/annota1.exp: Likewise.
25771 * gdb.base/list.exp: Likewise.
25772 * gdb.base/reread.exp: Likewise.
25773 * gdb.base/scope.exp: Likewise.
25774 * gdb.base/shlib-call.exp: Likewise.
25775 * gdb.base/term.exp: Likewise.
25776 * gdb.c++/annota2.exp: Likewise.
25777
25778 2002-02-13 Richard Earnshaw <rearnsha@arm.com>
25779
25780 * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
25781
25782 2002-02-10 Michael Chastain <mec@shout.net>
25783
25784 * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
25785 (call_after_alloca): Ditto.
25786
25787 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
25788
25789 * gdb.base/ending-run.exp: Guard "cont" test with
25790 gdb_skip_stdio_test.
25791
25792 2002-02-06 Jim Blandy <jimb@redhat.com>
25793
25794 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
25795 from here...
25796 * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
25797 To here. Disable this test on non-HP platforms. Add big comment.
25798
25799 2002-02-04 Michael Snyder <msnyder@redhat.com>
25800
25801 * gdb.base/ovlymgr.c (ovly_copy): Generalize for targets
25802 other than d10v and m32r.
25803
25804 2002-02-02 Richard Earnshaw <rearnsha@arm.com>
25805
25806 * gdb.base/default.exp: Rewrite test patterns to reduce time
25807 taken to match them.
25808
25809 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
25810
25811 * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
25812 Allow a start function above main.
25813 * gdb.threads/linux-dp.exp: Fix copyright date.
25814
25815 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
25816
25817 * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
25818 (check_philosopher_stack): Check for manager thread before checking
25819 for a just-starting thread.
25820
25821 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
25822
25823 From Neil Booth <neil@daikokuya.demon.co.uk>:
25824 * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
25825 warnings.
25826
25827 2002-01-21 Fred Fish <fnf@redhat.com>
25828
25829 * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
25830 not caller.
25831
25832 2002-01-21 Jim Blandy <jimb@redhat.com>
25833
25834 * gdb.base/reread.exp: Check that GDB properly re-reads the
25835 executable file when it changes while no inferior is running.
25836
25837 2002-01-21 Fred Fish <fnf@redhat.com>
25838
25839 * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
25840 optionally accept the "shlib events" variation.
25841
25842 2002-01-21 Jim Blandy <jimb@redhat.com>
25843
25844 * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
25845 call `fflush' after every `printf', so that the output is produced
25846 at predictable points, regardless of whatever buffering does (or
25847 doesn't) take place.
25848 * gdb.base/ending-run.exp: Adjust tests to expect output to appear
25849 at different points.
25850
25851 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
25852
25853 * gdb.c++/inherit.exp: Update copyright years.
25854 * gdb.c++/method.exp: Likewise.
25855
25856 2002-01-20 Daniel Jacobowitz <drow@mvista.com>
25857
25858 * gdb.c++/classes.exp: Update for improved v3 support and skipping
25859 artificial methods/arguments.
25860 * gdb.c++/derivation.exp: Likewise.
25861 * gdb.c++/inherit.exp: Likewise.
25862 * gdb.c++/method.exp: Likewise.
25863 * gdb.c++/virtfunc.exp: Likewise.
25864
25865 2002-01-18 Andrew Cagney <ac131313@redhat.com>
25866
25867 * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
25868 * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
25869 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
25870 * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
25871 * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
25872 * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
25873
25874 2002-01-17 Jim Blandy <jimb@redhat.com>
25875
25876 * gdb.asm/asm-source.exp (info symbol): Take another shot at
25877 anchoring the pattern matching the entry point symbol's name.
25878
25879 2002-01-17 Andrew Cagney <ac131313@redhat.com>
25880
25881 * gdb.base/maint.exp: Update ``maint internal-error'' to match
25882 continue/quit query. Update copyright.
25883
25884 2002-01-14 Michael Snyder <msnyder@redhat.com>
25885
25886 * gdb.base/gcore.exp: Remove extra debugging output.
25887
25888 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
25889
25890 * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
25891 for slightly dubious v2 mangled string.
25892
25893 2002-01-13 Daniel Jacobowitz <drow@mvista.com>
25894
25895 * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
25896
25897 2002-01-10 Jason Merrill <jason@redhat.com>
25898
25899 * gdb.c++/namespace.exp: Accept trailing const for 'this'.
25900
25901 * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
25902 constructors.
25903 * gdb.c++/derivation.exp: Likewise.
25904 * gdb.c++/templates.exp: Likewise.
25905 * gdb.c++/virtfunc.exp: Likewise.
25906
25907 2002-01-10 Michael Snyder <msnyder@redhat.com>
25908
25909 * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
25910
25911 2002-01-08 Michael Snyder <msnyder@redhat.com>
25912
25913 * gdb.base/gcore.exp: New test for generate-core-file command.
25914 * gdb.base/gcore.c: Testcase for above.
25915 * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
25916
25917 2002-01-08 Jason Merrill <jason@redhat.com>
25918
25919 * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
25920
25921 2002-01-07 Fred Fish <fnf@redhat.com>
25922
25923 * gdb.c++/overload.exp: Remove unconditional xfails for:
25924 print foo_instance1.overloadargs(1)
25925 print foo_instance1.overloadargs(1, 2)
25926 print foo_instance1.overloadargs(1, 2, 3)
25927 print foo_instance1.overloadargs(1, 2, 3, 4)
25928 print foo_instance1.overloadargs(1, 2, 3, 4, 5)
25929 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
25930 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
25931 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
25932 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
25933 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
25934 print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
25935 print foo_instance1.overload1arg()
25936 print foo_instance1.overload1arg((char)arg2)
25937 print foo_instance1.overload1arg((signed char)arg3)
25938 print foo_instance1.overload1arg((unsigned char)arg4)
25939 print foo_instance1.overload1arg((int)arg7)
25940 print foo_instance1.overload1arg((unsigned int)arg8)
25941 print foo_instance1.overload1arg((float)arg11)
25942 print foo_instance1.overload1arg((double)arg12)
25943
25944 2002-01-07 Michael Snyder <msnyder@redhat.com>
25945
25946 * gdb.base/huge.exp: New test. Print a very large target data object.
25947 (skip_huge_test): New test variable. Define if you want to skip this
25948 test. The test reads an 8 megabyte data object from the target, so it
25949 might be very time consuming on remote targets with a slow connection.
25950 * gdb.base/huge.c: New file. Test case for above.
25951
25952 2002-01-07 Fred Fish <fnf@redhat.com>
25953
25954 * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
25955 g_instance.bfoo, and g_instance.cfoo.
25956
25957 2002-01-07 Jeffrey A Law <law@redhat.com>
25958
25959 * gdb.base/break.c (multi_line_if_conditional): New function.
25960 (multi_ilne_while_conditional): Likewise.
25961 * gdb.base/break.exp: Verify that a breakpoint on a multi-line
25962 IF or WHILE condition puts the breakpoint at the start of
25963 the condition.
25964
25965 * gdb.base/selftest.exp (backtrace through signal handler): Remove
25966 hppa*-*-hpux* expected failure.
25967 * gdb.base/structs.exp (do_function_calls): Similarly.
25968
25969 * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
25970 watchpoints.
25971
25972 2002-01-06 Andrew Cagney <ac131313@redhat.com>
25973
25974 Fix PR gdb/66.
25975 * gdb.base/structs.exp: Replace skip for a29k with skip for
25976 gdb,cannot_call_functions.
25977 * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
25978 * gdb.base/callfuncs.exp: Ditto.
25979 * gdb.base/call-rt-st.exp: Ditto.
25980 * gdb.base/call-strs.exp: Ditto.
25981 * gdb.base/callfwmall.exp: Ditto.
25982 * gdb.base/scope.exp: Obsolete xfail a29k.
25983 * gdb.c++/misc.exp: Ditto.
25984 * gdb.c++/cplusfuncs.exp: Ditto.
25985 * gdb.base/ptype.exp: Ditto.
25986 * gdb.base/printcmds.exp: Ditto.
25987 * gdb.base/opaque.exp: Ditto.
25988 * gdb.base/list.exp: Ditto.
25989 * gdb.base/funcargs.exp: Ditto.
25990 * gdb.base/default.exp: Ditto.
25991
25992 2002-01-04 Michael Snyder <msnyder@redhat.com>
25993
25994 * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
25995 * gdb.base/maint.exp: Add tests for maint info sections options.
25996
25997 Fri Dec 21 09:42:11 2001 Jeffrey A Law (law@redhat.com)
25998
25999 * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
26000
26001 2001-12-20 Corinna Vinschen <vinschen@redhat.com>
26002
26003 * gdb.asm/arm.inc: New file.
26004 * gdb.asm/asm-source.exp: Add arm targets.
26005 * gdb.asm/configure.in: Ditto.
26006 * gdb.asm/configure: Recreated from configure.in.
26007
26008 Thu Dec 20 09:54:36 2001 Jeffrey A Law (law@redhat.com)
26009
26010 * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
26011 with HP's compiler.
26012 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
26013 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
26014 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
26015 * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
26016
26017 * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
26018 either HP's compilers or GCC.
26019
26020 * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
26021 a SIGBUS or SIGSEGV.
26022
26023 * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
26024
26025 * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
26026 can be compiled with either HP's compiler or GCC.
26027
26028 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
26029 * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
26030 * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
26031
26032 * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
26033 to match current gdb output. Update due to using auto-solib-limit
26034 for limiting instead of overloading auto-solib-add.
26035 * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
26036 test program.
26037
26038 * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
26039 * gdb.hp/gdb.base-hp/dollar.exp: Likewise
26040 * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
26041 * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
26042 * gdb.hp/gdb.base-hp/reg.exp: Likewise.
26043 * gdb.hp/gdb.compat/xdb3.exp: Likewise.
26044 * gdb.hp/gdb.defects/bs15503.exp: Likewise.
26045 * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
26046 * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
26047 * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
26048 * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
26049 * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
26050 * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
26051
26052 * gdb.base/annota1.exp: Expect failure for hpux11 when posting
26053 a SIGTRAP to the inferior.
26054
26055 2001-12-19 Corinna Vinschen <vinschen@redhat.com>
26056
26057 * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
26058 Substitute call to target_link by call to gdb_compile.
26059
26060 Wed Dec 19 14:10:57 2001 Jeffrey A Law (law@redhat.com)
26061
26062 * gdb.base/break.exp: Fix HP specific search string when testing
26063 backtracing in a called function.
26064
26065 * gdb.base/constvars.exp: Only set lang to C++ if we're
26066 compiling the test with HP's compilers.
26067 * gdb.base/volatile.exp: Similarly.
26068
26069 2001-12-19 Jim Blandy <jimb@redhat.com>
26070
26071 * gdb.base/printcmds.exp: Expect the null character to be printed
26072 as '\0', and the '\013' to be printed as '\v'.
26073 * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
26074 * gdb.base/setvar.exp: Same.
26075
26076 2001-12-17 Jim Blandy <jimb@redhat.com>
26077
26078 * gdb.base/completion.exp: Rather than completing very long
26079 filenames, which can make the readline library produce output we
26080 don't recognize, cd to the directory first, and then complete
26081 using nice, short relative paths.
26082
26083 * gdb.base/completion.exp: On some systems, there is, in fact, a
26084 variable named `b' in scope, since GDB treats all static
26085 variables as being in scope. So use `no_var_named_this'
26086 instead of `b'.
26087
26088 * gdb.base/corefile.exp: Recognize the message saying that GDB
26089 can't find the core file's registers as a failure.
26090
26091 2001-12-13 Jackie Smith Cashion <jsmith@redhat.com>
26092
26093 * gdb.base/commands.exp (user_defined_command_test): Make "show user"
26094 test expect string more specific.
26095
26096 2001-12-13 Corinna Vinschen <vinschen@redhat.com>
26097
26098 * gdb.asm/asm-source.exp: Add support for xstormy16.
26099 * gdb.asm/configure.in: Ditto.
26100 * gdb.asm/configure: Rebuild.
26101 * gdb.asm/xstormy16.inc: New file.
26102
26103 2001-12-10 Fred Fish <fnf@redhat.com>
26104
26105 * gdb.base/maint.exp: Update to match changes in type dumping code.
26106
26107 2001-12-10 Jim Blandy <jimb@redhat.com>
26108
26109 * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
26110 matching the entry point symbol's name at the beginning of the
26111 line.
26112
26113 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
26114
26115 * gdb.c++/classes.exp, gdb.c++/derivation.exp,
26116 gdb.c++/inherit.exp, gdb.c++/method.exp,
26117 gdb.c++/namespace.exp, gdb.c++/templates.exp,
26118 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
26119 and class layout support.
26120
26121 2001-12-07 Daniel Jacobowitz <drow@mvista.com>
26122
26123 * gdb.c++/classes.exp: Add test for static member function.
26124 * gdb.c++/misc.cc: Add class with static member function.
26125
26126 2001-12-07 Jim Blandy <jimb@redhat.com>
26127
26128 If GDB says it can't find the struct the function returned, report
26129 those tests as `unsupported'.
26130 * gdb.base/call-rt-st.exp (print_struct_call): New function.
26131 Rewrite subsequent tests to use it.
26132
26133 If GDB says it can't find the struct the function returned, report
26134 those tests as `unsupported'.
26135 * gdb.base/structs.exp (call_struct_func): New function.
26136 (do_function_calls): Use call_struct_func to call the functions
26137 returning structs.
26138
26139 * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
26140 whether functions are prototyped or not, so we can't possibly pass
26141 arguments to t_float_values2 properly.
26142
26143 * gdb.base/break.exp: (test_next_with_recursion): Don't change the
26144 value of `timeout' for targets other than the mips*tx39-*.
26145
26146 2001-12-06 Michael Snyder <msnyder@redhat.com>
26147
26148 * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
26149 and detect whether the start symbol has a leading underscore.
26150
26151 2001-12-04 Jim Blandy <jimb@redhat.com>
26152
26153 * gdb.base/completion.exp: Clarify indentation.
26154
26155 2001-12-03 Jim Blandy <jimb@redhat.com>
26156
26157 * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
26158 variables on the S/390, not `.word'.
26159
26160 2001-11-30 Jim Blandy <jimb@redhat.com>
26161
26162 Add assembly-source tests for s390-ibm-linux.
26163 * gdb.asm/s390.inc: New file.
26164 * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
26165 the S/390 architecture.
26166 * gdb.asm/configure: Regenerated.
26167
26168 2001-11-30 Michael Snyder <msnyder@redhat.com>
26169
26170 * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
26171 next, info source, info sources, info line, global and static
26172 variables, and static functions.
26173 * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
26174 * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
26175 * gdb.asm/asmsrc1.s: Add a static function and some variables.
26176 * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
26177 * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
26178 (gdbasm_leave): Restore frame pointer.
26179 (gdbasm_startup): Copy stack set-up from crt0.S.
26180
26181 2001-11-26 Fernando Nasser <fnasser@redhat.com>
26182
26183 From 2001-11-12 Jackie Smith Cashion <jsmith@redhat.com>:
26184 * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
26185 to a local (non-static) variable. Copy tstruct.a to a static buffer
26186 and return a pointer to that buffer.
26187 * gdb.base/callfwmall.c (t_structs_a): Ditto.
26188
26189 2001-11-24 Mark Kettenis <kettenis@gnu.org>
26190
26191 * gdb.asm/configure.in: Fix recognition of ix86 target.
26192 * gdb.asm/configure: Regenerate.
26193
26194 2001-11-21 Michael Snyder <msnyder@redhat.com>
26195
26196 * gdb.asm/sparc.inc: New file.
26197 * gdb.asm/asm-source.exp: Recognize sparc target.
26198 * gdb.asm/configure.in: Recognize sparc target.
26199 * gdb.asm/configure: Regenerate.
26200
26201 2001-11-21 Michael Snyder <msnyder@redhat.com>
26202
26203 * gdb.asm/m32r.inc: New file.
26204 * gdb.asm/asm-source.exp: Recognize m32r target.
26205 * gdb.asm/configure.in: Recognize m32r target.
26206 * gdb.asm/configure: Regenerate.
26207
26208 2001-11-20 Michael Snyder <msnyder@redhat.com>
26209
26210 * gdb.asm/i386.inc: New file.
26211 * gdb.asm/asm-source.exp: Recognize ix86 target.
26212 * gdb.asm/configure.in: Recognize ix86 target.
26213 * gdb.asm/configure: Regenerate.
26214
26215 * gdb.c++/namespace.exp: Fix quotes in output messages.
26216
26217 2001-11-14 Michael Snyder <msnyder@redhat.com>
26218
26219 * gdb.base/code-expr.exp: New file. Tests use of the "@code"
26220 qualifier in a type cast expression, to designate an address
26221 in the instruction space (Harvard architecture).
26222
26223 2001-11-13 Michael Snyder <msnyder@redhat.com>
26224
26225 * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
26226 Tests for expressions using 'const' and 'volatile'.
26227
26228 2001-11-13 Corinna Vinschen <vinschen@redhat.com>
26229
26230 * gdb.asm/asm-sources.exp: Allow defining linker flags.
26231
26232 2001-11-12 Daniel Jacobowitz <drow@mvista.com>
26233
26234 * lib/mi-support.exp (mi_run_to_helper): Move comments
26235 outside of gdb_expect.
26236
26237 2001-11-11 Daniel Jacobowitz <drow@mvista.com>
26238
26239 * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
26240 mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
26241 mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
26242 mi0_run_to): New functions.
26243 * gdb.mi/mi-simplerun.exp: Use them.
26244 * gdb.mi/mi0-simplerun.exp: Likewise.
26245 * gdb.mi/mi-var-cmd.exp: Likewise.
26246 * gdb.mi/mi0-var-cmd.exp: Likewise.
26247
26248 2001-11-10 Andrew Cagney <ac131313@redhat.com>
26249
26250 * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
26251 * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
26252
26253 2001-11-09 Andrew Cagney <ac131313@redhat.com>
26254
26255 * gdb.base/restore.exp: Include $expected value in restored test
26256 message.
26257
26258 2001-11-09 Andrew Cagney <ac131313@redhat.com>
26259
26260 * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
26261 implemented.
26262
26263 2001-11-08 Michael Snyder <msnyder@redhat.com>
26264
26265 * gdb.base/callfuncs.exp: Add tests for nested call dummies.
26266 Add pass/fail message for stop at breakpoint in call dummy function.
26267
26268 2001-11-07 Michael Snyder <msnyder@redhat.com>
26269
26270 * gdb.c++/templates.exp (test_template_breakpoints):
26271 If we get an overload menu, but it does not match what
26272 we expect, we still need to issue the "cancel" command.
26273 * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
26274 making the whitespace optional. Argument for "new" may be
26275 "unsigned" as well as "unsigned int/long".
26276 * gdb.c++/templates.exp: Replace "const &" with "const ?&",
26277 making the whitespace optional. Also replace "(void) with
26278 "((void|)), making the keyword "void" optional.
26279 * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
26280 making the whitespace optional. Also replace "(void) with
26281 "((void|)), making the keyword "void" optional.
26282 * gdb.base/callfuncs.c (t_float_values): This function must
26283 _not_ be prototyped, and the following function (t_float_values2)
26284 must be prototyped (if the compiler supports it), so that GDB
26285 can be tested against both cases. Usually one case involves
26286 promotion of float to double, while the other does not.
26287 * gdb.base/callfwmall.c: Ditto.
26288 * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
26289 includes a stack frame for "start".
26290
26291 2001-11-05 Jim Blandy <jimb@redhat.com>
26292
26293 * gdb.stabs/weird.exp: Delete "p v_comb" test. It assumes that
26294 pointers are 32 bits long, and that offsets of relocs are always
26295 stored in the data (REL-style), and not in the reloc entry itself
26296 (RELA-style).
26297 * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
26298 stabs.
26299
26300 2001-11-01 Michael Snyder <msnyder@redhat.com>
26301
26302 * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
26303 and regular expression operators by using quoting.
26304
26305 2001-10-31 Michael Snyder <msnyder@redhat.com>
26306
26307 * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
26308 depending on what the symbol table contains.
26309 * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
26310 the output of the ptype command. Similarly, accept both "const &"
26311 and "const&".
26312
26313 2001-10-31 Corinna Vinschen <vinschen@redhat.com>
26314
26315 * gdb.base/miscexprs.c (main): Add usage of preprocessor
26316 symbol `STORAGE' to allow to choose the storage class of
26317 the local datastructures.
26318 * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
26319 compiler directive.
26320
26321 2001-10-30 Michael Snyder <msnyder@redhat.com>
26322
26323 * gdb.base/jump.exp: Allow it to run for all targets.
26324
26325 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
26326
26327 * gdb.base/call-ar-st.c (print_double_array): Match for loop
26328 with new double_array size.
26329 (main): Change storage class of all local variables to static.
26330 Reduce size of double_array to 9.
26331 * gdb.base/call-ar-st.exp: Increase timeout value.
26332 Change expected output for double array to match new size in
26333 call-ar-st.c.
26334
26335 2001-10-29 Corinna Vinschen <vinschen@redhat.com>
26336
26337 * gdb.base/ending-run.exp: Create identical output when passing
26338 `step to end of run' case. Add regular expression branch satisfying
26339 Stormy16 target.
26340
26341 2001-10-28 Mark Kettenis <kettenis@gnu.org>
26342
26343 * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
26344 that we catch the expected failure under Linux/x86.
26345
26346 2001-10-29 Orjan Friberg <orjanf@axis.com>
26347
26348 * gdb.base/setvar.exp: Escape curly braces.
26349 * gdb.stabs/weird.exp: Ditto.
26350
26351 2001-10-27 Daniel Jacobowitz <drow@mvista.com>
26352
26353 * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
26354 * gdm.mi/mi0-hack-cli.exp: Likewise.
26355
26356 2001-10-25 Andrew Cagney <ac131313@redhat.com>
26357
26358 * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
26359 messages.
26360
26361 2001-10-21 Andrew Cagney <ac131313@redhat.com>
26362
26363 * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
26364 checking MI enabled.
26365
26366 2001-10-09 Corinna Vinschen <vinschen@redhat.com>
26367
26368 * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
26369
26370 2001-10-04 Frank Ch. Eigler <fche@redhat.com>
26371
26372 * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
26373 if gdb child process crashes, just signal an error.
26374
26375 2001-10-02 Jim Blandy <jimb@redhat.com>
26376
26377 * lib/gdb.exp (test_xfail_format): Simplify.
26378
26379 * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
26380 front of the variable name `format'. Simplify `if'.
26381
26382 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
26383
26384 * gdb.threads/pthreads.exp: Wait for output and delay
26385 before sending ^C.
26386
26387 2001-10-01 Daniel Jacobowitz <drow@mvista.com>
26388
26389 * gdb.mi/mi-var-display.exp (continue to incr_a): Recognize
26390 some incorrect output instead of timing out.
26391 * gdb.mi/mi-var-display.exp (continue to incr_a): Likewise.
26392
26393 2001-09-28 Corinna Vinschen <vinschen@redhat.com>
26394
26395 * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
26396 check to allow additional `int'.
26397
26398 2001-09-27 Daniel Jacobowitz <drow@mvista.com>
26399
26400 * gdb.base/completion.exp: Remove incorrect 'p "a' test.
26401 Add tests for 'p "break' (pass) and 'p "break.' (xfail).
26402
26403 2001-09-27 Michael Snyder <msnyder@redhat.com>
26404
26405 * lib/gdb.exp (test_debug_format): New proc.
26406 (setup_xfail_format): Use new proc test_debug_format.
26407 * gdb.base/constvars.exp (local_compiler_xfail_check): New
26408 proc; use new service proc test_debug_format.
26409 Replace all other "gcc_compiled" tests with this test.
26410 * gdb.base/volatile.exp (local_compiler_xfail_check): New
26411 proc; use new service proc test_debug_format.
26412 Replace all other "gcc_compiled" tests with this test.
26413
26414 2001-09-27 Michael Snyder <msnyder@redhat.com>
26415
26416 * gdb.base/cvexpr.exp: New file.
26417 * gdb.base/cvexpr.c: New file
26418 Test for expressions using const and volatile keywords.
26419
26420 2001-09-26 Corinna Vinschen <vinschen@redhat.com>
26421
26422 * gdb.base/constvars.exp: Check for different orders of keywords
26423 and additional "int" strings in output.
26424
26425 2001-09-22 Andrew Cagney <ac131313@redhat.com>
26426
26427 * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
26428 responses from "help maint".
26429
26430 2001-09-19 Frank Ch. Eigler <fche@redhat.com>
26431
26432 * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
26433 to localhost:NNN instead of :NNN, in case Xvfb is listening
26434 only on TCP.
26435
26436 2001-09-19 Corinna Vinschen <vinschen@redhat.com>
26437
26438 * gdb.base/recurse.exp: When checking leaving the watchpoint
26439 scope, recognize when gdb is in function's epilogue and pass.
26440
26441 2001-09-18 Keith Seitz <keiths@redhat.com>
26442
26443 * lib/insight-support.exp (_gdbtk_export_target_info): Add
26444 support for running tests against sid targets.
26445 (gdbtk_done): Ditto.
26446
26447 2001-09-18 Corinna Vinschen <vinschen@redhat.com>
26448
26449 * gdb.base/ending-run.c (main): Set stdout buffersize
26450 to the same reasonable value for any target.
26451 * gdb.base/ending-run.exp: Add a regular expression
26452 to make testsuite happy on Sanyo Stormy16 target.
26453
26454 2001-09-17 Corinna Vinschen <vinschen@redhat.com>
26455
26456 * gdb.base/display.c (do_loops): Add float variable `f'.
26457 Increment f in loop.
26458 * gdb.base/display.exp: Increment timeout by 60 seconds.
26459 Change float display test to use variable `f'.
26460
26461 2001-09-17 Jim Blandy <jimb@redhat.com>
26462
26463 * gdb.base/restore.exp: Use temporary breakpoints, to avoid
26464 overflowing the limited breakpoint tables on some ROM monitors
26465 (like the ROM68K).
26466
26467 2001-09-15 Frank Ch. Eigler <fche@redhat.com>
26468
26469 * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
26470 the "-ac" (disable access control) flag.
26471
26472 2001-08-30 Jeff Holcomb <jeffh@redhat.com>
26473
26474 * gdb.base/remote.c: Use a small buffer for targets with 16-bit
26475 ints.
26476
26477 2001-08-30 Keith Seitz <keiths@redhat.com>
26478
26479 * lib/gdb.exp: Move all insight-related functionality into
26480 separate file.
26481 * lib/insight-support.exp: New file.
26482
26483 2001-08-29 Frank Ch. Eigler <fche@redhat.com>
26484
26485 * config/sid.exp (sid_start): Never set sid verbosity; disable
26486 expect_background {} that consumed its stdout; tolerate </dev/null.
26487 Attempt to set endianness override in "sid" protocol mode. Cleanup.
26488
26489 2001-08-18 Andrew Cagney <ac131313@redhat.com>
26490
26491 * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
26492 CLI jump command to start it.
26493 (mi_run_to_main): Fail immediatly when unexpected output.
26494
26495 2001-08-18 Andrew Cagney <ac131313@redhat.com>
26496
26497 * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
26498 beginning of function. Fix PR gdb/191.
26499
26500 2001-08-16 Frank Ch. Eigler <fche@redhat.com>
26501
26502 * config/sid.exp (sid_start): Don't warn if we cannot figure out
26503 what to force sid endianness to.
26504
26505 2001-08-15 Keith Seitz <keiths@redhat.com>
26506
26507 * lib/gdb.exp (gdbtk_start): Don't set environment
26508 variables for TCL_LIBRARY and friends. Insight will
26509 now figure these out for itself.
26510
26511 2001-08-02 Michael Snyder <msnyder@redhat.com>
26512
26513 * gdb.base/completion.exp: Remove the symbol "a64l" from
26514 the expect string; this is target-specific, and not related
26515 to what is being tested.
26516
26517 2001-08-02 Dave Brolley <brolley@redhat.com>
26518
26519 * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
26520
26521 2001-07-25 Michael Snyder <msnyder@redhat.com>
26522
26523 * gdb.base/consecutive.exp: New file. Test stepping over
26524 breakpoints on consecutive instructions.
26525 * gdb.base/consecutive.c: New file.
26526
26527 * gdb.base/call-rt-st.exp: Use double-backslash to quote
26528 curly braces in regular expressions.
26529
26530 2001-07-25 Michael Snyder <msnyder@redhat.com>
26531
26532 * gdb.base/ending-run.exp: Accept "Program exited normally" as
26533 legitimate output from stepping out of main.
26534
26535 2001-07-22 Keith Seitz <keiths@redhat.com>
26536
26537 * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
26538 the empty string, do not run the tests.
26539
26540 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26541
26542 * gdb.base/long_long.exp: Detect size of pointer. Take into
26543 account 2-byte pointers when testing for p/a results.
26544
26545 2001-07-17 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26546
26547 * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
26548 and defined to 1K for m68hc11.
26549 (random_data): Reduce table to 1K for embedded platforms (68hc11).
26550 * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
26551 (sizeof_random_data): New variable to tell the size of the data table;
26552 don't test past this size; always run to main.
26553
26554 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26555
26556 * gdb.base/return2.exp: return of long long and double fails for
26557 68HC11; don't execute these tests on that platform.
26558 * gdb.base/return.exp: Return of a double fails for 68hc11.
26559
26560 2001-07-16 Stephane Carrez <Stephane.Carrez@worldnet.fr>
26561
26562 * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
26563 tests that print a float.
26564 * call-rt-st.exp: Likewise.
26565
26566 2001-07-12 Mark Kettenis <kettenis@gnu.org>
26567
26568 * gdb.base/so-impl-ld.exp: Remove stray space that prevented
26569 running this test on Linux.
26570
26571 2001-06-24 Michael Chastain <chastain@redhat.com>
26572
26573 * gdb.base/arithmet.exp: Remove some tests to make all test names
26574 unique.
26575
26576 2001-07-03 Michael Snyder <msnyder@redhat.com>
26577
26578 * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
26579 the output of the ptype command.
26580
26581 2001-07-02 Michael Snyder <msnyder@redhat.com>
26582
26583 * gdb.base/completion.exp: Don't assume that break.c is the only
26584 source file that may contain functions named "marker".
26585 * gdb.base/corefile.exp: Quote the curly braces in regexp.
26586
26587 2001-06-28 Andrew Cagney <ac131313@redhat.com>
26588
26589 * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
26590 of files to delete.
26591
26592 From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
26593 * gdb.disasm/h8300s.exp: New file.
26594 gdb.disasm/h8300s.s: Likewise.
26595
26596 2001-06-27 Andrew Cagney <ac131313@redhat.com>
26597
26598 * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
26599 empty breakpoint tables.
26600
26601 2001-06-25 Andrew Cagney <ac131313@redhat.com>
26602
26603 * lib/mi-support.exp: Update args=... part of stop-reason
26604 patterns. Accept either a list or a tuple.
26605
26606 2001-06-23 Andrew Cagney <ac131313@redhat.com>
26607
26608 * lib/mi-support.exp: Remove local emacs variable defining
26609 change-log-default-name.
26610
26611 2001-06-22 Michael Chastain <chastain@redhat.com>
26612
26613 * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
26614 This is operationally compatible with the previous version.
26615
26616 2001-06-13 Jim Blandy <jimb@redhat.com>
26617
26618 * lib/gdb.exp (gdb_test): Doc fix.
26619
26620 2001-06-10 Michael Chastain <chastain@redhat.com>
26621
26622 * gdb.base/exprs.exp: Remove a duplicate test.
26623
26624 2001-06-06 Jim Blandy <jimb@redhat.com>
26625
26626 * gdb.base/return2.exp (main): Use values to test float and double
26627 returns that are not NaN's, to avoid being confused by IEEE
26628 comparison rules.
26629
26630 2001-06-04 Michael Snyder <msnyder@redhat.com>
26631
26632 * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
26633 non-zero if control_c fails. Terminate the test on failure,
26634 rather than wait for 12 more tests to time out.
26635
26636 2001-06-06 Jim Blandy <jimb@redhat.com>
26637
26638 * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
26639 Don't forget to match the GDB prompt.
26640
26641 * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
26642
26643 2001-06-04 Jim Blandy <jimb@redhat.com>
26644
26645 * gdb.base/help.exp: Update pattern to exclude `print-load-map'
26646 command.
26647
26648 2001-05-31 Kevin Buettner <kevinb@redhat.com>
26649
26650 * gdb.base/annota1.exp (info break): Match four or more spaces
26651 after "Address".
26652
26653 2001-05-31 Michael Chastain <chastain@redhat.com>
26654
26655 * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
26656 (dm_type_int_star): Likewise.
26657 (dm_type_long_star): Likewise.
26658 (dm_type_void_star): Likewise.
26659
26660 2001-05-29 Kevin Buettner <kevinb@redhat.com>
26661
26662 * gdb.base/completion.exp (INPUTRC): Set this environment variable
26663 to a known value in order to get consistent results regardless
26664 of the setting of INPUTRC or the presence or contents of .inputrc.
26665
26666 2001-05-24 Michael Snyder <msnyder@redhat.com>
26667
26668 * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
26669 Don't require that the main thread and the manager thread are the
26670 first in the list.
26671
26672 * gdb.threads/pthreads.exp (test_startup): Relax test for thread
26673 debugging. If test fails, issue an "unsupported" not a "fail".
26674
26675 2001-05-24 Jim Blandy <jimb@redhat.com>
26676
26677 Don't assume that short is shorter than int.
26678 * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
26679 assume that shorts are smaller than ints. On a 16-bit machine,
26680 this isn't true.
26681 ("print unsigned char == (~0)"): Add test that verifies that ~0,
26682 an int, is not equal to ~0 stored in an unsigned char. This tests
26683 the same thing that the previous test meant to, but works on
26684 16-bit machines, too.
26685 ("print unsigned char != (~0)"): Same test, complemented.
26686
26687 2001-05-24 Michael Snyder <msnyder@redhat.com>
26688
26689 * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
26690 test for (full_coverage == 0). This makes the test run faster,
26691 and prevents dejagnu getting out of step.
26692
26693 2001-05-23 Kevin Buettner <kevinb@redhat.com>
26694
26695 * gdb.base/finish.exp (finish_void): Revise pattern for
26696 stopping on the call statement to not permit stopping at
26697 the start of the instructions comprising the call sequence.
26698
26699 2001-05-19 Michael Chastain <chastain@redhat.com>
26700
26701 * gdb.base/callfuncs.exp: Make all test names unique.
26702 * gdb.base/commands.exp: Make all test names unique.
26703 * gdb.base/condbreak.exp: Make all test names unique.
26704 * gdb.base/dbx.exp: Make all test names unique.
26705 * gdb.base/default.exp: Make all test names unique.
26706 * gdb.base/define.exp: Make all test names unique. Conform some FAIL
26707 and TIMEOUT messages to their corresponding PASS message.
26708 * gdb.base/ending-run.exp: Make all test names unique.
26709 * gdb.base/long_long.exp: Remove duplicate test.
26710
26711 2001-05-21 Kevin Buettner <kevinb@redhat.com>
26712
26713 * gdb.base/finish.exp (finish_void): Allow "finish" command to
26714 stop on the call statement as well as the statement after the
26715 call.
26716
26717 2001-05-21 Michael Snyder <msnyder@redhat.com>
26718
26719 * gdb.base/long_long.exp: Allow for targets with 4-byte short.
26720
26721 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
26722
26723 * gdb.base/completion.exp: Revamp test. Make it execute on all
26724 platforms.
26725
26726 2001-05-10 Elena Zannoni <ezannoni@redhat.com>
26727
26728 * config/gdbserver.exp (gdb_load): Handle the case
26729 in which the arguments to gdbserver are given in the
26730 baseboard configuration file.
26731 Also handle the case in which the server needs to do a
26732 load.
26733
26734 2001-05-07 Keith Seitz <keiths@cygnus.com>
26735
26736 * lib/gdb.exp (gdbtk_initialize_display): New proc which will
26737 set up the display for testing.
26738 (gdbtk_start): Convert all paths to paths that tcl will like.
26739 Export target information to environment.
26740 (_gdbtk_xvfb_init): New proc to start Xvfb if available and
26741 necessary.
26742 (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
26743 (to_tcl_path): New proc to convert a given pathname into
26744 a path acceptible as an argument to a tcl command.
26745 (_gdbtk_export_target_info): New proc to export target info
26746 into the environment for gdbtk testing.
26747 (gdbtk_done): New proc to signal end-of-test.
26748
26749 2001-05-06 Jim Blandy <jimb@redhat.com>
26750
26751 * restore.c: Make the code of caller0 correspond to its comment.
26752
26753 2001-05-03 Michael Snyder <msnyder@redhat.com>
26754
26755 * config/sid.exp (gdb_target_sid): Check for error messages.
26756 On error or timeout, don't make expect exit (which will terminate
26757 all subsequent tests); instead just make gdb exit.
26758 (gdb_load): Check for error messages. On error or timeout,
26759 return a negative value.
26760
26761 2001-04-24 Jim Blandy <jimb@redhat.com>
26762
26763 * gdb.c++/templates.exp: If we see the prompt for the overload
26764 list, but we haven't recognized any of the longer patterns,
26765 arrange for this test to fail, not hang.
26766
26767 * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
26768 variations.
26769
26770 2001-04-22 Michael Chastain <chastain@redhat.com>
26771
26772 * gdb.c++/local.exp: Use the 'runto' library function.
26773 * gdb.c++/namespace.exp: Likewise.
26774 * gdb.c++/overload.exp: Likewise.
26775
26776 2001-03-26 Kevin Buettner <kevinb@redhat.com>
26777
26778 * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
26779 * gdb.base/step-line.exp: New file. Test step/next in presence of
26780 #line directives.
26781 * gdb.base/step-line.c: New file. Test program for the above.
26782 * gdb.base/step-line.inp: New file. We pretend that this file has
26783 been transformed by some other tool into step-line.c.
26784
26785 2001-03-21 Jim Blandy <jimb@redhat.com>
26786
26787 * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
26788 unmangled operator names.
26789
26790 2001-03-20 Jim Blandy <jimb@redhat.com>
26791
26792 * gdb.threads/linux-dp.exp: Recognize an additional message
26793 generated by GDB when it doesn't understand how to debug threads
26794 on the target system.
26795
26796 2001-03-19 Andrew Cagney <ac131313@redhat.com>
26797
26798 * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
26799
26800 2001-03-12 Michael Chastain <chastain@redhat.com>
26801
26802 * gdb.c++/derivation.exp: Use the 'runto' library function.
26803
26804 2001-03-12 Michael Chastain <chastain@redhat.com>
26805
26806 * gdb.c++/annota2.exp: Fix regular expression for "post-query".
26807
26808 2001-02-24 Michael Chastain <chastain@redhat.com>
26809
26810 * gdb.c++/ref-types.exp: Change handwritten code to library
26811 function 'runto'.
26812
26813 2001-03-16 Orjan Friberg <orjanf@axis.com>
26814
26815 * gdb.base/signals.exp: Set count to 0 explicitly.
26816
26817 2001-03-15 Mark Salter <msalter@redhat.com>
26818
26819 * config/monitor.exp (gdb_target_cmd): Add explicit error return.
26820 (gdb_target_monitor): Add check of gdb_target_cmd return value.
26821 (gdb_load): Add support for additional target_info: gdb_download_size
26822 and gdb_load_timeout.
26823
26824 Thu Mar 8 16:06:00 2001 David Taylor <taylor@redhat.com>
26825
26826 * gdb.base/annota1.exp: Move test of isnative to earlier in the
26827 file -- to prevent failing when the compile fails but we have no
26828 intention of running the tests anyway.
26829
26830 * gdb.base/long_long.exp: Test target_info for no_long_long, skip
26831 tests if set.
26832
26833 * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
26834 integers.
26835
26836 * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
26837 * gdb.c++/namespace.exp: Ditto.
26838
26839 2001-03-07 Orjan Friberg <orjanf@axis.com>
26840
26841 * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
26842 * gdb.base/pointers.exp: Relax pattern match of decimals.
26843
26844 2001-03-06 Kevin Buettner <kevinb@redhat.com>
26845
26846 * Makefile.in, config/abug.exp, config/cfdbug.exp,
26847 config/cpu32bug.exp, config/dve.exp, config/est.exp,
26848 config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
26849 config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
26850 config/monitor.exp, config/proelf.exp, config/rom68k.exp,
26851 config/sh.exp, config/sid.exp, config/slite.exp,
26852 config/sparclet.exp, config/udi.exp, config/unknown.exp,
26853 config/vr4300.exp, config/vr5000.exp, config/vx.exp,
26854 config/vxworks.exp, config/vxworks29k.exp,
26855 gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
26856 gdb.base/all-bin.exp, gdb.base/annota1.exp,
26857 gdb.base/arithmet.exp, gdb.base/assign.exp,
26858 gdb.base/async.exp, gdb.base/attach.exp,
26859 gdb.base/bitfields.exp, gdb.base/bitops.exp,
26860 gdb.base/break.exp, gdb.base/call-ar-st.exp,
26861 gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
26862 gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
26863 gdb.base/commands.exp, gdb.base/completion.exp,
26864 gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
26865 gdb.base/constvars.exp, gdb.base/corefile.exp,
26866 gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
26867 gdb.base/display.exp, gdb.base/ena-dis-br.exp,
26868 gdb.base/ending-run.exp, gdb.base/environ.exp,
26869 gdb.base/eval-skip.exp, gdb.base/exprs.exp,
26870 gdb.base/finish.exp, gdb.base/foll-exec.exp,
26871 gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
26872 gdb.base/funcargs.exp, gdb.base/help.exp,
26873 gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
26874 gdb.base/logical.exp, gdb.base/long_long.exp,
26875 gdb.base/maint.exp, gdb.base/mips_pro.exp,
26876 gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
26877 gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
26878 gdb.base/pointers.exp, gdb.base/printcmds.exp,
26879 gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
26880 gdb.base/regs.exp, gdb.base/relational.exp,
26881 gdb.base/remote.exp, gdb.base/reread.exp,
26882 gdb.base/restore.exp, gdb.base/return2.exp,
26883 gdb.base/scope.exp, gdb.base/sect-cmd.exp,
26884 gdb.base/selftest.exp, gdb.base/setshow.exp,
26885 gdb.base/setvar.exp, gdb.base/shlib-call.exp,
26886 gdb.base/sigall.exp, gdb.base/signals.exp,
26887 gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
26888 gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
26889 gdb.base/step-test.exp, gdb.base/structs.c,
26890 gdb.base/structs.exp, gdb.base/structs2.exp,
26891 gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
26892 gdb.base/volatile.exp, gdb.base/watchpoint.exp,
26893 gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
26894 gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
26895 gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
26896 gdb.c++/derivation.exp, gdb.c++/inherit.exp,
26897 gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
26898 gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
26899 gdb.c++/ref-types.exp, gdb.c++/templates.exp,
26900 gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
26901 gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
26902 gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
26903 gdb.fortran/types.exp, gdb.java/jmisc.exp,
26904 gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
26905 gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
26906 gdb.trace/actions.exp, gdb.trace/backtrace.exp,
26907 gdb.trace/circ.exp, gdb.trace/collection.exp,
26908 gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
26909 gdb.trace/limits.exp, gdb.trace/packetlen.exp,
26910 gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
26911 gdb.trace/report.exp, gdb.trace/save-trace.exp,
26912 gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
26913 gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
26914 lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
26915 notices.
26916
26917 2001-02-27 Michael Snyder <msnyder@cygnus.com>
26918
26919 * gdb.base/varargs.c (find_max_double): Fix printf format string:
26920 first arg is int not float.
26921
26922 2001-02-22 Michael Snyder <msnyder@cygnus.com>
26923
26924 * gdb.base/reread.exp: Unsupported for non-native targets;
26925 doesn't work for remote debugging.
26926
26927 2001-02-19 Fernando Nasser <fnasser@redhat.com>
26928
26929 From Drew Moseley <dmoseley@redhat.com>
26930 * gdb.base/ending-run.exp: Properly handle the BSP state when
26931 stepping past the end of main.
26932
26933 2001-02-19 John Moore <jmoore@redhat.com>
26934
26935 * gdb.base/commands.exp (infrun_breakpoint_command_test):
26936 Converted HPUX fix for non-expected items following multiple
26937 step commands into general solution for all platforms.
26938
26939 2001-02-18 Michael Chastain <chastain@redhat.com>
26940
26941 * gdb.c++/classes.exp (do_tests): Change runto statements
26942 from "runto 'foo(void)'" to "runto 'foo'". This makes the
26943 statements demangler agnostic.
26944 * gdb.c++/virtfunc.exp (do_tests): Likewise.
26945 (gdb_virtfunc_restart): Likewise.
26946
26947 2001-02-14 Michael Chastain <chastain@redhat.com>
26948
26949 * gdb.c++/inherit.exp (do_tests): Change runto statements
26950 from "runto 'foo(void)'" to "runto 'foo'". This makes the
26951 statements demangler agnostic.
26952
26953 Sun Feb 4 17:32:21 2001 Andrew Cagney <cagney@redhat.com>
26954
26955 * gdb.threads/pthreads.exp: Unify pass/fail messages for
26956 ``continue to bkpt at common_routine in thread 2'' and ``stopped
26957 before calling common_routine 15 times'' tests.
26958
26959 2001-02-11 Michael Chastain <chastain@redhat.com>
26960
26961 * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
26962 Helps the test script figure out which demangler is in use.
26963 (dm_type_foo_ref): Ditto.
26964 (dm_type_int_star): Ditto.
26965 (dm_type_long_star): Ditto.
26966 (dm_type_unsigned_int): Ditto.
26967 (dm_type_void): Ditto.
26968 (dm_type_void_star): Ditto.
26969 * gdb.base/cplusfuncs.exp (probe_demangler): New function.
26970 Probe the gdb demangler and set variables to accommodate
26971 formatting differences.
26972 (info_func_regexp): New function. Same as info_func, but
26973 matches against a regexp.
26974 (info_func): Match against a literal string.
26975 (print_addr_2): New function. Match against a literal string,
26976 which can be different from the input to gdb.
26977 (print_addr): Simply call print_addr_2 with the same argument twice.
26978 (test_lookup_operator_functions): Use demangler formatting variables.
26979 Blow away the xfails and workarounds for gnats gdb bug gdb/18. Sort
26980 the tests in the same order as the C++ class declaration.
26981 (test_paddr_operator_functions): Ditto.
26982 (test_paddr_overloaded_functions): Ditto.
26983 (test_paddr_hairy_functions): Use demangler formatting variables.
26984 Add reference to gdb/19 for related tests.
26985 (do_tests): Call probe_demangler.
26986
26987 2001-01-30 Kevin Buettner <kevinb@redhat.com>
26988
26989 * gdb.c++/templates.cc (printf): Remove unused function definition.
26990
26991 2001-01-26 Felix Lee <flee@redhat.com>
26992
26993 * sid.exp (sid_exit): Pass host, not target, to remote_close.
26994
26995 2001-01-25 matthew green <mrg@redhat.com>
26996
26997 * config/sid.exp (sid_start): Call `remote_push_conn' after firing
26998 up sid.
26999 (sid_exit): Call `remote_pop_conn' after GDB is gone.
27000
27001 2001-01-25 matthew green <mrg@redhat.com>
27002
27003 * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
27004 Deprecate $sid_spawn_id.
27005 (sid_exit): Remove code necessary only for `spawn.'
27006
27007 2001-01-25 matthew green <mrg@redhat.com>
27008
27009 * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
27010
27011 2001-01-28 Michael Chastain <chastain@redhat.com>
27012
27013 * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
27014 to call when tests fail. It takes gdb out of the overloaded
27015 function choice menu back to the main prompt, so that the test
27016 program stays synchronized.
27017 (set_bp_overloaded): New proc to collect all the common
27018 code for setting a breakpoint on an overloaded name. Calls
27019 take_gdb_out_of_choice_menu when needed.
27020 (menu_overload1arg): New variable to collect the repeated
27021 instances of the expected menu for an overloaded name. Change
27022 the regular expression to handle changes in g++ type encoding:
27023 "void" can be either "void" or "", and "unsigned int" can be
27024 either "unsigned int" or "unsigned".
27025 (continue_to_bp_overloaded): Change regular expressions to handle
27026 changes in g++ type encoding.
27027 (no proc): Call take_gdb_out_of_choice_menu when needed.
27028 Remove redundant calls to "info break". Accept either "canceled"
27029 or "cancelled". Change regular expressions in "info break"
27030 calls to handle changes in g++ type encoding. Give all tests
27031 unique strings.
27032
27033 2001-01-17 Ben Elliston <bje@redhat.com>
27034
27035 * config/sid.exp: New file.
27036
27037 Fri Jan 12 18:29:01 2001 Andrew Cagney <cagney@b1.cygnus.com>
27038
27039 * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
27040
27041 2000-12-21 Michael Snyder <msnyder@cygnus.com>
27042
27043 * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
27044 Add a RE to accept a non-ascii char if one is ever presented.
27045
27046 2000-12-20 Fernando Nasser <fnasser@redhat.com>
27047
27048 * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
27049
27050 2000-12-18 Michael Snyder <msnyder@cygnus.com>
27051
27052 * gdb.base/setvar.exp: Use double '\\' to quote curly braces
27053 in regexp. One '\' does not suffice on Linux.
27054
27055 2000-12-09 Michael Chastain <chastain@redhat.com>
27056
27057 * gdb.base/break.exp (test_clear_command): Use a marker function
27058 rather than 'main' for the test function. Also move this
27059 test to an execution point where the marker function names are
27060 guaranteed to be bound to functions. (Executing tests after a
27061 'finish' from main runs into name conflicts with local names
27062 in __libc_start_main).
27063
27064 2000-12-07 Michael Snyder <msnyder@cygnus.com>
27065
27066 * gdb.base/finish.exp: New test for gdb's "finish" command.
27067 * gdb.base/return2.exp: New test for gdb's "return" command.
27068 * gdb.base/return2.c: New source file for above.
27069
27070 2000-12-05 Michael Snyder <msnyder@cygnus.com>
27071
27072 * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
27073 * gdb.base/miscexprs.exp: Ditto.
27074 * gdb.base/pointers.exp: Ditto.
27075 * gdb.c++/derivation.exp: Ditto.
27076 * gdb.c++/local.exp: Ditto.
27077 * gdb.c++/namespace.exp: Ditto.
27078 * gdb.c++/overload.exp: Ditto.
27079 * gdb.c++/ref-types.exp: Ditto.
27080
27081 2000-12-05 Michael Snyder <msnyder@cygnus.com>
27082
27083 * gdb.base/constvars.exp: Test result of "up" command.
27084 * gdb.base/miscexprs.exp: Ditto.
27085 * gdb.base/pointers.exp: Ditto.
27086 * gdb.base/scope.exp: Ditto.
27087 * gdb.c++/derivation.exp: Ditto.
27088 * gdb.c++/local.exp: Ditto.
27089 * gdb.c++/namespace.exp: Ditto.
27090 * gdb.c++/overload.exp: Ditto.
27091 * gdb.c++/ref-types.exp: Ditto.
27092
27093 2000-11-22 Michael Chastain <chastain@redhat.com>
27094
27095 * mips_pro.exp: Accept either "middle -> top -> main" or
27096 "middle -> main" in the backtrace, because gcc can optimize
27097 tail calls to jumps. Remove setup_xfail for the hppa case.
27098 Add a comment with the original warning messages from PR 3016,
27099 which was filed in 1993, to preserve them for posterity.
27100
27101 2000-11-17 Nick Duffek <nsd@redhat.com>
27102
27103 * lib/gdb.exp (gdb_test): Override timeout with board info.
27104
27105 2000-11-17 Nick Duffek <nsd@redhat.com>
27106
27107 * gdb.base/display.exp: Don't kill running stub. Add "again" to
27108 the second kill and detach messages.
27109
27110 2000-11-17 Nick Duffek <nsd@redhat.com>
27111
27112 * configure.in: Add AC_EXEEXT.
27113 * configure: Regenerate.
27114 * Makefile.in (just-check): Export EXEEXT.
27115 * lib/gdb.exp ($EXEEXT): Import from environment.
27116 * gdb.base/maint.exp: Expect $EXEEXT in executable name. Don't
27117 expect "maint dump-me" on Cygwin.
27118 * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
27119 $EXEEXT.
27120
27121 2000-11-17 Nick Duffek <nsd@redhat.com>
27122
27123 * gdb.base/break.exp: Test backtrace and finish from called
27124 function on all platforms, not just HP-UX.
27125
27126 2000-11-03 Michael Snyder <msnyder@cygnus.com>
27127
27128 * config/monitor.exp (gdb_target_cmd): Abstracts some of the
27129 code from gdb_target_monitor, so it can be used independantly
27130 for gdbserver. Also comment out an unnecessary PUTS.
27131
27132 2000-11-03 Michael Snyder <msnyder@cygnus.com>
27133
27134 * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
27135 * gdb.base/corefile.exp: Expect the message "Program is being
27136 debugged already" when we send the "corefile" command, since
27137 the preceeding gdb_load may have connected gdb to a remote target.
27138 * gdb.base/display.exp: Disable hardware watchpoints if new
27139 board info variable "no_hardware_watchpoints" is true.
27140 Replace single-letter commands with more readable ones.
27141 * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
27142 if new board info variable "no_hardware_watchpoints" is true.
27143 * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
27144 to see if stdio (printf) testing is possible.
27145 * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
27146 board info variable "no_hardware_watchpoints" is true. Use new
27147 proc "gdb_skip_stdio_tests" to see if printf tests are possible.
27148
27149 2000-11-13 Fernando Nasser <fnasser@redhat.com>
27150
27151 From Orjan Friberg <orjanf@axis.com>:
27152 * gdb.base/printcmds.exp: Escape curly braces followed by a number
27153 in array print pattern match.
27154
27155 2000-11-09 Fernando Nasser <fnasser@redhat.com>
27156
27157 * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
27158 spelling "cancelled" to U.S. spelling "canceled" to match changes
27159 made to gdb.
27160 * gdb.c++/ovldbreak.exp: Ditto.
27161
27162 2000-11-06 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
27163
27164 * gdb.base/callfuncs.c (main): Moved to end of file, call
27165 t_double_values to initialize the FPU before inferior calls are made.
27166 * gdb.base/callfuncs.exp: Test for register preservation after calling
27167 inferior functions. Add tests for continuining, finishing and
27168 returning from a stop in a call dummy.
27169
27170 2000-10-24 Michael Snyder <msnyder@cygnus.com>
27171
27172 * gdb.base/commands.exp: Break up long lines, and re-indent.
27173
27174 2000-10-19 Michael Snyder <msnyder@cygnus.com>
27175
27176 * config/gdbserver.exp: Rewritten from the ground up, to make it
27177 compatible with the current dejagnu tree, and to make it work with
27178 the new "gdbserver" in libremote.
27179
27180 2000-10-16 Michael Snyder <msnyder@cygnus.com>
27181
27182 * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
27183 * gdb.base/varargs.exp: Skip entire test if no printf support.
27184 * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
27185 * gdb.base/shlib-call.exp: Skip several tests if no printf support.
27186
27187 2000-10-13 Michael Snyder <msnyder@cygnus.com>
27188
27189 * lib/gdb.exp (gdb_skip_float_test): New proc. Skip test if
27190 no floating point support.
27191 (gdb_skip_stdio_test): New proc. Skip test if no stdio support.
27192 * gdb.base/call-ar-st.exp: Use above procs to skip tests.
27193 * gdb.base/call-rt-st.exp: Ditto.
27194 * gdb.base/call-strs.exp: Ditto.
27195
27196 2000-08-02 Jimmy Guo <guo@hpcleara.cup.hp.com>
27197
27198 * gdb.base/sizeof.c: include <stdio.h>.
27199
27200 * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
27201 'finish', otherwise uncaptured gdb_prompt would potentially
27202 throw remaining test points out of sync.
27203
27204 2000-07-26 Scott Bambrough <scottb@netwinder.org>
27205
27206 * gdb.base/recurse.exp: Run tests for all targets.
27207 * gdb.base/so-impl-ld.exp: Added wildcard to handle the
27208 gnu-oldld case on ARM.
27209 * gdb.base/watchpoint.exp (test_stepping): Clear xfail
27210 for ARM targets.
27211
27212 Mon Jul 24 07:46:02 CDT 2000 Clinton Popetz <cpopetz@cygnus.com>
27213
27214 * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
27215 * gdb.java/configure: Rebuild.
27216
27217 Sun Jul 23 21:42:34 2000 Anthony Green <green@redhat.com>
27218
27219 * gdb.java/jv-exp.exp: New file.
27220
27221 Sun Jul 23 21:02:42 2000 Anthony Green <green@redhat.com>
27222
27223 * configure: Rebuilt.
27224 * configure.in (configdirs): Add gdb.java.
27225 * gdb.java/jmisc.java: New file.
27226 * gdb.java/jmisc.exp: New file.
27227 * gdb.java/Makefile.in: New file.
27228 * gdb.java/configure: Rebuilt.
27229 * gdb.java/configure.in: New file.
27230 * lib/java.exp: New file.
27231
27232 Wed Jul 12 18:14:29 2000 Andrew Cagney <cagney@b1.cygnus.com>
27233
27234 * gdb.base/exprs.exp: Test casts to a pointer including over and
27235 underflow.
27236
27237 Thu Jul 13 11:52:53 2000 Andrew Cagney <cagney@b1.cygnus.com>
27238
27239 * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files. Compare GDB
27240 and the compilers sizes.
27241
27242 2000-07-09 Nick Duffek <nsd@redhat.com>
27243
27244 * gdb.c++/misc.cc (class ClassParam, class_param): Define.
27245 (use_methods): New function.
27246 (main): Call use_methods().
27247 * gdb.c++/classes.exp (test_method_param_class): New procedure.
27248 (do_tests): Call test_method_param_class.
27249
27250 2000-07-09 Nick Duffek <nsd@redhat.com>
27251
27252 * gdb.c++/classes.exp (test_nonexistant_members): Fix name
27253 spelling.
27254 (test_enums): New procedure. Move enum tests from end of script
27255 to here. Set breakpoint on function name instead of line number.
27256 * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
27257 (enums2): New marker function.
27258 (enums1): New function.
27259 (main): Call enums1(). Move enum tests to enums1().
27260
27261 Tue Jul 4 03:43:49 2000 Andrew Cagney <cagney@b1.cygnus.com>
27262
27263 * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
27264 compile/link program. Update line numbers.
27265 * gdb.asm/d10v.inc: Define ``startup''.
27266 * gdb.asm/asmsrc1.s: Add definition of _start.
27267
27268 Fri Jun 23 17:45:52 2000 Andrew Cagney <cagney@b1.cygnus.com>
27269
27270 * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
27271
27272 2000-06-18 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27273
27274 * gdb.base/maint.exp: Add 'maint print architecture' item to output
27275 of 'help maint print' command.
27276
27277 Fri Jun 16 18:22:05 2000 Andrew Cagney <cagney@b1.cygnus.com>
27278
27279 * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
27280 they use gdb_expect_list.
27281
27282 Wed Jun 7 13:02:40 2000 Andrew Cagney <cagney@b1.cygnus.com>
27283
27284 * gdb.base/commands.exp: Use ``set remote
27285 memory-read-packet-size'' instead of ``set endian big'' to test
27286 long commands.
27287
27288 2000-06-03 Daniel Berlin <dan@cgsoftware.com>
27289
27290 * gdb.c++/templates.exp (do_tests): Make all of these work under
27291 g++, and stop skipping them.
27292
27293 * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
27294 work under g++.
27295
27296 * gdb.c++/misc.cc: Fix ambiguous initialization with correct
27297 initialization.
27298
27299 2000-06-02 Michael Snyder <msnyder@cygnus.com>
27300
27301 * gdb.base/annota1.exp (run until main breakpoint): Loosen up
27302 the regular expression: accept an (almost) arbitrary sequence of
27303 "frames-invalid" and "breakpoints-invalid" messages both before
27304 and after the "starting" message.
27305
27306 2000-06-02 Michael Snyder <msnyder@cygnus.com>
27307
27308 * gdb.c++/local.exp: This test has never been known to work with g++.
27309
27310 2000-05-18 Michael Snyder <msnyder@cygnus.com>
27311
27312 * gdb.base/annota1.exp (annotate-signal-handler-caller):
27313 Relax the regular expression a little, make it pass on Solaris 8.
27314
27315 2000-05-12 Kevin Buettner <kevinb@redhat.com>
27316
27317 * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
27318 a call, do not require that gdb stop on the line after the call.
27319 Instead, it is permissible for gdb to stop on the line of the
27320 call itself.
27321
27322 2000-05-12 Michael Snyder <msnyder@.cygnus.com>
27323
27324 * gdb.base/break.exp (bp on small function, optimized file):
27325 Add a second pass pattern. The behavior differs here between stabs
27326 and dwarf for one-line functions. Stabs preserves two line symbols
27327 (one before the prologue and one after) with the same line number,
27328 but dwarf regards these as duplicates and discards one of them.
27329 Therefore the address after the prologue (where the breakpoint is)
27330 has no exactly matching line symbol, and GDB reports the breakpoint
27331 as if it were in the middle of a line rather than at the beginning.
27332
27333 2000-05-08 Michael Snyder <msnyder@cygnus.com>
27334
27335 * gdb.base/interrupt.exp: Make "pass" message say "send"
27336 rather than "send_gdb" (for consistancy).
27337
27338 Mon May 1 15:37:58 2000 Andrew Cagney <cagney@b1.cygnus.com>
27339
27340 From 2000-04-28 Andreas Jaeger <aj@suse.de>:
27341 * gdb.c++/templates.cc: Properly check for GCC version number.
27342 * lib/compiler.cc: Likewise
27343
27344 2000-04-28 Michael Snyder <msnyder@cygnus.com>
27345
27346 * gdb.base/break.exp: When compiled with -O2 optimization,
27347 gdb may not stop at the first line of main, due to code motion.
27348
27349 2000-04-26 Michael Snyder <msnyder@cygnus.com>
27350
27351 * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
27352 This test depends on parsing the printf output from the target.
27353 Since the sparclet stub doesn't do stdio, this will never work.
27354 * gdb.base/call-rt-st.exp: ditto.
27355 * gdb.base/call-strs: ditto.
27356
27357 2000-04-24 Michael Snyder <msnyder@cygnus.com>
27358
27359 * gdb.base/miscexprs.exp: make sizeof long array test portable.
27360
27361 * gdb.base/ending-run.exp: After connecting to a remote target,
27362 but before running, the target will appear to be in a random
27363 location. Specify both a file and a line for breakpoints.
27364 Also, the function that calls main may be called 'init'
27365 rather than 'start'.
27366
27367 2000-04-17 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27368
27369 * gdb.base/help.exp: Update output for add-symbol-file command.
27370
27371 2000-04-10 Fernando Nasser <fnasser@cygnus.com>
27372
27373 From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
27374 * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
27375
27376 2000-04-07 J.T. Conklin <jtc@redback.com>
27377
27378 * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
27379
27380 * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
27381
27382 Thu Mar 30 13:26:19 2000 Philippe De Muyter <phdm@macqel.be>
27383
27384 * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
27385 values that can be represented exactly.
27386 * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
27387 above change, and to not check against the directory part of the source
27388 file name.
27389 (step into print_long_arg_list): Likewise.
27390 (print print_small_structs from print_long_arg_list): Likewise.
27391 (print print_long_arg_list): Likewise.
27392
27393 2000-03-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27394
27395 * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
27396
27397 Mon Mar 27 14:46:37 2000 Andrew Cagney <cagney@b1.cygnus.com>
27398
27399 * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
27400
27401 2000-03-25 Daniel Berlin <dan@cgsoftware.com>
27402
27403 * gdb.base/commands.exp (deprecated_command_test): Add test for
27404 deprecate with no arguments.
27405
27406 2000-03-24 Jonathan Larmour <jlarmour@redhat.co.uk>
27407
27408 * gdb.base/break.exp: Add new test for setting breakpoints on
27409 optimized code so we can test breakpoints work even when function
27410 prologues may be optimized away
27411
27412 2000-03-23 Fernando Nasser <fnasser@totem.to.cygnus.com>
27413
27414 From David Whedon <dwhedon@gordian.com>
27415 * gdb.base/commands.exp : Added command deprecator tests.
27416
27417 2000-03-22 Daniel Berlin <dan@cgsoftware.com>
27418
27419 * gdb.base/help.exp: Added test for new apropos command.
27420
27421 2000-03-21 Kevin Buettner <kevinb@redhat.com>
27422
27423 * gdb.base/pointers.c (usevar): New function.
27424 (main): Make sure that global variables v_int_pointer2, rptr,
27425 and y are all referenced someplace in the program by calling
27426 usevar() on them. [Some linkers delete symbols which are
27427 never referenced. The space remains, but there's no way to
27428 get a (symbolic) handle on the variable from the debugger.]
27429
27430 2000-03-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27431
27432 * gdb.base/printcmds.c: Add typedeffed arrays.
27433
27434 * gdb.base/printcmds.exp (test_print_typedef_arrays): New
27435 procedure to test arrays that are typedef'd.
27436
27437 2000-03-13 James Ingham <jingham@leda.cygnus.com>
27438
27439 * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
27440 the library directories.
27441
27442 Mon Feb 21 13:05:36 2000 Andrew Cagney <cagney@b1.cygnus.com>
27443
27444 * configure.in (configdirs): Add sub directory gdb.mi.
27445 * configure: Re-generate.
27446
27447 * gdb.mi: New directory.
27448
27449 2000-02-25 Scott Bambrough <scottb@netwinder.org>
27450
27451 * gdb.base/long_long.exp: Correct test suite failure when printing
27452 a long long value as a double on ARM platforms.
27453
27454 2000-02-16 Jim Blandy <jimb@redhat.com>
27455
27456 * gdb.base/break.exp ("breakpoint line number"): Make sure the
27457 default source file is set properly before running this test.
27458
27459 2000-02-14 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27460
27461 * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
27462 gdbtk/library directory, not in gdbtcl2.
27463
27464 2000-02-04 Jim Blandy <jimb@redhat.com>
27465
27466 * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
27467 backslash from regexp pattern.
27468
27469 * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
27470 procedure. Use it to run all the "continue to bp overloaded"
27471 tests. Note that this changes the names of the tests slightly.
27472 If the breakpoint hit message includes a hex PC value, because
27473 GCC's Dwarf 2 line info doesn't help us distinguish the prologue
27474 from the real source code, still consider that a pass.
27475
27476 * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
27477 XFAIL here if the breakpoint message contains a hex address. Note
27478 similar change on 1999-11-02.
27479
27480 * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
27481
27482 * gdb.base/ptype.exp: Establish a default source file before
27483 calling get_debug_format.
27484
27485 2000-02-03 Fernando Nasser <fnasser@totem.to.cygnus.com>
27486
27487 * gdb.base/watchpoint.exp: Remove duplication of test messages.
27488
27489 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
27490
27491 * gdb.base/step-test.exp: Fix the steps to enter a callee by means
27492 of successive stepi commands -- while in the prologue we should see
27493 the function entry bracket.
27494
27495 2000-02-02 Fernando Nasser <fnasser@totem.to.cygnus.com>
27496
27497 * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
27498 reach __change_mode() when stepping through the end of main().
27499
27500 2000-01-17 Fernando Nasser <fnasser@totem.to.cygnus.com>
27501
27502 * gdb.base/default.exp: Fix expected pattern.
27503 * gdb.base/help.exp: Same.
27504
27505 2000-01-10 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27506
27507 * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
27508 Don't use xfail's because that affects only the following test.
27509
27510 * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
27511 solaris or linux.
27512
27513 * gdb.base/selftest.exp: Update to reflect changes to main.c.
27514
27515 2000-01-07 Michael Snyder <msnyder@cygnus.com>
27516
27517 * gdb.base/display.exp: Some yacc parsers like to say
27518 "A syntax error" rather than "A parse error". Accept both.
27519
27520 2000-01-06 Fernando Nasser <fnasser@totem.to.cygnus.com>
27521
27522 * gdb.base/default.exp: Remove OS dependent string from "target
27523 remote" test.
27524 * gdb.base/help.exp: Same for "help target remote" test.
27525
27526 2000-01-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27527
27528 From Jim Kingdon <kingdon@redhat.com>:
27529
27530 * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
27531 prompt (cleanup rather than necessity, but still might keep output
27532 from spilling to next test).
27533
27534 2000-01-02 Fred Fish <fnf@cygnus.com>
27535
27536 * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
27537 AIX, which defines them in <sys/types.h>.
27538
27539 1999-12-16 Stan Shebs <shebs@andros.cygnus.com>
27540
27541 * gdb.base/default.exp: Match arm* etc instead of arm in "info
27542 float" test.
27543
27544 1999-12-13 Fernando Nasser <fnasser@totem.to.cygnus.com>
27545
27546 * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
27547
27548 * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
27549 outermost frame disallowed".
27550
27551 1999-12-09 Fernando Nasser <fnasser@totem.to.cygnus.com>
27552
27553 * gdb.base/setvar.exp: New tests for setting the value of a struct
27554 with a constant list.
27555
27556 1999-12-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
27557
27558 * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
27559 require the user to type a cast before setting the value of a struct.
27560
27561 1999-12-06 Jim Blandy <jimb@cygnus.com>
27562
27563 * gdb.base/default.exp: Expect the new 'info float' command on
27564 all i386 platforms.
27565
27566 * gdb.threads/linux-dp.exp: Expand our ability to recognize
27567 LinuxThreads libraries that don't support debugging.
27568
27569 Sat Dec 4 15:21:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
27570
27571 * gdb.base/remote.c: Fill the buffer with truely random data.
27572 Change the buffer type to ``unsigned char'' to simplify size
27573 arithmetic.
27574
27575 * gdb.base/remote.exp: Reduce download numbers by one. Typical
27576 stub only handles 400-1 byte packets. Verify that the download
27577 worked.
27578
27579 1999-11-30 Fernando Nasser <fnasser@totem.to.cygnus.com>
27580
27581 * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
27582 tests, using UNRESOLVED for the untested cases. Also, does not wait
27583 for a timeout if the prompt was received before a recognizable pattern.
27584
27585 1999-11-29 Fernando Nasser <fnasser@totem.to.cygnus.com>
27586
27587 * lib/gdb.exp (gdb_expect_list): Fix spelling.
27588
27589 1999-11-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27590
27591 * gdb.base/watchpoint.exp: Add tests cases for the hit count of
27592 watchpoints.
27593
27594 1999-11-24 Jason Merrill <jason@casey.cygnus.com>
27595
27596 * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
27597
27598 * gdb.c++/local.exp: Be more flexible in recognizing local class
27599 name mangling. Don't allow horribly truncated method names.
27600 * gdb.c++/derivation.exp: Expect protected inheritance.
27601 * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
27602 * gdb.c++/virtfunc.exp: Likewise.
27603 * gdb.c++/classes.exp: Likewise. Don't require the enclosing scope
27604 when printing a nested enum.
27605
27606 1999-11-22 Jim Blandy <jimb@cygnus.com>
27607
27608 * gdb.base/step-test.exp: Properly await GDB's response to setting
27609 a breakpoint on the call to large_struct_by_value.
27610
27611 * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
27612 just because we have debug info for the `start' function.
27613
27614 1999-11-19 Jim Blandy <jimb@zenia.red-bean.com>
27615
27616 * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
27617 "Unknown signal" messages, which indicate (on LinuxThreads) that
27618 GDB doesn't know how to debug threads on this system. This is
27619 better than hanging while philosopher 0 dumps chatter into gdb.log.
27620
27621 1999-11-18 Tom Tromey <tromey@cygnus.com>
27622
27623 * gdb.trace/deltrace.exp: Updated test to reflect new error text.
27624
27625 1999-11-18 Fred Fish <fnf@cygnus.com>
27626
27627 * gdb.base/coremaker2.c: Add sample program for generating
27628 cores that is more self contained than coremaker.c. Eventually
27629 I'll add more code to this and tie it into the testsuite.
27630
27631 1999-11-12 Stan Shebs <shebs@andros.cygnus.com>
27632
27633 * gdb.base/dollar.exp: Remove, now in gdb.hp.
27634
27635 1999-11-10 Jimmy Guo <guo@cup.hp.com>
27636
27637 * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
27638 from $srcdir/lib/.
27639 * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
27640 and gdb.c++/.
27641
27642 * gdb.c++/derivation.exp: remove redundant get compiler info code.
27643
27644 * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
27645 'continue with watch' test point.
27646
27647 1999-11-08 Jim Blandy <jimb@zenia.red-bean.com>
27648
27649 Merged from p2linux-990323-branch:
27650
27651 * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
27652
27653 Mon Nov 8 23:07:09 1999 Andrew Cagney <cagney@amy.cygnus.com>
27654
27655 * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
27656 {limit,fixed}''. Test ``set download-write-size''.
27657
27658 Sun Nov 7 17:37:01 1999 Andrew Cagney <cagney@b1.cygnus.com>
27659
27660 * gdb.base/funcargs.exp: Rewrite stack traceback checks using
27661 gdb_expect_list.
27662
27663 Fri Nov 5 18:40:52 1999 Andrew Cagney <cagney@b1.cygnus.com>
27664
27665 * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
27666
27667 1999-11-03 Mark Salter <msalter@cygnus.com>
27668
27669 * gdb.base/break.exp: Fix "stub continue" pattern.
27670
27671 1999-11-03 Jim Blandy <jimb@zwingli.cygnus.com>
27672
27673 * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
27674
27675 1999-11-02 Jim Blandy <jimb@zwingli.cygnus.com>
27676
27677 * gdb.base/display.exp ("finish"): Add timeout clause.
27678
27679 * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
27680 plain prompt clause, so this doesn't have to time out in order to
27681 fail.
27682
27683 * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
27684 breakpoint hit messages include an address.
27685
27686 * gdb.base/display.exp: Don't forget to escape parens in regular
27687 expressions. Unix regexp notatation sucks.
27688
27689 1999-11-02 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27690
27691 * gdb.base/annota1.exp: Test for annotate-signalled: change output
27692 order for 'signalled' message.
27693
27694 1999-11-01 Stan Shebs <shebs@andros.cygnus.com>
27695
27696 From Jimmy Guo <guo@cup.hp.com>:
27697 * gdb.base/annota1.exp: Add tests for annotate ignore count change.
27698 * gdb.base/annota1.c: Add code for tests to work with.
27699
27700 1999-10-26 Frank Ch. Eigler <fche@cygnus.com>
27701
27702 * gdb.base/remote.exp: New test for remote downloading settings.
27703 * gdb.base/remote.c: New file with large .data.
27704
27705 1999-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
27706
27707 * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
27708 for LinuxThreads support, merged from the Code Fusion branch.
27709
27710 Mon Oct 11 13:57:21 1999 Andrew Cagney <cagney@amy.cygnus.com>
27711
27712 * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
27713 containing exp_continue into a while within an expect. Don't
27714 attempt a start more than three times. Check return value from
27715 gdb_load.
27716
27717 Wed Oct 6 12:05:58 1999 Andrew Cagney <cagney@b1.cygnus.com>
27718
27719 * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
27720 a pass case.
27721
27722 1999-10-01 Kevin Buettner <kevinb@cygnus.com>
27723
27724 * gdb.base/break.c (main): Added a statement that we can step
27725 off of.
27726 * gdb.base/break.exp: Added tests for setting a breakpoint
27727 at an offset and stepping onto a breakpoint.
27728
27729 1999-10-01 Fred Fish <fnf@cygnus.com>
27730
27731 * gdb.base/help.exp (help add-symbol-file): Update to match current
27732 gdb output.
27733
27734 1999-09-18 Jim Blandy <jimb@cris.red-bean.com>
27735
27736 * gdb.base/break.exp: Code locations are in hex, don't forget!
27737 (For HP-UX.)
27738
27739 1999-09-17 Stan Shebs <shebs@andros.cygnus.com>
27740
27741 * condbreak.exp: Use break.c as test program.
27742 * condbreak.c: Remove, redundant with break.c.
27743
27744 1999-09-15 Stan Shebs <shebs@andros.cygnus.com>
27745
27746 * config/monitor.exp (gdb_target_monitor): Disable X- and
27747 Z-packets if the target needs it.
27748
27749 1999-09-13 James Ingham <jingham@leda.cygnus.com>
27750
27751 * gdb.c++/overload.exp: Added tests for listing overloaded
27752 functions with function pointers in the arg, explicitly calling
27753 out the version you want.
27754
27755 1999-09-09 Stan Shebs <shebs@andros.cygnus.com>
27756
27757 * long_long.exp: Add variations of test cases that work for
27758 targets with 16-bit ints and 32-bit doubles.
27759
27760 1999-09-08 Stan Shebs <shebs@andros.cygnus.com>
27761
27762 * break.c (main): Compare a possibly-uninitialized argc with an
27763 unlikely value that fits in 16 bits.
27764
27765 1999-09-07 Stan Shebs <shebs@andros.cygnus.com>
27766
27767 * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
27768 0xfeeb, don't want negative numbers if ints are 16 bits.
27769
27770 * lib/gdb.exp (skip_cplus_tests): New proc.
27771 * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
27772 gdb.c++/anon-union.exp, gdb.c++/classes.exp,
27773 gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
27774 gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
27775 gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
27776 gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
27777 gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
27778 gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
27779
27780 * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
27781
27782 Fri Sep 3 15:37:12 1999 Kevin Buettner <kevinb@cygnus.com>
27783
27784 * gdb.base/corefile.exp (up): Allow a parameter to appear
27785 in the frame that we're going up to.
27786
27787 From Jim Blandy <jimb@cygnus.com>:
27788
27789 * gdb.base/default.exp (info float): Expect some output now.
27790
27791 * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
27792 returning floating-point values to fail on the x86.
27793 * gdb.base/callfwmall.exp (do_function_calls): Same.
27794
27795 * gdb.base/list.exp (test_listsize): Correct expectations for
27796 listing line 1 with listsize 2. Also, listing a single line
27797 works now, as does listing three lines. [Kevin's note: There
27798 were a number of other cases fixed too where the expectations
27799 differed...]
27800
27801 1999-09-02 Stan Shebs <shebs@andros.cygnus.com>
27802
27803 * gdb.base/selftest.exp: Add case for when version prints as
27804 constant string instead of char pointer.
27805
27806 1999-08-25 Stan Shebs <shebs@andros.cygnus.com>
27807
27808 * gdb.base/ending-run.exp: Add Solaris case for what happens when
27809 stepping out of main.
27810
27811 * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
27812 G++ used.
27813
27814 * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
27815 always, expect ptype InnerLocal::NestedInnerLocal to fail always.
27816
27817 * gdb.c++/ovldbreak.exp: Update match string in test that
27818 includes a warning of multiple breakpoints.
27819
27820 1999-08-24 Stan Shebs <shebs@andros.cygnus.com>
27821
27822 * gdb.base/display.exp: Improve precision of step-after-finish
27823 added yesterday.
27824
27825 * gdb.base/signals.exp: Add extra wildcard to "handle all print"
27826 test.
27827
27828 * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
27829 configs when using G++, not just hppa*.
27830
27831 1999-08-24 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27832
27833 * gdb.base/async.c: New file.
27834 * gdb.base/async.exp: New file.
27835
27836 Tue Aug 24 03:24:53 1999 Jeffrey A Law (law@cygnus.com)
27837
27838 * gdb.base/break.exp: Tweak PA specific tests to properly handle
27839 PA64.
27840
27841 Mon Aug 23 10:25:20 1999 Jeffrey A Law (law@cygnus.com)
27842
27843 * gdb.base/display.exp: "finish" can leave us mid-line on many
27844 targets, deal with it. Add a small constant to main, instead of
27845 1000 since main+1000 may not be a valid address in the target.
27846
27847 * gdb.base/dollar.exp: Do not run for PA processors in wide mode
27848 on hpux11.
27849
27850 * gdb.base/attach.exp: Handle another hpux11 error message variant
27851 when attaching to a process that does not exist.
27852
27853 1999-08-19 J.T. Conklin <jtc@redback.com>
27854
27855 * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
27856 characters in 'continue to 1241' test.
27857
27858 1999-08-17 Stan Shebs <shebs@andros.cygnus.com>
27859
27860 * gdb.base/call-ar-st.exp: Add a shorter match case for the
27861 stop in print_long_arg_list, define and use a whitespace
27862 variable in print_small_structs test, add an XFAIL for Solaris.
27863 * gdb.base/dbx.exp: XFAIL func commands until somebody is
27864 interested enough to fix.
27865
27866 1999-08-13 Keith Seitz <keiths@cygnus.com>
27867
27868 * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
27869 (dbx_gdb_load): Remove. Use gdb_load instead, since that
27870 proc knows about targets other than the natives.
27871 (test_assign): Use "gdb_run_cmd" to "run" the target.
27872 Check that we've actually hit the breakpoint at main.
27873 When we attempt to assign a value to a local variable, check
27874 that the variable is in the current scope, i.e., don't use
27875 a test with an empty result.
27876
27877 Tue Aug 10 15:25:16 1999 Andrew Cagney <cagney@b1.cygnus.com>
27878
27879 * gdb.base/maint.exp: Add test of ``maintenance internal-error''
27880 command.
27881
27882 1999-08-09 Stan Shebs <shebs@andros.cygnus.com>
27883
27884 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27885 gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
27886 gdb.compat, gdb.threads-hp.
27887 gdb.hp/configure, gdb.hp/configure.in: New files.
27888 gdb.hp/Makefile.in: Recurse into new subdirs.
27889 gdb.hp/gdb.defects: New directory, tests for HP bug reports.
27890 gdb.hp/gdb.objdbg: New directory, tests for debugging info
27891 in object files.
27892 gdb.hp/tools: New directory, aux tools for HP-specific tests.
27893
27894 1999-08-05 Stan Shebs <shebs@andros.cygnus.com>
27895
27896 * gdb.base/display.exp: Help expect by putting a newline in the
27897 funky printf, remove a bogus p/a test.
27898
27899 1999-08-05 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27900
27901 * gdb.base/display.exp: Make sure that when we say 'run', we are
27902 connected to the target. This is necessary when running not
27903 natively.
27904
27905 1999-08-03 Stan Shebs <shebs@andros.cygnus.com>
27906
27907 * gdb.base/step-test.exp: Removed some extraneous messages.
27908
27909 * gdb.base/long_long.exp: Don't run memory examination tests
27910 on little-endian targets (they will need a different set of
27911 results to match).
27912
27913 1999-08-02 Stan Shebs <shebs@andros.cygnus.com>
27914
27915 * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
27916 until somebody decides to fix GDB.
27917
27918 * gdb.base/long_long.c: Stop compiler complaint by specifying long
27919 constant as "ULL".
27920 * gdb.base/long_long.exp: Loosen x/c test, add partial result
27921 matches for a couple x/2 commands.
27922
27923 1999-07-30 Stan Shebs <shebs@andros.cygnus.com>
27924
27925 * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
27926 by merging in ref-types2 tests.
27927 * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
27928
27929 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27930 * gdb.c++/Makefile.in: Add standard actions.
27931 (EXECUTABLES): Rename from PROGS, update list.
27932 * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
27933 from gdb.hp.
27934 * gdb.c++/anon-union.cc: Don't use anonymous struct, make
27935 foo and bar locals.
27936 * gdb.c++/anon-union.exp: Fix tests to match.
27937 * gdb.c++/classes.exp: Run if HP compiler used, add extra
27938 expect matches to handle output variations.
27939 * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
27940 * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
27941 output, add HP alternatives for new and delete prints.
27942 * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
27943 gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
27944 * gdb.c++/demangle.exp: Use $style when reporting failure.
27945 * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
27946 * gdb.c++/inherit.exp: Run if HP compiler used, add some
27947 match alternatives.
27948 * gdb.c++/local.exp: Add match alternatives or xfails for HP
27949 compilers.
27950 * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
27951 * gdb.c++/method.exp: Add match alternatives.
27952 * gdb.c++/misc.cc: Add bool types.
27953 * gdb.c++/misc.exp: Add tests for bool types.
27954 * gdb.c++/overload.exp: Add xfails.
27955 * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
27956 * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
27957 add some more template parameter tests (only for HP currently).
27958 * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
27959 * gdb.c++/virtfunc.cc: Add return type and value for main.
27960 * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
27961 match alternatives.
27962
27963 1999-07-30 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
27964
27965 * gdb.base/display.exp: Fix output of 'p/a &&j' test.
27966
27967 1999-07-29 Jim Blandy <jimb@savonarola.red-bean.com>
27968
27969 * gdb.base/signals.exp: Don't expect getting a backtrace from
27970 within a signal handler to fail on Linux.
27971
27972 1999-07-29 Stan Shebs <shebs@andros.cygnus.com>
27973
27974 From Jimmy Guo <guo@cup.hp.com> and others at HP:
27975 * lib/gdb.exp: Remove some gratuitious semicolons.
27976 (delete_breakpoints): Increase timeout.
27977 (gdb_expect): Add -notransfer option.
27978 (gdb_test): Use -notransfer option.
27979 (get_compiler_info): Add f77 case.
27980 (get_compiler): New proc, split out from gdb_preprocess, add f77
27981 case.
27982 (gdb_preprocess): Call get_compiler.
27983
27984 * gdb.base/Makefile.in (EXECUTABLES): Update the list.
27985 * gdb.base/attach.exp, gdb.base/display.exp,
27986 gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
27987 gdb.base/long_long.exp, gdb.base/printcmds.exp,
27988 gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
27989 third arg to gdb_test.
27990 * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
27991 * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
27992 HP-UX xfails, add others.
27993 * gdb.base/completion.exp: Reflect name change of self-test.
27994 * gdb.base/condbreak.exp, gdb.base/corefile.exp,
27995 gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
27996 gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
27997 HP failure number.
27998 * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
27999 useless HP-UX 10.30 references.
28000 * gdb.base/maint.exp: Loosen matches.
28001 * gdb.base/pointers.c (main): Declare more_code.
28002 * gdb.base/pointers.exp: Match on output of a `next'.
28003 * gdb.base/structs.c: Add prototypes.
28004 * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
28005 * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
28006
28007 1999-07-29 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28008
28009 * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
28010 command.
28011
28012 1999-07-27 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28013
28014 * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
28015 Fix run to main failures. Watchpoint can be hardware watchpoint.
28016
28017 * gdb.base/annota1.exp: Clean up some more, in case printf has
28018 debug info. Deal with lack of signal hanlder info in stack.
28019
28020 From Jim Kingdon <kingdon@redhat.com>:
28021 * gdb.base/annota1.exp: If printf has debug info, deal with it.
28022
28023 1999-07-19 Stan Shebs <shebs@andros.cygnus.com>
28024
28025 * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
28026 gdb.base/foll-vfork.exp: Don't run for crosses.
28027
28028 Tue Jul 13 23:37:18 1999 Andrew Cagney <cagney@b1.cygnus.com>
28029
28030 * gdb.base/configure.in: Check for gdbvars.exp instead of
28031 a1-selftest.exp.
28032 * gdb.base/configure: Re-generate.
28033
28034 1999-07-12 Stan Shebs <shebs@andros.cygnus.com>
28035
28036 * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
28037 in trying to run first and name is too long.
28038
28039 * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
28040 pointers2.c and pointers2.exp, respectively.
28041 * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
28042 doschk happier.
28043
28044 1999-07-08 Stan Shebs <shebs@andros.cygnus.com>
28045
28046 * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
28047 callfuncs2.c and callfuncs2.exp.
28048
28049 * gdb.base/list.exp: Remove mistaken xfails.
28050 * gdb.base/list0.h: Add optional prototypes.
28051
28052 Wed Jul 7 00:27:35 1999 Andrew Cagney <cagney@amy.cygnus.com>
28053
28054 * gdb.base/setvar.exp: Increase the time-out on tests indirectly
28055 calling malloc.
28056 * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
28057 * ptype.exp: Move test for get_debug_format to before its first
28058 use.
28059
28060 1999-07-06 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28061
28062 * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
28063 * gdb.base/annota2.cc, annota2.exp: Move from here.
28064 * gdb.c++/annota2.cc, annota2.exp: To here.
28065 * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
28066
28067 Tue Jun 29 11:56:06 1999 Andrew Cagney <cagney@b1.cygnus.com>
28068
28069 * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
28070 a consistent format.
28071
28072 1999-06-25 Stan Shebs <shebs@andros.cygnus.com>
28073
28074 From Jimmy Guo <guo@cup.hp.com> and others at HP:
28075 * lib/gdb.exp (get_compiler_info): Add detection for assorted
28076 HP compilers, also set the globals $true and $false.
28077
28078 * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
28079 call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
28080 coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
28081 jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
28082 long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
28083 printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
28084 scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
28085 sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
28086 solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
28087 whatis.c} Add C++ compatible function definitions and return
28088 types, add includes for library functions.
28089 * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
28090 * gdb.base/step-test.c (myglob): Rename from glob.
28091 * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
28092 foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
28093 files, move here from gdb.hp.
28094 * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
28095 commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
28096 ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
28097 Adjust line numbers in regexps.
28098
28099 * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
28100 miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
28101 instead of 0/1.
28102
28103 * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
28104 foll-vfork.exp: New files, move here from gdb.hp.
28105 * gdb.base/page.exp: New file, test of pagination command.
28106
28107 * gdb.base/watchpoint.c (recurser): New function, for watchpoint
28108 recursion test.
28109 * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
28110
28111 * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
28112 gdb.base/solib.exp: Fix compiler invocation process.
28113
28114 * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
28115 HP-UX 11, turn off overload resolution explicitly.
28116 * gdb.base/commands.exp: Set argument list explicitly, add
28117 watchpoint test.
28118 * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
28119 them work.
28120 * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
28121 expressions properly.
28122 * gdb.base/corefile.exp: Loosen the match slightly.
28123 * gdb.base/default.exp: Allow "Error accessing memory" message
28124 also.
28125 * gdb.base/display.exp: Skip over x/0 j if PA64.
28126 * gdb.base/funcargs.exp: Add xfails for HP-UX.
28127 * gdb.base/interrupt.exp: Ditto.
28128 * gdb.base/langs.exp: Add symbolic matches governed by compiler
28129 in use.
28130 * gdb.base/list.exp: Add xfails for HP-UX.
28131 * gdb.base/long_long.exp: Refine some of the numeric matches.
28132 * gdb.base/mips_pro.exp: Xfail on HP-UX.
28133 * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
28134 * gdb.base/nodebug.exp: Succeed on more varieties of output.
28135 * gdb.base/opaque.exp: Remove some HP-UX xfails.
28136 * gdb.base/ptype.exp: Succeed on more varieties of output.
28137 * gdb.base/scope.exp: Add xfails for HP-UX.
28138 * gdb.base/sect-cmd.exp: Add more cases.
28139 * gdb.base/setvar.exp: Add xfails for HP-UX.
28140 * gdb.base/shlib-call.exp: Loosen some matches slightly.
28141 * gdb.base/signals.exp: Match on void symbolically.
28142 * gdb.base/step-test.exp: Add case for PA64.
28143 * gdb.base/term.exp: Add exit and restart.
28144 * gdb.base/twice.exp: Clean up after self.
28145 * gdb.base/varargs.exp: Disable overload resolution explicitly.
28146 * gdb.base/whatis.exp: Allow more ways to pass tests.
28147
28148 * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
28149 no longer useful.
28150
28151 Fri Jun 25 19:27:28 1999 Andrew Cagney <cagney@b1.cygnus.com>
28152
28153 * lib/gdb.exp (proc gdb_expect_list): New procedure. Matches a
28154 list of patterns.
28155 * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
28156 print_double_array(double_array)", "continuing to breakpoint
28157 1018", "print print_double_array(array_d)" and "continuing to
28158 1034" tests.
28159
28160 1999-06-24 Jason Molenda (jsm@bugshack.cygnus.com)
28161
28162 * Makefile.in: Add empty html and install-html targets.
28163
28164 1999-06-24 Stan Shebs <shebs@andros.cygnus.com>
28165
28166 * config/mt-*: Remove, these haven't been used since 1996.
28167
28168 1999-06-22 Stan Shebs <shebs@andros.cygnus.com>
28169
28170 * gdb.base/call-strs.c, gdb.base/ending-run.c,
28171 gdb.base/step-test.c: Include stdlib.h and string.h as needed.
28172 * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
28173
28174 1999-06-18 Stan Shebs <shebs@andros.cygnus.com>
28175
28176 * gdb.c++/overload.exp: XFAIL everything if using G++, add a
28177 simpler match case for the ptype of the big class.
28178
28179 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28180
28181 * gdb.exp: Fix test for gdb_prompt existence.
28182
28183 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28184
28185 * gdb.exp (gdb_test): Add fail after calls to perror.
28186
28187 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28188
28189 * gdb.exp (gdb_test): Accept variations of Undefined command messages.
28190
28191 1999-06-16 Fernando Nasser <fnasser@totem.to.cygnus.com>
28192
28193 * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
28194
28195 Fri Jun 11 12:56:50 1999 Andrew Cagney <cagney@b1.cygnus.com>
28196
28197 * gdb.base/call-strs.c (link_malloc): New function. Ensure that
28198 malloc() is linked in.
28199
28200 1999-06-08 Fernando Nasser <fnasser@totem.to.cygnus.com>
28201
28202 * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
28203 step at end.
28204
28205 * gdb.base/annota1.exp: Increase match_max to prevent timeout.
28206
28207 1999-06-08 Jim Blandy <jimb@zwingli.cygnus.com>
28208
28209 * gdb.java/jv-print.exp: New file. (Our first Java test!)
28210
28211 Fri Jun 4 10:47:46 1999 Jeffrey A Law (law@cygnus.com)
28212
28213 * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
28214 * gdb.base/mips_pro.exp: Likewise.
28215
28216 1999-06-02 Keith Seitz <keiths@cygnus.com>
28217
28218 * gdb.c++/templates.cc: Change all "new" operators to throw
28219 an exception.
28220 * gdb.c++/cplusfuncs.cc: Likewise.
28221
28222 * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
28223
28224 Wed Jun 2 17:37:05 1999 Andrew Cagney <cagney@b1.cygnus.com>
28225
28226 * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
28227 * gdb.base/ending-run.exp: When stepping out of main, accept a
28228 step into an arbitrary assembler file.
28229
28230 1999-05-20 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28231
28232 * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
28233 "breakpoint-invalid" to be printed.
28234 * gdb.base/annota2.exp: Revise line number for main
28235 breakpoint. Allow any number of "frames-invalid" and
28236 "breakpoint-invalid" to be printed.
28237 * gdb.base/annota2.cc: Initialize a.x to 0.
28238
28239 1999-05-17 Keith Seitz <keiths@cygnus.com>
28240
28241 * gdb.base/call-ar-st.exp: Skip
28242 "print print_double_array (double_array)" when "skip_float_tests" set.
28243 Ditto for "print print_double_array(array_d)",
28244 "print print_small_structs", "print print_ten_doubles", and
28245 "step into print_long_arg_list".
28246 Don't assume we can step into "print_long_arg_list": we could step
28247 into memcpy.
28248 * gdb.base/call-rt-st.exp: Don't run float-related tests when
28249 "skip_float_tests" is set: "print print_one_double(*d1)"
28250 and "print print_two_floats(*f3)".
28251 * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
28252 "skip_float_tests" is set.
28253 * gdb.base/varargs.exp: Skip
28254 "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)" when
28255 "skip_float_tests" set.
28256
28257 1999-05-06 Keith Seitz <keiths@cygnus.com>
28258
28259 * gdb.base/annota2.cc: Include stdio.h.
28260
28261 Wed May 5 17:44:31 1999 Stan Shebs <shebs@andros.cygnus.com>
28262
28263 * gdb.base/crossload.exp: Remove, this has been disabled ever
28264 since BFD stopped including all targets, and cross-GDB gets
28265 plenty of testing anyway.
28266 * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
28267 gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
28268 gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
28269 * gdb.base/README: Remove, was doc for this.
28270 * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
28271 needed.
28272
28273 1999-05-04 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28274
28275 * gdb.base/call-ar-st.exp: Fix one regular expression in test
28276 output.
28277
28278 * gdb.base/annota1.exp: New file. Annotation level 2 tests.
28279 * gdb.base/annota2.exp: New file. More annotation tests.
28280 * gdb.base/annota1.c: New file. Source file for annota1.exp.
28281 * gdb.base/annota2.cc: New file. Source file for annota2.exp.
28282
28283 1999-04-23 Angela Marie Thomas <angela@cygnus.com>
28284
28285 * config/cfdbug.exp: New file.
28286
28287 1999-04-20 Jim Blandy <jimb@zwingli.cygnus.com>
28288
28289 * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
28290 Marcus Daniel's and Dale Hawkins's demangler crashes.
28291
28292 * gdb.c++/demangle.exp (test_gnu_style_demangling,
28293 test_lucid_style_demangling, test_arm_style_demangling,
28294 test_hp_style_demangling): Try Tom Tromey's core-dumping
28295 identifier under each demangling style.
28296
28297 1999-04-07 Jim Blandy <jimb@zwingli.cygnus.com>
28298
28299 * gdb.c++/demangle.exp: Include the current demangling style
28300 in all test names.
28301 (current_demangling_style): New global variable.
28302 (set_demangling_style, test_demangling_core, test_demangling,
28303 test_demangling_exact): New functions.
28304 (test_gnu_style_demangling, test_lucid_style_demangling,
28305 test_arm_style_demangling, test_hp_style_demangling): Use those,
28306 instead of calling gdb_test and gdb_test_exact directly.
28307 (catch_demangling_errors): New function, which reports errors
28308 signalled by the demangling test functions in an orderly way.
28309 (do_tests): Use catch_demangling_errors.
28310
28311 1999-04-06 Jim Blandy <jimb@zwingli.cygnus.com>
28312
28313 * gdb.base/signals.exp (test_handle_all_print): Use () for
28314 grouping in expressions, not {}.
28315
28316 * gdb.base/smoke.exp: Test value of x, not y. The latter isn't
28317 initialized yet.
28318
28319 1999-04-01 Stan Shebs <shebs@andros.cygnus.com>
28320
28321 * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
28322 are listed.
28323
28324 1999-03-26 Stan Shebs <shebs@andros.cygnus.com>
28325
28326 * gdb.stabs/weird.exp: Test for CC being defined before
28327 looking at its value.
28328
28329 1999-03-25 Stan Shebs <shebs@andros.cygnus.com>
28330
28331 * gdb.base/call-ar-st.exp: Remove stray '#'.
28332 * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
28333 "short int" and "long int".
28334 * gdb.c++/overload.cc: Cast the string added in the previous
28335 change, to mollify finicky HP compiler.
28336 * gdb.hp/reg-test.exp (testfile): Fix file name.
28337 * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
28338
28339 * gdb.c++/misc.cc (main): Initialize obj_with_enum.
28340 * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
28341 alternate form of enum ptype.
28342
28343 1999-03-23 Stan Shebs <shebs@andros.cygnus.com>
28344
28345 * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
28346 * gdb.hp/*.exp: Change all to run compiler probe only after
28347 passing skip_hp_tests, so as not to waste time on guaranteed
28348 failure.
28349
28350 * gdb.c++/overload.cc: Pass string instead of char addr, always
28351 init ccpfoo.
28352 * gdb.c++/templates.cc: Fix syntax error.
28353
28354 Tue Mar 23 14:56:36 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28355
28356 * gdb.base/commands.exp: Add test for correct position of '>'
28357 when issuing the 'commands' command after a 'while' or 'if'
28358 command.
28359
28360 1999-03-18 James Ingham <jingham@cygnus.com>
28361
28362 * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
28363
28364 * gdb.c++/method.exp: It was testing an uninitialized int on the
28365 stack and assuming it was positive.
28366
28367 * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
28368
28369 * gdb.base/step-test.exp: Catch a case where finish is broken and
28370 keep it from killing the rest of the tests.
28371 Use gdb_continue_to_end.
28372
28373 * gdb.base/sigall.exp: use gdb_continue_to_end.
28374
28375 * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
28376
28377 * gdb.base/display.exp: use runto_main, not run.
28378
28379 * gdb.base/default.exp: Check for the current error message in the
28380 r abbreviation test.
28381 Add strongarm to the targets that know info float.
28382
28383 * gdb.base/condbreak.exp: Use the gdb_run command rather than just
28384 run which doesn't work with monitors.
28385
28386 * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to
28387 1034 test.
28388
28389 * gdb.base/break.exp: use the gdb_continue_to_end proc.
28390
28391 * lib/gdb.exp: I had added gdb_continue_to_end used to run to the
28392 end of a program. Traps the case (in Cygmon) when the program
28393 never really exits. Same as Mark's continue_to_exit, but I had
28394 put it in a lot more places, so I used my name. Sorry Mark...
28395
28396 * config/monitor.exp (gdb_target_monitor): added another
28397 target_info parameter: remotebinarydownload. This will set the
28398 remotebinarydownload flag if this is causing some boards trouble.
28399
28400 1999-03-18 Mark Salter <msalter@cygnus.com>
28401
28402 * lib/gdb.exp (continue_to_exit): New function.
28403
28404 * gdb.base/ena-dis-br.exp: Clean up for remote targets.
28405 * gdb.base/ending-run.exp: Ditto.
28406 * gdb.base/step-test.exp: Ditto.
28407
28408 1999-03-16 Stan Shebs <shebs@andros.cygnus.com>
28409
28410 * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
28411 (suggested by Art Haas <ahaas@neosoft.com>).
28412
28413 1999-03-16 Jim Blandy <jimb@zwingli.cygnus.com>
28414
28415 * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
28416
28417 Fri Mar 12 18:06:21 1999 Stan Shebs <shebs@andros.cygnus.com>
28418
28419 * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
28420 descriptions of types (short unsigned int vs unsigned short, etc).
28421
28422 1999-03-12 Jim Blandy <jimb@zwingli.cygnus.com>
28423
28424 * gdb.base/call-strs.exp: Don't assume that `step' will step over
28425 a call to strlen; sometimes we do have sources.
28426
28427 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
28428
28429 * gdb.base/call-ar-st.c (main): Terminate char_array with a null
28430 character, so GDB won't print garbage after its end.
28431
28432 * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
28433 breakpoint there instead. Sometimes GCC emits memcpy to handle
28434 the large structures being passed by value, so we step into that
28435 instead of sum_array_print, which obscures what we're really testing.
28436 * gdb.base/step-test.exp: However, we do want a test that notices
28437 the bizarre steps into memcpy, so do that here. Add check for
28438 stepping into function calls that pass large structures by value.
28439 ("Is that a noun clause, or are you just happy to see me?")
28440 Remove all references to specific line numbers.
28441 * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
28442 New type and function.
28443 (main): Call large_struct_by_value, passing it a large struct by value.
28444 * lib/gdb.exp (gdb_get_line_number): New function.
28445
28446 * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
28447 more portable.
28448
28449 1999-03-08 Jim Blandy <jimb@zwingli.cygnus.com>
28450
28451 * lib/gdb.exp: Doc fixes.
28452
28453 1999-03-05 Nick Clifton <nickc@cygnus.com>
28454
28455 * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
28456
28457 1999-03-04 Jim Blandy <jimb@zwingli.cygnus.com>
28458
28459 * gdb.base/display.exp: Don't exercise the "detach" and "kill"
28460 commands. They're not germane to this test, and they don't work
28461 that way on remote targets.
28462
28463 1999-03-01 James Ingham <jingham@cygnus.com>
28464
28465 * Changelog entries merged over from gdb development branch.
28466
28467 Tue Jan 5 12:33:47 1999 Keith Seitz <keiths@cygnus.com>
28468
28469 * lib/gdb.exp (gdbtk_analyze_results): Generic function
28470 for outputting results of test run.
28471
28472 1998-12-07 Martin M. Hunt <hunt@cygnus.com>
28473
28474 * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
28475
28476 1999-02-25 Felix Lee <flee@cygnus.com>
28477
28478 * lib/gdb.exp (debug_format): initialize
28479
28480 1999-02-25 Jason Molenda (jsm@bugshack.cygnus.com)
28481
28482 * gdb.base/call-ar-st.c: Include string.h, not strings.h.
28483 * gdb.base/call-rt-st.c: Ditto.
28484
28485 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
28486
28487 * gdb.threads/pthreads.exp (horiz): New variable.
28488 (test_startup): Fix regexps that capture thread numbers.
28489
28490 1999-02-10 Jason Molenda (jsm@bugshack.cygnus.com)
28491
28492 * gdb.base/smoke.exp: Disambiguate two test case names (both
28493 called ``print'').
28494
28495 Fri Feb 5 12:42:56 1999 Stan Shebs <shebs@andros.cygnus.com>
28496
28497 * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
28498 compilation.
28499
28500 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
28501
28502 * gdb.base/miscexprs.exp: Change patterns to match GDB's
28503 actual output formatting.
28504 * gdb.base/smoke.exp: GDB removes leading 0's.
28505 * gdb.base/volatile.exp: Don't check type of remuneration;
28506 that variable is no longer defined in constvars.c.
28507 * gdb.base/step-test.c (main): Exit with explicit exit code.
28508 * gdb.base/step-test.exp: Remove two nexti checks--they are
28509 not portable.
28510
28511 1999-02-04 Jason Molenda (jsm@bugshack.cygnus.com)
28512
28513 * gdb.base/help.exp ("help delete display"): Fix test to match
28514 gdb's output.
28515
28516 * gdb.base/long_long.c (known_types): Initialize values to zero.
28517 * gdb.base/long_long.exp: Step one more line
28518 so 'dec' is initialized in "get to known place". GDB removes
28519 leading zeros. Explicitly ask for hex formatting. Use
28520 unique test case names.
28521
28522 Tue Feb 2 10:16:08 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28523
28524 * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
28525
28526 * gdb.c++/method.exp: Add missing close brace.
28527
28528 1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com>
28529
28530 * gdb.base/maint.exp: Use 'set height 0' to disable page
28531 prompting, not 'set height 400'.
28532
28533 Fix a bunch of timeouts.
28534 * gdb.base/maint.exp ("maint print objfiles"): Break this up into
28535 four separate tests, so expect doesn't take forever to match a ton
28536 of text against a regexp with lots of .* forms.
28537 ("maint print psymbols", "maint print symbols"): Make some of
28538 these greps more selective, so that expect doesn't try to wade
28539 through huge piles of output and time out.
28540
28541 * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
28542
28543 * gdb.base/maint.exp ("maint info breakpoints"): Split into two
28544 tests: one which doesn't expect shlib events to be reported, and
28545 another which does, but is XFAIL for all platforms other than
28546 HP/UX.
28547
28548 * gdb.base/break.exp: Teach the test suite that the `catch
28549 fork', `catch vfork', and `catch exec' commands produce error
28550 messages on platforms that don't provide these features.
28551
28552 Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com>
28553
28554 * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
28555 so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
28556 (shortening names from solib_threshold.exp etc), won't run on
28557 anything but HP-UX for the foreseeable future.
28558 * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
28559 reflect move.
28560
28561 Thu Jan 21 15:46:49 1999 Stan Shebs <shebs@andros.cygnus.com>
28562
28563 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
28564 gdb.trace/Makefile.in (clean): Remove all test executables.
28565
28566 Tue Jan 19 17:20:09 1999 David Taylor <taylor@texas.cygnus.com>
28567
28568 * gdb.base/shlib-call.exp: add test cases to verify that gdb
28569 successfully re-sets breakpoints in shared libraries.
28570 * gdb.base/shmain.c (main): return 0, don't fall off the end.
28571
28572 Fri Jan 15 14:04:57 1999 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
28573
28574 * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
28575 and compiled w/o GCC.
28576
28577 * gdb.hp/watch-cmd.exp: ditto.
28578
28579 * gdb.hp/watch-hp.exp: ditto.
28580
28581 * gdb.hp/xdb1.exp: ditto.
28582
28583 * gdb.hp/xdb2.exp: ditto.
28584
28585 * gdb.hp/dbx.exp: ditto.
28586
28587 Thu Jan 14 18:36:48 1999 Stan Shebs <shebs@andros.cygnus.com>
28588
28589 * constvars.c: Remove C++-isms.
28590 * constvars.exp: Use gdb_test everywhere, add xfails if compiled
28591 with GCC.
28592
28593 Mon Jan 11 10:08:03 1999 David Taylor <taylor@texas.cygnus.com>
28594
28595 The following changes are part of the HP merge.
28596
28597 * gdb.base/break.exp: new tests to verify that catchpoints for
28598 fork, vfork, and exec don't trigger inappropriately.
28599
28600 * gdb.base/opaque.exp: compile one file at a time, then link.
28601
28602 * gdb.base/signals.exp: be more restrictive about which hppa
28603 systems receive a setup_xfail. new tests.
28604
28605 * gdb.base/solib_threshold.build: new file.
28606 * gdb.base/solib_threshold.exp: new file.
28607 * gdb.base/solib_threshold.link_opts: new file.
28608 * gdb.base/solib_threshold.mk: new file.
28609 * gdb.base/gen_solib_threshold.c: new file.
28610
28611 * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
28612 tests. New tests for enums inside classes.
28613
28614 * gdb.c++/compiler.cc: indicate support of template debugging.
28615
28616 * gdb.c++/demangle.exp: run hp style demangling tests.
28617
28618 * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
28619 tests.
28620
28621 * gdb.c++/misc.cc: changes to support new tests.
28622
28623 * gdb.c++/templates.cc: changes to support HP's compiler; changes
28624 to support new tests.
28625
28626 * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
28627 gcc, then skip these tests.
28628
28629 Sun Jan 10 23:44:11 1999 David Taylor <taylor@texas.cygnus.com>
28630
28631 The following files are part of the HP merge; some had longer
28632 names at HP, but have been renamed to be no more than 14
28633 characters in length.
28634
28635 * gdb.hp/ambiguous.cc: new file.
28636 * gdb.hp/ambiguous.exp: new file.
28637 * gdb.hp/attach.exp: new file.
28638 * gdb.hp/attach2.exp: new file.
28639 * gdb.hp/classes-hp.exp: new file.
28640 * gdb.hp/ctti.exp: new file.
28641 * gdb.hp/ctti-add.cc: new file.
28642 * gdb.hp/ctti-add1.cc: new file.
28643 * gdb.hp/ctti-add2.cc: new file.
28644 * gdb.hp/ctti-add3.cc: new file.
28645 * gdb.hp/dbx.exp: new file.
28646 * gdb.hp/exception.cc: new file.
28647 * gdb.hp/exception.exp: new file.
28648 * gdb.hp/foll-exec.c: new file.
28649 * gdb.hp/foll-exec.exp: new file.
28650 * gdb.hp/foll-fork.c: new file.
28651 * gdb.hp/foll-fork.exp: new file.
28652 * gdb.hp/foll-vfork.c: new file.
28653 * gdb.hp/foll-vfork.exp: new file.
28654 * gdb.hp/inherit-hp.exp: new file.
28655 * gdb.hp/more-steps.exp: new file.
28656 * gdb.hp/namespace.cc: new file.
28657 * gdb.hp/namespace.exp: new file.
28658 * gdb.hp/optimize.exp: new file.
28659 * gdb.hp/pxdb.c: new file.
28660 * gdb.hp/pxdb.exp: new file.
28661 * gdb.hp/quicksort.exp: new file.
28662 * gdb.hp/reg-test.exp: new file.
28663 * gdb.hp/reg-test.s: new file.
28664 * gdb.hp/sized-enum.c: new file.
28665 * gdb.hp/sized-enum.exp: new file.
28666 * gdb.hp/start-stop.exp: new file.
28667 * gdb.hp/templ-hp.cc: new file.
28668 * gdb.hp/templ-hp.exp: new file.
28669 * gdb.hp/thr-lib.c: new file.
28670 * gdb.hp/thr-lib.exp: new file.
28671 * gdb.hp/thr-lib.h: new file.
28672 * gdb.hp/thr-liblib.c: new file.
28673 * gdb.hp/virtfun-hp.c: new file.
28674 * gdb.hp/virtfun-hp.exp: new file.
28675 * gdb.hp/watch-cmd.exp: new file.
28676 * gdb.hp/watch-hp.exp: new file.
28677 * gdb.hp/xdb1.exp: new file.
28678 * gdb.hp/xdb2.exp: new file.
28679 * gdb.hp/xdb3.exp: new file.
28680
28681 Wed Jan 6 18:41:15 1999 David Taylor <taylor@texas.cygnus.com>
28682
28683 The following files are part of the HP merge; some had longer
28684 names at HP, but have been renamed to be no more than 14
28685 characters in length.
28686
28687 * gdb.base/ss.h: new file.
28688 * gdb.base/call-ar-st.c: new file.
28689 * gdb.base/call-ar-st.exp: new file.
28690 * gdb.base/call-rt-st.c: new file.
28691 * gdb.base/call-rt-st-exp: new file.
28692 * gdb.base/call-strs.exp: new file.
28693 * gdb.base/ena-dis-br.exp: new file.
28694 * gdb.base/environ.exp: new file.
28695 * gdb.base/long_long.exp: new file.
28696 * gdb.base/sect-cmd.exp: new file.
28697 * gdb.base/shlib-cl2.exp: new file.
28698 * gdb.base/smoke.exp: new file.
28699 * gdb.base/so-impl-ld.c: new file.
28700 * gdb.base/so-impl-ld.exp: new file.
28701 * gdb.base/so-indr-cl.c: new file.
28702 * gdb.base/so-indr-cl.exp: new file.
28703 * gdb.base/varargs.exp: new file.
28704 * gdb.base/volatile.exp: new file.
28705 * gdb.base/whatis-exp.exp: new file.
28706 * gdb.base/display.exp: new file.
28707 * gdb.c++/derivation.exp: new file.
28708 * gdb.c++/local.exp: new file.
28709 * gdb.c++/member-ptr.exp: new file.
28710 * gdb.c++/overload.exp: new file.
28711 * gdb.c++/ovldbreak.exp: new file.
28712 * gdb.c++/ref-types.exp: new file.
28713 * gdb.c++/ref-types2.exp: new file.
28714 * gdb.c++/userdef.exp: new file.
28715
28716 Wed Jan 6 13:50:57 1999 Stan Shebs <shebs@andros.cygnus.com>
28717
28718 * gdb.base/default.exp: Reflect wording change in remote.c.
28719
28720 Tue Jan 5 19:14:51 1999 Michael Snyder <msnyder@cygnus.com>
28721
28722 * gdb.base/help.exp: Update to reflect current text.
28723
28724 Tue Jan 5 13:05:32 1999 David Taylor <taylor@texas.cygnus.com>
28725
28726 * gdb.c++/anon-union.cc: make foo and bar global, otherwise
28727 they're stack variables and contain garbage.
28728 * gdb.c++/anon-union.exp: new file.
28729
28730 The following changes were made by David Taylor
28731 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
28732 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
28733 in changes by HP.
28734
28735 * gdb.base/bitops.exp: new file.
28736 * gdb.base/default.exp: change expected messages for catch and
28737 info catch tests to reflect HP merge changes.
28738 * gdb.base/enable-disable-break.exp
28739 * gdb.base/ending-run.c: new file.
28740 * gdb.base/long_long.c: new file.
28741 * gdb.base/maint.exp: new file.
28742 * gdb.base/pointers2.exp: new file.
28743 * gdb.base/shlib-call2.exp: new file.
28744 * gdb.base/solib.exp: new file.
28745 * gdb.base/step-test.c: new file.
28746 * gdb.c++/anon-union.cc: new file.
28747 * gdb.c++/local.cc: new file.
28748 * gdb.c++/member-pointer.cc: new file.
28749 * gdb.c++/method.cc: new file.
28750 * gdb.c++/ref-types.cc: new file.
28751 * gdb.c++/ref-types2.cc: new file.
28752 * gdb.c++/userdef.cc: new file.
28753
28754 * gdb.base/scope.exp: compile one file at a time, then link.
28755 * gdb.base/langs.exp: ditto.
28756 * gdb.base/list.exp: ditto.
28757
28758 Mon Jan 4 10:06:43 1999 David Taylor <taylor@texas.cygnus.com>
28759
28760 The following changes were made by David Taylor
28761 <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
28762 Edith Epstein <eepstein@cygnus.com> as part of a project to merge
28763 in changes by HP.
28764
28765 * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
28766 skip tests. When compiling pass c++ flag to gdb_compile.
28767 * gdb.c++/
28768
28769 * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
28770 test for on hppa*-*-hpux*; use args to see if c++ was specified.
28771 (skip_hp_tests): new function.
28772 (gdb_preprocess): new function.
28773
28774 * configure.in (hpdir): decide whether to configure gdb.hp.
28775 * configure: regenerated.
28776
28777 * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
28778 to delete on clean.
28779 (EXECUTABLES): update to reflect new additions.
28780 * gdb.base/commands.exp: update message expected.
28781 * gdb.base/default.exp: add copyright notice.
28782 * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
28783 * gdb.base/help.exp: update messages to reflect current text.
28784 * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
28785 targets for recurse tests.
28786 * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
28787 skip this file.
28788
28789 * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
28790 * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
28791 compilation.
28792 * gdb.c++/misc.exp: ditto.
28793 * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
28794 run the tests. tell gdb_compile that it's a c++ compilation.
28795
28796 * gdb.threads/pthreads.exp: fix typo in message.
28797
28798 * gdb.base/all-bin.exp: new file.
28799 * gdb.base/arithmet.exp: new file.
28800 * gdb.base/assign.exp: new file.
28801 * gdb.base/completion.exp: new file.
28802 * gdb.base/cond-expr.exp: new file.
28803 * gdb.base/condbreak.exp: new file.
28804 * gdb.base/define.exp: new file.
28805 * gdb.base/dollar.exp: new file.
28806 * gdb.base/environment.exp: new file.
28807 * gdb.base/eval-skip.exp: new file.
28808 * gdb.base/jump.exp: new file.
28809 * gdb.base/logical.exp: new file.
28810 * gdb.base/pointers.exp: new file.
28811 * gdb.base/relational.exp: new file.
28812 * gdb.base/section_command.exp: new file.
28813 * gdb.base/whatis-expr.exp: new file.
28814
28815 * gdb.base/all-types.c: new file.
28816 * gdb.base/call-array-struct.c: new file.
28817 * gdb.base/call-return-struct.c: new file.
28818 * gdb.base/call-strings.c: new file.
28819 * gdb.base/callfuncs2.c: new file.
28820 * gdb.base/condbreak.c: new file.
28821 * gdb.base/constvars.c: new file.
28822 * gdb.base/display.c: new file.
28823 * gdb.base/int-type.c: new file.
28824 * gdb.base/jump.c: new file.
28825 * gdb.base/miscexprs.c: new file.
28826 * gdb.base/pointers.c: new file.
28827 * gdb.base/pointers2.c: new file.
28828 * gdb.base/shmain.c: new file.
28829 * gdb.base/shr1.c: new file.
28830 * gdb.base/shr2.c: new file.
28831 * gdb.base/solib.c: new file.
28832 * gdb.base/solib1.c: new file.
28833 * gdb.base/solib2.c: new file.
28834 * gdb.base/varargs.c: new file.
28835 * gdb.c++/derivation.cc: new file.
28836 * gdb.c++/overload.cc: new file.
28837 * gdb.c++/ovldbreak.cc: new file.
28838 * gdb.hp/attach.c: new file.
28839 * gdb.hp/attach2.c: new file.
28840 * gdb.hp/average.c: new file.
28841 * gdb.hp/compiler.c: new file.
28842 * gdb.hp/compiler.cc: new file.
28843 * gdb.hp/execd-program.c: new file.
28844 * gdb.hp/follow-exec.c: new file.
28845 * gdb.hp/follow-fork.c: new file.
28846 * gdb.hp/follow-vfork-and-exec.c: new file.
28847 * gdb.hp/misc-hp.cc: new file.
28848 * gdb.hp/more-steps.c: new file.
28849 * gdb.hp/optimize.c: new file.
28850 * gdb.hp/quicksort.c: new file.
28851 * gdb.hp/run-hp.c: new file.
28852 * gdb.hp/start-stop.c: new file.
28853 * gdb.hp/sum.c: new file.
28854 * gdb.hp/templates-hp.cc: new file.
28855 * gdb.hp/thread-local-in-lib.c: new file.
28856 * gdb.hp/thread-local-in-lib.h: new file.
28857 * gdb.hp/thread-local-in-lib.lib.c: new file.
28858 * gdb.hp/vforked-program.c: new file.
28859 * gdb.hp/virtfunc-hp.cc: new file.
28860 * gdb.hp/watchpoint-hp.c: new file.
28861 * gdb.hp/xdb.c: new file.
28862 * gdb.hp/xdb0.c: new file.
28863 * gdb.hp/xdb0.h: new file.
28864 * gdb.hp/xdb1.c: new file.
28865
28866 Mon Dec 21 14:08:38 1998 David Taylor <taylor@texas.cygnus.com>
28867
28868 The following change was made by Edith Epstein
28869 <eepstein@cygnus.com> as part of a project to merge in changes
28870 originally made by HP; HP did not create ChangeLog entries.
28871
28872 * gdb.c++/demangle.exp: changed the expected output for some
28873 ARM-style mangling -- removed second reference to datatype.
28874 For example, maint demangle __dt__11T1__pt__2_cFv
28875 T1<char>::~T1<char>(void)
28876 becomes,
28877 maint demangle __dt__11T1__pt__2_cFv
28878 T1<char>::~T1(void)
28879
28880 (test_hp_style_demangling): new hp specific demangling test cases.
28881
28882 Mon Dec 14 15:07:03 1998 Jeffrey A Law (law@cygnus.com)
28883
28884 * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
28885 * gdb.trace/backtrace.exp: Likewise.
28886 * gdb.trace/circ.exp: Likewise.
28887 * gdb.trace/collection.exp: Likewise.
28888 * gdb.trace/deltrace.exp: Likewise.
28889 * gdb.trace/infotrace.exp: Likewise.
28890 * gdb.trace/limits.exp: Likewise.
28891 * gdb.trace/packetlen.exp: Likewise.
28892 * gdb.trace/passc-dyn.exp: Likewise.
28893 * gdb.trace/passcount.exp: Likewise.
28894 * gdb.trace/report.exp: Likewise.
28895 * gdb.trace/save-trace.exp: Likewise.
28896 * gdb.trace/tfind.exp: Likewise.
28897 * gdb.trace/tracecmd.exp: Likewise.
28898 * gdb.trace/while-dyn.exp: Likewise.
28899 * gdb.trace/while-stepping.exp: Likewise.
28900
28901 1998-12-07 Jim Blandy <jimb@zwingli.cygnus.com>
28902
28903 * gdb.base/restore.exp, gdb.base/restore.c: New tests.
28904
28905 Wed Dec 2 20:03:53 1998 Stan Shebs <shebs@andros.cygnus.com>
28906
28907 From Brendan Kehoe:
28908 * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
28909 int return types.
28910
28911 Sat Oct 24 18:04:22 1998 Felix Lee <flee@cygnus.com>
28912
28913 * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
28914 remote dos host testing right.
28915
28916 Mon Oct 19 01:31:59 1998 Felix Lee <flee@cygnus.com>
28917
28918 * gdb.base/corefile.exp: remove some xfails.
28919
28920 Thu Oct 15 10:04:38 1998 Andrew Cagney <cagney@b1.cygnus.com>
28921
28922 * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
28923 have different timestamps.
28924
28925 Thu Oct 1 20:56:14 1998 Andrew Cagney <cagney@b1.cygnus.com>
28926
28927 * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
28928 gdb.base/default.exp: Replace "exec" with "executable".
28929
28930 Tue Sep 29 15:06:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
28931
28932 * gdb.base/default.exp: Change else if to elseif from previous
28933 delta.
28934
28935 Mon Sep 28 13:21:43 1998 Nick Clifton <nickc@cygnus.com>
28936
28937 * gdb.base/default.exp: Add brace missing from previous delta.
28938
28939 Mon Sep 21 14:39:27 1998 Nick Clifton <nickc@cygnus.com>
28940
28941 * gdb.base/default.exp: Support test for info float for all
28942 varieties of arm toolchain.
28943
28944 Fri Sep 18 14:07:44 1998 Michael Snyder <msnyder@cygnus.com>
28945
28946 * gdb.trace/*.exp: remove "remote_download" command.
28947
28948 Wed Sep 16 11:38:21 1998 Michael Snyder <msnyder@cygnus.com>
28949
28950 * gdb.trace/*.exp: remove -gdwarf from compile.
28951
28952 Wed Sep 16 01:23:11 1998 Felix Lee <flee@cygnus.com>
28953
28954 * gdb.trace/configure.in(AC_INIT): typo
28955 * gdb.trace/configure: regenerated
28956
28957 Mon Sep 14 20:00:04 1998 Michael Snyder <msnyder@cygnus.com>
28958
28959 * config/m68k-emc.exp: New file.
28960 * lib/<emc-support.exp trace-support.exp}: New files.
28961 * configure.in: add new test directory gdb.trace.
28962 * gdb.trace/{configure configure.in Makefile.in}: New files.
28963 * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
28964 * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
28965 * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
28966 * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
28967 * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
28968 * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
28969 * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
28970
28971 Fri Sep 11 13:58:02 1998 Michael Snyder <msnyder@cygnus.com>
28972
28973 * gdb.c++/classes.exp: Change all regular expressions to match
28974 arbitrary combinations of newline/carriage-return, so that they
28975 will work equally well on Unix and Windows.
28976 * gdb.c++/inherit.exp: ditto.
28977 * gdb.c++/virtfunc.exp: ditto.
28978
28979 1998-08-11 Dawn Perchik <dawn@cygnus.com>
28980
28981 * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
28982
28983 Fri Jul 24 15:51:34 1998 Jeffrey A Law (law@cygnus.com)
28984
28985 * gdb.disasm/am33.s: Add tests for autoincrement instructions.
28986 * gdb.disasm/am33.exp: Run time. Update tests which use r8-r15
28987 to use a0-a3/d0-d3 as needed.
28988
28989 Thu Jul 16 18:20:46 1998 Jeffrey A Law (law@cygnus.com)
28990
28991 * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
28992 * gdb.disasm/am33.exp: Corresponding changes.
28993
28994 1998-07-11 Felix Lee <flee@cygnus.com>
28995
28996 * gdb.base/callfuncs.exp: add cmp10 test.
28997 * gdb.base/callfuncs.c (cmp10): new function.
28998
28999 Thurs Jul 9 11:08:31 1998 Dawn Perchik <dawn@cygnus.com>
29000
29001 * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
29002 into two parts to get around a synchronization problem in expect.
29003
29004 Fri Jun 26 14:27:13 1998 Keith Seitz <keiths@cygnus.com>
29005
29006 * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
29007
29008 * configure.in: Add options for gdbtk testsuite.
29009
29010 * configure: Regenerate.
29011
29012 * gdb.gdbtk: New directory to hold gdbtk tests.
29013
29014 Fri Jun 26 14:52:47 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
29015
29016 * gdb.fortran/types.exp: Escape brackets in expect patterns
29017 for test_float_literal_types_accepted tests.
29018 * gdb.base/scope.exp: Remove extraneous newline in filelocal_bss
29019 before run test.
29020
29021 Fri Jun 26 11:12:17 1998 Jeffrey A Law (law@cygnus.com)
29022
29023 * am33.exp: Just compile, do not link the testcase.
29024 * am33.s: Add ".am33" pseudoop to force am33 mode.
29025
29026 1998-06-25 Felix Lee <flee@cygnus.com>
29027
29028 * gdb.base/setshow.exp: make sure $pc is sane.
29029
29030 * gdb.stabs/weird.exp: split expect patterns properly.
29031
29032 Wed Jun 24 13:03:15 1998 Jeffrey A Law (law@cygnus.com)
29033
29034 * gdb.disasm/am33.s: New disassembler testfile for the am33.
29035 * gdb.disasm/am33.exp: Run it.
29036
29037 Tue Jun 23 11:45:01 1998 Michael Snyder <msnyder@cygnus.com>
29038
29039 * gdb.base/funcargs.exp: simplify expect strings to ease pattern
29040 match processing (and eliminate spurious timeouts when running).
29041
29042 Fri Jun 12 17:28:22 1998 Michael Snyder <msnyder@cygnus.com>
29043
29044 * gdb.base/signals.exp (test_handle_all_print): put back Mach
29045 exception test, but conditionalize it on target [mach | gnu].
29046
29047 Wed Jun 10 10:40:03 1998 Michael Snyder <msnyder@cygnus.com>
29048
29049 * gdb.base/overlays.exp: fixup compile line for linker script.
29050
29051 Thu Jun 4 21:54:15 1998 Felix Lee <flee@zog.cygnus.com>
29052
29053 * gdb.fortran/types.exp: don't guess at float size.
29054
29055 Thu May 21 02:28:37 1998 Felix Lee <flee@zog.cygnus.com>
29056
29057 * gdb.base/exprs.exp: delete test that depends on int size.
29058
29059 Sun May 17 17:10:22 1998 Bob Manson <manson@charmed.cygnus.com>
29060
29061 * config/sim.exp: Removed checks for target triplets.
29062 (gdb_target_sim): Use gdb,target_sim_options.
29063
29064 Sat May 16 23:43:35 1998 Mark Alexander <marka@cygnus.com>
29065
29066 * gdb.base/reread.exp: New file.
29067 * gdb.base/reread1.c: New file.
29068 * gdb.base/reread2.c: New file.
29069
29070 Sat May 16 23:22:09 1998 Mark Alexander <marka@cygnus.com>
29071
29072 * config/sim.exp: Use 'target sim -sparclite' when running
29073 SPARClite programs.
29074
29075 Sat May 16 18:48:08 1998 Doug Evans <devans@canuck.cygnus.com>
29076
29077 * gdb.base/structs2.exp: New file.
29078 * gdb.base/structs2.c: New file.
29079
29080 Wed May 13 13:36:14 1998 Doug Evans <devans@canuck.cygnus.com>
29081
29082 * gdb.asm/common.inc: New file.
29083 * gdb.asm/d10v.inc: New file.
29084 * asm-source.exp: Pass -I's to gas to find .inc files.
29085 Update line numbers in expected output.
29086 * asmsrc1.s: Rewrite.
29087 * asmsrc2.s: Rewrite.
29088 * configure.in: Create arch.inc symlink.
29089 * configure: Regenerate.
29090 * Makefile.in (distclean): Delete arch.inc.
29091
29092 Wed May 6 10:30:54 1998 John Metzler <jmetzler@cygnus.com>
29093
29094 * callfuncs.c (t_enum_value1) : Cleanup return value warnings
29095 (t_enum_value2): ditto
29096 (t_enum_value3): ditto
29097 (main): ditto
29098 Fri May 1 09:33:37 1998 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
29099
29100 * gdb.base/break.exp: Remove xfail for `deleting all breakpoints
29101 when none' unexpected prompt case, fixed by breakpoint.c:delete_command
29102 change.
29103 Use gdb_test instead of send_gdb/gdb_expect sequences.
29104
29105 Thu Apr 23 12:56:19 1998 Jason Molenda (crash@bugshack.cygnus.com)
29106
29107 * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
29108 not void.
29109
29110 Thu Apr 16 10:52:34 1998 John Metzler <jmetzler@cygnus.com>
29111
29112 * gdb.base/branches.c: Code with lots of loops and
29113 subroutines. Used to test gdbs ability to single step through PC
29114 changes, especially to test mips-tdep.c:mips_next_pc
29115
29116 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
29117
29118 * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
29119 more rigorous EGCS C++ error checking.
29120
29121 Fri Apr 10 22:38:12 1998 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29122
29123 * gdb.base/help.exp: Clean up `help set args' and `help show args'
29124 tests.
29125 * gdb.base/interrupt.exp: Add "i*86-*-solaris2*" xfail for calling
29126 function when asleep.
29127 * gdb.base/signals.exp: Add "i*86-*-solaris2*" xfails. Add comment
29128 for i*86 Linux and SVR4 signal handling problems.
29129 Remove linux xfail for `next to handler in signals_tests_1', fixed
29130 by recent infrun.c change.
29131 Limit backtrace to 10 frames to avoid timeout problems with infinite
29132 stack backtraces.
29133 Adjust expect pattern in `handle all print' test to match Apr 28 1997
29134 target.[ch] change.
29135
29136 Tue Mar 31 00:40:32 1998 Bob Manson <manson@charmed.cygnus.com>
29137
29138 * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
29139 for a newline from gdb before continuing.
29140 (default_gdb_exit): Just look for y or n.
29141 (gdb_test): Detect abnormal exit from GDB running on DOS; if
29142 it does, fail the rests of the tests in the file.
29143
29144 Tue Mar 24 22:44:52 1998 Bob Manson <manson@charmed.cygnus.com>
29145
29146 * config/cygmon.exp: New file.
29147
29148 Mon Mar 16 21:39:11 1998 Bob Manson <manson@charmed.cygnus.com>
29149
29150 * gdb.base/list.exp: Fix problem with "list default lines around
29151 main" test on remote targets.
29152
29153 * gdb.base/scope.exp: Fix problem with filelocal_bss before
29154 run test on remote targets.
29155
29156 Thu Mar 12 16:23:00 1998 Doug Evans <devans@canuck.cygnus.com>
29157
29158 * gdb.asm: New directory.
29159 * configure.in: Configure it.
29160 * configure: Regenerate.
29161 * gdb.asm/{Makefile.in,configure.in,configure}: New files.
29162 * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
29163
29164 Mon Feb 23 08:22:44 1998 Mark Alexander <marka@cygnus.com>
29165
29166 * config/mn10300-eval.exp: New file to support MN10300 eval board.
29167
29168 Wed Feb 18 16:43:46 1998 Michael Snyder (msnyder@cygnus.com)
29169
29170 * gdb.base/overlays (several files): Merge the two overlay
29171 managers into one. Change variables (foox, barx, bazx, grbxx)
29172 back into ints but force them to load in their proper sections.
29173
29174 Thu Feb 12 13:49:30 1998 Andrew Cagney <cagney@b1.cygnus.com>
29175
29176 * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
29177 on-chip insn memory and IMAP1 to upper 128k.
29178 (D10VCopy): Handle memory regions crossing 16k boundaries.
29179 (D10VCopy): Transfer data in 32 bit chunks.
29180
29181 Tue Feb 10 17:23:22 1998 Andrew Cagney <cagney@b1.cygnus.com>
29182
29183 * gdb.base/overlays.c (main): Exit normally when result is
29184 correct.
29185
29186 * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
29187 map. Include space for printf in .text segment.
29188
29189 * gdb.base/d10vovly.c (D10VTranslate): New function, handle
29190 updated d10v memory VMA/LMA map.
29191 (D10VCopy): Call D10VTranslate.
29192
29193 Fri Feb 6 14:13:12 1998 Andrew Cagney <cagney@b1.cygnus.com>
29194
29195 * gdb.base/m32rovly.c: Force variable _novlys into .data section.
29196
29197 * gdb.base/bar.c (barx, bar): Change variable to small array so
29198 that it won't be put into the .sdata - small data -
29199 section. Update reference.
29200 * gdb.base/baz.c (bazx, baz): Ditto.
29201 * gdb.base/foo.c (foox, foo): Ditto.
29202 * gdb.base/grbx.c (grbxx, grbx): Ditto.
29203
29204 * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
29205 to be arrays.
29206
29207 Thu Jan 29 14:48:19 1998 Michael Snyder (msnyder@cygnus.com)
29208
29209 * gdb.base/overlays.exp: fix up and get working again.
29210 Add tests for backtraces from an overlay function.
29211
29212 Fri Jan 23 07:52:45 1998 Fred Fish <fnf@cygnus.com>
29213
29214 * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
29215 "calling function with watchpoint enabled".
29216
29217 Thu Jan 22 14:23:29 1998 Fred Fish <fnf@cygnus.com>
29218
29219 * gdb.base/break.exp (test_next_with_recursion): Remove
29220 gdb_suppress_tests for d10v-*-*.
29221 * lib/gdb.exp (gdb_suppress_tests): Disable this function
29222 pending review of whether it is useful or not.
29223
29224 Tue Jan 20 13:02:09 1998 Mark Alexander <marka@cygnus.com>
29225
29226 * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
29227
29228 Mon Jan 19 08:53:04 1998 Mark Alexander <marka@cygnus.com>
29229
29230 * gdb.base/break.exp: Increase timeout for slow TX39 boards.
29231 * config/dve.exp: New file to support Densan boards.
29232
29233 Mon Dec 15 22:38:05 1997 Andrew Cagney <cagney@b1.cygnus.com>
29234
29235 * gdb.base/interrupt.exp: Document problem of simulators, signals,
29236 reads and BSD.
29237
29238 Wed Nov 26 22:29:18 1997 Bob Manson <manson@charmed.cygnus.com>
29239
29240 * config/monitor.exp: Be a bit less picky about the "Remote debugging"
29241 response.
29242
29243 * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
29244
29245 Tue Nov 25 12:46:36 1997 Andrew Cagney <cagney@b1.cygnus.com>
29246
29247 * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
29248 test.
29249
29250 * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
29251 target_sizeof_long and target_bigendian_p.
29252 (structs_by_value, structs_by_reference): Check values according
29253 to targets word size and endianess.
29254
29255 Mon Nov 24 16:37:06 1997 Andrew Cagney <cagney@b1.cygnus.com>
29256
29257 * gdb.base/langs.exp: For "continue to exit" ignore any trailing
29258 output.
29259
29260 Fri Oct 17 13:24:43 1997 Stan Shebs <shebs@andros.cygnus.com>
29261
29262 * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
29263 Update test of set args help to match source change.
29264
29265 Fri Sep 26 17:36:20 1997 Jason Molenda (crash@pern.cygnus.com)
29266
29267 * gdb.base/default.exp: Expect help system output to be in
29268 alphabetical order.
29269 * gdb.base/help.exp: Ditto.
29270
29271 Wed Sep 24 13:08:14 1997 Bob Manson <manson@charmed.cygnus.com>
29272
29273 * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
29274 "i*86-pc-linux-gnu*".
29275 * gdb.base/interrupt.exp: Ditto.
29276 * gdb.base/corefile.exp: Ditto.
29277
29278 * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
29279 define vxworks when building the testcase.
29280
29281 * gdb.base/ptype.exp: Fix testnames to be unique.
29282 * gdb.base/radix.exp: Ditto.
29283 * gdb.base/term.exp: Ditto.
29284 * gdb.base/whatis.exp: Ditto.
29285 * gdb.c++/classes.exp: Ditto.
29286
29287 Tue Sep 16 22:21:48 1997 Bob Manson <manson@charmed.cygnus.com>
29288
29289 * gdb.base/callfuncs.exp: Fix indentation.
29290
29291 * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
29292 suppress_flag has been set.
29293 (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
29294 target feature.
29295
29296 Mon Sep 15 15:43:17 1997 Bob Manson <manson@charmed.cygnus.com>
29297
29298 * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
29299 the testcase.
29300
29301 * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
29302 set_debug_traps() and breakpoint().
29303 * gdb.c++/misc.cc (main): Ditto.
29304 * gdb.c++/templates.cc (main): Ditto.
29305 * gdb.c++/virtfunc.cc (main): Ditto.
29306
29307 Fri Sep 12 16:56:38 1997 Bob Manson <manson@charmed.cygnus.com>
29308
29309 * lib/gdb.exp(gdb_step_for_stub): New function.
29310 (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
29311 exists, reload the executable and do a "continue" instead of
29312 doing a jump.
29313 (runto_main): Use gdb_step_for_stub.
29314
29315 * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
29316 tests to have unique names.
29317 * gdb.base/callfuncs.exp: Ditto.
29318 * gdb.base/commands.exp: Ditto.
29319 * gdb.base/default.exp: Ditto.
29320 * gdb.base/help.exp: Ditto.
29321 * gdb.base/list.exp: Ditto.
29322 * gdb.base/opaque.exp: Ditto.
29323 * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
29324 similar tests.
29325
29326 * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
29327 * gdb.c++/cplusfuncs.cc: Ditto.
29328 * gdb.c++/virtfunc.cc: Ditto.
29329
29330 * config/monitor.exp: Keep track of the last file we saw, rather
29331 than trying to get the info from gdb.
29332
29333 * gdb.fortran/types.exp: Move comment to previous line.
29334
29335 Tue Sep 2 19:55:34 1997 Bob Manson <manson@charmed.cygnus.com>
29336
29337 * config/sparclet.exp: Detect gratuitous change to sparclet gdb
29338 target mode.
29339
29340 Mon Jul 28 12:14:47 1997 Stan Shebs <shebs@andros.cygnus.com>
29341
29342 From Bob Manson:
29343 * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
29344 string from GDB when it connects.
29345
29346 * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
29347
29348 Thu Jul 3 15:35:12 1997 Bob Manson <manson@charmed.cygnus.com>
29349
29350 * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
29351 if we can't get a debug format from GDB (we may be testing an
29352 older GDB). Use a 10 second timeout when checking for the format.
29353
29354 * gdb.stabs/weird.exp: Fix quoting.
29355
29356 * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
29357
29358 Mon Jun 30 18:31:43 1997 Bob Manson <manson@charmed.cygnus.com>
29359
29360 * config/arm-ice.exp: New file.
29361
29362 Sun Jun 29 16:43:30 1997 Bob Manson <manson@charmed.cygnus.com>
29363
29364 * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
29365 until it has been modified to work with the new testsuite.
29366
29367 * gdb.*/*.exp: Instead of causing 1 unresolved test when the
29368 testcase won't compile, cause all of the testcases in the file to
29369 fail instead.
29370
29371 * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
29372 (gdb_clear_suppressed): New procedure.
29373 (gdb_stop_suppressing_tests): Only clear suppress_flag if
29374 it contains a positive value.
29375
29376 Sat Jun 28 13:31:11 1997 Bob Manson <manson@charmed.cygnus.com>
29377
29378 * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
29379
29380 * gdb.c++/virtfunc.exp: Remove setting of libs variable.
29381
29382 Fri Jun 27 07:44:25 1997 Fred Fish <fnf@cygnus.com>
29383
29384 * lib/gdb.exp (setup_xfail_format): New function.
29385 (get_debug_format): New function to get debug format.
29386 (debug_format): New global variable to hold last value set
29387 by get_debug_format.
29388 * gdb.base/list.exp: Call get_debug_format and expect some
29389 tests to fail for DWARF 1 and COFF formats.
29390 * gdb.c++/ptype.exp: Ditto.
29391 * gdb.c++/classes.exp: Ditto.
29392 * gdb.c++/cplusfuncs.exp: Ditto.
29393 * gdb.c++/inherit.exp: Ditto.
29394 * gdb.c++/templates.exp: Ditto.
29395 * gdb.c++/virtfunc.exp: Ditto.
29396
29397 Wed Jun 25 09:08:51 1997 Bob Manson <manson@charmed.cygnus.com>
29398
29399 * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
29400 host doesn't have a currently-open connection.
29401
29402 * config/sparclet.exp: Cleanups and fixes to make it generic for
29403 any gdb stub target. Handle cases where gdb doesn't respond when
29404 interrupted in a sane fashion.
29405
29406 * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
29407 same thing in a totally different way.
29408
29409 * config/monitor.exp: Pass in timeouts to gdb_expect instead of
29410 setting "timeout".
29411 (gdb_start): We set the global gdb_prompt variable in
29412 default_gdb_init now.
29413
29414 Sun Jun 22 09:11:02 1997 Fred Fish <fnf@cygnus.com>
29415
29416 * gdb.base/printcmds.exp: Fix "check for floating addition"
29417 regexp to accept results within approx +/- .01 of exact value.
29418 * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
29419
29420 Wed Jun 18 11:11:39 1997 Bob Manson <manson@charmed.cygnus.com>
29421
29422 * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
29423 properly.
29424 (gdb_expect): Add optional timeout parameter, and add timeout
29425 value to various calls.
29426 (gdb_suppress_tests): Only give one warning message per group.
29427
29428 Tue Jun 17 13:10:10 1997 Bob Manson <manson@charmed.cygnus.com>
29429
29430 * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
29431 global variables. Handle getting a value for $timeout more
29432 gracefully.
29433
29434 Sat Jun 14 09:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
29435
29436 * lib/gdb.exp: Close connection to remote host if gdb doesn't
29437 initialize.
29438 (default_gdb_init): New procedure; allow gdb_init to be overridden
29439 by a target configuration file.
29440 (gdb_expect): Pass the timeout to remote_expect.
29441
29442 * config/monitor.exp(gdb_load): Fix typo in regexp.
29443
29444 Thu Jun 12 20:57:12 1997 Bob Manson <manson@charmed.cygnus.com>
29445
29446 * gdb.base/funcargs.exp: Remove spurious suppress tests call.
29447
29448 Tue Jun 3 15:20:20 1997 Bob Manson <manson@charmed.cygnus.com>
29449
29450 * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
29451 here. Call gdb_target_exec before rebooting the target, to make
29452 sure the connection to the target is closed.
29453 (gdb_load): Pass the name of the executable to gdb_target_monitor.
29454 Don't call gdb_file_cmd here; let gdb_target_monitor do it.
29455 Also detect "Timeout reading from remote" error.
29456
29457 * config/gdbserver.exp: Pass the executable being loaded to
29458 gdb_target_monitor. Don't call gdb_file_cmd here; let
29459 gdb_target_monitor do it.
29460
29461 * gdb.disasm/hppa.exp: Don't use exec_output.
29462
29463 Fri May 23 13:28:29 1997 Bob Manson <manson@charmed.cygnus.com>
29464
29465 * gdb.base/list.exp: If we're debugging a non-native target,
29466 try to set the pc register to point to the start of the
29467 program before doing the first list command.
29468
29469 * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
29470 test_calls after restarting.
29471
29472 * lib/gdb.exp(gdb_run_cmd): Send jump command again after
29473 reloading.
29474
29475 * gdb.base/watchpoint.exp: Fix typo.
29476
29477 * gdb.base/setshow.exp: Check for use_gdb_stub.
29478
29479 * gdb.base/break.exp: Fix continue until exit test for the gdb
29480 stub case.
29481 * gdb.base/langs.exp: Ditto.
29482
29483 * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
29484 gdb_load_offset. If we weren't given a file to load, figure out
29485 what the current file is and use it.
29486
29487 * config/i386-bozo.exp: New file.
29488
29489 Thu May 22 18:51:32 1997 Bob Manson <manson@charmed.cygnus.com>
29490
29491 * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
29492 feature.
29493
29494 * config/proelf.exp: New entry.
29495
29496 Wed May 21 21:23:16 1997 Bob Manson <manson@charmed.cygnus.com>
29497
29498 * lib/gdb.exp: Remove spurious .* patterns at the beginning
29499 of regexps.
29500
29501 * gdb.base/watchpoint.exp: Don't run the test_stepping
29502 tests if gdb can't call functions on the target.
29503
29504 * gdb.base/setshow.exp: Don't run the set prompt tests if
29505 the board has gdb_prompt set.
29506
29507 Tue May 20 08:58:49 1997 Jeffrey A Law (law@cygnus.com)
29508
29509 * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
29510 * gdb.base/commands.exp: Likewise.
29511 * gdb.base/setshow.exp: Likewise.
29512
29513 Mon May 19 15:37:50 1997 Bob Manson <manson@charmed.cygnus.com>
29514
29515 * config/monitor.exp(gdb_start): Look for gdb_prompt target
29516 feature.
29517
29518 * config/i960.exp: New file.
29519
29520 Thu May 1 18:01:50 1997 Bob Manson <manson@charmed.cygnus.com>
29521
29522 * gdb.base/funcargs.exp: Check for gdb,short_int target
29523 feature instead of looking for explicit target triplets.
29524
29525 Mon Apr 28 17:27:40 1997 Michael Snyder <msnyder@cygnus.com>
29526
29527 * gdb.base/printcmds.exp: add a couple more tests a la
29528 "p 123DEADBEEF", to check parse_number.
29529 * top.c: change "to enable to enable" to "to enable" in a couple
29530 of help strings.
29531
29532 Thu Apr 24 14:38:18 1997 Jeffrey A Law (law@cygnus.com)
29533
29534 * gdb.base/callfuncs.exp: Mark some tests as expected to fail
29535 on the mn10300.
29536
29537 Mon Apr 21 15:05:42 1997 Fred Fish <fnf@cygnus.com>
29538
29539 * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
29540 where the test executable is run with explicit args.
29541 * gdb.base/default.exp: Handle arm-*-coff case for "info float".
29542
29543 Mon Apr 21 13:38:58 1997 Fred Fish <fnf@cygnus.com>
29544
29545 * gdb.base/run.c: Use FAKEARGV to build test executable that
29546 does not require a command line arg, since most simulators
29547 don't currently support passing such an arg into the simulated
29548 program.
29549 * gdb.base/commands.exp: Change tests to insert the proper
29550 value as the arg to the first recursive factorial call. Change
29551 compilation line to define FAKEARGV at compile time.
29552
29553 Wed Apr 9 11:12:36 1997 Jeffrey A Law (law@cygnus.com)
29554
29555 * gdb.base/recurse.exp: Enable these tests for the mn10300.
29556 * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
29557 function with watchpoint enabled" test.
29558
29559 Tue Apr 8 19:33:20 1997 Bob Manson <manson@charmed.cygnus.com>
29560
29561 * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
29562 Don't call gdb_test when the command doesn't return to a gdb prompt.
29563
29564 * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
29565 "Tests restarted" messages.
29566
29567 Tue Apr 8 16:38:46 1997 Jeffrey A Law (law@cygnus.com)
29568
29569 * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
29570
29571 Thu Apr 3 15:21:26 1997 Michael Snyder <msnyder@cygnus.com>
29572
29573 * gdb.base/help.exp: update help msg for INFO ADDR; add help test
29574 for INFO SYMBOL; add help tests for OVERLAY commands.
29575 * gdb.base/default.exp: add tests for INFO SYMBOL command;
29576 add tests for OVERLAY commands
29577 * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
29578 d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
29579 * gdb.base/sigall.c: add usestubs code frag
29580 * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
29581
29582 Thu Apr 3 09:38:53 1997 Bob Manson <manson@charmed.cygnus.com>
29583
29584 * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
29585 failures.
29586 (gdb_stop_suppressing_tests): Note that tests have restarted.
29587
29588 Wed Apr 2 19:04:20 1997 Bob Manson <manson@charmed.cygnus.com>
29589
29590 * config/h8300.exp: New file.
29591
29592 Sun Mar 30 13:38:25 1997 Bob Manson <manson@charmed.cygnus.com>
29593
29594 * gdb.base/setshow.exp: Check for the existence of a
29595 feature, not its value.
29596
29597 Sat Mar 29 11:19:46 1997 Bob Manson <manson@charmed.cygnus.com>
29598
29599 * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
29600
29601 * gdb.base/scope.exp: It's now init0(), not init().
29602
29603 * gdb.base/scope0.c: For now, change init() to be init0().
29604
29605 * config/monitor.exp: Use gdb_serial in preference to serial
29606 or netport.
29607
29608 * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
29609 and it's not already set.
29610
29611 Fri Mar 28 19:54:18 1997 Bob Manson <manson@charmed.cygnus.com>
29612
29613 * gdb.base/setshow.exp: Only test the run command if the target
29614 isn't using a stub and if it supports argument passing.
29615
29616 Sat Mar 22 19:50:25 1997 Bob Manson <manson@charmed.cygnus.com>
29617
29618 * config/udi.exp(gdb_start): Make sure UDICONF is set
29619 properly before starting gdb.
29620
29621 Mon Mar 24 14:40:33 1997 Jeffrey A Law (law@cygnus.com)
29622
29623 * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
29624 * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
29625 * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
29626
29627 Tue Mar 11 11:42:58 1997 Bob Manson <manson@charmed.cygnus.com>
29628
29629 * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
29630 specialized code to reboot the board, use remote_reboot instead.
29631
29632 * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
29633
29634 * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
29635
29636 * config/monitor.exp: Make sure we disconnect from the target.
29637 Also, try a reboot/reload cycle instead of failing if the
29638 load fails.
29639
29640 Fri Mar 7 13:48:30 1997 Bob Manson <manson@charmed.cygnus.com>
29641
29642 * gdb.base/default.exp: Don't set match_max.
29643 * gdb.base/help.exp: Ditto.
29644 * gdb.base/list.exp: Ditto.
29645 * gdb.base/signals.exp: Ditto.
29646
29647 * config/monitor.exp(gdb_load): If gdb,use_standard_load is
29648 set, use remote_ld to download the testcase instead of
29649 the GDB loader.
29650
29651 Wed Mar 5 00:00:43 1997 Bob Manson <manson@charmed.cygnus.com>
29652
29653 * config/vr5000.exp: New file.
29654
29655 * config/monitor.exp(gdb_target_monitor): Add pattern for
29656 "Ending remote" to detect errors in connecting.
29657
29658 * gdb.base/setshow.exp: Add .* within auto language test.
29659
29660 * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
29661 target feature.
29662
29663 * config/monitor.exp(gdb_load): Check for a failure when loading,
29664 and reboot the board if necessary.
29665
29666 * gdb.base/setvar.exp(test_set): Handle multiple prints within
29667 a set of tests. Remove print.* from the patterns being checked.
29668
29669 Mon Mar 3 11:57:43 1997 Bob Manson <manson@charmed.cygnus.com>
29670
29671 * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
29672 refer to gdb_spawn_id.
29673
29674 * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
29675 longer used.
29676 * config/sparclet.exp: Ditto.
29677 * config/sparclet-old.exp: Ditto.
29678 * config/slite.exp: Ditto.
29679 * config/sim.exp: Ditto.
29680 * gdb.base/funcargs.exp: Ditto.
29681
29682 * lib/gdb.exp:Remove references to gdb_spawn_id.
29683 (gdb_expect): Move to remote.exp.
29684
29685 Fri Feb 28 20:47:39 1997 Bob Manson <manson@charmed.cygnus.com>
29686
29687 * config/monitor.exp: Detect the "Couldn't establish connection"
29688 message from GDB.
29689
29690 Tue Feb 25 14:08:55 1997 Bob Manson <manson@charmed.cygnus.com>
29691
29692 * gdb.base/bitfields.exp: Use runto instead of explicit
29693 gdb_run_cmd/gdb_expect sequences.
29694
29695 * gdb.base/break.exp(text_next_with_recursion): Add match for
29696 gdb_expect call.
29697
29698 * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
29699 We also need to handle the "A program is being debugged already"
29700 prompt from gdb. Use gdb_test to set the baud rate.
29701
29702 * lib/gdb.exp(gdb_init): Increase the default expect buffer size
29703 to 20000. Really. I mean it.
29704
29705 Mon Feb 24 13:23:26 1997 Bob Manson <manson@charmed.cygnus.com>
29706
29707 * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
29708 fails. If suppress_flag is set, skip perror message about not
29709 being able to send to GDB.
29710 (send_gdb): If suppress_flag is set, don't try to send commands to
29711 GDB.
29712 (gdb_expect): If suppress_flag is set, always fail immediately.
29713 (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
29714 (gdb_init): Call gdb_stop_suppressing_tests.
29715 (default_gdb_exit): Ditto.
29716 (default_gdb_start): Ditto.
29717
29718 * gdb.base/bitfields.exp: Call gdb_suppress_tests and
29719 gdb_stop_suppressing_tests as appropriate.
29720 * gdb.base/break.exp: Ditto.
29721 * gdb.base/callfuncs.exp: Ditto.
29722 * gdb.base/commands.exp: Ditto.
29723 * gdb.base/exprs.exp: Ditto.
29724 * gdb.base/funcargs.exp: Ditto.
29725 * gdb.base/list.exp: Ditto.
29726 * gdb.base/recurse.exp: Ditto.
29727 * gdb.base/scope.exp: Ditto.
29728 * gdb.base/structs.exp: Ditto.
29729 * gdb.c++/inherit.exp: Ditto.
29730
29731 Sun Feb 23 19:56:02 1997 Bob Manson <manson@charmed.cygnus.com>
29732
29733 * config/vr4300.exp: New file.
29734
29735 * gdb.*/*.exp: Call gdb_expect instead of expect.
29736
29737 * lib/gdb.exp(gdb_expect): New function.
29738
29739 Thu Feb 20 13:57:01 1997 Bob Manson <manson@charmed.cygnus.com>
29740
29741 * lib/gdb.exp(gdb_init): New function.
29742
29743 * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
29744 for each individual variable set.
29745
29746 * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
29747 name.
29748
29749 * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
29750
29751 * gdb.base/scope.exp: Use gdb_test.
29752
29753 * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
29754 aborting; the testsuite driver will do that for us (see
29755 gdb_finish). Also, use gdb_test in a few more places.
29756
29757 Thu Feb 20 13:32:24 1997 Stan Shebs <shebs@andros.cygnus.com>
29758
29759 * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
29760
29761 Thu Feb 20 10:34:21 1997 Jeffrey A Law (law@cygnus.com)
29762
29763 * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
29764 and "add_tests" are not at the same address.
29765
29766 Fri Feb 14 18:47:23 1997 Bob Manson <manson@charmed.cygnus.com>
29767
29768 * gdb.base/ptype.exp: Use gdb_test.
29769
29770 Thu Feb 13 16:09:36 1997 Jeffrey A Law (law@cygnus.com)
29771
29772 * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
29773 * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
29774 left in. No longer expect them to fail.
29775
29776 * gdb.stabs/*.mt; Deleted, no longer used.
29777 * gdb.stabs/configure.in: Remove references to target makefile
29778 frags.
29779 * gdb.stabs/configure: Rebuilt.
29780
29781 * gdb.disasm/*.mt: Deleted, no longer used.
29782 * gdb.disasm/configure.in: Remove references to target makefile
29783 frags. Use "sh3.s" as the unique filename for this directory.
29784 * gdb.disasm/configure: Rebuilt.
29785
29786 * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
29787 * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
29788 * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
29789
29790 Tue Feb 11 16:57:58 1997 Bob Manson <manson@charmed.cygnus.com>
29791
29792 * config/udi.exp: Use mondfe,name instead of remote_host.
29793
29794 Tue Feb 11 11:22:36 1997 Jeffrey A Law (law@cygnus.com)
29795
29796 * gdb.base/watchpoint.exp: Don't expect a failure when calling
29797 a function with a watchpoint enabled on the mn10200.
29798
29799 * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
29800 before trying to create it!
29801
29802 Mon Feb 10 16:40:47 1997 Bob Manson <manson@charmed.cygnus.com>
29803
29804 * config/vx.exp: Use hostname instead of netport.
29805
29806 * config/vxworks.exp: New file.
29807
29808 * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
29809
29810 * config/monitor.exp(gdb_target_monitor): Look for a prompt from
29811 gdb before assuming everything worked. Send a ^C if a timeout
29812 occurs.
29813
29814 * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
29815 $gdb_spawn_id directly.
29816 (gdb_run_cmd): Try _start as well as start. Use the target feature
29817 gdb,start_symbol as the symbol to start from when jumping.
29818
29819 Mon Feb 10 11:26:59 1997 Jeffrey A Law (law@cygnus.com)
29820
29821 * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
29822 redundant) test.
29823
29824 * gdb.base/recurse.exp: Relax final value test for 'b' so that
29825 it doesn't lose for 16bit integer systems.
29826
29827 Fri Feb 7 09:31:21 1997 Jeffrey A Law (law@cygnus.com)
29828
29829 * gdb.fortran/types.exp: If the target doesn't support "double"
29830 data types, then expect "real" types to only be 4 bytes.
29831
29832 * gdb.c++/virtfunc.exp: Expect failure for virtual function
29833 call tests if the target doesn't support inferior function calls.
29834
29835 * gdb.base/printcmds.exp: Allow minor deviation in FP values
29836 in printf tests.
29837
29838 Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
29839
29840 * gdb.base/help.exp: Disable "help set", "help show", and
29841 "help support". Simplify regexp for "help stack".
29842
29843 * gdb.base/default.exp: Set match_max to 5000 and the timeout
29844 to 60 seconds. Temporarily set match_max to 15000 around the
29845 "info copying" test.
29846
29847 * gdb.base/nodebug.exp: Don't try to do an inferior function
29848 call if the target doesn't support them.
29849 * gdb.base/printcmds.exp: Likewise.
29850 * gdb.base/setvar.exp: Likewise.
29851 * gdb.base/structs.exp: Likewise.
29852 * gdb.c++/templates.exp: Likewise.
29853 * gdb.base/ptype.exp: Likewise. Remove UDI specific stuff.
29854
29855 * gdb.base/recurse.exp: Enable for the mn10200.
29856
29857 * configure.in: Do configure gdb.stabs directory for *-*-elf
29858 targets.
29859 * configure: Rebuilt.
29860
29861 * gdb.base/break.exp: Check for gdb,noresults before testing
29862 exit status and/or results from the target.
29863 * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
29864 * lib/gdb.exp: Remove old (now bogus) initialization of
29865 noinferior, noargs, noresults and nosignals.
29866
29867 Tue Feb 4 21:52:17 1997 Bob Manson <manson@charmed.cygnus.com>
29868
29869 * config/sh.exp: New file.
29870
29871 * config/slite.exp: Try to connect multiple times to the board
29872 before rebooting. Only send a "monitor run" if need_monitor_run
29873 is set.
29874
29875 * gdb.base/break.exp: Don't do the "stub continue" test if
29876 the target has gdb_stub set.
29877
29878 * gdb.base/callfuncs.exp: Increase the timeout.
29879
29880 * gdb.base/interrupt.exp: Don't even try to compile the testcase
29881 if the target has gdb,noinferiorio set.
29882
29883 * gdb.base/list.exp: Increase match_max to 10000 characters.
29884
29885 * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
29886
29887 * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
29888 target.
29889
29890 * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
29891
29892 Mon Feb 3 12:09:37 1997 Bob Manson <manson@charmed.cygnus.com>
29893
29894 * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
29895 trying to delete the copy of gdb. Catch the file delete so we
29896 don't die if the delete fails; also, the file should be copied to
29897 the host, not to the build.
29898
29899 Sun Feb 2 00:55:14 1997 Bob Manson <manson@charmed.cygnus.com>
29900
29901 * lib/gdb.exp(gdb_test): Surround the result pattern with
29902 parenthesis in case it contains multiple regexps separated
29903 with |.
29904
29905 * gdb.base/watchpoint.exp: Use gdb_test.
29906 * gdb.base/default.exp: Ditto.
29907
29908 Sat Feb 1 23:51:01 1997 Bob Manson <manson@charmed.cygnus.com>
29909
29910 * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
29911
29912 * gdb.base/scope.exp: Use gdb_test.
29913 * gdb.c++/classes.exp: Ditto.
29914 * gdb.c++/inherit.exp: Ditto.
29915
29916 Fri Jan 31 13:09:12 1997 Bob Manson <manson@charmed.cygnus.com>
29917
29918 * gdb.base/crossload.exp: Don't use execute_anywhere, use
29919 remote_exec instead.
29920 * gdb.base/corefile.exp: Don't be ridiculous.
29921 * gdb.base/*.c: Add missing stub invocations.
29922
29923 Thu Jan 30 16:49:25 1997 Bob Manson <manson@charmed.cygnus.com>
29924
29925 * config/slite.exp: Miscellaneous fixes.
29926
29927 * lib/gdb.exp: Fix runto.
29928
29929 * gdb.base/signals.exp: Check for a gdb,nosignals feature of
29930 the target.
29931
29932 * gdb.base/watchpoint.exp: Fix regexp.
29933
29934 * lib/gdb.exp(default_gdb_exit): Add a catch to the
29935 close and wait commands, as the descriptor may now be
29936 invalid. Always call "remote_close host".
29937
29938 Tue Jan 28 14:42:31 1997 Bob Manson <manson@charmed.cygnus.com>
29939
29940 Major rewrite for testsuite revision.
29941
29942 * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
29943 TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
29944 instead of relying on spawn_id to always contain a valid
29945 spawn id.
29946 (get_compiler_info): New procedure to build the ${binfile}.ci
29947 file, instead of replicating this in N different places.
29948 (gdb_compile): New procedure.
29949
29950 gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
29951 appropriate arguments) instead of compile. Use gdb_test in a lot
29952 more places. Use send_gdb instead of send. Always run gdb_start
29953 at the start of a testcase, as this is no longer done magically.
29954
29955 config/*-gdb.exp: Rename without the -gdb suffix.
29956
29957 config/mips.exp: Use remote_close instead of exit_remote_shell.
29958 config/monitor.exp: Use target_info instead of looking at
29959 baud, timeout, etc.
29960 config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
29961
29962 Sat Dec 14 00:43:57 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29963
29964 * gdb.c++/templates.exp (test_ptype_of_templates),
29965 gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
29966 Update expect patterns for destructors and assignment operators
29967 to match corresponding c-typeprint.c changes.
29968 * gdb.c++/templates.exp (test_template_breakpoints): Revert change
29969 to destructor breakpoint test, GDB should be able to set the
29970 destructor breakpoint without specifying arguments.
29971
29972 Tue Dec 3 20:17:52 1996 Fred Fish <fnf@cygnus.com>
29973
29974 * gdb.threads/pthreads.exp: Change result for failure to compile due
29975 to lack of pthreads runtime support from an error to simply an
29976 unsupported test, per dejagnu standards.
29977
29978 Sun Dec 1 00:18:59 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
29979
29980 * lib/gdb.exp (gdb_test): Simplify expect pattern for the case
29981 where GDB exits to reduce pattern match time.
29982 (skip_chill_tests): Skip chill tests for mips*-sgi-irix6*.
29983
29984 * gdb.base/nodebug.exp: Add mips*-sgi-irix6* xfails.
29985
29986 Tue Nov 26 18:29:23 1996 Michael Snyder <msnyder@cygnus.com>
29987
29988 * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
29989 * gdb.base/default.exp: ditto.
29990 * gdb.base/nodebug.exp: ditto.
29991 * gdb.base/printcmds.exp: ditto.
29992 * gdb.base/ptype.exp: ditto.
29993 * gdb.base/setvar.exp: ditto.
29994 * gdb.base/structs.exp: ditto.
29995 * gdb.base/setshow.c: Guard against uninitialized values of argc.
29996
29997 Tue Nov 26 17:23:28 1996 Ian Lance Taylor <ian@cygnus.com>
29998
29999 * configure, */configure: Rebuild with autoconf 2.12.
30000
30001 Sat Nov 23 13:32:15 1996 Fred Fish <fnf@cygnus.com>
30002
30003 * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
30004 use new i*86-pc-linux*-gnu quads.
30005 * gdb.base/corefile.exp: Ditto.
30006 * gdb.base/signals.exp: Ditto.
30007 * gdb.base/sigall.exp: Ditto.
30008 * gdb.base/interrupt.exp: Ditto.
30009
30010 * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
30011 "i*86-*-linux" for "signal SIGUSR1". Now works, at least with
30012 RedHat 4.0.
30013
30014 * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
30015 linux. This allows the test case to at least compile on latest
30016 linux, but still not run due to missing the threads runtime library.
30017
30018 Fri Nov 22 10:13:29 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30019
30020 * gdb.base/a1-selftest.exp (do_steps_and_nexts): Reinitialize source
30021 directory to search gdb directory. Accept and step over conditional
30022 stack alignment code. Consume $prompt in failure cases.
30023 Reset timeout to $oldtimeout instead of some arbitrary value.
30024 * gdb.base/nodebug.exp: Limit backtrace to 10 frames to avoid
30025 timeout problems with infinite stack backtraces.
30026 * gdb.base/ptype.exp (ptype struct link, union tu_link):
30027 Accept function parameters for linkfunc member.
30028
30029 Thu Nov 21 09:17:19 1996 Fred Fish <fnf@cygnus.com>
30030
30031 * lib/gdb.exp (CFLAGS): Remove, unreferenced.
30032 (CXXFLAGS): Remove, unreferenced.
30033 (B_OPTIONS): Add for -B options and add code to initialize with
30034 previous -B options and also add -B option to pick up cross compiled
30035 runtime.
30036 (TARGET_INCLUDES): Add for -I options and add code to initialize when
30037 doing cross compiles.
30038 (target_alias): Declare global.
30039 (xgcc): Set variable to full path of gcc in build tree. Use findfile
30040 to verify that gcc exists in build tree, and if so set CC to that
30041 gcc and to use B_OPTIONS and TARGET_INCLUDES.
30042
30043 Tue Nov 12 16:20:13 1996 Fred Fish <fnf@cygnus.com>
30044
30045 * gdb.c++/inherit.exp (test_print_anon_union): Reenable
30046 ptype test for anonymous union. Fixup testcase to match
30047 current gcc debug output.
30048
30049 Mon Nov 11 14:12:06 1996 Jeffrey A Law (law@cygnus.com)
30050
30051 * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
30052 force argument to an unsigned long type.
30053
30054 Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com>
30055
30056 * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
30057 tests and anonymous union print/ptype tests.
30058 * gdb.base/list.exp (test_forward-search): Increase timeout by
30059 5 minutes for the "search extremely long line" case.
30060 * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
30061 completely optional and that the pass/fail messages use the command as
30062 the message if that third arg is a null string.
30063 (gdb_test_exact): Arrange that a null string pattern means match a
30064 null string output rather than any output, which might include random
30065 errors.
30066 * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
30067 backtrace test.
30068 * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
30069 always failing and failure is now exposed by gdb.exp changes.
30070
30071 Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com>
30072
30073 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
30074 weren't being noted.
30075
30076 Sat Nov 9 01:05:10 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30077
30078 * gdb.base/corefile.exp: Consume $prompt in mmap fail cases.
30079 * gdb.stabs/weird.exp: Remove v_comb xfails.
30080
30081 Tue Nov 5 10:44:23 1996 Michael Snyder <msnyder@cygnus.com>
30082
30083 * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
30084 list.exp scope.exp watchpoint.exp]
30085 Make all timeout error msgs explicitly say "(timeout)".
30086
30087 Mon Nov 4 12:03:06 1996 Michael Snyder <msnyder@cygnus.com>
30088
30089 * config/monitor.exp: Increase download timeout to 1000 seconds.
30090
30091 Mon Nov 4 12:02:26 1996 Michael Snyder <msnyder@cygnus.com>
30092
30093 * config/m32r.exp: Increase timeout to 120 seconds.
30094
30095 Sun Nov 3 14:37:05 1996 Fred Fish <fnf@cygnus.com>
30096
30097 * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
30098 and accept older ordering as obsolescent gcc or gdb.
30099 * gdb.c++/templates.exp: Ditto.
30100 * gdb.c++/virtfunc.exp: Ditto.
30101
30102 Fri Nov 1 11:56:09 1996 Fred Fish <fnf@cygnus.com>
30103
30104 * gdb.base/coremaker.c: Add code to mmap some data so we
30105 can check that it ends up in the core file.
30106 * gdb.base/corefile.exp: Add test to read mmapped data
30107 from core file.
30108
30109 Wed Oct 30 18:19:16 1996 Michael Snyder <msnyder@cygnus.com>
30110
30111 * config/m32r.exp: New file.
30112
30113 Mon Oct 21 14:40:50 1996 Stu Grossman (grossman@critters.cygnus.com)
30114
30115 * testsuite/gdb.base/nodebug.exp: Whack out -g options by hand so
30116 that cflags can contains -gstabs, and work correctly for other tests.
30117
30118 Mon Oct 21 14:00:37 1996 Michael Snyder <msnyder@cygnus.com>
30119
30120 * gdb.base/setshow.exp: New file, tests show and set.
30121 * gdb.base/setshow.c: New file, tests show and set.
30122 * gdb.base/help.exp: Add test for help set|show annotate.
30123 * gdb.base/default.exp: Add test for set|show annotate.
30124
30125 Wed Oct 16 19:03:54 1996 Stu Grossman (grossman@critters.cygnus.com)
30126
30127 * testsuite/gdb.base/break.exp: Make backtrace from factorial
30128 errors unique.
30129 * testsuite/gdb.base/nodebug.exp: Whack out all -g options
30130 explicitly.
30131
30132 Tue Oct 15 16:45:02 1996 Stu Grossman (grossman@critters.cygnus.com)
30133
30134 * config/sim-gdb.exp (gdb_target_sim): Remove setting of height
30135 and width commands. This is done elsewhere.
30136 * (gdb_start): Don't call gdb_start_sim here. That's already
30137 done in gdb_load. This fixes lots of failures in default.exp.
30138
30139 Sun Oct 13 10:40:23 1996 Fred Fish <fnf@cygnus.com>
30140
30141 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
30142 * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
30143 * lib/gdb.exp (gdb_test): Treat failures due to program exiting
30144 in the same we we treat other failures (since it may be an expected
30145 condition), rather than as an error.
30146 * gdb.base/signals.exp (test_handle_all_print): Revert back to
30147 old test format.
30148
30149 Fri Oct 11 17:05:22 1996 Fred Fish <fnf@cygnus.com>
30150
30151 * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
30152 (distclean maintainer-clean realclean): No need to remove files
30153 twice. Nuke the duplicates.
30154 * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
30155 * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
30156 Remove config.h along with other config files.
30157
30158 Mon Sep 30 20:16:22 1996 Fred Fish <fnf@cygnus.com>
30159
30160 * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
30161 "p func1 ()" and note that rests of tests are skipped.
30162 * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
30163 setup_xfails for "print func2::coremaker_local".
30164 Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
30165 * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
30166 affected by the previous run test.
30167 * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
30168 "print array () ubyte (foo)" and "print/x array () byte (\$i)"
30169 * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
30170 "pass int powerset tuple" and "pass modeless int powerset tuple".
30171 * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
30172 "real write 4" and "real write 8".
30173 * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
30174 setup_xfails for "print vs1 after tuple assign 2",
30175 "print \$i after tuple assign 2", and
30176 "print vs2 after tuple assign 2".
30177 * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
30178 meaningful error message and return -1 so the caller can
30179 suppress further tests and avoid a cascade of errors.
30180
30181 Fri Sep 27 10:34:51 1996 Fred Fish <fnf@cygnus.com>
30182
30183 * gdb.base/a1-selftest.exp: Tweak tests to account for new
30184 format for printing version.
30185 * gdb.base/default.exp: Ditto.
30186 * gdb.base/interrupt.exp: Fix problem with cascade of
30187 errors if child process dies while calling a function.
30188
30189 Fri Sep 13 21:43:48 1996 Fred Fish <fnf@cygnus.com>
30190
30191 * Makefile.in (VPATH): Add
30192 * Makefile.in (Makefile, config.status): Fix rules so things get
30193 remade when necessary.
30194
30195 Fri Sep 13 18:16:10 1996 Fred Fish <fnf@cygnus.com>
30196
30197 * Makefile.in (just-check): Add path to sibling expect dir
30198 to environment variable specified by RPATH_ENVVAR.
30199
30200 Fri Sep 13 12:05:34 1996 Fred Fish <fnf@cygnus.com>
30201
30202 * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
30203 (just-check): Add shared library paths for libstdc++, tk,
30204 tcl, bfd, and opcodes to the environment variable specified
30205 in RPATH_ENVVAR.
30206 * configure.in: Add support to recognize --enable-shared flag
30207 and generate correct value for RPATH_ENVVAR.
30208 * configure: Regenerated with autoconf.
30209
30210 Mon Sep 2 06:36:02 1996 Fred Fish <fnf@cygnus.com>
30211
30212 * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
30213 include all osf versions.
30214 * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
30215 all osf versions. Add -D_MIT_POSIX_THREADS to compilation command
30216 when target is linux. When failing to build pthreads test
30217 executable, give more meaningful message.
30218 * gdb.threads/pthreads.c: Hpux also uses old definition of second
30219 arg for pthread_create.
30220
30221 Mon Aug 19 09:58:59 1996 Fred Fish <fnf@cygnus.com>
30222
30223 * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
30224 PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
30225 * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
30226 and -lpthreads (everybody else).
30227 (test_startup): Fail gracefully if threads are not supported.
30228 * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
30229 "p/c array_index("abcdef",2)" when not gcc compiled.
30230 * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
30231 "print func2::coremaker_local" when not gcc compiled.
30232 * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
30233 "ptype on opaque struct tagname (statically)",
30234 "ptype on opaque struct tagname (dynamically) 1", and
30235 "ptype on opaque struct tagname (dynamically) 2"
30236 for not compiled with gcc.
30237 * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
30238 backtrace when compiled with gcc.
30239 * lib/gdb.exp (runto_main): Return result of "runto main" rather
30240 than always return success.
30241
30242 Sat Aug 17 13:28:00 1996 Fred Fish <fnf@cygnus.com>
30243
30244 * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
30245
30246 Tue Aug 13 10:26:10 1996 Jeffrey A Law (law@cygnus.com)
30247
30248 * gdb.base/structs.exp: Undo last change.
30249
30250 Mon Aug 12 15:29:08 1996 Fred Fish <fnf@cygnus.com>
30251
30252 * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
30253 encapsulate all the steps/nexts done during self test, starting
30254 at main, and makes them less sensitive to optimization issues.
30255 Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
30256 signal handler" test.
30257 * gdb.threads/pthreads.exp: Only run this for native configs.
30258 * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
30259 setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
30260 tests.
30261 gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
30262 for "runto test_calls(void)" test.
30263
30264 Sun Aug 11 13:11:24 1996 Fred Fish <fnf@cygnus.com>
30265
30266 * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
30267 and don't expect address info in breakpoint confirmations.
30268
30269 Wed Aug 7 20:47:43 1996 Fred Fish <fnf@cygnus.com>
30270
30271 * gdb.base/list.exp (test_forward_search): Increase timeout
30272 temporarily by 60 seconds for searching extremely long line,
30273 and then reset to old value when done. Increase expect input
30274 buffer to 10000.
30275
30276 Wed Aug 7 15:34:22 1996 Fred Fish <fnf@cygnus.com>
30277
30278 * gdb.base/list.exp (test_forward_search): Fix to handle very
30279 long source line without overflowing expect's input buffer.
30280
30281 Wed Aug 7 12:03:25 1996 Tom Tromey <tromey@creche.cygnus.com>
30282
30283 * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
30284 "buffer_full".
30285
30286 * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
30287 "buffer_full".
30288
30289 * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
30290 "buffer_full".
30291
30292 * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
30293 "buffer_full".
30294
30295 Wed Aug 7 11:05:47 1996 Fred Fish <fnf@cygnus.com>
30296
30297 * configure.in (configdirs): Add gdb.threads.
30298 * configure: Regenerated with autoconf.
30299 * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
30300 * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
30301 * gdb.threads/configure: New, generated with autoconf.
30302
30303 Tue Aug 6 10:23:04 1996 Tom Tromey <tromey@rtl.cygnus.com>
30304
30305 * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
30306
30307 Mon Aug 5 18:11:53 1996 Fred Fish <fnf@cygnus.com>
30308
30309 * gdb.base/signals.exp (test_handle_all_print): Test separately for
30310 each signal's status in the output of "handle all print".
30311 * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
30312 the \r\n sequence that immediately precedes the gdb prompt.
30313 * gdb.base/a1-selftest.exp: Save original timeout and restore
30314 after test.
30315
30316 Sun Aug 4 10:20:50 1996 Jeffrey A Law (law@cygnus.com)
30317
30318 * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
30319 symbol.
30320
30321 Fri Aug 2 17:37:26 1996 Brendan Kehoe <brendan@lisa.cygnus.com>
30322
30323 * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
30324
30325 Thu Jun 27 20:41:40 1996 Fred Fish <fnf@cygnus.com>
30326
30327 * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
30328 timeout by 60 seconds.
30329
30330 Thu Jun 27 18:13:57 1996 Fred Fish <fnf@cygnus.com>
30331
30332 * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
30333 * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
30334 error return.
30335
30336 Thu Jun 27 10:54:58 1996 Fred Fish <fnf@cygnus.com>
30337
30338 * lib/gdb.exp (default_gdb_start): When reporting a timeout during
30339 gdb initialization, also report how long dejagnu waited. Restore
30340 old timeout before doing error return. Temporarily increase timeout
30341 by 3 minutes to allow for slow startups over heavy NFS use.
30342
30343 Tue Jun 25 19:59:17 1996 Fred Fish <fnf@cygnus.com>
30344
30345 * lib/gdb.exp: Report timeout value for verbosity level 2.
30346 * config/gdbserver.exp: Ditto.
30347 * config/hppro.exp: Ditto.
30348 * config/mips-gdb.exp: Ditto.
30349 * config/monitor.exp: Ditto.
30350 * config/netware.exp: Ditto.
30351 * config/sim-gdb.exp: Ditto.
30352 * config/slite-gdb.exp: Ditto.
30353 * config/udi-gdb.exp: Ditto.
30354 * config/unix-gdb.exp: Ditto.
30355 * config/vx-gdb.exp: Ditto.
30356 * gdb.base/a1-selftest.exp: Ditto.
30357 * gdb.base/a2-run.exp: Ditto.
30358 * gdb.base/break.exp: Ditto.
30359 * gdb.base/corefile.exp: Ditto.
30360 * gdb.base/list.exp: Ditto.
30361 * gdb.base/recurse.exp: Ditto.
30362 * gdb.base/scope.exp: Ditto.
30363 * gdb.base/signals.exp: Ditto.
30364
30365 Tue Jun 25 23:16:58 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
30366
30367 * gdb.threads/Makefile.in (docdir): Removed.
30368
30369 Tue Jun 25 17:02:39 1996 Jason Molenda (crash@godzilla.cygnus.co.jp)
30370
30371 * configure.in (AC_PREREQ): autoconf 2.5 or higher.
30372 * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
30373 @srcdir@.
30374 * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
30375 autoconf 2.5 or higher.
30376 * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
30377
30378 Thu Jun 13 11:16:10 1996 Tom Tromey <tromey@thepub.cygnus.com>
30379
30380 * configure: Regenerated.
30381 * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
30382 avoid name clashes with SunOS headers.
30383
30384 Wed Jun 5 16:43:27 1996 Jeffrey A Law (law@cygnus.com)
30385
30386 * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
30387
30388 Thu May 30 11:35:11 1996 Jeffrey A Law (law@cygnus.com)
30389
30390 * gdb.base/callfuncs.exp: Finish last change -- make sure the
30391 prototype information ends up in the compiler info file.
30392
30393 Thu May 23 12:48:41 1996 Fred Fish <fnf@cygnus.com>
30394
30395 * gdb.base/callfuncs.exp: Remove the compiler info file prior to
30396 attempting to regenerate it. Eliminate use of a temporary file
30397 and just generate the info file directly. Source it immediately,
30398 for consistency of use.
30399 * gdb.base/corefile.exp: Ditto
30400 * gdb.base/exprs.exp: Ditto.
30401 * gdb.base/funcargs.exp: Ditto.
30402 * gdb.base/langs.exp: Ditto.
30403 * gdb.base/list.exp: Ditto.
30404 * gdb.base/mips_pro.exp: Ditto.
30405 * gdb.base/nodebug.exp: Ditto.
30406 * gdb.base/opaque.exp: Ditto.
30407 * gdb.base/ptype.exp: Ditto.
30408 * gdb.base/scope.exp: Ditto.
30409 * gdb.base/setvar.exp: Ditto.
30410 * gdb.base/signals.exp: Ditto.
30411 * gdb.base/whatis.exp: Ditto.
30412 * gdb.c++/templates.exp: Ditto.
30413 * gdb.c++/virtfunc.exp: Ditto.
30414 * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
30415 whether or not to add -lstdc++ to the compile command line args.
30416
30417 Sat May 18 02:43:58 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30418
30419 * gdb.base/recurse.exp: Remove setup_xfail for "sparc*-*-sunos4*",
30420 it got fixed by the recent lookup_minimal_symbol_by_pc change.
30421 Increase timeout, a lot of single stepping might be needed if the
30422 target has no hardware watchpoints.
30423
30424 Wed May 15 08:47:42 1996 Jeffrey A Law (law@cygnus.com)
30425
30426 * gdb.base/break.exp: Ignore compiler warnings when compiling
30427 break.c.
30428 * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
30429 * gdb.base/default.exp: Add h8300 xfails. Handle messages
30430 from remote-sim.
30431 * gdb.base/exprs.exp: Add h8300 xfails.
30432 * gdb.base/funcargs.exp: Likewise.
30433 * gdb.base/nodebug.exp: Likewise.
30434 * gdb.base/printcmds.exp: Likewise.
30435 * gdb.base/ptype.exp: Likewise.
30436 * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300. Add
30437 h8300 xfails.
30438 * gdb.base/return.exp: Handle float/double precision problems
30439 on the h8300.
30440 * gdb.base/funcargs.c: Explicitly make last constant argument to
30441 call_after_alloca_subr an unsigned long type.
30442 * gdb.base/return.c: Include stdio.h.
30443
30444 Tue May 7 22:01:12 1996 Rob Savoye <rob@chinadoll.cygnus.com>
30445
30446 * config/abug.exp: New file for the older Motorola Bug monitor
30447 that runs on the mvme13x series VME boards.
30448 * config/monitor.exp: Use the new config array for target settings
30449 if they exist.
30450
30451 Fri May 3 16:02:55 1996 Stan Shebs <shebs@andros.cygnus.com>
30452
30453 * sim-gdb.exp: Make the SH simulator allocate less space when
30454 it is targeted.
30455
30456 Thu May 2 12:31:56 1996 Jeffrey A Law (law@cygnus.com)
30457
30458 * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
30459 test.
30460
30461 Wed Mar 20 08:48:03 1996 Fred Fish <fnf@cygnus.com>
30462
30463 * gdb.base/list.exp (test_list_function): Remove setup_xfail for
30464 "rs6000-*-*" for "list function in include file" when gcc compiled.
30465 * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
30466 for "p ctable1[120]".
30467 * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
30468 "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
30469 Remove setup_xfail for "rs6000-*-*" for
30470 "print 'scope0.c'::filelocal before run".
30471 * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
30472 gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
30473 since some compilers don't allow both options to be given
30474 on the same command line. Create object file and move it.
30475
30476 Tue Mar 19 23:49:31 1996 Fred Fish <fnf@cygnus.com>
30477
30478 * gdb.base/corefile.exp: Always regenerate the core file, since
30479 we always regenerate the coremaker program. Detect special case
30480 where registers cannot be read from core file.
30481
30482 Tue Mar 19 16:52:49 1996 Fred Fish <fnf@cygnus.com>
30483
30484 From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
30485 * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
30486 * gdb.c++/templates.exp: Only match on basename of file since
30487 some formats like xcoff don't encode directory information.
30488 * gdb.stabs/weird.exp: Use the right sed script for powerpc
30489 and rs6000 AIX xcoff targets.
30490 * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
30491 * configure: Regenerate.
30492 * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
30493 here, rather than in distclean.
30494
30495 Sun Mar 17 13:35:31 1996 Fred Fish <fnf@cygnus.com>
30496
30497 * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
30498 defined, and use it to compile the test case with -O2. The
30499 native compilation still uses no optimization.
30500 * gdb.base/mips_pro.c: Remove inline assembly code since
30501 it is compiled PIC by default, which results in assembler
30502 warnings that make the testsuite think the compilation
30503 was unsuccessful.
30504
30505 Sat Mar 16 15:02:24 1996 Fred Fish <fnf@cygnus.com>
30506
30507 * gdb.c++/misc.exp: Add note to message for
30508 "print s.a for foo struct" that this is a known gcc 2.7.2
30509 and earlier bug.
30510
30511 Fri Mar 15 17:49:57 1996 Fred Fish (fnf@cygnus.com)
30512
30513 * gdb.base/break.exp: Fix pattern for matching "Delete all
30514 breakpoints (y or n) ". Add "mips-dec-ultrix*" to
30515 setup_xfail for deleting all breakpoints test. Fix various
30516 timeout messages to include "(timeout)".
30517 * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
30518 for "p t_float_values2(3.14159,float_val2)".
30519 * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
30520 for "continue to call2g" when gcc compiled.
30521 * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
30522 "up to foo in langs.exp", "show language at foo in langs.exp",
30523 "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
30524 and "show language at fsub in langs.exp".
30525 * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
30526 "list line 1 in include file", "list message for lines past EOF",
30527 "list function in include file", "list list0.h:foo", and
30528 "list filename:function; nonexistant function".
30529 * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
30530 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
30531 and "ptype t_char_array" to be for native cc only.
30532
30533 Fri Mar 15 16:17:22 1996 Fred Fish <fnf@cygnus.com>
30534
30535 * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
30536 setup_xfail for "print coremaker_bss", "print coremaker_ro",
30537 "print func2::coremaker_local", and "backtrace in corefile.exp".
30538
30539 Wed Mar 13 14:54:11 1996 Fred Fish <fnf@cygnus.com>
30540
30541 * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
30542 "bt in signals.exp". This problem only appears when running
30543 the testsuite, and then only intermittently.
30544
30545 Tue Mar 12 15:00:16 1996 Stan Shebs <shebs@andros.cygnus.com>
30546
30547 * gdb.base/return.exp (return_tests): Differentiate between
30548 two tests of continuing.
30549
30550 Tue Mar 5 14:33:33 1996 Stan Shebs <shebs@andros.cygnus.com>
30551
30552 * */Makefile.in (maintainer-clean): Remove config.log.
30553 * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
30554 * gdb.c++/Makefile.in (PROGS): Add inherit.
30555 (clean): Remove *.ci.
30556
30557 Tue Feb 20 16:36:10 1996 Fred Fish <fnf@cygnus.com>
30558
30559 * gdb.c++/misc.cc: Add test code from Mike Stump.
30560 * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
30561
30562 Sun Feb 18 11:39:12 1996 Fred Fish <fnf@cygnus.com>
30563
30564 * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
30565 to "alpha-*-osf2*" and add comment.
30566 * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
30567 setup_xfail for "step over execarg initialization" and
30568 "step over corearg initialization".
30569 * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
30570 for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
30571 * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
30572 gcc compiled for "print coremaker_bss", "print coremaker_ro",
30573 "print func2::coremaker_local", and "backtrace in corefile.exp".
30574 * gdb.base/signals.exp: Build and source signals.ci.
30575 Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
30576 to be for gcc only.
30577 * lib/gdb.exp: Move verbose statements outside conditionals.
30578
30579 Sat Feb 17 02:22:14 1996 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30580
30581 * gdb.base/sigall.exp: Remove setup_xfail for irix4. Fixed by
30582 Feb 3 procfs.c change.
30583
30584 Fri Feb 16 13:25:31 1996 Fred Fish <fnf@cygnus.com>
30585
30586 * config/unix-gdb.exp: Remove extraneous newlines from end of file.
30587
30588 Thu Feb 15 08:12:55 1996 Fred Fish <fnf@cygnus.com>
30589
30590 * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
30591 from dejagnu's apparent default of 10 seconds, which gives random
30592 results when running the tests over NFS on moderately loaded systems.
30593 * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
30594
30595 Mon Feb 12 16:50:28 1996 Fred Fish <fnf@cygnus.com>
30596
30597 * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318. Now fixed.
30598 * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
30599 result reports.
30600
30601 Fri Feb 9 15:56:51 1996 Fred Fish <fnf@cygnus.com>
30602
30603 * configure.in (CY_AC_PATH_TCLH): Remove.
30604 * configure: Regenerate.
30605
30606 Fri Feb 9 08:21:31 1996 Fred Fish <fnf@cygnus.com>
30607
30608 * gdb.c++/Makefile.in (clean): Add missing '{'.
30609
30610 Fri Feb 2 10:19:40 1996 Jeffrey A Law (law@cygnus.com)
30611
30612 * lib/gdb.exp: Provide a default value for noinferior.
30613
30614 * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
30615 Load libgloss.exp.
30616
30617 Thu Feb 1 20:20:14 1996 Jeffrey A Law (law@cygnus.com)
30618
30619 * gdb.disasm/hppa.exp: Compile directly into an executable, use
30620 the executable, not the .o to run the tests from.
30621
30622 Wed Jan 31 14:21:09 1996 Jeffrey A Law (law@cygnus.com)
30623
30624 * gdb.base/break.exp: Don't test for program exit or exit status
30625 if $noresults if nonzero.
30626 * gdb.base/langs.exp: Likewise.
30627 * gdb.base/watchpoint.exp: Likewise.
30628
30629 * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
30630 * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
30631 trying to compile the testcase.
30632
30633 Wed Jan 24 23:42:39 1996 Doug Evans <dje@charmed.cygnus.com>
30634
30635 * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
30636 * gdb.base/signals.exp (continue to handler): Likewise.
30637
30638 Tue Jan 23 16:28:22 1996 Per Bothner <bothner@kalessin.cygnus.com>
30639
30640 * gdb.c++/classes.exp: Now = returns false/true, not 1/0.
30641
30642 * gdb.fortran/exprs.exp: .LT. and .GT. now return .TRUE. or .FALSE..
30643
30644 Tue Jan 23 15:41:57 1996 Jeffrey A Law (law@cygnus.com)
30645
30646 * gdb.base/corefile.exp: Recognize "not found" as failure
30647 when trying to determine if a core file was generated.
30648 If no core file was generate the first time, try again without
30649 the ulimit -c to work around braindamaged shells.
30650
30651 Mon Jan 15 09:33:00 1996 Fred Fish <fnf@cygnus.com>
30652
30653 * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
30654 [] tests with "test" and enclose string in quotes.
30655 * gdb.stabs/configure: Rebuild
30656
30657 Thu Jan 11 09:43:14 1996 Tom Tromey <tromey@creche.cygnus.com>
30658
30659 Changes in sync with expect:
30660 * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
30661 (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
30662 (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
30663 (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater. Properly quote
30664 argument to AC_REQUIRE.
30665 * configure: Regenerated.
30666
30667 Thu Jan 4 08:17:22 1996 Fred Fish <fnf@cygnus.com>
30668
30669 * gdb.base/corefile.exp: When generating a core, discard any
30670 error messages about ulimit not found and the "core dumped"
30671 message from the shell that runs the coredumper.
30672
30673 Wed Jan 3 01:30:41 1996 Jeffrey A Law (law@cygnus.com)
30674
30675 * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
30676
30677 * gdb.stabs/weird.exp: Use ${target_triplet} to determine
30678 which sed script to run. Expect failure for v_comb test
30679 on PA targets too.
30680
30681 Sat Dec 30 16:09:04 1995 Fred Fish <fnf@rtl.cygnus.com>
30682
30683 * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
30684 "print func2::coremaker_local" and for "backtrace in corefile.exp"
30685
30686 Sat Dec 30 12:59:12 1995 Fred Fish <fnf@cygnus.com>
30687
30688 * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
30689 * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
30690 "sparc-sun-solaris*" xfails for "p v_comb".
30691 * lib/gdb.exp (default_gdb_start): Fix typo.
30692 * gdb.base/corefile.exp: Allow "Core was generated by ..."
30693 messages to not include the full program name that caused
30694 the core dump since some systems (such as solaris) apparently
30695 truncate this path to about 80 characters.
30696 When generating a core file first try increasing the core file
30697 size limit to unlimited since some systems may default it to
30698 zero, and it is harmless to try it. Move the test for failing
30699 to generate a core file to where it will actually get executed.
30700 * gdb.c++/templates.exp (test_ptype_of_templates): Accept
30701 new gdb result from g++ debug info improvements and make old
30702 pattern obsolescent. Also account for size_t differences
30703 (may be int or long).
30704 * gdb.base/a1-selftest.exp (test_with_self): Check for case where
30705 initialization before function call is placed in the delay slot
30706 and thus appears to be skipped over by commands such as "next".
30707
30708 Fri Dec 29 16:09:20 1995 Stan Shebs <shebs@andros.cygnus.com>
30709
30710 * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
30711
30712 Wed Dec 6 10:45:42 1995 Jeffrey A. Law <law@sethra.cygnus.com>
30713
30714 * gdb.base/*.exp: Make ${srcfile} only be the basename of the
30715 input source file; fix code to compile test to deal with this
30716 convention.
30717 * gdb.c++/*.exp: Likewise.
30718
30719 Mon Nov 27 11:40:16 1995 Fred Fish <fnf@cygnus.com>
30720
30721 * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
30722 "bt in signals.exp".
30723
30724 Sat Nov 25 20:52:15 1995 Fred Fish <fnf@phydeaux.cygnus.com>
30725
30726 * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
30727 "step over execarg initialization" and
30728 "step over corearg initialization".
30729
30730 Sat Nov 25 18:20:14 1995 Fred Fish <fnf@cygnus.com>
30731
30732 * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
30733 with sizeof(pointer) > sizeof(int). Avoid "void *" or include files.
30734
30735 Sat Nov 25 11:03:42 1995 Fred Fish <fnf@cygnus.com>
30736
30737 From Rob Savoye (rob@poseidon.cygnus.com)
30738 * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
30739 gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
30740 configure.in}, gdb.disasm/{Makefile.in, configure.in},
30741 gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
30742 configure.in}: Major reworking for autoconfig.
30743 * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
30744 gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
30745 New files.
30746 * config/unix-gdb.exp: Make GDB global.
30747 * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
30748 callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
30749 funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
30750 nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
30751 regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
30752 term.exp, twice.exp, watchpoint.exp, whatis.exp},
30753 gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
30754 templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
30755 misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
30756 pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
30757 pr-8136.exp, result.exp, string.exp, tuples.exp},
30758 gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
30759 to returns as necessary, arrange for test to compile own testcase
30760 executable.
30761 * lib/gdb.exp: Changes for testsuite to compile own test cases.
30762
30763 Tue Nov 21 16:15:45 1995 Fred Fish <fnf@cygnus.com>
30764
30765 * gdb.c++/classes.exp (test_pointers_to_class_members): Add
30766 clear_xfail at end of test which might not call either pass or fail.
30767 * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
30768 "backtrace through signal handler".
30769
30770 Sat Nov 18 04:09:31 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30771
30772 * gdb.base/sigall.exp: Work around OSF/1-3.x kernel bug when
30773 continuing from a job control stop signal.
30774 * gdb.stabs/alpha.mt: Use $(CFLAGS) when building weird.o.
30775
30776 Wed Nov 15 00:28:03 1995 Jeffrey A Law (law@cygnus.com)
30777
30778 * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
30779 * gdb.base/corefile.exp: Likewise.
30780 * gdb.base/funcargs.exp: Likewise.
30781
30782 Tue Nov 14 15:18:10 1995 Stu Grossman (grossman@cygnus.com)
30783
30784 * config/hmsirom.exp: Setup for talking to hmsi ROM monitor.
30785 * config/monitor.exp: Add support for setting baud rate.
30786
30787 Sat Nov 4 15:35:52 1995 Fred Fish <fnf@cygnus.com>
30788
30789 * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
30790 i*86-*-linux* xfails for "backtrace through signal handler".
30791 * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
30792 "print func2::coremaker_local".
30793 * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
30794 alpha-dec-osf2* xfail for
30795 "delete all breakpoints when none".
30796
30797 Wed Nov 1 15:57:16 1995 Fred Fish <fnf@cygnus.com>
30798
30799 * gdb.base/break.exp: Change test that deletes all breakpoints
30800 when no user breakpoints are installed. A post 4.15 change
30801 causes gdb to no longer prompt in this case.
30802
30803 Tue Oct 31 15:13:43 1995 Fred Fish <fnf@cygnus.com>
30804
30805 * gdb.base/return.exp (return_tests): Change xfail for test
30806 "correct value returned double test" to stop xfailing at
30807 Solaris 2.5. Apparently the bug has been fixed.
30808
30809 Sun Oct 29 12:18:16 1995 Fred Fish <fnf@cygnus.com>
30810
30811 * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
30812 IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
30813
30814 Tue Oct 24 11:12:12 1995 Jeffrey A Law (law@cygnus.com)
30815
30816 * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
30817 * gdb.disasm/hppa.s: Corresponding changes.
30818
30819 Wed Oct 18 11:27:47 1995 Jeffrey A Law (law@cygnus.com)
30820
30821 * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
30822 makefile fragment.
30823 * config/mt-hpux: Deleted.
30824
30825 Tue Oct 17 23:02:12 1995 Jeffrey A Law (law@cygnus.com)
30826
30827 * Many files: When warning about suppressed tests due to a
30828 nonexistant test binary, avoid incrementing the warning count.
30829
30830 Tue Oct 10 11:00:41 1995 Fred Fish <fnf@cygnus.com>
30831
30832 * Makefile.in (TARGET_FLAGS_TO_PASS): Remove BISON.
30833
30834 Sun Oct 8 04:23:14 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30835
30836 * gdb.base/return.exp: Change xfail from "sparc-*-solaris2.*" to
30837 "sparc-*-solaris2*".
30838
30839 Sat Sep 23 01:22:23 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30840
30841 * gdb.base/coremaker.c: Produce a full core dump for AIX targets.
30842 Add global and local variables and initialize them.
30843 * gdb.base/corefile.exp: Test correct mapping of corefile sections
30844 by printing variables. Remove rs6000 and powerpc xfails, BFD now
30845 extracts the file name and terminating signal from the core file.
30846 * TODO: Remove note about tests for correct mapping of corefile.
30847 * gdb.base/ptype.c (main): Use boolean2 to inhibit AIX 4.1 xlc
30848 from optimizing it away.
30849 * gdb.stabs/weird.exp: Remove rs6000 xfail, xcoffread.c now
30850 handles common blocks.
30851
30852 Thu Sep 21 01:28:10 1995 Jeff Law (law@snake.cs.utah.edu)
30853
30854 * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
30855 * gdb.disasm/sh3.exp (fmac): Corresponding changes.
30856
30857 Wed Sep 20 13:15:05 1995 Ian Lance Taylor <ian@cygnus.com>
30858
30859 * Makefile.in (maintainer-clean): New target, synonym for
30860 realclean.
30861 * gdb.base/Makefile.in (maintainer-clean): Likewise.
30862 * gdb.c++/Makefile.in (maintainer-clean): Likewise.
30863 * gdb.chill/Makefile.in (maintainer-clean): Likewise.
30864 * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
30865 * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
30866 * gdb.threads/Makefile.in (maintainer-clean): Likewise.
30867
30868 Sun Sep 10 13:14:01 1995 Fred Fish <fnf@cygnus.com>
30869
30870 * gdb.base/scope.exp (text_at_main): Add "hppa*-*-hpux*"
30871 xfails when not gcc compiled for "print foo::funclocal".
30872 (test_at_foo): Add "hppa*-*-hpux*" xfails when not gcc compiled for:
30873 "print foo::funclocal at foo",
30874 "print 'scope1.c'::foo::funclocal at foo",
30875 "print foo::funclocal_bss at foo",
30876 "print 'scope1.c'::foo::funclocal_bss at foo",
30877 "print foo::funclocal_ro at foo",
30878 "print 'scope1.c'::foo::funclocal_ro at foo",
30879 "print bar::funclocal at foo" and
30880 "print 'scope1.c'::bar::funclocal at foo".
30881 (test_at_bar): Add "hppa*-*-hpux*" xfails when not
30882 gcc compiled for "print foo::funclocal at bar".
30883 Expand all messages to ensure that they identify that
30884 the test is at bar().
30885 * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
30886 gcc compiled for:
30887 "ptype on opaque struct pointer (statically)",
30888 "ptype on opaque struct tagname (statically)",
30889 "ptype on opaque struct pointer (dynamically) 1",
30890 "ptype on opaque struct tagname (dynamically) 1",
30891 "ptype on opaque struct pointer (dynamically) 2" and
30892 "ptype on opaque struct tagname (dynamically) 2
30893 * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
30894 gcc compiled for:
30895 "p datalocal"
30896 "whatis datalocal",
30897 "ptype datalocal",
30898 "p bsslocal",
30899 "whatis bsslocal", and
30900 "ptype bsslocal".
30901 * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
30902 "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
30903 when not gcc compiled.
30904 * gdb.base/funcargs.exp (float_and_integral_args): Add
30905 "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
30906 compiled.
30907 (discard_and_shuffle): Add "hppa*-*-hpux*" xfail for
30908 "backtrace from call6a" when not gcc compiled.
30909 (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
30910 "backtrace from call7a" when not gcc compiled.
30911 * gdb.base/callfuncs.exp (do_function_calls):
30912 Add "hppa*-*-hpux*" xfail when not gcc compiled for
30913 "p t_char_array_values(char_array_val2,char_array_val1)",
30914 "p t_char_array_values(char_array_val1,char_array_val2)",
30915 "p t_char_array_values("carray 1","carray 2")",
30916 "p t_char_array_values("carray 1",char_array_val2)",
30917 "p t_char_array_values(char_array_val1,"carray 2")",
30918 "p sum_args(1,{2})",
30919 "p sum_args(2,{2,3})",
30920 "p sum_args(3,{2,3,4})",
30921 "p sum_args(4,{2,3,4,5})"
30922 * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
30923 "backtrace in corefile.exp" when not gcc compiled.
30924
30925 Sat Sep 9 01:35:39 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30926
30927 * gdb.base/signals.exp: Rewrite `handle all print' test as
30928 a procedure. Accept blanks or TABs as whitespace, increase
30929 timeout and expect input buffer size for the large output
30930 from the command. Remove "i*86-*-bsdi2.0" xfail.
30931
30932 Sat Sep 2 06:41:26 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
30933
30934 * gdb.base/setvar.exp: Add new testcases for truncation when
30935 assigning invalid values to bitfields.
30936
30937 Sat Sep 2 00:17:31 1995 Fred Fish <fnf@cygnus.com>
30938
30939 * gdb.base/callfuncs.exp (do_function_calls): Remove
30940 mips-sgi-irix* xfail for
30941 "call inferior func with struct - returns char *"
30942 and fix test so that an optional (unsigned char *) cast is
30943 accepted in the result.
30944
30945 Fri Sep 1 13:42:01 1995 Fred Fish <fnf@cygnus.com>
30946
30947 * gdb.base/funcargs.exp (float_and_integral_args): Remove
30948 sparc-sun-solaris2* xfail for "print f1 after run to call2a".
30949 * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
30950 * gdb.base/signals.exp: Remove duplicate "handle all print" test
30951 that accidentally got checked in.
30952
30953 Sun Aug 27 23:35:35 1995 Fred Fish <fnf@cygnus.com>
30954
30955 * gdb.base/callfuncs.exp (do_function_calls): Add alpha-dec-osf2*
30956 clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
30957 compiled test.
30958 * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
30959 Add mips-sgi-irix5* xfail for not gcc compiled.
30960 * gdb.base/Makefile.in (nodebug.o): Also create nodebug.ci.
30961 * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc
30962 compiled for "p top", "whatis top", "p middle", and "whatis
30963 middle".
30964 * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
30965 "whatis signed char" for not gcc compiled.
30966 * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
30967 "set variable signed char=-1 (-1)" and
30968 "set variable signed char=0xFF (0xFF)" for not gcc compiled.
30969 * gdb.base/funcargs.exp (float_and_integral_args):
30970 Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
30971 Add mips-sgi-irix* xfail when not gcc compiled for
30972 "continue to call2b".
30973 Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
30974 "continue to call2g".
30975 (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc
30976 compiled for "backtrace from call6a"
30977 (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc
30978 compiled for "backtrace from call7k". Add mips-sgi-irix5* xfail
30979 when not gcc compiled for "backtrace from call7a".
30980 (localvars_after_alloca): Fix gdb_test cmds for
30981 "print * after runto ...".
30982 Remove rs6000-*-* xfails for
30983 "print i after runto localvars_after_alloca" and
30984 "print l after runto localvars_after_alloca"
30985 for all compilers.
30986 * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
30987 when not compiled with gcc, for:
30988 "print signed char == (minus)",
30989 "print signed char != (minus)",
30990 "print signed char < (minus)",
30991 "print signed char > (minus)".
30992 * gdb.base/callfuncs.exp (do_function_calls):
30993 Add mips-sgi-irix* xfail, when compiled with native compiler, for
30994 "call inferior func with struct - returns char *".
30995 * gdb.base/return.exp (return_tests): Change xfail for
30996 "correct value returned double test" to include Solaris 2.4.
30997 * gdb.base/funcargs.exp (float_and_integral_args):
30998 Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
30999
31000 Sat Aug 26 00:26:11 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31001
31002 * gdb.base/setvar.c, gdb.base/setvar.exp: Add new tests for
31003 enumeration bitfields if compiling with GNU C.
31004 * lib/gdb.exp: Consume `(y or n) ' in `Reinitialize source path
31005 to empty' prompt.
31006
31007 Tue Aug 22 00:30:37 1995 Jeff Law (law@snake.cs.utah.edu)
31008
31009 * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
31010 test for PRO targets.
31011
31012 * gdb.base/funcargs.exp: Avoid ever setting more than 8
31013 breakpoints in the inferior at any given time by making
31014 two groups of breakpoints for call2*, call6* and call7*
31015 tests.
31016
31017 Sun Aug 20 06:58:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31018
31019 * gdb.base/funcargs.exp: Fix typos introduced by Aug 15 change.
31020 * gdb.base/callfuncs.c (main): Use struct_val1 to inhibit xlc
31021 from optimizing it away.
31022 * gdb.base/callfuncs.exp: Remove rs6000-*-* xfails for
31023 "call inferior func with struct".
31024
31025 Wed Aug 16 11:57:15 1995 Stan Shebs <shebs@andros.cygnus.com>
31026
31027 * configure.in: Only configure gdb.chill for particular targets.
31028
31029 Tue Aug 15 09:42:44 1995 Fred Fish <fnf@cygnus.com>
31030
31031 * gdb.base/Makefile.in: Add action to .c.o transformation
31032 rule that generates a .ci file for each .o file and remove
31033 explicit .c.o rules except for callfuncs.o.
31034 * gdb.c++/Makefile.in: Add .cc.o transformation rule that
31035 generates a .ci file for each .o file and remove explicit
31036 .cc.o rules.
31037 (clean): Remove *.tmp *.ci files.
31038 (EXECUTABLES): Remove templ-info.exp.
31039 * gdb.base/compiler.c: New file.
31040 * gdb.c++/compiler.cc: New file
31041 * gdb.base/scope.exp: Source gdb.base/scope.ci.
31042 Change rs6000-*-* xfail for
31043 "print 'scope0.c'::filelocal_ro" and
31044 "print 'scope1.c'::filelocal" and
31045 "print 'scope1.c'::filelocal_bss" and
31046 "print 'scope1.c'::filelocal_ro" and
31047 "print 'scope1.c'::foo::funclocal" and
31048 "print 'scope1.c'::foo::funclocal_ro" and
31049 "print 'scope1.c'::bar::funclocal" and
31050 "print 'scope0.c'::filelocal_ro" and
31051 "print 'scope1.c'::filelocal at foo" and
31052 "print 'scope1.c'::filelocal_bss at foo" and
31053 "print 'scope1.c'::filelocal_ro at foo" and
31054 "print 'scope1.c'::foo::funclocal at foo" and
31055 "print 'scope1.c'::foo::funclocal_bss at foo" and
31056 "print 'scope1.c'::foo::funclocal_ro at foo" and
31057 "print 'scope1.c'::bar::funclocal at foo" and
31058 "print 'scope0.c'::filelocal_ro" and
31059 "print 'scope1.c'::filelocal" and
31060 "print 'scope1.c'::filelocal_bss" and
31061 "print 'scope1.c'::filelocal_ro" and
31062 "print 'scope1.c'::foo::funclocal" and
31063 "print 'scope1.c'::foo::funclocal_bss" and
31064 "print 'scope1.c'::foo::funclocal_ro" and
31065 "print 'scope1.c'::bar::funclocal" and
31066 "print 'scope1.c'::bar::funclocal_bss"
31067 to only be xfail'd when not compiled with gcc.
31068 Add rs6000-*-* xfail for
31069 "print 'scope0.c'::filelocal_bss before run"
31070 when compiled with gcc.
31071 (test_at_main): Add rs6000-*-* xfail for
31072 "print filelocal_ro in test_at_main"
31073 when compiled with gcc.
31074 * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
31075 Add rs6000-*-aix* xfail for
31076 "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
31077 "ptype t_char_array", not compiled with gcc.
31078 * gdb.base/list.exp (test_list_function): Add rs6000-*-*
31079 xfail for "list foo (in include file)" when gcc compiled.
31080 * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
31081 (integral_args): Add rs6000-*-* xfail for
31082 "run to call0a" if not compiled with gcc.
31083 (unsigned_integral_args): Add rs6000-*-* xfail for
31084 "run to call1a" if not compiled with gcc.
31085 (float_and_integral_args): Add rs6000-*-* xfail for
31086 "run to call2a" if not compiled with gcc and for
31087 "continue to call2b" for any compiler.
31088 Add rs6000-*-* xfail to
31089 "print f1 after run to call2a" for gcc compiled.
31090 (discard_and_shuffle): Add rs6000-*-* xfail for
31091 "run to call6a".
31092 (shuffle_round_robin): Add rs6000-*-* xfail for
31093 "backtrace from call7a" if not compiled with gcc.
31094 Add rs6000-*-* xfail for
31095 "backtrace from call7b" if compiled with gcc.
31096 (call_after_alloca): Add rs6000-*-* xfail for
31097 "print c in call_after_alloca" and
31098 "print s in call_after_alloca" and
31099 "backtrace from call_after_alloca_subr"
31100 if not compiled with gcc.
31101 (localvars_in_indirect_call): Add rs6000-*-* xfail for
31102 "print c in localvars_in_indirect_call" and
31103 "print c in localvars_in_indirect_call" and
31104 "backtrace in indirectly called function" and
31105 "stepping into indirectly called function"
31106 if not compiled with gcc.
31107 (localvars_after_alloca): Add rs6000-*-* xfail for
31108 "print c after runto localvars_after_alloca" and
31109 "print s after runto localvars_after_alloca" and
31110 "print i after runto localvars_after_alloca" and
31111 "print l after runto localvars_after_alloca"
31112 for all compilers.
31113 * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
31114 than whatis-info.exp.
31115 * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
31116 than opaque-info.exp.
31117 Setup rs6000-*-* xfail for
31118 "ptype on opaque struct pointer (statically)" and
31119 "ptype on opaque struct pointer (dynamically)" when
31120 not compiled with gcc.
31121 * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
31122 rather than callf-info.exp.
31123 (do_function_calls): Add clear_xfail for rs6000-*-* for
31124 "p t_float_values2(3.14159,float_val2)". Seems to work
31125 fine there, both with xlc and gcc. Need to find out what
31126 it is doing right and fix other platforms.
31127 * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
31128 "call inferior func with struct - returns int",
31129 "call inferior func with struct - returns long",
31130 "call inferior func with struct - returns float",
31131 "call inferior func with struct - returns double",
31132 "call inferior func with struct - returns char *",
31133 but only if not gcc compiled (presumes xlc compiled).
31134 Change rs6000-*-* xfails for
31135 "call inferior func with struct - returns char" and
31136 " call inferior func with struct - returns short" to only
31137 xfail if not using gcc.
31138 (clean mostlyclean): Remove *.ci and *.tmp files.
31139 * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
31140 than templ-info.exp.
31141 * gdb.base/langs.exp: Source gdb.base/langs.ci.
31142 Add rs6000-*-* xfail for "up to foo in langs.exp"
31143 "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
31144 when not gcc compiled.
31145
31146 Sat Aug 12 15:05:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
31147
31148 * gdb.base/callfuncs.exp: Add xfails for the powerpc.
31149 * gdb.base/corefile.exp: Likewise.
31150 * gdb.base/list.exp: Likewise.
31151 * gdb.base/scope.exp: Likewise.
31152 * gdb.base/siganls.exp: Likewise.
31153
31154 * gdb.base/nodebug.exp: Add xfails for the powerpc. Handle aix4
31155 compiler output.
31156 * gdb.base/whatis.exp: Likewise.
31157
31158 Fri Aug 11 13:36:20 1995 Jeff Law (law@snake.cs.utah.edu)
31159
31160 * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
31161 failure (opcode table has been fixed to match reality).
31162
31163 Mon Aug 14 09:01:59 1995 Fred Fish <fnf@cygnus.com>
31164
31165 * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
31166 "call inferior func with struct - returns char",
31167 "call inferior func with struct - returns short"
31168
31169 * gdb.base/scope.exp: Remove rs6000-*-* xfails for
31170 "print 'scope0.c'::filelocal at main",
31171 "print 'scope0.c'::filelocal_bss in test_at_main",
31172 "print 'scope0.c'::filelocal at foo",
31173 "print 'scope0.c'::filelocal_bss in test_at_foo",
31174 "print 'scope0.c'::filelocal at bar",
31175 "print 'scope0.c'::filelocal_bss in test_at_bar"
31176
31177 * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
31178 in source file 1". This bug seems to have been fixed with both
31179 gcc and native cc (was native assembler bug?).
31180
31181 Wed Aug 9 08:04:12 1995 Fred Fish (fnf@cygnus.com)
31182
31183 * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
31184 "backtrace through signal handler" to "i*86-*-sysv4*".
31185 * gdb.base/signals.exp: Add xfail for "'next' behaved as
31186 continue" case. Add "known SVR4 bug" to fail message.
31187 Add "i*86-*-bsdi2.0" xfail for "handle all print".
31188 Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
31189 * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
31190 "whatis unnamed typedef'd enum..." and "ptype t_char_array".
31191 * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
31192 "up to foo in langs.exp", "show language at foo in
31193 langs.exp", "up to cppsub_ in langs.exp", "show
31194 language at cppsub_ in langs.exp", "up to fsub in
31195 langs.exp", and "show language at fsub in langs.exp".
31196 * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
31197 "bactrace in corefile.exp".
31198 * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
31199 "call inferior function with struct - returns float" and
31200 "call inferior function with struct - returns double".
31201
31202 Mon Aug 7 02:43:28 1995 Jeff Law (law@snake.cs.utah.edu)
31203
31204 * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
31205 * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
31206 * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
31207 * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
31208
31209 Mon Aug 7 08:09:37 1995 Fred Fish <fnf@cygnus.com>
31210
31211 * Makefile.in (CHILL_FOR_TARGET): Use previously defined
31212 (or overriden) "CHILL" macro rather then bare "gcc".
31213 Also look for ../../gcc/xgcc since that is what we will
31214 actually need, not "Makefile". Remove following assignment
31215 of CHILL to CHILL_FOR_TARGET because that results in
31216 recursive definition.
31217
31218 Sun Aug 6 16:52:29 1995 Fred Fish <fnf@cygnus.com>
31219
31220 * gdb.base/corefile.exp: Change xfail for backtrace in
31221 corefile.exp from linuxaout to all linux.
31222 * gdb.base/sigall.exp (test_one_sig): Specifically deal with
31223 cases where we miss the breakpoint at the signal handler
31224 for some reason. Setup xfail for linuxoldld/linuxaout and
31225 getting SIGIO. Setup xfail for linuxoldld/linuxaout for
31226 hitting SIGURG breakpoint.
31227 * gdb.base/signals.exp: Setup xfail for "next" acting like
31228 continue to add linuxoldld. Setup xfail for all linux for
31229 "next to handler in signals_tests_1", "backtrace in
31230 signals_tests_1", "continue to func1", "pass SIGUSR1",
31231 and continue to handler".
31232
31233 Thu Aug 3 10:45:37 1995 Fred Fish <fnf@cygnus.com>
31234
31235 * Update all FSF addresses except those in COPYING* files.
31236
31237 Sun Jul 30 17:50:35 1995 Fred Fish <fnf@cygnus.com>
31238
31239 * gdb.base/a2-run.exp: Change messages to be more explicit about
31240 the status of args, and quote binfile in results.
31241
31242 Sun Jul 30 10:24:20 1995 Fred Fish <fnf@cygnus.com>
31243
31244 * gdb.base/callfuncs.exp: Add tests for passing structs to
31245 inferior functions and return various types.
31246 * gdb.base/callfuncs.c: Add functions to receive a struct
31247 and return a member of the struct, in various types.
31248
31249 Sat Jul 29 14:22:33 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31250
31251 * gdb.base/Makefile.in (clean): Remove callf-info.exp.
31252
31253 Fri Jul 28 13:36:11 1995 Brendan Kehoe <brendan@lisa.cygnus.com>
31254
31255 * config/vxworks29k.exp: New file, sources vxworks.exp.
31256
31257 Fri Jul 28 00:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
31258
31259 * config/gdbremote.exp: New file. Testing framework using
31260 gdbserver.
31261
31262 Thu Jul 27 12:17:14 1995 Fred Fish (fnf@cygnus.com)
31263
31264 * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
31265 "call function when asleep" and "send end of file".
31266 * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
31267 for "backtrace in corefile.exp".
31268 * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
31269 for "backtrace through signal handler".
31270 * gdb.base/corefile.exp: Make sure we actually generate a core file
31271 before trying the core tests. Some systems allow the user to suppress
31272 generation of core files and default to that (linux for example).
31273 * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
31274 from "i*86-*-linux" to "i*86-*-linuxaout". Works with ELF beta.
31275
31276 Tue Jul 25 17:30:10 1995 Jeffrey A. Law <law@rtl.cygnus.com>
31277
31278 * gdb.threads: New directory with some crude multi-threaded
31279 gdb tests (step.exp and step2.exp).
31280 * config/mt-lynx (STEP_EXECUTABLE): Define.
31281 (THREADFLAGS): Define.
31282
31283 Tue Jul 25 01:03:52 1995 Jeff Law (law@snake.cs.utah.edu)
31284
31285 * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
31286
31287 * gdb.base/signals.exp: Disable whole file for lynx until
31288 further notice.
31289
31290 * gdb.base/signals.exp: xfail test where "next" acts like
31291 "continue" for lynx.
31292
31293 * gdb.base/interrupt.exp: xfail test for calling function while
31294 inferior is asleep for lynx.
31295
31296 * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
31297 than one cr-lf after each command.
31298
31299 Sun Jul 23 23:33:18 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31300
31301 * configure.in: Reinstate setting of stabsdirs variable, fix
31302 typo in setting up configdirs for native builds.
31303
31304 * gdb.base/return.exp: Fix typo in return double test.
31305 * gdb.base/return.c (tmp2, tmp3): Made global to inhibit the
31306 compiler from optimizing them away.
31307
31308 Fri Jul 21 11:39:34 1995 Jeff Law (law@snake.cs.utah.edu)
31309
31310 * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
31311 sequences to be echo'd by gdb when using gdb_test.
31312 * gdb.chill/chexp.exp: Likewise.
31313 * gdb.fortran/exprs.exp: Likewise
31314
31315 Thu Jul 20 13:28:36 1995 Jeffrey A. Law <law@rtl.cygnus.com>
31316
31317 * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
31318 after the inferior gdb has started.
31319
31320 * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
31321 after each command.
31322 * gdb.base/funcargs.exp: Likewise.
31323 * gdb.base/gdbvars.exp: Likewise.
31324 * gdb.base/interrupt.exp: Likewise.
31325 * gdb.base/list.exp: Likewise.
31326 * gdb.base/watchpoint.exp: Likewise.
31327 * gdb.c++/demangle.exp: Likewise.
31328 * gdb.c++/inherit.exp: Likewise.
31329 * gdb.chill/chexp.exp: Likewise.
31330 * gdb.fortran/exprs.exp: Likewise.
31331
31332 * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
31333 test if we can't handle IO to/from the inferior.
31334
31335 * gdb.c++/misc.exp: Always check for a program already being
31336 started after sending a "run" command to gdb.
31337
31338 * gdb.base/twice.exp: Start with a fresh gdb.
31339
31340 * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
31341 only depend on gdb's expression code, not the chill runtime.
31342
31343 * gdb.base/return.c: Put return values into variables so we
31344 can have gdb print them rather than depending on the program
31345 to print them.
31346 * gdb.base/return.exp: Corresponding changes.
31347
31348 * lib/gdb.exp: Provide default value for noinferiorio.
31349 * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
31350 the inferior.
31351
31352 * gdb.base/break.exp: Always check for a program already being
31353 started after sending a "run" command to gdb.
31354 (text_next_with_recursion): Don't check the output from the
31355 program's printf statement. Instead just make sure the program
31356 exited.
31357
31358 * gdb.base/commands.exp: Protect tests which need arguments with
31359 $noargs conditionals.
31360
31361 Wed Jul 19 22:42:43 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31362
31363 * gdb.base/printcmds.exp: Adjust expect patterns for addresses
31364 of structure member arrays to match gdb/valops.c:value_addr change.
31365
31366 Mon Jul 17 10:12:27 1995 Jeff Law (law@snake.cs.utah.edu)
31367
31368 * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
31369 cases.
31370
31371 Wed Jul 12 10:20:08 1995 Fred Fish (fnf@cygnus.com)
31372
31373 * configure.in (configdirs): Remove gdb.chill from default list
31374 of subdirs and then add it back in only if doing a native build.
31375 The current chill compiler does not yet work in any cross build.
31376 * Revert all signal changes from Jul 6.
31377 * gdb.base/{sigall.c signals.c}: Define away signal() and alarm()
31378 for sh-hms targets, allowing these tests to link, with no other
31379 changes. Testing is suppressed by setting "nosignals" in site.exp.
31380
31381 Thu Jul 6 20:58:30 1995 Fred Fish (fnf@cygnus.com)
31382
31383 * configure.in (signaldirs): Define and add to configdirs for all
31384 targets except some specific ones that are known to not support signals.
31385 Also clean up formatting.
31386 * gdb.base/Makefile.in (EXECUTABLES): Remove sigall and signals.
31387 (signals, sigall): Remove rules to build.
31388 * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
31389 Moved to new gdb.signals directory.
31390 * gdb.signals: New test directory.
31391 * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
31392 signals.c signals.exp}: New or moved files.
31393
31394 Sun Jun 25 12:55:18 1995 Jeff Law (law@snake.cs.utah.edu)
31395
31396 * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
31397
31398 Wed Jun 21 16:35:55 1995 Fred Fish <fnf@cygnus.com>
31399
31400 * gdb.base/return.exp: Xfail `return double' test failure
31401 on at least Solaris 2.3 and handle future/past versions on
31402 a case by case basis as appropriate. Also update message
31403 to include i*86 failures.
31404
31405 Wed May 24 07:10:10 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31406
31407 * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
31408
31409 * lib/gdb.exp: Fix comment which erroneously identified
31410 gdb_file_cmd as gdb_load (the 19 May change was in fact to
31411 gdb_file_cmd not gdb_load).
31412 * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
31413
31414 * gdb.base/setvar.exp: Make test names consistent between pass and
31415 fail cases. Use gdb_test more.
31416
31417 Fri May 19 07:22:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31418
31419 * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
31420
31421 Mon May 15 23:50:51 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31422
31423 * gdb.base/help.exp: Fix expected help string for `show commands'.
31424
31425 Thu May 11 07:55:11 1995 Jim Kingdon <kingdon@deneb.cygnus.com>
31426
31427 * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
31428
31429 * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
31430 of a text section.
31431
31432 Thu May 11 15:02:24 1995 Stu Grossman (grossman@andros.cygnus.com)
31433
31434 * config/monitor.exp (gdb_target_monitor): Fix loop interator so
31435 that loop eventually terminates. Fix Connection refused logic so
31436 that testsuite will expire nicely.
31437
31438 Wed May 10 17:57:35 1995 Stu Grossman (grossman@andros.cygnus.com)
31439
31440 * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
31441 config/rom68k.exp: New tcl glue for the appropriate monitors.
31442 These all just end up calling monitor.exp.
31443 * config/monitor.exp (gdb_target_monitor): Handle `Connection
31444 refused' by retrying. Cleanup some timeout issues.
31445 * (gdb_load): Reduce timeout. Cleanup some timeout issues.
31446 * lib/gdb.exp (gdb_test gdb_test_exact): Upvar timeout so that
31447 callers don't have to set/restore global timeout variable.
31448
31449 * The following set of changes centralizes management of the global
31450 timeout variable. This way, it can be set in one target dependent
31451 place instead of dozens of places scattered throughout the test suite.
31452 If you need to lengthen a timeout, then you should either set timeout
31453 in one of the config/{target}.exp files, or multiply it by a factor.
31454 Setting it to an absolute value is always going to lose for some
31455 targets.
31456 * gdb.base/a1-selftest.exp (test_with_self): Only use local timeout.
31457 * gdb.base/callfuncs.exp (do_function_calls): Don't set timeout.
31458 * gdb.base/funcargs.exp: Don't set timeout.
31459 * gdb.base/list.exp (test_forward_search): Only use local timeout.
31460 * gdb.base/printcmds.exp (test_print_string_constants
31461 test_print_array_constants): Don't set timeout.
31462 * gdb.base/ptype.exp: Don't set timeout.
31463 * gdb.base/recurse.exp: Don't set timeout.
31464 * gdb.base/return.exp: Don't set timeout.
31465 * gdb.base/watchpoint.exp: Don't set timeout.
31466 * gdb.c++/classes.exp (do_tests): Don't set timeout.
31467 * gdb.c++/virtfunc.exp (test_virtual_calls): Don't set timeout.
31468
31469 Wed May 10 16:03:23 1995 Torbjorn Granlund <tege@adder.cygnus.com>
31470
31471 * Makefile.in: Make clean targets work also when SUBDIRS is empty.
31472
31473 Mon May 1 07:32:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31474
31475 * lib/gdb.exp: Disable chill tests for irix5.
31476
31477 Wed Apr 26 07:36:03 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31478
31479 * gdb.base/scope.exp: Make test names unique. Use gdb_test. Make
31480 each test pass or fail.
31481
31482 Sun Apr 23 21:32:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31483
31484 * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
31485 xlc not gcc.
31486
31487 Fri Apr 21 15:44:02 1995 Stu Grossman (grossman@rtl.cygnus.com)
31488
31489 * cpu32bug.exp est.exp rom68k.exp: Delete. Unify into monitor.exp.
31490
31491 Wed Apr 19 17:41:21 1995 Stu Grossman (grossman@cygnus.com)
31492
31493 * config/est.exp: Fix copyright and comments. Remove dead code.
31494 Use targetname, serialport and baud variables instead of fixed
31495 constants.
31496 * config/rom68k.exp: Fix copyright and comments. Remove dead code.
31497 * config/cpu32bug.exp: New file to support cpu32bug monitors.
31498
31499 Wed Apr 19 13:47:16 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31500
31501 * gdb.base/watchpoint.exp: Don't run
31502 test_watchpoint_triggered_in_syscall for sunos.
31503
31504 Mon Apr 17 12:48:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31505
31506 * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
31507 they don't seem to exist. Do include stdio.h.
31508
31509 Fri Apr 14 09:40:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31510
31511 * gdb.base/a1-selftest.exp: Add alpha xfail.
31512
31513 Mon Apr 10 13:07:50 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31514
31515 * gdb.base/watchpoint.c (main): Prompt before calling read().
31516 * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
31517 Revise accordingly. Remove cruft about sending "123" several
31518 times, until it gets noticed. Clean up the "print buf[0]" stuff
31519 so that it passes or fails, and waits for prompts in the usual way.
31520
31521 Sun Apr 9 09:02:36 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31522
31523 * gdb.base/recurse.exp: Fix comment.
31524
31525 * TODO: Remove item about printing variables in nodebug.exp. Add
31526 item about enabling tests which are only run on some targets.
31527
31528 * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
31529 fail, make test names unique, use new gdb_test convention
31530 regarding pattern, use gdb_test more, etc.).
31531
31532 * gdb.base/bitfields.exp: Various cleanups (make each test pass or
31533 fail, make test names unique, etc.).
31534
31535 Sat Apr 8 02:47:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31536
31537 * gdb.base/nodebug.c: Change return type of top and middle to
31538 short.
31539 * gdb.base/nodebug.exp: Remove xfails for ecoff systems, they
31540 are fixed by the recent mdebugread.c changes. Allow `short ()'
31541 as type for top and middle.
31542
31543 Thu Apr 6 08:54:18 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31544
31545 * gdb.base/break.exp: Remove commented out if $usestubs {}. As
31546 nearly as I can tell, the whole thing was an accident in Stu's
31547 change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
31548 to replace a send/expect pair with gdb_test, but ended up only
31549 adding the gdb_test. My change of 24 Mar 1995 and Kung's change
31550 of 30 Mar 1995 took care of it, but left this vestigial comment
31551 which I am now nuking.
31552
31553 Mon Apr 3 09:00:27 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31554
31555 * gdb.base/break.exp: Look for different line number for
31556 breakpoint at main depending on usestubs.
31557
31558 Sun Apr 2 08:15:45 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31559
31560 * gdb.base/list.exp: Adjust some alternate expect patterns to
31561 match recent list0.c change. Add alternate expect pattern for
31562 output from `list default lines around main' for optimizing
31563 compilers.
31564
31565 Sat Apr 1 07:23:22 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31566
31567 * lib/gdb.exp: If nosignals is not set, set it to 0.
31568
31569 Fri Mar 31 16:13:48 1995 Kung Hsu <kung@mexican.cygnus.com>
31570
31571 * config/slite-gdb.exp: Responds to load symbol table prompt.
31572 * gdb.base/break.exp: Adjust line number, fix rerun.
31573 * gdb.base/langs0.c: Add #ifdef usestubs.
31574
31575 Thu Mar 30 15:36:55 1995 Kung Hsu <kung@mexican.cygnus.com>
31576
31577 * gdb.base/list.exp: Adjust line contents after adding new lines in
31578 list0.c. Also fix a syntax error.
31579
31580 * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
31581 * gdb.base/break.exp: ditto.
31582 * gdb.base/list.exp: ditto.
31583 * gdb.base/bitfields.c: Add #ifdef usestubs in main().
31584 * gdb.base/run.c: ditto.
31585 * gdb.base/list0.c: ditto.
31586 * gdb.base/funcargs.c: ditto.
31587
31588 Wed Mar 29 17:09:29 1995 Stu Grossman (grossman@cygnus.com)
31589
31590 * testsuite/config/rom68k.exp (gdb_target_rom68k): Use
31591 $targetname, $serialport and $baud instead of hardwired variables.
31592 * testsuite/gdb.base/{sigall.exp signals.exp}: Skip these if the
31593 target doesn't support signals.
31594
31595 Wed Mar 29 12:29:34 1995 Kung Hsu <kung@mexican.cygnus.com>
31596
31597 * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
31598
31599 Tue Mar 28 08:46:45 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31600
31601 * gdb.base/recurse.exp: Make test names unique. Change \\(+ to \\(.
31602 Don't rely on the value of an auto variable before it has been
31603 initialized. Use gdb_test more.
31604
31605 Mon Mar 27 08:00:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31606
31607 * lib/gdb.exp (default_gdb_version): A version number must start
31608 with a digit, but other than that contains all characters up to
31609 the first whitespace character.
31610
31611 Sun Mar 26 13:19:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31612
31613 * gdb.base/commands.exp (breakpoint_command_test): New tests.
31614
31615 Sat Mar 25 15:38:06 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31616
31617 * gdb.c++/*.exp: Warn if executable does not exist. The original
31618 reason for skipping the warning was that configure.in sometimes
31619 intentionally skipped building the executables but the tcl code
31620 had no way of knowing. That (a) was always bogus with respect to
31621 error handling, (b) is no longer true (right now there is no way
31622 to skip C++ tests).
31623
31624 * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
31625
31626 Sat Mar 25 01:16:10 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31627
31628 * gdb.base/list.exp: Add expect patterns for output from
31629 SunPRO compiled executables.
31630 * gdb.base/whatis.exp: Allow leading `signed' for all v_signed_*
31631 types.
31632
31633 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31634
31635 * gdb.base/break.exp (test_next_with_recursion): Accept any line
31636 number (we are already testing that the correct source line text
31637 gets printed).
31638
31639 * gdb.base/break.exp: Make one test if $usestubs. I'm not sure
31640 that is what is intended, but something needed to be done to get
31641 sunos4 native working again.
31642
31643 * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
31644
31645 * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
31646 apparently went with a (very) old xfail.
31647
31648 Fri Mar 24 13:41:09 1995 Kung Hsu <kung@mexican.cygnus.com>
31649
31650 * gdb.base/callfuncs.exp: call runto_main instead of runto main.
31651 runto_main is a proc in gdb.exp that will do 'step' for target use
31652 stubs.
31653 * gdb.base/exprs.exp: ditto.
31654 * gdb.base/interrupt.exp: ditto.
31655 * gdb.base/opaque.exp: ditto.
31656 * gdb.base/printcmds.exp: ditto.
31657 * gdb.base/ptype.exp: ditto.
31658 * gdb.base/scope.exp: ditto.
31659 * gdb.base/setvar.exp: ditto.
31660 * gdb.base/signals.exp: ditto.
31661 * gdb.base/twice.exp: ditto.
31662 * gdb.c++/classes.exp: ditto.
31663 * gdb.c++/inherit.exp: ditto.
31664 * gdb.c++/templates.exp: ditto.
31665 * gdb.base/break.exp: no run and hit main for stubs. Change line
31666 numbers for breakpoints and info breakpoint.
31667 * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
31668 breakpoint().
31669 * gdb.base/callfuncs.c: ditto.
31670 * gdb.base/exprs: ditto.
31671 * gdb.base/interrupt.c: ditto.
31672 * gdb.base/opaque0.c: ditto.
31673 * gdb.base/printcmds.c: ditto.
31674 * gdb.base/ptype.c: ditto.
31675 * gdb.base/scope0.c: ditto.
31676 * gdb.base/setvar.c: ditto.
31677 * gdb.base/signals.c: ditto.
31678 * gdb.base/twice.c: ditto.
31679 * gdb.c++/misc.cc: ditto.
31680 * gdb.c++/templates.cc: ditto.
31681
31682 Fri Mar 24 06:11:05 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31683
31684 * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
31685
31686 * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
31687 somewhere between `read' and `main.c'. I'm pretty sure the
31688 pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
31689 and it isn't particularly useful.
31690
31691 * gdb.base/scope.exp: Make test names unique. \[(\] -> \\(.
31692
31693 Thu Mar 23 14:58:35 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31694
31695 * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
31696
31697 Wed Mar 22 18:36:05 1995 Kung Hsu <kung@mexican.cygnus.com>
31698
31699 * config/mt-slite: add LIBS and -nostdlib.
31700 * config/slite-gdb.exp: add this new file to support sparclite target.
31701
31702 Tue Mar 21 21:41:04 1995 Doug Evans <dje@canuck.cygnus.com>
31703
31704 * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
31705
31706 * gdb.base/a2-run.exp: Change argument to istarget from
31707 "*-*-vxworks" to "*-*-vxworks*".
31708 * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
31709
31710 Tue Mar 21 17:08:47 1995 Kung Hsu <kung@mexican.cygnus.com>
31711
31712 * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
31713 will not runto main but do a 'step' to step out of breakpoint().
31714 * config/mt-slite: add -Dusestubs.
31715
31716 Tue Mar 21 12:14:12 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31717
31718 * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
31719 instead of just @.
31720
31721 * gdb.base/signals.exp: Add test for "handle all print".
31722 * TODO: Remove "handle all print". Also remove item about
31723 checking copyright date (I don't like the idea of a spurious FAIL
31724 based on when we run the tests).
31725
31726 * gdb.base/recurse.exp: Enable test for SunOS4. xfail one test
31727 for SunOS4 (reason for failure not investigated). Remove
31728 redundant test for $binfile.
31729
31730 * gdb.base/nodebug.c (array_index): Call malloc.
31731
31732 * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
31733
31734 Mon Mar 20 10:08:17 1995 Jeff Law (law@snake.cs.utah.edu)
31735
31736 * gdb.base/recurse.exp: Update gdb_test invocation to use new
31737 conventions and slightly simplify the matching regexp.
31738
31739 Fri Mar 17 05:43:28 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31740
31741 * gdb.base/break.exp: Update gdb_test invocation to use new
31742 convention.
31743
31744 * lib/gdb.exp: If noargs is not set, set it to 0.
31745
31746 * gdb.base/nodebug.exp: Comment out redundant test. Make name of
31747 tests unique.
31748
31749 * lib/gdb.exp: Skip CHILL for AIX and Solaris.
31750
31751 Thu Mar 16 16:27:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31752
31753 * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
31754 one argument of type "<non-float parameter>".
31755
31756 Wed Mar 15 15:54:56 1995 Stu Grossman (grossman@cygnus.com)
31757
31758 * config/rom68k.exp: New file to support Motorola IDP board.
31759 * gdb.base/a2-run.exp: Skip this file if noargs is set.
31760 * gdb.base/break.c: Change things around so that this program
31761 doesn't depend upon args. This is necessary to make remote
31762 targets work (in general, they can't take args).
31763 * gdb.base/break.exp: Don't try to send args to program. Don't
31764 expect output. Also, replace lots of code with gdb_test.
31765
31766 Wed Mar 15 04:11:14 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31767
31768 * gdb.base/printcmds.exp (test_character_literals_accepted): Test
31769 printing of '\'' (which is what the comment says we are testing,
31770 even though we were not), not '''.
31771 (test_integer_literals_rejected): Test that printing ''' is an error.
31772
31773 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
31774 gdb.chill/chexp.exp, gdb.base/printcmds.exp,
31775 gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
31776 gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
31777 Use gdb_test not test_print_accept.
31778 * lib/gdb.exp: Remove test_print_accept.
31779
31780 * gdb.base/signals.exp (signal_tests_1): Make pass message
31781 consistent with fail message.
31782
31783 * gdb.base/whatis.exp: Remove xfails for printing char vs.
31784 unsigned char; the bug (PR 1821) is fixed.
31785
31786 * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
31787
31788 * gdb.base/scope.exp (test_at_localscopes): Call pass for
31789 successful tests--makes xfailing them work right.
31790
31791 Tue Mar 14 07:39:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31792
31793 * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
31794 only \r\n, not .*. The test can pass .* as the last thing in
31795 $pattern if that is what it wants. In addition to providing this
31796 flexibility, this change should speed up pattern matching in cases
31797 where the pattern already ended with .* (there were a number of
31798 them). This change also helps catch bad patterns--in the old
31799 scheme the typo "char \*" instead of "char \\*" would pass. Now
31800 it is caught.
31801 * Many .exp files: Update callers.
31802
31803 * gdb.base/funcargs.exp: Replace \[(\]+ with \\(. The latter is
31804 clearer and does not spuriously match multiple ('s. Likewise for
31805 ) and *.
31806
31807 * gdb.base/nodebug.exp: Test ability to call a function and pass
31808 it a string (even with no debugging info).
31809
31810 * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
31811 "p '\'", which is the same as "p ''" once tcl gets done with
31812 quoting, to "p '\\'", which I suspect is what is intended (one
31813 backslash gets sent to GDB).
31814
31815 * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
31816
31817 Fri Mar 10 13:31:46 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31818
31819 * gdb.base/a1-selftest.exp: Remove xfail for solaris. The bug (PR
31820 1817) was fixed literally years ago.
31821
31822 Fri Mar 10 02:49:40 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31823
31824 * gdb.base/funcargs.exp (call_after_alloca): Remove `next'
31825 test, it causes stepping out of call_after_alloca_subr with
31826 optimizing compilers.
31827 (localvars_in_indirect_call): Consume GDB prompt if `finish'
31828 fails.
31829
31830 * gdb.c++/templates.exp: Source templ-info.exp only if
31831 the templates executable exists.
31832
31833 * gdb.c++/misc.cc (class Contains_static_instance,
31834 class Contains_nested_static_instance),
31835 gdb.c++/classes.exp (test_static_members): Test printing of
31836 a class that contains a static instance of the class.
31837
31838 Thu Mar 9 11:43:55 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31839
31840 * gdb.base/langs2.c (cppsub_): Don't prototype.
31841 * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
31842 only, I believe).
31843
31844 Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31845
31846 * lib/gdb.exp (skip_chill_tests): New procedure.
31847
31848 * gdb.base/signals.exp (signal_tests_1): xfail for irix.
31849
31850 Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
31851
31852 * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
31853 each expect pattern. Cuts runtime from 12 to about 4 seconds.
31854
31855 Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31856
31857 * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
31858
31859 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
31860 disassemble 8, not 16, instructions for part 4.
31861
31862 * config/vx-gdb.exp (gdb_start): Use \030, not \CX. tcl doesn't
31863 support the latter anymore.
31864
31865 * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
31866 -DNO_PROTOTYPES.
31867 * gdb.base/callfuncs.c: Control use of prototypes based on
31868 NO_PROTOTYPES, not __STDC__.
31869 * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
31870 t_float_values2 tests if prototypes in use.
31871
31872 * gdb.base/callfuncs.c (t_float_values, t_float_values2,
31873 t_double_values): When checking differences against DELTA, check
31874 that difference is within the range (-DELTA,DELTA), not just
31875 (-infinity,DELTA).
31876
31877 Tue Feb 28 16:28:54 1995 Kung Hsu <kung@mexican.cygnus.com>
31878
31879 * config/mips-gdb.exp (gdb_load): In every test case, we need to do
31880 'file' command firts, then 'target', then 'load', this is due to gdb
31881 target set up.
31882 * config/mips-gdb.exp: Fix a couple regular exp bugs.
31883
31884 Thu Feb 23 17:44:55 1995 Jeff Law (law@snake.cs.utah.edu)
31885
31886 * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
31887 FP load/store variants.
31888 * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
31889
31890 Wed Feb 22 18:29:08 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
31891
31892 * gdb.base/term.exp: Do not give a warning if not native, it is
31893 not an abnormal condition.
31894
31895 Tue Feb 21 13:08:47 1995 Jim Kingdon <kingdon@cygnus.com>
31896
31897 * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
31898 t_char_array".
31899
31900 Sun Feb 19 13:10:06 1995 Jim Kingdon <kingdon@rtl.cygnus.com>
31901
31902 * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
31903 are getting the version number.
31904
31905 * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
31906 if not native, it is not an abnormal condition.
31907
31908 Thu Feb 16 15:56:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31909
31910 * lib/gdb.exp: Just use "file exists", rather than undocumented
31911 dejagnu procedure "findfile".
31912
31913 Thu Feb 16 10:30:24 1995 J.T. Conklin <jtc@rtl.cygnus.com>
31914
31915 * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
31916 (LDFLAGS): Set to -Xlinker -Ur.
31917
31918 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
31919 Removed, these values are set by lib/gdb.exp.
31920
31921 * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
31922
31923 Wed Feb 15 14:23:28 1995 J.T. Conklin <jtc@rtl.cygnus.com>
31924
31925 * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
31926 of replicating gdb startup code.
31927
31928 * config/mt-vxworks (LDFLAGS): Set to -r.
31929 (CFLAGS_FOR_TARGET): Removed.
31930
31931 * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
31932 (gdb) and gdb for vxworks uses (vxgdb).
31933
31934 * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
31935 executable is not in the tree and host != target, use sed and
31936 program_transform_name to determine the gdb name used by the
31937 target.
31938
31939 * configure.in, gdb.{base,c++,chill}/configure.in: changed so
31940 *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
31941
31942 Sun Feb 12 08:11:58 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31943
31944 * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
31945 floats, chars, and shorts where there are ANSI-style function
31946 definitions.
31947
31948 * gdb.base/langs.exp, gdb.base/langs*: New test.
31949 * gdb.base/Makefile.in: Build it.
31950 * TODO: Remove item about checking that C names don't get C++
31951 demangling applied; this test tests it.
31952
31953 Thu Feb 9 12:43:56 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31954
31955 * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
31956 went with the const70 xfail. The xfail went away a year ago.
31957
31958 * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
31959
31960 * gdb.base/corefile.exp: Give backtrace test unique name. xfail
31961 for hp300.
31962
31963 * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
31964
31965 * gdb.base/a1-selftest.exp: Don't run on hp300.
31966
31967 Sat Feb 4 15:04:32 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31968
31969 * Makefile.in (site.exp): Set host_alias and target_alias as well
31970 as host_triplet and target_triplet.
31971
31972 Wed Feb 1 08:03:48 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31973
31974 * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
31975
31976 * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
31977 places as other ecoff systems).
31978
31979 * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
31980 ultrix.
31981
31982 Mon Jan 30 11:44:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
31983
31984 * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
31985 remove them.
31986 * gdb.base/nodebug.exp: Accept "function" in addition to "text
31987 variable and "variable" in addition to "data variable".
31988 * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
31989
31990 * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
31991 2.
31992 * gdb.base/list1.c (long_line): Add additional statement at start
31993 of function.
31994 * gdb.base/list.exp (test_forward_search): Update line number to
31995 reflect new statement.
31996
31997 Sun Jan 29 13:34:25 1995 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
31998
31999 * gdb.base/signals.exp: Reinitialize searched source directories
32000 after gdb_start call.
32001
32002 Sat Jan 28 01:34:44 1995 Jeff Law (law@snake.cs.utah.edu)
32003
32004 * gdb.disasm/Makefile.in (clean): Delete "errs" file.
32005 * gdb.stabs/Makefile.in: Likewise.
32006
32007 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
32008 change. Instead split the tests into smaller pieces.
32009 * gdb.disasm/hppa.s: Corresponding changes.
32010
32011 Fri Jan 27 09:24:51 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32012
32013 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
32014 Quote ^C when passing it to stty. For some shells ^ is a pipe.
32015
32016 * gdb.base/funcargs.exp: Modify many tests so that every test
32017 either passes or fails. Make some test names unique.
32018
32019 Thu Jan 26 19:20:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32020
32021 * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
32022 Call stty to set interrupt character.
32023
32024 * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
32025 for HP assembler versus GNU assembler based on actual behavior of
32026 $(CC), rather than assuming that $(AS) is always the GNU assembler.
32027
32028 * TODO: Suggest a few more stepping tests.
32029
32030 Wed Jan 25 14:52:41 1995 Stan Shebs <shebs@andros.cygnus.com>
32031
32032 * gdb.base/default.exp: xfail no-stack backtraces for h8300,
32033 restart GDB for h8300 after a continue.
32034 (return): Add pattern to match a29k-udi behavior.
32035 * gdb.base/nodebug.exp: Remove obsolete comment.
32036 * gdb.base/regs.exp: New file, testing of register displays.
32037 * gdb.base/return.exp: Fix typo in reference to $objdir.
32038 * gdb.base/whatis.exp: Always start with a fresh GDB.
32039
32040 Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32041
32042 * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
32043 higher, these tests generate a lot of output.
32044
32045 Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32046
32047 * lib/gdb.exp (gdb_test): Remove catch from around the send. The
32048 code following the catch silently ignored some errors; without the
32049 catch they should be thrown like any other tcl error. Also, the
32050 catch used "" instead of {} which meant all the callers who wanted
32051 to include one of the characters "[]$ had to quote it an extra time.
32052 * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
32053 ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
32054 demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
32055 Remove extra quoting.
32056
32057 Mon Jan 23 21:57:54 1995 Jeff Law (law@snake.cs.utah.edu)
32058
32059 * gdb.base/commands.exp: Make test names unique; every test either
32060 passes or fails. Update some comments.
32061
32062 * gdb.disasm/hppa.exp (do_system_control_tests): Update.
32063
32064 Sat Jan 21 15:34:52 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32065
32066 The following fixes a FAIL caused by the fact that the alpha stabs
32067 configuration didn't use the ".if alpha" code in weird.def.
32068 * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
32069 bit pointer, so the 32 bit version works even on the alpha.
32070 * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
32071 Remove the stuff which allowed us to have separate versions for
32072 alpha and everything else.
32073
32074 * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
32075 regexp which "info func operator\[\](" is supposed to match. Fix
32076 string to send to GDB. Note that GDB still doesn't work right. Add a
32077 new test for "info func .perator\[\](" which GDB does handle correctly.
32078
32079 * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
32080
32081 Fri Jan 20 12:14:23 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32082
32083 * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
32084 gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
32085 gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
32086 gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
32087 it makes the tests harder to understand and confuses test-o-matic.
32088 The preferred style is that each test provides a PASS or a FAIL,
32089 and has a unique message (e.g. "continue #54" not just "continue")
32090 which is the same for the pass and the fail.
32091 * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
32092 gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
32093 to lib/gdb.exp.
32094 * gdb.base/printcmds.exp: Use test_print_accept. Remove
32095 prt_accept which was basically the same thing. Likewise for
32096 test_print_reject and prt_reject.
32097 * lib/gdb.exp (test_print_reject): Add some more error message
32098 patterns to match from the former printcmds.exp (prt_reject).
32099 * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
32100 One defect of the passcount stuff is that some of it failed to
32101 report XPASS where appropriate.
32102 * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
32103 stuff before and after arg in expected pattern.
32104 (test_paddr_operator_functions): Re-do test without print_addr_of;
32105 this is the only test which seems to want extra stuff there.
32106
32107 Tue Jan 17 10:47:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32108
32109 * gdb.base/nodebug.exp: Update new tests to reflect improved
32110 wording of gdb output.
32111
32112 * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
32113 and "ptype" work on variables in files compiled without -g.
32114 Replaces commented out "maint print msymbol" tests.
32115
32116 Mon Jan 16 12:13:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32117
32118 * gdb.base/setvar.c (dummy): Call malloc.
32119
32120 * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
32121 losing with the irix4 sed.
32122
32123 * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
32124 ALRM" on irix4.
32125
32126 Sun Jan 15 21:58:26 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32127
32128 * TODO: Remove items about corefile.exp testing new exec-file and
32129 backtrace; both are now done. Add items about printing enums.
32130
32131 Sat Jan 14 11:25:28 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32132
32133 * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
32134 "get signal $thissig" test fails.
32135
32136 * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
32137
32138 Thu Jan 12 01:14:53 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32139
32140 * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
32141 compiler warning with dec alpha compiler.
32142
32143 * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
32144 extra \n from gdb_test call (this explains why the prompt test
32145 that I removed yesterday was there).
32146 (user_defined_command_test): Remove extra \n and prompt test.
32147
32148 * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
32149 doesn't exist. Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
32150 doesn't exist.
32151 * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
32152 Also remove alpha workaround, which turns out to be because
32153 SIGABRT == SIGLOST.
32154
32155 * gdb.base/sigall.exp: Add workaround for alpha weirdness.
32156
32157 * gdb.base/help.exp: Don't test "help show".
32158
32159 Wed Jan 11 14:37:04 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32160
32161 * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
32162 "set print address" is on.
32163 * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
32164 pass prompt to gdb_test; gdb_test already looks for the prompt.
32165
32166 * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
32167
32168 * gdb.base/a1-selftest.exp: Don't test "maint dump-me". That test
32169 was a vestige of the manual TESTSTRATEGY, and the purpose of it
32170 was to make sure that gdb can read a core file. But (a) the "read
32171 the corefile" part didn't make it to a1-selftest.exp, we just
32172 delete the corefile after creating it, and (b) we test reading
32173 corefiles in corefile.exp anyway. Also, this test left around a
32174 xgdb process on Solaris.
32175
32176 * gdb.base/corefile.exp: Also test backtrace.
32177
32178 Wed Jan 11 00:14:40 1995 Jeff Law (law@snake.cs.utah.edu)
32179
32180 * gdb.base/commands.exp: Test a simple user defined command with
32181 arguments and if/while statements; verify the full user command is
32182 printed by "show user".
32183
32184 * gdb.base/commands.exp: Test if/while commands as part of a
32185 breakpoint command list; verify they appear in breakpoint
32186 information.
32187
32188 Wed Jan 11 00:47:58 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32189
32190 * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
32191 than by dividing by zero.
32192
32193 Tue Jan 10 21:38:05 1995 Jeff Law (law@snake.cs.utah.edu)
32194
32195 * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
32196 performing an inferior call with watchpoints enabled.
32197 * gdb.base/watchpoint.c (main): Delete second unnecessary read
32198 call.
32199
32200 Tue Jan 10 18:42:07 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32201
32202 * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
32203 of "file" command.
32204
32205 * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
32206 Add additional pattern for when "int operator int(void);" appears
32207 in a different order.
32208
32209 Mon Jan 9 16:22:46 1995 Jim Kingdon <kingdon@lioth.cygnus.com>
32210
32211 * gdb.base/signals.exp: Call gdb_exit and gdb_start.
32212
32213 * gdb.base/help.exp: Replace most of docstrings for "info signals"
32214 and "signal" with ".*".
32215
32216 Wed Jan 4 11:35:19 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
32217
32218 * TODO: Add note about "handle all nostop".
32219
32220 * gdb.base/{sigall.c, sigall.exp}: New test.
32221 * gdb.base/Makefile.in: Add it.
32222
32223 Thu Jan 5 17:34:03 1995 Stan Shebs <shebs@andros.cygnus.com>
32224
32225 * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
32226 when invoking GDB, suppresses any windowing interface.
32227
32228 Mon Jan 2 17:40:21 1995 Stan Shebs <shebs@andros.cygnus.com>
32229
32230 * config/sim-gdb: New file, simulator testing support.
32231
32232 Wed Dec 28 12:21:50 1994 Jeff Law (law@snake.cs.utah.edu)
32233
32234 * gdb.base/interrupt.exp: Test calling func1 twice.
32235
32236 Wed Dec 21 12:51:37 1994 Jim Kingdon <kingdon@deneb.cygnus.com>
32237
32238 * gdb.base/list.exp (test_forward_search): Set timeout higher
32239 when we'll be getting lots of output from gdb.
32240
32241 * gdb.base/a1-selftest.exp: Move code that was inside expect -re
32242 "init_malloc" to after the expect statement. Run it if that
32243 regexp is taken, but also for two others which happen if source
32244 cannot be found.
32245
32246 Tue Dec 20 12:35:21 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32247
32248 * gdb.base/printcmds.exp: New test, for printing register before
32249 program is running.
32250
32251 Mon Dec 19 00:32:55 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32252
32253 * gdb.base/list.exp: Correct some alternate expect patterns
32254 to reflect changes in list1.c.
32255
32256 Sat Dec 17 14:20:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32257
32258 * TODO: Add item regarding large frames.
32259
32260 * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
32261
32262 * TODO: Remove item about enabling return.exp; it
32263 is enabled. Suggest a few more "return" tests.
32264
32265 Sat Dec 17 02:33:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32266
32267 * gdb.c++/misc.cc, gdb.c++/inherit.exp: Add testcases for
32268 anonymous unions.
32269
32270 Tue Dec 13 11:26:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32271
32272 * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
32273 and pr-5646.o, so "make" is the same as "make all", not "make
32274 pr-4975.o".
32275
32276 Wed Dec 7 19:02:02 1994 Stan Shebs <shebs@andros.cygnus.com>
32277
32278 * gdb.base/list.exp: Adjust expectations to reflect changes in
32279 list1.c.
32280 (test_forward_search): New test proc.
32281 * gdb.base/list1.c (long_line): New function, has long source line.
32282
32283 Thu Dec 1 23:14:49 1994 Stan Shebs <shebs@andros.cygnus.com>
32284
32285 * gdb.base/a1-selftest.exp: Change initial stepping to know about
32286 additional line of code that was added.
32287
32288 Wed Nov 30 19:43:14 1994 Jeff Law (law@snake.cs.utah.edu)
32289
32290 * gdb.disasm/hppa.s: Break the large branching tests into smaller
32291 tests so as not to overflow expect's input buffers.
32292 * gdb.disasm/hppa.exp: Corresponding changes.
32293
32294 Fri Nov 25 13:37:10 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32295
32296 Beginnings of template debugging tests.
32297 * gdb.c++/templ-info.cc: New file to test for template
32298 debugging capability of the compiler.
32299 * gdb.c++/Makefile.in: Add rule to build templ-info.exp from
32300 templ-info.cc.
32301 * gdb.c++/templates.cc: Add explicit template instantiations
32302 to enable compiling with -fno-implicit-templates. Add destructor
32303 and 'value' method to T5 class for template tests.
32304 * gdb.c++/templates.exp: Add testcases for printing of template
32305 types, setting breakpoints on template methods and calling a
32306 template method.
32307
32308 Sat Nov 5 00:20:17 1994 Jeff Law (law@snake.cs.utah.edu)
32309
32310 * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
32311 branch target since some assemblers (gas-2.5) may emit a
32312 relocation for the branch instead of resolving it in the
32313 assembler.
32314
32315 Sat Oct 29 02:40:40 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32316
32317 * gdb.base/a1-selftest.exp: Remove RS/6000 xfail for backtrace
32318 through signal handler.
32319
32320 Fri Oct 21 11:10:16 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32321
32322 * configure.in (*-*-netware): Use config/mt-netware.
32323
32324 * config/mt-netware: New file.
32325 * config/mt-i386-netware: Removed, separate configs for different
32326 netware architectures are no longer needed now that we have
32327 --with-headers.
32328
32329 Sat Oct 15 03:43:00 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32330
32331 * gdb.base/exprs.exp: Remove xfail for alpha, it is fixed
32332 by the recent changes to use ANSI C arithmetic conversions.
32333
32334 Sun Oct 9 07:44:06 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32335
32336 * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
32337 bug involving using inferior_pid to figure out whether to select a
32338 frame.
32339
32340 Wed Sep 28 23:12:02 1994 Jeff Law (law@snake.cs.utah.edu)
32341
32342 * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
32343 match the current disassembler output.
32344
32345 Fri Sep 16 11:42:41 1994 Stan Shebs (shebs@andros.cygnus.com)
32346
32347 * gdb.fortran/exprs.exp: Expect VOID instead of void.
32348 * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
32349 types, expect "int" as type of integer values (for now).
32350
32351 Wed Sep 7 23:33:51 1994 Jeff Law (law@snake.cs.utah.edu)
32352
32353 * gdb.base/commands.exp: New tests for if/while commands.
32354
32355 Tue Sep 6 13:16:11 1994 Per Bothner (bothner@kalessin.cygnus.com)
32356
32357 * lib/gdb.exp (runto): Replace sub-pattern for hex value
32358 by .*, since hex values have different syntax in Chill mode.
32359
32360 Tue Sep 6 02:15:51 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32361
32362 * gdb.c++/demangle.exp (test_arm_style_demangling): Remove
32363 linefeed from expect pattern for repeated types with indices > 9.
32364
32365 Mon Aug 29 14:20:44 1994 Stan Shebs (shebs@andros.cygnus.com)
32366
32367 First part of Fortran test suite.
32368 * gdb.fortran: New directory.
32369 * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
32370
32371 Sat Aug 27 23:32:43 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32372
32373 * gdb.base/default.exp: Update expect pattern for load command
32374 without arguments.
32375
32376 Wed Aug 24 13:15:02 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
32377
32378 * configure.in: Change i386 to i[345]86.
32379 * gdb.base/configure.in: Likewise.
32380 * gdb.c++/configure.in: Likewise.
32381 * gdb.chill/configure.in: Likewise.
32382
32383 Tue Aug 23 19:14:06 1994 Stan Shebs (shebs@andros.cygnus.com)
32384
32385 * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
32386 patterns, since that is not a valid context for comments.
32387
32388 Fri Aug 19 15:07:30 1994 Kung Hsu (kung@mexican.cygnus.com)
32389
32390 * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
32391 repeated types and repeated types with indices > 9.
32392
32393 Tue Aug 16 15:57:52 1994 Stan Shebs (shebs@andros.cygnus.com)
32394
32395 * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
32396 2417; old bug has been fixed.
32397
32398 Fri Aug 12 19:35:41 1994 Jeff Law (law@snake.cs.utah.edu)
32399
32400 * gdb.base/interrupt.exp: When trying to wake up the inferior,
32401 send the newline ourselves instead of assuming gdb_test will do
32402 so when passed an empty input string.
32403
32404 * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
32405 stabs testcode.
32406
32407 Fri Aug 5 17:01:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32408
32409 * lib/gdb.exp (gdb_test): Don't send anything if the first
32410 argument is an empty string. This makes cases where we want to
32411 match output that is already in expect's buffers (for example,
32412 matching a breakpoint after gdb_run_cmd has been called) work
32413 reliably.
32414
32415 Tue Aug 2 10:24:08 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32416
32417 * config/netware.exp: New file.
32418
32419 Thu Jul 28 12:54:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32420
32421 * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
32422 the -B and -L prefixes so we can find the debugging stub.
32423
32424 * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
32425 there and we are using the gcc from the tree.
32426
32427 * gdb.base/types.c: Removed.
32428
32429 * gdb.base/configure.in: Look for makefile fragments in ../config.
32430 Recognize i386-*-netware.
32431 * gdb.c++/configure.in: Likewise.
32432
32433 Mon Jul 25 23:48:50 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32434
32435 * gdb.base/corefile.exp: Change `else if' to `elseif', which is
32436 the correct TCL syntax.
32437
32438 Mon Jul 25 15:35:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32439
32440 * gdb.base/opaque.exp: use runto instead of messing around with
32441 breakpoints. Simplify by using gdb_test.
32442
32443 * gdb.base/bitfields.exp: restart between tests on netware targets
32444 because breakpoints aren't relocated after target death. Run
32445 processes to completion.
32446
32447 * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
32448
32449 Sun Jul 24 09:55:51 1994 Fred Fish (fnf@cygnus.com)
32450
32451 * Makefile.in: Remove extra tabs that confuse some versions
32452 of "make". Use the newly built gdb to test with by default,
32453 rather than the first one in the tester's search path.
32454
32455 Sat Jul 23 15:05:47 1994 Stan Shebs (shebs@andros.cygnus.com)
32456
32457 * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
32458
32459 * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
32460 condition help.
32461
32462 Tue Jul 19 10:26:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32463
32464 * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
32465
32466 * lib/gdb.exp (gdb_run_cmd): New function, used to start program
32467 running.
32468 * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
32469 * gdb.base/funcargs.exp: Likewise.
32470
32471 * gdb.base/bitfields.exp: Simplify by using gdb_test.
32472 * gdb.base/funcargs.exp: Likewise.
32473
32474 * lib/gdb.exp (gdb_test): if match times out, don't call fail if
32475 message is "".
32476
32477 Mon Jul 18 12:18:07 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32478
32479 * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
32480 return,signals,twice}.exp: Handle non-existant binaries
32481 consistantly.
32482
32483 * gdb.base/corefile.exp: Execute coremaker to generate core dump.
32484 * gdb.base/Makefile.in: Don't try to generate a core dump, we
32485 might testing a cross development system.
32486
32487 Thu Jul 14 18:13:56 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32488
32489 * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
32490 runtest script is relative to ${srcdir}, not ${rootdir}.
32491
32492 Thu Jul 14 14:56:59 1994 Stan Shebs (shebs@andros.cygnus.com)
32493
32494 * gdb.base/signals.exp: Allow for optionality of breakpoint
32495 address.
32496
32497 Thu Jul 14 11:21:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32498
32499 * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
32500
32501 Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com)
32502
32503 * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
32504 for size_t definition.
32505 * gdb.c++/templates.cc: Likewise
32506
32507 * config/mt-i386-netware: New file.
32508
32509 * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
32510 defined.
32511
32512 * gdb.base/Makefile.in: Added support for systems that name core
32513 files by appending "core" to the program name.
32514 * gdb.base/a1-selftest.exp: Likewise.
32515
32516 Mon Jul 11 23:59:18 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32517
32518 * gdb.base/return.exp: Add comment and message for `return double'
32519 test failure on Sparc Solaris.
32520
32521 Mon Jul 4 12:10:48 1994 Stan Shebs (shebs@andros.cygnus.com)
32522
32523 * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
32524
32525 Wed Jun 29 00:26:17 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32526
32527 * gdb.c++/misc.cc: Instantiate classes to inhibit the compiler
32528 from optimizing them away.
32529 * gdb.c++/classes.exp, gdb.c++/inherit.exp: Update ptype expect
32530 patterns to include default constructors and assignment operators,
32531 to match gcc versions beyond 2.5.8. Accept any cplus demangling
32532 character in the output of the virtual base pointer.
32533
32534 Fri Jun 24 08:15:42 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32535
32536 * gdb.c++/cplusfuncs.exp: Use string_to_regexp and a regular
32537 expression match in print_addr_of to avoid unintented matches.
32538 * gdb.c++/virtfunc.exp: Accept alternate ptype output of g++
32539 versions up to 2.5.8.
32540
32541 Mon Jun 20 23:54:37 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32542
32543 * gdb.base/list.exp: Tweak alternate pattern for listing of an
32544 included file to run under newer versions of expect.
32545 * gdb.c++/demangle.exp: Add spaces to the expect patterns between
32546 consecutive >'s in templates to accomodate recent cplus-dem.c change.
32547 Remove xfail for the virtual table of BDDHookV.
32548
32549 Sat Jun 18 12:51:34 1994 Stan Shebs (shebs@andros.cygnus.com)
32550
32551 * lib/gdb.exp (string_to_regexp): Set a default result.
32552 (default_gdb_start): Fix misleading message.
32553
32554 Wed Jun 15 12:10:10 1994 Stan Shebs (shebs@andros.cygnus.com)
32555
32556 * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
32557 Remove all CC, etc definitions.
32558 * config/mt-hpux: New file.
32559 * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
32560 (CFLAGS, LDFLAGS): Define.
32561 * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
32562
32563 * Makefile.in (site.exp): Don't insert host_os, etc.
32564 (just-check): Just use RUNTEST with RUNTESTFLAGS only.
32565 (distclean): Check existence of subdir.
32566 * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
32567 * gdb.base/Makefile.in: General cleanup and simplification.
32568 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
32569 to build executables. Use default rule to build .o files.
32570 (EXPECT, RUNTEST, CC): Fix relative pathname.
32571 (site.exp): Don't insert host_os, etc.
32572 * gdb.base/signals.c (main): Don't call signal unless SIGALRM
32573 and/or SIGUSR1 defined.
32574 * gdb.base/watchpoint.c: Don't include stdio.h a second time.
32575 * gdb.c++/Makefile.in: General cleanup and simplification.
32576 Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
32577 (CFLAGS): Remove.
32578 (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
32579
32580 Fri Jun 10 10:55:09 1994 Jeff Law (law@snake.cs.utah.edu)
32581
32582 * gdb.base/recurse.exp: Misc changes to get tests running again
32583 after Kung's changes to the watchpoint code.
32584 * gdb.base/watchpoint.exp: Likewise.
32585
32586 Thu Jun 9 15:16:55 1994 Per Bothner (bothner@kalessin.cygnus.com)
32587
32588 * lib/gdb.exp (string_to_regexp): Convert {\} also.
32589
32590 Wed Jun 8 12:12:17 1994 Stan Shebs (shebs@andros.cygnus.com)
32591
32592 * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
32593 * lib/gdb.exp (default_gdb_start): Define.
32594 * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
32595 gdb.base/funcargs.exp, gdb.base/opaque.exp,
32596 gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
32597 gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
32598 gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
32599 Don't call gdb_target_udi in between tests.
32600
32601 Tue Jun 7 08:30:15 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32602
32603 * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
32604 (which was basically just a local version of the same thing). In
32605 addition to avoiding duplication, gdb_test_exact is faster.
32606 * lib/gdb.exp (gdb_test_exact): Fix typo.
32607
32608 * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
32609 don't give an error.
32610
32611 * gdb.base/term.exp: Call delete_breakpoints before starting.
32612
32613 * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
32614 (t10): Add comment.
32615
32616 Mon Jun 6 18:26:50 1994 Stan Shebs (shebs@andros.cygnus.com)
32617
32618 Reorganization of the GDB Test Suite.
32619
32620 * gdb.base: New directory, contains all the basic tests.
32621 * gdb.c++: New directory, tests specific to C++.
32622 * gdb.chill: New directory, tests specific to Chill.
32623 * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
32624 gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
32625 gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
32626 gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
32627 into appropriate new directories (t00-t17 to base, t20-t23 to c++,
32628 t30-31 to chill).
32629 * */gdbme.*: Rename to match appropriate expect scripts.
32630 * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
32631 gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
32632 gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
32633 gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
32634 gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
32635 gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
32636 gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
32637 gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
32638 gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
32639 gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
32640 * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
32641 gdb.c++/virtfunc.cc: New names of C++ files.
32642 * gdb.chill/chillvars.ch: New name of Chill file.
32643 * gdb.base/configure.in, gdb.c++/configure.in,
32644 gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
32645 * gdb.base/Makefile.in, gdb.c++/Makefile.in,
32646 gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
32647 * configure.in (configdirs): Update to reflect directory changes.
32648 (target_abbrev): No longer define for any configuration.
32649 * Makefile.in: Cosmetic improvements to header comments.
32650
32651 Fri Jun 3 18:56:06 1994 Per Bothner (bothner@kalessin.cygnus.com)
32652
32653 Various changes to gdb.t31:
32654
32655 * Makefile.in (gdbme.o): Compile with -fspecial_UC.
32656 * gdbme.ch: Make all key-words and predefineds be upper-case.
32657 * chillvars.exp: Expect key-words and predefinds in upper-case.
32658
32659 * chillvars.exp: Use gdb_test_exact many places.
32660 Change expected output for arrays (which now includes index labels).
32661
32662 * pr-5020.exp, gdme.ch (module PR_5020):
32663 New test, for PR-5020.
32664
32665 Thu Jun 2 16:02:41 1994 Per Bothner (bothner@kalessin.cygnus.com)
32666
32667 * lib/gdb.exp (string_to_regexp, gdb_test_exact): New procedures.
32668 * Makefile.in (CHILL_LIB): Remove bogus redundant definitions.
32669
32670 Sun May 29 22:31:42 1994 Per Bothner (bothner@kalessin.cygnus.com)
32671
32672 * Makefile.in: Fix bit-rot in definitions of CHILL,
32673 CHILL_FOR_TARGET and Chill_LIB.
32674 * gdb.t31/gdbme.ch: Fix syntax of nested array tuples.
32675 * gdb.t31/Makefile.in: Add definitions for CHILLFLAGS,
32676 CHILL, and CHILL_LIB.
32677
32678 Sat May 21 10:05:08 1994 Bill Cox (bill@rtl.cygnus.com)
32679
32680 * Revert the previous changes. Please see Rob's directory
32681 /lisa/test/rob/progressive/gdb/testsuite for these fixes.
32682
32683 Thu May 19 12:51:00 1994 Bill Cox (bill@rtl.cygnus.com)
32684
32685 * Makefile.in, configure.in, config/mips-gdb.exp,
32686 config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
32687 config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
32688 config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
32689 gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
32690 gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
32691 gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
32692 gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
32693 gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
32694 gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
32695 gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
32696 gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
32697 gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
32698 gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
32699 gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
32700 gdb.t24/demangle.exp, lib/gdb.exp: Check in Rob's testing
32701 changes from 94Q1.
32702
32703 Wed May 18 17:04:03 1994 Bill Cox (bill@rtl.cygnus.com),
32704
32705 * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
32706 config/mt-slite, config/mt-unix, config/mt-vxworks: Add
32707 Rob's new testing fragments.
32708
32709 Tue May 17 15:04:14 1994 Bill Cox (bill@rtl.cygnus.com)
32710
32711 * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
32712 lib/gdb.exp: Replace error proc calls with perror.
32713
32714 Mon May 16 19:00:50 1994 Stan Shebs (shebs@andros.cygnus.com)
32715
32716 * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
32717 version also, match on casted version strings, and match on
32718 gdb startup case where the line numbers might be messed up.
32719
32720 Fri May 13 18:00:27 1994 Bill Cox (bill@rtl.cygnus.com)
32721
32722 * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
32723 (CFLAGS): Delete it from here.
32724
32725 Tue May 3 16:08:09 1994 Kung Hsu (kung@mexican.cygnus.com)
32726
32727 * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
32728
32729 Fri Apr 29 14:26:35 1994 Stan Shebs (shebs@andros.cygnus.com)
32730
32731 * Makefile.in (RUNTEST): Default to just "runtest".
32732
32733 Tue Apr 26 22:21:40 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32734
32735 * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
32736 * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
32737 the code has been restructured.
32738
32739 Thu Apr 21 12:48:07 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32740
32741 * gdb.t00/default.exp (set write): Allow any number of \r and/or
32742 \n, not just one of each.
32743
32744 * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
32745 /bin/cc gives a warning if you do.
32746
32747 Thu Apr 21 11:54:04 1994 Kung Hsu (kung@mexican.cygnus.com)
32748
32749 * gdb.t24/demangle.exp: change expect pattern of
32750 __t10ListS_link1ZUiRCUiPT0
32751
32752 Wed Apr 13 15:05:00 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32753
32754 * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
32755 on local variables in recursive functions.
32756
32757 * gdb.t07/Makefile.in: Build the new test.
32758
32759 Tue Apr 12 20:45:25 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32760
32761 * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
32762 directly. Instead compare the return values from actual calls.
32763
32764 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
32765
32766 * Makefile.in (check): Set TCL_LIBRARY for runtest.
32767
32768 Mon Apr 11 09:15:30 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32769
32770 * From Peter Schauer with minor modifications.
32771 * gdb.t15/return.exp (return_tests): Handle targets where "return"
32772 stops in mid-line in the caller. Add xfail for returning a float
32773 value on X86 targets.
32774
32775 Tue Apr 5 15:16:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32776
32777 * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
32778 to avoid expect lossage.
32779 (fmem_LRbug_tests): Likewise.
32780 * gdb.disasm/hppa.s: Corresponding changes.
32781
32782 * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
32783 conditions to work with latest dejagnu/expect.
32784
32785 * gdb.t15/funcargs.exp (finish from indirect call): No longer
32786 expected to fail on the PA.
32787 (backtrace in call with trampolines): Explicitly require main
32788 to be frame #1 (no trampolines should show up in backtrace).
32789
32790 * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
32791 "continue -expect".
32792 * gdb.t06/break.exp: Likewise.
32793 * gdb.t07/watchpoint.exp: Likewise.
32794 * gdb.t13/bitfields.exp: Likewise.
32795 * gdb.t15/{funcargs,return}.exp: Likewise.
32796 * gdb.stabs/weird.exp: Likewise.
32797 * config/{mips,udi}-gdb.exp: Likewise.
32798
32799 * hppa.sed: Enclose comments within a sed command to avoid
32800 losing with the old OSF1 sed.
32801
32802 Wed Mar 30 00:31:49 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32803
32804 * gdb.t02/whatis.exp, gdb.t08/opaque.exp: Add XFAILs for
32805 sequent dynix.
32806 * gdb.t06/signals.exp: Add clear_xfail for sequent dynix.
32807 * gdb.t15/funcargs.exp: Conditionally step again to really
32808 finish from marker_call_with_trampolines. Handle the case where
32809 the first step from within call_with_trampolines already steps
32810 us back to main.
32811 * gdb.t15/gdbme.c: Add comment to closing brace of
32812 call_with_trampolines for funcargs.exp.
32813
32814 Tue Mar 29 23:55:27 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32815
32816 * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
32817 Fix typo(s).
32818
32819 Sun Mar 27 16:53:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32820
32821 * gdb.t07/gdbme.c: More code for watchpoint testing.
32822
32823 * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
32824 "Hardware watchpoint" throughout file.
32825 (test_watchpoint_triggered_in_syscall): New test.
32826 (test_complex_watchpoint): New test.
32827
32828 Fri Mar 25 17:05:31 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32829
32830 * gdbme.c (call_with_trampolines): New function to try and step
32831 into. Tests trampoline problems on the PA.
32832
32833 * funcargs.exp (localvars_in_indirect_call): No longer expect
32834 stepping into indirect call to fail on PAs.
32835 (test_stepping_over_trampolines): New test.
32836
32837 Wed Mar 23 07:43:33 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32838
32839 * TODO: Add suggestions for static member function tests, and
32840 completion tests.
32841
32842 Wed Mar 16 08:28:28 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32843
32844 * TODO: Add suggestions for "p/a" tests.
32845
32846 * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
32847 (default_gdb_exit): Replace all the hair with sending "quit" to
32848 the process with a simple close.
32849
32850 Tue Mar 15 08:45:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32851
32852 * TODO: Add suggestions for shared library tests.
32853
32854 Sun Mar 13 10:45:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32855
32856 * TODO: Add suggestions for x/s tests.
32857
32858 Fri Mar 11 08:22:00 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32859
32860 * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
32861 "enable once", and "enable breakpoints once" with ".*".
32862
32863 Thu Mar 10 08:34:27 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32864
32865 * TODO: Add suggestions about structure passing tests.
32866
32867 Mon Mar 7 13:45:54 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
32868
32869 * gdb.t03/gdbme.c: gcc version 1 puts out the wrong stabs for
32870 the primary1 test, use work around if __GNUC__ < 2.
32871 * gdb.t06/signals.c: Add comments for signals.exp pattern matching.
32872 * gdb.t06/signals.exp: Add XFAILs for i386 bsd and vax ultrix.
32873 Test for bad output rather than waiting for timeout. Issue
32874 second continue only if first continue failed.
32875
32876 Wed Mar 2 10:08:01 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
32877
32878 * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
32879 operator[] test with gdb_test because the old code didn't seem to
32880 be getting the quoting right with the new dejagnu.
32881
32882 Thu Feb 24 19:49:25 1994 Rob Savoye (rob@poseidon.cygnus.com)
32883
32884 * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
32885 one from the path.
32886 * Makefile.in: Use a fresh expect if there is one, use runtest
32887 from the src tree if there is one.
32888
32889 Thu Feb 24 18:49:37 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
32890
32891 * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
32892 next over recursive call. Revise the tests from that point on
32893 (which had been skipped) to match GDB's actual (correct) output.
32894
32895 * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
32896 with next over a breakpoint whose condition is false.
32897
32898 * gdb.t00/help.exp: Comment out "help set print" tests just like
32899 (and for same reason as) "help set" test.
32900
32901 Mon Feb 14 09:58:23 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32902
32903 * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
32904 * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
32905
32906 Sun Feb 6 15:36:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32907
32908 * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
32909 necessary gdb_target_udi.
32910
32911 * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
32912
32913 * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
32914 1838 and 2417; they are fixed.
32915
32916 * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
32917 gdb.t03/ptype.exp (ptype structure, ptype union):
32918 Remove xfails; the test is looser than when the xfails were added.
32919
32920 * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
32921 * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
32922
32923 * gdb.t01/run.exp: Only run shell test if isnative.
32924
32925 * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
32926 since "run" automatically loads if necessary. Call gdb_target_udi
32927 after the "file" since "file" kills any execution target.
32928
32929 * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
32930 GDB. GDB doesn't work that way (not anymore at least) on UDI.
32931 * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
32932 argument for UDI.
32933
32934 Fri Feb 4 12:19:32 1994 Jim Kingdon (kingdon@deneb.cygnus.com)
32935
32936 * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
32937
32938 * gdb.t17/callfuncs.exp: Add xfails for rs6000.
32939
32940 Sat Feb 5 09:11:56 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32941
32942 * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
32943 properly quoting regexps. This makes the second argument to
32944 demangle a fixed string, which matches the callers, instead of a
32945 shell-style pattern which is what the previous implementation
32946 used. Update some of the callers.
32947
32948 Sat Feb 5 10:19:09 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32949
32950 * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
32951 (comib_nullified_tests): Fix typo.
32952 * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
32953 strings. No longer expected to fail.
32954
32955 * gdb.disasm/hppa.s (addib_tests): Fix typo.
32956 * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
32957 strings. No longer expected to fail.
32958
32959 * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
32960 string. No longer expected to fail.
32961
32962 Fri Feb 4 23:45:11 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
32963
32964 * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
32965 No longer expected to fail.
32966
32967 * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
32968 string. No longer expected to fail.
32969
32970 Fri Feb 4 10:35:42 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32971
32972 * gdb.t24/demangle.exp: Remove a bunch more tests which differ
32973 only in the names (I probably got most of them). I was even
32974 generous with some which differed in underscores in names, and
32975 probably missed a few, and I *still* was able to remove almost a
32976 third of the file with almost no impact on testsuite coverage.
32977
32978 Thu Feb 3 12:04:49 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
32979
32980 * gdb.t00/default.exp: Match udi_attach error message as well as
32981 the one from child_attach.
32982
32983 * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
32984
32985 * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
32986
32987 * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
32988 * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
32989
32990 * Move test with enums and partial symbols back to
32991 gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
32992 Reverts the change of 26 May 93. Per today's change to
32993 stabs.texinfo, the behavior that weird.exp was expecting was
32994 unreasonable; what is important is that the compiler+gdb get
32995 things right, which happens with a recent gcc. Also fix the test
32996 to deal with native compilers which put out the stab gdb can't
32997 deal with.
32998
32999 Mon Jan 31 15:40:11 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33000
33001 * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
33002 in the names. The main thing these accomplish is to slow things down.
33003 Many more such duplicates surely remain.
33004
33005 * gdb.t00/help.exp: Comment out "help support" test just like
33006 (and for same reason as) "help set" test.
33007
33008 Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com)
33009
33010 * gdb.t06/break.exp: Remove setup_xfails for
33011 sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
33012 * gdb.t20/inherit.exp (test_ptype_si): Update warning message
33013 about known bug in gcc to include up through 2.5.8.
33014 * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
33015 well as "_vb$".
33016 * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
33017 Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
33018 with latest gcc and gdb.
33019 * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
33020 well as "_vb$".
33021
33022 Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33023
33024 * configure.in (hppa*-*-*): Also configure and build stabs-only
33025 tests.
33026
33027 Thu Jan 27 08:21:16 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33028
33029 * gdb.t10/hppa.mt: A makefile fragment for the PA.
33030 * gdb.t10/configure.in (hppa*-*-*): Use it.
33031
33032 Tue Jan 25 12:58:26 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33033
33034 * gdb.t09/corefile: Increase timeout when spawning gdb explicitly.
33035
33036 Wed Jan 19 12:40:25 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33037
33038 * gdb.t06/signals.exp: Handle blocked SIGTRAP on sun3 for bash
33039 versions prior to 1.13.5.
33040
33041 Tue Jan 18 20:10:50 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33042
33043 * gdb.t00/default.exp (show prompt): In FAIL case, only match if
33044 the prompt is at the start of a line.
33045
33046 Mon Jan 17 20:07:51 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
33047
33048 * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
33049 Enable "diag" instruction. Delete copr from fpu_misc_tests, it's
33050 in the copr tests now.
33051 * gdb.disasm/hppa.exp: Run new sfu and copr tests. Do not expect
33052 copr in the fpu_misc tests anymore. fpu_misc tests are no longer
33053 expected to fail.
33054
33055 Fri Jan 14 14:24:21 1994 Rob Savoye (rob@darkstar.cygnus.com)
33056
33057 * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
33058 gdb.t31/chillvars.exp, lib/gdb.exp:
33059 Tweak to run under either version of expect.
33060 * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
33061 * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
33062 * gdb.t11/list.exp: Remove extraneous whitespace.
33063
33064 Sat Jan 15 09:57:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33065
33066 * gdb.t16/printcmds.exp (test_print_strings): Accept
33067 "(unsigned char *) " before the string.
33068
33069 * TODO: Add notes about printing of fancy types and GDB expressions.
33070
33071 Thu Jan 13 17:16:09 1994 Stan Shebs (shebs@andros.cygnus.com)
33072
33073 * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
33074 * gdb.t06/configure.in: Don't try to compile signals test program
33075 if doing mips-idt-ecoff.
33076
33077 Thu Jan 13 08:25:55 1994 Rob Savoye (rob@darkstar.cygnus.com)
33078
33079 * Most .exp files: Tweak to run under either version of expect.
33080
33081 Tue Jan 11 15:21:13 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33082
33083 * gdb.t12/scope.exp: Add xfails for rs6000. Remove 1806 from existing
33084 xfails; I'm not sure why they are failing, but not because of PR 1806.
33085
33086 Mon Jan 10 22:14:20 1994 Rob Savoye (rob@darkstar.cygnus.com)
33087
33088 * config/unix-gdb.exp: Remove gdb_unload cause it's already
33089 defined in lib/gdb.exp.
33090
33091 Fri Jan 7 12:42:45 1994 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33092
33093 * gdb.t07/watchpoint.exp: Clear xfail for calling function with
33094 watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
33095 * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc: Conversion operator functions
33096 have to be typeless.
33097
33098 Tue Jan 4 09:32:22 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
33099
33100 * TODO: Add suggestion for copyright year test.
33101
33102 Mon Jan 3 11:35:26 1994 Stan Shebs (shebs@andros.cygnus.com)
33103
33104 * configure.in (*-*-lynxos*): Add stabs tests.
33105
33106 Wed Dec 1 21:54:05 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
33107
33108 * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
33109 so insert a tab before any assembler directive in column zero.
33110
33111 * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
33112 stores.
33113 * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
33114 stores.
33115 (fpu_short_memory_tests): Likewise.
33116
33117 Mon Nov 22 13:23:22 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33118
33119 * gdb.stabs/ecoff.mt: Delete alpha specific if block, fix typo.
33120 * gdb.stabs/ecoff.sed: Escape inserted blanks with backslashes, embed
33121 .stabs directives in comments.
33122
33123 Fri Nov 19 14:09:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33124
33125 * TODO: New file, describing tests we could write.
33126 * gdb.t09/corefile.exp: Move description of tests to write to TODO.
33127
33128 Tue Nov 16 21:07:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33129
33130 * gdb.t06/signals.exp: Add kludge to force re-sync.
33131
33132 * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
33133 to xgdb instead of gdb, get out of gdb.
33134
33135 Tue Nov 16 10:21:57 1993 Rob Savoye (rob@cygnus.com)
33136
33137 * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
33138 for info.
33139
33140 Sat Nov 13 23:17:48 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
33141
33142 * gdb.stabs/hppa.mt: A makefile fragment for the PA.
33143 * gdb.stabs/configure.in (hppa*-*-*): Use it.
33144 * gdb.stabs/hppa.sed: New sed script for the PA.
33145
33146 Sat Nov 13 22:50:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33147
33148 * gdb.stabs: Re-write weird.def and configuration to use sed
33149 instead of cpp. sed is portable and POSIX; cpp is neither.
33150
33151 Fri Nov 12 15:26:36 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33152
33153 * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
33154
33155 Mon Nov 8 16:55:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33156
33157 * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
33158
33159 Thu Nov 4 23:07:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33160
33161 * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
33162 "_vb$".
33163 * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
33164 * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
33165
33166 Wed Nov 3 13:53:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33167
33168 * lib/gdb.exp: Comment out code which depends on non-existent
33169 `transform' procedure.
33170
33171 Wed Nov 3 11:23:11 1993 Rob Savoye (rob@darkstar.cygnus.com)
33172
33173 * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
33174 * lib/gdb.exp: Transform tool name.
33175 * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
33176 1.1's new error handling system.
33177
33178 Mon Nov 1 10:36:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33179
33180 * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
33181
33182 Fri Oct 29 17:58:14 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33183
33184 * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
33185 They made pattern matching so slow that timeouts happened on
33186 heavily loaded systems. Now any output from "show print" which
33187 gets us back to the GDB prompt is a PASS.
33188
33189 Mon Oct 25 14:36:50 1993 Stu Grossman (grossman at cygnus.com)
33190
33191 * gdb.disasm/hppa.mt: Use $(srcdir) in hppa.o make rule.
33192
33193 Mon Oct 25 13:35:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33194
33195 * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
33196
33197 * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
33198 It is not from PR 3220.
33199
33200 Sun Oct 24 18:49:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33201
33202 * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
33203 just started failing because they depended on the order the
33204 subcommands are presented, or exact docstring text. This kind of
33205 test is a pain and has minimal benefit.
33206
33207 Thu Oct 21 08:26:48 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33208
33209 * gdb.t09/corefile.exp: At end of test, use "core" command with
33210 no arguments.
33211
33212 Wed Oct 20 08:56:02 1993 Stu Grossman (grossman at cygnus.com)
33213
33214 * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
33215 17}/Makefile.in: Make it possible to run the testsuite with Sun
33216 make and CC = cross gcc by adding explicit build rules for .o
33217 files.
33218
33219 Tue Oct 19 14:57:38 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33220
33221 * gdb.t15/funcargs.exp: Don't put comments on same line as
33222 setup_xfail (@#$*%& tcl braindamage!).
33223
33224 Mon Oct 18 21:50:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33225
33226 * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
33227
33228 Fri Oct 15 15:39:54 1993 Kung Hsu (kung@cirdan.cygnus.com)
33229
33230 * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
33231 * gdb.t20/inherit.exp: remove three dumplicate entries.
33232
33233 Fri Oct 15 13:45:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33234
33235 * gdb.t06/break.exp: For "next over recursive call", fail on any
33236 incorrect output, not just on "factorial (value=2)".
33237
33238 Fri Oct 15 11:52:56 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33239
33240 * gdb.t12/scope.exp: Remove xfails, filename::var syntax should be
33241 working now. Add an xfail if accesing a bss variable causes
33242 a memory error if the target is not yet run.
33243
33244 Thu Oct 14 19:16:56 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33245
33246 * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
33247 constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
33248 name of __st* demangling (2 strings). Did Kung really get the
33249 more than 95 others right without testing them?
33250
33251 Thu Oct 14 16:27:08 1993 Kung Hsu (kung@cirdan.cygnus.com)
33252
33253 * gdb.t24/demangle.exp: clean up XFAILS, more than 100
33254
33255 Thu Oct 14 11:40:30 1993 Jeffrey Law (law@cs.uah.edu)
33256
33257 * configure.in (configdirs): Add gdb.disasm
33258 * gdb.disasm: New directory for GDB disassembler tests.
33259 * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
33260
33261 Thu Oct 14 11:40:30 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33262
33263 * gdb.t00/help.exp: Don't test "help set".
33264
33265 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
33266 from within expect statements. None of these happen anymore and
33267 they cause regressions to be silently unnoticed.
33268
33269 * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
33270 messages) about known failures with gcc cygnus-2.4.5-930417.
33271
33272 * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
33273 comp-info.exp so it gets built if it doesn't exist.
33274
33275 * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
33276 it is no longer used.
33277 * gdb.t13/comp-info.c: Removed.
33278
33279 Wed Oct 13 22:54:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
33280
33281 * gdb.t06/signals.exp: Add xfail for sun3.
33282
33283 Thu Oct 7 12:01:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33284
33285 * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
33286 relevant because ^C doesn't get sent but failure can be reproduced
33287 interactively).
33288
33289 Tue Oct 5 10:43:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33290
33291 * gdb.stabs/alpha.mt: New configuration file for alpha.
33292 * gdb.stabs/configure.in: Use it.
33293 * gdb.stabs/ecoff.mt, weird-ecoff.sed: Change sed script to enable
33294 sharing with alpha.mt, redefine long to word via preprocessor.
33295 * gdb.stabs/weird.def: Conditionally adapt storage layout of v_comb
33296 for alpha.
33297 * gdb.stabs/weird.exp: Handle compilation of weird.s by alpha
33298 native cc.
33299 * gdb.t00/teststrategy.exp: Change expect string so that we
33300 consume the `(xgdb)' from the command echo and from the gdb prompt.
33301 * gdb.t05/expr.exp: xfail "print unsigned int == (~0)" on the alpha.
33302 gdb currently compares all values as long, so this failure probably
33303 applies to any configuration where LONGEST is bigger than a target int.
33304 * gdb.t08/comp-info.c: New file to determine if gdbme is compiled
33305 with gcc.
33306 * gdb.t08/Makefile.in, opaque.exp: Use it. Alpha native cc is unable
33307 to handle opaque pointers, gcc is.
33308 * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc: operator new takes a size_t
33309 as first argument. Include <sys/types.h> and change all operator
33310 new definitions to use size_t.
33311 * gdb.t21/cplusfuncs.exp: Handle changes in output for operator new
33312 now that we use size_t.
33313
33314 Wed Sep 29 00:55:49 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33315
33316 * gdb.t03/ptype.exp, gdb.t15/printcmds.exp: When constructing
33317 a long or float array cast all array members to the same type.
33318 * gdb.t04/setvar.exp: Handle the decimal output of an unsigned long
33319 with 64 bit longs.
33320 * gdb.t07/watchpoint.exp: Add finish and until variations encountered
33321 on alpha.
33322 * gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Add xfails for alpha.
33323
33324 Tue Sep 28 17:26:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33325
33326 * gdb.t24 (demangle.exp): Constructors of templates have names like
33327 vector<int>::vector(int) not vector<int>::vector<int>(int). See
33328 section 14.6 of the ARM.
33329
33330 * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
33331 "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
33332 accomplish little and slow down the testsuite.
33333
33334 * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
33335 Accept spaces various places.
33336
33337 Tue Sep 21 17:28:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33338
33339 * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
33340 with watchpoint enabled.
33341
33342 * Makefile.in: Remove definition of CC and remove the second
33343 definition of CXX (the "CXX = gcc" one remains). These definitions
33344 were causing backquotes to be expanded within backquotes, which
33345 doesn't work.
33346
33347 Sat Sep 18 09:43:21 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)
33348
33349 * gdb.t17/callfuncs.exp: Add "return 0" to end.
33350
33351 Fri Sep 17 04:41:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33352
33353 * gdb.stabs/ecoff.mt: Remove STABSCC hack.
33354 * gdb.stabs/weird.exp: Handle the case where weird.o is compiled
33355 by mips cc and contains no stabs entries.
33356
33357 Thu Sep 16 17:22:12 1993 Rob Savoye (rob@darkstar.cygnus.com)
33358
33359 * config/vx-gdb.exp: Use fake device to load files rather than
33360 NFS.
33361 * lib/gdb.exp: New proc to do "file" command.
33362 * config/unix-gdb.exp: Use new "file" proc.
33363
33364 Thu Sep 16 13:45:44 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com)
33365
33366 * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
33367 Rework board rebooting slightly.
33368 (gdb_exit): Don't exit from the remote shell; there isn't one.
33369 * gdb.stabs/weird.exp: If a program is being debugged already,
33370 kill it.
33371 * gdb.t04/setvar.exp: Stop and restart gdb.
33372 * gdb.t05/expr.exp: Likewise.
33373 * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
33374 restart gdb and reload the program.
33375 * gdb.t08/opaque.exp: Likewise.
33376 * gdb.t12/scope.exp: Likewise.
33377 * gdb.t13/bitfields.exp: Likewise.
33378 * gdb.t15/funcargs.exp: Likewise.
33379 * gdb.t20/classes.exp: Likewise.
33380 * gdb.t03/ptype.exp: Increase timeout.
33381 * gdb.t16/printcmds.exp (test_print_string_constants,
33382 test_print_array_constants): Likewise.
33383 * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
33384 * gdb.t20/classes.exp (do_tests): Likewise.
33385 * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
33386
33387 Wed Sep 15 14:24:36 1993 Ian Lance Taylor (ian@cygnus.com)
33388
33389 * gdb.stabs: Renamed *wierd* to *weird*.
33390
33391 Wed Sep 15 10:36:50 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
33392
33393 * gdb.t13/bitfields.exp: Test for bad output rather than waiting
33394 for timeout. Add "known gcc 2.4.5 bug" to failure message.
33395
33396 Tue Sep 14 17:16:44 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
33397
33398 * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
33399 (do_tests): Remove xfail for whatis on one_var and two_var.
33400
33401 Wed Sep 8 23:14:23 1993 Rob Savoye (rob@darkstar.cygnus.com)
33402
33403 * Makefile.in: Made cross building work better by adding
33404 {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
33405
33406 Tue Sep 7 14:11:52 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33407
33408 * gdb.t15/{return.c,return.exp,Makefile.in}:
33409 New test, currently commented out.
33410
33411 Tue Aug 31 16:51:29 1993 Rob Savoye (rob@darkstar.cygnus.com)
33412
33413 * config/udi-gdb.exp: gdb_exit now kills any isstip processes
33414 still running and removes the leftover named socket so GDb can do
33415 clean restarts.
33416
33417 Mon Aug 30 17:55:16 1993 Rob Savoye (rob@darkstar.cygnus.com)
33418
33419 * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
33420 console, not GDB.
33421 * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
33422 cross testing works better with "make check"
33423 * config/unix-gdb: Use default procedures for exit and version.
33424 * config/vx-gdb.exp: Cleaned up and massaged back to working order
33425 with the newest VxWorks.
33426
33427 Thu Aug 26 17:50:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33428
33429 * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
33430 old form.
33431
33432 * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
33433 name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
33434
33435 * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
33436
33437 * config/unix-gdb.exp: Remove this version of gdb_exit
33438 * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
33439 Rob says he'll look at it when he gets back to testing boards.
33440
33441 Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com)
33442
33443 * gdb.t22/virtfunc.exp: Accept missing struct/class names as
33444 an expected fail for certain ptype commands.
33445
33446 * gdb.t20/classes.exp: Update expected results of "ptype class
33447 Base1" to account for the constructor that now appears in the type.
33448
33449 Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com)
33450
33451 * configure.in (configdirs): Restore gdb.t04, which mysteriously
33452 disappeared from list.
33453 * config/{udi-gdb.exp, gdb-unix.exp}: Replace calls to obsolete
33454 "alldone" proc with call to cleanup and exit.
33455 * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
33456 gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
33457 gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
33458 gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
33459 gdb.t12/scope.exp, gdb.t13/bitfields.exp}: Replace calls to
33460 "alldone" proc with simple returns that suppress remaining
33461 tests. The alldone proc went away many months ago.
33462
33463 Tue Aug 24 11:04:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33464
33465 * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
33466
33467 * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
33468
33469 Thu Aug 19 22:08:41 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33470
33471 * gdb.t15/funcargs.exp: Allow arguments for main in backtraces
33472 as vax gdb will display them.
33473
33474 Thu Aug 19 18:18:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33475
33476 * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
33477 optimizers.
33478
33479 * scope.exp: Change "bad value for localval" messages so each one
33480 is unique.
33481
33482 * config/unix-gdb.exp (gdb_exit): Move info on this vs.
33483 lib/gdb.exp (gdb_exit) from ChangeLog to comments.
33484
33485 * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
33486
33487 Tue Aug 17 00:05:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33488
33489 * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
33490 doesn't exist (due to optimization).
33491
33492 Mon Aug 16 21:05:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33493
33494 * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
33495 contains \r because the filename is long.
33496
33497 * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
33498 'continue'" bug, and change xfail back to i*86-univel-sysv4*.
33499
33500 Mon Aug 16 03:05:17 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33501
33502 * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
33503 gdb.t08/opaque.exp, gdb.t17/interrupt.exp: Update for vax running
33504 Ultrix.
33505 * gdb.t02/whatis.exp: Use procedure to setup xfails on long versus
33506 int tests.
33507 * gdb.t08/opaque.exp: Use procedure to setup xfails for opaque tests.
33508
33509 Thu Aug 12 15:24:28 1993 Fred Fish (fnf@deneb.cygnus.com)
33510
33511 * Makefile.in (distclean): Remove *.log *.plog *.sum *.psum site.*.
33512
33513 * gdb.t17/interrupt.exp: Fix 'missing Continuing' case so pattern
33514 to match does not match the passing case but still matches the
33515 failing case.
33516
33517 Thu Aug 12 16:58:59 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33518
33519 * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
33520
33521 Wed Aug 11 19:47:27 1993 John Gilmore (gnu@rtl.cygnus.com)
33522
33523 * lib/gdb.exp (gdb_exit): Move the best version of gdb_exit
33524 to here. Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
33525 * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
33526 Remove various versions of gdb_exit.
33527 * config/vx-gdb.exp: Remove quit_vxgdb, change a caller to call
33528 gdb_exit.
33529 * config/unix-gdb.exp: gdb_exit remains here, and should override
33530 the generic version, since it's doing a lot of wierd stuff that
33531 the other versions aren't. FIXME, fold it in, or abandon this
33532 version.
33533
33534 Wed Aug 11 12:09:32 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33535
33536 * gdb.t24/demangle.exp: Add tests for PR 3220.
33537
33538 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33539
33540 * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
33541
33542 Tue Aug 10 15:45:25 1993 Fred Fish (fnf@deneb.cygnus.com)
33543
33544 * gdb.t07/watchpoint.exp: Clear xfail with "i*86-*-*", not just
33545 "i386-*-*". Works for i486 as well.
33546
33547 * gdb.t06/signals.exp: Rework code that recognizes known SVR4
33548 bug, and expand domain of xfail to all SVR4 systems, since the
33549 actual problem is likely to be in generic SVR4 /proc support.
33550
33551 Tue Aug 10 15:49:35 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33552
33553 * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
33554
33555 Tue Aug 10 09:56:56 1993 Fred Fish (fnf@deneb.cygnus.com)
33556
33557 * gdb.t17/interrupt.exp: Set up xfail for *-*-sysv4*, in chain of
33558 xfails for other systems. Match a missing 'Continuing.' as an
33559 explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
33560
33561 * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
33562 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
33563 Only issue warning for missing executables if -all option is used.
33564
33565 * gdb.stabs/wierd.exp: Only issue warning for missing wierd.o
33566 file if -all option is used. It's like an unpredictable XFAIL.
33567
33568 Mon Aug 9 10:13:34 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33569
33570 * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
33571 for dynamically linked binaries.
33572
33573 * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
33574
33575 Sun Aug 8 14:21:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33576
33577 * gdb.t20/inherit.exp: Change message for "print tagless struct"
33578 to state that this is a known bug in old versions of g++.
33579
33580 Fri Aug 6 21:40:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33581
33582 * gdb.t17/interrupt.exp: Add xfail for 386 bsd. Accept echoed newline
33583 while waiting for `Continuing'.
33584
33585 Fri Aug 6 13:38:08 1993 Fred Fish (fnf@deneb.cygnus.com)
33586
33587 * gdb.t10/nodebug.exp: Expect to find local/global minimal symbols
33588 in text, data, and bss.
33589 * gdb.t10/nodebug.c: Add local and global test variables for
33590 initialized and uninitialized data.
33591
33592 Thu Aug 5 12:18:40 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33593
33594 * config/unix-gdb.exp (gdb_exit): Add "wait".
33595
33596 Thu Aug 5 18:14:06 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33597
33598 * gdb.t06/signals.exp: xfail the continue from the handler for all
33599 targets.
33600
33601 * gdb.t07/watchpoint.exp: clear_xfail for i386 when calling a
33602 function with watchpoints enabled, the i386 call dummy starts with
33603 a call.
33604
33605 * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in: Handle the way
33606 386 bsd names its corefiles.
33607
33608 Wed Aug 4 08:53:41 1993 Fred Fish (fnf@cygnus.com)
33609
33610 * gdb.t10/Makefile.in (nodebug.o): Don't use "-c -o", many
33611 compilers don't grok it.
33612 * gdb.t16/gdbme.c (ctable1): Initialize unsigned char array
33613 with small octal ints rather than character constants, which
33614 are signed and might not fit if first promoted to int.
33615
33616 Tue Aug 3 18:28:25 1993 Fred Fish (fnf@cygnus.com)
33617
33618 * gdb.t09/Makefile.in (clean): Remove corefile.
33619
33620 Mon Aug 2 12:47:44 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33621
33622 * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
33623
33624 Mon Aug 2 12:30:14 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33625 and Jim Kingdon (kingdon@cygnus.com)
33626
33627 * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
33628 NO_SINGLE_STEP machines. Fix comment about its cause. Uncomment
33629 the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
33630
33631 Fri Jul 30 19:46:55 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33632
33633 * gdb.t17/interrupt.exp: Add xfail for hppa.
33634
33635 Fri Jul 30 12:54:11 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33636
33637 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
33638 gdb.t09/corefile.exp: Cleanup xfails for fixed mips bugs.
33639 * gdb.t13/bitfields.exp, gdbme.c: Examine a variable in the inferior
33640 to determine signed-ness of bitfields and use the result to setup
33641 the xfail.
33642 * gdb.t15/gdbme.c: Add comments to the two indirect call0a lines.
33643 * gdb.t15/funcargs.exp: Use them to step until the second indirect
33644 call line is reached if necessary.
33645
33646 Thu Jul 29 20:33:08 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33647
33648 * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
33649
33650 Mon Jul 26 00:15:02 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33651
33652 * gdb.t06/break.exp: Also test `clear' command.
33653
33654 Wed Jul 21 18:03:38 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
33655
33656 * gdb.t00/teststrategy.exp: Remove extra quote.
33657
33658 * gdb.t07/watchpoint.exp: Change xfail for calling function with
33659 watchpoint enabled to be for all non-68k machines.
33660
33661 * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
33662
33663 Mon Jul 19 23:59:26 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33664
33665 * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
33666 targets use aout.mt instead of ecoff.mt as gas understands
33667 standard aout format.
33668
33669 Mon Jul 19 18:14:06 1993 Jim Kingdon (kingdon@deneb.cygnus.com)
33670
33671 * lib/gdb.exp (runto): Don't insist that function we are running to
33672 was compiled with -g.
33673
33674 * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
33675
33676 * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
33677 to get back into the read system call.
33678 Accept leading newline in case where we woke it up.
33679
33680 Sun Jul 18 08:40:45 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33681
33682 * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}: New files
33683 to make the stabs test work on ecoff systems using gcc and -with-stabs.
33684 * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}: Modify to
33685 enable ecoff configuration.
33686
33687 Thu Jul 15 11:54:58 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33688
33689 * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
33690
33691 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33692
33693 * gdb.t16/printcmds.exp: Add another printf test.
33694
33695 Wed Jul 14 15:37:13 1993 Ian Lance Taylor (ian@cygnus.com)
33696
33697 * configure.in: If configured -with-stabs on any target, add
33698 stabsdirs to configdirs.
33699
33700 Wed Jul 14 09:36:42 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33701
33702 * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
33703 fun" so pattern does not match the command itself.
33704
33705 Mon Jul 12 11:22:06 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33706
33707 * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
33708
33709 Sun Jul 11 12:03:24 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33710
33711 * gdb.t17/interrupt.exp: Test for more things.
33712
33713 Fri Jul 9 14:11:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33714
33715 * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
33716 compiler arranges the code and line numbers.
33717
33718 * gdb.t17/interrupt.exp: Don't send \n after ^C.
33719
33720 Fri Jul 9 09:47:02 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33721
33722 * gdb.t00/help.exp: Increase expect input buffer size.
33723
33724 Thu Jul 8 14:26:50 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33725
33726 * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
33727
33728 * gdb.t07/watchpoint.exp: Add xfail for hppa.
33729
33730 * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
33731
33732 * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
33733 [0-9]*, not just [0-9].
33734
33735 Wed Jul 7 17:52:28 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33736
33737 * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
33738
33739 * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
33740
33741 Tue Jul 6 13:54:49 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33742
33743 * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
33744
33745 Mon Jul 5 22:03:45 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33746
33747 * gdb.t06/signals.c: Add xfails for sun3.
33748
33749 * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
33750
33751 * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597. Also add
33752 test_stepping tests.
33753
33754 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33755
33756 * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
33757
33758 * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
33759
33760 * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
33761 rather than actually putting it through cpp twice.
33762
33763 * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
33764
33765 Fri Jul 2 10:48:03 1993 Ian Lance Taylor (ian@cygnus.com)
33766
33767 * config/mips-gdb.exp (gdb_exit): Removed close statement which is
33768 no longer needed.
33769
33770 Fri Jul 2 09:08:10 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33771
33772 * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
33773
33774 * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
33775 C++ features prints as "struct", make it a pass, not an xfail.
33776
33777 Thu Jul 1 22:03:33 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33778
33779 * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
33780 Don't require VA to print as "class" rather than "struct".
33781
33782 Thu Jul 1 18:27:40 1993 Jim Kingdon (kingdon@cygnus.com)
33783
33784 * gdb.t06/twice.exp: Don't care about the file name GDB prints.
33785
33786 Wed Jun 30 18:01:00 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33787
33788 * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
33789
33790 Tue Jun 29 13:15:42 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33791
33792 * gdb.t12/scope.exp: Remove xfail for parameter printing in wrong
33793 order.
33794
33795 Tue Jun 29 09:22:29 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33796
33797 * gdb.t16/printcmds.exp: Add printf tests.
33798
33799 * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
33800
33801 * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
33802
33803 Mon Jun 28 11:25:59 1993 Fred Fish (fnf@cygnus.com)
33804
33805 * gdb.t20/classes.exp: Add clear_xfail's before printing summary
33806 pass counts, to counteract any existing or future setup_xfails.
33807
33808 Mon Jun 28 09:15:17 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33809
33810 * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
33811 {BEGIN,END}_COMMON for common block instead of STAB.
33812 * gdb.stabs/wierd.exp: Add xfail for rs6000.
33813
33814 * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
33815 intp_var should be N_GSYM not N_LSYM.
33816 wierd-aout.S: Use a label for the value of the N_SO.
33817 wierd.def: Remove all backslashes.
33818 wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
33819
33820 Mon Jun 28 07:21:51 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33821
33822 * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
33823 get the expected next to inheritance3.
33824
33825 Sun Jun 27 12:29:53 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
33826
33827 * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
33828 now that gcc-2.4 gets it right.
33829
33830 Fri Jun 25 12:00:46 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33831
33832 * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
33833
33834 * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
33835 generating comp-info.exp which works for cross-compilation.
33836
33837 Thu Jun 24 16:55:05 1993 Fred Fish (fnf@cygnus.com)
33838
33839 * gdb.t11/list.exp: For SVR4 xfails, match "*-*-sysv4*", not
33840 "*-*-sysv4.*".
33841
33842 Tue Jun 22 21:17:26 1993 Fred Fish (fnf@cygnus.com)
33843
33844 * gdb.t01/run.exp: Start with a fresh gdb.
33845 * gdb.t11/list.exp: For SVR4 xfails, match on all versions of
33846 SVR4.x.
33847
33848 Mon Jun 21 15:23:22 1993 Fred Fish (fnf@cygnus.com)
33849
33850 * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
33851 gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
33852 gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
33853 Makefile.in (distclean, realclean): Remove gdbme.c from list of
33854 things to remove.
33855
33856 Sat Jun 19 07:49:10 1993 Fred Fish (fnf@cygnus.com)
33857
33858 * gdb.t24/demangle.exp (test_gnu_style_demangling): Add some new
33859 test cases from bug reports.
33860
33861 Fri Jun 18 10:38:49 1993 Fred Fish (fnf@cygnus.com)
33862
33863 * gdb.t06/break.exp: Add xfails for sparc-sun-solaris2.*.
33864 * gdb.t12/scope.exp: Add clear_xfails at appropriate places to
33865 avoid spurious xfails.
33866 * gdb.t20/classes.exp: Add xfails for longstanding C++ problems.
33867 * gdb.t21/cplusfuncs.exp: Add xfails for sparc-sun-solaris2.*.
33868 * gdb.t22/virtfunc.exp: Add xfails for longstanding C++ problems.
33869
33870 Wed Jun 16 10:11:57 1993 Fred Fish (fnf@cygnus.com)
33871
33872 * gdb.t00/teststrategy.exp: Rework to provide more useful
33873 description of each test, fix problem with systems that define
33874 ALIGN_STACK_ON_STARTUP code, other misc cleanups.
33875 * gdb.t06/break.exp (test_next_with_recursion): Fix expected
33876 results for "next over recursive call" so timeouts aren't taken
33877 by error.
33878
33879 Mon Jun 14 09:09:04 1993 Jim Kingdon (kingdon@cygnus.com)
33880
33881 * gdb.t12/scope.exp: Test printing of variables before run.
33882
33883 * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
33884 printed in wrong order due to sorting.
33885
33886 Sat Jun 12 15:03:58 1993 Fred Fish (fnf@cygnus.com)
33887
33888 * gdb.t00/teststrategy.exp: Fix expected results for printing
33889 user entered string constant. Is array of char, prints with no
33890 address.
33891
33892 * gdb.t00/{default.exp, help.exp}: Account for changes to radix
33893 commands.
33894 * gdb.t16/gdbme.c: Add and use struct containing arrays of char.
33895 * gdb.t16/printcmds.exp: Fix all lines that match "unsigned char *".
33896 * gdb.t16/printcmds.exp (test_print_char_arrays): Test printing
33897 of struct of char arrays.
33898 * gdb.t00/radix.exp: New tests for radix commands.
33899
33900 Fri Jun 11 13:12:27 1993 Jim Kingdon (kingdon@cygnus.com)
33901
33902 * gdb.t16/printcmd.exp: Print a variable before running program
33903 (with xfail for AIX).
33904
33905 Thu Jun 10 11:04:04 1993 Jim Kingdon (kingdon@cygnus.com)
33906
33907 * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
33908
33909 * gdb.t16/printcmd.exp: Don't print variables before running program.
33910
33911 * gdb.t06/break.exp: Don't require envp argument to main.
33912
33913 * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
33914
33915 * gdb.t02/whatis.exp, gdb.t11/list.exp:
33916 Add xfails for rs6000.
33917
33918 * gdb.t02/whatis.exp: Change other tests not to re-test something
33919 we already tested.
33920
33921 * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
33922 each type used has a variable of that type.
33923
33924 Tue Jun 8 16:45:20 1993 Jim Kingdon (kingdon@rtl.cygnus.com)
33925
33926 * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
33927
33928 Fri Jun 4 11:07:19 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com)
33929
33930 * configure.in: change srctrigger to be a file, not a directory
33931
33932 Fri Jun 4 08:23:57 1993 Ian Lance Taylor (ian@cygnus.com)
33933
33934 * configure.in (mips-idt-ecoff*): Added trailing '*'.
33935
33936 * gdb.t11/list.exp: Fixed a couple of typos.
33937
33938 Tue Jun 1 21:28:06 1993 Fred Fish (fnf@cygnus.com)
33939
33940 * gdb.t00 (teststrategy.exp): Remove notice about PR 1823. Bug
33941 is fixed and PR is closed.
33942 * gdb.t16 (gdbme.c): Add simple test string variable.
33943 * gdb.t16 (printcmds.exp): Add tests with simple test string
33944 variable, primarily for boundaries on "set print elements".
33945
33946 Mon May 31 11:36:08 1993 Jim Kingdon (kingdon@cygnus.com)
33947
33948 * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
33949 Make leading 0's optional and don't expect a tab in the middle
33950 of the number.
33951
33952 * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
33953
33954 * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
33955 * gdb.stabs/wierd.exp: Remove xfails for type attributes. Also
33956 don't end command passed to gdb_test with newline.
33957
33958 * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
33959 signed keyword away, don't expect signed bitfields to be signed.
33960
33961 * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
33962 printing with only as many 1's as are in the field as well as printing
33963 with 32 1's (see comment).
33964
33965 Sat May 29 17:57:01 1993 Fred Fish (fnf@cygnus.com)
33966
33967 * gdb.t00/default.exp: Start with a fresh gdb.
33968 * configure.in (configdirs): Remove gdb.t31 until the chill
33969 compiler works again. It no longer is able to find chillrt0
33970 since it isn't in libchill.a anymore.
33971 * gdb.stabs/wierd.exp: Rewrite to properly handling a missing
33972 wierd.o, make more modular.
33973 * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const): Remove
33974 spurious newlines that caused problems.
33975
33976 Wed May 26 09:57:19 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33977
33978 * Move test with enums and partial symbols from gdb.t03/ptype.exp
33979 to gdb.stabs/wierd.exp since GCC has worked around the bug.
33980 gdb.stabs/wierd.{exp,def}: Many new tests.
33981
33982 * gdb.t00/default.exp: update info line for new message.
33983
33984 * gdb.t02/{whatis.exp,gdbme.c}:
33985 Test that "char *" doesn't print as "caddr_t".
33986
33987 Tue May 25 13:28:27 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33988
33989 * gdb.t00/help.exp: Use .* in place of some help messages which
33990 just changed.
33991 gdb.t00/default.exp: Update "info frame" test for new message.
33992 * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
33993 Remove some xfails
33994
33995 Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
33996
33997 * gdb.t03/{gdbme.c,ptype.exp}:
33998 Add tests for typedef'd struct and union without tags.
33999 Also check "whatis" on a variable of a typedef'd enum without a tag.
34000
34001 * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
34002 PRMS 1823; the bug still exists but isn't reproduced by this test
34003 anymore), and remove rs6000 XFAIL (the bug is fixed).
34004
34005 * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
34006 duplicated from whatis.exp. For those that are left, accept
34007 "long", "long int", or "int" for long variables (whatis.exp already
34008 has an XFAIL for "int", so no need to fail it here).
34009
34010 * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
34011 Deal with GCC's names for types now that GDB uses the compiler's names.
34012
34013 * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some
34014 setup_xfail's for sunos4. If we #defined the signed keyword away,
34015 don't expect GDB to know that char it is signed.
34016
34017 * gdb.t00/teststrategy.exp: Update for symbolic signal names.
34018
34019 Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com)
34020
34021 * configure.in (configdirs): Add gdb.t24 for C++ tests that
34022 should work on any system, regardless of debugging format.
34023 * gdb.t21/demangle.exp: Move to gdb.t24.
34024 * gdb.t24/demangle.exp: Move from gdb.t21.
34025 * gdb.t24/{Makefile.in, configure.in}: New files.
34026
34027 Thu May 20 19:39:03 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34028
34029 * configure.in: Do gdb.stabs and C++ tests only for stabs.
34030 * gdb.stabs: New directory.
34031
34032 Tue May 18 21:12:09 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
34033
34034 * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
34035 not just "Quit anyway?".
34036
34037 Tue May 18 17:13:20 1993 Fred Fish (fnf@cygnus.com)
34038
34039 * gdb.t21/demangle.exp: Add a couple of new patterns. Ensure
34040 that all setup_xfails are immediately followed by clear_xfails.
34041
34042 Tue May 11 09:10:47 1993 Fred Fish (fnf@cygnus.com)
34043
34044 * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
34045 gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
34046 gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
34047 gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
34048 gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
34049 gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
34050 gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
34051 gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
34052 gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
34053 gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
34054 gdb.t31/chillvars.exp, lib/gdb.exp:
34055 Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
34056 bug-gdb@prep.ai.mit.edu.
34057
34058 Fri May 7 09:15:35 1993 Fred Fish (fnf@cygnus.com)
34059
34060 * gdb.t17/callfuncs.exp (do_function_calls): Call t_double_values
34061 with 0.0, not integer 0.
34062
34063 Fri Apr 30 13:17:24 1993 Jim Kingdon (kingdon@cygnus.com)
34064
34065 * gdb.t06/break.exp: Update for "Kill the program" message change.
34066
34067 Fri Apr 30 09:42:57 1993 Fred Fish (fnf@cygnus.com)
34068
34069 * Makefile.in (GDBFLAGS): Set to -nx.
34070 * Makefile.in (site.exp): Use GDBFLAGS.
34071
34072 Wed Apr 28 13:19:07 1993 K. Richard Pixley (rich@rtl.cygnus.com)
34073
34074 * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
34075 Makefiles.
34076 (check): depend on just-check.
34077 (just-check): added so that tests can be run without a noop
34078 build pass.
34079
34080 Fri Apr 23 18:13:28 1993 K. Richard Pixley (rich@rtl.cygnus.com)
34081
34082 Switch to using configure's configdirs.
34083 * Makefile.in (Makefile): add configure.in dependency.
34084 (SUBDIRS): removed redundant assignment.
34085 * configure.in: switch subdirs assignment to configdirs.
34086 * gdb.t*/configure.in: new files.
34087
34088 Thu Apr 22 08:27:53 1993 Ian Lance Taylor (ian@cygnus.com)
34089
34090 * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
34091 works.
34092
34093 Tue Apr 20 13:38:40 1993 Fred Fish (fnf@cygnus.com)
34094
34095 * gdb.{t20,t21,t22,t23}/Makefile.in: Use $(srcdir) to avoid $<
34096 in explicit rules. Apparently this is not supported by some makes.
34097
34098 Mon Apr 19 01:54:53 1993 John Gilmore (gnu@cygnus.com)
34099
34100 * gdb.t31/Makefile.in: Use $(srcdir) when avoiding $<, sigh.
34101
34102 Fri Apr 16 09:33:46 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34103
34104 * config/unix-gdb.exp: Add back missing return 0 which mysteriously
34105 disappeared.
34106
34107 Thu Apr 15 02:28:24 1993 John Gilmore (gnu@cacophony.cygnus.com)
34108
34109 * gdb.t31/Makefile.in: Avoid $< in explicit rule.
34110
34111 Wed Apr 14 16:38:47 1993 Fred Fish (fnf@cygnus.com)
34112
34113 * gdb.t07/watchpoint.exp: Remove setup_xfail for i486
34114 watchpoint problem that is now fixed.
34115 * gdb.t30/chexp.exp: Remove setup_xfail for printing
34116 uninitialized convenience variables.
34117 * gdb.t31/chillvars.exp: Fix expected patterns for printing
34118 structures.
34119
34120 Wed Apr 14 12:55:58 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34121
34122 * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
34123 which causes expect to get out of sync with gdb on long output
34124 from help set.
34125 * gdb.t09/corefile.exp: Make expected pattern for core file
34126 failing signal and frame output format less sun specific.
34127
34128 Tue Apr 13 23:18:07 1993 Per Bothner (bothner@cygnus.com)
34129
34130 * gdb.t31/chillvars.exp: Add and remove initial dummy
34131 breakpoint, so that symbol table is forced in.
34132 (Needed at least on Sunos4, though it seems not SVR4.)
34133 * gdb.t31/chillvars.exp: Update for changed output format.
34134
34135 Sun Apr 11 17:21:45 1993 Rob Savoye (rob at darkstar.cygnus.com)
34136
34137 * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
34138
34139 Wed Apr 7 21:28:21 1993 Rob Savoye (rob@cygnus.com)
34140
34141 * Makefile.in: Added --srcdir when invoking runtest, removed the
34142 need for a local config file. (optional now)
34143
34144 Wed Apr 7 14:13:41 1993 Fred Fish (fnf@cygnus.com)
34145
34146 * gdb.t21/demangle.exp: Only count real fails (not xfails) for
34147 failure count used to force early termination. Add some more
34148 expected failures for gnu style demangling.
34149
34150 Thu Apr 1 09:50:30 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34151
34152 * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
34153 pmi variable from gdb.t20/gdbme to get optimized away.
34154 * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
34155 Check for written corefile upon timeout _and_ eof.
34156
34157 Tue Mar 30 09:58:16 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34158
34159 * config/unix-gdb.exp: Add missing return 0.
34160
34161 Tue Mar 30 08:34:25 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de)
34162
34163 * gdb.t16/printcmds.exp: Remove misplaced xfail that caused an early
34164 test termination.
34165
34166 Mon Mar 29 17:37:25 1993 Fred Fish (fnf@cygnus.com)
34167
34168 * configure.in (subdirs): Put back gdb.t17 which mysteriously
34169 disappeared.
34170
34171 Thu Mar 25 21:05:16 1993 Fred Fish (fnf@cygnus.com)
34172
34173 * gdb.t10/crossload.exp: Disable the i860-elf test until such
34174 time as i860 support works.
34175
34176 * gdb.t15/funcargs.exp: Fix expected outputs to include
34177 "backtrace 100\r" rather than just "backtrace\r", to match last
34178 change.
34179
34180 Thu Mar 25 12:14:28 1993 Ian Lance Taylor (ian@cygnus.com)
34181
34182 * config/udi-gdb.exp (gdb_exit): Remove close command.
34183 (gdb_target_udi): New procedure to set the UDI target.
34184 (gdb_start): Don't remove *_soc files. Use gdb_target_udi.
34185 * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
34186 Added waits for prompts after several question responses. Added
34187 some more responses used by a29k-amd-udi-gdb.
34188 * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
34189 pass different arguments, restart UDI connection after program
34190 completion.
34191 * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
34192 gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
34193 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
34194 gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
34195 * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
34196 gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
34197 gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
34198 gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
34199 gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
34200 after program completion.
34201 * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
34202 compiled with a SELECT_VECS setting.
34203 * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
34204 infinite recursion.
34205
34206 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
34207 Added checks for COFF results, and made them expected failures for
34208 all targets. It would be better to make them expected failures
34209 for COFF targets only.
34210
34211 Wed Mar 24 14:43:38 1993 david d `zoo' zuhn (zoo at poseidon.cygnus.com)
34212
34213 * Makefile.in: add null dvi target, don't bother to recurse
34214 through test directories for info and install-info; rename
34215 $(datadir) to be dejagnu instead of deja-gnu
34216
34217 Wed Mar 24 09:48:03 1993 Fred Fish (fnf@cygnus.com)
34218
34219 * gdb.t31/gdbme.ch: Re-enable code that previously caused
34220 compiler to coredump.
34221 * gdb.t31/chillvars.exp: Re-enable tests that depend on that
34222 code.
34223
34224 Tue Mar 23 08:53:42 1993 Fred Fish (fnf@cygnus.com)
34225
34226 * gdb.t31/gdbme.ch: Comment out code that causes chill compiler
34227 coredump.
34228 * gdb.t31/chillvars.exp: Comment out tests that depend on that
34229 code.
34230
34231 Sun Mar 21 17:56:47 1993 Rob Savoye (rob at darkstar.cygnus.com)
34232
34233 * gdb.t03/ptype.exp: tests for return code from gdb_test.
34234 * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
34235 which in a shell. Deletes xgdb when done.
34236 * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
34237 Tests the return from the "set height" or "set width" commands.
34238 Added a few return codes where needed.
34239
34240 Wed Mar 17 11:31:01 1993 Fred Fish (fnf@cygnus.com)
34241
34242 * Makefile.in (SUBDIRS): Add gdb.t17.
34243 * configure.in (subdirs): Add gdb.t17.
34244 * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}: New test
34245 files to test gdb's calling of functions in the inferior with
34246 the correct arguments and gdb's ability to retrieve any
34247 result returned.
34248
34249 Tue Mar 16 15:37:11 1993 Fred Fish (fnf@cygnus.com)
34250
34251 * config/unix-gdb.exp (gdb_exit): Remove close commands that
34252 may be called after gdb goes away. Previous versions of expect
34253 needed these to avoid file descriptor leaks, but they cause
34254 errors with the current revision of expect.
34255 * gdb.t00/gdbvars.exp: Use -re on expected output after
34256 setting sevenbit-strings.
34257 * gdb.t04/setvar.exp, gdb.t13/bitfields.exp: Make commands
34258 to set sevenbit-strings consistent across tests.
34259 gdb.t30/chexp.exp, gdb.t31/chillvars.exp: Make commands to
34260 set sevenbit-strings consistent across tests.
34261
34262 Fri Mar 12 08:47:20 1993 Fred Fish (fnf@cygnus.com)
34263
34264 * gdb.t21/demangle.exp (proc demangle): Adjust quotes in an
34265 expected output to match current "expect" expectations.
34266
34267 Wed Mar 10 18:01:49 1993 Fred Fish (fnf@cygnus.com)
34268
34269 * gdb.t00/default.exp: Change expected output for default "source"
34270 command, to match new gdb behavior which requires a filename to
34271 source.
34272
34273 Tue Mar 9 11:00:56 1993 Fred Fish (fnf@cygnus.com)
34274
34275 * gdb.t07/watchpoint.exp (test_simple_watchpoint): Set up
34276 expected fail for i486-*-* that misses the marker2 function.
34277 * gdb.t10/crossload.exp (bfddefault): Allow successful
34278 recognition of a format to pass even if no symbols are found.
34279 Explicitly catch failures where the format is not recognized
34280 or is ambiguous, and add the reason to the fail message.
34281 * gdb.t10/crossload.exp (bfdexplicit): Catch failure where
34282 the cause is and invalid target and add reason to failure message.
34283 * gdb.t10/crossload.exp: Fix bfd target names for elf32-m68k,
34284 elf32-i386, elf32-sparc, and elf32-i860.
34285 * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
34286 Set up expected failure for 'filename'::variable scope resolution,
34287 which is now apparently broken on all targets.
34288 * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
34289 gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
34290 gdb.t23/templates.exp: Change failure for missing binfile into
34291 just a warning.
34292 gdb.t21/demangle.exp: Change all cfront references to 'arm'
34293 references.
34294
34295 Mon Mar 8 19:20:28 1993 Fred Fish (fnf@cygnus.com)
34296
34297 * gdb.t00/default.exp: Add expected output for default "source"
34298 command, to match new gdb behavior.
34299 * gdb.t09/corefile.exp: Use GDBFLAGS when spawning GDB.
34300
34301 Sun Mar 7 15:14:09 1993 Rob Savoye (rob@cygnus.com)
34302
34303 * config/*-gdb.exp: returns an error, rather than exiting on
34304 internal errors.
34305
34306 Tue Mar 2 18:09:32 1993 Fred Fish (fnf@cygnus.com)
34307
34308 * gdb.t03/gdbme.c: Add pointer to struct variable.
34309 * gdb.t03/ptype.exp: Test equivalence of '.' and '->' for
34310 referencing struct members.
34311
34312 Thu Feb 25 10:39:06 1993 Ian Lance Taylor (ian@cygnus.com)
34313
34314 * configure.in (mips-idt-ecoff): New target.
34315 * config/mips-gdb.exp: New file for remote board using MIPS remote
34316 debugging protocol.
34317
34318 * Redid configuration scheme. Removed gdb.t*/configure.in.
34319 Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*. Changed to use CC, CXX
34320 instead of CC_FOR_TARGET, CXX_FOR_TARGET. Added mostlyclean and
34321 distclean targets. Built executables via .o files. Adjusted
34322 tests to account for source files in $(srcdir) rather than
34323 $(objdir).
34324 * lib/gdb.exp (runto): Don't expect () after the function name,
34325 because it may have arguments.
34326
34327 Wed Feb 24 08:05:38 1993 Ian Lance Taylor (ian@cygnus.com)
34328
34329 * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
34330 gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
34331 expected failures for mips-idt-* and mips-sgi-*.
34332 * gdb.t00/default.exp (attach): Kill process if requested.
34333 * gdb.t00/help.exp (help target core, help target): Accept a gdb
34334 that does not read core files.
34335 * gdb.t01/run.exp: Removed checks for exit status code.
34336 * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
34337 it is linked in.
34338 * gdb.t03/ptype.exp: Increase timeout when calling malloc.
34339 * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
34340 appropriate, rather than doing it by hand.
34341 * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
34342 execution.
34343 * gdb.t10/crossload.exp: Kill existing program if needed.
34344 * gdb.t15/funcargs.exp: Use delete_breakpoints function where
34345 appropriate, rather than doing it by hand. Always increase
34346 timeout for this test, not just for VxWorks.
34347
34348 Wed Feb 24 08:03:38 1993 Fred Fish (fnf@cygnus.com)
34349
34350 * gdb.t31/chillvars.exp (test_structs): New proc to test printing
34351 of Chill STRUCT types and STRUCT values.
34352 * gdb.t31/chillvars.exp (test_strings): Expect "CHAR" now, rather
34353 than "char".
34354 * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
34355 struct2): New struct definitions and initializations to test
34356 simple Chill STRUCT types.
34357
34358 Tue Feb 23 11:55:06 1993 Fred Fish (fnf@cygnus.com)
34359
34360 * gdb.t00/teststrategy.exp: Track reversion in gdb to not print
34361 the null byte at the end of strings.
34362 * gdb.t00/default.exp: Make show version insensitive to copyright
34363 date.
34364 * gdb.t16/in-gdbme.c (ctable1, ctable2): Make explicitly unsigned
34365 to avoid dependencies on target char signedness.
34366 * gdb.t16/printcmds.exp: Update expected results for explicitly
34367 unsigned char.
34368 * gdb.t16/printcmds.exp: Remove setup_xfails for i960 that should
34369 now work.
34370 * gdb.t21/demangle.exp: Add many more patterns for template
34371 demangling, most of them being expected failures.
34372 * gdb.t21/demangle.exp (proc demangle): Quote the demangled
34373 string we are matching for, to match on the whole string.
34374 * gdb.t21/demangle.exp: Add many new test strings to demangle,
34375 and fix a whole bunch that had incorrect expected output but were
34376 passing anyway because of the bug in "proc demangle".
34377 * gdb.t31/chillvars.exp: Remove setup_xfail for printing string
34378 type.
34379 * gdb.t31/in-gdbme.ch: Uncomment string4, now compiles.
34380
34381 Mon Feb 22 07:54:03 1993 Mike Werner (mtw@poseidon.cygnus.com)
34382
34383 * gdb/testsuite: made modifications to testcases, etc., to allow
34384 them to work properly given the reorganization of deja-gnu and the
34385 relocation of the testcases from deja-gnu to a "tool" subdirectory.
34386
34387 Sun Feb 21 10:55:55 1993 Mike Werner (mtw@poseidon.cygnus.com)
34388
34389 * gdb/testsuite: Initial creation of gdb/testsuite.
34390 Migrated dejagnu testcases and support files for testing nm to
34391 gdb/testsuite from deja-gnu. These files were moved "as is"
34392 with no modifications. This migration is part of a major overhaul
34393 of dejagnu. The modifications to these testcases, etc., which
34394 will allow them to work with the new version of dejagnu will be
34395 made in a future update.
34396
34397 For additional changes see gdb.mi/ChangeLog-1999-2003.
34398 \f
34399 ;; Local Variables:
34400 ;; mode: change-log
34401 ;; left-margin: 8
34402 ;; fill-column: 74
34403 ;; version-control: never
34404 ;; End:
34405
34406 Copyright 1993-2014 Free Software Foundation, Inc.
34407 Copying and distribution of this file, with or without modification,
34408 are permitted provided the copyright notice and this notice are preserved.
This page took 0.824289 seconds and 5 git commands to generate.