Make signal-while-stepping-over-bp-other-thread.exp run against remote targets too.
[platform/upstream/binutils.git] / gdb / testsuite / ChangeLog
1 2014-03-20  Pedro Alves  <palves@redhat.com>
2
3         * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
4         Use pthread_kill to signal thread 2.
5         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
6         Adjust to make the test send itself a signal rather than using the
7         host's "kill" command.
8
9 2014-03-20  Pedro Alves  <palves@redhat.com>
10
11         * gdb.threads/multiple-step-overs.c: New file.
12         * gdb.threads/multiple-step-overs.exp: New file.
13         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14         Adjust expected infrun debug output.
15
16 2014-03-20  Pedro Alves  <palves@redhat.com>
17
18         * gdb.threads/step-over-trips-on-watchpoint.c: New file.
19         * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
20
21 2014-03-20  Pedro Alves  <palves@redhat.com>
22
23         PR breakpoints/7143
24         * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
25         old gnats gdb/38.  Remove kfail.  Adjust to use gdb_test instead
26         of gdb_test_multiple.
27         * gdb.cp/annota2.exp: Remove kfail for gdb/38.
28         * gdb.cp/annota3.exp: Remove kfail for gdb/38.
29
30 2014-03-20  Pedro Alves  <palves@redhat.com>
31
32         * gdb.threads/step-over-lands-on-breakpoint.c: New file.
33         * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
34
35 2014-03-19  Pedro Alves  <palves@redhat.com>
36
37         * gdb.base/async.exp: Remove early return.
38
39 2014-03-19  Pedro Alves  <palves@redhat.com>
40
41         * gdb.base/async.exp (step& tests): Pass explicit test messages.
42
43 2014-03-19  Pedro Alves  <palves@redhat.com>
44
45         * gdb.base/async.exp (test_background): Expect \r\n after
46         "completed." in the fail pattern.
47
48 2014-03-19  Pedro Alves  <palves@redhat.com>
49
50         * gdb.base/async.exp (test_background): New procedure.
51         Use it for all background execution command tests.
52
53 2014-03-19  Pedro Alves  <palves@redhat.com>
54
55         * gdb.base/async.exp: Use prepare_for_testing.
56
57 2014-03-19  Pedro Alves  <palves@redhat.com>
58
59         * gdb.base/async.c (foo): Make 'x' volatile.  Write to it twice in
60         the same line.
61
62 2014-03-19  Pedro Alves  <palves@redhat.com>
63
64         * gdb.base/async.c (main): Add "jump here" and "until here" line
65         marker comments.
66         * gdb.base/async.exp (jump_here): New global.
67         (jump& test): Use it.
68         (until_here): New global.
69         (until& test): Use it.
70
71 2014-03-19  Pedro Alves  <palves@redhat.com>
72
73         * gdb.base/async.exp: Don't frob gdb_protocol.
74
75 2014-03-18  Doug Evans  <xdje42@gmail.com>
76
77         * gdb.base/async.exp: Whitespace fixes.  Turn on target-async.
78         Fix spelling of exec-done-display.
79
80 2014-03-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
81
82         PR gdb/15358
83         * gdb.base/gdb-sigterm.c: New file.
84         * gdb.base/gdb-sigterm.exp: New file.
85
86 2014-03-18  Pedro Alves  <palves@redhat.com>
87
88         PR gdb/13860
89         * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
90         * lib/mi-support.exp (mi_expect_stop): Add special handling for
91         solib-event.
92
93 2014-03-17  Joel Brobecker  <brobecker@adacore.com>
94
95         * gdb.ada/pckd_arr_ren: New testcase.
96
97 2014-03-13  Doug Evans  <xdje42@gmail.com>
98
99         PR guile/16612
100         * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
101         collect after discarding symbols.
102
103 2014-03-13  Ludovic Courtès  <ludo@gnu.org>
104             Doug Evans  <xdje42@gmail.com>
105
106         * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
107         to history survives a gc.
108
109 2014-03-13  Pedro Alves  <palves@redhat.com>
110
111         * gdb.base/default.exp: Don't test "target procfs".
112
113 2014-03-13  Pedro Alves  <palves@redhat.com>
114
115         * gdb.base/default.exp: Update "target child" and "target procfs"
116         tests to not expect "Unix".
117
118 2014-03-12  Tom Tromey  <tromey@redhat.com>
119
120         * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
121         New procs.  Add target-async tests.
122         * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
123         Add target-async tests.
124
125 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
126
127         * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
128         'func_start' and 'func_end' for the beginning and end of the
129         function code, respectively.
130         * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
131         'func_end' instead of 'func' and 'main'.
132
133 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
134
135         * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
136         * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
137         generate the debug info assembler source.
138
139 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
140
141         * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
142         * gdb.dwarf2/arr-subrange.exp: Likewise.
143         * gdb.dwarf2/dwz.exp: Likewise.
144         * gdb.dwarf2/method-ptr.exp: Likewise.
145         * gdb.dwarf2/missing-sig-type.exp: Likewise.
146         * gdb.dwarf2/subrange.exp: Likewise.
147         * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
148         * gdb.dwarf2/implptrpiece.exp: Likewise.
149         * gdb.dwarf2/nostaticblock.exp: Likewise.
150
151 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
152
153         * lib/gdb.exp (build_executable_from_specs): Don't prepend source
154         directory to absolute path name arguments.
155
156 2014-03-10  Joel Brobecker  <brobecker@adacore.com>
157
158         * gdb.ada/tagged_access: New testcase.
159
160 2014-03-07  Markus Metzger  <markus.t.metzger@intel.com>
161
162         * gdb.btrace/data.exp: Update expected output.
163
164 2014-03-06  Yao Qi  <yao@codesourcery.com>
165
166         * gdb.trace/pr16508.exp: New file.
167
168 2014-03-05  Pedro Alves  <palves@redhat.com>
169
170         PR gdb/16575
171         * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
172         procedure.
173         (top level): Adjust to use it.  Add tests that exercise breakpoint
174         interaction with the code-cache.
175
176 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
177
178         * gdb.guile/scm-value.exp (test_value_in_inferior): Add
179         test for 'history-append!'.
180
181 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
182
183         * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
184         * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
185         * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
186         * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
187         * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
188         * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
189
190 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
191
192         * testsuite/gdb.python/py-pp-re-notag.c: New file.
193         * testsuite/gdb.python/py-pp-re-notag.ex: New file.
194         * testsuite/gdb.python/py-pp-re-notag.p: New file.
195
196 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
197
198         * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
199
200 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
201
202         * gdb.dwarf2/arr-stride.c: New file.
203         * gdb.dwarf2/arr-stride.exp: New file.
204
205 2014-02-26  Pedro Alves  <palves@redhat.com>
206
207         * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
208         that won't ever trigger.  Make sure that GDB reports the correct
209         breakpoint that caused the stop.
210
211 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
212
213         PR gdb/16626
214         * gdb.base/auto-load-script: New file.
215         * gdb.base/auto-load.c: New file.
216         * gdb.base/auto-load.exp: New file.
217
218         PR gdb/16626
219         * gdb.base/auto-load.exp: Fix out-of-srctree run.
220
221 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
222
223         Fix dw2-icycle.exp -fsanitize=address GDB crash.
224         * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
225
226 2014-02-24  Doug Evans  <dje@google.com>
227
228         * lib/gdb.exp (run_on_host): Log error output if program fails.
229
230 2014-02-21  Pedro Alves  <palves@redhat.com>
231
232         * gdb.threads/step-after-sr-lock.c: Rename to ...
233         * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
234         * gdb.threads/step-after-sr-lock.exp: Rename to ...
235         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
236         ... this.
237
238 2014-02-20  Sergio Durigan Junior  <sergiodj@redhat.com>
239
240         PR tdep/16397
241         * gdb.arch/amd64-stap-special-operands.exp: New file.
242         * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
243         * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
244         * gdb.arch/amd64-stap-triplet.S: Likewise.
245         * gdb.arch/amd64-stap-triplet.c: Likewise.
246
247 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
248
249         * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
250         in .section pseudo-op.
251
252 2014-02-20  lin zuojian  <manjian2006@gmail.com>
253             Joel Brobecker  <brobecker@adacore.com>
254             Doug Evans  <xdje42@gmail.com>
255
256         PR symtab/16581
257         * gdb.dwarf2/dw2-icycle.S: New file.
258         * gdb.dwarf2/dw2-icycle.c: New file.
259         * gdb.dwarf2/dw2-icycle.exp: New file.
260
261 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
262
263         * gdb.python/py-value-cc.cc: Improve test case to enable testing
264         operations on gdb.Value objects.
265         * gdb.python/py-value-cc.exp: Add new test to test operations on
266         gdb.Value objects.
267
268 2014-02-18  Doug Evans  <dje@google.com>
269
270         * Makefile.in (TESTS): New variable.
271         (expanded_tests, expanded_tests_or_none): New variables
272         (check-single): Pass $(expanded_tests_or_none) to runtest.
273         (check-parallel): Only run tests in $(TESTS) if non-empty.
274         (check/no-matching-tests-found): New rule.
275         * README: Document TESTS makefile variable.
276
277 2014-02-18  Doug Evans  <dje@google.com>
278
279         * Makefile.in (check-parallel): rm -rf outputs temp.
280
281 2014-02-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
282
283         Fix "ERROR: no fileid for" in the testsuite.
284         * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
285
286 2014-02-12  Doug Evans  <dje@google.com>
287
288         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
289         (MISCELLANEOUS): New variable.
290         (clean): rm -rf $(MISCELLANEOUS).
291         * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
292         dwp live in the same directory as symlinks, with each symlink pointed
293         to a differently named file in a different directory.
294
295 2014-02-11  Doug Evans  <dje@google.com>
296
297         * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
298         of Tcl file commands.
299
300 2014-02-10  Mark Kettenis  <kettenis@gnu.org>
301
302         * gdb.threads/step-after-sr-lock.exp: Avoid executing
303         "kill -SIGUSR1 -1".
304
305 2014-02-10  Joel Brobecker  <brobecker@adacore.com>
306
307         * gdb.ada/tick_length_array_enum_idx: New testcase.
308
309 2014-02-10  Doug Evans  <xdje42@gmail.com>
310
311         * configure.ac (AC_OUTPUT): Add gdb.guile.
312         * configure: Regenerate.
313         * lib/gdb-guile.exp: New file.
314         * lib/gdb.exp (get_target_charset): New function.
315         * gdb.base/help.exp: Update expected output from "apropos apropos".
316         * gdb.guile/Makefile.in: New file.
317         * gdb.guile/guile.exp: New file.
318         * gdb.guile/scm-arch.c: New file.
319         * gdb.guile/scm-arch.exp: New file.
320         * gdb.guile/scm-block.c: New file.
321         * gdb.guile/scm-block.exp: New file.
322         * gdb.guile/scm-breakpoint.c: New file.
323         * gdb.guile/scm-breakpoint.exp: New file.
324         * gdb.guile/scm-disasm.c: New file.
325         * gdb.guile/scm-disasm.exp: New file.
326         * gdb.guile/scm-equal.c: New file.
327         * gdb.guile/scm-equal.exp: New file.
328         * gdb.guile/scm-error.exp: New file.
329         * gdb.guile/scm-error.scm: New file.
330         * gdb.guile/scm-frame-args.c: New file.
331         * gdb.guile/scm-frame-args.exp: New file.
332         * gdb.guile/scm-frame-args.scm: New file.
333         * gdb.guile/scm-frame-inline.c: New file.
334         * gdb.guile/scm-frame-inline.exp: New file.
335         * gdb.guile/scm-frame.c: New file.
336         * gdb.guile/scm-frame.exp: New file.
337         * gdb.guile/scm-generics.exp: New file.
338         * gdb.guile/scm-gsmob.exp: New file.
339         * gdb.guile/scm-iterator.c: New file.
340         * gdb.guile/scm-iterator.exp: New file.
341         * gdb.guile/scm-math.c: New file.
342         * gdb.guile/scm-math.exp: New file.
343         * gdb.guile/scm-objfile-script-gdb.in: New file.
344         * gdb.guile/scm-objfile-script.c: New file.
345         * gdb.guile/scm-objfile-script.exp: New file.
346         * gdb.guile/scm-objfile.c: New file.
347         * gdb.guile/scm-objfile.exp: New file.
348         * gdb.guile/scm-ports.exp: New file.
349         * gdb.guile/scm-pretty-print.c: New file.
350         * gdb.guile/scm-pretty-print.exp: New file.
351         * gdb.guile/scm-pretty-print.scm: New file.
352         * gdb.guile/scm-section-script.c: New file.
353         * gdb.guile/scm-section-script.exp: New file.
354         * gdb.guile/scm-section-script.scm: New file.
355         * gdb.guile/scm-symbol.c: New file.
356         * gdb.guile/scm-symbol.exp: New file.
357         * gdb.guile/scm-symtab-2.c: New file.
358         * gdb.guile/scm-symtab.c: New file.
359         * gdb.guile/scm-symtab.exp: New file.
360         * gdb.guile/scm-type.c: New file.
361         * gdb.guile/scm-type.exp: New file.
362         * gdb.guile/scm-value-cc.cc: New file.
363         * gdb.guile/scm-value-cc.exp: New file.
364         * gdb.guile/scm-value.c: New file.
365         * gdb.guile/scm-value.exp: New file.
366         * gdb.guile/source2.scm: New file.
367         * gdb.guile/types-module.cc: New file.
368         * gdb.guile/types-module.exp: New file.
369
370 2014-02-10  Yao Qi  <yao@codesourcery.com>
371
372         PR testsuite/16543
373         * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
374         * configure: Regenerated.
375         * Makefile.in: New file.
376
377 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
378
379         * gdb.python/py-framefilter.exp: Fix typo.
380
381 2014-02-08  Yao Qi  <yao@codesourcery.com>
382
383         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
384         that no =breakpoint-modified is emitted when breakpoints are
385         modified through MI commands.
386
387 2014-02-07  Pedro Alves  <pedro@codesourcery.com>
388             Pedro Alves  <palves@redhat.com>
389
390         * gdb.threads/step-after-sr-lock.c: New file.
391         * gdb.threads/step-after-sr-lock.exp: New file.
392
393 2014-02-07  Pedro Alves  <palves@redhat.com>
394
395         * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
396
397 2014-02-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
398
399         Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
400         * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
401
402 2014-02-06  Doug Evans  <xdje42@gmail.com>
403
404         * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
405         output.
406
407         * gdb.gdb/python-interrupts.exp: New file.
408
409 2014-02-05  Yao Qi  <yao@codesourcery.com>
410
411         * gdb.trace/report.exp (use_collected_data): Test the output
412         of "info threads" and "info inferiors".
413
414 2014-02-05  Yao Qi  <yao@codesourcery.com>
415
416         Revert this patch:
417
418         2013-05-24  Yao Qi  <yao@codesourcery.com>
419
420         * gdb.trace/tfile.exp: Test inferior and thread.
421
422 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
423
424         * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
425         on a function.
426         * gdb.base/step-bt.c: Call hello via function pointer to make
427         sure its first instruction is executed on powerpc64le-linux.
428
429 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
430
431         * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
432
433 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
434
435         * gdb.arch/vsx-regs.exp: Check target endianness.  Provide variants
436         of the test patterns for use on little-endian systems.
437
438 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
439
440         * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
441         (decimal_vector): Fix for little-endian.
442
443 2014-01-29  Jose E. Marchesi  <jose.marchesi@oracle.com>
444
445         * gdb.arch/sparc-sysstep.exp: New file.
446         * gdb.arch/sparc-sysstep.c: Likewise.
447
448         * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
449
450 2014-01-28  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
451
452         * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
453
454 2014-01-23  Tom Tromey  <tromey@redhat.com>
455
456         * gdb.ada/array_char_idx: New testcase.
457
458 2014-01-23  Tom Tromey  <tromey@redhat.com>
459
460         PR python/16487:
461         * gdb.python/py-framefilter.exp: Add test using "Error" filter.
462         * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
463         classes.
464
465 2014-01-23  Tom Tromey  <tromey@redhat.com>
466
467         PR python/16491:
468         * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
469         string from an inferior frame.
470         * gdb.python/py-framefilter-mi.exp: Update.
471
472 2014-01-22  Doug Evans  <dje@google.com>
473
474         * gdb.server/server-mon.exp: Add tests for "set debug-format".
475
476 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
477
478         * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
479
480 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
481
482         * gdb.trace/entry-values.exp: Remove excess space character from
483         regex patterns.  Handle s390 call instruction.
484
485 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
486
487         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
488         define "*_start" label.  Make "name" static.
489         * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
490         ${name} by references to ${name}_start.
491
492 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
493
494         * gdb.base/info-macros.exp: Remove "debug" from the compile
495         options.
496
497 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
498
499         * gdb.dlang/demangle.exp: New file.
500
501 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
502
503         * gdb.dlang/primitive-types.exp: New file.
504
505 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
506
507         * configure.ac: Create gdb.dlang/Makefile.
508         * configure: Regenerate.
509         * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
510         * gdb.dlang/Makefile.in: New file.
511         * lib/d-support.exp: New file.
512         * lib/gdb.exp (skip_d_tests): New proc.
513
514 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
515
516         * gdb.btrace/delta.exp: Check reverse stepi.
517         * gdb.btrace/tailcall.exp: Update.  Add stepping tests.
518         * gdb.btrace/finish.exp: New.
519         * gdb.btrace/next.exp: New.
520         * gdb.btrace/nexti.exp: New.
521         * gdb.btrace/record_goto.c: Add comments.
522         * gdb.btrace/step.exp: New.
523         * gdb.btrace/stepi.exp: New.
524         * gdb.btrace/multi-thread-step.c: New.
525         * gdb.btrace/multi-thread-step.exp: New.
526         * gdb.btrace/rn-dl-bind.c: New.
527         * gdb.btrace/rn-dl-bind.exp: New.
528         * gdb.btrace/data.c: New.
529         * gdb.btrace/data.exp: New.
530         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
531
532 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
533
534         * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
535         * gdb.btrace/exception.exp: Update.
536         * gdb.btrace/instruction_history.exp: Update.
537         * gdb.btrace/record_goto.exp: Update.
538         * gdb.btrace/tailcall.exp: Update.
539         * gdb.btrace/unknown_functions.exp: Update.
540         * gdb.btrace/delta.exp: New.
541
542 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
543
544         * gdb.btrace/record_goto.exp: Add backtrace test.
545         * gdb.btrace/tailcall.exp: Add backtrace test.
546
547 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
548
549         * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
550         * gdb.btrace/record_goto.c: New.
551         * gdb.btrace/record_goto.exp: New.
552         * gdb.btrace/x86-record_goto.S: New.
553
554 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
555
556         * gdb.btrace/function_call_history.exp: Update tests.
557         * gdb.btrace/instruction_history.exp: Update tests.
558
559 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
560
561         * gdb.btrace/function_call_history.exp: Fix expected field
562         order for "record function-call-history".
563         Add new tests for "record function-call-history /c".
564         * gdb.btrace/exception.cc: New.
565         * gdb.btrace/exception.exp: New.
566         * gdb.btrace/tailcall.exp: New.
567         * gdb.btrace/x86-tailcall.S: New.
568         * gdb.btrace/x86-tailcall.c: New.
569         * gdb.btrace/unknown_functions.c: New.
570         * gdb.btrace/unknown_functions.exp: New.
571         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
572
573 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
574
575         * gdb.btrace/instruction_history.exp: Update.
576         * gdb.btrace/function_call_history.exp: Update.
577
578 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
579
580         * gdb.btrace/function_call_history.exp: Fix expected function
581         trace.
582         * gdb.btrace/instruction_history.exp: Initialize traced.
583         Remove traced_functions.
584
585 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
586
587         * gdb.btrace/function_call_history.exp: Update
588         * gdb.btrace/instruction_history.exp: Update.
589
590 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
591
592         * gdb.btrace/enable.exp: Update expected text.
593
594 2014-01-16  Omair Javaid  <Omair.Javaid@linaro.org>
595
596         * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
597         bytes.
598
599 2014-01-15  Maciej W. Rozycki  <macro@codesourcery.com>
600
601         * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
602
603 2014-01-15  Omair Javaid  <omair.javaid@linaro.org>
604
605         * lib/gdb.exp (supports_process_record): Return true for
606         arm*-linux*.  (supports_reverse): Likewise.
607
608 2014-01-13  Siva Chandra Reddy  <sivachandra@google.com>
609
610         PR python/15464
611         PR python/16113
612         * gdb.python/py-type.c: Enhance test case.
613         * gdb.python/py-value-cc.cc: Likewise
614         * gdb.python/py-type.exp: Add new tests.
615         * gdb.python/py-value-cc.exp: Likewise
616
617 2014-01-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
618             Pedro Alves <palves@redhat.com>
619
620         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
621         Make "name" extern.
622         * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
623         references to ${name}_start by references to ${name}.
624
625 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
626
627         * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
628
629 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
630
631         * gdb.python/py-pp-integral.exp: Remove path from "source" test.
632
633 2014-01-09  Maciej W. Rozycki  <macro@codesourcery.com>
634             Pedro Alves  <palves@redhat.com>
635
636         * gdb.mi/mi-info-os.exp: Connect to the target with
637         mi_gdb_target_load.
638
639 2014-01-08  Pedro Alves  <palves@redhat.com>
640
641         * gdb.threads/reconnect-signal.c: New file.
642         * gdb.threads/reconnect-signal.exp: New file.
643
644 2014-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
645
646         * gdb.base/source-dir.exp: New file.
647
648 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
649
650         * gdb.ada/mi_interface: New testcase.
651
652 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
653
654         * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
655         gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
656         gdb.ada/pp-rec-component/pck.ads: New files.
657
658 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
659
660         * gdb.python/py-pp-integral.c: New file.
661         * gdb.python/py-pp-integral.py: New file.
662         * gdb.python/py-pp-integral.exp: New file.
663
664 2013-12-19  Sergio Durigan Junior  <sergiodj@redhat.com>
665
666         PR breakpoints/16297
667         * gdb.base/catch-syscall.c (read_syscall, pipe_syscall)
668         (write_syscall): New variables.
669         (main): Create a pipe, write 1 byte in it, and read 1 byte from
670         it.
671         * gdb.base/catch-syscall.exp (all_syscalls): Include "pipe,
672         "write" and "read" syscalls.
673         (fill_all_syscalls_numbers): Improve the way to obtain syscalls
674         numbers.
675
676 2013-12-19  Keven Boell  <keven.boell@intel.com>
677
678         * gdb.fortran/module.exp: Completion matches fortran module
679         names as well. ptype/whatis on modules return a proper type.
680         Add new check for having the correct scope.
681
682 2013-12-19  Keven Boell  <keven.boell@intel.com>
683
684         * gdb.fortran/type.f90: New file.
685         * gdb.fortran/whatis_type.f90: New file.
686
687 2013-12-18  Sergio Durigan Junior  <sergiodj@redhat.com>
688
689         * gdb.base/catch-syscall.c: Include <sys/syscall.h>.
690         (close_syscall, chroot_syscall, exit_group_syscall): New
691         variables.
692         * gdb.base/catch-syscall.exp: Replace gdb_compile by
693         prepare_for_testing.  Call fill_all_syscalls_numbers before
694         starting.  Replace gdb_exit, gdb_start, gdb_reinitialize_dir and
695         gdb_load by clean_restart.
696         (check_info_bp_any_syscall, check_info_bp_specific_syscall)
697         (check_info_bp_many_syscalls): Remove global gdb_prompt.
698         (check_call_to_syscall): Likewise.  Add global decimal.  Improve
699         testing regex.
700         (check_return_from_syscall): Likewise.
701         (check_continue, insert_catch_syscall_with_arg): Remove global
702         gdb_prompt.
703         (insert_catch_syscall_with_many_args): Likewise.  Add global
704         decimal.  Fix $filter_str.  Improve testing regex.
705         (check_for_program_end): Remove global gdb_prompt.
706         (test_catch_syscall_without_args): Likewise.  Add global decimal.
707         Improve testing regex.
708         (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
709         (test_catch_syscall_with_wrong_args)
710         (test_catch_syscall_restarting_inferior)
711         (test_catch_syscall_fail_nodatadir): Remove global gdb_prompt.
712         (do_syscall_tests): Likewise.  Remove global srcdir.
713         (test_catch_syscall_without_args_noxml): Remove global gdb_prompt.
714         Add global last_syscall_number.  Test for the exact syscall number
715         to be caught.
716         (test_catch_syscall_with_args_noxml): Remove global gdb_prompt.
717         Add global all_syscalls_numbers.  Test each syscall number to be
718         caught, instead of only testing "close".
719         (test_catch_syscall_with_wrong_args_noxml): Remove global gdb_prompt.
720         (do_syscall_tests_without_xml): Likewise.  Remove global srcdir.
721         Remove stale comment.
722         (fill_all_syscalls_numbers): Add global last_syscall_number.  Fill
723         the correct syscall numbers using information from the inferior.
724
725 2013-12-17  Pedro Alves  <palves@redhat.com>
726
727         * gdb.trace/circ.exp: Expect frame info to be printed when
728         switching between frames with unavailable stack, but different
729         functions.
730
731 2013-12-17  Andrew Burgess  <aburgess@broadcom.com>
732
733         * gdb.trace/unavailable-dwarf-piece.c: New file.
734         * gdb.trace/unavailable-dwarf-piece.exp: New file.
735
736 2013-12-15  Yao Qi  <yao@codesourcery.com>
737
738         * gdb.perf/skip-prologue.c: New.
739         * gdb.perf/skip-prologue.exp: New.
740         * gdb.perf/skip-prologue.py: New.
741
742 2013-12-13  Joel Brobecker  <brobecker@adacore.com>
743
744         * gdb.ada/arraydim: New testcase.
745
746 2013-12-12  Siva Chandra Reddy  <sivachandra@google.com>
747
748         PR python/16113
749         * gdb.python/py-value-cc.cc: Improve test case.
750         * gdb.python/py-value-cc.exp: Add new tests to test usage of
751         gdb.Field objects as subscripts on gdb.Value objects.
752
753 2013-12-10  Doug Evans  <dje@google.com>
754
755         PR 16286
756         * gdb.python/py-value.c: #include stdlib.h, string.h.
757         (str): New struct.
758         (main): New local xstr.
759         * gdb.python/py-value.exp (test_value_in_inferior): Add test to
760         fetch a value as a string with a length beyond the declared length
761         of the array.
762
763 2013-12-10  Andrew Burgess  <aburgess@broadcom.com>
764
765         * lib/gdb.exp (gdb_compile_shlib): Add call to get_compiler_info,
766         update comment.
767
768 2013-12-10  Joel Brobecker  <brobecker@adacore.com>
769
770         * gdb.ada/int_deref.exp: Add test verifying that we print
771         the decoded symbol name when printing the address of Ada
772         symbols.
773
774 2013-12-10  Joel Brobecker  <brobecker@adacore.com>
775
776         * gdb.mi/mi-start.exp: Add test verifying that -list-features
777         contains "exec-run-start-option".
778
779 2013-12-08  Yao Qi  <yao@codesourcery.com>
780
781         * lib/gdb.exp (support_complex_tests): Use gdb_produce_source.
782         (is_elf_target, is_ilp32_target, is_ilp64_target): Likewise.
783         (is_64_target, is_amd64_regs_target): Likewise.
784         (skip_altivec_tests, skip_vsx_tests, skip_btrace_tests): Likewise.
785
786 2013-12-07  Mike Frysinger  <vapier@gentoo.org>
787
788         * gdb.ada/uninitialized_vars/parse_controlled.ads: Remove +x file mode.
789         * gdb.base/testenv.c: Likewise.
790
791 2013-12-07  Mike Frysinger  <vapier@gentoo.org>
792
793         * gdb.hp/gdb.base-hp/so-thresh.sh: Change /bin/ksh to /bin/sh.
794         * gdb.hp/gdb.objdbg/tools/symaddr: Likewise.
795         * gdb.hp/gdb.objdbg/tools/symaddr.pa64: Likewise.
796
797 2013-12-06  Pedro Alves  <palves@redhat.com>
798
799         * gdb.dwarf2/dw2-undefined-ret-addr.S: New file.
800         * gdb.dwarf2/dw2-undefined-ret-addr.c: New file.
801         * gdb.dwarf2/dw2-undefined-ret-addr.exp: New file.
802
803 2013-12-06  Doug Evans  <dje@google.com>
804
805         * gdb.base/break.exp: Fix setting of $baz.
806
807 2013-12-06  Andrew Burgess  <aburgess@broadcom.com>
808
809         * lib/dwarf.exp: (Dwarf::_location): Handle DW_OP_bit_piece and
810         DW_OP_plus_uconst.
811
812 2013-12-06  Keven Boell  <keven.boell@intel.com>
813
814         * lib/mi-support.exp (mi_list_varobj_children_range): Add
815         call to mi_list_array_varobj_children_with_index.
816         (mi_list_array_varobj_children_with_index): New function.
817         Add parameter to specify array start.
818
819 2013-12-03  Jose E. Marchesi  <jose.marchesi@oracle.com>
820
821         * gdb.base/sigall.exp (test_one_sig): gdb identifies SIGLOST as a
822         SIGPWR in sparc64.
823
824         * gdb.base/sigall.c (main): In some targets SIGLOST and SIGPWR
825         have the same signal number.  Handle this situation.
826
827 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
828
829         * gdb.ada/dot_all: New testcase.
830
831 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
832
833         * gdb.mi/mi-undefined-cmd.exp: New testcase.
834
835 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
836
837         * gdb.mi/mi-i-cmd.exp: New file.
838
839 2013-12-02  Doug Evans  <dje@google.com>
840
841         * gdb.dwarf/dwp-symlink.c: Fake out gdb to not load debug info
842         at start.
843         * gdb.dwarf/dwp-symlink.exp: Test trying to load dwp when the binary
844         has been specified with a relative path and we have chdir'd before
845         accessing the debug info.
846
847 2013-11-28  Andrew Burgess  <aburgess@broadcom.com>
848
849         * gdb.trace/unavailable.exp (gdb_collect_args_test): Update
850         expected results.
851         (gdb_collect_locals_test): Likewise.
852         (gdb_collect_globals_test): Likewise.
853
854 2013-11-28  Yao Qi  <yao@codesourcery.com>
855
856         * lib/gdb.exp (with_gdb_prompt): New proc.
857         * gdb.perf/disassemble.exp: New.
858         * gdb.perf/disassemble.py: New.
859
860 2013-11-26  Luis Machado  <lgustavo@codesourcery.com>
861
862         * gdb.base/callfuncs.c (main): Assign malloc's return value
863         and free it afterwards.
864         * gdb.base/charset-malloc.c (malloc_stub): Likewise.
865         * gdb.base/printcmds.c (main): Likewise.
866         * gdb.base/randomize.c (main): Free "p" and change breakpoint
867         marker position.
868         * gdb.base/setvar.c (dummy): Assign malloc's return value
869         and free it afterwards.
870
871 2013-11-26  Andrew Burgess  <aburgess@broadcom.com>
872
873         * gdb.base/setshow.exp: Add $gdb_prompt to the patterns in
874         gdb_test_multiple.
875
876 2013-11-26  Tom Tromey  <tromey@redhat.com>
877
878         * gdb.dwarf2/dw2-unspecified-ret-addr.S: Remove.
879         * gdb.dwarf2/dw2-unspecified-ret-addr.c: Remove.
880         * gdb.dwarf2/dw2-unspecified-ret-addr.exp: Remove.
881
882 2013-11-25  Keith Seitz  <keiths@redhat.com>
883
884         PR c++/14819
885         * gdb.cp/impl-this.cc: New file.
886         * gdb.cp/impl-this.exp: New file.
887
888 2013-11-25  Yao Qi  <yao@codesourcery.com>
889
890         * gdb.perf/backtrace.c: New.
891         * gdb.perf/backtrace.exp: New.
892         * gdb.perf/backtrace.py: New.
893
894 2013-11-24  Yao Qi  <yao@codesourcery.com>
895
896         * gdb.perf/single-step.c: New.
897         * gdb.perf/single-step.exp: New.
898         * gdb.perf/single-step.py: New.
899
900 2013-11-23  Doug Evans  <xdje42@gmail.com>
901
902         * gdb.base/ena-dis-br.exp: Add missing quote to "step after continue
903         with ignore count".
904
905 2013-11-23  Doug Evans  <xdje42@gmail.com>
906
907         * gdb.python/py-value.exp (test_lazy_strings): Tweak test names.
908         (test_subscript_regression): Ditto.
909         (top level): Run test_subscript_regression for c++ with "c++" prefix.
910
911 2013-11-23  Doug Evans  <xdje42@gmail.com>
912
913         * gdb.python/py-type.exp (test_enums): Fix typo.
914
915 2013-11-23  Doug Evans  <xdje42@gmail.com>
916
917         * gdb.python/py-symbol.exp: Add some comments.  Make all test names
918         unique.
919
920 2013-11-23  Doug Evans  <xdje42@gmail.com>
921
922         * gdb.python/py-symbol.exp: Fix whitespace.
923
924 2013-11-23  Doug Evans  <xdje42@gmail.com>
925
926         * gdb.python/python.exp: Don't call skip_python_tests, we still want
927         to test some things in the case where python is not configured in.
928
929 2013-11-22  Pedro Alves  <palves@redhat.com>
930
931         * gdb.dwarf2/dw2-bad-cfi.S: Rename to ...
932         * gdb.dwarf2/dw2-unspecified-ret-addr.S: ... this.  Adjust.
933         * gdb.dwarf2/dw2-bad-cfi.c: Rename to ...
934         * gdb.dwarf2/dw2-unspecified-ret-addr.c: ... this.
935         * gdb.dwarf2/dw2-bad-cfi.exp: Rename to ...
936         * gdb.dwarf2/dw2-unspecified-ret-addr.exp: ... this.
937
938 2013-11-22  Tom Tromey  <tromey@redhat.com>
939
940         * gdb.dwarf2/dw2-bad-cfi.S: Update comment.
941
942 2013-11-22  Tom Tromey  <tromey@redhat.com>
943
944         * gdb.dwarf2/dw2-bad-cfi.c: New file.
945         * gdb.dwarf2/dw2-bad-cfi.exp: New file.
946         * gdb.dwarf2/dw2-bad-cfi.S: New file.
947
948 2013-11-22  Pedro Alves  <palves@redhat.com>
949
950         PR 16155
951         * gdb.dwarf2/dw2-dup-frame.S: New file.
952         * gdb.dwarf2/dw2-dup-frame.c: New file.
953         * gdb.dwarf2/dw2-dup-frame.exp: New file.
954
955 2013-11-22  Yao Qi  <yao@codesourcery.com>
956
957         * lib/mi-support.exp (mi_create_dynamic_varobj): Update
958         comment and add one more argument "has_more".
959         * gdb.python/py-mi.exp: Callers update.
960
961 2013-11-22  Yao Qi  <yao@codesourcery.com>
962
963         * gdb.python/py-mi.exp: Use mi_create_floating_varobj instead
964         of mi_create_dynamic_varobj.
965
966 2013-11-20  Pedro Alves  <palves@redhat.com>
967
968         * gdb.base/maint.exp (maint print objfiles): Consume one line at a
969         time, and run it through all three milestone regexes.
970
971 2013-11-20  Sanimir Agovic  <sanimir.agovic@intel.com>
972
973         * gdb.base/eval-avoid-side-effects.exp: New file.
974
975 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
976
977         * gdb.arch/i386-mpx.c: New file
978         * gdb.arch/i386-mpx.exp: New file.
979
980 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
981
982         * gdb.python/py-pp-maint.exp: Consider new pretty-print added 
983         for bnd registers.
984
985 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
986
987         * gdb.xml/maint_print_struct.xml (bitfield): Added bitfield having
988         start and end equal 0.
989
990 2013-11-19  Yao Qi  <yao@codesourcery.com>
991
992         * lib/mi-support.exp (mi_child_regexp): Remove 'whatever'.
993         (mi_list_varobj_children_range): Likewise.
994
995 2013-11-19  Yao Qi  <yao@codesourcery.com>
996
997         * lib/mi-support.exp (mi_child_regexp): Remove unnecessary '\'.
998
999 2013-11-19  Yao Qi  <yao@codesourcery.com>
1000
1001         * lib/mi-support.exp: Fix format.
1002
1003 2013-11-19  Joel Brobecker  <brobecker@adacore.com>
1004
1005         * gdb.ada/py_range: New testcase.
1006
1007 2013-11-18  Joel Brobecker  <brobecker@adacore.com>
1008
1009         * mi-language.exp: Add "-list-features" test verifying that
1010         its output contains "language-option".
1011
1012 2013-11-16  Joel Brobecker  <brobecker@adacore.com>
1013
1014         * info_exc/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
1015         * info_exc/foo.adb: Adjust to new exception name.
1016         * info_exc.exp: Adjust after exception renaming in const.ads.
1017         Update "info exception global" test to test "info exceptions
1018         global_gdb" instead.
1019
1020         * mi_exc_info/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
1021         * mi_exc_info/foo.adb (Adjust to new exception name.
1022         * mi_exc_info.exp: Adjust after exception renaming in const.ads.
1023         Update "-info-ada-exceptions global" test to test
1024         "-info-ada-exceptions global_gdb" instead.
1025
1026 2013-11-15  Luis Machado  <lgustavo@codesourcery.com>
1027
1028         * lib/mi-support.exp (mi_gdb_test): Expect different formats
1029         of inferior output for remote and native sessions.
1030         * gdb.mi/mi-console.exp: Remove obsolete comment.
1031         Check for semihosted inferior output pattern.
1032         (semihosted_string): New function.
1033
1034 2013-11-15  Joel Brobecker  <brobecker@adacore.com>
1035
1036         * gdb.ada/info_exc.exp: Allow other global exceptions to be
1037         listed in the output of "info exceptions".
1038         * gdb.ada/mi_exc_info.exp: Allow other global exceptions to be
1039         listed in the output of "-info-ada-exceptions".
1040
1041 2013-11-15  Joel Brobecker  <brobecker@adacore.com>
1042
1043         * gdb.ada/info_exc.exp: Start inferior before starting
1044         the "info exceptions" tests.
1045         * gdb.ada/mi_exc_info.exp: Start inferior before starting
1046         the "-info-ada-exceptions" tests.
1047
1048 2013-11-15  Tom Tromey  <tromey@redhat.com>
1049
1050         * gdb.cp/includefile: New file.
1051         * gdb.cp/filename.exp: New file.
1052         * gdb.cp/filename.cc: New file.
1053
1054 2013-11-15  Doug Evans  <xdje42@gmail.com>
1055
1056         * gdb.python/py-breakpoint.exp: Make tests have unique names.
1057
1058 2013-11-15  Doug Evans  <xdje42@gmail.com>
1059
1060         * gdb.python/py-breakpoint.exp: Reformat for 80 columns.
1061
1062 2013-11-15  Doug Evans  <xdje42@gmail.com>
1063
1064         * gdb.python/py-breakpoint.exp: Split up into several functions,
1065         each with their own test prefix.
1066
1067 2013-11-15  Joel Brobecker  <brobecker@adacore.com>
1068
1069         * gdb.ada/O2_float_param: New testcase.
1070
1071 2013-11-14  Tom Tromey  <tromey@redhat.com>
1072
1073         * Makefile.in (check-parallel): Print summary from gdb.sum.
1074
1075 2013-11-14  Omair Javaid  <Omair.Javaid@linaro.org>
1076
1077         * gdb.dwarf2/dw2-case-insensitive-debug.S: Updated compile unit
1078         and function label names.
1079         * gdb.dwarf2/dw2-case-insensitive.c: Created function and
1080         compile unit labels.
1081
1082 2013-11-14  Joel Brobecker  <brobecker@adacore.com>
1083
1084         * gdb.mi/mi-language.exp: New file.
1085
1086 2013-09-17  Keith Seitz  <keiths@redhat.com>
1087
1088         PR c++/7935
1089         PR c++/10541
1090         * gdb.cp/nsalias.exp: New file.
1091         * gdb.cp/nsalias.cc: New file.
1092         * gdb.cp/nsrecurs.exp: Remove kfails. Conditionally run
1093         tests only on known, working compiler versions.
1094
1095 2013-11-13  Tom Tromey  <tromey@redhat.com>
1096
1097         * gdb.multi/multi-arch-exec.exp: Define BASEDIR when compiling.
1098         * gdb.multi/multi-arch-exec.c (main): Use BASEDIR.
1099
1100 2013-11-12  Doug Evans  <dje@google.com>
1101
1102         * gdb.base/fileio.exp: Make $dir2 writable after the test is done
1103         so that "rm -rf $builddir" Just Works.
1104
1105 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
1106
1107         * gdb.ada/mi_exc_info: New testcase.
1108
1109 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
1110
1111         * gdb.ada/info_exc: New testcase.
1112
1113 2013-11-11  Doug Evans  <dje@google.com>
1114
1115         * gdb.arch/arm-bl-branch-dest.exp: Use gdb_test_file_name instead
1116         of testfile.
1117
1118 2013-11-11  Phil Muldoon  <pmuldoon@redhat.com>
1119
1120         * gdb.python/py-linetable.S: New file.
1121         * gdb.python/py-linetable.c: New file.
1122         * gdb.python/py-linetable.exp: New file.
1123
1124 2013-11-11  Joel Brobecker  <brobecker@adacore.com>
1125
1126         * gdb.ada/mi_ex_cond: New testcase.
1127
1128 2013-11-07  Doug Evans  <dje@google.com>
1129
1130         PR 11786
1131         * gdb.base/gcore-relro-pie.c: New file.
1132         * gdb.base/gcore-relro-pie.exp: New file.
1133
1134 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
1135
1136         * gdb.python/py-cmd.exp: Add COMPLETE_EXPRESSION tests.
1137         * gdb.python/py-cmd.c: New File.
1138
1139 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
1140
1141         * gdb.python/py-breakpoint.exp: Add temporary breakpoint tests.
1142
1143 2013-11-06  Doug Evans  <xdje42@gmail.com>
1144
1145         * gdb.python/py-arch.exp: Tweak test name for bad memory access test.
1146
1147 2013-11-06  Yao Qi  <yao@codesourcery.com>
1148
1149         * lib/gdb.exp (gdb_produce_source): New procedure.
1150         * gdb.perf/solib.c: New.
1151         * gdb.perf/solib.exp: New.
1152         * gdb.perf/solib.py: New.
1153
1154 2013-11-06  Yao Qi  <yao@codesourcery.com>
1155
1156         * README: Mention performance tests.
1157
1158 2013-11-06  Yao Qi  <yao@codesourcery.com>
1159
1160         * lib/perftest.exp: New.
1161         * gdb.perf/lib/perftest/__init__.py: New.
1162         * gdb.perf/lib/perftest/measure.py: New.
1163         * gdb.perf/lib/perftest/perftest.py: New.
1164         * gdb.perf/lib/perftest/reporter.py: New.
1165         * gdb.perf/lib/perftest/testresult.py: New.
1166
1167 2013-11-06  Yao Qi  <yao@codesourcery.com>
1168
1169         * Makefile.in (check-perf): New target.
1170         * configure.ac (AC_OUTPUT): Output Makefile in gdb.perf.
1171         * configure: Re-generated.
1172         * gdb.perf/Makefile.in: New.
1173
1174 2013-11-04  Tom Tromey  <tromey@redhat.com>
1175
1176         * Makefile.in (TEST_DIRS): Remove.
1177         (TEST_TARGETS, check-parallel): Rewrite.
1178         (check-gdb.%, BASE1_FILES, BASE2_FILES, check-gdb.base%)
1179         (subdir_do, subdirs): Remove.
1180         (do-check-parallel, check/%): New targets.
1181         (clean): Remove outputs, temp, and cache directories.
1182         (saw_dash_j): New variable.
1183         (CHECK_TARGET): Use it.
1184         (check): Depend on all, site.exp.  Rewrite.
1185         (check-single): Remove dependencies.
1186         (slow_tests, all_tests, reordered_tests): New variables.
1187
1188 2013-11-04  Tom Tromey  <tromey@redhat.com>
1189
1190         * gdb.dwarf2/fission-base.S: Remove "gdb.dwarf/".
1191         * gdb.dwarf2/fission-base.exp: Set debug-file-directory
1192         before loading binfile.
1193         * gdb.dwarf2/fission-loclists.S: Remove "gdb.dwarf/".
1194         * gdb.dwarf2/fission-loclists.exp: Set debug-file-directory
1195         before loading binfile.
1196
1197 2013-11-04  Tom Tromey  <tromey@redhat.com>
1198
1199         * gdb.base/foll-exec.c (main): Use BASEDIR.
1200         * gdb.base/foll-exec.exp: Define BASEDIR during compilation.
1201         * gdb.base/foll-vfork.c (main): Use BASEDIR.
1202         * gdb.base/foll-vfork.exp: Define BASEDIR during compilation.
1203         * gdb.multi/bkpt-multi-exec.c (main): Use BASEDIR.
1204         * gdb.multi/bkpt-multi-exec.exp: Define BASEDIR during compilation.
1205
1206 2013-11-04  Tom Tromey  <tromey@redhat.com>
1207
1208         * gdb.base/argv0-symlink.exp: Compute executable's directory
1209         dynamically.
1210
1211 2013-11-04  Tom Tromey  <tromey@redhat.com>
1212
1213         * gdb.asm/asm-source.exp: Use standard_output_file.
1214
1215 2013-11-04  Tom Tromey  <tromey@redhat.com>
1216
1217         * gdb.server/file-transfer.exp: Use standard_output_file.
1218
1219 2013-11-04  Tom Tromey  <tromey@redhat.com>
1220
1221         * gdb.base/fullname.exp: Use standard_output_file,
1222         relative_filename.
1223         * gdb.base/hashline1.exp: Use standard_testfile,
1224         standard_output_file, relative_filename, clean_restart.
1225         * gdb.base/hashline2.exp: Use standard_testfile,
1226         standard_output_file.
1227         * gdb.base/hashline3.exp: Use standard_testfile,
1228         standard_output_file, relative_filename.
1229         * lib/gdb.exp (relative_filename): New proc.
1230
1231 2013-11-04  Tom Tromey  <tromey@redhat.com>
1232
1233         * gdb.base/fileio.c (test_open, test_write, test_read)
1234         (test_lseek, test_close, test_stat, test_fstat)
1235         (test_isatty, test_system, test_rename, test_unlink):
1236         Use OUTDIR define.
1237         * gdb.base/fileio.exp: Define OUTDIR during compilation.
1238         Use standard_output_file.
1239
1240 2013-11-04  Tom Tromey  <tromey@redhat.com>
1241
1242         * gdb.base/checkpoint.c (main): Use PI_TXT and COPY1_TXT
1243         defines.
1244         * gdb.base/checkpoint.exp: Define PI_TXT and COPY1_TXT during
1245         compilation.  Use prepare_for_testing, standard_output_file.
1246
1247 2013-11-04  Tom Tromey  <tromey@redhat.com>
1248
1249         * gdb.base/advance.exp: Use standard_testfile and
1250         prepare_for_testing.
1251         * gdb.base/bigcore.exp: Use standard_output_file.  "cd" to
1252         appropriate directory when local.
1253         * gdb.base/dump.exp: Use standard_output_file.  Update all
1254         "dump" and "restore" filenames.
1255         * gdb.base/interact.exp: Use standard_output_file.
1256         * gdb.base/jit-so.exp: Don't download file when local.
1257         * gdb.base/jit.exp (compile_jit_test): Don't download file
1258         when local.
1259         * gdb.base/list.exp: Use gdb_remote_download.
1260         * gdb.base/maint.exp: Use standard_output_file.
1261         * gdb.base/prelink.exp: Use standard_output_file.
1262         * gdb.base/save-bp.exp: Use standard_output_file.
1263         * gdb.base/sepdebug.exp: Use standard_testfile,
1264         standard_output_file.
1265         (test_different_dir): Don't declare objdir.
1266         * gdb.base/solib-search.exp: Use standard_output_file.
1267         * gdb.base/step-line.exp: Use gdb_remote_download.
1268         * gdb.base/trace-commands.exp: Use standard_output_file.
1269
1270 2013-11-04  Tom Tromey  <tromey@redhat.com>
1271
1272         * gdb.trace/mi-traceframe-changed.exp: Pass -DTFILE_DIR
1273         to compilation.  Use standard_output_file.
1274         (test_tfind_tfile): Update.
1275         * gdb.trace/tfile.c (write_basic_trace_file)
1276         (write_error_trace_file): Use TFILE_DIR.
1277         * gdb.trace/tfile.exp: Pass -DTFILE_DIR to compilation.  Use
1278         standard_output_file.
1279
1280 2013-11-04  Tom Tromey  <tromey@redhat.com>
1281
1282         * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
1283         Use "dwarf2 always-disassemble" for the "maint set" test.
1284         * gdb.mi/mi-file-transfer.exp (test_file_transfer): Use
1285         standard_output_file.
1286         * gdb.mi/mi-logging.exp: Use standard_output_file.
1287
1288 2013-11-04  Tom Tromey  <tromey@redhat.com>
1289
1290         * gdb.xml/tdesc-arch.exp: Use standard_output_file.  Make
1291         downloads conditional on remote host.
1292         (set_arch): Likewise.
1293         * gdb.xml/tdesc-regs.exp: Use gdb_remote_download.
1294         (load_description): Use standard_output_file.
1295
1296 2013-11-04  Tom Tromey  <tromey@redhat.com>
1297
1298         * gdb.gdb/selftest.exp: Use standard_output_file.
1299         * lib/selftest-support.exp (do_self_tests): Use
1300         standard_output_file.
1301
1302 2013-11-04  Tom Tromey  <tromey@redhat.com>
1303
1304         * gdb.stabs/weird.exp: Use gdb_remote_download and
1305         standard_output_file.
1306
1307 2013-11-04  Tom Tromey  <tromey@redhat.com>
1308
1309         * gdb.base/gcore-buffer-overflow.exp: Use
1310         standard_output_file, not standard_testfile.
1311         * gdb.base/twice.exp: Use standard_testfile, not
1312         standard_output_file.  Use gdb_remote_download.
1313
1314 2013-11-04  Tom Tromey  <tromey@redhat.com>
1315
1316         * lib/gdb.exp (get_compiler_info): Use log_file -info and
1317         restore from that.
1318
1319 2013-11-02  Maciej W. Rozycki  <macro@codesourcery.com>
1320
1321         * gdb.cp/derivation.exp: s/perrro/perror/
1322
1323 2013-11-01  Maciej W. Rozycki  <macro@codesourcery.com>
1324
1325         * gdb.dwarf2/dwzbuildid.exp: Rename `outdir' variable to
1326         `debugdir'.
1327
1328 2013-10-31  Andrew Burgess  <aburgess@broadcom.com>
1329
1330         * gdb.base/watchpoint.exp (test_no_hw_watchpoints): Add additional
1331         tests and update expected error message.
1332         (test_watch_register_location): New tests.
1333         (do_tests): Call test_watch_register_location.
1334         * gdb.base/watchpoints.exp: Update expected error message.
1335
1336 2013-10-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1337
1338         * gdb.arch/s390-multiarch.exp (test_linux_v2): Add $gdb_prompt to
1339         the patterns in gdb_test_multiple.
1340
1341 2013-10-29  Nicolas Blanc  <nicolas.blanc@intel.com>
1342
1343         * gdb.base/sym-file-lib.c: New file.
1344         * gdb.base/sym-file-loader.c: New file.
1345         * gdb.base/sym-file-loader.h: New file.
1346         * gdb.base/sym-file-main.c: New file.
1347         * gdb.base/sym-file.exp: New file.
1348         * lib/gdb.exp (is_elf_target): New function.
1349
1350 2013-10-29  Pedro Alves  <palves@redhat.com>
1351
1352         * gdb.mi/mi-console.c, gdb.mi/mi-stack.c: Remove local emacs
1353         variable setting change-log-default-name to ChangeLog-mi.
1354
1355 2013-10-29  Andrew Burgess  <aburgess@broadcom.com>
1356
1357         * gdb.trace/unavailable.exp (gdb_unavailable_registers_test):
1358         Expect <unavailable> pattern.
1359
1360 2013-10-28  Tom de Vries  <tom@codesourcery.com>
1361
1362         * gdb.arch/thumb2-it.S (it_8): Fix typo.
1363
1364 2013-10-25  Anton Kolesov  <Anton.Kolesov@synopsys.com>  (tiny change)
1365
1366         * gdb.base/bang.exp: Use gdb_continue_to_end to properly support
1367         remote stubs where exit() behaviour is unreliable.
1368
1369 2013-10-25  Pedro Alves  <palves@redhat.com>
1370
1371         * gdb.cp/m-static.exp: Adjust expected output of printing a
1372         nonexistent or optimized out static field.  Also test printing the
1373         the "container" object.
1374
1375 2013-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
1376
1377         * lib/gdb.exp (gdb_finish): Send a kill request to `gdbserver'
1378         if in the persistent mode.
1379         * gdb.trace/disconnected-tracing.exp: Reconnect before completion.
1380
1381 2013-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
1382
1383         * lib/gdb.exp (gdb_gcore_cmd): Also handle a "Target does not
1384         support core file generation" reply.
1385
1386 2013-10-21  Jose E. Marchesi  <jose.marchesi@oracle.com>
1387
1388         PR gdb/15986
1389         * gdb.base/run.c (main): gdb_get_line_number tag added for
1390         commands.exp.
1391         (factorial): Likewise.
1392
1393         * gdb.base/commands.exp (watchpoint_command_test): Use
1394         gdb_get_line_number in order to determine the locations in run.c
1395         where local_var is detected to go out of scope.
1396
1397 2013-10-21  Jose E. Marchesi  <jose.marchesi@oracle.com>
1398
1399         * gdb.base/gnu_vector.exp: Care about endianness when casting
1400         scalars to vectors.
1401
1402 2013-10-18  Tom Tromey  <tromey@redhat.com>
1403
1404         * lib/gdb.exp (build_executable_from_specs): Remove duplicate set
1405         of "binfile".
1406
1407 2013-10-18  Andrew Burgess  <aburgess@broadcom.com>
1408
1409         * gdb.base/watchpoints.exp: Add test for setting software
1410         watchpoints of different types before starting the inferior.
1411
1412 2013-10-18  Pedro Alves  <palves@redhat.com>
1413
1414         PR gdb/16062
1415         * gdb.threads/stepi-random-signal.c: New file.
1416         * gdb.threads/stepi-random-signal.exp: New file.
1417
1418 2013-10-17  Maciej W. Rozycki  <macro@codesourcery.com>
1419
1420         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
1421         Fix comment typo.
1422         * lib/gdb.exp (gdb_init): Likewise.
1423
1424 2013-10-17  Tom Tromey  <tromey@redhat.com>
1425
1426         * gdb.base/printcmds.exp (test_printf): Test printf flushing.
1427
1428 2013-10-14  Tom Tromey  <tromey@redhat.com>
1429
1430         * gdb.dwarf2/dwzbuildid.exp (write_dwarf_file): Pass explicit test
1431         name to gdb_test_no_output.
1432
1433 2013-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1434
1435         Canonicalize directories for EXEC_FILENAME.
1436         * gdb.base/argv0-symlink.exp
1437         (kept file symbolic link name for info inferiors): New.
1438         (kept directory symbolic link name): Setup kfail.
1439         (kept directory symbolic link name for info inferiors): New.
1440
1441 2013-10-11  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1442
1443         * gdb.arch/s390-multiarch.exp: New file.
1444         * gdb.arch/s390-multiarch.c: New file.
1445
1446 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
1447
1448         * gdb.ada/mi_catch_ex.exp: Adjusts all "catch ..." tests to
1449         use the appropriate GDB/MI command instead, and verify
1450         the test output.
1451
1452 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
1453
1454         * gdb.base/source-nofile.gdb: New file.
1455         * gdb.base/source.exp: Add two tests verifying the behavior when
1456         the "source" command is given a non-existant filename.
1457
1458 2013-10-11  Yao Qi  <yao@codesourcery.com>
1459
1460         * gdb.mi/mi-catch-load.c: Remove the include of "dlfcn.h".
1461          [__WIN32__]: Include "windows.h" and define macro 'dlopen'
1462          and 'dlclose'.
1463         [!__WIN32__]: Include "dlfcn.h".
1464         * gdb.mi/mi-catch-load.exp: Set up kfail.
1465
1466 2013-10-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1467
1468         * lib/gdb.exp (gdb_core_cmd): Replace fixed string "re-load
1469         generated corefile" by argument "$test".
1470
1471 2013-10-09  Pedro Alves  <palves@redhat.com>
1472
1473         * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust expected
1474         output.
1475
1476 2013-10-09  Pedro Alves  <palves@redhat.com>
1477
1478         * gdb.base/catch-syscall.exp (test_catch_syscall_without_args)
1479         (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
1480         (test_catch_syscall_with_wrong_args)
1481         (test_catch_syscall_restarting_inferior)
1482         (test_catch_syscall_fail_nodatadir)
1483         (test_catch_syscall_without_args_noxml)
1484         (test_catch_syscall_with_args_noxml)
1485         (test_catch_syscall_with_wrong_args_noxml): Use with_test_prefix.
1486
1487 2013-10-08  Tom Tromey  <tromey@redhat.com>
1488
1489         * gdb.dwarf2/dwzbuildid.exp: New file.
1490         * lib/dwarf.exp (Dwarf::_section): Add "flags" and "type"
1491         parameters.
1492         (Dwarf::_defer_output): Change "section" parameter to
1493         "section_spec"; update.
1494         (Dwarf::gnu_debugaltlink, Dwarf::_note, Dwarf::build_id): New
1495         procs.
1496
1497 2013-10-08  Joel Brobecker  <brobecker@adacore.com>
1498
1499         * gdb.ada/mi_catch_ex.exp: Make "mi_execute_to" test names unique.
1500
1501 2013-10-07  Tom Tromey  <tromey@redhat.com>
1502
1503         * lib/mi-support.exp (varobj_tree::walk_tree): Set _root_idx
1504         to 0.
1505
1506 2013-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
1507
1508         * gdb.base/corefile.exp: Test whether $_exitsignal is set and
1509         $_exitcode is void when opening a corefile.
1510         * gdb.base/exitsignal.exp: New file.
1511         * gdb.base/segv.c: Likewise.
1512         * gdb.base/normal.c: Likewise.
1513
1514 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
1515
1516         * gdb.mi/mi-start.c, gdb.mi/mi-start.exp: New files.
1517
1518 2013-10-02  Vidya Praveen  <vidyapraveen@arm.com>
1519
1520         * gdb.trace/entry-values.exp: Modify regular expression to scan for
1521         'bl' instruction instead of 'call' for ARM and AArch64 targets.
1522
1523 2013-10-02  Pedro Alves  <palves@redhat.com>
1524
1525         * gdb.dwarf2/dw2-reg-undefined.exp <pattern_rax_rbx_rcx_print,
1526         pattern_rax_rbx_rcx_info>: Set to "<not saved>".
1527         * gdb.mi/mi-reg-undefined.exp (opt_out_pattern): Delete.
1528         (not_saved_pattern): New.
1529         Replace use of the former with the latter.
1530
1531 2013-10-02  Pedro Alves  <palves@redhat.com>
1532
1533         * README (Board Settings): Document "exit_is_reliable".
1534         * lib/gdb.exp (gdb_continue_to_end): Check whether the board says
1535         running to exit reliably reports program exits.
1536         * boards/native-gdbserver.exp: Set exit_is_reliable in the board
1537         info.
1538         * boards/native-stdio-gdbserver.exp: Likewise.
1539
1540 2013-10-01  Doug Evans  <dje@google.com>
1541
1542         * gdb.python/python.exp: Remove redundant print-stack tests.
1543         Make all print-stack test names unique.  Fix spelling of print-stack.
1544
1545 2013-09-29  Yao Qi  <yao@codesourcery.com>
1546
1547         * gdb.base/shreloc.exp: Set $msymfile to 'shreloc.txt' if host
1548         is remote.
1549
1550 2013-09-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1551
1552         PR shlibs/8882
1553         * gdb.base/corefile.exp: Add a check to assure warning-free
1554         core-file load.
1555
1556 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1557
1558         * gdb.dwarf2/dwp-symlink.c: New file.
1559         * gdb.dwarf2/dwp-symlink.exp: New file.
1560
1561 2013-09-20  Doug Evans  <dje@google.com>
1562
1563         * lib/dwarf.exp (build_executable_from_fission_assembler): New proc.
1564         * gdb.dwarf2/fission-base.S: Update.  Split out .dwo into separate
1565         file.
1566         * gdb.dwarf2/fission-loclists.S: Ditto.
1567         * gdb.dwarf2/fission-reread.S: Ditto.
1568         * gdb.dwarf2/fission-base.exp: Skip of remote host.  Compile with
1569         build_executable_from_fission_assembler.
1570         * gdb.dwarf2/fission-loclists.exp: Ditto.
1571         * gdb.dwarf2/fission-reread.exp: Ditto.
1572
1573         * lib/future.exp (gdb_find_objcopy, gdb_find_readelf): New procs.
1574         * lib/gdb.exp (build_id_debug_filename_get): Update to use them.
1575         (gdb_gnu_strip_debug): Ditto.
1576         * lib/prelink-support.exp (section_get, prelink_no): Ditto.
1577         * gdb.arch/altivec-abi.exp: Ditto.
1578         * gdb.base/attach-pie-misread.exp: Ditto.
1579         * gdb.base/comprdebug.exp: Ditto.
1580         * gdb.base/dup-sect.exp: Ditto.
1581         * gdb.base/gnu-debugdata.exp: Ditto.
1582         * gdb.base/step-symless.exp: Ditto.
1583         * gdb.dwarf2/dw2-inline-param.exp: Ditto.
1584         * gdb.dwarf2/dw2-skip-prologue.exp: Ditto.
1585         * gdb.dwarf2/gdb-index.exp: Ditto.
1586
1587 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
1588
1589         * gdb.dwarf2/dw2-reg-undefined.exp: Change pattern for info
1590         register to "<optimized out>", and also print the registers.
1591
1592 2013-09-18  Pedro Alves  <palves@redhat.com>
1593
1594         PR server/15967
1595         * gdb.server/wrapper.exp: Also return unsupported for Cygwin, and
1596         change text.
1597
1598 2013-09-18  Yao Qi  <yao@codesourcery.com>
1599
1600         * gdb.server/wrapper.c: New.
1601         * gdb.server/wrapper.exp: New.
1602
1603 2013-09-17  Muhammad Waqas  <mwaqas@codesourccery.com>
1604             Jan Kratochvil  <jan.kartochvil@redhat.com>
1605             Pedro Alves  <palves@redhat.com>
1606
1607         PR gdb/11568
1608         * gdb.thread/thread-specific-bp.c: New file.
1609         * gdb.thread/thread-specific-bp.exp: New file.
1610
1611 2013-09-17  Sergio Durigan Junior  <sergiodj@redhat.com>
1612
1613         * gdb.base/defaults.exp (<show_conv_list>): Add check for $_isvoid
1614         convenience function.
1615
1616 2013-09-17  Pedro Alves  <palves@redhat.com>
1617
1618         PR gdb/15911
1619         * gdb.threads/info-threads-cur-sal-2.c: New file.
1620         * gdb.threads/info-threads-cur-sal.c: New file.
1621         * gdb.threads/info-threads-cur-sal.exp: New file.
1622
1623 2013-09-17  Yao Qi  <yao@codesourcery.com>
1624
1625         * gdb.base/catch-load.c: Remove the include of "dlfcn.h".
1626          [__WIN32__]: Include "windows.h" and define macro dlopen
1627          and dlclose.
1628         [!__WIN32__]: Include "dlfcn.h".
1629         * gdb.base/catch-load.exp (one_catch_load_test): Match
1630         directory separator.
1631
1632 2013-09-16  Doug Evans  <dje@google.com>
1633
1634         * lib/gdb.exp (using_fission): New proc.
1635         * gdb.base/info-macros.exp: Skip test if using Fission.
1636
1637         * gdb.base/break-interp.exp: Fix indentation.
1638
1639 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
1640
1641         * gdb.base/gdbvars.c (foo_void): New function.
1642         (foo_int): Likewise.
1643         * gdb.base/gdbvars.exp (test_convenience_functions): New
1644         function.  Call it.
1645
1646 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1647
1648         * gdb.arch/s390-tdbregs.c: New file.
1649         * gdb.arch/s390-tdbregs.exp: New file.
1650
1651 2013-09-12  Stan Shebs  <stan@codesourcery.com>
1652
1653         * README: New file.
1654
1655 2013-09-12  Doug Evans  <dje@google.com>
1656
1657         * gdb.python/py-events.py (new_objfile_handler): Remove accidentally
1658         added code to print event.inferior.
1659
1660 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1661
1662         * gdb.base/gnu-debugdata.exp (objcopy 1): Move it lower and use only
1663         debug part of the binary.
1664
1665 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1666
1667         * gdb.base/gnu-debugdata.exp (strip): Add -R .comment.
1668         (addlink): Add comment.
1669
1670 2013-09-10  Sanimir Agovic  <sanimir.agovic@intel.com>
1671
1672         * gdb.base/default.exp: Adjust regexpr for 'cd' to match optional
1673         canonical pathname.
1674
1675 2013-09-04  Doug Evans  <dje@google.com>
1676
1677         * gdb.python/py-events.py (exit_handler): Verify we get the expected
1678         event.
1679         (continue_handler, new_objfile_handler): Ditto.
1680         (test_events): Rename command to "test-events".
1681         (test_newobj_events): Rename command to "test-objfile-events".
1682         * gdb.python/py-events.exp: Update.
1683         * gdb.python/py-evsignal.exp: Update.
1684         * gdb.python/py-evthreads.exp: Update.
1685
1686         * gdb.base/enumval.c (ZERO): New enum value.
1687         (main): Use it
1688         * gdb.base/enumval.exp: Test ability to print ZERO.
1689
1690 2013-09-03  Muhammad Bilal  <mbilal@codesourcery.com>
1691             Pedro Alves  <palves@redhat.com>
1692
1693         * gdb.base/relocate.exp: Check that invalid options are
1694         rejected.
1695
1696 2013-08-30  Andrew Burgess  <aburgess@broadcom.com>
1697
1698         * gdb.base/code_elim1.c (my_bss_symbol): New variable added.
1699         (my_static_symbol): Add comment.
1700         (main): Reference my_bss_symbol.
1701
1702 2013-08-30  Phil Muldoon  <pmuldoon@redhat.com>
1703
1704         * gdb.python/py-arch.exp: Tests for invalid architecture.
1705
1706 2013-08-29  Sterling Augustine  <saugustine@google.com>
1707
1708         * boards/remote-stdio-gdbserver.exp: Set rcp_prog and
1709         rsh_prog in new conditional.  Move use of REMOTE_PORTNUM into
1710         said conditional.
1711
1712 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
1713
1714         * gdb.python/py-arch.exp: Load gdb-python.exp.
1715
1716 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
1717
1718         * gdb.python/py-framefilter.py (FrameFilter.filter): Check
1719         itertools for imap attribute.  Otherwise use map().
1720         (ElidingIterator): Define wrapper function __next__.
1721         * gdb.python/py-framefilter-mi.exp: Do not use execfile,
1722         use exec (open (read ())) instead.
1723         * gdb.python/py-framefilter.exp: Ditto.
1724         * gdb.python/py-arch.exp: Update print based test to Python 3.x
1725         compliance.
1726         * gdb.python/py-frame.exp: Ditto.
1727         * gdb.python/py-type.exp: Ditto.
1728
1729 2013-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1730
1731         PR gdb/15415
1732         * gdb.base/argv0-symlink.c: New file.
1733         * gdb.base/argv0-symlink.exp: New file.
1734
1735 2013-08-28  Tom Tromey  <tromey@redhat.com>
1736
1737         * gdb.dwarf2/gdb-index.exp (add_gdb_index): Use explicit test name
1738         when saving index.
1739
1740 2013-08-27  Yao Qi  <yao@codesourcery.com>
1741
1742         * gdb.trace/entry-values.exp: Test unavailable entry value is
1743         not shown when option '--skip-unavailable' is specified.
1744         * gdb.trace/mi-trace-unavailable.exp (test_trace_unavailable):
1745         Add tests for new option '--skip-unavailable'.
1746
1747 2013-08-27  Yao Qi  <yao@codesourcery.com>
1748
1749         * lib/gdb.exp (gdb_remote_download): Don't pass $tofile to
1750         remote_download if it is empty.
1751
1752 2013-08-26  Doug Evans  <dje@google.com>
1753
1754         PR symtab/15885
1755         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add gdb-index.
1756         (clean): rm -f *.gdb-index *.with-index.
1757         * gdb.dwarf2/gdb-index.exp: New testcase.
1758
1759         * lib/gdb.exp (run_on_host): Moved here from gnu-debugdata.exp.
1760         * gdb.base/gnu-debugdata.exp (run): Moved to gdb.exp and renamed to
1761         run_on_host.  All callers updated.
1762
1763 2013-08-24  Yao Qi  <yao@codesourcery.com>
1764
1765         * gdb.trace/entry-values.c (end): New
1766         (main): Call end.
1767         * gdb.trace/entry-values.exp: Load trace-support.exp.  Set
1768         tracepoint and collect data.  Test entry value is unavailable.
1769
1770 2013-08-24  Yao Qi  <yao@codesourcery.com>
1771
1772         * lib/dwarf.exp (_location): Handle DW_OP_deref_size.
1773         * gdb.trace/entry-values.c: New.
1774         * gdb.trace/entry-values.exp: New.
1775
1776 2013-07-12  Muhammad Waqas  <mwaqas@codesourccery.com>
1777
1778         PR gdb/15501
1779         * gdb.base/ena-dis-br.exp: Add test to verify
1780         enable/disable commands work correctly with
1781         multiple arguments that include multiple locations.
1782
1783 2013-08-22  Samuel Bronson  <naesten@gmail.com>
1784
1785         ARM Linux support for `catch syscall'.
1786         * gdb.base/catch-syscall.exp: Test this on ARM now.
1787         (fill_all_syscalls_numbers): ARM has close/chroot on 6/61, too.
1788
1789 2013-08-22  Tom Tromey  <tromey@redhat.com>
1790
1791         * lib/dwarf.exp (cu, tu): Handle addr_size of "default".  Change
1792         default addr_size.
1793         * lib/gdb.exp (is_64_target): New gdb_caching_proc.
1794
1795 2013-08-22  Tom Tromey  <tromey@redhat.com>
1796
1797         * lib/gdb.exp (skip_btrace_tests): Use gdb_caching_proc and
1798         standard_temp_file.
1799
1800 2013-08-22  Tom Tromey  <tromey@redhat.com>
1801
1802         * gdb.arch/amd64-byte.exp: Use standard_testfile,
1803         clean_restart.
1804         * gdb.arch/amd64-disp-step.exp: Use standard_testfile.
1805         * gdb.arch/amd64-dword.exp: Use standard_testfile,
1806         clean_restart.
1807         * gdb.arch/amd64-entry-value-param.exp: Use standard_testfile.
1808         * gdb.arch/amd64-entry-value.exp: Use standard_testfile.
1809         * gdb.arch/amd64-prologue-xmm.exp: Use standard_testfile.
1810         * gdb.arch/amd64-word.exp: Use standard_testfile,
1811         clean_restart.
1812         * gdb.arch/i386-avx.exp: Use standard_testfile, clean_restart.
1813         * gdb.arch/i386-byte.exp: Use standard_testfile, clean_restart.
1814         * gdb.arch/i386-disp-step.exp: Use standard_testfile.
1815         * gdb.arch/i386-dr3-watch.exp: Use standard_testfile.
1816         * gdb.arch/i386-permbkpt.exp: Use standard_testfile, clean_restart.
1817         * gdb.arch/i386-signal.exp: Use standard_testfile.
1818         * gdb.arch/i386-size-overlap.exp: Use standard_testfile, clean_restart.
1819         * gdb.arch/i386-sse.exp: Use standard_testfile, clean_restart.
1820         * gdb.arch/i386-unwind.exp: Use standard_testfile.
1821         * gdb.arch/i386-word.exp: Use standard_testfile, clean_restart.
1822
1823 2013-08-22  Tom Tromey  <tromey@redhat.com>
1824
1825         * gdb.python/py-error.exp: Use gdb_remote_download.
1826         * gdb.python/py-mi.exp: Use gdb_remote_download.
1827         * gdb.python/py-objfile-script.exp: Use standard_output_file.
1828         * gdb.python/py-prettyprint.exp: Use gdb_remote_download.
1829         (run_lang_tests): Likewise.
1830         * gdb.python/py-section-script.c: Use SCRIPT_FILE rather than
1831         filename.
1832         * gdb.python/py-section-script.exp: Set SCRIPT_FILE when
1833         compiling.  Use gdb_remote_download.  Update some tests.
1834         * gdb.python/py-strfns.exp (test_strfns_core_file): Use
1835         standard_output_file.
1836         * gdb.python/py-typeprint.exp: Use gdb_remote_download.
1837         * gdb.python/py-frame-args.exp: Use gdb_remote_download.
1838         * gdb.python/py-framefilter-mi.exp: Use gdb_remote_download.
1839         * gdb.python/py-framefilter.exp: Use gdb_remote_download,
1840         standard_output_file.
1841
1842 2013-08-22  Tom Tromey  <tromey@redhat.com>
1843
1844        * lib/cell.exp (skip_cell_tests): Use standard_temp_file.
1845
1846 2013-08-22  Tom Tromey  <tromey@redhat.com>
1847
1848         * gdb.dwarf2/dw2-basic.exp: Use gdb_remote_download.
1849         * gdb.dwarf2/dw2-compressed.exp: Use gdb_remote_download.
1850         * gdb.dwarf2/dw2-intercu.exp: Use gdb_remote_download.
1851         * gdb.dwarf2/dw2-intermix.exp: Use gdb_remote_download.
1852         * gdb.dwarf2/dw2-producer.exp: Use gdb_remote_download.
1853         * gdb.dwarf2/mac-fileno.exp: Use gdb_remote_download.
1854         * lib/gdb.exp (gdb_remote_download): New proc.
1855
1856 2013-08-22  Tom Tromey  <tromey@redhat.com>
1857
1858         * gdb.dwarf2/clztest.exp: Use standard_testfile.
1859         * gdb.dwarf2/dw2-minsym-in-cu.exp: Use standard_testfile.
1860         * gdb.dwarf2/fission-base.S: Remove directory from
1861         DW_AT_GNU_dwo_name.
1862         * gdb.dwarf2/fission-base.exp: Use build_executable.  Set
1863         debug-file-directory.
1864         * gdb.dwarf2/fission-reread.S: Remove directory from
1865         DW_AT_GNU_dwo_name.
1866         * gdb.dwarf2/fission-reread.exp: Use build_executable.  Set
1867         debug-file-directory.
1868
1869 2013-08-16  Doug Evans  <dje@google.com>
1870
1871         * lib/prelink-support.exp (prelink_yes): Flag test as unsupported if
1872         prelink complains about an unhandled DWARF version.
1873
1874 2013-08-14  Cary Coutant  <ccoutant@google.com>
1875
1876         * boards/fission.exp: Add -fdebug-types-section to debug_flags.
1877
1878 2013-08-13  Tom Tromey  <tromey@redhat.com>
1879             Yao Qi  <yao@codesourcery.com>
1880
1881         * lib/cache.exp (gdb_do_cache): Handle GDB_PARALLEL.
1882         * lib/gdb.exp: Handle GDB_PARALLEL.
1883         (default_gdb_version): Kill inotify_pid if it exists.
1884         (default_gdb_exit): Emit warning if the inotify log is not
1885         empty.
1886         (standard_output_file): Respect GDB_PARALLEL.
1887         (standard_temp_file): Likewise.
1888         (gdb_init): Start inotifywait if requested.
1889
1890 2013-08-13  Andrew Burgess  <aburgess@broadcom.com>
1891
1892         * gdb.base/printcmds.exp (test_printf): Add test for printf of
1893         pointer with various flags.
1894
1895 2013-08-13  Tom Tromey  <tromey@redhat.com>
1896
1897         * lib/cache.exp: New file.
1898         * lib/cell.exp (skip_cell_tests): Use gdb_caching_proc.
1899         * lib/gdb.exp: Load cache.exp.
1900         (support_complex_tests, is_ilp32_target, is_lp64_target)
1901         (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests)
1902         (gdb_skip_xml_test): Use gdb_caching_proc.
1903         * lib/opencl.exp (skip_opencl_tests): Use gdb_caching_proc.
1904
1905 2013-08-13  Tom Tromey  <tromey@redhat.com>
1906
1907         * lib/gdb.exp (standard_temp_file): New proc.
1908         (support_complex_tests, is_ilp32_target, is_lp64_target)
1909         (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests): Use
1910         standard_temp_file.
1911
1912 2013-08-13  Tom Tromey  <tromey@redhat.com>
1913
1914         * lib/gdb.exp (build_id_debug_filename_get): Use
1915         standard_output_file.
1916         * lib/prelink-support.exp (section_get)
1917         (build_executable_own_libs): Use standard_output_file.
1918
1919 2013-08-12  Tom Tromey  <tromey@redhat.com>
1920
1921         * Makefile.in (ALL_SUBDIRS): Add gdb.go.
1922
1923 2013-08-12  Ali Anwar  <alianwar@codesourcery.com>
1924
1925         * gdb.base/break.exp: Test break via convenience variable
1926         with file name.
1927
1928 2013-08-09  Doug Evans  <dje@google.com>
1929
1930         * lib/future.exp (gdb_find_ldd): New proc.
1931         * lib/prelink-support.exp (build_executable_own_libs): Call it.
1932         Make "/usr/sbin/" in prelink path optional.
1933
1934 2013-08-09  Yao Qi  <yao@codesourcery.com>
1935
1936         * gdb.trace/collection.exp (gdb_collect_args_test): Set
1937         "only" and "both" to 'print entry-values' before selecting
1938         trace frame.
1939
1940 2013-08-08  Yao Qi  <yao@codesourcery.com>
1941
1942         * gdb.trace/mi-trace-unavailable.exp: Don't set
1943         "print entry-values" to "no".
1944         (test_trace_unavailable): Set various values to
1945         "print entry-values" to test that the output of
1946         '-stack-list-locals' is not affected, and then set
1947         set "print entry-values" to "no".
1948
1949 2013-08-07  Doug Evans  <dje@google.com>
1950
1951         * gdb.python/py-value-cc.cc: Renamed from py-value.cc.
1952         * gdb.python/py-value-cc.exp: Update.
1953         * gdb.python/py-value.exp: Use different names for .o files for
1954         C and C++.  Only perform C++ tests if !skip_cplus_tests.
1955
1956 2013-08-07  Tom Tromey  <tromey@redhat.com>
1957
1958         * gdb.base/maint.exp: Allow zero symtabs to be expanded.
1959
1960 2013-08-07  Tom Tromey  <tromey@redhat.com>
1961
1962         * gdb.dwarf2/dwz.exp: New file.
1963
1964 2013-08-02  Tom Tromey  <tromey@redhat.com>
1965
1966         * gdb.base/watchpoint.c (struct foo5): New.
1967         (nullptr): New global.
1968         * gdb.base/watchpoint.exp (test_watch_location): Add test.
1969
1970 2013-08-01  Doug Evans  <dje@google.com>
1971
1972         PR symtab/15691
1973         * gdb.dwarf2/fission-mix.exp: New file.
1974         * gdb.dwarf2/fission-mix.h: New file.
1975         * gdb.dwarf2/fission-mix.c: New file.
1976         * gdb.dwarf2/fission-mix2.c: New file.
1977
1978         PR symtab/15695
1979         * gdb.base/func-ptr.exp: New file.
1980         * gdb.base/func-ptr.c: New file.
1981
1982 2013-08-01  Yao Qi  <yao@codesourcery.com>
1983
1984         * gdb.python/py-sync-interp.c: New.
1985         * gdb.python/py-sync-interp.exp: New.
1986
1987 2013-07-31  Yao Qi  <yao@codesourcery.com>
1988
1989         * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Test command
1990         'tdump' on stack frame 0 and 1 respectively.
1991
1992 2013-07-31  Yao Qi  <yao@codesourcery.com>
1993
1994         PR gdb/13443
1995         * gdb.trace/backtrace.exp (gdb_backtrace_tdp_3): Add parameter
1996         'traceframe'.  Wrap test with with_test_prefix.
1997         (top level): Update.
1998
1999 2013-07-31  Yao Qi  <yao@codesourcery.com>
2000
2001         * gdb.trace/backtrace.exp: Don't invoke 'get_exit' and
2002         'gdb_start'.
2003         Invoke 'prepare_for_testing' instead of 'gdb_compile'.
2004         Use gdb_test_no_output to issue commands 'tstart' and 'tstop'.
2005
2006 2013-07-30  Andrew Burgess  <aburgess@broadcom.com>
2007
2008         * gdb.dwarf2/pieces-optimized-out.exp: Expect "<optimized out>"
2009         when printing an optimized out value.  Expect an error when using
2010         an optimized out value in an expression.
2011
2012 2013-07-30  Andrew Burgess  <aburgess@broadcom.com>
2013
2014         * gdb.dwarf2/pieces-optimized-out.exp: New file.
2015         * gdb.dwarf2/pieces-optimized-out.c: New file.
2016         * gdb.dwarf2/pieces-optimized-out.S: New file.
2017
2018 2013-07-30  Muhammad Bilal  <mbilal@codesourcery.com>
2019
2020         PR gdb/15715
2021         * gdb.base/setshow.exp: Test that relative paths passed to
2022         'set history filename' are converted to absolute paths.
2023
2024 2013-07-26  Keith Seitz  <keiths@redhat.com>
2025
2026         * gdb.mi/mi-var-child-f.exp: Pass f90 to gdb_compile instead
2027         of f77.
2028         Allow for compiler variations of integer types.
2029         Use mi_create_varobj.
2030         Use mi_list_varobj_children for the immediate children of `array'.
2031         Add "has_more" attribute for grandchildren test.
2032
2033 2013-07-26  Pedro Alves  <palves@redhat.com>
2034
2035         * gdb.base/interrupt-noterm.c, gdb.base/interrupt-noterm.exp: New
2036         files.
2037
2038 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
2039
2040         * gdb.mi/mi-reg-undefined.exp: New file.
2041         * gdb.mi/mi-reg-undefined.c: Likewise.
2042         * gdb.mi/mi-reg-undefined.S: Likewise.
2043
2044 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
2045
2046         * gdb.base/printcmds.exp (test_print_int_arrays): Add tests for x,
2047         z, o, and t output formats.
2048         * gdb.base/display.exp: Use 'k' as an undefined format now that
2049         'z' is defined.
2050
2051 2013-07-24  Doug Evans  <dje@google.com>
2052
2053         * boards/native-stdio-gdbserver.exp (${board}_build_remote_cmd): Pass
2054         "--" to switch.
2055
2056 2013-07-24  Yao Qi  <yao@codesourcery.com>
2057
2058         * gdb.mi/mi-var-cmd.exp: If host is remote, use ${testfile} on
2059         host.
2060         * gdb.mi/mi-basics.exp (test_exec_and_symbol_mi_operatons):
2061         Likewise.  If host is remote, copy ${binfile} to host.
2062
2063 2013-07-23  Yao Qi  <yao@codesourcery.com>
2064
2065         * gdb.mi/mi-var-cmd.exp: Adjust pattern to match current error
2066         message.
2067
2068 2013-07-19  Omair Javaid  <Omair.Javaid@linaro.org>
2069
2070         * gdb.base/disp-step-syscall.exp: Add svc and swi syscall
2071         instructions and enable disp-step-syscall for arm targets.
2072
2073 2013-07-19  Omair Javaid  <Omair.Javaid@linaro.org>
2074
2075         * gdb.dwarf2/fission-reread.S: Replace @ sign with % sign to remove
2076         assembler errors on arm.
2077         * gdb.dwarf2/mac-fileno.S: Likewise.
2078         * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
2079         * gdb.dwarf2/pr13961.S: Likewise.
2080
2081 2013-07-19  Hui Zhu  <hui@codesourcery.com>
2082
2083         PR gdb/15692
2084         * gdb.mi/mi-dprintf.exp: Add double quotes test.
2085
2086 2013-07-19  Yao Qi  <yao@codesourcery.com>
2087
2088         * gdb.trace/read-memory.exp (test_from_remote): Update test.
2089         (teset_from_exec): Likewise.
2090
2091 2013-07-19  Yao Qi  <yao@codesourcery.com>
2092
2093         * gdb.trace/read-memory.c: New.
2094         * gdb.trace/read-memory.exp: New.
2095
2096 2013-07-19  Yao Qi  <yao@codesourcery.com>
2097
2098         * lib/gdb.exp (gdb_compile_shlib): Pass the tail name of
2099         $dest to link options if host is remote.  Move the
2100         generated file to $dest.a on host if host is remote.
2101
2102 2013-07-18  Will Newton  <will.newton@linaro.org>
2103
2104         * gdb.threads/tls-nodebug.c: Call pthread_testcancel
2105         to ensure the test is linked against pthreads.
2106         * gdb.threads/tls-var-main.c: Likewise.
2107         * gdb.threads/tls-shared.c: Likewise.
2108
2109 2013-07-18  Yao Qi  <yao@codesourcery.com>
2110
2111         * lib/future.exp (gdb_default_target_compile): Use tail name
2112         of $destfile as the output name of compile.  Move the
2113         generated file to $destfile on build.
2114
2115 2013-07-18  Yao Qi  <yao@codesourcery.com>
2116
2117         * lib/gdb.exp (gdb_compile): Set
2118         gdb_saved_set_unbuffered_mode_obj to
2119         set_unbuffered_mode_saved.o if host is remote.  Invoke
2120         remote_download to copy $unbuf_obj to host.
2121
2122 2013-07-17  Doug Evans  <dje@google.com>
2123
2124         * gdb.python/py-frame-args.c: New file.
2125         * gdb.python/py-frame-args.py: New file.
2126         * gdb.python/py-frame-args.exp New file.
2127
2128 2013-07-16  Andrew Burgess  <aburgess@broadcom.com>
2129
2130         * gdb.base/printcmds.exp (test_printf): Add tests for format
2131         strings with missing format specifier.
2132
2133 2013-07-16  Tom Tromey  <tromey@redhat.com>
2134
2135         * gdb.ada/info_types.exp: Use standard_testfile.
2136
2137 2013-07-16  Tom Tromey  <tromey@redhat.com>
2138
2139         * gdb.mi/mi-basics.exp: Use standard_output_file.
2140         (test_dir_specification, test_cwd_specification)
2141         (test_path_specification): Use testsubdir, not subdir and objdir.
2142
2143 2013-07-16  Tom Tromey  <tromey@redhat.com>
2144
2145         * gdb.trace/mi-traceframe-changed.exp: Don't use objdir.
2146
2147 2013-07-09  Joel Brobecker  <brobecker@adacore.com>
2148
2149         * gdb.ada/small_reg_param.exp: Accept optional entry value
2150         for parameter "w".
2151
2152 2013-07-09  Joel Brobecker  <brobecker@adacore.com>
2153
2154         * gdb.ada/small_reg_param.exp: Remove trailing space.
2155
2156 2013-07-09  Doug Evans  <dje@google.com>
2157
2158         * gdb.base/default.exp: Update expected output of "show print array"
2159         and "show print pretty".
2160
2161 2013-07-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2162
2163         * gdb.threads/wp-replication.exp: Stop counting available hardware
2164         watchpoints after NR_THREADS iterations.
2165
2166 2013-07-08  Andrew Burgess  <aburgess@broadcom.com>
2167
2168         * gdb.python/py-explore.exp: Add $gdb_prompt to test regexp.
2169
2170 2013-07-07  Yao Qi  <yao@codesourcery.com>
2171
2172         * boards/native-gdbserver.exp: Move invoke of
2173         process_multilib_options to gdbserver-base.exp.
2174         Move set_board_info 'compiler', 'gdb,noinferiorio',
2175         'gdb,nofileio', 'gdb_server_prog' and 'gdb,predefined_tsv' to
2176         gdbserver-base.exp.
2177         Move proc ${board}_download, ${board}_upload and
2178         ${board}_file to gdbserver-base.exp.
2179         * boards/native-extended-gdbserver.exp: Likewise.
2180         * boards/native-stdio-gdbserver.exp: Likewise.
2181         * boards/gdbserver-base.exp: New file.
2182
2183 2013-07-05  Luis Machado  <lgustavo@codesourcery.com>
2184
2185         * gdb.base/dump.exp: Remove arch-specific tests and do a
2186         generic data address check to set is64bitonly correctly.
2187
2188 2013-07-05  Luis Machado  <lgustavo@codesourcery.com>
2189
2190         * gdb.mi/gdb2549.exp (register_tests): Expect any decimal for
2191         the register number instead of expecting only 0.
2192
2193 2013-07-05  Will Newton  <will.newton@linaro.org>
2194
2195         * gdb.base/gnu-ifunc-lib.c: Use %function instead of @function
2196         in asm syntax to allow building on ARM.
2197
2198 2013-07-05  Yao Qi  <yao@codesourcery.com>
2199
2200         * boards/local-remote-host.exp: Remove obsolete comments.
2201         * boards/native-extended-gdbserver.exp: Likewise.
2202         * boards/native-gdbserver.exp: Likewise.
2203         * boards/native-stdio-gdbserver.exp: Likewise.
2204
2205 2013-07-04  Andrew Burgess  <aburgess@broadcom.com>
2206
2207         * gdb.dwarf2/dw2-reg-undefined.exp: New file.
2208         * gdb.dwarf2/dw2-reg-undefined.c: Likewise.
2209         * gdb.dwarf2/dw2-reg-undefined.S: Likewise.
2210
2211 2013-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2212
2213         * gdb.base/break-on-linker-gcd-function.exp: Replace
2214         prepare_for_testing by build_executable_from_specs and clean_restart.
2215
2216 2013-06-27  Tom Tromey  <tromey@redhat.com>
2217
2218         * gdb.base/testenv.exp, gdb.base/tui-layout.exp,
2219         gdb.base/twice.exp, gdb.base/type-opaque.exp, gdb.base/unload.exp,
2220         gdb.base/unwindonsignal.exp, gdb.base/valgrind-db-attach.exp,
2221         gdb.base/valgrind-infcall.exp, gdb.base/value-double-free.exp,
2222         gdb.base/varargs.exp, gdb.base/watch-cond-infcall.exp,
2223         gdb.base/watch-cond.exp, gdb.base/watch-non-mem.exp,
2224         gdb.base/watch-read.exp, gdb.base/watch-vfork.exp,
2225         gdb.base/watch_thread_num.exp, gdb.base/watchpoint-cond-gone.exp,
2226         gdb.base/watchpoint-delete.exp, gdb.base/watchpoint-hw.exp,
2227         gdb.base/watchpoint-solib.exp, gdb.base/watchpoint.exp,
2228         gdb.base/watchpoints.exp, gdb.base/wchar.exp, gdb.base/whatis.exp:
2229         Use standard_testfile, standard_output_file, prepare_for_testing,
2230         clean_restart.
2231
2232 2013-06-27  Tom Tromey  <tromey@redhat.com>
2233
2234         * gdb.base/save-bp.exp, gdb.base/savedregs.exp,
2235         gdb.base/scope.exp, gdb.base/sep.exp, gdb.base/sepsymtab.exp,
2236         gdb.base/set-lang-auto.exp, gdb.base/setshow.exp,
2237         gdb.base/setvar.exp, gdb.base/shlib-call.exp,
2238         gdb.base/shreloc.exp, gdb.base/sigall.exp,
2239         gdb.base/sigaltstack.exp, gdb.base/sigbpt.exp,
2240         gdb.base/sigchld.exp, gdb.base/siginfo-addr.exp,
2241         gdb.base/siginfo-infcall.exp, gdb.base/siginfo-obj.exp,
2242         gdb.base/siginfo.exp, gdb.base/signals.exp, gdb.base/signest.exp,
2243         gdb.base/signull.exp, gdb.base/sigrepeat.exp,
2244         gdb.base/sigstep.exp, gdb.base/sizeof.exp,
2245         gdb.base/skip-solib.exp, gdb.base/so-impl-ld.exp,
2246         gdb.base/solib-display.exp, gdb.base/solib-nodir.exp,
2247         gdb.base/solib-overlap.exp, gdb.base/solib-symbol.exp,
2248         gdb.base/solib-weak.exp, gdb.base/source.exp,
2249         gdb.base/stack-checking.exp, gdb.base/stale-infcall.exp,
2250         gdb.base/stap-probe.exp, gdb.base/start.exp,
2251         gdb.base/step-break.exp, gdb.base/step-bt.exp,
2252         gdb.base/step-line.exp, gdb.base/step-resume-infcall.exp,
2253         gdb.base/step-test.exp, gdb.base/structs.exp,
2254         gdb.base/structs2.exp, gdb.base/structs3.exp,
2255         gdb.base/symbol-without-target_section.exp: Use standard_testfile,
2256         standard_output_file, prepare_for_testing, clean_restart.
2257
2258 2013-06-27  Tom Tromey  <tromey@redhat.com>
2259
2260         * gdb.base/nextoverexit.exp, gdb.base/nextoverexit.exp,
2261         gdb.base/nodebug.exp, gdb.base/nofield.exp, gdb.base/nostdlib.exp,
2262         gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/pc-fp.exp,
2263         gdb.base/pending.exp, gdb.base/permissions.exp,
2264         gdb.base/pie-execl.exp, gdb.base/pointers.exp,
2265         gdb.base/pr11022.exp, gdb.base/print-file-var.exp,
2266         gdb.base/printcmds.exp, gdb.base/prologue.exp,
2267         gdb.base/psymtab.exp, gdb.base/ptr-typedef.exp,
2268         gdb.base/ptype.exp, gdb.base/randomize.exp,
2269         gdb.base/readline-ask.exp, gdb.base/recpar.exp,
2270         gdb.base/recurse.exp, gdb.base/relativedebug.exp,
2271         gdb.base/relocate.exp, gdb.base/remote.exp, gdb.base/reread.exp,
2272         gdb.base/return-nodebug.exp, gdb.base/return2.exp: Use
2273         standard_testfile, standard_output_file, prepare_for_testing,
2274         clean_restart.
2275
2276 2013-06-27  Tom Tromey  <tromey@redhat.com>
2277
2278         * gdb.base/hook-stop-continue.exp, gdb.base/hook-stop-frame.exp,
2279         gdb.base/huge.exp, gdb.base/included.exp,
2280         gdb.base/inferior-died.exp, gdb.base/infnan.exp,
2281         gdb.base/info-fun.exp, gdb.base/info-macros.exp,
2282         gdb.base/info-os.exp, gdb.base/info-proc.exp,
2283         gdb.base/info-target.exp, gdb.base/infoline.exp,
2284         gdb.base/interp.exp, gdb.base/interrupt.exp,
2285         gdb.base/jit-simple.exp, gdb.base/jit-so.exp, gdb.base/jump.exp,
2286         gdb.base/kill-after-signal.exp, gdb.base/label.exp,
2287         gdb.base/langs.exp, gdb.base/lineinc.exp, gdb.base/list.exp,
2288         gdb.base/logical.exp, gdb.base/long_long.exp,
2289         gdb.base/longjmp.exp, gdb.base/macscp.exp, gdb.base/maint.exp,
2290         gdb.base/memattr.exp, gdb.base/mips_pro.exp,
2291         gdb.base/miscexprs.exp, gdb.base/morestack.exp,
2292         gdb.base/moribund-step.exp, gdb.base/multi-forks.exp: Use
2293         standard_testfile, standard_output_file, prepare_for_testing,
2294         clean_restart.
2295
2296 2013-06-27  Tom Tromey  <tromey@redhat.com>
2297
2298         * gdb.base/ena-dis-br.exp, gdb.base/enum_cond.exp,
2299         gdb.base/enumval.exp, gdb.base/environ.exp,
2300         gdb.base/eu-strip-infcall.exp, gdb.base/eval-skip.exp,
2301         gdb.base/exe-lock.exp, gdb.base/expand-psymtabs.exp,
2302         gdb.base/exprs.exp, gdb.base/fileio.exp, gdb.base/find.exp,
2303         gdb.base/fixsection.exp, gdb.base/foll-exec.exp,
2304         gdb.base/foll-fork.exp, gdb.base/fortran-sym-case.exp,
2305         gdb.base/frame-args.exp, gdb.base/freebpcmd.exp,
2306         gdb.base/fullname.exp, gdb.base/funcargs.exp,
2307         gdb.base/gcore-buffer-overflow.exp, gdb.base/gcore.exp,
2308         gdb.base/gdb1090.exp, gdb.base/gdb11530.exp,
2309         gdb.base/gdb11531.exp, gdb.base/gdb1250.exp, gdb.base/gdb1555.exp,
2310         gdb.base/gdb1821.exp, gdb.base/gdbindex-stabs.exp,
2311         gdb.base/gdbvars.exp, gdb.base/gnu-ifunc.exp,
2312         gdb.base/gnu_vector.exp: Use standard_testfile,
2313         standard_output_file, prepare_for_testing, clean_restart.
2314
2315 2013-06-27  Tom Tromey  <tromey@redhat.com>
2316
2317         * gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
2318         gdb.base/call-sc.exp, gdb.base/call-signal-resume.exp,
2319         gdb.base/call-strs.exp, gdb.base/callexit.exp,
2320         gdb.base/callfuncs.exp, gdb.base/catch-load.exp,
2321         gdb.base/catch-syscall.exp, gdb.base/charset.exp,
2322         gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
2323         gdb.base/code-expr.exp, gdb.base/code_elim.exp,
2324         gdb.base/commands.exp, gdb.base/completion.exp,
2325         gdb.base/complex.exp, gdb.base/cond-expr.exp,
2326         gdb.base/condbreak.exp, gdb.base/consecutive.exp,
2327         gdb.base/constvars.exp, gdb.base/corefile.exp,
2328         gdb.base/ctxobj.exp, gdb.base/cursal.exp, gdb.base/cvexpr.exp,
2329         gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
2330         gdb.base/del.exp, gdb.base/detach.exp, gdb.base/dfp-test.exp,
2331         gdb.base/display.exp, gdb.base/dmsym.exp, gdb.base/dump.exp,
2332         gdb.base/dup-sect.exp: Use standard_testfile,
2333         standard_output_file, prepare_for_testing, clean_restart.
2334
2335 2013-06-27  Tom Tromey  <tromey@redhat.com>
2336
2337         * gdb.base/a2-run.exp, gdb.base/all-bin.exp, gdb.base/annota1.exp,
2338         gdb.base/annota3.exp, gdb.base/anon.exp, gdb.base/args.exp,
2339         gdb.base/arithmet.exp, gdb.base/arrayidx.exp, gdb.base/assign.exp,
2340         gdb.base/async-shell.exp, gdb.base/async.exp,
2341         gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-noexec.exp,
2342         gdb.base/attach-twice.exp, gdb.base/attach.exp, gdb.base/auxv.exp,
2343         gdb.base/bang.exp, gdb.base/bfp-test.exp, gdb.base/bigcore.exp,
2344         gdb.base/bitfields.exp, gdb.base/bitfields2.exp,
2345         gdb.base/break-entry.exp, gdb.base/break-interp.exp,
2346         gdb.base/break-on-linker-gcd-function.exp,
2347         gdb.base/breakpoint-shadow.exp: Use standard_testfile,
2348         standard_output_file, prepare_for_testing, clean_restart.
2349
2350 2013-06-26  Yao Qi  <yao@codesourcery.com>
2351
2352         * gdb.trace/mi-trace-frame-collected.exp: New.
2353
2354 2013-06-25  Yao Qi  <yao@codesourcery.com>
2355
2356         * boards/native-extended-gdbserver.exp: Set board_info
2357         'gdb,predefined_tsv'.
2358         * boards/native-gdbserver.exp: Likewise.
2359         * boards/native-stdio-gdbserver.exp: Likewise.
2360         * gdb.server/ext-attach.exp: Load trace-support.exp.  Check
2361         uploaded TSVs if target supports tracing.
2362         * gdb.trace/tsv.exp: Check uploaded TSVs if target supports
2363         tracing and target has predefined tsv.
2364
2365 2013-06-25  Yao Qi  <yao@codesourcery.com>
2366             Hui Zhu  <hui@codesourcery.com>
2367             Pedro Alves  <palves@redhat.com>
2368
2369         PR breakpoints/15075
2370         PR breakpoints/15434
2371         * gdb.base/dprintf-next.c: New file.
2372         * gdb.base/dprintf-next.exp: New file.
2373         * gdb.base/dprintf-non-stop.c: New file.
2374         * gdb.base/dprintf-non-stop.exp: New file.
2375         * gdb.base/dprintf.exp: Don't check "continue" in the output
2376         of "info breakpoints".
2377         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
2378         Don't check "continue" in script field.
2379
2380 2013-06-21  Tom Tromey  <tromey@redhat.com>
2381
2382         * gdb.trace/actions.exp (check_tracepoint): Don't use a full file
2383         name in a test name.
2384
2385 2013-06-20  Yao Qi  <yao@codesourcery.com>
2386
2387         * gdb.trace/mi-trace-unavailable.exp: Set tracepoint on 'foo'
2388         and set an action.
2389         (test_trace_unavailable): Test command -data-list-register-values
2390         in the context of traceframe and with option --skip-unavailable.
2391         * gdb.trace/trace-unavailable.c (foo): New.
2392         (main): Call it.
2393         * gdb.mi/gdb2549.exp: Update matching pattern.
2394
2395 2013-06-19  Mike Frysinger  <vapier@gentoo.org>
2396
2397         * gdb.arch/i386-avx.c (have_avx): Change __get_cpuid call to i386_cpuid.
2398         * gdb.arch/i386-avx.exp (additional_flags): Add -I${srcdir}/../common.
2399         * gdb.arch/i386-cpuid.h: Moved to ../common/i386-gcc-cpuid.h.
2400         * gdb.arch/i386-sse.c: Call new i386_cpuid function.
2401         * gdb.arch/i386-see.exp (additional_flags): Add -I${srcdir}/../common.
2402
2403 2013-06-19  Luis Machado  <lgustavo@codesourcery.com>
2404
2405         * gdb.base/subst.exp: Delete default rules before further
2406         tests.
2407
2408 2013-06-19  Yao Qi  <yao@codesourcery.com>
2409
2410         * gdb.base/maint.exp: Make the test to command 'maint dump-me'
2411         unsupported if it is not registered.
2412
2413 2013-06-18  Tom Tromey  <tromey@redhat.com>
2414
2415         * gdb.base/random-signal.c: New file.
2416         * gdb.base/random-signal.exp: New file.
2417
2418 2013-06-18  Will Newton  <will.newton@linaro.org>
2419
2420         * gdb.base/skip.c: Use comma to evaluate results of foo()
2421         and bar() before passing to baz().
2422         * gdb.base/skip.c: baz() now takes one argument instead of
2423         two.
2424
2425 2013-06-18  Tom Tromey  <tromey@redhat.com>
2426
2427         * gdb.dwarf2/implptrpiece.exp: New file.
2428         * gdb.dwarf2/implptrconst.exp (d): New variable.
2429         Print d.
2430         * lib/dwarf2.exp (Dwarf::_location): Handle DW_OP_piece.
2431
2432 2013-06-18  Tom Tromey  <tromey@redhat.com>
2433
2434         * lib/selftest-support.exp (do_self_tests): Reject remote or
2435         non-native targets.
2436         * gdb.gdb/complaints.exp: Remove check.
2437         * gdb.gdb/observer.exp: Remove check.
2438         * gdb.gdb/xfullpath.exp: Remove check.
2439         * gdb.gdb/complaints.exp: Remove check.
2440
2441 2013-06-07  Pedro Alves  <palves@redhat.com>
2442
2443         * boards/native-extended-gdbserver.exp: Remove semicolon.
2444         * config/arm-ice.exp: Likewise.
2445         * config/bfin.exp: Likewise.
2446         * config/cygmon.exp: Likewise.
2447         * config/h8300.exp: Likewise.
2448         * config/monitor.exp: Likewise.
2449         * config/sid.exp: Likewise.
2450         * config/sim.exp: Likewise.
2451         * config/slite.exp: Likewise.
2452         * config/vx.exp: Likewise.
2453         * gdb.arch/i386-bp_permanent.exp: Likewise.
2454         * gdb.asm/asm-source.exp: Likewise.
2455         * gdb.base/args.exp: Likewise.
2456         * gdb.base/attach-pie-misread.exp: Likewise.
2457         * gdb.base/auxv.exp: Likewise.
2458         * gdb.base/bigcore.exp: Likewise.
2459         * gdb.base/bitfields2.exp: Likewise.
2460         * gdb.base/bitfields.exp: Likewise.
2461         * gdb.base/break.exp: Likewise.
2462         * gdb.base/break-interp.exp: Likewise.
2463         * gdb.base/callfuncs.exp: Likewise.
2464         * gdb.base/call-sc.exp: Likewise.
2465         * gdb.base/commands.exp: Likewise.
2466         * gdb.base/corefile.exp: Likewise.
2467         * gdb.base/dbx.exp: Likewise.
2468         * gdb.base/ending-run.exp: Likewise.
2469         * gdb.base/exprs.exp: Likewise.
2470         * gdb.base/funcargs.exp: Likewise.
2471         * gdb.base/hbreak2.exp: Likewise.
2472         * gdb.base/huge.exp: Likewise.
2473         * gdb.base/list.exp: Likewise.
2474         * gdb.base/memattr.exp: Likewise.
2475         * gdb.base/overlays.exp: Likewise.
2476         * gdb.base/printcmds.exp: Likewise.
2477         * gdb.base/recurse.exp: Likewise.
2478         * gdb.base/remotetimeout.exp: Likewise.
2479         * gdb.base/reread.exp: Likewise.
2480         * gdb.base/savedregs.exp: Likewise.
2481         * gdb.base/scope.exp: Likewise.
2482         * gdb.base/sepdebug.exp: Likewise.
2483         * gdb.base/setshow.exp: Likewise.
2484         * gdb.base/setvar.exp: Likewise.
2485         * gdb.base/sigaltstack.exp: Likewise.
2486         * gdb.base/siginfo-addr.exp: Likewise.
2487         * gdb.base/siginfo.exp: Likewise.
2488         * gdb.base/siginfo-obj.exp: Likewise.
2489         * gdb.base/sigrepeat.exp: Likewise.
2490         * gdb.base/sigstep.exp: Likewise.
2491         * gdb.base/structs.exp: Likewise.
2492         * gdb.base/testenv.exp: Likewise.
2493         * gdb.base/twice.exp: Likewise.
2494         * gdb.base/valgrind-db-attach.exp: Likewise.
2495         * gdb.base/valgrind-infcall.exp: Likewise.
2496         * gdb.base/varargs.exp: Likewise.
2497         * gdb.base/watchpoint.exp: Likewise.
2498         * gdb.cp/gdb1355.exp: Likewise.
2499         * gdb.cp/misc.exp: Likewise.
2500         * gdb.disasm/hppa.exp: Likewise.
2501         * gdb.disasm/t01_mov.exp: Likewise.
2502         * gdb.disasm/t02_mova.exp: Likewise.
2503         * gdb.disasm/t03_add.exp: Likewise.
2504         * gdb.disasm/t04_sub.exp: Likewise.
2505         * gdb.disasm/t05_cmp.exp: Likewise.
2506         * gdb.disasm/t06_ari2.exp: Likewise.
2507         * gdb.disasm/t07_ari3.exp: Likewise.
2508         * gdb.disasm/t08_or.exp: Likewise.
2509         * gdb.disasm/t09_xor.exp: Likewise.
2510         * gdb.disasm/t10_and.exp: Likewise.
2511         * gdb.disasm/t11_logs.exp: Likewise.
2512         * gdb.disasm/t12_bit.exp: Likewise.
2513         * gdb.disasm/t13_otr.exp: Likewise.
2514         * gdb.gdb/selftest.exp: Likewise.
2515         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2516         * gdb.mi/mi-reverse.exp: Likewise.
2517         * gdb.pascal/floats.exp: Likewise.
2518         * gdb.python/py-inferior.exp: Likewise.
2519         * gdb.threads/attach-into-signal.exp: Likewise.
2520         * gdb.threads/pthreads.exp: Likewise.
2521         * gdb.threads/thread_events.exp: Likewise.
2522         * gdb.threads/watchthreads.exp: Likewise.
2523         * gdb.trace/actions-changed.exp: Likewise.
2524         * gdb.trace/actions.exp: Likewise.
2525         * gdb.trace/ax.exp: Likewise.
2526         * gdb.trace/backtrace.exp: Likewise.
2527         * gdb.trace/change-loc.exp: Likewise.
2528         * gdb.trace/deltrace.exp: Likewise.
2529         * gdb.trace/disconnected-tracing.exp: Likewise.
2530         * gdb.trace/ftrace.exp: Likewise.
2531         * gdb.trace/infotrace.exp: Likewise.
2532         * gdb.trace/passc-dyn.exp: Likewise.
2533         * gdb.trace/passcount.exp: Likewise.
2534         * gdb.trace/pending.exp: Likewise.
2535         * gdb.trace/qtro.exp: Likewise.
2536         * gdb.trace/range-stepping.exp: Likewise.
2537         * gdb.trace/report.exp: Likewise.
2538         * gdb.trace/save-trace.exp: Likewise.
2539         * gdb.trace/status-stop.exp: Likewise.
2540         * gdb.trace/strace.exp: Likewise.
2541         * gdb.trace/tfile.exp: Likewise.
2542         * gdb.trace/tfind.exp: Likewise.
2543         * gdb.trace/trace-break.exp: Likewise.
2544         * gdb.trace/tracecmd.exp: Likewise.
2545         * gdb.trace/trace-mt.exp: Likewise.
2546         * gdb.trace/tspeed.exp: Likewise.
2547         * gdb.trace/tsv.exp: Likewise.
2548         * gdb.trace/while-stepping.exp: Likewise.
2549         * lib/gdb.exp: Likewise.
2550         * lib/gdbserver-support.exp: Likewise.
2551         * lib/java.exp: Likewise.
2552         * lib/mi-support.exp: Likewise.
2553         * lib/pascal.exp: Likewise.
2554         * lib/prompt.exp: Likewise.
2555         * lib/trace-support.exp: Likewise.
2556
2557 2013-06-07  Pedro Alves  <palves@redhat.com>
2558
2559         * gdb.ada/info_types.c: Fix formating in copyright header.
2560         * gdb.base/break-on-linker-gcd-function.cc: Likewise.
2561         * gdb.base/float.c: Likewise.
2562         * gdb.base/inferior-died.c: Likewise.
2563         * gdb.base/interp.c: Likewise.
2564         * gdb.base/jit-main.c: Likewise.
2565         * gdb.base/jit-solib.c: Likewise.
2566         * gdb.base/long_long.c: Likewise.
2567         * gdb.base/longjmp.c: Likewise.
2568         * gdb.base/nextoverexit.c: Likewise.
2569         * gdb.base/pr11022.c: Likewise.
2570         * gdb.base/prelink-lib.c: Likewise.
2571         * gdb.base/prelink.c: Likewise.
2572         * gdb.base/prologue.c: Likewise.
2573         * gdb.base/restore.c: Likewise.
2574         * gdb.base/sigchld.c: Likewise.
2575         * gdb.base/solib-search-lib1.c: Likewise.
2576         * gdb.base/solib-search-lib2.c: Likewise.
2577         * gdb.base/solib-search.c: Likewise.
2578         * gdb.base/solib-search.h: Likewise.
2579         * gdb.base/whatis.c: Likewise.
2580         * gdb.cp/abstract-origin.cc: Likewise.
2581         * gdb.cp/anon-struct.cc: Likewise.
2582         * gdb.cp/baseenum.cc: Likewise.
2583         * gdb.cp/bs15503.cc: Likewise.
2584         * gdb.cp/call-c-1.c: Likewise.
2585         * gdb.cp/call-c.cc: Likewise.
2586         * gdb.cp/class2.cc: Likewise.
2587         * gdb.cp/classes.cc: Likewise.
2588         * gdb.cp/cttiadd.cc: Likewise.
2589         * gdb.cp/cttiadd1.cc: Likewise.
2590         * gdb.cp/cttiadd2.cc: Likewise.
2591         * gdb.cp/cttiadd3.cc: Likewise.
2592         * gdb.cp/derivation.cc: Likewise.
2593         * gdb.cp/derivation2.cc: Likewise.
2594         * gdb.cp/dispcxx.cc: Likewise.
2595         * gdb.cp/exception.cc: Likewise.
2596         * gdb.cp/gdb2384-base.cc: Likewise.
2597         * gdb.cp/gdb2384-base.h: Likewise.
2598         * gdb.cp/gdb2384.cc: Likewise.
2599         * gdb.cp/gdb2495.cc: Likewise.
2600         * gdb.cp/mb-inline.h: Likewise.
2601         * gdb.cp/mb-inline1.cc: Likewise.
2602         * gdb.cp/mb-inline2.cc: Likewise.
2603         * gdb.cp/member-name.cc: Likewise.
2604         * gdb.cp/member-ptr.cc: Likewise.
2605         * gdb.cp/misc.cc: Likewise.
2606         * gdb.cp/namespace1.cc: Likewise.
2607         * gdb.cp/nextoverthrow.cc: Likewise.
2608         * gdb.cp/pr-574.cc: Likewise.
2609         * gdb.cp/pr9631.cc: Likewise.
2610         * gdb.cp/printmethod.cc: Likewise.
2611         * gdb.cp/psmang1.cc: Likewise.
2612         * gdb.cp/psmang2.cc: Likewise.
2613         * gdb.cp/psymtab-parameter.cc: Likewise.
2614         * gdb.cp/ptype-flags.cc: Likewise.
2615         * gdb.cp/ref-params.cc: Likewise.
2616         * gdb.cp/ref-types.cc: Likewise.
2617         * gdb.cp/smartp.cc: Likewise.
2618         * gdb.cp/try_catch.cc: Likewise.
2619         * gdb.cp/userdef.cc: Likewise.
2620         * gdb.cp/using-crash.cc: Likewise.
2621         * gdb.cp/virtfunc.cc: Likewise.
2622         * gdb.cp/virtfunc2.cc: Likewise.
2623         * gdb.dwarf2/callframecfa.S: Likewise.
2624         * gdb.dwarf2/dw2-ranges.c: Likewise.
2625         * gdb.dwarf2/dw2-ranges2.c: Likewise.
2626         * gdb.dwarf2/dw2-ranges3.c: Likewise.
2627         * gdb.dwarf2/dw2-restore.S: Likewise.
2628         * gdb.dwarf2/pieces.S: Likewise.
2629         * gdb.dwarf2/valop.S: Likewise.
2630         * gdb.java/jnpe.java: Likewise.
2631         * gdb.mi/mi-stepn.c: Likewise.
2632         * gdb.mi/mi-var-cp.cc: Likewise.
2633         * gdb.mi/mi-var-rtti.cc: Likewise.
2634         * gdb.mi/ns-stale-regcache.c: Likewise.
2635         * gdb.mi/pr11022.c: Likewise.
2636         * gdb.mi/solib-lib.c: Likewise.
2637         * gdb.mi/solib-main.c: Likewise.
2638         * gdb.python/py-arch.c: Likewise.
2639         * gdb.python/py-block.c: Likewise.
2640         * gdb.python/py-breakpoint.c: Likewise.
2641         * gdb.python/py-events.c: Likewise.
2642         * gdb.python/py-evthreads.c: Likewise.
2643         * gdb.python/py-explore.c: Likewise.
2644         * gdb.python/py-explore.cc: Likewise.
2645         * gdb.python/py-finish-breakpoint.c: Likewise.
2646         * gdb.python/py-finish-breakpoint2.cc: Likewise.
2647         * gdb.python/py-symbol.c: Likewise.
2648         * gdb.threads/execl.c: Likewise.
2649         * gdb.threads/execl1.c: Likewise.
2650
2651 2013-06-07  Will Newton  <will.newton@linaro.org>
2652
2653         * gdb.base/long_long.exp: Fix ARM EABI target glob.
2654
2655 2013-06-07  Will Newton  <will.newton@linaro.org>
2656
2657         * gdb.cp/annota2.exp: Add empty line between "post-prompt"
2658         and "starting".
2659
2660 2013-06-07  Will Newton  <will.newton@linaro.org>
2661
2662         * gdb.cp/anon-struct.exp: Conditionalize constructor and
2663         destructor prototypes for ARM ABI.
2664         * gdb.cp/m-static.exp: Likewise.
2665
2666 2013-06-07  Yao Qi  <yao@codesourcery.com>
2667
2668         * gdb.trace/mi-trace-unavailable.exp: New.
2669         * gdb.trace/trace-unavailable.c: New.
2670
2671 2013-06-06  Doug Evans  <dje@google.com>
2672
2673         * gdb.cp/derivation.exp: Make tests have unique names.
2674
2675 2013-06-06  Tom Tromey  <tromey@redhat.com>
2676
2677         * gdb.base/dump.exp (capture_value): Don't put expression into
2678         test name if arguments passed in.
2679         Rename a couple more tests to make them unique.
2680
2681 2013-06-06  Tom Tromey  <tromey@redhat.com>
2682
2683         * gdb.base/break-always.exp: Explicitly specify test name.
2684
2685 2013-06-05  Doug Evans  <dje@google.com>
2686             Keith Seitz  <keiths@redhat.com>
2687
2688         * gdb.cp/derivation2.cc: New file.
2689         * gdb.cp/derivation.cc (main): Call foo2.
2690         * gdb.cp/derivation.exp: Add tests for typedefs in another
2691         file, and when there's an active block.
2692
2693 2013-06-05  Luis Machado  <lgustavo@codesourcery.com>
2694
2695         * gdb.cp/virtfunc.exp (make_one_vtable_result): Handle extra output
2696         from targets that use function descriptors in the virtual tables.
2697         Handle presence of dot symbols.
2698
2699 2013-06-04  Gary Benson  <gbenson@redhat.com>
2700
2701         * gdb.base/break-probes.exp: New file.
2702         * gdb.base/break-probes.c: Likewise.
2703         * gdb.base/break-probes-solib.c: Likewise.
2704         * gdb.base/info-shared.exp: New file.
2705         * gdb.base/info-shared.c: Likewise.
2706         * gdb.base/info-shared-solib1.c: Likewise.
2707         * gdb.base/info-shared-solib2.c: Likewise.
2708
2709 2013-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
2710             Gary Benson  <gbenson@redhat.com>
2711
2712         * lib/gdb.exp (build_executable_from_specs): Use gdb_compile_pthread,
2713         gdb_compile_shlib or gdb_compile_shlib_pthreads where appropriate.
2714         * lib/prelink-support.exp (build_executable_own_libs): Allow INTERP
2715         to be set to "no" to indicate that no ld.so copy should be made.
2716         * gdb.base/break-interp.exp (solib_bp): New constant.
2717         (reach_1): Use the above instead of "_dl_debug_state".
2718         (test_attach): Likewise.
2719         (test_ld): Likewise.
2720         * gdb.threads/dlopen-libpthread.exp: New file.
2721         * gdb.threads/dlopen-libpthread.c: Likewise.
2722         * gdb.threads/dlopen-libpthread-lib.c: Likewise.
2723         * gdb.base/solib-corrupted.exp: Disable test if GDB is using probes.
2724
2725 2013-05-30  Yao Qi  <yao@codesourcery.com>
2726
2727         * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
2728         Add a test that no MI notification is emitted when executing
2729         -exec-arguments.
2730
2731 2013-05-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2732
2733         PR testsuite/12649
2734         * gdb.mi/mi-dprintf.exp (mi_continue_dprintf) (mi 2nd dprintf): Replace
2735         $mi_gdb_prompt expectation by mi_expect_stop.
2736         (mi 1st dprintf, agent, mi 2nd dprintf, agent)
2737         (mi info dprintf second time): Replace them by mi_send_resuming_command
2738         and mi_expect_stop.
2739
2740 2013-05-24  Gary Benson  <gbenson@redhat.com>
2741
2742         * gdb.base/solib-disc.exp (exec_opts): Remove unnecesary
2743         backslash.
2744         * gdb.base/unload.exp (exec_opts): Remove two unnecessary
2745         backslashes.
2746         * gdb.base/watchpoint-solib.exp (exec_opts): Remove unnecesary
2747         backslash.
2748
2749 2013-05-24  Yao Qi  <yao@codesourcery.com>
2750
2751         * gdb.trace/tfile.exp: Test inferior and thread.
2752
2753 2013-05-24  Yao Qi  <yao@codesourcery.com>
2754             Pedro Alves  <palves@redhat.com>
2755
2756         * gdb.base/range-stepping.exp: Skip the rest of tests if the
2757         test fails.
2758         * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
2759         Return 0 if the test passes, otherwise return 1.
2760
2761 2013-05-23  Doug Evans  <dje@google.com>
2762
2763         * boards/fission-dwp.exp: New file.
2764
2765 2013-05-23  Yao Qi  <yao@codesourcery.com>
2766             Pedro Alves  <palves@redhat.com>
2767
2768         * gdb.base/range-stepping.c: New file.
2769         * gdb.base/range-stepping.exp: New file.
2770         * gdb.trace/range-stepping.c: New file.
2771         * gdb.trace/range-stepping.exp: New file.
2772         * lib/range-stepping-support.exp: New file.
2773
2774 2013-05-22  Tom Tromey  <tromey@redhat.com>
2775
2776         * gdb.cp/class2.cc (main): New local 'aref'.
2777         * gdb.cp/class2.exp: Check printing of 'aref'.
2778
2779 2013-05-22  Doug Evans  <dje@google.com>
2780
2781         * gdb.threads/wp-replication.c (main): Insert some code at the start
2782         to ensure the breakpoint on main is only hit once.  Fix comment.
2783
2784 2013-05-21  Keith Seitz  <keiths@redhat.com>
2785             Pedro Alves  <palves@redhat.com>
2786
2787         * gdb.base/filesym.exp: Use gdb_test_multiple instead of
2788         gdb_expect.
2789         Add test to flush the remaining input buffer so that this
2790         file passes testsuite/12649.
2791
2792 2013-05-21  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2793
2794         * gdb.base/catch-signal-fork.exp: New file.
2795         * gdb.base/catch-signal-fork.c: New file.
2796
2797 2013-05-21  Sterling Augustine  <saugustine@google.com>
2798
2799         * boards/remote-stdio-gdbserver.exp: New file.
2800
2801 2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
2802
2803         PR testsuite/12649
2804         * gdb.mi/mi-dprintf.exp (mi_continue_dprintf): Fix expect strings for
2805         racy matches.
2806
2807 2013-05-21  Christian Groessler  <chris@groessler.org>
2808
2809         * gdb.dwarf2/dw2-dir-file-name.exp: Don't use brace expansion,
2810         since it's not supported in all shells.
2811
2812 2013-05-21  Hui Zhu  <hui@codesourcery.com>
2813
2814         * gdb.mi/Makefile.in (PROGS): Add "mi-dprintf".
2815         * gdb.mi/mi-dprintf.exp, gdb.mi/mi-dprintf.c: New.
2816
2817 2013-05-20  Doug Evans  <dje@google.com>
2818
2819         * lib/dwarf.exp (Dwarf): New variable _abbrev_section.
2820         (_handle_DW_TAG): Use it.
2821         (cu, tu): Replace parameters is_64, version, addr_size with options.
2822         All callers updated.  Add Fission support.
2823         * gdb.dwarf2/implptrconst.exp: Update callers of "cu".
2824         * gdb.dwarf2/method-ptr.exp: Ditto.
2825         * gdb.dwarf2/nostaticblock.exp: Ditto.
2826         * gdb.dwarf2/subrange.exp: Ditto.
2827         * gdb.dwarf2/missing-sig-type.exp: Update callers of "cu", "tu".
2828
2829 2013-05-20  Tom Tromey  <tromey@redhat.com>
2830
2831         * gdb.gdb/python-selftest.exp: New file.
2832
2833 2013-05-20  Doug Evans  <dje@google.com>
2834
2835         * gdb.base/maint.exp: Fix test for "mt expand-symtabs" to account for
2836         -fdebug-types-section.
2837
2838 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
2839
2840         * gdb.ada/float_param: New testcase.
2841
2842 2013-05-17  Doug Evans  <dje@google.com>
2843
2844         * gdb.base/maint.exp: Update test for "maint check-psymtabs".
2845         Add tests for "maint check-symtabs", "maint expand-symtabs".
2846
2847         * gdb.base/maint.exp: Remove testing of individual maint command
2848         help output.
2849
2850 2013-05-16  Pedro Alves  <palves@redhat.com>
2851
2852         * gdb.ada/complete.exp (test_gdb_no_completion): Fix typo in
2853         comment.  Use gdb_test_no_output.
2854
2855 2013-05-16  Joel Brobecker  <brobecker@adacore.com>
2856
2857         * gdb.ada/complete.exp: Add test verifying completion using
2858         the "tab" key.
2859
2860 2013-05-15  Keith Seitz  <keiths@redhat.com>
2861
2862         * gdb.base/filesym.exp: New completer test.
2863         * gdb.base/filesym.c: New file.
2864
2865 2013-05-15  Pedro Alves  <palves@redhat.com>
2866
2867         * gdb.base/fixsection.c: Remove attribution.
2868         * gdb.base/watch-read.exp: Ditto.
2869
2870 2013-05-13  Tom Tromey  <tromey@redhat.com>
2871
2872         * gdb.dwarf2/implptrconst.exp: Create a CU with 4 byte address
2873         size and change type sizes to 4 bytes.
2874
2875 2013-05-13  Tom Tromey  <tromey@redhat.com>
2876
2877         * gdb.base/exprs.exp (test_expr): Add regression test.
2878         * gdb.base/exprs.c (null_t_struct): New global.
2879
2880 2013-05-13  Muhammad Bilal  <mbilal@codesourcery.com>
2881
2882        * gdb.base/default.exp: Disable history saving.
2883        * gdb.base/setshow.exp: Likewise.
2884
2885 2013-05-10  Pedro Alves  <palves@redhat.com>
2886
2887         PR remote/15455
2888
2889         * gdb.trace/qtro.c: New file.
2890         * gdb.trace/qtro.exp: New file.
2891
2892 2013-05-10  Phil Muldoon  <pmuldoon@redhat.com>
2893
2894         * gdb.python/py-framefilter.py: New File.
2895         * gdb.python/py-framefilter-mi.exp: Ditto.
2896         * gdb.python/py-framefilter.c: Ditto.
2897         * gdb.python/py-framefilter-mi.exp: Ditto.
2898         * gdb.python/py-framefilter-mi.c: Ditto,
2899         * gdb.python/py-framefilter-gdb.py.in: Ditto.
2900
2901 2013-05-08  Tom Tromey  <tromey@redhat.com>
2902
2903         * gdb.base/solib-search.exp: Set test name for "set
2904         solib-search-path" test.
2905
2906 2013-05-08  Hafiz Abid Qadeer  <abidh@codesourcery.com>
2907
2908         * gdb.trace/circ.exp: Remove unnecessary 'if then' checks.
2909         (set_a_tracepoint): Set tracepoint before prologue.
2910         (run_trace_experiment): Test setup_tracepoints and 'break end'
2911         in it.
2912         (trace_buffer_normal): Remove.
2913         (gdb_trace_circular_tests): Remove.  Move tests to...
2914         (top level): ...here.  Call 'runto_main' before checking for
2915         trace support.  Use commands to check the support for circular
2916         trace buffer and changing of trace buffer size.  Add test
2917         to calculate size of single frame.  Use this size to
2918         calculate the size of trace buffer.  Use 'tfind pc func9'
2919         instead of 'tfind 9'.  Use 'with_test_prefix'.
2920
2921 2013-05-07  Tom Tromey  <tromey@redhat.com>
2922
2923         * lib/selftest-support.exp: New file.
2924         * gdb.gdb/complaints.exp: Load selftest-support.exp.  Use
2925         do_self_tests.
2926         (setup_test, find_gdb): Remove.
2927         * gdb.gdb/observer.exp: Load selftest-support.exp.  Use
2928         do_self_tests.
2929         (setup_test, find_gdb): Remove.
2930         (test_observer): Don't call setup_test.  Remove argument.
2931         * gdb.gdb/selftest.exp: Load selftest-support.exp.
2932         (find_gdb): Remove.
2933         * gdb.gdb/complaints.exp: Load selftest-support.exp.  Use
2934         do_self_tests.
2935         (setup_test, find_gdb): Remove.
2936         (test_with_self): Don't call setup_test.  Remove argument.
2937
2938 2013-05-07  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2939
2940         * gdb.arch/system-gcore.exp: Remove.
2941         * gdb.arch/gcore.c: Remove.
2942         * gdb.base/gcore.exp: Add "info reg system".
2943
2944 2013-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
2945
2946         PR breakpoints/15413:
2947         * gdb.base/pending.exp: Add test for completion of the "condition"
2948         command for pending breakpoints.
2949         * gdb.linespec/linespec.ex: Add test for completion of the
2950         "condition" command when dealing with multiple locations.
2951
2952 2013-05-07  Luis Machado  <lgustavo@codesourcery.com>
2953
2954         * gdb.threads/wp-replication.c: New file.
2955         * gdb.threads/wp-replication.exp: New file.
2956
2957 2013-05-06  Sandra Loosemore  <sandra@codesourcery.com>
2958
2959         * gdb.xml/tdesc-regs.exp: Add case for nios2.
2960
2961 2013-05-06  Doug Evans  <dje@google.com>
2962
2963         * gdb.base/solib-search-lib1.c: New file.
2964         * gdb.base/solib-search-lib2.c: New file.
2965         * gdb.base/solib-search.c: New file.
2966         * gdb.base/solib-search.h: New file.
2967         * gdb.base/solib-search.exp: New file.
2968
2969         * lib/gdb.exp (gdb_core_cmd): New function.
2970         * gdb.arch/system-gcore.exp: Use it.
2971         * gdb.arch/vsx-regs.exp: Ditto.
2972         * gdb.base/gcore.exp: Ditto.
2973         * gdb.threads/gcore-thread.exp: Ditto.
2974
2975         * gdb.reverse/shr.h: New file.
2976         * gdb.reverse/shr1.c: New file.
2977         * gdb.reverse/shr2.c: #include "shr.h".
2978         * gdb.reverse/solib-reverse.c: Remove #include <stdio.h>.
2979         #include "shr.h".  Replace calls to printf,sleep to call shr1 instead.
2980         * gdb.reverse/solib-precsave.exp: Build shr2.sl.
2981         Update tests using sleep/printf to use shr2.sl instead.
2982         * gdb.reverse/solib-reverse.exp: Ditto.
2983
2984 2013-05-06  Tom Tromey  <tromey@redhat.com>
2985
2986         * gdb.dwarf2/implptrconst.c: New file.
2987         * gdb.dwarf2/implptrconst.exp: New file.
2988         * lib/dwarf.exp (Dwarf::_nz_quote): New proc.
2989         (Dwarf::_handle_DW_FORM): Handle DW_FORM_block1.
2990         (Dwarf::_location): Handle DW_OP_GNU_implicit_pointer.
2991
2992 2013-05-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2993
2994         * gdb.base/catch-sig.c (main): Raise SIGINT.
2995         * gdb.base/catch-sig.exp: Test "catch signal SIGINT".
2996
2997 2013-05-03  Hafiz Abid Qadeer  <abidh@codesourcery.com>
2998
2999         * status-stop.exp (test_tstart_tstart): Check for error
3000         returned by the second 'tstart' command.
3001
3002 2013-03-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
3003
3004         * gdb.xml/maint_print_struct.exp: New file.
3005         * gdb.xml/maint_print_struct.xml: New file.
3006
3007 2013-04-25  Tom Tromey  <tromey@redhat.com>
3008
3009         * gdb.dwarf2/nostaticblock.exp: New file.
3010
3011 2013-04-24  Muhammad Bilal  <mbilal@codesourcery.com>
3012
3013         PR gdb/10462
3014         * gdb.base/setshow.exp: Add test case.
3015
3016 2013-04-23  Hui Zhu  <hui@codesourcery.com>
3017
3018         PR gdb/15293
3019         * gdb.base/dprintf.exp: Add ignore command.
3020
3021 2013-04-23  Hui Zhu  <hui@codesourcery.com>
3022
3023         PR gdb/15165
3024         * gdb.base/save-bp.exp: Add test for dprintf.
3025
3026 2013-04-22  Tom Tromey  <tromey@redhat.com>
3027
3028         * gdb.gdb/selftest.exp (do_steps_and_nexts): Check for
3029         notice_open_fds.
3030
3031 2013-04-22  Sergio Durigan Junior  <sergiodj@redhat.com>
3032
3033         * gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
3034         ldflags.
3035
3036 2013-04-22  Sergio Durigan Junior  <sergiodj@redhat.com>
3037
3038         * gdb.arch/arm-bl-branch-dest.c: New file.
3039         * gdb.arch/arm-bl-branch-dest.exp: Likewise.
3040
3041 2013-04-19  Vladimir Kargov  <kargov@gmail.com>
3042             Pedro Alves  <palves@redhat.com>
3043
3044         * gdb.arch/i386-float.S: New file.
3045         * gdb.arch/i386-float.exp: New file.
3046
3047 2013-04-18  Luis Machado  <lgustavo@codesourcery.com>
3048
3049         * gdb.mi/mi-var-create-rtti.exp: Create a variable of
3050         type void *.
3051
3052 2013-04-17  Doug Evans  <dje@google.com>
3053
3054         * lib/dwarf.exp (Dwarf): New proc "tu".
3055         * gdb.dwarf2/missing-sig-type.exp: New file.
3056
3057 2013-04-15  Siva Chandra Reddy  <sivachandra@google.com>
3058
3059         Add option to link testcases with Pthreads library when
3060         using 'prepare_for_testing' in tests.
3061
3062         * lib/gdb.exp (build_executable_from_specs): Use
3063         gdb_compile_pthreads to compile if option "pthreads" is
3064         specified.
3065
3066 2013-04-15  Tom Tromey  <tromey@redhat.com>
3067
3068         * gdb.cp/exceptprint.exp: Add regexp catchpoint tests.
3069
3070 2013-04-15  Tom Tromey  <tromey@redhat.com>
3071
3072         * gdb.base/default.exp: Update for $_exception.
3073         * gdb.cp/exceptprint.cc: New file.
3074         * gdb.cp/exceptprint.exp: New file.
3075         * lib/gdb.exp (skip_libstdcxx_probe_tests): New proc.
3076
3077 2013-04-15  Tom Tromey  <tromey@redhat.com>
3078
3079         * gdb.cp/typeid.cc: New file.
3080         * gdb.cp/typeid.exp: New file.
3081
3082 2013-04-15  Tom Tromey  <tromey@redhat.com>
3083
3084         * gdb.cp/exception.exp: Add "catch rethrow" tests.
3085
3086 2013-04-13  Yao Qi  <yao@codesourcery.com>
3087
3088         * gdb.base/completion.exp: Test completion of command
3089         'target ctf' if target ctf is supported.
3090
3091 2013-04-10  Pedro Alves  <palves@redhat.com>
3092
3093         * gdb.base/completion.exp: Test "set height", "set listsize" and
3094         "set trace-buffer-size" completion.
3095         * gdb.base/setshow.exp: Test "set height unlimited".
3096         * gdb.trace/trace-buffer-size.exp: Test "set trace-buffer-size
3097         unlimited".
3098
3099 2013-04-10  Yao Qi  <yao@codesourcery.com>
3100
3101         * gdb.trace/actions.exp: Save trace data to CTF.
3102         Change to ctf target if GDB supports, read CTF data in ctf
3103         target, and check the actions of tracepoints.
3104         * gdb.trace/while-stepping.exp: Likewise.
3105         * gdb.trace/report.exp: Test GDB saves trace data to CTF
3106         format and read CTF trace file if GDB supports.
3107         * gdb.trace/tstatus.exp: Save trace data to CTF.  If ctf
3108         target is supported, change to ctf target, read trace data and
3109         check output of command "tstatus".
3110         * gdb.trace/tsv.exp: Save trace frame to CTF.  If GDB supports,
3111         read CTF data by target ctf and call check_tsv.
3112
3113 2013-04-10  Yao Qi  <yao@codesourcery.com>
3114
3115         * gdb.trace/actions.exp (check_tracepoint): New.
3116         (top level): Start the tracing and check the actions of
3117         tracepoints.  Save trace data to tfile format.  Restart GDB
3118         and read trace file in tfile target.  Check the actions of
3119         tracepoints again.
3120         * gdb.trace/while-stepping.exp: Likewise.
3121
3122 2013-04-10  Yao Qi  <yao@codesourcery.com>
3123
3124         * gdb.trace/report.exp: Use standard_output_file for saved
3125         trace file.
3126
3127 2013-04-10  Hui Zhu  <hui@codesourcery.com>
3128
3129         * gdb.base/Makefile.in (EXECUTABLES): Add dprintf-pending.
3130         (MISCELLANEOUS): Add dprintf-pendshr.sl.
3131         * gdb.base/dprintf-pending.c, gdb.base/dprintf-pending.exp: New.
3132
3133 2013-04-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3134
3135         * gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
3136         response.
3137
3138 2013-04-08  Pedro Alves  <palves@redhat.com>
3139
3140         * gdb.mi/mi-break.exp (test_error): Add tests with garbage after
3141         the location.
3142
3143 2013-04-04  Sandra Loosemore  <sandra@codesourcery.com>
3144
3145         * gdb.cp/cplabel.exp: Allow empty directory in file reported
3146         for breakpoint location.
3147
3148 2013-04-04  Sandra Loosemore  <sandra@codesourcery.com>
3149
3150         * gdb.linespec/linespec.exp: Make dir/file:line tests
3151         conditional for non-remote hosts only.
3152
3153 2013-04-04  Stan Shebs  <stan@codesourcery.com>
3154             Pedro Alves  <palves@redhat.com>
3155
3156         * gdb.trace/Makefile.in (PROGS): Add actions-changed.
3157         * gdb.trace/actions-changed.c: New file.
3158         * gdb.trace/actions-changed.exp: New file.
3159         * lib/trace-support.exp (gdb_trace_setactions): Rename to ...
3160         (gdb_trace_setactions_command): ... this.  Add "actions_command"
3161         parameter, and handle it.
3162         (gdb_trace_setactions, gdb_trace_setcommands): New procedures.
3163
3164 2013-04-04  Yao Qi  <yao@codesourcery.com>
3165
3166         * gdb.server/server-kill.exp: Use command 'tstatus' instead of
3167         'step'.
3168
3169 2013-04-03  Yao Qi  <yao@codesourcery.com>
3170
3171         * gdb.trace/mi-traceframe-changed.exp: Update tfile name to
3172         "tfile-basic.tf".
3173         (test_tfind_tfile): Likewise.
3174
3175 2013-04-03  Yao Qi  <yao@codesourcery.com>
3176
3177         * gdb.trace/tfile.c (write_basic_trace_file): Pass argument
3178         "tfile-basic.tf" instead of "basic.tf".
3179         (write_error_trace_file): Pass argument "tfile-error.tf"
3180         instead of "error.tf".
3181         * gdb.trace/tfile.exp: Update tfile names to
3182         "tfile-basic.tf" and "tfile-error.tf".
3183
3184 2013-04-02  Sandra Loosemore  <sandra@codesourcery.com>
3185
3186         * gdb.cp/ovsrch.exp (test_class): Correct regexp to allow
3187         empty directory in file for breakpoint hit.
3188
3189 2013-03-29  Yao Qi  <yao@codesourcery.com>
3190
3191         * gdb.base/completion.exp: Test completion of commands
3192         "target core", "target tfile" and "target exec".
3193         * gdb.trace/tfile.exp: Test completion of command
3194         "target tfile".
3195
3196 2013-03-28  Joel Brobecker  <brobecker@adacore.com>
3197
3198         * gdb.ada/win_fu_syms: New testcase.
3199
3200 2013-03-28  Doug Evans  <dje@google.com>
3201
3202         * gdb.base/maint.exp (maint print statistics): Update expected output.
3203
3204 2013-03-28  Pedro Alves  <palves@redhat.com>
3205
3206         PR gdb/15294
3207
3208         * gdb.base/list.exp (set_listsize): Adjust to accept $arg == 0 to
3209         mean unlimited instead of $arg < 0.
3210         (test_listsize): Remove "listsize of 0 suppresses output" test.
3211         Test that "set listsize 0" ends up with an unlimited listsize.
3212
3213 2013-03-28  Pedro Alves  <palves@redhat.com>
3214
3215         * gdb.base/list.exp (last_line): New global.
3216         (last_line_re): New global.
3217         (test_listsize, test_list_function, test_list_forward)
3218         (test_repeat_list_command, test_list_range)
3219         (test_list_filename_and_function): Use them.
3220         * gdb.base/list0.c: Comment the last line of the file with "last
3221         line".
3222
3223 2013-03-28  Pedro Alves  <palves@redhat.com>
3224
3225         * gdb.base/list.exp (test_listsize): Adjust test to make sure we
3226         list the whole file.
3227
3228 2013-03-28  Pedro Alves  <palves@redhat.com>
3229
3230         * gdb.base/list.exp (set_listsize): Use gdb_test_no_output for
3231         "set listsize".
3232
3233 2013-03-26  Keith Seitz  <keiths@redhat.com>
3234
3235         * gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"
3236         from passing.
3237
3238 2013-03-26  Pedro Alves  <palves@redhat.com>
3239
3240         * lib/gdb.exp (skip_btrace_tests): Delay deleting the source file
3241         until after GDB has run.
3242
3243 2013-03-26  Yao Qi  <yao@codesourcery.com>
3244
3245         * gdb.trace/actions.c, gdb.trace/circ.c: Add license header.
3246         * gdb.trace/collection.c, gdb.trace/tfile.c: Likewise.
3247
3248 2013-03-26  Markus Metzger  <markus.t.metzger@intel.com>
3249
3250         * gdb.btrace/enable.exp: Add regression test.
3251
3252 2013-03-25  Tom Tromey  <tromey@redhat.com>
3253
3254         * gdb.cp/m-static.exp: Add destructor-printing tests.
3255
3256 2013-03-25  Tom Tromey  <tromey@redhat.com>
3257
3258         * gdb.cp/m-static.exp: Add constructor ptype tests.
3259         * gdb.cp/m-static.cc (single_constructor): New class.
3260         (main): Make instance of single_constructor.
3261
3262 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
3263             Pedro Alves  <palves@redhat.com>
3264
3265         * gdb.server/server-kill.c: New file.
3266         * gdb.server/server-kill.exp: New file.
3267
3268 2013-03-21  Pedro Alves  <palves@redhat.com>
3269
3270         * gdb.trace/trace-buffer-size.exp (get default buffer size):
3271         Expect $gdb_prompt in gdb_test_multiple.
3272
3273 2013-03-21  Doug Evans  <dje@google.com>
3274
3275         * gdb.base/maint.exp: Update tests for per-command stats.
3276
3277 2013-03-21  Tom Tromey  <tromey@redhat.com>
3278
3279         * gdb.cp/cpexprs.exp: Add test for FILENAME:: case.
3280         * gdb.cp/misc.exp: Add test for FILENAME:: case.
3281
3282 2013-03-20  Pedro Alves  <palves@redhat.com>
3283
3284         PR gdb/15289
3285
3286         * gdb.base/remote.exp: Test
3287         "set remote hardware-watchpoint-limit -1",
3288         "set remote hardware-breakpoint-limit -1",
3289         "set remote hardware-watchpoint-limit 2147483647" and
3290         "set remote hardware-breakpoint-limit 2147483647".
3291
3292 2013-03-20  Pedro Alves  <palves@redhat.com>
3293             Yao Qi  <yao@codesourcery.com>
3294
3295         * gdb.trace/tfile.c: Add comments.
3296         (nonconstglob): New global.
3297         * gdb.trace/tfile.exp: Add comments.  Test printing a non-const
3298         global that is not covered by the trace frame.  Test
3299         disassembling.
3300
3301 2013-03-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3302
3303         * gdb.base/valgrind-infcall.exp
3304         (continue #$continue_count) <remote connection closed>
3305         (continue #$continue_count) <valgrind vgdb has terminated>: Add kill of
3306         $valgrind_pid.
3307
3308 2013-03-15  Tom Tromey  <tromey@redhat.com>
3309
3310         * gdb.cp/overload.cc (intintfunc): New.
3311         * gdb.cp/overload.exp: Add regression test.
3312
3313 2013-03-15  Yao Qi  <yao@codesourcery.com>
3314
3315         * gdb.threads/non-ldr-exc-1.exp (do_test): Fix the indent of
3316         using with_test_prefix.
3317         * gdb.threads/non-ldr-exc-2.exp (do_test): Likewise.
3318         * gdb.threads/non-ldr-exc-3.exp (do_test): Likewise.
3319         * gdb.threads/non-ldr-exc-4.exp (do_test): Likewise.
3320         * gdb.threads/watchpoint-fork.exp (test): Likewise.
3321         * gdb.base/break-interp.exp (test_core): Likewise.
3322         (test_attach_gdb): Likewise.
3323         * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3324         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3325         Likewise.
3326         * gdb.base/jit-so.exp (one_jit_test): Likewise.
3327         * gdb.base/jit.exp (one_jit_test): Likewise.
3328         * gdb.base/sepdebug.exp (test_different_dir): Likewise.
3329         * gdb.dwarf2/dw2-dir-file-name.exp (test): Likewise.
3330         * gdb.dwarf2/dw2-noloc.exp (file_symbols): Likewise.
3331         * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved):
3332         Likewise.
3333         * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
3334         Likewise.
3335         * gdb.mi/mi-watch.exp test_watchpoint_all): Likewise.
3336         * gdb.mi/pr11022.exp (test_memory_changed_observer): Likewise.
3337         * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Likewise.
3338         (tracepoint_change_loc_2): Likewise.
3339         * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
3340         Likewise.
3341         (disconnected_tfind): Likewise.
3342         * gdb.trace/mi-traceframe-changed.exp (test_tfind_tfile):
3343         Likewise.
3344         (test_tfind_remote): Likewise.
3345         * gdb.trace/mi-tracepoint-changed.exp (test_reconnect):
3346         Likewise.
3347         (test_pending_resolved): Likewise.
3348         * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
3349         Likewise.
3350         (test_upload_tsv): Likewise.
3351         * gdb.trace/pending.exp (pending_tracepoint_resolved):
3352         Likewise.
3353         (pending_tracepoint_works): Likewise.
3354         * gdb.trace/report.exp (use_collected_data): Likewise.
3355         * gdb.trace/status-stop.exp (test_tstart_tstop_tstart):
3356         Likewise.
3357         (test_tstart_tstart, test_buffer_full_tstart): Likewise.
3358         * gdb.trace/strace.exp (strace_info_marker): Likewise.
3359         (strace_trace_on_same_addr): Likewise.
3360         (strace_trace_on_diff_addr): Likewise.
3361         * gdb.trace/unavailable.exp (gdb_collect_args_test): Likewise.
3362         (gdb_collect_locals_test): Likewise.
3363         (gdb_unavailable_registers_test): Likewise.
3364         (gdb_collect_globals_test): Likewise.
3365
3366 2013-03-15  Yao Qi  <yao@codesourcery.com>
3367
3368         * gdb.base/condbreak.exp: Add semicolon back which was removed
3369         by my previous commit.
3370
3371 2013-03-14  Yao Qi  <yao@codesourcery.com>
3372
3373         * config/monitor.exp (gdb_target_cmd): Remove semicolon after
3374         'return'.
3375         (gdb_target_monitor, gdb_load): Likewise.
3376         * config/sid.exp (gdb_load): Likewise.
3377         * config/slite.exp (gdb_load): Likewise.
3378         * config/vx.exp (gdb_start, spawn_vxgdb): Likewise.
3379         * gdb.ada/arrayidx.exp, gdb.ada/null_array.exp: Likewise.
3380         * gdb.arch/mips-octeon-bbit.exp (single_step): Likewise.
3381         (single_step_until): Likewise.
3382         * gdb.arch/powerpc-d128-regs.exp: Likewise.
3383         * gdb.arch/system-gcore.exp: Likewise.
3384         * gdb.base/bigcore.exp (extract_heap): Likewise.
3385         * gdb.base/break-on-linker-gcd-function.exp: Likewise.
3386         * gdb.base/call-ar-st.exp: Likewise.
3387         * gdb.base/call-rt-st.exp: Likewise.
3388         * gdb.base/call-sc.exp, gdb.base/call-strs.exp: Likewise.
3389         * gdb.base/callfuncs.exp, gdb.base/completion.exp: Likewise.
3390         * gdb.base/condbreak.exp, gdb.base/constvars.exp: Likewise.
3391         * gdb.base/corefile.exp: Likewise.
3392         * gdb.base/dbx.exp (gdb_file_cmd): Likewise.
3393         * gdb.base/exprs.exp, gdb.base/fileio.exp: Likewise.
3394         * gdb.base/fixsection.exp: Likewise.
3395         * gdb.base/funcargs.exp: Likewise.
3396         * gdb.base/gcore-buffer-overflow.exp: Likewise.
3397         * gdb.base/gcore-relro.exp: Likewise.
3398         * gdb.base/gcore.exp, gdb.base/gdb11530.exp: Likewise.
3399         * gdb.base/gdb11531.exp, gdb.base/gnu-ifunc.exp: Likewise.
3400         * gdb.base/info-os.exp, gdb.base/info-proc.exp: Likewise.
3401         * gdb.base/interp.exp, gdb.base/langs.exp:: Likewise.
3402         * gdb.base/list.exp: Likewise.
3403         (set_listsize): Likewise.
3404         * gdb.base/logical.exp, gdb.base/mips_pro.exp: Likewise.
3405         * gdb.base/miscexprs.exp, gdb.base/nodebug.exp: Likewise.
3406         * gdb.base/opaque.exp, gdb.base/pointers.exp: Likewise.
3407         * gdb.base/psymtab.exp, gdb.base/ptype.exp: Likewise.
3408         * gdb.base/relational.exp, gdb.base/scope.exp: Likewise.
3409         * gdb.base/setvar.exp: Likewise.
3410         (test_set): Likewise.
3411         * gdb.base/signals.exp, gdb.base/sizeof.exp: Likewise.
3412         * gdb.base/solib-overlap.exp: Likewise.
3413         * gdb.base/store.exp, gdb.base/structs.exp: Likewise.
3414         * gdb.base/structs2.exp, gdb.base/volatile.exp: Likewise.
3415         * gdb.base/watchpoint.exp (initialize): Likewise.
3416         (test_simple_watchpoint): Likewise.
3417         (test_disabling_watchpoints): Likewise.
3418         (test_watchpoint_triggered_in_syscall): Likewise.
3419         * gdb.base/whatis.exp, gdb.cp/ambiguous.exp: Likewise.
3420         * gdb.cp/casts.exp, gdb.cp/ctti.exp: Likewise.
3421         * gdb.cp/namespace.exp, gdb.cp/nsdecl.exp: Likewise.
3422         * gdb.cp/psmang.exp, gdb.dwarf2/dw2-ranges.exp: Likewise.
3423         * gdb.hp/gdb.aCC/optimize.exp: Likewise.
3424         * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
3425         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
3426         * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
3427         * gdb.hp/gdb.compat/xdb1.exp: Likewise.
3428         * gdb.hp/gdb.compat/xdb2.exp: Likewise.
3429         * gdb.hp/gdb.compat/xdb3.exp: Likewise.
3430         * gdb.hp/gdb.defects/bs14602.exp: Likewise.
3431         * gdb.hp/gdb.defects/solib-d.exp: Likewise.
3432         * gdb.mi/gdb792.exp: Likewise.
3433         * gdb.mi/mi-inheritance-syntax-error.exp: Likewise.
3434         * gdb.mi/mi-logging.exp, gdb.mi/mi-var-cp.exp : Likewise.
3435         * gdb.mi/mi-var-rtti.exp, gdb.python/py-type.exp: Likewise.
3436         * gdb.threads/gcore-thread.exp: Likewise.
3437         (load_core): Likewise.
3438         * gdb.threads/pthreads.exp (all_threads_running): Likewise.
3439         (test_startup, check_control_c): Likewise.
3440         * gdb.threads/sigstep-threads.exp: Likewise.
3441         * gdb.threads/thread_check.exp: Likewise.
3442         * gdb.trace/backtrace.exp, gdb.trace/change-loc.exp: Likewise.
3443         * gdb.trace/circ.exp (run_trace_experiment): Likewise.
3444         (set_a_tracepoint, trace_buffer_normal): Likewise.
3445         (gdb_trace_circular_tests): Likewise.
3446         * gdb.trace/collection.exp: Likewise.
3447         * gdb.trace/disconnected-tracing.exp: Likewise.
3448         * gdb.trace/infotrace.exp: Likewise.
3449         * gdb.trace/mi-traceframe-changed.exp: Likewise.
3450         * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3451         * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv): Likewise.
3452         * gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp: Likewise.
3453         * gdb.trace/pending.exp, gdb.trace/report.exp: Likewise.
3454         * gdb.trace/stap-trace.exp: Likewise.
3455         * gdb.trace/status-stop.exp,gdb.trace/strace.exp: Likewise.
3456         * gdb.trace/tfind.exp, gdb.trace/trace-break.exp: Likewise.
3457         * gdb.trace/trace-buffer-size.exp: Likewise.
3458         * gdb.trace/tspeed.exp, gdb.trace/tsv.exp: Likewise.
3459         * gdb.trace/unavailable.exp: Likewise.
3460         * gdb.trace/while-dyn.exp: Likewise.
3461         * lib/fortran.exp (set_lang_fortran): Likewise.
3462         * lib/gdb.exp (default_gdb_version, gdb_start_cmd): Likewise.
3463         (gdb_breakpoint, gdb_reinitialize_dir): Likewise.
3464         (default_gdb_start, get_compiler_info): Likewise.
3465         (gdb_compile, gdb_compile_objc, gdb_reload, gdb_init): Likewise.
3466         (get_debug_format, setup_xfail_format): Likewise.
3467         (rerun_to_main, gdb_skip_float_test): Likewise.
3468         (build_id_debug_filename_get, get_remotetimeout): Likewise.
3469         * lib/java.exp (set_lang_java): Likewise.
3470         * lib/mi-support.exp (default_mi_gdb_start): Likewise.
3471         (mi_gdb_reinitialize_dir, mi_gdb_target_cmd): Likewise.
3472         (mi_gdb_file_cmd, mi_gdb_test): Likewise.
3473         (mi_run_cmd_full, mi_expect_interrupt): Likewise.
3474         * lib/objc.exp (set_lang_objc): Likewise.
3475         * lib/pascal.exp (set_lang_pascal): Likewise.
3476         * lib/prompt.exp (default_prompt_gdb_start): Likewise.
3477         * lib/trace-support.exp (gdb_trace_setactions, gdb_tfind_test): Likewise.
3478         (gdb_readexpr, gdb_gettpnum, gdb_find_recursion_test_baseline): Likewise.
3479
3480 2013-03-14  Sergio Durigan Junior  <sergiodj@redhat.com>
3481
3482         PR c++/15203
3483         PR c++/15210
3484         * gdb.cp/m-static.cc (keepalive_int): New function.
3485         (gnu_obj_1::method): New variable `sintvar', call `keepalive_int'.
3486         * gdb.cp/m-static.exp: New test for `sintvar'.
3487
3488 2013-03-14  Yao Qi  <yao@codesourcery.com>
3489
3490         * gdb.trace/tstatus.exp (run_trace_experiment): Save the output
3491         of 'tstatus' into tstatus_output.
3492         (top level): Save the trace data to tfile.  Read trace file in
3493         tfile target.  Check the trace status.
3494
3495 2013-03-13  Yao Qi  <yao@codesourcery.com>
3496
3497         * gdb.trace/tsv.exp (check_tsv): New.
3498         (top level): Save a tfile on current trace session. Call
3499         check_tsv on live target.  Load the tfile with target tfile
3500         and call check_tsv again.
3501
3502 2013-03-13  Yao Qi  <yao@codesourcery.com>
3503
3504         * gdb.trace/tsv.exp: Remove code unrelated to testing TSV.
3505         Replace some "gdb_test" with "gdb_test_no_output".
3506
3507 2013-03-12  Paul Hilfinger  <hilfingr@adacore.com>
3508
3509         * gdb.ada/expr_delims.exp: New file.
3510         * gdb.ada/expr_delims/foo.adb: New file.
3511         * gdb.ada/expr_delims/pck.ads: New file.
3512         * gdb.ada/expr_delims/pck.adb: New file.
3513
3514 2013-03-11  Keith Seitz  <keiths@redhat.com>
3515
3516         * watchpoint.exp (test_no_hw_watchpoints): Add test using
3517         both condition and thread.  Then delete the watchpoint.
3518
3519 2013-03-11  Christian Himpel  <christian.himpel@intel.com>
3520
3521         * Makefile.in: Add btrace testsuite.
3522         * configure: Regenerated.
3523         * configure.ac: Add btrace testsuite.
3524         * gdb.btrace/Makefile.in: New file.
3525         * gdb.btrace/enable.c: New file.
3526         * gdb.btrace/enable.exp: New file.
3527         * gdb.btrace/function_call_history.c: New file.
3528         * gdb.btrace/function_call_history.exp: New file.
3529         * gdb.btrace/instruction_history.c: New file.
3530         * gdb.btrace/instruction_history.exp: New file.
3531         * gdb.btrace/instruction_history.S: New file.
3532         * lib/gdb.exp: Add btrace skip proc.
3533
3534 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
3535
3536         Fix entry-values if the callee called a noreturn function.
3537         * gdb.arch/amd64-tailcall-noret.S: New file.
3538         * gdb.arch/amd64-tailcall-noret.c: New file.
3539         * gdb.arch/amd64-tailcall-noret.exp: New file.
3540
3541 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
3542
3543         Fix entry-values in C++ across CUs.
3544         * gdb.arch/amd64-tailcall-cxx.exp: New file.
3545         * gdb.arch/amd64-tailcall-cxx1.S: New file.
3546         * gdb.arch/amd64-tailcall-cxx1.cc: New file.
3547         * gdb.arch/amd64-tailcall-cxx2.S: New file.
3548         * gdb.arch/amd64-tailcall-cxx2.cc: New file.
3549
3550 2013-03-08  Stan Shebs  <stan@codesourcery.com>
3551             Hafiz Abid Qadeer  <abidh@codesourcery.com>
3552
3553         gdb/testsuite/
3554         * gdb.trace/trace-buffer-size.exp: New file.
3555         * gdb.trace/trace-buffer-size.c: New file.
3556
3557 2013-03-06  Pedro Alves  <palves@redhat.com>
3558
3559         * gdb.trace/tstatus.exp (run_trace_experiment): When the target
3560         doesn't support the tested optional feature, call "unsupported"
3561         with the same test message as the "pass" case, instead of calling
3562         "pass" with a different message.  Use the same text for the "fail"
3563         cases too.
3564
3565 2013-03-06  Yao Qi  <yao@codesourcery.com>
3566
3567         * gdb.trace/tstatus.exp: Remove the invocation of
3568         gdb_load_shlibs, gdb_compile, clean_restart and runto_main.
3569         (test_tracepoints): Don't set fast tracepoint.
3570         (top level): Don't check agent library is loaded or not.
3571
3572 2013-03-06  Yao Qi  <yao@codesourcery.com>
3573
3574         * gdb.trace/tstatus.exp (run_trace_experiment): Escape
3575         parentheses by "\\".
3576
3577 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
3578
3579         * gdb.linespec/base/one/thefile.cc (twodup): New.
3580         (m): Call it.
3581         * gdb.linespec/base/two/thefile.cc (dupname): New.
3582         (n): Call it.
3583         * gdb.linespec/break-ask.exp: New file.
3584         * gdb.linespec/lspec.cc (body_elsewhere): New comment marker.
3585
3586 2013-02-28  Yao Qi  <yao@codesourcery.com>
3587
3588         * gdb.trace/report.exp: Move some code to ...
3589         (use_collected_data): New.
3590         (top level): Call use_collected_data once on the live target.
3591         Save at file of the current trace session, load it with target
3592         tfile, and call use_collected_data again.
3593
3594 2013-02-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3595
3596         * gdb.threads/fork-thread-pending.c (main): Add alarm.
3597
3598 2013-02-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3599
3600         * gdb.base/valgrind-infcall.exp (valgrind_pid): New variable.
3601         Add final kill of ${valgrind_pid}.
3602
3603 2013-02-20  Siva Chandra Reddy  <sivachandra@google.com>
3604
3605         * gdb.python/py-arch.c: New test case
3606         * gdb.python/py-arch.exp: New tests to test
3607         gdb.Architecture.disassemble
3608         * gdb.python/Makefile.in: Add py-arch to the list of
3609         EXECUTABLES.
3610
3611 2013-02-18  Tom Tromey  <tromey@redhat.com>
3612
3613         * gdb.dwarf2/subrange.exp: New file.
3614
3615 2013-02-15  Pedro Alves  <pedro@codesourcery.com>
3616             Hafiz Abid Qadeer  <abidh@codesourcery.com>
3617
3618         * gdb.trace/tfile.exp: Add test for -trace-status command.
3619
3620 2013-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
3621
3622         * gdb.threads/pthread_cond_wait.c (main): Remove variable ts.  Replace
3623         nanosleep by sleep.
3624
3625 2013-02-14  Pedro Alves  <palves@redhat.com>
3626
3627         * gdb.cp/userdef.exp (ptype &*c): Don't expect an &.
3628
3629 2013-02-14  Pedro Alves  <pedro@codesourcery.com>
3630             Hafiz Abid Qadeer  <abidh@codesourcery.com>
3631
3632         * gdb.trace/tsv.exp: Adjust tests, and add a few more.
3633
3634 2013-02-12  Tom Tromey  <tromey@redhat.com>
3635
3636         * gdb.cp/m-static.cc (gnu_obj_1::~gnu_obj_1): New destructor.
3637         * gdb.cp/m-static.exp: Add tests to print quoted destructor.
3638
3639 2013-02-12  Pedro Alves  <palves@redhat.com>
3640
3641         * gdb.base/catch-signal.c: Update copyright years.
3642         * gdb.base/catch-signal.exp: Update copyright years.
3643         * gdb.dwarf2/dw2-dir-file-name.c: Update copyright years.
3644         * gdb.dwarf2/dw2-dir-file-name.exp: Update copyright years.
3645         * gdb.dwarf2/dw2-empty-pc-range.S: Update copyright years.
3646         * gdb.dwarf2/dw2-error.S: Update copyright years.
3647         * gdb.dwarf2/dw2-error.c: Update copyright years.
3648         * gdb.dwarf2/dw2-restrict.S: Update copyright years.
3649         * gdb.dwarf2/dw2-restrict.c: Update copyright years.
3650         * gdb.dwarf2/dw2-restrict.exp: Update copyright years.
3651
3652 2013-02-12  Pedro Alves  <palves@redhat.com>
3653
3654         * gdb.base/catch-signal.exp: Correct test file name in "Skipping"
3655         message.
3656         * gdb.base/sigaltstack.exp: Ditto.
3657         * gdb.base/siginfo.exp: Ditto.
3658         * gdb.base/sizeof.exp: Ditto.
3659
3660 2013-02-12  Pedro Alves  <palves@redhat.com>
3661
3662         * gdb.mi/mi-basics.exp: Tweak intro comment.
3663         * gdb.mi/mi-break.exp: Tweak intro comment.
3664         * gdb.mi/mi-console.exp: Tweak intro comment.
3665         * gdb.mi/mi-file.exp: Tweak intro comment.
3666         * gdb.mi/mi-read-memory.exp: Tweak intro comment.
3667         * gdb.mi/mi-return.exp: Tweak intro comment.
3668         * gdb.mi/mi-stepi.exp: Tweak intro comment.
3669         * gdb.mi/mi-until.exp: Tweak intro comment.
3670         * gdb.mi/mi-watch.exp: Tweak intro comment.
3671
3672 2013-02-12  Sanimir Agovic  <sanimir.agovic@intel.com>
3673
3674         * gdb.server/no-thread-db.exp: New file.
3675         * gdb.server/no-thread-db.c: New file.
3676         * gdb.server/Makefile.in (EXECUTABLES): Add no-thread-db.
3677
3678 2013-02-11  Doug Evans  <dje@google.com>
3679
3680         * gdb.base/printcmds.exp (test_printf_with_dfp): Add test for printing
3681         two decfloats.
3682
3683 2013-02-11  Sergio Durigan Junior  <sergiodj@redhat.com>
3684
3685         * gdb.base/bitfields.c (struct internalvartest): New declaration.
3686         * gdb.base/bitfields.exp (bitfield_internalvar): New function.
3687
3688 2013-02-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
3689
3690         * gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
3691
3692 2013-02-06  Yao Qi  <yao@codesourcery.com>
3693
3694         * gdb.trace/mi-tsv-changed.exp (test_create_delete_tsv): Rename
3695         to ...
3696         (test_create_delete_modify_tsv): ... here.  New test on modifying
3697         the initial value of a tsv.
3698
3699 2013-02-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3700
3701         * gdb.dwarf2/dw2-dir-file-name.exp (cd ${srcabsdir}/rdir): Rename to ...
3702         (cd .../rdir): ... here.
3703
3704 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3705
3706         * gdb.linespec/base/one/header.h: New file.
3707         * gdb.linespec/base/two/header.h: New file.
3708         * gdb.linespec/macro-relative.c: New file.
3709         * gdb.linespec/macro-relative.exp: New file.
3710
3711 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3712
3713         * gdb.base/fullpath-expand-func.c: New file.
3714         * gdb.base/fullpath-expand.c: New file.
3715         * gdb.base/fullpath-expand.exp: New file.
3716         * gdb.base/realname-expand-real.c: New file.
3717         * gdb.base/realname-expand.c: New file.
3718         * gdb.base/realname-expand.exp: New file.
3719
3720 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3721
3722         * gdb.dwarf2/dw2-dir-file-name.exp: New file.
3723         * gdb.dwarf2/dw2-dir-file-name.c: New file.
3724
3725 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3726
3727         * gdb.mi/mi-fullname-deleted.exp: Use double last slash for $srcfileabs.
3728         (compare_filenames_for_search does not match)
3729         (compare_filenames_for_search does match): New tests.
3730
3731 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3732
3733         * gdb.gdb/xfullpath.exp: Replace xfullpath calls by gdb_realpath calls.
3734
3735 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3736
3737         * lib/java.exp (compile_java_from_source): Initialize ARGS as a list.
3738
3739 2013-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
3740
3741         * gdb.base/gnu-debugdata.exp): Create ${binfile}.debug,
3742         ${binfile}.mini_debuginfo-debuglink, add -k to xz, use now
3743         ${binfile}.mini_debuginfo-debuglink and
3744         ${binfile}.mini_debuginfo-debuglink.xz.
3745
3746 2013-02-01  Tom Tromey  <tromey@redhat.com>
3747
3748         * gdb.dwarf2/method-ptr.exp: Use correct form for non-string
3749         attributes.
3750
3751 2013-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
3752             Tom Tromey  <tromey@redhat.com>
3753
3754         * gdb.dwarf2/method-ptr.exp: Link with c++.
3755         * lib/dwarf.exp (Dwarf::assemble): Declare _cu_count.
3756
3757 2013-01-31  Tom Tromey  <tromey@redhat.com>
3758
3759         * gdb.base/jit.exp (compile_jit_test): New proc.
3760         Add PIE tests.
3761
3762 2013-01-31  Tom Tromey  <tromey@redhat.com>
3763
3764         * gdb.dwarf2/method-ptr.cc: New file.
3765         * gdb.dwarf2/method-ptr.exp: New file.
3766
3767 2013-01-31  Tom Tromey  <tromey@redhat.com>
3768
3769         * lib/dwarf.exp (namespace Dwarf): New.
3770
3771 2013-01-29  Tom Tromey  <tromey@redhat.com>
3772
3773         * gdb.dwarf2/fission-reread.exp: Add unload test.
3774
3775 2013-01-28  Doug Evans  <dje@google.com>
3776
3777         * gdb.dwarf2/fission-loclists.exp: New file.
3778         * gdb.dwarf2/fission-loclists.S: New file.
3779
3780 2013-01-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
3781
3782         Code cleanup.
3783         * gdb.base/restore.exp: Replace gdb_compile, gdb_exit, gdb_start,
3784         gdb_reinitialize_dir and gdb_load by standard_testfile, set executable
3785         and prepare_for_testing.
3786         * gdb.base/store.exp: Likewise.
3787
3788 2013-01-25  Tom Tromey  <tromey@redhat.com>
3789
3790         * gdb.python/py-explore.exp: Expect the gdb prompt.
3791
3792 2013-01-25  Andrew Burgess  <aburgess@broadcom.com>
3793
3794         * gdb.base/gnu_vector.c: New variable for use in tests.
3795         * gdb.base/gnu_vector.exp: Update and extend tests to reflect
3796         changes in scalar to vector casting and widening.
3797         * gdb.python/py-type.c: New variables for use in tests.
3798         * gdb.python/py-type.exp: Update vector related tests to reflect
3799         changes in scalar to vector casting and widening.
3800
3801 2013-01-24  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
3802
3803         * gdb.base/prologue-include.c: New file.
3804         * gdb.base/prologue-include.exp: New file.
3805         * gdb.base/prologue-include.h: New file.
3806
3807 2013-01-24  Hafiz Abid Qadeer  <abidh@codesourcery.com>
3808
3809         PR gdb/13443
3810         * gdb.mi/mi-var-block.exp: Make test messages unique.
3811
3812 2013-01-23  Tom Tromey  <tromey@redhat.com>
3813
3814         * gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.
3815
3816 2013-01-23  Tom Tromey  <tromey@redhat.com>
3817
3818         * gdb.cp/converts.cc (main): Initialize 'a'.
3819
3820 2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
3821
3822         * testsuite/gdb.python/frame.exp: Add a test for
3823         gdb.Frame.architecture() method.
3824
3825 2013-01-22  Pedro Alves  <palves@redhat.com>
3826
3827         * gdb.base/annota1.exp (signal sent): No longer expect
3828         breakpoints-invalid.
3829         * gdb.cp/annota2.exp (continue until exit)
3830         (watch triggered on a.x): Ditto.
3831
3832 2013-01-22  Pedro Alves  <palves@redhat.com>
3833
3834         * gdb.base/annota1.exp (breakpoints_invalid): New variable.
3835         Adjust tests to breakpoints-invalid changes.
3836         * gdb.cp/annota2.exp (breakpoints_invalid, frames_invalid): New
3837         variables.
3838         Adjust tests to breakpoints-invalid changes.
3839
3840 2013-01-22  Pedro Alves  <palves@redhat.com>
3841
3842         * gdb.base/annota1.exp (annotate ignore count change): Add
3843         expected output for failure case.
3844
3845 2013-01-22  Tom Tromey  <tromey@redhat.com>
3846
3847         * gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init
3848         call.
3849
3850 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
3851
3852         * gdb.mi/mi-break.exp: Expect new 'thread-groups' field.
3853         * gdb.mi/mi-catch-load.exp: Ditto.
3854         * gdb.mi/mi-nsmoribund.exp: Expect new 'thread-groups' field.
3855         Also handle 'thread' field.
3856         * gdb.mi/mi-simplerun.exp: Expect new 'thread-groups' field.
3857         * gdb.mi/mi-watch.exp: Ditto.
3858         * lib/mi-support.exp: Ditto.
3859
3860 2013-01-21  Siva Chandra Reddy  <sivachandra@google.com>
3861
3862         * gdb.python/py-explore.exp: Improve a test
3863
3864 2013-01-18  David Blaikie  <dblaikie@gmail.com>
3865
3866         * gdb.base/label.c (main): Correct the type of the second
3867         parameter.
3868
3869 2013-01-18  Tom Tromey  <tromey@redhat.com>
3870
3871         * gdb.dwarf2/trace-crash.s: New file.
3872         * gdb.dwarf2/trace-crash.exp: New file.
3873
3874 2013-01-18  Hafiz Abid Qadeer<abidh@codesourcery.com>
3875
3876         PR gdb/13443
3877         * gdb.base/checkpoint.exp: Update test messages to make them
3878         unique.
3879
3880 2013-01-18  Yao Qi  <yao@codesourcery.com>
3881
3882         * gdb.trace/infotrace.exp: Check 'traceframe usage' in the
3883         output of 'info tracepoints'.
3884         * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
3885         Likewise.
3886         * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
3887         * gdb.trace/disconnected-tracing.c (struct foo): New.
3888
3889 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3890
3891         * gdb.dwarf2/dw2-dos-drive.S: New file.
3892         * gdb.dwarf2/dw2-dos-drive.exp: New file.
3893
3894 2013-01-17  Doug Evans  <dje@google.com>
3895
3896         * boards/dwarf4-gdb-index.exp: Use any existing CC_FOR_TARGET,
3897         CXX_FOR_TARGET.
3898
3899         * boards/cc-with-tweaks.exp: New file.
3900
3901 2013-01-17  Tom Tromey  <tromey@redhat.com>
3902
3903         * gdb.base/completion.exp: Add "set cp-abi" completion test.
3904
3905 2013-01-17  Pedro Alves  <palves@redhat.com>
3906
3907         Merge dg-extract-results.sh from upstream (svn 195224).
3908
3909         2013-01-15  David Blaikie <dblaikie@gmail.com>
3910         * dg-extract-results.sh: Fix order of summary counts.
3911
3912         2013-01-15  David Blaikie <dblaikie@gmail.com>
3913         * dg-extract-results.sh: Constrain the start-of-log pattern.
3914
3915         2013-01-15  David Blaikie <dblaikie@gmail.com>
3916         * dg-extract-results.sh: Handle KPASSes.
3917
3918         2010-05-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3919         * dg-extract-results.sh: Redirect grep output to /dev/null instead
3920         of grep -q.
3921
3922 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
3923
3924         * gdb.base/jit-reader.exp: New file. Test case for the jit-reader
3925         interface.
3926         * gdb.base/jithost.c: New file.
3927         * gdb.base/jithost.h: New file.
3928         * gdb.base/jitreader.c : New file.
3929         * gdb.base/jit-protocol.h: New file.
3930
3931 2013-01-16  Tom Tromey  <tromey@redhat.com>
3932
3933         * gdb.base/catch-signal.c: New file.
3934         * gdb.base/catch-signal.exp: New file.
3935
3936 2013-01-16  Tom Tromey  <tromey@redhat.com>
3937
3938         * gdb.mi/mi-catch-load.exp: Look for "catch-type".
3939
3940 2013-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
3941
3942         * gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
3943
3944 2013-01-14  Tom Tromey  <tromey@redhat.com>
3945
3946         * gdb.base/completion.exp: Add "set gnutarget" test.
3947
3948 2013-01-14  Tom Tromey  <tromey@redhat.com>
3949
3950         * gdb.dwarf2/dw2-restrict.S: New file.
3951         * gdb.dwarf2/dw2-restrict.c: New file.
3952         * gdb.dwarf2/dw2-restrict.exp: New file.
3953
3954 2013-01-14  Tom Tromey  <tromey@redhat.com>
3955
3956         * gdb.dwarf2/dw2-error.exp: New file.
3957         * gdb.dwarf2/dw2-error.c: New file.
3958         * gdb.dwarf2/dw2-error.S: New file.
3959
3960 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3961
3962         * gdb.cp/parse-lang.cc: New file.
3963         * gdb.cp/parse-lang.exp: New file.
3964
3965 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3966
3967         * gdb.mi/mi-fullname-deleted.exp: Set srcfileabssubst and initdir.
3968         (set substitute-path): New test.
3969         (fullname present): Remove content.
3970         (substituted fullname): New test.
3971
3972 2013-01-13  Joel Brobecker  <brobecker@adacore.com>
3973
3974         * gdb.python/py-finish-breakpoint.exp: Add skip_python_tests
3975         check.  Move $gdb_py_is_py24 value check right after.
3976
3977 2013-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3978
3979         * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit
3980         targets.
3981
3982 2013-01-11  Yao Qi  <yao@codesourcery.com>
3983
3984         * gdb.base/dprintf.exp: Check the output of 'info breakpoints'
3985         for dprintf.
3986         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
3987         Check the fields in "=breakpoint-created" for dprintf.
3988
3989 2012-12-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
3990
3991         * gdb.mi/mi-fullname-deleted.exp: New file.
3992
3993 2012-12-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3994
3995         * gdb.base/skip-solib.exp (info skip with pending file): Update the
3996         expected output.
3997         (info skip with pending file): Remove.
3998         (ignoring function in solib, info skip for function multiply): Update
3999         the expected output.
4000         * gdb.base/skip.ex (skip (main), skip function baz, info skip)
4001         (info skip (delete 1), info skip after disabling all)
4002         (info skip after enabling all, info skip after disabling 4 2-3)
4003         (info skip after enabling 2-3, info skip 2-3)
4004         (info skip after deleting 2 3): Update the expected output.
4005         * gdb.linespec/base/two/thefile.cc (n): New variable v, split the
4006         statement to its initialization and return.
4007         * gdb.linespec/skip-two.exp: New file.
4008
4009 2012-12-19  Doug Evans  <dje@google.com>
4010
4011         * gdb.base/maint.exp: Handle testing with .gdb_index.
4012
4013 2012-12-19  Joel Brobecker  <brobecker@adacore.com>
4014
4015         * gdb.arch/mips-octeon-bbit.exp: Fix copyright header from
4016         Cavium to FSF.
4017
4018 2012-12-19  Joel Brobecker  <brobecker@adacore.com>
4019
4020         * dg-extract-results.sh: Update contact info in copyright notice.
4021         * gdb.arch/mips-octeon-bbit.exp: Update copyright notice to
4022         GPL v3 or later.  Update contact info.
4023         * gdb.fortran/logical.f90, gdb.threads/watchpoint-fork-child.c,
4024         gdb.threads/watchpoint-fork-mt.c,
4025         gdb.threads/watchpoint-fork-parent.c,
4026         gdb.threads/watchpoint-fork-st.c,
4027         gdb.threads/watchpoint-fork.h: Likewise.
4028
4029 2012-12-15  Yao Qi  <yao@codesourcery.com>
4030
4031         * gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check
4032         'installed' field in '=breakpoint-modified'.
4033         (test_reconnect): Check 'installed' field in
4034         '=breakpoint-modified' and '=breakpoint-created'.
4035
4036         * gdb.trace/actions.exp: Update test for 'installed' field.
4037         * gdb.trace/change-loc.exp (tracepoint_change_loc_1):
4038         (tracepoint_change_loc_2): Likewise.
4039         Check 'info tracepoint' display nothing else.
4040         * gdb.trace/deltrace.exp: Likewise.
4041         * gdb.trace/infotrace.exp: Likewise.
4042         * gdb.trace/mi-traceframe-changed.exp (test_tfind_remote):
4043         Likewise.
4044         * gdb.trace/passcount.exp: Likewise.
4045         * gdb.trace/tracecmd.exp: Likewise.
4046         * gdb.trace/while-stepping.exp: Likewise.
4047
4048 2012-12-14  Tom Tromey  <tromey@redhat.com>
4049
4050         * gdb.cp/member-name.exp: New file.
4051         * gdb.cp/member-name.cc: New file.
4052
4053 2012-12-14  Tom Tromey  <tromey@redhat.com>
4054
4055         * gdb.cp/templates.exp (test_ptype_of_templates): Update kfails.
4056
4057 2012-12-14  Doug Evans  <dje@google.com>
4058
4059         * gdb.dwarf2/implptr-optimized-out.S: DIE offset for
4060         DW_OP_GNU_implicit_pointer is section-relative.
4061
4062 2012-12-14  Tom Tromey  <tromey@redhat.com>
4063
4064         * gdb.base/info-proc.exp: Add core file tests.
4065
4066 2012-12-14  Yufeng Zhang  <yufeng.zhang@arm.com>
4067
4068         * gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
4069
4070 2012-12-13  Doug Evans  <dje@google.com>
4071
4072         * gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.
4073         * gdb.multi/multi-arch.exp: Ditto.
4074
4075 2012-12-12  Keven Boell  <keven.boell@intel.com>
4076
4077         * gdb.mi/mi-catch-load-so.c: New. Clone of the
4078         catch load test library source file.
4079         * gdb.mi/mi-catch-load.c: New. Clone of the catch
4080         load test source file.
4081         * gdb.mi/mi-catch-load.exp: New. Test file for
4082         basic MI -catch-load and -catch-unload tests.
4083
4084 2012-12-11  Paul Koning  <paul_koning@dell.com>
4085
4086         * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag
4087         exception.
4088         (_iterator_except): New function.
4089         (ArrayPrinter): Use _iterator function instead of local _iterator
4090         class for Python 3 compatibility.
4091         (NoStringContainerPrinter): Use _iterator_except instead of
4092         _iterator.
4093         * gdb.python/py-typeprint.exp: Use exec(open(...).read()) instead of
4094         execfile for Python 3 compatibility.
4095         * gdb.python/python.exp: Handle Python 2.4 exception traceback
4096         format in error_prompt test.
4097
4098 2012-12-10  Paul Koning  <paul_koning@dell.com>
4099
4100         * gdb.base/charset.exp: Change print syntax for Python 3
4101         compatibility.
4102         * gdb.python/py-block.exp: Ditto.
4103         * gdb.python/py-breakpoint.exp: Ditto.
4104         * gdb.python/py-cmd.exp: Ditto.
4105         * gdb.python/py-events.py: Ditto.
4106         * gdb.python/py-finish-breakpoint.py: Ditto.
4107         * gdb.python/py-finish-breakpoint2.exp: Ditto.
4108         * gdb.python/py-finish-breakpoint2.py: Ditto.
4109         * gdb.python/py-frame-inline.exp: Ditto.
4110         * gdb.python/py-frame.exp: Ditto.
4111         * gdb.python/py-infthread.exp: Ditto.
4112         * gdb.python/py-objfile.exp: Ditto.
4113         * gdb.python/py-parameter.exp: Ditto.
4114         * gdb.python/py-progspace.exp: Ditto.
4115         * gdb.python/py-prompt.exp: Ditto.
4116         * gdb.python/py-symbol.exp: Ditto.
4117         * gdb.python/py-symtab.exp: Ditto.
4118         * gdb.python/py-template.exp: Ditto.
4119         * gdb.python/py-value-cc.exp: Ditto.
4120         * gdb.python/python.exp: Ditto.
4121         * gdb.python/source2.py: Ditto.
4122         * gdb.python/lib-types.exp: Change print syntax for Python 3
4123         compatibility.
4124         Use sorted() function rather than sort() method.
4125         Accept either int or long values for enum values.
4126         * gdb.python/py-events.exp: Use exec(open(...).read()) instead of
4127         execfile for Python 3 compatibility.
4128         * gdb.python/py-evsignal.exp: Ditto.
4129         * gdb.python/py-evthreads.exp: Ditto.
4130         * gdb.python/py-mi.exp: Ditto.
4131         * gdb.python/py-pp-maint.exp: Ditto.
4132         * gdb.python/py-prettyprint.exp: Ditto.
4133         * gdb.python/py-finish-breakpoint.exp: Change print syntax for
4134         Python 3 compatibility.
4135         Skip tests for Python 2.4.
4136         * gdb.python/py-inferior.exp: Change print syntax for
4137         Python 3 compatibility.
4138         Use byte string rather than character string in memory write test
4139         if Python 3.
4140         * gdb.python/py-pp-maint.py: Change class declarations to "new
4141         class" syntax.
4142         * gdb.python/py-prettyprint.py: Change iterator class to generator
4143         function for Python 3 compatibility.
4144         Make all classes "new style".
4145         Fix indentation issue and stray semicolon.
4146         * gdb.python/py-shared.expChange print syntax for Python 3
4147         compatibility.
4148         Define "long" if Python 3.
4149         * gdb.python/py-type.exp: Change print syntax for Python 3
4150         compatibility.
4151         Accept either int or long values for enum values.
4152         * gdb.python/py-value.exp: Change print syntax for Python 3
4153         compatibility.
4154         Skip "long" and "unicode" tests if Python 3.
4155         Accept either "type" or "class" in type checks.
4156         * lib/gdb.exp (gdb_py_is_py3k): New flag set if Python 3.
4157         (gdb_py_is_py24): New flag set if Python 2.4 or 2.5.
4158
4159 2012-12-10  Tom Tromey  <tromey@redhat.com>
4160
4161         * gdb.dwarf2/implptr-64bit.exp: Run tests with two CUs as well.
4162         (test): Add "two_cu" argument.
4163         * gdb.dwarf2/implptr-64bit.S: Move subprogram later; use ref_addr
4164         for types; allow two CUs.
4165
4166 2012-12-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
4167
4168         * gdb.dwarf2/dw2-compdir-oldgcc.S: New file.
4169         * gdb.dwarf2/dw2-compdir-oldgcc.exp: New file.
4170
4171 2012-12-08  Yao Qi  <yao@codesourcery.com>
4172             Pedro Alves  <palves@redhat.com>
4173
4174         * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Test
4175         '=breakpoint-created' when GDB merges the tracepoints of both
4176          sides.
4177
4178 2012-12-07  Tom Tromey  <tromey@redhat.com>
4179
4180         * gdb.base/break1.c (enum some_enum, union some_union): New.
4181         (some_enum_global, some_union_global, some_value): New globals.
4182         * gdb.base/completion.exp: Add tag completion tests.
4183
4184 2012-12-07  Tom Tromey  <tromey@redhat.com>
4185
4186         * gdb.base/completion.exp: Add tests for ptype and whatis
4187         completion.
4188
4189 2012-12-07  Joel Brobecker  <brobecker@adacore.com>
4190
4191         * gdb.base/stale-infcall.exp: Fix copyright line.
4192
4193 2012-12-07  Joel Brobecker  <brobecker@adacore.com>
4194
4195         * gdb.ada/lang_switch.exp: The "msg" parameter may be a reference.
4196
4197 2012-12-06  Pedro Alves  <palves@redhat.com>
4198             Tom Tromey  <tromey@redhat.com>
4199
4200         * gdb.base/exprs.exp: Add tests for cast to void.
4201
4202 2012-12-06  Jens Elmenthaler <jens.elmenthaler@advantest.com>
4203
4204         * gdb.python/py-mi.exp: Correct expected results for attribute
4205         "dynamic" returned by -var-update.
4206         Add test case for correct handling of "diplayhint" for children
4207         of dynamic varobjs.
4208         * gdb.python/py-prettyprint.c (set_itme): New function.
4209         (bug_14741) New function.
4210         (main) Add call to bug_14741().
4211         * gdb.python/py-prettyprint.py (class ArrayPrinter): New class.
4212
4213 2012-12-05  Ulrich Weigand  <uweigand@de.ibm.com>
4214
4215         * gdb.base/gnu-debugdata.exp: Also include "D" symbols in
4216         ${binfile}.funcsyms list.
4217
4218 2012-12-04  Yao Qi  <yao@codesourcery.com>
4219
4220         PR gdb/13443
4221         * gdb.trace/actions.exp: Make test messages unique.
4222
4223 2012-11-29  Tom Tromey  <tromey@redhat.com>
4224
4225         * gdb.base/gnu-debugdata.exp (run, pipeline): Don't use lassign.
4226
4227 2012-11-29  Ulrich Weigand  <uweigand@de.ibm.com>
4228
4229         * gdb.opencl/convs_casts.exp: Always expect standard vector type names.
4230         * gdb.opencl/datatypes.exp: Likewise.
4231         * gdb.opencl/operators.exp: Likewise.
4232         * gdb.opencl/vec_comps.exp: Likewise.
4233
4234 2012-11-29  Jerome Guitton  <guitton@adacore.com>
4235
4236         * gdb.ada/iwide: New testcase.
4237
4238 2012-11-29  Jerome Guitton  <guitton@adacore.com>
4239
4240         * gdb.ada/ptype_tagged_param.exp: Adjust expected output in
4241         ptype test.
4242
4243 2012-11-29  Jerome Guitton  <guitton@adacore.com>
4244
4245         * gdb.ada/variant_record_packed_array.exp: Test expressions of the
4246         form {VARIANT_TYPE}ADDRESS.
4247
4248 2012-11-27  Daniel Jacobowitz  <dan@codesourcery.com>
4249
4250         * gdb.cp/member-ptr.cc (class Diamond): Add func_ptr.
4251         (func): New function.
4252         (main): Initialize diamond.func_ptr and add diamond_pfunc_ptr.
4253         * gdb.cp/member-ptr.exp: Add new tests for ptype and for
4254         pointers to members with pointer-to-function type.
4255
4256 2012-11-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
4257             Tom Tromey  <tromey@redhat.com>
4258
4259         * gdb.base/gnu-debugdata.exp: New file.
4260         * gdb.base/gnu-debugdata.c: New file.
4261         * lib/gdb.exp (gdb_file_cmd): Handle LZMA warning.
4262         (gdb_unload): Return 0 on success.
4263
4264 2012-11-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
4265
4266         * gdb.base/enumval.exp (print e, print f, print K): XFAIL on GCC <= 4.6.
4267
4268 2012-11-26  Joel Brobecker  <brobecker@adacore.com>
4269
4270         * gdb.base/empty_exe.exp: New testcase.
4271
4272 2012-11-20  Mike Frysinger  <vapier@gentoo.org>
4273
4274         * gdb.base/completion.exp: Add test for help aliases completion.
4275
4276 2012-11-20  Yao Qi  <yao@codesourcery.com>
4277
4278         * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
4279         Don't test 'maint set show-debug-regs'.
4280         Use command 'set remotecache' instead of
4281         'set circular-trace-buffer'.
4282
4283 2012-11-16  Keith Seitz  <keiths@redhat.com>
4284
4285         PR c++/13615
4286         * gdb.cp/baseenum.cc: New file.
4287         * gdb.cp/baseenum.exp: New file.
4288         * gdb.cp/derivation.cc (A): Add copyright.
4289         Add a typedef.
4290         (B): Use A::value_type instead of int.  Change all references.
4291         (D): Use value_type instead of int.  Change all references.
4292         (E): Likewise.
4293         (F); Likewise.
4294         (Z): New class.
4295         (ZZ): New class.
4296         (N, Base, Derived): New namespace and classes.
4297         (main): Add instances of Z and ZZ.
4298         Make sure all symbols from N are kept.
4299         * gdb.cp/derivation.exp: Update typedef changes in tests.
4300         Add tests for class typedefs both before and after starting
4301         the inferior.
4302         Add tests for searching for a typedef while stopped in a
4303         method.
4304
4305 2012-11-14  Luis Machado  <lgustavo@codesourcery.com>
4306
4307         * gdb.mi/mi-var-create-rtti.c: New file.
4308         * gdb.mi/mi-var-create-rtti.exp: New file.
4309
4310 2012-11-14  Luis Machado  <lgustavo@codesourcery.com>
4311
4312         * gdb.base/structs3.exp: Run to main before doing any tests.
4313
4314 2012-11-14  Andrew Burgess  <aburgess@broadcom.com>
4315
4316         * gdb.python/py-type.exp: Uniquify test names.
4317
4318 2012-11-14  Yao Qi  <yao@codesourcery.com>
4319
4320         * gdb.threads/manythreads.c [DEBUG]: Include "stdio.h".
4321         (thread_function) [DEBUG]: Call 'printf'.
4322         * gdb.threads/manythreads.exp: Pass '-DDEBUG' to compilation
4323         command line if 'DEBUG=1' is passed to test.
4324         Remove a pattern to match inferior's output.
4325
4326 2012-11-13  Giuseppe Montalto  <giuseppe.montalto@st.com>
4327
4328         * gdb.mi/mi-fill-memory.exp: New test.
4329
4330 2012-11-12  Tom Tromey  <tromey@redhat.com>
4331
4332         * gdb.base/completion.exp: Update for "info type-printers".
4333         * gdb.python/py-typeprint.cc: New file.
4334         * gdb.python/py-typeprint.exp: New file.
4335         * gdb.python/py-typeprint.py: New file.
4336
4337 2012-11-12  Tom Tromey  <tromey@redhat.com>
4338
4339         * gdb.base/call-sc.exp: Use "ptype/r".
4340         * gdb.base/volatile.exp: Don't expect "int".
4341         * gdb.cp/ptype-flags.cc: New file.
4342         * gdb.cp/ptype-flags.exp: New file.
4343         * gdb.cp/templates.exp: Use ptype/r.
4344         (test_ptype_of_templates, test_template_typedef): Likewise.
4345         * lib/cp-support.exp (cp_test_ptype_class): Add in_ptype_arg
4346         argument.  Handle template names and template parameters.
4347         * gdb.mi/mi-var-cmd.exp: Accept "long".
4348         * gdb.mi/mi-var-child.exp: Accept "long".
4349         * gdb.mi/mi-var-display.exp: Accept "long".
4350         * gdb.mi/mi2-var-child.exp: Accept "long".
4351
4352 2012-11-12  Tom Tromey  <tromey@redhat.com>
4353
4354         * gdb.cp/classes.exp (test_ptype_class_objects): Remove
4355         "ptype" from calls to cp_test_ptype_class.
4356         (test_enums): Likewise.
4357         * gdb.cp/derivation.exp: Remove "ptype" from calls to
4358         cp_test_ptype_class.
4359         * gdb.cp/inherit.exp (test_ptype_si): Remove "ptype" from
4360         calls to cp_test_ptype_class.
4361         (test_ptype_mi, test_ptype_vi, test_ptype_mvi): Likewise.
4362         * gdb.cp/virtfunc.exp (test_ptype_of_classes): Remove "ptype"
4363         from calls to cp_test_ptype_class.
4364         * lib/cp-support.exp (cp_test_ptype_class): Supply "ptype"
4365         command here.  Change "in_command" argument to "in_exp".
4366
4367 2012-11-10  Keith Seitz  <keiths@redhat.com>
4368
4369         PR gdb/14288
4370         * gdb.base/printcmds.c: Add invalid_XXX globals
4371         for repeated byte tests.
4372         * gdb.base/printcmds.exp (test_repeat_bytes): New procedure.
4373         * gdb.base/wchar.c (main): Add and construct a wchar_t
4374         array with repeated characters.
4375         * gdb.base/wchar.exp: Add repeated character tests.
4376
4377 2012-11-09  Andrew Burgess  <aburgess@broadcom.com>
4378
4379         * gdb.mi/mi-disassemble.exp: Expect fullname field in mi
4380         disassembly output.
4381
4382 2012-11-09  Pedro Alves  <palves@redhat.com>
4383
4384         PR gdb/14306
4385
4386         * gdb.multi/multi-arch-exec.c: New file.
4387         * gdb.multi/multi-arch-exec.exp: New file.
4388
4389 2012-11-09  Yao Qi  <yao@codesourcery.com>
4390
4391         * gdb.mi/mi-break.exp (test_abreak_creation): New procedure.
4392         (top level): Call it.
4393
4394 2012-11-09  Yao Qi  <yao@codesourcery.com>
4395
4396         * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix
4397         typo.
4398
4399 2012-11-09  Pedro Alves  <palves@redhat.com>
4400
4401         * gdb.multi/multi-arch.exp: New.
4402
4403 2012-11-08  Tom Tromey  <tromey@redhat.com>
4404
4405         * gdb.base/siginfo-obj.exp: Create core file.  Test siginfo from
4406         core files, if possible.
4407         * gdb.base/siginfo-thread.c: New file
4408         * gdb.base/siginfo-thread.exp: New file
4409
4410 2012-11-08  Tom Tromey  <tromey@redhat.com>
4411
4412         * gdb.base/comprdebug.exp: New file.
4413
4414 2012-11-06  Pedro Alves  <palves@redhat.com>
4415
4416         PR gdb/14810
4417
4418         * gdb.base/disabled-location.c: New file.
4419         * gdb.base/disabled-location.exp: New file.
4420
4421 2012-11-06  Tom Tromey  <tromey@redhat.com>
4422
4423         * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd.
4424         * gdb.python/py-strfns.exp (test_strfns_core_file): Use
4425         gdb_gcore_cmd.
4426         * gdb.cell/gcore.exp: Use gdb_gcore_cmd.
4427         * gdb.base/gcore.exp: Use gdb_gcore_cmd.
4428         * gdb.base/gcore-relro.exp: Use gdb_gcore_cmd.
4429         * gdb.base/gcore-buffer-overflow.exp: Use gdb_gcore_cmd.
4430         * gdb.base/auxv.exp: Use gdb_gcore_cmd.
4431         * gdb.arch/vsx-regs.exp: Use gdb_gcore_cmd.
4432         * gdb.arch/system-gcore.exp: Use gdb_gcore_cmd.
4433         * gdb.arch/pa-nullify.exp (test_core_bt): Use gdb_gcore_cmd.
4434         * lib/gdb.exp (gdb_gcore_cmd): New proc.
4435
4436 2012-11-05  Pedro Alves  <palves@redhat.com>
4437
4438         * gdb.base/foll-vfork.exp (vfork_relations_in_info_inferiors): New
4439         procedure.
4440         (do_vfork_and_follow_child_tests_exec)
4441         (do_vfork_and_follow_child_tests_exit): Call it.
4442
4443 2012-11-05  Pedro Alves  <palves@redhat.com>
4444
4445         * gdb.base/foll-vfork.c (main): Call perror and _exit if execlp()
4446         fails.
4447
4448 2012-11-03  Yao Qi  <yao@codesourcery.com>
4449
4450         Fix PR gdb/14617.
4451         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
4452         Remove setup_kfail, and update test.
4453
4454 2012-11-02  Tom Tromey  <tromey@redhat.com>
4455
4456         * gdb.base/catch-syscall.exp (do_syscall_tests): Add completion
4457         test.
4458
4459 2012-11-02  Pedro Alves  <palves@redhat.com>
4460
4461         PR gdb/14766
4462
4463         * gdb.base/foll-vfork.exp (vfork_child_follow_to_exit): Remove
4464         setup_kfail.
4465         (tcatch_vfork_then_child_follow_exit): No longer expect "Couldn't
4466         get registers".
4467
4468 2012-11-02  Pedro Alves  <palves@redhat.com>
4469
4470         * gdb.base/foll-vfork-exit.c: New file.
4471         * gdb.base/foll-vfork.exp (top level): New file-describing
4472         comment.
4473         (vfork_child_follow_to_exit): New procedure.
4474         (tcatch_vfork_then_child_follow): Rename as ...
4475         (tcatch_vfork_then_child_follow_exec): ... this.
4476         (tcatch_vfork_then_child_follow_exit): New procedure.
4477         (do_vfork_and_follow_parent_tests): New procedure, factored out
4478         from do_vfork_and_exec_tests.
4479         (do_vfork_and_follow_child_tests_exec): Ditto.
4480         (do_vfork_and_exec_tests): Delete.
4481         (do_vfork_and_follow_child_tests_exit): New procedure.
4482         (top level): Run tests with both the program that has the vfork
4483         child execing, and the program has the vfork child exiting.
4484
4485 2012-11-02  Pedro Alves  <palves@redhat.com>
4486
4487         * gdb.base/foll-vfork.exp (setup_gdb): New procedure.
4488         (check_vfork_catchpoints, vfork_parent_follow_through_step)
4489         (vfork_parent_follow_to_bp): Call it.
4490         (kill_child): Delete.
4491         (vfork_and_exec_child_follow_to_main_bp)
4492         (vfork_and_exec_child_follow_through_step): Call setup_gdb.  No
4493         longer call kill_child.
4494         (tcatch_vfork_then_parent_follow): Call setup_gdb.
4495         (do_vfork_and_exec_tests): Don't runto_main before calling each
4496         test procedure.
4497         (top level): Don't clean restart and set verbose before running
4498         each test procedure.
4499
4500 2012-11-02  Pedro Alves  <palves@redhat.com>
4501
4502         * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step)
4503         (vfork_parent_follow_to_bp)
4504         (vfork_and_exec_child_follow_to_main_bp)
4505         (vfork_and_exec_child_follow_through_step)
4506         (tcatch_vfork_then_parent_follow)
4507         (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
4508         Use with_test_prefix.
4509
4510 2012-11-02  Pedro Alves  <palves@redhat.com>
4511
4512         * gdb.base/foll-vfork.c: Add copyright header.
4513         * gdb.base/vforked-prog.c: Add copyright header.
4514
4515 2012-11-02  Pedro Alves  <palves@redhat.com>
4516
4517         * gdb.base/foll-vfork.exp
4518         (vfork_and_exec_child_follow_through_step): Don't skip on
4519         non-HP/UX targets.  Expect the next to only step one line on
4520         non-HP/UX targets, rather than stopping only after the exec.
4521
4522 2012-11-02  Pedro Alves  <palves@redhat.com>
4523
4524         Don't hard code line numbers.
4525
4526         * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step):
4527         Expect text from the sources instead of a line number.
4528         (vfork_parent_follow_to_bp)
4529         (vfork_and_exec_child_follow_to_main_bp)
4530         (vfork_and_exec_child_follow_through_step)
4531         (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
4532         Use gdb_get_line_number.
4533
4534 2012-11-02  Pedro Alves  <palves@redhat.com>
4535
4536         Modernize.
4537
4538         * gdb.base/foll-vfork.exp: Use standard_testfile and
4539         build_executable.  Pass descriptive string to untested.
4540         (vfork_parent_follow_through_step, vfork_parent_follow_to_bp)
4541         (vfork_and_exec_child_follow_to_main_bp)
4542         (vfork_and_exec_child_follow_through_step)
4543         (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow)
4544         (do_vfork_and_exec_tests): Use gdb_test/gdb_test_multiple instead
4545         of send_gdb/gdb_expect.
4546
4547         (kill_child): New procedure.
4548         (vfork_and_exec_child_follow_to_main_bp)
4549         (vfork_and_exec_child_follow_through_step): Use it.
4550
4551 2012-11-02  Yao Qi  <yao@codesourcery.com>
4552
4553         * gdb.base/setvar.exp: Test setting nested struct.
4554         * gdb.base/setvar.c (v_struct3): New.
4555
4556 2012-11-01  Doug Evans  <dje@google.com>
4557
4558         * gdb.arch/amd64-pseudo.c (main): Mark registers that the testsuite
4559         changes as clobbered (e.g., amd64-dword.exp) so gcc doesn't try to
4560         use them.
4561
4562 2012-10-31  Andrew Burgess  <aburgess@broadcom.com>
4563
4564         PR cli/14772
4565         * gdb.base/gnu_vector.c (union_with_vector_1)
4566         (struct_with_vector_1): Add new struct and union for testing
4567         ptype.
4568         * gdb.base/gnu_vector.exp: Add testing of ptype on vectors, and
4569         structs / unions containing vectors.
4570
4571 2012-10-25  Yao Qi  <yao@codesourcery.com>
4572
4573         * gdb.trace/ftrace.exp (test_fast_tracepoints): Use
4574         'setup_kfail' instead of 'setup_kfail_for_target'.
4575         * gdb.base/varargs.exp: Likewise.
4576         * lib/gdb.exp (setup_kfail_for_target): Remove.
4577
4578 2012-10-25  Mark Kettenis  <kettenis@openbsd.nfra.nl>
4579
4580         * gdb.base/varargs.exp: PR gdb/12790 is now fixed.
4581
4582 2012-10-25  Mark Kettenis  <kettenis@gnu.org>
4583
4584         * gdb.base/varargs.exp: PR gdb/12776 is now fixed.
4585
4586 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
4587
4588         * gdb.ada/set_wstr: New testcase.
4589
4590 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
4591
4592         * gdb.base/ldbl_e308.c, gdb.base/ldbl_e308.exp: New files.
4593
4594 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
4595
4596         * gdb.ada/unc_arr_ptr_in_var_rec: New testcase.
4597
4598 2012-10-24  Mark Kettenis  <kettenis@gnu.org>
4599
4600         * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.
4601
4602 2012-10-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4603
4604         * gdb.base/callfuncs.exp (do_function_calls): Fix
4605         setup_kfail_for_target for -m32 mode.
4606
4607 2012-10-23  Mark Kettenis  <kettenis@gnu.org>
4608
4609         * gdb.base/callfuncs.exp: PR gdb/12796, gdb/12798 and gdb/12800
4610         are now fixed.
4611
4612 2012-10-23  Yao Qi  <yao@codesourcery.com>
4613
4614         * gdb.base/info-os.exp: Resume the inferior until it exits.
4615
4616 2012-10-18  Yufeng Zhang  <yufeng.zhang@arm.com>
4617
4618         * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
4619         * gdb.base/print-file-var.exp: Likewise.
4620         * gdb.base/type-opaque.exp: Likewise.
4621
4622 2012-10-17  Yao Qi  <yao@codesourcery.com>
4623
4624         * gdb.mi/mi-memory-changed.exp: New.
4625
4626 2012-10-16  Yao Qi  <yao@codesourcery.com>
4627
4628         * gdb.reverse/solib-precsave.exp: Skip if skip_shlib_test
4629         returns true.
4630         Call gdb_load_shlibs.
4631         * gdb.reverse/solib-reverse.exp: Likewise.
4632
4633 2012-10-15  Keith Seitz  <keiths@redhat.com>
4634
4635         * lib/cp-support.exp (cp_test_ptype_class): Add support
4636         for class typedefs.
4637
4638         * gdb.cp/derivation.exp: Add tests for g_instance.
4639
4640 2012-10-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
4641
4642         Fix entry values resolving in inlined frames.
4643         * gdb.arch/amd64-entry-value-inline.S: New file.
4644         * gdb.arch/amd64-entry-value-inline.c: New file.
4645         * gdb.arch/amd64-entry-value-inline.exp: New file.
4646
4647 2012-10-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
4648             Doug Evans  <dje@google.com>
4649
4650         Fix recent gdb_breakpoint regression.
4651         * gdb.java/jmisc.exp: gdb_breakpoint for $function - remove curly
4652         braces from the parameter.
4653         * gdb.java/jprint.exp: Likewise.
4654
4655 2012-10-15  Doug Evans  <dje@google.com>
4656
4657         * lib/gdb.exp (runto): Fix call to gdb_breakpoint.
4658
4659 2012-10-15  Yufeng Zhang  <yufeng.zhang@arm.com>
4660
4661         * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.
4662
4663 2012-10-15  Tom Tromey  <tromey@redhat.com>
4664
4665         * gdb.python/py-symtab.exp: Test sal and symtab destructors.
4666
4667 2012-10-15  Tom Tromey  <tromey@redhat.com>
4668
4669         * gdb.python/py-symbol.exp: Test symbol destructor.
4670
4671 2012-10-14  Yao Qi  <yao@codesourcery.com>
4672
4673         * gdb.mi/mi2-cli.exp: Move to mi-cli.exp.
4674         * gdb.mi/mi-cli.exp: New.
4675
4676         * gdb.mi/mi2-basics.exp: Remove.
4677         * gdb.mi/mi2-break.exp: Remove.
4678         * gdb.mi/mi2-console.exp: Remove.
4679         * gdb.mi/mi2-disassemble.exp: Remove.
4680         * gdb.mi/mi2-eval.exp: Remove.
4681         * gdb.mi/mi2-file.exp: Remove.
4682         * gdb.mi/mi2-hack-cli.exp: Remove.
4683         * gdb.mi/mi2-pthreads.exp: Remove.
4684         * gdb.mi/mi2-read-memory.exp: Remove.
4685         * gdb.mi/mi2-regs.exp: Remove.
4686         * gdb.mi/mi2-return.exp: Remove.
4687         * gdb.mi/mi2-simplerun.exp: Remove.
4688         * gdb.mi/mi2-stack.exp: Remove.
4689         * gdb.mi/mi2-stepi.exp: Remove.
4690         * gdb.mi/mi2-syn-frame.exp: Remove.
4691         * gdb.mi/mi2-until.exp: Remove.
4692         * gdb.mi/mi2-watch.exp: Remove.
4693         * gdb.mi/mi2-var-block.exp: Remove.
4694         * gdb.mi/mi2-var-cmd.exp: Remove.
4695         * gdb.mi/mi2-var-display.exp: Remove.
4696
4697 2012-10-12  Yao Qi  <yao@codesourcery.com>
4698
4699         * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove
4700         trail '.*' on matching patterns.
4701
4702 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
4703
4704         * gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target.
4705         * gdb.arch/i386-cfi-notcurrent.exp: Likewise.
4706         * gdb.arch/i386-disp-step.exp: Likewise.
4707         * gdb.arch/i386-gnu-cfi.exp: Likewise.
4708         * gdb.arch/i386-prologue.exp: Likewise.
4709         * gdb.arch/i386-size-overlap.exp: Likewise.
4710         * gdb.arch/i386-size.exp: Likewise.
4711         * gdb.arch/i386-unwind.exp: Likewise.
4712
4713 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
4714
4715         * gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
4716         * gdb.arch/i386-word.exp: Likewise.
4717
4718 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
4719
4720         * gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of
4721         is_ilp32_target to set nr_regs.
4722         * gdb.arch/i386-sse.exp: Likewise.
4723
4724 2012-10-11  Doug Evans  <dje@google.com>
4725
4726         PR breakpoints/14643.
4727         * gdb.linespec/ls-errs.exp: Change tests of "b if|task|thread".
4728         * gdb.linespec/thread.c: New file.
4729         * gdb.linespec/thread.exp: New file.
4730
4731         * lib/gdb.exp (gdb_breakpoint): Fix varargs scan.
4732         Recognize "message" -> print pass and fail.  Add eof case.
4733         (runto): Recognize message, no-message.  Print pass/fail if requested,
4734         with same treatment as gdb_breakpoint.
4735         (runto_main): Pass no-message to runto.
4736         (gdb_internal_error_resync): Add log message.
4737         (gdb_file_cmd): Tweak internal error fail text for consistency.
4738
4739 2012-10-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4740
4741         Fix crash during stepping on ppc32.
4742         * gdb.base/step-symless.c: New file.
4743         * gdb.base/step-symless.exp: New file.
4744
4745 2012-10-03  Doug Evans  <dje@google.com>
4746
4747         PR symtab/14601
4748         * gdb.cp/using-crash.exp: New file.
4749         * gdb.cp/using-crash.cc: New file.
4750
4751 2012-10-02  Doug Evans  <dje@google.com>
4752
4753         * lib/gdb.exp (gdb_unload): Change wording of perror text to be
4754         more consistent.
4755         (runto,gdb_debug_format): Ditto.
4756         (gdb_file_cmd): Watch for eof in nested gdb_expect.
4757         Clean up logging and error messages.
4758
4759 2012-10-01  Andrew Burgess  <aburgess@broadcom.com>
4760
4761         Test find command on unmapped memory.
4762         * gdb.base/find-unmapped.c: New file.
4763         * gdb.base/find-unmapped.exp: New file.
4764
4765 2012-09-29  Yao Qi  <yao@codesourcery.com>
4766
4767         * gdb.trace/mi-tracepoint-changed.exp: New.
4768         * gdb.mi/mi-breakpoint-changed.exp: New.
4769         * gdb.mi/pending.c, gdb.mi/pendshr1.c: New
4770         * gdb.mi/pendshr2.c: New.
4771
4772 2012-09-28  Yao Qi  <yao@codesourcery.com>
4773
4774         * gdb.mi/pr11022.exp: New.
4775         * gdb.mi/pr11022.c: New.  Copied from gdb.base/.
4776
4777 2012-09-27  Tom Tromey  <tromey@redhat.com>
4778
4779         * gdb.cp/derivation.exp: Add regression test.
4780         * gdb.cp/derivation.cc (class V_base, class V_inter, class
4781         V_derived): New.
4782         (vderived): New global.
4783
4784 2012-09-26  Tom Tromey  <tromey@redhat.com>
4785
4786         * gdb.dwarf2/dw2-common-block.S: New file.
4787         * gdb.dwarf2/dw2-common-block.exp: New file.
4788
4789 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
4790
4791         * gdb.fortran/common-block.exp: New file.
4792         * gdb.fortran/common-block.f90: New file.
4793
4794 2012-09-26  Andrew Burgess  <aburgess@broadcom.com>
4795
4796         * gdb.base/duplicate-bp.c: New file.
4797         * gdb.base/duplicate-bp.exp: New file.
4798
4799 2012-09-26  Yao Qi  <yao@codesourcery.com>
4800
4801         * gdb.mi/mi2-cli.exp:  Avoid line number in test summary.
4802
4803         Revert:
4804         2012-09-21  Yao Qi  <yao@codesourcery.com>
4805
4806         * gdb.mi/mi2-cli.exp: Remove redundant '\'.
4807
4808 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
4809
4810         * gdb.base/longest-types.c: New test case.
4811         * gdb.base/longest-types.exp: New test case.
4812
4813 2012-09-25  Yao Qi  <yao@codesourcery.com>
4814
4815         * gdb.mi/mi2-cli.exp: Check breakpoint notification.
4816
4817 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
4818
4819         Fix internal error on canonicalization of clang types.
4820         * gdb.dwarf2/dw2-canonicalize-type.S: New file.
4821         * gdb.dwarf2/dw2-canonicalize-type.exp: New file.
4822         * lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
4823
4824 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
4825
4826         Fix disassemble without parameters in tailcall frame.
4827         * gdb.arch/amd64-entry-value.exp (down, disassemble): New tests.
4828
4829 2012-09-21  Andrew Burgess  <aburgess@broadcom.com>
4830
4831         * gdb.dwarf2/dw2-op-out-param.S: New file.
4832         * gdb.dwarf2/dw2-op-out-param.exp: New file.
4833
4834 2012-09-21  Yao Qi  <yao@codesourcery.com>
4835
4836         * gdb.mi/mi2-cli.exp: Remove redundant '\'.
4837
4838 2012-09-21  Yao Qi  <yao@codesourcery.com>
4839
4840         * gdb.mi/mi-cli.exp: Remove.
4841         * gdb.mi/mi2-cli.exp: Merged from mi-cli.exp.
4842
4843 2012-09-21  Yao Qi  <yao@codesourcery.com>
4844
4845         * gdb.mi/mi-reverse.exp: Fix the typo in expected output of
4846         "=record-started" notification.
4847
4848 2012-09-21  Yao Qi  <yao@codesourcery.com>
4849
4850         * gdb.mi/mi-record-changed.exp: New.
4851         * gdb.mi/mi-reverse.exp: Adjust expected output.
4852
4853 2012-09-20  Tom Tromey  <tromey@redhat.com>
4854
4855         * gdb.python/python.exp: Test atexit.register.
4856
4857 2012-09-20  Doug Evans  <dje@google.com>
4858
4859         * boards/dwarf4-gdb-index.exp: New file.
4860
4861         * gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
4862         while running the tests.
4863
4864 2012-09-18  Joel Brobecker  <brobecker@adacore.com>
4865
4866         * gdb.ada/bp_reset: New testcase.
4867
4868 2012-09-18  Yao Qi  <yao@codesourcery.com>
4869
4870         * gdb.trace/mi-tsv-changed.exp: New.
4871
4872 2012-09-18  Yao Qi  <yao@codesourcery.com>
4873
4874         * gdb.trace/mi-traceframe-changed.exp: New.
4875
4876 2012-09-17  Yao Qi  <yao@codesourcery.com>
4877
4878         * gdb.base/list.exp (set_listsize): Don't set arg to "unlimited"
4879         when it is less than 0.
4880
4881 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4882
4883         PR 14119
4884         * gdb.arch/amd64-tailcall-ret.S: New file.
4885         * gdb.arch/amd64-tailcall-ret.c: New file.
4886         * gdb.arch/amd64-tailcall-ret.exp: New file.
4887         * gdb.reverse/amd64-tailcall-reverse.S: New file.
4888         * gdb.reverse/amd64-tailcall-reverse.c: New file.
4889         * gdb.reverse/amd64-tailcall-reverse.exp: New file.
4890
4891 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4892
4893         PR 14548
4894         * gdb.reverse/singlejmp-reverse-nodebug.S: New file.
4895         * gdb.reverse/singlejmp-reverse-nodebug.c: New file.
4896         * gdb.reverse/singlejmp-reverse.S: New file.
4897         * gdb.reverse/singlejmp-reverse.c: New file.
4898         * gdb.reverse/singlejmp-reverse.exp: New file.
4899
4900 2012-09-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
4901
4902         Fix compatibility with old GCC (~4.1).
4903         * gdb.cp/converts.cc (my_enum_var): New variable.
4904
4905 2012-09-14  Andrew Burgess  <aburgess@broadcom.com>
4906
4907         * gdb.xml/tdesc-regs.exp: Update expected output for new
4908         vector_size syntax of vector types.
4909
4910 2012-09-13  Khoo Yit Phang  <khooyp@cs.umd.edu>
4911
4912         Refactor Python "gdb" module into a proper Python package, by
4913         introducing a new "_gdb" module for code implemented in C, and
4914         using reload/__import__ instead of exec.
4915         * gdb.python/python.exp (Test stderr location): Update module
4916         location of GDB-specific sys.stderr.
4917         (Test stdout location): Ditto for sys.stdout.
4918
4919 2012-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4920
4921         * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
4922
4923 2012-09-12  Keith Seitz  <keiths@redhat.com>
4924
4925         * gdb.cp/converts.cc (main): Comment out the pointer to boolean
4926         conversion statement.
4927
4928 2012-09-12  Doug Evans  <dje@google.com>
4929
4930         * gdb.base/help.exp: Remove testing of individual command help text,
4931         too much of a maintenance burden.  Instead, test the functionality
4932         of "help" itself.
4933
4934 2012-09-11  Doug Evans  <dje@google.com>
4935
4936         * gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
4937         breakpoint.
4938
4939         * gdb.dwarf2/fission-base.S: Include gdb.dwarf2/ in dwo_name.
4940         * gdb.dwarf2/fission-reread.S: Ditto.
4941         * gdb.dwarf2/fission-base.exp: Remove setting of debug-file-directory.
4942         * gdb.dwarf2/fission-reread.exp: Ditto.
4943
4944 2012-09-11  Andrew Burgess  <aburgess@broadcom.com>
4945
4946         * gdb.base/ptype.exp: Test ptype on a pointer to a typedef.
4947
4948 2012-09-10  Joel Brobecker  <brobecker@adacore.com>
4949
4950         * gdb.ada/optim_drec: New testcase.
4951
4952 2012-09-10  Doug Evans  <dje@google.com>
4953
4954         * boards/fission.exp: Explicitly mark "board" as not remote.
4955
4956 2012-09-10  Keith Seitz  <keiths@redhat.com>
4957
4958         PR gdb/13483
4959         * gdb.cp/converts.cc (A::A): Add ctor.
4960         (A::member_): Add member.
4961         (enum my_enum): New enumeration.
4962         (main): Add calls to foo1_7 with various
4963         permitted arguments.
4964         * gdb.cp/converts.exp: Add tests for boolean
4965         conversions permitted by the standard.
4966
4967 2012-09-08  Khoo Yit Phang  <khooyp@cs.umd.edu>
4968
4969         Replace -nw option with $INTERNAL_GDBFLAGS in "xgdb" tests to
4970         avoid spurious results due to ~/.gdbinit.
4971         * gdb.gdb/complaint.exp (setup_test): Replace -nw option with
4972         $INTERNAL_GDBFLAGS in run command.
4973         * gdb.gdb/observer.exp (setup_test): Ditto.
4974         * gdb.gdb/selftest.exp (test_with_self): Ditto.
4975         * gdb.gdb/xfullpath.exp (setup_test): Ditto.
4976
4977 2012-09-06  Doug Evans  <dje@google.com>
4978
4979         * boards/fission.exp: New file.
4980
4981         * gdb.python/py-value.exp: Use clean_restart.
4982
4983 2012-09-05  Doug Evans  <dje@google.com>
4984
4985         * gdb.base/info-macros.c: Fix whitespace.
4986
4987 2012-08-28  Pedro Alves  <palves@redhat.com>
4988
4989         PR gdb/14428
4990
4991         * gdb.base/pc-fp.exp: Adjust expected output of 'info registers pc fp'.
4992
4993 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
4994
4995         * gdb.base/break-caller-line.c: New file.
4996         * gdb.base/break-caller-line.exp: New file.
4997
4998 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
4999
5000         * gdb.ada/rdv_wait.exp (set debug-file-directory): New command.
5001         * gdb.arch/i386-cfi-notcurrent.S: New file.
5002         * gdb.arch/i386-cfi-notcurrent.exp: New file.
5003
5004 2012-08-27  Wei-cheng Wang  <cole945@gmail.com>
5005             Yao Qi <yao@codesourcery.com>
5006             Pedro Alves <palves@redhat.com>
5007
5008         * gdb.base/memattr.exp (delete_memory, region_pass, region_fail):
5009         New procedures.
5010         (top level): Add overlap checking tests.
5011
5012 2012-08-24  Tom Tromey  <tromey@redhat.com>
5013
5014         * lib/gdb.exp (skip_unwinder_tests): Don't leave 'ok' set if
5015         gdb_test_multiple fails for other reasons.
5016
5017 2012-08-24  Yao Qi  <yao@codesourcery.com>
5018
5019         * lib/gdb.exp (skip_unwinder_tests): Remove pass.
5020
5021 2012-08-23  Pedro Alves  <palves@redhat.com>
5022
5023         * gdb.base/help.exp: Adjust to "handle" help text change.
5024
5025 2012-08-23  Yao Qi  <yao@codesourcery.com>
5026
5027         * gdb.trace/disconnected-tracing.c (start, end): New.
5028         (main): Call start and end.
5029         * gdb.trace/disconnected-tracing.exp (disconnected_tracing): Move
5030         existing tests into this proc.
5031         (disconnected_tfind): New.
5032
5033 2012-08-23  Yao Qi  <yao@codesourcery.com>
5034
5035         * boards/native-gdbserver.exp (${board}_upload): New.
5036         * boards/native-stdio-gdbserver.exp (${board}_upload): New.
5037         * gdb.trace/tfile.exp: Don't check 'gdb,nofileio'.
5038         Execute tfile on remote target.
5039         Copy trace file from target to host.
5040
5041 2012-08-22  Joseph Myers  <joseph@codesourcery.com>
5042
5043         * gdb.arch/thumb-bx-pc.S: New file.
5044         * gdb.arch/thumb-bx-pc.exp: New file.
5045
5046 2012-08-22  Tom Tromey  <tromey@redhat.com>
5047
5048         * gdb.base/maint.exp: Update.
5049
5050 2012-08-22  Tom Tromey  <tromey@redhat.com>
5051
5052         * lib/gdb.exp (skip_unwinder_tests): New proc.
5053         * gdb.cp/nextoverthrow.exp: Use skip_unwinder_tests.
5054         * gdb.java/jnpe.exp: Use skip_unwinder_tests.
5055
5056 2012-08-21  Tom Tromey  <tromey@redhat.com>
5057
5058         * gdb.hp/gdb.aCC/exception.exp: Remove.
5059
5060 012-08-19  Andrew Pinski  <apinski@cavium.com>
5061
5062         * gdb.arch/mips-octeon-bbit.c: New file.
5063         * gdb.arch/mips-octeon-bbit.exp: New Test.
5064
5065 012-08-19  Keith Seitz  <keiths@redhat.com>
5066
5067         PR c++/14365
5068         * gdb.dwarf2/dw2-anon-mptr.exp: New file.
5069         * gdb.dwarf2/dw2-anon-mptr.S: New file.
5070
5071 2012-08-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
5072
5073         * gdb.base/solib-corrupted.exp (make solibs looping): Replace
5074         verbose -log by more specific untested call.
5075
5076 2012-08-18  Yao Qi  <yao@codesourcery.com>
5077
5078         * gdb.trace/tfind.exp: Move tests on various command help before
5079         checking target supports trace.
5080         Fix the expected output of 'help tfind end'.
5081
5082 2012-08-17  Keith Seitz  <keiths@redhat.com>
5083
5084         PR c++/13356
5085         * gdb.base/default.exp: Update all "check type" tests.
5086         * gdb.base/help.exp: Likewise.
5087         * gdb.base/setshow.exp: Likewise.
5088         * gdb.cp/converts.cc (foo1_type_check): New function.
5089         (foo2_type_check): New function.
5090         (foo3_type_check): New function.
5091         (main): Call new functions.
5092         * converts.exp: Add tests for integer-to-pointer conversions
5093         with/without strict type-checking.
5094
5095 2012-08-16  Mike Frysinger  <vapier@gentoo.org>
5096
5097         * gdb.base/help.exp: Update expected output.
5098
5099 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
5100
5101         * gdb.ada/rdv_wait: New testcase.
5102
5103 2012-08-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
5104
5105         * gdb.base/attach-twice.exp: Remove excessive ps exec.
5106
5107 2012-08-13  Doug Evans  <dje@google.com>
5108
5109         * gdb.base/help.exp: Update expected output.
5110         * gdb.base/default.exp: Update expected output of "show convenience".
5111
5112 2012-08-10  Doug Evans  <dje@google.com>
5113
5114         * gdb.python/py-strfns.c: New file.
5115         * gdb.python/py-strfns.exp: New file.
5116         * gdb.python/py-type.exp (test_fields): Add vector tests.
5117
5118 2012-08-10  Mike Frysinger  <vapier@gentoo.org>
5119
5120         PR cli/10436:
5121         * gdb.base/completion.exp: Add tests for handle completion.
5122
5123 2012-08-09  Yao Qi  <yao@codesourcery.com>
5124
5125         * gdb.mi/mi-cmd-param-changed.exp: New.
5126         * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
5127         * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
5128         * gdb.mi/mi2-prompt.exp: Likewise.
5129
5130 2012-08-08  Doug Evans  <dje@google.com>
5131
5132         * gdb.base/debug-expr.c: New file.
5133         * gdb.base/debug-expr.exp: New file.
5134         * gdb.base/exprs.exp: Test {type} casts.
5135         * gdb.cp/debug-expr.exp: New file.
5136
5137 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
5138
5139         * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
5140         global variable loop, not a 'break'.  Add loop count limit to 100.
5141         Add new fail case for terminated vgdb.
5142
5143 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
5144             Jean-Marc Saffroy  <saffroy@gmail.com>
5145
5146         PR 11804
5147         * gdb.base/gcore-relro.exp: New file.
5148         * gdb.base/gcore-relro-main.c: New file.
5149         * gdb.base/gcore-relro-lib.c: New file.
5150
5151 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
5152
5153         Do not false FAIL with old GCCs.
5154         * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
5155         GCC < 4.5 in $no_hw mode.
5156
5157 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
5158
5159         * gdb.base/default.exp (cd): Accept new directory with no arguments.
5160
5161 2012-08-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
5162
5163         * gdb.base/list.exp (test_only_end): New function.
5164         Call it.
5165
5166 2012-08-06  Tom Tromey  <tromey@redhat.com>
5167
5168         * gdb.python/py-mi.exp: Add test for printer whose children
5169         are a list.
5170         * gdb.python/py-prettyprint.c (struct children_as_list): New.
5171         (main): New variable children_as_list.
5172         * gdb.python/py-prettyprint.py (class pp_children_as_list):
5173         New.
5174         (register_pretty_printers): Register new printer.
5175
5176 2012-08-03  Edjunior Machado  <emachado@linux.vnet.ibm.com>
5177
5178         * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
5179         symbols. Abort if vgdb remote connection is closed.
5180
5181 2012-08-02  Doug Evans  <dje@google.com>
5182
5183         * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
5184
5185 2012-08-02  Sergio Durigan Junior  <sergiodj@redhat.com>
5186
5187         * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
5188         s390x, PowerPC 64 and m68k-linux.
5189
5190 2012-08-02  Ulrich Weigand  <uweigand@de.ibm.com>
5191
5192         * gdb.base/annota1.exp: Accept no frames-invalid notification
5193         when starting up the program.
5194         * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
5195         show a symbolic value as well.
5196         * gdb.server/server-exec-info.exp: Skip test when skipping
5197         gdbserver test and/or when skipping shared library tests.
5198         * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
5199         avoid name conflicts with other tests.
5200
5201 2012-08-02  Ulrich Weigand  <uweigand@de.ibm.com>
5202
5203         * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
5204         Fix wrong output on big-endian systems.
5205         * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
5206         4-byte pointer types on 64-bit s390x.
5207
5208 2012-08-02  Ulrich Weigand  <uweigand@de.ibm.com>
5209
5210         * gdb.base/watchpoint.c (func2): Initialize local_a.  Add
5211         marker comment at the beginning (after intialization).
5212         * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
5213         breakpoint on marker comment instead of function begin.
5214         (test_wide_location_1): Do not expect HW watchpoints on 32-bit
5215         PowerPC.
5216         (test_wide_location_2): Do not expect HW watchpoints on 32-bit
5217         or 64-bit PowerPC.
5218         (do_tests): Consistently set can-use-hw-watchpoints to 0 if
5219         gdb,no_hardware_watchpoints flag is set.
5220         (initialize): Remove now redundant can-use-hw-watchpoints change.
5221
5222 2012-08-02  Yao Qi  <yao@codesourcery.com>
5223             Pedro Alves  <palves@redhat.com>
5224
5225         * boards/local-remote-host.exp: New.
5226
5227 2012-08-01  Ulrich Weigand  <ulrich.weigand@linaro.org>
5228
5229         * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
5230         * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
5231         * gdb.base/print-file-var.exp: Likewise.
5232         * gdb.server/solib-list.exp: Skip on remote targets.
5233
5234 2012-08-01  Ulrich Weigand  <ulrich.weigand@linaro.org>
5235
5236         * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
5237         watchpoints on ARM.  When expecting software watchpoints, tolerate
5238         (remote) targets that report unsupported hardware watchpoint only
5239         at continue time.
5240         (test_wide_location_2): Likewise.
5241
5242 2012-08-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
5243
5244         * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
5245         valgrind versions.
5246
5247 2012-07-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
5248
5249         * gdb.base/valgrind-infcall.c: New file.
5250         * gdb.base/valgrind-infcall.exp: New file.
5251
5252         * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
5253
5254 2012-07-30  Keith Seitz  <keiths@redhat.com>
5255
5256         * gdb.linespec/ls-errs.exp: Check some quote-enclosed
5257         linespecs.
5258
5259 2012-07-30  Doug Evans  <dje@google.com>
5260
5261         * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
5262         * gdb.dwarf2/pr13961.S: Ditto.
5263
5264         * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
5265
5266 2012-07-30  Andrew Burgess  <aburgess@broadcom.com>
5267
5268         * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
5269         change its format immediately after reloading the binary.
5270
5271 2012-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
5272
5273         Fix testsuite regression after --use-deprecated-index-sections removal.
5274         * gdb.base/annota1.exp (run until main breakpoint): Update the expect
5275         string.
5276         * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
5277
5278 2012-07-27  Yao Qi  <yao@codesourcery.com>
5279
5280         KFAIL for PR remote/14161.
5281         * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
5282         Cleanup socket files.
5283         (strace_info_marker): Detach inferior.
5284
5285 2012-07-26  Tom Tromey  <tromey@redhat.com>
5286
5287         * gdb.objc/print.exp (test_float_accepted): Remove kfails.
5288
5289 2012-07-26  Markus Metzger  <markus.t.metzger@intel.com>
5290
5291         * gdb.python/py-inferior.c (thread): New function.
5292         (check_threads): New function.
5293         (test_threads): New function.
5294         * gdb.python/py-inferior.exp: Added test.
5295         Replaced runto with continue to breakpoint.
5296
5297 2012-07-26  Tom Tromey  <tromey@redhat.com>
5298
5299         * lib/ada.exp (standard_ada_testfile): New proc.
5300         * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
5301         * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
5302         * gdb.ada/array_return.exp: Use standard_ada_testfile.
5303         * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
5304         * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
5305         * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
5306         * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
5307         * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
5308         * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
5309         * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
5310         * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
5311         * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
5312         * gdb.ada/call_pn.exp: Use standard_ada_testfile.
5313         * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
5314         * gdb.ada/char_enum.exp: Use standard_ada_testfile.
5315         * gdb.ada/char_param.exp: Use standard_ada_testfile.
5316         * gdb.ada/complete.exp: Use standard_ada_testfile.
5317         * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
5318         standard_output_file.
5319         * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
5320         * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
5321         * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
5322         standard_output_file.
5323         * gdb.ada/exprs.exp: Use standard_ada_testfile.
5324         * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
5325         * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
5326         * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
5327         * gdb.ada/frame_args.exp: Use standard_ada_testfile.
5328         * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
5329         * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
5330         * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
5331         * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
5332         * gdb.ada/homonym.exp: Use standard_ada_testfile.
5333         * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
5334         * gdb.ada/int_deref.exp: Use standard_ada_testfile.
5335         * gdb.ada/interface.exp: Use standard_ada_testfile.
5336         * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
5337         standard_output_file
5338         * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
5339         * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
5340         * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
5341         * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
5342         * gdb.ada/nested.exp: Use standard_ada_testfile.
5343         * gdb.ada/null_array.exp: Use standard_ada_testfile.
5344         * gdb.ada/null_record.exp: Use standard_ada_testfile.
5345         * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
5346         * gdb.ada/packed_array.exp: Use standard_ada_testfile.
5347         * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
5348         * gdb.ada/print_chars.exp: Use standard_ada_testfile.
5349         * gdb.ada/print_pc.exp: Use standard_ada_testfile.
5350         * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
5351         * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
5352         * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
5353         * gdb.ada/rec_return.exp: Use standard_ada_testfile.
5354         * gdb.ada/ref_param.exp: Use standard_ada_testfile.
5355         * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
5356         * gdb.ada/same_enum.exp: Use standard_ada_testfile.
5357         * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
5358         * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
5359         * gdb.ada/start.exp: Use standard_ada_testfile.
5360         * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
5361         * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
5362         * gdb.ada/taft_type.exp: Use standard_ada_testfile.
5363         * gdb.ada/tagged.exp: Use standard_ada_testfile.
5364         * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
5365         * gdb.ada/task_bp.exp: Use standard_ada_testfile.
5366         * gdb.ada/tasks.exp: Use standard_ada_testfile.
5367         * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
5368         * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
5369         * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
5370         * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
5371         * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
5372         * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
5373         * gdb.ada/widewide.exp: Use standard_ada_testfile.
5374
5375 2012-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
5376
5377         Fix testsuite regression after --use-deprecated-index-sections removal.
5378         * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
5379
5380 2012-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
5381
5382         Fix compatibility with Tcl before 7.5.
5383         * lib/future.exp (lreverse): New function if it does not exist.
5384
5385 2012-07-25  Marc Khouzam  <marc.khouzam@ericsson.com>
5386
5387         * gdb.mi/mi-pending.c: New method to set a second pending
5388         breakpoint.
5389         * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
5390         condition.
5391
5392 2012-07-20  Pedro Alves  <palves@redhat.com>
5393
5394         PR threads/11692
5395         PR gdb/12203
5396
5397         * gdb.threads/create-fail.c: New file.
5398         * gdb.threads/create-fail.exp: New file.
5399
5400 2012-07-19  Pedro Alves  <palves@redhat.com>
5401
5402         * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
5403         * config/vx.exp (gdb_start): Likewise.
5404         * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
5405         * gdb.base/setvar.exp (test_set): Likewise.
5406         * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
5407         * gdb.reverse/sigall-precsave.exp: Likewise.
5408         * gdb.reverse/sigall-reverse.exp: Likewise.
5409
5410 2012-07-19  Pedro Alves  <palves@redhat.com>
5411
5412         * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
5413         handler before recording.
5414
5415 2012-07-19  Tom Tromey  <tromey@redhat.com>
5416
5417         * gdb.cp/casts.exp: Add tests for typeof and decltype.
5418         * gdb.cp/casts.cc (decltype): New function.
5419         (main): Use it.
5420
5421 2012-07-19  Pedro Alves  <palves@redhat.com>
5422
5423         * gdb.base/sigall.exp (signals): New list.
5424         <top level>: Loop over signals in the $signals list instead of
5425         calling a test function once per signal.
5426         * gdb.reverse/sigall-precsave.exp (signals): New list.
5427         <top level>: Loop over signals in the $signals list instead of
5428         calling a test function once per signal.
5429         * gdb.reverse/sigall-reverse.exp (signals): New list.
5430         <top level>: Loop over signals in the $signals list instead of
5431         calling a test function once per signal.
5432
5433 2012-07-19  Yao Qi  <yao@codesourcery.com>
5434
5435         * gdb.base/setshow.exp: Test 'set args ~'.
5436
5437 2012-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
5438
5439         * gdb.base/store.exp (check_set): Import gdb_prompt.
5440         (continue to wack_${t}): Make it to conditional gdb_test_multiple.
5441         (${prefix}; next ${t}): Hide its name, handle it conditionally now.
5442
5443 2012-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
5444
5445         PR 11914
5446         * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
5447         (main): Call eval_sub.
5448         * gdb.python/py-prettyprint.exp:
5449         (python execfile ('py-prettyprint.py')): Move it earlier.
5450         New breakpoint for eval-break.
5451         (continue to breakpoint: eval-break, info locals): New test.
5452         (python execfile ('py-prettyprint.py')): Move it from here.
5453         * gdb.python/py-prettyprint.py (class pp_eval_type): New.
5454         (register_pretty_printers): Register pp_eval_type.
5455
5456 2012-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5457
5458         Fix a testcase regression by me.
5459         * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
5460         DW_FORM_data4.
5461
5462 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5463             Doug Evans  <dje@google.com>
5464
5465         * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
5466         * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
5467
5468 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5469
5470         Fix gdbserver run regression.
5471         * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
5472
5473 2012-07-12  Tom Tromey  <tromey@redhat.com>
5474
5475         * lib/gdb.exp (standard_testfile): Don't declare objdir.
5476         (clean_restart): Likewise.
5477         (core_find): Use standard_output_file.
5478
5479 2012-07-12  Tom Tromey  <tromey@redhat.com>
5480
5481         * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
5482         * gdb.dwarf2/dw2-anonymous-func.exp: Use
5483         prepare_for_testing_full.
5484         * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
5485         * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
5486         * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
5487         * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
5488         * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
5489         * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
5490         * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
5491         prepare_for_testing_full.
5492         * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
5493         * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
5494         prepare_for_testing_full.
5495         * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
5496         * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
5497         * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
5498
5499 2012-07-12  Tom Tromey  <tromey@redhat.com>
5500
5501         * lib/gdb.exp (build_executable_from_specs): New proc, from
5502         build_executable.
5503         (build_executable): Use it.
5504         (prepare_for_testing_full): New proc.
5505
5506 2012-07-11  Tom Tromey  <tromey@redhat.com>
5507
5508         * gdb.reverse/break-precsave.exp: Use standard_output_file.
5509         * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
5510         * gdb.reverse/finish-precsave.exp: Use standard_output_file.
5511         * gdb.reverse/i386-precsave.exp: Use standard_output_file.
5512         * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
5513         * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
5514         * gdb.reverse/solib-precsave.exp: Use standard_output_file.
5515         * gdb.reverse/step-precsave.exp: Use standard_output_file.
5516         * gdb.reverse/until-precsave.exp: Use standard_output_file.
5517         * gdb.reverse/watch-precsave.exp: Use standard_output_file.
5518
5519 2012-07-10  Tom Tromey  <tromey@redhat.com>
5520
5521         * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
5522         standard_output_file.
5523         * gdb.mi/gdb2549.exp: Use standard_testfile.
5524         * gdb.mi/gdb669.exp: Use standard_testfile.
5525         * gdb.mi/gdb701.exp: Use standard_testfile.
5526         * gdb.mi/gdb792.exp: Use standard_testfile.
5527         * gdb.mi/mi-async.exp: Use standard_testfile.
5528         * gdb.mi/mi-basics.exp: Use standard_testfile.
5529         * gdb.mi/mi-break.exp: Use standard_testfile.
5530         * gdb.mi/mi-cli.exp: Use standard_testfile.
5531         * gdb.mi/mi-console.exp: Use standard_testfile.
5532         * gdb.mi/mi-disassemble.exp: Use standard_testfile.
5533         * gdb.mi/mi-eval.exp: Use standard_testfile.
5534         * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
5535         * gdb.mi/mi-file.exp: Use standard_testfile.
5536         * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
5537         * gdb.mi/mi-logging.exp: Use standard_testfile.
5538         * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
5539         * gdb.mi/mi-nonstop.exp: Use standard_testfile.
5540         * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
5541         * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
5542         * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
5543         * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
5544         * gdb.mi/mi-pending.exp: Use standard_testfile,
5545         standard_output_file.
5546         * gdb.mi/mi-pthreads.exp: Use standard_testfile.
5547         * gdb.mi/mi-read-memory.exp: Use standard_testfile.
5548         * gdb.mi/mi-regs.exp: Use standard_testfile.
5549         * gdb.mi/mi-return.exp: Use standard_testfile.
5550         * gdb.mi/mi-reverse.exp: Use standard_testfile.
5551         * gdb.mi/mi-simplerun.exp: Use standard_testfile.
5552         * gdb.mi/mi-solib.exp: Use standard_testfile,
5553         standard_output_file.
5554         * gdb.mi/mi-stack.exp: Use standard_testfile.
5555         * gdb.mi/mi-stepi.exp: Use standard_testfile.
5556         * gdb.mi/mi-stepn.exp: Use standard_testfile.
5557         * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
5558         * gdb.mi/mi-until.exp: Use standard_testfile.
5559         * gdb.mi/mi-var-block.exp: Use standard_testfile.
5560         * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
5561         * gdb.mi/mi-var-child.exp: Use standard_testfile.
5562         * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
5563         * gdb.mi/mi-var-cp.exp: Use standard_testfile.
5564         * gdb.mi/mi-var-display.exp: Use standard_testfile.
5565         * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
5566         standard_output_file.
5567         * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
5568         * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
5569         * gdb.mi/mi-watch.exp: Use standard_testfile.
5570         * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
5571         * gdb.mi/mi2-basics.exp: Use standard_testfile.
5572         * gdb.mi/mi2-break.exp: Use standard_testfile.
5573         * gdb.mi/mi2-cli.exp: Use standard_testfile.
5574         * gdb.mi/mi2-console.exp: Use standard_testfile.
5575         * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
5576         * gdb.mi/mi2-eval.exp: Use standard_testfile.
5577         * gdb.mi/mi2-file.exp: Use standard_testfile.
5578         * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
5579         * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
5580         * gdb.mi/mi2-regs.exp: Use standard_testfile.
5581         * gdb.mi/mi2-return.exp: Use standard_testfile.
5582         * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
5583         * gdb.mi/mi2-stack.exp: Use standard_testfile.
5584         * gdb.mi/mi2-stepi.exp: Use standard_testfile.
5585         * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
5586         * gdb.mi/mi2-until.exp: Use standard_testfile.
5587         * gdb.mi/mi2-var-block.exp: Use standard_testfile.
5588         * gdb.mi/mi2-var-child.exp: Use standard_testfile.
5589         * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
5590         * gdb.mi/mi2-var-display.exp: Use standard_testfile.
5591         * gdb.mi/mi2-watch.exp: Use standard_testfile.
5592
5593 2012-07-10  Tom Tromey  <tromey@redhat.com>
5594
5595         * gdb.cp/abstract-origin.exp: Use standard_testfile.
5596         * gdb.cp/ambiguous.exp: Use standard_testfile,
5597         prepare_for_testing.
5598         * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
5599         * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
5600         * gdb.cp/anon-ns.exp: Use standard_testfile.
5601         * gdb.cp/anon-struct.exp: Use standard_testfile.
5602         * gdb.cp/anon-union.exp: Use standard_testfile,
5603         prepare_for_testing.
5604         * gdb.cp/arg-reference.exp: Use standard_testfile,
5605         prepare_for_testing.
5606         * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
5607         * gdb.cp/breakpoint.exp: Use standard_testfile,
5608         prepare_for_testing.
5609         * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
5610         * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
5611         standard_output_file.
5612         * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
5613         * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
5614         * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
5615         (test_static_members): Update.
5616         * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
5617         * gdb.cp/converts.exp: Use standard_testfile.
5618         * gdb.cp/cp-relocate.exp: Use standard_testfile.
5619         * gdb.cp/cpcompletion.exp: Use standard_testfile,
5620         prepare_for_testing.
5621         * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
5622         * gdb.cp/cplabel.exp: Use standard_testfile.
5623         * gdb.cp/cplusfuncs.exp: Use standard_testfile,
5624         prepare_for_testing.
5625         * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
5626         * gdb.cp/derivation.exp: Use standard_testfile,
5627         prepare_for_testing.
5628         * gdb.cp/destrprint.exp: Use standard_testfile.
5629         * gdb.cp/dispcxx.exp: Use standard_testfile.
5630         * gdb.cp/exception.exp: Use standard_testfile,
5631         prepare_for_testing.
5632         * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
5633         * gdb.cp/extern-c.exp: Use standard_testfile,
5634         prepare_for_testing.
5635         * gdb.cp/formatted-ref.exp: Use standard_testfile,
5636         prepare_for_testing.
5637         * gdb.cp/fpointer.exp: Use standard_testfile.
5638         * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
5639         * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
5640         standard_output_file.
5641         * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
5642         * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
5643         * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
5644         standard_output_file.
5645         * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
5646         (do_tests): Update.
5647         * gdb.cp/koenig.exp: Use standard_testfile.
5648         * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
5649         * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
5650         * gdb.cp/m-static.exp: Use standard_testfile,
5651         prepare_for_testing.
5652         * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
5653         * gdb.cp/mb-inline.exp: Use standard_testfile,
5654         prepare_for_testing.
5655         * gdb.cp/mb-templates.exp: Use standard_testfile,
5656         prepare_for_testing.
5657         * gdb.cp/member-ptr.exp: Use standard_testfile,
5658         prepare_for_testing.
5659         * gdb.cp/meth-typedefs.exp: Use standard_testfile.
5660         * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
5661         * gdb.cp/method2.exp: Use standard_testfile.
5662         * gdb.cp/minsym-fallback.exp: Use standard_testfile,
5663         standard_output_file.
5664         * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
5665         (do_tests): Update.
5666         * gdb.cp/namespace-enum.exp: Use standard_testfile,
5667         prepare_for_testing.
5668         * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
5669         prepare_for_testing.
5670         * gdb.cp/namespace.exp: Use standard_testfile,
5671         prepare_for_testing.
5672         * gdb.cp/nextoverthrow.exp: Use standard_testfile.
5673         * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
5674         * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
5675         * gdb.cp/nsimport.exp: Use standard_testfile,
5676         prepare_for_testing.
5677         * gdb.cp/nsnested.exp: Use standard_testfile.
5678         * gdb.cp/nsnoimports.exp: Use standard_testfile.
5679         * gdb.cp/nsrecurs.exp: Use standard_testfile,
5680         prepare_for_testing.
5681         * gdb.cp/nsstress.exp: Use standard_testfile,
5682         prepare_for_testing.
5683         * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
5684         * gdb.cp/operator.exp: Use standard_testfile.
5685         * gdb.cp/oranking.exp: Use standard_testfile.
5686         * gdb.cp/overload-const.exp: Use standard_testfile.
5687         * gdb.cp/overload.exp: Use standard_testfile,
5688         prepare_for_testing.
5689         * gdb.cp/ovldbreak.exp: Use standard_testfile.
5690         * gdb.cp/ovsrch.exp: Use standard_testfile.
5691         * gdb.cp/paren-type.exp: Use standard_testfile.
5692         * gdb.cp/pass-by-ref.exp: Use standard_testfile,
5693         prepare_for_testing.
5694         * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
5695         * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
5696         * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
5697         * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
5698         * gdb.cp/pr10728.exp: Use standard_testfile,
5699         standard_output_file.
5700         * gdb.cp/pr12028.exp: Use standard_testfile.
5701         * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
5702         * gdb.cp/pr9167.exp: Use standard_testfile.
5703         * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
5704         * gdb.cp/printmethod.exp: Use standard_testfile,
5705         prepare_for_testing.
5706         * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
5707         * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
5708         * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
5709         * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
5710         standard_output_file.
5711         * gdb.cp/readnow-language.exp: Use standard_testfile.
5712         * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
5713         (gdb_start_again): Use clean_restart.
5714         * gdb.cp/ref-types.exp: Use standard_testfile,
5715         prepare_for_testing.
5716         * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
5717         * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
5718         * gdb.cp/smartp.exp: Use standard_testfile.
5719         * gdb.cp/static-method.exp: Use standard_testfile.
5720         * gdb.cp/static-print-quit.exp: Use standard_testfile.
5721         * gdb.cp/temargs.exp: Use standard_testfile.
5722         * gdb.cp/templates.exp: Use standard_testfile,
5723         prepare_for_testing.
5724         (do_tests): Update.
5725         * gdb.cp/try_catch.exp: Use standard_testfile,
5726         prepare_for_testing.
5727         * gdb.cp/typedef-operator.exp: Use standard_testfile.
5728         * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
5729         * gdb.cp/virtbase.exp: Use standard_testfile,
5730         prepare_for_testing.
5731         * gdb.cp/virtfunc.exp: Use standard_testfile,
5732         prepare_for_testing.
5733         (do_tests): Update.
5734         * gdb.cp/virtfunc2.exp: Use standard_testfile,
5735         prepare_for_testing.
5736
5737 2012-07-10  Tom Tromey  <tromey@redhat.com>
5738
5739         * lib/gdb.exp (standard_testfile): Unset output variables from
5740         earlier invocations.
5741
5742 2012-07-10  Yao Qi  <yao@codesourcery.com>
5743
5744         * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
5745         * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
5746         * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
5747         * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
5748         * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
5749         * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
5750         * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
5751         * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
5752         * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
5753         * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
5754         * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
5755         * gdb.mi/mi-var-display.exp: Likewise.
5756         * gdb.mi/mi-var-invalidate.exp: Likewise.
5757         * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
5758         * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
5759         * gdb.mi/mi2-console.exp: Likewise.
5760         * gdb.mi/mi2-disassemble.exp: Likewise.
5761         * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
5762         * gdb.mi/mi2-read-memory.exp: Likewise.
5763         * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
5764         * gdb.mi/mi2-simplerun.exp: Likewise.
5765         * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
5766         * gdb.mi/mi2-syn-frame.exp: Likewise.
5767         * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
5768         * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
5769         * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
5770
5771 2012-07-09  Tom Tromey  <tromey@redhat.com>
5772
5773         * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
5774         * gdb.base/callfuncs.exp: Add cast-based test.
5775         * gdb.base/callfuncs.c (voidfunc): New function.
5776
5777 2012-07-08  Doug Evans  <dje@google.com>
5778
5779         * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
5780
5781 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
5782
5783         Fix XFAIL compatibility with old i386 systems.
5784         * gdb.base/stale-infcall.exp (test system longjmp tracking support):
5785         Check also 'Cannot insert breakpoint 0'.
5786
5787 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
5788
5789         PR 14321
5790         * gdb.base/find.exp
5791         (find int64_search_buf, +64/8*100, int64_search_buf): New test.
5792
5793 2012-07-06  Tom Tromey  <tromey@redhat.com>
5794
5795         * gdb.base/whatis.exp: Add test.
5796
5797 2012-07-06  Tom Tromey  <tromey@redhat.com>
5798
5799         * gdb.base/whatis.exp: Add regression test.
5800
5801 2012-07-06  Tom Tromey  <tromey@redhat.com>
5802
5803         * gdb.base/whatis.exp: Add tests.
5804
5805 2012-07-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
5806
5807         PR 12649
5808         * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
5809         gdb_test_multiple $gdb_prompt terminator.
5810
5811 2012-07-04  Pedro Alves  <palves@redhat.com>
5812
5813         * gdb.mi/mi-reverse.exp: Use supports_reverse and
5814         supports_process_record.
5815
5816 2012-07-04  Pedro Alves  <palves@redhat.com>
5817
5818         * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
5819         endings.
5820         * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
5821
5822 2012-07-03  Stan Shebs  <stan@codesourcery.com>
5823
5824         * gdb.base/info-os.c (main): Retry resource acquisition until an
5825         available one is found.
5826         * gdb.base/info-os.exp: Collect resource keys from the program
5827         and use them in matching.
5828
5829 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5830
5831         * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
5832         Wrap the test into loop for corefile and core0file.
5833
5834 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5835
5836         * gdb.dwarf2/fission-reread.S: Remove .section attributes.
5837         Change CU pointer size to 4 bytes, adjust .8byte to .4byte.  Remove
5838         .note.GNU-stack.
5839
5840         * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
5841
5842 2012-07-02  Sergio Durigan Junior  <sergiodj@redhat.com>
5843
5844         * gdb.base/help.exp (help b, help br, help bre, help brea, help
5845         break): Include help message for the new `-probe' and `-probe-stap'
5846         options.
5847
5848 2012-07-02  Stan Shebs  <stan@codesourcery.com>
5849
5850         * gdb.base/dprintf.exp: Add agent style tests.
5851
5852 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5853
5854         * gdb.base/stale-infcall.c (infcall): New label test-next.
5855         (main): New labels test-pass and test-fail.
5856         * gdb.base/stale-infcall.exp: Continue to test-next.  Put breakpoint
5857         $test_fail_bpnum to test-fail.
5858         (test system longjmp tracking support): New test.
5859         Delete $test_fail_bpnum.
5860         * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
5861         breakpoint.
5862
5863 2012-06-30  Doug Evans  <dje@google.com>
5864
5865         * gdb.dwarf2/fission-reread.S: New file.
5866         * gdb.dwarf2/fission-reread.exp: New file.
5867
5868 2012-06-28  Stan Shebs  <stan@codesourcery.com>
5869
5870         * gdb.mi/mi-logging.exp: New file.
5871
5872 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5873             Pedro Alves  <palves@redhat.com>
5874
5875         * gdb.threads/siginfo-threads.exp: New file.
5876         * gdb.threads/siginfo-threads.c: New file.
5877         * gdb.threads/sigstep-threads.exp: New file.
5878         * gdb.threads/sigstep-threads.c: New file.
5879
5880 2012-06-28  Tom Tromey  <tromey@redhat.com>
5881
5882         * gdb.go/package.exp: Partially revert earlier patch; use
5883         gdb_compile again.  Use standard_output_file.
5884
5885 2012-06-27  Doug Evans  <dje@google.com>
5886
5887         * gdb.dwarf2/fission-base.c: New file.
5888         * gdb.dwarf2/fission-base.S: New file.
5889         * gdb.dwarf2/fission-base.exp: New file.
5890
5891 2012-06-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
5892
5893         * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
5894
5895 2012-06-27  Tom Tromey  <tromey@redhat.com>
5896
5897         * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
5898         * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
5899
5900 2012-06-27  Tom Tromey  <tromey@redhat.com>
5901
5902         * gdb.dwarf2/pr10770.exp: Use standard_testfile.
5903         * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
5904         * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
5905         * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
5906         * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
5907         prepare_for_testing.
5908         * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
5909         * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
5910         * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
5911         standard_testfile.
5912         * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
5913         * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
5914         * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
5915         * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
5916         prepare_for_testing.
5917         * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
5918         * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
5919         * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
5920         * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
5921         * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
5922         * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
5923         * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
5924         * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
5925         * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
5926         * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
5927         * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
5928         * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
5929         * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
5930         * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
5931         * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
5932         * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
5933         * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
5934         * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
5935         * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
5936         * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
5937         * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
5938         * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
5939         standard_output_file.
5940         * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
5941         standard_output_file.
5942         * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
5943         * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
5944         * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
5945         * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
5946         * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
5947         * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
5948         * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
5949         * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
5950         * gdb.dwarf2/implptr.exp: Use standard_testfile.
5951         * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
5952         * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
5953         * gdb.dwarf2/pieces.exp: Use standard_testfile.
5954         * gdb.dwarf2/pr11465.exp: Use standard_testfile.
5955         * gdb.dwarf2/pr13961.exp: Use standard_testfile.
5956         * gdb.dwarf2/valop.exp: Use standard_testfile,
5957         prepare_for_testing.
5958
5959 2012-06-27  Tom Tromey  <tromey@redhat.com>
5960
5961         * gdb.python/python.exp: Fix regexps in pagination tests.
5962
5963 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
5964
5965         * gdb.python/py-symtab.exp: Add tests to test the new attribute
5966         'last' of gdb.Symtab_and_line.
5967         * gdb.python/py-symbol.c: Move break point comment to enable
5968         testing of gdb.Symtab_and_line.last.
5969
5970 2012-06-26  Tom Tromey  <tromey@redhat.com>
5971
5972         * gdb.threads/step.c: Remove.
5973         * gdb.threads/step.exp: Remove.
5974         * gdb.threads/step2.exp: Remove.
5975
5976 2012-06-26  Tom Tromey  <tromey@redhat.com>
5977
5978         * gdb.threads/watchpoint-fork.exp (test): Use
5979         standard_output_file.  Don't declare objdir.
5980         * gdb.threads/attach-into-signal.exp: Use standard_testfile,
5981         standard_output_file.
5982         * gdb.threads/attach-stopped.exp: Use standard_testfile.
5983         * gdb.threads/bp_in_thread.exp: Use standard_testfile,
5984         clean_restart.  Remove incdir.
5985         * gdb.threads/corethreads.exp: Use standard_testfile.
5986         * gdb.threads/execl.exp: Use standard_testfile,
5987         standard_output_file, clean_restart.
5988         * gdb.threads/fork-child-threads.exp: Use standard_testfile,
5989         clean_restart.
5990         * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
5991         clean_restart.
5992         * gdb.threads/gcore-thread.exp: Use standard_testfile.  Remove
5993         incdir.
5994         * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
5995         clean_restart.  Remove incdir.
5996         * gdb.threads/ia64-sigill.exp: Use standard_testfile.
5997         * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
5998         clean_restart.  Remove incdir.
5999         * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
6000         Remove incdir.
6001         * gdb.threads/leader-exit.exp: Use standard_testfile.
6002         * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
6003         * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
6004         clean_restart.
6005         * gdb.threads/manythreads.exp: Use standard_testfile,
6006         clean_restart.  Remove incdir.
6007         * gdb.threads/multi-create.exp: Use standard_testfile,
6008         clean_restart.
6009         * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
6010         * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
6011         * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
6012         * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
6013         * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
6014         * gdb.threads/pending-step.exp: Use standard_testfile,
6015         clean_restart.  Remove incdir.
6016         * gdb.threads/print-threads.exp: Use standard_testfile,
6017         clean_restart.  Remove incdir.
6018         * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
6019         clean_restart.  Remove incdir.
6020         * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
6021         Remove incdir.
6022         * gdb.threads/schedlock.exp: Use standard_testfile.  Remove
6023         incdir.
6024         * gdb.threads/sigthread.exp: Use standard_testfile,
6025         clean_restart.
6026         * gdb.threads/staticthreads.exp: Use standard_testfile,
6027         clean_restart.  Remove incdir.
6028         * gdb.threads/switch-threads.exp: Use standard_testfile,
6029         clean_restart.  Remove incdir.
6030         * gdb.threads/thread-execl.exp: Use standard_testfile,
6031         clean_restart.  Remove incdir.
6032         * gdb.threads/thread-find.exp: Use standard_testfile,
6033         clean_restart.
6034         * gdb.threads/thread-specific.exp: Use standard_testfile,
6035         clean_restart.  Remove incdir.
6036         * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
6037         clean_restart.  Remove incdir.
6038         * gdb.threads/thread_check.exp: Use standard_testfile,
6039         clean_restart.  Remove incdir.
6040         * gdb.threads/thread_events.exp: Use standard_testfile.  Remove
6041         incdir.
6042         * gdb.threads/threadapply.exp: Use standard_testfile,
6043         clean_restart.  Remove incdir.
6044         * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
6045         clean_restart.  Remove incdir.
6046         * gdb.threads/tls-nodebug.exp: Use standard_testfile,
6047         clean_restart.
6048         * gdb.threads/tls-shared.exp: Use standard_testfile,
6049         clean_restart, standard_output_file.
6050         * gdb.threads/tls-var.exp: Use standard_testfile,
6051         standard_output_file.
6052         * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
6053         Remove incdir.
6054         * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
6055         * gdb.threads/watchthreads.exp: Use standard_testfile.  Remove
6056         incdir.
6057         * gdb.threads/watchthreads2.exp: Use standard_testfile,
6058         clean_restart.  Remove incdir.
6059
6060 2012-06-26  Tom Tromey  <tromey@redhat.com>
6061
6062         * gdb.trace/actions.exp: Use standard_testfile.
6063         * gdb.trace/ax.exp: Use standard_testfile.
6064         * gdb.trace/backtrace.exp: Use standard_testfile.
6065         * gdb.trace/change-loc.exp: Use standard_testfile.
6066         * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
6067         * gdb.trace/collection.exp: Use standard_testfile,
6068         prepare_for_testing.
6069         * gdb.trace/deltrace.exp: Use standard_testfile.
6070         * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
6071         * gdb.trace/ftrace.exp: Use standard_testfile.
6072         * gdb.trace/infotrace.exp: Use standard_testfile.
6073         * gdb.trace/packetlen.exp: Use standard_testfile.
6074         * gdb.trace/passc-dyn.exp: Use standard_testfile.
6075         * gdb.trace/passcount.exp: Use standard_testfile.
6076         * gdb.trace/pending.exp: Use standard_testfile.
6077         * gdb.trace/report.exp: Use standard_testfile.
6078         * gdb.trace/save-trace.exp: Use standard_testfile.
6079         * gdb.trace/stap-trace.exp: Use standard_testfile.
6080         * gdb.trace/status-stop.exp: Use standard_testfile.
6081         * gdb.trace/strace.exp: Use standard_testfile.
6082         * gdb.trace/tfile.exp: Use standard_testfile.
6083         * gdb.trace/tfind.exp: Use standard_testfile.
6084         * gdb.trace/trace-break.exp: Use standard_testfile.
6085         * gdb.trace/trace-mt.exp: Use standard_testfile.
6086         * gdb.trace/tracecmd.exp: Use standard_testfile.
6087         * gdb.trace/tspeed.exp: Use standard_testfile.
6088         * gdb.trace/tstatus.exp: Use standard_testfile.
6089         * gdb.trace/tsv.exp: Use standard_testfile.
6090         * gdb.trace/unavailable.exp: Use standard_testfile,
6091         prepare_for_testing.
6092         * gdb.trace/while-dyn.exp: Use standard_testfile.
6093         * gdb.trace/while-stepping.exp: Use standard_testfile.
6094
6095 2012-06-26  Tom Tromey  <tromey@redhat.com>
6096
6097         * gdb.reverse/break-precsave.exp: Use standard_testfile.
6098         * gdb.reverse/break-reverse.exp: Use standard_testfile.
6099         * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
6100         * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
6101         * gdb.reverse/finish-precsave.exp: Use standard_testfile.
6102         * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
6103         * gdb.reverse/finish-reverse.exp: Use standard_testfile.
6104         * gdb.reverse/i386-precsave.exp: Use standard_testfile,
6105         prepare_for_testing.
6106         * gdb.reverse/i386-reverse.exp: Use standard_testfile,
6107         prepare_for_testing.
6108         * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
6109         prepare_for_testing.
6110         * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
6111         prepare_for_testing.
6112         * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
6113         prepare_for_testing
6114         * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
6115         * gdb.reverse/machinestate.exp: Use standard_testfile.
6116         * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
6117         * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
6118         build_executable.
6119         * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
6120         build_executable.
6121         * gdb.reverse/solib-precsave.exp: Use standard_testfile,
6122         standard_output_file.
6123         * gdb.reverse/solib-reverse.exp: Use standard_testfile,
6124         standard_output_file.
6125         * gdb.reverse/step-precsave.exp: Use standard_testfile.
6126         * gdb.reverse/step-reverse.exp: Use standard_testfile.
6127         * gdb.reverse/until-precsave.exp: Use standard_testfile.
6128         * gdb.reverse/until-reverse.exp: Use standard_testfile.
6129         * gdb.reverse/watch-precsave.exp: Use standard_testfile.
6130         * gdb.reverse/watch-reverse.exp: Use standard_testfile.
6131
6132 2012-06-26  Tom Tromey  <tromey@redhat.com>
6133
6134         * gdb.stabs/weird.exp: Remove directory-checking code.  Use
6135         standard_output_file.
6136         * gdb.stabs/exclfwd.exp: Use standard_testfile,
6137         prepare_for_testing.  Remove directory-checking code.
6138
6139 2012-06-25  Tom Tromey  <tromey@redhat.com>
6140
6141         * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
6142         * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file.  Use
6143         build_executable, not prepare_for_testing.
6144         * gdb.multi/base.exp: Use standard_output_file.  Use
6145         build_executable,  not prepare_for_testing.
6146
6147 2012-06-25  Tom Tromey  <tromey@redhat.com>
6148
6149         * gdb.fortran/subarray.exp: Use standard_testfile,
6150         prepare_for_testing.
6151         * gdb.fortran/multi-dim.exp: Use standard_testfile.
6152         * gdb.fortran/module.exp: Use standard_testfile.
6153         * gdb.fortran/logical.exp: Use standard_testfile.
6154         * gdb.fortran/library-module.exp: Use standard_testfile,
6155         standard_output_file.
6156         * gdb.fortran/derived-type.exp: Use standard_testfile,
6157         prepare_for_testing.
6158         * gdb.fortran/complex.exp: Use standard_testfile,
6159         prepare_for_testing.
6160         * gdb.fortran/charset.exp: Use standard_testfile.
6161         * gdb.fortran/array-element.exp: Use standard_testfile,
6162         prepare_for_testing.
6163
6164 2012-06-25  Keith Seitz  <keiths@redhat.com>
6165
6166         * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
6167         Change rbreak-related tests to KFAIL and add bugzilla numbers.
6168
6169 2012-06-25  Tom Tromey  <tromey@redhat.com>
6170
6171         * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
6172         * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
6173         * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
6174         * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
6175
6176 2012-06-25  Tom Tromey  <tromey@redhat.com>
6177
6178         * gdb.linespec/ls-errs.exp: Use standard_testfile.
6179         * gdb.linespec/ls-dollar.exp: Use standard_testfile.
6180         * gdb.linespec/linespec.exp: Use standard_testfile.
6181
6182 2012-06-25  Tom Tromey  <tromey@redhat.com>
6183
6184         * gdb.modula2/unbounded-array.exp: Use standard_testfile,
6185         prepare_for_testing.
6186
6187 2012-06-25  Tom Tromey  <tromey@redhat.com>
6188
6189         * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
6190         prepare_for_testing.
6191         * gdb.opt/inline-break.exp: Use standard_testfile,
6192         prepare_for_testing.
6193         * gdb.opt/inline-bt.exp: Use standard_testfile,
6194         prepare_for_testing.
6195         * gdb.opt/inline-cmds.exp: Use standard_testfile,
6196         prepare_for_testing.
6197         * gdb.opt/inline-locals.exp: Use standard_testfile,
6198         prepare_for_testing.
6199
6200 2012-06-25  Tom Tromey  <tromey@redhat.com>
6201
6202         * gdb.asm/asm-source.exp: Use standard_output_file,
6203         standard_testfile.  Construct .o files in proper subdir.
6204
6205 2012-06-25  Tom Tromey  <tromey@redhat.com>
6206
6207         * gdb.server/ext-attach.exp: Use standard_testfile,
6208         prepare_for_testing.
6209         * gdb.server/ext-run.exp: Use standard_testfile,
6210         build_executable.
6211         * gdb.server/file-transfer.exp: Use standard_testfile,
6212         prepare_for_testing.
6213         * gdb.server/server-exec-info.exp: Use standard_testfile.
6214         * gdb.server/server-mon.exp: Use standard_testfile,
6215         prepare_for_testing.
6216         * gdb.server/server-run.exp: Use standard_testfile,
6217         build_executable.
6218         * gdb.server/solib-list.exp: Use standard_testfile,
6219         standard_output_file.
6220
6221 2012-06-25  Tom Tromey  <tromey@redhat.com>
6222
6223         * lib/gdb.exp (standard_output_file): Use "file join".
6224         * gdb.go/chan.exp: Use standard_testfile.
6225         * gdb.go/handcall.exp: Use standard_testfile.
6226         * gdb.go/hello.exp: Use standard_testfile.
6227         * gdb.integers/chan.exp: Use standard_testfile.
6228         * gdb.go/methods.exp: Use standard_testfile.
6229         * gdb.go/package.exp: Use standard_testfile.
6230         * gdb.go/strings.exp: Use standard_testfile.
6231         * gdb.go/types.exp: Use standard_testfile.
6232         * gdb.go/unsafe.exp: Use standard_testfile.
6233
6234 2012-06-25  Greta Yorsh  <greta.yorsh@arm.com>
6235
6236         * gdb.arch/arm-disp-step.S: Fix use of .global directives.
6237
6238 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
6239
6240         Fix regression by the previous commit.
6241         * gdb.python/lib-types.exp: Add c++ to the compilation flags.
6242
6243 2012-06-22  Tom Tromey  <tromey@redhat.com>
6244
6245         * gdb.python/lib-types.exp: Use standard_testfile,
6246         prepare_for_testing.
6247         * gdb.python/py-block.exp: Use standard_testfile.
6248         * gdb.python/py-breakpoint.exp: Use standard_testfile.
6249         * gdb.python/py-events.exp: Use standard_testfile,
6250         standard_output_file.
6251         * gdb.python/py-evsignal.exp: Use standard_testfile.
6252         * gdb.python/py-evethreads.exp: Use standard_testfile.
6253         * gdb.python/py-explore-cc.exp: Use standard_testfile.
6254         * gdb.python/py-explore.exp: Use standard_testfile.
6255         * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
6256         standard_output_file.
6257         * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
6258         prepare_for_testing.
6259         * gdb.python/py-frame-inline.exp: Use standard_testfile.
6260         * gdb.python/py-frame.exp: Use standard_testfile.
6261         * gdb.python/py-inferior.exp: Use standard_testfile.
6262         * gdb.python/py-infthread.exp: Use standard_testfile.
6263         * gdb.python/py-mi.exp: Use standard_testfile.
6264         * gdb.python/py-objfile-script.exp: Use standard_testfile,
6265         build_executable.
6266         * gdb.python/py-objfile.exp: Use standard_testfile.
6267         * gdb.python/py-pp-maint.exp: Use standard_testfile,
6268         prepare_for_testing.
6269         * gdb.python/py-prettyprint.exp: Use standard_testfile.
6270         * gdb.python/py-progspace.exp: Use standard_testfile,
6271         build_executable.
6272         * gdb.python/py-prompt.exp: Use standard_testfile,
6273         build_executable.
6274         * gdb.python/py-section-script.exp: Use standard_testfile,
6275         build_executable.
6276         * gdb.python/py-shared.exp: Use standard_testfile,
6277         standard_output_file, clean_restart.
6278         * gdb.python/py-symbol.exp: Use standard_output_file,
6279         prepare_for_testing.
6280         * gdb.python/py-symtab.exp: Use standard_output_file,
6281         prepare_for_testing
6282         * gdb.python/py-template.exp: Use standard_testfile.
6283         * gdb.python/py-type.exp: Use standard_testfile.
6284         * gdb.python/py-value-cc.exp: Use standard_testfile.
6285         * gdb.python/py-value.exp: Use standard_testfile.
6286         * gdb.python/python.exp: Use standard_testfile, build_executable.
6287
6288 2012-06-22  Tom Tromey  <tromey@redhat.com>
6289
6290         * gdb.objc/basicclass.exp: Use standard_testfile.
6291         (do_objc_tests): Don't declare objdir.
6292         * gdb.objc/nondebug.exp: Use standard_testfile.
6293         (do_objc_tests): Don't declare objdir.
6294         * gdb.objc/objcdecode.exp: Use standard_testfile.
6295         (do_objc_tests): Don't declare objdir.
6296
6297 2012-06-22  Tom Tromey  <tromey@redhat.com>
6298
6299         * gdb.java/jmain.exp: Use standard_testfile.
6300         * gdb.java/jmisc.exp: Use standard_testfile.
6301         * gdb.java/jnpe.exp: Use standard_testfile.
6302         * gdb.java/jprint.exp: Use standard_testfile.
6303
6304 2012-06-22  Tom Tromey  <tromey@redhat.com>
6305
6306         * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
6307         (standard_output_file, standard_testfile): New procs.
6308         (build_executable, clean_restart): Use standard_output_file.
6309
6310 2012-06-22  Yao Qi  <yao@codesourcery.com>
6311
6312         * boards/native-gdbserver.exp: New proc ${board}_exec.
6313         * boards/native-stdio-gdbserver.exp: Likewise.
6314
6315 2012-06-21  Tom Tromey  <tromey@redhat.com>
6316
6317         * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
6318         (build_executable): Update.
6319         (get_compiler_info): Remove 'binfile' argument.
6320         * gdb.ada/arrayidx.exp: Update.
6321         * gdb.ada/null_array.exp: Update.
6322         * gdb.arch/altivec-abi.exp: Update.
6323         * gdb.arch/altivec-regs.exp: Update.
6324         * gdb.arch/amd64-byte.exp: Update.
6325         * gdb.arch/amd64-dword.exp: Update.
6326         * gdb.arch/amd64-word.exp: Update.
6327         * gdb.arch/i386-avx.exp: Update.
6328         * gdb.arch/i386-byte.exp: Update.
6329         * gdb.arch/i386-sse.exp: Update.
6330         * gdb.arch/i386-word.exp: Update.
6331         * gdb.arch/ppc-dfp.exp: Update.
6332         * gdb.arch/ppc-fp.exp: Update.
6333         * gdb.arch/vsx-regs.exp: Update.
6334         * gdb.base/all-bin.exp: Update.
6335         * gdb.base/annota1.exp: Update.
6336         * gdb.base/async.exp: Update.
6337         * gdb.base/attach.exp: Update.
6338         * gdb.base/break-interp.exp: Update.
6339         * gdb.base/call-ar-st.exp: Update.
6340         * gdb.base/call-rt-st.exp: Update.
6341         * gdb.base/call-sc.exp: Update.
6342         * gdb.base/callfuncs.exp: Update.
6343         * gdb.base/catch-load.exp: Update.
6344         * gdb.base/completion.exp: Update.
6345         * gdb.base/complex.exp: Update.
6346         * gdb.base/condbreak.exp: Update.
6347         * gdb.base/consecutive.exp: Update.
6348         * gdb.base/constvars.exp: Update.
6349         * gdb.base/corefile.exp: Update.
6350         * gdb.base/eval-skip.exp: Update.
6351         * gdb.base/expand-psymtabs.exp: Update.
6352         * gdb.base/exprs.exp: Update.
6353         * gdb.base/fileio.exp: Update.
6354         * gdb.base/fixsection.exp: Update.
6355         * gdb.base/funcargs.exp: Update.
6356         * gdb.base/gdb11530.exp: Update.
6357         * gdb.base/gdb1555.exp: Update.
6358         * gdb.base/gnu-ifunc.exp: Update.
6359         * gdb.base/gnu_vector.exp: Update.
6360         * gdb.base/info-macros.exp: Update.
6361         * gdb.base/jit-simple.exp: Update.
6362         * gdb.base/jit-so.exp: Update.
6363         * gdb.base/jit.exp: Update.
6364         * gdb.base/langs.exp: Update.
6365         * gdb.base/list.exp: Update.
6366         * gdb.base/logical.exp: Update.
6367         * gdb.base/long_long.exp: Update.
6368         * gdb.base/longjmp.exp: Update.
6369         * gdb.base/macscp.exp: Update.
6370         * gdb.base/mips_pro.exp: Update.
6371         * gdb.base/miscexprs.exp: Update.
6372         * gdb.base/morestack.exp: Update.
6373         * gdb.base/nodebug.exp: Update.
6374         * gdb.base/opaque.exp: Update.
6375         * gdb.base/pc-fp.exp: Update.
6376         * gdb.base/pending.exp: Update.
6377         * gdb.base/permissions.exp: Update.
6378         * gdb.base/pointers.exp: Update.
6379         * gdb.base/prelink.exp: Update.
6380         * gdb.base/printcmds.exp: Update.
6381         * gdb.base/psymtab.exp: Update.
6382         * gdb.base/ptype.exp: Update.
6383         * gdb.base/relational.exp: Update.
6384         * gdb.base/scope.exp: Update.
6385         * gdb.base/setvar.exp: Update.
6386         * gdb.base/shlib-call.exp: Update.
6387         * gdb.base/shreloc.exp: Update.
6388         * gdb.base/signals.exp: Update.
6389         * gdb.base/sizeof.exp: Update.
6390         * gdb.base/so-impl-ld.exp: Update.
6391         * gdb.base/so-indr-cl.exp: Update.
6392         * gdb.base/solib-disc.exp: Update.
6393         * gdb.base/solib-display.exp: Update.
6394         * gdb.base/solib-nodir.exp: Update.
6395         * gdb.base/solib-overlap.exp: Update.
6396         * gdb.base/solib-symbol.exp: Update.
6397         * gdb.base/solib-weak.exp: Update.
6398         * gdb.base/solib.exp: Update.
6399         * gdb.base/store.exp: Update.
6400         * gdb.base/structs.exp: Update.
6401         * gdb.base/structs2.exp: Update.
6402         * gdb.base/type-opaque.exp: Update.
6403         * gdb.base/unload.exp: Update.
6404         * gdb.base/varargs.exp: Update.
6405         * gdb.base/volatile.exp: Update.
6406         * gdb.base/watch_thread_num.exp: Update.
6407         * gdb.base/watchpoint-solib.exp: Update.
6408         * gdb.base/watchpoint.exp: Update.
6409         * gdb.base/watchpoints.exp: Update.
6410         * gdb.base/whatis.exp: Update.
6411         * gdb.cell/arch.exp: Update.
6412         * gdb.cell/break.exp: Update.
6413         * gdb.cell/bt.exp: Update.
6414         * gdb.cell/core.exp: Update.
6415         * gdb.cell/data.exp: Update.
6416         * gdb.cell/ea-cache.exp: Update.
6417         * gdb.cell/f-regs.exp: Update.
6418         * gdb.cell/fork.exp: Update.
6419         * gdb.cell/gcore.exp: Update.
6420         * gdb.cell/mem-access.exp: Update.
6421         * gdb.cell/ptype.exp: Update.
6422         * gdb.cell/registers.exp: Update.
6423         * gdb.cell/sizeof.exp: Update.
6424         * gdb.cell/solib-symbol.exp: Update.
6425         * gdb.cell/solib.exp: Update.
6426         * gdb.cp/ambiguous.exp: Update.
6427         * gdb.cp/breakpoint.exp: Update.
6428         * gdb.cp/bs15503.exp: Update.
6429         * gdb.cp/casts.exp: Update.
6430         * gdb.cp/class2.exp: Update.
6431         * gdb.cp/cpexprs.exp: Update.
6432         * gdb.cp/cplusfuncs.exp: Update.
6433         * gdb.cp/ctti.exp: Update.
6434         * gdb.cp/dispcxx.exp: Update.
6435         * gdb.cp/gdb1355.exp: Update.
6436         * gdb.cp/gdb2384.exp: Update.
6437         * gdb.cp/gdb2495.exp: Update.
6438         * gdb.cp/infcall-dlopen.exp: Update.
6439         * gdb.cp/local.exp: Update.
6440         * gdb.cp/m-data.exp: Update.
6441         * gdb.cp/m-static.exp: Update.
6442         * gdb.cp/mb-ctor.exp: Update.
6443         * gdb.cp/mb-inline.exp: Update.
6444         * gdb.cp/mb-templates.exp: Update.
6445         * gdb.cp/member-ptr.exp: Update.
6446         * gdb.cp/method.exp: Update.
6447         * gdb.cp/namespace.exp: Update.
6448         * gdb.cp/nextoverthrow.exp: Update.
6449         * gdb.cp/nsdecl.exp: Update.
6450         * gdb.cp/nsrecurs.exp: Update.
6451         * gdb.cp/nsstress.exp: Update.
6452         * gdb.cp/nsusing.exp: Update.
6453         * gdb.cp/pr-1023.exp: Update.
6454         * gdb.cp/pr-1210.exp: Update.
6455         * gdb.cp/pr-574.exp: Update.
6456         * gdb.cp/pr9631.exp: Update.
6457         * gdb.cp/printmethod.exp: Update.
6458         * gdb.cp/psmang.exp: Update.
6459         * gdb.cp/re-set-overloaded.exp: Update.
6460         * gdb.cp/rtti.exp: Update.
6461         * gdb.cp/shadow.exp: Update.
6462         * gdb.cp/templates.exp: Update.
6463         * gdb.cp/try_catch.exp: Update.
6464         * gdb.dwarf2/dw2-ranges.exp: Update.
6465         * gdb.dwarf2/pr10770.exp: Update.
6466         * gdb.fortran/library-module.exp: Update.
6467         * gdb.hp/gdb.aCC/optimize.exp: Update.
6468         * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
6469         * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
6470         * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
6471         * gdb.hp/gdb.base-hp/pxdb.exp: Update.
6472         * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
6473         * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
6474         * gdb.hp/gdb.compat/xdb1.exp: Update.
6475         * gdb.hp/gdb.compat/xdb2.exp: Update.
6476         * gdb.hp/gdb.compat/xdb3.exp: Update.
6477         * gdb.hp/gdb.defects/bs14602.exp: Update.
6478         * gdb.hp/gdb.defects/solib-d.exp: Update.
6479         * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
6480         * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
6481         * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
6482         * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
6483         * gdb.mi/gdb792.exp: Update.
6484         * gdb.mi/mi-pending.exp: Update.
6485         * gdb.mi/mi-solib.exp: Update.
6486         * gdb.mi/mi-var-cp.exp: Update.
6487         * gdb.opt/clobbered-registers-O2.exp: Update.
6488         * gdb.opt/inline-bt.exp: Update.
6489         * gdb.opt/inline-cmds.exp: Update.
6490         * gdb.opt/inline-locals.exp: Update.
6491         * gdb.python/py-events.exp: Update.
6492         * gdb.python/py-finish-breakpoint.exp: Update.
6493         * gdb.python/py-type.exp: Update.
6494         * gdb.reverse/solib-precsave.exp: Update.
6495         * gdb.reverse/solib-reverse.exp: Update.
6496         * gdb.server/solib-list.exp: Update.
6497         * gdb.stabs/weird.exp: Update.
6498         * gdb.threads/attach-into-signal.exp: Update.
6499         * gdb.threads/attach-stopped.exp: Update.
6500         * gdb.threads/tls-shared.exp: Update.
6501         * gdb.trace/change-loc.exp: Update.
6502         * gdb.trace/strace.exp: Update.
6503
6504 2012-06-19  Tom Tromey  <tromey@redhat.com>
6505
6506         * gdb.base/whatis.exp: Add tests.
6507
6508 2012-06-19  Tom Tromey  <tromey@redhat.com>
6509
6510         * gdb.cp/m-static.cc (keepalive): New function.
6511         (gnu_obj_1::method): Use it.
6512
6513 2012-06-18  Doug Evans  <dje@google.com>
6514
6515         * gdb.base/info-fun.exp: New file.
6516         * gdb.base/info-fun.c: New file.
6517         * gdb.base/info-fun-solib.c: New file.
6518
6519 2012-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
6520
6521         Remove stale dummy frames.
6522         * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
6523         (maintenance info breakpoints): New tests.
6524         * gdb.base/stale-infcall.c: New file.
6525         * gdb.base/stale-infcall.exp: New file.
6526
6527 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
6528
6529         * gdb.arch/amd64-entry-value-param.S: New file.
6530         * gdb.arch/amd64-entry-value-param.c: New file.
6531         * gdb.arch/amd64-entry-value-param.exp: New file.
6532
6533 2012-06-15  Tom Tromey  <tromey@redhat.com>
6534
6535         * gdb.cp/namespace.exp: Add "show lang" test.
6536
6537 2012-06-15  Iain Sandoe <iain@codesourcery.com>
6538
6539         * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
6540         case. (top level): Use gdb_file_cmd instead of gdb_load.
6541
6542 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
6543
6544         PR tdep/14222
6545         * gdb.arch/i386-sse-stack-align.S: New file.
6546         * gdb.arch/i386-sse-stack-align.c: New file.
6547         * gdb.arch/i386-sse-stack-align.exp: New file.
6548
6549 2012-06-13  Keith Seitz  <keiths@redhat.com>
6550
6551         PR breakpoints/13798 and mi/11541
6552         * gdb.linespec/ls-errs.exp: Add a few more tests for
6553         filenames with spaces and colons.
6554
6555 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
6556
6557         PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
6558         * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
6559         (test_function): Call CV_f.
6560         * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
6561         (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
6562         (p CV::m(int) volatile, p 'CV::m(int) const volatile')
6563         (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
6564         (p CV_f(CV::i)): New tests.
6565
6566 2012-06-13  Tom Tromey  <tromey@redhat.com>
6567
6568         * gdb.base/condbreak.exp: Add tests for "condition" completion.
6569
6570 2012-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6571
6572         Fix regression by the "ambiguous linespec" series.
6573         * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
6574         tests.
6575
6576 2012-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6577
6578         * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
6579         missing.
6580
6581 2012-06-11  Tom Tromey  <tromey@redhat.com>
6582
6583         * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
6584         location...
6585         (main): ...here.
6586
6587 2012-06-07  Yao Qi  <yao@codesourcery.com>
6588
6589         * gdb.trace/strace.exp: Shorten some too-long lines.
6590
6591 2012-06-06  Pedro Alves  <palves@redhat.com>
6592
6593         * gdb.threads/clone-new-thread-event.c: New file.
6594         * gdb.threads/clone-new-thread-event.exp: New file.
6595
6596 2012-06-06  Yao Qi  <yao@codesourcery.com>
6597
6598         * gdb.base/dprintf.c (main): Add extra parameter when calling
6599         printf and fprintf.
6600         (bar): New function.  It is a dead function, but to ensure
6601         'malloc' is linked explicitly.
6602
6603 2012-06-06  Yao Qi  <yao@codesourcery.com>
6604
6605         * gdb.base/info-proc.exp: Return if target doesn't support
6606         'info proc'.
6607
6608 2012-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
6609
6610         * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
6611         (run program with breakpoint commands): XFAIl if it is not.
6612
6613 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
6614
6615         * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
6616         and add comment.
6617         * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
6618         * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
6619         "STOP" marker.  Adjust testing strategy to make it work on
6620         all targets.
6621
6622         * gdb.base/print-file-var-main.c (main): Rewrite using local
6623         variables and adjust get_version_2's return value check.
6624         Add small comment.
6625         * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
6626         marker.  Adjust testing strategy to make it work on all targets.
6627
6628 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
6629
6630         * gdb.ada/bad-task-bp-keyword: New testcase.
6631
6632 2012-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
6633
6634         * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
6635         Simplify it to ...
6636         (symbol-file ${testfile1}): ... here.
6637         (test eliminated var my_global_symbol)
6638         (test eliminated var my_static_symbol)
6639         (test eliminated var my_global_func, get address of main): Wrap them to
6640         'single psymtabs' and 'single symtabs'
6641         (get address of my_global_symbol, get address of my_static_symbol)
6642         (get address of my_global_func, get address of main): Wrap them to
6643         'order1' and 'order2'.
6644
6645         * gdb.base/code_elim.exp
6646         (add-symbol-file ${testfile1} 0x100000)
6647         (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
6648         'order2'.
6649         (order1: add-symbol-file ${testfile1} 0x100000)
6650         (order1: add-symbol-file ${testfile2} 0x200000)
6651         (order2: add-symbol-file ${testfile2} 0x200000)
6652         (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
6653         .bss as appropriate.
6654
6655 2012-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
6656
6657         * gdb.server/solib-list-lib.c: New file.
6658         * gdb.server/solib-list-main.c: New file.
6659         * gdb.server/solib-list.exp: New file.
6660
6661 2012-05-25  Maciej W. Rozycki  <macro@codesourcery.com>
6662
6663         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
6664         for 'set print symbol' change.
6665
6666 2012-05-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
6667
6668         * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
6669         .debug_abbrev_seg3.
6670
6671 2012-05-24  John Steele Scott  <toojays@toojays.net>
6672
6673         PR symtab/13277: Resolving opaque structures in ICC generated binaries.
6674         * gdb.dwarf2/dw2-icc-opaque.S: New file.
6675         * gdb.dwarf2/dw2-icc-opaque.exp: New file.
6676
6677 2012-05-23  Stan Shebs  <stan@codesourcery.com>
6678
6679         * gdb.mi/mi-info-os.exp: New file.
6680
6681 2012-05-23  Keith Seitz  <keiths@redhat.com>
6682
6683         * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
6684         return -1 to suppress the rest of the tests.
6685         (compile_stap_bin): Return boolean success value.
6686
6687 2012-05-21  Tom Tromey  <tromey@redhat.com>
6688
6689         * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
6690         Remove kfails.
6691         (test_print_mi_member_types): Likewise.
6692
6693 2012-05-21  Tom Tromey  <tromey@redhat.com>
6694
6695         * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
6696         print symbol' change.
6697
6698 2012-05-18  Thiago Jung Bauermann  <thiago.bauermann@linaro.org>
6699
6700         * gdb.python/py-prompt.exp: Quit if the target is remote.
6701
6702 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
6703
6704         Fix ERROR: internal buffer is full.
6705         * gdb.base/info-os.exp (expect_multiline): New function.
6706         (get process list, get process groups, get threads)
6707         (get file descriptors, get internet-domain sockets)
6708         (get shared-memory regions, get semaphores, get message queues): Use
6709         it for these tests.
6710
6711 2012-05-18  Tom Tromey  <tromey@redhat.com>
6712
6713         * gdb.mi/mi-var-cmd.exp: Update.
6714         * gdb.objc/basicclass.exp (do_objc_tests): Update.
6715         * gdb.cp/virtbase.exp: Update.
6716         * gdb.cp/classes.exp (test_static_members): Update.
6717         * gdb.cp/casts.exp: Update.
6718         * gdb.base/pointers.exp: Update.
6719         * gdb.base/funcargs.exp (pointer_args): Update.
6720         (structs_by_reference): Update.
6721         * gdb.base/find.exp: Update.
6722         * gdb.base/call-strs.exp: Send "set print symbol off".
6723         * gdb.base/call-ar-st.exp: Update.
6724         * gdb.ada/fun_addr.exp: Update.
6725         * gdb.base/printcmds.exp (test_print_symbol): New proc.
6726         Call it.
6727         (test_print_repeats_10, test_print_strings)
6728         (test_print_char_arrays): Update.
6729
6730 2012-05-18  Tom Tromey  <tromey@redhat.com>
6731
6732         * gdb.base/charset.exp (string_display): Update.
6733
6734 2012-05-18  Tom Tromey  <tromey@redhat.com>
6735
6736         * gdb.mi/mi2-var-display.exp: Update.
6737         * gdb.mi/mi-var-display.exp: Update.
6738         * gdb.mi/mi-var-child.exp: Update.
6739         * gdb.cp/expand-psymtabs-cxx.exp: Update.
6740         * gdb.cp/cp-relocate.exp (get_func_address): Update.
6741
6742 2012-05-17  Doug Evans  <dje@google.com>
6743
6744         * info-macros.exp: Pass "debug" to prepare_for_testing.
6745
6746         * Makefile.in (clean): Remove Fission .dwo and .dwp files.
6747         * gdb.ada/Makefile.in (clean): Ditto.
6748         * gdb.arch/Makefile.in (clean): Ditto.
6749         * gdb.asm/Makefile.in (clean): Ditto.
6750         * gdb.base/Makefile.in (clean): Ditto.
6751         * gdb.cell/Makefile.in (clean): Ditto.
6752         * gdb.cp/Makefile.in (clean): Ditto.
6753         * gdb.disasm/Makefile.in (clean): Ditto.
6754         * gdb.dwarf2/Makefile.in (clean): Ditto.
6755         * gdb.fortran/Makefile.in (clean): Ditto.
6756         * gdb.go/Makefile.in (clean): Ditto.
6757         * gdb.hp/Makefile.in (clean): Ditto.
6758         * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
6759         * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
6760         * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
6761         * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
6762         * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
6763         * gdb.java/Makefile.in (clean): Ditto.
6764         * gdb.linespec/Makefile.in (clean): Ditto.
6765         * gdb.mi/Makefile.in (clean): Ditto.
6766         * gdb.modula2/Makefile.in (clean): Ditto.
6767         * gdb.multi/Makefile.in (clean): Ditto.
6768         * gdb.objc/Makefile.in (clean): Ditto.
6769         * gdb.opencl/Makefile.in (clean): Ditto.
6770         * gdb.opt/Makefile.in (clean): Ditto.
6771         * gdb.pascal/Makefile.in (clean): Ditto.
6772         * gdb.python/Makefile.in (clean): Ditto.
6773         * gdb.reverse/Makefile.in (clean): Ditto.
6774         * gdb.server/Makefile.in (clean): Ditto.
6775         * gdb.stabs/Makefile.in (clean): Ditto.
6776         * gdb.threads/Makefile.in (clean): Ditto.
6777         * gdb.trace/Makefile.in (clean): Ditto.
6778         * gdb.xml/Makefile.in (clean): Ditto.
6779
6780 2012-05-16  Tom Tromey  <tromey@redhat.com>
6781
6782         * gdb.base/macscp1.c (macscp_expr): Add comment.
6783         * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
6784
6785 2012-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
6786
6787         * gdb.base/return-nodebug.exp: Also test float and double types.
6788
6789 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6790
6791         PR testsuite/12649
6792         * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
6793
6794         * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
6795
6796 2012-05-14  Sergio Durigan Junior  <sergiodj@redhat.com>
6797
6798         * gdb.base/stap-probe.exp (stap_test): Remove calls to
6799         `rerun_to_main'.
6800         (stap_test_no_debuginfo): Likewise.
6801
6802 2012-05-14  Stan Shebs  <stan@codesourcery.com>
6803
6804         * gdb.base/dprintf.c: New file.
6805         * gdb.base/dprintf.exp: New file.
6806
6807 2012-05-14  Hui Zhu  <hui_zhu@mentor.com>
6808
6809         * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
6810         * gdb.trace/disconnected-tracing.c: New file.
6811         * gdb.trace/disconnected-tracing.exp: New file.
6812
6813 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
6814
6815         * gdb.python/python.c: Add a new breakpoint comment.
6816         * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
6817
6818 2011-12-26  Kwok Cheung Yeung  <kcy@codesourcery.com>
6819
6820         * gdb.base/info-os.exp: New file.
6821         * gdb.base/info-os.c: New file.
6822
6823 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
6824
6825         * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
6826         gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
6827         New files.
6828
6829 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
6830
6831         * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
6832         gdb.base/ctxobj.exp: New files.
6833
6834 2012-05-09  Tom Tromey  <tromey@redhat.com>
6835
6836         * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
6837
6838 2012-05-09  Maciej W. Rozycki  <macro@codesourcery.com>
6839
6840         * lib/gdb.exp (gdb_test_multiple): Correct formatting.
6841
6842 2012-05-08  Maciej W. Rozycki  <macro@codesourcery.com>
6843
6844         * gdb.mi/mi-var-display.exp: Check for the existence of $fp
6845         before using it.
6846
6847 2012-05-04  Tristan Gingold  <gingold@adacore.com>
6848
6849         * gdb.base/set-noassign.exp: New test.
6850
6851 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
6852
6853         * gdb.python/py-symbol.exp: Add tests to test the new methods
6854         gdb.Symtab.global_block() and gdb.Symtab.static_block().
6855         * gdb.python/py-symbol.c: Add new struct to help test
6856         gdb.Symtab.static_block().
6857
6858 2012-05-03  Doug Evans  <dje@google.com>
6859
6860         * gdb.dwarf2/pr13961.S: Add file and source location, but leave
6861         commented out.
6862
6863 2012-05-03  Yao Qi  <yao@codesourcery.com>
6864
6865         * gdb.base/catch-syscall.exp: Skip it before compilation if target
6866         doesn't support.
6867         * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
6868         * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
6869
6870 2012-05-03  Yao Qi  <yao@codesourcery.com>
6871
6872         * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
6873
6874 2012-04-30  Doug Evans  <dje@google.com>
6875
6876         PR testsuite/13961
6877         * gdb.dwarf2/pr13961.S: New file.
6878         * gdb.dwarf2/pr13961.exp: New file.
6879
6880 2012-04-29  Yao Qi  <yao@codesourcery.com>
6881
6882         * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
6883
6884 2012-04-28  Doug Evans  <dje@google.com>
6885
6886         * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
6887         .Ltype_int_in_cu2.  Use name "int2" instead of "int".
6888         All uses updated.
6889         * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
6890         "ptype func_cu1" to expand cu2 before cu1.
6891
6892 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
6893             Tom Tromey  <tromey@redhat.com>
6894
6895         * gdb.base/default.exp: Add `$_probe_arg*' convenience
6896         variables.
6897         * gdb.base/stap-probe.c: New file.
6898         * gdb.base/stap-probe.exp: New file.
6899         * gdb.trace/stap-trace.c: New file.
6900         * gdb.trace/stap-trace.exp: New file.
6901         * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
6902         libgcc's unwinder.
6903
6904 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
6905
6906         * gdb.arch/mips16-thunks-inmain.c: New file.
6907         * gdb.arch/mips16-thunks-main.c: New file.
6908         * gdb.arch/mips16-thunks-sin.c: New file.
6909         * gdb.arch/mips16-thunks-sinfrob.c: New file.
6910         * gdb.arch/mips16-thunks-sinfrob16.c: New file.
6911         * gdb.arch/mips16-thunks-sinmain.c: New file.
6912         * gdb.arch/mips16-thunks-sinmips16.c: New file.
6913         * gdb.arch/mips16-thunks.exp: New file.
6914
6915 2012-04-25  Doug Evans  <dje@google.com>
6916
6917         * configure.ac: Create gdb.go/Makefile.
6918         * configure: Regenerate.
6919         * gdb.base/default.exp: Add "go" to "set language" testing.
6920         * gdb.go/Makefile.in: New file.
6921         * gdb.go/basic-types.exp: New file.
6922         * gdb.go/chan.exp: New file.
6923         * gdb.go/chan.go: New file.
6924         * gdb.go/handcall.exp: New file.
6925         * gdb.go/handcall.go: New file.
6926         * gdb.go/hello.exp: New file.
6927         * gdb.go/hello.go: New file.
6928         * gdb.go/integers.exp: New file.
6929         * gdb.go/integers.go: New file.
6930         * gdb.go/methods.exp: New file.
6931         * gdb.go/methods.go: New file.
6932         * gdb.go/package.exp: New file.
6933         * gdb.go/package1.go: New file.
6934         * gdb.go/package2.go: New file.
6935         * gdb.go/print.exp: New file.
6936         * gdb.go/strings.exp: New file.
6937         * gdb.go/strings.go: New file.
6938         * gdb.go/types.exp: New file.
6939         * gdb.go/types.go: New file.
6940         * gdb.go/unsafe.exp: New file.
6941         * gdb.go/unsafe.go: New file.
6942         * lib/future.exp: Add Go support.
6943         (gdb_find_go, gdb_find_go_linker): New procs.
6944         (gdb_default_target_compile): Add Go support.
6945         * lib/gdb.exp (skip_go_tests): New proc.
6946         * lib/go.exp: New file.
6947
6948 2012-04-25  Tom Tromey  <tromey@redhat.com>
6949
6950         * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
6951
6952 2012-04-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
6953             Jan Kratochvil  <jan.kratochvil@redhat.com>
6954
6955         PR symtab/7259:
6956         * gdb.base/enumval.c: New test case.
6957         * gdb.base/enumval.exp: New test case.
6958         * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
6959         field.bitpos.
6960
6961 2012-04-17  Pedro Alves  <palves@redhat.com>
6962
6963         * Makefile.in (site.exp): Make site.exp source
6964         $srcdir/lib/append_gdb_boards_dir.exp.
6965         * lib/append_gdb_boards_dir.exp: New file.
6966
6967 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
6968
6969         New option "set auto-load safe-path".
6970         * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
6971         * gdb.python/py-section-script.exp (set auto-load safe-path): New.
6972
6973 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
6974
6975         auto-load: Implementation.
6976         * gdb.base/help.exp (test set height): Increase the height.
6977         * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
6978         to ...
6979         (info auto-load python-scripts): ... here.
6980         * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
6981         to ...
6982         (info auto-load python-scripts *): ... here.
6983
6984 2012-04-16  Yao Qi  <yao@codesourcery.com>
6985
6986         * lib/trace-support.exp (get_in_proc_agent): New.
6987         * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
6988         of in process trace agent.
6989         * gdb.trace/ftrace.exp: Likewise.
6990         * gdb.trace/pending.exp: Likewise.
6991         * gdb.trace/trace-break.exp: Likewise.
6992         * gdb.trace/trace-mt.exp
6993         * gdb.trace/tspeed.exp: Likewise.
6994         * gdb.trace/tstatus.exp
6995         * gdb.trace/strace.exp: Likewise.
6996
6997 2012-04-16  Thomas Schwinge  <thomas@codesourcery.com>
6998
6999         * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
7000         symbol _stack is defined.  Get rid of a hard-coded constant for _stack.
7001
7002         * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
7003
7004 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
7005
7006         PR mi/13393
7007         * gdb.mi/mi-var-rtti.cc: New file.
7008         * gdb.mi/mi-var-rtti.exp: New file.
7009         * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
7010         function.
7011         (mi_varobj_update_with_type_change): updated to avoid code duplication.
7012
7013 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
7014
7015         * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
7016         EXECUTABLES.
7017         * gdb.python/py-explore.c: C program used for testing the new
7018         'explore' command on C constructs.
7019         * gdb.python/py-explore.cc: C++ program used for testing the new
7020         'explore' command on C++ constructs.
7021         * gdb-python/py-explore.exp: Tests for the new 'explore'
7022         command on C constructs.
7023         * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
7024         command on C++ constructs.
7025
7026 2012-04-07  Mark Kettenis  <kettenis@gnu.org>
7027
7028         * gdb.base/funcargs.exp (complex_args): Fix typo.
7029
7030 2012-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
7031
7032         * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
7033         (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
7034
7035 2012-04-05  Keith Seitz  <keiths@redhat.com>
7036
7037         * gdb.base/advance.exp: Update error message for
7038         "advance malformed" test.
7039         * gdb.base/break.exp: Likewise for "breakpoint with
7040         trailing garbage" test.
7041         * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
7042         with trailing garbage" test.
7043         * gdb.base/sepdebug.exp: Likewise for "breakpoint with
7044         trailng garbage" test.
7045         * gdb.base/until.exp: Likewise for "malformed until" test.
7046         * gdb.cp/ovldbreak.exp: Create the breakpoint table
7047         for "breakpoint info (after setting on all)".
7048         * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
7049         tests.
7050         * gdb.cp/cplabel.cc: New file.
7051         * gdb.cp/cplabel.exp: New test.
7052         * gdb.linespec/ls-errs.c: New file.
7053         * gdb.linespec/ls-errs.exp: New test.
7054
7055 2012-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7056
7057         * gdb.trace/unavailable.exp
7058         (collect globals: print object on: print derived_partial)
7059         (collect globals: print object on: print derived_whole)
7060         (collect globals: print object off: print derived_partial)
7061         (collect globals: print object off: print derived_whole): Update
7062         expected output.
7063
7064 2012-03-30  Keith Seitz  <keiths@redhat.com>
7065
7066         * gdb.python: Add test for linespecs with commas.
7067
7068 2012-03-28  Keith Seitz  <keiths@redhat.com>
7069
7070         * gdb.linespec/ls-dollar.cc: New file.
7071         * gdb.linespec/ls-dollar.exp: New test.
7072
7073 2012-03-28  Keith Seitz  <keiths@redhat.com>
7074
7075         * gdb.cp/namespace.exp: Add breakpoint tests for functions
7076         starting with the global namespace.
7077
7078 2012-03-23  Doug Evans  <dje@google.com>
7079
7080         * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
7081
7082 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
7083
7084         * gdb.python/py-value.cc: Add test case for testing the
7085         methodology exposing C++ values to Python.
7086         * gdb.python/py-value-cc.exp: Add tests testing the methodology
7087         exposing C++ values to Python.
7088         * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
7089
7090 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
7091             Siddhesh Poyarekar  <siddhesh@redhat.com>
7092
7093         * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
7094         * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
7095         (generate native core dump): Make the test unsupported if core cannot
7096         be generated.
7097
7098 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
7099
7100         * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
7101         for cmdarg_vec = NULL.  Remove entries for cmdsize = 1, cmdarg = and
7102         ncmd = 0.  New entry for VEC_cleanup cmdarg_s.
7103
7104 2012-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
7105
7106         * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
7107
7108 2012-03-17  Doug Evans  <dje@google.com>
7109
7110         * dg-extract-results.sh: Handle KFAILs.
7111
7112 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7113
7114         PR symtab/13777
7115         * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
7116
7117 2012-03-16  Joel Brobecker  <brobecker@adacore.com>
7118
7119         * gdb.ada/set_pckd_arr_elt: New testcase.
7120
7121 2012-03-16  Gary Benson  <gbenson@redhat.com>
7122
7123         PR breakpoints/10738
7124         * gdb.opt/inline-break.exp: New file.
7125         * gdb.opt/inline-break.c: Likewise.
7126         * gdb.dwarf2/dw2-inline-break.exp: Likewise.
7127         * gdb.dwarf2/dw2-inline-break.S: Likewise.
7128         * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
7129         * gdb.base/async-shell.exp: Likewise.
7130         * lib/mi-support.exp (library_loaded_re): Likewise.
7131
7132 2012-03-15  Tom Tromey  <tromey@redhat.com>
7133
7134         * gdb.cp/virtfunc2.exp: Update expected output.
7135         * gdb.cp/pr9631.exp: Update expected output.
7136         * gdb.cp/member-ptr.exp: Update expected output.
7137         * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
7138         output.
7139         * gdb.cp/casts.exp: Update expected output.
7140
7141 2012-03-15  Tom Tromey  <tromey@redhat.com>
7142
7143         * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
7144         (test_info_vtbl): Likewise.
7145         (do_tests): Call test_info_vtbl.
7146         * gdb.cp/virtfunc.cc (va): New global.
7147
7148 2012-03-15  Thomas Schwinge  <thomas@codesourcery.com>
7149
7150         * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
7151         describing DWARF data structures.
7152         * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
7153         * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
7154         * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
7155         * gdb.dwarf2/dw2-entry-value.S: Likewise.
7156         * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
7157         * gdb.dwarf2/dw2-param-error.S: Likewise.
7158         * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
7159         * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
7160         * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
7161         * gdb.dwarf2/implptr-optimized-out.S: Likewise.
7162         * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
7163         * gdb.dwarf2/pr11465.S: Likewise.
7164
7165 2012-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7166
7167         * gdb.mi/mi2-prompt.exp: New file.
7168
7169 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
7170
7171         * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
7172
7173 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
7174
7175         * gdb.ada/bp_range_type: New testcase.
7176
7177 2012-03-13  Doug Evans  <dje@google.com>
7178
7179         * gdb.base/default.exp: Delete tests for symbol-reloading.
7180         * gdb.base/help.exp: Ditto.
7181         * gdb.base/setshow.exp: Ditto.
7182         * gdb.base/gdb_history: Delete references to symbol-reloading.
7183
7184 2012-03-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
7185
7186         * gdb.base/attach-twice.c: New files.
7187         * gdb.base/attach-twice.exp: New files.
7188
7189 2012-03-08  Keith Seitz  <keiths@redhat.com>
7190
7191         * lib/gdb.exp (gdb_get_line_number): Throw an
7192         error instead of returning -1.
7193         * gdb.base/break.exp: Remove unused variable
7194         bp_location5.
7195         * gdb.base/hbreak2.exp: Likewise.
7196         * gdb.base/sepdebug.exp: Likewise.
7197
7198 2012-03-08  Yao Qi  <yao@codesourcery.com>
7199             Pedro Alves  <palves@redhat.com>
7200
7201         Fix PR server/13392.
7202         * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
7203         (tracepoint_change_loc_2): Remove kfail.  Return if failed to
7204         download tracepoints.
7205         * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
7206         (pending_tracepoint_resolved_during_trace): Likewise.
7207         (pending_tracepoint_installed_during_trace): Likewise.
7208         (pending_tracepoint_with_action_resolved): Likewise.
7209
7210 2012-03-08  Keith Seitz  <keiths@redhat.com>
7211
7212         * gdb.ada/array_bounds.exp: Get breakpoint for line
7213         with "START", not "STOP".
7214         * gdb.python/py-infthread.exp: Do not continue to
7215         line marked "Break here.", which is undefined.
7216
7217 2012-03-08  Luis Machado  <lgustavo@codesourcery.com>
7218
7219         Revert:
7220
7221         2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7222
7223         Implement testsuite workaround for PR breakpoints/13781.
7224         * gdb.cp/mb-templates.exp: New loop with variable $workaround.
7225         (set breakpoint condition-evaluation host): New conditional command.
7226
7227 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7228
7229         Fix CU relative vs. absolute DIE offsets.
7230         * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
7231         one.
7232
7233 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7234
7235         Fix false FAIL on distros with relro linkage as default.
7236         * gdb.reverse/solib-precsave.exp: Try to compile the test using
7237         -Wl,-z,norelro first.
7238
7239 2012-03-06  Joel Brobecker  <brobecker@adacore.com>
7240
7241         * gdb.ada/bp_on_var: New testcase.
7242
7243 2012-03-06  Joel Brobecker  <brobecker@adacore.com>
7244
7245         * gdb.ada/bp_enum_homonym: New testcase.
7246
7247 2012-03-06  Yao Qi  <yao@codesourcery.com>
7248
7249         * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
7250         x86_64-*-* and i?86-*-*.
7251         Set up KFAIL for gdb/13808.
7252
7253 2012-03-05  Tom Tromey  <tromey@redhat.com>
7254
7255         * gdb.ada/operator_bp.exp: Clear debug-file-directory.
7256         * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
7257
7258 2012-03-05  Tom Tromey  <tromey@redhat.com>
7259
7260         * gdb.java/jprint.java (jprint.main): Keep 'x' live.
7261
7262 2012-03-04  Yao Qi  <yao@codesourcery.com>
7263
7264         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
7265         messages for KFAIL.
7266
7267 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7268
7269         * gdb.ada/arrayidx.exp: Call get_compiler_info.  New variable old_gcc.
7270         (print one_two_three, indexes off, print few_reps, indexes off)
7271         (print many_reps, indexes off, print empty, indexes off)
7272         (print one_two_three, print few_reps, print many_reps, print empty):
7273         Call setup_xfail if $gcc_old.
7274
7275 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7276
7277         Implement testsuite workaround for PR breakpoints/13781.
7278         * gdb.cp/mb-templates.exp: New loop with variable $workaround.
7279         (set breakpoint condition-evaluation host): New conditional command.
7280
7281 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7282
7283         Code cleanup.
7284         * gdb.cp/mb-templates.exp: New variables executable.  Use it for
7285         binfile.  use clean_restart.  Replace gdb_expect by gdb_test_multiple.
7286         Replace GDB restart by kill and delete_breakpoints.  Replace breakpoint
7287         number 1 by $bpnum.  Four times.
7288
7289 2012-03-03  Yao Qi  <yao@codesourcery.com>
7290
7291         * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
7292
7293 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7294
7295         Setup KFAIL for PR server/13796.
7296         * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
7297
7298 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
7299
7300         * gdb.ada/operator_bp: New testcase.
7301
7302 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
7303
7304         * gdb.ada/info_locals_renaming: New testcase.
7305
7306 2012-03-02  Tom Tromey  <tromey@redhat.com>
7307
7308         * gdb.base/nextoverexit.c: New file.
7309         * gdb.base/nextoverexit.exp: New file.
7310
7311 2012-03-02  Edjunior Machado  <emachado@linux.vnet.ibm.com>
7312
7313         * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
7314         parameter.
7315
7316 2012-03-01  Maciej W. Rozycki  <macro@mips.com>
7317
7318         * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
7319         core registers.
7320
7321 2012-03-01  Maciej W. Rozycki  <macro@mips.com>
7322             Maciej W. Rozycki  <macro@codesourcery.com>
7323             Daniel Jacobowitz  <dan@codesourcery.com>
7324
7325         * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
7326
7327 2012-03-01  Pedro Alves  <palves@redhat.com>
7328
7329         PR gdb/13767
7330
7331         * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
7332         (gdb_collect_globals_test): Call it.
7333
7334 2012-03-01  Keith Seitz  <keiths@redhat.com>
7335
7336         * gdb.cp/method2.exp: Output of overload menu is now
7337         alphabetized.  Update tests for "break A::method".
7338         * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
7339         of hard-coding them.
7340         Overload menu is alphabetized: rewrite to accommodate.
7341         Unset variables LINE and TYPES which are used in other tests.
7342         Compute the output of "info break".
7343         Update the breakpoint table after all breakpoints are deleted.
7344         (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
7345         compute ACTUALS and the method body based on parameters.
7346         Update expected output accordingly.
7347         * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
7348         unique comments to allow the use of gdb_get_line_number.
7349
7350 2012-03-01  Keith Seitz  <keiths@redhat.com>
7351
7352         * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
7353         some Tcl syntax.
7354         * gdb.cp/ovldbreak.exp: Likewise.
7355
7356 2012-03-01  Keith Seitz  <keiths@redhat.com>
7357
7358         * gdb.base/help.exp (help show user): Update expected result
7359         for new doc string changes (add "non-python").
7360
7361 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
7362
7363         * gdb.python/py-cmd.exp: Add test to verify that python commands can
7364         be put in the user-defined category and that the commands appear in
7365         "help user-defined".
7366
7367 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
7368
7369         * gdb.ada/tagged_not_init: New testcase.
7370
7371 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
7372
7373         * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
7374         * gdb.ada/enum_idx_packed: New testcase.
7375
7376 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
7377
7378         * gdb.ada/aliased_array: New testcase.
7379
7380 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
7381
7382         * gdb.ada/whatis_array_val: New testcase.
7383
7384 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
7385
7386         Fix disp-step-syscall.exp: fork: single step over fork.
7387         * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
7388         whitespaces.
7389         (single step over $syscall): Remove its check.
7390         (single step over $syscall final pc): New check.
7391
7392 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
7393
7394         Support processors without SSSE3.
7395         * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
7396         pabsd into ...
7397         (ssse3_test): ... a new function.
7398         (main): Call ssse3_test.
7399         * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
7400         Update expected values everywhere.
7401         (reverse-step to pabsd, verify xmm0 after reverse pabsd)
7402         (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
7403         (reverse-step to pabsw, verify xmm0 after reverse pabsw)
7404         (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
7405         (reverse-step to pabsb, verify xmm0 after reverse pabsb)
7406         (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
7407         Move these tests lower.
7408         (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
7409         (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
7410         (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
7411         New tests.
7412
7413 2012-02-29  Yao Qi  <yao@codesourcery.com>
7414             Pedro Alves  <palves@redhat.com>
7415
7416         * gdb.trace/trace-mt.c: New.
7417         * gdb.trace/trace-mt.exp: New.
7418
7419 2012-02-28  Thomas Schwinge  <thomas@codesourcery.com>
7420
7421         * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
7422         numbers instead of hardcoding them.
7423         * gdb.base/annota1.c: Provide suitable markers.
7424         * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
7425         numbers instead of hardcoding them.
7426         * gdb.base/annota3.c: Provide suitable markers.
7427
7428         * gdb.base/annota1.c [__sh__]: Remove any special-casing.
7429         * gdb.base/annota3.c: Likewise.
7430         * gdb.base/sigall.c: Likewise.
7431         * gdb.base/signals.c: Likewise.
7432         * gdb.reverse/sigall-reverse.c: Likewise.
7433
7434 2012-02-27  Maciej W. Rozycki  <macro@codesourcery.com>
7435
7436         * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
7437         failure return path.
7438
7439 2012-02-27  Luis Machado  <lgustavo@codesourcery.com>
7440
7441         * gdb.base/save-bp.exp: Account for new condition evaluator output.
7442
7443 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
7444
7445         * gdb.base/cond-eval-mode.exp: New file.
7446
7447 2012-02-24  Pedro Alves  <palves@redhat.com>
7448
7449         * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
7450         (top level): Use with_test_prefix.
7451
7452 2012-02-24  Pedro Alves  <palves@redhat.com>
7453
7454         * gdb.threads/attach-into-signal.exp (corefunc): Use
7455         with_test_prefix.
7456
7457 2012-02-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
7458
7459         Fix false FAILs on old CPUs without SSE.
7460         * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
7461         Return untested for Illegal instruction.
7462
7463 2012-02-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
7464
7465         Fix false FAILs with glibc debug infos installed.
7466         * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
7467         * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
7468
7469 2012-02-22  Sterling Augustine  <saugustine@google.com>
7470
7471         * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
7472         constant with cast.
7473
7474 2012-02-21  Pedro Alves  <palves@redhat.com>
7475
7476         * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
7477
7478 2012-02-21  Pedro Alves  <palves@redhat.com>
7479
7480         * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
7481
7482 2012-02-21  Pedro Alves  <palves@redhat.com>
7483
7484         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
7485         with_test_prefix.
7486
7487 2012-02-21  Pedro Alves  <palves@redhat.com>
7488
7489         * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
7490         with_test_prefix here.
7491         (top level): Do it here instead.  Remove `:' from the
7492         with_test_prefix string.
7493         * gdb.base/attach-pie-misread.exp: Remove the leading space the
7494         the suffix `:' from the with_test_prefix prefix string.
7495         * gdb.base/break-interp.exp: Ditto.
7496         * gdb.base/catch-load.exp: Ditto.
7497         * gdb.base/disp-step-syscall.exp: Ditto.
7498         * gdb.base/jit-so.exp: Ditto.
7499         * gdb.base/jit.exp: Ditto.
7500         * gdb.base/sepdebug.exp: Ditto.
7501         * gdb.base/solib-display.exp: Ditto.
7502         * gdb.base/solib-overlap.exp: Ditto.
7503         * gdb.base/watch-cond-infcall.exp: Ditto.
7504         * gdb.base/watchpoint.exp: Ditto.
7505         * gdb.dwarf2/dw2-noloc.exp: Ditto.
7506         * gdb.mi/mi-watch.exp: Ditto.
7507         * gdb.mi/mi2-watch.exp: Ditto.
7508         * gdb.threads/non-ldr-exc-1.exp: Ditto.
7509         * gdb.threads/non-ldr-exc-2.exp: Ditto.
7510         * gdb.threads/non-ldr-exc-3.exp: Ditto.
7511         * gdb.threads/non-ldr-exc-4.exp: Ditto.
7512         * gdb.threads/watchpoint-fork.exp: Ditto.
7513         * gdb.threads/watchthreads-reorder.exp: Ditto.
7514         * gdb.trace/change-loc.exp: Ditto.
7515         * gdb.trace/pending.exp: Ditto.
7516         * gdb.trace/status-stop.exp: Ditto.
7517         * gdb.trace/strace.exp: Ditto.
7518         * gdb.trace/trace-break.exp: Ditto.
7519         * gdb.trace/unavailable.exp: Ditto.
7520         * lib/gdb.exp (with_test_prefix): Always prefix with space and
7521         suffix with colon.  Adjust leading comments.
7522
7523 2012-02-21  Pedro Alves  <palves@redhat.com>
7524             Tom Tromey  <tromey@redhat.com>
7525
7526         * lib/gdb.exp: Add description of test prefixes.
7527         (with_test_prefix): New procedure.
7528         * gdb.arch/altivec-abi.exp: Use with_test_prefix.
7529         * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
7530         * gdb.base/break-interp.exp: Use with_test_prefix.  Use append
7531         instead of lappend to append to pf_prefix.
7532         * gdb.base/catch-load.exp: Use with_test_prefix.
7533         * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
7534         * gdb.base/jit-so.exp: Use with_test_prefix.
7535         * gdb.base/jit.exp: Use with_test_prefix.
7536         * gdb.base/return-nodebug.exp (do_test): Use append instead of
7537         lappend to append to pf_prefix.
7538         * gdb.base/sepdebug.exp: Use with_test_prefix.
7539         * gdb.base/solib-display.exp: Use with_test_prefix.
7540         * gdb.base/solib-overlap.exp: Use with_test_prefix.
7541         * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
7542         * gdb.base/watchpoint.exp: Use with_test_prefix.
7543         * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
7544         * gdb.mi/mi-watch.exp: Use with_test_prefix.
7545         * gdb.mi/mi2-watch.exp: Use with_test_prefix.
7546         * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
7547         * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
7548         * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
7549         * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
7550         * gdb.threads/watchpoint-fork.exp: Use with_test_prefix.  Use
7551         append instead of lappend to append to pf_prefix.
7552         * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
7553         * gdb.trace/change-loc.exp: Use with_test_prefix.
7554         * gdb.trace/pending.exp: Use with_test_prefix.
7555         * gdb.trace/status-stop.exp: Use with_test_prefix.
7556         * gdb.trace/strace.exp: Use with_test_prefix.
7557         * gdb.trace/trace-break.exp: Use with_test_prefix.
7558         * gdb.trace/unavailable.exp: Use with_test_prefix.  Use append
7559         instead of lappend to append to pf_prefix.
7560
7561 2012-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7562
7563         Fix racy FAILs.
7564         * gdb.base/inferior-died.c (main): Add return of 0.
7565         * gdb.base/inferior-died.exp (continue): Fix expectation of
7566         asynchronous events.
7567         (p 1): New test.
7568
7569 2012-02-20  Pedro Alves  <palves@redhat.com>
7570
7571         * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
7572         lin-lwp output.  Set SIGALRM to stop.  Adjust tests to not rely on
7573         gdb's internal debug output.  For the non-threaded case, look for
7574         "Program received signal SIGLARM", for the threaded case, peek at
7575         the thread's siginfo.
7576
7577 2012-02-20  Pedro Alves  <palves@redhat.com>
7578
7579         General cleanup, make output test messages unique, and build
7580         different executable files for the non-threaded and threaded
7581         cases.
7582
7583         * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
7584         Delete.
7585         (executable_nothr, executable_thr): New globals.
7586         (top level): Adjust to delete both executables.
7587         (corefunc): New parameter $executable.  Set $pf_prefix instead of
7588         hand writing a prefix in tests.  Issue a clean_restart and enable
7589         lin-lwp debug output here.
7590         (top level): Adjust.  Use build_executable.  Don't start gdb here,
7591         and don't enable lin-lwp debug output here.
7592         * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
7593
7594 2012-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7595
7596         Fix racy FAILs.
7597         * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
7598         "continue" command.
7599
7600 2012-02-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
7601
7602         Fix for gdbserver non-extended mode.
7603         * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
7604         and gdb_run_cmd.
7605
7606 2012-02-17  Tom Tromey  <tromey@redhat.com>
7607
7608         * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
7609         * gdb.python/py-events.exp: Check 'dir' output.
7610         * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
7611
7612 2012-02-17  Yao Qi  <yao@codesourcery.com>
7613
7614         * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
7615
7616 2012-02-16  Tom Tromey  <tromey@redhat.com>
7617
7618         * gdb.base/inferior-died.c: Don't include stdio.h.
7619
7620 2012-02-16  Tom Tromey  <tromey@redhat.com>
7621
7622         * gdb.base/inferior-died.c: New file.
7623         * gdb.base/inferior-died.exp: New file.
7624
7625 2012-02-15  Aleksandar Ristovski  <aristovski@qnx.com>
7626
7627         * gdb.base/break-inline.exp: New file.
7628         * gdb.base/break-inline.c: New file.
7629
7630 2012-02-15  Tom Tromey  <tromey@redhat.com>
7631
7632         * gdb.base/pc-fp.exp: Add "info register" tests.
7633
7634 2012-02-15  Tom Tromey  <tromey@redhat.com>
7635
7636         * gdb.base/regs.exp: Remove.
7637
7638 2012-02-15  Pedro Alves  <palves@redhat.com>
7639
7640         * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
7641         the target doesn't support tracepoints.
7642         * gdb.trace/circ.exp: Ditto.
7643         * gdb.trace/collection.exp: Ditto.
7644         * gdb.trace/packetlen.exp: Ditto.
7645         * gdb.trace/passc-dyn.exp: Ditto.
7646         * gdb.trace/report.exp: Ditto.
7647         * gdb.trace/tfind.exp: Ditto.
7648         * gdb.trace/tspeed.exp: Ditto.
7649         * gdb.trace/tsv.exp: Ditto.
7650         * gdb.trace/unavailable.exp: Ditto.
7651         * gdb.trace/while-dyn.exp: Ditto.
7652
7653 2012-02-15  Pedro Alves  <palves@redhat.com>
7654
7655         * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
7656         gdb_test_multiple, and call unsupported instead of fail, if the
7657         remote side does not support the request.
7658
7659 2012-02-15  Pedro Alves  <palves@redhat.com>
7660
7661         * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
7662         * gdb.server/ext-run.exp: Make sure gdb is disconnected.
7663         * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
7664         * gdb.server/server-mon.exp: Make sure gdb is disconnected.
7665         * gdb.server/server-run.exp: Make sure gdb is disconnected.
7666         * lib/gdbserver-support.exp (gdbserver_start_extended): Only
7667         prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
7668         doesn't start with "extended-" already.
7669
7670 2012-02-15  Pedro Alves  <palves@redhat.com>
7671
7672         Support extended-remote.  Avoid cascading timeouts.
7673
7674         * gdb.base/attach.exp (do_attach_tests): Add expected output for
7675         the extended-remote target.  If attaching with no file fails, load
7676         the file manually.
7677         * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
7678
7679 2012-02-14  Stan Shebs  <stan@codesourcery.com>
7680
7681         * gdb.base/ena-dis-br.exp: Add enable count test.
7682
7683 2012-02-13  Pedro Alves  <palves@redhat.com>
7684
7685         * config/mips-idt.exp: Delete.
7686         * gdb.base/a2-run.exp: Remove mips-idt xfails.
7687         * gdb.base/bitfields.exp: Remove mips-idt restarts.
7688         * gdb.base/break.exp: Remove mips-idt references.
7689         * gdb.base/chng-syms.exp: Ditto.
7690         * gdb.base/default.exp: Ditto.
7691         * gdb.base/funcargs.exp (funcargs_reload): Delete.
7692         (top level): Don't call it.
7693         * gdb.base/opaque.exp: Remove mips-idt restarts.
7694         * gdb.base/ptype.exp: Remove mips-idt xfails.
7695         * gdb.base/scope.exp: Remove mips-idt restarts.
7696         * gdb.base/sepdebug.exp: Remove mips-idt references.
7697         * gdb.base/watchpoint.exp (maybe_clean_restart)
7698         (maybe_reinitialize): Delete.
7699         (test_disabling_watchpoints, test_disabling_watchpoints)
7700         (test_watchpoint_triggered_in_syscall)
7701         (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
7702         Don't call them.
7703
7704 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
7705
7706         * gdb.server/server-exec-info.exp: New file.
7707
7708 2012-02-10  Pedro Alves  <palves@redhat.com>
7709
7710         * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
7711         always non-empty.
7712         (test_attach): Always pass $exec to test_attach_gdb.
7713
7714 2012-02-08  Tom Tromey  <tromey@redhat.com>
7715
7716         * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
7717         before inferior is started.
7718
7719 2012-02-07  Tom Tromey  <tromey@redhat.com>
7720
7721         * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
7722         Symbol.value.
7723         * gdb.python/py-symbol.c (qq): Set default value.
7724
7725 2012-02-07  Tom Tromey  <tromey@redhat.com>
7726
7727         * gdb.python/py-symbol.c (qq): New global.
7728         * gdb.python/py-symbol.exp: Add test for frame-less
7729         lookup_symbol.
7730         * gdb.python/py-symtab.exp: Fix line number.
7731
7732 2012-02-03  Joel Brobecker  <brobecker@adacore.com>
7733
7734         * gdb.ada/mi_task_arg: New testcase.
7735
7736 2012-02-02  Pedro Alves  <palves@redhat.com>
7737
7738         * gdb.reverse/until-precsave.exp: Also put "record save" under the
7739         extended timeout.
7740
7741 2012-02-02  Pedro Alves  <palves@redhat.com>
7742
7743         * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
7744         * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
7745
7746 2012-02-02  Pedro Alves  <palves@redhat.com>
7747
7748         * gdb.base/term.exp: Rewrite.
7749         * gdb.base/term.c: New.
7750
7751 2012-02-02  Pedro Alves  <palves@redhat.com>
7752
7753         * gdb.base/default.exp (run "r" abbreviation, run): Add
7754         extended-remote expected output.
7755
7756 2012-02-02  Tom Tromey  <tromey@redhat.com>
7757
7758         * gdb.cp/dispcxx.exp: New file.
7759         * gdb.cp/dispcxx.cc: New file.
7760
7761 2012-02-01  Tom Tromey  <tromey@redhat.com>
7762
7763         * gdb.base/jit-simple.exp: New file.
7764         * gdb.base/jit-simple.c: New file.
7765
7766 2012-01-30  Yao Qi  <yao@codesourcery.com>
7767
7768         * gdb.base/skip.exp: Make test result unique.
7769
7770 2012-01-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
7771
7772         * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
7773         compatibility with valgrind-3.7.0.
7774
7775 2012-01-27  Pedro Alves  <palves@redhat.com>
7776
7777         * gdb.base/watchpoint.exp (no_hw): New global.
7778         (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
7779         disable hw watchpoints.
7780         (test_wide_location_1, test_wide_location_2): If no_hw is set,
7781         don't expect hw watchpoints.
7782         (no_hw_watchpoints): Always clean restart.
7783         (do_tests): New procedure, factored out from the top level.
7784         (top level): Run tests twice.  Once with hw watchpoints enabled,
7785         another time with hw watchpoints disabled.
7786
7787 2012-01-27  Pedro Alves  <palves@redhat.com>
7788
7789         * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
7790         out from the top level.
7791         (top level): Call it instead.
7792
7793 2012-01-27  Pedro Alves  <palves@redhat.com>
7794
7795         * gdb.base/watchpoint.exp (top level): Re-enable hardware
7796         watchpoints sooner.
7797
7798 2012-01-27  Pedro Alves  <palves@redhat.com>
7799
7800         * gdb.base/watchpoint.exp (top level): Delete watch ival3.
7801
7802 2012-01-27  Pedro Alves  <palves@redhat.com>
7803
7804         * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
7805         "You may have requested too many hardware
7806         breakpoints/watchpoints".
7807
7808 2012-01-27  Pedro Alves  <palves@redhat.com>
7809
7810         * gdb.base/watchpoint.exp (maybe_clean_restart)
7811         (maybe_reinitialize): New.
7812         (test_disabling_watchpoints): Call maybe_reinitialize.  Don't
7813         expect "hit N times".
7814         (test_disabling_watchpoints, test_complex_watchpoint)
7815         (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
7816         Call maybe_clean_restart.
7817         (top level): Use clean_restart.  Remove "mips-idt-*"
7818         reinitialization.
7819
7820 2012-01-27  Pedro Alves  <palves@redhat.com>
7821
7822         * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
7823
7824 2012-01-27  Pedro Alves  <palves@redhat.com>
7825
7826         * gdb.base/watchpoint.exp: Clean restart after tests that don't
7827         require `initialize' anymore.  Remove unnecessary `initialize'
7828         calls.
7829
7830 2012-01-27  Pedro Alves  <palves@redhat.com>
7831
7832         * gdb.base/watchpoint.exp (wp_set): Delete.
7833         (initialize, test_simple_watchpoint, top level): Remove dead code.
7834
7835 2012-01-27  Pedro Alves  <palves@redhat.com>
7836
7837         * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
7838         typo.
7839
7840 2012-01-27  Pedro Alves  <palves@redhat.com>
7841
7842         * config/extended-gdbserver.exp: New file.
7843         * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
7844         comment.
7845         (gdbserver_start_multi, mi_gdbserver_start_multi): New.
7846         * boards/native-extended-gdbserver.exp: New file.
7847
7848 2012-01-26  Pedro Alves  <palves@redhat.com>
7849
7850         * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
7851         and gdb_test_multiple.
7852
7853 2012-01-26  Pedro Alves  <palves@redhat.com>
7854
7855         Make test messages unique, and more identifiable.
7856         * gdb.multi/watchpoint-multi.exp: Change test messages.
7857
7858 2012-01-25  Tom Tromey  <tromey@redhat.com>
7859
7860         * gdb.base/solib-disc.exp: Fix regexps.
7861
7862 2012-01-24  Tom Tromey  <tromey@redhat.com>
7863
7864         * lib/mi-support.exp (mi_expect_stop): Add special case for
7865         solib-event.
7866         * gdb.base/catch-load-so.c: New file.
7867         * gdb.base/catch-load.exp: New file.
7868         * gdb.base/catch-load.c: New file.
7869         * gdb.base/break-interp.exp (reach_1): Update regexp.
7870
7871 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
7872
7873         Fix fuzzy results.
7874         * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
7875         lpsimple and func.
7876
7877 2012-01-24  Gary Benson  <gbenson@redhat.com>
7878
7879         Delete #if 0'd out code.
7880         * gdb.base/default.exp (info catch): Remove.
7881         * gdb.base/gdb_history (info catch): Likewise.
7882         * gdb.base/help.exp (info catch): Likewise.
7883
7884 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
7885
7886         Fix watchpoints to be specific for each inferior.
7887         * gdb.multi/watchpoint-multi.c: New file.
7888         * gdb.multi/watchpoint-multi.exp: New file.
7889
7890 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
7891
7892         Fix watchpoints across inferior fork.
7893         * gdb.threads/watchpoint-fork-child.c: New file.
7894         * gdb.threads/watchpoint-fork-mt.c: New file.
7895         * gdb.threads/watchpoint-fork-parent.c: New file.
7896         * gdb.threads/watchpoint-fork-st.c: New file.
7897         * gdb.threads/watchpoint-fork.exp: New file.
7898         * gdb.threads/watchpoint-fork.h: New file.
7899
7900 2012-01-23  Pedro Alves  <palves@redhat.com>
7901
7902         * gdb.base/call-signal-resume.exp: Allow output after "return".
7903
7904 2012-01-20  Pedro Alves  <palves@redhat.com>
7905
7906         * gdb.python/py-finish-breakpoint.py: Fix typo.
7907
7908 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
7909
7910         * gdb.base/info-proc.exp: Also run on remote targets.  Main
7911         "info proc" command is now always present; whether target supports
7912         actual info proc operation is detected when attempting to issue
7913         the command.
7914
7915 2012-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
7916
7917         * .gdbinit: Remove.
7918
7919 2012-01-19  Pedro Alves  <palves@redhat.com>
7920
7921         * gdb.java/jprint.exp: Don't rely on inferior output, but instead
7922         look at the funtions' returns.
7923         * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
7924         (jprint.print(int, int)): Change return type to int.  Adjust.
7925
7926 2012-01-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
7927
7928         PR gdb/9538
7929         * gdb.base/sepdebug.exp: New test.
7930
7931 2012-01-18  Pedro Alves  <palves@redhat.com>
7932
7933         * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
7934         Allow output before ^done.
7935
7936 2012-01-16  Tom Tromey  <tromey@redhat.com>
7937
7938         * gdb.linespec/linespec.exp: Change some tests to use $decimal.
7939         Add tests for relative directory.
7940
7941 2012-01-16  Tom Tromey  <tromey@redhat.com>
7942
7943         * gdb.base/printcmds.c (enum flag_enum): New.
7944         (three): New global.
7945         * gdb.base/printcmds.exp (test_print_enums): Add test for flag
7946         enum printing.
7947         * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
7948         FlagEnumerationPrinter.
7949         * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
7950         * gdb.python/py-pp-maint.c (enum flag_enum): New.
7951         (fval): New global.
7952
7953 2012-01-16  Pedro Alves  <palves@redhat.com>
7954
7955         * lib/gdb.exp (banned_procedures): New variable.
7956         (banned_variables_traced): Rename to ...
7957         (banned_traced): ... this.
7958         (gdb_init): Also trace banned procedures.
7959         (gdb_finish): Also untrace banned procedures.
7960
7961 2012-01-16  Pedro Alves  <palves@redhat.com>
7962
7963         Remove all calls to strace.
7964
7965 2012-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7966
7967         * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
7968         * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
7969
7970 2012-01-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
7971
7972         * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
7973         * gdb.base/pie-execl.exp: Likewise.
7974
7975 2012-01-12  Keith Seitz  <keiths@redhat.com>
7976
7977         PR mi/10586
7978         * gdb.mi/var-cmd.c (struct anonymous): New structure.
7979         (do_anonymous_type_tests): New function.
7980         (main): Call do_anonymous_type_tests.
7981         * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
7982         (verify_everything): New procedure.
7983         * gdb.mi/mi-var-cp.cc (class A): New class.
7984         (anonymous_structs_and_unions): New function.
7985         (main): Call anonymous_structs_and_unions.
7986         * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
7987         (verify_everything): New procedure.
7988
7989 2012-01-12  Keith Seitz  <keiths@redhat.com>
7990
7991         * lib/mi-support.exp: Expand comments about PATH_EXPR.
7992         (varobj_tree::get_path_expr): Assume that all varobjs are
7993         compound unless they are known simple types.
7994         Adjust path expressions based on parent type, path parent type,
7995         and tree language.
7996         (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
7997         the root varobj.
7998         (mi_walk_varobj_tree): Add LANGUAGE parameter.
7999
8000 2012-01-11  Pedro Alves  <palves@redhat.com>
8001
8002         * gdb.base/default.exp (core-file): Don't expect "GDB can't read
8003         core files on this machine" anymore.
8004
8005 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
8006
8007         * gdb.base/watchpoint.c (recurser): Initialize local_x.
8008         (main): Repeat recurser call.
8009         * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
8010         equivalent to 'local_x'.
8011
8012 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
8013             Joel Brobecker <brobecker@adacore.com>
8014
8015         * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
8016
8017 2012-01-05  Pedro Alves  <alves.ped@gmail.com>
8018
8019         * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
8020         * gdb.python/py-events.c (first): Add bits for new "step N" test.
8021         * gdb.python/py-events.exp: Test that "step N" tripping on a
8022         breakpoint emits a breakpoint event.
8023
8024 2012-01-03  Joel Brobecker  <brobecker@adacore.com>
8025
8026         * gdb.base/auxv.exp: Reformat the copyright notice.
8027
8028 2012-01-03  Yao Qi  <yao@codesourcery.com>
8029
8030         * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
8031         (strace_trace_on_diff_addr): New.
8032         * gdb.trace/strace.c: (main): Add two local variables.
8033
8034 2011-01-02  Ulrich Weigand  <uweigand@de.ibm.com>
8035
8036         * gdb.cell/fork.exp: Delete breakpoints after reaching main.
8037         * gdb.cell/gcore.exp: Likewise.
8038         * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
8039         to verify the correct instance of main is selected.
8040
8041 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
8042
8043         * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
8044         gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
8045         gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
8046         gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
8047         gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
8048         gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
8049         gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
8050         gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
8051         gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
8052         gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
8053         gdb.threads/thread_check.c: Reformat copyright header.
8054
8055 2011-12-30  Edjunior Machado  <emachado@linux.vnet.ibm.com>
8056
8057         * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
8058         * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
8059         is not enabled.
8060
8061 2011-12-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
8062
8063         * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
8064         parameter to self_exec, adjust the function.
8065         (main): Check for argv[1] "exit".  Use argv[0] for test_exec_exit.
8066         * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
8067         (set var do_exit = 0): Remove test.
8068         (newline at end of file): Add one.
8069
8070 2011-12-27  Joel Brobecker  <brobecker@adacore.com>
8071
8072         * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
8073         New files.
8074
8075 2011-12-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
8076
8077         Fix racy FAILs.
8078         * gdb.threads/fork-thread-pending.c (barrier): New variable.
8079         (thread_function, thread_forker): Call pthread_barrier_wait for it.
8080         (main): Call pthread_barrier_init for it.
8081
8082 2011-12-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
8083
8084         Fix double send_gdb leading to racy FAILs.
8085         * gdb.base/break.exp (set silent break bp_location1): Replace
8086         3x send_gdb and gdb_expect by gdb_test.
8087         * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
8088         * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
8089         (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
8090         instead of send_gdb.  Twice.
8091         * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
8092         3x send_gdb and gdb_expect by gdb_test.
8093         * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
8094
8095 2011-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
8096
8097         * gdb.linespec/linespec.exp: Compile using {c++}.
8098
8099 2011-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
8100
8101         * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
8102         (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
8103         (verify GCC PR debug/51668): New test.
8104
8105 2011-12-23  Kevin Pouget  <kevin.pouget@st.com>
8106
8107         Introduce gdb.FinishBreakpoint in Python.
8108         * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
8109         py-finish-breakpoint2
8110         (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
8111         * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
8112         instead of line number.
8113         * gdb.python/py-finish-breakpoint.c: New file.
8114         * gdb.python/py-finish-breakpoint.exp: New file.
8115         * gdb.python/py-finish-breakpoint.py: New file.
8116         * gdb.python/py-finish-breakpoint2.cc: New file.
8117         * gdb.python/py-finish-breakpoint2.exp: New file.
8118         * gdb.python/py-finish-breakpoint2.py: New file.
8119
8120 2011-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
8121
8122         Partial fix of compatibility with gcc-4.7.
8123         * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
8124         into XFAIL "new without size_t".  Permit size_t for the KFAIL case.
8125         Add comment to add a PASS case in the future.
8126
8127         Fix compatibility with gcc-4.7.
8128         * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
8129
8130 2011-12-21  Ulrich Weigand  <ulrich.weigand@linaro.org>
8131
8132         PR tdep/12797
8133         * gdb.base/callfuncs.exp: Remove KFAIL.
8134
8135 2011-12-21  Joel Brobecker  <brobecker@adacore.com>
8136
8137         * gdb.ada/task_bp: New testcase.
8138
8139 2011-12-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8140
8141         * gdb.base/reread.exp: If srcfile2 fails to build retry it with
8142         -DNO_SECTIONS.
8143         * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
8144
8145 2011-12-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8146
8147         * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
8148         PR gcc/45997 XFAIL conditional for gcc <= 4.5.
8149         * gdb.python/py-type.exp (python print ttype.template_argument(2)):
8150         Change PR gcc/41736 to the more specific PR gcc/46955.  Make it
8151         conditional for gcc <= 4.5.
8152
8153 2011-12-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8154
8155         * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
8156         by XFAIL.
8157         * gdb.cp/static-method.exp (info addr A::func())
8158         (list static-method.cc:xxx::(anonymous namespace)::A::func)
8159         (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
8160         (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
8161         (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
8162         * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
8163         (test value of F in k3_m): Likewise.
8164         * gdb.python/py-type.exp (python print ttype.template_argument(2)):
8165         Likewise.
8166
8167 2011-12-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8168
8169         * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
8170         (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
8171         Remove.
8172         * gdb.threads/attachstop-mt.c: Remove.
8173         * gdb.threads/attachstop-mt.exp: Remove.
8174
8175 2011-12-17  Mark Kettenis  <kettenis@gnu.org>
8176
8177         * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
8178
8179 2011-12-16  Doug Evans  <dje@google.com>
8180
8181         * boards/native-stdio-gdbserver.exp: New file.
8182         * boards/native-gdbserver.exp: New file.
8183
8184         * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
8185         gdbserver output.
8186         (gdbserver_default_get_remote_address): New function.
8187         (gdbserver_start): Call gdb,get_remote_address to compute argument
8188         to "target remote" command.
8189
8190 2011-12-16  Phil Muldoon  <pmuldoon@redhat.com>
8191
8192         * gdb.python/py-function.exp: Change "on" to "full" for
8193         python print-stack.  Add set/show python print-stack
8194         off|full|message tests.
8195
8196 2011-12-15  Yao Qi  <yao@codesourcery.com>
8197
8198         * gdb.trace/strace.c: New
8199         * gdb.trace/strace.exp: New.
8200
8201 2011-12-14  Tom Tromey  <tromey@redhat.com>
8202
8203         * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
8204
8205 2011-12-14  Doug Evans  <dje@google.com>
8206
8207         * lib/gdb.exp (gdb_start_cmd): Fix error return value.
8208
8209 2011-12-14  Pedro Alves  <pedro@codesourcery.com>
8210
8211         PR threads/10729
8212
8213         * gdb.mi/watch-nonstop.c: New file.
8214         * gdb.mi/mi-watch-nonstop.exp: New file.
8215
8216 2011-12-13  Pedro Alves  <pedro@codesourcery.com>
8217             Doug Evans  <dje@google.com>
8218
8219         * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
8220         (clean_restart): Remove references to the gdb_stub target board
8221         variable.
8222         (gdb_step_for_stub): Delete.
8223
8224         * gdb.base/annota1.exp: Remove all references to [target_info
8225         exists gdb_stub], gdb_step_for_stub and usestubs.
8226         * gdb.base/annota3.exp: Ditto.
8227         * gdb.base/async.exp: Ditto.
8228         * gdb.base/break.exp: Ditto.
8229         * gdb.base/code-expr.exp: Ditto.
8230         * gdb.base/commands.exp: Ditto.
8231         * gdb.base/completion.exp: Ditto.
8232         * gdb.base/condbreak.exp: Ditto.
8233         * gdb.base/consecutive.exp: Ditto.
8234         * gdb.base/cvexpr.exp: Ditto.
8235         * gdb.base/define.exp: Ditto.
8236         * gdb.base/display.exp: Ditto.
8237         * gdb.base/ena-dis-br.exp: Ditto.
8238         * gdb.base/environ.exp: Ditto.
8239         * gdb.base/gnu-ifunc.exp: Ditto.
8240         * gdb.base/maint.exp: Ditto.
8241         * gdb.base/pending.exp: Ditto.
8242         * gdb.base/sect-cmd.exp: Ditto.
8243         * gdb.base/sepdebug.exp: Ditto.
8244         * gdb.base/unload.exp: Ditto.
8245         * gdb.base/watchpoint-solib.exp: Ditto.
8246         * gdb.cp/annota2.exp: Ditto.
8247         * gdb.cp/annota3.exp: Ditto.
8248         * gdb.dwarf2/dw2-inline-param.exp: Ditto.
8249         * gdb.hp/gdb.compat/xdb1.exp: Ditto.
8250         * gdb.mi/mi-pending.exp: Ditto.
8251         * gdb.trace/circ.exp: Ditto.
8252         * gdb.cp/ovldbreak.exp: Ditto.  Adjust expected line numbers.
8253         * gdb.base/list.exp: Ditto.
8254
8255         * gdb.base/all-types.c: Remove all calls to set_debug_traps and
8256         breakpoint function and all references to the usestubs macro.
8257         * gdb.base/exprs.c: Ditto.
8258         * gdb.base/freebpcmd.c: Ditto.
8259         * gdb.base/bitfields.c: Ditto.
8260         * gdb.base/bitfields2.c: Ditto.
8261         * gdb.base/break.c: Ditto.
8262         * gdb.base/call-sc.c: Ditto.
8263         * gdb.base/call-signals.c: Ditto.
8264         * gdb.base/callfuncs.c: Ditto.
8265         * gdb.base/charset.c: Ditto.
8266         * gdb.base/consecutive.c: Ditto.
8267         * gdb.base/constvars.c: Ditto.
8268         * gdb.base/funcargs.c: Ditto.
8269         * gdb.base/int-type.c: Ditto.
8270         * gdb.base/interrupt.c: Ditto.
8271         * gdb.base/langs0.c: Ditto.
8272         * gdb.base/list0.c: Ditto.
8273         * gdb.base/mips_pro.c: Ditto.
8274         * gdb.base/miscexprs.c: Ditto.
8275         * gdb.base/nodebug.c: Ditto.
8276         * gdb.base/opaque0.c: Ditto.
8277         * gdb.base/pointers.c: Ditto.
8278         * gdb.base/printcmds.c: Ditto.
8279         * gdb.base/ptype.c: Ditto.
8280         * gdb.base/recurse.c: Ditto.
8281         * gdb.base/reread1.c: Ditto.
8282         * gdb.base/reread2.c: Ditto.
8283         * gdb.base/restore.c: Ditto.
8284         * gdb.base/return.c: Ditto.
8285         * gdb.base/run.c: Ditto.
8286         * gdb.base/scope0.c: Ditto.
8287         * gdb.base/sepdebug.c: Ditto.
8288         * gdb.base/setshow.c: Ditto.
8289         * gdb.base/setvar.c: Ditto.
8290         * gdb.base/sigall.c: Ditto.
8291         * gdb.base/signals.c: Ditto.
8292         * gdb.base/structs.c: Ditto.
8293         * gdb.base/structs2.c: Ditto.
8294         * gdb.base/testenv.c: Ditto.
8295         * gdb.base/twice.c: Ditto.
8296         * gdb.base/unwindonsignal.c: Ditto.
8297         * gdb.base/watchpoint.c: Ditto.
8298         * gdb.base/watchpoints.c: Ditto.
8299         * gdb.base/whatis.c: Ditto.
8300         * gdb.cp/classes.cc: Ditto.
8301         * gdb.cp/cplusfuncs.cc: Ditto.
8302         * gdb.cp/derivation.cc: Ditto.
8303         * gdb.cp/formatted-ref.cc: Ditto.
8304         * gdb.cp/misc.cc: Ditto.
8305         * gdb.cp/overload.cc: Ditto.
8306         * gdb.cp/ovldbreak.cc: Ditto.
8307         * gdb.cp/ref-params.cc: Ditto.
8308         * gdb.cp/ref-types.cc: Ditto.
8309         * gdb.cp/templates.cc: Ditto.
8310         * gdb.cp/virtfunc.cc: Ditto.
8311         * gdb.hp/gdb.aCC/run.c: Ditto.
8312         * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
8313         * gdb.hp/gdb.compat/xdb0.c: Ditto.
8314         * gdb.reverse/consecutive-reverse.c: Ditto.
8315         * gdb.reverse/sigall-reverse.c: Ditto.
8316         * gdb.reverse/until-reverse.c: Ditto.
8317         * gdb.reverse/watch-reverse.c: Ditto.
8318         * gdb.trace/actions.c: Ditto.
8319         * gdb.trace/circ.c: Ditto.
8320         * gdb.trace/collection.c: Ditto.
8321
8322 2011-12-13  Pedro Alves  <pedro@codesourcery.com>
8323
8324         * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
8325         (func6, func7): New.
8326         (main): Call func6 and func7.
8327         * gdb.base/watchpoint.exp (test_wide_location_1)
8328         (test_wide_location_2): New.
8329         (top level): Re-enable hardware watchpoints if necessary.  Call
8330         test_wide_location_1 and test_wide_location_2.
8331
8332 2011-12-11  Yao Qi  <yao@codesourcery.com>
8333
8334         * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
8335
8336 2011-12-11  Joel Brobecker  <brobecker@adacore.com>
8337
8338         * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
8339         expected output for unsupported case.
8340
8341 2011-12-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8342
8343         PR testsuite/12649
8344         * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
8345         Protect gdb_test_multiple by final $gdb_prompt match.
8346
8347 2011-12-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8348
8349         * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
8350         New variable, new test.
8351         (list static-method.cc:xxx::(anonymous namespace)::A::func)
8352         (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
8353         (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
8354         (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
8355         them if HAVE_GCC_45682_FIXED is not set.
8356
8357 2011-12-10  Yao Qi  <yao@codesourcery.com>
8358
8359         * gdb.trace/status-stop.exp: New.
8360         * gdb.trace/status-stop.c: New.
8361
8362 2011-12-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
8363
8364         * gdb.reverse/until-precsave.exp (run to end of main) Extend the
8365         timeout.
8366
8367 2011-12-08  Tom Tromey  <tromey@redhat.com>
8368
8369         * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
8370         condition.
8371
8372 2011-12-07  Stan Shebs  <stan@codesourcery.com>
8373
8374         * gdb.trace/tfind.exp: Update for output changes.
8375
8376 2011-12-07  Pedro Alves  <pedro@codesourcery.com>
8377
8378         * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
8379         throws "Cannot insert catchpoints in this configuration".
8380         * gdb.ada/mi_catch_ex.exp: Likewise.
8381
8382 2011-12-06  Pedro Alves  <pedro@codesourcery.com>
8383
8384         * gdb.base/break-always.exp: Test changing memory at addresses
8385         with breakpoints inserted.
8386
8387 2011-12-06  Joel Brobecker  <brobecker@acacore.com>
8388
8389         * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
8390         involving a fully qualified function name.
8391
8392 2011-12-06  Tom Tromey  <tromey@redhat.com>
8393
8394         * gdb.ada/homonym.exp: Add three breakpoint tests.
8395
8396 2011-12-06  Tom Tromey  <tromey@redhat.com>
8397
8398         * gdb.base/solib-weak.exp (do_test): Remove kfail.
8399         * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
8400         * gdb.objc/objcdecode.exp: Update for output changes.
8401         * gdb.linespec/linespec.exp: New file.
8402         * gdb.linespec/lspec.cc: New file.
8403         * gdb.linespec/lspec.h: New file.
8404         * gdb.linespec/body.h: New file.
8405         * gdb.linespec/base/two/thefile.cc: New file.
8406         * gdb.linespec/base/one/thefile.cc: New file.
8407         * gdb.linespec/Makefile.in: New file.
8408         * gdb.cp/templates.exp (test_template_breakpoints): Update for
8409         output changes.
8410         * gdb.cp/re-set-overloaded.exp: Remove kfail.
8411         * gdb.cp/ovldbreak.exp: Update for output changes.  "all" test now
8412         makes one breakpoint.
8413         * gdb.cp/method2.exp (test_break): Update for output changes.
8414         * gdb.cp/mb-templates.exp: Update for output changes.
8415         * gdb.cp/mb-inline.exp: Update for output changes.
8416         * gdb.cp/mb-ctor.exp: Update for output changes.
8417         * gdb.cp/ovsrch.exp: Use fully-qualified names.
8418         * gdb.base/solib-symbol.exp: Run to main later.  Breakpoint now
8419         has multiple matches.
8420         * gdb.base/sepdebug.exp: Disable pending breakpoints.  Update for
8421         error message change.
8422         * gdb.base/list.exp (test_list_filename_and_number): Update for
8423         error message change.
8424         * gdb.base/break.exp: Disable pending breakpoints.  Update for
8425         output changes.
8426         * configure.ac: Add gdb.linespec.
8427         * configure: Rebuild.
8428         * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
8429
8430 2011-12-06  Ulrich Weigand  <uweigand@de.ibm.com>
8431
8432         * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
8433         last_break register on s390*-*-* targets.
8434
8435 2011-12-06  Joel Brobecker  <brobecker@adacore.com>
8436
8437         * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
8438         * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
8439         of parameter X in procedure Foo.
8440
8441 2011-12-05  Stan Shebs  <stan@codesourcery.com>
8442
8443         * gdb.trace/tfind.exp: Update help string matches.
8444
8445 2011-12-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
8446
8447         * gdb.server/ext-run.exp (get process list): Accept also systemd
8448         as PID 1.
8449
8450 2011-12-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
8451             Pedro Alves  <pedro@codesourcery.com>
8452
8453         * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
8454         starting GDB.
8455         * gdb.base/default.exp: Replace target use_gdb_stub checks by global
8456         $use_gdb_stub.
8457         * gdb.base/display.exp: Likewise.
8458         * gdb.base/ending-run.exp: Likewise.
8459         * gdb.base/list.exp (test_listsize): Likewise.
8460         * gdb.base/setshow.exp: Likewise.
8461         * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
8462         * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
8463         check by global $use_gdb_stub.
8464         (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
8465         (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
8466         (default_gdb_init): Unset global $use_gdb_stub.
8467         (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
8468         by global $use_gdb_stub.
8469         * lib/gdbserver-support.exp: Extend comments for set_board_info
8470         gdb_protocol and gdb,socketport.
8471         (gdbserver_start_extended): Set global gdbserver_protocol and
8472         gdbserver_gdbport.  Clear global use_gdb_stub.
8473         * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
8474         from target use_gdb_stub.
8475         (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
8476
8477 2011-12-03  Doug Evans  <dje@google.com>
8478
8479         * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
8480         (gdb_step_for_stub): Add comments.
8481
8482 2011-12-02  Maciej W. Rozycki  <macro@codesourcery.com>
8483
8484         * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
8485         to the caller.
8486         (gdb_test_multiple): Likewise.
8487
8488 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8489
8490         Fix gdb.mi/mi-solib.exp without system debug info installed.
8491         * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
8492         expect attribute, return 0 for it.  Update comments.
8493
8494 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8495
8496         * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
8497         (corrupted list): Adjust the expectation.
8498
8499 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8500
8501         PR threads/13448
8502         * gdb.dwarf2/dw2-var-zero-addr.S: New file.
8503         * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
8504         * gdb.threads/tls-var-main.c: New file.
8505         * gdb.threads/tls-var.c: New file.
8506         * gdb.threads/tls-var.exp: New file.
8507
8508 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8509
8510         PR testsuite/12649
8511         * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
8512         Protect gdb_test_multiple by final $gdb_prompt match.
8513         * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
8514         * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
8515         (test_tracepoints): Likewise.
8516
8517 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8518
8519         PR breakpoints/13346
8520         * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
8521         * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
8522         * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
8523
8524 2011-12-01  Joel Brobecker  <brobecker@adacore.com>
8525
8526         * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
8527         * gdb.ada/homonym/homonym.adb: For use of all types defined
8528         locally inside both Get_Value subprograms.
8529
8530 2011-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
8531
8532         Fix racy FAILs.
8533         * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
8534         of send_gdb.
8535
8536 2011-11-30  Ulrich Weigand  <uweigand@de.ibm.com>
8537
8538         * gdb.base/testenv.exp: Skip on remote targets.  Unset global
8539         environment variable after test completed.
8540
8541 2011-11-30  Ulrich Weigand  <uweigand@de.ibm.com>
8542
8543         * gdb.base/solib-nodir.exp: Skip if remote target.
8544         * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
8545         application.  Call gdb_load_shlibs.
8546         * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
8547
8548 2011-11-29  Joel Brobecker  <brobecker@adacore.com>
8549
8550         * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
8551
8552 2011-11-28  Joel Brobecker  <brobecker@adacore.com>
8553
8554         * gdb.ada/fullname_bp: New testcase.
8555
8556 2011-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
8557
8558         PR testsuite/12649
8559         * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
8560         Wrap send_gdb into a new gdb_test.
8561
8562         Code cleanup.
8563         * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
8564         Convert send_gdb and gdb_expect to gdb_test_multiple.
8565
8566 2011-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
8567
8568         * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
8569
8570 2011-11-23  Keith Seitz  <keiths@redhat.com>
8571
8572         * lib/mi-support.exp (varobj_tree): New namespace and procs.
8573         (mi_varobj_tree_test_children_callback): New proc.
8574         (mi_walk_varobj_tree): New proc.
8575
8576 2011-11-22  Tom Tromey  <tromey@redhat.com>
8577
8578         * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
8579         Add "use_mi_command" argument.
8580         (mi_run_cmd, mi_run_with_cli): New procs.
8581         * gdb.mi/solib-lib.c: New file.
8582         * gdb.mi/solib-main.c: New file.
8583         * gdb.mi/mi-solib.exp: New file.
8584
8585 2011-11-21  Doug Evans  <dje@google.com>
8586
8587         * gdb.cp/nextoverthrow.exp: Skip test if debug info for
8588         _Unwind_DebugHook is missing.
8589
8590 2011-11-20  Stan Shebs  <stan@codesourcery.com>
8591
8592         * gdb.trace/tstatus.exp: New.
8593         * gdb.trace/actions.c: Include string.h.
8594
8595 2011-11-18  Yao Qi  <yao@codesourcery.com>
8596
8597         * gdb.trace/pending.exp: New.
8598         * gdb.trace/pending.c: New.
8599         * gdb.trace/pendshr1.c: New.
8600         * gdb.trace/pendshr2.c: New.
8601         * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
8602         tracepoint location becomes pending.
8603         (tracepoint_change_loc_2): New.
8604
8605 2011-11-16  David S. Miller  <davem@davemloft.net>
8606
8607         * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
8608         target is sparc*-*-linux*
8609
8610 2011-11-15  Paul Koning  <paul_koning@dell.com>
8611
8612         * gdb.python/py-type.exp: New testcases for exceptions on scalar
8613         types.
8614
8615 2011-11-14  Doug Evans  <dje@google.com>
8616
8617         * gdb.base/shell.exp: New file.
8618
8619 2011-11-14  Stan Shebs  <stan@codesourcery.com>
8620
8621         * gdb.trace/ftrace.c: New.
8622         * gdb.trace/ftrace.exp: New.
8623
8624 2011-11-14  Yao Qi  <yao@codesourcery.com>
8625
8626         * gdb.trace/change-loc-1.c: New.
8627         * gdb.trace/change-loc-2.c: New.
8628         * gdb.trace/change-loc.c: New.
8629         * gdb.trace/change-loc.exp:  New.
8630         * gdb.trace/change-loc.h:  New.
8631         * gdb.trace/trace-break.c (marker): Define new symbol.
8632         * gdb.trace/trace-break.exp (break_trace_same_addr_5):
8633         New.
8634         (break_trace_same_addr_6): New.
8635
8636 2011-11-12  Matt Rice  <ratmice@gmail.com>
8637
8638         * gdb.base/info-macros.exp: Make tests for info definitions
8639         test info macro.  Add tests for info macro argument processing.
8640         Rename a few tests.
8641
8642 2011-11-11  Keith Seitz  <keiths@redhat.com>
8643
8644         PR gdb/12843
8645         * gdb.base/linespecs.exp: New file.
8646
8647 2011-11-11  Doug Evans  <dje@google.com>
8648
8649         * gdb.threads/print-threads.exp: Extend timeout for slower
8650         tests.
8651
8652 2011-11-10  Doug Evans  <dje@google.com>
8653
8654         * gdb.reverse/i387-env-reverse.exp: Extend timeout of
8655         "record to end of main" test.
8656
8657         * gdb.python/py-type.c (TS): New typedef.
8658         (ts): New global.
8659         * gdb.python/py-type.exp: Test field list of typedef.
8660
8661 2011-11-10  Joel Brobecker  <brobecker@adacore.com>
8662
8663         * gdb.ada/small_reg_param: New testcase.
8664
8665 2011-11-09  Tom Tromey  <tromey@redhat.com>
8666
8667         * gdb.cp/destrprint.exp: New file.
8668         * gdb.cp/destrprint.cc: New file.
8669
8670 2011-11-08  Meador Inge  <meadori@codesourcery.com>
8671
8672         * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
8673         (switch_stack_to_other): New test function.
8674         * gdb.arch/thumb-prologue.exp: New test cases.
8675
8676 2011-11-08  Maciej W. Rozycki  <macro@codesourcery.com>
8677
8678         * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
8679
8680 2011-11-08  Yao Qi  <yao@codesourcery.com>
8681
8682         * gdb.exp (supports_process_record): New.
8683         (supports_reverse): New.
8684         * gdb.reverse/break-precsave.exp: Call support_process_record
8685         to run test conditionally.
8686         * gdb.reverse/consecutive-precsave.exp: Likewise.
8687         * gdb.reverse/i386-precsave.exp: Likewise.
8688         * gdb.reverse/machinestate-precsave.exp: Likewise.
8689         * gdb.reverse/solib-precsave.exp: Likewise.
8690         * gdb.reverse/step-precsave.exp: Likewise.
8691         * gdb.reverse/until-precsave.exp: Likewise.
8692         * gdb.reverse/watch-precsave.exp: Likewise.
8693         * gdb.reverse/break-reverse.exp: Call support_reverse  to run
8694         test conditionally.
8695         * gdb.reverse/consecutive-reverse.exp: Likewise.
8696         * gdb.reverse/finish-precsave.exp: Likewise.
8697         * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8698         * gdb.reverse/finish-reverse.exp: Likewise.
8699         * gdb.reverse/i386-reverse.exp: Likewise.
8700         * gdb.reverse/i386-sse-reverse.exp: Likewise.
8701         * gdb.reverse/machinestate.exp: Likewise.
8702         * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
8703         * gdb.reverse/sigall-precsave.exp: Likewise.
8704         * gdb.reverse/sigall-reverse.exp: Likewise.
8705         * gdb.reverse/solib-reverse.exp: Likewise.
8706         * gdb.reverse/step-reverse.exp: Likewise.
8707         * gdb.reverse/until-reverse.exp: Likewise.
8708         * gdb.reverse/watch-reverse.exp: Likewise.
8709
8710 2011-11-05  Yao Qi  <yao@codesourcery.com>
8711
8712         * gdb.trace/trace-break.exp: Add test on setting two
8713         fast tracepoints at the same address.
8714
8715 2011-11-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
8716
8717         * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
8718
8719 2011-11-02  Stan Shebs  <stan@codesourcery.com>
8720
8721         * gdb.trace/collection.c: Add code using strings.
8722         * gdb.trace/collection.exp: Add tests of string collection.
8723
8724 2011-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8725
8726         * gdb.base/skip-solib.exp (executable_main): New variable.
8727         (binfile_main): Base it on that.
8728         Use $executable_main in clean_restart calls.  Drop gdb_exit and
8729         gdb_start calls.
8730
8731 2011-11-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
8732
8733         Fix racy FAILs.
8734         * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
8735         breakpoint_re globals import by async.  Set string_regex to .* for
8736         async.  Remove the optional thread_selected_re and breakpoint_re
8737         globals expectations.
8738
8739 2011-11-01  Joseph Myers  <joseph@codesourcery.com>
8740
8741         * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
8742         well as Cygwin.
8743
8744 2011-11-01  Justin Lebar <justin.lebar@gmail.com>
8745
8746         Add tests for skip command.
8747         * gdb.base/skip-solib-lib.c: New
8748         * gdb.base/skip-solib-main.c: New
8749         * gdb.base/skip-solib.exp: New
8750         * gdb.base/skip.c: New
8751         * gdb.base/skip.exp: New
8752         * gdb.base/skip1.c: New
8753         * gdb.base/Makefile.in: Adding new files.
8754
8755 2011-10-31  Yao Qi  <yao@codesourcery.com>
8756             Pedro Alves  <pedro@codesourcery.com>
8757
8758         * gdb.trace/trace-break.c: New.
8759         * gdb.trace/trace-break.exp: New.
8760
8761 2011-10-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
8762
8763         * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
8764         break-here-2.
8765
8766 2011-10-28  Pedro Alves  <pedro@codesourcery.com>
8767
8768         * gdb.threads/no-unwaited-for-left.c: New.
8769         * gdb.threads/no-unwaited-for-left.exp: New.
8770         * gdb.threads/non-ldr-exc-1.c: New.
8771         * gdb.threads/non-ldr-exc-1.exp: New.
8772         * gdb.threads/non-ldr-exc-2.c: New.
8773         * gdb.threads/non-ldr-exc-2.exp: New.
8774         * gdb.threads/non-ldr-exc-3.c: New.
8775         * gdb.threads/non-ldr-exc-3.exp: New.
8776         * gdb.threads/non-ldr-exc-4.c: New.
8777         * gdb.threads/non-ldr-exc-4.exp: New.
8778
8779 2011-10-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
8780
8781         * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
8782         * gdb.base/attach-pie-misread.exp: Likewise.
8783         * gdb.base/break-interp.exp: Likewise.
8784         * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
8785         testcases for use_gdb_stub.
8786         * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
8787         (continue): New testcase.
8788         * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
8789         * gdb.threads/attach-into-signal.exp: Likewise.
8790         * gdb.threads/attach-stopped.exp: Likewise.
8791         * gdb.threads/attachstop-mt.exp: Likewise.
8792
8793 2011-10-28  Paul Koning  <paul_koning@dell.com>
8794
8795         * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
8796
8797 2011-10-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
8798
8799         * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
8800         (mi_gdb_test): Import globals thread_selected_re
8801         and breakpoint_re.  Expect them optionally at the regex start.
8802
8803 2011-10-27  Doug Evans  <dje@google.com>
8804
8805         * gdb.python/python.exp: Test source -s.
8806
8807 2011-10-26  Paul Koning  <paul_koning@dell.com>
8808
8809         * gdb.python/lib-types.cc (struct A): New structure.
8810         * gdb.python/lib-types.exp (deepitems): New tests.
8811
8812 2011-10-25  Paul Koning  <paul_koning@dell.com>
8813
8814         PR python/13327
8815
8816         * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
8817         fetch_lazy method.
8818
8819 2011-10-24  Yao Qi  <yao@codesourcery.com>
8820
8821         * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
8822         target is tic6x-*-*.
8823
8824 2011-10-21  Joel Brobecker  <brobecker@adacore.com>
8825
8826         * gdb.ada/mi_task_info/task_switch.adb: New file.
8827         * gdb.ada/mi_task_info.exp: New file.
8828
8829 2011-10-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
8830
8831         * gdb.cp/expand-psymtabs-cxx.exp: New file.
8832         * gdb.cp/expand-psymtabs-cxx.cc: New file.
8833
8834 2011-10-20  Phil Muldoon  <pmuldoon@redhat.com>
8835
8836         PR python/12656
8837
8838         * gdb.python/py-block.exp: Add is_global, is_static, static_block,
8839         global_block tests.
8840
8841 2011-10-18  Tom Tromey  <tromey@redhat.com>
8842
8843         * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
8844
8845 2011-10-18  Tom Tromey  <tromey@redhat.com>
8846
8847         * gdb.base/source.exp: Don't include full file name in test name.
8848         * gdb.python/python.exp: Don't include full file name in test
8849         name.
8850
8851 2011-10-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
8852
8853         * gdb.base/attach-pie-noexec.c: New files.
8854         * gdb.base/attach-pie-noexec.exp: New files.
8855
8856 2011-10-17  Joseph Myers  <joseph@codesourcery.com>
8857
8858         * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
8859         prompt for each extra line in command.
8860
8861 2011-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8862
8863         * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
8864         Revert the part of:
8865         2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
8866         * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
8867         Change the expected string.
8868
8869 2011-10-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8870
8871         Fix results with system glibc debug info installed.
8872         * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
8873         (continue to $syscall (2nd time), continue to $syscall (3rd time)):
8874         Accept also __libc_ symbol prefix and no prefix.
8875
8876 2011-10-14  Keith Seitz  <keiths@redhat.com>
8877
8878         PR c++/13225
8879         * gdb.cp/converts.cc (foo3_1): New function.
8880         (foo3_2): New functions.
8881         * gdb.cp/converts.exp: Add tests for int to pointer conversion
8882         and null pointer conversions of integer constant zero.
8883         Add test to check if all arguments are checked for incompatible
8884         conversion BADNESS.
8885
8886 2011-10-14  Tom Tromey  <tromey@redhat.com>
8887
8888         * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
8889         * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
8890         linespec.
8891
8892 2011-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8893
8894         Fix internal error regression.
8895         * gdb.dwarf2/implptr-optimized-out.S: New file.
8896         * gdb.dwarf2/implptr-optimized-out.exp: New file.
8897
8898 2011-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
8899
8900         Fix empty DWARF expressions DATA vs. SIZE conditionals.
8901         * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
8902         (loclist): New.
8903         (4): New abbrev.
8904         * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
8905         Use prepare_for_testing, remove clean_restart.
8906         (p arraynoloc, p arraycallnoloc): New tests.
8907
8908 2011-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
8909
8910         * gdb.cp/namespace-enum.exp (executable): New variable.
8911         (binfile): Use ${objdir}/${subdir}/ prefix.
8912         Use ${executable} for clean_restart.
8913
8914 2011-10-11  Sterling Augustine  <saugustine@google.com>
8915
8916         * gdb.cp/Makefile.in: Add namespace-enum test.
8917         * gdb.cp/namespace-enum.exp: New file.
8918         * gdb.cp/namespace-enum.c: New file.
8919         * gdb.cp/namespace-enum-main.c: New file.
8920
8921 2011-10-11  Ulrich Weigand  <ulrich.weigand@linaro.org>
8922
8923         * gdb.python/py-shared.exp: Relax filename check to handle remote:
8924         sysroot.
8925
8926 2011-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8927
8928         Reimplement @entry in input expressions.
8929         * gdb.base/exprs.c (v_int_array_init): New variable.
8930         * gdb.base/exprs.exp (print v_int_array_init)
8931         (print *v_int_array_init@1, print *v_int_array_init@2)
8932         (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
8933         (print v_int_array_init[1]@1): New tests.
8934
8935 2011-10-10  Joseph Myers  <joseph@codesourcery.com>
8936
8937         * gdb.cp/gdb2495.exp: Do not include directories in filename in
8938         expected message.
8939
8940 2011-10-09  Doug Evans  <dje@google.com>
8941
8942         * gdb.base/alias.exp: Add tests for alias command.
8943
8944 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
8945
8946         * gdb.arch/amd64-entry-value.s: New file.
8947         * gdb.mi/mi2-amd64-entry-value.s: New file.
8948
8949 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
8950
8951         Display @entry parameter values even for references.
8952         * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
8953         functions.
8954         (main): New variables regvar, nodatavarp, stackvar1, stackvar2.  Call
8955         reference and datap_input.
8956         * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
8957         breakpoints.
8958         (continue to breakpoint: entry_reference: reference)
8959         (entry_reference: bt at entry)
8960         (continue to breakpoint: entry_reference: breakhere_reference)
8961         (entry_reference: bt, entry_reference: ptype regparam)
8962         (entry_reference: p regparam, entry_reference: ptype regparam@entry)
8963         (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
8964         (entry_reference: p regcopy, entry_reference: p nodataparam)
8965         (entry_reference: p nodataparam@entry): New tests.
8966
8967 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
8968
8969         Support @entry in input expressions.
8970         * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
8971         (entry_stack: p s1@entry, entry_stack: p s2@entry)
8972         (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
8973         (tailcall: p j@entry): New tests.
8974         * gdb.cp/koenig.cc (A::entry): New function.
8975         (main): Call it.
8976         * gdb.cp/koenig.exp (p entry (c)): New test.
8977
8978 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
8979
8980         Display @entry parameter values (without references).
8981         * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
8982         (different, validity, invalid): New functions.
8983         (main): Call them.
8984         * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
8985         stacktest, breakhere_stacktest, different, breakhere_different,
8986         breakhere_validity and breakhere_invalid.
8987         (entry: bt): Update for @entry.
8988         (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
8989         (entry_validity: *, entry_invalid: *): Many new tests.
8990         * gdb.base/break.exp
8991         (run until breakpoint set at small function, optimized file): Accept
8992         also the @entry suffix.
8993         * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
8994         * gdb.mi/mi2-amd64-entry-value.c: New files.
8995         * gdb.mi/mi2-amd64-entry-value.exp: New files.
8996
8997 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
8998
8999         Protect entry values against self tail calls.
9000         * gdb.arch/amd64-entry-value.cc (self2, self): New.
9001         (main): Call self.
9002         * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
9003         (set debug entry-values 1, self: bt debug entry-values): New tests.
9004
9005 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
9006
9007         Recognize virtual tail call frames.
9008         * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
9009         (amb_b, amb_a): New.
9010         (main): Call a and b.
9011         * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
9012         (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
9013         (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
9014         New tests.
9015
9016 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
9017
9018         Implement basic support for DW_TAG_GNU_call_site.
9019         * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
9020         * gdb.arch/amd64-entry-value.cc: New file.
9021         * gdb.arch/amd64-entry-value.exp: New file.
9022
9023 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
9024
9025         Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
9026         * gdb.dwarf2/implptr-64bit.S: New file.
9027         * gdb.dwarf2/implptr-64bit.exp: New file.
9028
9029 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
9030
9031         Fix initial language detection with -readnow.
9032         * gdb.cp/readnow-language.cc: New file.
9033         * gdb.cp/readnow-language.exp: New file.
9034
9035 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
9036
9037         Fix printed anonymous struct name.
9038         * gdb.cp/anon-struct.exp (print type of X::t2): New test.
9039
9040 2011-10-09  Joseph Myers  <joseph@codesourcery.com>
9041
9042         * gdb.base/solib-symbol.exp: Do not include directories in
9043         filenames in expected messages.
9044
9045 2011-10-07  Doug Evans  <dje@google.com>
9046
9047         * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
9048
9049 2011-10-07  Kevin Pouget  <kevin.pouget@st.com>
9050
9051         Allow Python notification of new object-file loadings.
9052         * gdb.python/py-events.exp: Test newobjfile event.
9053         * gdb.python/py-events.py: Register newobjfile callback.
9054         * gdb.python/py-events.c: Add call to shared library
9055         * gdb.python/py-events-shlib.c: New file.
9056
9057 2011-10-06  Joseph Myers  <joseph@codesourcery.com>
9058
9059         * gdb.base/fixsection.exp: Do not include directories in filename
9060         in expected message.
9061
9062 2011-10-05  Pierre Muller  <muller@ics.u-strasbg.fr>
9063
9064         Add tests for passing of environment variables to inferior.
9065         * gdb.base/testenv.c: New test source.
9066         * gdb.base/testenv.exp: New expect test.
9067
9068 2011-10-04  Paul Koning  <paul_koning@dell.com>
9069
9070         * gdb.python/py-value.c (main): Break before return.
9071
9072 2011-10-04  Kevin Pouget  <kevin.pouget@st.com>
9073
9074         PR python/12691: Add the inferior to Python exited event
9075         * gdb.python/py-events.exp: Test the inferior attribute of exited
9076         event with a fork.
9077         * gdb.python/py-events.py: Print inferior number on exit.
9078         * gdb.python/py-events.c: Fork the inferior.
9079
9080 2011-10-03  Edjunior Machado  <emachado@linux.vnet.ibm.com>
9081
9082         * gdb.base/jit.exp: Add testcase name to log message
9083
9084 2011-10-03  Paul Koning  <paul_koning@dell.com>
9085             Jan Kratochvil  <jan.kratochvil@redhat.com>
9086
9087         * gdb.python/py-value.exp
9088         (python inval = gdb.parse_and_eval('*(int*)0'))
9089         (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
9090         (set argc=2, python print argc_lazy): New tests.
9091
9092 2011-10-02  Joel Brobecker  <brobecker@adacore.com>
9093
9094         * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
9095
9096 2011-10-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9097             Pedro Alves  <pedro@codesourcery.com>
9098
9099         * gdb.python/py-value.exp (test_value_in_inferior): New variable
9100         can_read_0, test for it.
9101         (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
9102         (parse_and_eval with memory error): ... here, make it untested if
9103         can_read_0.
9104
9105 2011-09-30  Marek Polacek  <mpolacek@redhat.com>
9106
9107         * gdb.python/python.exp (verify pagination beforehand)
9108         (verify pagination afterwards): Fix race by splitting the line.
9109
9110 2011-09-29  Joseph Myers  <joseph@codesourcery.com>
9111
9112         * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
9113         for 64-bit multilibs from i?86-* targets.
9114
9115 2011-09-29  Marek Polacek  <mpolacek@redhat.com>
9116
9117         * lib/gdb.exp: Fix a typo in one of the comments.
9118
9119 2011-09-29  Marek Polacek  <mpolacek@redhat.com>
9120
9121         * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
9122         matching pattern.
9123
9124 2011-09-28  Paul Koning  <paul_koning@dell.com>
9125
9126         * gdb.python/py-type.c (enum E): New.
9127         * gdb.python/py-type.exp (test_fields): Add tests for Python
9128         mapping access to fields.
9129         (test_enums): New test for field access on enums.
9130
9131 2011-09-27  Stan Shebs  <stan@codesourcery.com>
9132
9133         * gdb.trace/collection.exp: Test collection of $_ret.
9134
9135 2011-09-22  Andreas Tobler  <andreast@fgznet.ch>
9136
9137         * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
9138         list of compilation switches for <*-*-freebsd*>.
9139
9140 2011-09-19  Stan Shebs  <stan@codesourcery.com>
9141
9142         * gdb.trace/tspeed.exp: New file.
9143         * gdb.trace/tspeed.c: New file.
9144
9145 2011-09-18  Yao Qi  <yao@codesourcery.com>
9146
9147         * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
9148         instructions.
9149         (test_adr_32bit, test_pop_pc): Likewise.
9150         (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
9151         Thumb instructions.
9152         * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
9153         in gdb_test_multiple.
9154         (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
9155
9156 2011-09-17  Yao Qi  <yao@codesourcery.com>
9157
9158         * lib/gdb.exp (can_single_step_to_signal_handler): New.
9159         * gdb.base/kill-after-signal.exp: Call it.  Skip if target doesn't
9160         support single step to signal handler.
9161
9162 2011-09-17  Yao Qi  <yao@codesourcery.com>
9163
9164         * gdb.base/disp-step-fork.c: New.
9165         * gdb.base/disp-step-syscall.exp: New.
9166         * gdb.base/disp-step-vfork.c: New.
9167
9168 2011-09-16  Joel Brobecker  <brobecker@adacore.com>
9169
9170         * gdb.ada/tasks.exp: Make the expected output for
9171         the `info tasks' tests more resilient to spacing
9172         changes.
9173
9174 2011-09-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
9175
9176         * gdb.python/py-evthreads.exp (Run to breakpoint 1)
9177         (reached breakpoint 2, reached breakpoint 3): Update expected output.
9178
9179 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
9180
9181         PR Python/12692 Add gdb.selected_inferior() to Python interface.
9182         * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
9183
9184 2011-04-30  Kevin Pouget  <kevin.pouget@st.com>
9185
9186         Handle multiple breakpoint hits in Python interface:
9187         * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
9188         presence.
9189         * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
9190         breakpoint hits.
9191
9192 2011-09-13  Sami Wagiaalla  <swagiaal@redhat.com>
9193             Jan Kratochvil  <jan.kratochvil@redhat.com>
9194
9195         * gdb.python/py-events.exp: Remove pretty printing comment.
9196         * gdb.python/py-evsignal.exp: New file.
9197         * gdb.python/py-evthreads.c: Include signal.h.
9198         (thread3): Remove variable count3.  Remove variable bad and use raise
9199         instead.
9200         (thread2): Remove variable count2.  Move thread3 pthread_create here,
9201         merge pthread_join to a single line.
9202         (main): Remove variable count1.  Merge pthread_join with pthread_create
9203         to a single line.
9204         * gdb.python/py-evthreads.exp: Remove pretty printing comment.  New
9205         KFAIL python/12966 for gdbserver.  Test return value of
9206         gdb_compile_pthreads.  Use gdb_run_cmd.  Replace send_gdb and
9207         gdb_expect by gdb_test and gdb_test_multiple.
9208         (thread 2, thread 3): New tests.
9209
9210 2011-09-12  Matt Rice  <ratmice@gmail.com>
9211             Pedro Alves  <pedro@codesourcery.com>
9212
9213         PR gdb/13175
9214
9215         * gdb.base/interp.exp: New tests.
9216         * gdb.base/interp.c: New file.
9217
9218 2011-09-12  Doug Evans  <dje@google.com>
9219
9220         * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
9221         * gdb.dwarf2/typeddwarf.exp: Ditto.
9222
9223 2011-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9224
9225         Fix compatibility with x32 arch.
9226         * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
9227         * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
9228         is_x86_like_target.
9229         * testsuite/gdb.trace/collection.exp: Likewise.
9230         * testsuite/gdb.trace/report.exp: Likewise.
9231         * testsuite/gdb.trace/unavailable.exp: Likewise.
9232         * testsuite/gdb.trace/while-dyn.exp: Likewise.
9233         * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
9234         (is_x86_like_target): Check also is_amd64_regs_target.
9235
9236 2011-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9237
9238         PR breakpoints/12435
9239         * gdb.arch/amd64-prologue-xmm.c: New file.
9240         * gdb.arch/amd64-prologue-xmm.exp: New file.
9241         * gdb.arch/amd64-prologue-xmm.s: New file.
9242
9243 2011-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9244
9245         * gdb.dwarf2/dw2-param-error-main.c: New file.
9246         * gdb.dwarf2/dw2-param-error.S: New file.
9247         * gdb.dwarf2/dw2-param-error.exp: New file.
9248
9249 2011-09-08  Pedro Alves  <pedro@codesourcery.com>
9250
9251         * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
9252         inferior's pid and look for a core dump named core.$pid.  Use
9253         `remote_file' commands on the host instead of hand coding shell
9254         commands on the build.
9255         * gdb.base/valgrind-db-attach.exp: Kill the program before
9256         finishing the test.
9257
9258 2011-09-02  Matt Rice  <ratmice@gmail.com>
9259
9260         * lib/prompt.exp: New file for testing the first prompt.
9261         * gdb.python/py-prompt.exp: Ditto.
9262         * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
9263
9264 2011-09-02  Pedro Alves  <pedro@codesourcery.com>
9265
9266         * gdb.threads/gcore-thread.exp: Set the global core_supported to
9267         0, before testing gcore.
9268
9269 2011-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9270
9271         * dw2-ifort-parameter-debug.S: Update copyright year.
9272         * dw2-ifort-parameter.c: Update copyright year.
9273         * dw2-ifort-parameter.exp: Update copyright year.
9274
9275         * dw2-ifort-parameter-debug.S: New file.
9276         * dw2-ifort-parameter.c: New file.
9277         * dw2-ifort-parameter.exp: New file.
9278
9279 2011-08-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9280
9281         * gdb.base/commands.exp (error_clears_commands_left): New function.
9282         (): Call it.
9283
9284 2011-08-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9285
9286         * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
9287         (C): Initialize `a'.
9288         * gdb.mi/mi-inheritance-syntax-error.exp
9289         (-data-evaluate-expression $path):  Expect `a' as 5.
9290
9291 2011-08-26  Marc Khouzam  <marc.khouzam@ericsson.com>
9292
9293         PR mi/11912
9294         * gdb.mi/mi-inheritance-syntax-error.cc: New file.
9295         * gdb.mi/mi-inheritance-syntax-error.exp: New file.
9296         * gdb.mi/mi-var-cp.cc: Updated for new 'class'
9297         keyword in output of -var-info-path-expression.
9298
9299 2011-08-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9300
9301         * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
9302         * gdb.trace/collection.exp: Likewise.
9303         * gdb.trace/report.exp: Likewise.
9304         * gdb.trace/unavailable.exp: Likewise.
9305         * gdb.trace/while-dyn.exp: Likewise.
9306
9307 2011-08-18  Keith Seitz  <keiths@redhat.com>
9308
9309         PR c++/12266
9310         * gdb.cp/meth-typedefs.cc: New file.
9311         * gdb.cp/meth-typedefs.exp: New file.
9312
9313 2011-08-17  Phil Muldoon  <pmuldoon@redhat.com>
9314
9315         * gdb.python/python.exp: Add extended-prompt tests.
9316
9317 2011-08-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9318
9319         * gdb.arch/i386-dr3-watch.exp
9320         (watchpoint on gap1 does not fit debug registers)
9321         (delete all watchpoints): Fix racy expect strings.
9322
9323 2011-08-14  Yao Qi  <yao@codesourcery.com>
9324
9325         * gdb.base/maint.exp: set data_section to ".neardata".
9326         * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
9327         * gdb.base/savedregs.exp: Handle SIGILL.
9328         * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
9329         * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
9330
9331 2011-08-12  Doug Evans  <dje@google.com>
9332
9333         * gdb.python/py-symbol.exp: Add test for symbol.type.
9334
9335 2011-08-12  Ulrich Weigand  <ulrich.weigand@linaro.org>
9336
9337         * gdb.threads/pthreads.exp: Enable on non-native configurations.
9338         * gdb.mi/mi-pthreads.exp: Likewise.
9339         * gdb.mi/mi2-pthreads.exp: Likewise.
9340         * gdb.mi/gdb669.exp.exp: Likewise.
9341
9342 2011-08-09  Pedro Alves  <pedro@codesourcery.com>
9343
9344         * lib/mi-support.exp (detect_async): Rename to...
9345         (mi_detect_async): ... this.
9346         * gdb.mi/mi-nonstop-exit.exp: Adjust.
9347         * gdb.mi/mi-nonstop.exp: Adjust.
9348         * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
9349         * gdb.mi/mi-nsintrall.exp: Adjust.
9350         * gdb.mi/mi-nsmoribund.exp: Adjust.
9351         * gdb.mi/mi-nsthrexec.exp: Adjust.
9352
9353 2011-08-09  Pedro Alves  <pedro@codesourcery.com>
9354
9355         * gdb.base/display.c (do_loops): New `p_i' local.
9356         * gdb.base/display.exp: Test displaying a variable that is
9357         temporarily at a bad address.
9358
9359 2011-08-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9360
9361         * gdb.dwarf2/dw2-op-stack-value.S: New file.
9362         * gdb.dwarf2/dw2-op-stack-value.exp: New file.
9363
9364 2011-08-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9365
9366         * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
9367         * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
9368         (p fuNC_symtab): Permit also ppc64 leading dot.
9369
9370 2011-08-05  Pedro Alves  <pedro@codesourcery.com>
9371
9372         * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
9373         procedure.
9374         (gdb_collect_args_test, gdb_collect_locals_test): Use it.
9375
9376 2011-08-05  Yao Qi  <yao@codesourcery.com>
9377
9378         * gdb.base/callfuncs.exp: Set language after main.
9379         * gdb.cp/cplusfuncs.exp: Likewise.
9380         * gdb.cp/inherit.exp: Likewise.
9381
9382 2011-08-04  Ulrich Weigand  <ulrich.weigand@linaro.org>
9383
9384         * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
9385         * gdb.base/watch-vfork.exp: Skip on remote targets.
9386
9387 2011-08-04  Ulrich Weigand  <ulrich.weigand@linaro.org>
9388
9389         * gdb.threads/thread-find.exp: Support remote targets.
9390
9391 2011-08-04  Ulrich Weigand  <ulrich.weigand@linaro.org>
9392
9393         * gdb.base/jit.exp: Download solib_binfile to target.
9394         * gdb.base/jit-so.exp:  Likewise.  Also, use gdb_load_shlibs
9395         and call dlopen without full path name.
9396         * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
9397         dlopen without full path name.
9398
9399 2011-08-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
9400
9401         * gdb.base/break-always.exp: Complete the test
9402         with duplicated breakpoints and enabling/disabling them.
9403
9404 2011-08-02  Tom Tromey  <tromey@redhat.com>
9405
9406         PR gdb/11289:
9407         * gdb.cp/overload.exp: Fix regexps.  Remove kfails.
9408
9409 2011-08-01  Paul Pluzhnikov  <ppluzhnikov@google.com>
9410
9411         PR gdb/13045
9412         * gdb.base/float.exp: Add new test case for PR gdb/13045
9413         * gdb.base/float.c: New file.
9414
9415 2011-07-28  Phil Muldoon  <pmuldoon@redhat.com>
9416
9417         * gdb.python/py-mi.exp: Test printers returning string hint, and
9418         also not returning a value.
9419         * gdb.python/py-prettyprint.c: Add testcase for above.
9420         * gdb.python/py-prettyprint.py: Add test printer for above.
9421
9422 2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
9423
9424         * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
9425         (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
9426         (.Ldie30) Add as field "data4".
9427         (.Ldie32) Rename field "b" to "shl".
9428         (abbrev4) Change for the "data4" field.
9429         (abbrev5, abbrev6) Remove.
9430         * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
9431         (p &s.shl): ... here.  Add comment.
9432         (p &s.data4): New.
9433
9434 2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
9435
9436         Fix crash on lval_computed values.
9437         * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
9438
9439 2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
9440
9441         * gdb.base/help.exp (help whatis): Update the expected string.
9442
9443 2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
9444
9445         * gdb.dwarf2/dw2-simple-locdesc.S: New file.
9446         * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
9447         * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
9448         Change the expected string.
9449
9450 2011-07-26  Pedro Alves  <pedro@codesourcery.com>
9451
9452         * gdb.base/watchpoint.exp
9453         (test_disable_enable_software_watchpoint): New procedure.
9454         (top level): Run it.
9455
9456 2011-07-26  Ulrich Weigand  <ulrich.weigand@linaro.org>
9457
9458         * gdb.python/py-mi.exp: Avoid '+' in filenames.  Call C version of
9459         executable file "${binfile}", C++ version "${binfile}-cxx".
9460         * gdb.python/py-prettyprint.exp: Likewise.
9461         * gdb.python/py-symbol.exp: Likewise.
9462         * gdb.python/py-type.exp: Likewise.
9463         * gdb.python/py-value.exp: Likewise.
9464         * gdb.python/py-template.exp (test_template_arg): Pass full executable
9465         file name instead of just suffix.
9466
9467 2011-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
9468
9469         Fix implicit pointer offsets.
9470         * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
9471         * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
9472         (continue to breakpoint: continue to baz breakpoint for implptr)
9473         (sanity check element 0, sanity check element 1)
9474         (enter the inlined function, check element 0 for the offset)
9475         (check element 1 for the offset)
9476         (continue to breakpoint: ignore the second baz breakpoint): New tests.
9477         (set foo breakpoint for implptr): Update the breakpoint number.
9478
9479 2011-07-22  Ulrich Weigand  <ulrich.weigand@linaro.org>
9480
9481         * gdb.python/py-mi.exp: Use different file names for different
9482         versions of the executable under test.
9483         * gdb.python/py-prettyprint.exp: Likewise.
9484         * gdb.python/py-symbol.exp: Likewise.
9485         * gdb.python/py-template.exp: Likewise.
9486         * gdb.python/py-type.exp: Likewise.
9487         * gdb.python/py-value.exp: Likewise.
9488
9489 2011-07-22  Ulrich Weigand  <ulrich.weigand@linaro.org>
9490
9491         * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
9492         flag after restarting GDB if necessary.
9493
9494 2011-07-22  Ulrich Weigand  <ulrich.weigand@linaro.org>
9495
9496         * gdb.python/py-shared.exp: Call gdb_load_shlibs.
9497
9498 2011-07-22  Pedro Alves  <pedro@codesourcery.com>
9499
9500         * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
9501         backend doesn't leave used debug registers behind.
9502
9503 2011-07-22  Tom Tromey  <tromey@redhat.com>
9504
9505         * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
9506         * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
9507         argument.
9508         * gdb.dwarf2/typeddwarf-amd64.S: New file.
9509
9510 2011-07-21  Matt Rice  <ratmice@gmail.com>
9511
9512         * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
9513         in mostlyclean rule.  Add files ending in .core.
9514
9515 2011-07-21  Matt Rice  <ratmice@gmail.com>
9516
9517         PR macros/12999
9518         * gdb.base/info-macros.c: New test sources.
9519         * gdb.base/info-macros.exp: New tests.
9520
9521 2011-07-21  Phil Muldoon  <pmuldoon@redhat.com>
9522
9523         * gdb.python/python.exp: Add prompt substitution tests.
9524
9525 2011-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
9526
9527         Fix crash if referenced CU is aged out.
9528         * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
9529         New.
9530         * gdb.dwarf2/implptr.exp: Likewise.
9531
9532 2011-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
9533
9534         * gdb.dwarf2/implptr.S: Rebuilt.
9535         * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
9536         (bar): Use them for j, k, l.
9537         * gdb.dwarf2/implptr.exp: New variable opts.  Support runtest parameter
9538         COMPILE.
9539         (print j in implptr:bar): Update for the intp typedef.
9540         (print p[0].x in implptr:foo): Use more exact regex.
9541
9542 2011-07-18  Tom Tromey  <tromey@redhat.com>
9543
9544         * gdb.cp/static-method.exp: Add missing single quote.
9545
9546 2011-07-18  Yao Qi  <yao@codesourcery.com>
9547
9548         * gdb.base/async-shell.exp: Skip test if displaced stepping is not
9549         supported.
9550         * gdb.mi/mi-nonstop-exit.exp: Likewise.
9551         * gdb.mi/mi-nonstop.exp: Likewise.
9552         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9553         * gdb.mi/mi-nsintrall.exp: Likewise.
9554         * gdb.mi/mi-nsmoribund.exp: Likewise.
9555         * gdb.mi/mi-nsthrexec.exp: Likewise.
9556         * gdb.python/py-evthreads.exp: Likewise.
9557
9558 2011-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9559
9560         Code cleanup.
9561         * gdb.cp/namespace.exp (xfail_class_types): New variable.  Initialize
9562         it.  Substitute it instead of test_compiler_info everywhere.
9563
9564 2011-07-15  Ulrich Weigand  <ulrich.weigand@linaro.org>
9565
9566         * gdb.base/type-opaque.exp: Use gdb_load_shlibs.  Run test on
9567         remote targets as well.
9568
9569 2011-07-15  Ulrich Weigand  <ulrich.weigand@linaro.org>
9570
9571         * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
9572         * gdb.threads/tls-shared.exp: Use it.  Call gdb_load_shlibs.
9573
9574 2011-07-15  Ulrich Weigand  <ulrich.weigand@linaro.org>
9575
9576         * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
9577         a remote machine, not the host.
9578         (gdb_compile_shlib): Set soname if target is remote.
9579
9580 2011-07-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
9581
9582         * gdb.cp/minsym-fallback.exp: Link in C++ mode.
9583
9584 2011-07-13  Matt Rice <ratmice@gmail.com>
9585
9586         * gdb.python/py-objfile-script-gdb.py: Renamed to
9587         py-objfile-script-gdb.py.in.
9588         * gdb.python/py-objfile-script-gdb.py.in: Renamed from
9589         py-objfile-script-gdb.py.
9590         * gdb.python/py-objfile-script.exp: Update reference to
9591         py-objfile-script-gdb.py.
9592
9593 2011-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9594
9595         * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
9596         reference undefined label.
9597
9598 2011-07-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9599
9600         * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
9601         (DW_AT_high_pc, DW_AT_low_pc): Remove them.
9602         (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
9603         * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
9604
9605 2011-07-11  Phil Muldoon  <pmuldoon@redhat.com>
9606
9607         PR python/12438
9608         * gdb.python/python.exp: Add maint set/show python print-stack
9609         deprecated tests.  Add set/show python print-backtrace tests.
9610
9611 2011-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
9612
9613         * gdb.java/jprint.exp (print a java.lang.String): xfail without system
9614         debug info.
9615
9616 2011-07-06  Matt Rice  <ratmice@gmail.com>
9617
9618         * gdb.python/python.exp: Update filename paths.
9619         * gdb.python/py-symtab.exp: Ditto.
9620
9621 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
9622
9623         * gdb.python/py-evthreads.exp: Add missing `$'.
9624
9625 2011-07-06  Jie Zhang  <jie.zhang@analog.com>
9626
9627         * config/bfin.exp: New file.
9628         * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
9629         * gdb.asm/bfin.inc: New file.
9630
9631 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
9632
9633         * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
9634         the whole output.
9635
9636 2011-07-05  Tom Tromey  <tromey@redhat.com>
9637
9638         * gdb.java/jprint.java (jprint.hi): New field.
9639         * gdb.java/jprint.exp: Print string.
9640
9641 2011-07-05  Thiago Jung Bauermann  <bauerman.ibm.com>
9642
9643         * gdb.base/call-sc.c: Fix typos.
9644         * gdb.base/ifelse.exp: Likewise.
9645         * gdb.base/structs.c: Likewise.
9646
9647 2011-07-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
9648
9649         * gdb.base/jit-so.exp: New test.
9650         * gdb.base/jit-dlmain.c: New file.
9651         * gdb.base/jit-main.c: Allow "main" to be elsewhere.
9652
9653 2011-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9654
9655         * gdb.cp/m-static.exp: Call get_compiler_info.
9656         (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
9657         * gdb.cp/pr9167.exp (p b): Likewise.
9658         * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
9659         (test value of P in inner_m, test type of Z in inner_m): Call
9660         setup_xfail for gcc <= 4.5.
9661
9662 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9663
9664         * gdb.cp/paren-type.cc: New files.
9665         * gdb.cp/paren-type.exp: New files.
9666
9667 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9668
9669         Stop on first linespec terminator instead of eating what we can.
9670         * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
9671         * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
9672         * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
9673         (break C::f()): ... this one.
9674         (break C::operator()()): New test.
9675         * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
9676         * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
9677         test.
9678
9679 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9680
9681         Fall back linespec to minimal symbols.
9682         * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
9683         error message.
9684         * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
9685         * gdb.cp/minsym-fallback-main.cc: New file.
9686         * gdb.cp/minsym-fallback.cc: New file.
9687         * gdb.cp/minsym-fallback.exp: New file.
9688         * gdb.cp/minsym-fallback.h: New file.
9689
9690 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9691
9692         * gdb.cp/no-dmgl-verbose.cc: New file.
9693         * gdb.cp/no-dmgl-verbose.exp: New file.
9694
9695 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9696
9697         * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
9698         __GI_.
9699         * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
9700         (f): New function.
9701         * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
9702         (complete p 'func<short>(): ... here.
9703         * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
9704         * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
9705         * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
9706         * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
9707         Make them KFAIL gcc/49546.
9708
9709 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
9710
9711         * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
9712
9713 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9714
9715         Test GCC PR debug/49546.
9716         * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
9717         (test type of F in k3_m, test value of F in k3_m): New.
9718         * gdb.cp/temargs.cc (struct S3, struct K3): New.
9719         (main): New variable k3.  Call k3.k3_m.
9720
9721 2011-07-01  Jean-Charles Delay  <delay@adacore.com>
9722
9723         * gdb.ada/packed_array.exp: Fix expected outout.
9724
9725 2011-07-01  Jean-Charles Delay  <delay@adacore.com>
9726
9727         * gdb.ada/packed_array.exp: fixed expected output.
9728
9729 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
9730
9731         * gdb.ada/same_enum: New testcase.
9732
9733 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
9734
9735         * gdb.ada/ptr_typedef: New testcase.
9736
9737 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
9738
9739         * gdb.ada/arrayptr.exp: Add ptype test.
9740
9741 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
9742
9743         * gdb.ada/char_enum: New testcase.
9744
9745 2011-07-01  Yao Qi  <yao@codesourcery.com>
9746
9747         * gdb.base/dump.exp (capture_pointer_with_type): New.
9748         Get value from address instead of name.
9749         Start GDB once, and do `dump' and `restore'
9750         tests together.
9751
9752 2011-06-30  Jie Zhang <jie.zhang@analog.com>
9753             Mike Frysinger  <vapier@gentoo.org>
9754
9755         * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
9756         helper functions for getting/setting remotetimeout variable.
9757         * lib/gdb.exp (gdb_load): If the target is remote, set
9758         $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
9759         with $loadtimeout.  Set $load_ok to 0 before doing the load.
9760         Instead of returning, immediately, set $load_ok to 0.  Call
9761         set_remotetimeout with $oldremotetimeout, and then return if
9762         $load_ok is 1.
9763
9764 2011-06-30  Andrew Burgess  <aburgess@broadcom.com>
9765
9766         * gdb.python/py-template.exp: Don't run this test if the target
9767         does not support c++ tests.
9768
9769 2011-06-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
9770
9771         Fix non-only rename list for Fortran modules import.
9772         * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
9773         tests.
9774         * gdb.fortran/module.f90 (module moduse): New.
9775         (program module): use moduse, test var_x, var_y and var_z.
9776
9777 2011-06-29  Tom Tromey  <tromey@redhat.com>
9778
9779         PR testsuite/12040:
9780         * gdb.fortran/array-element.exp: Use f90, not f77.
9781         * gdb.fortran/complex.exp: Use f90, not f77.
9782         * gdb.fortran/derived-type.exp: Use f90, not f77.
9783         * gdb.fortran/library-module.exp: Use f90, not f77.
9784         * gdb.fortran/logical.exp: Use f90, not f77.
9785         * gdb.fortran/module.exp: Use f90, not f77.
9786         * gdb.fortran/multi-dim.exp: Use f90, not f77.
9787         * gdb.fortran/subarray.exp: Use f90, not f77.
9788
9789 2011-06-29  Tom Tromey  <tromey@redhat.com>
9790
9791         * gdb.fortran/charset.exp: New file.
9792         * gdb.fortran/charset.f90: New file.
9793
9794 2011-06-29  Tom Tromey  <tromey@redhat.com>
9795
9796         PR testsuite/12040:
9797         * lib/future.exp: New file, mostly extracted from ada.exp.
9798         Rewrote compatibility code to use rename.
9799         (gdb_find_gfortran): New proc.
9800         (gdb_default_target_compile): Refresh from dejagnu; plus a pending
9801         gfortran patch.
9802         * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
9803         Move to future.exp.
9804         * lib/gdb.exp: Always load future.exp.
9805
9806 2011-06-28  Yao Qi  <yao@codesourcery.com>
9807
9808         * gdb.cp/exception.cc: Don't include iostream.
9809         (bar): Remove print statement.
9810         (catcher): New.
9811         (main): Remove print statements.  Call function catcher.
9812         * gdb.cp/exception.exp : Don't match inferior's output in regexp.
9813         Set breakpoint on catcher, and check the value of parameter.
9814
9815 2011-06-23  Yao Qi  <yao@codesourcery.com>
9816
9817         * gdb.cp/mb-inline.exp: Parse the output of `info break' to check
9818         breakpoint 1.2 is disabled.  KFAIL for uclinux.
9819
9820 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
9821
9822         * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
9823         mi_gdb_test.
9824
9825 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
9826
9827         * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
9828
9829 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
9830
9831         * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
9832
9833 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
9834
9835         * gdb.mi/mi2-basics.exp: Fix races.  Honour the
9836         `test_exec_and_symbol_mi_operatons' return value.
9837         (test_mi_interpreter_selection): Use mi_gdb_test instead of
9838         gdb_test_multiple.
9839         (test_exec_and_symbol_mi_operatons): Likewise.
9840         (test_path_specification): Likewise.
9841
9842 2011-06-23  Yao Qi  <yao@codesourcery.com>
9843
9844         * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
9845         supported.
9846         * lib/gdb.exp (support_displaced_stepping): New.
9847
9848 2011-06-23  Yao Qi  <yao@codesourcery.com>
9849
9850         * gdb.threads/execl.exp: Skip on remote target.
9851
9852 2011-06-21  Marek Polacek  <mpolacek@redhat.com>
9853
9854         * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
9855         mi_gdb_test.
9856
9857 2011-06-20  Marek Polacek  <mpolacek@redhat.com>
9858
9859         * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
9860
9861 2011-06-20  Marek Polacek  <mpolacek@redhat.com>
9862
9863         * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
9864         mi_gdb_test.
9865
9866 2011-06-20  Marek Polacek  <mpolacek@redhat.com>
9867
9868         * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
9869
9870 2011-06-14  Yao Qi  <yao@codesourcery.com>
9871
9872         gdb/testsuite/
9873         * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
9874
9875 2011-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
9876
9877         * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
9878
9879 2011-06-10  Tom Tromey  <tromey@redhat.com>
9880
9881         * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
9882         Add tests for pointer-to-member-function.
9883         * gdb.cp/temargs.cc (S::somefunc): New function.
9884         (K2): New class.
9885         (main): Instantiate K2; call method.
9886
9887 2011-06-08  Joel Brobecker  <brobecker@adacore.com>
9888
9889         * gdb.python/py-inferior.c (f2): Make str an array rather
9890         than a pointer.
9891         * gdb.python/py-inferior.exp: Adjust testcase accordingly.
9892
9893 2011-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
9894
9895         * gdb.base/async-shell.c: New file.
9896         * gdb.base/async-shell.exp: New file.
9897
9898 2011-06-06  Pedro Alves  <pedro@codesourcery.com>
9899
9900         * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
9901
9902 2011-06-03  Joel Brobecker  <brobecker@adacore.com>  (obvious fix)
9903
9904         From Stephen Kitt  <steve@sk2.org>
9905         * gdb.base/help.exp: Adjust following some spelling corrections
9906         in GDB.
9907
9908 2011-06-01  Yao Qi  <yao@codesourcery.com>
9909
9910         * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
9911
9912 2010-05-31  Keith Seitz  <keiths@redhat.com>
9913
9914         PR c++/12750
9915         * gdb.cp/static-method.cc: New file.
9916         * gdb.cp/static-method.exp: New file.
9917
9918 2010-05-31  Keith Seitz  <keiths@redhat.com>
9919
9920         PR symtab/12704
9921         * gdb.cp/anon-ns.cc: New file.
9922         * gdb.cp/anon-ns.exp: New file.
9923
9924 2011-05-31  Pedro Alves  <pedro@codesourcery.com>
9925
9926         * gdb.arch/i386-dr3-watch.c: New file.
9927         * gdb.arch/i386-dr3-watch.exp: New file.
9928
9929 2011-05-30  Yao Qi  <yao@codesourcery.com>
9930
9931         * gdb.base/callfuncs.c (t_structs_fc): New.
9932         (t_structs_dc, t_structs_ldc): New.
9933         (t_double_many_args):
9934         (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
9935         (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
9936         (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
9937         * gdb.base/callfuncs.exp: Call new functions.
9938
9939 2011-05-30  Yao Qi  <yao@codesourcery.com>
9940
9941         * gdb.base/callfuncs.exp (rerun_and_prepare): New.
9942         Call rerun_and_prepare for each test to isolate effects.
9943
9944 2011-05-30  Yao Qi  <yao@codesourcery.com>
9945
9946         * gdb.base/varargs.c (find_max_float_real): New.
9947         (find_max_double_real, find_max_long_double_real): New.
9948         * gdb.base/varargs.exp: Call these new added functions.
9949         * lib/gdb.exp (setup_kfail_for_target): New.
9950
9951 2011-05-30  Yao Qi  <yao@codesourcery.com>
9952
9953         * gdb.base/funcargs.c (callca, callcb, callcc): New.
9954         (callcd, callce, callcf, callc1a, callc1b): New.
9955         (callc2a, callc2b): New.
9956         * gdb.base/funcargs.exp (complex_args): New.
9957         (complex_integral_args, complex_float_integral_args): New.
9958         * lib/gdb.exp (support_complex_tests): New.  Determine
9959         whether to run test cases on _Complex types.
9960
9961 2011-05-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
9962
9963         * gdb.threads/leader-exit.c: New file.
9964         * gdb.threads/leader-exit.exp: New file.
9965
9966 2011-05-27  Marek Polacek  <mpolacek@redhat.com>
9967
9968         * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
9969
9970 2011-05-27  Marek Polacek  <mpolacek@redhat.com>
9971
9972         * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
9973         remove the `supported' variable.
9974         * gdb.mi/mi-nonstop.exp: Likewise.
9975         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9976         * gdb.mi/mi-nsintrall.exp: Likewise.
9977         * gdb.mi/mi-nsmoribund.exp: Likewise.
9978         * gdb.mi/mi-nsthrexec.exp: Likewise.
9979
9980 2011-05-26  Pedro Alves  <pedro@codesourcery.com>
9981
9982         * gdb.reverse/finish-reverse-bkpt.exp: New test.
9983
9984 2011-05-26  Pedro Alves  <pedro@codesourcery.com>
9985
9986         * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
9987
9988 2011-05-24  Keith Seitz  <keiths@redhat.com>
9989
9990         PR breakpoint/12803
9991         * gdb.cp/cmpd-minsyms.cc (a): New method.
9992         (b): New method.
9993         (c): New method.
9994         * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
9995
9996 2011-05-24  Pedro Alves  <pedro@codesourcery.com>
9997
9998         * gdb.base/commands.exp (watchpoint_command_test): Check that the
9999         watchpoint's command list didn't execute when the watchpoint went
10000         out of scope.
10001
10002 2011-05-24  Pierre Muller  <muller@ics.u-strasbg.fr>
10003
10004         Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
10005         * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
10006         * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
10007         * gdb.arch/i386-gnu-cfi.exp: Likewise.
10008         * gdb.arch/i386-permbkpt.exp: Likewise.
10009         * gdb.arch/i386-prologue.exp: Likewise.
10010         * gdb.arch/i386-size-overlap.exp: Likewise.
10011         * gdb.arch/i386-size.exp: Likewise.
10012         * gdb.arch/i386-unwind.exp: Likewise.
10013         * gdb.reverse/i386-precsave.exp: Likewise.
10014         * gdb.reverse/i386-reverse.exp: Likewise.
10015         * gdb.reverse/i386-sse-reverse.exp: Likewise.
10016         * gdb.reverse/i387-env-reverse.exp: Likewise.
10017         * gdb.reverse/i387-stack-reverse.exp: Likewise.
10018
10019 2011-05-24  Pedro Alves  <pedro@codesourcery.com>
10020
10021         * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
10022         file doesn't error, using MI.
10023
10024 2011-05-23  Tom Tromey  <tromey@redhat.com>
10025
10026         * gdb.base/charset.exp (string_display): Add tests to assign to
10027         arrays.
10028         * gdb.base/charset.c (short_array, int_array, long_array): New.
10029
10030 2011-05-20  Pedro Alves  <pedro@codesourcery.com>
10031
10032         Cope with async mode.
10033
10034         * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
10035         into gdb_test + mi_expect_stop.
10036
10037 2011-05-20  Pedro Alves  <pedro@codesourcery.com>
10038
10039         * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
10040         (callme): Remove printf call.
10041
10042 2011-05-20  Pierre Muller  <muller@ics.u-strasbg.fr>
10043
10044         * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
10045         quote pattern to avoid problems with Cygwin/mingw expect versions.
10046         * gdb.base/default.exp (show convenience): Use double
10047         quote pattern for regular expressions.
10048
10049 2011-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
10050
10051         Fix -readnow for -gdwarf-4 unused type units.
10052         * gdb.dwarf2/dw4-sig-type-unused.S: New file.
10053         * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
10054
10055 2011-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
10056
10057         * gdb.base/kill-after-signal.c: New file.
10058         * gdb.base/kill-after-signal.exp: New file.
10059
10060 2011-05-16  Pedro Alves  <pedro@codesourcery.com>
10061
10062         * gdb.ada/start.exp: Call untested with the correct test filename.
10063         * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
10064         test filename.  Make the test's binary unique.
10065         * gdb.arch/i386-signal.exp: Call untested with the correct test
10066         filename.
10067         * gdb.arch/i386-size-overlap.exp: Ditto.
10068         * gdb.arch/Makefile.in (EXECUTABLES): Update.
10069         * gdb.base/gcore-buffer-overflow.exp: Ditto.
10070         * gdb.cp/call-c.exp: Ditto.
10071         * gdb.mi/mi-reverse.exp: Call untested with the correct test
10072         filename.  Make the test's binary unique.
10073         * gdb.mi/Makefile.in (EXECUTABLES): Update.
10074         * gdb.python/py-mi.exp: Ditto.
10075         * gdb.python/Makefile.in (EXECUTABLES): Update.
10076         * gdb.reverse/i386-precsave.exp: Ditto.
10077         * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
10078         test filename.
10079         * gdb.reverse/i387-stack-reverse.exp: Ditto.
10080         * gdb.reverse/sigall-precsave.exp: Ditto.  Make the test's binary
10081         unique.
10082         * gdb.reverse/sigall-reverse.exp: Call untested with the correct
10083         test filename.
10084         * gdb.reverse/Makefile.in (EXECUTABLES): Update.
10085         * gdb.trace/tfile.exp: Ditto.
10086
10087 2011-05-14  Yao Qi  <yao@codesourcery.com>
10088
10089         * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
10090         type.
10091
10092 2011-05-13  Doug Evans  <dje@google.com>
10093
10094         * gdb.python/py-objfile-script.exp: New file.
10095         * gdb.python/py-objfile-script.c: New file.
10096         * gdb.python/py-objfile-script-gdb.py: New file.
10097         * testsuite/gdb.python/py-section-script.exp: Test
10098         "info auto-load-scripts".
10099
10100 2011-05-13  Tom Tromey  <tromey@redhat.com>
10101
10102         * gdb.dwarf2/clztest.exp: New file.
10103         * gdb.dwarf2/clztest.c: New file.
10104         * gdb.dwarf2/clztest.S: New file.
10105
10106 2011-05-13  Doug Evans  <dje@google.com>
10107
10108         * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
10109         String16 tests.
10110
10111 2011-05-13  Tom Tromey  <tromey@redhat.com>
10112
10113         * lib/gdb.exp (is_x86_like_target): New proc.
10114         * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
10115         * gdb.dwarf2/valop.exp: Use is_x86_like_target.
10116         * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target.  Pass
10117         -nostdlib to compiler.
10118         * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
10119         * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
10120         * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
10121         * gdb.dwarf2/dw2-restore.exp: Check for LP64.
10122         * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
10123
10124 2011-05-13  Thiago Jung Bauermann  <bauerman@br.ibm.com>
10125
10126         * gdb.python/py-function.exp: Test setting a value from a function
10127         which executes a command.
10128
10129 2011-05-12  Tom Tromey  <tromey@redhat.com>
10130
10131         * gdb.dwarf2/typeddwarf.S: New file.
10132         * gdb.dwarf2/typeddwarf.c: New file.
10133         * gdb.dwarf2/typeddwarf.exp: New file.
10134
10135 2011-05-12  Marek Polacek  <mpolacek@redhat.com>
10136
10137         * gdb.mi/mi-basics.exp: Fix races.  Honour the
10138         `test_exec_and_symbol_mi_operatons' return value.
10139         (test_mi_interpreter_selection): Use mi_gdb_test instead of
10140         gdb_test_multiple.
10141         (test_exec_and_symbol_mi_operatons): Likewise.
10142         (test_path_specification): Likewise.
10143
10144 2011-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10145
10146         * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
10147         (gdb_touch_execfile): Remove catch wrappers.  New variable time.
10148         Replace `file copy' and `file rename' by `file mtime'.  Twice.
10149
10150 2011-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10151
10152         * gdb.base/readline-ask.c: New file.
10153         * gdb.base/readline-ask.exp: New file.
10154         * gdb.base/readline-ask.inputrc: New file.
10155
10156 2011-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
10157
10158         * gdb.cell/bt.exp: Delete breakpoints before running to signal
10159         to avoid race condition.
10160         * gdb.cell/coremaker.c: Use small stack size.
10161         * gdb.cell/ea-standalone.exp: Use file name without path as
10162         argument to c_to.
10163         * gdb.cell/fork.exp: Allow other output when continuing to end.
10164
10165 2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
10166
10167         * gdb.threads/corethreads.c: New file.
10168         * gdb.threads/corethreads.exp: New file.
10169
10170 2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
10171
10172         * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
10173         Try to compile the test using -Wl,-z,norelro first.
10174         (load_core): New variable libthread_db_seen, initialize it.
10175         (zeroed-threads cannot be listed): Protect it by XFAIL on
10176         !$libthread_db_seen.
10177
10178 2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
10179
10180         PR 12573
10181         * gdb.dwarf2/dw2-skip-prologue.S: New file.
10182         * gdb.dwarf2/dw2-skip-prologue.c: New file.
10183         * gdb.dwarf2/dw2-skip-prologue.exp: New file.
10184
10185 2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
10186
10187         * gdb.cp/psymtab-parameter.cc: New file.
10188         * gdb.cp/psymtab-parameter.exp: New file.
10189
10190 2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
10191
10192         Fix a race.
10193         * gdb.cp/static-print-quit.exp (print c): Split to ...
10194         (print c - <return>, print c - q <return>, print c - to quit):
10195         ... these.  Make the testfile untested on gdb-7.1.
10196
10197 2011-5-05  Janis Johnson  <janisjo@codesourcery.com>
10198
10199         * lib/gdb.exp (exec_target_file, exec_symbol_file,
10200         gdb_rename_execfile, gdb_touch_execfile): New.
10201         * gdb.base/reread.exp: Use new procs to handle multiple
10202         exec files.
10203
10204 2011-05-05  Yao Qi  <yao@codesourcery.com>
10205
10206         * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
10207         (test_adr_32bit, test_pop_pc): New.
10208         * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
10209         (test_adr_32bit, test_pop_pc): New.
10210
10211 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
10212
10213         * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
10214         * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
10215         targets.
10216         * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
10217         handle targets.
10218
10219 2011-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
10220
10221         * gdb.base/completion.exp (complete help info wat): Rename to ...
10222         (complete 'help info wat'): ... here.
10223         Remove all `-re ".*' and `-re "^.*' redundant regexes.
10224         (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
10225
10226 2011-05-04  Pedro Alves  <pedro@codesourcery.com>
10227
10228         * gdb.base/completion.exp: Use gdb_test_multiple instead of
10229         gdb_test and explicit $gdb_prompt/timeout matches.
10230
10231 2011-05-04  Yao Qi  <yao@codesourcery.com>
10232
10233         * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
10234         and __thumb2__.
10235
10236 2011-05-03  Marek Polacek  <mpolacek@redhat.com>
10237
10238         * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
10239         in place of `gdb_test "delete breakpoints"'.  This eliminates two
10240         testcases.
10241
10242 2011-05-02  Pedro Alves  <pedro@codesourcery.com>
10243
10244         PR testsuite/12649
10245         Fix races.
10246
10247         * gdb.base/completion.exp: Remove all sleep calls.  Remove
10248         unnecessary regexs.  Don't explicitly expect anything after the
10249         prompt.  Eat the prompt if necessary.
10250
10251 2011-05-02  Edjunior Machado  <emachado@linux.vnet.ibm.com>
10252
10253         * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
10254         accept to show the caller line again as well as the line after.
10255
10256 2011-04-29  Phil Muldoon  <pmuldoon@redhat.com>
10257
10258         PR mi/12531
10259
10260         * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
10261         compile target.
10262         * gdb.python/py-prettyprint.exp: Add C++ object for
10263         CPLUS_FAKE_CHILD test.
10264
10265 2011-04-28  Ulrich Weigand  <ulrich.weigand@linaro.org>
10266
10267         * gdb.base/signest.exp: New file.
10268         * gdb.base/signest.c: Likewise.
10269
10270 2011-04-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
10271
10272         * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
10273         thread and breakpoint notifications.
10274
10275 2011-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
10276
10277         * gdb.base/fortran-sym-case.c: New file.
10278         * gdb.base/fortran-sym-case.exp: New file.
10279         * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
10280         * gdb.dwarf2/dw2-case-insensitive.c: New file.
10281         * gdb.dwarf2/dw2-case-insensitive.exp: New file.
10282
10283 2011-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
10284
10285         * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
10286         * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
10287         false #1', `if true else false #2' and `if true else false #3'.
10288
10289 2011-04-27  Ulrich Weigand  <ulrich.weigand@linaro.org>
10290
10291         * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
10292         while delivering signal.
10293
10294 2011-04-27  Vladimir Prus  <vladimir@codesourcery.com>
10295
10296         MI breakpoint notifications.
10297
10298         * testsuite/gdb.mi/mi-cli.exp: Adust.
10299         * testsuite/gdb.mi/mi2-cli.exp: Adust.
10300         * testsuite/gdb.mi/mi-watch.exp: Adust.
10301         * testsuite/gdb.mi/mi2-watch.exp: Adust.
10302         * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
10303         notifications.
10304
10305 2011-04-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
10306
10307         * gdb.base/gdbindex-stabs-dwarf.c: New file.
10308         * gdb.base/gdbindex-stabs.c: New file.
10309         * gdb.base/gdbindex-stabs.exp: New file.
10310
10311 2011-04-25  Yao Qi  <yao@codesourcery.com>
10312
10313         * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
10314         with /*...*/.
10315         * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
10316
10317 2011-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10318
10319         * gdb.python/py-value.exp (test_objfiles): Name the first test
10320         `py-value in file.filename'.
10321
10322 2011-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10323
10324         * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
10325         * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
10326         * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
10327         !gdbserver_reconnect_p..
10328         (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
10329
10330 2011-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
10331
10332         * gdb.cp/cpcompletion.exp (complete class methods)
10333         (complete class methods beginning with F): Move them above runto.  New
10334         comment about the runto delimiter.
10335
10336 2011-04-20  Pedro Alves  <pedro@codesourcery.com>
10337
10338         * gdb.base/maint.exp: Test that "maint print registers" works
10339         without a running program.
10340
10341 2011-04-20  Marek Polacek  <mpolacek@redhat.com>
10342
10343         * gdb.base/setshow.exp: Fix racy tests.
10344         ($old_gdb_prompt): New variable.
10345
10346 2011-04-19  Tom Tromey  <tromey@redhat.com>
10347
10348         * gdb.mi/mi-nsmoribund.exp:
10349         * gdb.hp/gdb.objdbg/objdbg01.exp:
10350         * gdb.base/structs.exp (test_struct_returns):
10351         * gdb.base/call-sc.exp (test_scalar_returns):
10352         * gdb.base/bigcore.exp: Remove duplicate words.
10353
10354 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
10355
10356         * gdb.base/break-interp-lib.c (v, vptr): New variables.
10357         * gdb.base/break-interp.exp (test_attach): New comment.
10358
10359 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
10360
10361         * gdb.threads/gcore-thread.exp ($core0file): New variable.
10362         (clear __stack_user.next, clear stack_used.next)
10363         (save a zeroed-threads corefile): New test.
10364         Call core_load for $core0file.
10365         (zeroed-threads cannot be listed): New test.
10366
10367 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
10368
10369         * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
10370         filename.
10371         ($srcfile): Preserve the original value.
10372         ($testfile): Match it the .exp filename.
10373         ($corefile): New variable.  Substitute it around.
10374         Use clean_restart.
10375         ($prev_timeout): Remove.
10376         (load_core): Move core loading into this proc.
10377         Fix restore of $timeout if load_core fails.
10378
10379 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
10380
10381         * gdb.base/eu-strip-infcall.c: New file.
10382         * gdb.base/eu-strip-infcall.exp: New file.
10383
10384 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
10385
10386         * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
10387         * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
10388
10389 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
10390
10391         Fix Python access to inlined frames.
10392         * gdb.python/py-frame-inline.c: New file.
10393         * gdb.python/py-frame-inline.exp: New file.
10394
10395 2011-04-13  Edjunior Machado  <emachado@linux.vnet.ibm.com>
10396
10397         * gdb.base/gdb1090.exp: Change breakpoint location to read the
10398         content of 's24' correctly (avoiding "optimized out").
10399         * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
10400
10401 2011-04-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
10402
10403         * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
10404
10405 2011-04-13  Thiago Jung Bauermann  <bauerman@br.ibm.com>
10406
10407         * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
10408         expect a colon in watch -location output.
10409
10410 2011-04-13  Marek Polacek  <mpolacek@redhat.com>
10411
10412         * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
10413         New testcase `expect response to define backtrace'.  Also remove
10414         redundant `default' block.
10415
10416 2011-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10417
10418         * gdb.python/py-prettyprint.c (struct hint_error): New.
10419         (main): New variable hint_error.
10420         * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
10421         "print hint_error".
10422         * gdb.python/py-prettyprint.py (class pp_hint_error): New.
10423         (register_pretty_printers): Register it.
10424
10425 2011-04-04  Tom Tromey  <tromey@redhat.com>
10426
10427         * gdb.cp/maint.exp (test_help): Update.
10428         (test_namespace): Likewise.
10429
10430 2011-04-01  Joel Brobecker  <brobecker@adacore.com>
10431
10432         * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
10433         * gdb.ada/arrayptr.exp: Add new tests.
10434
10435 2011-04-01  Joel Brobecker  <brobecker@adacore.com>
10436
10437         * gdb.ada/mi_catch_ex: New testcase.
10438
10439 2011-04-01  Pedro Alves  <pedro@codesourcery.com>
10440
10441         * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
10442         base::overload(void) method without specifying "const".
10443
10444 2011-04-01  Ulrich Weigand  <ulrich.weigand@linaro.org>
10445
10446         * gdb.arch/thumb-singlestep.S: New file.
10447         * gdb.arch/thumb-singlestep.exp: Likewise.
10448
10449 2011-03-31  Tom Tromey  <tromey@redhat.com>
10450
10451         * gdb.python/py-prettyprint.py (exception_flag): New global.
10452         (NoStringContainerPrinter._iterator.next): Check it.
10453         * gdb.python/py-prettyprint.c (main): New variable nstype2.
10454         * gdb.python/py-mi.exp: Set exception_flag and do more tests.
10455
10456 2011-03-29  Tom Tromey  <tromey@redhat.com>
10457
10458         * gdb.cp/anon-struct.cc: New file.
10459         * gdb.cp/anon-struct.exp: New file.
10460
10461 2011-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
10462
10463         Test STT_GNU_IFUNC support.
10464         * gdb.base/gnu-ifunc-lib.c: New file.
10465         * gdb.base/gnu-ifunc.c: New file.
10466         * gdb.base/gnu-ifunc.exp: New file.
10467
10468 2011-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
10469
10470         Support a ring of related breakpoints.
10471         * gdb.base/watchpoint-delete.c: New file.
10472         * gdb.base/watchpoint-delete.exp: New file.
10473
10474 2011-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
10475
10476         * gdb.ada/arrayparam.exp (print first after function call): Use
10477         explicit package name.  Add a comment
10478         (print lasta after function call): Rename ...
10479         (print last after function call): ... it and use explicit package
10480         name.
10481         (print length after function call): Use explicit package name.
10482         * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
10483         * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
10484         (multiple matches for symbol i): Rename ...
10485         (multiple matches for symbol integervar): ... it.
10486         * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
10487         * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
10488
10489 2011-03-25  Andrew Burgess  <aburgess@broadcom.com>
10490
10491         * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
10492         environment variable to make grep output more predictable. Move
10493         all the environment setup into gdb_init so it's done once per test
10494         case rather than each time we start gdb.
10495
10496 2011-03-24  Tom Tromey  <tromey@redhat.com>
10497
10498         * gdb.base/label.exp: Use `main:there' linespec.  Add re-running
10499         test.
10500
10501 2011-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
10502
10503         * gdb.dwarf2/dw2-entry-value-main.c: New file.
10504         * gdb.dwarf2/dw2-entry-value.S: New file.
10505         * gdb.dwarf2/dw2-entry-value.exp: New file.
10506
10507 2011-03-22  Phil Muldoon  <pmuldoon@redhat.com>
10508
10509         PR python/12183
10510
10511         * gdb.python/py-function.exp: Add GdbError tests.
10512
10513 2011-03-18  Pedro Alves  <pedro@codesourcery.com>
10514
10515         * gdb.trace/unavailable.cc (args_test_func, local_test_func)
10516         (reglocal_test_func, statlocal_test_func): New functions.
10517         (globals_test_func): Call new functions.
10518         * gdb.trace/unavailable.exp (gdb_collect_args_test)
10519         (gdb_collect_locals_test): New procedure.
10520         (gdb_trace_collection_test): Call new procedures.
10521
10522 2011-03-18  Pedro Alves  <pedro@codesourcery.com>
10523
10524         * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
10525         (test_register, test_register_unavailable): New procedures.
10526         (gdb_unavailable_registers_test): New procedure.
10527         (gdb_trace_collection_test): Call it.
10528
10529 2011-03-18  Phil Muldoon  <pmuldoon@redhat.com>
10530
10531         PR python/12149
10532
10533         * gdb.python/python.exp: Add gdb.write tests.
10534
10535 2010-03-17  Phil Muldoon  <pmuldoon@redhat.com>
10536
10537         * gdb.python/Makefile.in: Add py-objfile.
10538         * gdb.python/py-objfile.exp: New file.
10539         * gdb.python/py-objfile.c: New file.
10540         * gdb.python/py-block.exp: Add is_valid tests.
10541         * gdb.python/py-inferior.exp: Ditto.
10542         * gdb.python/py-infthread.exp: Ditto.
10543         * gdb.python/py-symbol.exp: Ditto.
10544         * gdb.python/py-symtab.exp: Ditto.
10545
10546 2011-03-16  Keith Seitz  <keiths@redhat.com>
10547
10548         PR c++/12273
10549         * gdb.cp/cmpd-minsyms.exp: New test.
10550         * gdb.cp/cmpd-minsyms.cc: New file.
10551
10552         PR c++/11734
10553         * gdb.cp/ovsrch.exp: New test.
10554         * gdb.cp/ovsrch.h: New file.
10555         * gdb.cp/ovsrch1.cc: New file.
10556         * gdb.cp/ovsrch2.cc: New file.
10557         * gdb.cp/ovsrch3.cc: New file.
10558         * gdb.cp/ovsrch4.cc: New file.
10559
10560 2011-03-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
10561
10562         PR gdb/12528
10563         * gdb.base/Makefile.in: Adjust EXECUTABLES.
10564         * gdb.base/break-on-linker-gcd-function.exp: New test.
10565         * gdb.base/break-on-linker-gcd-function.cc: New file.
10566
10567 2011-03-15  Andreas Tobler  <andreast@fgznet.ch>
10568
10569         * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
10570
10571 2011-03-15  Phil Muldoon  <pmuldoon@redhat.com>
10572
10573         * lib/gdb.exp (gdb_unload): Add another termination case.
10574
10575 2011-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10576
10577         * gdb.dwarf2/dw2-empty-pc-range.S: New file.
10578         * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
10579         * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
10580         Provide a stub byte there.
10581         (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
10582         DW_AT_entry_pc.
10583         (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
10584
10585 2011-03-15  Ulrich Weigand  <uweigand@de.ibm.com>
10586
10587         * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
10588         using a GCC 4.1 or 4.2 compiler.  Add an additional test variant
10589         "generic ABI, auto".
10590         (altivec_abi_tests): Accept vectors returned by reference.
10591
10592 2010-03-14  Phil Muldoon  <pmuldoon@redhat.com>
10593
10594         * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
10595
10596 2011-03-13  Ulrich Weigand  <uweigand@de.ibm.com>
10597
10598         * gdb.python/py-section-script.exp: Skip test if no Python support.
10599
10600 2011-03-12  Ulrich Weigand  <uweigand@de.ibm.com>
10601
10602         * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
10603
10604 2011-03-10  Phil Muldoon  <pmuldoon@redhat.com>
10605
10606         * gdb.python/py-parameter.exp: Update tests to the new Python
10607         parameter API. Add "no documentation" test.  Add deprecated API
10608         backward compatibility test.
10609
10610 2011-03-09  Tom Tromey  <tromey@redhat.com>
10611
10612         * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
10613         gdb_continue_to_end.
10614
10615 2011-03-09  Mark Kettenis  <kettenis@gnu.org>
10616
10617         * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
10618         tabs.
10619
10620 2011-03-09  Tom Tromey  <tromey@redhat.com>
10621
10622         * lib/gdb.exp (inferior_exited_re): Match. leading `['.  Wrap in
10623         parentheses.
10624         (gdb_continue_to_end): Add "allow_extra" parameter.  Use
10625         $command.
10626         * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
10627         argument to gdb_continue_to_end.
10628         * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
10629         argument to gdb_continue_to_end.
10630         * gdb.cp/annota3.exp: Fix regex.
10631         * gdb.cp/annota2.exp: Fix regex.
10632         * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
10633         gdb_continue_to_end.
10634         * gdb.base/call-signal-resume.exp: Revert earlier patch.
10635         * gdb.ada/tasks.exp: Pass "allow_extra" argument to
10636         gdb_continue_to_end.
10637
10638 2011-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
10639
10640         * gdb.server/ext-run.exp
10641         (load new file without any gdbserver inferior): New test.
10642
10643 2011-03-07  Tom Tromey  <tromey@redhat.com>
10644
10645         * Makefile.in (TAGS): Rewrite.
10646
10647 2011-03-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
10648
10649         * gdb.trace/report.exp (12.1: trace report #1): New match for the
10650         initial commands echo.  New match for `Found trace'.  Anchor all the
10651         other matches.  Anchor and match for `No trace frame found' the final
10652         match.
10653
10654 2011-03-07  Tom Tromey  <tromey@redhat.com>
10655
10656         * Makefile.in (TAGS): New target.
10657
10658 2011-03-07  Tom Tromey  <tromey@redhat.com>
10659
10660         * lib/opencl.exp (skip_opencl_tests): Update for exit message
10661         change.
10662         * lib/mi-support.exp (mi_gdb_test): Update for exit message
10663         change.
10664         * lib/gdb.exp (gdb_test_multiple): Update comment.  Update for
10665         exit message change.
10666         (skip_altivec_tests): Update for exit message change.
10667         (skip_vsx_tests): Likewise.
10668         (gdb_continue_to_end): Likewise.  Add 'command' argument.
10669         * lib/cell.exp (skip_cell_tests): Update for exit message change.
10670         * gdb.threads/tls.exp: Update for exit message change.
10671         * gdb.threads/thread-unwindonsignal.exp: Use
10672         gdb_continue_to_end.
10673         * gdb.threads/step.exp (step_it): Update for exit message change.
10674         (continue_all): Likewise.
10675         * gdb.threads/print-threads.exp (test_all_threads): Update for
10676         exit message change.
10677         * gdb.threads/interrupted-hand-call.exp: Use
10678         gdb_continue_to_end.
10679         * gdb.threads/execl.exp: Use gdb_continue_to_end.
10680         * gdb.python/py-prettyprint.exp (run_lang_tests): Use
10681         gdb_continue_to_end.
10682         * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
10683         * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
10684         * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
10685         * gdb.cp/method.exp: Update for exit message change.
10686         * gdb.cp/mb-templates.exp: Update for exit message change.
10687         * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
10688         * gdb.cp/annota3.exp: Update for exit message change.
10689         * gdb.cp/annota2.exp: Update for exit message change.
10690         * gdb.cell/fork.exp: Use gdb_continue_to_end.
10691         * gdb.base/term.exp: Update for exit message change.
10692         * gdb.base/step-test.exp (test_i): Update for exit message change.
10693         * gdb.base/sigstep.exp (advance): Update for exit message change.
10694         (advancei): Likewise.
10695         * gdb.base/siginfo.exp: Update for exit message change.
10696         * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
10697         * gdb.base/reread.exp: Use gdb_continue_to_end.
10698         * gdb.base/langs.exp: Use gdb_continue_to_end.
10699         * gdb.base/interrupt.exp: Update for exit message change.
10700         * gdb.base/gdb1555.exp: Update for exit message change.
10701         * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
10702         * gdb.base/ending-run.exp: Update for exit message change.
10703         * gdb.base/chng-syms.exp: Update for exit message change.
10704         * gdb.base/checkpoint.exp: Update for exit message change.
10705         * gdb.base/catch-syscall.exp (check_for_program_end): Use
10706         gdb_continue_to_end.
10707         (test_catch_syscall_with_wrong_args): Likewise.
10708         * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
10709         * gdb.base/break-interp.exp (test_ld): Update for exit message
10710         change.
10711         * gdb.base/bang.exp: Update for exit message change.
10712         * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
10713         (do_call_attach_tests): Likewise.
10714         * gdb.base/a2-run.exp: Update for exit message change.
10715         * gdb.arch/ppc-dfp.exp: Update for exit message change.
10716         * gdb.ada/tasks.exp: Use gdb_continue_to_end.
10717         * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
10718
10719 2011-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
10720
10721         * gdb.base/help.exp (help thread find): Fix one forgotten quote.
10722
10723 2011-03-03  Tom Tromey  <tromey@redhat.com>
10724
10725         * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
10726         * gdb.hp/gdb.aCC/configure (Makefile): Remove.
10727         * gdb.hp/gdb.aCC/configure.ac: Remove.
10728         * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
10729         * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
10730         * gdb.hp/gdb.base-hp/configure.ac: Remove.
10731         * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
10732         * gdb.hp/gdb.compat/configure (Makefile): Remove.
10733         * gdb.hp/gdb.compat/configure.ac: Remove.
10734         * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
10735         * gdb.hp/gdb.defects/configure (Makefile): Remove.
10736         * gdb.hp/gdb.defects/configure.ac: Remove.
10737         * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
10738         * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
10739         * gdb.hp/gdb.objdbg/configure.ac: Remove.
10740         * gdb.hp/configure.ac: Remove.
10741         * gdb.hp/configure: Remove.
10742         * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
10743         substitution.
10744         (Makefile): Remove rule.
10745         * gdb.cell/configure.ac: Remove.
10746         * gdb.cell/configure: Remove.
10747         * gdb.stabs/Makefile.in (Makefile): Remove.
10748         (distclean): Don't remove config.status or config.log.
10749         * gdb.stabs/configure (Makefile): Remove.
10750         * gdb.stabs/configure.ac: Remove.
10751         * configure: Rebuild.
10752         * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
10753         Remove stabs- and cell-specific logic.  Test for existence of
10754         ../gdbtk before configuring gdb.gdbtk.  Build Makefiles in gdb.hp
10755         subdirectories, gdb.cell, and and gdb.stabs.
10756         * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
10757
10758 2011-03-03  Joel Brobecker  <brobecker@adacore.com>
10759
10760         * gdb.python/py-inferior.exp: Avoid searching pattern beyond
10761         end of buffer.
10762
10763 2011-03-02  Joel Brobecker  <brobecker@adacore.com>
10764
10765         * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
10766         gdb_test when running a test where we expected no output back.
10767
10768 2011-02-28  Michael Snyder  <msnyder@vmware.com>
10769
10770         * gdb.cp/overload.cc: Change initializer value to integer.
10771
10772 2011-02-27  Michael Snyder  <msnyder@vmware.com>
10773
10774         * gdb.multi/base.exp: Add test for remove-inferiors.
10775
10776 2011-02-26  Joel Brobecker  <brobecker@adacore.com>
10777
10778         * gdb.python/py-frame.exp: Simplify the initialization phase
10779         using prepare_for_testing.
10780
10781 2011-02-25  Michael Snyder  <msnyder@vmware.com>
10782
10783         * gdb.multi/base.exp: Add tests for info inferiors with args.
10784
10785 2011-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
10786
10787         * gdb.dwarf2/dw2-ranges.S: Rename to ...
10788         * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
10789         * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
10790         Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
10791         asmfile3.  Comment the STABS (#3) file compilation.  Compile
10792         everything through assembler.  Provide KFAIL for symtab/12497.
10793         * gdb.dwarf2/dw2-ranges2.S: Rename to ...
10794         * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
10795         * gdb.dwarf2/dw2-ranges3.S: Rename to ...
10796         * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
10797
10798 2011-02-24  Michael Snyder  <msnyder@vmware.com>
10799
10800         * gdb.base/break.exp: Add tests for delete breakpoints using
10801         convenience variables and value history references.
10802
10803 2011-02-24  Michael Snyder  <msnyder@vmware.com>
10804
10805         * gdb.base/break.exp: Remove debugging 'printf' accidentally
10806         left behind in previous check-in.
10807
10808 2011-02-23  Michael Snyder  <msnyder@vmware.com>
10809
10810         * gdb.base/break.exp: Add tests for "info break" with arguments.
10811         * gdb.trace/infotrace.exp: Update patterns for error and help.
10812         * gdb.base/completion.exp: Update pattern.
10813         * gdb.base/ena-dis-br.exp: Update pattern.
10814         * gdb.base/help.exp: Update patterns.
10815
10816 2011-02-23  Michael Snyder  <msnyder@vmware.com>
10817
10818         * gdb.base/memattr.exp: New test.
10819         * gdb.base/memattr.c: Test load for memattr.exp.
10820
10821 2011-02-22  Doug Evans  <dje@google.com>
10822
10823         * gdb.python/py-symbol.exp: Test lookup_global_symbol.
10824
10825 2011-02-22  Michael Snyder  <msnyder@vmware.com>
10826
10827         * Makefile.in: Make more clean.
10828         * gdb.ada/Makefile.in: Ditto.
10829         * gdb.arch/Makefile.in: Ditto.
10830         * gdb.asm/Makefile.in: Ditto.
10831         * gdb.base/Makefile.in: Ditto.
10832         * gdb.cp/Makefile.in: Ditto.
10833         * gdb.dwarf2/Makefile.in: Ditto.
10834         * gdb.java/Makefile.in: Ditto.
10835         * gdb.mi/Makefile.in: Ditto.
10836         * gdb.modula2/Makefile.in: Ditto.
10837         * gdb.python/Makefile.in: Ditto.
10838         * gdb.server/Makefile.in: Ditto.
10839         * gdb.stabs/Makefile.in: Ditto.
10840         * gdb.threads/Makefile.in: Ditto.
10841         * gdb.trace/Makefile.in: Ditto.
10842
10843 2011-02-22  Michael Snyder  <msnyder@vmware.com>
10844
10845         * gdb.threads/thread-find.exp: Add tests for bad input to
10846         info threads.
10847
10848 2011-02-22  Joel Brobecker  <brobecker@adacore.com>
10849
10850         * gdb.python/py-breakpoint.exp: Fix the expected output of
10851         one of the "maint info breakpoints" tests to accept the output
10852         generated on platforms that do not have hardware watchpoints.
10853
10854 2011-02-22  Joel Brobecker  <brobecker@adacore.com>
10855
10856         * gdb.python/py-breakpoint.exp: Remove unnecessary call to
10857         clean_restart.  Be a little stricter in the expected output
10858         for one of the tests.  Fix a typo in one of the comments.
10859
10860 2011-02-22  Joel Brobecker  <brobecker@adacore.com>
10861
10862         * gdb.python/py-block.exp: Simplify using prepare_for_testing.
10863         Delete variable binfile, no longer use.  Add or modify test
10864         comments to make them unique.
10865
10866 2011-02-21  Michael Snyder  <msnyder@vmware.com>
10867
10868         * Makefile.in: Update for make clean.
10869         * gdb.ada/Makefile.in: Ditto.
10870         * gdb.arch/Makefile.in: Ditto.
10871         * gdb.asm/Makefile.in: Ditto.
10872         * gdb.base/Makefile.in: Ditto.
10873         * gdb.cp/Makefile.in: Ditto.
10874         * gdb.dwarf2/Makefile.in: Ditto.
10875         * gdb.java/Makefile.in: Ditto.
10876         * gdb.mi/Makefile.in: Ditto.
10877         * gdb.modula2/Makefile.in: Ditto.
10878         * gdb.python/Makefile.in: Ditto.
10879         * gdb.server/Makefile.in: Ditto.
10880         * gdb.stabs/Makefile.in: Ditto.
10881         * gdb.threads/Makefile.in: Ditto.
10882         * gdb.trace/Makefile.in: Ditto.
10883
10884 2011-02-21  Michael Snyder  <msnyder@vmware.com>
10885
10886         * gdb.threads/thread-find.exp: Update patterns for changes in
10887         output of "info threads" command.
10888
10889 2011-02-21  Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
10890             Ulrich Weigand  <uweigand@de.ibm.com>
10891
10892         * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
10893         (skip_hw_watchpoint_tests): Likewise.
10894         (skip_hw_watchpoint_multi_tests): Likewise.
10895
10896 2011-02-21  Ulrich Weigand  <uweigand@de.ibm.com>
10897
10898         * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
10899         (skip_hw_watchpoint_tests): Likewise.
10900         (skip_hw_watchpoint_multi_tests): Likewise.
10901         (skip_hw_watchpoint_access_tests): Likewise.
10902
10903         * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
10904         * gdb.base/pr11022.exp: Likewise.
10905         * gdb.base/watch-read.exp: Likewise.
10906         * gdb.base/watch_thread_num.exp: Likewise.
10907         * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
10908         * gdb.base/watchpoint-hw.exp: Likewise.
10909         * gdb.base/watchpoint.exp: Likewise.
10910         * gdb.threads/local-watch-wrong-thread.exp: Likewise.
10911         * gdb.threads/watchthreads-reorder.exp: Likewise.
10912         * gdb.threads/watchthreads.exp: Likewise.
10913         * gdb.threads/watchthreads2.exp: Likewise.
10914
10915 2011-02-21  Joel Brobecker  <brobecker@adacore.com>
10916
10917         * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
10918         the debugger is unable to find the array bounds.
10919
10920 2011-02-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
10921
10922         * gdb.cp/typedef-operator.exp: New file.
10923         * gdb.cp/typedef-operator.cc: New file.
10924
10925 2011-02-17  Michael Snyder  <msnyder@vmware.com>
10926
10927         * gdb.threads/thread-find.exp: Fix regular expressions.
10928
10929 2011-02-17  Joel Brobecker  <brobecker@adacore.com>
10930
10931         * gdb.ada/packed_array: Expand testcase to test printing of
10932         unconstrained packed array.
10933
10934 2011-02-17  Joel Brobecker  <brobecker@adacore.com>
10935
10936         * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
10937
10938 2011-02-16  Pedro Alves  <pedro@codesourcery.com>
10939
10940         * gdb.trace/collection.c (globalarr3): New global.
10941         (main): Initialize it before collecting, and and clear it
10942         afterwards.
10943         * gdb.trace/collection.exp (gdb_collect_globals_test): Test
10944         collecting with '{type} addr', where the addr expression is not an
10945         rvalue.
10946
10947 2011-02-16  Ken Werner  <ken.werner@de.ibm.com>
10948
10949         * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
10950         a bool variable. Expect correct OpenCL names for vector types. Use the
10951         uc3 variable name instead of referring to the uchar3 built-in type.
10952         Escape the asterisk at the half pointer test.
10953
10954 2011-02-16  Pedro Alves  <pedro@codesourcery.com>
10955
10956         * gdb.trace/collection.c (globalarr2): New global.
10957         (main): Initialize it before collecting, and and clear it
10958         afterwards.
10959         * gdb.trace/collection.exp (gdb_collect_globals_test): Test
10960         collecting overlapping memory ranges.
10961
10962 2011-02-15  Michael Snyder  <msnyder@vmware.com>
10963
10964         * gdb.base/default.exp: Add tests for thread commands.
10965         * gdb.base/help.exp: Add tests for thread commands.
10966         * gdb.threads/thread-find.exp: New test for thread find command.
10967
10968 2011-02-15  Ken Werner  <ken.werner@de.ibm.com>
10969
10970         * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
10971
10972 2011-02-15  Yao Qi  <yao@codesourcery.com>
10973
10974         PR tdep/12352
10975         * gdb.arch/arm-disp-step.S : New test for str instruction.
10976         * gdb.arch/arm-disp-step.exp : Likewise.
10977
10978 2011-02-15  Thiago Jung Bauermann  <bauerman@br.ibm.com>
10979
10980         * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
10981         "vector_register2_vr" test strings.  Test the extended floating
10982         point registers (F32~F63).
10983         * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
10984         IBM XL C compiler.  Make the test program use a register provided
10985         by the compiler for the lxvd2x instruction.
10986
10987 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
10988
10989         * gdb.trace/unavailable.cc (class Base, class Middle, class
10990         Derived): New types.
10991         (derived_unavail, derived_partial, derived_whole): New globals.
10992         (virtual_partial): New global.
10993         (virtualp): Point at virtual_partial.
10994         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
10995         related to unavailable vptr.
10996
10997 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
10998
10999         * gdb.trace/unavailable.cc (a, b, c): New globals.
11000         (main): Set and clear them.
11001         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
11002         `a' and `c', and check that `b' isn't collected, although `a' and
11003         `c' are.
11004
11005 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
11006
11007         * gdb.trace/unavailable.cc (struct Virtual): New.
11008         (virtualp): New global pointer.
11009         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
11010         printing a pointer to an object whose type has a vtable, with
11011         print object on.
11012
11013 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
11014
11015         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
11016         value repeat handles unavailableness.
11017
11018 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
11019
11020         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
11021         tests for building arrays from unavailable values, subscripting
11022         non-memory rvalue unvailable arrays, and accessing fields or
11023         baseclasses of non-lazy unavailable values,
11024         * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
11025         struct types.
11026         (g_smallstruct, g_smallstruct_b): New globals.
11027
11028 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
11029
11030         * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
11031
11032 2011-02-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
11033
11034         Fix const/volatile qualifiers of C++ types, PR c++/12328.
11035         * gdb.cp/overload-const.exp: New file.
11036         * gdb.cp/overload-const.cc: New file.
11037
11038 2011-02-08  Ulrich Weigand  <uweigand@de.ibm.com>
11039
11040         * gdb.opencl/callfuncs.cl: New file.
11041         * gdb.opencl/callfuncs.exp: New test.
11042         * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
11043
11044 2011-02-08  Ulrich Weigand  <uweigand@de.ibm.com>
11045
11046         * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
11047         when computing result.
11048         * gdb.arch/altivec-abi.exp: Update expected results.
11049
11050 2011-02-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
11051
11052         * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
11053         * gdb.base/jit.exp: Likewise.
11054         * gdb.base/pie-execl.exp: Likewise.
11055         * gdb.base/solib-nodir.exp: Likewise.
11056         * gdb.base/solib-overlap.exp: Likewise.
11057
11058 2011-02-07  Pedro Alves  <pedro@codesourcery.com>
11059
11060         * gdb.trace/collection.c (global_pieces): New.
11061         * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
11062         New procedure.
11063         (gdb_trace_collection_test): Call it.
11064
11065 2011-02-04  Sami Wagiaalla  <swagiaal@redhat.com>
11066
11067         * gdb.python/py-evthreads.c: New file.
11068         * gdb.python/py-evthreads.exp: New file.
11069         * gdb.python/py-events.py: New file.
11070         * gdb.python/py-events.exp: New file.
11071         * gdb.python/py-events.c: New file.
11072
11073 2011-02-04 David Daney <ddaney@caviumnetworks.com>
11074
11075         * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
11076
11077 2011-02-03  Andrew Burgess  <aburgess@broadcom.com>
11078
11079         * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
11080         gdb.base/disasm-end-cu.exp: New test for disassembling over the
11081         boundary between two compilation units.
11082
11083 2011-02-02  Pedro Alves  <pedro@codesourcery.com>
11084
11085         * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
11086         (Virtual): New structs.
11087         (virtual_o, virtual_middle_b): New globals.
11088         * gdb.cp/virtbase.exp: New tests.
11089
11090 2011-01-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
11091
11092         * gdb.base/jit.exp: New file.
11093         * gdb.base/jit-main.c: New file.
11094         * gdb.base/jit-solib.c: New file.
11095
11096 2011-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
11097
11098         * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
11099         proceed to initial kernel entry point.
11100         * gdb.opencl/datatypes.exp: Likewise.
11101         * gdb.opencl/operators.exp: Likewise.
11102         * gdb.opencl/vec_comps.exp: Likewise.
11103
11104 2011-01-31  Sami Wagiaalla  <swagiaal@redhat.com>
11105
11106         * gdb.cp/nsnested.cc: New.
11107         * gdb.cp/nsnested.exp: New.
11108         * gdb.cp/nsnoimports.exp: New.
11109         * gdb.cp/nsnoimports.cc: New.
11110
11111 2011-01-31  Joel Brobecker  <brobecker@adacore.com>
11112
11113         * gdb.base/interact.exp: Add extra tests that verify that
11114         the value of the interactive-mode setting does not change
11115         after the script is sourced.
11116
11117 2011-01-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
11118
11119         * gdb.cp/noparam.exp: New file.
11120         * gdb.cp/noparam.cc: New file.
11121
11122 2011-01-28  Pedro Alves  <pedro@codesourcery.com>
11123
11124         * gdb.trace/tfile.exp: Test that with no traceframe selected,
11125         there's no stack or registers.
11126
11127 2011-01-26  Tom Tromey  <tromey@redhat.com>
11128
11129         * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
11130         space before string output.  Add test for "set print pretty off"
11131         case.
11132
11133 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
11134
11135         * gdb.base/frame-args.exp: Adjust.
11136         * gdb.dwarf2/dw2-noloc.exp: Adjust.
11137         * gdb.dwarf2/dw2-inline-param.exp: Adjust.
11138         * gdb.dwarf2/pieces.exp: Adjust.
11139         * gdb.opt/clobbered-registers-O2.exp: Adjust.
11140         * gdb.opt/inline-locals.exp: Adjust.
11141         * gdb.threads/fork-child-threads.exp: Adjust.
11142
11143 2011-01-25  Ken Werner  <ken.werner@de.ibm.com>
11144
11145         * gdb.opencl/convs_casts.cl: Move program scope variables into the
11146         OpenCL kernel function. Add a comment as marker. Add address space
11147         qualifiers for the remaining program scope variables.
11148         * gdb.opencl/datatypes.cl: Likewise.
11149         * gdb.opencl/operators.cl: Likewise.
11150         * gdb.opencl/vec_comps.cl: Likewise.
11151         * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
11152         Add breakpoint at the marker comment.
11153         * gdb.opencl/datatypes.exp: Likewise.
11154         * gdb.opencl/operators.exp: Likewise.
11155         * gdb.opencl/vec_comps.exp: Likewise.
11156
11157 2011-01-24  Pedro Alves  <pedro@codesourcery.com>
11158
11159         * gdb.base/printcmds.c (some_struct): New struct and instance.
11160         * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
11161         procedure.
11162         <global scope>: Call it.
11163
11164 2011-01-21  Ken Werner  <ken.werner@de.ibm.com>
11165
11166         * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
11167         argument to the gdb_compile_opencl_hostapp call.
11168
11169 2011-01-19  Yao Qi  <yao@codesourcery.com>
11170
11171         * lib/dwarf.exp (dwarf2_support): Change supported targets to a
11172         positve list.
11173
11174 2011-01-19  Yao Qi  <yao@codesourcery.com>
11175
11176         * gdb.asm/asm-source.exp: Replace ARM target triplet with a
11177         canonical form.
11178         Remove "xscale-*-*"
11179         * gdb.xml/tdesc-regs.exp: Likewise.
11180         * gdb.python/py-section-script.exp: Replace ARM target triplet
11181         with canonical form.
11182         Match arm*-*-symbianelf*.
11183         * gdb.base/dup-sect.exp: Likewise.
11184         * lib/dwarf.exp: New.
11185         * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
11186         dwarf2_support.
11187         * gdb.dwarf2/dup-psym.exp: Likewise.
11188         * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
11189         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11190         * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
11191         * gdb.dwarf2/dw2-basic.exp: Likewise.
11192         * gdb.dwarf2/dw2-compressed.exp: Likewise.
11193         * gdb.dwarf2/dw2-const.exp: Likewise.
11194         * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
11195         * gdb.dwarf2/dw2-cu-size.exp: Likewise.
11196         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
11197         * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
11198         * gdb.dwarf2/dw2-filename.exp: Likewise.
11199         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
11200         * gdb.dwarf2/dw2-inline-param.exp: Likewise.
11201         * gdb.dwarf2/dw2-intercu.exp: Likewise.
11202         * gdb.dwarf2/dw2-intermix.exp: Likewise.
11203         * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
11204         * gdb.dwarf2/dw2-noloc.exp: Likewise.
11205         * gdb.dwarf2/dw2-op-call.exp: Likewise.
11206         * gdb.dwarf2/dw2-producer.exp: Likewise.
11207         * gdb.dwarf2/dw2-ranges.exp: Likewise.
11208         * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
11209         * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
11210         * gdb.dwarf2/dw2-strp.exp: Likewise.
11211         * gdb.dwarf2/dw2-unresolved.exp: Likewise.
11212         * gdb.dwarf2/implptr.exp: Likewise.
11213         * gdb.dwarf2/mac-fileno.exp: Likewise.
11214         * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
11215         * gdb.dwarf2/pieces.exp: Likewise.
11216         * gdb.dwarf2/pr11465.exp: Likewise.
11217         * gdb.dwarf2/valop.exp: Likewise.
11218         * gdb.dwarf2/watch-notconst.exp: Likewise.
11219         * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
11220
11221 2011-01-19  Tom Tromey  <tromey@redhat.com>
11222
11223         * gdb.python/py-infthread.exp: Add thread tests.
11224
11225 2011-01-14  Joel Brobecker  <brobecker@adacore.com>
11226
11227         * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
11228
11229 2011-01-14  Joel Brobecker  <brobecker@adacore.com>
11230
11231         * gdb.ada/widewide: New testcase.
11232
11233 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
11234
11235         * gdb.base/interact.exp: New testcase.
11236
11237 2011-01-12  Tom Tromey  <tromey@redhat.com>
11238
11239         * gdb.mi/gdb2549.exp: Update for error message changes.
11240         * gdb.mi/mi-cli.exp: Likewise.
11241         * gdb.mi/mi-disassemble.exp: Likewise.
11242         * gdb.mi/mi-pthreads.exp: Likewise.
11243         * gdb.mi/mi-regs.exp: Likewise.
11244         * gdb.mi/mi-stack.exp: Likewise.
11245         * gdb.mi/mi-var-block.exp: Likewise.
11246         * gdb.mi/mi-var-cmd.exp: Likewise.
11247         * gdb.mi/mi2-cli.exp: Likewise.
11248         * gdb.mi/mi2-disassemble.exp: Likewise.
11249         * gdb.mi/mi2-pthreads.exp: Likewise.
11250         * gdb.mi/mi2-regs.exp: Likewise.
11251         * gdb.mi/mi2-stack.exp: Likewise.
11252         * gdb.mi/mi2-var-block.exp: Likewise.
11253         * gdb.mi/mi2-var-cmd.exp: Likewise.
11254
11255 2011-01-12  Andrew Burgess  <aburgess@broadcom.com>
11256             Jan Kratochvil  <jan.kratochvil@redhat.com>
11257
11258         PR fortran/11104 and DWARF unbound arrays detection.
11259         * gdb.fortran/multi-dim.exp: New file.
11260         * gdb.fortran/multi-dim.f90: New file.
11261
11262 2011-01-12  Andrew Burgess  <aburgess@broadcom.com>
11263
11264         * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
11265         expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
11266         add new tests for opcode dumping.
11267
11268 2011-01-11  Tom Tromey  <tromey@redhat.com>
11269
11270         * gdb.python/py-infthread.exp: Load gdb-python.exp.
11271
11272 2010-01-11  Thiago Jung Bauermann  <bauerman@br.ibm.com>
11273
11274         Convert hardware watchpoints to use breakpoint_ops.
11275         * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
11276         type is not supported.
11277         * gdb.base/foll-fork.exp: Likewise.
11278         * gdb.base/foll-vfork.exp: Likewise.
11279
11280 2011-01-10  Phil Muldoon  <pmuldoon@redhat.com>
11281
11282         * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
11283         Use load_lib gdb-python.exp.
11284         * gdb.python/python.exp: Ditto.
11285         * gdb.python/py-function.exp: Ditto.
11286
11287 2011-01-09  Andreas Schwab  <schwab@linux-m68k.org>
11288
11289         * gdb.threads/tls.exp ("info address me"): Fix expected output.
11290
11291 2011-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
11292
11293         * configure: Regenerate.
11294
11295 2011-01-06  Tom Tromey  <tromey@redhat.com>
11296
11297         * gdb.python/py-frame.exp: Test gdb.newest_frame.
11298
11299 2011-01-06  Joel Brobecker  <brobecker@adacore.com>
11300
11301         * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
11302         gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
11303         gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
11304         gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
11305         gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
11306         gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
11307         gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
11308         gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
11309         gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
11310         gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
11311         gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
11312         gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
11313         gdb.ada/null_array.exp, gdb.ada/null_record.exp,
11314         gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
11315         gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
11316         gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
11317         gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
11318         gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
11319         gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
11320         gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
11321         gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
11322         gdb.ada/uninitialized_vars.exp,
11323         gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
11324         Simplify by using clean_restart.
11325
11326 2011-01-06  Joel Brobecker  <brobecker@adacore.com>
11327
11328         Add marker to be used as anchor for inserting breakpoints.
11329         * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
11330         * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
11331         Likewise.
11332
11333         Remove uses of gdb_start_cmd.
11334         * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
11335         * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
11336
11337         Do not run testcase if testing with GDBserver.
11338         * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
11339         if testing with GDBserver.
11340
11341 2011-01-06  Joel Brobecker  <brobecker@adacore.com>
11342
11343         * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
11344         gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
11345         copyright header.
11346
11347 2011-01-05  Joel Brobecker  <brobecker@adacore.com>
11348
11349         * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
11350         testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
11351         testsuite/gdb.fortran/complex.f,
11352         testsuite/gdb.fortran/derived-type.f90,
11353         testsuite/gdb.fortran/library-module-lib.f90,
11354         testsuite/gdb.fortran/library-module-main.f90,
11355         testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
11356         testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
11357         Copyright year update.
11358
11359 2011-01-05  Joel Brobecker  <brobecker@adacore.com>
11360
11361         * gdb.base/langs1.f: Add copyright header.
11362
11363 2011-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11364
11365         * gdb.base/morestack.exp: New file.
11366         * gdb.base/morestack.c: New file.
11367
11368 2011-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11369
11370         * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
11371
11372 2010-12-29  Joel Brobecker  <brobecker@adacore.com>
11373
11374         * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
11375         * gdb.ada/arrayptr.exp: Add test printing that new variable.
11376
11377 2010-12-29  Joel Brobecker  <brobecker@adacore.com>
11378
11379         * gdb.ada/lang_switch.exp: Correct expected parameter value.
11380
11381 2010-12-25  Andreas Schwab  <schwab@linux-m68k.org>
11382
11383         * gdb.threads/tls.exp: Fix typo.
11384
11385         * gdb.threads/thread-specific.exp (get_thread_list): Update.
11386         * gdb.threads/execl.exp: Update.
11387
11388 2010-12-23  Yao Qi  <yao@codesourcery.com>
11389
11390         * gdb.arch/arm-disp-step.exp: New.
11391         * gdb.arch/arm-disp-step.S: New.
11392
11393 2010-12-21  Tom Tromey  <tromey@redhat.com>
11394
11395         * gdb.threads/execl.exp: Update.
11396         * gdb.threads/linux-dp.exp: Update.
11397         * gdb.threads/manythreads.exp: Update.
11398         * gdb.threads/tls.exp: Update.
11399
11400 2010-12-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
11401
11402         * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
11403         (NextOverThrowDerivates) <resumebpt>: New.
11404         (resumebpt_test): New.
11405         (main): Call resumebpt_test.
11406         * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
11407
11408 2010-12-12  Stan Shebs  <stan@codesourcery.com>
11409
11410         * gdb.trace/tsv.exp: Test print command on trace state variables.
11411
11412 2010-12-09  Tom Tromey  <tromey@redhat.com>
11413
11414         * gdb.base/interp.exp: Add regression test.
11415
11416 2010-12-09  Tom Tromey  <tromey@redhat.com>
11417
11418         * gdb.java/jnpe.java: New file.
11419         * gdb.java/jnpe.exp: New file.
11420         * gdb.cp/nextoverthrow.exp: New file.
11421         * gdb.cp/nextoverthrow.cc: New file.
11422
11423 2010-12-07  Doug Evans  <dje@google.com>
11424
11425         * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
11426         of data-directory.
11427         * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
11428         updated.
11429         * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
11430
11431 2010-11-29  Michael Snyder  <msnyder@vmware.com>
11432
11433         * gdb.base/callfuncs.exp: Test for skip_float_tests.
11434         * gdb.base/call-sc.exp: Ditto.
11435         * gdb.base/finish.exp: Ditto.
11436         * gdb.base/return.exp: Ditto.
11437         * gdb.base/return2.exp: Ditto.
11438
11439 2010-11-30  Doug Evans  <dje@google.com>
11440
11441         * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
11442         (gdb_expect_list): Fix spelling errors in comments.
11443         * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
11444         send_gdb/gdb_expect_list where applicable.
11445         * gdb.base/call-ar-st.exp: Ditto.
11446         * gdb.base/funcargs.exp: Ditto.
11447         * gdb.base/gcore.exp: Ditto.
11448         * gdb.base/page.exp: Ditto.
11449         * gdb.base/sigaltstack.exp: Ditto.
11450         * gdb.base/siginfo.exp: Ditto.
11451         * gdb.base/sigstep.exp: Ditto.
11452         * gdb.base/trace-commands.exp: Ditto.
11453
11454 2010-11-29  Doug Evans  <dje@google.com>
11455
11456         * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
11457         printer-name;subprinter-name.
11458
11459 2010-11-29  Tom Tromey  <tromey@redhat.com>
11460
11461         * gdb.dwarf2/implptr.exp: New file.
11462         * gdb.dwarf2/implptr.c: New file.
11463         * gdb.dwarf2/implptr.S: New file.
11464
11465 2010-11-29  Phil Muldoon  <pmuldoon@redhat.com>
11466
11467         PR python/12199
11468
11469         * gdb.python/py-breakpoint.exp: Test the delete method.
11470
11471 2010-11-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
11472
11473         Fix step_resume_breakpoint unsaved during an infcall.
11474         * gdb.base/step-resume-infcall.exp: New file.
11475         * gdb.base/step-resume-infcall.c: New file.
11476
11477 2010-11-24  Edjunior Machado  <emachado@br.ibm.com>
11478
11479         * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
11480
11481 2010-11-24  Edjunior Machado  <emachado@br.ibm.com>
11482
11483         * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
11484         on ppc64's symbols; "finish" and "return" commands must accept to
11485         show the caller line again as well as the line after.
11486         * gdb.asm/powerpc64.inc: New file.
11487
11488 2010-11-23  Doug Evans  <dje@google.com>
11489
11490         * lib/gdb.exp (gdb_test_sequence): New function.
11491         (gdb_expect_list): Add verbose -log call for each pattern.
11492         * gdb.base/signals.exp (test_handle_all_print): Call it.
11493         Reduce timeout increment from 6 minutes to 1 minute.
11494         * gdb.server/ext-run.exp: Call it.
11495
11496 2010-11-23  Phil Muldoon  <pmuldoon@redhat.com>
11497
11498         PR python/12212
11499
11500         * gdb.python/python.exp: Check that selected_thread raises an
11501         error when no inferior is loaded.
11502
11503 2010-11-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
11504
11505         * gdb.dwarf2/dw2-stack-boundary.exp: New file.
11506         * gdb.dwarf2/dw2-stack-boundary.S: New file.
11507
11508 2010-11-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
11509
11510         * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
11511         * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
11512
11513 2010-11-18  Doug Evans  <dje@google.com>
11514
11515         * gdb.server/ext-run.exp: Fix intermittent failures.
11516
11517 2010-11-12  Nathan Froyd  <froydnj@codesourcery.com>
11518
11519         * gdb.stabs/gdb11479.exp: Use runto_main.
11520
11521 2010-11-12  Nathan Froyd  <froydnj@codesourcery.com>
11522
11523         * gdb.base/break-entry.exp: Skip if using a stub.
11524
11525 2010-11-12  Nathan Froyd  <froydnj@codesourcery.com>
11526
11527         * gdb.python/py-inferior.exp: Pack values in target endianness.
11528
11529 2010-11-12  Tom Tromey  <tromey@redhat.com>
11530
11531         * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
11532         * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
11533         MemoryError.
11534         * gdb.python/python.exp (gdb_py_test_multiple): Update exception
11535         type.
11536         * gdb.python/py-value.exp (test_value_in_inferior): Add test for
11537         MemoryError.
11538         (test_subscript_regression): Update exception type.
11539
11540 2010-11-11  Phil Muldoon  <pmuldoon@redhat.com>
11541
11542         * gdb.python/py-breakpoint.exp: Add internal watchpoint and
11543         breakpoint tests.
11544
11545 2010-11-09  Pedro Alves  <pedro@codesourcery.com>
11546
11547         * gdb.base/watchpoint.exp: Test "watch -location" with an
11548         innacessible location.
11549
11550 2010-11-09  Edjunior Machado  <emachado@br.ibm.com>
11551             Luis Machado  <luisgpm@br.ibm.com>
11552
11553         * gdb.base/maint.exp: Expect "." prefix.
11554         * gdb.base/nodebug.exp: Expect "." Likewise.
11555         * gdb.base/sepsymtab.exp: Expect "." Likewise.
11556         * gdb.base/watchpoint-cond-gone.exp: Likewise.
11557         * gdb.base/watchpoint.exp: Expect a software watch to be created for
11558         POWER server processors.
11559
11560 2010-11-08  Edjunior Machado  <emachado@br.ibm.com>
11561             Luis Machado  <luisgpm@br.ibm.com>
11562
11563         * gdb.base/break-entry.exp: convert entry point for
11564         ppc64 and expect leading `.' on ppc64's symbols
11565
11566 2010-11-05  Doug Evans  <dje@google.com>
11567
11568         * gdb.base/help.exp: Update expected output.
11569         * gdb.python/py-param.exp: Delete, contents moved to ...
11570         * gdb.python/py-parameter.exp: ... here.  New file.
11571         Add test for gdb.parameter ("directories").
11572
11573 2010-11-05  Ken Werner  <ken.werner@de.ibm.com>
11574
11575         * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
11576         * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
11577         * configure: Regenerate.
11578         * gdb.opencl/Makefile.in: New File.
11579         * gdb.opencl/datatypes.exp: Likewise.
11580         * gdb.opencl/datatypes.cl: Likewise.
11581         * gdb.opencl/operators.exp: Likewise.
11582         * gdb.opencl/operators.cl: Likewise.
11583         * gdb.opencl/vec_comps.exp: Likewise.
11584         * gdb.opencl/vec_comps.cl: Likewise.
11585         * gdb.opencl/convs_casts.exp: Likewise.
11586         * gdb.opencl/convs_casts.cl: Likewise.
11587         * lib/opencl.exp: Likewise.
11588         * lib/opencl_hostapp.c: Likewise.
11589         * lib/opencl_kernel.cl: Likewise.
11590         * lib/cl_util.c: Likewise.
11591         * lib/cl_util.c: Likewise.
11592         * gdb.base/default.exp (set language): Add "opencl" to the list of
11593         languages.
11594
11595 2010-11-04  Sami Wagiaalla  <swagiaal@redhat.com>
11596
11597         * gdb.cp/overload.exp: Added test for inheritance overload.
11598         * gdb.cp/overload.cc: Ditto.
11599         * gdb.cp/oranking.exp: Removed releveant kfails.
11600
11601 2010-11-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
11602             Joel Brobecker  <brobecker@adacore.com>
11603
11604         * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
11605         check test_compiler_info.
11606
11607 2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
11608
11609         * gdb.base/gnu_vector.exp: Adjust expect messages.
11610
11611 2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
11612
11613         * gdb.base/gnu_vector.exp: Add unary operator tests.
11614
11615 2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
11616
11617         * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
11618
11619 2010-11-02  Doug Evans  <dje@google.com>
11620
11621         * gdb.python/py-pp-maint.c: New file.
11622         * gdb.python/py-pp-maint.exp: New file.
11623         * gdb.python/py-pp-maint.py: New file.
11624
11625 2010-11-02  Tom Tromey  <tromey@redhat.com>
11626
11627         * gdb.base/default.exp: Remove "scheme" from language list.
11628
11629 2010-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11630
11631         Revert:
11632         2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11633         * gdb.threads/sigstep-threads.exp: New file.
11634         * gdb.threads/sigstep-threads.c: New file.
11635
11636 2010-10-20  Michael Snyder  <msnyder@vmware.com>
11637
11638         * gdb.threads/fork-child-threads.exp: Don't run on remote target.
11639
11640 2010-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
11641
11642         * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
11643         Skip test completely if gdb,no_hardware_watchpoints.
11644
11645 2010-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
11646
11647         * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
11648         strict, but do not check for any particular function name within libc.
11649
11650 2010-10-19  Sami Wagiaalla  <swagiaal@redhat.com>
11651
11652         * gdb.cp/smartp.exp: New test.
11653         * gdb.cp/smartp.cc : New test.
11654
11655 2010-10-19  Sami Wagiaalla  <swagiaal@redhat.com>
11656
11657         * gdb.cp/converts.exp: Test pointer to bool conversion.
11658         Test pointer to long conversion.
11659         * gdb.cp/oranking.exp: Removed relevant kfail.
11660
11661 2010-10-18  Tom Tromey  <tromey@redhat.com>
11662
11663         * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
11664         argument to lazy_string.
11665         * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
11666         (pp_ls.to_string): Use it.
11667         * gdb.python/py-prettyprint.c (main): Move declarations to top.
11668         Add "estring2" local.
11669
11670 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11671
11672         Fix s390x compatibility.
11673         * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS.  Twice.
11674         * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
11675
11676 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11677
11678         * gdb.threads/sigstep-threads.exp: New file.
11679         * gdb.threads/sigstep-threads.c: New file.
11680
11681 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11682
11683         * gdb.base/pie-execl.exp: New file.
11684         * gdb.base/pie-execl.c: New file.
11685
11686 2010-10-13  Doug Evans  <dje@google.com>
11687             Jan Kratochvil  <jan.kratochvil@redhat.com>
11688
11689         PR exp/12117
11690         * gdb.cp/ptype-cv-cp.cc: New file.
11691         * gdb.cp/ptype-cv-cp.exp: New file.
11692
11693 2010-10-14  Sami Wagiaalla  <swagiaal@redhat.com>
11694
11695         * gdb.cp/converts.cc: New test program.
11696         * gdb.cp/converts.exp: New test.
11697         * gdb.cp/overload.exp: Added test for void* vs int*.
11698         * gdb.cp/overload.exp: Ditto.
11699         * gdb.cp/oranking.exp: Removed related kfail.
11700
11701 2010-10-13  Doug Evans  <dje@google.com>
11702
11703         * lib/gdb-python.exp (gdb_check_python_config): New function.
11704         * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
11705         * gdb.python/lib-types.cc: New file.
11706         * gdb.python/lib-types.exp: New file.
11707
11708 2010-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
11709
11710         * gdb.python/py-error.exp: New file.
11711         * gdb.python/py-error.py: New file.
11712
11713 2010-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
11714
11715         * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
11716         gdb_test_multiple.
11717
11718 2010-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
11719
11720         * gdb.base/break-interp.exp: Use ldlags for linking flags.
11721         * gdb.base/prelink.exp: Likewise.
11722         * gdb.base/solib-nodir.exp: Likewise.
11723         * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
11724         (gdb_compile) <shlib_load>: Use ldlags for linking flags.
11725         * lib/prelink-support.exp (build_executable_own_libs): Likewise.
11726
11727 2010-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
11728
11729         * break-interp.exp (test_ld): Use two separate gdb_expect statements
11730         for the "info files" test to avoid timeouts on slow machines.
11731
11732 2010-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11733
11734         * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
11735         (main): Make openlib dummy call.
11736
11737 2010-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11738
11739         Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
11740         * break-interp.exp (reach): Move the core body ...
11741         (reach_1): ... here.  Use stop-on-solib-events for _dl_debug_state.
11742         (test_ld): Provide always real argument, even to the linker.  Replace
11743         dl_main by _dl_debug_state.
11744
11745 2010-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11746
11747         Fix results of prelinked PIEs on ppc*.
11748         * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
11749         Accept also DISPLACEMENT "PRESENT".
11750         (main): Replace "ZERO" displacements by "PRESENT".
11751
11752 2010-10-08  Sami Wagiaalla  <swagiaal@redhat.com>
11753
11754         * gdb.cp/oranking.exp: New test.
11755         * gdb.cp/oranking.cc: New test program.
11756
11757 2010-10-08  Ken Werner  <ken.werner@de.ibm.com>
11758
11759         * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
11760         * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
11761
11762 2010-10-06  Ken Werner  <ken.werner@de.ibm.com>
11763
11764         * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
11765         lush, lynx) New constant.
11766         * gdb.base/constvars.exp: Test const array types.
11767         * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
11768
11769 2010-10-06  Doug Evans  <dje@google.com>
11770
11771         * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
11772         of syscall staging area.
11773
11774 2010-10-06  Ken Werner  <ken.werner@de.ibm.com>
11775
11776         * gdb.base/gnu_vector.c: Add variable c4.
11777         * gdb.base/gnu_vector.exp: Add tests for character vector printing.
11778         * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
11779
11780 2010-10-05  Maciej W. Rozycki  <macro@codesourcery.com>
11781
11782         * gdb.arch/altivec-abi.exp: Fix a typo.
11783
11784 2010-10-02  Maciej W. Rozycki  <macro@codesourcery.com>
11785
11786         * lib/mi-support.exp (thread_selected_re): Correct pattern used
11787         to match a thread ID.
11788
11789 2010-10-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11790
11791         Fix s390x testcase compatibility.
11792         * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
11793
11794 2010-10-01  Doug Evans  <dje@google.com>
11795
11796         * lib/gdb-python.exp: New file.
11797         * gdb.python/py-block.exp: Use it.
11798         * gdb.python/py-breakpoint.exp: Ditto.
11799         * gdb.python/py-frame.exp: Ditto.
11800         * gdb.python/py-inferior.exp: Ditto.
11801         * gdb.python/py-param.exp: Ditto.
11802         * gdb.python/py-prettyprint.exp: Ditto.
11803         * gdb.python/py-shared.exp: Ditto.
11804         * gdb.python/py-symbol.exp: Ditto.
11805         * gdb.python/py-symtab.exp: Ditto.
11806         * gdb.python/py-type.exp: Ditto.
11807         * gdb.python/py-value.exp: Ditto.
11808         * gdb.python/python.exp: Ditto.
11809
11810 2010-09-30  Tom Tromey  <tromey@redhat.com>
11811
11812         * gdb.base/anon.exp: New file.
11813         * gdb.base/anon.c: New file.
11814
11815 2010-09-30  Tom Tromey  <tromey@redhat.com>
11816
11817         * gdb.base/completion.exp: Test completion through anonymous
11818         union.
11819         * gdb.base/break1.c (struct some_struct): Add anonymous union.
11820
11821 2010-09-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
11822
11823         Fix printing parameters of inlined functions.
11824         * gdb.dwarf2/dw2-inline-param.exp: New file.
11825         * gdb.dwarf2/dw2-inline-param-main.c: New file.
11826         * gdb.dwarf2/dw2-inline-param.S: New file.
11827
11828 2010-09-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
11829
11830         PR corefiles/12071.
11831         * gdb.base/corefile.exp (quit with a process, no question: load core)
11832         (quit with a core file): New tests.
11833
11834 2010-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
11835
11836         Fix GDB crash on inferior calls with self-referencing classes.
11837         * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
11838         * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
11839         * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
11840
11841 2010-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
11842
11843         Fix lost siginfo_t for inferior calls.
11844         * gdb.base/siginfo-infcall.exp: New file.
11845         * gdb.base/siginfo-infcall.c: New file.
11846
11847 2010-09-22  Joel Brobecker  <brobecker@adacore.com>
11848
11849         * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
11850
11851 2010-09-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
11852
11853         * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
11854         New test.
11855         * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
11856
11857 2010-09-22  Joel Brobecker  <brobecker@adacore.com>
11858
11859         * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
11860         type of our const type.
11861
11862 2010-09-22  Sami Wagiaalla  <swagiaal@redhat.com>
11863
11864         * gdb.cp/pr12028.cc: New.
11865         * gdb.cp/pr12028.exp: New.
11866
11867 2010-09-22  Joel Brobecker  <brobecker@adacore.com>
11868
11869         * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
11870
11871 2010-09-16  Phil Muldoon  <pmuldoon@redhat.com>
11872             Jan Kratochvil  <jan.kratochvil@redhat.com>
11873
11874         PR mi/11407
11875         * gdb.mi/dw2-ref-missing-frame-func.c: New File.
11876         * gdb.mi/dw2-ref-missing-frame-main.c New File.
11877         * gdb.mi/dw2-ref-missing-frame.S New File.
11878         * gdb.mi/dw2-ref-missing-frame.exp New File.
11879
11880 2010-09-14  Tom Tromey  <tromey@redhat.com>
11881
11882         PR symtab/8399:
11883         * gdb.threads/tls.exp: Remove kfail.  Update expected output.
11884
11885 2010-09-14  Tom Tromey  <tromey@redhat.com>
11886
11887         PR exp/11803:
11888         * gdb.threads/tls.exp: Use C++.
11889         (check_thread_local): Use K::another_thread_local.
11890         * gdb.threads/tls.c (class K): New.
11891         (another_thread_local): Now a member of K.
11892         (spin): Update.  No longer K&R C.
11893
11894 2010-09-13  Sami Wagiaalla  <swagiaal@redhat.com>
11895
11896         * gdb.cp/koenig.cc: created class for testing member lookup.
11897         * gdb.cp/koenig.exp: Added test for member lookup.
11898
11899 2010-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
11900
11901         Fix false FAILs on sourcetree topdir directory containing "kill".
11902         * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
11903         source line matching regexp.
11904
11905 2010-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11906
11907         * gdb.python/python.exp (set height 0, collect help from uiout)
11908         (verify help to uiout): New tests.
11909
11910 2010-09-10  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
11911
11912         * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
11913         is_lp64_target to check 64bit target.
11914
11915 2010-09-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
11916
11917         * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
11918         (test_ld) <powerpc64-*>: New.
11919
11920 2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
11921
11922         * gdb.cp/templates.exp (test_template_args): Allow "struct".
11923
11924 2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
11925
11926         * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
11927         (FunctionArg::method): New function.
11928         (empty, arg): New variables.
11929         (main): Call arg.method.
11930         * gdb.cp/templates.exp (test_template_args): New function.
11931         (do_tests): Call it.
11932
11933 2010-09-08  Ulrich Weigand  <uweigand@de.ibm.com>
11934
11935         * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
11936         of "next" to proceed over pthread_exit call.
11937
11938 2010-09-08  Ulrich Weigand  <uweigand@de.ibm.com>
11939
11940         * gdb.base/maint.exp: Avoid wildcards against potentially very long
11941         "maint print statistics" output to prevent expect timeouts.
11942
11943 2010-09-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
11944
11945         * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
11946         Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11947         (test_float_rejected): ... here.
11948         * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
11949         Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11950         (test_float_rejected): ... here.
11951         * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
11952         Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11953         (test_float_rejected): ... here.
11954         * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
11955         Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11956         (test_float_rejected): ... here.
11957
11958 2010-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
11959
11960         * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
11961         before disabling hardware watchpoints.
11962         (test_inaccessible_watchpoint): Check that hardware watchpoints
11963         are used.  Test for watchpoints on a constant address.
11964
11965 2010-09-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11966
11967         * gdb.base/ui-redirect.exp: New file.
11968
11969 2010-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11970             Joel Brobecker  <brobecker@adacore.com>
11971
11972         * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
11973
11974 2010-08-31  Doug Evans  <dje@google.com>
11975
11976         * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
11977
11978 2010-08-30  Tom Tromey  <tromey@redhat.com>
11979
11980         PR python/11792:
11981         * gdb.python/py-value.exp (test_subscript_regression): Add
11982         dynamic_type test.
11983
11984 2010-08-30  Daniel Jacobowitz  <dan@codesourcery.com>
11985
11986         * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
11987         instead of running to main.  Do not test the main function.
11988         * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
11989         Add new main.
11990
11991 2010-08-26  Pedro Alves  <pedro@codesourcery.com>
11992
11993         * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
11994         one test.
11995
11996 2010-08-24  Doug Evans  <dje@google.com>
11997
11998         PR symtab/11942
11999         * gdb.dwarf2/dw4-sig-types.cc: New file.
12000         * gdb.dwarf2/dw4-sig-types.h: New file.
12001         * gdb.dwarf2/dw4-sig-types-b.cc: New file.
12002         * gdb.dwarf2/dw4-sig-types.exp: New file.
12003
12004 2010-08-23  Tom Tromey  <tromey@redhat.com>
12005
12006         PR python/11145:
12007         * gdb.python/py-value.c (Base, Derived): New types.
12008         (base): New global.
12009         * gdb.python/py-value.exp (test_subscript_regression): Add
12010         dynamic_cast test.
12011
12012 2010-08-23  Tom Tromey  <tromey@redhat.com>
12013
12014         PR python/10676:
12015         * gdb.python/py-type.exp (test_fields): Add tests for type
12016         equality.
12017
12018 2010-08-23  Tom Tromey  <tromey@redhat.com>
12019
12020         PR python/11915:
12021         * gdb.python/py-type.exp (test_fields): Add tests for array.
12022
12023 2010-08-23  Keith Seitz  <keiths@redhat.com>
12024
12025         * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
12026         have any children. Create a new abbrev for it.
12027         Add missing terminal sequence to .debug_abbrev.
12028
12029 2010-08-20  Keith Seitz  <keiths@redhat.com>
12030
12031         PR symtab/11465:
12032         * gdb.dwarf2/pr11465.exp: New test.
12033         * gdb.dwarf2/pr11465.S: New file.
12034         * gdb.dwarf2/dw2-double-set-die-type.S: New file.
12035         * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
12036
12037 2010-08-19  Thiago Jung Bauermann  <bauerman@br.ibm.com>
12038
12039         * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
12040         registers.  Update data sets with the new v2_double element in the
12041         VSX register union.  Add vector_register3_vr data set for the AltiVec
12042         registers.  Use gdb_test_no_output instead of send_gdb.
12043
12044 2010-08-19  Pedro Alves  <pedro@codesourcery.com>
12045
12046         * gdb.python/py-shared.exp: New file, factored out from
12047         python.exp.
12048         * gdb.python/py-shared.c: New file.
12049         * gdb.python/py-shared-sl.c: New file.
12050         * gdb.python/python-1.c: New file.
12051         * gdb.python/python-sl.c: Delete.
12052         * gdb.python/python.c: Mention python-1.c.
12053         * gdb.python/python.exp: Move shared library tests to
12054         py-shared.exp.
12055         * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
12056         (MISCELLANEOUS): New.
12057         (clean mostlyclean): Also remove $MISCELLANEOUS.
12058
12059 2010-08-19  Doug Evans  <dje@google.com>
12060
12061         PR exp/11926
12062         * gdb.base/printcmds.exp (test_float_accepted): New function.
12063         Move existing float tests there.  Add tests for floats with suffixes.
12064         (test_float_rejected): New function.
12065         * gdb.java/jv-print.exp (test_float_accepted): New function.
12066         (test_float_rejected): New function.
12067         * gdb.objc/print.exp: New file.
12068         * gdb.pascal/print.exp: New file.
12069         * lib/objc.exp: New file.
12070
12071 2010-08-19  Pierre Muller  <muller@ics.u-strasbg.fr>
12072
12073         * gdb.base/default.exp (info set): Avoid full buffer error and force
12074         reading up to final gdb prompt.
12075         (show): Likewise.
12076
12077 2010-08-18  Tom Tromey  <tromey@redhat.com>
12078
12079         PR symtab/11919:
12080         * gdb.base/completion.exp: Add test.
12081
12082 2010-08-18  Doug Evans  <dje@google.com>
12083
12084         * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
12085         * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
12086         * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
12087         Simplify, early exit if runto_main fails.
12088         * gdb.fortran/exprs.exp: load_lib fortran.exp.
12089         (set_lang_fortran): Moved to lib/fortran.exp.
12090         * gdb.fortran/types.exp: load_lib fortran.exp.
12091         (set_lang_fortran): Moved to lib/fortran.exp.
12092         * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
12093         * gdb.java/jprint.exp (set_lang_java): Ditto.
12094         * gdb.java/jv-exp.exp: load_lib java.exp.
12095         If set_lang_java fails, issue a warning instead of failure to be
12096         consistent with other set_lang_foo uses.
12097         (set_lang_java): Moved to lib/java.exp.
12098         * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
12099         If set_lang_java fails, issue a warning instead of failure to be
12100         consistent with other set_lang_foo uses.
12101         * gdb.pascal/types.exp: load_lib pascal.exp.
12102         (set_lang_pascal): Moved to lib/pascal.exp.
12103         * lib/fortran.exp: New file.
12104         * lib/java.exp (set_lang_java): New function.
12105         * lib/pascal.exp (set_lang_pascal): New function.
12106
12107 2010-08-18  Yao Qi  <yao@codesourcery.com
12108
12109         * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
12110         func_nofb_start and func_loopfb_start, so that address of functions
12111         is equal to these labels on Thumb.
12112
12113 2010-08-18  Yao Qi  <yao@codesourcery.com>
12114
12115         * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
12116         to reflect latest c source file.
12117
12118 2010-08-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
12119
12120         * gdb.cp/infcall-dlopen.exp: New file.
12121         * gdb.cp/infcall-dlopen.cc: New file.
12122         * gdb.cp/infcall-dlopen-lib.cc: New file.
12123
12124 2010-08-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
12125             Pedro Alves  <pedro@codesourcery.com>
12126
12127         PR breakpoints/11371
12128
12129         * gdb.base/watch-cond-infcall.exp: New file.
12130         * gdb.base/watch-cond-infcall.c: New file.
12131
12132 2010-08-16  Tom Tromey  <tromey@redhat.com>
12133
12134         * gdb.base/help.exp: Update.
12135         * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
12136         watchpoint.
12137         (test_watch_location): New proc.
12138         (test_watchpoint_in_big_blob): Delete watchpoint.
12139         * gdb.base/watchpoint.c (func5): New function.
12140         (main): Call it.
12141
12142 2010-08-16  Doug Evans  <dje@google.com>
12143
12144         * gdb.python/python.exp: Fix syntax in "post event insertion" test.
12145
12146 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
12147
12148         * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
12149         tests.
12150
12151 2010-08-11  Ken Werner  <ken.werner@de.ibm.com>
12152
12153         * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
12154         * gdb.base/gnu_vector.c: New File.
12155         * gdb.base/gnu_vector.exp: Likewise.
12156
12157 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
12158
12159         * gdb.python/python.c: New File.
12160         * gdb.python/python-sl.c: New File.
12161         * gdb.python/python.exp: Test solib_address and decode_line
12162         * functions.
12163
12164 2010-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
12165
12166         * gdb.python/python.exp (show height, set height 10)
12167         (verify pagination beforehand, verify pagination beforehand: q)
12168         (gdb.execute does not page, verify pagination afterwards)
12169         (verify pagination afterwards: q): New.
12170
12171 2010-08-02  Doug Evans  <dje@google.com>
12172
12173         * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
12174         because of an older gcc, change test2
12175         "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
12176         to unsupported.
12177
12178 2010-07-30  Kazu Hirata  <kazu@codesourcery.com>
12179
12180         * gdb.base/break-always.exp: Do not expect full paths to file
12181         names.
12182         * gdb.base/commands.exp: Likewise.
12183
12184 2010-07-30  Doug Evans  <dje@google.com>
12185
12186         * gdb.cp/temargs.exp: For new tests that require newer gccs,
12187         xfail them when run with older gccs.
12188
12189         * lib/gdb.exp (build_executable): Forward "c++" option to
12190         get_compiler_info.
12191
12192         * gdb.python/py-type.exp (test_template): Mark as xfail tests
12193         "python print ttype.template_argument(1)" and
12194         "python print isinstance(ttype.template_argument(1), gdb.Value)"
12195         if using gcc 4.4 or earlier.
12196
12197         * gdb.base/valgrind-db-attach.exp: Use unique test name for
12198         attach-to-debugger handling.
12199
12200 2010-07-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
12201
12202         * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
12203         * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
12204         (main): Use copyreloc.
12205         * gdb.base/prelink.exp (split debug of executable)
12206         (.dynbss vs. .bss address shift): New tests.
12207
12208 2010-07-29  Pedro Alves  <pedro@codesourcery.com>
12209
12210         * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
12211         in gdb_test_multiple.
12212
12213 2010-07-29  Pedro Alves  <pedro@codesourcery.com>
12214
12215         * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
12216         environment.
12217
12218 2010-07-28  Tom Tromey  <tromey@redhat.com>
12219
12220         PR python/11060:
12221         * gdb.python/py-type.c (Temargs): New template.
12222         (temvar): New variable.
12223         * gdb.python/py-type.exp (test_template): New proc.
12224
12225 2010-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
12226
12227         * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
12228         gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
12229
12230 2010-07-28  Tom Tromey  <tromey@redhat.com>
12231
12232         PR c++/9946:
12233         * gdb.cp/temargs.exp: New file.
12234         * gdb.cp/temargs.cc: New file.
12235
12236 2010-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
12237
12238         * gdb.base/help.exp (help disassemble): Update the content.
12239
12240 2010-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
12241
12242         * gdb.threads/ia64-sigill.exp: New file.
12243         * gdb.threads/ia64-sigill.c: New file.
12244
12245 2010-07-27  Tom Tromey  <tromey@redhat.com>
12246
12247         * gdb.opt/inline-cmds.c (ATTR): New define.
12248         (func1): Use it.
12249         (func2): Likewise.
12250         (func3): Likewise.
12251         (outer_inline1): Likewise.
12252         (outer_inline2): Likewise.
12253         * gdb.opt/inline-bt.c (ATTR): New define.
12254         (func1): Use it.
12255         (func2): Likewise.
12256         * gdb.opt/inline-locals.c (ATTR): New define.
12257         (func1): Use it.
12258         (func2): Likewise.
12259
12260 2010-07-27  Tom Tromey  <tromey@redhat.com>
12261
12262         * gdb.stabs/gdb11479.c (hack): New function.
12263         (test): Use it.
12264         (test2): Use it.
12265         * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
12266         (int32_search_buf, int64_search_buf): No longer static.
12267         (x): Remove.
12268         * gdb.base/relocate.c (hack): New function.
12269
12270 2010-07-27  Phil Muldoon  <pmuldoon@redhat.com>
12271
12272         * gdb.python/py-value.exp (test_inferior_function_call): New function.
12273         * gdb.python/py-value.c (func1): New function.
12274         (func2): Likewise.
12275
12276 2010-07-26  Corinna Vinschen  <vinschen@redhat.com>
12277
12278         * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
12279         as not to clash with .data section.
12280
12281 2010-07-26  Jerome Guitton  <guitton@adacore.com>
12282
12283         * gdb.base/code_elim.exp: New file.
12284         * gdb.base/code_elim1.c: New file.
12285         * gdb.base/code_elim2.c: New file.
12286
12287 2010-07-21  Pedro Alves  <pedro@codesourcery.com>
12288
12289         PR symtab/11827
12290
12291         * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
12292         (some_volatile_enum): New variable.
12293         * gdb.base/printcmds.exp (test_print_enums): New.
12294         <top level>: Call it.
12295
12296 2010-07-21  Sami Wagiaalla  <swagiaal@redhat.com>
12297
12298         * gdb.cp/fpointer.cc: New test.
12299         * gdb.cp/fpointer.exp: New test.
12300
12301 2010-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
12302
12303         * gdb.base/solib-nodir.exp: New file.
12304         * lib/gdb.exp (runto): New case for a GDB internal error.
12305
12306 2010-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
12307             Ulrich Weigand  <uweigand@de.ibm.com>
12308             Tom Tromey  <tromey@redhat.com>
12309
12310         * gdb.base/charset-malloc.c: New file.
12311         * gdb.base/charset.c (malloc_stub): New prototype.
12312         (main): Call it instead of malloc itself.
12313         * gdb.base/charset.exp: Use only prepare_for_testing.
12314         (binfile): Remove the variable.
12315
12316 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
12317
12318         Make core files the process_stratum.
12319         * gdb.base/corefile.exp (run: load core again)
12320         (run: sanity check we see the core file, run: with core)
12321         (run: core file is cleared, attach: load core again)
12322         (attach: sanity check we see the core file, attach: with core)
12323         (attach: core file is cleared): New tests.
12324         * gdb.base/coremaker.c (main): New parameters.  Implement "sleep" argv.
12325
12326 2010-07-14  Ken Werner  <ken.werner@de.ibm.com>
12327
12328         * gdb.arch/altivec-abi.exp: New tests.
12329
12330 2010-07-13  Tom Tromey  <tromey@redhat.com>
12331
12332         * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
12333         (main): Use it.
12334         * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
12335
12336 2010-07-13  Tom Tromey  <tromey@redhat.com>
12337
12338         * gdb.base/label.exp: New file.
12339         * gdb.base/label.c: New file.
12340
12341 2010-07-12  Ulrich Weigand  <uweigand@de.ibm.com>
12342             H.J. Lu  <hongjiu.lu@intel.com>
12343
12344         * lib/gdb.exp (is_ilp32_target): New.
12345         (is_lp64_target): Likewise.
12346
12347         * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
12348         target.
12349         * gdb.arch/amd64-disp-step.exp: Likewise.
12350         * gdb.arch/amd64-dword.exp: Likewise.
12351         * gdb.arch/amd64-i386-address.exp: Likewise.
12352         * gdb.arch/amd64-word.exp: Likewise.
12353
12354         * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
12355         target.
12356         * gdb.arch/i386-bp_permanent.exp: Likewise.
12357         * gdb.arch/i386-byte.exp: Likewise.
12358         * gdb.arch/i386-disp-step.exp: Likewise.
12359         * gdb.arch/i386-gnu-cfi.exp: Likewise.
12360         * gdb.arch/i386-prologue.exp: Likewise.
12361         * gdb.arch/i386-size-overlap.exp: Likewise.
12362         * gdb.arch/i386-size.exp: Likewise.
12363         * gdb.arch/i386-sse.exp: Likewise.
12364         * gdb.arch/i386-unwind.exp: Likewise.
12365         * gdb.arch/i386-word.exp: Likewise.
12366
12367         * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
12368         test only when building 64-bit executables.  Do not hard-code
12369         -m64 option.
12370
12371 2010-07-07  Doug Evans  <dje@google.com>
12372
12373         * lib/gdb.exp (gdb_test_list_exact): New function.
12374         * gdb.base/default.exp (show convenience): Call it, add tests for
12375         $_sdata = void, $_thread = 0.
12376
12377 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
12378             Joel Brobecker  <brobecker@adacore.com>
12379
12380         Fix re-run of PIE executable, PR shlibs/11776.
12381         * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
12382         Remove $displacement_main to match the solib-svr4.c change.  New "kill"
12383         and re-"run" of the inferior.
12384
12385 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
12386             Joel Brobecker  <brobecker@adacore.com>
12387
12388         Cope with missing /usr/sbin/prelink.
12389         * lib/prelink-support.exp (prelink_no):
12390         <result == 1 && $output is "no such file or directory">: New.
12391         (prelink_yes): Likewise.  Return on failed prelink_no.
12392
12393 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
12394             Joel Brobecker  <brobecker@adacore.com>
12395
12396         * gdb.base/attach-pie-misread.exp: Load prelink-support.exp.  Replace
12397         build_executable by build_executable_own_libs.  Replace "prelink -R"
12398         execution by a call of prelink_yes.  Comment why "prelink -r" needs no
12399         change.
12400         * gdb.base/break-interp.exp: Load prelink-support.exp.  Rename calls of
12401         copy to file_copy.  Move setting opts --dynamic-linker and -rpath,
12402         mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
12403         Replace build_executable by build_executable_own_libs's function
12404         build_executable_own_libs.
12405         (prelinkNO): Create new stub to call prelink_no.
12406         (prelinkYES): Create new stub to call prelink_yes.
12407         (test_attach): Rename calls of copy to file_copy.
12408         (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
12409         (copy): Move to ...
12410         * lib/prelink-support.exp: ... a new file.  Rename prelinkNO to
12411         prelink_no, prelinkYES to prelink_yes, copy to file_copy.
12412         * gdb.base/prelink.exp: Disable testcase also for is_remote and
12413         skip_shlib_tests.  Load prelink-support.exp.  Replace gdb_compile with
12414         special flags by gdb_compile_shlib.  Replace second gdb_compile by
12415         build_executable_own_libs.  Replace "prelink -R" execution by a call of
12416         prelink_yes.  Replace "prelink -u" and second "prelink -R" execution by
12417         a second call of prelink_yes.  Replace restart commands by
12418         clean_restart.
12419         (prelink): Rename to ...
12420         (seen displacement message): ... this test.  Extend its expectation
12421         strictness.
12422
12423 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
12424
12425         * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
12426         * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
12427         displacement message exactly once.
12428
12429 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
12430             Joel Brobecker  <brobecker@adacore.com>
12431
12432         * gdb.base/break-interp.exp (test_attach): Keep $interp changed.  Move
12433         its restore after the <$relink_args != ""> loop.  new comment.
12434
12435 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
12436             Joel Brobecker  <brobecker@adacore.com>
12437
12438         * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
12439         code for it.  New variable relink_args.
12440         (prelinkYES): Call prelinkNO.
12441         (test_attach): Accept new parameter relink_args.  Re-prelink the binary
12442         in such case.  Move the core code to ...
12443         (test_attach_gdb): ... a new function.  Send GDB command "file".
12444         Extend expected "Attaching to " string.
12445
12446 2010-07-02  Tom Tromey  <tromey@redhat.com>
12447
12448         * gdb.base/bitops.exp: Remove extraneous "pass".
12449
12450 2010-07-02  Ken Werner  <ken.werner@de.ibm.com>
12451
12452         * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
12453
12454 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
12455
12456         * gdb.base/help.exp: Adjust expected output.
12457
12458 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
12459
12460         * gdb.base/help.exp: Adjust expected output.
12461
12462 2010-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
12463
12464         * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
12465         (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
12466         c++/11702.
12467
12468 2010-06-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
12469             Doug Evans  <dje@google.com>
12470
12471         * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
12472         add .dynamic entry'.
12473
12474 2010-06-29  Doug Evans  <dje@google.com>
12475
12476         Test PR c++/11702.
12477         * gdb.cp/m-static.exp: Add testcase.
12478         * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
12479
12480 2010-06-28  Phil Muldoon  <pmuldoon@redhat.com>
12481             Tom Tromey  <tromey@redhat.com>
12482             Thiago Jung Bauermann  <bauerman@br.ibm.com>
12483
12484         * gdb.python/py-inferior.c: New File.
12485         * gdb.python/py-infthread.c: New File.
12486         * gdb.python/py-inferior.exp: New File.
12487         * gdb.python/py-infthread.exp: New File.
12488
12489 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
12490
12491         * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
12492         (ptype ::C::OtherFileClass typedefs): New.
12493         * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
12494         (C::OtherFileClass::cOtherFileClassVar2): New.
12495         (C::OtherFileClass::cOtherFileClassVar_use): Use also
12496         cOtherFileClassVar2.
12497         (C::cOtherFileType2, C::cOtherFileVar2): New.
12498         (C::cOtherFileVar_use): use also cOtherFileVar2.
12499         * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
12500
12501 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
12502
12503         * gdb.cp/namespace.exp (whatis C::cOtherFileType)
12504         (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
12505         (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
12506         (print ::C::cOtherFileVar)
12507         (whatis C::OtherFileClass::cOtherFileClassType)
12508         (whatis ::C::OtherFileClass::cOtherFileClassType)
12509         (print C::OtherFileClass::cOtherFileClassVar)
12510         (print ::cOtherFileClassVar)
12511         (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
12512         (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
12513         trailing content.
12514         * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
12515         (C::OtherFileClass::cOtherFileClassVar)
12516         (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
12517         (C::cOtherFileVar, C::cOtherFileVar_use): New.
12518
12519 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
12520
12521         Test PR c++/11703 and PR gdb/1448.
12522         * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
12523         gdb/1448.
12524
12525 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
12526
12527         * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
12528         (main) <rtti_data>: New.
12529         * gdb.cp/virtbase.exp (print rtti_data): New.
12530
12531 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
12532             Joel Brobecker  <brobecker@adacore.com>
12533
12534         * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
12535
12536 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
12537
12538         * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
12539
12540 2010-06-28  Doug Evans  <dje@google.com>
12541
12542         * gdb.base/break-interp.exp (reach): Relax expected output a bit.
12543
12544 2010-06-27  Doug Evans  <dje@google.com>
12545
12546         * gdb.cp/m-static.exp: Update expected test output.
12547
12548 2010-06-25  Paul Hilfinger  <hilfinger@adacore.com>
12549
12550         * gdb.gdb/selftest.exp: Adjust expected message for
12551         capturing start-up runtime.
12552
12553 2010-06-25  Tom Tromey  <tromey@redhat.com>
12554
12555         PR python/10808:
12556         * gdb.python/python.exp: Add new tests.
12557
12558 2010-06-25  Sami Wagiaalla  <swagiaal@redhat.com>
12559
12560         * gdb.cp/operator.cc: Created an import loop.
12561         * gdb.cp/operator.exp: Added testcase for import loop.
12562
12563 2010-06-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
12564
12565         Test PR python/11407.
12566         * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
12567         * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
12568         Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
12569         * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
12570         executable_nofb and executable_fb.  New variables srcsfile, objsfile,
12571         srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
12572         binfile.  Call gdb_compile with clean_restart twice.
12573         (func_nofb print, func_nofb backtrace, func_loopfb print)
12574         (func_loopfb backtrace): New.
12575
12576 2010-06-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
12577
12578         * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
12579         * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
12580         by a hand made one.
12581         * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment.  Remove
12582         i?86 requirement.  Remove variables srcfile and binfile.  New variable
12583         sources, executable_nofb and executable_fb.  Call prepare_for_testing.
12584
12585 2010-06-25  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12586
12587         * gdb.cell/dwarfaddr.exp: New file.
12588         * gdb.cell/dwarfaddr.S: New file.
12589
12590 2010-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
12591
12592         Test PR 9436.
12593         * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
12594
12595 2010-06-24  Hui Zhu  <teawater@gmail.com>
12596
12597         * gdb.base/eval.exp: New file.
12598
12599 2010-06-23  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12600
12601         * gdb.cell/fork.exp: New file.
12602         * gdb.cell/fork.c: Likewise.
12603         * gdb.cell/fork-spu.c: Likewise.
12604
12605 2010-06-22  Pierre Muller  <muller@ics.u-strasbg.fr>
12606
12607         * lib/gdb.exp (banned_variables_traced): New global variable.
12608         (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
12609         (gdb_init): Use `trace add variable' instead of obsolete
12610         `trace variable'.
12611
12612 2010-06-21  Doug Evans  <dje@google.com>
12613
12614         * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
12615
12616 2010-06-19  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12617
12618         * gdb.arch/spu-ls.exp: New file.
12619         * gdb.arch/spu-ls.c: Likewise.
12620
12621 2010-06-18  Stan Shebs  <stan@codesourcery.com>
12622
12623         * gdb.threads/thread-specific.exp: Add tests of $_thread.
12624
12625 2010-06-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12626
12627         * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
12628         * gdb.base/watch-cond.exp: Likewise.
12629         * gdb.python/py-breakpoint.exp: Likewise.
12630
12631 2010-06-18  Pedro Alves  <pedro@codesourcery.com>
12632
12633         * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
12634         clean_restart, make sure every test has a distinct message, and
12635         that messages don't include the executable' full path.
12636
12637 2010-06-17  Doug Evans  <dje@google.com>
12638
12639         * gdb.arch/i386-size.exp: Updated expected output for
12640         DISASSEMBLY_OMIT_FNAME.
12641
12642 2010-06-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
12643             Sergio Durigan Junior  <sergiodj@redhat.com>
12644
12645         * gdb.base/watch-notconst.c: New file.
12646         * gdb.base/watch-notconst.S: New file.
12647         * gdb.base/watch-notconst2.c: New file.
12648         * gdb.base/watch-notconst2.S: New file.
12649         * gdb.base/watch-notconst.exp: New file.
12650         * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
12651         (func4): Add operations on `global_ptr_ptr'.
12652         * gdb.base/watchpoint.exp (test_constant_watchpoint): New
12653         routine to test watchpoints created with a constant expression.
12654         (test_inaccessible_watchpoint): Include tests for watchpoints
12655         created with a constant expression.
12656
12657 2010-06-14  Kevin Buettner  <kevinb@redhat.com>
12658
12659         * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
12660         gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
12661         gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
12662         gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
12663         gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
12664         gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
12665         gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
12666         of `_start'.
12667
12668 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12669
12670         * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
12671         not supported on the target.
12672         * gdb.mi/mi-nonstop-exit.exp: Likewise.
12673         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
12674         * gdb.mi/mi-nsintrall.exp: Likewise.
12675         * gdb.mi/mi-nsmoribund.exp: Likewise.
12676         * gdb.mi/mi-nsthrexec.exp: Likewise.
12677
12678 2010-06-11  Stan Shebs  <stan@codesourcery.com>
12679
12680         * gdb.base/permissions.exp: New file.
12681
12682 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12683
12684         * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
12685         does not support ELF executable class.
12686
12687 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12688
12689         * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
12690
12691 2010-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
12692
12693         * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
12694         (runto): Catch "The target does not support running in non-stop mode.".
12695
12696 2010-06-11  Michael Snyder  <msnyder@vmware.com>
12697
12698         * gdb.base/setshow.exp (set language asm): Don't use
12699         gdb_test_no_output, fails on some targets.
12700
12701 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12702
12703         * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
12704         * gdb.cp/pr9167.exp: Likewise.
12705
12706 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12707
12708         * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
12709
12710 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12711
12712         * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
12713
12714 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12715
12716         * gdb.base/charset.c (main): Make sure malloc gets linked in.
12717
12718 2010-06-11  Tom Tromey  <tromey@redhat.com>
12719
12720         PR gdb/9977, PR exp/11636::
12721         * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
12722         (pieces_test_f6): Update expected output.
12723
12724 2010-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
12725
12726         * gdb.base/moribund-step.exp: New.
12727
12728 2010-06-08  Michael Snyder  <msnyder@vmware.com>
12729
12730         * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
12731         * gdb.ada/boolean_expr.exp:
12732         * gdb.ada/frame_args.exp: Ditto.
12733         * gdb.ada/lang_switch.exp: Ditto.
12734         * gdb.ada/ptype_arith_binop.exp: Ditto.
12735         * gdb.ada/ref_param.exp: Ditto.
12736         * gdb.ada/type_coercion.exp:Ditto.
12737
12738         * gdb.asm/asm-source.exp: Ditto.
12739
12740         * gdb.base/attach.exp: Ditto.
12741         * gdb.base/bitfields2.exp: Ditto.
12742         * gdb.base/call-signal-resume.exp: Ditto.
12743         * gdb.base/callfuncs.exp: Ditto.
12744         * gdb.base/commands.exp: Ditto.
12745         * gdb.base/dbx.exp: Ditto.
12746         * gdb.base/default.exp: Ditto.
12747         * gdb.base/dump.exp: Ditto.
12748         * gdb.base/exprs.exp: Ditto.
12749         * gdb.base/freebpcmd.exp: Ditto.
12750         * gdb.base/interrupt.exp: Ditto.
12751         * gdb.base/list.exp: Ditto.
12752         * gdb.base/long_long.exp: Ditto.
12753         * gdb.base/maint.exp: Ditto.
12754         * gdb.base/ptype.exp: Ditto.
12755         * gdb.base/return.exp: Ditto.
12756         * gdb.base/setshow.exp: Ditto.
12757         * gdb.base/sigbpt.exp: Ditto.
12758         * gdb.base/sigrepeat.exp: Ditto.
12759
12760         * gdb.cp/classes.exp: Ditto.
12761
12762         * gdb.dwarf2/dw2-restore.exp: Ditto.
12763
12764         * gdb.gdb/selftest.exp: Ditto.
12765
12766         * gdb.multi/base.exp: Ditto.
12767         * gdb.multi/bkpt-multi-exec.exp: Ditto.
12768
12769         * gdb.python/py-block.exp: Ditto.
12770         * gdb.python/py-prettyprint.exp: Ditto.
12771         * gdb.python/py-template.exp: Ditto.
12772
12773         * gdb.server/ext-attach.exp: Ditto.
12774         * gdb.server/ext-run.exp: Ditto.
12775         * gdb.server/server-mon.exp: Ditto.
12776
12777         * gdb.threads/fork-thread-pending.exp: Ditto.
12778         * gdb.threads/hand-call-in-threads.exp: Ditto.
12779         * gdb.threads/interrupted-hand-call.exp: Ditto.
12780         * gdb.threads/linux-dp.exp: Ditto.
12781         * gdb.threads/manythreads.exp: Ditto.
12782         * gdb.threads/print-threads.exp: Ditto.
12783         * gdb.threads/pthreads.exp: Ditto.
12784         * gdb.threads/schedlock.exp: Ditto.
12785         * gdb.threads/thread-unwindonsignal.exp: Ditto.
12786         * gdb.threads/threadapply.exp: Ditto.
12787
12788 2010-06-08  Michael Snyder  <msnyder@vmware.com>
12789
12790         * gdb.ada/exec_changed.exp:
12791         Use ".*" instead of "" as wildcard regexp.
12792
12793         * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
12794         * gdb.base/call-ar-st.exp: Ditto.
12795         * gdb.base/checkpoint.exp: Ditto.
12796         * gdb.base/default.exp: Ditto.
12797         * gdb.base/dump.exp: Ditto.
12798         * gdb.base/ending-run.exp: Ditto.
12799         * gdb.base/fileio.exp: Ditto.
12800         * gdb.base/miscexprs.exp: Ditto.
12801         * gdb.base/pointers.exp: Ditto.
12802         * gdb.base/readline.exp: Ditto.
12803         * gdb.base/reread.exp: Ditto.
12804         * gdb.base/restore.exp: Ditto.
12805         * gdb.base/shlib-call.exp: Ditto.
12806         * gdb.base/valgrind-db-attach.exp: Ditto.
12807         * gdb.base/volatile.exp: Ditto.
12808         * gdb.base/watchpoints.exp: Ditto.
12809
12810         * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
12811
12812         * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
12813         * gdb.python/py-value.exp: Ditto.
12814
12815         * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
12816         * gdb.trace/circ.exp: Ditto.
12817         * gdb.trace/collection.exp: Ditto.
12818         * gdb.trace/packetlen.exp: Ditto.
12819         * gdb.trace/passc-dyn.exp: Ditto.
12820         * gdb.trace/report.exp: Ditto.
12821         * gdb.trace/tfile.exp: Ditto.
12822         * gdb.trace/tfind.exp: Ditto.
12823         * gdb.trace/while-dyn.exp: Ditto.
12824
12825 2010-06-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
12826
12827         * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
12828
12829 2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
12830
12831         Test PR 10640.
12832         * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
12833
12834 2010-06-07  Sami Wagiaalla  <swagiaal@redhat.com>
12835
12836         * gdb.cp/koenig.exp: Test for ADL operators.
12837         * gdb.cp/koenig.cc: Added ADL operators.
12838         * gdb.cp/operator.exp: New test.
12839         * gdb.cp/operator.cc: New test.
12840
12841 2010-06-04  Michael Snyder  <msnyder@vmware.com>
12842
12843         * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
12844         * gdb.base/pending.exp: Ditto.
12845
12846         * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
12847
12848 2010-06-04  Doug Evans  <dje@google.com>
12849
12850         * gdb.python/py-prettyprint.exp: Add new test for enabled and
12851         disabled printers.
12852         * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
12853         (enable_lookup_function): New function.
12854
12855 2010-06-04  Tom Tromey  <tromey@redhat.com>
12856
12857         * gdb.python/py-value.exp (test_value_hash): Don't test equality
12858         of hash and id.
12859
12860 2010-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
12861
12862         * gdb.base/commands.exp (add printf tbreak command): Remove trailing
12863         newline.
12864         * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
12865         (empty verbose non-noisy clear, empty verbose noisy clear)
12866         (empty non-verbose noisy clear): Likewise.
12867
12868 2010-06-03  Michael Snyder  <msnyder@vmware.com>
12869
12870         * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
12871         * gdb.base/display.exp: Ditto.
12872         * gdb.base/find.exp: Ditto.
12873         * gdb.base/ifelse.exp: Ditto.
12874         * gdb.base/multi-forks.exp: Ditto.
12875         * gdb.base/recurse.exp: Ditto.
12876         * gdb.base/setshow.exp: Ditto.
12877         * gdb.base/value-double-free.exp: Ditto.
12878         * gdb.base/watch-vfork.exp: Ditto.
12879         * gdb.base/watch_thread_num.exp: Ditto.
12880         * gdb.base/watchpoint-solib.exp: Ditto.
12881         * gdb.base/watchpoint.exp: Ditto.
12882         * gdb.base/watchpoints.exp: Ditto.
12883
12884         * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
12885         * gdb.cp/overload.exp: Ditto.
12886         * gdb.cp/virtfunc.exp: Ditto.
12887
12888         * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
12889
12890         * gdb.reverse/watch-precsave.exp:
12891         Replace gdb_test with gdb_test_no_output.
12892
12893         * gdb.threads/attach-into-signal.exp:
12894         Replace gdb_test with gdb_test_no_output.
12895         * gdb.threads/local-watch-wrong-thread.exp: Ditto.
12896         * gdb.threads/watchthreads.exp: Ditto.
12897         * gdb.threads/watchthreads2.exp: Ditto.
12898
12899         * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
12900         * gdb.trace/tfind.exp: Ditto.
12901
12902 2010-06-03  Joel Brobecker  <brobecker@adacore.com>
12903
12904         * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
12905         successful test if message is the empty string.
12906
12907 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12908
12909         * gdb.fortran/module.exp (stopped language detection): New test.
12910
12911 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12912
12913         Support DW_TAG_module as separate namespaces.
12914         * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
12915         gdb.fortran/library-module-lib.f90: New.
12916         * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
12917         (print i): Remove.
12918         (continue to breakpoint: i-is-1, print var_i value 1)
12919         (continue to breakpoint: i-is-2, print var_i value 2)
12920         (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
12921         (print var_d, print var_i value 14, ptype modmany, complete `modm)
12922         (complete `modmany, complete `modmany`, complete `modmany`var)
12923         (show language, setting breakpoint at module): New tests.
12924         * gdb.fortran/module.f90 (module mod): Remove.
12925         (module mod1, module mod2, module modmany, subroutine sub1)
12926         (subroutine sub2, program module): New.
12927
12928 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12929
12930         * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
12931         (print value of rUC, print value of rI, print value of UI): ... here.
12932         * gdb.cp/anon-union.exp (pass): Rename to ...
12933         (print z 2): ... here.
12934
12935 2010-06-02  Michael Snyder  <msnyder@vmware.com>
12936
12937         * gdb.trace/actions.exp: Use gdb_test_no_output.
12938         * gdb.trace/circ.exp: Ditto.
12939         * gdb.trace/packetlen.exp: Ditto.
12940         * gdb.trace/save-trace.exp: Ditto.
12941         * gdb.trace/tracecmd.exp: Ditto.
12942         * gdb.trace/tsv.exp: Ditto.
12943
12944         * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
12945         * gdb.threads/hand-call-in-thraeds.exp: Ditto.
12946         * gdb.threads/local-watch-wrong-thread.exp: Ditto.
12947         * gdb.threads/manythreads.exp: Ditto.
12948         * gdb.threads/print-threads.exp: Ditto.
12949         * gdb.threads/pthreads.exp: Ditto.
12950         * gdb.threads/schedlock.exp: Ditto.
12951         * gdb.threads/staticthreads.exp: Ditto.
12952         * gdb.threads/thread-specific.exp: Ditto.
12953         * gdb.threads/thread-unwindonsignal.exp: Ditto.
12954         * gdb.threads/threadapply.exp: Ditto.
12955         * gdb.threads/watchthreads.exp: Ditto.
12956         * gdb.threads/watchthreads2.exp: Ditto.
12957
12958         * gdb.python/py-block.exp: Use gdb_test_no_output.
12959         * gdb.python/py-prettyprint.exp: Ditto.
12960         * gdb.python/py-template.exp: Ditto.
12961         * gdb.python/py-value.exp: Ditto.
12962
12963         * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
12964         * gdb.reverse/watch-reverse.exp: Ditto.
12965
12966         * gdb.server/ext-attach.exp: Use gdb_test_no_output.
12967         * gdb.server/ext-run.exp: Ditto.
12968
12969         * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
12970         * gdb.dwarf2/dw2-compressed.exp: Ditto.
12971         * gdb.dwarf2/dw2-intercu.exp: Ditto.
12972         * gdb.dwarf2/dw2-intermix.exp: Ditto.
12973         * gdb.dwarf2/dw2-producer.exp: Ditto.
12974         * gdb.dwarf2/mac-fileno.exp: Ditto.
12975
12976         * gdb.gdb/observer.exp: Use gdb_test_no_output.
12977         * gdb.gdb/selftest.exp: Ditto.
12978
12979         * gdb.multi/base.exp: Use gdb_test_no_output.
12980
12981         * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
12982
12983 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12984
12985         * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
12986
12987 2010-06-02  Michael Snyder  <msnyder@msnyder-server.eng.vmware.com>
12988
12989         * gdb.cp/class2.exp: Use gdb_test_no_output.
12990         * gdb.cp/classes.exp: Ditto.
12991         * gdb.cp/extern-c.exp: Ditto.
12992         * gdb.cp/inherit.exp: Ditto.
12993         * gdb.cp/maint.exp: Ditto.
12994         * gdb.cp/mb-inline.exp: Ditto.
12995         * gdb.cp/mb-templates.exp: Ditto.
12996         * gdb.cp/method2.exp: Ditto.
12997         * gdb.cp/misc.exp: Ditto.
12998         * gdb.cp/ovldbreak.exp: Ditto.
12999         * gdb.cp/punctuator.exp: Ditto.
13000         * gdb.cp/templates.exp: Ditto.
13001         * gdb.cp/virtbase.exp: Ditto.
13002
13003         * gdb.threads/attach-stopped.exp:
13004         Replace uses of send_gdb / gdb_expect.
13005         * gdb.threads/attachstop-mt.exp:
13006         Replace uses of send_gdb / gdb_expect.
13007         * gdb.threads/gcore-thread.exp:
13008         Replace uses of send_gdb / gdb_expect.
13009         * gdb.threads/hand-call-in-threads.exp:
13010         Replace uses of send_gdb / gdb_expect.
13011         * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
13012         * gdb.threads/print-threads.exp:
13013         Replace uses of send_gdb / gdb_expect.
13014         * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
13015         * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
13016         * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
13017
13018         * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
13019         * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
13020         * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
13021         * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
13022         * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
13023         * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
13024         * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
13025         * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
13026         * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
13027         * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
13028         * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
13029
13030 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
13031
13032         * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
13033
13034 2010-06-02  Sami Wagiaalla  <swagiaal@redhat.com>
13035
13036         * gdb.cp/koenig.exp: Added new test case.
13037         * gdb.cp/koenig.cc: Ditto.
13038
13039 2010-06-01  Michael Snyder  <msnyder@vmware.com>
13040
13041         * gdb.base/arithmet.exp: Use gdb_test_no_output.
13042         * gdb.base/arrayidx.exp: Ditto.
13043         * gdb.base/attach.exp: Ditto.
13044         * gdb.base/auxv.exp: Ditto.
13045         * gdb.base/bigcre.exp: Ditto.
13046         * gdb.base/break-always.exp: Ditto.
13047         * gdb.base/break-interp.exp: Ditto.
13048         * gdb.base/break.exp: Ditto.
13049         * gdb.base/breakpoint-shadow.exp: Ditto.
13050         * gdb.base/call-ar-st.exp: Ditto.
13051         * gdb.base/call-sc.exp: Ditto.
13052         * gdb.base/call-signal-resume.exp: Ditto.
13053         * gdb.base/callfuncs.exp: Ditto.
13054         * gdb.base/catch-syscall.exp: Ditto.
13055         * gdb.base/charset.exp: Ditto.
13056         * gdb.base/code-expr.exp: Ditto.
13057         * gdb.base/commands.exp: Ditto.
13058         * gdb.base/cond-expr.exp: Ditto.
13059         * gdb.base/condbreak.exp: Ditto.
13060         * gdb.base/cursal.exp: Ditto.
13061         * gdb.base/cvexpr.exp: Ditto.
13062         * gdb.base/default.exp: Ditto.
13063         * gdb.base/del.exp: Ditto.
13064         * gdb.base/detach.exp: Ditto.
13065         * gdb.base/display.exp: Ditto.
13066         * gdb.base/ena-dis-br.exp: Ditto.
13067         * gdb.base/eval-skip.exp: Ditto.
13068         * gdb.base/foll-fork.exp: Ditto.
13069         * gdb.base/foll-vfork.exp: Ditto.
13070         * gdb.base/frame-args.exp: Ditto.
13071         * gdb.base/funcargs.exp: Ditto.
13072         * gdb.base/gcore-buffer-overflow.exp: Ditto.
13073         * gdb.base/gdbvars.exp: Ditto.
13074         * gdb.base/help.exp: Ditto.
13075         * gdb.base/ifelse.exp: Ditto.
13076         * gdb.base/included.exp: Ditto.
13077         * gdb.base/list.exp: Ditto.
13078         * gdb.base/macscp.exp: Ditto.
13079         * gdb.base/maint.exp: Ditto.
13080         * gdb.base/multi-fork.exp: Ditto.
13081         * gdb.base/overlays.exp: Ditto.
13082         * gdb.base/page.exp: Ditto.
13083         * gdb.base/pending.exp: Ditto.
13084         * gdb.base/pointers.exp: Ditto.
13085         * gdb.base/pr11022.exp: Ditto.
13086         * gdb.base/prelink.exp: Ditto.
13087         * gdb.base/printcmds.exp: Ditto.
13088         * gdb.base/psymtab.exp: Ditto.
13089         * gdb.base/randomize.exp: Ditto.
13090         * gdb.base/relational.exp: Ditto.
13091         * gdb.base/relocate.exp: Ditto.
13092         * gdb.base/remote.exp: Ditto.
13093         * gdb.base/sepdebug.exp: Ditto.
13094         * gdb.base/set-lang-auto.exp: Ditto.
13095         * gdb.base/setshow.exp: Ditto.
13096         * gdb.base/setvar.exp: Ditto.
13097         * gdb.base/signals.exp: Ditto.
13098         * gdb.base/signull.exp: Ditto.
13099         * gdb.base/sigstep.exp: Ditto.
13100         * gdb.base/sizeof.exp: Ditto.
13101         * gdb.base/solib-disc.exp: Ditto.
13102         * gdb.base/store.exp: Ditto.
13103         * gdb.base/structs.exp: Ditto.
13104         * gdb.base/structs2.exp: Ditto.
13105         * gdb.base/subst.exp: Ditto.
13106         * gdb.base/term.exp: Ditto.
13107         * gdb.base/trace-commands.exp: Ditto.
13108         * gdb.base/unwindonsignal.exp: Ditto.
13109         * gdb.base/valgrind-db-attach.exp: Ditto.
13110         * gdb.base/varargs.exp: Ditto.
13111         * gdb.base/watch-cond.exp: Ditto.
13112         * gdb.base/watch_thread_num.exp: Ditto.
13113         * gdb.base/watchpoint-cond-gone.exp: Ditto.
13114         * gdb.base/watchpoint.exp: Ditto.
13115         * gdb.base/whatis-exp.exp: Ditto.
13116
13117 2010-06-01  Michael Snyder  <msnyder@vmware.com>
13118
13119         * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
13120         * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
13121         * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
13122         * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
13123         * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
13124         * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
13125         * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
13126         * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
13127         * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
13128         * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
13129         * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
13130         * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
13131         * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
13132         * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
13133         * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
13134
13135 2010-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
13136
13137         * gdb.base/commands.exp (begin commands on watch): Remove excessive
13138         trailing newline.
13139         * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
13140         * gdb.java/jmisc.exp (p *args\n): Rename to ...
13141         (p *args): ... here and remove excessive trailing newline.
13142
13143 2010-05-31  Joel Brobecker  <brobecker@adacore.com>
13144
13145         * gdb.base/subst.exp: Fix call to gdb_test with empty message.
13146
13147 2010-05-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
13148
13149         Accept the new Linux kernel "t (tracing stop)" string.
13150         * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
13151         Update comment.
13152         (state_wait) <T (tracing stop)>: New.
13153         (main): Update the state_wait expect string.
13154
13155 2010-05-28  Pedro Alves  <pedro@codesourcery.com>
13156
13157         * limits.c, limits.exp: Delete files.
13158         * Makefile.in (clean mostlyclean): Adjust.
13159         * tracecmd.exp: Adjust.
13160
13161 2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
13162
13163         * gdb.base/tui-layout.exp: New.
13164
13165 2010-05-28  Michael Snyder  <msnyder@vmware.com>
13166
13167         * gdb.reverse/break-precsave.exp:
13168         Replace uses of send_gdb / gdb_expect.
13169         * gdb.reverse/break-reverse.exp:
13170         Replace uses of send_gdb / gdb_expect.
13171         * gdb.reverse/consecutive-precsave.exp:
13172         Replace uses of send_gdb / gdb_expect.
13173         * gdb.reverse/consecutive-reverse.exp:
13174         Replace uses of send_gdb / gdb_expect.
13175         * gdb.reverse/finish-precsave.exp:
13176         Replace uses of send_gdb / gdb_expect.
13177         * gdb.reverse/finish-reverse.exp:
13178         Replace uses of send_gdb / gdb_expect.
13179         * gdb.reverse/i386-precsave.exp:
13180         Replace uses of send_gdb / gdb_expect.
13181         * gdb.reverse/i386-reverse.exp:
13182         Replace uses of send_gdb / gdb_expect.
13183         * gdb.reverse/i386-sse-reverse.exp:
13184         Replace uses of send_gdb / gdb_expect.
13185         * gdb.reverse/i387-env-reverse.exp:
13186         Replace uses of send_gdb / gdb_expect.
13187         * gdb.reverse/i387-stack-reverse.exp:
13188         Replace uses of send_gdb / gdb_expect.
13189         * gdb.reverse/machinestate-precsave.exp:
13190         Replace uses of send_gdb / gdb_expect.
13191         * gdb.reverse/machinestate.exp:
13192         Replace uses of send_gdb / gdb_expect.
13193         * gdb.reverse/sigall-precsave.exp:
13194         Replace uses of send_gdb / gdb_expect.
13195         * gdb.reverse/sigall-reverse.exp:
13196         Replace uses of send_gdb / gdb_expect.
13197         * gdb.reverse/solib-precsave.exp:
13198         Replace uses of send_gdb / gdb_expect.
13199         * gdb.reverse/solib-reverse.exp:
13200         Replace uses of send_gdb / gdb_expect.
13201         * gdb.reverse/step-precsave.exp:
13202         Replace uses of send_gdb / gdb_expect.
13203         * gdb.reverse/step-reverse.exp:
13204         Replace uses of send_gdb / gdb_expect.
13205         * gdb.reverse/until-precsave.exp:
13206         Replace uses of send_gdb / gdb_expect.
13207         * gdb.reverse/until-reverse.exp:
13208         Replace uses of send_gdb / gdb_expect.
13209         * gdb.reverse/watch-precsave.exp:
13210         Replace uses of send_gdb / gdb_expect.
13211         * gdb.reverse/watch-reverse.exp:
13212         Replace uses of send_gdb / gdb_expect.
13213
13214 2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
13215
13216         * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
13217         excessive newline.
13218
13219 2010-05-27  Michael Snyder  <msnyder@vmware.com>
13220
13221         * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
13222         * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
13223         * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
13224         * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
13225         * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
13226         * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
13227         * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
13228         * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
13229         * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
13230         * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
13231         * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
13232         * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
13233         * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
13234         * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
13235         * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
13236         * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
13237         * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
13238         * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
13239         * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
13240
13241 2010-05-26  Michael Snyder  <msnyder@vmware.com>
13242
13243         * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
13244         * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
13245
13246         * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
13247         * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
13248         * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
13249
13250         * gdb.reverse/consecutive-reverse.exp:
13251         Replace uses of send_gdb / gdb_expect.
13252         * gdb.reverse/consecutive-precsave.exp:
13253         Replace uses of send_gdb / gdb_expect.
13254
13255         * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
13256         * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
13257         * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
13258         * gdb.mi/mi-ns-stale-regcache.exp:
13259         Replace uses of send_gdb / gdb_expect.
13260         * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
13261         * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
13262         * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
13263         * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
13264         * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
13265         * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
13266         * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
13267         * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
13268         * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
13269
13270 2010-05-26  Michael Snyder  <msnyder@vmware.com>
13271
13272         * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
13273
13274         * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
13275
13276         * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
13277         * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
13278         * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
13279         * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
13280         * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
13281         * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
13282         * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
13283         * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
13284         * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
13285
13286 2010-05-25  Tom Tromey  <tromey@redhat.com>
13287
13288         * gdb.base/macscp.exp: Add missing space after setup_kfail.
13289
13290 2010-05-25  Tom Tromey  <tromey@redhat.com>
13291
13292         * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
13293         argument order.
13294         * gdb.base/macscp.exp: Fix setup_kfail argument order.
13295         * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
13296         order.
13297         * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
13298         order.
13299         * gdb.base/call-sc.exp (setup_kfails): Remove.
13300         (setup_compiler_kfails): Remove.
13301         * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
13302         argument order.
13303         * gdb.base/siginfo.exp: Fix setup_kfail argument order.
13304         * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
13305         (advancei): Fix setup_kfail argument order.
13306         * gdb.base/radix.exp: Fix setup_kfail argument order.
13307         * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
13308         order.
13309         * gdb.base/structs.exp (setup_kfails): Remove.
13310         (setup_compiler_kfails): Fix setup_kfail argument order.
13311         * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
13312         order.
13313         * gdb.java/jmain.exp: Fix setup_kfail argument order.
13314         * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
13315         setup_kfail argument order.
13316         * gdb.cp/overload.exp: Fix setup_kfail argument order.
13317
13318 2010-05-25  Tom Tromey  <tromey@redhat.com>
13319
13320         * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
13321
13322 2010-05-25  Michael Snyder  <msnyder@vmware.com>
13323
13324         * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
13325         * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
13326         * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
13327         * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
13328         * gdb.base/assign.exp: Replace send_gdb with gdb_test.
13329         * gdb.base/attach.exp: Replace send_gdb with gdb_test.
13330         * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
13331         * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
13332         * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
13333         * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
13334         * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
13335         * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
13336         * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
13337         * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
13338         * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
13339         * gdb.base/charset.exp: Replace send_gdb with gdb_test.
13340         * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
13341         * gdb.base/commands.exp: Replace send_gdb with gdb_test.
13342         * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
13343         * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
13344         * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
13345         * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
13346         * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
13347         * gdb.base/default.exp: Replace send_gdb with gdb_test.
13348         * gdb.base/define.exp: Replace send_gdb with gdb_test.
13349         * gdb.base/display.exp: Replace send_gdb with gdb_test.
13350         * gdb.base/dump.exp: Replace send_gdb with gdb_test.
13351         * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
13352         * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
13353         * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
13354         * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
13355         * gdb.base/finish.exp: Replace send_gdb with gdb_test.
13356         * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
13357         * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
13358         * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
13359         * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
13360         * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
13361         * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
13362         * gdb.base/help.exp: Replace send_gdb with gdb_test.
13363         * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
13364         * gdb.base/jump.exp: Replace send_gdb with gdb_test.
13365         * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
13366         * gdb.base/maint.exp: Replace send_gdb with gdb_test.
13367         * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
13368         * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
13369         * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
13370         * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
13371         * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
13372
13373 2010-05-25  Doug Evans  <dje@google.com>
13374
13375         * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
13376         gdb.string_to_argv.
13377
13378 2010-05-21  Tom Tromey  <tromey@redhat.com>
13379
13380         * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
13381         Call it.
13382         * gdb.dwarf2/pieces.S: Update.
13383         * gdb.dwarf2/pieces.c (struct B): Remove initial field.
13384
13385 2010-05-21  Tom Tromey  <tromey@redhat.com>
13386
13387         * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
13388         Call it.
13389         * gdb.dwarf2/pieces.c (struct C): New.
13390         (f6): New function.
13391         * gdb.dwarf2/pieces.S: Replace.
13392
13393 2010-05-21  Tom Tromey  <tromey@redhat.com>
13394
13395         * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
13396         Call it.
13397
13398 2010-05-21  Tom Tromey  <tromey@redhat.com>
13399
13400         * gdb.dwarf2.pieces.exp: New file.
13401         * gdb.dwarf2.pieces.S: New file.
13402         * gdb.dwarf2.pieces.c: New file.
13403
13404 2010-05-20  Pedro Alves  <pedro@codesourcery.com>
13405             Joel Brobecker  <brobecker@adacore.com>
13406
13407         * lib/gdb.exp (gdb_test_no_output): New function.
13408         * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
13409         when testing commands that should produce no output.
13410
13411 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
13412
13413         * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
13414         parameter that we want to watch being a constant.
13415
13416 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
13417
13418         * gdb.ada/cond_lang: New testcase.
13419
13420 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
13421
13422         * lib/gdb.exp (banned_variables): New variable/constant.
13423         (gdb_init): Add write trace on variables listed in banned_variables.
13424         (gdb_finish): Remove write traces on variables listed in
13425         banned_variables.
13426
13427 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
13428
13429         * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
13430         * gdb.cp/koenig.exp: Likewise.
13431
13432 2010-05-14  Phil Muldoon  <pmuldoon@redhat.com>
13433
13434         PR python/11482
13435
13436         * gdb.python/py-value.exp (test_value_hash): New function.
13437
13438 2010-05-11  Pierre Muller  <muller@ics.u-strasbg.fr>
13439
13440         PR exp/11530.
13441         * gdb.base/gdb11530.c: New file.
13442         * gdb.base/gdb11530.exp: New file.
13443
13444 2010-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
13445
13446         * gdb.dwarf2/dw2-modula2-self-type.exp: New.
13447         * gdb.dwarf2/dw2-modula2-self-type.S: New.
13448
13449 2010-05-07  Sami Wagiaalla  <swagiaal@redhat.com>
13450
13451         * gdb.cp/koenig.exp: New test.
13452         * gdb.cp/koenig.cc: New test program.
13453
13454 2010-05-05  Joel Brobecker  <brobecker@adacore.com>
13455
13456         Remove the use of prms_id and bug_id throughout the testsuite.
13457
13458 2010-05-04  Pierre Muller  <muller@ics.u-strasbg.fr>
13459
13460         PR exp/11349.
13461         * testsuite/gdb.cp/ref-types.exp: Add test to examine
13462         use a reference local variable.
13463
13464 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
13465
13466         * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
13467         * gdb.base/sepdebug.exp: Remove .debug subdirectory handling.  New
13468         variable different_dir. Move debugfile into a full directory pathname
13469         under DIFFERENT_DIR.
13470         * lib/gdb.exp (separate_debug_filename): Remove.
13471         (gdb_gnu_strip_debug): No longer call separate_debug_filename.  Remove
13472         variable debug_dir and mkdir of it.  Update function comments.
13473
13474 2010-04-29  Pedro Alves  <pedro@codesourcery.com>
13475
13476         PR gdb/11557
13477
13478         * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
13479         files.
13480
13481 2010-04-29  Phil Muldoon  <pmuldoon@redhat.com>
13482
13483         * gdb.python/py-param.exp: New File.
13484
13485 2010-04-29  Mihail Zenkov  <mihail.zenkov@gmail.com>
13486
13487         * gdb.base/default.exp: Fix "set language" test.
13488
13489 2010-04-24  Pierre Muller  <muller@ics.u-strasbg.fr>
13490
13491         PR breakpoints/11531.
13492         * gdb.base/gdb11531.c: New file.
13493         * gdb.base/gdb11531.exp: New file.
13494
13495 2010-04-26  Tom Tromey  <tromey@redhat.com>
13496
13497         * gdb.base/completion.exp: Add tests for completion and deprecated
13498         commands.
13499
13500 2010-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
13501
13502         * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
13503         (print /x char_array): Escape curly brackets.
13504
13505 2010-04-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
13506
13507         Fix deadlock on looped list of loaded shared objects.
13508         * gdb.base/solib-corrupted.exp: New.
13509
13510 2010-04-23  Doug Evans  <dje@google.com>
13511
13512         * gdb.python/py-section-script.c: New file.
13513         * gdb.python/py-section-script.exp: New file.
13514         * gdb.python/py-section-script.py: New file.
13515
13516 2010-04-20  Chris Moller  <cmoller@redhat.com>
13517
13518         PR 10179
13519
13520         * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
13521         * gdb.base/pr10179-a.c:
13522         * gdb.base/pr10179-b.c:
13523         * gdb.base/pr10179.exp: New files.
13524
13525 2010-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
13526
13527         Fix crashes on dangling display expressions.
13528         * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
13529         is SEP.
13530         (lib_flags): Remove the "debug" keyword.
13531         (libsepdebug): New variable for iterating new loop.
13532         (save_pf_prefix): New variable wrapping the loop.
13533         (sep_lib_flags): New variable derived from LIB_FLAGS.  Use it.
13534         * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
13535
13536 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
13537
13538         * gdb.threads/watchthreads.exp: Change to obtain consistent output.
13539
13540 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
13541
13542         PR stabs/11479.
13543         * gdb.stabs/gdb11479.exp: New file.
13544         * gdb.stabs/gdb11479.c: New file.
13545
13546 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
13547
13548         * gdb.base/charset.c (Strin16, String32): New variables.
13549         * gdb.base/charset.exp (gdb_test): Test correct display
13550         of 16 or 32 bit strings.
13551
13552 2010-04-21  Chris Moller  <cmoller@redhat.com>
13553
13554         PR 9167
13555         * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
13556         * gdb.cp/pr9167.cc: New file.
13557         * gdb.cp/pr9167.exp: New file.
13558
13559
13560 2010-04-21  Pierre Muller  <muller@ics.u-strasbg.fr>
13561
13562         PR pascal/11492.
13563         * gdb.pascal/gdb11492.pas: New file.
13564         * gdb.pascal/gdb11492.exp: New file.
13565
13566 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
13567
13568         * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
13569
13570 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
13571
13572         * gdb.ada/dyn_loc: New testcase.
13573
13574 2010-04-20  Chris Moller  <cmoller@redhat.com>
13575
13576         PR 10867
13577
13578         * gdb.cp/Makefile.in  (EXECUTABLES): Added pr10687
13579         * gdb.cp/pr10687.cc: New file.
13580         * gdb.cp/pr10687.exp: New file.
13581
13582
13583 2010-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
13584             Sergio Durigan Junior  <sergiodj@redhat.com>
13585
13586         * gdb.fortran/logical.exp: New testcase.
13587         * gdb.fortran/logical.f90: New file.
13588
13589 2010-04-19  Doug Evans  <dje@google.com>
13590
13591         * gdb.base/help.exp (help source): Update expected output.
13592
13593 2010-04-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
13594
13595         * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
13596         gdb_reinitialize_dir and gdb_load by clean_restart.  Remove trailing
13597         gdb_exit and return.
13598         (executable): New variable.
13599         (binfile): Use it.
13600
13601 2010-04-19  Pedro Alves  <pedro@codesourcery.com>
13602
13603         PR breakpoints/8554.
13604
13605         * gdb.trace/save-trace.exp: Adjust.
13606
13607 2010-04-17  H.J. Lu  <hongjiu.lu@intel.com>
13608
13609         PR corefiles/11511
13610         * gdb.arch/system-gcore.exp: New.
13611         * gdb.arch/gcore.c: Likewise.
13612
13613 2010-04-15  Doug Evans  <dje@google.com>
13614
13615         * gdb.python/py-progspace.c: New file.
13616         * gdb.python/py-progspace.exp: New file.
13617
13618         * gdb.base/source.exp: Add tests for "source -s".
13619
13620 2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
13621
13622         * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
13623         * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
13624         * gdb.python/py-prettyprint.exp: New test for to_string returning None.
13625         * gdb.python/py-mi.exp: New test for to_string returning None.
13626
13627 2010-04-12  Phil Muldoon  <pmuldoon@redhat.com>
13628
13629         * gdb.python/py-breakpoint.c: Make result global.
13630
13631 2010-04-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
13632
13633         Fix non-GNU make compatibility.
13634         * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
13635
13636 2010-04-09  Phil Muldoon  <pmuldoon@redhat.com>
13637
13638         * gdb.python/py-breakpoint.exp: New File.
13639         * gdb.python/py-breakpoint.C: Ditto.
13640
13641 2010-04-08  Stan Shebs  <stan@codesourcery.com>
13642
13643         * gdb.trace/actions.exp: Clear default-collect.
13644         * gdb.trace/save-trace.exp: Clear default-collect.
13645
13646 2010-04-08  Phil Muldoon  <pmuldoon@redhat.com>
13647
13648         * gdb.python/py-value: Add null string variable.
13649           (test_lazy_string): Test zero length, NULL address lazy
13650           strings.
13651
13652 2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
13653
13654         * gdb.arch/i386-avx.c: New.
13655         * gdb.arch/i386-avx.exp: Likewise.
13656
13657         * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
13658
13659 2010-04-06  Doug Evans  <dje@google.com>
13660
13661         * gdb.base/source-test.gdb: New file.
13662         * gdb.base/source.exp: Test source -v.
13663
13664 2010-04-06  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13665
13666         * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
13667
13668 2010-04-06  Pierre Muller  <muller@ics.u-strasbg.fr>
13669
13670         * gdb.stabs/aout.sed: Convert all backslash to double backslash
13671         within one line, unless it is followed by a double quote.
13672         * gdb.stabs/hppa.sed: Idem.
13673         * gdb.stabs/weird.def: Add char and String constants
13674         * gdb.stabs/weird.exp: Check for correct parsing of
13675         char and string constants.
13676         * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
13677         in .stabs to .stabx substitution.
13678
13679 2010-04-05  Stan Shebs  <stan@codesourcery.com>
13680
13681         * gdb.trace/tfile.c: Add a variable split across two blocks, and a
13682         constant global.
13683         * gdb.trace/tfile.exp: Try to print them.
13684
13685 2010-04-04  Stan Shebs  <stan@codesourcery.com>
13686
13687         * gdb.base/completion.exp: Update for new "info watchpoints".
13688         * gdb.base/default.exp: Ditto.
13689         * gdb.base/help.exp: Ditto.
13690         * gdb.base/watchpoint.exp: Ditto.
13691         * gdb.trace/infotrace.exp: Update "info tracpoints" output.
13692
13693 2010-04-04  Stan Shebs  <stan@codesourcery.com>
13694
13695         * gdb.trace/tfile.exp: Sharpen tfind test.
13696
13697 2010-04-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
13698
13699         * gdb.base/break-entry.exp: New.
13700
13701 2010-04-02  Hui Zhu  <teawater@gmail.com>
13702             Michael Snyder <msnyder@vmware.com>
13703
13704         * gdb.reverse/i386-sse-reverse.exp: New file.
13705         * gdb.reverse/i386-sse-reverse.c: New file.
13706
13707 2010-04-02  Pedro Alves  <pedro@codesourcery.com>
13708
13709         * gdb.trace/tfind.exp: Adjust expected disassembly output.
13710
13711 2010-04-01  Stan Shebs  <stan@codesourcery.com>
13712
13713         * gdb.trace/actions.exp: Tweak expected output.
13714         * gdb.trace/while-stepping.exp: Tweak expected output.
13715
13716 2010-04-01  H.J. Lu  <hongjiu.lu@intel.com>
13717
13718         * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
13719
13720 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
13721
13722         * gdb.base/commands.exp: Adjust.
13723         * gdb.cp/extern-c.exp: Adjust.
13724
13725 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
13726
13727         * gdb.trace/collection.c (local_test_func): Define a local struct,
13728         and instanciate it.
13729
13730 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
13731
13732         * gdb.trace/collection.exp (gdb_collect_args_test)
13733         (gdb_collect_argarray_test): XFAIL the tests that assume the
13734         argarray argument's elements are collected.
13735
13736 2010-03-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
13737
13738         * gdb.dwarf2/dw2-bad-parameter-type.exp,
13739         gdb.dwarf2/dw2-bad-parameter-type.S: New.
13740
13741 2010-03-31  Stan Shebs  <stan@codesourcery.com>
13742
13743         * gdb.trace/save-trace.exp: Test save/restore of default-collect
13744         and tracepoint conditionals.
13745         (gdb_verify_tracepoints): Delete unused return.
13746
13747 2010-03-26  Keith Seitz  <keiths@redhat.com>
13748
13749         * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
13750         appear in the output before main.
13751         Remove KFAIL for gdb/2215 aka bz 9320.
13752
13753 2010-03-30  Doug Evans  <dje@google.com>
13754
13755         * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
13756         by dejagnu.
13757         * gdb.arch/amd64-dword.exp: Ditto.
13758
13759         * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
13760         match.
13761         (break printf): Ditto.
13762
13763 2010-03-29  Sami Wagiaalla  <swagiaal@redhat.com>
13764
13765         * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
13766         gcc < 4.4.
13767         * gdb.cp/shadow.exp: Ditto.
13768
13769 2010-03-29  Pedro Alves  <pedro@codesourcery.com>
13770
13771         * gdb.trace/collection.exp (run_trace_experiment): Make sure
13772         "tstart" is silent.
13773
13774 2010-03-29  Pedro Alves  <pedro@codesourcery.com>
13775
13776         * gdb.trace/collection.exp (executable): New.
13777         (binfile): Use it.
13778         (fpreg, spreg, pcreg): New.
13779         (test_register): Use gdb_test_multiple.  Pass /x to print.
13780         (prepare_for_trace_test): New.
13781         (run_trace_experiment): Use "continue", not gdb_run_cmd.
13782         (gdb_collect_args_test, gdb_collect_argstruct_test)
13783         (gdb_collect_argarray_test, gdb_collect_locals_test): Use
13784         prepare_for_trace_test.
13785         (gdb_collect_registers_test): Use prepare_for_trace_test.  Use
13786         fpreg, spreg and pcreg.
13787         (gdb_collect_expression_test, gdb_collect_globals_test): Use
13788         prepare_for_trace_test.
13789         (gdb_trace_collection_test): Use fpreg, spreg and pcreg.  Don't
13790         try to detect tracing support here.  Don't set breakpoints at
13791         `begin' or `end' here.
13792         <global scope>: Use clean_restart.  Run to main before checking
13793         for tracing support.  Check for for tracing support here.
13794
13795 2010-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
13796
13797         * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
13798         " as $displacement" to "seen displacement message".
13799
13800 2010-03-28  Pedro Alves  <pedro@codesourcery.com>
13801
13802         * gdb.trace/while-dyn.exp (executable): New variable.
13803         (binfile): Use it.
13804         (test_while_stepping): New function.  Move most tests here.  Call
13805         it once for each of the while-stepping, stepping and ws aliases.
13806
13807 2010-03-26  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13808
13809         * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
13810         that do not provide the tagless_struct type name at all.
13811         (test_print_anon_union): Do not check value of uninitialized
13812         union member.  Do not use cp_test_ptype_class, so we can accept
13813         "long" as well as "long int".
13814
13815 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
13816
13817         * gdb.trace/tfile.c (tohex, bin2hex): New.
13818         (write_error_trace_file): Hexify error description.
13819
13820 2010-03-25  Stan Shebs  <stan@codesourcery.com>
13821
13822         * gdb.trace/tfile.c: Generate an additional trace file, improve
13823         portability.
13824         * gdb.trace/tfile.exp: Test trace file with an error stop, delete
13825         files in a better way.
13826
13827 2010-03-25  Keith Seitz  <keiths@redhat.com>
13828
13829         * gdb.java/jprint.exp: XFAIL printing of static class members
13830         because of GCC debuginfo problem.
13831
13832 2010-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
13833
13834         * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
13835
13836 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
13837
13838         * gdb.base/completion.exp: Allow long instead of long int.
13839         * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
13840         * gdb.base/gdbvars.c (main): Remove unused usestubs code.  Reference
13841         variable p.
13842         * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
13843         * gdb.base/pointers.exp: Allow long instead of long int.
13844         * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
13845         * gdb.base/step-line.exp: Allow a directory before the source file name.
13846
13847 2010-03-24  Tom Tromey  <tromey@redhat.com>
13848
13849         PR breakpoints/9352:
13850         * gdb.base/default.exp: Update.
13851         * gdb.base/commands.exp: Update.
13852         * gdb.cp/extern-c.exp: Test setting commands on multiple
13853         breakpoints at once.
13854
13855 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
13856
13857         * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
13858         if gdb,nosignals.
13859         * gdb.base/watchpoints.c: Do not include unnecessary headers.
13860         * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
13861         exited".
13862
13863 2010-03-24  Stan Shebs  <stan@codesourcery.com>
13864
13865         * gdb.trace/tfile.exp: Expect "trace frame", with a space.
13866
13867 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
13868
13869         * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
13870         * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
13871         argument.  Handle "short" and "long".
13872         (Top level): Pass overprototyped output for old_fptr and xptr.
13873
13874 2010-03-23  Pedro Alves  <pedro@codesourcery.com>
13875
13876         * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
13877         format strings and add casts to avoid compiler warnings.
13878
13879 2010-03-23  Vladimir Prus  <vladimir@codesourcery.com>
13880
13881         * lib/trace-support.exp (gdb_trace_setactions):
13882         Don't expect whitespace after ">" prompt.
13883         * gdb.trace/actions.exp: Adjust for output changes.
13884         * gdb.trace/while-stepping.exp: Likewise.
13885
13886 2010-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
13887
13888         * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
13889         and r157645).
13890
13891 2010-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
13892
13893         * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
13894         New.
13895
13896 2010-03-22  Daniel Jacobowitz  <dan@codesourcery.com>
13897
13898         * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
13899         * gdb.python/py-mi.exp (binfile): Rename to py-mi.
13900
13901 2010-03-19  Stan Shebs  <stan@codesourcery.com>
13902
13903         * gdb.trace/ax.exp: New file.
13904
13905 2010-03-19  Doug Evans  <dje@google.com>
13906
13907         * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
13908         output from gcc.
13909
13910         * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
13911         named /usr/sbin/prelink<foo>.
13912
13913 2010-03-18  Stan Shebs  <stan@codesourcery.com>
13914
13915         * gdb.trace/circ.exp: Test circular-trace-buffer.
13916         * gdb.trace/tfile.exp: Update tstatus test.
13917
13918 2010-03-18  Joel Brobecker  <brobecker@adacore.com>
13919
13920         * gdb.dwarf2/dw2-anonymous-func.S: New file.
13921         * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
13922
13923 2010-03-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13924
13925         * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
13926
13927 2010-03-18  Pedro Alves  <pedro@codesourcery.com>
13928
13929         * gdb.base/default.exp: Adjust the expected output of the finish
13930         and until commands when the inferior is not being run.
13931
13932 2010-03-15  Sami Wagiaalla  <swagiaal@redhat.com>
13933
13934         * gdb.cp/shadow.exp: Removed kfail; test has been fix.
13935         * gdb.cp/nsusing.exp: Ditto.
13936
13937 2010-03-15  Tom Tromey  <tromey@redhat.com>
13938
13939         * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
13940         * gdb.cp/userdef.cc (operator==): New function.
13941         (main): New locals mem1, mem2.
13942
13943 2010-03-15  Jie Zhang  <jie@codesourcery.com>
13944
13945         * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
13946         Declare and use new loadtimeout variable.
13947
13948 2010-03-14  Daniel Jacobowitz  <dan@codesourcery.com>
13949
13950         * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
13951         Use gdb_load later.
13952
13953 2010-03-14  Pedro Alves  <pedro@codesourcery.com>
13954
13955         * gdb.base/solib-disc.c (main): Make format of fprintf a string
13956         literal.  Add missing endlines to prints to stderr.
13957
13958 2010-03-12  Tom Tromey  <tromey@redhat.com>
13959
13960         PR c++/9708:
13961         * gdb.cp/m-static.exp: Add regression test.
13962         * gdb.cp/m-static.cc (method): New method.
13963         (main): Call it.
13964
13965 2010-03-12  Sami Wagiaalla  <swagiaal@redhat.com>
13966
13967         * gdb.cp/gdb2384-base.h: Created 'namespace B'.
13968         * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
13969
13970 2010-03-12  Daniel Jacobowitz  <dan@codesourcery.com>
13971
13972         * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
13973
13974 2010-03-12  Daniel Jacobowitz  <dan@codesourcery.com>
13975
13976         * lib/gdb.exp (skip_stl_tests): New.
13977         (gdb_compile): Symbian needs -ldl.
13978         (shlib_target_file): New.
13979         (shlib_symbol_file): New.
13980         (gdb_load_shlibs): Use shlib_target_file.
13981         * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
13982         * gdb.cp/exception.exp: Use skip_stl_tests.
13983         * gdb.cp/bs15503.exp: Use skip_stl_tests.  Use untested.
13984         * gdb.cp/try_catch.exp: Use skip_stl_tests.
13985         * gdb.cp/mb-templates.exp: Ditto.
13986         * gdb.base/commands.exp: Relax regexes.
13987         * gdb.base/watchpoint-solib.exp: Don't skip on symbian.  Use
13988         shlib_target_file and shlib_symbol_file.
13989         * gdb.base/maint.exp: Allow lowercase t.  Allow .rodata in
13990         sections.
13991         * gdb.base/ending-run.exp: Accept E32Main for symbian.
13992         * gdb.base/solib-disc.exp: Use
13993         shlib_target_file and shlib_symbol_file.
13994         * gdb.base/unload.exp: Don't skip on symbian.  Use
13995         shlib_target_file and shlib_symbol_file.
13996         * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
13997
13998 2010-03-12  Pedro Alves  <pedro@codesourcery.com>
13999
14000         * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
14001         * gdb.trace/report.exp: Adjust for x86 and x86_64.
14002         Issue a tfind end before looking for a tracepoint frame.
14003         * gdb.trace/tfind.exp: Adjust tstatus output.
14004         Adjust disassembly output.
14005         * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
14006
14007 2010-03-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
14008
14009         * gdb.base/break-interp.exp: Create new displacement parameter value
14010         for the test_ld calls.
14011         (reach): New parameter displacement, verify its content.  New push of
14012         pf_prefix "reach-$func:".  Import global expect_out.
14013         (test_core): New parameter displacement, verify its content.  New push
14014         of pf_prefix "core:".  New command "set verbose on".  Import global
14015         expect_out.
14016         (test_attach): New parameter displacement, verify its content.  New
14017         push of pf_prefix "attach:".  New command "set verbose on".  Import
14018         global expect_out.
14019         (test_ld): New parameter displacement, pass it to the reach, test_core
14020         and test_attach calls and verify its content in the "ld.so exit" test.
14021         * gdb.base/prelink.exp: Remove gdb_exit and final return.
14022         (prelink): Update expected text, use gdb_test.
14023
14024 2010-03-10  Doug Evans  <dje@google.com>
14025
14026         * gdb.base/checkpoint.exp: Fix comment.
14027         Lengthen timeout while doing >600 checkpoints test.
14028         Rename duplicate "kill all one" test to keep test names unique.
14029
14030 2010-03-10  Pedro Alves  <pedro@codesourcery.com>
14031
14032         * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
14033
14034 2010-03-08  Keith Seitz  <keiths@redhat.com>
14035
14036         * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
14037         * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
14038         (dm_type_long): New function.
14039         (dm_type_unsigned_short): New function.
14040         (dm_type_unsigned_long): New function.
14041         (myint): New typedef.
14042         * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
14043         long, unsigned shor and long, operator char*, and typedef.
14044         (test_lookup_operator_functions): Add operator char* test.
14045         (test_paddr_operator_functions): Likewise.
14046         (test_paddr_overloaded_functions): Use probe values for
14047         short, long, and unsigned short and long.
14048         (test_paddr_hairy_functions): If the demangler probe detected
14049         gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
14050         demangler.
14051         * gdb.cp/expand-sals.exp: Backtrace may contain class names.
14052         * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
14053         and "print null_pmf".
14054         Add test "ptype a.*pmf".
14055         * gdb.cp/overload.exp: Allow optional "int" to appear with
14056         "short" and "long".
14057         * gdb.cp/ovldbreak.exp: Use append to construct super-duper
14058         long expect value for men_overload1arg.
14059         Allow "int" to appear with "short" and "long".
14060         When testing "info break", add argument for main (void).
14061         Also allow "int" to appear with "short" and "long".
14062         Ditto with "unsigned" and "long long".
14063         * gdb.java/jmain.exp: Do not enclose methods names in single
14064         quotes.
14065         * gdb.java/jmisc.exp: Likewise.
14066         * gdb.java/jprint.exp: Likewise.
14067         * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
14068
14069         From Jan Kratochvil  <jan.kratochvil@redhat.com>:
14070         * gdb.cp/exception.exp (backtrace after first throw)
14071         (backtrace after second throw): Allow a namespace before __cxa_throw.
14072         (backtrace after first catch, backtrace after second catch): Allow
14073         a namespace before __cxa_begin_catch.
14074
14075         * gdb.cp/cpexprs.exp: New file.
14076         * gdb.cp/cpexprs.cc: New file.
14077
14078         From Daniel Jacobowitz  <dan@codesourcery.com>
14079         * gdb.cp/cpexprs.exp (escape): Delete.  Change all callers
14080         to use string_to_regexp.
14081         (ctor, dtor): New functions.  Use them to match constructor
14082         and destructor function types.
14083         (Top level): Use runto_main.
14084
14085 2010-03-05  Tom Tromey  <tromey@redhat.com>
14086
14087         * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
14088         gdb.target_charset.
14089         (pp_ns.to_string): Likewise.
14090
14091 2010-03-04  Keith Seitz  <keiths@redhat.com>
14092
14093         * gdb.cp/overload.exp: Test that the filename portion of a linespec
14094         can be quoted.  Test that both the filename and function/line
14095         portions can be quoted at the same time.
14096
14097 2010-03-04  Pedro Alves  <pedro@codesourcery.com>
14098
14099         * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
14100
14101 2010-03-03  Doug Evans  <dje@google.com>
14102
14103         * lib/gdb.exp (gdb_compile_pthreads): Handle case where
14104         libc contains libpthread.
14105
14106         * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
14107         * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
14108         of gdb_compile.  Add another pattern to match android backtrace.
14109
14110 2010-03-03  Tom Tromey  <tromey@redhat.com>
14111
14112         PR gdb/11345:
14113         * gdb.base/printcmds.exp (test_printf): Add test.
14114
14115 2010-03-02  H.J. Lu  <hongjiu.lu@intel.com>
14116
14117         * gdb.arch/amd64-byte.exp: New.
14118         * gdb.arch/amd64-dword.exp: Likewise.
14119         * gdb.arch/amd64-pseudo.c: Likewise.
14120         * gdb.arch/amd64-word.exp: Likewise.
14121         * gdb.arch/i386-byte.exp: Likewise.
14122         * gdb.arch/i386-pseudo.c: Likewise.
14123         * gdb.arch/i386-word.exp: Likewise.
14124
14125 2010-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
14126
14127         * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
14128         types.  Add structreg, bitfields, and flags registers.
14129         * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
14130         registers.
14131
14132 2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>
14133
14134         * gdb.xml/tdesc-regs.exp (architecture): New.  Set it for x86.
14135         (load_description): Set architecture if defined.
14136
14137 2010-02-28  Phil Muldoon  <pmuldoon@redhat.com>
14138
14139         * gdb.python/py-frame.exp: Add read_var block tests.
14140         * gdb.python/py-frame.c (block): New function.
14141
14142 2010-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
14143             Daniel Jacobowitz  <dan@codesourcery.com>
14144
14145         * gdb.base/callfuncs.exp: New tests for $spval 0 and -1.  Remove return.
14146
14147 2010-02-25  David S. Miller  <davem@davemloft.net>
14148
14149         * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
14150         fix logic for setting all_syscalls_numbers.
14151
14152 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
14153
14154         * Makefile.in: Add py-block and py-symbol.
14155         * gdb.python/py-symbol.exp: New File.
14156         * gdb.python/py-symtab.exp: New File.
14157         * gdb.python/py-block.exp: New File.
14158         * gdb.python/py-symbol.c: New File.
14159         * gdb.python/py-block.c: New File.
14160
14161 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
14162
14163         PR python/11314
14164         * lib/gdb.exp (skip_python_tests): New function.
14165         * gdb.python/py-cmd.exp: Use skip_python_tests.
14166         * gdb.python/py-frame.exp: Likewise.
14167         * gdb.python/py-function.exp: Likewise.
14168         * gdb.python/py-prettyprint.exp: Likewise.
14169         * gdb.python/py-template.exp: Likewise.
14170         * gdb.python/py-type.exp: Likewise.
14171         * gdb.python/py-value.exp: Likewise.
14172
14173 2010-02-22  Pedro Alves  <pedro@codesourcery.com>
14174
14175         PR9605
14176
14177         * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
14178
14179 2010-02-19  Tom Tromey  <tromey@redhat.com>
14180
14181         PR c++/8693, PR c++/9496:
14182         * gdb.cp/namespace.exp: Remove some setup_kfail calls.  Added
14183         regression tests.
14184
14185 2010-02-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
14186
14187         Fix compatibility with m68k as.
14188         * gdb.dwarf2/member-ptr-forwardref.S: Use .data section.  Use .2byte.
14189         Use only /* comments */.
14190
14191 2010-02-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14192
14193         * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
14194         * configure: Regenerate.
14195
14196 2010-02-18  Daniel Jacobowitz  <dan@codesourcery.com>
14197
14198         * gdb.python/py-type.exp: Check for Python support.
14199
14200 2010-02-17  Pedro Alves  <pedro@codesourcery.com>
14201
14202         * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
14203         `regsub' syntax available.
14204
14205 2010-02-17  Pedro Alves  <pedro@codesourcery.com>
14206
14207         * gdb.base/shmain.c (main): Remove printf call.
14208         * gdb.base/sizeof.c (main): Cast return of sizeof to int.
14209         * gdb.base/unload.c (main): Make format of fprintf a string
14210         literal.  Add missing endlines to prints to stderr.
14211         * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
14212
14213 2010-02-17  Tom Tromey  <tromey@redhat.com>
14214
14215         * gdb.java/jprint.java (jprint.props): New field.
14216         * gdb.java/jprint.exp (set_lang_java): Add regression test.
14217
14218 2010-02-17  Pedro Alves  <pedro@codesourcery.com>
14219
14220         * gdb.base/charset.exp: Don't assume new `regsub' syntax
14221         available.
14222
14223 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
14224
14225         * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
14226         creation to support remote host testing.
14227
14228 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
14229
14230         * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
14231         Recognize "command not found".
14232
14233 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
14234
14235         * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
14236         single-stepping.
14237
14238 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
14239
14240         * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
14241         if arguments are not supported.
14242
14243 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
14244
14245         * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
14246         be const or non-const.
14247
14248 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
14249
14250         * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
14251         mi_send_resuming_command to send -exec-continue.
14252
14253 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
14254
14255         * gdb.base/list.exp (test_list_filename_and_function): Add test
14256         with single quotes.
14257         * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
14258         matching.
14259         * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
14260         Add KFAIL'd tests for PR gdb/11289.
14261
14262 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
14263
14264         * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
14265
14266 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
14267
14268         * gdb.base/comp-dir/subdir/dummy.txt: New file.
14269         * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
14270         a temporary directory.
14271
14272 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
14273
14274         * gdb.base/charset.exp: Use a single regular expression to match
14275         show host-charset and show target-charset output.
14276
14277 2010-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
14278
14279         * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
14280         "Illegal process-id" expect string more exact.
14281         (attach to digits-starting nonsense is prohibited): New.
14282
14283 2010-02-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
14284
14285         * gdb.base/prelink.exp (set verbose on): New.
14286
14287 2010-02-12  Tomas Holmberg  <th@virtutech.com>
14288
14289         * mi-reverse.exp: New file. Test for reverse option to the
14290         following MI commands: exec-continue, exec-finish, exec-next,
14291         exec-step, exec-next-instruction, exec-step-instruction.
14292
14293 2010-02-09  Joel Brobecker  <brobecker@adacore.com>
14294
14295         * gdb.ada/ptype_tagged_param: New testcase.
14296
14297 2010-02-08  Tom Tromey  <tromey@redhat.com>
14298
14299         PR c++/8017:
14300         * gdb.cp/overload.exp: Add tests.
14301         * gdb.cp/overload.cc (struct K): New.
14302         (namespace N): New.
14303         (main): Call new functions.
14304         (K::staticoverload): Define.
14305
14306 2010-02-08  Chris Moller  <moller@mollerware.com>
14307
14308         PR gdb/10728
14309         * gdb.cp/pr10728-x.h: New file.
14310         * gdb.cp/pr10728-x.cc: New file.
14311         * gdb.cp/pr10728-y.cc: New file.
14312         * gdb.cp/pr10728.exp: New file.
14313         * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
14314
14315 2010-02-08  Chris Moller  <moller@mollerware.com>
14316
14317         PR gdb/9067
14318         * gdb.cp/pr9067.exp:  New
14319         * gdb.cp/pr9067.cc:   New
14320         * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
14321
14322 2010-02-08  Joel Brobecker  <brobecker@adacore.com>
14323
14324         * lib/gdb.exp (gdb_test_timeout): New global variable.
14325         Set it to timeout if not already set.
14326         (gdb_init): Reset the value of timeout to gdb_test_timeout.
14327
14328 2010-02-05  Doug Evans  <dje@google.com>
14329
14330         * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
14331         user.
14332
14333 2010-02-05  Sami Wagiaalla  <swagiaal@redhat.com>
14334
14335         PR c++/7935:
14336         * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
14337
14338 2010-02-04  Tom Tromey  <tromey@redhat.com>
14339
14340         * gdb.cp/virtbase.exp: Make test case names unique.
14341
14342 2010-02-02  Tom Tromey  <tromey@redhat.com>
14343
14344         * gdb.cp/virtbase.exp: Add regression tests.
14345         * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
14346         (main): Instantiate RHC.
14347
14348 2010-02-02  Tom Tromey  <tromey@redhat.com>
14349
14350         * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
14351         type-printing change.
14352
14353 2010-02-02  Tom Tromey  <tromey@redhat.com>
14354
14355         PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
14356         * gdb.cp/virtbase.cc: New file.
14357         * gdb.cp/virtbase.exp: New file.
14358         * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
14359
14360 2010-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
14361
14362         PR libc/11214:
14363         * gdb.threads/current-lwp-dead.c: Include features.h.
14364         (HAS_NOMMU): New.
14365         (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
14366
14367 2010-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
14368
14369         * gdb.base/symbol-without-target_section.exp,
14370         gdb.base/symbol-without-target_section.c: New.
14371
14372 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
14373
14374         * gdb.base/bigcore.exp: Reset increased timeout.
14375         * gdb.base/interrupt.exp: Match unexpected gdb prompt.
14376
14377 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
14378
14379         * gdb.base/gcore.exp (capture_command_output): Use
14380         gdb_test_multiple.
14381
14382 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
14383
14384         * gdb.arch/thumb2-it.S (it_breakpoints): New function.
14385         * gdb.arch/thumb2-it.exp (test_it_break): New function.
14386         (Top level): Call it.
14387
14388 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
14389
14390         * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
14391
14392 2010-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
14393
14394         * gdb.base/call-strs.exp, gdb.base/default.exp,
14395         gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
14396         gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
14397         gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
14398         gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
14399         gdb.base/watchpoint-solib.exp: Save and restore timeout.
14400         * gdb.base/ending-run.exp: Correct restore of timeout.
14401         * gdb.base/page.exp: Remove unnecessary timeout setting.
14402
14403 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
14404
14405         * gdb.ada/rec_return: New testcase.
14406
14407 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
14408
14409         * gdb.ada/call_pn: New testcase.
14410
14411 2010-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
14412
14413         * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
14414         (Top level): Use it to resume.
14415         * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
14416         the Thumb mode displaced stepping error as unsupported.
14417
14418 2010-01-28  Sami Wagiaalla  <swagiaal@redhat.com>
14419
14420         * gdb.cp/nsusing.exp: Added more tests.
14421         * gdb.cp/nsrecurs.exp: Ditto.
14422         * gdb.cp/nsusing.cc: Added test functions.
14423         * gdb.cp/nsrecurs.cc: Ditto.
14424
14425 2010-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
14426
14427         * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
14428         absolute directory pathnames in gdb.sum file.
14429
14430 2010-01-27  Sami Wagiaalla  <swagiaal@redhat.com>
14431
14432         * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
14433         * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
14434
14435 2010-01-26  Tom Tromey  <tromey@redhat.com>
14436
14437         PR exp/7643:
14438         * gdb.base/printcmds.exp (test_print_string_constants): Remove
14439         setup_kfail.
14440
14441 2010-01-14  Sami Wagiaalla  <swagiaal@redhat.com>
14442
14443         * gdb.cp/nsrecurs.exp: New test.
14444         * gdb.cp/nsrecurs.cc: New test program.
14445         * gdb.cp/nsstress.exp: New test.
14446         * gdb.cp/nsstress.cc: New test program.
14447         * gdb.cp/nsdecl.exp: New test.
14448         * gdb.cp/nsdecl.cc: New test program.
14449
14450 2010-01-26  Sami Wagiaalla  <swagiaal@redhat.com>
14451
14452         * gdb.cp/namespace-using.exp: Add test for printing of namespaces
14453         imported into file scope.
14454         Marked test as xfail.
14455         * gdb.cp/namespace-using.cc (marker5): New function.
14456         * gdb.cp/shadow.exp: New test.
14457         * gdb.cp/shadow.cc: New test program.
14458         * gdb.cp/nsimport.exp: New test.
14459         * gdb.cp/nsimport.cc: New test program.
14460
14461 2010-01-25  Tom Tromey  <tromey@redhat.com>
14462
14463         PR gdb/11049:
14464         * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
14465         with "set print null-stop on".
14466
14467 2010-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
14468
14469         * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
14470         Adjust it for DISASSEMBLY_OMIT_FNAME.
14471
14472 2010-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
14473
14474         PR symtab/11199:
14475         * gdb.dwarf2/member-ptr-forwardref.exp,
14476         gdb.dwarf2/member-ptr-forwardref.S: New.
14477
14478 2010-01-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
14479
14480         * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
14481         (thread1_func): Protect thread1_tid with thread1_tid_cond by
14482         thread1_tid_mutex.  Remove gdbstop_mutex handling.
14483         (thread2_func): Protect thread2_tid with thread2_tid_cond by
14484         thread2_tid_mutex.  Remove gdbstop_mutex handling.
14485         (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
14486         pthread_create.  Remove gdbstop_mutex handling.  New comment.  Replace
14487         pthread_cond_wait conditionalizations by while loops.
14488
14489 2010-01-20  Tom Tromey  <tromey@redhat.com>
14490
14491         PR backtrace/10770:
14492         * gdb.dwarf2/pr10770.exp: New file.
14493         * gdb.dwarf2/pr10770.c: New file.
14494         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
14495
14496 2010-01-20  Vladimir Prus  <vladimir@codesourcery.com>
14497
14498         * gdb.mi/mi-async.exp: Remove check for 'async' target, because
14499         that target was removed, and the test always runs native anyway.
14500
14501 2010-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
14502
14503         * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
14504         gdb.base/watchpoint-cond-gone-stripped.c: New.
14505
14506 2010-01-19  Tom Tromey  <tromey@redhat.com>
14507
14508         PR c++/8000:
14509         * gdb.cp/namespace.exp: Use new enum.  Fix line numbers in
14510         existing tests.
14511         * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
14512         (main): Use AAA::SomeEnum.
14513
14514 2010-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
14515
14516         * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
14517         (test_ignore_count): Declare line_callme_body global.
14518         (run to breakpoint with ignore count): Use line_callme_body.
14519         * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
14520         (set line_main_hello, set line_main_return): Reindent.
14521         (set line_callee4_head, set line_callee4_body, set line_callee4_next):
14522         New.
14523         (continue to callee4): Use line_callee4_body.
14524         (check *stopped from CLI command): Use line_callee4_next.
14525         * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
14526         (set line_main_hello, set line_main_return): Reindent.
14527         (set line_callee4_head, set line_callee4_body): New.
14528         (continue to callee4): Use line_callee4_body.
14529
14530 2010-01-18  Tom Tromey  <tromey@redhat.com>
14531
14532         PR c++/9680:
14533         * gdb.cp/casts.cc: Add new classes and variables.
14534         * gdb.cp/casts.exp: Test new operators.
14535
14536 2010-01-18  Tom Tromey  <tromey@redhat.com>
14537             Thiago Jung Bauermann  <bauerman@br.ibm.com>
14538
14539         * gdb.python/source2.py: New file.
14540         * gdb.python/source1: New file.
14541         * gdb.python/python.exp: Test "source" command.
14542
14543 2010-01-15  Stan Shebs  <stan@codesourcery.com>
14544
14545         * gdb.trace/tfile.c: New file.
14546         * gdb.trace/tfile.exp: New file.
14547
14548 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
14549
14550         * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
14551
14552 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
14553
14554         * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
14555
14556 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
14557
14558         * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
14559         (libfunc): New parameter action.  Implement also selectable "sleep".
14560         * gdb.base/break-interp-main.c: Include assert.h.
14561         (libfunc): New parameter action.
14562         (main): New parameters argc and argv.  Assert argc.  Pass argv.
14563         * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
14564         (test_attach): New proc.
14565         (test_ld): Pass new "segv" exec parameter.  Call also test_attach.
14566         * lib/gdb.exp (core_find): New parameter arg.  Pass it to $binfile.
14567
14568 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
14569
14570         * gdb.base/break-interp.exp (test_core): New proc.
14571         (test_ld): Call it.
14572
14573 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
14574
14575         * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
14576         * gdb.base/break-interp.exp: Exit on skip_shlib_tests.  Change $srcfile.
14577         New variables $binfile_lib and $srcfile_lib.  Call get_compiler_info
14578         and gdb_compile_shlib.  Use new -Wl compiler options.
14579         (dl bt, main bt): New tests.
14580
14581 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
14582
14583         Support PIEs with no symfile_objfile.
14584         * gdb.base/break-interp.exp: New argument at the test_ld calls.
14585         (test_ld): New parameter trynosym.
14586         (test_ld <$trynosym>): New block.
14587
14588 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
14589
14590         * gdb.base/break-interp.exp: New file.
14591
14592 2010-01-13  Phil Muldoon  <pmuldoon@redhat.com>
14593
14594         * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
14595         * gdb.python/py-prettyprint.py (pp_ls): New printer.
14596         * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
14597         test.
14598         * gdb.python/py-prettyprint.c: Define lazystring test structure.
14599         * gdb.python/py-mi.exp: Add lazy string test.
14600
14601 2010-01-13  Vladimir Prus  <vladimir@codesourcery.com>
14602
14603         * lib/mi-support.exp (mi_check_thread_states): Handle
14604         core number in thread listing.
14605
14606 2010-01-12  Joel Brobecker  <brobecker@adacore.com>
14607
14608         * gdb.base/maint.exp: Adjust the expected output for the
14609         "maint print type" test. Use gdb_test_multiple instead of
14610         gdb_sent/gdb_expect.
14611
14612 2010-01-11  Doug Evans  <dje@google.com>
14613
14614         * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
14615         from gdbserver_download.  All callers updated.
14616
14617         * gdb.server/ext-run.exp: "info os processes" requires xml support.
14618
14619 2010-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
14620
14621         Implement binary numbers parsing.
14622         * gdb.base/printcmds.exp (test_integer_literals_accepted)
14623         (test_integer_literals_rejected): New binary tests.
14624
14625 2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14626
14627         * gdb.cell/configure: Regenerate.
14628
14629 2010-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
14630
14631         * gdb.base/corefile.exp: Move the core finding block out and call it as
14632         core_find, new variable $corefile, replace corefile by $corefile and
14633         [file tail $corefile] for usage vs. test names resp.
14634         * lib/gdb.exp (core_find): Move it as a new function here.  New
14635         parameter binfile and deletefiles.  New variable $destcore.  Pre-delete
14636         $destcore.  Return "" on error.
14637
14638 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
14639
14640         Workaround PR binutils/10802.
14641         * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
14642         (twice).
14643
14644 2010-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
14645
14646         * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
14647
14648 2010-01-08  Joel Brobecker  <brobecker@adacore.com>
14649
14650         * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
14651         call, to avoid interruption.
14652
14653 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
14654
14655         * gdb.stabs/weird.def (args93): New.
14656
14657 2010-01-07  Doug Evans  <dje@google.com>
14658
14659         * lib/gdb.exp (gdb_skip_xml_test): Add comment.
14660
14661 2010-01-07  Tom Tromey  <tromey@redhat.com>
14662
14663         * gdb.base/source.exp: Use correct line number.
14664
14665 2010-01-05  Stan Shebs  <stan@codesourcery.com>
14666
14667         * gdb.trace/tracecmd.exp: Test ftrace.
14668
14669 2010-01-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14670
14671         * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
14672
14673 2010-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
14674
14675         * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
14676         "uint_for_mi_testing".
14677
14678 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
14679
14680         Test indented comment in file being sourced.
14681         * gdb.base/commands.exp: Test indented comment in file being sourced.
14682
14683 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
14684
14685         * gdb.fortran/array-element.f, gdb.fortran/complex.f,
14686         gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
14687         gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
14688         notice.
14689
14690 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
14691
14692         * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
14693         notice.
14694
14695 2010-01-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
14696
14697         * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
14698         missing $after_stopped and comma (,) expectation.
14699
14700 2009-12-31  Stan Shebs  <stan@codesourcery.com>
14701
14702         * gdb.trace/actions.exp: Test teval action.
14703
14704 2009-12-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
14705
14706         * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
14707         (top level): Call test_watchpoint_in_big_blob.
14708         * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
14709         watchpoints.
14710         (func3): Write to buf.
14711
14712 2009-12-29  Stan Shebs  <stan@codesourcery.com>
14713
14714         * gdb.trace/actions.exp: Test default-collect.
14715
14716 2009-12-28  Stan Shebs  <stan@codesourcery.com>
14717
14718         * gdb.trace/tsv.exp: New file.
14719         * gdb.base/completion.exp: Update ambiguous info output.
14720
14721 2009-12-28  Daniel Jacobowitz  <dan@codesourcery.com>
14722
14723         * gdb.base/find.c (main): Reference search buffers.
14724         * gdb.base/included.c (main): Reference integer.
14725         * gdb.base/ptype.c (charfoo): Declare.
14726         (intfoo): Call charfoo.
14727         * gdb.base/scope0.c (useitp): New function.
14728         (usestatics): Use useitp.
14729         (useit): Add a type for val.
14730         * gdb.base/scope1.c (useit1): Take a pointer argument.
14731         (usestatics1): Update calls to useit1.
14732         * gdb.cp/call-c.cc: Declare foo.
14733         (main): Call foo.
14734         * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
14735         * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
14736         (main): Call C::ensureRefs and ensureOtherRefs.
14737         * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
14738         variables.
14739         (ensureOtherRefs): New function.
14740         * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
14741         * gdb.cp/templates.cc (main): Call t5i.value.
14742
14743 2009-12-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
14744
14745         Fix compatibility with G++-4.5.
14746         * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
14747         * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
14748         (uncaught return): Remove.
14749
14750 2009-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
14751             Phil Muldoon  <pmuldoon@redhat.com>
14752
14753         * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
14754         (bp_location13, bp_location14, bp_location17, bp_location18)
14755         (marker3_proto, marker4_proto): New variables.
14756         (breakpoint info): Update output.
14757         (run until breakpoint at marker3, run until breakpoint at marker4): New
14758         tests.
14759
14760 2009-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
14761
14762         * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
14763         Replace the printf call of Y by provided "y-set-1" label.  New block
14764         for the second shared library.
14765         * gdb.base/unload.exp: Compile also the second library, call
14766         gdb_load_shlibs also for it.  Use now gdb_breakpoint.
14767         (single pending breakpoint info): Rename to ...
14768         (pending breakpoint info before run): ... this extended test.
14769         (libfile2, libname2, libsrcfile2, libsrc2)
14770         (lib_sl2): New variables.
14771         (exec_opts): Set also SHLIB_NAME2.
14772         (pending breakpoint info on first run at shrfunc1)
14773         (pending breakpoint info on second run at shrfunc1)
14774         (pending breakpoint info on second run at shrfunc2)
14775         (print y from libfile, print y from libfile2): New tests.
14776         * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
14777         * gdb.base/unloadshr2.c: New.
14778
14779 2009-12-22  Hui Zhu  <teawater@gmail.com>
14780
14781         * gdb.reverse/sigall-reverse.exp: Adjust.
14782
14783 2009-12-21  Vladimir Prus  <vladimir@codesourcery.com>
14784
14785         PR gdb/10884
14786
14787         * gdb.mi/var-cmd.c (do_bitfield_tests): New
14788         (main): Call do_bitfield_tests.
14789         * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
14790
14791 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
14792
14793         * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
14794         gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
14795         gdb.base/watch_thread_num.c, gdb.java/jprint.java,
14796         gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
14797         gdb.modula2/unbounded1.c: Update copyright header.
14798
14799 2009-12-10  Chris Moller  <moller@mollerware.com>
14800
14801         PR gdb/9399
14802         * gdb.cp/virtfunc2.exp: New tests
14803         * gdb.cp/virtfunc2.cc: New tests
14804         * gdb.cp/Makefile.in: Added tests to EXECUTABLES
14805
14806 2009-12-10  Oza Pawandeep (paawan1982@yahoo.com
14807
14808         * gdb.reverse/i387-env-reverse.c: New file.
14809         * gdb.reverse/i387-env-reverse.exp: New file.
14810         * gdb.reverse/i387-stack-reverse.c: New file.
14811         * gdb.reverse/i387-stack-reverse.exp: New file.
14812
14813 2009-12-08  Phil Muldoon  <pmuldoon@redhat.com>
14814
14815         * gdb.python/py-type.exp (test_range): New test.
14816
14817 2009-12-03  Phil Muldoon <pmuldoon@redhat.com>
14818
14819         PR python/10805
14820
14821         * gdb.python/py-type.exp: New file.
14822         * gdb.python/py-type.c: New file.
14823         * Makefile.in: Add py-type.
14824
14825 2009-12-03  Tom Tromey  <tromey@redhat.com>
14826
14827         * gdb.python/py-value.exp (test_parse_and_eval): New
14828         function.
14829
14830 2009-12-03  Paul Pluzhnikov  <ppluzhnikov@google.com>
14831
14832        PR gdb/11022
14833
14834        * gdb.base/pr11022.exp: New test.
14835        * gdb.base/pr11022.c: New test.
14836
14837 2009-12-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
14838
14839         Fix spurious false FAILs.
14840         * gdb.base/structs.c (chartest): New.
14841         (main): Fill-in chartest.
14842         * gdb.base/structs.exp (anychar_re, first): New.
14843         (start_structs_test): Import global anychar_re and first.
14844         New gdb_test call "set print elements 300; ${testfile}"
14845         (start_structs_test <$first>): New block.
14846         (any): Import global anychar_re.  New variable ac.  Use ${ac}.
14847
14848 2009-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
14849
14850         * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
14851
14852 2009-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
14853
14854         * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
14855         Force $srcfile file.
14856         * gdb.base/foll-fork.c (callee): Comment out the printf call.
14857
14858 2009-11-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14859
14860         * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
14861         * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
14862         * gdb.threads/watchthreads-reorder.exp: Likewise.
14863
14864 2009-11-24  Daniel Jacobowitz  <dan@codesourcery.com>
14865
14866         PR gdb/8704
14867
14868         * gdb.base/condbreak.exp: Test combinations of "break *EXP",
14869         "if", and "thread".  Correct matching in the previous test.
14870
14871 2009-11-25  Daniel Jacobowitz  <dan@codesourcery.com>
14872
14873         * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
14874
14875 2009-11-23  Michael Snyder  <msnyder@vmware.com>
14876
14877         * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
14878         * gdb.reverse-watch-precsave.exp: Ditto.
14879
14880 2009-11-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
14881
14882         * gdb.asm/asm-source.exp: Adjust.
14883         * gdb.base/help.exp: Adjust.
14884
14885 2009-11-22  Pedro Alves  <pedro@codesourcery.com>
14886
14887         * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
14888         (do_syscall_tests_without_xml): Set data-directory to
14889         /the/path/to/nowhere.
14890
14891 2009-11-21  Pedro Alves  <pedro@codesourcery.com>
14892
14893         * gdb.threads/local-watch-wrong-thread.c,
14894         gdb.threads/local-watch-wrong-thread.exp: New files.
14895
14896 2009-11-21  Pedro Alves  <pedro@codesourcery.com>
14897
14898         * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
14899         assume new `regsub' syntax available.
14900
14901 2009-11-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
14902
14903         * gdb.base/watchpoint-hw-hit-once.exp,
14904         gdb.base/watchpoint-hw-hit-once.c: New.
14905
14906 2009-11-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
14907
14908         * gdb.threads/watchthreads-reorder.exp,
14909         gdb.threads/watchthreads-reorder.c: New.
14910
14911 2009-11-17  Nathan Sidwell  <nathan@codesourcery.com>
14912
14913         * gdb.xml/tdesc-regs.exp: Use for m68k.
14914
14915 2009-11-15  Pedro Alves  <pedro@codesourcery.com>
14916
14917         * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
14918
14919 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
14920
14921         * lib/gdb.exp (current_target_name): New procedure.
14922         (gdb_wrapper_target): New variable.
14923         (gdb_wrapper_init): Set gdb_wrapper_target.
14924         (default_gdb_init): Check gdb_wrapper_target before rebuilding the
14925         wrapper.
14926
14927 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
14928
14929         * gdb.base/remote.exp: Delete the slowest load test.
14930         Do not load with fixed packet sizes.
14931
14932 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
14933
14934         * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
14935
14936 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
14937
14938         * gdb.base/freebpcmd.exp: Delete unused variable.  Specify
14939         srcfile when setting a breakpoint.
14940
14941 2009-11-13  Maciej W. Rozycki  <macro@codesourcery.com>
14942
14943         * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
14944         macros.
14945
14946 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
14947
14948         * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
14949         to be in memory.
14950         * gdb.base/display.c (force_mem): New.
14951         (do_loops): Use it.  Add breakpoint comments.
14952         (do_vars): Add a breakpoint comment.
14953         * gdb.base/display.exp: Use gdb_get_line_number.  Remove hardcoded
14954         line numbers.
14955
14956 2009-11-13  Nathan Froyd  <froydnj@codesourcery.com>
14957
14958         * gdb.base/pending.exp: Use gdb_run_cmd to start the program
14959         instead of a bare "run".
14960
14961 2009-11-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
14962
14963         * gdb.python/py-prettyprint.exp: Adjust.
14964
14965 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
14966
14967         * lib/cell.exp (skip_cell_tests): Clean up test files before
14968         returning.
14969
14970 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
14971
14972         * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
14973         and the breakpoint menu.  Do not call perror if a prompt is seen.
14974         Consume the following GDB prompt.
14975         * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
14976         * gdb.cp/namespace.exp: Use gdb_test.
14977         * gdb.cp/templates.exp: Use gdb_test.
14978         (test_template_breakpoints): Use gdb_test_multiple.
14979
14980 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
14981
14982         * gdb.base/break1.c (struct some_struct, values): Move earlier.
14983         (marker4): Reference values.
14984
14985 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
14986
14987         * gdb.base/macscp.exp: Avoid the first FAIL if macro information
14988         is missing.
14989
14990 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
14991
14992         * gdb.base/break.c (need_malloc): New.
14993         * gdb.base/constvars.c (main): Reference crass and crisp.
14994         * gdb.base/gdb1821.c (main): Reference bar.
14995         * gdb.cp/gdb1355.cc (main): Reference s1.
14996         * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
14997         (main): Call them.
14998         * gdb.cp/hang2.cc (dummy2): Define.
14999         * gdb.cp/hang3.cc (dummy3): Define.
15000         * gdb.cp/m-data.cc (main): Reference shadow.
15001
15002 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
15003             Nathan Froyd  <froydnj@codesourcery.com>
15004
15005         * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
15006         remote host.
15007
15008 2009-11-12  Nathan Froyd  <froydnj@codesourcery.com>
15009
15010         * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
15011         * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
15012         * gdb.dwarf2/dw2-compressed.exp: Likewise.
15013         * gdb.dwarf2/dw2-intercu.exp: Likewise.
15014         * gdb.dwarf2/dw2-intermix.exp: Likewise.
15015         * gdb.dwarf2/dw2-producer.exp: Likewise.
15016         * gdb.dwarf2/mac-fileno.exp: Likewise.
15017         * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
15018         py-prettyprint.py to the remote host.
15019         * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
15020
15021 2009-11-11  Keith Seitz  <keiths@redhat.com>
15022
15023         * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
15024         use it instead of "Foo".
15025         * gdb.cp/classes.exp (do_tests): Add a test to access
15026         a method through a typedef'd class name.
15027
15028 2009-11-11  Nathan Froyd  <froydnj@codesourcery.com>
15029
15030         * gdb.base/long_long.exp: Permit leading zeros on floating-point
15031         exponents.
15032         * gdb.base/pointers.exp: Likewise.
15033         * gdb.cp/ref-types.exp: Likewise.
15034
15035 2009-11-11  Keith Seitz  <keiths@redhat.com>
15036
15037         * gdb.cp/cplusfuncs.cc (class foo): Add operators
15038         new[] and delete[].
15039         * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
15040         "void".
15041         (probe_demangler): Remove all single-quoting of
15042         method and variable names.
15043         (info_func_regexp): Remove the word "void" from any
15044         occurrence of "(void)".
15045         (print_addr_2): Remove all single-quoting of
15046         method names.
15047         (print_addr_2_kfail): Likewise.
15048         (print_addr): Single-quote C function names before
15049         passing to print_addr_2.
15050         (test_paddr_operator_functions): Remove single-quoting
15051         for method names.
15052         Add tests for operator new[] and operator delete[].
15053
15054 2009-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
15055
15056         * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
15057
15058 2009-11-09  Keith Seitz  <keiths@redhat.com>
15059
15060         * gdb.cp/overload.exp: Add tests for resolving overloaded
15061         methods in expression parsing/evaluation.
15062
15063 2009-11-10  Daniel Jacobowitz  <dan@codesourcery.com>
15064
15065         * lib/gdb.exp (default_gdb_version): Use --version instead of
15066         --command.
15067
15068 2009-11-10  Nathan Sidwell  <nathan@codesourcery.com>
15069
15070         * lib/gdb.exp (gdb_compile_test): New.
15071         (skip_ada_tests, skip_java_tests): New.
15072         (gdb_compile): Use gdb_compile_test for f77.
15073         * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
15074         * lib/java.exp (compile_java_from_source): Remove runtests check,
15075         use gdb_compile_test to record result.
15076         * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
15077         gdb.ada/exec_changed.exp, gdb.ada/start.exp,
15078         gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
15079         gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
15080         gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
15081         gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
15082         gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
15083         gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
15084         gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
15085         adjust gdb_compile invocations.
15086
15087 2009-11-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
15088
15089         * Makefile.in (abs_builddir): New.
15090         (site.exp): New target `$(abs_builddir)/site.exp'.  New comment.
15091         (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
15092         `$(abs_builddir)/site.exp'.
15093
15094 2009-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
15095
15096         * config/m68k-emc.exp, lib/emc-support.exp,
15097         gdb.trace/gdb_c_test.c: Delete.
15098         * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
15099         gdb.trace/collection.exp, gdb.trace/deltrace.exp,
15100         gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
15101         gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
15102         gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
15103         gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
15104         casing for m68k-*-elf.
15105
15106 2009-11-03  Pedro Alves  <pedro@codesourcery.com>
15107
15108         * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
15109         * gdb.arch/i386-prologue.exp: Likewise.
15110         * gdb.arch/i386-unwind.exp: Likewise.
15111
15112 2009-11-02  Daniel Jacobowitz  <dan@codesourcery.com>
15113
15114         * lib/gdb.exp (gdb_expect): Fix timeout typo.
15115
15116 2009-11-02  Daniel Jacobowitz  <dan@codesourcery.com>
15117
15118         * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
15119
15120 2009-11-02  Daniel Jacobowitz  <dan@codesourcery.com>
15121
15122         * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
15123
15124 2009-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
15125
15126         * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
15127
15128 2009-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
15129
15130         * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
15131         * gdb.base/sepdebug2.c: New file.
15132
15133 2009-10-31  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
15134
15135         * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
15136         the modified warnings for catch syscall.  Verify if GDB was compiled
15137         with support for lib expat, and choose which tests to run depending
15138         on this.
15139
15140 2009-10-30  Vladimir Prus  <vladimir@codesourcery.com>
15141
15142         * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
15143         that composite commands are parsed OK. And also test
15144         that breakpoint commands do work.
15145
15146 2009-10-23  Michael Snyder  <msnyder@vmware.com>
15147
15148         gdb.reverse/consecutive-precsave.exp: Change expect pattern
15149         to allow for new disassembly style.
15150
15151 2009-10-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
15152
15153         * gdb.asm/asm-source.exp: Adjust.
15154
15155 2009-10-22  Michael Snyder  <msnyder@vmware.com>
15156
15157         * gdb.reverse/break-precsave.exp: New test.
15158         * gdb.reverse/consecutive-precsave.exp: Ditto.
15159         * gdb.reverse/finish-precsave.exp: Ditto.
15160         * gdb.reverse/i386-precsave.exp: Ditto.
15161         * gdb.reverse/machinestate-precsave.exp: Ditto.
15162         * gdb.reverse/sigall-precsave.exp: Ditto.
15163         * gdb.reverse/solilb-precsave.exp: Ditto.
15164         * gdb.reverse/step-precsave.exp: Ditto.
15165         * gdb.reverse/until-precsave.exp: Ditto.
15166         * gdb.reverse/watch-precsave.exp: Ditto.
15167
15168 2009-10-22  Michael Snyder  <msnyder@vmware.com>
15169
15170         * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
15171         for gdb_expect.  Adjust one test's expect strings for the new
15172         format of disassemble.
15173         * gdb.reverse/finish-reverse.exp: Delete 'return'.
15174         * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
15175         gdb_test_multiple.
15176         * gdb.reverse/step-reverse.exp: Delete 'return'.
15177         * gdb.reverse/until-reverse.exp: Delete blank lines.
15178         * gdb.reverse/watch-reverse.exp: Delete blank lines.
15179
15180 2009-10-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
15181
15182         * gdb.base/consecutive.exp: Adjust.
15183         * gdb.base/display.exp: Likewise.
15184         * gdb.base/pc-fp.exp: Likewise.
15185         * gdb.base/sigbpt.exp: Likewise.
15186
15187 2009-10-19  Michael Snyder  <msnyder@vmware.com>
15188
15189         * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
15190         * gdb.reverse/finish-reverse.c: Ditto.
15191         * gdb.reverse/sigall-reverse.c: Ditto.
15192         * gdb.reverse/solib-reverse.c: Ditto.
15193         * gdb.reverse/step-reverse.c: Ditto.
15194         * gdb.reverse/watch-reverse.c: Ditto.
15195
15196 2009-10-19  Pedro Alves  <pedro@codesourcery.com>
15197             Stan Shebs  <stan@codesourcery.com>
15198
15199         * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
15200         * gdb.base/foll-exec.exp: Adjust to expect a process id before
15201         "Executing new program".
15202         * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
15203         * gdb.base/multi-forks.exp: Ditto.  Adjust to the inferior being
15204         left listed after having been killed.
15205         * gdb.base/attach.exp: Adjust to spell out "symbol-file".
15206         * gdb.base/maint.exp: Adjust test.
15207
15208         * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
15209         * gdb.multi/Makefile.in: New.
15210         * gdb.multi/base.exp: New.
15211         * gdb.multi/goodbye.c: New.
15212         * gdb.multi/hangout.c: New.
15213         * gdb.multi/hello.c: New.
15214         * gdb.multi/bkpt-multi-exec.c: New.
15215         * gdb.multi/bkpt-multi-exec.exp: New.
15216         * gdb.multi/crashme.c: New.
15217
15218 2009-10-13  Tristan Gingold  <gingold@adacore.com>
15219
15220         * gdb.base/sepdebug.exp: Check debug info are found.
15221
15222 2009-10-08  Pedro Alves  <pedro@codesourcery.com>
15223
15224         * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
15225         bits.
15226
15227 2009-10-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
15228
15229         * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
15230
15231 2009-10-07  Joel Brobecker  <brobecker@adacore.com>
15232
15233         * gdb.base/watchpoints.c: Add copyright header.  Reformat one
15234         of the comments.
15235
15236 2009-10-06  Pierre Muller  <muller@ics.u-strasbg.fr>
15237
15238         * gdb.base/annota1.exp: Remove obsolete match_max increase.
15239         * gdb.base/annota3.exp: Idem.
15240         * gdb.base/maint.exp: Idem.
15241
15242 2009-10-05  Pierre Muller  <muller@ics.u-strasbg.fr>
15243
15244         * lib/gdb.exp (default_gdb_init): Set current value of match_max
15245         to default.
15246
15247 2009-10-02  Pierre Muller  <muller@ics.u-strasbg.fr>
15248
15249         * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
15250         mingw and cygwin targets.
15251
15252 2009-10-02  Pierre Muller  <muller@ics.u-strasbg.fr>
15253             Pedro Alves  <pedro@codesourcery.com>
15254
15255         * lib/gdb.exp (gdb_compile): Avoid adding
15256         gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
15257
15258 2009-10-01  Pierre Muller  <muller@ics.u-strasbg.fr>
15259
15260         * gdb.base/shr1.c: Use %p in format string.
15261         * gdb.base/unload.c: Avoid warning in fprintf.
15262         * gdb.base/watchpoint-solib.c: Idem.
15263
15264 2009-10-01  Pierre Muller  <muller@ics.u-strasbg.fr>
15265
15266         * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
15267         long type.
15268         (test_unlink): Correct printf string.
15269         * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
15270         * gdb.threads/attachstop-mt.c: Add #include <string.h>.
15271
15272 2009-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
15273
15274         * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
15275         * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
15276         * gdb.arch/ia64-breakpoint-shadow.S: New file.
15277
15278 2009-09-29  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15279
15280         * gdb.objc/basicclass.exp: Disable pending breakpoint query.
15281         * gdb.objc/nondebug.exp: Likewise.
15282
15283 2009-09-29  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15284
15285         * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
15286         target_info setting.
15287
15288         * gdb.threads/thread-specific.exp (get_thread_list): Support targets
15289         that detect new threads during "info threads".
15290
15291 2009-09-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15292
15293         * gdb.threads/manythreads.c (main): Increase thread stack size
15294         to 2*PTHREAD_STACK_MIN.
15295         * gdb.threads/multi-create.c (main): Likewise.
15296         (create_function): Likewise.
15297
15298 2009-09-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15299
15300         * gdb.base/dump.exp: Pass difference of pointer types instead
15301         of integer types as offset to restore in intarr3.srec case.
15302
15303 2009-09-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15304
15305         * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
15306
15307 2009-09-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15308
15309         * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
15310
15311 2009-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
15312
15313         New test for two watchpoints, with disabling of
15314         the first inserted.
15315         * testsuite/gdb.base/watchpoints.c: New file.
15316         * testsuite/gdb.base/watchpoints.exp: New file.
15317
15318 2009-09-25  Tom Tromey  <tromey@redhat.com>
15319
15320         * gdb.base/charset.exp: Test utf-16 strings with Python.
15321
15322 2009-09-25  Tom Tromey  <tromey@redhat.com>
15323
15324         * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
15325         UCS-4.
15326         * gdb.base/charset.c (utf_32_string): Rename.
15327         (init_utf32): Rename.
15328         (main): Update.
15329
15330 2009-09-22  Tom Tromey  <tromey@redhat.com>
15331
15332         * gdb.python/py-function.exp: Add regression tests.
15333
15334 2009-09-21  Keith Seitz  <keiths@redhat.com>
15335
15336         * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
15337         with invalid operator.
15338
15339 2009-09-21  Keith Seitz  <keiths@redhat.com>
15340
15341         * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
15342         and destructor using typedef name of class.
15343         * gdb.cp/classes.cc (class Base1): Add a destructor.
15344         (base1): New typedef.
15345         (use_methods): Instanitate an object of type base1.
15346         * gdb.cp/templates.exp (test_template_typedef): New procedure.
15347         (do_tests): Call test_template_typedef.
15348         * gdb.cp/templates.cc (Baz::~Baz): New method.
15349         (intBazOne): New typedef.
15350         (main): Instantiate intBazOne.
15351
15352 2009-09-21  Phil Muldoon <pmuldoon@redhat.com>
15353
15354         PR python/10633
15355
15356         * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
15357         Function.
15358         (run_lang_tests): Add print elements test.
15359
15360 2009-09-21  Phil Muldoon <pmuldoon@redhat.com>
15361
15362         * gdb.python/py-value.exp (test_subscript_regression): New
15363         function.  Test for invalid subscripts.
15364         * gdb.python/py-value.c (main): Add test array, and pointer to it.
15365         (ptr_ref): New function.
15366
15367 2009-09-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
15368
15369         * gdb.base/default.exp: Fix "show convenience".
15370
15371 2009-09-15  Tom Tromey  <tromey@redhat.com>
15372
15373         * lib/mi-support.exp (mi_create_varobj): Update.
15374         (mi_create_floating_varobj): Likewise.
15375         (mi_create_dynamic_varobj): New proc.
15376         (mi_varobj_update): Update.
15377         (mi_varobj_update_with_type_change): Likewise.
15378         (mi_varobj_update_kv_helper): New proc.
15379         (mi_varobj_update_dynamic_helper): Rewrite.
15380         (mi_varobj_update_dynamic): New proc.
15381         (mi_list_varobj_children): Update.
15382         (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
15383         * gdb.python/python-prettyprint.py (pp_outer): New class.
15384         (pp_nullstr): Likewise.
15385         (lookup_function): Register new printers.
15386         * gdb.python/python-prettyprint.c (struct substruct): New type.
15387         (struct outerstruct): Likewise.
15388         (substruct_test): New function.
15389         (struct nullstr): New type.
15390         (string_1, string_2): New globals.
15391         (main): Add new tests.
15392         * gdb.python/python-mi.exp: Added regression tests.
15393         * gdb.mi/mi2-var-display.exp: Update.
15394         * gdb.mi/mi2-var-cmd.exp: Update.
15395         * gdb.mi/mi2-var-child.exp: Update.
15396         * gdb.mi/mi2-var-block.exp: Update.
15397         * gdb.mi/mi-var-invalidate.exp: Update.
15398         * gdb.mi/mi-var-display.exp: Update.
15399         * gdb.mi/mi-var-cmd.exp: Update.
15400         * gdb.mi/mi-var-child.exp: Update.
15401         * gdb.mi/mi-var-block.exp: Update.
15402         * gdb.mi/mi-break.exp: Update.
15403         * gdb.mi/gdb701.exp: Update.
15404
15405 2009-09-14  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
15406
15407         * Makefile.in: Inclusion of catch-syscall object.
15408         * gdb.base/catch-syscall.c: New file.
15409         * gdb.base/catch-syscall.exp: New file.
15410
15411 2009-09-12  Michael Snyder  <msnyder@vmware.com>
15412
15413         * gdb.reverse/step-reverse.exp: Explicitly check for targets
15414         that can support reverse debuggnig.
15415
15416 2009-09-11  Tom Tromey  <tromey@redhat.com>
15417
15418         * gdb.dwarf2/valop.S: New file.
15419         * gdb.dwarf2/valop.exp: New file.
15420
15421 2009-09-11  Mark Kettenis  <kettenis@gnu.org>
15422
15423         * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
15424
15425 2009-09-10  Doug Evans  <dje@google.com>
15426
15427         * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
15428         Add $gdb_prompt to second breakpoint regexp.
15429
15430 2009-09-08  Thiago Jung Bauermann  <thiago.bauermann@gmail.com>
15431
15432         * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
15433         names, add missing ones.
15434         * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
15435         * gdb.python/py-frame.c: Rename from python-frame.c.
15436         * gdb.python/py-frame.exp: Rename from python-frame.exp.  Adjust
15437         testfile name.
15438         * gdb.python/py-function.exp: Rename from python-function.exp.
15439         * gdb.python/py-mi.exp: Rename from python-mi.exp.  Adjust
15440         testfile name.
15441         * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
15442         * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
15443         Adjust testfile name.
15444         * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
15445         * gdb.python/py-template.cc: Rename from python-template.cc.
15446         * gdb.python/py-template.exp: Rename from python-template.exp.
15447         Adjust testfile name.
15448         * gdb.python/py-value.c: Rename from python-value.c.
15449         * gdb.python/py-value.exp: Rename from python-value.exp.  Adjust
15450         testfile name.
15451
15452 2009-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
15453
15454         * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
15455         $bpt2address.
15456         (Second breakpoint address is valid on ia64)
15457         (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
15458
15459 2009-09-03  Joseph Myers  <joseph@codesourcery.com>
15460
15461         * gdb.base/ending-run.exp: Restrict regular expression matching
15462         line number to require closing brace following.
15463
15464 2009-09-03  Doug Evans  <dje@google.com>
15465
15466         * gdb.base/store.exp (check_set): Fix typo in expected value message.
15467
15468 2009-09-02  Tom Tromey  <tromey@redhat.com>
15469
15470         * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
15471
15472 2009-09-02  Tom Tromey  <tromey@redhat.com>
15473
15474         * gdb.dwarf2/callframecfa.exp: New file.
15475         * gdb.dwarf2/callframecfa.S: New file.
15476
15477 2009-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
15478
15479         * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
15480         gdb.base/solib-overlap-main.c: New.
15481
15482 2009-08-28  Daniel Jacobowitz  <dan@codesourcery.com>
15483
15484         PR gdb/10565
15485
15486         * gdb.base/bitfields.c (struct container, container): New.
15487         (main): Initialize it and call break5.
15488         * gdb.base/bitfields.exp (bitfield_at_offset): New test.
15489
15490 2009-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
15491
15492         Support constant DW_AT_data_member_location by GCC PR debug/40659.
15493         * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
15494
15495 2009-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
15496
15497         * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
15498
15499 2009-08-26  Michael Snyder  <msnyder@vmware.com>
15500
15501         * gdb.base/i386-reverse.c: New file.
15502         * gdb.base/i386-reverse.exp: New file.
15503         * gdb.base/Makefile.in: Add new files to be removed.
15504
15505 2009-08-26  Joseph Myers  <joseph@codesourcery.com>
15506
15507         * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
15508         environment-pwd for remote host.
15509         * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
15510
15511 2009-08-24  Keith Seitz  <keiths@redhat.com>
15512
15513         * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
15514         Add two new C++ completer tests which limit the output to a
15515         given class.
15516
15517 2009-08-24  Michael Snyder  <msnyder@vmware.com>
15518
15519         * gdb.base/del.exp: Fix typo in comment.
15520         * gdb.base/step-bt.exp: Fix cut and paste error in comment.
15521
15522 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15523
15524         * configure: Regenerate.
15525         * gdb.hp/configure: Likewise.
15526         * gdb.hp/gdb.aCC/configure: Likewise.
15527         * gdb.hp/gdb.base-hp/configure: Likewise.
15528         * gdb.hp/gdb.compat/configure: Likewise.
15529         * gdb.hp/gdb.defects/configure: Likewise.
15530         * gdb.hp/gdb.objdbg/configure: Likewise.
15531         * gdb.stabs/configure: Likewise.
15532
15533 2009-08-19  Doug Evans  <dje@google.com>
15534
15535         * gdb.base/gdbvars.c: New file.
15536         * gdb.base/gdbvars.exp: Test convenience vars with program variables.
15537
15538 2009-08-14  Pedro Alves  <pedro@codesourcery.com>
15539
15540         * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
15541         gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
15542
15543 2009-08-13  Pedro Alves  <pedro@codesourcery.com>
15544
15545         * gdb.base/default.exp: Adjust "set language test": it's now an
15546         enum command.  Larger help string moved to "help set language".
15547         * gdb.base/help.exp: Adjust "help set language" expected output,
15548         now lists all known languages.
15549
15550 2009-08-11  Nathan Froyd  <froydnj@codesourcery.com>
15551
15552         * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
15553         all frame arguments.
15554         * gdb.arch/altivec-regs.exp: Likewise.
15555
15556 2009-08-07  Tom Tromey  <tromey@redhat.com>
15557
15558         * gdb.base/setshow.exp: Add tests for changes to set language, set
15559         check range, and set check type.
15560
15561 2009-08-03  Vladimir Prus  <vladimir@codesourcery.com>
15562
15563         * lib/mi-support.exp (mi_list_breakpoints): Make it work.
15564         * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
15565         Call it.
15566
15567 2009-07-31  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15568
15569         * configure.ac: Run gdb.cell tests when appropriate.
15570         * configure: Regenerate.
15571         * lib/cell.exp: New file.
15572         * gdb.cell: New directory.
15573         * gdb.cell/configure.ac: New file.
15574         * gdb.cell/configure: New file.
15575         * gdb.cell/Makefile.in: New file.
15576         * gdb.cell/arch.exp: New file.
15577         * gdb.cell/break.c: New file.
15578         * gdb.cell/break.exp: New file.
15579         * gdb.cell/break-spu.c: New file.
15580         * gdb.cell/bt.c: New file.
15581         * gdb.cell/bt2-spu.c: New file.
15582         * gdb.cell/bt-spu.c: New file.
15583         * gdb.cell/bt.exp: New file.
15584         * gdb.cell/coremaker.c: New file.
15585         * gdb.cell/coremaker-spu.c: New file.
15586         * gdb.cell/core.exp: New file.
15587         * gdb.cell/gcore.exp: New file.
15588         * gdb.cell/data.c: New file.
15589         * gdb.cell/data.exp: New file.
15590         * gdb.cell/data-spu.c: New file.
15591         * gdb.cell/ea-cache.exp: New file.
15592         * gdb.cell/ea-cache.c: New file.
15593         * gdb.cell/ea-cache-spu.c: New file.
15594         * gdb.cell/ea-standalone.c: New file.
15595         * gdb.cell/ea-standalone.exp: New file.
15596         * gdb.cell/ea-test.c: New file.
15597         * gdb.cell/ea-test.exp: New file.
15598         * gdb.cell/f-regs.exp: New file.
15599         * gdb.cell/mem-access.c: New file.
15600         * gdb.cell/mem-access.exp: New file.
15601         * gdb.cell/mem-access-spu.c: New file.
15602         * gdb.cell/ptype.exp: New file.
15603         * gdb.cell/registers.exp: New file.
15604         * gdb.cell/size.c: New file.
15605         * gdb.cell/sizeof.exp: New file.
15606         * gdb.cell/size-spu.c: New file.
15607         * gdb.cell/solib.exp: New file.
15608         * gdb.cell/solib-symbol.exp: New file.
15609
15610 2009-07-31  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15611
15612         * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
15613
15614 2009-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
15615
15616         * gdb.base/float.exp: Handle VFP registers.
15617
15618 2009-07-14  Michael Snyder  <msnyder@vmware.com>
15619
15620         * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
15621         to bring gdb to the beginning of the calling line.
15622
15623         * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
15624         confusing the i386 epilogue unwinder.
15625
15626 2009-07-14  Stan Shebs  <stan@codesourcery.com>
15627
15628         * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
15629
15630 2009-07-14  Michael Snyder  <msnyder@vmware.com>
15631
15632         * gdb.reverse/step-reverse.exp (stepi into function call):
15633         Call instruction may not be first instruction in the line.
15634         (reverse stepi from a function call): Used wrong line number.
15635
15636 2009-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
15637
15638         * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
15639
15640 2009-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
15641
15642         Fix gdb.base/macscp.exp when using custom inputrc.
15643         * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
15644         * gdb.base/readline.exp: Remove env(INPUTRC) set and restore.  Remove
15645         env(TERM) set.
15646         * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
15647         * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
15648
15649 2009-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
15650
15651         Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
15652         * gdb.base/annota1.exp (thread_test): Import global $testfile.
15653         Change the compilation target to match the testcase name.
15654         * gdb.base/sect-cmd.exp: Change the compilation target to match the
15655         testcase name.
15656         * a2-run.exp: Use for setup prepare_for_testing.  Change the
15657         compilation target to match the testcase name.
15658         * gdb.base/commands.exp: Likewise.
15659         * gdb.base/finish.exp: Likewise.
15660         * gdb.base/float.exp: Likewise.
15661         * gdb.base/info-target.exp: Likewise.
15662         * gdb.base/relational.exp: Likewise.
15663         * gdb.base/term.exp: Likewise.
15664         * gdb.base/until.exp: Likewise.
15665         * gdb.base/volatile.exp: Likewise.
15666         * gdb.base/whatis-exp.exp: Likewise.
15667
15668 2009-07-11  Hui Zhu  <teawater@gmail.com>
15669
15670         * gdb.base/help.exp (disassemble): Update expected help text.
15671
15672 2009-07-09  Tom Tromey  <tromey@redhat.com>
15673
15674         * lib/gdb.exp: Handle TRANSCRIPT.
15675         (remote_spawn, remote_close, send_gdb): New procs.
15676
15677 2009-07-10 Phil Muldoon  <pmuldoon@redhat.com>
15678
15679         * gdb.python/python-prettyprint.c: Add counted null string
15680         structure.
15681         * gdb.python/python-prettyprint.exp: Print null string. Test for
15682         embedded nulls.
15683         * gdb.python/python-prettyprint.py (pp_ns): New Function.
15684         * gdb.python/python-value.exp (test_value_in_inferior): Add
15685         variable length string fetch tests.
15686         * gdb.python/python-value.c (main): Add strings for string fetch tests.
15687
15688 2009-07-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
15689
15690         * gdb.base/dump.exp (inaccessible memory is reported): New test.
15691
15692 2009-07-07  Tom Tromey  <tromey@redhat.com>
15693
15694         * gdb.base/call-rt-st.exp: Update for change to escape output.
15695         * gdb.base/callfuncs.exp: Likewise.
15696         * gdb.base/charset.exp: Likewise.
15697         * gdb.base/constvars.exp: Likewise.
15698         * gdb.base/long_long.exp: Likewise.
15699         * gdb.base/pointers.exp: Likewise.
15700         * gdb.base/printcmds.exp: Likewise.
15701         * gdb.base/setvar.exp: Likewise.
15702         * gdb.base/store.exp: Likewise.
15703         * gdb.cp/ref-types.exp: Likewise.
15704         * gdb.mi/mi-var-child.exp: Likewise.
15705         * gdb.mi/mi-var-display.exp: Likewise.
15706         * gdb.mi/mi2-var-display.exp: Likewise.
15707         * gdb.base/charset.exp: Test octal escape sequence length.
15708         Update for change to escape output.
15709
15710 2009-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
15711
15712         * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
15713
15714 2009-07-06  Daniel Jacobowitz  <dan@codesourcery.com>
15715
15716         * lib/java.exp (java_init): Ignore $GCJ if it is empty.
15717
15718 2009-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
15719
15720         * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
15721         gdbserver increasing $portnum if "Can't bind address" has been seen.
15722
15723 2009-07-05  Pedro Alves  <pedro@codesourcery.com>
15724
15725         * gdb.base/ending-run.exp: Add "step out of main" pattern for
15726         mingw32ce.
15727
15728 2009-07-05  Pedro Alves  <pedro@codesourcery.com>
15729
15730         * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
15731         VFP format.
15732
15733 2009-07-02  Pedro Alves  <pedro@codesourcery.com>
15734
15735         * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
15736         linux.  Adjust to use "inferior", "info inferiors", "detach
15737         inferior" and "kill inferior" instead of "restart", "info fork",
15738         "detach fork" and "delete fork".
15739         * gdb.base/ending-run.exp: Spell out "info".
15740         * gdb.base/help.exp: Adjust to use test_prefix_command_help for
15741         the "kill" command.
15742
15743 2009-07-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15744
15745         * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
15746         change to prefix TLS offset in hex with 0x.
15747
15748 2009-07-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15749
15750         * gdb.base/default.exp: Update test case for "x" changes.
15751
15752 2009-07-01  Tristan Gingold  <gingold@adacore.com>
15753
15754         * gdb.base/bigcore.exp: Make darwin untested.
15755
15756 2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
15757
15758         * gdb.base/completion.exp (directory completion): Create the directory.
15759         New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
15760         escapeuniquesub.
15761         (directory completion 2): Expect now ${escapeuniquesub}.
15762         (Glob remaining of directory test): Remove one excessive newline.
15763         Expect the real output.
15764
15765 2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
15766
15767         Fix `make check//%' target after `make check' has been ran.
15768         * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency.  Add
15769         a mkdir call.
15770         (check-gdb.base%): Remove the gdb.base%/.dir dependency.
15771         (%/.dir): Remove.
15772
15773 2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
15774
15775         * lib/mi-support.exp (mi_check_thread_states): Permit any output before
15776         the expected result record.
15777
15778 2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
15779
15780         Remove racy FAILs relying just on the timeouts.
15781         * gdb.base/setshow.exp (set annotate 2, show annotate (2))
15782         (annotation_level 2): Remove racy FAILs.
15783
15784 2009-06-30  Paul Pluzhnikov  <ppluzhnikov@google.com>
15785
15786         gdb/10275
15787         * gdb.dwarf2/dw2-restore.{S,exp}: New test.
15788
15789 2009-06-30  Daniel Jacobowitz  <dan@codesourcery.com>
15790
15791         * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
15792
15793 2009-06-30  Vladimir Prus  <vladimir@codesourcery.com>
15794
15795         * gdb.mi/mi-stack.exp: Testing symbolic options
15796         to -stack-list-locals and -stack-list-arguments.
15797
15798 2009-06-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
15799
15800         * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
15801
15802 2009-06-29  Tom Tromey  <tromey@redhat.com>
15803
15804         * dg-extract-results.sh: New file.
15805         * Makefile.in (FORCE_PARALLEL): New variable.
15806         (CHECK_TARGET): New conditional variable.
15807         (check): Use CHECK_TARGET.
15808         (DO_RUNTEST): New variable.
15809         (check-single): New target.
15810         (TEST_DIRS): New variable.
15811         (TEST_TARGETS): Likewise.
15812         (check-parallel): New target.
15813         (check-gdb.%): New pattern.
15814         (BASE1_FILES): New variable.
15815         (BASE2_FILES): Likewise.
15816         (check-gdb.base%): New pattern.
15817         (%/.dir): New pattern.
15818         * configure: Rebuild.
15819         * aclocal.m4 (AM_CONDITIONAL): New defun.
15820         * configure.ac: Check whether user is using GNU make.
15821         (GMAKE): New conditional.
15822
15823 2009-06-29  Sami Wagiaalla  <swagiaal@redhat.com>
15824
15825         * gdb.cp/namespace-nested-import.cc: New test.
15826         * gdb.cp/namespace-nested-import.exp: New test.
15827
15828 2009-06-27  Daniel Jacobowitz  <dan@codesourcery.com>
15829
15830         * gdb.base/break.exp: Add an XFAIL for gcc/36748.
15831         * gdb.cp/annota2.exp: Accept frames-invalid in more places.
15832         * gdb.opt/Makefile.in (EXECUTABLES): Update.
15833         * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
15834         * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
15835         gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
15836         gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
15837         gdb.opt/inline-markers.c: New files.
15838         * lib/gdb.exp (skip_inline_frame_tests): New function.
15839         (skip_inline_var_tests): New function.
15840
15841 2009-06-27  Andreas Schwab  <schwab@linux-m68k.org>
15842
15843         * gdb.cp/exception.exp: Don't require $hex before inner frame in
15844         backtrace.
15845
15846 2009-06-27  Michael Snyder  <msnyder@vmware.com>
15847
15848         * gdb.reverse: New directory.
15849         * gdb.reverse/break-reverse.c: New test.
15850         * gdb.reverse/break-reverse.exp: New test.
15851         * gdb.reverse/consecutive-reverse.c: New test.
15852         * gdb.reverse/consecutive-reverse.exp: New test.
15853         * gdb.reverse/finish-reverse.c: New test.
15854         * gdb.reverse/finish-reverse.exp: New test.
15855         * gdb.reverse/machinestate.c: New test.
15856         * gdb.reverse/ms1.c: New test.
15857         * gdb.reverse/machinestate.exp: New test.
15858         * gdb.reverse/Makefile.in: New file.
15859         * gdb.reverse/shr2.c: New test.
15860         * gdb.reverse/solib-reverse.c: New test.
15861         * gdb.reverse/solib-reverse.exp: New test.
15862         * gdb.reverse/step-reverse.c: New test.
15863         * gdb.reverse/step-reverse.exp: New test.
15864         * gdb.reverse/until-reverse.c: New test.
15865         * gdb.reverse/ur1.c: New test.
15866         * gdb.reverse/until-reverse.exp: New test.
15867         * gdb.reverse/watch-reverse.c: New test.
15868         * gdb.reverse/watch-reverse.exp: New test.
15869         * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
15870         * configure: Regenerate.
15871
15872 2009-06-26  Doug Evans  <dje@google.com>
15873
15874         * gdb.base/psymtab.exp: Turn off pending breakpoints.
15875
15876 2009-06-26  Pierre Muller  <muller@ics.u-strasbg.fr>
15877
15878         * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
15879         windows problem for 'file delete $binfile'.
15880
15881 2009-06-23  Sami Wagiaalla  <swagiaal@redhat.com>
15882
15883         * gdb.cp/namespace-using.exp: New test.
15884         * gdb.cp/namespace-using.cc: New test.
15885
15886 2009-05-20  Joel Brobecker  <brobecker@adacore.com>
15887
15888         * gdb.ada/variant_record_packed_array: New testcase.
15889
15890 2009-06-23  Tom Tromey  <tromey@redhat.com>
15891
15892         * gdb.base/charset.exp (test_combination): Regression test.
15893         * gdb.base/charset.c (my_wchar_t): New typedef.
15894         (myvar): New global.
15895         (main): Set myvar.
15896
15897 2009-06-18  Pierre Muller  <muller@ics.u-strasbg.fr>
15898
15899         * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
15900         target.
15901
15902 2009-06-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15903
15904         * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
15905
15906 2009-06-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15907
15908         * gdb.mi/gdb680.exp: Update test for error message.
15909
15910 2009-06-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15911
15912         * gdb.base/annota1.exp: Allow multiple occurrences of the
15913         frames-invalid annotation.
15914         * gdb.cp/annota2.exp: Likewise.
15915
15916 2009-06-15  Phil Muldoon  <pmuldoon@redhat.com>
15917
15918         * gdb.cp/gdb2495.cc: New file.
15919         * gdb.cp/gdb2495.exp: New file.
15920
15921 2009-06-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
15922
15923         Report error on GDB crash during runto.
15924         * lib/gdb.exp (runto <eof>): New.
15925
15926 2009-06-09  Daniel Jacobowitz  <dan@codesourcery.com>
15927
15928         * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
15929         gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
15930         gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
15931         gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
15932         gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
15933         gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
15934         gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
15935         gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
15936         gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
15937         gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
15938         gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
15939         gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
15940         gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
15941         gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
15942         gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
15943         gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
15944         gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
15945         gdb.server/server-mon.exp, gdb.server/server-run.exp,
15946         gdb.trace/actions.exp, gdb.trace/backtrace.exp,
15947         gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
15948         gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
15949         gdb.trace/passcount.exp, gdb.trace/report.exp,
15950         gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
15951         gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
15952         gdb.trace/while-stepping.exp: Use a unique name for the compiled
15953         executable.
15954
15955 2009-06-07  Pedro Alves  <pedro@codesourcery.com>
15956
15957         * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
15958         defined before referencing it.
15959
15960 2009-06-03  Doug Evans  <dje@google.com>
15961
15962         * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
15963         * gdb.arch/i386-see.c: Ditto.
15964
15965 2009-05-30  Pierre Muller  <muller@ics.u-strasbg.fr>
15966
15967         * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
15968         (check_macro): Return 1 if undefined.
15969         If first test fails, check if macro debug information is available,
15970         and report unsupported test if no macro information is found.
15971
15972 2009-05-29  Doug Evans  <dje@google.com>
15973
15974         * gdb.threads/hand-call-in-threads.exp: New.
15975         * gdb.threads/hand-call-in-threads.c: New.
15976
15977 2009-05-29  Michael Snyder  <msnyder@vmware.com>
15978
15979         * gdb.base/break-always.exp: Change "1" to "on".
15980         Add confirmation check.
15981
15982 2009-05-28  Pedro Alves  <pedro@codesourcery.com>
15983
15984         * gdb.threads/threxit-hop-specific.c: New.
15985         * gdb.threads/threxit-hop-specific.exp: New.
15986         * gdb.threads/thread-execl.c: New.
15987         * gdb.threads/thread-execl.exp: New.
15988
15989 2009-05-27  Tom Tromey  <tromey@redhat.com>
15990             Thiago Jung Bauermann  <bauerman@br.ibm.com>
15991
15992         * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
15993         (mi_child_regexp): Likewise.
15994         (mi_list_varobj_children_range): Likewise.
15995         (mi_get_features): Likewise.
15996         (mi_list_varobj_children): Rewrite.
15997         * gdb.python/python-mi.exp: New file.
15998
15999 2009-05-27  Tom Tromey  <tromey@redhat.com>
16000             Thiago Jung Bauermann  <bauerman@br.ibm.com>
16001             Phil Muldoon  <pmuldoon@redhat.com>
16002             Paul Pluzhnikov  <ppluzhnikov@google.com>
16003
16004         * gdb.python/python-prettyprint.exp: New file.
16005         * gdb.python/python-prettyprint.c: New file.
16006         * gdb.python/python-prettyprint.py: New file.
16007         * gdb.base/display.exp: print/r is now valid.
16008
16009 2009-05-27  Thiago Jung Bauermann  <bauerman@br.ibm.com>
16010             Tom Tromey  <tromey@redhat.com>
16011             Pedro Alves  <pedro@codesourcery.com>
16012             Paul Pluzhnikov  <ppluzhnikov@google.com>
16013
16014         * gdb.python/python-template.exp: New file.
16015         * gdb.python/python-template.cc: New file.
16016         * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
16017         tests.
16018         * gdb.python/python-value.exp (py_objfile_tests): New proc.
16019         Call it.
16020         (test_value_after_death): New proc.
16021         * gdb.python/python-value.c (PTR): New typedef.
16022         (main): New variable 'x'.
16023
16024 2009-05-27  Tom Tromey  <tromey@redhat.com>
16025
16026         * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
16027         tests.
16028         * gdb.python/python-value.exp (py_objfile_tests): New proc.
16029         Call it.
16030
16031 2009-05-27  Pedro Alves  <pedro@codesourcery.com>
16032
16033         * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
16034
16035 2009-05-24  Pedro Alves  <pedro@codesourcery.com>
16036
16037         * gdb.threads/fork-thread-pending.c: New.
16038         * gdb.threads/fork-thread-pending.exp: New.
16039
16040 2009-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
16041
16042         * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
16043         * gdb.dwarf2/dw2-strp.S (a_string2): New.
16044
16045 2009-05-18  Jon Beniston  <jon@beniston.com>
16046
16047         * gdb.asm/asm-source.exp: Add lm32 target.
16048
16049 2009-05-17  Pedro Alves  <pedro@codesourcery.com>
16050
16051         * gdb.base/foll-fork.c: Include stdlib.h.  Add markers for
16052         `gdb_get_line_number'.  Call `callee' in both parent and child.
16053         * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
16054         `gdb_get_line_number' instead of hardcoding line numbers.
16055         (catch_fork_unpatch_child): New procedure to test detaching
16056         breakpoints from child fork.
16057         (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
16058         hardcoding line numbers.
16059         (do_fork_tests): Run `catch_fork_unpatch_child'.
16060
16061 2009-05-17  Vladimir Prus  <vladimir@codesourcery.com>
16062
16063         * gdb.mi/mi-cmd-var.exp: Check that when varobj
16064         of structure type enters or leaves the scope, it
16065         is reported by -var-update.
16066
16067 2009-05-11  Doug Evans  <dje@sebabeach.org>
16068
16069         * gdb.mi/nsintrall.c (main): Fix off-by-one error.
16070         * gdb.threads/pending-step.c (main): Fix off-by-one error.
16071         * gdb.threads/schedlock.c (main): Fix off-by-one error.
16072
16073 2009-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
16074
16075         * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
16076
16077 2009-04-30  Doug Evans  <dje@google.com>
16078
16079         * gdb.threads/watchthreads2.exp: New testcase.
16080         * gdb.threads/watchthreads2.c: New testcase.
16081
16082 2009-04-29  Doug Evans  <dje@google.com>
16083
16084         * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
16085         * gdb.cp/mb-ctor.cc: Ditto.
16086         * gdb.cp/mb-inline.exp: Add multi-line source statement test.
16087         * gdb.cp/mb-inline.h (multi_line_foo): New function.
16088         * gdb.cp/mb-inline1.cc: Call it.
16089         * gdb.cp/mb-inline2.cc: Ditto.
16090         * gdb.cp/mb-templates.exp: Add multi-line source statement test.
16091         * gdb.cp/mb-templates.cc (multi_line_foo): New template.
16092
16093 2009-04-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
16094
16095         * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
16096         (info_macro): Remova `decimal' declaration.  New variable `nonzero'.
16097         Replace all uses of `decimal' by `nonzero'.
16098         (info macro FROM_COMMANDLINE): New test.
16099
16100 2009-04-27  Tom Tromey  <tromey@redhat.com>
16101
16102         * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
16103
16104 2009-04-27  Doug Evans  <dje@google.com>
16105
16106         * gdb.threads/watchthreads.c (main): Initialize args before starting
16107         the threads.  Plus formatting cleanup.
16108         * gdb.threads/watchthreads.exp: Avoid errant failures due to
16109         biased scheduling of one thread.
16110
16111 2009-04-27  Jerome Guitton  <guitton@adacore.com>
16112
16113         * gdb.cp/templates.cc (GetMax): New template.
16114         (main): Declare two instances of GetMax.
16115         * gdb.cp/templates.exp: Add new test.
16116
16117 2009-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
16118
16119         * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
16120
16121 2009-04-22  Joseph Myers  <joseph@codesourcery.com>
16122
16123         * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
16124
16125 2009-04-15  Tom Tromey  <tromey@redhat.com>
16126
16127         * gdb.base/charset.exp: Add regression test.
16128
16129 2009-04-14  Joel Brobecker  <brobecker@adacore.com>
16130
16131         * gdb.base/exe-lock.exp: New testcase.
16132
16133 2009-04-13  Tom Tromey  <tromey@redhat.com>
16134
16135         * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
16136         operator on Frame.
16137
16138 2009-04-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
16139
16140         * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
16141         * gdb.server/ext-attach.exp: Likewise.
16142
16143 2009-04-03  Vladimir Prus  <vladimir@codesourcery.com>
16144
16145         Eliminate some sleep usage.
16146
16147         * gdb.mi/basics.c (do_nothing): New.
16148         (main): Use do_nothing instead of printf, so that
16149         not to introduce race condition between output of
16150         inferiour and output of gdb. Do not use sleep as it
16151         is not generally available on embedded targets.
16152
16153 2009-04-02  Pedro Alves  <pedro@codesourcery.com>
16154
16155         * gdb.server/ext-attach.exp: Expect an optional process id after
16156         "Detached from remote process".
16157
16158 2009-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
16159
16160         * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
16161         gdb.dwarf2/dw2-unresolved.exp: New.
16162
16163 2009-04-02  Pedro Alves  <pedro@codesourcery.com>
16164
16165         * gdb.mi/mi-nonstop-exit.exp: Don't check isnative.  Use
16166         mi_run_to_main.
16167
16168 2009-04-02  Pedro Alves  <pedro@codesourcery.com>
16169
16170         * gdb.mi/mi-nonstop.exp: Don't check isnative.  Use
16171         mi_run_to_main.  Skip thread exit test on remote targets.
16172         * gdb.mi/mi-nsintrall.exp: Don't check isnative.  Use
16173         mi_run_to_main.
16174         * gdb.mi/mi-nsmoribund.exp: Don't check isnative.  Use
16175         mi_run_to_main.
16176         * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
16177         when expecting ^connected.  Detect when the target doesn't support
16178         non-stop mode.
16179         (mi_run_cmd): Detect if non-stop mode was requested by isn't
16180         supported.  Return -1 on error, 0 on success.
16181         (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
16182         (mi_runto): Return mi_runto_helper's result explicitly.
16183
16184 2009-04-01  Pedro Alves  <pedro@codesourcery.com>
16185
16186         * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
16187
16188 2009-04-01  Tom Tromey  <tromey@redhat.com>
16189
16190         * gdb.base/funcargs.exp: Set print frame-arguments to "all".
16191         * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
16192         * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
16193         * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
16194
16195 2009-03-31  Daniel Jacobowitz  <dan@codesourcery.com>
16196             Jan Kratochvil  <jan.kratochvil@redhat.com>
16197
16198         PR gdb/931
16199         * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
16200         output.
16201         * gdb.cp/templates.exp: Allow canonical output.  Remove KFAILs
16202         for gdb/931.
16203         * dw2-strp.S (DW_AT_language): Change to C++.
16204         (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
16205
16206 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
16207
16208         * gdb.ada/tasks: New testcase.
16209
16210 2009-03-30  Stan Shebs  <stan@codesourcery.com>
16211
16212         * gdb.trace/actions.exp: Update to match new info trace format.
16213         * gdb.trace/deltrace.exp: Ditto.
16214         * gdb.trace/infotrace.exp: Ditto.
16215         * gdb.trace/passcount.exp: Ditto.
16216         * gdb.trace/save-trace.exp: Ditto.
16217         * gdb.trace/while-stepping.exp: Ditto.
16218         * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
16219
16220 2009-03-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
16221
16222         * gdb.python/python-frame.c: New file.
16223         * gdb.python/python-frame.exp: New file.
16224
16225 2009-03-29  Thiago Jung Bauermann  <bauerman@br.ibm.com>
16226
16227         * gdb.python/python-value.exp: Add tests for the address
16228         attribute.
16229
16230 2009-03-29  Andreas Schwab  <schwab@linux-m68k.org>
16231
16232         * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
16233
16234 2009-03-26  Doug Evans  <dje@google.com>
16235
16236         * gdb.mi/mi-nonstop-exit.exp: New file.
16237         * gdb.mi/non-stop-exit.c: New file.
16238
16239 2009-03-26  Tom Tromey  <tromey@redhat.com>
16240
16241         Update for change to prologue skipping:
16242         * gdb.mi/mi2-simplerun.exp: Update.
16243         * gdb.mi/mi2-break.exp: Update.
16244         * gdb.mi/mi-simplerun.exp: Update.
16245         * gdb.mi/mi-break.exp: Update.
16246         * gdb.base/ending-run.exp: Update.
16247
16248 2009-03-26  Thiago Jung Bauermann  <bauerman@br.ibm.com>
16249
16250         * gdb.python/python-value.exp (test_value_in_inferior): Test
16251         gdb.Value.is_optimized_out attribute.
16252
16253 2009-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
16254
16255         * gdb.dwarf2/dw2-noloc-main.c: New file.
16256         * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
16257         (.text): Remove.
16258         (.data): New.
16259         (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
16260         (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
16261         (DW_TAG_subprogram func_cu1, noloc): Remove.
16262         (main): New.
16263         * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
16264         `dw2-noloc-main.c'.  Test the new DIEs from `dw2-noloc.S'.
16265         (file_symbols): New procedure.
16266
16267 2009-03-25  Tom Tromey  <tromey@redhat.com>
16268
16269         * gdb.base/charset.exp (valid_target_charset): New proc.
16270         Use it to skip tests on invalid charsets.
16271
16272 2009-03-25  Pierre Muller  <muller@ics.u-strasbg.fr>
16273
16274         * gdb.base/completion.exp: Add a test for directory completion.
16275
16276 2009-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
16277
16278         Fix a racy FAIL.
16279         * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
16280         * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
16281
16282 2009-03-21  Thiago Jung Bauermann  <bauerman@br.ibm.com>
16283
16284         * gdb.python/python-cmd.exp: Add tests for keyword arguments.
16285         * gdb.python/python-function.exp: Add test for function returning
16286         a GDB value.
16287
16288 2009-03-20  Thiago Jung Bauermann  <bauerman@br.ibm.com>
16289
16290         * gdb.python/python-function.exp: New file.
16291
16292 2009-03-20  Tom Tromey  <tromey@redhat.com>
16293
16294         * gdb.base/store.exp: Update for change to escape output.
16295         * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
16296         to escape output.
16297         * gdb.base/pointers.exp: Update for change to escape output.
16298         * gdb.base/long_long.exp (gdb_test_long_long): Update for change
16299         to escape output.
16300         * gdb.base/constvars.exp (do_constvar_tests): Update for change to
16301         escape output.
16302         * gdb.base/call-rt-st.exp (print_struct_call): Update for change
16303         to escape output.
16304         * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
16305         escape output.
16306         * gdb.base/setvar.exp: Update for change to escape output.
16307         * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
16308         * gdb.base/printcmds.exp (test_print_all_chars): Update for change
16309         to escape output.
16310         (test_print_string_constants): Likewise.
16311         * gdb.base/charset.exp (valid_host_charset): Check size of
16312         wchar_t.  Handle UCS-2 and UCS-4.  Add tests for wide and unicode
16313         cases.  Handle "auto"-related output.
16314         * gdb.base/charset.c (char16_t, char32_t): New typedefs.
16315         (uvar, Uvar): New globals.
16316
16317 2009-03-19  Jerome Guitton  <guitton@adacore.com>
16318
16319         * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
16320         deltas.
16321         * gdb.ada/fixed_points.exp: Ditto.
16322
16323 2009-03-18  Pedro Alves  <pedro@codesourcery.com>
16324
16325         * return-nodebug.c: Don't include stdio.h.
16326         (init): Delete.
16327         (func): Delete definition and provide extern declaration.
16328         (t): New.
16329         (main): Don't call printf.  Call func and store its result in t.
16330         * return-nodebug1.c: New.
16331         * return-nodebug.exp: Don't expect stdio output.  Instead, print
16332         the global variable t.  Drop printf formatters and cast types from
16333         foreach loop.  Don't use prepare_for_testing.  Compile
16334         return-nodebug.c and return-nodebug1.c in separate steps.  Don't
16335         define FORMAT or CAST.
16336
16337 2009-03-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
16338
16339         * gdb.base/solib-display.exp: Disable test for remote targers.
16340
16341 2009-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
16342
16343         * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
16344
16345 2009-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
16346
16347         Fix a racy FAIL.
16348         * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
16349         code from `follow parent, print pids'.
16350         (`follow child, print pids', `follow parent, print pids'): Call it.
16351         Replace `gdb_test "break..."' by gdb_breakpoint.
16352
16353 2009-03-13  Vladimir Prus  <vladimir@codesourcery.com>
16354
16355         * gdb.mi/mi-cli.exp: Adjust for output difference in
16356         sync and async modes.
16357
16358 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
16359
16360         * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
16361         that was checked in by mistake. Remove loading of ada.exp, since
16362         this is not necessary in this case.
16363
16364 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
16365
16366         * gdb.ada/ptype_arith_binop.exp: New testcase.
16367
16368 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
16369
16370         * gdb.ada/mod_from_name: New testcase.
16371
16372 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
16373
16374         * gdb.ada/tick_last_segv: New testcase.
16375
16376 2009-03-12  Vladimir Prus  <vladimir@codesourcery.com>
16377
16378         * gdb.mi/mi-cli.exp: Remove debug print.
16379
16380 2009-03-12  Vladimir Prus  <vladimir@codesourcery.com>
16381
16382         * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
16383         include the token in ^running and frame info in *stopped.
16384
16385 2009-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
16386
16387         * solib-display.exp: New file.
16388         * solib-display-main.c: New file.
16389         * solib-display-lib.c: New file.
16390
16391 2009-03-05  Pedro Alves  <pedro@codesourcery.com>
16392
16393         * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
16394
16395 2009-02-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
16396
16397         * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
16398         (list_and_check_macro): Use more specific test name.
16399         (next to definition): Make the test names unique.
16400
16401 2009-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
16402
16403         * gdb.pascal/floats.exp: Accept approximate results everywhere.
16404
16405 2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
16406
16407         * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
16408         notifications.
16409         * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
16410         * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
16411         * lib/mi-support.exp (library_loaded_re): New.
16412         (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
16413
16414 2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
16415
16416         * gdb.gdb/observer.exp: Use test_notification observer, not
16417         normal_stop, everywhere.
16418         (test_normal_stop_notifications): Rename to...
16419         (test_notifications): ...this.
16420         (test_observer_normal_stop): Rename to...
16421         (test_observer): ...this.
16422
16423 2009-02-16  Doug Evans  <dje@google.com>
16424
16425         * gdb.arch/amd64-disp-step.S (test_int3): New test.
16426         * gdb.arch/amd64-disp-step.exp (test_int3): New test.
16427         * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
16428         (test_prefixed_syscall,test_int3): New tests.
16429         * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
16430         (test_prefixed_syscall,test_int3): New tests.
16431
16432 2009-02-14  Vladimir Prus  <vladimir@codesourcery.com>
16433
16434         * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
16435         (mi_expect_interrupt): Likewise.
16436         * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
16437         response.
16438
16439 2009-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
16440
16441         * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
16442         * gdb.base/pc-fp.exp (get_valueofx): Remove.
16443         Replace calls to get_valueofx by get_hexadecimal_valueof.
16444
16445 2009-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
16446
16447         * lib/gdb.exp (get_valueof): Accept anything as a return value.
16448         (get_integer_valueof): New procedure.
16449         (get_sizeof): Use new get_integer_value_of.
16450         * gdb.base/sizeof.exp: Replace all uses of get_valueof
16451         by get_integer_valueof.
16452
16453 2009-02-13  Tom Tromey  <tromey@redhat.com>
16454
16455         * gdb.base/remote.exp (get_sizeof): Remove.
16456         * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
16457         * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
16458         * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
16459         * lib/gdb.exp (get_valueof): Move from long_long.exp.
16460         (get_sizeof): Likewise.
16461
16462 2009-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
16463
16464         PR fortran/9806
16465         * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
16466
16467 2009-02-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
16468
16469         * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
16470
16471 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
16472
16473         * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
16474
16475 2009-02-06  Thiago Jung Bauermann  <bauerman@br.ibm.com>
16476
16477         * gdb.python/python-cmd.exp: New file.
16478
16479 2009-02-06  Tristan Gingold  <gingold@adacore.com>
16480
16481         * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
16482
16483 2009-02-05  Tristan Gingold  <gingold@adacore.com>
16484
16485         * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
16486         pointer is dereferenced and use this signal name in regexp.
16487         * gdb.base/signull.exp: Ditto.
16488         * gdb.base/sigbpt.c (main): Catch SIGBUS too.
16489         * gdb.base/signull.c (main): Ditto.
16490
16491 2009-02-04  Tom Tromey  <tromey@redhat.com>
16492             Thiago Jung Bauermann  <bauerman@br.ibm.com>
16493
16494         * gdb.python/python-value.exp: Use `gdb.history' instead of
16495         `gdb.value_from_history'.
16496         (test_value_numeric_ops): Add test for conversion of enum constant.
16497         * gdb.python/python-value.c (enum e): New type.
16498         (evalue): New global.
16499         (main): Use argv.
16500
16501 2009-02-04  Jerome Guitton  <guitton@adacore.com>
16502
16503         * gdb.ada/uninitialized_vars: New test program.
16504         * gdb.ada/uninitialized_vars.exp: New testcase.
16505
16506 2009-02-02  Tom Tromey  <tromey@redhat.com>
16507
16508         * gdb.cp/cpcompletion.exp: Name the test "pr9594".
16509         * gdb.cp/pr2489.cc: Rename...
16510         * gdb.cp/pr9594.cc: ... to this.
16511
16512 2009-02-02  Tom Tromey  <tromey@redhat.com>
16513
16514         * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
16515         * gdb.cp/pr2489.cc: New file.
16516         * gdb.cp/cpcompletion.exp: New file.
16517
16518 2009-02-02  Tom Tromey  <tromey@redhat.com>
16519
16520         PR exp/9059:
16521         * gdb.cp/call-c.exp: Add regression test.
16522         * gdb.cp/call-c.cc (FooHandle): New typedef.
16523         (main): New variable 'handle'.
16524
16525 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
16526
16527         * lib/mi-support.exp (et_mi_thread_list)
16528         (check_mi_and_console_threads): Adjust for current thread in
16529         -thread-list-ids output.
16530
16531 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
16532
16533         * gdb.mi/mi-break.exp (test_disabled_creation): New.
16534         Call it.
16535
16536 2009-01-28  Doug Evans  <dje@google.com>
16537
16538         * gdb.arch/amd64-disp-step.S: New file.
16539         * gdb.arch/amd64-disp-step.exp: New file.
16540         * gdb.arch/i386-disp-step.S: New file.
16541         * gdb.arch/i386-disp-step.exp: New file.
16542
16543 2009-01-27  Pierre Muller  <muller@ics.u-strasbg.fr>
16544
16545         * gdb.base/find.exp: Set newline variable
16546         using quotes instead of braces to fix cygwin failures.
16547
16548 2009-01-23  Pedro Alves  <pedro@codesourcery.com>
16549
16550         * gdb.base/radix.exp: Add tests to ensure that that set
16551         input-radix 0 and set output-radix 0 are really rejected.
16552
16553 2009-01-23  Pedro Alves  <pedro@codesourcery.com>
16554
16555         * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
16556         copyright years.
16557
16558 2009-01-23  Pedro Alves  <pedro@codesourcery.com>
16559
16560         PR gdb/9664:
16561         * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
16562
16563 2009-01-22  Pedro Alves  <pedro@codesourcery.com>
16564
16565         PR c++/9631:
16566         * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
16567
16568 2009-01-22  Pierre Muller  <muller@ics.u-strasbg.fr>
16569
16570         * gdb.server/file-transfer.exp: Use EXEEXT variable for
16571         binfile definition to fix Windows OS failure.
16572
16573 2009-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
16574
16575         PR gdb/9346
16576         * gdb.base/interrupt.c (sigint_handler): New.
16577         (main): Install a SIGINT handler if SIGNALS is defined.  Exit
16578         on error.
16579         * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
16580         Test "signal SIGINT".
16581
16582 2009-01-19  Doug Evans  <dje@google.com>
16583
16584         * gdb.base/break.exp: Update expected gdb output.
16585         * gdb.base/sepdebug.exp: Ditto.
16586         * gdb.mi/mi-syn-frame.exp: Ditto.
16587         * gdb.mi/mi2-syn-frame.exp: Ditto.
16588         * gdb.base/call-signal-resume.exp: New file.
16589         * gdb.base/call-signals.c: New file.
16590         * gdb.base/unwindonsignal.exp: New file.
16591         * gdb.base/unwindonsignal.c: New file.
16592         * gdb.threads/interrupted-hand-call.exp: New file.
16593         * gdb.threads/interrupted-hand-call.c: New file.
16594         * gdb.threads/thread-unwindonsignal.exp: New file.
16595
16596 2009-01-14  Daniel Jacobowitz  <dan@codesourcery.com>
16597
16598         * gdb.base/define.exp: Test defining and hooking prefix commands.
16599         * gdb.python/python.exp: Update test for "show user" output.
16600
16601 2009-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
16602
16603         * gdb.fortran/derived-type.exp: New variables int4 and real4.  Match
16604         now the output exactly, using less wildcards.  Expect also the output
16605         of gfortran-4.3.  Update for the f-valprint.c modification from
16606         2008-04-22.
16607         * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
16608         Remove gdb_test test names where matching the command.
16609
16610 2009-01-01  Pedro Alves  <pedro@codesourcery.com>
16611
16612         PR breakpoints/9681:
16613         * gdb.base/watchpoint.exp: Add regression test.
16614
16615 2008-12-31  Pedro Alves  <pedro@codesourcery.com>
16616
16617         * gdb.threads/attach-into-signal.exp: Don't use
16618         gdb_suppress_entire_file.
16619         * gdb.threads/attach-stopped.exp: Ditto.
16620         * gdb.threads/attachstop-mt.exp: Ditto.
16621
16622 2008-12-31  Pedro Alves  <pedro@codesourcery.com>
16623
16624         PR gdb/8812:
16625         * gdb.base/signal.exp: Change kfail to fail, and update PR number.
16626
16627 2008-12-29  Pedro Alves  <pedro@codesourcery.com>
16628
16629         PR gdb/7536:
16630         * gdb.base/radix.exp: Add tests to ensure invalid input radices
16631         and unsupported output radices are really rejected.
16632
16633 2008-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
16634
16635         * gdb.cp/punctuator.exp: Backslash the '$' signs.
16636
16637 2008-12-22  Tom Tromey  <tromey@redhat.com>
16638
16639         * gdb.cp/punctuator.exp: New file.
16640
16641 2008-12-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
16642
16643         * gdb.base/completion.exp (Completing non-existing component): New test.
16644
16645 2008-12-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
16646
16647         Fix for PR gdb/8648.
16648         * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
16649         gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
16650         gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
16651         gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
16652
16653 2008-12-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
16654
16655         * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
16656
16657 2008-12-16  Christophe Lyon  <christophe.lyon@st.com>
16658
16659         * gdb.base/expand-psymtabs.c: Insert code in foo so that the
16660         compiler actually generate code at the expected line number.
16661
16662 2008-12-15  Jie Zhang  <jie.zhang@analog.com>
16663
16664         * gdb.base/consecutive.exp: Don't use global in gdb_expect.
16665
16666 2008-12-12  Tom Tromey  <tromey@redhat.com>
16667
16668         * gdb.base/commands.exp (redefine_hook_test): New proc.
16669         Call it.
16670
16671 2008-12-11  Tom Tromey  <tromey@redhat.com>
16672
16673         * gdb.base/macscp.exp: New regression test.
16674
16675 2008-12-11  Tom Tromey  <tromey@redhat.com>
16676
16677         * gdb.base/macscp.exp: Print "address.addr".
16678         * gdb.base/macscp1.c (struct outer): New struct.
16679         (address): New global.
16680
16681 2008-12-09  Tom Tromey  <tromey@redhat.com>
16682
16683         * gdb.base/commands.exp (redefine_backtrace_test): New proc.
16684         Call it.
16685
16686 2008-12-04  Doug Evans  <dje@google.com>
16687
16688         * gdb.server/ext-run.exp: Relax regexp for init program.
16689
16690 2008-12-03  Tristan Gingold  <gingold@adacore.com>
16691
16692         * gdb.base/macscp.exp: Generate an object file during compilation
16693         to work around Darwin dsymutil limitations.
16694
16695 2008-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
16696
16697         Test resolving external references to TLS variables.
16698         * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
16699         FILE2_THREAD_LOCAL.
16700         (testfile2, srcfile2): New variables.
16701         * gdb.threads/tls.c (file2_thread_local)
16702         (function_referencing_file2_thread_local): New.
16703         * gdb.threads/tls2.c: New file.
16704
16705 2008-11-28  Joel Brobecker  <brobecker@adacore.com>
16706
16707         * gdb.ada/int_deref.exp: Convert the addresses into long_integer
16708         rather than integer, as integer might not be big enough when
16709         on 64bit targets.
16710
16711 2008-11-27  Jerome Guitton  <guitton@adacore.com>
16712
16713         * gdb.cp/formatted-ref.exp: Add equality test.
16714         * gdb.ada/formatted_ref.exp: Ditto.
16715
16716 2008-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
16717
16718         * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
16719         * gdb.base/start.exp: New comment about an alternative - `runto_main'.
16720
16721 2008-11-20  Andreas Schwab  <schwab@suse.de>
16722
16723         * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
16724         matching syscall entry point.
16725         * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
16726         (tcatch_vfork_then_child_follow): Likewise.  Finish through
16727         vfork even if we stopped at the syscall trampoline.
16728
16729 2008-11-20  Doug Evans  <dje@google.com>
16730
16731         * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
16732
16733 2008-11-18  Thiago Jung Bauermann  <bauerman@br.ibm.com>
16734
16735         * gdb.arch/ppc-dfp.exp: New file.
16736         * gdb.arch/ppc-dfp.c: New file.
16737
16738 2008-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
16739
16740         * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
16741
16742 2008-11-17  Doug Evans  <dje@google.com>
16743
16744         * gdb.mi/mi-syn-frame.exp: Update expected output.
16745         * gdb.mi/mi2-syn-frame.exp: Update expected output.
16746
16747 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
16748
16749         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
16750         "thread N" results in =thread-selected.
16751         * lib/mi-support (mi_run_cmd, mi_expect_stop)
16752         (mi_send_resuming_command_raw): Be prepared for
16753         =thread-selected.
16754
16755 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
16756
16757         * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
16758         * lib/mi-support.exp: Likewise.
16759
16760 2008-11-16  Joel Brobecker  <brobecker@adacore.com>
16761
16762         * gdb.base/help.exp: Remove the "catch load" and "catch unload"
16763         commands from the expected output for "help catch".
16764
16765 2008-11-15  Joel Brobecker  <brobecker@adacore.com>
16766
16767         * gdb.ada/int_deref.exp: New testcase.
16768
16769 2008-11-14  Nick Roberts  <nickrob@snap.net.nz>
16770
16771         * gdb.mi/gdb2549.exp: New file.
16772
16773 2008-11-11  Doug Evans  <dje@google.com>
16774
16775         * gdb.base/callexit.exp: New file.
16776         * gdb.base/callexit.c: New file.
16777
16778 2008-11-10  Doug Evans  <dje@google.com>
16779
16780         * lib/gdb.exp (GDBFLAGS): Move -nx ...
16781         (INTERNAL_GDBFLAGS): ... to here.  Move -nw to here as well.
16782         (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
16783         (default_gdb_start,default_gdb_exit): Ditto.
16784         * lib/mi-support.exp (default_mi_gdb_start): Ditto.
16785         (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
16786         * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
16787         * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
16788         * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
16789         * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
16790
16791 2008-11-03  Andreas Schwab  <schwab@suse.de>
16792
16793         * gdb.base/hashline2.exp: Fix typo.
16794         * gdb.base/hashline3.exp: Likewise.
16795
16796 2008-10-30  Tom Tromey  <tromey@redhat.com>
16797
16798         * gdb.base/pointers.exp: Add test.
16799         * gdb.base/pointers.c (k, S): New typedefs.
16800         (instance): New global.
16801
16802 2008-10-30  Andreas Schwab  <schwab@suse.de>
16803
16804         * gdb.base/args.exp: Add tests for newlines.
16805
16806 2008-10-30  Joel Brobecker  <brobecker@adacore.com>
16807
16808         gdb.base/foll-exec.exp: Update the expected output of a couple
16809         of "info breakpoints" tests.
16810
16811 2008-10-28  Tom Tromey  <tromey@redhat.com>
16812
16813         * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
16814
16815 2008-10-24  Pedro Alves  <pedro@codesourcery.com>
16816
16817         * gdb.python/python-value.exp (test_value_in_inferior): Don't use
16818         gdb_start_cmd.
16819         Use runto_main before any test that requires execution.
16820
16821 2008-10-23  Pedro Alves  <pedro@codesourcery.com>
16822
16823         * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
16824         instead of SIGINT.
16825
16826 2008-10-22  Joel Brobecker  <brobecker@adacore.com>
16827
16828         * gdb.base/completion.exp: Update expected output following
16829         the addition of the "info tasks" command.
16830
16831 2008-10-22  Tom Tromey  <tromey@redhat.com>
16832
16833         * gdb.base/exprs.exp (test_expr): Add test for string
16834         concatenation.
16835
16836 2008-10-19  Pedro Alves  <pedro@codesourcery.com>
16837
16838         * configure.ac: Output gdb.python/Makefile.
16839         * configure: Regenerate.
16840         * gdb.python/Makefile.in: New.
16841
16842 2008-10-16  Joel Brobecker  <brobecker@adacore.com>
16843
16844         * gdb.base/foll-fork.exp: Adjust the expected output to match
16845         the new description for fork/vfork catchpoints in the "info
16846         breakpoints" output.
16847
16848 2008-10-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
16849
16850         * Makefile.in: Add gdb.python to ALL_SUBDIRS.
16851
16852 2008-10-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
16853
16854         * gdb.python/python-value.c: New file.
16855         * gdb.python/python-value.exp: New file.
16856
16857 2008-10-15  Pedro Alves  <pedro@codesourcery.com>
16858
16859         * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
16860
16861 2008-10-15  Denis Pilat  <denis.pilat@st.com>
16862
16863         * gdb.cp/mb-ctor.exp: Fix a typo.
16864
16865 2008-10-09  Tom Tromey  <tromey@redhat.com>
16866
16867         * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
16868         'fprintf' and 'stderr'.
16869
16870 2008-10-07  Joel Brobecker  <brobecker@adacore.com>
16871
16872         * gdb.ada/ref_tick_size.exp: New testcase.
16873
16874 2008-10-06  Doug Evans  <dje@google.com>
16875
16876         * gdb.dwarf2/dw2-cu-size.exp: New file.
16877         * gdb.dwarf2/dw2-cu-size.S: New file.
16878
16879         * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
16880         .Ltype_int for clarity.
16881
16882 2008-10-03  Paul Pluzhnikov  <ppluzhnikov@google.com>
16883
16884         PR gdb/2384:
16885         * gdb.cp/gdb2384.exp: Extended to test more cases.
16886         * gdb.cp/gdb2384.cc: Likewise.
16887         * gdb.cp/gdb2384-base.h: Likewise.
16888         * gdb.cp/gdb2384-base.cc: Likewise.
16889
16890 2008-10-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
16891
16892         * gdb.base/maint.exp (maint print type): Remove printing
16893         UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
16894
16895 2008-09-30  Tom Tromey  <tromey@redhat.com>
16896
16897         * gdb.base/macscp.exp: Add completion tests.
16898         * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
16899         (TWENTY_THREE): Likewise.
16900         (FORTY_EIGHT): Likewise.
16901
16902 2008-09-30  Tom Tromey  <tromey@redhat.com>
16903
16904         * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
16905         everywhere.
16906         * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
16907
16908 2008-09-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
16909
16910         * gdb.threads/attachstop-mt.exp: Note a real testcase name this
16911         testcase is derived from.  Fix racy dependency on an expected PID
16912         number.  No longer support the testcase on Linux kernel 2.4.x.
16913
16914 2008-09-27  Tom Tromey  <tromey@redhat.com>
16915
16916         * gdb.base/macscp.exp: Add tests for stringification, splicing,
16917         and varargs.
16918
16919 2008-09-22  Pedro Alves  <pedro@codesourcery.com>
16920
16921         * lib/mi-support.exp (mi_expect_interrupt): New.
16922         (mi_reverse_list, mi_check_thread_states): New, moved and renamed
16923         from gdb.mi/mi-nonstop.exp.
16924         * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
16925         * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
16926         lib/mi-support.exp.
16927         Use mi_check_thread_states throughout.  Avoid ".*" and do not
16928         require an anchor after -exec-run.
16929
16930 2008-09-13  Daniel Jacobowitz  <dan@codesourcery.com>
16931
16932         * gdb.mi/mi-nonstop.exp: Do not check thread state while a
16933         stop is pending.  Avoid ".*" when two stops are pending.
16934         * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
16935         (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
16936         newlines in fullnames.
16937         * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
16938         (mi_expect_stop): Update comments.  Only anchor in sync mode.
16939         Do not match newlines.
16940         (mi_send_resuming_command_raw): Always return status.
16941         (mi_get_stop_line): Do not match more than one line by accident.
16942         Only anchor in sync mode.
16943         (mi_run_inline_test): If -exec-next fails, give up.
16944
16945 2008-09-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
16946
16947         * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
16948         on SPU.
16949
16950 2008-09-10  Joel Brobecker  <brobecker@adacore.com>
16951
16952         * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
16953
16954 2008-09-10  Joel Brobecker  <brobecker@adacore.com>
16955
16956         * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
16957         gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
16958         gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
16959         gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
16960         gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
16961         gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
16962         gdb.ada/interface.exp, gdb.ada/null_array.exp,
16963         gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
16964         gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
16965         gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
16966         gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
16967         Include the "= " sequence in the expected output of print tests.
16968
16969 2008-09-10  Joel Brobecker  <brobecker@adacore.com>
16970
16971         * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
16972         description for boolean types.
16973
16974 2008-09-09  Pedro Alves  <pedro@codesourcery.com>
16975
16976         * gdb.base/hook-stop-continue.c: New.
16977         * gdb.base/hook-stop-continue.exp: New.
16978
16979 2008-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
16980
16981         * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
16982
16983 2008-09-08  Jerome Guitton  <guitton@adacore.com>
16984
16985         * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
16986         (stack_check_probe_2, stack_check_probe_loop_1)
16987         (stack_check_probe_loop_2): New functions.
16988         (main): Add call to these new functions.
16989         * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
16990         functions, check that the breakpoint is inserted at the appropriate
16991         location.
16992         (insert_breakpoint): Slightly refine this procedure so that it can
16993         be called several times in the test.
16994
16995 2008-09-08  Jerome Guitton  <guitton@adacore.com>
16996
16997         * gdb.base/stack-checking.c: New file.
16998         * gdb.base/stack-checking.exp: New file.
16999
17000 2008-09-05  Thiago Jung Bauermann  <bauerman@br.ibm.com>
17001
17002         * gdb.arch/altivec-abi.exp: Remove extra verbose call.
17003         * gdb.arch/altivec-regs.exp: Likewise.
17004         * gdb.arch/vsx-regs.exp: Likewise.
17005
17006 2008-09-05  Thiago Jung Bauermann  <bauerman@br.ibm.com>
17007
17008         * gdb.arch/ppc-fp.exp: New file.
17009         * gdb.arch/ppc-fp.c: New file.
17010
17011 2008-09-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
17012
17013         *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
17014         lest gcc-4.3.1 optimizes the whole thing away.
17015
17016 2008-09-04  Michael Snyder  <msnyder@vmware.com>
17017
17018         * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
17019         as "at" (for non-debug functions such as _start).
17020
17021 2008-09-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17022
17023         * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
17024         * gdb.base/watchpoint-solib.exp: Likewise.  Update tests to handle
17025         software watchpoints.
17026         * gdb.base/watch_thread_num.exp: Likewise.
17027
17028 2008-09-03  Aleksandar Ristovski  <aristovski@qnx.com>
17029
17030         * gdb.arch/i386-bp_permanent.exp: New test.
17031
17032 2008-08-24  Tom Tromey  <tromey@redhat.com>
17033
17034         * gdb.base/maint.exp: Update "maint print type".
17035
17036 2008-08-21  Vladimir Prus  <vladimir@codesourcery.com>
17037
17038         * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
17039         support.  Adjust the order of "*running" notifications.
17040         * gdb.mi/non-stop.c: Don't cast from int to void* and
17041         back.
17042
17043 2008-08-20  Mark Kettenis  <kettenis@gnu.org>
17044
17045         * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
17046         expect to find it in the "info frame" output.
17047
17048 2008-08-20  Daniel Jacobowitz  <dan@codesourcery.com>
17049
17050         * gdb.base/interp.exp: Always consume both prompts.
17051
17052 2008-08-20  Pedro Alves  <pedro@codesourcery.com>
17053
17054         * gdb.base/pending.exp: Test pending breakpoints without symbols
17055         loaded.
17056
17057 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
17058
17059         * lib/mi-support.exp (mi_expect_stop): Produce
17060         more details on failures.
17061         * gdb.mi/mi-nonstop.exp: New.
17062         * gdb.mi/non-stop.c: New.
17063
17064 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
17065
17066         * gdb.mi/mi-async.exp: Use 'set target-async'.
17067         * lib/mi-support.exp: Use 'set/show target-async'.
17068
17069 2008-08-18  Daniel Jacobowitz  <dan@codesourcery.com>
17070
17071         * gdb.arch/powerpc-prologue.exp: Correct saved registers.
17072
17073 2008-08-17  Tom Tromey  <tromey@redhat.com>
17074
17075         * gdb.base/help.exp (help catch): Rewrite.
17076
17077 2008-08-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
17078
17079         * gdb.base/define.exp: Test indented command documentation.
17080         * gdb.python/python.exp: Test indented multi-line command.
17081
17082 2008-08-15  Luis Machado  <luisgpm@br.ibm.com>
17083
17084         * testsuite/gdb.arch/vsx-regs.c: New source file.
17085         * testsuite/gdb.arch/vsx-regs.exp: New testcase.
17086         * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
17087
17088 2008-08-14  Tom Tromey  <tromey@redhat.com>
17089
17090         * gdb.base/macscp.exp: Add regression test for "macro define" or
17091         "macro undef" with no arguments.
17092
17093 2008-08-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
17094
17095         * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
17096
17097 2008-08-07  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17098
17099         * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
17100
17101 2008-08-06  Tom Tromey  <tromey@redhat.com>
17102
17103         * gdb.python/python.exp: New file.
17104
17105 2008-08-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
17106
17107         Fix for PR gdb/1543.
17108         * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
17109         $LOCATION.
17110         (location): New variable.
17111         * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
17112         config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
17113         config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
17114         config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
17115         gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
17116         gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
17117         gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
17118         gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
17119         gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
17120         gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
17121         gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
17122         gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
17123         gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
17124         gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
17125         gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
17126         gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
17127         gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
17128         gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
17129         gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
17130         gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
17131         gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
17132         gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
17133         gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
17134         gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
17135         gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
17136         gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
17137         gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
17138         gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
17139         gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
17140         gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
17141         gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
17142         gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
17143         gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
17144         gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
17145         gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
17146         gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
17147         gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
17148         gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
17149         gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
17150         gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
17151         gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
17152         gdb.base/type-opaque.exp, gdb.base/until.exp,
17153         gdb.base/value-double-free.c, gdb.base/varargs.exp,
17154         gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
17155         gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
17156         gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
17157         gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
17158         gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
17159         gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
17160         gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
17161         gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
17162         gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
17163         gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
17164         gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
17165         gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
17166         gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
17167         gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
17168         gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
17169         gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
17170         gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
17171         gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
17172         gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
17173         gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
17174         gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
17175         gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
17176         gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
17177         gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
17178         gdb.pascal/types.exp, gdb.stabs/weird.exp,
17179         gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
17180         gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
17181         gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
17182         gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
17183         gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
17184         gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
17185         gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
17186         gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
17187         gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
17188         gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
17189         gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
17190         gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
17191         lib/mi-support.exp, lib/trace-support.exp: Remove reference
17192         to bug-gdb@prep.ai.mit.edu .
17193
17194 2008-07-31  Vladimir Prus  <vladimir@codesourcery.com>
17195
17196         * lib/mi-support.exp (mi_load_shlibs): New.
17197         * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
17198
17199 2008-07-30  Vladimir Prus  <vladimir@codesourcery.com>
17200
17201         * lib/mi-support.exp (get_mi_thread_list)
17202         (check_mi_and_console_threads): New, moved from ...
17203         * gdb.mi/mi-pthread.exp: ...here.
17204         * gdb.mi/gdb669.exp (get_mi_thread_list)
17205         (check_mi_and_console_threads): Delete.
17206         * gdb.mi/mi2-pthread.exp: Likewise.
17207
17208 2008-07-28  Tom Tromey  <tromey@redhat.com>
17209
17210         * Makefile.in (just-check): Remove.  Move body to...
17211         (check): ... here.
17212
17213 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
17214
17215         * gdb.threads/manythreads.exp: Use remote_expect instead of after.
17216         Add a test for duplicated SIGINTs.
17217
17218 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
17219
17220         * gdb.threads/schedlock.exp (get_args): Update to work for any
17221         value of NUM.
17222         (Top level): Report the number of threads that did not resume.
17223
17224 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
17225
17226         * gdb.dwarf2/dw2-compressed.S: Also define __start.
17227
17228 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
17229
17230         * lib/mi-support.exp (default_mi_gdb_start): Remove check for
17231         non-MI prompt.
17232
17233 2008-07-26  Tom Tromey  <tromey@redhat.com>
17234
17235         * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
17236         (function_struct, function_struct_ptr): New globals.
17237         * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
17238         function pointer in a struct.
17239
17240 2008-07-26  Tom Tromey  <tromey@redhat.com>
17241
17242         * gdb.base/macscp.exp: Add test for macro lexing bug.
17243
17244 2008-07-18  Tom Tromey  <tromey@redhat.com>
17245
17246         * gdb.base/macscp.exp: Add macro tests.
17247
17248 2008-07-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
17249
17250         * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
17251
17252 2008-07-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
17253
17254         * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
17255
17256 2008-07-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
17257
17258         * gdb.cp/class2.exp: fix for failure on spu-elf
17259
17260 2008-07-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
17261
17262         * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
17263
17264 2008-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
17265
17266         * gdb.base/randomize.exp: Catch non-Linux targets as untested.
17267
17268 2008-07-12  Vladimir Prus  <vladimir@codesourcery.com>
17269
17270         * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
17271
17272 2008-07-11  Kevin Buettner  <kevinb@redhat.com>
17273
17274         * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
17275         of regexp to account for changes made to GDB in the printing of
17276         byte vectors.
17277
17278 2008-07-11  Tom Tromey  <tromey@redhat.com>
17279
17280         * gdb.base/completion.exp: Add 'help' completion test.
17281
17282 2008-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
17283
17284         * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
17285
17286 2008-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
17287
17288         * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
17289
17290 2008-07-09  Pedro Alves  <pedro@codesourcery.com>
17291
17292         * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
17293
17294 2008-07-09  Pedro Alves  <pedro@codesourcery.com>
17295
17296         * gdb.base/fullname.exp: Restore pwd if compiling failed.
17297
17298 2008-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
17299
17300         * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
17301
17302 2008-06-28  Vladimir Prus  <vladimir@codesourcery.com>
17303
17304         * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
17305         previous commit.  Add a comment.
17306
17307 2008-06-28  Pedro Alves  <pedro@codesourcery.com>
17308
17309         * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
17310
17311 2008-06-28  Vladimir Prus  <vladimir@codesourcery.com>
17312
17313         * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
17314
17315 2008-06-27  Pedro Alves  <pedro@codesourcery.com>
17316
17317         * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
17318         (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
17319         compiling an executable, link in an object that forces unbuffered
17320         output.
17321         * lib/set_unbuffered_mode.c: New file.
17322
17323 2008-06-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
17324
17325         * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
17326
17327 2008-06-25  Vladimir Prus  <vladimir@codesourcery.com>
17328
17329         * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
17330         mi_expect_stop.
17331         * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
17332         Demand that *running is output.
17333         (detect_async): Perform checking every time.
17334         (mi_send_resuming_command): Extract everything into...
17335         (mi_send_resuming_command_raw): ...this.
17336         (mi_expect_stop): Don't accept any output before *stopped.
17337
17338 2008-06-13  Vladimir Prus  <vladimir@codesourcery.com>
17339
17340         Robustify mi-simplerun.
17341         * gdb.mi/basics.c (main): Add a call to sleep.
17342         * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
17343         * gdb.mi/mi2-cli.exp: Likewise.
17344         * gdb.mi/mi-break.exp: Likewise.
17345
17346 2008-06-11  Vladimir Prus  <vladimir@codesourcery.com>
17347
17348         * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
17349
17350 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
17351
17352         * gdb.mi/mi-console.exp: Adjust.
17353         * gdb.mi/mi-syn-frame.exp: Adjust.
17354         * gdb.mi/mi2-console.exp: Adjust.
17355         * gdb.mi/mi2-syn-frame.exp: Adjust.
17356         * lib/mi-support.exp (mi_run_cmd): Adjust.
17357         (mi_send_resuming_command): Adjust.
17358
17359 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
17360
17361         * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
17362         * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
17363         testing of stopped.
17364         * gdb.mi/mi2-syn-frame.exp: Likewise.
17365         * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
17366         (async, detect_async): New.
17367         (mi_expect_stop, mi_continue_to_line): Adjust expectation
17368         depending on if we're running in sync or async mode.
17369
17370 2008-06-09  Tom Tromey  <tromey@redhat.com>
17371
17372         * gdb.base/completion.exp: New tests for field name completion
17373         with spaces, and field name completion with '->'.
17374
17375 2008-06-06  Tom Tromey  <tromey@redhat.com>
17376
17377         * gdb.base/break1.c (struct some_struct): New struct.
17378         (values): New global.
17379         * gdb.base/completion.exp: Add field name completion test.
17380
17381 2008-06-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
17382
17383         * gdb.cp/call-c.exp: Test for incorrect handling of reference
17384         to pointer.
17385         * gdb.cp/call-c.cc: Likewise.
17386
17387 2008-06-06  Nick Roberts  <nickrob@snap.net.nz>
17388
17389         * gdb.base/annota1.exp (thread_switch): Test for thread-changed
17390         annotation.
17391
17392 2008-06-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
17393             Pedro Alves  <pedro@codesourcery.com>
17394
17395         * gdb.threads/execl.c, gdb.threads/execl1.c,
17396         gdb.threads/execl.exp: New tests.
17397
17398 2008-06-05  Aleksandar Ristovski  <aristovski@qnx.com>
17399             Daniel Jacobowitz  <dan@codesourcery.com>
17400
17401         * gdb.cp/exception.exp: Activate test, make it work with pending
17402         catchpoints.
17403
17404 2008-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
17405
17406         * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
17407
17408 2008-05-28  Vladimir Prus  <vladimir@codesourcery.com>
17409
17410         * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
17411         now printed.
17412         * gdb.mi/mi2-var-cmd.exp: Likewise.
17413
17414 2008-05-27  Andreas Schwab  <schwab@suse.de>
17415
17416         * gdb.base/frame-args.exp: Handle arguments that are optimized
17417         out.
17418
17419 2008-05-26  Luis Machado  <luisgpm@br.ibm.com>
17420
17421         * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
17422         quiet for ppc32 and group options into a single variable.
17423
17424 2008-05-23  Joel Brobecker  <brobecker@adacore.com>
17425
17426         * gdb.ada/null_array/foo.adb: Add multi-dimensional array
17427         of zero-size elements.
17428         * gdb.ada/null_array.exp: Test printing this new array.
17429
17430 2008-05-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
17431
17432         * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
17433
17434 2008-05-21  Joel Brobecker  <brobecker@adacore.com>
17435
17436         * gdb.base/finish.exp: Test that "fin" works as an abbreviation
17437         of the "finish" command.
17438
17439 2008-05-21  Nick Roberts  <nickrob@snap.net.nz>
17440
17441         * gdb.base/annota1.exp: Test for new annotation.
17442
17443 2008-05-16  Pedro Alves  <pedro@codesourcery.com>
17444
17445         * gdb.base/fixsection.exp: New file.
17446         * gdb.base/fixsection0.c: New file.
17447         * gdb.base/fixsection1.c: New file.
17448
17449 2008-05-16  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17450
17451         * gdb.base/annota1.exp: Accept printf@... in place of printf.
17452         * gdb.base/annota3.exp: Likewise.
17453
17454 2008-05-13  Nathan Froyd  <froydnj@codesourcery.com>
17455
17456         * gdb.base/watch_thread_num.exp: Don't run tests that require
17457         watchpoints if the target doesn't support them.
17458
17459 2008-05-12  Doug Evans  <dje@google.com>
17460
17461         * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
17462
17463 2008-05-09  Joel Brobecker  <brobecker@adacore.com>
17464
17465         * gdb.ada/assign_1.exp: New testcase.
17466
17467 2008-05-09  Doug Evans  <dje@google.com>
17468
17469         * gdb.base/find.exp: New file.
17470         * gdb.base/find.c: New file.
17471
17472 2008-05-08  Daniel Jacobowitz  <dan@codesourcery.com>
17473
17474         * gdb.base/commands.exp (watchpoint_command_test): Handle
17475         gdb,no_hardware_watchpoints.
17476         * gdb.base/float.exp: Allow ARM targets without floating point.
17477         * gdb.base/step-test.exp: Allow callee@plt when stepping in.
17478
17479 2008-05-06  Jerome Guitton  <guitton@adacore.com>
17480             Joel Brobecker  <brobecker@adacore.com>
17481
17482         * gdb.ada/lang_switch: New test program.
17483         * gdb.ada/lang_switch.exp: New testcase.
17484
17485 2008-05-05  Doug Evans  <dje@google.com>
17486
17487         * gdb.base/help.exp (disassemble): Update expected help text.
17488
17489 2008-05-04  Pedro Alves  <pedro@codesourcery.com>
17490
17491         * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
17492
17493 2008-05-04  Pedro Alves  <pedro@codesourcery.com>
17494
17495         * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
17496         different times.
17497
17498 2008-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
17499
17500         * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
17501         * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
17502         `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
17503         * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
17504
17505 2008-05-04  Vladimir Prus  <vladimir@codesourcery.com>
17506
17507         * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
17508         notification to appear.
17509
17510 2008-05-04  Daniel Jacobowitz  <dan@debian.org>
17511
17512         * gdb.base/fullname.c: New file.
17513         * gdb.base/fullname.exp: New file.
17514         * lib/gdb.exp (gdb_breakpoint): Support no-message option.
17515
17516 2008-05-03  Pedro Alves  <pedro@codesourcery.com>
17517
17518         * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
17519         expressions with macros.
17520
17521 2008-05-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
17522
17523         * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
17524
17525 2008-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
17526
17527         * gdb.base/completion.exp: Handle lack of other symbols beginning
17528         with "a".
17529
17530         * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
17531
17532 2008-05-02  Jim Blandy  <jimb@codesourcery.com>
17533
17534         * gdb.asm/asmsrc1.s: Add scratch space.
17535
17536 2008-05-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
17537             Daniel Jacobowitz  <dan@codesourcery.com>
17538
17539         * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
17540         gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
17541         gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
17542
17543 2007-05-01  Daniel Jacobowitz  <dan@codesourcery.com>
17544
17545         * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
17546
17547 2008-05-01  Joel Brobecker  <brobecker@adacore.com>
17548
17549         * gdb.base/info-target.exp: New testcase.
17550
17551 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
17552
17553         * gdb.cp/hang.exp: Use .cc instead of .C.
17554         * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
17555         * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
17556
17557 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
17558
17559         * gdb.base/gdb1250.exp: Remove perror.
17560         * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
17561
17562 2008-04-30  Pedro Alves  <pedro@codesourcery.com>
17563
17564         * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
17565         .2byte.
17566
17567 2008-04-25  Daniel Jacobowitz  <dan@codesourcery.com>
17568
17569         * gdb.base/macscp.exp: Enable kfails.  Compile with -g3 for GCC.
17570         (maybe_kfail): New.
17571
17572 2008-04-25  Pedro Alves  <pedro@codesourcery.com>
17573
17574         * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
17575
17576 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
17577
17578         * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
17579         * gdb.mi/mi2-syn-frame.exp: Likewise.
17580         * lib/mi-support.exp: Likewise.
17581
17582 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
17583
17584         * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
17585         to specify regexp for the location to stop at.
17586         * gdb.base/break-always.c: New.
17587         * gdb.base/break-always.exp: New.
17588
17589 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
17590
17591         * lib/mi-support.exp (mi_runto_helper): Adjust
17592         for the original-location field.
17593         (mi_create_breakpoint, mi_list_breakpoints): New.
17594         * gdb.mi/mi-break.exp: Adjust.
17595         * gdb.mi/mi2-break.exp: Adjust.
17596         * gdb.mi/mi-pending.exp: Adjust.
17597         * gdb.mi/mi-simplerun.exp: Adjust.
17598         * gdb.mi/mi2-simplerun.exp: Adjust.
17599         * gdb.mi/mi-syn-frame.exp: Adjust.
17600         * gdb.mi/mi2-syn-frame.exp: Adjust.
17601         * gdb.mi/mi-until.exp: Adjust.
17602         * gdb.mi/mi2-until.exp: Adjust.
17603         * gdb.mi/mi-var-display.exp: Adjust.
17604         * gdb.mi/mi2-var-display.exp: Adjust.
17605         * gdb.mi/mi-watch.exp: Adjust.
17606         * gdb.mi/mi2-watch.exp: Adjust.
17607
17608 2008-04-23  Paolo Bonzini  <bonzini@gnu.org>
17609
17610         * aclocal.m4: Add override.m4.
17611         * configure: Regenerate.
17612
17613 2008-04-19  Vladimir Prus  <vladimir@codesourcery.com>
17614
17615         * gdb.mi/var-cmd.c (do_at_tests): Verify that
17616         '-var-update --all-values' reports new value even the type
17617         of a variable object has changed.
17618
17619 2008-04-18  Craig Silverstein  <csilvers@google.com>
17620
17621         * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
17622         files.
17623
17624 2008-04-18  Joel Brobecker  <brobecker@adacore.com>
17625
17626         * gdb.ada/atomic_enum: New test program.
17627         * gdb.ada/atomic_enum.exp: New testcase.
17628
17629 2008-04-17  Doug Evans  <dje@google.com>
17630
17631         * gdb.opt/Makefile.in: Fix whitespace.
17632
17633 2008-04-17  Daniel Jacobowitz  <dan@codesourcery.com>
17634
17635         * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
17636
17637 2008-04-17  Doug Evans  <dje@google.com>
17638
17639         * gdb.base/hashline1.exp: New testcase.
17640         * gdb.base/hashline2.exp: New testcase.
17641         * gdb.base/hashline2.exp: New testcase.
17642
17643 2008-04-17  Pedro Alves  <pedro@codesourcery.com>
17644
17645         * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
17646
17647 2008-04-15  Aleksandar Ristovski  <aristovski@qnx.com>
17648
17649         * gdb.base/attach.exp (do_attach_tests): Matching pattern for
17650         temporary breakpoint to match "Temporary breakpoint".
17651         * gdb.base/break.exp (delete_breakpoints): Likewise.
17652         * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
17653         * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
17654         * gdb.base/display.exp: Likewise.
17655         * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
17656         * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
17657         * gdb.base/restore.exp (restore_tests): Likewise.
17658         * gdb.base/sepdebug.exp: Likewise.
17659         * gdb.base/watchpoint.exp: Likewise.
17660         * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
17661         * gdb.mi/mi-pending.exp: Likewise.
17662         * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
17663         * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
17664         * gdb.mi/mi-var-cmd.exp: Likewise.
17665         * gdb.mi/mi-var-display.exp: Likewise.
17666         * gdb.mi/mi2-cli.exp: Likewise.
17667         * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
17668         * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
17669         * gdb.mi/mi2-var-display.exp: Likewise.
17670         * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
17671         * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
17672         new "disp" field.
17673         (mi_expect_stop): Move after_reason argument to be really after
17674         reason. This is to support fix for PR2424.
17675
17676 2008-04-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
17677
17678         * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
17679
17680 2008-04-13  Vladimir Prus  <vladimir@codesourcery.com>
17681
17682         * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
17683         field.  Add more floating varobj tests.
17684         * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
17685         field.
17686         * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
17687         (main): Call do_at_tests.
17688         * lib/mi-support.exp (mi_create_floating_varobj)
17689         (mi_varobj_update_with_type_change): New.
17690
17691 2008-04-09  Marc Khouzam  <marc.khouzam@ericsson.com>
17692
17693         * gdb.mi/mi2-var-display.exp: Added tests for the new -f
17694         option of -var-evaluate-expression.
17695         * gdb.mi/mi2-var-display.exp: Likewise.
17696
17697 2008-04-07  Vladimir Prus  <vladimir@codesourcery.com>
17698
17699         Introduce test setup helpers.
17700         * lib/gdb.exp (build_executable, clean_restart)
17701         (prepare_for_testing): New.
17702         * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
17703         * gdb.base/return.exp: Likewise.
17704         * gdb.base/ending-run.exp: Likewise.
17705
17706 2008-04-07  Nick Roberts  <nickrob@snap.net.nz>
17707
17708         * gdb.mi/mi-async.exp: New test for asynchronous Machine
17709         Interface (MI) responses.
17710
17711 2008-04-06  Vladimir Prus  <vladimir@codesourcery.com>
17712
17713         * gdb.cp/breakpoint.cc: New code to test conditions involving
17714         member variables.
17715         * gdb.cp/breakpoint.exp: Test condition involving member
17716         variables.
17717
17718 2008-04-05  Vladimir Prus  <vladimir@codesourcery.com>
17719
17720         * lib/mi-support.exp (mi_expect_stop): New.
17721         (mi_run_cmd): Change the
17722         token.  Use mi_send_resuming_command, use
17723         mi_expect_stop.
17724         (mi_execute_to_helper): Rename to mi_execute_to.
17725         (mi_send_resuming_command): Add more error patterns.
17726         (mi_wait_for_stop): Renamed to...
17727         (mi_get_stop_line): ...this.
17728         (mi_run_inline_test): Adjust.
17729
17730         * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
17731         * gdb.mi/mi-console.exp: Likewise.
17732         * gdb.mi/mi-pending.exp: Likewise.
17733         * gdb.mi/mi-simplerun.exp: Likewise.
17734         * gdb.mi/mi-stack.exp: Likewise.
17735         * gdb.mi/mi-stepi.exp: Likewise.
17736         * gdb.mi/mi-syn-frame.exp: Add comment.
17737         * gdb.mi/mi-until.exp: Likewise.
17738         * gdb.mi/mi-var-display.exp: Likewise.
17739         * gdb.mi/mi-watch.exp: Likewise.
17740         * gdb.mi/mi2-cli.exp: Likewise.
17741         * gdb.mi/mi2-console.exp: Likewise.
17742         * gdb.mi/mi2-simplerun.exp: Likewise.
17743         * gdb.mi/mi2-stack.exp: Likewise.
17744         * gdb.mi/mi2-stepi.exp: Likewise.
17745         * gdb.mi/mi2-until.exp: Likewise.
17746         * gdb.mi/mi2-var-display.exp: Likewise.
17747         * gdb.mi/mi2-watch.exp: Likewise.
17748
17749 2008-04-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17750
17751         * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
17752
17753         * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
17754
17755 2008-04-04  Pedro Alves  <pedro@codesourcery.com>
17756
17757         * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
17758         gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
17759         gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
17760         gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
17761         gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
17762         gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
17763         expect an mi error duplicated in stderr.
17764
17765 2008-04-03  Joel Brobecker  <brobecker@adacore.com>
17766
17767         * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
17768         * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
17769         Add a couple of tests that verify the behavior when the new setting
17770         is set to "cancel" and "all".
17771         * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
17772         "ask" before we start the testing.
17773
17774 2008-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
17775
17776         * gdb.cp/casts.cc: Add class reference variables.
17777         * gdb.cp/casts.exp: New test cases for up/down casting references.
17778
17779 2008-04-01  Marc Khouzam  <marc.khouzam@ericsson.com>
17780
17781         * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
17782         instead of beginning to make an extra test pass.
17783         * gdb.mi/mi2-var-display.exp: Likewise.
17784
17785 2008-03-31  Maciej W. Rozycki  <macro@mips.com>
17786
17787         * gdb.base/break.exp: Mark failures as such.  Fix formatting.
17788
17789 2008-03-31  Markus Deuling  <deuling@de.ibm.com>
17790             Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17791
17792         * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
17793         value.  Add xfail for older kernels.
17794
17795 2008-03-28  Aleksandar Ristovski  <aristovski@qnx.com>
17796
17797         Bring mi-support in line with gdb.exp.
17798         * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
17799         (mi_gdb_start): New function.
17800
17801 2008-03-28  Maciej W. Rozycki  <macro@mips.com>
17802
17803         * gdb.mi/mi-var-cmd.exp: Fix a typo.
17804
17805 2008-03-26  Vladimir Prus  <vladimir@codesourcery.com>
17806
17807         * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
17808         * gdb.mi/mi2-var-display.exp: Likewise.
17809
17810 2008-03-26  Vladimir Prus  <vladimir@codesourcery.com>
17811
17812         * lib/mi-support.exp (mi_create_varobj_checked): New.
17813         (mi_list_varobj_children): Allow to check for a
17814         value.
17815         (mi_list_array_varobj_children): New.
17816
17817         * gdb.mi/mi-var-child.exp: Use mi_create_varobj
17818         and mi_list_varobj_children, as opposed to hardcoding
17819         expected strings.
17820         * gdb.mi/gdb701.exp: Likewise.
17821         * gdb.mi/gdb792.exp: Likewise.
17822         * gdb.mi/mi-var-block.exp: Likewise.
17823         * gdb.mi/mi-var-cmd.exp: Likewise.
17824         * gdb.mi/mi-var-invalidate.exp: Likewise.
17825         * gdb.mi/mi2-var-block.exp: Likewise.
17826         * gdb.mi/mi2-var-child.exp: Likewise.
17827         * gdb.mi/mi2-var-cmd.exp: Likewise.
17828         * gdb.mi/mi2-var-display.exp: Likewise.
17829
17830 2008-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
17831
17832         Fix random false FAILs on i386.
17833         * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
17834
17835 2008-03-23  Daniel Jacobowitz  <dan@codesourcery.com>
17836
17837         PR gdb/544
17838         * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
17839
17840 2008-03-23  Daniel Jacobowitz  <dan@codesourcery.com>
17841
17842         PR gdb/544
17843         * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
17844
17845 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
17846
17847         * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
17848         fixed PR gdb/544.
17849
17850 2008-03-21  Pedro Alves  <pedro@codesourcery.com>
17851
17852         * gdb.threads/fork-child-threads.exp: Test next over fork.
17853
17854 2008-03-21  Chris Demetriou  <cgd@google.com>
17855
17856         * gdb.base/break.exp (rbreak junk): New test for rbreak
17857         "Junk at end of arguments" issue.
17858
17859 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
17860
17861         * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
17862         *& to work on created array elements.
17863         (Top level): Test print $pc with a file.  Test string operations
17864         without a target.
17865         * gdb.base/ptype.exp: Do not expect *& to work on created array
17866         elements.
17867
17868 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
17869
17870         * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
17871         gdb.threads/staticthreads.exp: Update exit query.
17872
17873 2008-03-07  Sandra Loosemore  <sandra@codesourcery.com>
17874
17875         * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
17876
17877 2008-03-03  Daniel Jacobowitz  <dan@codesourcery.com>
17878
17879         * gdb.base/watchpoint.c (global_ptr, func4): New.
17880         (main): Call func4.
17881         * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
17882         (test_inaccessible_watchpoint): New.
17883
17884 2008-02-29  Maciej W. Rozycki  <macro@mips.com>
17885
17886         * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
17887         select the largest.
17888
17889 2008-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
17890
17891         * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
17892         frames-invalid annotations.
17893
17894 2008-02-28  Pierre Muller  <muller@ics.u-strasbg.fr>
17895
17896         * gdb.base/assign.exp: avoid same output for different tests.
17897
17898 2008-02-27  Doug Evans  <dje@google.com>
17899
17900         * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
17901         for bug 1738.
17902         (breakpoint_to_handler_entry): Ditto.
17903
17904 2008-02-27  Joel Brobecker  <brobecker@adacore.com>
17905
17906         * gdb.base/ending-run.exp: Use the first line of code inside
17907         function body to test breakpoints.
17908         * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
17909         location where the breakpoint is inserted when using the line
17910         where a function is declared. Fix typo in the description of
17911         one of the tests.
17912         * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
17913
17914 2008-02-27  Pierre Muller  <muller@ics.u-strasbg.fr>
17915
17916         * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
17917         tests.
17918
17919 2008-02-27  Pierre Muller  <muller@ics.u-strasbg.fr>
17920
17921         * gdb.base/args.exp: avoid same output for tests
17922         with single quotes.
17923
17924 2008-02-26  Vladimir Prus  <vladimir@codesourcery.com>
17925
17926         * gdb.base/annota1.exp: Adjust for 'info break'
17927         format changes.
17928         * gdb.base/annota3.exp: Likewise.
17929         * gdb.base/break.exp: Likewise.
17930         * gdb.base/condbreak.exp: Likewise.
17931         * gdb.base/pending.exp: Likewise.
17932         * gdb.base/sepdebug.exp: Likewise.
17933         * gdb.base/unload.exp: Likewise.
17934         * gdb.cp/ovldbreak.exp: Likewise.
17935         * gdb.mi/mi-pending.exp: Likewise.
17936
17937 2008-02-07  Doug Evans  <dje@google.com>
17938
17939         * gdb.cp/mb-inline.exp: New.
17940         * gdb.cp/mb-inline.h: New.
17941         * gdb.cp/mb-inline1.cc: New.
17942         * gdb.cp/mb-inline2.cc: New.
17943
17944 2008-02-06  Pierre Muller  <muller@ics.u-strasbg.fr>
17945
17946         * gdb.pascal/floats.pas: New test program.
17947         * gdb.pascal/floats.exp: New testcase.
17948
17949 2008-02-06  Thiago Jung Bauermann  <bauerman@br.ibm.com>
17950
17951         * gdb.base/callfuncs.c (t_float_many_args): New function.
17952         (t_double_many_args): New function.
17953         * gdb.base/callfuncs.exp: Add tests for exceeding float
17954         and double parameters passed through the stack.
17955
17956 2008-02-05  Joel Brobecker  <brobecker@adacore.com>
17957
17958         * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
17959         gdb.ada/complete/foo.adb: New files.
17960         * gdb.ada/complete.exp: New testcase.
17961
17962 2008-02-03  Doug Evans  <dje@google.com>
17963
17964         * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
17965
17966         * gdb.cp/gdb2384.exp: New file.
17967         * gdb.cp/gdb2384.cc: New file.
17968         * gdb.cp/gdb2384-base.h: New file.
17969         * gdb.cp/gdb2384-base.cc: New file.
17970
17971 2008-02-02  Doug Evans  <dje@google.com>
17972
17973         * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
17974
17975 2007-02-01  Joel Brobecker  <brobecker@adacore.com>
17976
17977         * gdb.ada/sym_print_name: New test program.
17978         * gdb.ada/sym_print_name.exp: New testcase.
17979
17980 2007-02-01  Joel Brobecker  <brobecker@adacore.com>
17981
17982         * gdb.ada/nested/hello.adb: New file.
17983         * gdb.ada/nested.exp: New testcase.
17984         * gdb.ada/Makefile.in (EXECUTABLES): Update list.
17985
17986 2008-02-01  Vladimir Prus  <vladimir@codesourcery.com>
17987
17988         * gdb.mi/basic.c (return_1): New function.
17989         * gdb.mi/mi-break.exp: Make sure that failed -break-insert
17990         don't cause future evaluations of function to report
17991         creation of internal breakpoints.
17992
17993 2008-02-01  Vladimir Prus  <vladimir@codesourcery.com>
17994
17995         * gdb.mi/mi-break.exp (test_error): New.
17996         Call it.
17997
17998 2008-01-31  Luis Machado  <luisgpm@br.ibm.com>
17999
18000         * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
18001         * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
18002
18003 2008-01-31  Pierre Muller  <muller@ics.u-strasbg.fr>
18004
18005         * gdb.pascal/integers.pas: New test program.
18006         * gdb.pascal/integers.exp: New testcase.
18007
18008 2008-01-31  Pierre Muller  <muller@ics.u-strasbg.fr>
18009
18010         * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
18011
18012 2008-01-30  Luis Machado  <luisgpm@br.ibm.com>
18013
18014         * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
18015         * gdb.arch/powerpc-d128-regs.c: New testcase source file.
18016
18017 2008-01-30  Paul Hilfinger  <hilfinger@adacore.com>
18018
18019         * gdb.ada/formatted_ref: New test program.
18020         * gdb.ada/formatted_ref.exp: New testcase.
18021
18022         * gdb.cp/formatted-ref.cc: New file.
18023         * gdb.cp/formatted-ref.exp: New testcase.
18024
18025 2008-01-30  Joel Brobecker  <brobecker@adacore.com>
18026
18027         * gdb.base/ptype.exp: Add testing of "ptype $pc".
18028
18029 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
18030
18031         * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
18032         (test_file_list_exec_source_file): Update to new macro-info field.
18033
18034 2008-01-30  Paul N. Hilfinger  <hilfinger@adacore.com>
18035
18036         * gdb.ada/exprs: New test program.
18037         * gdb.ada/exprs.exp: New testcase.
18038
18039 2008-01-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
18040
18041         * dfp-test.c (DELTA, DELTA_B): New definitions.
18042         (double_val1, double_val2, double_val3, double_val4, double_val5,
18043         double_val6, double_val7, double_val8, double_val9, double_val10,
18044         double_val11, double_val12, double_val13, double_val14, dec32_val1,
18045         dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
18046         dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
18047         dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
18048         dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
18049         dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
18050         dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
18051         dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
18052         dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
18053         dec128_val12, dec128_val13, dec128_val14, dec128_val15,
18054         dec128_val16): New global variables.
18055         (decimal_dec128_align): New function.
18056         (decimal_mixed): Likewise.
18057         (decimal_many_args_dec32): Likewise.
18058         (decimal_many_args_dec64): Likewise.
18059         (decimal_many_args_dec128): Likewise.
18060         (decimal_many_args_mixed): Likewise.
18061         * dfp-test.exp: Add tests calling new inferior functions.
18062
18063 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
18064
18065         * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
18066         gdb.server/ext-run.exp: New files.
18067         * lib/gdbserver-support.exp (gdbserver_download): New.
18068         (gdbserver_start): New.  Update gdbserver expected
18069         output.
18070         (gdbserver_spawn): Use them.
18071         (gdbserver_start_extended): New.
18072
18073 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
18074
18075         * gdb.base/foll-exec.exp: Update header.  Skip on remote targets.
18076         Run on GNU/Linux.
18077         (do_exec_tests): Check for systems which do not support catchpoints.
18078         Do not match START.
18079         * gdb.base/foll-fork.exp: Update header.  Skip on remote targets.
18080         Run on GNU/Linux.  Enable verbose output.
18081         (check_fork_catchpoints): New.
18082         (explicit_fork_child_follow, catch_fork_child_follow)
18083         (tcatch_fork_parent_follow): Update expected messages.
18084         (do_fork_tests): Use check_fork_catchpoints.
18085         * gdb.base/foll-vfork.exp: Update header.  Skip on remote targets.
18086         Run on GNU/Linux.  Enable verbose output.
18087         (check_vfork_catchpoints): New.
18088         (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
18089         expected messages.
18090         (do_vfork_and_exec_tests): Use check_fork_catchpoints.
18091
18092 2008-01-29  Jim Blandy  <jimb@red-bean.com>
18093
18094         * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
18095         host' errors.
18096         * lib/mi-support.exp (mi_gdb_target_cmd): Same.
18097
18098 2008-01-29  Jim Blandy  <jimb@red-bean.com>
18099
18100         * gdb.threads/sigthread.c: Use barriers to ensure that
18101         child_thread and child_thread_two are always initialized before we
18102         start to use them.
18103
18104 2008-01-29  Vladimir Prus  <vladimir@codesourcery.com>
18105
18106         * gdb.base/watchpoint-solib.exp: New.
18107         * gdb.base/watchpoint-solib.c: New.
18108         * gdb.base/watchpoint-solib-shr.c: New.
18109
18110 2008-01-29  Pierre Muller  <muller@ics.u-strasbg.fr>
18111
18112         * gdb.base/gdb1056.exp: Add unsigned integer test.
18113
18114 2008-01-28  Doug Evans  <dje@google.com>
18115
18116         * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
18117
18118 2008-01-27  Jim Blandy  <jimb@codesourcery.com>
18119
18120         * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
18121
18122         * gdb.base/expand-psymtabs.exp: Doc fix.
18123
18124 2008-01-26  Mark Kettenis  <kettenis@gnu.org>
18125
18126         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
18127
18128 2008-01-24  Nick Roberts  <nickrob@snap.net.nz>
18129
18130         * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
18131         -var-set-format.
18132
18133 2008-01-23  Chris Demetriou  <cgd@google.com>
18134
18135         * gdb.threads/thread_events.c: New testcase source file.
18136         * gdb.threads/thread_events.exp: New testcase expect file.
18137
18138 2008-01-23  Nick Roberts  <nickrob@snap.net.nz>
18139
18140         * lib/gdb.exp: Add the variable octal.
18141
18142         * gdb.mi/mi-var-display.exp: Add value field to tests for output of
18143         -var-set-format.
18144
18145 2008-01-22  Daniel Jacobowitz  <dan@codesourcery.com>
18146             Vladimir Prus  <vladimir@codesourcery.com>
18147
18148         * gdb.base/float.exp: Allow missing floating point for m68k and
18149         PowerPC.
18150
18151 2008-01-22  Vladimir Prus  <vladimir@codesourcery.com>
18152
18153         * gdb.mi/basics.c: Setup for testing breakpoints
18154         ignore count.
18155         * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
18156         * gdb.mi/mi-cli.exp: Adjust.
18157         * gdb.mi/mi2-cli.exp: Adjust.
18158
18159 2008-01-17  Pedro Alves  <pedro@codesourcery.com>
18160
18161         * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
18162         and 'dummy_ptr' integer pointer.  Initialize struct_declarations
18163         with dummy_ptr's address.
18164         * gdb.mi/var-cmd.c (do_children_tests): Likewise.
18165         * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
18166         all targets.
18167         * gdb.mi/mi2-var-child.exp: Likewise.
18168
18169 2008-01-09  Joel Brobecker  <brobecker@adacore.com>
18170
18171         * gdb.ada/null_array: New test program.
18172         * gdb.ada/null_array.exp: New testcase.
18173
18174 2008-01-09  Luis Machado  <luisgpm@br.ibm.com>
18175
18176         * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
18177         with required float modifiers.
18178
18179 2008-01-08  Joel Brobecker  <brobecker@adacore.com>
18180
18181         * gdb.ada/funcall_param: New test program.
18182         * gdb.ada/funcall_param.exp: New testcase.
18183
18184 2008-01-08  Joel Brobecker  <brobecker@adacore.com>
18185
18186         * gdb.ada/arrayparam: New test program.
18187         * gdb.ada/arrayparam.exp: New testcase.
18188
18189 2008-01-08  Joel Brobecker  <brobecker@adacore.com>
18190
18191         * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
18192         landed.  Should also fix random failures in the test following it.
18193
18194 2008-01-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
18195
18196         * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
18197         for expressions with decimal float values.
18198         (test_dfp_conversions): New function to test casts to and from
18199         decimal float types.
18200         Call test_dfp_conversions.
18201         * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
18202         elements.
18203         (main): Initialize ds.float4 and ds.double8 elements.
18204         * gdb.base/dfp-test.exp (d32_set_tests): Fix typo.  Adjust expect
18205         string to new error message.
18206         (d64_set_tests): Likewise.
18207         (d128_set_tests): Likewise.
18208         Add tests for expressions with decimal float variables.  Add tests for
18209         conversions to and from decimal float types.
18210
18211 2008-01-05  Joel Brobecker  <brobecker@adacore.com>
18212
18213         * gdb.ada/packed_tagged/comp_bug.adb: New file.
18214         * gdb.ada/packed_tagged.exp: New testcase.
18215
18216 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
18217
18218         * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
18219         gdb.ada/homonym/homonym_main.adb: New files.
18220         * gdb.ada/homonym.exp: New testcase.
18221
18222 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
18223
18224         * gdb.ada/packed_array.exp: Add testing of references to
18225         a packed array.
18226
18227 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
18228
18229         * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
18230         New files.
18231         * gdb.ada/type_coercion.exp: New testcase.
18232
18233 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
18234
18235         * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
18236         gdb.ada/tagged/foo.adb: New file.
18237         * gdb.ada/tagged.exp: New testcase.
18238
18239 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
18240
18241         * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
18242         gdb.ada/ptype_field/foo.adb: New files.
18243         * gdb.ada/ptype_field.exp: New testcase.
18244
18245 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
18246
18247         * gdb.ada/print_pc.exp: New testcase.
18248
18249 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
18250
18251         * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
18252         gdb.ada/taft_type/p.adb: New files.
18253         * gdb.ada/taft_type.exp: New testcase.
18254
18255 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
18256
18257         * gdb.ada/array_bounds/bar.adb: New file.
18258         * gdb.ada/array_bounds.exp: New testcase.
18259
18260 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
18261
18262         * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
18263         gdb.ada/arrayptr/foo.adb: New files.
18264         * gdb.ada/arrayptr.exp: New testcase.
18265
18266 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
18267
18268         * gdb.base/set-lang-auto.exp: New testcase.
18269
18270 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
18271
18272         * gdb.ada/fun_addr/foo.adb: New file.
18273         * gdb.ada/fun_addr.exp: New testcase.
18274
18275 2008-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
18276
18277         * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
18278         New files
18279
18280 2008-01-02  Joel Brobecker  <brobecker@adacore.com>
18281
18282         * array_subscript_addr/p.adb: New file.
18283         * array_subscript_addr.exp: New testcase.
18284
18285 2008-01-02  Joel Brobecker  <brobecker@adacore.com>
18286
18287         * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
18288         New files.
18289         * gdb.ada/str_cmp_ref.exp: New testcase.
18290
18291 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
18292
18293         * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
18294         gdb.ada/fun_in_declare/foo.adb: New files.
18295         * gdb.ada/fun_in_declare.exp: New testcase.
18296
18297 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
18298
18299         * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
18300         gdb.ada/ref_param/pck.ads: New files.
18301         * gdb.ada/ref_param.exp: New testcase.
18302
18303 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
18304
18305         * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
18306         gdb.ada/interface/foo.adb: New files.
18307         * gdb.ada/interface.exp: New testcase.
18308
18309 2007-12-31  Jim Blandy  <jimb@codesourcery.com>
18310
18311         * gdb.base/multi-forks.exp: Consume all output from child
18312         processes before proceeding to next test.
18313
18314 2007-12-29  Jim Blandy  <jimb@codesourcery.com>
18315
18316         * configure: Regenerated.
18317
18318 2007-12-27  Joel Brobecker  <brobecker@adacore.com>
18319
18320         * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
18321         gdb.ada/fixed_cmp/fixed.adb: New files.
18322         * gdb.ada/fixed_cmp.exp: New testcase.
18323
18324 2007-12-27  Joel Brobecker  <brobecker@adacore.com>
18325
18326         * gdb.ada/boolean_expr.exp: New testcase.
18327
18328 2007-12-26  Jim Blandy  <jimb@codesourcery.com>
18329
18330         * gdb.base/multi-forks.exp: Doc fix.
18331
18332 2007-12-26  Joel Brobecker  <brobecker@adacore.com>
18333
18334         * gdb.ada/Makefile.in (EXECUTABLES): Update list.
18335         * gdb.ada/char_param.exp: Do not compile our test program with
18336         -gnata, this is unnecessary.
18337         * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
18338
18339 2007-12-24  Joel Brobecker  <brobecker@adacore.com>
18340
18341         * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
18342         gdb.ada/print_chars/foo.adb: New files.
18343         * gdb.ada/print_chars.exp: New testcase.
18344
18345 2007-12-24  Joel Brobecker  <brobecker@adacore.com>
18346
18347         * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
18348         gdb.ada/char_param/foo.adb: New files.
18349         * gdb.ada/char_param.exp: New testcase.
18350
18351 2007-12-22  Jim Blandy  <jimb@codesourcery.com>
18352
18353         * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
18354         hard-coding source line numbers into the test.
18355         * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
18356         gdb_get_line_number to find.
18357
18358 2007-12-22  Joel Brobecker  <brobecker@adacore.com>
18359
18360         * gdb.base/ptype.c (highest): New struct type.
18361         (the_highest): New variable of that type.
18362         (main): Add dummy assignment to a field of variable the_highest.
18363         * gdb.base/ptype.exp: Test type printing of our new variable.
18364
18365 2007-12-19  Pierre Muller  <muller@ics-u-strasbg.fr>
18366
18367         * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
18368         and record first explicitly generated thread number.
18369         Use that thread number for thread specific watchpoint test.
18370         Add iteration number to repetitive tests.
18371
18372 2007-12-16  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
18373             Jim Blandy  <jimb@codesourcery.com>
18374
18375         * gdb.base/expand-psymtabs.c: New testcase
18376         source file.
18377         * gdb.base/expand-psymtabs.exp: New testcase
18378         expect file.
18379
18380 2007-12-17  Luis Machado  <luisgpm@br.ibm.com>
18381
18382         * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
18383         * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
18384
18385 2007-12-17  Joel Brobecker  <brobecker@adacore.com>
18386
18387         * gdb.ada/frame_args/foo.adb: New file.
18388         * gdb.ada/frame_args/pck.ads: New file.
18389         * gdb.ada/frame_args/pck.adb: New file.
18390         * gdb.ada/frame_args.exp: New testcase.
18391
18392 2007-12-17  Joel Brobecker  <brobecker@adacore.com>
18393
18394         * gdb.base/frame-args.c: New file.
18395         * gdb.base/frame-args.exp: New testcase.
18396
18397 2007-12-16  Daniel Jacobowitz  <dan@codesourcery.com>
18398             Joseph Myers  <joseph@codesourcery.com>
18399
18400         * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
18401
18402 2007-12-14  Vladimir Prus  <vladimir@codesourcery.com>
18403
18404         * gdb.mi/mi-pending.exp: New.
18405         * gdb.mi/mi-pending.c: New.
18406         * gdb.mi/mi-pendshr.c: New.
18407
18408 2007-12-06  Jim Blandy  <jimb@codesourcery.com>
18409
18410         * gdb.base/default.exp: Update expected output for 'info catch'.
18411
18412 2007-12-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
18413
18414         * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
18415         must be set to binary.
18416
18417 2007-12-09  Pedro Alves  <pedro_alves@portugalmail.pt>
18418
18419         * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
18420
18421 2007-11-30  Daniel Jacobowitz  <dan@codesourcery.com>
18422
18423         * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
18424         gdb.mi/mi-file-transfer.exp: New.
18425
18426 2007-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
18427
18428         * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
18429
18430 2007-11-22  Maciej W. Rozycki  <macro@mips.com>
18431
18432         * gdb.trace/backtrace.exp: Fix a typo.
18433         * gdb.trace/circ.exp: Likewise.
18434         * gdb.trace/collection.exp: Likewise.
18435         * gdb.trace/limits.exp: Likewise.
18436         * gdb.trace/report.exp: Likewise.
18437         * gdb.trace/tfind.exp: Likewise.
18438         * gdb.trace/while-dyn.exp: Likewise.
18439
18440 2007-11-21  Nick Roberts  <nickrob@snap.net.nz>
18441
18442         * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
18443         objects of pointers that can't be dereferenced are now
18444         "noneditable".
18445
18446 2007-11-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18447
18448         * Makefile.in (Makefile): Do not depend on target_makefile_frag.
18449         (target_cpu): Remove.
18450
18451 2007-10-15  Vladimir Prus  <vladimir@codesourcery.com>
18452
18453         * gdb.base/ending-run.exp: Expect the list of cleared
18454         breakpoint to come in natural order, not the reversed one.
18455
18456 2007-11-07  Vladimir Prus  <vladimir@codesourcery.com>
18457
18458         * gdb.mi/mi-var-child.c (do_child_deletion): New.
18459         * gdb.mi/mi-var-child.exp: Run child_deletion tests.
18460
18461 2007-11-05  Luis Machado  <luisgpm@br.ibm.com>
18462
18463         * gdb.base/printcmds.exp: New function
18464         test_printf_with_dfp.
18465
18466 2007-11-02  Doug Evans  <dje@google.com>
18467
18468         * gdb.disasm/t01_mov.s: Remove carriage returns.
18469         * gdb.disasm/t02_mova.s: Ditto.
18470         * gdb.disasm/t03_add.s: Ditto.
18471         * gdb.disasm/t04_sub.s: Ditto.
18472         * gdb.disasm/t05_cmp.s: Ditto.
18473         * gdb.disasm/t06_ari2.s: Ditto.
18474         * gdb.disasm/t07_ari3.s: Ditto.
18475         * gdb.disasm/t08_or.s: Ditto.
18476         * gdb.disasm/t09_xor.s: Ditto.
18477         * gdb.disasm/t10_and.s: Ditto.
18478         * gdb.disasm/t11_logs.s: Ditto.
18479         * gdb.disasm/t12_bit.s: Ditto.
18480         * gdb.disasm/t13_otr.s: Ditto.
18481
18482 2007-11-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
18483
18484         * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
18485
18486 2007-10-30  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18487
18488         * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
18489         provide DFP support.
18490
18491 2007-10-30  Daniel Jacobowitz  <dan@codesourcery.com>
18492
18493         * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
18494         Test "set powerpc vector-abi".  Skip auto-detection tests for old
18495         toolchains.
18496
18497 2007-10-30  Pedro Alves  <pedro_alves@portugalmail.pt>
18498
18499         * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
18500         with [string compare].
18501
18502 2007-10-30  Pedro Alves  <pedro_alves@portugalmail.pt>
18503
18504         * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
18505         * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
18506
18507 2007-10-25  Luis Machado  <luisgpm@br.ibm.com>
18508
18509         * gdb.opt/clobbered-registers-O2.c: New testcase source file.
18510         * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
18511         * gdb.opt/Makefile.in: New makefile.
18512         * Makefile.in: Create new directory "gdb.opt".
18513         * configure.ac: Add "gdb.opt" directory.
18514         * configure: Regenerated.
18515
18516 2007-10-25  Doug Evans  <dje@google.com>
18517
18518         * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
18519         * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
18520
18521 2007-10-15  Wu Zhou  <woodzltc@cn.ibm.com>
18522             Thiago Jung Bauermann  <bauerman@br.ibm.com>
18523
18524         * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
18525         Floating Point expressions.
18526         * gdb.base/dfp-test.exp: new file adding tests for Decimal
18527         Floating Point variables.
18528         * gdb.base/dfp-test.c: new file containing program with Decimal
18529         Floating variables, used by gdb.base/dfp-test.exp.
18530
18531 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
18532
18533         * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
18534
18535 2007-10-21  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18536
18537         * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
18538         compiling test case with GCC.
18539         * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
18540
18541 2007-10-21  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18542
18543         * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
18544         format changes.
18545
18546 2007-10-18  Michael Snyder  <msnyder@specifix.com>
18547
18548         * gdb.base/dbx.exp: Add missing "-re " operator.
18549
18550 2007-10-16  Gaius Mulley  <gaius@glam.ac.uk>
18551
18552         * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
18553         * configure.ac: Removed trailing spaces after backslash.
18554         * gdb.modula2: New directory.
18555         * gdb.modula2/Makefile.in: New file.
18556         * gdb.modula2/unbounded-array.exp: New file.
18557         * gdb.modula2/unbounded1.c: New file.
18558
18559 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
18560
18561         * gdb.xml/tdesc-regs.exp: Add PowerPC support.
18562
18563 2007-10-15  Pierre Muller  <muller@ics.u-strasbg.fr>
18564
18565         * gdb.base/sigstep.c (main): Add checks for
18566         return values for setitimer call.
18567         Call setitimer again with itimer = ITIMER_REAL
18568         if first call to setitimer fails.
18569
18570 2007-10-11  Kazu Hirata  <kazu@codesourcery.com>
18571
18572         * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
18573         of $timeout.
18574
18575 2007-10-09  Daniel Jacobowitz  <dan@codesourcery.com>
18576
18577         * gdb.server/server-run.exp: Test for dynamic linker symbols.
18578
18579 2007-10-09  Pierre Muller  <muller@ics.u-strasbg.fr>
18580
18581         * lib/gdb.exp (gdb_run_cmd): Move comment outside
18582         of gdb_expect call, to avoid interruption.
18583
18584 2007-10-09  Pedro Alves  <pedro_alves@portugalmail.pt>
18585
18586         * gdb.base/whatis.c (v_long_long, v_signed_long_long)
18587         (v_unsigned_long_long, v_long_long_array)
18588         (v_signed_long_long_array, v_unsigned_long_long_array)
18589         (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
18590         (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
18591         [!NO_LONG_LONG]: New.
18592         (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
18593         v_long_long_member.
18594
18595         (v_long_long_func, v_signed_long_long_func)
18596         (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
18597         (main) [!NO_LONG_LONG]: Initialize long long variants.
18598
18599         * gdb.base/whatis.exp: If board file requests no_long_long, build
18600         test with NO_LONG_LONG defined.  Test long long, signed long long,
18601         and unsigned long long variants but only if board file doesn't
18602         disable it.
18603
18604 2007-10-08  Pierre Muller  <muller@ics.u-strasbg.fr>
18605             Daniel Jacobowitz  <dan@codesourcery.com>
18606
18607         * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
18608         * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
18609         * configure: Regenerated.
18610         * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
18611         gdb.pascal/types.exp, lib/pascal.exp: New files.
18612
18613 2007-10-02  Daniel Jacobowitz  <dan@codesourcery.com>
18614
18615         * gdb.cp/classes.exp (do_tests): Always step to the line after the
18616         call.
18617         * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
18618         to return to the call.
18619         * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
18620         * gdb.mi/mi-return.exp (test_return_simple): Likewise.
18621         * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
18622         * gdb.mi/mi-until.exp (test_until): Likewise.
18623         * gdb.mi/mi2-until.exp (test_until): Likewise.
18624
18625 2007-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
18626
18627         * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
18628         two-char array.
18629         * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
18630
18631 2007-09-30  Daniel Jacobowitz  <dan@codesourcery.com>
18632
18633         * gdb.threads/watchthreads.c (thread_function): Sleep between
18634         iterations.
18635         * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
18636         at once for S/390.  Generate matching fails and passes.
18637
18638 2007-09-27  Vladimir Prus  <vladimir@codesourcery.com>
18639
18640         * gdb.mi/var-cmd.c (do_children_tests): Initialize
18641         the 'struct_declarations' variable to zeros.
18642
18643 2007-09-24  Vladimir Prus  <vladimir@codesourcery.com>
18644
18645         * gdb.cp/mb-ctor.cc: New.
18646         * gdb.cp/mb-ctor.exp: New.
18647         * gdb.cp/mb-templates.cc: New.
18648         * gdb.cp/mb-templates.exp: New.
18649
18650 2007-09-23  Daniel Jacobowitz  <dan@codesourcery.com>
18651
18652         * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
18653
18654 2007-09-23  Pedro Alves  <pedro_alves@portugalmail.pt>
18655
18656         * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
18657         targets.
18658         * configure: Regenerate.
18659
18660 2007-09-23  Vladimir Prus  <vladimir@codesourcery.com>
18661
18662         * gdb.base/annota1.exp: Adjust for 'info break'
18663         format changes.
18664         * gdb.base/annota3.exp: Likewise.
18665         * gdb.base/break.exp: Likewise.
18666         * gdb.base/condbreak.exp: Likewise.
18667         * gdb.base/pending.exp: Likewise.
18668         * gdb.base/sepdebug.exp: Likewise.
18669         * gdb.base/unload.exp: Likewise.
18670         * gdb.base/ovldbreak.exp: Likewise.
18671
18672 2007-09-22  Vladimir Prus  <vladimir@codesourcery.com>
18673
18674         * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
18675         messages.
18676         * gdb.base/chng-syms.exp: Likewise.
18677         * gdb.base/unload.exp: Likewise.
18678
18679 2007-09-21  Daniel Jacobowitz  <dan@codesourcery.com>
18680
18681         * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
18682
18683 2007-09-17  Daniel Jacobowitz  <dan@codesourcery.com>
18684
18685         * schedlock.c (NUM): Change to 1.
18686         (main): Use args[0] for the main thread.
18687         * schedlock.exp: Only expect two threads.  Only issue one pass or fail
18688         regardless of the number of threads.
18689
18690 2007-09-14  Maciej W. Rozycki  <macro@mips.com>
18691
18692         * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
18693         type down.
18694         (test_watchpoint_triggering): XFAIL the sw watchpoint scope
18695         test.
18696         * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
18697         watchpoint type down.
18698         (test_watchpoint_triggering): XFAIL the sw watchpoint scope
18699         test.
18700
18701 2007-09-14  Maciej W. Rozycki  <macro@mips.com>
18702
18703         * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
18704         Move all the tests here and run them twice, once using software
18705         watchpoints and once using hardware watchpoints.
18706         * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
18707
18708 2007-09-12  Daniel Jacobowitz  <dan@codesourcery.com>
18709
18710         * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
18711         test.
18712
18713 2007-09-10  Mark Kettenis  <kettenis@gnu.org>
18714
18715         * lib/gdb.exp (build_id_debug_filename_get): Improve check for
18716         build-id.
18717
18718         * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
18719         know about $ORIGIN.  Calculate output dir from $dest instead of
18720         using ${objdir}/{$subdir}.
18721
18722 2007-09-09  Mark Kettenis  <kettenis@gnu.org>
18723
18724         * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
18725         gcore, before continuing with the test.
18726
18727 2007-09-06  Daniel Jacobowitz  <dan@codesourcery.com>
18728
18729         * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
18730         * gdb.mi/mi-watch.exp: Likewise.
18731
18732 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
18733             Jim Blandy  <jimb@codesourcery.com>
18734
18735         * gdb.arch/i386-sse.exp: Do not expect character constants.
18736         * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
18737         * gdb.base/display.exp: Allow print/s.
18738         * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
18739         and unsigned char array changes.
18740
18741 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
18742
18743         * gdb.base/display.exp: Add tests for printf %p.
18744
18745 2007-09-03  Pedro Alves  <pedro_alves@portugalmail.pt>
18746
18747         * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
18748         the dll name to unicode.
18749
18750 2007-09-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
18751
18752         * gdb.base/default.exp (show version): Update the version text.
18753         * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
18754
18755 2007-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
18756
18757         * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
18758         New files.
18759
18760 2007-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
18761
18762         * lib/gdb.exp (build_id_debug_filename_get): New function.
18763         * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
18764         Remove the generate DEBUG file for the future testcase runs.
18765         New testcase for the NT_GNU_BUILD_ID retrieval.
18766         Move the final testing step to ...
18767         (test_different_dir): ... a new function.
18768         New parameter XFAIL to XFAIL all the tests performed.
18769         New parameter TEST_DIFFERENT_DIR parametrizing the directory.
18770         New parameter TYPE to PF_PREFIX all the tests performed.
18771
18772 2007-08-31  Vladimir Prus  <vladimir@codesourcery.com>
18773
18774         * gdb.mi/mi-var-cp.cc (path_expression): New
18775         function.
18776         * gdb.mi/mi-var-cp.exp: Run path exression tests.
18777
18778 2007-08-27  Markus Deuling  <deuling@de.ibm.com>
18779
18780         * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
18781         to fit into SPU Local Store memory.
18782
18783 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
18784
18785         * gdb.base/default.exp: Adjust the expected output of "info
18786         warranty" after the switch to GPLv3.
18787
18788 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
18789
18790         * lib/gdb.exp (default_gdb_init): Increase expect buffer size
18791         to 30000 (from 20000).
18792
18793 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
18794
18795         Switch the license of all .exp files to GPLv3.
18796         Switch the license of all .f and .f90 files to GPLv3.
18797         Switch the license of all .s and .S files to GPLv3.
18798
18799 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
18800
18801         * configure.ac: Switch license to GPLv3.
18802
18803 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
18804
18805         Switch the licensing to GPLv3 for all .ads and .adb files.
18806
18807 2007-08-22  Daniel Jacobowitz  <dan@codesourcery.com>
18808
18809         * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
18810         and t_int_double.
18811         * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
18812
18813 2007-08-17  Joel Brobecker  <brobecker@adacore.com>
18814
18815         * gdb.base/step-line.c: Switch license to GPL version 3, and
18816         update copyright year.
18817         * gdb.base/step-line.inp: Likewise.
18818
18819 2007-08-17  Joel Brobecker  <brobecker@adacore.com>
18820
18821         * gdb.base/gdb1555.exp: Make expected output immune to formatting
18822         changes inside gdb1555.c.
18823         * gdb.base/pending.exp: Likewise.
18824
18825 2007-08-13  Daniel Jacobowitz  <dan@codesourcery.com>
18826
18827         * config/default.exp: New file.
18828
18829 2007-07-31  Daniel Jacobowitz  <dan@codesourcery.com>
18830
18831         * gdb.base/prologue.c, gdb.base/prologue.exp: New.
18832         * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
18833
18834 2007-07-30  Maciej W. Rozycki  <macro@mips.com>
18835
18836         * gdb.base/dump.exp: Force the correct endianness for binary
18837         formats not carrying this information.
18838
18839 2007-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
18840
18841         * gdb.threads/staticthreads.exp: Match .*sem_post.
18842
18843 2007-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
18844
18845         * gdb.base/readline.exp (operate_and_get_next): Match the final
18846         prompt.
18847
18848 2007-07-23  Kevin Buettner  <kevinb@redhat.com>
18849
18850         * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
18851         to restarting SID.
18852
18853 2007-07-18  Kevin Buettner  <kevinb@redhat.com>
18854
18855         * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
18856         prior to `gdb_start'.
18857
18858 2007-07-18  Kevin Buettner  <kevinb@redhat.com>
18859
18860         * config/sid.exp (gdb_load): Add test for empty argument.  Adjust
18861         return value to be compatible with gdb_run_cmd in lib/gdb.exp.
18862         Remove call to gdb_unload.
18863
18864 2007-07-17  Pedro Alves  <pedro_alves@portugalmail.pt>
18865             Daniel Jacobowitz  <dan@codesourcery.com>
18866
18867         * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
18868         for __WIN32__.
18869         (SHLIB_NAME): Delete definition.  Always pass dlerror to fprintf.
18870         * gdb.base/unload.exp: Use shared library test routines.
18871
18872 2007-07-03  Markus Deuling  <deuling@de.ibm.com>
18873
18874         * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
18875         * gdb.base/solib-symbol-lib.c: Likewise.
18876         * gdb.base/solib-symbol-main.c: Likewise.
18877
18878 2007-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
18879
18880         * config/gdbserver.exp (gdb_reconnect): New.
18881         * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
18882         gdb.base/solib-disc.exp: New files.
18883         * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
18884         remote debugging".
18885         (gdb_compile): Add shlib_load flag.
18886         * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
18887         port.
18888         (gdbserver_reconnect): New.
18889
18890 2007-07-01  Nick Roberts  <nickrob@snap.net.nz>
18891             Daniel Jacobowitz  <dan@codesourcery.com>
18892
18893         * gdb.base/annota3.exp: Test for if construct.
18894
18895 2007-06-26  Daniel Jacobowitz  <dan@codesourcery.com>
18896
18897         * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
18898
18899 2007-06-21  Chris Dearman  <chris@mips.com>
18900             Maciej W. Rozycki  <macro@mips.com>
18901
18902         * gdb.base/display.exp: Allow a newline after display/i.
18903         * gdb.base/pc-fp.exp: Likewise.
18904         * gdb.base/sigbpt.exp: Likewise.
18905
18906 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
18907
18908         * gdb.xml/tdesc-regs.exp: Add MIPS support.  Allow multiple
18909         required features to be included.
18910
18911 2007-06-12  Daniel Jacobowitz  <dan@codesourcery.com>
18912
18913         * gdb.threads/manythreads.exp: Prevent expect buffer overflow
18914         in info threads output.
18915
18916 2007-06-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18917             Markus Deuling  <deuling@de.ibm.com>
18918
18919         * gdb.arch/spu-info.exp: New testcase.
18920         * gdb.arch/spu-info.c: New file.
18921
18922 2007-06-05  Daniel Jacobowitz  <dan@codesourcery.com>
18923
18924         * gdb.arch/thumb-prologue.c: Record the breakpoint address in
18925         tpcs_offset.  Restore lr after the call.
18926         * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
18927
18928 2007-05-23  Daniel Jacobowitz  <dan@codesourcery.com>
18929
18930         * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
18931         (gdbserver_run): Kill any running gdbserver.
18932         * lib/mi-support.exp (mi_gdb_target_load): Likewise.
18933
18934 2007-05-17  Maciej W. Rozycki  <macro@mips.com>
18935
18936         * gdb.base/sigbpt.exp: Preset segv_addr.
18937
18938 2007-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
18939
18940         * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
18941         (gdb_compile_shlib): Likewise.
18942         (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
18943         (default_gdb_init): Clear cleanfiles.
18944         (gdb_finish): Delete recorded cleanfiles.
18945         * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
18946
18947         * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
18948         Do not use isnative.
18949         * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
18950         gdb.base/so-impl-ld.exp: Likewise.
18951         * gdb.base/solib-weak.exp: Likewise.  Skip for DLL targets.
18952         * gdb.base/unload.exp: Likewise.  Do not pass empty option to
18953         gdb_compile.
18954
18955 2007-05-15  Vladimir Prus  <vladimir@codesourcery.com>
18956
18957         * config/unknown.exp: Remove.
18958
18959 2007-05-15  Markus Deuling  <deuling@de.ibm.com>
18960
18961         * gdb.base/info-proc.exp: Check is_remote.
18962
18963 2007-05-14  Markus Deuling  <deuling@de.ibm.com>
18964
18965         * gdb.base/gcore.exp: Initialize variable core_supported.
18966
18967 2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
18968
18969         * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
18970
18971 2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
18972
18973         * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
18974         * gdb.threads/print-threads.exp (test_all_threads): Allow
18975         negative and hexadecimal thread IDs.
18976
18977 2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
18978
18979         * gdb.java/jprint.java (public): Avoid invalid call to static
18980         method.
18981
18982 2007-05-14  Denis Pilat  <denis.pilat@st.com>
18983
18984         * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
18985         gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
18986         gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
18987         gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
18988         gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
18989
18990 2007-05-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18991
18992         * gdb.base/overlays.exp: Add support for targets with only code
18993         overlay support, not data overlay.  Support spu-*-* target in
18994         this mode.
18995         * gdb.base/ovlymgr.c: Provide stubs for spu target.
18996         * gdb.base/spu.ld: New file.
18997
18998 2007-05-07  Daniel Jacobowitz  <dan@codesourcery.com>
18999
19000         * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
19001
19002 2007-05-06  Daniel Jacobowitz  <dan@codesourcery.com>
19003
19004         * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
19005
19006 2007-04-29  Daniel Jacobowitz  <dan@codesourcery.com>
19007
19008         * gdb.java/jmain.exp: Handle demangled names with and without method
19009         signatures.
19010
19011 2007-04-29  Daniel Jacobowitz  <dan@codesourcery.com>
19012
19013         * gdb.mi/mi-syn-frame.c (main, foo, bar)
19014         (have_a_very_merry_interrupt): Remove calls to puts.
19015         * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
19016         inferior output.
19017         * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio.  Correct
19018         test names.
19019
19020 2007-04-29  Markus Deuling  <deuling@de.ibm.com>
19021             Daniel Jacobowitz  <dan@codesourcery.com>
19022
19023         * gdb.base/auxv.exp (core_works): Also check is_remote.
19024         * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
19025
19026 2007-04-25  Vladimir Prus  <vladimir@codesourcery.com>
19027
19028         * gdb.base/sigaltstack.exp: Use 'srcfile' in error
19029         message, not the undefined 'module' variable.
19030         * gdb.base/siginfo.exp: Likewise.
19031         * gdb.base/sigstep.exp: Likewise.
19032         * lib/gdbserver-support.exp (gdb_target_cmd): Quote
19033         serialport.
19034         * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
19035
19036 2007-04-25  Corinna Vinschen <vinschen@redhat.com>
19037
19038         * config/sim.exp (gdb_target_sim): Just return with -1 when setting
19039         target sim fails.  Return 0 otherwise.
19040         (gdb_load): Return prematurely if gdb_target_sim fails.
19041
19042 2007-04-16  Denis Pilat  <denis.pilat@st.com>
19043
19044         * gdb.base/setshow.exp: Reset height after having set it to 100.
19045
19046 2007-04-16  Denis Pilat  <denis.pilat@st.com>
19047
19048         * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
19049
19050 2007-04-16  Denis Pilat  <denis.pilat@st.com>
19051
19052         * gdb.mi/mi2-var-display.exp: Test for the fullname field.
19053
19054 2007-04-14  Vladimir Prus  <vladimir@codesourcery.com>
19055
19056         * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
19057         tests. Run the frozen varobjs test.
19058         * gdb.mi/var-cmd.c (do_frozen_tests): New.
19059         * lib/mi-support.exp (mi_varobj_update): Fix thinko.
19060
19061 2007-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
19062
19063         * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
19064         gdb.base/type-opaque.exp: New files.
19065
19066 2007-04-01  Vladimir Prus  <vladimir@codesourcery.com>
19067
19068         * gdb.mi/mi-var-child.c
19069         (do_children_tests): User char[2] instead of
19070         char so that automatic printing of pointers to char
19071         don't give unpredicable result.
19072         * gdb.mi/var-cmd.c (do_locals_test): Initialize
19073         local variables.
19074         * gdb.mi/mi-var-child.exp: Step to right line
19075         of do_children_tests.
19076         * gdb.mi/mi2-var-child.exp: Likewise.
19077         * gdb.mi/mi-var-cmd.exp: Step to right line of
19078         do_locals_tests.
19079         (do_children_tests): User char[2] instead of
19080         char so that automatic printing of pointers to char
19081         don't give unpredicable result.
19082         * gdb.mi/mi2-var-cmd.exp: Likewise.
19083         * lib/mi-support.exp (mi_continue_to_line):
19084         Pass test name to mi_wait_for_stop.
19085
19086 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
19087
19088         * gdb.asm/asm-source.exp: Remove d10v case.
19089         * lib/gdb.exp (skip_cplus_tests): Likewise.
19090         * gdb.asm/d10v.inc: Deleted.
19091
19092 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
19093
19094         * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
19095
19096 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
19097
19098         * config/netware.exp: Delete file.
19099
19100 2007-03-29  Joel Brobecker  <brobecker@adacore.com>
19101
19102         * gdb.dwarf2/dw2-noloc.S: New file.
19103         * gdb.dwarf2/dw2-noloc.exp: New file.
19104
19105 2007-03-28  Pedro Alves  <pedro_alves@portugalmail.pt>
19106
19107         * gdb.cp/method2.cc: New test.
19108         * gdb.cp/method2.exp: New test.
19109         * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
19110
19111 2007-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
19112
19113         * gdb.ada/exec_changed.exp: Avoid "set confirm off".
19114
19115 2007-03-27  Brooks Moses  <brooks.moses@codesourcery.com>
19116
19117         * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
19118
19119 2007-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
19120
19121         * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
19122         (gdb_load): Delete, replace with...
19123         (gdb_reload): ...this.
19124         * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
19125         * gdb.server/server-mon.exp: Likewise.
19126         * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
19127         (gdb_start_cmd): New.
19128         (gdb_file_cmd): Save the last loaded file.
19129         (gdb_reload): New.
19130         (gdb_gnu_strip_debug): Use transform.
19131         * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
19132         support here.  Use new $last_loaded_file.  Check mtime.
19133         (gdb_target_cmd): Handle ObjC failure case.
19134         (infer_host_exec): Delete.
19135         (gdbserver_load): Rename to...
19136         (gdbserver_run): ...this.  Simplify.
19137         * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
19138         (mi_gdb_load): Move most contents to a new function...
19139         (mi_gdb_target_load): ...here.  Simplify call to gdbserver_gdb_load.
19140         (mi_run_cmd): Use mi_gdb_target_load.
19141         * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
19142         gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
19143         Use gdb_run_cmd.
19144         * gdb.base/charsign.exp: Remove incorrect comment.
19145         * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
19146         * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
19147         gdb.base/start.exp: Use gdb_start_cmd.
19148
19149 2007-03-23  Nigel Stephens  <nigel@mips.com>
19150             Maciej W. Rozycki  <macro@mips.com>
19151
19152         * gdb.base/sigbpt.exp: Fix the message when skipping test.
19153         * gdb.base/signull.exp: Similarly.
19154
19155 2007-03-16  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19156
19157         * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
19158         messages available to test cases (like chng-sym.exp).
19159
19160 2007-03-14  Andreas Schwab  <schwab@suse.de>
19161
19162         * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
19163         format changes.
19164
19165 2007-03-13  Daniel Jacobowitz  <dan@codesourcery.com>
19166
19167         * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
19168         (optimized_1): New.
19169         (main): Call optimized_1.
19170         (gdb2029): Correct typos.  Call gdb2029_marker.
19171         * gdb.arch/powerpc-prologue.exp: Run new test.  Use a breakpoint
19172         for gdb2029.
19173
19174 2007-03-12  Mark Kettenis  <kettenis@gnu.org>
19175
19176         * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
19177         as tabs.  Remove redundant test pattern.
19178
19179 2007-03-09  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19180
19181         * gdb.base/long_long.exp: Accept optional symbol name in <...>
19182         for /a format output.
19183
19184 2007-03-09  Daniel Jacobowitz  <dan@codesourcery.com>
19185
19186         * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
19187         collect output incrementally.
19188
19189 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19190
19191         * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
19192         for -var-create lpcharacter test.
19193         * gdb.mi/mi2-var-cmd.exp: Likewise.
19194
19195 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19196
19197         * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
19198         pass on targets where address zero is readable.
19199
19200 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19201
19202         * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
19203         just a single architecture.
19204
19205 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19206
19207         * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
19208         (fetch_all_registers): New function, uses gdb_test_multiple and
19209         exp_continue to fetch inferior output line-by-line.
19210         Replace all uses of do_get_all_registers by fetch_all_registers.
19211
19212 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19213
19214         * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
19215         in target_info.
19216
19217 2007-03-02  Michael Snyder  <michael.snyder@palmsource.com>
19218
19219         * gdb.threads/manythreads.exp: Use $message string for
19220         consistancy; add a default (timeout) case.
19221
19222 2007-03-02  Michael Snyder  <michael.snyder@palmsource.com>
19223
19224         * gdb.base/watchpoint.exp: Fix truncated comment.
19225
19226 2007-03-02  Michael Snyder  <michael.snyder@palmsource.com>
19227
19228         * Makefile.in: Remove spurious single-quotes from sed command.
19229
19230 2007-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
19231
19232         * gdb.mi/mi-var-cmd.exp: Correct test name.  Allow any value for
19233         func.
19234         * gdb.mi/mi2-var-cmd.exp: Likewise.
19235
19236 2007-02-27  Joel Brobecker  <brobecker@adacore.com>
19237
19238         * gdb.dwarf2/dw2-producer.S: New file.
19239         * gdb.dwarf2/dw2-producer.exp: New testcase.
19240
19241 2007-02-27  Nick Roberts  <nickrob@snap.net.nz>
19242
19243         * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
19244         * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
19245         * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
19246         * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
19247         * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
19248         Revert tests to use mi_gdb_test and include value field in output
19249         of -var-create.
19250
19251 2007-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
19252
19253         * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
19254
19255 2007-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
19256
19257         * gdb.base/maint.exp: Remove full paths from test names.
19258         * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
19259         gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
19260
19261 2007-02-27  Joel Brobecker  <brobecker@adacore.com>
19262
19263         * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
19264
19265 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
19266
19267         * gdb.server/server-mon.exp: New test.
19268
19269 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
19270
19271         * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
19272
19273 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
19274
19275         * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
19276         register capitalization.
19277
19278 2007-02-13  Denis Pilat  <denis.pilat@st.com>
19279
19280         * gdb.mi/mi-var-invalidate.exp: New file.
19281
19282 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
19283
19284         * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
19285
19286 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
19287
19288         * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
19289
19290 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
19291
19292         * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
19293         gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
19294
19295 2007-02-08  Nick Roberts  <nickrob@snap.net.nz>
19296
19297         * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
19298         * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
19299         * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
19300         * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
19301         * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
19302         * gdb.mi/gdb792.exp, lib/mi-support.exp:
19303         Update tests to include value field in output of -var-create.
19304
19305 2007-02-08  Andreas Schwab  <schwab@suse.de>
19306
19307         * gdb.mi/mi-var-child.exp: Fix matching display of function value.
19308
19309 2007-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
19310
19311         * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
19312         gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
19313
19314 2007-02-02  Denis Pilat  <denis.pilat@st.com>
19315
19316         * gdb.threads/threadapply.exp: check that frame is not changed by
19317         the thread apply all command.
19318
19319 2007-01-31  Andreas Schwab  <schwab@suse.de>
19320
19321         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
19322
19323         * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
19324         in the dwarf sections.
19325         * gdb.dwarf2/mac-fileno.S: Likewise.
19326
19327         * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
19328         bspstore register on ia64.
19329
19330 2007-01-29  Andreas Schwab  <schwab@suse.de>
19331
19332         * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
19333         "frame-begin" annotation.
19334
19335         * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
19336         number of "frames-invalid" annotations.
19337
19338 2007-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
19339
19340         * gdb.base/commands.exp: Call if_commands_test.
19341         (gdb_test_no_prompt, if_commands_test): New.
19342
19343 2007-01-28  Mark Kettenis  <kettenis@gnu.org>
19344
19345         * gdb.threads/sigthread.c (NSIGS): Make bigger.
19346
19347 2007-01-27  Andreas Schwab  <schwab@suse.de>
19348
19349         * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
19350         .short/.int/.quad in the dwarf sections.
19351         * gdb.dwarf2/dw2-intercu.S: Likewise.
19352         * gdb.dwarf2/dw2-intermix.S: Likewise.
19353
19354 2007-01-25  Jan Kratochvil <jan.kratochvil@redhat.com>
19355
19356         * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
19357         * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
19358         array.
19359         * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
19360         * gdb.base/setvar.exp: Likewise.
19361
19362 2007-01-26  Andreas Schwab  <schwab@suse.de>
19363
19364         * gdb.base/corefile.exp: Allow non-empty argument list in reinit
19365         test.
19366
19367         * gdb.base/multi-forks.exp ("restart $i"): Also match
19368         __kernel_syscall_via_break.
19369
19370 2007-01-24  Vladimir Prus  <vladimir@codesourcery.com>
19371
19372         * lib/mi-support.exp (mi_delete_varobj): New.
19373         * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
19374         testcase.
19375         * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
19376         (main): Call the above.
19377         (reference_update_test, base_in_reference_test)
19378         (reference_to_pointer): Delete the created varobjs.
19379
19380 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
19381
19382         * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
19383         * configure: Regenerated.
19384         * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
19385         * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
19386         gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
19387         gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
19388         * lib/gdb.exp (gdb_skip_xml_test): New function.
19389
19390 2007-01-23  Nick Hudson  <nick.hudson@dsl.pipex.com>
19391
19392         * gdb.base/sigrepeat.exp: Correct error message.
19393
19394 2007-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
19395             Daniel Jacobowitz  <dan@codesourcery.com>
19396
19397         * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
19398         gdb.arch/i386-gnu-cfi-asm.S: New files.
19399
19400 2007-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
19401
19402         * lib/gdb.exp: Abort on missing `site.exp'.
19403
19404 2007-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
19405             Daniel Jacobowitz  <dan@codesourcery.com>
19406
19407         * gdb.base/included.c, gdb.base/included.exp,
19408         gdb.base/included.h: New files.
19409
19410 2007-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
19411
19412         * gdb.base/bigcore.c (RLIMIT_CAP): Define.
19413         (maximize_rlimit): Reduce limits on 64-bit systems.
19414
19415 2007-01-19  Mark Kettenis  <kettenis@gnu.org>
19416
19417         From Marcus Deuling <deuling@de.ibm.com>:
19418         * gdb.arch/altivec-regs.exp: Initialise variable endianness in
19419         every case.
19420
19421 2007-01-13  Nick Roberts  <nickrob@snap.net.nz>
19422
19423         * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
19424         (test_path_specification): Use objdir instead of srcdir to always
19425         get an absolute filename.
19426
19427 2007-01-12  Daniel Jacobowitz  <dan@codesourcery.com>
19428
19429         * gdb.cp/member-ptr.cc (class Padding): Make contents public.
19430
19431 2007-01-11  Vladimir Prus  <vladimir@codesourcery.com>
19432
19433         * gdb.mi/mi-var-cp.cc (reference_update_tests):
19434         Make sure the variable we're using is in scope.
19435         (reference_to_pointer): Likewise.
19436
19437 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
19438
19439         * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
19440         has no debug information.
19441
19442 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
19443
19444         * gdb.base/annota1.exp: Remove extra send_gdb.
19445
19446 2007-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
19447
19448         * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
19449
19450 2007-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
19451
19452         * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
19453
19454 2007-01-08  Nick Roberts  <nickrob@snap.net.nz>
19455             Daniel Jacobowitz  <dan@codesourcery.com>
19456
19457         * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
19458         lcharacter or linteger change.  Correct duplicated test name.
19459         * gdb.mi/mi2-var-cmd.exp: Likewise.
19460
19461 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
19462
19463         * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
19464
19465 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
19466
19467         * gdb.base/nofield.c: New file.
19468         * gdb.base/nofield.exp: New testcase.
19469
19470 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
19471
19472         * gdb.mi/mi-var-cp.exp: New test for references to pointers.
19473
19474         * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
19475          test.
19476
19477 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
19478
19479         * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
19480
19481 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
19482
19483         * lib/mi-support.exp (mi_runto_helper): Expect two prompts
19484         when continuing.
19485
19486 2007-01-04  Pedro Alves  <pedro_alves@portugalmail.pt>
19487
19488         * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
19489         Expect ".exe" extension.
19490
19491 2007-01-04  Pedro Alves  <pedro_alves@portugalmail.pt>
19492
19493         * gdb.base/charset.exp: Add explicit filename to break.
19494         * gdb.base/dbx.exp: Add explicit filename to breaks.
19495
19496 2007-01-04  Pedro Alves  <pedro_alves@portugalmail.pt>
19497
19498         * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
19499         * gdb.mi/mi2-file.exp: Likewise.
19500
19501 2007-01-04  Vladimir Prus  <vladimir@codesourcery.com>
19502
19503         Implement specification of MI tests as comments
19504         in C and C++ sources.
19505         * lib/mi-support.exp (mi_autotest_data): New variable.
19506         (mi_autotest_source): New variable.
19507         (count_newlines, mi_prepare_inline_tests)
19508         (mi_get_inline_test, mi_continue_to_line)
19509         (mi_run_inline_test, mi_tbreak)
19510         (mi_send_resuming_command, mi_wait_for_stop): New functions.
19511         * gdb.mi/mi-var-cp.exp: Move most content to the C file.
19512         Run inline tests.
19513         * gdb.mi/mi-var-cp.cc: Define tests here.
19514
19515 2007-01-04  Vladimir Prus  <vladimir@codesourcery.com>
19516
19517         Simplify usage of mi_continue_to.
19518         * lib/mi-support.exp (mi_runto_helper): Renamed
19519         from mi_runto, added new parameter 'run_or_continue'.
19520         (mi_runto): Use mi_runto_helper.
19521         (mi_continue_to): Accept just function name as parameter.
19522         Use mi_runto_helper.
19523         * gdb.mi/mi-var-cmd.exp: Adjust to changes.
19524         * gdb.mi/mi2-var-cmd.exp: Likewise.
19525
19526 2006-01-04  Joel Brobecker  <brobecker@adacore.com>
19527
19528         Make this testcase a bit more realistic. The current code
19529         is too simplistic, and allows the compiler to optimize out
19530         some of the entities we need for this testcase.
19531         * gdb.ada/null_record/bar.ads (Void_Star): New type.
19532         (Do_Nothing): Add extra parameter.
19533         * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
19534         * gdb.ada/null_record/null_record.adb: Fake use of type Empty
19535         by using a variable of type Void_Star.
19536
19537 2006-01-04  Joel Brobecker  <brobecker@adacore.com>
19538
19539         * gdb.ada/catch_ex/foo.adb: New file.
19540         * gdb.ada/catch_ex.exp: New testcase.
19541
19542 2007-01-03  Pedro Alves  <pedro_alves@portugalmail.pt>
19543
19544         * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
19545         pass --image-base to linker.
19546
19547 2007-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
19548             Daniel Jacobowitz  <dan@codesourcery.com>
19549
19550         * gdb.base/readline.exp: Set $TERM.  Test arrow keys in
19551         secondary prompts.
19552
19553 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
19554
19555         * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
19556         output.  Test the types of members and member pointers.
19557         * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
19558         gdb/2092.
19559         * gdb.cp/member-ptr.exp: Search for a comment instead of a
19560         statement.  Enable for GCC.  Update expected output for some tests
19561         and add new tests.  Remove obsolete GCC KFAILs.  Allow GCC's class
19562         layout.
19563         * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
19564         (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
19565         (Diamond::vget_base): New.
19566         (main): Add new tests.
19567         * gdb.cp/printmethod.exp: Update expected output for member functions.
19568         * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
19569         print pEe->D::vg().
19570
19571 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
19572
19573         * gdb.threads/tls.exp: Allow stops in sem_post.
19574
19575 2006-12-31  Daniel Jacobowitz  <dan@codesourcery.com>
19576
19577         * gdb.base/annota1.exp: Allow .*printf in backtraces.
19578         * gdb.base/annota3.exp: Likewise.
19579         * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
19580         again (instead of timing out).
19581         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
19582         GCC bug 26475.
19583         * gdb.java/jmisc.exp: Adjust to work with method signatures including
19584         return types.  Add kfails for GDB bugs 2214 and 2215.  Move exit
19585         test from jmisc1.exp.
19586         * gdb.java/jmisc1.exp: Delete.
19587         * gdb.java/jprint.exp: Adjust to work with method signatures including
19588         return types.
19589         * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
19590         * gdb.threads/linux-dp.exp: Don't be confused by program output.
19591         * lib/java.exp (compile_java_from_source): Pass the correct type
19592         to target_compile.
19593
19594 2006-12-31  Joel Brobecker  <brobecker@adacore.com>
19595
19596         * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
19597         (stack_align_edx): New function.
19598         (stack_align_eax): New function.
19599         (main): Add calls to stack_align_edx and stack_align_eax.
19600         * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
19601         Add testing for the cases where the register used during a stack
19602         realignment is edx. Same for eax.
19603
19604 2006-12-30  Pedro Alves  <pedro_alves@portugalmail.pt>
19605
19606         * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
19607         and generic PE targets.
19608
19609 2006-12-29  Joel Brobecker  <brobecker@adacore.com>
19610
19611         * gdb.ada/array_return.exp: Update copyright date list.
19612
19613 2006-12-27  Joel Brobecker  <brobecker@adacore.com>
19614
19615         * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
19616         (Create_Small_Float_Vector): New function.
19617         * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
19618         function body.
19619         * gdb.ada/array_return/p.adb: Use new type and function from
19620         package Pck.
19621         * gdb.ada/array_return.exp: Add a test verifying that GDB is
19622         able to print the value returned by a function returning an
19623         array of float.
19624
19625 2006-12-20  Joel Brobecker  <brobecker@adacore.com>
19626
19627         * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
19628         The associated tests should be PASSing.
19629
19630 2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
19631
19632         Test for base in references.
19633         * gdb.mi/mi-var-cp.cc: Add test code.
19634         * gdb.mi/mi-var-cp.exp: Test for bases in references.
19635         * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
19636         * gdb.mi/mi2-watch.exp: Likewise.
19637         * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
19638         (mi_list_varobj_children): New function.
19639
19640 2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
19641
19642         * lib/mi-support.exp
19643         (mi_runto): Accept "()" after function name.
19644         (mi_create_varobj): New function.
19645         (mi_varobj_update): New function.
19646         (mi_Check_varobj_value): New function.
19647         * gdb.mi/mi-var-cp.exp: New file.
19648         * gdb.mi/mi-var-cp.cc: New file.
19649
19650 2006-12-01  Daniel Jacobowitz  <dan@codesourcery.com>
19651
19652         * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
19653         gdb.base/weaklib2.c: New files.
19654
19655 2006-11-29  Nathan Sidwell  <nathan@codesourcery.com>
19656
19657         * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
19658         info.  Adjust test names.
19659
19660         * gdb.base/break.c (main): Move position of malloc.
19661         * gdb.base/break.exp: Revert mistaken checkin.
19662
19663 2006-11-28  Vladimir Prus  <vladimir@codesourcery.com>
19664
19665         * gdb.mi/mi-var-cmd.exp: Check -var-update after
19666         assignement of arrays and function pointers.
19667         * gdb.mi/var-cmd.c: Add declaration necessary for above
19668         tests.
19669
19670 2006-11-27  Nathan Sidwell  <nathan@codesourcery.com>
19671
19672         * gdb.base/break.c (main): Call malloc.
19673
19674         * gdb.threads/linux-dp.exp: Read thread table before and after
19675         creating each philosopher and verify it.
19676
19677 2006-11-27  Nathan Sidwell  <nathan@codesourcery.com>
19678             Paul Brook  <paul@codesourcery.com>
19679             Daniel Jacobowitz  <dan@codesourcery.com>
19680
19681         * gdb.base/ending-run.exp: Flatten expect script stepping out of
19682         main to remove duplication.  Add start function of the form
19683         '_*start[1-9]*'. Add RVDS start function.
19684
19685 2006-11-22  Daniel Jacobowitz  <dan@codesourcery.com>
19686
19687         * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
19688
19689 2006-11-22  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19690
19691         * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
19692         * gdb.asm/spu.inc: New file.
19693         * gdb.base/term.exp: Disable if [target_info exists noargs].
19694         * gdb.gdb/complaints.exp: Disable if ![isnative].
19695         * gdb.gdb/selftest.exp: Likewise.
19696         * gdb.gdb/observer.exp: Likewise.
19697         * gdb.gdb/xfullpath.exp: Likewise.
19698         * gdb.base/attach.exp: Disable on SPU target.
19699         * gdb.cp/bs145503.exp: Likewise.
19700         * gdb.cp/exception.exp: Likewise.
19701         * gdb.cp/userdef.exp: Likewise.
19702
19703 2006-11-22  Daniel Jacobowitz  <dan@codesourcery.com>
19704
19705         * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
19706
19707 2006-11-10  Vladimir Prus  <vladimir@codesourcery.com>
19708
19709         * gdb.base/completion.exp: Fix completion tests for
19710         'info' and 'info '.
19711         * gdb.base/help.exp (help_test_raw, test_class_help)
19712         (test_prefix_command_help): Move...
19713         * lib/gdb.exp: Here.
19714         * gdb.base/main.exp: Adjust.
19715         * gdb.cp/maint.exp: Adjust.
19716         * gdb.trace/tracecmd.exp: Use test_help_class.
19717
19718 2006-11-09  Vladimir Prus  <vladimir@codesourcery.com>
19719
19720         * gdb.stabs/weird.exp (print_weird_var): Use
19721         gdb_test_multiple instead of gdb_expect.
19722
19723 2006-11-09  Vladimir Prus  <vladimir@codesourcery.com>
19724
19725         * gdb.base/help.exp (help_test_raw): New.
19726         (test_class_help): New.
19727         (test_prefix_command_help): New.
19728         Adjust testcases.
19729
19730 2006-11-09  Christophe Lyon  <christophe.lyon@st.com>
19731
19732         * gdb.base/constvars.c (main): Write to crass and crips, so that
19733         they are allocated by the compiler.
19734
19735 2006-10-27  Andreas Schwab  <schwab@suse.de>
19736
19737         * gdb.base/multi-forks.exp: Use "detach fork" instead of
19738         "detach-fork".
19739
19740 2006-10-18  Daniel Jacobowitz  <dan@codesoucery.com>
19741
19742         * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
19743         of patterns.
19744
19745 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
19746
19747         * gdb.base/sepdebug.exp: Remove debug format test.
19748         * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
19749         Handle no-symtab.
19750         * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
19751
19752 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
19753
19754         * gdb.threads/manythreads.c (thread_function, main): Don't cast
19755         int to pointer or pointer to int.
19756         * gdb.threads/manythreads.exp: Don't expect the string "LWP".
19757
19758 2006-10-12  Daniel Jacobowitz  <dan@codesourcery.com>
19759
19760         * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
19761
19762 2006-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
19763
19764         * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
19765
19766 2006-10-09  Daniel Jacobowitz  <dan@codesourcery.com>
19767
19768         PR c++/2116
19769         * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
19770
19771 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
19772
19773         * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
19774         the corresponding bug has been fixed in GDB (PR/2018).
19775
19776 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
19777
19778         * gdb.base/subst.exp: New testcase.
19779
19780 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
19781
19782         * gdb.ada/array_return/pck.ads: Add copyright notice.
19783         * gdb.ada/array_return/pck.adb: Likewise.
19784         * gdb.ada/array_return/p.adb: Likewise.
19785         * gdb.ada/exec_changed/first.adb: Likewise.
19786         * gdb.ada/exec_changed/second.adb: Likewise.
19787
19788 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
19789
19790         * gdb.ada/watch_arg/watch.adb: New file.
19791         * gdb.ada/watch_arg.exp: New testcase.
19792
19793 2006-10-02  Vladimir Prus  <vladimir@codesourcery.com>
19794
19795         * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
19796         via string_to_regexp.
19797         * gdb.mi/mi2-basics.exp: Likewise.
19798
19799 2006-09-20  Michael Snyder  <michael.snyder@palmsource.com>
19800
19801         * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
19802         Remove unused / obsolete files.
19803
19804 2006-09-19  Nick Roberts  <nickrob@snap.net.nz>
19805
19806         * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
19807
19808 2006-09-17  Vladimir Prus  <vladimir@codesourcery.com>
19809
19810         * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
19811         HIGH_FRAME argument to -stack-list-arguments can be larger than
19812         the number of frames.
19813
19814 2006-09-15  Daniel Jacobowitz  <dan@codesourcery.com>
19815
19816         * gdb.base/args.c (main): Add breakpoint marker.
19817         * gdb.base/args.exp: Use args_test for tests.  Add new tests which
19818         really test empty arguments.
19819         (args_load): Delete.
19820         (args_test): New.
19821
19822 2006-09-13  Nick Roberts  <nickrob@snap.net.nz>
19823
19824         * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
19825         check for one file.
19826
19827 2006-09-07  Vladimir Prus  <ghost@vladimir@codesourcery.com>
19828
19829         * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
19830         HIGH_FRAME argument to -stack-list-locals can be larger than
19831         the number of frames.
19832
19833 2006-08-18  Fred Fish  <fnf@specifix.com>
19834
19835         * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
19836         '$' in front of skip_vmx_tests_saved when setting that.
19837
19838 2006-08-10  Andrew Stubbs  <andrew.stubbs@st.com>
19839
19840         * gdb.base/trace-commands.exp: New file.
19841
19842 2006-08-10  Joel Brobecker  <brobecker@adacore.com>
19843             Daniel Jacobowitz  <dan@codesourcery.com>
19844
19845         * gdb.base/step-bt.exp: Make hexadecimal address optional in
19846         expected output of the backtrace commands.
19847
19848 2006-08-09  Joel Brobecker  <brobecker@adacore.com>
19849
19850         * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
19851         untested followed by return combination.
19852         * gdb.arch/altivec-regs.exp: Likewise.
19853         * gdb.arch/e500-abi.exp: Likewise.
19854         * gdb.arch/e500-regs.exp: Likewise.
19855         * gdb.arch/gdb1291.exp: Likewise.
19856         * gdb.arch/gdb1431.exp: Likewise.
19857         * gdb.arch/gdb1558.exp: Likewise.
19858         * gdb.arch/i386-prologue.exp: Likewise.
19859         * gdb.arch/i386-unwind.exp: Likewise.
19860         * gdb.asm/asm-source.exp: Likewise.
19861         * gdb.base/a2-run.exp: Likewise.
19862         * gdb.base/advance.exp: Likewise.
19863         * gdb.base/all-bin.exp: Likewise.
19864         * gdb.base/annota1.exp: Likewise.
19865         * gdb.base/annota3.exp: Likewise.
19866         * gdb.base/args.exp: Likewise.
19867         * gdb.base/arithmet.exp: Likewise.
19868         * gdb.base/assign.exp: Likewise.
19869         * gdb.base/async.exp: Likewise.
19870         * gdb.base/attach.exp: Likewise.
19871         * gdb.base/bang.exp: Likewise.
19872         * gdb.base/bigcore.exp: Likewise.
19873         * gdb.base/bitfields.exp: Likewise.
19874         * gdb.base/bitfields2.exp: Likewise.
19875         * gdb.base/break.exp: Likewise.
19876         * gdb.base/call-sc.exp: Likewise.
19877         * gdb.base/call-strs.exp: Likewise.
19878         * gdb.base/callfuncs.exp: Likewise.
19879         * gdb.base/checkpoint.exp: Likewise.
19880         * gdb.base/chng-syms.exp: Likewise.
19881         * gdb.base/code-expr.exp: Likewise.
19882         * gdb.base/commands.exp: Likewise.
19883         * gdb.base/completion.exp: Likewise.
19884         * gdb.base/cond-expr.exp: Likewise.
19885         * gdb.base/condbreak.exp: Likewise.
19886         * gdb.base/consecutive.exp: Likewise.
19887         * gdb.base/constvars.exp: Likewise.
19888         * gdb.base/corefile.exp: Likewise.
19889         * gdb.base/cvexpr.exp: Likewise.
19890         * gdb.base/dbx.exp: Likewise.
19891         * gdb.base/define.exp: Likewise.
19892         * gdb.base/detach.exp: Likewise.
19893         * gdb.base/display.exp: Likewise.
19894         * gdb.base/dump.exp: Likewise.
19895         * gdb.base/ena-dis-br.exp: Likewise.
19896         * gdb.base/ending-run.exp: Likewise.
19897         * gdb.base/environ.exp: Likewise.
19898         * gdb.base/eval-skip.exp: Likewise.
19899         * gdb.base/exprs.exp: Likewise.
19900         * gdb.base/fileio.exp: Likewise.
19901         * gdb.base/finish.exp: Likewise.
19902         * gdb.base/float.exp: Likewise.
19903         * gdb.base/foll-exec.exp: Likewise.
19904         * gdb.base/foll-fork.exp: Likewise.
19905         * gdb.base/foll-vfork.exp: Likewise.
19906         * gdb.base/freebpcmd.exp: Likewise.
19907         * gdb.base/funcargs.exp: Likewise.
19908         * gdb.base/gcore.exp: Likewise.
19909         * gdb.base/gdb1090.exp: Likewise.
19910         * gdb.base/gdb1250.exp: Likewise.
19911         * gdb.base/huge.exp: Likewise.
19912         * gdb.base/info-proc.exp: Likewise.
19913         * gdb.base/interrupt.exp: Likewise.
19914         * gdb.base/jump.exp: Likewise.
19915         * gdb.base/langs.exp: Likewise.
19916         * gdb.base/lineinc.exp: Likewise.
19917         * gdb.base/list.exp: Likewise.
19918         * gdb.base/logical.exp: Likewise.
19919         * gdb.base/long_long.exp: Likewise.
19920         * gdb.base/macscp.exp: Likewise.
19921         * gdb.base/maint.exp: Likewise.
19922         * gdb.base/mips_pro.exp: Likewise.
19923         * gdb.base/miscexprs.exp: Likewise.
19924         * gdb.base/multi-forks.exp: Likewise.
19925         * gdb.base/opaque.exp: Likewise.
19926         * gdb.base/overlays.exp: Likewise.
19927         * gdb.base/pc-fp.exp: Likewise.
19928         * gdb.base/pointers.exp: Likewise.
19929         * gdb.base/printcmds.exp: Likewise.
19930         * gdb.base/psymtab.exp: Likewise.
19931         * gdb.base/ptype.exp: Likewise.
19932         * gdb.base/recurse.exp: Likewise.
19933         * gdb.base/relational.exp: Likewise.
19934         * gdb.base/relocate.exp: Likewise.
19935         * gdb.base/remote.exp: Likewise.
19936         * gdb.base/reread.exp: Likewise.
19937         * gdb.base/restore.exp: Likewise.
19938         * gdb.base/return.exp: Likewise.
19939         * gdb.base/return2.exp: Likewise.
19940         * gdb.base/scope.exp: Likewise.
19941         * gdb.base/sect-cmd.exp: Likewise.
19942         * gdb.base/sep.exp: Likewise.
19943         * gdb.base/sepdebug.exp: Likewise.
19944         * gdb.base/setshow.exp: Likewise.
19945         * gdb.base/setvar.exp: Likewise.
19946         * gdb.base/sigall.exp: Likewise.
19947         * gdb.base/sigbpt.exp: Likewise.
19948         * gdb.base/signals.exp: Likewise.
19949         * gdb.base/signull.exp: Likewise.
19950         * gdb.base/sizeof.exp: Likewise.
19951         * gdb.base/solib.exp: Likewise.
19952         * gdb.base/step-line.exp: Likewise.
19953         * gdb.base/step-test.exp: Likewise.
19954         * gdb.base/structs.exp: Likewise.
19955         * gdb.base/structs2.exp: Likewise.
19956         * gdb.base/term.exp: Likewise.
19957         * gdb.base/twice.exp: Likewise.
19958         * gdb.base/until.exp: Likewise.
19959         * gdb.base/varargs.exp: Likewise.
19960         * gdb.base/volatile.exp: Likewise.
19961         * gdb.base/watchpoint.exp: Likewise.
19962         * gdb.base/whatis-exp.exp: Likewise.
19963         * gdb.base/whatis.exp: Likewise.
19964         * gdb.cp/ambiguous.exp: Likewise.
19965         * gdb.cp/annota2.exp: Likewise.
19966         * gdb.cp/annota3.exp: Likewise.
19967         * gdb.cp/bool.exp: Likewise.
19968         * gdb.cp/breakpoint.exp: Likewise.
19969         * gdb.cp/casts.exp: Likewise.
19970         * gdb.cp/class2.exp: Likewise.
19971         * gdb.cp/classes.exp: Likewise.
19972         * gdb.cp/cplusfuncs.exp: Likewise.
19973         * gdb.cp/ctti.exp: Likewise.
19974         * gdb.cp/derivation.exp: Likewise.
19975         * gdb.cp/exception.exp: Likewise.
19976         * gdb.cp/gdb1355.exp: Likewise.
19977         * gdb.cp/hang.exp: Likewise.
19978         * gdb.cp/inherit.exp: Likewise.
19979         * gdb.cp/local.exp: Likewise.
19980         * gdb.cp/m-data.exp: Likewise.
19981         * gdb.cp/m-static.exp: Likewise.
19982         * gdb.cp/member-ptr.exp: Likewise.
19983         * gdb.cp/method.exp: Likewise.
19984         * gdb.cp/misc.exp: Likewise.
19985         * gdb.cp/namespace.exp: Likewise.
19986         * gdb.cp/overload.exp: Likewise.
19987         * gdb.cp/ovldbreak.exp: Likewise.
19988         * gdb.cp/pr-1023.exp: Likewise.
19989         * gdb.cp/pr-1210.exp: Likewise.
19990         * gdb.cp/pr-574.exp: Likewise.
19991         * gdb.cp/printmethod.exp: Likewise.
19992         * gdb.cp/psmang.exp: Likewise.
19993         * gdb.cp/ref-params.exp: Likewise.
19994         * gdb.cp/ref-types.exp: Likewise.
19995         * gdb.cp/rtti.exp: Likewise.
19996         * gdb.cp/templates.exp: Likewise.
19997         * gdb.cp/try_catch.exp: Likewise.
19998         * gdb.cp/userdef.exp: Likewise.
19999         * gdb.cp/virtfunc.exp: Likewise.
20000         * gdb.disasm/am33.exp: Likewise.
20001         * gdb.disasm/h8300s.exp: Likewise.
20002         * gdb.disasm/mn10300.exp: Likewise.
20003         * gdb.disasm/sh3.exp: Likewise.
20004         * gdb.disasm/t01_mov.exp: Likewise.
20005         * gdb.disasm/t02_mova.exp: Likewise.
20006         * gdb.disasm/t03_add.exp: Likewise.
20007         * gdb.disasm/t04_sub.exp: Likewise.
20008         * gdb.disasm/t05_cmp.exp: Likewise.
20009         * gdb.disasm/t06_ari2.exp: Likewise.
20010         * gdb.disasm/t07_ari3.exp: Likewise.
20011         * gdb.disasm/t08_or.exp: Likewise.
20012         * gdb.disasm/t09_xor.exp: Likewise.
20013         * gdb.disasm/t10_and.exp: Likewise.
20014         * gdb.disasm/t11_logs.exp: Likewise.
20015         * gdb.disasm/t12_bit.exp: Likewise.
20016         * gdb.disasm/t13_otr.exp: Likewise.
20017         * gdb.hp/gdb.aCC/optimize.exp: Likewise.
20018         * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
20019         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
20020         * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
20021         * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
20022         * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
20023         * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
20024         * gdb.hp/gdb.base-hp/reg.exp: Likewise.
20025         * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
20026         * gdb.hp/gdb.compat/xdb1.exp: Likewise.
20027         * gdb.hp/gdb.compat/xdb3.exp: Likewise.
20028         * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
20029         * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
20030         * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
20031         * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
20032         * gdb.mi/gdb701.exp: Likewise.
20033         * gdb.mi/gdb792.exp: Likewise.
20034         * gdb.mi/mi-basics.exp: Likewise.
20035         * gdb.mi/mi-break.exp: Likewise.
20036         * gdb.mi/mi-cli.exp: Likewise.
20037         * gdb.mi/mi-console.exp: Likewise.
20038         * gdb.mi/mi-disassemble.exp: Likewise.
20039         * gdb.mi/mi-eval.exp: Likewise.
20040         * gdb.mi/mi-file.exp: Likewise.
20041         * gdb.mi/mi-read-memory.exp: Likewise.
20042         * gdb.mi/mi-regs.exp: Likewise.
20043         * gdb.mi/mi-return.exp: Likewise.
20044         * gdb.mi/mi-simplerun.exp: Likewise.
20045         * gdb.mi/mi-stack.exp: Likewise.
20046         * gdb.mi/mi-stepi.exp: Likewise.
20047         * gdb.mi/mi-syn-frame.exp: Likewise.
20048         * gdb.mi/mi-until.exp: Likewise.
20049         * gdb.mi/mi-var-block.exp: Likewise.
20050         * gdb.mi/mi-var-child.exp: Likewise.
20051         * gdb.mi/mi-var-cmd.exp: Likewise.
20052         * gdb.mi/mi-var-display.exp: Likewise.
20053         * gdb.mi/mi-watch.exp: Likewise.
20054         * gdb.mi/mi2-basics.exp: Likewise.
20055         * gdb.mi/mi2-break.exp: Likewise.
20056         * gdb.mi/mi2-cli.exp: Likewise.
20057         * gdb.mi/mi2-console.exp: Likewise.
20058         * gdb.mi/mi2-disassemble.exp: Likewise.
20059         * gdb.mi/mi2-eval.exp: Likewise.
20060         * gdb.mi/mi2-file.exp: Likewise.
20061         * gdb.mi/mi2-read-memory.exp: Likewise.
20062         * gdb.mi/mi2-regs.exp: Likewise.
20063         * gdb.mi/mi2-return.exp: Likewise.
20064         * gdb.mi/mi2-simplerun.exp: Likewise.
20065         * gdb.mi/mi2-stack.exp: Likewise.
20066         * gdb.mi/mi2-stepi.exp: Likewise.
20067         * gdb.mi/mi2-syn-frame.exp: Likewise.
20068         * gdb.mi/mi2-until.exp: Likewise.
20069         * gdb.mi/mi2-var-block.exp: Likewise.
20070         * gdb.mi/mi2-var-child.exp: Likewise.
20071         * gdb.mi/mi2-var-cmd.exp: Likewise.
20072         * gdb.mi/mi2-var-display.exp: Likewise.
20073         * gdb.mi/mi2-watch.exp: Likewise.
20074         * gdb.stabs/exclfwd.exp: Likewise.
20075         * gdb.stabs/weird.exp: Likewise.
20076         * gdb.threads/gcore-thread.exp: Likewise.
20077         * gdb.trace/actions.exp: Likewise.
20078         * gdb.trace/backtrace.exp: Likewise.
20079         * gdb.trace/circ.exp: Likewise.
20080         * gdb.trace/collection.exp: Likewise.
20081         * gdb.trace/deltrace.exp: Likewise.
20082         * gdb.trace/infotrace.exp: Likewise.
20083         * gdb.trace/limits.exp: Likewise.
20084         * gdb.trace/packetlen.exp: Likewise.
20085         * gdb.trace/passc-dyn.exp: Likewise.
20086         * gdb.trace/passcount.exp: Likewise.
20087         * gdb.trace/report.exp: Likewise.
20088         * gdb.trace/save-trace.exp: Likewise.
20089         * gdb.trace/tfind.exp: Likewise.
20090         * gdb.trace/tracecmd.exp: Likewise.
20091         * gdb.trace/while-dyn.exp: Likewise.
20092         * gdb.trace/while-stepping.exp: Likewise.
20093
20094 2006-08-08  Joel Brobecker  <brobecker@adacore.com>
20095
20096         * gdb.base/step-bt.c: New file.
20097         * gdb.base/step-bt.exp: New testcase.
20098
20099 2006-08-08  Daniel Jacobowitz  <dan@codesourcery.com>
20100
20101         * config/monitor.exp (gdb_load): Remove support for obsolete
20102         download-write-size.
20103         * gdb.base/remote.exp: Likewise.  Update all callers of
20104         gdb_timed_load.
20105
20106 2006-08-02  Daniel Jacobowitz  <dan@codesourcery.com>
20107
20108         * cursal.exp: Pass binfile to gdb_load.
20109
20110 2006-08-01  Nathan Sidwell  <nathan@codesourcery.com>
20111
20112         * gdb.base/cursal.exp: Add "" to gdb_load call.
20113
20114 2006-07-29  Mark Kettenis  <kettenis@gnu.org>
20115
20116         * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
20117         NetBSD/ELF targets.
20118
20119 2006-07-25  Daniel Jacobowitz  <dan@codesourcery.com>
20120
20121         * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
20122         operator*.
20123
20124 2006-07-24  Daniel Jacobowitz  <dan@codesourcery.com>
20125
20126         * gdb.base/completion.exp: Update for change in "file" behavior.
20127         * gdb.stabs/weird.exp: Likewise.
20128         * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
20129         * lib/gdb.exp (gdb_file_cmd): Likewise.  Kill the program explicitly.
20130
20131 2006-07-24  Nathan Sidwell  <nathan@codesourcery.com>
20132
20133         * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
20134         * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
20135
20136 2006-07-21  Andrew Stubbs  <andrew.stubbs@st.com>
20137
20138         * gdb.base/default.exp: Update source command error message.
20139         * gdb.base/help.exp: Update 'help source' message.
20140
20141 2006-07-20  Daniel Jacobowitz  <dan@codesourcery.com>
20142
20143         * gdb.cp/bs15503.exp: Update comment for no longer crashing
20144         test.
20145
20146 2006-07-19  Andrew Stubbs  <andrew.stubbs@st.com>
20147
20148         * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
20149
20150 2006-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
20151
20152         * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
20153
20154 2006-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
20155
20156         * gdb.threads/print-threads.exp: Use gdb_breakpoint.
20157
20158 2006-07-17  Mark Kettenis  <kettenis@gnu.org>
20159
20160         * gdb.base/long_long.exp (gdb_test_long_long): Exclude
20161         *-*-openbsd* from targets for wich we expect ARM FPA floating
20162         point format.
20163
20164 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
20165
20166         * gdb.cp/annota3.exp: Expect frame-begin annotation.
20167
20168 2006-07-17  Mark Kettenis  <kettenis@gnu.org>
20169
20170         * gdb.base/annota3.exp: Expect frame-begin annotation.
20171
20172 2006-07-14  Joel Brobecker  <brobecker@adacore.com>
20173
20174         * gdb.base/help.exp: Adjust "help unset" test to accept
20175         any list of unset commands.
20176
20177 2006-07-13  Paul N. Hilfinger  <Hilfinger@adacore.com>
20178             Daniel Jacobowitz  <dan@codesourcery.com>
20179
20180         * gdb.cp/ref-params.exp: New test.
20181         * gdb.cp/ref-params.cc: New source file.
20182         * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
20183
20184 2006-07-08  Mark Kettenis  <kettenis@gnu.org>
20185
20186         * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
20187         spaces/tabs in regular expressions since they might not be there.
20188
20189 2006-07-07  Andrew Stubbs  <andrew.stubbs@st.com>
20190
20191         * gdb.base/ifelse.exp: New file.
20192
20193 2006-07-04  Nathan Sidwell  <nathan@codesourcery.com>
20194
20195         * gdb.base/huge.c: Allow CRASH_GDB to be set from command
20196         line.
20197         * gdb.base/huge.exp: Loop over compilation to find a size that
20198         is acceptable.
20199         * gdb.base/remote.exp: Correct expected strings.
20200         * gdb.dwarf2/mac-fileno.S: Avoid # comments.
20201
20202 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
20203
20204         * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
20205
20206 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
20207
20208         * gdb.base/gdb1555.exp: Use gdb_compile_shlib.  Skip if not
20209         native.
20210
20211 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
20212
20213         * gdb.stabs/exclfwd.exp: Skip the test if configure did not
20214         enable stabs testing.
20215
20216 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
20217
20218         * gdb.base/auxv.exp: Intercept undefined command messages before
20219         gdb_test_multiple does.
20220
20221 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
20222
20223         * Makefile.in (host_alias): Remove.
20224         (target_alias): Use @target_noncanonical@.
20225         (site.exp): Don't set host_alias.
20226         * aclocal.m4: Remove contents.  Include acx.m4.
20227         * configure: Regenerated.
20228         * configure.ac: Use ACX_NONCANONICAL_TARGET.
20229
20230 2006-06-13  Nathan Sidwell  <nathan@codesourcery.com>
20231
20232         * lib/gdb.exp (gdb_load_cmd): New.
20233
20234         * gdb.base/fileio.c: Add system(NULL) test.
20235         * gdb.base/fileio.exp: Check it.
20236
20237         * gdb.base/break.c: Add 10a breakpoint at }
20238         * gdb.base/break.exp: Add test for breakpoint at }
20239         * gdb.cp/anon-union.cc: Add code at end of function.
20240         * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
20241         * gdb.mi/var-cmd.c: Add code at end of function.
20242         * gdb.mi/mi-var-display.exp: Adjust end of next.
20243         * gdb.mi/mi2-var-display.exp: Likewise.
20244         * gdb.base/fileio.c: Add stop function and insert calls at
20245         stopping places.
20246         * gdb.base/fileio.exp: Breakpoint stop function and remove
20247         explicit line number references.
20248
20249 2006-05-19  Joel Brobecker  <brobecker@adacore.com>
20250
20251         * gdb.base/del.exp (test_delete_alias): New function.
20252         Now check that both "del" and "d" work as aliases for "delete".
20253
20254 2006-05-18  Fred Fish  <fnf@specifix.com>
20255
20256         * gdb.base/a2-run.exp: Allow part of test to run when args aren't
20257         required.  Check for spurious output after program exits normally.
20258
20259 2006-05-17  Fred Fish  <fnf@specifix.com>
20260
20261         * gdb.base/relocate.exp: Use gdb_file_cmd rather than
20262         gdb_load, so it works in the simulator.
20263
20264 2006-05-11  Fred Fish  <fnf@specifix.com>
20265
20266         * gdb.base/bang.exp: Ignore unexpected output between the
20267         "program exited normally" and the gdb prompt, as many other
20268         tests do.
20269
20270 2006-05-07  Mark Kettenis  <kettenis@gnu.org>
20271
20272         * gdb.base/help.exp: Make "delete checkpoint" part option for
20273         "help d" and "help delete" tests.
20274
20275 2006-05-06  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20276
20277         * gdb.mi/mi-basics.exp: Add missing serial number to
20278         expected output in some mi_gdb_test statements.
20279         * gdb.mi/mi2-basics.exp: Likewise.
20280
20281 2006-05-05  Joel Brobecker  <brobecker@adacore.com>
20282
20283         * gdb.base/del.c: New file.
20284         * gdb.base/del.exp: New testcase.
20285
20286 2006-05-05  David S. Miller  <davem@sunset.davemloft.net>
20287
20288         * gdb.base/break.exp: Do not assume a breakpoint on
20289         main will actually be in $srcfile when optimizing.
20290         * gdb.base/savedregs.exp: Do not require that the dummy
20291         frame location match up to a symbol and source file location.
20292         * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
20293         will get printed without a mi_cmd_data_list_register_values prefix.
20294         (*-data-list-register-*): Correct regular expressions to expect the new
20295         pseudo d? floating point registers.
20296         * gdb.mi/mi2-regs.exp: Likewise.
20297
20298 2006-05-05  Christophe Lyon  <christophe.lyon@st.com>
20299
20300         * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
20301         * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
20302         is allocated by the compiler.
20303         * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
20304         anons, e, anone to force their allocation by the compiler.
20305
20306 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
20307
20308         * gdb.base/help.exp: Update expected text for help d and
20309         help delete.
20310
20311 2006-05-02  Mark Kettenis  <kettenis@gnu.org>
20312
20313         * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
20314         NetBSD/ELF targets.
20315
20316 2006-04-30  Mark Kettenis  <kettenis@gnu.org>
20317
20318         * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
20319         single-step breakpoint fails; make this a KFAIL on
20320         sparc*-*-openbsd*.
20321         * gdb.base/siginfo.exp: Likewise.
20322         * gdb.base/sigstep.exp (advance, advancei): Likewise.
20323
20324 2006-04-26  Michael Snyder  <msnyder@redhat.com>
20325
20326         * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
20327         which may have to consume output from other forks.
20328         Add tests to make sure that "delete fork" succeeded.
20329
20330 2006-04-20  Michael Snyder  <msnyder@redhat.com>
20331
20332         * 2006-03-22  Jim Blandy  <jimb@redhat.com>
20333         Add support for the Renesas M32C and M16C.
20334
20335         * gdb.asm/asm-source.exp: Add m32c target.
20336         * gdb.asm/m32c.inc: Support for m32c target.
20337
20338 2006-04-07  Andrew Stubbs  <andrew.stubbs@st.com>
20339
20340         * gdb.base/commands.exp (recursive_source_test): New test.
20341
20342 2006-04-04  David S. Miller  <davem@sunset.davemloft.net>
20343
20344         * gdb.base/float.exp: Add pattern for sparc targets.
20345
20346 2006-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
20347
20348         * gdb.base/commands.exp (stray_arg0_test): New test.
20349
20350 2006-03-30  Paul Brook  <paul@codesourcery.com>
20351
20352         * gdb.mi/mi-until.exp: kfail broken until command.
20353         * gdb.mi/mi2-until.exp: Ditto.
20354
20355 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
20356
20357         * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
20358
20359 2006-03-08  Alexandre Oliva  <aoliva@redhat.com>
20360
20361         * gdb.base/prelink.exp: Anchor tested-for regular expression
20362         on gdb prompt.
20363
20364 2006-03-07  Paul Brook  <paul@codesourcery.com>
20365
20366         * gdb.base/assign.exp: Correct fail message.
20367
20368 2006-03-07  Paul Brook  <paul@codesourcery.com>
20369
20370         * lib/compiler.c: Extract armcc version number.
20371         * lib/compiler.cc: Ditto.
20372
20373 2006-03-07  Paul Brook  <paul@codesourcery.com>
20374
20375         * gdb.arch/altivec-abi.exp: Use nowarnings instead of
20376         additional_flags=-w.
20377         * gdb.arch/altivec-regs.exp: Ditto.
20378         * gdb.arch/e500-abi.exp: Ditto.
20379         * gdb.arch/e500-regs.exp: Ditto.
20380         * gdb.base/all-bin.exp: Ditto.
20381         * gdb.base/annota1.exp: Ditto.
20382         * gdb.base/annota3.exp: Ditto.
20383         * gdb.base/args.exp: Ditto.
20384         * gdb.base/arithmet.exp: Ditto.
20385         * gdb.base/assign.exp: Ditto.
20386         * gdb.base/async.exp: Ditto.
20387         * gdb.base/bang.exp: Ditto.
20388         * gdb.base/break.exp: Ditto.
20389         * gdb.base/call-rt-st.exp: Ditto.
20390         * gdb.base/completion.exp: Ditto.
20391         * gdb.base/cond-expr.exp: Ditto.
20392         * gdb.base/condbreak.exp: Ditto.
20393         * gdb.base/consecutive.exp: Ditto.
20394         * gdb.base/define.exp: Ditto.
20395         * gdb.base/display.exp: Ditto.
20396         * gdb.base/ena-dis-br.exp: Ditto.
20397         * gdb.base/environ.exp: Ditto.
20398         * gdb.base/eval-skip.exp: Ditto.
20399         * gdb.base/info-proc.exp: Ditto.
20400         * gdb.base/jump.exp: Ditto.
20401         * gdb.base/logical.exp: Ditto.
20402         * gdb.base/long_long.exp: Ditto.
20403         * gdb.base/maint.exp: Ditto.
20404         * gdb.base/miscexprs.exp: Ditto.
20405         * gdb.base/pc-fp.exp: Ditto.
20406         * gdb.base/pointers.exp: Ditto.
20407         * gdb.base/relational.exp: Ditto.
20408         * gdb.base/reread.exp: Ditto.
20409         * gdb.base/sect-cmd.exp: Ditto.
20410         * gdb.base/sep.exp: Ditto.
20411         * gdb.base/sepdebug.exp: Ditto.
20412         * gdb.base/until.exp: Ditto.
20413         * gdb.base/whatis-exp.exp: Ditto.
20414         * gdb.cp/annota2.exp: Ditto.
20415         * gdb.cp/annota3.exp: Ditto.
20416         * gdb.trace/actions.exp: Ditto.
20417         * gdb.trace/backtrace.exp: Ditto.
20418         * gdb.trace/circ.exp: Ditto.
20419         * gdb.trace/collection.exp: Ditto.
20420         * gdb.trace/deltrace.exp: Ditto.
20421         * gdb.trace/infotrace.exp: Ditto.
20422         * gdb.trace/limits.exp: Ditto.
20423         * gdb.trace/packetlen.exp: Ditto.
20424         * gdb.trace/passc-dyn.exp: Ditto.
20425         * gdb.trace/passcount.exp: Ditto.
20426         * gdb.trace/report.exp: Ditto.
20427         * gdb.trace/save-trace.exp: Ditto.
20428         * gdb.trace/tfind.exp: Ditto.
20429         * gdb.trace/tracecmd.exp: Ditto.
20430         * gdb.trace/while-dyn.exp: Ditto.
20431         * gdb.trace/while-stepping.exp: Ditto.
20432         * lib/gdb.exp: Ditto.
20433         (gdb_compile): Handle nowarning option.
20434
20435 2006-03-07  Alexandre Oliva  <aoliva@redhat.com>
20436
20437         * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
20438         * gdb.base/prelink.exp: Likewise.  Add -q to prelink runs.
20439         Rename executable to prelinkt.  Don't re-prelink if we didn't
20440         get a core file.  Test prelink -u exit status to tell whether
20441         prelinking failed.  Use gdb_test_multiple.
20442
20443 2006-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
20444
20445         * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
20446         (do_tests): Call it.
20447
20448 2006-02-28  Alexandre Oliva  <aoliva@redhat.com>
20449
20450         * gdb.base/prelink.exp: New test.
20451         * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
20452
20453 2006-02-24  Wu Zhou  <woodzltc@cn.ibm.com>
20454
20455         * gdb.fortran/derived-type.f90: New file.
20456         * gdb.fortran/derived-type.exp: New testcase.
20457
20458 2006-02-23  Daniel Jacobowitz  <dan@codesourcery.com>
20459
20460         * gdb.base/default.exp: Allow ';' as a directory separator.
20461
20462 2006-02-21  Andrew Stubbs  <andrew.stubbs@st.com>
20463
20464         * gdb.base/help.exp (help add-symbol-file): Update.
20465
20466 2006-02-21  Andrew Stubbs  <andrew.stubbs@st.com>
20467
20468         * gdb.base/help.exp (help load): Update expected results.
20469
20470 2006-02-19  Fred Fish  <fnf@specifix.com>
20471
20472         * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
20473         specifix hex value as part of results.
20474         * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
20475
20476 2006-02-16  Fred Fish  <fnf@specifix.com>
20477
20478         * gdb.base/whatis.c: Define variables using typedefs char_addr,
20479         ushort_addr, and slong_addr, so the typedefs are not optimized
20480         away.
20481         * gdb.base/whatis.exp: Add tests using type name for struct type,
20482         union type, enum type, and typedef.
20483
20484 2006-02-13  Mark Kettenis  <kettenis@gnu.org>
20485
20486         * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
20487
20488 2006-02-13  Jim Blandy  <jimb@redhat.com>
20489
20490         * gdb.base/scope.exp (test_at_main): Remove logic to handle the
20491         case where it takes two "next" commands to skip past the init
20492         call.
20493
20494 2006-02-12  Fred Fish  <fnf@specifix.com>
20495
20496         * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
20497         to handle cases where it takes two "next" commands to skip
20498         past the init call.
20499
20500 2006-02-07  Joel Brobecker  <brobecker@adacore.com>
20501
20502         * gdb.ada/array_return.exp: Mark the last test as expected to fail
20503         on hppa32 targets.
20504
20505 2006-02-06  Vladimir Prus  <ghost@cs.msu.su>
20506
20507         * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
20508         field.
20509
20510 2006-01-29  Mark Kettenis  <kettenis@gnu.org>
20511
20512         * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
20513
20514 2006-01-22  Daniel Jacobowitz  <dan@codesourcery.com>
20515
20516         * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
20517         files.
20518
20519 2006-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
20520
20521         * gdb.cp/maint.exp: Set complaints to a positive value.
20522
20523 2006-01-15  Daniel Jacobowitz  <dan@codesourcery.com>
20524
20525         * gdb.base/multi-forks.c: Add copyright notice.  Include <stdlib.h>.
20526         * gdb.base/multi-forks.exp: Use a loop.  Allow "fork" as a stopped
20527         function name.
20528
20529 2006-01-15  Daniel Jacobowitz  <dan@codesourcery.com>
20530
20531         * gdb.base/checkpoint.c: Update copyright notice.  Include
20532         <stdlib.h>.
20533
20534 2006-01-04  Jim Blandy  <jimb@redhat.com>
20535
20536         * gdb.asm/asm-source.exp: Independently provide default values for
20537         asm-flags and debug-flags.  Use 'string equal' to do the
20538         comparison, not the implicit expr's '==' operator.  Remove
20539         now-unneeded assignments to asm-flags.  In h8300 case, place
20540         "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
20541
20542 2006-01-04  Michael Snyder  <msnyder@redhat.com>
20543
20544         * gdb.base/checkpoint.c: New file.
20545         * gdb.base/checkpoint.exp: New file.
20546         * gdb.base/multi-fork.c: New file.
20547         * gdb.base/multi-fork.exp: New file.
20548         * gdb.base/pi.txt: New file (data for checkpoint.c test).
20549
20550 2006-01-04  Fred Fish  <fnf@specifix.com>
20551
20552         * gdb.base/ptype.c (foo): Add typedef.
20553         (intfoo): Add function.
20554         * gdb.base/ptype1.c: New file.
20555         * gdb.base/ptype.exp: Handle compilation and linking with two
20556         source files.  Test that proper type for "foo" is found based
20557         on source context rather than first match found in symtabs.
20558
20559 2005-12-28  Mark Kettenis  <kettenis@gnu.org>
20560
20561         * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
20562         * gdb.asm/openbsd.inc: Indent commands.
20563
20564 2005-12-26  Mark Kettenis  <kettenis@gnu.org>
20565
20566         * gdb.base/freebpcmd.exp: Increase timeout.
20567
20568         * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
20569
20570 2005-12-17  Daniel Jacobowitz  <dan@codesourcery.com>
20571
20572         * gdb.base/default.exp: Update check for "show version".
20573
20574 2005-12-09  Randolph Chung  <tausq@debian.org>
20575
20576         * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
20577         * gdb.asm/pa64.inc: New file.
20578
20579 2005-12-09  Randolph Chung  <tausq@debian.org>
20580
20581         * gdb.asm/common.inc: Indent commands.
20582         * gdb.asm/asmsrc1.s: Likewise.
20583         * gdb.asm/asmsrc2.s: Likewise.
20584
20585 2005-12-09  Randolph Chung  <tausq@debian.org>
20586
20587         * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
20588         (get_addr_of_sym): Remove duplicate print.
20589         (gen_core): xfail hppa*-*-hpux*, update expected output.
20590         * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
20591         * gdb.arch/pa64-nullify.s: New file.
20592
20593 2005-12-09  Randolph Chung  <tausq@debian.org>
20594
20595         * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
20596
20597 2005-12-07  Christophe Lyon  <christophe.lyon@st.com>
20598
20599         * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
20600         code generation for these functions.
20601         * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
20602         error message.
20603
20604 2005-12-02  Andrew Stubbs  <andrew.stubbs@st.com>
20605
20606         * gdb.base/help.exp (help b, help br, help bre, help brea)
20607         (help break): Update the expected message.
20608
20609 2005-11-11  Stephane Carrez  <stcarrez@nerim.fr>
20610
20611         * gdb.asm/m68hc11.inc: Setup the data section.
20612         * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
20613         script for this test.
20614         (m6812-*-*): Likewise.
20615
20616 2005-11-09  Randolph Chung <tausq@debian.org>
20617
20618         * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
20619
20620 2005-11-09  Wu Zhou  <woodzltc@cn.ibm.com>
20621
20622         * gdb.base/break.exp: Fix a comment typo.
20623
20624 2005-11-03  Jim Blandy  <jimb@redhat.com>
20625
20626         Checked in by Elena Zannoni  <ezannoni@redhat.com>
20627
20628         * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
20629
20630 2005-11-02  Corinna Vinschen  <vinschen@redhat.com>
20631
20632         * gdb.arch/gdb1558.c: Include stdio.h.
20633
20634 2005-10-31  Mark Kettenis  <kettenis@gnu.org>
20635
20636         * gdb.asm/asm-source.exp: Use -e instead of --entry.
20637
20638 2005-10-31  Mark Kettenis  <kettenis@gnu.org>
20639
20640         * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
20641
20642 2005-10-17  Paul Gilliam  <pgilliam@us.ibm.com>
20643
20644         * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
20645         vscr" tests to better match output.
20646
20647 2005-10-12  Jim Blandy  <jimb@redhat.com>
20648
20649         * gdb.base/structs.exp (any): New function.
20650         (test_struct_returns): Don't make any assumptions at all about
20651         what value the function returns when GDB can't set the return
20652         value.
20653
20654 2005-10-09  Joel Brobecker  <brobecker@adacore.com>
20655
20656         * gdb.ada/arrayidx/p.adb: New file.
20657         * gdb.ada/arrayidx.exp: New testcase
20658
20659 2005-10-09  Joel Brobecker  <brobecker@adacore.com>
20660
20661         * gdb.ada/array_return/pck.ads: New file.
20662         * gdb.ada/array_return/pck.adb: New file.
20663         * gdb.ada/array_return/p.adb: New file.
20664         * gdb.ada/array_return.exp: New testcase.
20665
20666 2005-10-03  Joel Brobecker  <brobecker@adacore.com>
20667
20668         * gdb.base/arrayidx.c: New file.
20669         * gdb.base/arrayidx.exp: New testcase.
20670
20671 2005-09-29  Nick Roberts  <nickrob@snap.net.nz>
20672
20673         * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
20674         frames-invalid and breakpoints-invalid are no longer generated
20675         with level 3 so don't expect them in the output.
20676
20677 2005-09-27  Bob Rossi  <bob@brasko.net>
20678
20679         * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
20680         from test.  Escape the | in mi_gdb_test call.
20681         * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
20682         gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
20683         gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
20684         gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
20685         expected regex's in mi_gdb_test calls.
20686         * lib/mi-support.exp: Remove arbitrary .* from tests.
20687         (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
20688         Fully anchor GDB/MI expected results in mi_gdb_test.
20689         * lib/gdb.exp (string_to_regexp): Escape the ] character.
20690         * gdb.base/sizeof.exp: Remove escape character. Correct test.
20691
20692 2005-09-26  Paul Brook  <paul@codesourcery.com>
20693
20694         * long_long.exp: Exclude eabi targets from arm FPA float format test.
20695
20696 2005-09-20  Wu Zhou  <woodzltc@cn.ibm.com>
20697
20698         * bfp-test.c: New file.
20699         * bfp-test.exp: New testcase.
20700
20701 2005-09-20  Wu Zhou  <woodzltc@cn.ibm.com>
20702
20703         * gdb.fortran/subarray.exp: New testcase to test the evaluation
20704         of subarray and substring variable.
20705         * gdb.fortran/subarray.f: New source file for the test of subarray
20706         and substring variable evaluation.
20707         * gdb.fortran/exprs.exp: Add four tests for substring evaluation
20708         of string constant.
20709
20710 2005-09-19  Daniel Jacobowitz  <dan@codesourcery.com>
20711
20712         * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
20713         copyright dates.
20714
20715 2005-09-19  Paul Gilliam  <pgilliam@us.ibm.com>
20716
20717         * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
20718         powerpc altivec' test with an almost identical 'info vector' test.
20719
20720 2005-09-13  Paul Gilliam  <pgilliam@us.ibm.com>
20721
20722         * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
20723         vscr" tests to match output.
20724
20725 2005-09-13  Paul Gilliam  <pgilliam@us.ibm.com>
20726
20727         * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
20728         output.
20729
20730 2005-09-11  Bob Rossi  <bob@brasko.net>
20731
20732         * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
20733         * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
20734         commands that return an MI output command and an asyncronous MI output
20735         command.
20736         * gdb.mi/mi-console.exp: Ditto.
20737
20738 2005-09-11  Bob Rossi  <bob@brasko.net>
20739
20740         * gdb.mi/mi-var-child.c: Include <string.h>.
20741
20742 2005-09-10  Daniel Jacobowitz  <dan@codesourcery.com>
20743
20744         * killed.exp: Correct gdb_expect syntax.
20745
20746 2005-08-09  Corinna Vinschen  <vinschen@redhat.com>
20747
20748         * lib/mi-support.exp (mi_gdb_load): Fix typo.
20749
20750 2005-08-02  Bob Rossi  <bob@brasko.net>
20751
20752         * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
20753         (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
20754         Change tests to inferior-tty-set/show.
20755         * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
20756         (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
20757         * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
20758         inferior.  Use mi_gdb_test to get GDB and Inferior output.
20759         * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
20760         descriptor.
20761         (mi_inferior_tty_name): Add inferior PTY file name.
20762         (mi_gdb_start): Add INFERIOR_PTY parameter.
20763         (mi_gdb_test): Add IPATTERN parameter.
20764
20765 2005-08-02   Bob Rossi  <bob@brasko.net>
20766
20767         * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
20768         parameter to mi_gdb_test.
20769         * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
20770
20771 2005-07-31  Daniel Jacobowitz  <dan@codesourcery.com>
20772
20773         * gdb.mi/mi-var-child.c (do_children_tests): Initialize
20774         struct_declarations.
20775         * gdb.mi/mi-var-child.exp: Step over the initialization of
20776         struct_declarations.
20777
20778 2005-07-31  Daniel Jacobowitz  <dan@codesourcery.com>
20779
20780         * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
20781         * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
20782         * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
20783         * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
20784         * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
20785         file.
20786
20787 2005-07-27  Nick Roberts  <nickrob@snap.net.nz>
20788
20789         * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
20790         (do_children_tests): Assign values to the extra elements.
20791
20792         * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
20793         them for tests for "-var-update --no-values" and
20794         "-var-update --all-values".
20795         Add test for "-var-list-children --simple-values".
20796
20797         * gdb.mi/basics.c (callee4): Add integer array D[3]...
20798
20799         * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
20800         "-stack-list-locals --simple-values"  Improve doc strings and
20801         comments.
20802
20803 2005-07-18  Mark Kettenis  <kettenis@gnu.org>
20804
20805         * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
20806         *-*-openbsd*.
20807         * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
20808
20809         * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
20810         sigaltsatck'.
20811
20812 2005-07-14  Bob Rossi  <bob@brasko.net>
20813
20814         * gdb.base/default.exp (tty): Changed output of command.
20815         * gdb.base/help.exp (help tty): Ditto.
20816
20817 2005-07-12  Mark Kettenis  <kettenis@gnu.org>
20818
20819         * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
20820
20821 2005-07-10  Mark Kettenis  <kettenis@gnu.org>
20822
20823         * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
20824         -stack-select-frame without arguments.
20825         (test_stack_frame_listing): Add test for newly implemented command
20826         -stack-info-frame.
20827
20828 2005-07-06  Bob Rossi  <bob@brasko.net>
20829
20830         * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
20831         command.
20832         (Copyright): Update copyright.
20833
20834 2005-07-06  Wu Zhou  <woodzltc@cn.ibm.com>
20835
20836         * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
20837         tests to evaluate exponentiation expression.
20838
20839 2005-06-29  Andreas Schwab  <schwab@suse.de>
20840
20841         * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
20842         main to avoid warnings.
20843
20844         * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
20845
20846 2005-06-20  Nick Roberts  <nickrob@snap.net.nz>
20847
20848         * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
20849         -stack-select-frame without arguments.
20850         (test_stack_frame_listing): Add test for newly implemented command
20851         -stack-info-frame.
20852
20853 2005-06-17  Wu Zhou  <woodzltc@cn.ibm.com>
20854
20855         * gdb.fortran/array-element.f: New file.
20856         * gdb.fortran/array-element.exp: New testcase.
20857
20858 2005-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
20859
20860         * gdb.base/bigcore.exp: Correct checks for systems which can
20861         not dump a large core file.
20862
20863 2005-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
20864
20865         * gdb.base/relocate.c: Add a copyright notice.
20866         (dummy): Remove.
20867         * gdb.base/relocate.exp: Test printing the values of variables
20868         from a relocatable file.
20869
20870 2005-06-12  Daniel Jacobowitz  <dan@codesourcery.com>
20871
20872         * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
20873         excess MI output after an error.
20874
20875 2005-05-29  Joel Brobecker  <brobecker@adacore.com>
20876
20877         * gdb.arch/alpha-step.c: New file.
20878         * gdb.arch/alpha-step.exp: New testcase.
20879
20880 2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
20881             Dennis Brueni  <dennis@slickedit.com>
20882
20883         * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
20884         gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
20885         gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
20886         gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
20887         gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
20888         gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
20889         * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
20890
20891 2005-05-17  Paul Gilliam  <pgilliam@us.ibm.com>
20892             Wu Zhou  <woodzltc@cn.ibm.com>
20893
20894         * gdb.base/shreloc.exp: Use gdb_compile_shlib.  Add support for
20895         IBM's xlc compiler.
20896         * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
20897         * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
20898
20899 2005-05-13  Jim Blandy  <jimb@redhat.com>
20900
20901         * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
20902         calling gdb_suppress_entire_file.
20903         * gdb.base/charset.exp: Same.
20904         * gdb.base/call-rt-st.exp: Same.
20905
20906 2005-05-05  Bob Rossi  <bob_rossi@cox.net>
20907
20908         * lib/gdb.exp (fullname_syntax): Added global regex.
20909         (fullname_syntax_POSIX): Ditto.
20910         (fullname_syntax_UNC): Ditto.
20911         (fullname_syntax_DOS_CASE): Ditto.
20912         (fullname_syntax_DOS): Ditto.
20913         * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
20914         fullname_syntax variable to scope and use it.
20915         (test_file_list_exec_source_files): Ditto.
20916         * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
20917
20918 2005-05-04  Daniel Jacobowitz  <dan@codesourcery.com>
20919
20920         * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
20921
20922 2004-05-02  Paul Gilliam  <pgilliam@us.ibm.com>
20923
20924         * lib/gdb.exp (skip_altivec_tests): New function, based on
20925         check_vmx_hw_available from the GCC testsuite.
20926         * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
20927         * lib/gdb.arch/altivec-regs.exp: Likewise.
20928
20929 2005-05-02  Jim Blandy  <jimb@redhat.com>
20930
20931         * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
20932         calling gdb_suppress_entire_file.
20933
20934 2005-04-30  Randolph Chung  <tausq@debian.org>
20935
20936         * gdb.threads/staticthreads.exp: Override signal to check for hppa.
20937         Slightly relax "sem_post" name checking.
20938
20939 2005-04-29  Paul Gilliam  <pgilliam@us.ibm.com>
20940
20941         * gdb.base/unload.exp: Use new shared library infrastructure.
20942
20943 2005-04-29  Paul Gilliam  <pgilliam@us.ibm.com>
20944
20945         * gdb.base/so-impl-ld.exp: Use new shared library
20946         infrastructure.
20947
20948 2005-04-29  Corinna Vinschen  <vinschen@redhat.com>
20949
20950         * gdb.asm/asm-source.exp: Add h8300 to supported targets.
20951         * gdb.asm/h8300.inc: New file.
20952
20953 2005-04-28  Paul Gilliam  <pgilliam@us.ibm.com>
20954
20955         * gdb.base/shlib-call.exp: Change to use new shared library
20956         infrastructure.
20957
20958 2005-04-28  Paul Gilliam  <pgilliam@us.ibm.com>
20959
20960         * gdb.base/pending.exp: Change to use new shared library
20961         infrastructure.
20962
20963 2005-04-28  Paul Gilliam  <pgilliam@us.ibm.com>
20964
20965         * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
20966         use test_compiler_info instead of gcc_compiled, and update copyright.
20967
20968 2005-04-27  Paul Gilliam  <pgilliam@us.ibm.com>
20969
20970         * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
20971         shared objects being adjusted and update copyright years.
20972
20973 2005-04-27  Daniel Jacobowitz  <dan@codesourcery.com>
20974
20975         * ChangeLog: Correct some 2003-01-13 dates.
20976         * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
20977         gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
20978         gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
20979         gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
20980         gdb.trace/tfind.exp: Update copyright years.
20981
20982 2005-04-14  Paul Gilliam  <pgilliam@us.ibm.com>
20983             Daniel Jacobowitz  <dan@codesourcery.com>
20984
20985         * lib/gdb.exp (gdb_compile): Handle shlib=.
20986         (gdb_compile_shlib): New function.
20987
20988 2005-04-12  Paul Gilliam  <pgilliam@us.ibm.com>
20989
20990         * lib/gdb.exp (test_compiler_info): Give argument a default value.
20991
20992 2005-04-08  Daniel Jacobowitz  <dan@codesourcery.com>
20993
20994         * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
20995         gdb.server.
20996         * configure.ac: Likewise.
20997         * configure: Regenerated.
20998         * gdb.gdbserver/Makefile.in: Moved to...
20999         * gdb.server/Makefile.in: ... here.
21000         * gdb.gdbserver/server.c: Moved to...
21001         * gdb.server/server.c: ... here.
21002         * gdb.gdbserver/server-run.exp: Moved to...
21003         * gdb.server/server-run.exp: ... here.
21004
21005 2005-04-08  Daniel Jacobowitz  <dan@codesourcery.com>
21006
21007         * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
21008         * configure.ac: Create gdb.gdbserver/Makefile.
21009         * configure: Regenerated.
21010         * lib/gdbserver-support.exp: New file, derived from
21011         config/gdbserver.exp.
21012         * config/gdbserver.exp: Use gdbserver-support.exp.
21013         * gdb.gdbserver/Makefile.in: New file.
21014         * gdb.gdbserver/server.c: New file.
21015         * gdb.gdbserver/server-run.exp: New file.
21016
21017 2005-04-06  Paul Gilliam  <pgilliam@us.ibm.com>
21018
21019         * lib/gdb.exp (test_compiler_info): Return compiler_info
21020         if no arguments are given.
21021
21022 2005-04-01  Paul Gilliam  <pgilliam@us.ibm.com>
21023
21024         * gdb.arch/altivec-abi.exp: Check for compiler and set
21025         use altivec' flag accordingly.
21026         * gdb.arch/altivec-regs.exp: Likewise.
21027
21028 2005-03-29  Daniel Jacobowitz  <dan@codesourcery.com>
21029
21030         * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
21031
21032 2005-03-27  Andreas Schwab  <schwab@suse.de>
21033
21034         * gdb.base/bigcore.c (main): Add missing mode argument in open
21035         call.
21036
21037 2005-03-25  Daniel Jacobowitz  <dan@codesourcery.com>
21038
21039         * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
21040         downloads.
21041         * config/gdbserver.exp (gdb_load): Likewise.
21042
21043 2005-03-14  Paul Brook  <paul@codesourcery.com>
21044
21045         * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
21046         targets.
21047
21048 2005-03-09  Joel Brobecker  <brobecker@adacore.com>
21049
21050         * gdb.dwarf2/dup-psym.S: New file.
21051         * gdb.dwarf2/dup-psym.exp: New testcase.
21052
21053 2005-03-09  Joel Brobecker  <brobecker@adacore.com>
21054
21055         * gdb.ada/exec_changed/first.adb: New file.
21056         * gdb.ada/exec_changed/second.adb: New file.
21057         * gdb.ada/exec_changed.exp: New testcase.
21058
21059 2005-03-08  Nathan Sidwell  <nathan@codesourcery.com>
21060
21061         * gdb.cp/userdef.cc (A1::operator+): New unary plus.
21062         (A2): New class.
21063         (main): Test operator+.
21064         * gdb.cp/userdef.exp: Test unary plus.  Use A2::operator+ for
21065         breakpoint test.
21066
21067         * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
21068         * gdb.base/signull.exp: Disable if gdb,nosignals.
21069         * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
21070         * gdb.cp/exception.exp: Disable if skip_cplus_tests.
21071         * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
21072         * gdb.mi/mi2-console.exp: Likewise.
21073         * gdb.trace/collection.exp (run_trace_experiment): Consume the
21074         continue output at start.
21075         (gdb_collect_locals_test): Robustify regexp.
21076         * gdb.trace/passc-dyn.exp: Fix comment typo.
21077         * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
21078
21079 2005-03-08  Corinna Vinschen  <vinschen@redhat.com>
21080
21081         * gdb.asm/asm-source.exp: Add iq2000 case.
21082         * gdb.asm/iq2000.inc: New file.
21083
21084 2005-03-07  Manoj Iyer <manjo@austin.ibm.com>
21085
21086         * gdb.base/command.exp: Change hardcoded value to regular expression.
21087         * gdb.base/float.exp: Add powerpc to the list of targets checked.
21088
21089 2005-03-07  Daniel Jacobowitz  <dan@codesourcery.com>
21090
21091         * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
21092         gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
21093         gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
21094         gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
21095         gdb.asm/x86_64.inc: Use .purgem before redefining macros.
21096
21097 2005-03-05  Mark Kettenis  <kettenis@gnu.org>
21098
21099         * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
21100         changes.
21101
21102 2004-03-03  Paul Gilliam  <pgilliam@us.ibm.com>
21103
21104         * lib/compiler.c: Add test for IBM's xlc compiler.
21105         * lib/compiler.cc: Likewise.
21106
21107 2004-02-24  Joel Brobecker  <brobecker@adacore.com>
21108
21109         * gdb.ada/fixed_points.exp: Create compilation object directory
21110         before running the test.
21111         * gdb.ada/null_record.exp: Likewise.
21112         * gdb.ada/packed_array.exp: Likewise.
21113         * gdb.ada/start.exp: Likewise.
21114
21115 2005-02-15  Joel Brobecker  <brobecker@adacore.com>
21116
21117         * gdb.ada/packed_array/pa.adb: New file.
21118         * gdb.ada/packed_array.exp: New testcase.
21119
21120 2005-02-10  Mark Kettenis  <kettenis@gnu.org>
21121
21122         * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
21123         files.
21124
21125         * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
21126         on *-*-openbsd*.  Correctly match whitespace in regukar
21127         expressions.
21128
21129 2005-02-10  Daniel Jacobowitz  <dan@debian.org>
21130
21131         From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
21132         PR exp/1821
21133         * gdb.base/gdb1821.c: New test file.
21134         * gdb.base/gdb1821.exp: New test file.
21135
21136 2005-02-09  Joel Brobecker  <brobecker@adacore.com>
21137
21138         * gdb.base/start.c: New file.
21139         * gdb.base/start.exp: New testcase.
21140
21141 2005-02-09  Joel Brobecker  <brobecker@adacore.com>
21142
21143         * gdb.ada/start/dummy.adb: New file.
21144         * gdb.ada/start.exp: New testcase.
21145
21146 2005-02-09  Corinna Vinschen  <vinschen@redhat.com>
21147
21148         * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
21149         for printing symbols and statistics.
21150         Add test for using relative pathnames in "maint print msymbols" test.
21151         Mark "maint info sections DATA" XFAIL on Cygwin.
21152         Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
21153         tests.
21154
21155 2005-02-09  Andreas Schwab  <schwab@suse.de>
21156
21157         Committed by Andrew Cagney  <cagney@gnu.org>
21158         * gdb.base/remotetimeout.exp: New file.
21159
21160 2005-02-07  Mark Kettenis  <kettenis@gnu.org>
21161
21162         * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
21163
21164 2005-02-03  Joel Brobecker  <brobecker@adacore.com>
21165
21166         * gdb.ada/gnat_ada.gpr: New file.
21167         * gdb.ada/gnat_ada.gin: Delete, no longer used.
21168         * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
21169         * configure.ac: No longer generate gnat_ada.gpr.
21170         * configure: Regenerate.
21171         * gdb.ada/Makefile.in: Minor adaptations due to new project file.
21172         * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
21173         * gdb.ada/null_record/bar.ads: Likewise.
21174         * gdb.ada/null_record/bar.adb: Likewise.
21175         * gdb.ada/fixed_points/fixed_points.adb: Likewise.
21176         * gdb.ada/null_record.exp (testdir): New variable.
21177         (testfile): executable is now in testdir subdirectory.
21178         (srcfile): Use full path to the main compilation unit.
21179         * gdb.ada/fixed_points.exp: Same changes as above.
21180
21181 2005-02-03  Nick Roberts  <nickrob@snap.net.nz>
21182
21183         * gdb.base/interp.exp: New test.
21184
21185 2005-01-24  Andrew Cagney  <cagney@gnu.org>
21186
21187         * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
21188
21189 2005-01-19  Andrew Cagney  <cagney@gnu.org>
21190
21191         * gdb.stabs/Makefile.in (Makefile): Update dependencies -
21192         configure.ac not configure.in.
21193
21194         * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
21195         of powerpc*-*-*.
21196         * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
21197         * gdb.base/list.exp (test_list_function)
21198         (test_list_filename_and_function): Ditto.
21199         * gdb.base/callfuncs.exp (do_function_calls): Ditto.
21200
21201 2005-01-16  Andrew Cagney  <cagney@gnu.org>
21202
21203         * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
21204
21205         * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
21206
21207 2005-01-14  Andrew Cagney  <cagney@gnu.org>
21208
21209         * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
21210         * gdb.mi/mi2-var-cmd.exp: Ditto.
21211
21212 2005-01-10  Corinna Vinschen  <vinschen@redhat.com>
21213
21214         * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
21215
21216 2005-01-07  Andrew Cagney  <cagney@gnu.org>
21217
21218         * configure.ac: Rename configure.in, require autoconf 2.59.
21219         * configure: Re-generate.
21220         * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
21221         * gdb.stabs/configure: Re-generate.
21222         * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
21223         * gdb.hp/configure: Re-generate.
21224         * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
21225         autoconf 2.59.
21226         * gdb.hp/gdb.objdbg/configure: Re-generate.
21227         * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
21228         autoconf 2.59.
21229         * gdb.hp/gdb.defects/configure: Re-generate.
21230         * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
21231         autoconf 2.59.
21232         * gdb.hp/gdb.compat/configure: Re-generate.
21233         * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
21234         autoconf 2.59.
21235         * gdb.hp/gdb.base-hp/configure: Re-generate.
21236         * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
21237         autoconf 2.59.
21238         * gdb.hp/gdb.aCC/configure: Re-generate.
21239
21240 2004-12-15  Jim Blandy  <jimb@redhat.com>
21241
21242         * gdb.threads/linux-dp.exp: Fix output regexp to handle output
21243         under NPTL when there is debugging info available for libpthread.
21244
21245 2004-12-13  Jerome Guitton  <guitton@gnat.com>
21246
21247         * gdb.ada/fixed_points.c: New file.
21248         * gdb.ada/fixed_points.exp: New file.
21249
21250 2004-12-03  Randolph Chung  <tausq@debian.org>
21251
21252         * gdb.arch/pa-nullify.exp: New file.
21253         * gdb.arch/pa-nullify.s: New file.
21254
21255 2004-11-30  Randolph Chung  <tausq@debian.org>
21256
21257         * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
21258         instead of "tbug".  Fix regexp to work properly with gdb_test.
21259
21260 2004-11-29  Paul Hilfinger  <Hilfinger@gnat.com>
21261
21262         * gdb.base/bitfields2.exp: New test.
21263         * gdb.base/bitfields2.c: New file.
21264
21265 2004-11-28  Richard Earnshaw  <rearnsha@arm.com>
21266
21267         * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
21268
21269 2004-11-16  Randolph Chung  <tausq@debian.org>
21270
21271         * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
21272
21273 2004-11-14  Daniel Jacobowitz  <dan@debian.org>
21274
21275         * gdb.threads/threadapply.exp: Correct "macro details" test.
21276
21277 2004-11-11  Jeff Johnston  <jjohnstn@redhat.com>
21278
21279         * gdb.threads/threadapply.exp: New test.
21280         * gdb.threads/threadapply.c: New file.
21281
21282 2004-11-07  Mark Kettenis  <kettenis@gnu.org>
21283
21284         * gdb.base/savedregs.exp: Correct pattern used for sigtramp
21285         frames.
21286
21287 2004-11-05  Felix Lee  <felix+log1@specifixinc.com>
21288
21289         * gdb.base/cursal.exp: New file.
21290         * gdb.base/cursal.c: New file.
21291
21292 2004-11-03  Andrew Cagney  <cagney@gnu.org>
21293
21294         * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
21295
21296 2004-10-30  Mark Kettenis  <kettenis@gnu.org>
21297
21298         * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
21299         NetBSD/ELF targets.
21300
21301 2004-10-29  Joel Brobecker  <brobecker@gnat.com>
21302
21303         * gdb.threads/bp_in_thread.c: New file, copied from
21304         pthread_cond_wait.c.
21305         * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
21306         file, rather than reusing the .c file from another testcase.
21307
21308 2004-10-20  Joel Brobecker  <brobecker@gnat.com>
21309
21310         * gdb.ada/null_record.exp: Check where we stopped after
21311         sending the start command, instead of where the associated
21312         temporary breakpoint was inserted.
21313
21314 2004-10-14  Andrew Cagney  <cagney@gnu.org>
21315
21316         * gdb.mi/gdb701.c (main): Return 0.
21317
21318 2004-10-13  Daniel Jacobowitz  <dan@debian.org>
21319
21320         * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
21321
21322 2004-10-12  Jeff Johnston  <jjohnstn@redhat.com>
21323
21324         * gdb.threads/schedlock.c: Add comment markers to use to find
21325         line numbers.
21326         * gdb.threads/schedlock.exp: Adjust regex to handle the new
21327         comments.
21328         * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
21329         breakpoint lines.
21330
21331 2004-10-12  Daniel Jacobowitz  <dan@debian.org>
21332
21333         * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
21334
21335 2004-10-12  Daniel Jacobowitz  <dan@debian.org>
21336
21337         * configure.in: Add gdb.dwarf2.
21338         * configure: Regenerated.
21339         * Makefile.in: Add gdb.dwarf2.
21340         * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
21341         gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
21342         gdb.dwarf2/file1.txt: New files.
21343
21344 2004-10-11  Orjan Friberg  <orjanf@axis.com>
21345
21346         * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
21347         of "run", since the latter doesn't work with remote targets.  Adjust
21348         the breakpoint numbering accordingly.
21349         * gdb.threads/pthread_cond_wait.exp: Ditto.
21350
21351 2004-10-08  Michael Chastain  <mec.gnu@mindspring.com>
21352
21353         * gdb.base/overlays.exp: Update copyright years.
21354
21355 2004-10-08  Kei Sakamoto  <sakamoto.kei@renesas.com>
21356
21357         * gdb.base/overlays.exp: Disable if target is Linux.
21358
21359 2004-10-06  Felix Lee  <felix+log1@specifixinc.com>
21360
21361         * config/gdbserver.exp (gdb_load): Use right filename on remote.
21362
21363 2004-10-05  Kei Sakamoto  <sakamoto.kei@renesas.com>
21364
21365         * gdb.asm/asm-source.exp: Add m32r-linux target.
21366         * gdb.asm/m32r-linux.inc: New file.
21367
21368 2004-09-24  Andrew Cagney  <cagney@redhat.com>
21369             David Anderson <anderson@redhat.com>
21370
21371         * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
21372         command fails, assume things will work.
21373         * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
21374         (_GNU_SOURCE): Define.
21375         (print_unsigned, print_hex): Change parameter to "long long".
21376         (print_byte_count): New function, use to print byte counts.
21377         (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
21378         O_LARGEFILE.
21379         (main): Compute an upper bound on a corefile in max_core_size.
21380         Limit memory chunk size to max_core_size.  Limit total memory
21381         allocated to max_core_size.
21382
21383 2004-09-23  Andrew Cagney  <cagney@gnu.org>
21384
21385         * gdb.base/bigcore.exp: Replace the code that creates a corefile
21386         from a separate process with code that creates a corefile by
21387         making the inferior dump core.
21388
21389 2004-09-23  Mark Kettenis  <kettenis@gnu.org>
21390
21391         * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
21392         block.
21393
21394 2004-09-23  Michael Chastain  <mec.gnu@mindspring.com>
21395
21396         * gdb.base/constvars.exp (local_compiler_xfail_check_2):
21397         New proc.  Accept both gcc 3.x.x and gcc 4.x.x.
21398         * gdb.base/volatile.exp (local_compiler_xfail_check_2):
21399         Likewise.
21400
21401 2004-09-20  Jeff Johnston  <jjohnstn@redhat.com>
21402
21403         * gdb.java/jprint.exp: New test case for java inferior call.
21404         * gdb.java/jprint.java: Ditto.
21405
21406 2004-09-15  Joel Brobecker  <brobecker@gnat.com>
21407
21408         * gdb.base/bigcore.exp: Deactivate on IRIX targets.
21409
21410 2004-09-14  Michael Chastain  <mec.gnu@mindspring.com>
21411
21412         * gdb.threads/killed.c: Include <stdlib.h>.
21413         * gdb.threads/pthreads.c: Likewise.
21414
21415 2004-09-14  Michael Chastain  <mec.gnu@mindspring.com>
21416
21417         * gdb.threads/killed.c: Add copyright notice.
21418
21419 2004-09-10  Jason Molenda  (jmolenda@apple.com)
21420
21421         * gdb.base/define.exp: Two new tests to verify zero space chars
21422         after 'if' and 'while' commands in a user-defined command is correctly
21423         parsed.
21424
21425 2004-09-08  Andrew Cagney  <cagney@gnu.org>
21426
21427         * gdb.base/signals.exp (signal_tests_1): Delete.  Merge signal
21428         delivery test with duplicate at end of file.
21429
21430 2004-09-06  Mark Kettenis  <kettenis@jive.nl>
21431
21432         * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
21433
21434 2004-09-05  Michael Chastain  <mec.gnu@mindspring.com>
21435
21436         * config/hppro.exp: Removed.
21437
21438 2004-09-05  Michael Chastain  <mec.gnu@mindspring.com>
21439
21440         * config/sparclet.exp: Removed.
21441
21442 2004-09-05  Michael Chastain  <mec.gnu@mindspring.com>
21443
21444         * config/udi.exp: Removed.
21445
21446 2004-09-02  Michael Chastain  <mec.gnu@mindspring.com>
21447
21448         * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
21449         of "exp_continue".
21450         (advancei): Likewise.
21451
21452 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
21453
21454         * gdb.base/unload.exp: Fix so messages aren't duplicated.
21455
21456 2004-09-01  Manoj Iyer  <manjo@austin.ibm.com>
21457
21458         * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
21459         to check for nodebug in executable.
21460         * gdb.gdb/observer.exp (setup_test): Likewise.
21461         * gdb.gdb/selftest.exp (test_with_self): Likewise.
21462         * gdb.gdb/xfullpath.exp (setup_test): Likewise.
21463
21464 2004-09-01  Andrew Cagney  <cagney@gnu.org>
21465
21466         * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
21467         files.
21468
21469 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
21470
21471         * gdb.base/unload.exp: Fix expected warning message to match
21472         latest format.
21473
21474 2004-09-01  Corinna Vinschen  <vinschen@redhat.com>
21475
21476         * gdb.base/call-rt-st.exp: Fix typos.
21477
21478 2004-08-31  Manoj Iyer  <manjo@austin.ibm.com>
21479
21480         * gdb.threads/thread_check.exp: New testcase.
21481         * gdb.threads/thread_check.c: New testcase.
21482
21483 2004-08-31  Andrew Cagney  <cagney@gnu.org>
21484
21485         * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
21486         (skip_to_handler_entry): New procedures.  Test stepping into a
21487         handler when the breakpoint is at the handler's entry point.
21488
21489 2004-08-30  Andrew Cagney  <cagney@gnu.org>
21490
21491         * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
21492         gdb/1757.
21493
21494 2004-08-27  Michael Chastain  <mec.gnu@mindspring.com>
21495
21496         With code from Manoj Iyer <manjo@austin.ibm.com>:
21497         * lib/gdb.exp (gdb_file_cmd): Return more information in the
21498         return value.  Add an arm for "no debugging symbols found".
21499         Change a stray "error" to "perror".
21500         (gdb_run_cmd): Adapt to new return value.
21501         * gdb.base/remote.exp: Adapt to new return value.
21502         * gdb.gdb/complaints.exp: Likewise.
21503         * gdb.gdb/observer.exp: Likewise.
21504         * gdb.gdb/selftest.exp: Likewise.
21505         * gdb.gdb/xfullpath.exp: Likewise.
21506
21507 2004-08-27  Joel Brobecker  <brobecker@gnat.com>
21508
21509         * gdb.threads/bp_in_thread.exp: New testcase.
21510
21511 2004-08-27  Michael Chastain  <mec.gnu@mindspring.com>
21512
21513         Fix PR testsuite/1735.
21514         * gdb.threads/schedlock.c (thread_function): Add a cast
21515         to suppress a gcc warning.
21516         * gdb.threads/thread-specific.c (thread_function): Likewise.
21517
21518 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
21519
21520         * gdb.base/unload.c: Include <stdlib.h>.
21521
21522 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
21523
21524         From Paul Gilliam <pgilliam@us.ibm.com>:
21525         * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
21526         synchronized after the "return".
21527
21528 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
21529
21530         * gdb.mi/basics.c: Include <stdio.h>.
21531         * gdb.mi/pthreads.c: Include <stdlib.h>.
21532         * gdb.mi/var-cmd.c: Include <stdlib.h>.
21533
21534 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
21535
21536         * gdb.threads/schedlock.c: Add copyright notice.
21537
21538 2004-08-25  Andrew Cagney  <cagney@gnu.org>
21539
21540         * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
21541         (skip_over_handler, breakpoint_over_hander): New test procedures.
21542         (advance, advancei): Add a proper prefix, do not use
21543         rerun_to_main.
21544         * gdb.base/sigstep.c (main): Change to use an infinite loop.
21545
21546 2004-08-24  Michael Chastain  <mec.gnu@mindspring.com>
21547
21548         * gdb.mi/basics.c: Add copyright notice.
21549         * gdb.mi/var-cmd.c: Add copyright notice.
21550
21551 2004-08-23  Michael Chastain  <mec.gnu@mindspring.com>
21552
21553         * lib/gdb.exp: Remove signed_keyword_not_used.
21554         * lib/compiler.c: Likewise.
21555         * lib/compiler.cc: Likewise.
21556
21557 2004-08-23  Michael Chastain  <mec.gnu@mindspring.com>
21558
21559         * gdb.base/whatis.c: Remove conditional disabling of "signed".
21560         * gdb.base/whatis.exp: Remove signed_keyword_not_used.
21561
21562 2004-08-23  Michael Chastain  <mec.gnu@mindspring.com>
21563
21564         * gdb.base/whatis.c: Add copyright notice.
21565
21566 2004-08-20  Mark Kettenis  <kettenis@gnu.org>
21567
21568         * gdb.arch/i386-prologue.exp (skip_breakpoint): New function.  Use
21569         it to skip the breakpoints encoded in the inline assembly.
21570
21571 2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>
21572
21573         * Makefile.in: Add gdb.fortran.
21574
21575 2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>
21576
21577         * gdb.base/call-sc.exp (test_scalar_returns):
21578         Fix cut-and-paste glitch in "Make fun return now".
21579
21580 2004-08-17  Michael Chastain  <mec.gnu@mindspring.com>
21581
21582         * configure.in: Add gdb.fortran.
21583         * configure: Regenerate.
21584         * gdb.fortran/Makefile.in: New file.
21585         * lib/gdb.exp (skip_fortran_tests): New procedure.
21586
21587 2004-08-17  Michael Chastain  <mec.gnu@mindspring.com>
21588
21589         * gdb.mi/mi-var-block.exp: Use gdb_get_line_number.  Remove
21590         reference to bug-gnu@prep.ai.mit.edu.
21591         * gdb.mi/mi-var-child.exp: Likewise.
21592         * gdb.mi/mi-var-cmd.exp: Likewise.
21593         * gdb.mi/mi-var-display.exp: Likewise.
21594         * gdb.mi/mi2-var-block.exp: Likewise.
21595         * gdb.mi/mi2-var-child.exp: Likewise.
21596         * gdb.mi/mi2-var-cmd.exp: Likewise.
21597         * gdb.mi/mi2-var-display.exp: Likewise.
21598
21599 2004-08-15  Mark Kettenis  <kettenis@gnu.org>
21600
21601         * gdb.base/unload.c (main): Make local variable msg const.
21602
21603 2004-08-15  Michael Chastain  <mec.gnu@mindspring.com>
21604
21605         * gdb.mi/mi-cli.exp: Use gdb_get_line_number.  Remove reference
21606         to bug-gnu@prep.ai.mit.edu.
21607         * gdb.mi/mi-disassemble.exp: Likewise.
21608         * gdb.mi/mi-eval.exp: Likewise.
21609         * gdb.mi/mi-file.exp: Likewise.  Also, add comment about the
21610         default line number.
21611         * gdb.mi/mi-return.exp: Likewise.
21612         * gdb.mi/mi-simplerun.exp: Likewise.
21613         * gdb.mi/mi-stack.exp: Likewise.
21614         * gdb.mi/mi-stepi.exp: Likewise.  Also, replace wildcarded line
21615         number with explicit range test.
21616         * gdb.mi/mi-watch.exp: Likewise.
21617         * gdb.mi/mi2-break.exp: Likewise.
21618         * gdb.mi/mi2-cli.exp: Likewise.
21619         * gdb.mi/mi2-disassemble.exp: Likewise.
21620         * gdb.mi/mi2-eval.exp: Likewise.
21621         * gdb.mi/mi2-file.exp: Likewise.  Also, add comment about the
21622         default line number.
21623         * gdb.mi/mi2-return.exp: Likewise.
21624         * gdb.mi/mi2-simplerun.exp: Likewise.
21625         * gdb.mi/mi2-stack.exp: Likewise.
21626         * gdb.mi/mi2-stepi.exp: Likewise.  Also, replace wildcarded line
21627         number with explicit range test.
21628         * gdb.mi/mi2-watch.exp: Likewise.
21629
21630 2004-08-15  Michael Chastain  <mec.gnu@mindspring.com>
21631
21632         * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
21633         * gdb.cp/m-static.exp: Likewise.
21634         * gdb.cp/rtti.exp: Likewise.
21635
21636 2004-08-14  Mark Kettenis  <kettenis@gnu.org>
21637
21638         * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
21639
21640 2004-08-14  Eli Zaretskii  <eliz@gnu.org>
21641
21642         * ChangeLog: Prefix Local Variables with semi-colons and indent
21643         the reference to older ChangeLog files, to fix fontification in
21644         Emacs.
21645
21646 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
21647
21648         * gdb.mi/mi-break.exp: Use gdb_get_line_number.
21649         * gdb.mi/mi2-break.exp: Likewise.
21650
21651 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
21652
21653         * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
21654
21655 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
21656
21657         * gdb.cp/inherit.exp: Use cp_test_ptype_class.
21658
21659 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
21660
21661         * gdb.cp/classes.exp: Remove unused declarations.  Just let
21662         test names default instead of providing special names.  Remove
21663         extraneous demangler test.
21664
21665 2004-08-12  Jeff Johnston  <jjohnstn@redhat.com>
21666
21667         * gdb.base/unload.exp: New test for breakpoints in dynamically
21668         loaded libraries.
21669         * gdb.base/unload.c: Ditto.
21670         * gdb.base/unloadshr.c: Ditto.
21671
21672 2004-08-12  Michael Chastain  <mec.gnu@mindspring.com>
21673
21674         * gdb.cp/classes.exp (test_ptype_class_objects): Call
21675         cp_test_ptype_class.
21676         (test_enums): Likewise.
21677
21678 2004-08-10  Andrew Cagney  <cagney@gnu.org>
21679
21680         * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
21681         files.
21682
21683 2004-08-10  Andrew Cagney  <cagney@gnu.org>
21684
21685         * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
21686         init_malloc call.
21687
21688 2004-08-10  Michael Chastain  <mec.gnu@mindspring.com>
21689
21690         * ChangeLog: Add copyright notice.  The notice is copied
21691         from emacs 21.3 top level ChangeLog.
21692
21693 2004-08-09  Michael Chastain  <mec.gnu@mindspring.com>
21694
21695         * lib/cp-support.exp: New file.
21696         * lib/cp-support.exp (cp_test_type_class): New function.
21697         * gdb.cp/derivation.exp: Use cp_test_ptype_class.
21698         * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
21699         * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
21700         cp_test_ptype_class.
21701
21702 2004-08-09  Michael Chastain  <mec.gnu@mindspring.com>
21703
21704         * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
21705         gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
21706         gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
21707         gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
21708         gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
21709         gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
21710         gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
21711         gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
21712         gdb.mi/mi2-watch.exp: Update copyright years.
21713
21714 2004-08-09  Mark Kettenis  <kettenis@gnu.org>
21715
21716         * gdb.base/sigaltstack.exp: Provide proper anchoring.
21717
21718 2004-08-09  Michael Chastain  <mec.gnu@mindspring.com>
21719
21720         * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
21721         gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
21722         gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
21723         gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
21724         gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
21725         gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
21726         gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
21727         gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
21728         gdb.mi/mi-watch.exp: Update copyright years.
21729
21730 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
21731
21732         PR gdb/1738
21733         * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
21734         from a breakpoint with a pending signal.
21735
21736 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
21737
21738         PR gdb/1736
21739         * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
21740         * gdb.base/sigaltstack.exp (finish_test): Consume output until
21741         the prompt.
21742         * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
21743
21744 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
21745
21746         * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
21747
21748 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
21749
21750         PR gdb/1736
21751         * gdb.base/sigaltstack.exp (finish_test): New procedure.  KFAIL
21752         for i?86-*-linux*.
21753
21754 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
21755
21756         * gdb.arch/i386-prologue.exp: Compile without debug information.
21757
21758 2004-08-08  Michael Chastain  <mec.gnu@mindspring.com>
21759
21760         * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
21761         rather than asking gdb to search.
21762
21763 2004-08-05  Michael Chastain  <mec.gnu@mindspring.com>
21764
21765         * gdb.base/gcore.c: Include <string.h>.
21766
21767 2004-08-05  Michael Chastain  <mec.gnu@mindspring.com>
21768
21769         * gdb.base/gcore.c: Add copyright notice.
21770
21771 2004-08-05  Michael Chastain  <mec.gnu@mindspring.com>
21772
21773         * gdb.base/freebpcmd.c: Include <stdio.h>.
21774         * gdb.base/long_long.c: Include <string.h>.
21775         * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
21776         * gdb.base/siginfo.c: Include <string.h>.
21777         * gdb.base/sigstep.c: Include <string.h>.
21778
21779 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
21780
21781         * gdb.base/complex.c: Include <stdlib.h>.
21782
21783 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
21784
21785         * gdb.base/complex.c: Add copyright notice.
21786
21787 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
21788
21789         * gdb.base/charset.c: Include <stdlib.h>.
21790
21791 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
21792
21793         * gdb.base/auxv.c: Include <stdlib.h>.
21794
21795 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
21796
21797         * gdb.base/auxv.c: Add copyright notice.
21798
21799 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
21800
21801         * gdb.base/coremaker.c: Add copyright notice.
21802         * gdb.base/coremaker2.c: Add copyright notice.
21803
21804 2004-08-04  Andrew Cagney  <cagney@gnu.org>
21805
21806         * gdb.base/store.exp: Update copyright.
21807         (check_set, up_set, check_struct, up_struct): Add a prefix to test
21808         names, do not import gdb_prompt.
21809
21810 2004-08-01  Andrew Cagney  <cagney@gnu.org>
21811
21812         Fix PR testsuite/1729.
21813         * gdb.base/dump.exp: Add test name to callers of capture_value, do
21814         not use capture_value with value 4.
21815         (capture_value): Add optional test name parameter.
21816         (test_reload_saved_value, test_restore_saved_value): Use $msg as
21817         the prefix, pass to capture_value.
21818
21819 2004-08-01  Mark Kettenis  <kettenis@gnu.org>
21820
21821         * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
21822         * gdb.arch/i386-prologue.c (standard): New prototype and function.
21823         (main): Call new function.
21824
21825 2004-07-31  Michael Chastain  <mec.gnu@mindspring.com>
21826
21827         * gdb.cp/namespace.exp: Accept more varieties of ptype output.
21828
21829 2004-07-31  Michael Chastain  <mec.gnu@mindspring.com>
21830
21831         * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
21832
21833 2004-07-31  Michael Chastain  <mec.gnu@mindspring.com>
21834
21835         * gdb.cp/inherit.exp: Accept more varieties of ptype output.
21836         Accept more values of vtbl pointer.  Remove some messages
21837         about "obsolete gcc or gdb".
21838
21839 2004-07-30  Michael Chastain  <mec.gnu@mindspring.com>
21840
21841         * gdb.cp/classes.exp: Accept more varieties of ptype output.
21842
21843 2004-07-30  Michael Chastain  <mec.gnu@mindspring.com>
21844
21845         * gdb.base/asm-source.exp: Properly convert target board
21846         debug flags from gcc format to binutils format.
21847
21848 2004-07-28  Mark Kettenis  <kettenis@gnu.org>
21849
21850         * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
21851         gdb1718".  PR backtrace/1718 partially fixed.
21852
21853 2004-07-27  Jeff Johnston  <jjohnstn@redhat.com>
21854
21855         * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
21856
21857 2004-07-26  Nick Clifton  <nickc@redhat.com>
21858
21859         * gdb.asm/asm-source.exp (debug-flags): New variable.  If a known
21860         good default value for a specific architecture is available then
21861         set it to that value.  Otherwise default to the -gstabs switch.
21862         Remove the -g... switches from the asm-flags variable.  Allow the
21863         target board info to override the value if it wants to.  Pass the
21864         switch on the assembler command line.
21865
21866 2004-07-23  Mark Kettenis  <kettenis@gnu.org>
21867
21868         * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
21869         * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
21870         (main): Call new function.
21871
21872 2004-07-22  Michael Chastain  <mec.gnu@mindspring.com>
21873
21874         Test for PR exp/1715.
21875         * gdb.base/radix.exp: Refactor common procedures.  Make all
21876         test names unique.  Change XFAIL to KFAIL.
21877
21878 2004-07-20  Michael Chastain  <mec.gnu@mindspring.com>
21879
21880         * gdb.ada/gnat_ada.gpr.in: Rename from here ...
21881         * gdb.ada/gnat_ada.gin: ... to here.
21882         * configure.in: Use gnat_ada.gin.
21883         * configure: Regenerate.
21884
21885 2004-07-20  Andrew Cagney  <cagney@gnu.org>
21886
21887         * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
21888         gdb_test and gdb_test_multiple.  Delete bash_bug.  Delete suspect
21889         XFAILs.  Clean up test messages and comments.  Check backtraces.
21890         Delete re-sync code.
21891
21892 2004-07-19  Michael Chastain  <mec.gnu@mindspring.com>
21893
21894         Fix PR cli/740.
21895         * gdb.base/annota1.exp: Honor gdb,nosignals.
21896         * gdb.base/annota3.exp: Likewise.
21897
21898 2004-07-19  Michael Chastain  <mec.gnu@mindspring.com>
21899
21900         * lib/java.exp: Update copyright notice.
21901
21902 2004-07-19  Andrew Cagney  <cagney@gnu.org>
21903
21904         * gdb.base/selftest.exp: Copy file from here ...
21905         * gdb.gdb/selftest.exp: ... to here.
21906
21907 2004-07-16  Andrew Cagney  <cagney@redhat.com>
21908
21909         * lib/insight-support.exp: Delete file.
21910         * lib/java.exp (java_init): Fix copyright.
21911
21912 2004-07-16  Andrew Cagney  <cagney@gnu.org>
21913
21914         * gdb.base/restore.c: Append "prologue" to comments marking the a
21915         function's prologue.
21916         * gdb.base/restore.exp: Update copyright, re-indent.
21917         (restore_tests): Use gdb_test_multiple.  Add "calleeN calls
21918         callerN" prefix where needed.  Update patterns that match a
21919         function's prologue.
21920
21921 2004-07-16  Michael Chastain  <mec.gnu@mindspring.com>
21922
21923         * gdb.base/restore.c: Add copyright notice.
21924
21925 2004-07-16  Andrew Cagney  <cagney@gnu.org>
21926
21927         * gdb.base/logical.exp: Update copyright.
21928         (evaluate): New procedure.  Use to re-implement tests using
21929         several tables.
21930
21931 2004-07-14  Martin Hunt  <hunt@redhat.com>
21932
21933         * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
21934         which fixes some problems where init.tcl was not found.
21935
21936 2004-07-13  Andrew Cagney  <cagney@gnu.org>
21937
21938         * gdb.base/sizeof.exp: Skip test when no inferior I/O.
21939         (check_sizeof, check_valueof): Do not include the output in the
21940         test name.  Use gdb_test.
21941         (get_valueof): Use gdb_test_multiple.
21942
21943         * gdb.base/step-test.exp: Update copyright.  Use
21944         gdb_test_multiple.  Ensure that test names do not include
21945         architecture dependent output.
21946
21947         * gdb.gdb/observer.exp: Update copyright.
21948         (setup_test): Use gdb_test_multiple.
21949         (attach_first_observer, attach_second_observer)
21950         (attach_third_observer, detach_first_observer)
21951         (detach_second_observer, detach_third_observer)
21952         (reset_counters, check_counters): Make $message a prefix.
21953         (test_normal_stop_notifications): Add "args" parameter - a list of
21954         init functions to be called.  Make $message a prefix,
21955         (test_observer_normal_stop): Change the message prefixes so that
21956         they are unique, pass the attach / detach procedures to
21957         test_normal_stop_notifications.
21958
21959         * gdb.base/signull.exp (test_segv): Prefix all tests with
21960         "${name}".  Clean up test messages.
21961
21962         * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
21963
21964         * gdb.base/ena-dis-br.exp: Update copyright.
21965         (break_at): New function.  Replace send_gdb with gdb_test,
21966         break_at, and gdb_test_multiple.  Replace XFAIL of "continue with
21967         ignore count, not stopped at bpt", with KFAIL.
21968
21969 2004-07-13  Corinna Vinschen  <vinschen@redhat.com>
21970
21971         * gdb.base/attach.exp: Remove cleanupfile handling.
21972
21973 2004-07-12  Andrew Cagney  <cagney@gnu.org>
21974
21975         * gdb.base/annota1.exp: Cleanup corefile test name.
21976         * gdb.base/annota3.exp: Ditto.
21977
21978 2004-07-12  Andrew Cagney  <cagney@gnu.org>
21979
21980         * gdb.base/signals.exp: Clean up copyright, re-indent.
21981
21982         * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
21983         gdb_test and gdb_test_multiple.
21984
21985 2004-07-08  Jeff Johnston  <jjohnstn@redhat.com>
21986
21987         * gdb.java/jmain.exp: Fix expected line number for main to
21988         break at.  Set XFAIL for break at main test since gcj does not
21989         provide line number info for first statement in main.
21990
21991 2004-07-08  Andrew Cagney  <cagney@gnu.org>
21992
21993         * gdb.base/attach.exp: Cleanup copyright.  Re-indent.
21994
21995         * gdb.base/sigbpt.exp: Make the common part of each test name a
21996         prefix instead of suffix.
21997
21998 2004-07-07  Bob Rossi  <bob_rossi@cox.net>
21999
22000         * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
22001         test from test_tbreak_creation_and_listing to
22002         test_file_list_exec_source_file
22003         * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
22004         Changed name of test from test_tbreak_creation_and_listing to
22005         test_file_list_exec_source_file
22006
22007 2004-07-07  Jeff Johnston  <jjohnstn@redhat.com>
22008
22009         * gdb.java/jmisc.exp: Fix expected output of ptype to look for
22010         the jmisc() constructor instead of <init>.
22011         * gdb.java/jmisc1.exp: Ditto.
22012
22013 2004-07-07  Andrew Cagney  <cagney@gnu.org>
22014
22015         * gdb.base/sigbpt.exp (stepi_out): Check for a single step
22016         corrupting the PC.
22017
22018 2004-07-06  Michael Chastain  <mec.gnu@mindspring.com>
22019
22020         * gdb.cp/templates.exp: Accept whitespace change in demangler
22021         output.
22022
22023 2004-07-06  Andrew Cagney  <cagney@gnu.org>
22024
22025         * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
22026
22027 2004-07-02  Michael Chastain  <mec.gnu@mindspring.com>
22028
22029         * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
22030         * lib/compiler.cc: Likewise.
22031
22032 2004-06-30  Michael Chastain   <mec.gnu@mindspring.com>
22033
22034         * lib/compiler.cc: Work around string preprocessing problem
22035         with old hp c++ compiler.
22036         * lib/compiler.c: Likewise.
22037
22038 2004-06-29  Corinna Vinschen  <vinschen@redhat.com>
22039
22040         * gdb.arch/i386-prologue.c: Add copyright header.  Use preprocessor
22041         directives to conditionalize symbol prefixing.
22042         * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
22043         additional_flags handling.  Add underscore prefix for Cygwin.
22044         * gdb.arch/i386-unwind.c: Use preprocessor directives to
22045         conditionalize symbol prefixing.
22046         * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
22047         additional_flags handling.  Add underscore prefix for Cygwin.
22048
22049 2004-06-29  Corinna Vinschen  <vinschen@redhat.com>
22050
22051         * gdb.base/bigcore.exp: Skip test on Cygwin.
22052
22053 2004-06-28  Michael Chastain  <mec.gnu@mindspring.com>
22054
22055         * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
22056         formats for "info register".  Use gdb_test_multiple.  Fix
22057         the "invalid register" test.
22058
22059 2004-06-28  Corinna Vinschen  <vinschen@redhat.com>
22060
22061         * gdb.base/attach.exp: Fix copyright date.  Set testpid to Windows
22062         PID for Cygwin.  Add Cygwin specific strings to check for in some
22063         tests.
22064         (do_attach_tests): Add a test for user interaction when attaching
22065         to a process with no matching symbol table already loaded.
22066
22067 2004-06-26  Andrew Cagney  <cagney@gnu.org>
22068
22069         Test PR java/1567 and PR java/1565.
22070         * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
22071         * gdb.java/jmisc2.exp: Delete file.
22072
22073 2004-06-26  Michael Chastain  <mec.gnu@mindspring.com>
22074
22075         * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
22076
22077 2004-06-25  Corinna Vinschen  <vinschen@redhat.com>
22078
22079         * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
22080         attach process.
22081
22082 2004-06-23  Michael Chastain  <mec.gnu@mindspring.com>
22083
22084         * gdb.cp/pr-1553.exp: Remove.
22085
22086 2004-06-22  Michael Chastain  <mec.gnu@mindspring.com>
22087
22088         * gdb.cp/pr-1553.cc: Remove.
22089         * gdb.cp/pr-1553.exp: Disable this test.
22090
22091 2004-06-20  Jim Blandy  <jimb@redhat.com>
22092
22093         Fix PR testsuite/1680.
22094         * gdb.arch/i386-sse.exp: Properly quote curly braces in
22095         regular expressions.
22096
22097 2004-06-19  Michael Chastain  <mec.gnu@mindspring.com>
22098
22099         Fix PR testsuite/1679.
22100         * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
22101         Issue an UNSUPPORTED result instead.
22102
22103 2004-06-18  Jim Blandy  <jimb@redhat.com>
22104
22105         * gdb.base/charset.exp: Only send a control-C if we see a new
22106         prompt and incomplete command.
22107
22108 2004-06-18  Michael Chastain  <mec.gnu@mindspring.com>
22109
22110         * gdb.cp/pr-574.cc: Add copyright notice.
22111
22112 2004-06-17  Jim Blandy  <jimb@redhat.com>
22113
22114         * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
22115         cases where the regexp has no groups; this grabs random text from
22116         the previous test suite, whatever that was.
22117
22118 2004-06-17  Michael Chastain  <mec.gnu@mindspring.com>
22119
22120         * gdb.cp/printmethod.cc: Add copyright notice.
22121
22122 2004-06-16  Michael Chastain  <mec.gnu@mindspring.com>
22123
22124         * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
22125
22126 2004-06-16  Andrew Cagney  <cagney@gnu.org>
22127
22128         * gdb.base/signull.c: Update copyright.  Include <string.h>.
22129         (bowler): Replace data_pointer with data_read
22130         and data_write cases.  Add code_descriptor case.
22131         (zero, desc): New array and pointer.
22132         (data, code): Change to simple pointers.
22133         * gdb.base/signull.exp: Fix probe pattern matching a function
22134         descriptor SIGSEGV.  Replace data_pointer with data_read and
22135         data_write tests.
22136
22137 2004-06-16  Andrew Cagney  <cagney@gnu.org>
22138
22139         * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
22140
22141 2004-06-15  Michael Chastain  <mec.gnu@mindspring.com>
22142
22143         * gdb.base/long_long.c: Add copyright notice.
22144
22145 2004-06-15  Michael Chastain  <mec.gnu@mindspring.com>
22146
22147         * gdb.base/long_long.exp: Remove reference to
22148         bug-gdb@prep.ai.mit.edu.  Change line-number-specific breakpoint
22149         to gdb_breakpoint and gdb_continue_to_breakpoint.
22150
22151 2004-06-14  Jim Blandy  <jimb@redhat.com>
22152
22153         * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
22154         endian case.
22155
22156 2004-06-14  Andrew Cagney  <cagney@gnu.org>
22157
22158         * gdb.base/gcore.exp (capture_command_output): Delete the always
22159         passing tests containing inferior values.
22160         * gdb.base/ending-run.exp: Do not include the breakpoint address
22161         in the test message.  Update copyright.
22162         * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
22163         size in the test name, use gdb_test_multiple.  Update copyright.
22164
22165 2004-06-14  Michael Chastain  <mec.gnu@mindspring.com>
22166
22167         * gdb.cp/ref-types.cc: Add copyright notice.
22168
22169 2004-06-14  Michael Chastain  <mec.gnu@mindspring.com>
22170
22171         * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
22172         hp_aCC_compiler.
22173         * lib/compiler.cc: Likewise.
22174         * lib/gdb.exp (get_compiler_info): Eval lines only if they are
22175         'set' commands.  Log diagnostics for other lines.  Set
22176         gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
22177
22178 2004-06-13  Michael Chastain  <mec.gnu@mindspring.com>
22179
22180         * gdb.cp/try_catch.cc: Add copyright notice.
22181
22182 2004-06-12  Michael Chastain  <mec.gnu@mindspring.com>
22183
22184         * gdb.cp/userdef.cc: Add copyright notice.
22185
22186 2004-06-11  Michael Chastain  <mec.gnu@mindspring.com>
22187
22188         * gdb.cp/virtfunc.cc: Add copyright notice.
22189
22190 2004-06-11  Randolph Chung  <tausq@debian.org>
22191
22192         * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
22193         problem.
22194
22195 2004-06-10  Andrew Cagney  <cagney@gnu.org>
22196
22197         * lib/compiler.cc, lib/compiler.c: Append either
22198         __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
22199         * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
22200         instead of gcc-3-3.
22201
22202 2004-06-09  Andrew Cagney  <cagney@gnu.org>
22203
22204         * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
22205         gdb/1455, bug is specific to "long long" and "double".
22206
22207         * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
22208         (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
22209         x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*.  PR tdep/1447
22210         fixed.
22211
22212 2004-06-09  Andrew Cagney  <cagney@gnu.org>
22213
22214         * gdb.base/structs.exp (test_struct_returns): Replace
22215         "return_value_unknown" and "finish_value_unknown" by
22216         "return_value_known" and "finish_value_known".  Instead of
22217         "return_value_unknown" iff "finish_value_unknown", check
22218         "return_value_known" implies "finish_value_known".
22219
22220 2004-06-08  Martin Hunt  <hunt@redhat.com>
22221
22222         * gdb.base/float.exp: Add pattern for mips targets.
22223
22224 2004-06-08  Randolph Chung  <tausq@debian.org>
22225
22226         * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
22227         message for unknown architectures more clear.
22228
22229 2004-06-08  Joel Brobecker  <brobecker@gnat.com>
22230
22231         * gdb.ada/null_record.exp: Use "start" instead of "begin" to
22232         start the execution of the program.
22233
22234 2004-06-07  Jim Blandy  <jimb@redhat.com>
22235
22236         * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
22237         * gdb.arch/i386-cpuid.h: New helper file.
22238
22239 2004-06-07  Randolph Chung  <tausq@debian.org>
22240
22241         * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
22242         has started.
22243
22244 2004-06-04  Roland McGrath  <roland@redhat.com>
22245
22246         Fix PR gdb/1647.
22247         * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
22248         differently to be robust to output buffering differences.
22249
22250 2004-06-04  Michael Chastain  <mec.gnu@mindspring.com>
22251
22252         * gdb.threads/pthreads.exp: Update copyright years.
22253         (check_control_c): Change asynchronous 'after' to synchronous.
22254
22255 2004-06-04  Roland McGrath  <roland@redhat.com>
22256
22257         * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
22258         next gdb prompt.
22259
22260 2004-06-02  Michael Chastain  <mec.gnu@mindspring.com>
22261
22262         Fix PR gdb/1636.
22263         * gdb.threads/manythreads.exp: Change asynchronous 'after'
22264         calls to synchronous.
22265
22266 2004-05-26  Jim Blandy  <jimb@redhat.com>
22267
22268         * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
22269
22270 2004-05-24  Randolph Chung  <tausq@debian.org>
22271
22272         * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
22273         * gdb.asm/pa.inc: New file.
22274
22275 2004-05-22  Mark Kettenis  <kettenis@gnu.org>
22276
22277         * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
22278
22279 2004-05-21  Joel Brobecker  <brobecker@gnat.com>
22280             Daniel Jacobowitz  <drow@mvista.com>
22281
22282         * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
22283         GDB prompt.
22284
22285 2004-05-20  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22286
22287         * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
22288         setjmp/longjmp.  Use sigaction instead of signal.
22289
22290 2004-05-19  J. Brobecker  <brobecker@gnat.com>
22291             Michael Snyder  <msnyder@redhat.com>
22292
22293         * gdb.threads/pthread_cond_wait.c: New file.
22294         * gdb.threads/pthread_cond_wait.exp: New testcase.
22295
22296 2004-05-13  Andrew Cagney  <cagney@redhat.com>
22297
22298         * gdb.base/signull.exp, gdb.base/signull.c: New files.
22299         * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
22300
22301 2004-05-11  Andrew Cagney  <cagney@redhat.com>
22302
22303         * gdb.base/sigstep.exp (advancei): Update KFAILs.  gdb/1613 is
22304         fixed but revealed gdb/1639.
22305
22306 2004-05-10  Andrew Cagney  <cagney@redhat.com>
22307
22308         * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
22309         func1" and "next to 2nd alarm", kernel bug avoided.
22310
22311 2004-05-10  Daniel Jacobowitz  <dan@debian.org>
22312
22313         PR external/1568
22314         * gdb.base/bigcore.exp: Check the size of the dumped core file.
22315         XFAIL if it is smaller than bytes_allocated.
22316         * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
22317         (main): Make chunks_allocated unsigned.  Correct comment.
22318
22319 2004-05-07  Joel Brobecker  <brobecker@gnat.com>
22320
22321         * gdb.arch/powerpc-aix-prologue.c: New file.
22322         * gdb.arch/powerpc-aix-prologue.exp: New file.
22323
22324 2004-05-07  Jim Blandy  <jimb@redhat.com>
22325
22326         * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
22327         gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
22328
22329 2004-05-06  Joel Brobecker  <brobecker@gnat.com>
22330
22331         * gdb.base/sep.exp: No longer setup_kfail when the program was
22332         built with dwarf2.
22333
22334 2004-05-05  Jim Ingham  <jingham@apple.com>
22335
22336         * gdb.base/pending.exp: Make sure pending breakpoints
22337         preserve the ignore count.
22338
22339 2004-04-27  Jerome Guitton  <guitton@gnat.com>
22340
22341         * i386-prologue.exp: Add testcase for jump instruction as first
22342         instruction of the real code.
22343         * i386-prologue.c (jump_at_beginning): New function.
22344
22345 2004-04-28  Mark Kettenis  <kettenis@gnu.org>
22346
22347         * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
22348         x86_64-*-*.
22349
22350 2004-04-28  Mark Kettenis  <kettenis@gnu.org>
22351
22352         * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
22353         i*86-*-*.
22354
22355 2004-04-25  Mark Kettenis  <kettenis@gnu.org>
22356
22357         * gdb.base/call-sc.exp (start_scalars_test): Fix regular
22358         expression that checks the return type.
22359
22360 2004-04-23  Andrew Cagney  <cagney@redhat.com>
22361
22362         * gdb.base/call-sc.exp: New test of scalar call/return values.
22363         * gdb.base/call-sc.c: Ditto.
22364
22365 2004-04-23  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22366
22367         * gdb.threads/manythreads.c: Reduce thread stack size.
22368
22369 2004-04-23  Jeff Johnston  <jjohnstn@redhat.com>
22370
22371         * gdb.threads/manythreads.c: Add copyright notice.
22372
22373 2004-04-23  Andrew Cagney  <cagney@redhat.com>
22374
22375         * gdb.base/siginfo.exp: Better handle step out of signal.
22376         * gdb.base/sigstep.exp: Ditto.
22377
22378 2004-04-22  Jeff Johnston  <jjohnstn@redhat.com>
22379             Daniel Jacobowitz  <drow@mvista.com>
22380
22381         * gdb.threads/manythreads.c: New testcase.
22382         * gdb.threads/manythreads.exp: Ditto.
22383
22384 2004-04-22  Jim Blandy  <jimb@redhat.com>
22385
22386         * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
22387         gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
22388
22389 2004-04-21  Michael Chastain  <mec.gnu@mindspring.com>
22390
22391         * gdb.stabs/weird.exp: Accept full pathname for $binfile.
22392
22393 2004-04-21  Andrew Cagney  <cagney@redhat.com>
22394
22395         * gdb.base/sigstep.c: New file.
22396         * gdb.base/sigstep.exp: New file.
22397
22398 2004-04-16  Joel Brobecker  <brobecker@gnat.com>
22399
22400         * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
22401         call to observer_notify_normal_stop.
22402
22403 2004-04-15  Andrew Cagney  <cagney@redhat.com>
22404
22405         * gdb.base/siginfo.c: New file.
22406         * gdb.base/siginfo.exp: New file.
22407
22408 2004-04-12  J. Brobecker  <brobecker@gnat.com>
22409
22410         * gdb.base/sep.exp: Fix typo in comment.
22411
22412 2004-04-12  J. Brobecker  <brobecker@gnat.com>
22413
22414         * gdb.base/sep.c: New file.
22415         * gdb.base/sep-proc.c: New file.
22416         * gdb.base/sep.exp: New testcase.
22417
22418 2004-04-09  Mark Kettenis  <kettenis@gnu.org>
22419
22420         * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
22421         support.
22422
22423 2004-04-05  Andrew Cagney  <cagney@redhat.com>
22424
22425         * gdb.base/sigaltstack.c: New file.
22426         * gdb.base/sigaltstack.exp: New file.
22427
22428 2004-04-04  Joel Brobecker  <brobecker@gnat.com>
22429
22430         * gdb.base/foll-fork.exp: Update the expected output for
22431         "help set follow-fork-mode", to match a change that was made
22432         to the help of this variable on 2004-01-13.
22433
22434 2004-04-01  Joel Brobecker  <brobecker@gnat.com>
22435
22436         * lib/ada.exp: Add copyright notice.
22437         * bar.ads: Likewise.
22438         * bar.adb: Likewise.
22439         * null_record.adb: Likewise.
22440         * null_record.exp: Likewise.
22441         * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
22442
22443 2004-04-01  Joel Brobecker  <brobecker@gnat.com>
22444
22445         * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
22446         * configure: Regenerate.
22447
22448 2004-04-01  Joel Brobecker  <brobecker@gnat.com>
22449
22450         * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
22451         to build the application. Remove the message printed when in
22452         verbose mode, redundant with the UNSUPPORTED message above.
22453
22454 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
22455
22456         * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
22457         * gdb.ada (null_record.exp): New testcase.
22458
22459 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
22460
22461         * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
22462
22463 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
22464
22465         * gdb.ada: New subdirectory.
22466         * gdb.ada/Makefile.in: New file.
22467         * gdb.ada/gnat_ada.gpr.in: New file.
22468
22469 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
22470
22471         * lib/ada.exp: New file.
22472
22473 2004-03-24  Daniel Jacobowitz  <drow@mvista.com>
22474
22475         * gdb.base/gdb1250.exp: Use runto {allow-pending}.
22476         * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
22477
22478 2004-03-22  Andrew Cagney  <cagney@redhat.com>
22479
22480         * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
22481         hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
22482         Problem identified by Ulrich Weigand.
22483
22484 2004-03-17  David Carlton  <carlton@kealia.com>
22485
22486         * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
22487         PR c++/826.
22488
22489 2004-03-16  Roland McGrath  <roland@redhat.com>
22490
22491         * gdb.base/auxv.exp: New file.
22492         * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
22493
22494 2004-03-12  David Carlton  <carlton@kealia.com>
22495
22496         * gdb.cp/pr-1553.exp: New.  Tests for PR c++/1553.
22497         * gdb.cp/pr-1553.cc: Ditto.
22498         * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
22499         pass branch.
22500
22501 2004-03-12  Michael Chastain  <mec.gnu@mindspring.com>
22502
22503         * gdb.cp/templates.exp: Accept more template types.
22504
22505 2004-03-09  Michael Chastain  <mec.gnu@mindspring.com>
22506
22507         From Corinna Vinschen with modifications.
22508         * gdb.cp/classes.cc (enums1): Add a line to extend scope of
22509         local variable obj_with_enum.
22510         * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
22511         results with obj_with_enum.
22512
22513 2004-03-09  Michael Chastain  <mec.gnu@mindspring.com>
22514
22515         * gdb.cp/classes.cc: New file, copied from misc.cc.
22516         * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
22517
22518 2004-03-09  Michael Chastain  <mec.gnu@mindspring.com>
22519
22520         * gdb.cp/misc.cc: Add copyright notice.
22521
22522 2004-03-05  David Carlton  <carlton@kealia.com>
22523
22524         * gdb.cp/rtti.exp: Add 'print *obj3' test.
22525         * gdb.cp/rtti.h: Update copyright.
22526         (namespace n2::n3): New.
22527         * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
22528         (n2::n3::func3): New.
22529         (main): Call n2::n3::func3.
22530         * gdb.cp/rtti2.cc: Update copyright.
22531         (n2::create3): New.
22532
22533 2004-03-04  Mark Kettenis  <kettenis@gnu.org>
22534
22535         * gdb.asm/openbsd.inc: Fix typo.
22536
22537 2004-03-03  Fred Fish  <fnf@redhat.com>
22538
22539         * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
22540         "val" instead of unused "size".  Update copyright year.
22541
22542 2004-02-29  Daniel Jacobowitz  <drow@mvista.com>
22543
22544         * gdb.cp/ctti.exp: Handle unsigned char type.  Expect templates
22545         to use unsigned char.
22546         * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
22547         gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
22548
22549 2004-02-29  Daniel Jacobowitz  <drow@mvista.com>
22550
22551         * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
22552         line of output.
22553
22554 2004-02-28  Daniel Jacobowitz  <drow@mvista.com>
22555
22556         * gdb.base/relocate.c (dummy): Initialize.
22557
22558 2004-02-28  Daniel Jacobowitz  <drow@mvista.com>
22559
22560         * gdb.base/chng-syms.exp: Anchor exit pattern.  Allow
22561         a breakpoint at exit.
22562
22563 2004-02-27  Fred Fish  <fnf@redhat.com>
22564
22565         * gdb.base/chng-syms.exp: Add expect condition to match failing
22566         case that isn't a timeout.
22567
22568 2004-02-27  Andrew Cagney  <cagney@redhat.com>
22569
22570         * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
22571         support.
22572
22573 2004-02-26  Fred Fish  <fnf@redhat.com>
22574
22575         * gdb.arch/gdb1431.c: Remove.
22576         * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
22577         * gdb.arch/gdb1431.exp: Use "advance" correctly instead
22578         of "until" incorrectly.
22579
22580 2004-02-26  J. Brobecker  <brobecker@gnat.com>
22581
22582         * gdb.cp/class2.cc (empty): New class.
22583         (refer): New function.
22584         (main): Declare an object of type empty and use it.
22585         * gdb.cp/class2.exp: Print the value of an object of type empty.
22586
22587 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
22588
22589         * gdb.base/langs.exp: Update query string to match the
22590         new nquery format used for pending breakpoints.
22591
22592 2004-02-26  Andrew Cagney  <cagney@redhat.com>
22593
22594         Fix PR i18n/1570.
22595         * gdb.base/charset.c: Update copyright notice.
22596         (main, init_string): Remove the escape character '\e' tests.
22597         * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
22598         * gdb.base/charset.exp (valid_host_charset): Ditto.
22599         * gdb.base/setvar.exp: Ditto.
22600
22601 2004-02-24  Andrew Cagney  <cagney@redhat.com>
22602
22603         * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
22604         mmapped data in core file" PASS and FAIL messages consistent.
22605
22606         * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
22607         setting a breakpoint.  Work around PR java/1565.
22608
22609 2004-02-23  Jeff Johnston  <jjohnstn@redhat.com>
22610
22611         * lib/gdb.exp (gdb_breakpoint): Update query string to match
22612         new nquery format.
22613         * gdb.base/pending.exp: Ditto.
22614
22615 2004-02-22  Mark Kettenis  <kettenis@gnu.org>
22616
22617         * configure.in: Run stabs tests on *BSD.
22618         * configure: Regenerated.
22619
22620 2004-02-21  Mark Kettenis  <kettenis@gnu.org>
22621
22622         * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
22623
22624 2004-02-20  Fred Fish  <fnf@redhat.com>
22625
22626         * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
22627         blank in test for "returns short", for consistency with other
22628         "returns xxx" tests.  Update copyright year.
22629
22630 2004-02-19  Fred Fish  <fnf@redhat.com>
22631
22632         New testcase for PR breakpoint/1558.
22633         * gdb.arch/gdb1558.exp: New file.
22634         * gdb.arch/gdb1558.c: New file.
22635
22636 2004-02-19  Elena Zannoni  <ezannoni@redhat.com>
22637
22638         * gdb.base/nodebug.exp: Fix typo.
22639
22640 2004-02-17  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22641
22642         Committed by Jim Blandy  <jimb@redhat.com>.
22643
22644         * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
22645
22646         * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
22647
22648         * gdb.base/float.exp: Support s390*-*-* targets.
22649
22650 2004-02-17  Adam Fedor  <fedor@gnu.org>
22651
22652         * gdb.base/gdb1555.exp: New file.
22653         * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
22654
22655 2004-02-17  Elena Zannoni  <ezannoni@redhat.com>
22656
22657         * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
22658
22659 2004-02-16  Fred Fish  <fnf@redhat.com>
22660
22661         * gdb.arch/gdb1291.c: Remove
22662         * gdb.arch/gdb1291.s: New test input file.
22663         * gdb.arch/gdb1291.exp: Expand test to check case that should not
22664         fail.  Test for correct result, known incorrect result, other
22665         failures and timeouts.
22666
22667 2004-02-16  Andrew Cagney  <cagney@redhat.com>
22668
22669         * gdb.base/bigcore.exp: New file.
22670         * gdb.base/bigcore.c: New file.
22671
22672 2004-02-13  Andrew Cagney  <cagney@redhat.com>
22673
22674         * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
22675         * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
22676         * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
22677         * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
22678         * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
22679         * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
22680         * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
22681         * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
22682         * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
22683         * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
22684
22685 2004-02-11  Jeff Johnston  <jjohnstn@redhat.com>
22686
22687         * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
22688         executed is an alloc instruction.
22689
22690 2004-02-11  David Carlton  <carlton@kealia.com>
22691
22692         * gdb.cp/breakpoint.exp: New.
22693         * gdb.cp/breakpoint.cc: New.
22694
22695 2004-02-11  Michael Chastain  <mec.gnu@mindspring.com>
22696
22697         Partial fix for PR gdb/1543.
22698         * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
22699         gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
22700         gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
22701         gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
22702         gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
22703         gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
22704         gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
22705         gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
22706         gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
22707         to bug-gdb@prep.ai.mit.edu .
22708         * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
22709         gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
22710         gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
22711         Likewise.
22712
22713 2004-02-10  Andrew Cagney  <cagney@redhat.com>
22714
22715         * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
22716         using gdb_internal_error_resync.
22717
22718 2004-02-09  Daniel Jacobowitz  <drow@mvista.com>
22719
22720         * gdb.threads/thread-specific.exp: Stop early if no threads are
22721         found.
22722
22723 2004-02-09  Michael Chastain  <mec.gnu@mindspring.com>
22724
22725         * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
22726
22727 2004-02-08  Daniel Jacobowitz  <drow@mvista.com>
22728
22729         * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
22730         breakpoints.
22731
22732 2004-02-07  Daniel Jacobowitz  <drow@mvista.com>
22733
22734         * config/sim.exp (gdb_load): Handle $arg == "".
22735         * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
22736         * gdb.objc/basicclass.exp: Use gdb_run_cmd.
22737
22738 2004-02-07  Elena Zannoni  <ezannoni@redhat.com>
22739
22740         * gdb.base/maint.exp: Update test to reflect
22741          obstack changes.
22742
22743 2004-02-04  Jeff Johnston  <jjohnstn@redhat.com>
22744
22745         * gdb.base/pendshr.c (pendfunc): New function that calls
22746         pendfunc1.
22747         * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
22748
22749 2004-02-04  Fred Fish  <fnf@redhat.com>
22750
22751         * gdb.arch/gdb1431.c: Add underbar prefixed version of global
22752         function symbols and update copyright years.
22753         * gdb.arch/gdb1291.c: Ditto.
22754
22755 2004-02-03  Michael Chastain  <mec.gnu@mindspring.com>
22756
22757         * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
22758
22759 2004-02-03  Michael Chastain  <mec.gnu@mindspring.com>
22760
22761         * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
22762
22763 2004-02-03  Michael Chastain  <mec.gnu@mindspring.com>
22764
22765         * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
22766
22767 2004-02-02  Fred Fish  <fnf@redhat.com>
22768
22769         * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
22770         remote targets.  Update copyright years.
22771
22772 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
22773
22774         * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
22775         support.
22776         * gdb.base/langs.exp: Fix test which attempts to create
22777         breakpoint on non-existent function to handle new pending
22778         support.
22779         * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
22780         a breakpoint.
22781         * gdb.base/pending.exp: New test.
22782         * gdb.base/pending.c: New file.
22783         * gdb.base/pendshr.c: Ditto.
22784
22785 2004-02-02  David Carlton  <carlton@kealia.com>
22786
22787         * gdb.cp/overload.exp: Add overloadNamespace tests.
22788         * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
22789         (overloadNamespace, XXX): New.
22790         (main): Call XXX::marker2.
22791
22792 2004-02-01  Fred Fish  <fnf@redhat.com>
22793
22794         * gdb.base/dump.exp: Use runto_main instead of "runto main".
22795         * gdb.base/finish.exp: Ditto.
22796         * gdb.base/gcore.exp: Ditto.
22797         * gdb.base/huge.exp: Ditto.
22798         * gdb.base/info-proc.exp: Ditto.
22799         * gdb.base/return2.exp: Ditto.
22800         * gdb.threads/gcore-thread.exp: Ditto.
22801
22802 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
22803
22804         * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
22805
22806 2004-02-01  Mark Kettenis  <kettenis@gnu.org>
22807
22808         * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
22809         that opening the file succeeds on OpenBSD.
22810
22811 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
22812
22813         * gdb.threads/thread-specific.c: New file.
22814         * gdb.threads/threads-specific.exp: New test script.
22815         * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
22816         to expect_out.
22817
22818 2004-02-01  Mark Kettenis  <kettenis@gnu.org>
22819
22820         * gdb.base/call-ar-st.exp: Call get_debug_format.  Remove xfail on
22821         sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
22822         only on the "print_small_structs from print_long_arg_list" test.
22823
22824 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
22825
22826         * gdb.base/completion.exp: Kill a stray backslash.
22827
22828         From Jim Ingham <jingham@apple.com>:
22829         * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
22830         agrees with the result from sending a tab.
22831
22832 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
22833
22834         * gdb.base/chng-syms.exp: Remove stray newline.
22835
22836 2004-01-31  Mark Kettenis  <kettenis@gnu.org>
22837
22838         * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
22839         *-*-openbsd*.
22840         * gdb.asm/openbsd.inc: New file.
22841
22842 2004-01-30  Mark Kettenis  <kettenis@gnu.org>
22843
22844         * gdb.asm/asm-source.exp: Strip -Wl, from link-flags.  Don't
22845         append -static to link-flags for *-*-freebsd*, *-*netbsd* and
22846         *-*solaris2*.  Remove commented out default settings for
22847         asm-flags.  Replace gdb_compile with target_link.
22848
22849 2004-01-29  Michael Chastain  <mec.gnu@mindspring.com>
22850
22851         * gdb.cp/inherit.exp: Rewrite.  Use gdb_test_multiple and gdb
22852         for all tests.  Remove old hp-ux and cygnus xfail cases.
22853
22854 2004-01-29  Paul N. Hilfinger  <Hilfinger@gnat.com>
22855
22856         * gdb.base/chng-syms.exp: New file.
22857         * gdb.base/chng-syms.c: New file.
22858
22859 2004-01-24  Michael Chastain  <mec.gnu@mindspring.com>
22860
22861         * gdb.cp/local.exp: Rewrite "ptype Local".  Add "ptype l".
22862         Provide arms for current output in all my configurations.
22863
22864 2004-01-24  Michael Chastain  <mec.gnu@mindspring.com>
22865
22866         * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
22867         * lib/compiler.cc: Likewise.
22868         * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
22869         get the right preprocessor.  Eval the output directly.  Remove
22870         special tests for hp_cc_compiler and hp_aCC_compiler.  Remove
22871         hp_f77_compiler and hp_f90_compiler completely.
22872         (gdb_preprocess): Delete.
22873         (get_compiler): Delete.
22874
22875 2004-01-24  Mark Kettenis  <kettenis@gnu.org>
22876
22877         * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
22878         <string.h>.
22879
22880 2004-01-24  Nick Roberts  <nick@nick.uklinux.net>
22881
22882         * gdb.mi/mi-stack.exp: Update copyright.
22883
22884 2004-01-23  David Carlton  <carlton@kealia.com>
22885
22886         * gdb.cp/rtti.exp: Don't include full path in ${srcfile}.  Add
22887         test for cp_lookup_transparent_type.
22888         * gdb.cp/rtti1.cc: Update copyright.  Add n2::func and refer_to;
22889         call them.
22890
22891 2004-01-23  Daniel Jacobowitz  <drow@mvista.com>
22892
22893         * gdb.mi/mi-var-child.exp: Update copyright year.  Move new test
22894         after -var-update.
22895
22896 2004-01-23  David Carlton  <carlton@kealia.com>
22897
22898         * gdb.cp/namespace.cc (C::ensureRefs): New.
22899         * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
22900
22901 2004-01-20  Nick Roberts  <nick@nick.uklinux.net>
22902
22903         * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
22904         case "-stack-list-locals 2".
22905         * gdb.mi/mi-var-child.exp: Test for case
22906         "-var-list-children --all-values NAME".
22907
22908 2004-01-18  Michael Chastain  <mec.gnu@mindspring.com>
22909
22910         * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
22911
22912 2004-01-18  Mark Kettenis  <kettenis@gnu.org>
22913
22914         * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
22915         used with gdb_test_multiple.
22916
22917         * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
22918         read at address 0.  This fixes PR testsuite/1504.
22919
22920 2004-01-18  Daniel Jacobowitz  <drow@mvista.com>
22921
22922         * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
22923         Remove downloading, guessing the host executable, the calls to
22924         gdb_file_cmd and gdb_target_cmd, and "load" support.
22925         (infer_host_exec): New function broken out from gdb_load.
22926         (gdb_load): New wrapper for gdbserver_gdb_load.
22927         * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
22928         gdb_target_cmd.  Use -target-select.
22929         (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
22930         Download binaries to the host.  Clear last_mi_remote_file when
22931         we load a new binary.
22932         (mi_gdb_load): Call mi_gdb_file_cmd.  If gdbserver.exp is loaded,
22933         call gdbserver_gdb_load and mi_gdb_target_cmd.
22934
22935 2004-01-17  Michael Chastain  <mec.gnu@mindspring.com>
22936
22937         * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
22938         type patterns.
22939
22940 2004-01-17  Michael Chastain  <mec.gnu@mindspring.com>
22941
22942         * gdb.cp/templates.exp: Fix typo in test name of
22943         "print Foo<volatile char*>::foo".
22944
22945 2004-01-15  Michael Chastain  <mec.gnu@mindspring.com>
22946
22947         * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
22948
22949 2004-01-16  Ben Elliston  <bje@wasabisystems.com>
22950
22951         * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
22952         (clean mostlyclean): Remove empty rm.
22953
22954 2004-01-15  Michael Chastain  <mec.gnu@mindspring.com>
22955
22956         * gdb.base/setvar.exp: Add copyright years.
22957
22958 2004-01-14  David Carlton  <carlton@bactrian.org>
22959
22960         * gdb.cp/rtti.exp: Update copyright.  KFAIL test with repect to
22961         PR c++/1511 and update coment.
22962         * gdb.cp/templates.exp: Update patterns to match current output.
22963         If changes involve something other than whitespace, KFAIL
22964         w.r.t. PR c++/1512 or PR c++/931 as appropriate.
22965
22966 2004-01-14  David Carlton  <carlton@kealia.com>
22967
22968         * gdb.cp/namespace.exp: Add tests involving classes defined within
22969         namespaces.
22970         * gdb.cp/namespace.cc (C::CClass): New.
22971         * gdb.cp/namespace1.cc (C::OtherFileClass): New.
22972
22973 2004-01-14  Elena Zannoni  <ezannoni@redhat.com>
22974
22975         * gdb.base/sepdebug.exp: Bail out of the test if we don't know
22976         what debug info we have. Print a better message if something goes
22977         wrong while producing the separate debug info file.
22978
22979 2004-01-14  Michael Chastain  <mec.gnu@mindspring.com>
22980
22981         * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
22982
22983 2004-01-14  Michael Chastain  <mec.gnu@mindspring.com>
22984
22985         * gdb.base/callfuncs.c: Add copyright notice.
22986
22987 2004-01-13  Michael Chastain  <mec.gnu@mindspring.com>
22988
22989         * gdb.cp/derivation.exp: Add XFAIL for bug with protected
22990         inheritance.  PR gdb/1498, PR gcc/13539.
22991
22992 2004-01-13  Elena Zannoni  <ezannoni@redhat.com>
22993
22994          * gdb.threads/gcore-thread.exp: Prefix name of binary with
22995          test specific name.
22996          * gdb.mi/gdb669.exp: Ditto.
22997          * gdb.mi/mi-pthreads.exp: Ditto.
22998          * gdb.mi/mi1-pthreads.exp: Ditto.
22999          * gdb.mi/mi2-pthreads.exp: Ditto.
23000
23001 2004-01-12  Michael Chastain  <mec.gnu@mindspring.com>
23002
23003         * gdb.cp/member-ptr.cc: Add copyright notice.
23004
23005 2004-01-12  Michael Chastain  <mec.gnu@mindspring.com>
23006
23007         * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple.  Add
23008         some patterns for recent versions of gcc and hpacc.  Delete
23009         calls to setup_xfail for hppa*-*-*.  Delete redundant tests.
23010         Delete tests that access a NULL pointer-to-member-data.  This
23011         script is still disabled for gcc.
23012
23013 2004-01-12  Elena Zannoni  <ezannoni@redhat.com>
23014
23015         * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
23016         escaped correctly.
23017
23018 2004-01-12  Elena Zannoni  <ezannoni@redhat.com>
23019
23020         * gdb.base/sepdebug.exp: New file.
23021         * gdb.base/sepdebug.c: New file.
23022         * lib/gdb.exp (separate_debug_filename): New procedure.
23023         (gdb_gnu_strip_debug): New procedure.
23024
23025 2004-01-12  Andrew Cagney  <cagney@redhat.com>
23026
23027         * gdb.mi/ChangeLog: Delete file.  Renamed to ...
23028         * gdb.mi/ChangeLog-1999-2003: New file.
23029
23030 2004-01-12  Andrew Cagney  <cagney@redhat.com>
23031
23032         * gdb.base/fileio.exp: Update copyright year.  On GNU/Linux, for
23033         "Renaming a directory to a non-empty directory returns ENOTEMPTY
23034         or EEXIST", treat EBUSY as an XFAIL.
23035
23036 2004-01-11  Michael Chastain  <mec.gnu@mindspring.com>
23037
23038         * gdb.base/scope.exp: Remove obsolete setup_xfail for
23039         hp_cc_compiler.
23040
23041 2004-01-10  Michael Chastain  <mec.gnu@mindspring.com>
23042
23043         * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
23044         decorations.
23045
23046 2004-01-10  Michael Chastain  <mec.gnu@mindspring.com>
23047
23048         * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
23049         and "(aCC)" decorations.  Remove obsolete doco about old
23050         test results.
23051
23052 2004-01-09  Michael Chastain  <mec.gnu@mindspring.com>
23053
23054         * gdb.cp/exception.exp: Fix typo in doco.
23055
23056 2004-01-09  Mark Kettenis  <kettenis@gnu.org>
23057
23058         * gdb.base/gdb1476.exp: Fix typo.
23059
23060 2004-01-09  Michael Chastain  <mec.gnu@mindspring.com>
23061
23062         * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
23063         file.
23064
23065 2004-01-09  Michael Chastain  <mec.gnu@mindspring.com>
23066
23067         * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
23068         * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
23069         Use gdb_compile.  Remove restriction on gcc.  Add some patterns
23070         for recent version of gdb.  Delete second half, which was a copy
23071         of the first half with different build flags.  This test is
23072         still disabled because it is still not ready for production.
23073
23074 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
23075
23076         * gdb.cp/exception.cc: Add copyright notice.
23077         * gdb.cp/exception.exp: Add a notice that this file is broken
23078         because of line number changes caused by addition of copyright
23079         notice.
23080
23081 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
23082
23083         * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
23084         * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
23085
23086 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
23087
23088         * gdb.cp/classes.exp: Accept gnu abi 2.
23089         * gdb.cp/derivation.exp: Likewise.
23090         * gdb.cp/overload.exp: Likewise.
23091         * gdb.cp/virtfunc.exp: Likewise.
23092
23093 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
23094
23095         * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
23096         semicolon after end of function.
23097
23098 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
23099
23100         * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
23101         * gdb.cp/bs15503.exp: Remove hp-only restriction.  Use modern
23102         boilerplate code for compiling and running the program under
23103         test.  Add some string method tests.
23104
23105 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
23106
23107         * gdb.cp/bs15503.cc: Add copyright notice.
23108         * gdb.cp/bs15503.exp: Adjust line number.
23109
23110 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
23111
23112         * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
23113         * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
23114
23115 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
23116
23117         * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
23118         hp_cc_compiler.
23119
23120 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
23121
23122         * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
23123         * gdb.cp/ctti.exp: Use the marker instead of "next".
23124         With gcc, run further before bailing.
23125
23126 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
23127
23128         * gdb.cp/cttiadd.cc: Add copyright notice.
23129         * gdb.cp/cttiadd1.cc: Likewise.
23130         * gdb.cp/cttiadd2.cc: Likewise.
23131         * gdb.cp/cttiadd3.cc: Likewise.
23132
23133 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
23134
23135         * gdb.cp/ctti.exp: Partial rewrite.  Call gdb_compile properly.
23136         Use gdb_test, gdb_test_multiple.  Use floating-point values that
23137         have exact representations in IEEE-ish formats.
23138
23139 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
23140
23141         * gdb.base/constvars.exp: Do not force lang=c++ if using HP
23142         compilers.  Delete duplicate call to get_compiler_info.
23143         (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
23144         * gdb.base/volatile.exp: Likewise.
23145
23146 2004-01-07  Mark Kettenis  <kettenis@gnu.org>
23147
23148         * gdb.base/gdb1476.exp: Only run the tests if we can't read the
23149         memory at address 0.
23150
23151 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
23152
23153         * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
23154         to test for hp-ux assembler.  Fix copyright years.
23155
23156 2004-01-07  Andrew Cagney  <cagney@redhat.com>
23157
23158         * gdb.base/fileio.c (strerrno): Add "EBUSY".
23159
23160 2004-01-07  Andrew Cagney  <cagney@redhat.com>
23161
23162         * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
23163         when creating the read-only file.  From analysis by Roland McGrath
23164         and Elena Zannoni.
23165
23166 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
23167
23168         * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
23169
23170 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
23171
23172         * gdb.base/cvexpr.c: Be type-safe with function pointers and
23173         data pointers.
23174
23175 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
23176
23177         * gdb.cp/m-static.exp: Compile one source file at a time.
23178         Delete unused call to get_compiler_info.
23179
23180 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
23181
23182         * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
23183         * gdb.base/call-rt-st.exp: Likewise.
23184         * gdb.base/nodebug.exp: Likewise.
23185         * gdb.base/volatile.exp: Likewise.
23186         * gdb.cp/ref-types.exp: Likewise.
23187         * gdb.cp/templates.exp: Likewise.
23188
23189 2004-01-05  Mark Kettenis  <kettenis@gnu.org>
23190
23191         * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
23192
23193 2004-01-05  Michael Chastain  <mec.gnu@mindspring.com>
23194
23195         * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
23196         hppa*-hp-hpux*.
23197
23198 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
23199
23200         * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
23201         x86_64-*-*.
23202
23203         * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
23204         sparc64-*-* and sparc*-solaris2*.
23205
23206 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
23207
23208         * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
23209         return ${tests}" test.  The ${tests} already mentions the
23210         filename.
23211
23212 2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>
23213
23214         * gdb.cp/local.exp: Accept gcc abi 2.
23215
23216 2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>
23217
23218         * gdb.cp/templates.exp: Accept gcc abi 2.
23219
23220 2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>
23221
23222         * lib/compiler.cc: Remove supports_template_debugging.
23223         * gdb.cp/templates.exp: Do not test supports_template_debugging.
23224
23225 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
23226
23227         * gdb.cp/namespace.exp: Accept gcc abi 2.
23228
23229 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
23230
23231         * gdb.cp/method.exp: Accept gcc abi 2.
23232
23233 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
23234
23235         * gdb.cp/classes.exp: Generate identical results as old version.
23236         * gdb.cp/derivation.exp: Likewise.
23237         * gdb.cp/overload.exp: Likewise.
23238         * gdb.cp/virtfunc.exp: Likewise.
23239
23240 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
23241
23242         * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
23243         mysterious bug with sourceware version of expect.
23244
23245 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
23246
23247         * gdb.cp/overload.exp: Rewrite.  Clean up patterns to match
23248         current versions of gcc, including gcc abi 2.  Remove gratuitous
23249         restart of test program.  Use gdb_test_multiple and gdb_test for
23250         all tests.  Add patterns to xfail missing "const" in "const char *"
23251         and kfail PR gdb/1155.
23252
23253 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
23254
23255         * gdb.cp/derivation.exp: Rewrite.  Clean up patterns to match
23256         current versions of gcc, including gcc abi 2.  Remove gratuitous
23257         restart of test program.  Use gdb_test_multiple and gdb_test for
23258         all tests.  Add patterns to kfail PR gdb/1498.
23259
23260 2003-12-31  Michael Chastain  <mec.gnu@mindspring.com>
23261
23262         * gdb.cp/virtfunc.exp: Rewrite.  Clean up patterns to match
23263         current versions of gcc, including gcc abi 2.  Use "breakpoint"
23264         and "continue" instead of restarting the target program.  Use
23265         gdb_test_multiple and gdb_test for all tests.
23266
23267 2004-01-01  Mark Kettenis  <kettenis@gnu.org>
23268
23269         * gdb.asm/asm-source.exp: Update copyright year.  Link statically
23270         for *-*-solaris2*.
23271
23272 2003-12-31  Michael Chastain  <mec.gnu@mindspring.com>
23273
23274         * gdb.cp/classes.exp: Rewrite.  Clean up patterns to match
23275         current versions of gcc, including gcc abi 2.  Use "breakpoint"
23276         and "continue" instead of restarting the target program several
23277         times.  Use gdb_test_multiple and gdb_test for all tests.
23278
23279 2003-12-18  Michael Chastain  <mec.gnu@mindspring.com>
23280
23281         * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
23282         source files.
23283
23284 2003-12-16  Michael Chastain  <mec.gnu@mindspring.com>
23285
23286         * gdb.base/environ.exp: Handle compiling test case from multiple
23287         source files.
23288
23289 2003-12-16  Michael Chastain  <mec.gnu@mindspring.com>
23290
23291         * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
23292
23293 2003-12-17  Jim Blandy  <jimb@redhat.com>
23294
23295         * gdb.base/freebpcmd.c: Add copyright notice.
23296
23297         * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
23298
23299 2003-12-16  Michael Chastain  <mec.gnu@mindspring.com>
23300
23301         * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
23302
23303 2003-12-13  Jim Blandy  <jimb@redhat.com>
23304
23305         * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
23306
23307 2003-12-12  Kevin Buettner  <kevinb@redhat.com>
23308
23309         * gdb.asm/frv.inc: New file.
23310         * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
23311
23312 2003-12-09  Fred Fish  <fnf@redhat.com>
23313
23314         * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
23315         functions to break1.c and leave prototypes behind.  Add more
23316         "set breakpoint NN here" comments.
23317         * gdb.base/break1.c: New file.
23318
23319         * gdb.base/break.exp: Handle compiling test case from multiple
23320         source files and change source file references as needed.
23321         * gdb.base/completion.exp: Ditto.
23322         * gdb.base/condbreak.exp: Ditto.
23323         * gdb.base/define.exp: Ditto.
23324         * gdb.base/ena-dis-br.exp: Ditto.
23325         * gdb.base/info-proc.exp: Ditto.
23326         * gdb.base/maint.exp: Ditto.
23327         * gdb.base/until.exp: Ditto.
23328
23329         * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
23330         hardcoded line numbers.
23331         * gdb.base/define.exp: Ditto.
23332         * gdb.base/ena-dis-br.exp: Ditto.
23333         * gdb.base/maint.exp: Ditto.
23334         * gdb.base/until.exp: Ditto.
23335
23336         * gdb.base/completion.exp: Use "break1" for completion tests since
23337         "break" is no longer a unique prefix.
23338
23339 2003-12-06  Andrew Cagney  <cagney@redhat.com>
23340
23341         * gdb.base/structs.exp (test_struct_returns): When applicable, set
23342         "return_value_unimplemented".  When an unimplemented struct return
23343         architecture, report incorrect values as a KFAIL
23344
23345 2003-12-05  Michael Chastain  <mec.gnu@mindspring.com>
23346
23347         * gdb.cp/rtti.exp: Accept new wording of warning from
23348         cp_lookup_rtti_type.
23349
23350 2003-12-05  Michael Chastain  <mec.gnu@mindspring.com>
23351
23352         Partial fix for PR testsuite/1456.
23353         * gdb.base/scope.exp (test_at_main): Replace references to
23354         gcc_compiled with calls to test_compiler_info.
23355         (test_at_foo): Likewise.
23356         (test_at_bar): Likewise.
23357
23358 2003-12-04  Michael Chastain  <mec.gnu@mindspring.com>
23359
23360         Partial fix for PR testsuite/1456.
23361         * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
23362         to test_compiler_info.
23363
23364 2003-12-03  Michael Chastain  <mec.gnu@mindspring.com>
23365
23366         * gdb.base/so-impl-ld.exp: Update copyright notice.
23367
23368 2003-12-02  Michael Chastain  <mec.gnu@mindspring.com>
23369
23370         Partial fix for PR testsuite/1456.
23371         * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
23372         to test_compiler_info.
23373
23374 2003-11-28  Michael Chastain  <mec.gnu@mindspring.com>
23375
23376         * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
23377         from current versions of gdb.  Clean up regular expressions.
23378         Delete redundant timeout case.
23379
23380 2003-11-28  Michael Chastain  <mec.gnu@mindspring.com>
23381
23382         * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
23383         from current versions of gdb.  Clean up regular expressions.
23384         Delete redundant timeout case.
23385
23386 2003-12-01  Michael Chastain  <mec.gnu@mindspring.com>
23387
23388         Partial fix for PR testsuite/1456.
23389         * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
23390         gcc_compiled with call to test_compiler_info.
23391
23392 2003-11-30  Michael Chastain  <mec.gnu@mindspring.com>
23393
23394         Partial fix for PR testsuite/1456.
23395         * gdb.base/list.exp (test_list_function): Delete unused declaration
23396         of gcc_compiled.
23397
23398 2003-11-29  Michael Chastain  <mec.gnu@mindspring.com>
23399
23400         Partial fix for PR testsuite/1456.
23401         * gdb.base/complex.exp: Replace reference to gcc_compiled with
23402         call to test_compiler_info.
23403
23404 2003-11-29  Mark Kettenis  <kettenis@gnu.org>
23405
23406         * gdb.asm/asm-source.exp: Initialize asm-note to "empty".  Set
23407         asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*.  Use
23408         it to create the appropriate note.inc.
23409         * gdb.asm/asmsrc1.s: Include "note.inc".
23410         * gdb.asm/netbsd.inc: New file.
23411         * gdb.asm/empty.inc: New file.
23412
23413 2003-11-28  Michael Chastain  <mec.gnu@mindspring.com>
23414
23415         Partial fix for PR testsuite/1456.
23416         * gdb.base/constvars.exp: Replace references to gcc_compiled with
23417         calls to test_compiler_info.
23418
23419 2003-11-27  Michael Chastain  <mec.gnu@mindspring.com>
23420
23421         Partial fix for PR testsuite/1456.
23422         * gdb.base/volatile.exp: Replace references to gcc_compiled with
23423         calls to test_compiler_info.
23424
23425 2003-11-27  Mark Kettenis  <kettenis@gnu.org>
23426
23427         * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
23428         pattern for the KFAILs.
23429
23430 2003-11-25  Adam Fedor  <fedor@gnu.org>
23431
23432         * gdb.objc/objcdecode.exp: Test for PR objc/1238.
23433         * gdb.objc/objcdecode.m: New file.
23434
23435 2003-11-25  Adam Fedor  <fedor@gnu.org>
23436
23437         * gdb.objc/nondebug.exp: Test for PR objc/1236.
23438         * gdb.objc/nondebug.m: New file.
23439
23440 2003-11-26  Ben Elliston  <bje@wasabisystems.com>
23441
23442         * gdb.asm/asm-source.exp: Make sure the final link succeeds on
23443         NetBSD as it does on FreeBSD.  Modelled on a similar change by
23444         Mark Kettenis on 2003-05-30.
23445         (link-flags): Set to "--entry _start" regardless of target.
23446         Special linker flags are to be appended to $link-flags.
23447         * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
23448
23449 2003-11-25  Michael Chastain  <mec.gnu@mindspring.com>
23450
23451         * gdb.cp/method.exp: Accept output of new demangler.
23452
23453 2003-11-25  Michael Chastain  <mec.gnu@mindspring.com>
23454
23455         * gdb/class2.exp: New file.
23456         * gdb/class2.cc: New file.
23457
23458 2003-11-25  Michael Chastain  <mec.gnu@mindspring.com>
23459
23460         * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
23461         of new demangler.
23462
23463 2003-11-23  Mark Kettenis  <kettenis@gnu.org>
23464
23465         * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
23466         of gdb_test "run".
23467
23468 2003-11-23  Mark Kettenis  <kettenis@gnu.org>
23469
23470         * gdb.arch/i386-unwind.exp: Don't use runto_main.  Change
23471         "continue" into "run".
23472
23473 2003-11-23  Michael Chastain  <mec.gnu@mindspring.com>
23474
23475         Partial fix for PR testsuite/1456.
23476         * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
23477         call to test_compiler_info.
23478         * gdb.cp/ctti.exp: Likewise.
23479         * gdb.cp/derivation.exp: Likewise.
23480         * gdb.cp/member-ptr.exp: Likewise.
23481         * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
23482         reference to gcc_compiled.
23483
23484 2003-11-23  Michael Chastain  <mec.gnu@mindspring.com>
23485
23486         Fix PR testsuite/1463.
23487         * gdb.base/structs.exp (start_structs_test): Call
23488         get_debug_format before using the debug format.
23489
23490 2003-11-22  Andrew Cagney  <cagney@redhat.com>
23491
23492         * lib/gdb.exp (gdb_test_multiple): Add simple example.
23493         * gdb.base/structs.exp: Use gdb_test_multiple.
23494
23495 2003-11-20  Andrew Cagney  <cagney@redhat.com>
23496
23497         * gdb.base/structs.exp: Handle and recover from internal errors.
23498         Replace "foo${n}" with "foo<n>" in test messages.
23499
23500         * gdb.base/structs.exp: Update copyright.  Rewrite.
23501         * gdb.base/structs.c: Update copyright.  Rewrite.
23502
23503         * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
23504         resync count exceeded.
23505
23506         * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
23507         from the internal error.
23508         * lib/gdb.exp (gdb_internal_error_resync): New procedure.
23509         Original from Jim Blandy.
23510         (gdb_test_multiple): Use gdb_internal_error_resync.
23511
23512 2003-11-19  Andrew Cagney  <cagney@redhat.com>
23513
23514         * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
23515         KFAIL.
23516
23517 2003-11-17  Mark Kettenis  <kettenis@gnu.org>
23518
23519         New testcase for PR backtrace/1435.
23520         * gdb.arch/i386-unwind.exp: New file.
23521         * gdb.arch/i386-unwind.c: New file.
23522
23523 2003-11-17  Andrew Cagney  <cagney@redhat.com>
23524
23525         * lib/gdb.exp (compiler_info): New global.
23526         (test_compiler_info): New function.
23527         (get_compiler_info): Set compiler_info.
23528         * lib/compiler.c, lib/compiler.cc: Add copyright.  When GNUC, set
23529         "compiler_info" to gcc-<major>-<minor>.
23530
23531 2003-11-15  Michael Chastain  <mec.gnu@mindspring.com>
23532
23533         * gdb.trace/configure: Remove.
23534
23535 2003-11-13  Elena Zannoni  <ezannoni@redhat.com>
23536
23537         * gdb.base/break.c: Add comments to aid finding line numbers for
23538         breakpoints.
23539         * gdb.base/break.exp: Remove all references to explicit line
23540         numbers.
23541
23542 2003-11-11  Nick Clifton  <nickc@redhat.com>
23543
23544         * gdb.base/shreloc.exp: Do not run for targets which do not
23545         support shared objects.
23546
23547 2003-11-10  Corinna Vinschen  <vinschen@redhat.com>
23548
23549         * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
23550         Don't run tests if nofileio flag is given.
23551
23552 2003-11-07  Elena Zannoni  <ezannoni@redhat.com>
23553
23554         * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
23555         as well as 'Watchpoint'.
23556
23557 2003-11-06  Elena Zannoni  <ezannoni@redhat.com>
23558
23559         Reported by Jim Ingham <jingham@apple.com>:
23560         * gdb.base/annota1.exp: Match at least one occurrence of the
23561         signal handler annotation.
23562
23563 2003-11-06  Elena Zannoni  <ezannoni@redhat.com>
23564
23565         * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
23566         as well as 'Watchpoint'.
23567
23568 2003-11-05  Michael Chastain  <mec@shout.net>
23569
23570         * gdb.mi/pthreads.c (routine): Handle early return from sleep.
23571
23572 2003-11-03  Kris Warkentin  <kewarken@qnx.com>
23573
23574         * gdb.arch/gdb1291.c: New test file.
23575         * gdb.arch/gdb1291.exp: New test script.
23576         * gdb.arch/gdb1431.c: New test file.
23577         * gdb.arch/gdb1431.exp: New test script.
23578
23579 2003-10-22  Michael Chastain  <mec@shout.net>
23580
23581         * gdb.mi/pthreads.c: Add copyright notice.
23582
23583 2003-10-22  Michael Chastain  <mec@shout.net>
23584
23585         * gdb.threads/pthreads.c: Add copyright notice.
23586
23587 2003-10-20  Michael Chastain  <mec@shout.net>
23588
23589         * gdb.base/gdb1056.exp: New test script.
23590
23591 2003-10-13  Daniel Jacobowitz  <drow@mvista.com>
23592
23593         * gdb.threads/killed.exp: Use gdb_run_cmd.
23594
23595 2003-10-13  Daniel Jacobowitz  <drow@mvista.com>
23596
23597         * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
23598         create a core file.
23599         * gdb.threads/gcore-thread.exp: Likewise.
23600
23601 2003-10-13  Corinna Vinschen  <vinschen@redhat.com>
23602
23603         * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
23604         type, based on char type.
23605         (struct bit_flags_short_t): New bitfield type, based on short type.
23606         (init_bit_flags_char): New fuction.
23607         (init_bit_flags_short): Ditto.
23608         (print_bit_flags_char): Ditto.
23609         (print_bit_flags_short): Ditto.
23610         (main): Add handling for bit_flags_char_t and bit_flags_short_t.
23611
23612 2003-10-11  Michael Chastain  <mec@shout.net>
23613
23614         * gdb.base/call-rt-st.exp: Update copyright year.
23615
23616 2003-10-10  Kei Sakamoto  <sakamoto.kei@renesas.com>
23617
23618         * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
23619         * gdb.disasm/sh3.s: Ditto.
23620
23621 2003-10-07  Daniel Jacobowitz  <drow@mvista.com>
23622
23623         * gdb.threads/switch-threads.exp: New test.
23624         * gdb.threads/switch-threads.c: New source file.
23625
23626 2003-10-07  Corinna Vinschen  <vinschen@redhat.com>
23627
23628         * gdb.base/ending-run.exp: Add sh specific case.
23629
23630 2003-10-06  Andrew Cagney  <cagney@redhat.com>
23631
23632         * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
23633         * gdb.disasm/mn10200.exp: Delete obsolete file.
23634
23635 2003-09-29  Daniel Jacobowitz  <drow@mvista.com>
23636
23637         * ChangeLog: Correct an entry command.exp -> commands.exp.
23638         * gdb.base/commands.exp (bp_deleted_in_command_test)
23639         (temporary_breakpoint_commands): Check noargs.
23640
23641 2003-09-25  David Carlton  <carlton@kealia.com>
23642
23643         * gdb.cp/namespace.exp: Tweak comments.  Add non-quoted versions
23644         of some print tests, where appropriate.  Add tests for C::D::cd,
23645         E::ce, F::cXfX, G::XgX.
23646         * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
23647
23648 2003-09-25  Richard Earnshaw  <rearnsha@arm.com>
23649
23650         * lib/java.exp (java_init): Import target_alias before using it.
23651
23652 2003-09-25  David Carlton  <carlton@kealia.com>
23653
23654         * gdb.base/corefile.exp: Delete obsolete setup_xfail.
23655
23656 2003-09-23  Elena Zannoni  <ezannoni@redhat.com>
23657
23658         * gdb.base/selftest.exp: Accomodate more instruction reordering
23659         weirdness.
23660
23661 2003-09-17  Michael Chastain  <mec@shout.net>
23662
23663         * gdb.cp/gdb1355.exp: New file.
23664         * gdb.cp/gdb1355.c: New file.
23665
23666 2003-09-15  Corinna Vinschen  <vinschen@redhat.com>
23667
23668         * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
23669         * gdb.asm/sh.inc: New file.
23670
23671 2003-09-11  David Carlton  <carlton@kealia.com>
23672
23673         * gdb.cp/namespace.exp: Add tests for namespace types.
23674         * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
23675         (test_namespace): New.
23676
23677 2003-09-11  Elena Zannoni  <ezannoni@redhat.com>
23678
23679         * gdb.base/relocate.exp: Handle new gdb output at startup.
23680         * gdb.stabs/weird.exp: Ditto.
23681
23682 2003-09-08  Michael Chastain  <mec@shout.net>
23683
23684         * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
23685
23686 2003-09-07  Michael Chastain  <mec@shout.net>
23687
23688         * gdb.cp/classes.exp: Accommodate both 'syntax error' and
23689         'parse error'.
23690
23691 2003-09-07  Mark Kettenis  <m.kettenis@osp.nl>
23692
23693         * gdb.arch/i386-prologue.exp: Add checks for saved registers.
23694
23695 2003-08-30  Michael Chastain  <mec@shout.net>
23696
23697         * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
23698         * gdb.gdb/observer.exp: Ditto.
23699         * gdb.gdb/xfullpath.exp: Ditto.
23700
23701 2003-08-29  Mark Kettenis  <kettenis@gnu.org>
23702
23703         * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
23704         *-*-*bsd*.
23705
23706 2003-08-28  Jeff Johnston  <jjohnstn@redhat.com>
23707
23708         * gdb.base/dump.exp: Skip for ia64.
23709
23710 2003-08-25  Jeff Johnston  <jjohnstn@redhat.com>
23711
23712         * gdb.asm/asm-source.exp: Add ia64 support.
23713         * gdb.asm/ia64.inc: New file.
23714
23715 2003-08-22  Michael Chastain  <mec@shout.net>
23716
23717         * gdb.cp: New directory.
23718         * gdb.cp/*: Copy from gdb.c++/*.
23719         * gdb.c++/*: Remove.
23720         * Makefile.in: Change gdb.c++ to gdb.cp.
23721         * configure.in:  Ditto.
23722         * configure: Regnerate.
23723
23724 2003-08-18  Mark Kettenis  <kettenis@gnu.org>
23725
23726         * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
23727         * gdb.arch/i386-prologue.c (gdb1338): Add function.
23728
23729 2003-08-17  Daniel Jacobowitz  <drow@mvista.com>
23730
23731         * mi-var-display.exp (-var-list-children weird): Accept function
23732         pointers with argument types.
23733         * mi1-var-display.exp (-var-list-children weird): Likewise.
23734         * mi2-var-display.exp (-var-list-children weird): Likewise.
23735
23736 2003-08-17  Daniel Jacobowitz  <drow@mvista.com>
23737
23738         * gdb.base/annota3.exp: Add missing newline.
23739
23740 2003-08-06  Michael Chastain  <mec@shout.net>
23741
23742         * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
23743
23744 2003-08-12  Michael Snyder  <msnyder@redhat.com>
23745
23746         * gdb.base/float.exp: Add test for SH.
23747
23748 2003-08-10  Mark Kettenis  <kettenis@gnu.org>
23749
23750         * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
23751
23752 2003-08-07  Elena Zannoni  <ezannoni@redhat.com>
23753
23754        * gdb.base/completion.exp: Remove reduntant completion test
23755        on filename.
23756
23757 2003-08-07  Elena Zannoni  <ezannoni@redhat.com>
23758
23759         * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
23760         gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
23761         gdb.trace/save-trace.exp: Make sure that full pathnames are
23762         escaped correctly.
23763
23764 2003-08-07  Elena Zannoni  <ezannoni@redhat.com>
23765
23766         * configure.in: Don't generate config.h from config.hin.
23767         * configure: Regenerate.
23768         * config.hin: Remove file.
23769         * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
23770         * gdb.threads/pthreads.c: Ditto.
23771
23772 2003-08-07  Daniel Jacobowitz  <drow@mvista.com>
23773
23774         From Kei Sakamoto <sakamoto.kei@renesas.com>:
23775         * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
23776         * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
23777         Replace ld24 with seth/add3.
23778
23779 2003-08-02  Andrew Cagney  <cagney@redhat.com>
23780
23781         * gdb.base/annota3.exp: New file.
23782         * gdb.base/annota3.c: New file.
23783         * gdb.c++/annota3.exp: New file.
23784         * gdb.c++/annota3.cc: New file.
23785
23786 2003-07-29  Michael Chastain  <mec@shout.net>
23787
23788         * gdb.threads/tls.c (spin): Check errno only if sem_wait
23789         actually failed.
23790         (do_pass): Likewise.
23791         * gdb.threads/tls.exp: Always initialize no_of_threads.
23792
23793 2003-07-27  Daniel Jacobowitz  <drow@mvista.com>
23794
23795         * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
23796         pattern.
23797         * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
23798         * gdb.threads/tls.exp: Recognize one case of the host library not
23799         supporting TLS.
23800
23801 2003-07-27  Andrew Cagney  <cagney@redhat.com>
23802
23803         * gdb.base/fileio.exp: Use SH when running commands using
23804         remote_exec.
23805
23806 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
23807
23808         From Kei Sakamoto <sakamoto.kei@renesas.com>:
23809         * gdb.base/relocate.c (dummy): New padding array.
23810
23811 2003-07-22  Michael Snyder  <msnyder@redhat.com>
23812
23813         * gdb.disasm/8300s.s: Fix syntax of bsr insn.
23814
23815         * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
23816         patterns to be more general, accepting old and new output.
23817         Some output chars (such as '+') also must be quoted.
23818         Some addresses are displayed numerically instead of
23819         symbolically.
23820
23821 2003-07-23  Michael Snyder  <msnyder@redhat.com>
23822
23823         * gdb.base/return2.exp: Don't test long-long return.
23824
23825         * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
23826         * gdb.disasm/t01_mov.exp: Ditto.
23827         * gdb.disasm/t02_mova.s: Ditto.
23828         * gdb.disasm/t02_mova.exp: Ditto.
23829         * gdb.disasm/t03_add.s: Ditto.
23830         * gdb.disasm/t03_add.exp: Ditto.
23831         * gdb.disasm/t04_sub.s: Ditto.
23832         * gdb.disasm/t04_sub.exp: Ditto.
23833         * gdb.disasm/t05_cmp.s: Ditto.
23834         * gdb.disasm/t05_cmp.exp: Ditto.
23835         * gdb.disasm/t06_ari2.s: Ditto.
23836         * gdb.disasm/t06_ari2.exp: Ditto.
23837         * gdb.disasm/t07_ari3.s: Ditto.
23838         * gdb.disasm/t07_ari3.exp: Ditto.
23839         * gdb.disasm/t08_or.s: Ditto.
23840         * gdb.disasm/t08_or.exp: Ditto.
23841         * gdb.disasm/t09_xor.s: Ditto.
23842         * gdb.disasm/t09_xor.exp: Ditto.
23843         * gdb.disasm/t10_and.s: Ditto.
23844         * gdb.disasm/t10_and.exp: Ditto.
23845         * gdb.disasm/t11_logs.s: Ditto.
23846         * gdb.disasm/t11_logs.exp: Ditto.
23847         * gdb.disasm/t12_bit.s: Ditto.
23848         * gdb.disasm/t12_bit.exp: Ditto.
23849         * gdb.disasm/t13_otr.s: Ditto.
23850         * gdb.disasm/t13_otr.exp: Ditto.
23851
23852 2003-07-22  Elena Zannoni  <ezannoni@redhat.com>
23853
23854         * gdb.threads/tls.exp :Add kfail for 'info address' case.
23855
23856 2003-07-22  Elena Zannoni  <ezannoni@redhat.com>
23857
23858         * gdb.threads/tls.c : New file.
23859         * gdb.threads/tls.exp : New file.
23860         * gdb.threads/tls-main.c : New file.
23861         * gdb.threads/tls-shared.c : New file.
23862         * gdb.threads/tls-shared.exp : New file.
23863
23864 2003-07-22  Andreas Schwab  <schwab@suse.de>
23865
23866         * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
23867
23868 2003-07-20  Andreas Schwab  <schwab@suse.de>
23869
23870         * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
23871         due to insn reordering.
23872
23873 2003-07-15  Andrew Cagney  <cagney@redhat.com>
23874
23875         * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
23876
23877 2003-07-15  Michael Chastain  <mec@shout.net>
23878
23879         * gdb.base/gdb1250.exp: New file.
23880         * gdb.base/gdb1250.c: New file.
23881
23882 2003-07-09  Michal Ludvig  <mludvig@suse.cz>
23883
23884         * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
23885         expansion of size_t to 'unsigned long', not only to 'unsigned'.
23886
23887 2003-07-09  Elena Zannoni  <ezannoni@redhat.com>
23888
23889         * gdb.threads/tls.c: New file.
23890         * gdb.threads/tls.exp: New file.
23891         * gdb.threads/tls-main.c: New file.
23892         * gdb.threads/tls-shared.c: New file.
23893         * gdb.threads/tls-shared.exp: New file.
23894
23895 2003-07-09  Elena Zannoni  <ezannoni@redhat.com>
23896
23897         * gdb.base/annota1.exp: Make sure that we properly escape the
23898         full path of the source file. Xfail more permissive patterns,
23899         due to a compiler debug info problem.
23900
23901 2003-07-07  Andreas Schwab  <schwab@suse.de>
23902
23903         * gdb.asm/m68k.inc: New file.
23904         * gdb.asm/asm-source.exp: Use it for m68k-*-*.
23905
23906         * gdb.objc/basicclass.exp ("Call an Objective-C method with no
23907         arguments"): Also match negative number.
23908
23909         * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
23910
23911 2003-07-03  Daniel Jacobowitz  <drow@mvista.com>
23912
23913         * gdb.base/store.c (charest): New typedef.
23914         (add_char): Rename to add_charest, update.
23915         (wack_char): Rename to wack_charest, update types.  Return l + r
23916         to keep r live across the call.
23917         (wack_short, wack_int, wack_long, wack_longest, wack_float)
23918         (wack_double, wack_doublest): Return l + r to keep r live across
23919         the call.
23920         * gdb.base/store.exp: Accomodate store.c changes.
23921
23922 2003-06-30  David Carlton  <carlton@kealia.com>
23923
23924         * gdb.c++/maint.exp (test_invalid_name): New.
23925         (test_first_component): Add tests for invalid names.
23926
23927 2003-06-29  Michael Chastain  <mec@shout.net>
23928
23929         * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
23930         output of '<VTT for class>' for virtual base classes.
23931
23932 2003-06-29  Daniel Jacobowitz  <drow@mvista.com>
23933
23934         * gdb.base/completion.exp: Tab-complete "complet" instead of
23935         "compl".
23936         * gdb.base/complex.exp, gdb.base/complex.c: New files.
23937
23938 2003-06-29  Daniel Jacobowitz  <drow@mvista.com>
23939
23940         * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
23941         * gdb.base/volatile.exp: Likewise.
23942
23943 2003-06-29  Daniel Jacobowitz  <drow@mvista.com>
23944
23945         * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
23946         gdb/1265.
23947
23948 2003-06-28  Michael Chastain  <mec@shout.net>
23949             Daniel Jacobowitz  <drow@mvista.com>
23950
23951         * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
23952         initial line count of 'captured_main' from 26 to 32.
23953         (test_with_self): Allow xmalloc call to be interleaved with the
23954         preceding two lines.
23955
23956 2003-06-24  Joel Brobecker  <brobecker@gnat.com>
23957
23958         * gdb.base/bang.exp: New testcase.
23959
23960 2003-06-23  Joel Brobecker  <brobecker@gnat.com>
23961
23962         * gdb.base/langs.exp: Add some tests for the "minimal" language
23963         support.
23964
23965 2003-06-23  Elena Zannoni  <ezannoni@redhat.com>
23966
23967         * gdb.objc/basicclass.exp: Return -1 if we cannot compile
23968         the testcase.
23969
23970 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
23971
23972         * gdb.base/relocate.exp: Test add-symbol-file with a variable
23973         offset.
23974
23975 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
23976
23977         * gdb.c++/pr-1210.cc: New file.
23978         * gdb.c++/pr-1210.exp: New file.
23979
23980 2003-06-21  Daniel Jacobowitz  <drow@mvista.com>
23981
23982         * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
23983         000-exec-continue.
23984
23985 2003-06-15  Mark Kettenis  <kettenis@gnu.org>
23986
23987         * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
23988         on *-*-*bsd* instead of *-*-freebsd*.
23989
23990 2003-06-14  Andrew Cagney  <cagney@redhat.com>
23991
23992         * gdb.base/store.exp: Test longest and doublest.  Test all
23993         parameters.  Weaken return statement match.
23994         * gdb.base/store.c: Add longest and doublest - aka long long and
23995         long double functions.  Put all parameters into local register
23996         variables.  Use negative values.
23997
23998 2003-06-14  Andrew Cagney  <cagney@redhat.com>
23999
24000         * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>.  Gag
24001         -Wformat errors.  Add lost line.  Use WEXITSTATUS to get system
24002         exit status.
24003         * gdb.base/fileio.exp: Disable target when nointerrupts and
24004         noinferiorio, instead of limiting it to remote.  Use remote_exec
24005         instead of system.
24006
24007 2003-06-12  Jeff Johnston  <jjohnstn@redhat.com>
24008
24009         * gdb.base/float.exp: Add ia64 support.
24010
24011 2003-06-12  Corinna Vinschen  <vinschen@redhat.com>
24012
24013         * gdb.base/fileio.exp: Run only on remote targets.
24014
24015 2003-06-10  Corinna Vinschen  <vinschen@redhat.com>
24016
24017         * gdb.base/fileio.c: New file, testing File-I/O.
24018         * gdb.base/fileio.exp: Ditto.
24019
24020 2003-06-09  Raoul Gough  <RaoulGough@yahoo.co.uk>
24021
24022         * gdb.base/shreloc.exp: New file, check symbol values obtained from
24023         shared objects after relocation at load time (gdb PR/1132).
24024         * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
24025         as above, part of the shared object relocation test.
24026
24027 2003-06-08  Mark Kettenis  <kettenis@gnu.org>
24028
24029         * gdb.base/readline.exp: Add tests for operate-and-get-next with a
24030         fully filled history list.
24031         * gdb.base/gdb_history: New file.
24032
24033         * gdb.base/signals.exp: XFAIL "continue to func1" on
24034         i*86-*-freebsd*.
24035
24036         * gdb.base/attach.exp: When trying to attach to a nonexistent
24037         process, make it possible to specify the PID based on the target,
24038         and do so for *-*-freebsd*.
24039
24040 2003-06-02  Richard Henderson  <rth@redhat.com>
24041
24042         * gdb.base/float.exp: Add expected regexp for alpha-*-*.
24043
24044 2003-06-02  Richard Henderson  <rth@redhat.com>
24045
24046         * gdb.base/selftest.exp: Next over lim_at_start initialization.
24047
24048 2003-06-02  Richard Henderson  <rth@redhat.com>
24049
24050         * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
24051
24052 2003-06-01  Daniel Jacobowitz  <drow@mvista.com>
24053
24054         * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
24055         of globalvar.
24056
24057 2003-06-01  Mark Kettenis  <kettenis@gnu.org>
24058
24059         * gdb.asm/asm-source.exp: Check for memory read errors in
24060         disassembler test on *BSD too.
24061
24062 2003-06-01  Richard Henderson  <rth@redhat.com>
24063
24064         * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
24065         for .frame.
24066         (gdbasm_call): Lose ldgp.
24067         (gdbasm_startup): Add frame information.
24068         * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
24069
24070 2003-05-31  Mark Kettenis  <kettenis@gnu.org>
24071
24072         * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
24073         i?86-*-*.
24074
24075 2003-05-30  Mark Kettenis  <kettenis@gnu.org>
24076
24077         * gdb.asm/asm-source.exp: Make sure the final link succeeds on
24078         FreeBSD.
24079
24080 2003-05-29  Richard Henderson  <rth@redhat.com>
24081
24082         * gdb.asm/alpha.inc: New file.
24083         * gdb.asm/asm-source.exp: Use it.
24084
24085 2003-05-29  Jim Blandy  <jimb@redhat.com>
24086
24087         * gdb.base/corefile.exp: Find corefiles on Linux, which names them
24088         'core.PID'.
24089
24090 2003-05-22  Jim Blandy  <jimb@redhat.com>
24091
24092         * gdb.base/corefile.exp: Tolerate stuff after argument parens in
24093         backtrace.
24094
24095 2003-05-20  David Carlton  <carlton@math.stanford.edu>
24096
24097         * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
24098         this time.
24099
24100 2003-05-19  David Carlton  <carlton@bactrian.org>
24101
24102         * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
24103         * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
24104
24105 2003-05-19  David Carlton  <carlton@bactrian.org>
24106
24107         * gdb.c++/namespace.exp: Add namespace scope and anonymous
24108         namespace tests.
24109         Bump copyright date.
24110         * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
24111         (main): Call C::D::marker2.
24112         * gdb.c++/namespace1.cc: New file.
24113
24114 2003-05-14  Jeff Johnston  <jjohnstn@redhat.com>
24115
24116         Roland McGrath  <roland@redhat.com>
24117         * gdb.threads/linux-dp.exp: Account for fact that in nptl model
24118         there is no manager thread.
24119
24120 2003-05-08  Jeff Johnston  <jjohnstn@redhat.com>
24121
24122         * gdb.threads/schedlock.exp: Remove assumption that all threads
24123         will run in a particular small time slice.  Also ensure we break
24124         in one of the child threads rather than the main thread.
24125
24126 2003-05-07  Jim Blandy  <jimb@redhat.com>
24127
24128         Add support for assembly source testing on the s390x.
24129         * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
24130         architecture.
24131         * gdb.asm/s390x.inc: New file.
24132
24133         * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
24134         succession of 'if' statements.
24135
24136 2003-05-05  Andrew Cagney  <cagney@redhat.com>
24137
24138         * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
24139
24140 2003-05-05  Andrew Cagney  <cagney@redhat.com>
24141
24142         * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
24143         DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
24144
24145 2003-05-02  Elena Zannoni  <ezannoni@redhat.com>
24146
24147         * gdb.base/charset.exp: Update based on new behavior of set/show
24148         charset commands.
24149
24150 2003-05-01  Andrew Cagney  <cagney@redhat.com>
24151
24152         * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
24153         variable do not give memory errors.
24154
24155 2003-04-30  Adam Fedor  <fedor@gnu.org>
24156
24157         * Makefile.in (ALL_SUBDIRS): Add gdb.objc
24158         * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
24159         * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
24160         gdb.objc/basicclass.m: : New files
24161
24162         * lib/gdb.exp (gdb_compile_objc): New procedure.
24163
24164 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
24165
24166         * gdb.base/signals.exp: Make backtrace tests more specific.
24167
24168 2003-04-23  David Carlton  <carlton@bactrian.org>
24169
24170         * gdb.c++/maint.exp (test_first_component): Add tests for
24171         'operator' in more locations.
24172
24173 2003-04-16  Kevin Buettner  <kevinb@redhat.com>
24174
24175         * gdb.base/args.exp: Invoke gdb_load for simulator targets.
24176
24177 2003-04-16  Elena Zannoni  <ezannoni@redhat.com>
24178
24179         * gdb.base/completion.exp: Make 'info func mark' complete on 'info
24180         func marke' instead. Update test name.
24181
24182 2003-04-15  David Carlton  <carlton@math.stanford.edu>
24183
24184         * gdb.c++/maint.exp: New file.
24185
24186 2003-04-14  Elena Zannoni  <ezannoni@redhat.com>
24187
24188         * gdb.threads/schedlock.c: Change type of thread function argument
24189         to long, to avoid warnings on 64-bit platforms.
24190
24191 2003-04-14  Elena Zannoni  <ezannoni@redhat.com>
24192
24193         * gdb.base/attach.exp: Add new message from ptrace in case of
24194         attaching to nonexistent process.
24195
24196 2003-04-11  Jim Blandy  <jimb@redhat.com>
24197
24198         * gdb.c++/derivation.exp, gdb.c++/overload.exp,
24199         gdb.c++/userdef.cc: Place comments on the lines to which the
24200         marker function might return.
24201         * gdb.c++/derivation.exp, gdb.c++/overload.exp,
24202         gdb.c++/userdef.exp: Look for those comments to check that we've
24203         returned to the right place, instead of checking line numbers.
24204
24205 2003-04-11  Elena Zannoni  <ezannoni@redhat.com>
24206
24207         * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
24208         match on sourcefile name, instead of directory name.
24209
24210 2003-04-10  Elena Zannoni  <ezannoni@redhat.com>
24211
24212         * gdb.base/completion.exp: Use string_to_regexp to match the
24213         working directory name.
24214
24215 2003-04-09  Jim Blandy  <jimb@redhat.com>
24216
24217         * gdb.c++/derivation.exp, gdb.c++/overload.exp,
24218         gdb.c++/userdef.exp: If GDB fails to restore the selected frame
24219         after an inferior function call, report the failure, but allow the
24220         test to continue.
24221
24222 2003-04-05  Stephane Carrez  <stcarrez@nerim.fr>
24223
24224         * gdb.base/break.exp: marker4() is defined at line 46 when compiled
24225         with -DPROTOTYPES.
24226
24227 2003-04-05  Stephane Carrez  <stcarrez@nerim.fr>
24228
24229         * gdb.base/break.exp: Revert last patch.
24230
24231 2003-04-04  Stephane Carrez  <stcarrez@nerim.fr>
24232
24233         * gdb.base/break.exp: marker4() is defined at line 46 when compiled
24234         with -DPROTOTYPES.
24235
24236 2003-04-02  Andrew Cagney  <cagney@redhat.com>
24237
24238         * gdb.base/callfuncs.exp: Make "print add" messages unique.
24239         * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
24240         matching directories by the name breakpoint.
24241         * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
24242         Make "continue to marker1" consistent.
24243         * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
24244         message consistent.
24245         * lib/gdb.exp: Put "the program is no longer running", and "the
24246         program exited" in parenthesis.
24247         * lib/mi-support.exp: Ditto.
24248
24249 2003-04-02  Bob Rossi  <bob_rossi@cox.net>
24250
24251         * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
24252
24253 2003-03-29  Andrew Cagney  <cagney@redhat.com>
24254
24255         * gdb.base/sizeof.c (main): Print the value of '\377'.
24256         * gdb.base/sizeof.exp: Check the sign of '\377'.
24257
24258 2003-03-27  Michael Chastain  <mec@shout.net>
24259
24260         * gdb.base/gdb1090.exp: New file.
24261         * gdb.base/gdb1090.cc: New file.
24262
24263 2003-03-27  J. Brobecker  <brobecker@gnat.com>
24264
24265         * gdb.gdb/observer.exp: New regression test.
24266
24267 2003-03-27  Michael Chastain  <mec@shout.net>
24268
24269         * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
24270         * gdb.base/ptype.exp: Likewise.
24271
24272 2003-03-27  Corinna Vinschen  <vinschen@redhat.com>
24273
24274         * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
24275
24276 2003-03-26  Michael Chastain  <mec@shout.net>
24277
24278         * gdb.base/ptype.exp: Actually use some typedef'd types.
24279
24280 2003-03-21  Stephane Carrez  <stcarrez@nerim.fr>
24281
24282         * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
24283         * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
24284
24285 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
24286
24287         * gdb.base/default.exp: Fix regular expression.
24288
24289 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
24290
24291         * gdb.base/args.exp: Fix regular expression.
24292
24293 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
24294
24295         * gdb.base/help.exp: Allow Win32 child process.
24296
24297 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
24298
24299         * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
24300         when stepping out of main().
24301
24302 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
24303
24304         * gdb.base/default.exp: Check for win32 specific message when calling
24305         "run" without executable.
24306
24307 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
24308
24309         * gdb.base/args.exp: Expect .exe in output.
24310
24311 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
24312
24313         * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
24314         Cygwin native.
24315
24316 2003-03-17  Andrew Cagney  <cagney@redhat.com>
24317
24318         From Elena Zannoni <ezannoni@redhat.com>.  Test e500 abi and
24319         vector registes.
24320         * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
24321         * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
24322
24323 2003-03-17  David Carlton  <carlton@math.stanford.edu>
24324
24325         * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
24326         test, for PR breakpoints/38.
24327         Call test_watchpoint_and_breakpoint.
24328         * gdb.base/watchpoint.c (func3): New function.
24329         (main): Call func3.
24330
24331 2003-03-04  David Carlton  <carlton@math.stanford.edu>
24332
24333         * gdb.c++/templates.exp (do_tests): Accept valid const in "print
24334         Garply<Garply<char> >:: garply".
24335         (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
24336         with respect to PR c++/1111; note also PR c++/1113.
24337         (test_template_breakpoints): KFAIL "constructor breakpoint" with
24338         respect to PR c++/1062.
24339         KFAIL "destructor breakpoint" with respect to PR c++/1112.
24340
24341 2003-03-03  David Carlton  <carlton@math.stanford.edu>
24342
24343         * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
24344         with respect to PR c++/57.
24345         KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
24346         c++/826.
24347         Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
24348         respect to PR c++/57.
24349
24350 2003-03-03  David Carlton  <carlton@math.stanford.edu>
24351
24352         * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
24353         respect to PR c++/33 into FAILs.
24354
24355 2003-03-03  Michael Chastain  <mec@shout.net>
24356
24357         * configure.in: Update copyright years.
24358
24359 2003-03-03  Michael Chastain  <mec@shout.net>
24360
24361         * Makefile.in: Update copyright years.
24362
24363 2003-02-28  David Carlton  <carlton@math.stanford.edu>
24364
24365         * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
24366         print class instead of struct and/or superfluous protection
24367         specifiers, as long as the resulting output is equivalent to the
24368         source code.
24369         Delete FIXME from end of messages on tests that don't need
24370         fixing.
24371
24372 2003-02-28  David Carlton  <carlton@math.stanford.edu>
24373
24374         * gdb.c++/templates.exp (do_tests): Allow const in the two
24375         Foo<volatile char *>::foo tests.
24376
24377 2003-02-27  Michael Snyder  <msnyder@redhat.com>
24378
24379         * gdb.base/restore.c (main): Return zero, so exit code
24380         will be consistant.
24381
24382 2003-02-26  David Carlton  <carlton@math.stanford.edu>
24383
24384         * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
24385         char *>::foo" test with respect to PR c++/33.  Create a new test
24386         which is identical to that one except that it doesn't put the
24387         space between the "char" and the "*"; KFAIL it, too.
24388
24389 2003-02-26  David Carlton  <carlton@math.stanford.edu>
24390
24391         * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
24392         template types into either PASSes or KFAILs (corresponding to PR
24393         c++/57).  Tweak indentation.  Update copyright.
24394
24395 2003-02-23  Stephane Carrez  <stcarrez@nerim.fr>
24396
24397         * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
24398
24399 2003-02-13  Michael Chastain  <mec@shout.net>
24400
24401         * gdb.base/exprs.exp: Remove i960 remnants.
24402         * gdb.base/funcargs.exp: Likewise.
24403         * gdb.base/list.exp: Likewise.
24404         * gdb.base/ptype.exp: Likewise.
24405
24406 2003-02-14  David Carlton  <carlton@math.stanford.edu>
24407
24408         * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
24409         pEe->D::vg()" from XFAIL to KFAIL.
24410
24411 2003-02-13  Jason Molenda  (jmolenda@apple.com)
24412
24413         * gdb.base/maint.exp: Update maint print statistics regexp to include
24414         new entries.
24415
24416 2003-02-13  Michael Chastain  <mec@shout.net>
24417
24418         * gdb.c++/inherit.exp: Remove call to get_debug_format.
24419
24420 2003-02-12  Michael Chastain  <mec@shout.net>
24421
24422         * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
24423         * gdb.c++/inherit.exp: Likewise.
24424         * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
24425         * gdb.c++/templates.exp: Likewise.
24426         * gdb.c++/virtfunc.exp: Likewise.
24427
24428 2003-02-06  Jason Molenda  (jason-cl@molenda.com)
24429
24430         * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
24431         why the code is written that way.
24432
24433 2003-02-05  Michael Chastain  <mec@shout.net>
24434
24435         * gdb.base/dump.exp: Add missing copyright line.
24436
24437 2003-02-05  Jason Molenda  (jason-cl@molenda.com)
24438
24439         * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
24440         at the beginning so the breakpoint doesn't get set on the loop.
24441
24442 2003-02-05  Michael Chastain  <mec@shout.net>
24443
24444         * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
24445         output for configurations with gcc 2.95.3.
24446
24447 2003-02-05  Keith Seitz  <keiths@redhat.com>
24448             Andrew Cagney  <ac131313@redhat.com>
24449
24450         * gdb.mi/mi-cli.exp: New file.
24451
24452 2003-02-04  Michael Chastain  <mec@shout.net>
24453
24454         * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
24455         Call perror and then continue.
24456
24457 2003-02-03  Michael Chastain  <mec@shout.net>
24458
24459         * gdb.c++/pr-1023.cc: New file.
24460         * gdb.c++/pr-1023.exp: New file.
24461
24462 2003-02-05  Jim Blandy  <jimb@redhat.com>
24463
24464         * gdb.c++/local.exp: Don't expect Local to be in scope in main;
24465         it's local to foobar.  Check for it there, and check that it's not
24466         present in main.
24467         * gdb.c++/local.cc (marker2): New function.
24468         (foobar): Call marker1.
24469         (main): Call marker2 instead of marker1.
24470
24471 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
24472
24473         * gdb.disasm/mn10200.exp: Obsolete file.
24474         * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
24475         * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
24476         * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
24477
24478 2003-02-04  David Carlton  <carlton@math.stanford.edu>
24479
24480         * gdb.c++/overload.exp: Test intToChar(1).
24481         * gdb.c++/overload.cc (intToChar): New.
24482         (main): Call intToChar.
24483
24484 2003-02-03  David Carlton  <carlton@math.stanford.edu>
24485
24486         * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
24487         'might_kfail' arg.
24488         KFAIL some of the continue_to_bp_overloaded calls, according to
24489         PR c++/1025.
24490
24491 2003-02-01  Michael Chastain  <mec@shout.net>
24492
24493         * gdb.base/advance.c (marker1): New marker function.
24494         * gdb.base/advance.exp: When the 'advance' command lands on the
24495         return breakpoint, it can legitimately stop on either the
24496         current line or the next line.  Accommodate both outcomes.
24497         * gdb.base/until.exp: Likewise.
24498
24499 2003-02-02  Andrew Cagney  <ac131313@redhat.com>
24500
24501         2002-11-10 Jason Molenda (jason-cl@molenda.com):
24502         * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
24503         now a list, not a tuple.
24504         * gdb.mi/mi-var-display.exp: Ditto.
24505         * gdb.mi/gdb792.exp: Ditto.
24506
24507 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
24508
24509         From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
24510         * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
24511         stack backtraces.
24512         * gdb.mi/mi-syn-frame.c: Part of same.
24513
24514 2003-02-01  Mark Kettenis  <kettenis@gnu.org>
24515
24516         * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
24517         gdb.mi/mi1-pthreads.exp: Return instead of calling
24518         gdb_suppress_entire_file.
24519
24520 2003-02-01  Mark Salter  <msalter@redhat.com>
24521
24522         * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
24523
24524 2003-01-31  Mark Salter  <msalter@redhat.com>
24525
24526         * lib/mi-support.exp (mi_gdb_load): Support remote targets.
24527         Support empty arg.
24528
24529 2003-01-30  Michael Chastain  <mec@shout.net>
24530
24531         * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
24532         This was a workaround for a UTF-8 bug in readline 4.3.  The bug
24533         has been fixed in gdb/readline on 2003-01-09.
24534
24535 2003-01-29  Michael Snyder  <msnyder@redhat.com>
24536
24537         * gdb.base/maint.exp: Allow for leading underscore in symbol.
24538         * gdb.base/display.exp: Allow for leading underscore in symbol.
24539         * gdb.base/args.exp: Skip if target does not support args passing.
24540
24541 2003-01-22  Daniel Jacobowitz  <drow@mvista.com>
24542
24543         * lib/gdb.exp (gdb_test_multiple): New function, cloned from
24544         gdb_test.  Accept a list of expect arguments as the third
24545         parameter.
24546         (gdb_test): Use it.
24547
24548 2003-01-20  Elena Zannoni  <ezannoni@redhat.com>
24549
24550         * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
24551         allow for different test tree configurations.  Update some
24552         tescases accordingly.
24553         * gdb.arch/altivec-regs.exp: Ditto.
24554         * gdb.asm/asm-source.exp: Ditto.
24555         * gdb.base/advance.exp: Ditto.
24556         * gdb.base/display.exp: Ditto.
24557         * gdb.base/long_long.exp: Ditto.
24558         * gdb.base/mips_pro.exp: Ditto.
24559         * gdb.base/overlays.exp: Ditto.
24560         * gdb.base/relocate.exp: Ditto.
24561         * gdb.base/setshow.exp: Ditto.
24562         * gdb.base/step-line.exp: Ditto.
24563         * gdb.base/step-test.exp: Ditto.
24564         * gdb.base/until.exp: Ditto.
24565         * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
24566
24567 2003-01-17  David Carlton  <carlton@math.stanford.edu>
24568
24569         * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
24570         corresponding to PR c++/945.
24571         Update copyright.
24572
24573 2003-01-17  David Carlton  <carlton@math.stanford.edu>
24574
24575         * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
24576         corresponding to PR c++/68.
24577
24578 2003-01-17  David Carlton  <carlton@math.stanford.edu>
24579
24580         * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
24581         (test_paddr_hairy_functions): Call print_addr_2_kfail for
24582         hairyfunc5 through hairyfunc7.  KFAIL for PR c++/19.
24583
24584 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
24585
24586         * gdb.base/break.exp: Fix change of default location, because of
24587         removal of until tests.
24588         * gdb.base/help.exp: Update test for new 'until' help message.
24589         Add test for help on 'advance'.
24590         * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
24591
24592 2003-01-15  Mark Kettenis  <kettenis@gnu.org>
24593
24594         * gdb.base/default.exp: Adapt "info float" test for recent changes
24595         to that command.  Add test for "info vector".
24596         * gdb.base/float.exp: New file.  Add test for "info float" that
24597         resembles the old test in gdb.base/default.exp.
24598
24599 2003-01-15  David Carlton  <carlton@math.stanford.edu>
24600
24601         * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
24602
24603 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
24604
24605         * gdb.base/break.exp: Move the tests of until command from here...
24606         * gdb.base/until.exp: ... to here. New file. Add other tests.
24607         * gdb.base/advance.c: New file.
24608         * gdb.base/advance.exp: New file.
24609
24610 2003-01-14  Elena Zannoni  <ezannoni@redhat.com>
24611
24612         * gdb.base/args.c: New file.
24613         * gdb.base/args.exp: New file.
24614
24615 2003-01-14  Daniel Jacobowitz  <drow@mvista.com>
24616
24617         * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
24618
24619 2003-01-14  Daniel Jacobowitz  <drow@mvista.com>
24620
24621         * gdb.threads/killed.exp: Use KFAIL for gdb/568.
24622
24623 2003-01-14  Daniel Jacobowitz  <drow@mvista.com>
24624
24625         * gdb.base/constvars.exp: Remove two extra XFAILs.  Update copyright
24626         dates.
24627
24628 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
24629
24630         * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
24631
24632 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
24633
24634         * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
24635         (ptype &*"foo").
24636         * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
24637
24638 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
24639
24640         * gdb.mi/mi-console.exp: Remove extra "(known bug)".
24641         * gdb.mi/mi1-console.exp: Likewise.
24642
24643 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
24644
24645         * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
24646         * gdb.mi/mi1-console.exp: Likewise.
24647
24648 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
24649
24650         * gdb.c++/overload.exp: Remove some fixed XFAILs.
24651
24652 2003-01-09  Daniel Jacobowitz  <drow@mvista.com>
24653
24654         * gdb.base/detach.exp: New test.
24655
24656 2003-01-09  Daniel Jacobowitz  <drow@mvista.com>
24657
24658         * Makefile.in (ALL_SUBDIRS): New variable.
24659         (subdirs, clean, distclean): Use it.
24660         * gdb.arch/Makefile.in: Clean up Makefile.  Remove rules for
24661         regenerating Makefile, since it is generated from the top level.
24662         * gdb.asm/Makefile.in: Likewise.
24663         * gdb.base/Makefile.in: Likewise.
24664         * gdb.c++/Makefile.in: Likewise.
24665         * gdb.disasm/Makefile.in: Likewise.
24666         * gdb.java/Makefile.in: Likewise.
24667         * gdb.mi/Makefile.in: Likewise.
24668         * gdb.threads/Makefile.in: Likewise.
24669         * gdb.trace/Makefile.in: Likewise.
24670
24671 2003-01-09  David Carlton  <carlton@math.stanford.edu>
24672
24673         * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
24674         Add copyright year 2003.
24675
24676 2003-01-06  Michael Chastain  <mec@shout.net>
24677
24678         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
24679         When selecting a thread, 'line' and 'file' are optional.
24680         * gdb.mi/mi1-pthreads.exp: Likewise.
24681
24682 2003-01-06  Andreas Schwab  <schwab@suse.de>
24683
24684         * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
24685         failures.
24686
24687 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
24688
24689         Fix PR gdb/844
24690         * lib/gdb.exp (gdb_compile): Handle "quiet" option.
24691         (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
24692
24693         * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads.  Return
24694         instead of calling gdb_suppress_entire_file.
24695         * gdb.threads/print-threads.exp: Likewise.
24696         * gdb.threads/schedlock.exp: Likewise.
24697
24698         * gdb.threads/killed.exp: Return instead of calling
24699         gdb_suppress_entire_file.
24700         * gdb.threads/linux-dp.exp: Likewise.
24701         * gdb.threads/pthreads.exp: Likewise.
24702
24703 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
24704
24705         * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
24706         stabs.
24707         * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
24708         * gdb.base/whatis.exp: Always allow (void) after function names.
24709
24710 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
24711
24712         * gdb.c++/casts.exp: Correct regexp.
24713
24714 2003-01-04  Mark Kettenis  <kettenis@gnu.org>
24715
24716         * configure.in: Call AC_CONFIG_HEADER.  Don't call
24717         AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
24718         gdb.disasm, gdb.mi, gdb.threads and gdb.trace.  Call
24719         AC_CHECK_HEADERS on pthread.h.  Put Makefiles in the
24720         aforementioned directories in the AC_OUPUT call.
24721         * config.hin: New file.
24722         * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
24723         gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
24724         gdb.threads/killed.exp, gdb.threads/print-threads.exp,
24725         gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
24726         pass -I$objdir instead of -I$objdir/$subdir in compilation.
24727         * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
24728         gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
24729         gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
24730         gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
24731         gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
24732         gdb.threads/configure.in, gdb.threads/configure,
24733         gdb.threads/config.in, gdb.trace/configure.in,
24734         gdb.trace/configure: Removed.
24735
24736 2003-01-03  Michael Chastain  <mec@shout.net>
24737
24738         * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
24739         testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
24740
24741 2003-01-03  Daniel Jacobowitz  <drow@mvista.com>
24742
24743         * gdb.base/store.exp: Fix regular expressions.
24744
24745 2002-12-28  Mark Kettenis  <kettenis@gnu.org>
24746
24747         * configure.in: Rewrite.
24748         * configure: Regenerated.
24749
24750 2003-01-03  David Carlton  <carlton@math.stanford.edu>
24751
24752         * gdb.base/psymtab.exp: New file.
24753         * gdb.base/psymtab1.c: Ditto.
24754         * gdb.base/psymtab2.c: Ditto.
24755
24756 2002-12-23  Adam Fedor  <fedor@gnu.org>
24757
24758         * gdb.base/maint.exp: Update expect output to include 'ObjC'.
24759
24760 2002-12-23  David Carlton  <carlton@math.stanford.edu>
24761
24762         * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
24763         and current_directory initialization.
24764
24765 2002-12-22  Jim Blandy  <jimb@redhat.com>
24766
24767         * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
24768         rather than as part of the output file name.
24769
24770         * gdb.base/attach.exp: There's no need to copy the test program to
24771         /tmp; that was only ever necessary on HP/UX, and this test is
24772         entirely disabled there anyway.
24773
24774 2002-12-21  Jim Blandy  <jimb@redhat.com>
24775
24776         * gdb.c++/psmang.exp: Doc fix.
24777
24778         * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
24779         test.
24780
24781 2002-12-20  David Carlton  <carlton@math.stanford.edu>
24782
24783         * gdb.c++/annota2.exp: KFAIL annotate-quit.
24784
24785 2002-12-18  Michael Chastain  <mec@shout.net>
24786
24787         * gdb.c++/annota2.exp: Add copyright year 2002.
24788
24789 2002-12-17  David Carlton  <carlton@math.stanford.edu>
24790
24791         * gdb.c++/try_catch.cc: Add marker comments.
24792         * gdb.c++/try_catch.exp: Get line numbers from marker comments.
24793         * gdb.c++/m-data.cc: Delete namespace __gnu_test.
24794         * gdb.c++/m-static.cc: Ditto.
24795         * gdb.c++/m-static1.cc: Ditto.
24796         * gdb.c++/try_catch.cc: Ditto.
24797
24798 2002-12-16  Jeff Johnston  <jjohnstn@redhat.com>
24799
24800         * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
24801         to see whether we are using the new -environment-directory
24802         command which resets via -r or the old version of the command
24803         which may prompt the user.  Part of fix for gdb/741.
24804
24805 2002-12-13  Andrew Cagney  <ac131313@redhat.com>
24806
24807         * gdb.fortran/types.exp: Update obsolete comment.
24808         * gdb.fortran/exprs.exp: Ditto.
24809         * lib/gdb.exp: Delete obsolete code.
24810         * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
24811         * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
24812         * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
24813         * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
24814         * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
24815         * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
24816         * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
24817         * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
24818         * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
24819         * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
24820         * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
24821         * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
24822         * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
24823         * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
24824         * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
24825         * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
24826         * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
24827         * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
24828         * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
24829         * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
24830         * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
24831         * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
24832         * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
24833         * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
24834         * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
24835         * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
24836         * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
24837         * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
24838         * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
24839         * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
24840         * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
24841         * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
24842         * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
24843         * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
24844         * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
24845         * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
24846         * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
24847
24848 2002-12-11  David Carlton  <carlton@math.stanford.edu>
24849
24850         * gdb.c++/m-data.exp: Add test for members that shadow global
24851         variables: see PR gdb/804.
24852         * gdb.c++/m-data.cc: Ditto.
24853
24854 2002-12-10  Daniel Jacobowitz  <drow@mvista.com>
24855
24856         * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
24857
24858 2002-12-06  David Carlton  <carlton@math.stanford.edu>
24859
24860         * gdb.base/store.c: Don't declare functions static.
24861
24862 2002-12-04  Andrew Cagney  <ac131313@redhat.com>
24863
24864         * gdb.base/store.exp, gdb.base/store.c: New files.
24865
24866 2002-12-03  Daniel Jacobowitz  <drow@mvista.com>
24867
24868         * gdb.base/selftest.exp: Update for current gdb.
24869
24870 2002-12-03  Daniel Jacobowitz  <drow@mvista.com>
24871
24872         * gdb.base/maint.exp: Only dump symbols from one source file
24873         or objfile.
24874
24875 2002-12-03  Daniel Jacobowitz  <drow@mvista.com>
24876
24877         * gdb.base/step-test.exp: Allow MIPS to return to the line of a
24878         function call.
24879
24880 2002-11-25  Jim Blandy  <jimb@redhat.com>
24881
24882         * lib/mi-support.exp (mi_delete_breakpoints): Change name of
24883         function appearing in error message.
24884
24885 2002-11-21  Daniel Jacobowitz  <drow@mvista.com>
24886
24887         * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
24888
24889 2002-11-08  Jeff Johnston  <jjohnstn@redhat.com>
24890
24891         * lib/mi-support.exp (mi_gdb_start): Verify the startup message
24892         for mi1 and current mi is in correct format.  New mi startup message
24893         should be in mi console format.  This is part of fix for PR gdb/604.
24894
24895 2002-09-18  Fernando Nasser  <fnasser@redhat.com>
24896
24897         * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
24898         which explicitly prints the zero offset as "+0".
24899
24900 2002-10-22  Daniel Jacobowitz  <drow@mvista.com>
24901
24902         * gdb.threads/schedlock.c (args): Make unsigned.
24903
24904 2002-10-21  Daniel Jacobowitz  <drow@mvista.com>
24905
24906         * gdb.asm/asm-source.exp: Add "mips*-*" pattern.  Update line
24907         numbers.  Allow "foo2|selected stack frame".
24908         * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
24909         * gdb.asm/asmsrc2.s: Likewise.
24910         * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end.  Update
24911         comments.
24912         * gdb.asm/mips.inc: New file.
24913
24914 2002-10-18  Adam Fedor  <fedor@gnu.org>
24915
24916         * gdb.base/default.exp: Update expected output to include 'ObjC'.
24917         * gdb.base/help.exp: Likewise.
24918
24919 2002-10-17  Kevin Buettner  <kevinb@redhat.com>
24920
24921         * gdb.base/constvars.c (struct crass, struct crisp): New structs.
24922         * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
24923
24924 2002-10-02  Jim Blandy  <jimb@redhat.com>
24925
24926         * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
24927
24928 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
24929
24930         * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
24931         * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
24932         * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
24933         * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
24934         * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
24935         * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
24936         * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
24937
24938 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
24939
24940         * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
24941         * mi0-disassemble.exp, mi0-eval.exp: Delete.
24942         * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
24943         * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
24944         * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
24945         * mi0-var-block.exp, mi0-var-child.exp: Delete.
24946         * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
24947
24948 2002-09-27  Kevin Buettner  <kevinb@redhat.com>
24949
24950         * gdb.base/annota1.exp (info break): Make directory components of
24951         path optional since not all compilers emit this debug information.
24952
24953         * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
24954         step ends up stepping out of the function instead of stopping on
24955         the epilogue.
24956
24957 2002-09-26  Keith Seitz  <keiths@redhat.com>
24958
24959         * lib/insight-support.exp (gdbtk_start): Figure out where
24960         the insight executable is based on where gdb is. Use this
24961         executable to start insight instead of gdb.
24962
24963 2002-09-25  Andrew Cagney  <cagney@redhat.com>
24964
24965         * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
24966
24967 2002-09-24  Andrew Cagney  <ac131313@redhat.com>
24968
24969         * gdb.gdb/complaints.exp (test_initial_complaints): Rename
24970         test_isolated_complaints.
24971         (test_empty_complaint): New function.
24972         (test_empty_complaints): New function.  Check no output when no
24973         complaints.
24974
24975 2002-09-19  Jim Blandy  <jimb@redhat.com>
24976
24977         * gdb.base/charset.exp, gdb.base/charset.c: New files.
24978
24979 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
24980
24981         * gdb.gdb/complaints.exp: New file.
24982
24983 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
24984
24985         * gdb.base/maint.exp: Check `help maint internal-warning'.
24986
24987 2002-09-18  David Carlton  <carlton@math.stanford.edu>
24988
24989         * gdb.c++/m-static.exp: Remove breakpoints depending on line
24990         numbers, and replace them by a single breakpoint after the
24991         constructors are all finished.
24992         Add test 4.
24993         * gdb.c++/m-static.cc: Add test 4.
24994         * gdb.c++/m-static.h: New file.
24995         * gdb.c++/m-static1.cc: New file.
24996
24997         * gdb.c++/printmethod.exp: New file.
24998         * gdb.c++/printmethod.cc: New file.
24999
25000         * gdb.c++/pr-574.exp: New file.
25001         * gdb.c++/pr-574.cc: New file.
25002
25003 2002-09-18  Corinna Vinschen  <vinschen@redhat.com>
25004
25005         * gdb.base/ending-run.exp: Add handling of "step to end of run" for
25006         embedded targets which never actually exit.
25007
25008 2002-09-18  Fernando Nasser  <fnasser@redhat.com>
25009
25010         * gdb.base/ending-run.exp: Properly mark "continue after exit" and
25011         "don't step after run" as unresolved or unsupported, instead of xfail.
25012
25013 2002-09-18  Corinna Vinschen  <vinschen@redhat.com>
25014
25015         * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
25016         allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
25017         Add newline to expected string in "step out of main (status wrapper)"
25018         case.
25019
25020 2002-09-18  Corinna Vinschen  <vinschen@redhat.com>
25021
25022         * lib/gdb.exp (rerun_to_main): Allow restarting application.
25023         * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
25024
25025 2002-09-17  Tom Tromey  <tromey@redhat.com>
25026
25027         * gdb.base/printcmds.exp (test_print_string_constants): Expect
25028         \000, not \0, in double-quoted string.
25029
25030 2002-09-14  Corinna Vinschen  <vinschen@redhat.com>
25031
25032         * gdb.base/commands.exp: Don't expect a "Program exited normally"
25033         string after running the commands execution on breakpoint tests.
25034
25035 2002-09-13  Corinna Vinschen  <vinschen@redhat.com>
25036
25037         * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
25038
25039 2002-09-12  Joel Brobecker  <brobecker@gnat.com>
25040
25041         * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
25042
25043 2002-09-10  Keith Seitz  <keiths@redhat.com>
25044
25045         * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
25046         runto proc.
25047         (mi_run_to_main): Use mi_runto.
25048         (mi_execute_to): Renamed from mi_run_to. Changed all callers.
25049
25050 2002-09-10  Keith Seitz  <keiths@redhat.com>
25051
25052         * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
25053         regexp for stopping at main. Could have multiple event notifications.
25054         Don't assume that main was declared with no parameters.
25055         (mi_next): Use mi_step_to.
25056         (mi_step): Use mi_next_to.
25057
25058 2002-09-09  Corinna Vinschen  <vinschen@redhat.com>
25059
25060         * gdb.base/default.exp: Fix expected string in `info float' test.
25061
25062 2002-09-09  Ben Elliston  <bje@redhat.com>
25063
25064         * config/mips.exp: Update comments.
25065         * config/mips-idt.exp: Likewise.
25066         * config/nind.exp: Likewise.
25067         * config/slite.exp: Likewise.
25068         * config/sparclet.exp: Likewise.
25069         * config/udi.exp: Likewise.
25070         * config/vx.exp: Likewise.
25071         * config/vxworks29k.exp: Likewise.
25072
25073 2002-09-05  Jim Blandy  <jimb@redhat.com>
25074
25075         * gdb.threads/killed.exp: Fix test failure message.
25076
25077 2002-09-04  Keith Seitz  <keiths@redhat.com>
25078
25079         * lib/mi-support.exp: Update copyright.
25080         (mi_gdb_test): Increase the priority of the expected pattern
25081         so that it matches gdb_test.
25082
25083 2002-09-03  Keith Seitz  <keiths@redhat.com>
25084
25085         * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
25086         Use integer comparison instead of string comparison for testing
25087         whether binary was built.
25088
25089 2002-09-03  Jim Blandy  <jimb@redhat.com>
25090
25091         * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
25092
25093 2002-08-29  Jim Blandy  <jimb@redhat.com>
25094
25095         * gdb.threads/pthreads.exp: Move the portable thread compilation
25096         code into a function in lib/gdb.exp, and call that from here.
25097         * lib/gdb.exp (gdb_compile_pthreads): New function.
25098
25099 2002-08-29  Keith Seitz  <keiths@redhat.com>
25100
25101         * lib/mi-support.exp (mi_gdb_test): Add global declaration for
25102         expect_out so that callers can get at it.
25103
25104 2002-08-23  Daniel Jacobowitz  <drow@mvista.com>
25105
25106         * gdb.threads/print-threads.c: New file.
25107         * gdb.threads/print-threads.exp: New file.
25108         * gdb.threads/schedlock.c: New file.
25109         * gdb.threads/schedlock.exp: New file.
25110
25111 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
25112
25113         * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
25114         not altivec.c.
25115
25116 2002-08-17  Mark Kettenis  <kettenis@gnu.org>
25117
25118         * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
25119         targets.  The problem should be fixed now.
25120
25121 2002-08-15  Mark Kettenis  <kettenis@gnu.org>
25122
25123         * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
25124         2002-07-24 change that removes final dots from error messages.
25125
25126 2002-08-13  Tom Tromey  <tromey@redhat.com>
25127
25128         * gdb.base/readline.exp: New file.
25129
25130 2002-08-01  Andrew Cagney  <ac131313@redhat.com>
25131
25132         * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
25133         supress message.
25134
25135 2002-08-01  Andrew Cagney  <cagney@redhat.com>
25136
25137         * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
25138         CHILL_FOR_TARGET and CHILL_LIB.
25139         * configure.in (configdirs): Remove gdb.chill.
25140         * configure: Regenerate.
25141         * lib/gdb.exp: Obsolete references to chill.
25142         * gdb.fortran/types.exp: Ditto.
25143         * gdb.fortran/exprs.exp: Ditto.
25144
25145 2002-07-30  Kevin Buettner  <kevinb@redhat.com>
25146
25147         * gdb.base/shlib-call.exp (additional_flags): Conditionally
25148         set Irix-specific compile and link flags.
25149
25150 2002-07-29  Kevin Buettner  <kevinb@redhat.com>
25151
25152         * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
25153         source files.  The ``-o'' option doesn't work with the ``-E'' option
25154         when using the Irix compiler.
25155
25156 2002-07-19  Daniel Jacobowitz  <drow@mvista.com>
25157
25158         * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
25159         Improve support for reusing an exec file.  Copy exec file
25160         to target, and run gdbserver on the target instead of on the host.
25161
25162 2002-07-18  Jim Blandy  <jimb@redhat.com>
25163
25164         * gdb.base/ending-run.exp: Don't expect to see the program end in
25165         some orderly fashion when we're running on a real stand-alone
25166         board.
25167
25168         * gdb.base/interrupt.exp: Correct logic for skipping tests on
25169         targets that don't support interrupts.
25170
25171 2002-07-10  Paul N. Hilfinger  <hilfingr@otisco.mckusick.com>
25172
25173         * gdb.base/attach.exp: Add patterns to match output from /proc-based
25174         systems.
25175         Move comments in expect statements to inside the actions, so that they
25176         don't get matched against.
25177
25178 2002-07-10  Mark Kettenis  <kettenis@gnu.org>
25179
25180         * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
25181         function when asleep" test.
25182
25183 2002-07-10  Andrew Cagney  <ac131313@redhat.com>
25184
25185         * gdb.base/page.exp: Rewrite to handle problems with very long
25186         `info set' output.  Update copyright.
25187
25188 2002-06-26  Andrew Cagney  <ac131313@redhat.com>
25189
25190         * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
25191         gdb.threads-hp.
25192         * gdb.hp/configure: Regenerate.
25193         * gdb.hp/gdb.threads-hp/configure.in: Delete file.
25194         * gdb.hp/gdb.threads-hp/configure: Delete file.
25195         * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
25196
25197 2002-06-22  Andrew Cagney  <ac131313@redhat.com>
25198
25199         * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
25200         setlocale, bindtextdomain and textdomain.
25201
25202 2002-06-11  Jim Blandy  <jimb@redhat.com>
25203
25204         * lib/gdb.exp (get_debug_format): Tolerate message saying whether
25205         preprocessor macro information is present.
25206
25207         * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
25208         tests.
25209
25210 2002-06-06  Michael Snyder  <msnyder@redhat.com>
25211
25212         * gdb.base/overlays.exp: Record addresses of overlay
25213         functions in TCL variables rather than in GDB variables,
25214         to avoid having GDB convert them to pointers (with loss
25215         of information).
25216
25217         * gdb.base/d10v.ld: Merge in several years worth of
25218         default linker script changes.
25219         * gdb.base/long_long.exp: Add check for sizeof (long double).
25220
25221 2002-06-06  Michal Ludvig  <mludvig@suse.cz>
25222
25223         * gdb.asm/asm-source.exp: Add x86-64 target.
25224         * gdb.asm/x86_64.inc: New.
25225
25226 2002-05-30  Michael Chastain  <mec@shout.net>
25227
25228         From Benjamin Kosnik <bkoz@redhat.com>:
25229         * gdb.c++/m-static.cc: New file.
25230         * gdb.c++/m-static.exp: New file.
25231
25232 2002-05-28  Michael Snyder  <msnyder@redhat.com>
25233
25234         * gdb.base/call-ar-st.exp: Allow for reduced floating point
25235         precision.
25236
25237 2002-05-27  Michael Chastain  <mec@shout.net>
25238
25239         From Benjamin Kosnik <bkoz@redhat.com>:
25240         * gdb.c++/m-data.cc: New file.
25241         * gdb.c++/m-data.exp: New file.
25242
25243 2002-05-27  Michael Chastain  <mec@shout.net>
25244
25245         From Benjamin Kosnik <bkoz@redhat.com>:
25246         * gdb.c++/try_catch.cc: New file.
25247         * gdb.c++/try_catch.exp: New file.
25248
25249 2002-05-27  Michael Chastain  <mec@shout.net>
25250
25251         * gdb.c++/local.exp: Accept more nested types in output.
25252
25253 2002-05-26  Michael Chastain  <mec@shout.net>
25254
25255         * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
25256
25257 2002-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
25258
25259         * lib/gdb.exp (gdb_wrapper_init): Just because
25260         gdb_wrapper_file exists, this does not mean that the file
25261         should not be rebuilt.  That is what gdb_wrapper_initialized
25262         is for.
25263         (default_gdb_init): Reset gdb_wrapper_initialized.
25264
25265 2002-05-23  Michael Snyder  <msnyder@redhat.com>
25266
25267         * gdb.base/all-bin.exp: Revise previous patch by just reducing
25268         the precision of the floating point test results.
25269         * gdb.base/call-rt-st.exp: Ditto.
25270
25271         * gdb.base/all-bin.exp: Allow for reduced floating point precision.
25272         * gdb.base/call-rt-st.exp: Ditto.
25273
25274 2002-05-19  Michael Chastain  <mec@shout.net>
25275
25276         * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
25277
25278 2002-05-19  Elena Zannoni  <ezannoni@redhat.com>
25279
25280         * configure.in (configdirs): Add gdb.arch.
25281         * configure: Regenerate.
25282
25283 2002-05-17  Jim Blandy  <jimb@redhat.com>
25284
25285         * gdb.base/completion.exp: Recognize the more detailed error
25286         messages produced by the macro expander's lexical analyzer.
25287
25288 2002-05-14  Elena Zannoni  <ezannoni@redhat.com>
25289
25290         * gdb.arch/altivec-abi.c: New file.
25291         * gdb.arch/altivec-abi.exp: New file.
25292         * gdb.arch/altivec-regs.c: New file.
25293         * gdb.arch/altivec-regs.exp: New file.
25294
25295 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
25296
25297         * gdb.base/maint.exp (maint print type): Update for new type
25298         structure.
25299
25300 2002-05-14  Elena Zannoni  <ezannoni@redhat.com>
25301
25302         * gdb.arch: New directory.
25303         * gdb.arch/configure.in: New file.
25304         * gdb.arch/configure: New file.
25305         * gdb.arch/Makefile.in: New file.
25306
25307 2002-05-13  Corinna Vinschen  <vinschen@redhat.com>
25308
25309         * gdb.asm/asm-source.exp: Add v850 as supported target.
25310         * gdb.asm/v850.inc: New file.
25311
25312 2002-05-13  Daniel Jacobowitz  <drow@mvista.com>
25313
25314         * gdb.c++/annota2.exp (annotate-quit): Add comment.
25315
25316 2002-05-12  Daniel Jacobowitz  <drow@mvista.com>
25317
25318         * gdb.base/break.exp: Check 'break "marker2"'.
25319
25320 2002-05-10  Michael Snyder  <msnyder@redhat.com>
25321
25322         * gdb.base/long_long.exp: Fix typo.
25323
25324 2002-05-10  Jim Blandy  <jimb@redhat.com>
25325
25326         * gdb.base/printcmds.exp: Don't xfail the ptype command.  This is
25327         a bug.
25328
25329         * gdb.base/printcmds.exp (test_integer_literals_rejected):
25330         Recognize more detailed error message produced by the macro
25331         expander's lexical analyzer.
25332         * lib/gdb.exp (test_print_reject): Same.
25333
25334 2002-05-09  Mark Kettenis  <kettenis@gnu.org>
25335
25336         * gdb.c++/method.exp: Fix typo.
25337
25338 2002-05-08  Michael Snyder  <msnyder@redhat.com>
25339
25340         * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
25341         * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
25342         * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
25343         * gdb.base/long_long.exp: Merge clauses for arm and xscale.
25344         Add iftarget clause for strongarm.
25345
25346 2002-05-06  Michael Snyder  <msnyder@redhat.com>
25347
25348         * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
25349         (gdb_continue_to_end): Accept output from status wrapper.
25350         * gdb.base/ending-run.exp: Add case for output from status wrapper.
25351         Clean up fail messages to match pass messages.
25352
25353         Enable the "needs_status_wrapper" testsuite feature.
25354         * lib/gdb.exp (gdb_wrapper_init): New procedure.
25355         (gdb_compile): Conditionally call gdb_wrapper_init.
25356         * gdb.base/a2-run.exp: Recognize output from status wrapper.
25357         * gdb.c++/method.exp: Recognize output from status wrapper.
25358
25359 2002-05-06  Ben Elliston  <bje@redhat.com>
25360 From Graydon Hoare  <graydon@redhat.com>
25361
25362         * config/sid.exp: Include support for "rawsid" protocol.
25363
25364 2002-05-03  Jim Blandy  <jimb@redhat.com>
25365
25366         * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
25367         * gdb.c++/hang3.C: New file.
25368
25369 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
25370
25371         * gdb.base/default.exp: Remove obsolete code.
25372         * gdb.c++/misc.exp: Ditto.  Update copyright.
25373         * gdb.c++/cplusfuncs.exp: Ditto.  Update copyright.
25374         * gdb.base/whatis.exp: Ditto.  Update copyright.
25375         * gdb.base/scope.exp: Ditto.  Update copyright.
25376         * gdb.base/ptype.exp: Ditto.  Update copyright.
25377         * gdb.base/printcmds.exp: Ditto.  Update copyright.
25378         * gdb.base/opaque.exp: Ditto.  Update copyright.
25379         * gdb.base/list.exp: Ditto.
25380         * gdb.base/funcargs.exp: Ditto.  Update copyright.
25381         * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
25382         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
25383         * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
25384         * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
25385         * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
25386         * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
25387
25388 2002-05-02  Michael Snyder  <msnyder@redhat.com>
25389
25390         * gdb.base/watchpoint.exp: Add xscale target.
25391         * gdb.base/long_long.exp: Add xscale target.
25392         * gdb.base/default.exp: Add xscale target.
25393
25394 2002-05-01  Jim Blandy  <jimb@redhat.com>
25395
25396         * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
25397         gdb.c++/hang.exp: New test.
25398
25399 2002-05-01  Fred Fish  <fnf@redhat.com>
25400
25401         * gdb.base/completion.exp: Handle completions of "./Make" for
25402         more than one completion possibility, as is the case when we
25403         build and test in the source tree.
25404
25405 2002-04-29  Anthony Green  <green@redhat.com>
25406
25407         * gdb.java/jmisc1.exp: New file.
25408         * gdb.java/jmisc2.exp: New file.
25409
25410 2002-04-24  Daniel Jacobowitz  <drow@mvista.com>
25411
25412         * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
25413
25414 2002-04-23  Elena Zannoni  <ezannoni@redhat.com>
25415
25416         * gdb.base/help.exp: Change 'help status' to allow for target
25417         dependent output differences.
25418
25419 2002-04-22  Michael Chastain  <mec@shout.net>
25420
25421         * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
25422
25423 2002-04-22  Michael Chastain  <mec@shout.net>
25424
25425         * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
25426
25427 2002-04-17  David S. Miller  <davem@redhat.com>
25428
25429         * gdb.asm/sparc64.inc: New file.
25430         * gdb.asm/asm-source.exp: Handle sparc64-*-*.
25431
25432 2002-04-19  Elena Zannoni  <ezannoni@redhat.com>
25433
25434         * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
25435         instruction file directly into the build tree.  Clean up at end of
25436         test.
25437
25438 2002-04-18  David S. Miller  <davem@redhat.com>
25439
25440         * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
25441         handle 64-bit platforms correctly.
25442         * gdb.base/maint.exp: Likewise.
25443
25444 2002-04-18  Kevin Buettner  <kevinb@redhat.com>
25445
25446         * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
25447         ``-fpic'' when compiling files comprising a shared library, but
25448         it does need additional linker flags in order to find shared
25449         libraries at run time.
25450
25451 2002-04-18  Kevin Buettner  <kevinb@redhat.com>
25452
25453         * gdb.base/cvexpr.c (use): New function.
25454         (main): Invoke use() on all global variables to prevent
25455         some linkers from deleting these otherwise unused symbols.
25456
25457 2002-04-17  Michael Chastain  <mec@shout.net>
25458 From David S. Miller  <davem@redhat.com>
25459
25460         * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
25461         handle 64-bit platforms correctly.
25462
25463 2002-04-12  Michael Snyder  <msnyder@redhat.com>
25464 From Jim Blandy  <jimb@redhat.com>
25465         * gdb.base/foo.c (foox): Remove section attribute; the linker
25466         script can handle this instead.
25467         * gdb.base/bar.c (barx): Same.
25468         * gdb.base/baz.c (bazx): Same.
25469         * gdb.base/grbx.c (grbxx): Same.
25470
25471         * gdb.base/overlays.exp: New test: check that GDB's manual overlay
25472         manager doesn't automatically unmap overlays unnecessarily.
25473
25474 2002-04-10  Martin M. Hunt  <hunt@redhat.com>
25475
25476         * gdb.base/ending-run.exp: Fix pattern for Mips targets
25477         stepping out of main.
25478
25479 2002-04-09  Michael Chastain  <mec@shout.net>
25480
25481         * gdb.c++/local.cc (main): Move call to marker1() inside nested
25482         scope so that the nested scope tests will make sense.
25483         * gdb.c++/local.exp: Write patterns that actually work with gcc
25484         (the HP patterns "were never known to work with gcc").
25485         Keep the old aCC patterns too.
25486
25487 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
25488
25489         * gdb.base/attach.exp: Correct target board test.
25490
25491 2002-04-08  Michael Chastain  <mec@shout.net>
25492
25493         * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
25494         in a const method.  Add some xfail and fail cases for configurations
25495         that do not emit the "const ...".
25496
25497 2002-04-07  Michael Chastain  <mec@shout.net>
25498
25499         * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
25500         Accept "A * const" and "const A * const" as type of "this".
25501         Fix spelling of getFunky throughout.  Make messages uniform.
25502
25503 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
25504
25505         Work around for PR gdb/285:
25506         * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
25507
25508 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
25509
25510         * gdb.asm/asm-source.exp: Build symbolic link to arch specific
25511         instructions file at run time instead of configure time.
25512         Sometimes we run the test in a directory that is not the one we
25513         configured in.
25514         * gdb.asm/configure.in: Delete creation of symlink.
25515         * gdb.asm/configure: Regenerate.
25516
25517 2002-04-05  J. Brobecker  <brobecker@gnat.com>
25518
25519         * gdb.gdb/xfullpath.exp: New test, to exercise the new
25520         xfullpath () function.
25521
25522 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
25523
25524         * gdb.asm/Makefile.in: Correct dependencies.
25525
25526         * gdb.asm/powerpc.inc: New file.
25527         * gdb.asm/asm-source.exp: Add PowerPC.
25528         * gdb.asm/configure.in: Likewise.
25529         * gdb.asm/configure: Regenerated.
25530
25531 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
25532
25533         * gdb.base/relocate.exp: New file.
25534         * gdb.base/relocate.c: New file.
25535
25536 2002-04-04  Fred Fish  <fnf@redhat.com>
25537
25538         * gdb.base/step-test.exp: Update comment regarding stopping in
25539         memcpy/bcopy calls inserted as part of the compiler runtime.
25540
25541 2002-04-04  Michael Snyder  <msnyder@redhat.com>
25542
25543         * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
25544
25545 2002-04-03  Daniel Jacobowitz  <drow@mvista.com>
25546
25547         * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
25548         (gdb_expect): Remove $notransfer hack.
25549
25550 2002-04-02  Daniel Jacobowitz  <drow@mvista.com>
25551
25552         * gdb.c++/classes.exp ("calling method for small class"): Match
25553         updated register output.
25554
25555 2002-03-30  Daniel Jacobowitz  <drow@mvista.com>
25556
25557         Fix PR gdb/452
25558         * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
25559         when finished.  Make gdb_file_cmd send "exec-file" when
25560         appropriate.
25561
25562 2002-03-30  Daniel Jacobowitz  <drow@mvista.com>
25563
25564         * gdb.base/attach.exp: Remove extra setup_xfail.
25565
25566 2002-03-26  Michael Snyder  <msnyder@redhat.com>
25567
25568         * gdb.base/default.exp: Add tests for dump, append, and restore.
25569         * gdb.base/help.exp: Add tests for dump, append, and restore.
25570         * gdb.base/dump.exp: New file, test dump, append and restore.
25571         * gdb.base/dump.c: New file.
25572
25573 2002-03-27  Michael Snyder  <msnyder@redhat.com>
25574
25575         * gdb.base/help.exp: Modify expect strings to reflect
25576         clean-ups in help messages.
25577
25578 2002-03-26  Fred Fish  <fnf@redhat.com>
25579
25580         * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
25581         have debugging info for those functions and the compiler uses them
25582         internally to copy structs around.
25583
25584 2002-03-26  Fred Fish  <fnf@redhat.com>
25585
25586         * gdb.base/list.exp: Revert the change made yesterday and add note
25587         about why we don't list the default lines for remote targets.
25588
25589 2002-03-25  Michael Snyder  <msnyder@redhat.com>
25590
25591         * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
25592
25593 2002-03-25  Fred Fish  <fnf@redhat.com>
25594
25595         * gdb.base/list.exp: This test works on remote targets so remove
25596         the short circuit for remote targets.  Update copyright.
25597
25598 2002-03-25  Fred Fish  <fnf@redhat.com>
25599
25600         * gdb.base/attach.exp: Fix logic error that was suppressing this
25601         test for all non hppa*-*-hpux* targets, instead of the hp target.
25602         Move comments closer to the suppression point.  Also now need to
25603         check that we are running natively.
25604
25605 2002-03-22  Michael Snyder  <msnyder@redhat.com>
25606
25607         * gdb.base/default.exp: Add test for gcore.  Update copyright.
25608         * gdb.base/help.exp: Add test for gcore.  Update copyright.
25609
25610 2002-03-06  Fred Fish  <fnf@redhat.com>
25611
25612         * gdb.base/funcargs.c:  Remove extraneous ';' character.
25613         * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
25614
25615 2002-03-04  Michael Chastain  <mec@shout.net>
25616
25617         * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
25618         accommodate gcc v3 function signature.
25619         * gdb.mi/mi0-var-cmd-exp: Ditto.
25620
25621 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
25622
25623         * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
25624         ``GNU/Linux'' or ``Linux kernel''
25625         * testsuite/gdb.threads/pthreads.c: Ditto.
25626
25627 2002-02-24  Michael Chastain  <mec@shout.net>
25628
25629         * gdb.threads/pthreads.c (thread1): Add a return statement.
25630         (thread2): Likewise.
25631         (foo): Likewise.
25632
25633 2002-02-23  Michael Chastain  <mec@shout.net>
25634
25635         * gdb.threads/linux-dp.c (philosopher): Add a return statement
25636         to placate gcc.
25637
25638 2002-02-23  Michael Chastain  <mec@shout.net>
25639
25640         * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
25641         test "ptype bint".  The test passes on all my stabs configurations.
25642
25643 2002-02-21  Jim Blandy  <jimb@redhat.com>
25644
25645         * gdb.asm/asm-source.exp: Parse the output from `info sources' one
25646         filename at a time, and watch for the ones we want to see.
25647
25648         * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
25649         types of pointers to prototyped functions.
25650
25651 2002-02-20  Andrew Cagney  <ac131313@redhat.com>
25652
25653         * gdb.base/sizeof.c (main): Call fill_structs.  Print value of
25654         signed, unsigned and straight char.
25655         (padding_char, padding_short, padding_int, padding_long,
25656         padding_long_long, padding_float, padding_double,
25657         padding_long_double): New global variables.
25658         (fill, fill_structs): New functions.
25659
25660         * gdb.base/sizeof.exp: Check for signed and unsigned char.  Check
25661         for correctly sized writes.  Update copyright.
25662         (get_valueof): New procedure.
25663         (get_sizeof): Call get_valueof.
25664         (check_valueof): New procedure.
25665         (check_padding): New procedure.
25666
25667 2002-02-20  Michael Chastain  <mec@shout.net>
25668
25669         * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
25670         to setup_xfail.  Document some of the remaining calls.
25671
25672 2002-02-18  Michael Chastain  <mec@shout.net>
25673
25674         * gdb.c++/userdef.exp: Update copyright year.
25675
25676 2002-02-18  Daniel Jacobowitz  <drow@mvista.com>
25677
25678         * gdb.c++/userdef.exp: Test overloaded operators properly.
25679         Remove xfails.
25680
25681 2002-02-14  Michael Snyder  <msnyder@redhat.com>
25682
25683         * gdb.base/gcore.exp: Relax recognition of function breakpoint.
25684
25685 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
25686
25687         * gdb.base/a2-run.exp: Check for a remote target properly.
25688         * gdb.base/annota1.exp: Likewise.
25689         * gdb.base/list.exp: Likewise.
25690         * gdb.base/reread.exp: Likewise.
25691         * gdb.base/scope.exp: Likewise.
25692         * gdb.base/shlib-call.exp: Likewise.
25693         * gdb.base/term.exp: Likewise.
25694         * gdb.c++/annota2.exp: Likewise.
25695
25696 2002-02-13  Richard Earnshaw  <rearnsha@arm.com>
25697
25698         * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
25699
25700 2002-02-10  Michael Chastain  <mec@shout.net>
25701
25702         * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
25703         (call_after_alloca): Ditto.
25704
25705 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
25706
25707         * gdb.base/ending-run.exp: Guard "cont" test with
25708         gdb_skip_stdio_test.
25709
25710 2002-02-06  Jim Blandy  <jimb@redhat.com>
25711
25712         * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
25713         from here...
25714         * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
25715         To here.  Disable this test on non-HP platforms.  Add big comment.
25716
25717 2002-02-04  Michael Snyder  <msnyder@redhat.com>
25718
25719         * gdb.base/ovlymgr.c  (ovly_copy): Generalize for targets
25720           other than d10v and m32r.
25721
25722 2002-02-02  Richard Earnshaw  <rearnsha@arm.com>
25723
25724         * gdb.base/default.exp: Rewrite test patterns to reduce time
25725         taken to match them.
25726
25727 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
25728
25729         * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
25730         Allow a start function above main.
25731         * gdb.threads/linux-dp.exp: Fix copyright date.
25732
25733 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
25734
25735         * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
25736         (check_philosopher_stack): Check for manager thread before checking
25737         for a just-starting thread.
25738
25739 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
25740
25741         From Neil Booth <neil@daikokuya.demon.co.uk>:
25742         * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
25743         warnings.
25744
25745 2002-01-21  Fred Fish  <fnf@redhat.com>
25746
25747         * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
25748         not caller.
25749
25750 2002-01-21  Jim Blandy  <jimb@redhat.com>
25751
25752         * gdb.base/reread.exp: Check that GDB properly re-reads the
25753         executable file when it changes while no inferior is running.
25754
25755 2002-01-21  Fred Fish  <fnf@redhat.com>
25756
25757         * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
25758         optionally accept the "shlib events" variation.
25759
25760 2002-01-21  Jim Blandy  <jimb@redhat.com>
25761
25762         * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
25763         call `fflush' after every `printf', so that the output is produced
25764         at predictable points, regardless of whatever buffering does (or
25765         doesn't) take place.
25766         * gdb.base/ending-run.exp: Adjust tests to expect output to appear
25767         at different points.
25768
25769 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
25770
25771         * gdb.c++/inherit.exp: Update copyright years.
25772         * gdb.c++/method.exp: Likewise.
25773
25774 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
25775
25776         * gdb.c++/classes.exp: Update for improved v3 support and skipping
25777         artificial methods/arguments.
25778         * gdb.c++/derivation.exp: Likewise.
25779         * gdb.c++/inherit.exp: Likewise.
25780         * gdb.c++/method.exp: Likewise.
25781         * gdb.c++/virtfunc.exp: Likewise.
25782
25783 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
25784
25785         * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
25786         * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
25787         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
25788         * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
25789         * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
25790         * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
25791
25792 2002-01-17  Jim Blandy  <jimb@redhat.com>
25793
25794         * gdb.asm/asm-source.exp (info symbol): Take another shot at
25795         anchoring the pattern matching the entry point symbol's name.
25796
25797 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
25798
25799         * gdb.base/maint.exp: Update ``maint internal-error'' to match
25800         continue/quit query.  Update copyright.
25801
25802 2002-01-14  Michael Snyder  <msnyder@redhat.com>
25803
25804         * gdb.base/gcore.exp: Remove extra debugging output.
25805
25806 2002-01-13  Daniel Jacobowitz  <drow@mvista.com>
25807
25808         * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
25809         for slightly dubious v2 mangled string.
25810
25811 2002-01-13  Daniel Jacobowitz  <drow@mvista.com>
25812
25813         * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
25814
25815 2002-01-10  Jason Merrill  <jason@redhat.com>
25816
25817         * gdb.c++/namespace.exp: Accept trailing const for 'this'.
25818
25819         * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
25820         constructors.
25821         * gdb.c++/derivation.exp: Likewise.
25822         * gdb.c++/templates.exp: Likewise.
25823         * gdb.c++/virtfunc.exp: Likewise.
25824
25825 2002-01-10  Michael Snyder  <msnyder@redhat.com>
25826
25827         * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
25828
25829 2002-01-08  Michael Snyder  <msnyder@redhat.com>
25830
25831         * gdb.base/gcore.exp: New test for generate-core-file command.
25832         * gdb.base/gcore.c: Testcase for above.
25833         * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
25834
25835 2002-01-08  Jason Merrill  <jason@redhat.com>
25836
25837         * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
25838
25839 2002-01-07  Fred Fish  <fnf@redhat.com>
25840
25841         * gdb.c++/overload.exp: Remove unconditional xfails for:
25842         print foo_instance1.overloadargs(1)
25843         print foo_instance1.overloadargs(1, 2)
25844         print foo_instance1.overloadargs(1, 2, 3)
25845         print foo_instance1.overloadargs(1, 2, 3, 4)
25846         print foo_instance1.overloadargs(1, 2, 3, 4, 5)
25847         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
25848         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
25849         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
25850         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
25851         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
25852         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
25853         print foo_instance1.overload1arg()
25854         print foo_instance1.overload1arg((char)arg2)
25855         print foo_instance1.overload1arg((signed char)arg3)
25856         print foo_instance1.overload1arg((unsigned char)arg4)
25857         print foo_instance1.overload1arg((int)arg7)
25858         print foo_instance1.overload1arg((unsigned int)arg8)
25859         print foo_instance1.overload1arg((float)arg11)
25860         print foo_instance1.overload1arg((double)arg12)
25861
25862 2002-01-07  Michael Snyder  <msnyder@redhat.com>
25863
25864         * gdb.base/huge.exp: New test.  Print a very large target data object.
25865         (skip_huge_test): New test variable.  Define if you want to skip this
25866         test.  The test reads an 8 megabyte data object from the target, so it
25867         might be very time consuming on remote targets with a slow connection.
25868         * gdb.base/huge.c: New file.  Test case for above.
25869
25870 2002-01-07  Fred Fish  <fnf@redhat.com>
25871
25872         * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
25873         g_instance.bfoo, and g_instance.cfoo.
25874
25875 2002-01-07  Jeffrey A Law  <law@redhat.com>
25876
25877         * gdb.base/break.c (multi_line_if_conditional): New function.
25878         (multi_ilne_while_conditional): Likewise.
25879         * gdb.base/break.exp: Verify that a breakpoint on a multi-line
25880         IF or WHILE condition puts the breakpoint at the start of
25881         the condition.
25882
25883         * gdb.base/selftest.exp (backtrace through signal handler): Remove
25884         hppa*-*-hpux* expected failure.
25885         * gdb.base/structs.exp (do_function_calls): Similarly.
25886
25887         * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
25888         watchpoints.
25889
25890 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
25891
25892         Fix PR gdb/66.
25893         * gdb.base/structs.exp: Replace skip for a29k with skip for
25894         gdb,cannot_call_functions.
25895         * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
25896         * gdb.base/callfuncs.exp: Ditto.
25897         * gdb.base/call-rt-st.exp: Ditto.
25898         * gdb.base/call-strs.exp: Ditto.
25899         * gdb.base/callfwmall.exp: Ditto.
25900         * gdb.base/scope.exp: Obsolete xfail a29k.
25901         * gdb.c++/misc.exp: Ditto.
25902         * gdb.c++/cplusfuncs.exp: Ditto.
25903         * gdb.base/ptype.exp: Ditto.
25904         * gdb.base/printcmds.exp: Ditto.
25905         * gdb.base/opaque.exp: Ditto.
25906         * gdb.base/list.exp: Ditto.
25907         * gdb.base/funcargs.exp: Ditto.
25908         * gdb.base/default.exp: Ditto.
25909
25910 2002-01-04  Michael Snyder  <msnyder@redhat.com>
25911
25912         * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
25913         * gdb.base/maint.exp: Add tests for maint info sections options.
25914
25915 Fri Dec 21 09:42:11 2001  Jeffrey A Law  (law@redhat.com)
25916
25917         * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
25918
25919 2001-12-20  Corinna Vinschen  <vinschen@redhat.com>
25920
25921         * gdb.asm/arm.inc: New file.
25922         * gdb.asm/asm-source.exp: Add arm targets.
25923         * gdb.asm/configure.in: Ditto.
25924         * gdb.asm/configure: Recreated from configure.in.
25925
25926 Thu Dec 20 09:54:36 2001  Jeffrey A Law  (law@redhat.com)
25927
25928         * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
25929         with HP's compiler.
25930         * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
25931         * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
25932         * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
25933         * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
25934
25935         * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
25936         either HP's compilers or GCC.
25937
25938         * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
25939         a SIGBUS or SIGSEGV.
25940
25941         * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
25942
25943         * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
25944         can be compiled with either HP's compiler or GCC.
25945
25946         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
25947         * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
25948         * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
25949
25950         * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
25951         to match current gdb output.  Update due to using auto-solib-limit
25952         for limiting instead of overloading auto-solib-add.
25953         * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
25954         test program.
25955
25956         * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
25957         * gdb.hp/gdb.base-hp/dollar.exp: Likewise
25958         * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
25959         * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
25960         * gdb.hp/gdb.base-hp/reg.exp: Likewise.
25961         * gdb.hp/gdb.compat/xdb3.exp: Likewise.
25962         * gdb.hp/gdb.defects/bs15503.exp: Likewise.
25963         * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
25964         * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
25965         * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
25966         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
25967         * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
25968         * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
25969
25970         * gdb.base/annota1.exp: Expect failure for hpux11 when posting
25971         a SIGTRAP to the inferior.
25972
25973 2001-12-19  Corinna Vinschen  <vinschen@redhat.com>
25974
25975         * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
25976         Substitute call to target_link by call to gdb_compile.
25977
25978 Wed Dec 19 14:10:57 2001  Jeffrey A Law  (law@redhat.com)
25979
25980         * gdb.base/break.exp: Fix HP specific search string when testing
25981         backtracing in a called function.
25982
25983         * gdb.base/constvars.exp: Only set lang to C++ if we're
25984         compiling the test with HP's compilers.
25985         * gdb.base/volatile.exp: Similarly.
25986
25987 2001-12-19  Jim Blandy  <jimb@redhat.com>
25988
25989         * gdb.base/printcmds.exp: Expect the null character to be printed
25990         as '\0', and the '\013' to be printed as '\v'.
25991         * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
25992         * gdb.base/setvar.exp: Same.
25993
25994 2001-12-17  Jim Blandy  <jimb@redhat.com>
25995
25996         * gdb.base/completion.exp: Rather than completing very long
25997         filenames, which can make the readline library produce output we
25998         don't recognize, cd to the directory first, and then complete
25999         using nice, short relative paths.
26000
26001         * gdb.base/completion.exp: On some systems, there is, in fact, a
26002         variable named `b' in scope, since GDB treats all static
26003         variables as being in scope.  So use `no_var_named_this'
26004         instead of `b'.
26005
26006         * gdb.base/corefile.exp: Recognize the message saying that GDB
26007         can't find the core file's registers as a failure.
26008
26009 2001-12-13  Jackie Smith Cashion  <jsmith@redhat.com>
26010
26011         * gdb.base/commands.exp (user_defined_command_test): Make "show user"
26012         test expect string more specific.
26013
26014 2001-12-13  Corinna Vinschen  <vinschen@redhat.com>
26015
26016         * gdb.asm/asm-source.exp: Add support for xstormy16.
26017         * gdb.asm/configure.in: Ditto.
26018         * gdb.asm/configure: Rebuild.
26019         * gdb.asm/xstormy16.inc: New file.
26020
26021 2001-12-10  Fred Fish  <fnf@redhat.com>
26022
26023         * gdb.base/maint.exp: Update to match changes in type dumping code.
26024
26025 2001-12-10  Jim Blandy  <jimb@redhat.com>
26026
26027         * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
26028         matching the entry point symbol's name at the beginning of the
26029         line.
26030
26031 2001-12-07  Daniel Jacobowitz  <drow@mvista.com>
26032
26033         * gdb.c++/classes.exp, gdb.c++/derivation.exp,
26034         gdb.c++/inherit.exp, gdb.c++/method.exp,
26035         gdb.c++/namespace.exp, gdb.c++/templates.exp,
26036         gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
26037         and class layout support.
26038
26039 2001-12-07  Daniel Jacobowitz  <drow@mvista.com>
26040
26041         * gdb.c++/classes.exp: Add test for static member function.
26042         * gdb.c++/misc.cc: Add class with static member function.
26043
26044 2001-12-07  Jim Blandy  <jimb@redhat.com>
26045
26046         If GDB says it can't find the struct the function returned, report
26047         those tests as `unsupported'.
26048         * gdb.base/call-rt-st.exp (print_struct_call): New function.
26049         Rewrite subsequent tests to use it.
26050
26051         If GDB says it can't find the struct the function returned, report
26052         those tests as `unsupported'.
26053         * gdb.base/structs.exp (call_struct_func): New function.
26054         (do_function_calls): Use call_struct_func to call the functions
26055         returning structs.
26056
26057         * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
26058         whether functions are prototyped or not, so we can't possibly pass
26059         arguments to t_float_values2 properly.
26060
26061         * gdb.base/break.exp: (test_next_with_recursion): Don't change the
26062         value of `timeout' for targets other than the mips*tx39-*.
26063
26064 2001-12-06  Michael Snyder  <msnyder@redhat.com>
26065
26066         * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
26067         and detect whether the start symbol has a leading underscore.
26068
26069 2001-12-04  Jim Blandy  <jimb@redhat.com>
26070
26071         * gdb.base/completion.exp: Clarify indentation.
26072
26073 2001-12-03  Jim Blandy  <jimb@redhat.com>
26074
26075         * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
26076         variables on the S/390, not `.word'.
26077
26078 2001-11-30  Jim Blandy  <jimb@redhat.com>
26079
26080         Add assembly-source tests for s390-ibm-linux.
26081         * gdb.asm/s390.inc: New file.
26082         * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
26083         the S/390 architecture.
26084         * gdb.asm/configure: Regenerated.
26085
26086 2001-11-30  Michael Snyder  <msnyder@redhat.com>
26087
26088         * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
26089         next, info source, info sources, info line, global and static
26090         variables, and static functions.
26091         * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
26092         * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
26093         * gdb.asm/asmsrc1.s: Add a static function and some variables.
26094         * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
26095         * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
26096         (gdbasm_leave): Restore frame pointer.
26097         (gdbasm_startup): Copy stack set-up from crt0.S.
26098
26099 2001-11-26  Fernando Nasser  <fnasser@redhat.com>
26100
26101         From 2001-11-12 Jackie Smith Cashion  <jsmith@redhat.com>:
26102         * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
26103         to a local (non-static) variable. Copy tstruct.a to a static buffer
26104         and return a pointer to that buffer.
26105         * gdb.base/callfwmall.c (t_structs_a): Ditto.
26106
26107 2001-11-24  Mark Kettenis  <kettenis@gnu.org>
26108
26109         * gdb.asm/configure.in: Fix recognition of ix86 target.
26110         * gdb.asm/configure: Regenerate.
26111
26112 2001-11-21  Michael Snyder  <msnyder@redhat.com>
26113
26114         * gdb.asm/sparc.inc: New file.
26115         * gdb.asm/asm-source.exp: Recognize sparc target.
26116         * gdb.asm/configure.in: Recognize sparc target.
26117         * gdb.asm/configure: Regenerate.
26118
26119 2001-11-21  Michael Snyder  <msnyder@redhat.com>
26120
26121         * gdb.asm/m32r.inc: New file.
26122         * gdb.asm/asm-source.exp: Recognize m32r target.
26123         * gdb.asm/configure.in: Recognize m32r target.
26124         * gdb.asm/configure: Regenerate.
26125
26126 2001-11-20  Michael Snyder  <msnyder@redhat.com>
26127
26128         * gdb.asm/i386.inc: New file.
26129         * gdb.asm/asm-source.exp: Recognize ix86 target.
26130         * gdb.asm/configure.in: Recognize ix86 target.
26131         * gdb.asm/configure: Regenerate.
26132
26133         * gdb.c++/namespace.exp: Fix quotes in output messages.
26134
26135 2001-11-14  Michael Snyder  <msnyder@redhat.com>
26136
26137         * gdb.base/code-expr.exp: New file.  Tests use of the "@code"
26138         qualifier in a type cast expression, to designate an address
26139         in the instruction space (Harvard architecture).
26140
26141 2001-11-13  Michael Snyder  <msnyder@redhat.com>
26142
26143         * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
26144         Tests for expressions using 'const' and 'volatile'.
26145
26146 2001-11-13  Corinna Vinschen  <vinschen@redhat.com>
26147
26148         * gdb.asm/asm-sources.exp: Allow defining linker flags.
26149
26150 2001-11-12  Daniel Jacobowitz  <drow@mvista.com>
26151
26152         * lib/mi-support.exp (mi_run_to_helper): Move comments
26153         outside of gdb_expect.
26154
26155 2001-11-11  Daniel Jacobowitz  <drow@mvista.com>
26156
26157         * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
26158         mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
26159         mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
26160         mi0_run_to): New functions.
26161         * gdb.mi/mi-simplerun.exp: Use them.
26162         * gdb.mi/mi0-simplerun.exp: Likewise.
26163         * gdb.mi/mi-var-cmd.exp: Likewise.
26164         * gdb.mi/mi0-var-cmd.exp: Likewise.
26165
26166 2001-11-10  Andrew Cagney  <ac131313@redhat.com>
26167
26168         * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
26169         * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
26170
26171 2001-11-09  Andrew Cagney  <ac131313@redhat.com>
26172
26173         * gdb.base/restore.exp: Include $expected value in restored test
26174         message.
26175
26176 2001-11-09  Andrew Cagney  <ac131313@redhat.com>
26177
26178         * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
26179         implemented.
26180
26181 2001-11-08  Michael Snyder  <msnyder@redhat.com>
26182
26183         * gdb.base/callfuncs.exp: Add tests for nested call dummies.
26184         Add pass/fail message for stop at breakpoint in call dummy function.
26185
26186 2001-11-07  Michael Snyder  <msnyder@redhat.com>
26187
26188         * gdb.c++/templates.exp (test_template_breakpoints):
26189         If we get an overload menu, but it does not match what
26190         we expect, we still need to issue the "cancel" command.
26191         * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
26192         making the whitespace optional.  Argument for "new" may be
26193         "unsigned" as well as "unsigned int/long".
26194         * gdb.c++/templates.exp: Replace "const &" with "const ?&",
26195         making the whitespace optional.  Also replace "(void) with
26196         "((void|)), making the keyword "void" optional.
26197         * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
26198         making the whitespace optional.  Also replace "(void) with
26199         "((void|)), making the keyword "void" optional.
26200         * gdb.base/callfuncs.c (t_float_values): This function must
26201         _not_ be prototyped, and the following function (t_float_values2)
26202         must be prototyped (if the compiler supports it), so that GDB
26203         can be tested against both cases.  Usually one case involves
26204         promotion of float to double, while the other does not.
26205         * gdb.base/callfwmall.c: Ditto.
26206         * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
26207         includes a stack frame for "start".
26208
26209 2001-11-05  Jim Blandy  <jimb@redhat.com>
26210
26211         * gdb.stabs/weird.exp: Delete "p v_comb" test.  It assumes that
26212         pointers are 32 bits long, and that offsets of relocs are always
26213         stored in the data (REL-style), and not in the reloc entry itself
26214         (RELA-style).
26215         * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
26216         stabs.
26217
26218 2001-11-01  Michael Snyder  <msnyder@redhat.com>
26219
26220         * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
26221         and regular expression operators by using quoting.
26222
26223 2001-10-31  Michael Snyder  <msnyder@redhat.com>
26224
26225         * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
26226         depending on what the symbol table contains.
26227         * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
26228         the output of the ptype command.  Similarly, accept both "const &"
26229         and "const&".
26230
26231 2001-10-31  Corinna Vinschen  <vinschen@redhat.com>
26232
26233         * gdb.base/miscexprs.c (main): Add usage of preprocessor
26234         symbol `STORAGE' to allow to choose the storage class of
26235         the local datastructures.
26236         * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
26237         compiler directive.
26238
26239 2001-10-30  Michael Snyder  <msnyder@redhat.com>
26240
26241         * gdb.base/jump.exp: Allow it to run for all targets.
26242
26243 2001-10-29  Corinna Vinschen  <vinschen@redhat.com>
26244
26245         * gdb.base/call-ar-st.c (print_double_array): Match for loop
26246         with new double_array size.
26247         (main): Change storage class of all local variables to static.
26248         Reduce size of double_array to 9.
26249         * gdb.base/call-ar-st.exp:  Increase timeout value.
26250         Change expected output for double array to match new size in
26251         call-ar-st.c.
26252
26253 2001-10-29  Corinna Vinschen  <vinschen@redhat.com>
26254
26255         * gdb.base/ending-run.exp: Create identical output when passing
26256         `step to end of run' case.  Add regular expression branch satisfying
26257         Stormy16 target.
26258
26259 2001-10-28  Mark Kettenis  <kettenis@gnu.org>
26260
26261         * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
26262         that we catch the expected failure under Linux/x86.
26263
26264 2001-10-29  Orjan Friberg  <orjanf@axis.com>
26265
26266         * gdb.base/setvar.exp: Escape curly braces.
26267         * gdb.stabs/weird.exp: Ditto.
26268
26269 2001-10-27  Daniel Jacobowitz  <drow@mvista.com>
26270
26271         * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
26272         * gdm.mi/mi0-hack-cli.exp: Likewise.
26273
26274 2001-10-25  Andrew Cagney  <ac131313@redhat.com>
26275
26276         * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
26277         messages.
26278
26279 2001-10-21  Andrew Cagney  <ac131313@redhat.com>
26280
26281         * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
26282         checking MI enabled.
26283
26284 2001-10-09  Corinna Vinschen  <vinschen@redhat.com>
26285
26286         * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
26287
26288 2001-10-04  Frank Ch. Eigler  <fche@redhat.com>
26289
26290         * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
26291         if gdb child process crashes, just signal an error.
26292
26293 2001-10-02  Jim Blandy  <jimb@redhat.com>
26294
26295         * lib/gdb.exp (test_xfail_format): Simplify.
26296
26297         * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
26298         front of the variable name `format'.  Simplify `if'.
26299
26300 2001-10-01  Daniel Jacobowitz  <drow@mvista.com>
26301
26302         * gdb.threads/pthreads.exp: Wait for output and delay
26303         before sending ^C.
26304
26305 2001-10-01  Daniel Jacobowitz  <drow@mvista.com>
26306
26307         * gdb.mi/mi-var-display.exp (continue to incr_a):  Recognize
26308         some incorrect output instead of timing out.
26309         * gdb.mi/mi-var-display.exp (continue to incr_a):  Likewise.
26310
26311 2001-09-28  Corinna Vinschen  <vinschen@redhat.com>
26312
26313         * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
26314         check to allow additional `int'.
26315
26316 2001-09-27  Daniel Jacobowitz  <drow@mvista.com>
26317
26318         * gdb.base/completion.exp: Remove incorrect 'p "a' test.
26319         Add tests for 'p "break' (pass) and 'p "break.' (xfail).
26320
26321 2001-09-27  Michael Snyder  <msnyder@redhat.com>
26322
26323         * lib/gdb.exp (test_debug_format): New proc.
26324         (setup_xfail_format): Use new proc test_debug_format.
26325         * gdb.base/constvars.exp (local_compiler_xfail_check): New
26326         proc; use new service proc test_debug_format.
26327         Replace all other "gcc_compiled" tests with this test.
26328         * gdb.base/volatile.exp (local_compiler_xfail_check): New
26329         proc; use new service proc test_debug_format.
26330         Replace all other "gcc_compiled" tests with this test.
26331
26332 2001-09-27  Michael Snyder  <msnyder@redhat.com>
26333
26334         * gdb.base/cvexpr.exp: New file.
26335         * gdb.base/cvexpr.c: New file
26336         Test for expressions using const and volatile keywords.
26337
26338 2001-09-26  Corinna Vinschen  <vinschen@redhat.com>
26339
26340         * gdb.base/constvars.exp: Check for different orders of keywords
26341         and additional "int" strings in output.
26342
26343 2001-09-22  Andrew Cagney  <ac131313@redhat.com>
26344
26345         * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
26346         responses from "help maint".
26347
26348 2001-09-19  Frank Ch. Eigler  <fche@redhat.com>
26349
26350         * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
26351         to localhost:NNN instead of :NNN, in case Xvfb is listening
26352         only on TCP.
26353
26354 2001-09-19  Corinna Vinschen  <vinschen@redhat.com>
26355
26356         * gdb.base/recurse.exp: When checking leaving the watchpoint
26357         scope, recognize when gdb is in function's epilogue and pass.
26358
26359 2001-09-18  Keith Seitz  <keiths@redhat.com>
26360
26361         * lib/insight-support.exp (_gdbtk_export_target_info): Add
26362         support for running tests against sid targets.
26363         (gdbtk_done): Ditto.
26364
26365 2001-09-18  Corinna Vinschen  <vinschen@redhat.com>
26366
26367         * gdb.base/ending-run.c (main): Set stdout buffersize
26368         to the same reasonable value for any target.
26369         * gdb.base/ending-run.exp: Add a regular expression
26370         to make testsuite happy on Sanyo Stormy16 target.
26371
26372 2001-09-17  Corinna Vinschen  <vinschen@redhat.com>
26373
26374         * gdb.base/display.c (do_loops): Add float variable `f'.
26375         Increment f in loop.
26376         * gdb.base/display.exp: Increment timeout by 60 seconds.
26377         Change float display test to use variable `f'.
26378
26379 2001-09-17  Jim Blandy  <jimb@redhat.com>
26380
26381         * gdb.base/restore.exp: Use temporary breakpoints, to avoid
26382         overflowing the limited breakpoint tables on some ROM monitors
26383         (like the ROM68K).
26384
26385 2001-09-15  Frank Ch. Eigler  <fche@redhat.com>
26386
26387         * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
26388         the "-ac" (disable access control) flag.
26389
26390 2001-08-30  Jeff Holcomb  <jeffh@redhat.com>
26391
26392         * gdb.base/remote.c: Use a small buffer for targets with 16-bit
26393         ints.
26394
26395 2001-08-30  Keith Seitz  <keiths@redhat.com>
26396
26397         * lib/gdb.exp: Move all insight-related functionality into
26398         separate file.
26399         * lib/insight-support.exp: New file.
26400
26401 2001-08-29  Frank Ch. Eigler  <fche@redhat.com>
26402
26403         * config/sid.exp (sid_start): Never set sid verbosity; disable
26404         expect_background {} that consumed its stdout; tolerate </dev/null.
26405         Attempt to set endianness override in "sid" protocol mode.  Cleanup.
26406
26407 2001-08-18  Andrew Cagney  <ac131313@redhat.com>
26408
26409         * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
26410         CLI jump command to start it.
26411         (mi_run_to_main): Fail immediatly when unexpected output.
26412
26413 2001-08-18  Andrew Cagney  <ac131313@redhat.com>
26414
26415         * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
26416         beginning of function.  Fix PR gdb/191.
26417
26418 2001-08-16  Frank Ch. Eigler  <fche@redhat.com>
26419
26420         * config/sid.exp (sid_start): Don't warn if we cannot figure out
26421         what to force sid endianness to.
26422
26423 2001-08-15  Keith Seitz  <keiths@redhat.com>
26424
26425         * lib/gdb.exp (gdbtk_start): Don't set environment
26426         variables for TCL_LIBRARY and friends. Insight will
26427         now figure these out for itself.
26428
26429 2001-08-02  Michael Snyder  <msnyder@redhat.com>
26430
26431         * gdb.base/completion.exp: Remove the symbol "a64l" from
26432         the expect string; this is target-specific, and not related
26433         to what is being tested.
26434
26435 2001-08-02  Dave Brolley  <brolley@redhat.com>
26436
26437         * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
26438
26439 2001-07-25  Michael Snyder  <msnyder@redhat.com>
26440
26441         * gdb.base/consecutive.exp: New file.  Test stepping over
26442         breakpoints on consecutive instructions.
26443         * gdb.base/consecutive.c: New file.
26444
26445         * gdb.base/call-rt-st.exp: Use double-backslash to quote
26446         curly braces in regular expressions.
26447
26448 2001-07-25  Michael Snyder  <msnyder@redhat.com>
26449
26450         * gdb.base/ending-run.exp: Accept "Program exited normally" as
26451         legitimate output from stepping out of main.
26452
26453 2001-07-22  Keith Seitz  <keiths@redhat.com>
26454
26455         * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
26456         the empty string, do not run the tests.
26457
26458 2001-07-17  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
26459
26460         * gdb.base/long_long.exp: Detect size of pointer.  Take into
26461         account 2-byte pointers when testing for p/a results.
26462
26463 2001-07-17  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
26464
26465         * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
26466         and defined to 1K for m68hc11.
26467         (random_data): Reduce table to 1K for embedded platforms (68hc11).
26468         * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
26469         (sizeof_random_data): New variable to tell the size of the data table;
26470         don't test past this size; always run to main.
26471
26472 2001-07-16  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
26473
26474         * gdb.base/return2.exp: return of long long and double fails for
26475         68HC11; don't execute these tests on that platform.
26476         * gdb.base/return.exp: Return of a double fails for 68hc11.
26477
26478 2001-07-16  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
26479
26480         * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
26481         tests that print a float.
26482         * call-rt-st.exp: Likewise.
26483
26484 2001-07-12  Mark Kettenis  <kettenis@gnu.org>
26485
26486         * gdb.base/so-impl-ld.exp: Remove stray space that prevented
26487         running this test on Linux.
26488
26489 2001-06-24  Michael Chastain  <chastain@redhat.com>
26490
26491         * gdb.base/arithmet.exp: Remove some tests to make all test names
26492         unique.
26493
26494 2001-07-03  Michael Snyder  <msnyder@redhat.com>
26495
26496         * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
26497         the output of the ptype command.
26498
26499 2001-07-02  Michael Snyder  <msnyder@redhat.com>
26500
26501         * gdb.base/completion.exp: Don't assume that break.c is the only
26502         source file that may contain functions named "marker".
26503         * gdb.base/corefile.exp: Quote the curly braces in regexp.
26504
26505 2001-06-28  Andrew Cagney  <ac131313@redhat.com>
26506
26507         * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
26508         of files to delete.
26509
26510         From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
26511         * gdb.disasm/h8300s.exp: New file.
26512         gdb.disasm/h8300s.s: Likewise.
26513
26514 2001-06-27  Andrew Cagney  <ac131313@redhat.com>
26515
26516         * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
26517         empty breakpoint tables.
26518
26519 2001-06-25  Andrew Cagney  <ac131313@redhat.com>
26520
26521         * lib/mi-support.exp: Update args=... part of stop-reason
26522         patterns. Accept either a list or a tuple.
26523
26524 2001-06-23  Andrew Cagney  <ac131313@redhat.com>
26525
26526         * lib/mi-support.exp: Remove local emacs variable defining
26527         change-log-default-name.
26528
26529 2001-06-22  Michael Chastain  <chastain@redhat.com>
26530
26531         * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
26532         This is operationally compatible with the previous version.
26533
26534 2001-06-13  Jim Blandy  <jimb@redhat.com>
26535
26536         * lib/gdb.exp (gdb_test): Doc fix.
26537
26538 2001-06-10  Michael Chastain  <chastain@redhat.com>
26539
26540         * gdb.base/exprs.exp: Remove a duplicate test.
26541
26542 2001-06-06  Jim Blandy  <jimb@redhat.com>
26543
26544         * gdb.base/return2.exp (main): Use values to test float and double
26545         returns that are not NaN's, to avoid being confused by IEEE
26546         comparison rules.
26547
26548 2001-06-04  Michael Snyder  <msnyder@redhat.com>
26549
26550         * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
26551         non-zero if control_c fails.  Terminate the test on failure,
26552         rather than wait for 12 more tests to time out.
26553
26554 2001-06-06  Jim Blandy  <jimb@redhat.com>
26555
26556         * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
26557         Don't forget to match the GDB prompt.
26558
26559         * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
26560
26561 2001-06-04  Jim Blandy  <jimb@redhat.com>
26562
26563         * gdb.base/help.exp: Update pattern to exclude `print-load-map'
26564         command.
26565
26566 2001-05-31  Kevin Buettner  <kevinb@redhat.com>
26567
26568         * gdb.base/annota1.exp (info break): Match four or more spaces
26569         after "Address".
26570
26571 2001-05-31  Michael Chastain  <chastain@redhat.com>
26572
26573         * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
26574         (dm_type_int_star): Likewise.
26575         (dm_type_long_star): Likewise.
26576         (dm_type_void_star): Likewise.
26577
26578 2001-05-29  Kevin Buettner  <kevinb@redhat.com>
26579
26580         * gdb.base/completion.exp (INPUTRC): Set this environment variable
26581         to a known value in order to get consistent results regardless
26582         of the setting of INPUTRC or the presence or contents of .inputrc.
26583
26584 2001-05-24  Michael Snyder  <msnyder@redhat.com>
26585
26586         * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
26587         Don't require that the main thread and the manager thread are the
26588         first in the list.
26589
26590         * gdb.threads/pthreads.exp (test_startup): Relax test for thread
26591         debugging.  If test fails, issue an "unsupported" not a "fail".
26592
26593 2001-05-24  Jim Blandy  <jimb@redhat.com>
26594
26595         Don't assume that short is shorter than int.
26596         * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
26597         assume that shorts are smaller than ints.  On a 16-bit machine,
26598         this isn't true.
26599         ("print unsigned char == (~0)"): Add test that verifies that ~0,
26600         an int, is not equal to ~0 stored in an unsigned char.  This tests
26601         the same thing that the previous test meant to, but works on
26602         16-bit machines, too.
26603         ("print unsigned char != (~0)"): Same test, complemented.
26604
26605 2001-05-24  Michael Snyder  <msnyder@redhat.com>
26606
26607         * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
26608         test for (full_coverage == 0).  This makes the test run faster,
26609         and prevents dejagnu getting out of step.
26610
26611 2001-05-23  Kevin Buettner  <kevinb@redhat.com>
26612
26613         * gdb.base/finish.exp (finish_void): Revise pattern for
26614         stopping on the call statement to not permit stopping at
26615         the start of the instructions comprising the call sequence.
26616
26617 2001-05-19  Michael Chastain  <chastain@redhat.com>
26618
26619         * gdb.base/callfuncs.exp: Make all test names unique.
26620         * gdb.base/commands.exp: Make all test names unique.
26621         * gdb.base/condbreak.exp: Make all test names unique.
26622         * gdb.base/dbx.exp: Make all test names unique.
26623         * gdb.base/default.exp: Make all test names unique.
26624         * gdb.base/define.exp: Make all test names unique.  Conform some FAIL
26625         and TIMEOUT messages to their corresponding PASS message.
26626         * gdb.base/ending-run.exp: Make all test names unique.
26627         * gdb.base/long_long.exp: Remove duplicate test.
26628
26629 2001-05-21  Kevin Buettner  <kevinb@redhat.com>
26630
26631         * gdb.base/finish.exp (finish_void): Allow "finish" command to
26632         stop on the call statement as well as the statement after the
26633         call.
26634
26635 2001-05-21  Michael Snyder  <msnyder@redhat.com>
26636
26637         * gdb.base/long_long.exp: Allow for targets with 4-byte short.
26638
26639 2001-05-10  Elena Zannoni  <ezannoni@redhat.com>
26640
26641         * gdb.base/completion.exp: Revamp test. Make it execute on all
26642         platforms.
26643
26644 2001-05-10  Elena Zannoni  <ezannoni@redhat.com>
26645
26646         * config/gdbserver.exp (gdb_load): Handle the case
26647         in which the arguments to gdbserver are given in the
26648         baseboard configuration file.
26649         Also handle the case in which the server needs to do a
26650         load.
26651
26652 2001-05-07  Keith Seitz <keiths@cygnus.com>
26653
26654         * lib/gdb.exp (gdbtk_initialize_display): New proc which will
26655         set up the display for testing.
26656         (gdbtk_start): Convert all paths to paths that tcl will like.
26657         Export target information to environment.
26658         (_gdbtk_xvfb_init): New proc to start Xvfb if available and
26659         necessary.
26660         (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
26661         (to_tcl_path): New proc to convert a given pathname into
26662         a path acceptible as an argument to a tcl command.
26663         (_gdbtk_export_target_info): New proc to export target info
26664         into the environment for gdbtk testing.
26665         (gdbtk_done): New proc to signal end-of-test.
26666
26667 2001-05-06  Jim Blandy  <jimb@redhat.com>
26668
26669         * restore.c: Make the code of caller0 correspond to its comment.
26670
26671 2001-05-03  Michael Snyder  <msnyder@redhat.com>
26672
26673         * config/sid.exp (gdb_target_sid): Check for error messages.
26674         On error or timeout, don't make expect exit (which will terminate
26675         all subsequent tests); instead just make gdb exit.
26676         (gdb_load): Check for error messages.  On error or timeout,
26677         return a negative value.
26678
26679 2001-04-24  Jim Blandy  <jimb@redhat.com>
26680
26681         * gdb.c++/templates.exp: If we see the prompt for the overload
26682         list, but we haven't recognized any of the longer patterns,
26683         arrange for this test to fail, not hang.
26684
26685         * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
26686         variations.
26687
26688 2001-04-22  Michael Chastain  <chastain@redhat.com>
26689
26690         * gdb.c++/local.exp: Use the 'runto' library function.
26691         * gdb.c++/namespace.exp: Likewise.
26692         * gdb.c++/overload.exp: Likewise.
26693
26694 2001-03-26  Kevin Buettner  <kevinb@redhat.com>
26695
26696         * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
26697         * gdb.base/step-line.exp: New file.  Test step/next in presence of
26698         #line directives.
26699         * gdb.base/step-line.c: New file.  Test program for the above.
26700         * gdb.base/step-line.inp: New file.  We pretend that this file has
26701         been transformed by some other tool into step-line.c.
26702
26703 2001-03-21  Jim Blandy  <jimb@redhat.com>
26704
26705         * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
26706         unmangled operator names.
26707
26708 2001-03-20  Jim Blandy  <jimb@redhat.com>
26709
26710         * gdb.threads/linux-dp.exp: Recognize an additional message
26711         generated by GDB when it doesn't understand how to debug threads
26712         on the target system.
26713
26714 2001-03-19  Andrew Cagney  <ac131313@redhat.com>
26715
26716         * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
26717
26718 2001-03-12  Michael Chastain  <chastain@redhat.com>
26719
26720         * gdb.c++/derivation.exp: Use the 'runto' library function.
26721
26722 2001-03-12  Michael Chastain  <chastain@redhat.com>
26723
26724         * gdb.c++/annota2.exp: Fix regular expression for "post-query".
26725
26726 2001-02-24  Michael Chastain  <chastain@redhat.com>
26727
26728         * gdb.c++/ref-types.exp: Change handwritten code to library
26729         function 'runto'.
26730
26731 2001-03-16  Orjan Friberg  <orjanf@axis.com>
26732
26733         * gdb.base/signals.exp: Set count to 0 explicitly.
26734
26735 2001-03-15  Mark Salter  <msalter@redhat.com>
26736
26737         * config/monitor.exp (gdb_target_cmd): Add explicit error return.
26738         (gdb_target_monitor): Add check of gdb_target_cmd return value.
26739         (gdb_load): Add support for additional target_info: gdb_download_size
26740         and gdb_load_timeout.
26741
26742 Thu Mar  8 16:06:00 2001  David Taylor  <taylor@redhat.com>
26743
26744         * gdb.base/annota1.exp: Move test of isnative to earlier in the
26745         file -- to prevent failing when the compile fails but we have no
26746         intention of running the tests anyway.
26747
26748         * gdb.base/long_long.exp: Test target_info for no_long_long, skip
26749         tests if set.
26750
26751         * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
26752         integers.
26753
26754         * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
26755         * gdb.c++/namespace.exp: Ditto.
26756
26757 2001-03-07  Orjan Friberg  <orjanf@axis.com>
26758
26759         * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
26760         * gdb.base/pointers.exp: Relax pattern match of decimals.
26761
26762 2001-03-06  Kevin Buettner  <kevinb@redhat.com>
26763
26764         * Makefile.in, config/abug.exp, config/cfdbug.exp,
26765         config/cpu32bug.exp, config/dve.exp, config/est.exp,
26766         config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
26767         config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
26768         config/monitor.exp, config/proelf.exp, config/rom68k.exp,
26769         config/sh.exp, config/sid.exp, config/slite.exp,
26770         config/sparclet.exp, config/udi.exp, config/unknown.exp,
26771         config/vr4300.exp, config/vr5000.exp, config/vx.exp,
26772         config/vxworks.exp, config/vxworks29k.exp,
26773         gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
26774         gdb.base/all-bin.exp, gdb.base/annota1.exp,
26775         gdb.base/arithmet.exp, gdb.base/assign.exp,
26776         gdb.base/async.exp, gdb.base/attach.exp,
26777         gdb.base/bitfields.exp, gdb.base/bitops.exp,
26778         gdb.base/break.exp, gdb.base/call-ar-st.exp,
26779         gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
26780         gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
26781         gdb.base/commands.exp, gdb.base/completion.exp,
26782         gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
26783         gdb.base/constvars.exp, gdb.base/corefile.exp,
26784         gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
26785         gdb.base/display.exp, gdb.base/ena-dis-br.exp,
26786         gdb.base/ending-run.exp, gdb.base/environ.exp,
26787         gdb.base/eval-skip.exp, gdb.base/exprs.exp,
26788         gdb.base/finish.exp, gdb.base/foll-exec.exp,
26789         gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
26790         gdb.base/funcargs.exp, gdb.base/help.exp,
26791         gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
26792         gdb.base/logical.exp, gdb.base/long_long.exp,
26793         gdb.base/maint.exp, gdb.base/mips_pro.exp,
26794         gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
26795         gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
26796         gdb.base/pointers.exp, gdb.base/printcmds.exp,
26797         gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
26798         gdb.base/regs.exp, gdb.base/relational.exp,
26799         gdb.base/remote.exp, gdb.base/reread.exp,
26800         gdb.base/restore.exp, gdb.base/return2.exp,
26801         gdb.base/scope.exp, gdb.base/sect-cmd.exp,
26802         gdb.base/selftest.exp, gdb.base/setshow.exp,
26803         gdb.base/setvar.exp, gdb.base/shlib-call.exp,
26804         gdb.base/sigall.exp, gdb.base/signals.exp,
26805         gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
26806         gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
26807         gdb.base/step-test.exp, gdb.base/structs.c,
26808         gdb.base/structs.exp, gdb.base/structs2.exp,
26809         gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
26810         gdb.base/volatile.exp, gdb.base/watchpoint.exp,
26811         gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
26812         gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
26813         gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
26814         gdb.c++/derivation.exp, gdb.c++/inherit.exp,
26815         gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
26816         gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
26817         gdb.c++/ref-types.exp, gdb.c++/templates.exp,
26818         gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
26819         gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
26820         gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
26821         gdb.fortran/types.exp, gdb.java/jmisc.exp,
26822         gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
26823         gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
26824         gdb.trace/actions.exp, gdb.trace/backtrace.exp,
26825         gdb.trace/circ.exp, gdb.trace/collection.exp,
26826         gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
26827         gdb.trace/limits.exp, gdb.trace/packetlen.exp,
26828         gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
26829         gdb.trace/report.exp, gdb.trace/save-trace.exp,
26830         gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
26831         gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
26832         lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
26833         notices.
26834
26835 2001-02-27  Michael Snyder  <msnyder@cygnus.com>
26836
26837         * gdb.base/varargs.c (find_max_double): Fix printf format string:
26838         first arg is int not float.
26839
26840 2001-02-22  Michael Snyder  <msnyder@cygnus.com>
26841
26842         * gdb.base/reread.exp: Unsupported for non-native targets;
26843         doesn't work for remote debugging.
26844
26845 2001-02-19  Fernando Nasser  <fnasser@redhat.com>
26846
26847         From  Drew Moseley  <dmoseley@redhat.com>
26848         * gdb.base/ending-run.exp: Properly handle the BSP state when
26849         stepping past the end of main.
26850
26851 2001-02-19  John Moore  <jmoore@redhat.com>
26852
26853         * gdb.base/commands.exp (infrun_breakpoint_command_test):
26854         Converted HPUX fix for non-expected items following multiple
26855         step commands into general solution for all platforms.
26856
26857 2001-02-18  Michael Chastain  <chastain@redhat.com>
26858
26859         * gdb.c++/classes.exp (do_tests): Change runto statements
26860         from "runto 'foo(void)'" to "runto 'foo'".  This makes the
26861         statements demangler agnostic.
26862         * gdb.c++/virtfunc.exp (do_tests): Likewise.
26863         (gdb_virtfunc_restart): Likewise.
26864
26865 2001-02-14  Michael Chastain  <chastain@redhat.com>
26866
26867         * gdb.c++/inherit.exp (do_tests): Change runto statements
26868         from "runto 'foo(void)'" to "runto 'foo'".  This makes the
26869         statements demangler agnostic.
26870
26871 Sun Feb  4 17:32:21 2001  Andrew Cagney  <cagney@redhat.com>
26872
26873         * gdb.threads/pthreads.exp: Unify pass/fail messages for
26874         ``continue to bkpt at common_routine in thread 2'' and ``stopped
26875         before calling common_routine 15 times'' tests.
26876
26877 2001-02-11  Michael Chastain  <chastain@redhat.com>
26878
26879         * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
26880         Helps the test script figure out which demangler is in use.
26881         (dm_type_foo_ref): Ditto.
26882         (dm_type_int_star): Ditto.
26883         (dm_type_long_star): Ditto.
26884         (dm_type_unsigned_int): Ditto.
26885         (dm_type_void): Ditto.
26886         (dm_type_void_star): Ditto.
26887         * gdb.base/cplusfuncs.exp (probe_demangler): New function.
26888         Probe the gdb demangler and set variables to accommodate
26889         formatting differences.
26890         (info_func_regexp): New function.  Same as info_func, but
26891         matches against a regexp.
26892         (info_func): Match against a literal string.
26893         (print_addr_2): New function.  Match against a literal string,
26894         which can be different from the input to gdb.
26895         (print_addr): Simply call print_addr_2 with the same argument twice.
26896         (test_lookup_operator_functions): Use demangler formatting variables.
26897         Blow away the xfails and workarounds for gnats gdb bug gdb/18.  Sort
26898         the tests in the same order as the C++ class declaration.
26899         (test_paddr_operator_functions): Ditto.
26900         (test_paddr_overloaded_functions): Ditto.
26901         (test_paddr_hairy_functions): Use demangler formatting variables.
26902         Add reference to gdb/19 for related tests.
26903         (do_tests): Call probe_demangler.
26904
26905 2001-01-30  Kevin Buettner  <kevinb@redhat.com>
26906
26907         * gdb.c++/templates.cc (printf): Remove unused function definition.
26908
26909 2001-01-26  Felix Lee  <flee@redhat.com>
26910
26911         * sid.exp (sid_exit): Pass host, not target, to remote_close.
26912
26913 2001-01-25  matthew green  <mrg@redhat.com>
26914
26915         * config/sid.exp (sid_start): Call `remote_push_conn' after firing
26916         up sid.
26917         (sid_exit): Call `remote_pop_conn' after GDB is gone.
26918
26919 2001-01-25  matthew green  <mrg@redhat.com>
26920
26921         * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
26922         Deprecate $sid_spawn_id.
26923         (sid_exit): Remove code necessary only for `spawn.'
26924
26925 2001-01-25  matthew green  <mrg@redhat.com>
26926
26927         * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
26928
26929 2001-01-28  Michael Chastain  <chastain@redhat.com>
26930
26931         * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
26932         to call when tests fail.  It takes gdb out of the overloaded
26933         function choice menu back to the main prompt, so that the test
26934         program stays synchronized.
26935         (set_bp_overloaded): New proc to collect all the common
26936         code for setting a breakpoint on an overloaded name.  Calls
26937         take_gdb_out_of_choice_menu when needed.
26938         (menu_overload1arg): New variable to collect the repeated
26939         instances of the expected menu for an overloaded name.  Change
26940         the regular expression to handle changes in g++ type encoding:
26941         "void" can be either "void" or "", and "unsigned int" can be
26942         either "unsigned int" or "unsigned".
26943         (continue_to_bp_overloaded): Change regular expressions to handle
26944         changes in g++ type encoding.
26945         (no proc): Call take_gdb_out_of_choice_menu when needed.
26946         Remove redundant calls to "info break".  Accept either "canceled"
26947         or "cancelled".  Change regular expressions in "info break"
26948         calls to handle changes in g++ type encoding.  Give all tests
26949         unique strings.
26950
26951 2001-01-17  Ben Elliston  <bje@redhat.com>
26952
26953         * config/sid.exp: New file.
26954
26955 Fri Jan 12 18:29:01 2001  Andrew Cagney  <cagney@b1.cygnus.com>
26956
26957         * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
26958
26959 2000-12-21  Michael Snyder  <msnyder@cygnus.com>
26960
26961         * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
26962         Add a RE to accept a non-ascii char if one is ever presented.
26963
26964 2000-12-20  Fernando Nasser  <fnasser@redhat.com>
26965
26966         * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
26967
26968 2000-12-18  Michael Snyder  <msnyder@cygnus.com>
26969
26970         * gdb.base/setvar.exp: Use double '\\' to quote curly braces
26971         in regexp.  One '\' does not suffice on Linux.
26972
26973 2000-12-09  Michael Chastain  <chastain@redhat.com>
26974
26975         * gdb.base/break.exp (test_clear_command): Use a marker function
26976         rather than 'main' for the test function.  Also move this
26977         test to an execution point where the marker function names are
26978         guaranteed to be bound to functions.  (Executing tests after a
26979         'finish' from main runs into name conflicts with local names
26980         in __libc_start_main).
26981
26982 2000-12-07  Michael Snyder  <msnyder@cygnus.com>
26983
26984         * gdb.base/finish.exp: New test for gdb's "finish" command.
26985         * gdb.base/return2.exp: New test for gdb's "return" command.
26986         * gdb.base/return2.c: New source file for above.
26987
26988 2000-12-05  Michael Snyder  <msnyder@cygnus.com>
26989
26990         * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
26991         * gdb.base/miscexprs.exp: Ditto.
26992         * gdb.base/pointers.exp:  Ditto.
26993         * gdb.c++/derivation.exp: Ditto.
26994         * gdb.c++/local.exp:      Ditto.
26995         * gdb.c++/namespace.exp:  Ditto.
26996         * gdb.c++/overload.exp:   Ditto.
26997         * gdb.c++/ref-types.exp:  Ditto.
26998
26999 2000-12-05  Michael Snyder  <msnyder@cygnus.com>
27000
27001         * gdb.base/constvars.exp: Test result of "up" command.
27002         * gdb.base/miscexprs.exp: Ditto.
27003         * gdb.base/pointers.exp:  Ditto.
27004         * gdb.base/scope.exp:     Ditto.
27005         * gdb.c++/derivation.exp: Ditto.
27006         * gdb.c++/local.exp:      Ditto.
27007         * gdb.c++/namespace.exp:  Ditto.
27008         * gdb.c++/overload.exp:   Ditto.
27009         * gdb.c++/ref-types.exp:  Ditto.
27010
27011 2000-11-22  Michael Chastain  <chastain@redhat.com>
27012
27013         * mips_pro.exp: Accept either "middle -> top -> main" or
27014         "middle -> main" in the backtrace, because gcc can optimize
27015         tail calls to jumps.  Remove setup_xfail for the hppa case.
27016         Add a comment with the original warning messages from PR 3016,
27017         which was filed in 1993, to preserve them for posterity.
27018
27019 2000-11-17  Nick Duffek  <nsd@redhat.com>
27020
27021         * lib/gdb.exp (gdb_test): Override timeout with board info.
27022
27023 2000-11-17  Nick Duffek  <nsd@redhat.com>
27024
27025         * gdb.base/display.exp: Don't kill running stub.  Add "again" to
27026         the second kill and detach messages.
27027
27028 2000-11-17  Nick Duffek  <nsd@redhat.com>
27029
27030         * configure.in: Add AC_EXEEXT.
27031         * configure: Regenerate.
27032         * Makefile.in (just-check): Export EXEEXT.
27033         * lib/gdb.exp ($EXEEXT): Import from environment.
27034         * gdb.base/maint.exp: Expect $EXEEXT in executable name.  Don't
27035         expect "maint dump-me" on Cygwin.
27036         * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
27037         $EXEEXT.
27038
27039 2000-11-17  Nick Duffek  <nsd@redhat.com>
27040
27041         * gdb.base/break.exp: Test backtrace and finish from called
27042         function on all platforms, not just HP-UX.
27043
27044 2000-11-03  Michael Snyder  <msnyder@cygnus.com>
27045
27046         * config/monitor.exp (gdb_target_cmd): Abstracts some of the
27047         code from gdb_target_monitor, so it can be used independantly
27048         for gdbserver.  Also comment out an unnecessary PUTS.
27049
27050 2000-11-03  Michael Snyder  <msnyder@cygnus.com>
27051
27052         * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
27053         * gdb.base/corefile.exp: Expect the message "Program is being
27054         debugged already" when we send the "corefile" command, since
27055         the preceeding gdb_load may have connected gdb to a remote target.
27056         * gdb.base/display.exp: Disable hardware watchpoints if new
27057         board info variable "no_hardware_watchpoints" is true.
27058         Replace single-letter commands with more readable ones.
27059         * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
27060         if new board info variable "no_hardware_watchpoints" is true.
27061         * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
27062         to see if stdio (printf) testing is possible.
27063         * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
27064         board info variable "no_hardware_watchpoints" is true.  Use new
27065         proc "gdb_skip_stdio_tests" to see if printf tests are possible.
27066
27067 2000-11-13  Fernando Nasser  <fnasser@redhat.com>
27068
27069         From Orjan Friberg  <orjanf@axis.com>:
27070         * gdb.base/printcmds.exp: Escape curly braces followed by a number
27071         in array print pattern match.
27072
27073 2000-11-09  Fernando Nasser  <fnasser@redhat.com>
27074
27075         * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
27076         spelling "cancelled" to U.S. spelling "canceled" to match changes
27077         made to gdb.
27078         * gdb.c++/ovldbreak.exp: Ditto.
27079
27080 2000-11-06  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
27081
27082         * gdb.base/callfuncs.c (main):  Moved to end of file, call
27083         t_double_values to initialize the FPU before inferior calls are made.
27084         * gdb.base/callfuncs.exp:  Test for register preservation after calling
27085         inferior functions.  Add tests for continuining, finishing and
27086         returning from a stop in a call dummy.
27087
27088 2000-10-24  Michael Snyder  <msnyder@cygnus.com>
27089
27090         * gdb.base/commands.exp: Break up long lines, and re-indent.
27091
27092 2000-10-19  Michael Snyder  <msnyder@cygnus.com>
27093
27094         * config/gdbserver.exp:  Rewritten from the ground up, to make it
27095         compatible with the current dejagnu tree, and to make it work with
27096         the new "gdbserver" in libremote.
27097
27098 2000-10-16  Michael Snyder  <msnyder@cygnus.com>
27099
27100         * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
27101         * gdb.base/varargs.exp: Skip entire test if no printf support.
27102         * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
27103         * gdb.base/shlib-call.exp: Skip several tests if no printf support.
27104
27105 2000-10-13  Michael Snyder  <msnyder@cygnus.com>
27106
27107         * lib/gdb.exp (gdb_skip_float_test): New proc.  Skip test if
27108         no floating point support.
27109         (gdb_skip_stdio_test): New proc.  Skip test if no stdio support.
27110         * gdb.base/call-ar-st.exp: Use above procs to skip tests.
27111         * gdb.base/call-rt-st.exp: Ditto.
27112         * gdb.base/call-strs.exp: Ditto.
27113
27114 2000-08-02  Jimmy Guo  <guo@hpcleara.cup.hp.com>
27115
27116         * gdb.base/sizeof.c: include <stdio.h>.
27117
27118         * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
27119         'finish', otherwise uncaptured gdb_prompt would potentially
27120         throw remaining test points out of sync.
27121
27122 2000-07-26  Scott Bambrough <scottb@netwinder.org>
27123
27124         * gdb.base/recurse.exp: Run tests for all targets.
27125         * gdb.base/so-impl-ld.exp: Added wildcard to handle the
27126         gnu-oldld case on ARM.
27127         * gdb.base/watchpoint.exp (test_stepping): Clear xfail
27128         for ARM targets.
27129
27130 Mon Jul 24 07:46:02 CDT 2000  Clinton Popetz  <cpopetz@cygnus.com>
27131
27132         * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
27133         * gdb.java/configure: Rebuild.
27134
27135 Sun Jul 23 21:42:34 2000  Anthony Green  <green@redhat.com>
27136
27137         * gdb.java/jv-exp.exp: New file.
27138
27139 Sun Jul 23 21:02:42 2000  Anthony Green  <green@redhat.com>
27140
27141         * configure: Rebuilt.
27142         * configure.in (configdirs): Add gdb.java.
27143         * gdb.java/jmisc.java: New file.
27144         * gdb.java/jmisc.exp: New file.
27145         * gdb.java/Makefile.in: New file.
27146         * gdb.java/configure: Rebuilt.
27147         * gdb.java/configure.in: New file.
27148         * lib/java.exp: New file.
27149
27150 Wed Jul 12 18:14:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
27151
27152         * gdb.base/exprs.exp: Test casts to a pointer including over and
27153         underflow.
27154
27155 Thu Jul 13 11:52:53 2000  Andrew Cagney  <cagney@b1.cygnus.com>
27156
27157         * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files.  Compare GDB
27158         and the compilers sizes.
27159
27160 2000-07-09  Nick Duffek  <nsd@redhat.com>
27161
27162         * gdb.c++/misc.cc (class ClassParam, class_param): Define.
27163         (use_methods): New function.
27164         (main): Call use_methods().
27165         * gdb.c++/classes.exp (test_method_param_class): New procedure.
27166         (do_tests): Call test_method_param_class.
27167
27168 2000-07-09  Nick Duffek  <nsd@redhat.com>
27169
27170         * gdb.c++/classes.exp (test_nonexistant_members): Fix name
27171         spelling.
27172         (test_enums): New procedure.  Move enum tests from end of script
27173         to here.  Set breakpoint on function name instead of line number.
27174         * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
27175         (enums2): New marker function.
27176         (enums1): New function.
27177         (main): Call enums1().  Move enum tests to enums1().
27178
27179 Tue Jul  4 03:43:49 2000  Andrew Cagney  <cagney@b1.cygnus.com>
27180
27181         * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
27182         compile/link program.  Update line numbers.
27183         * gdb.asm/d10v.inc: Define ``startup''.
27184         * gdb.asm/asmsrc1.s: Add definition of _start.
27185
27186 Fri Jun 23 17:45:52 2000  Andrew Cagney  <cagney@b1.cygnus.com>
27187
27188         * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
27189
27190 2000-06-18  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27191
27192         * gdb.base/maint.exp: Add 'maint print architecture' item to output
27193         of 'help maint print' command.
27194
27195 Fri Jun 16 18:22:05 2000  Andrew Cagney  <cagney@b1.cygnus.com>
27196
27197         * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
27198         they use gdb_expect_list.
27199
27200 Wed Jun  7 13:02:40 2000  Andrew Cagney  <cagney@b1.cygnus.com>
27201
27202         * gdb.base/commands.exp: Use ``set remote
27203         memory-read-packet-size'' instead of ``set endian big'' to test
27204         long commands.
27205
27206 2000-06-03  Daniel Berlin  <dan@cgsoftware.com>
27207
27208         * gdb.c++/templates.exp (do_tests): Make all of these work under
27209         g++, and stop skipping them.
27210
27211         * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
27212         work under g++.
27213
27214         * gdb.c++/misc.cc: Fix ambiguous initialization with correct
27215         initialization.
27216
27217 2000-06-02  Michael Snyder  <msnyder@cygnus.com>
27218
27219         * gdb.base/annota1.exp (run until main breakpoint): Loosen up
27220         the regular expression: accept an (almost) arbitrary sequence of
27221         "frames-invalid" and "breakpoints-invalid" messages both before
27222         and after the "starting" message.
27223
27224 2000-06-02  Michael Snyder  <msnyder@cygnus.com>
27225
27226         * gdb.c++/local.exp: This test has never been known to work with g++.
27227
27228 2000-05-18  Michael Snyder  <msnyder@cygnus.com>
27229
27230         * gdb.base/annota1.exp (annotate-signal-handler-caller):
27231         Relax the regular expression a little, make it pass on Solaris 8.
27232
27233 2000-05-12  Kevin Buettner  <kevinb@redhat.com>
27234
27235         * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
27236         a call, do not require that gdb stop on the line after the call.
27237         Instead, it is permissible for gdb to stop on the line of the
27238         call itself.
27239
27240 2000-05-12  Michael Snyder  <msnyder@.cygnus.com>
27241
27242         * gdb.base/break.exp (bp on small function, optimized file):
27243         Add a second pass pattern.  The behavior differs here between stabs
27244         and dwarf for one-line functions.  Stabs preserves two line symbols
27245         (one before the prologue and one after) with the same line number,
27246         but dwarf regards these as duplicates and discards one of them.
27247         Therefore the address after the prologue (where the breakpoint is)
27248         has no exactly matching line symbol, and GDB reports the breakpoint
27249         as if it were in the middle of a line rather than at the beginning.
27250
27251 2000-05-08  Michael Snyder  <msnyder@cygnus.com>
27252
27253         * gdb.base/interrupt.exp: Make "pass" message say "send"
27254         rather than "send_gdb" (for consistancy).
27255
27256 Mon May  1 15:37:58 2000  Andrew Cagney  <cagney@b1.cygnus.com>
27257
27258         From 2000-04-28 Andreas Jaeger  <aj@suse.de>:
27259         * gdb.c++/templates.cc: Properly check for GCC version number.
27260         * lib/compiler.cc: Likewise
27261
27262 2000-04-28  Michael Snyder  <msnyder@cygnus.com>
27263
27264         * gdb.base/break.exp: When compiled with -O2 optimization,
27265         gdb may not stop at the first line of main, due to code motion.
27266
27267 2000-04-26  Michael Snyder  <msnyder@cygnus.com>
27268
27269         * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
27270         This test depends on parsing the printf output from the target.
27271         Since the sparclet stub doesn't do stdio, this will never work.
27272         * gdb.base/call-rt-st.exp: ditto.
27273         * gdb.base/call-strs: ditto.
27274
27275 2000-04-24  Michael Snyder  <msnyder@cygnus.com>
27276
27277         * gdb.base/miscexprs.exp: make sizeof long array test portable.
27278
27279         * gdb.base/ending-run.exp: After connecting to a remote target,
27280         but before running, the target will appear to be in a random
27281         location.  Specify both a file and a line for breakpoints.
27282         Also, the function that calls main may be called 'init'
27283         rather than 'start'.
27284
27285 2000-04-17  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27286
27287         * gdb.base/help.exp: Update output for add-symbol-file command.
27288
27289 2000-04-10  Fernando Nasser  <fnasser@cygnus.com>
27290
27291         From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
27292         * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
27293
27294 2000-04-07  J.T. Conklin  <jtc@redback.com>
27295
27296         * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
27297
27298         * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
27299
27300 Thu Mar 30 13:26:19 2000  Philippe De Muyter  <phdm@macqel.be>
27301
27302         * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
27303         values that can be represented exactly.
27304         * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
27305         above change, and to not check against the directory part of the source
27306         file name.
27307         (step into print_long_arg_list): Likewise.
27308         (print print_small_structs from print_long_arg_list): Likewise.
27309         (print print_long_arg_list): Likewise.
27310
27311 2000-03-27  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27312
27313         * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
27314
27315 Mon Mar 27 14:46:37 2000  Andrew Cagney  <cagney@b1.cygnus.com>
27316
27317         * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
27318
27319 2000-03-25  Daniel Berlin  <dan@cgsoftware.com>
27320
27321         * gdb.base/commands.exp (deprecated_command_test): Add test for
27322         deprecate with no arguments.
27323
27324 2000-03-24  Jonathan Larmour  <jlarmour@redhat.co.uk>
27325
27326         * gdb.base/break.exp: Add new test for setting breakpoints on
27327         optimized code so we can test breakpoints work even when function
27328         prologues may be optimized away
27329
27330 2000-03-23  Fernando Nasser  <fnasser@totem.to.cygnus.com>
27331
27332         From David Whedon <dwhedon@gordian.com>
27333         * gdb.base/commands.exp : Added command deprecator tests.
27334
27335 2000-03-22  Daniel Berlin   <dan@cgsoftware.com>
27336
27337        * gdb.base/help.exp: Added test for new apropos command.
27338
27339 2000-03-21  Kevin Buettner <kevinb@redhat.com>
27340
27341         * gdb.base/pointers.c (usevar): New function.
27342         (main): Make sure that global variables v_int_pointer2, rptr,
27343         and y are all referenced someplace in the program by calling
27344         usevar() on them.  [Some linkers delete symbols which are
27345         never referenced.  The space remains, but there's no way to
27346         get a (symbolic) handle on the variable from the debugger.]
27347
27348 2000-03-14  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27349
27350         * gdb.base/printcmds.c: Add typedeffed arrays.
27351
27352         * gdb.base/printcmds.exp (test_print_typedef_arrays): New
27353         procedure to test arrays that are typedef'd.
27354
27355 2000-03-13  James Ingham  <jingham@leda.cygnus.com>
27356
27357         * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
27358         the library directories.
27359
27360 Mon Feb 21 13:05:36 2000  Andrew Cagney  <cagney@b1.cygnus.com>
27361
27362         * configure.in (configdirs): Add sub directory gdb.mi.
27363         * configure: Re-generate.
27364
27365         * gdb.mi: New directory.
27366
27367 2000-02-25  Scott Bambrough <scottb@netwinder.org>
27368
27369         * gdb.base/long_long.exp: Correct test suite failure when printing
27370         a long long value as a double on ARM platforms.
27371
27372 2000-02-16  Jim Blandy  <jimb@redhat.com>
27373
27374         * gdb.base/break.exp ("breakpoint line number"): Make sure the
27375         default source file is set properly before running this test.
27376
27377 2000-02-14  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27378
27379         * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
27380         gdbtk/library directory, not in gdbtcl2.
27381
27382 2000-02-04  Jim Blandy  <jimb@redhat.com>
27383
27384         * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
27385         backslash from regexp pattern.
27386
27387         * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
27388         procedure.  Use it to run all the "continue to bp overloaded"
27389         tests.  Note that this changes the names of the tests slightly.
27390         If the breakpoint hit message includes a hex PC value, because
27391         GCC's Dwarf 2 line info doesn't help us distinguish the prologue
27392         from the real source code, still consider that a pass.
27393
27394         * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
27395         XFAIL here if the breakpoint message contains a hex address.  Note
27396         similar change on 1999-11-02.
27397
27398         * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
27399
27400         * gdb.base/ptype.exp: Establish a default source file before
27401         calling get_debug_format.
27402
27403 2000-02-03  Fernando Nasser  <fnasser@totem.to.cygnus.com>
27404
27405         * gdb.base/watchpoint.exp: Remove duplication of test messages.
27406
27407 2000-02-02  Fernando Nasser  <fnasser@totem.to.cygnus.com>
27408
27409         * gdb.base/step-test.exp: Fix the steps to enter a callee by means
27410         of successive stepi commands -- while in the prologue we should see
27411         the function entry bracket.
27412
27413 2000-02-02  Fernando Nasser  <fnasser@totem.to.cygnus.com>
27414
27415         * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
27416         reach __change_mode() when stepping through the end of main().
27417
27418 2000-01-17  Fernando Nasser  <fnasser@totem.to.cygnus.com>
27419
27420         * gdb.base/default.exp: Fix expected pattern.
27421         * gdb.base/help.exp: Same.
27422
27423 2000-01-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27424
27425         * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
27426         Don't use xfail's because that affects only the following test.
27427
27428         * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
27429         solaris or linux.
27430
27431         * gdb.base/selftest.exp: Update to reflect changes to main.c.
27432
27433 2000-01-07  Michael Snyder  <msnyder@cygnus.com>
27434
27435         * gdb.base/display.exp: Some yacc parsers like to say
27436         "A syntax error" rather than "A parse error".  Accept both.
27437
27438 2000-01-06  Fernando Nasser  <fnasser@totem.to.cygnus.com>
27439
27440         * gdb.base/default.exp: Remove OS dependent string from "target
27441         remote" test.
27442         * gdb.base/help.exp: Same for "help target remote" test.
27443
27444 2000-01-04  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27445
27446         From Jim Kingdon <kingdon@redhat.com>:
27447
27448         * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
27449         prompt (cleanup rather than necessity, but still might keep output
27450         from spilling to next test).
27451
27452 2000-01-02  Fred Fish  <fnf@cygnus.com>
27453
27454         * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
27455         AIX, which defines them in <sys/types.h>.
27456
27457 1999-12-16  Stan Shebs  <shebs@andros.cygnus.com>
27458
27459         * gdb.base/default.exp: Match arm* etc instead of arm in "info
27460         float" test.
27461
27462 1999-12-13 Fernando Nasser  <fnasser@totem.to.cygnus.com>
27463
27464         * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
27465
27466         * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
27467         outermost frame disallowed".
27468
27469 1999-12-09  Fernando Nasser  <fnasser@totem.to.cygnus.com>
27470
27471         * gdb.base/setvar.exp: New tests for setting the value of a struct
27472         with a constant list.
27473
27474 1999-12-08  Fernando Nasser  <fnasser@totem.to.cygnus.com>
27475
27476         * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
27477         require the user to type a cast before setting the value of a struct.
27478
27479 1999-12-06  Jim Blandy  <jimb@cygnus.com>
27480
27481         * gdb.base/default.exp: Expect the new 'info float' command on
27482         all i386 platforms.
27483
27484         * gdb.threads/linux-dp.exp: Expand our ability to recognize
27485         LinuxThreads libraries that don't support debugging.
27486
27487 Sat Dec  4 15:21:18 1999  Andrew Cagney  <cagney@b1.cygnus.com>
27488
27489         * gdb.base/remote.c: Fill the buffer with truely random data.
27490         Change the buffer type to ``unsigned char'' to simplify size
27491         arithmetic.
27492
27493         * gdb.base/remote.exp: Reduce download numbers by one.  Typical
27494         stub only handles 400-1 byte packets.  Verify that the download
27495         worked.
27496
27497 1999-11-30  Fernando Nasser  <fnasser@totem.to.cygnus.com>
27498
27499         * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
27500         tests, using UNRESOLVED for the untested cases.  Also, does not wait
27501         for a timeout if the prompt was received before a recognizable pattern.
27502
27503 1999-11-29  Fernando Nasser  <fnasser@totem.to.cygnus.com>
27504
27505         * lib/gdb.exp (gdb_expect_list): Fix spelling.
27506
27507 1999-11-29  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27508
27509         * gdb.base/watchpoint.exp: Add tests cases for the hit count of
27510         watchpoints.
27511
27512 1999-11-24  Jason Merrill  <jason@casey.cygnus.com>
27513
27514         * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
27515
27516         * gdb.c++/local.exp: Be more flexible in recognizing local class
27517         name mangling.  Don't allow horribly truncated method names.
27518         * gdb.c++/derivation.exp: Expect protected inheritance.
27519         * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
27520         * gdb.c++/virtfunc.exp: Likewise.
27521         * gdb.c++/classes.exp: Likewise.  Don't require the enclosing scope
27522         when printing a nested enum.
27523
27524 1999-11-22  Jim Blandy  <jimb@cygnus.com>
27525
27526         * gdb.base/step-test.exp: Properly await GDB's response to setting
27527         a breakpoint on the call to large_struct_by_value.
27528
27529         * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
27530         just because we have debug info for the `start' function.
27531
27532 1999-11-19  Jim Blandy  <jimb@zenia.red-bean.com>
27533
27534         * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
27535         "Unknown signal" messages, which indicate (on LinuxThreads) that
27536         GDB doesn't know how to debug threads on this system.  This is
27537         better than hanging while philosopher 0 dumps chatter into gdb.log.
27538
27539 1999-11-18  Tom Tromey  <tromey@cygnus.com>
27540
27541         * gdb.trace/deltrace.exp: Updated test to reflect new error text.
27542
27543 1999-11-18  Fred Fish  <fnf@cygnus.com>
27544
27545         * gdb.base/coremaker2.c: Add sample program for generating
27546         cores that is more self contained than coremaker.c.  Eventually
27547         I'll add more code to this and tie it into the testsuite.
27548
27549 1999-11-12  Stan Shebs  <shebs@andros.cygnus.com>
27550
27551         * gdb.base/dollar.exp: Remove, now in gdb.hp.
27552
27553 1999-11-10  Jimmy Guo  <guo@cup.hp.com>
27554
27555         * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
27556         from $srcdir/lib/.
27557         * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
27558         and gdb.c++/.
27559
27560         * gdb.c++/derivation.exp: remove redundant get compiler info code.
27561
27562         * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
27563         'continue with watch' test point.
27564
27565 1999-11-08  Jim Blandy  <jimb@zenia.red-bean.com>
27566
27567         Merged from p2linux-990323-branch:
27568
27569         * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
27570
27571 Mon Nov  8 23:07:09 1999  Andrew Cagney  <cagney@amy.cygnus.com>
27572
27573         * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
27574         {limit,fixed}''.  Test ``set download-write-size''.
27575
27576 Sun Nov  7 17:37:01 1999  Andrew Cagney  <cagney@b1.cygnus.com>
27577
27578         * gdb.base/funcargs.exp: Rewrite stack traceback checks using
27579         gdb_expect_list.
27580
27581 Fri Nov  5 18:40:52 1999  Andrew Cagney  <cagney@b1.cygnus.com>
27582
27583         * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
27584
27585 1999-11-03  Mark Salter  <msalter@cygnus.com>
27586
27587         * gdb.base/break.exp: Fix "stub continue" pattern.
27588
27589 1999-11-03  Jim Blandy  <jimb@zwingli.cygnus.com>
27590
27591         * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
27592
27593 1999-11-02  Jim Blandy  <jimb@zwingli.cygnus.com>
27594
27595         * gdb.base/display.exp ("finish"): Add timeout clause.
27596
27597         * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
27598         plain prompt clause, so this doesn't have to time out in order to
27599         fail.
27600
27601         * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
27602         breakpoint hit messages include an address.
27603
27604         * gdb.base/display.exp: Don't forget to escape parens in regular
27605         expressions.  Unix regexp notatation sucks.
27606
27607 1999-11-02  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27608
27609         * gdb.base/annota1.exp: Test for annotate-signalled: change output
27610         order for 'signalled' message.
27611
27612 1999-11-01  Stan Shebs  <shebs@andros.cygnus.com>
27613
27614         From Jimmy Guo  <guo@cup.hp.com>:
27615         * gdb.base/annota1.exp: Add tests for annotate ignore count change.
27616         * gdb.base/annota1.c: Add code for tests to work with.
27617
27618 1999-10-26  Frank Ch. Eigler  <fche@cygnus.com>
27619
27620         * gdb.base/remote.exp: New test for remote downloading settings.
27621         * gdb.base/remote.c: New file with large .data.
27622
27623 1999-10-18  Jim Blandy  <jimb@zwingli.cygnus.com>
27624
27625         * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
27626         for LinuxThreads support, merged from the Code Fusion branch.
27627
27628 Mon Oct 11 13:57:21 1999  Andrew Cagney  <cagney@amy.cygnus.com>
27629
27630         * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
27631         containing exp_continue into a while within an expect.  Don't
27632         attempt a start more than three times.  Check return value from
27633         gdb_load.
27634
27635 Wed Oct  6 12:05:58 1999  Andrew Cagney  <cagney@b1.cygnus.com>
27636
27637         * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
27638         a pass case.
27639
27640 1999-10-01  Kevin Buettner <kevinb@cygnus.com>
27641
27642         * gdb.base/break.c (main): Added a statement that we can step
27643         off of.
27644         * gdb.base/break.exp: Added tests for setting a breakpoint
27645         at an offset and stepping onto a breakpoint.
27646
27647 1999-10-01  Fred Fish  <fnf@cygnus.com>
27648
27649         * gdb.base/help.exp (help add-symbol-file): Update to match current
27650         gdb output.
27651
27652 1999-09-18  Jim Blandy  <jimb@cris.red-bean.com>
27653
27654         * gdb.base/break.exp: Code locations are in hex, don't forget!
27655         (For HP-UX.)
27656
27657 1999-09-17  Stan Shebs  <shebs@andros.cygnus.com>
27658
27659         * condbreak.exp: Use break.c as test program.
27660         * condbreak.c: Remove, redundant with break.c.
27661
27662 1999-09-15  Stan Shebs  <shebs@andros.cygnus.com>
27663
27664         * config/monitor.exp (gdb_target_monitor): Disable X- and
27665         Z-packets if the target needs it.
27666
27667 1999-09-13  James Ingham  <jingham@leda.cygnus.com>
27668
27669         * gdb.c++/overload.exp: Added tests for listing overloaded
27670         functions with function pointers in the arg, explicitly calling
27671         out the version you want.
27672
27673 1999-09-09  Stan Shebs  <shebs@andros.cygnus.com>
27674
27675         * long_long.exp: Add variations of test cases that work for
27676         targets with 16-bit ints and 32-bit doubles.
27677
27678 1999-09-08  Stan Shebs  <shebs@andros.cygnus.com>
27679
27680         * break.c (main): Compare a possibly-uninitialized argc with an
27681         unlikely value that fits in 16 bits.
27682
27683 1999-09-07  Stan Shebs  <shebs@andros.cygnus.com>
27684
27685         * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
27686         0xfeeb, don't want negative numbers if ints are 16 bits.
27687
27688         * lib/gdb.exp (skip_cplus_tests): New proc.
27689         * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
27690         gdb.c++/anon-union.exp, gdb.c++/classes.exp,
27691         gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
27692         gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
27693         gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
27694         gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
27695         gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
27696         gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
27697
27698         * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
27699
27700 Fri Sep  3 15:37:12 1999  Kevin Buettner  <kevinb@cygnus.com>
27701
27702         * gdb.base/corefile.exp (up): Allow a parameter to appear
27703         in the frame that we're going up to.
27704
27705         From Jim Blandy <jimb@cygnus.com>:
27706
27707         * gdb.base/default.exp (info float): Expect some output now.
27708
27709         * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
27710         returning floating-point values to fail on the x86.
27711         * gdb.base/callfwmall.exp (do_function_calls): Same.
27712
27713         * gdb.base/list.exp (test_listsize): Correct expectations for
27714         listing line 1 with listsize 2.  Also, listing a single line
27715         works now, as does listing three lines.  [Kevin's note: There
27716         were a number of other cases fixed too where the expectations
27717         differed...]
27718
27719 1999-09-02  Stan Shebs  <shebs@andros.cygnus.com>
27720
27721         * gdb.base/selftest.exp: Add case for when version prints as
27722         constant string instead of char pointer.
27723
27724 1999-08-25  Stan Shebs  <shebs@andros.cygnus.com>
27725
27726         * gdb.base/ending-run.exp: Add Solaris case for what happens when
27727         stepping out of main.
27728
27729         * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
27730         G++ used.
27731
27732         * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
27733         always, expect ptype InnerLocal::NestedInnerLocal to fail always.
27734
27735         * gdb.c++/ovldbreak.exp: Update match string in test that
27736         includes a warning of multiple breakpoints.
27737
27738 1999-08-24  Stan Shebs  <shebs@andros.cygnus.com>
27739
27740         * gdb.base/display.exp: Improve precision of step-after-finish
27741         added yesterday.
27742
27743         * gdb.base/signals.exp: Add extra wildcard to "handle all print"
27744         test.
27745
27746         * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
27747         configs when using G++, not just hppa*.
27748
27749 1999-08-24  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27750
27751         * gdb.base/async.c: New file.
27752         * gdb.base/async.exp: New file.
27753
27754 Tue Aug 24 03:24:53 1999  Jeffrey A Law  (law@cygnus.com)
27755
27756         * gdb.base/break.exp: Tweak PA specific tests to properly handle
27757         PA64.
27758
27759 Mon Aug 23 10:25:20 1999  Jeffrey A Law  (law@cygnus.com)
27760
27761         * gdb.base/display.exp: "finish" can leave us mid-line on many
27762         targets, deal with it.  Add a small constant to main, instead of
27763         1000 since main+1000 may not be a valid address in the target.
27764
27765         * gdb.base/dollar.exp: Do not run for PA processors in wide mode
27766         on hpux11.
27767
27768         * gdb.base/attach.exp: Handle another hpux11 error message variant
27769         when attaching to a process that does not exist.
27770
27771 1999-08-19  J.T. Conklin  <jtc@redback.com>
27772
27773         * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
27774         characters in 'continue to 1241' test.
27775
27776 1999-08-17  Stan Shebs  <shebs@andros.cygnus.com>
27777
27778         * gdb.base/call-ar-st.exp: Add a shorter match case for the
27779         stop in print_long_arg_list, define and use a whitespace
27780         variable in print_small_structs test, add an XFAIL for Solaris.
27781         * gdb.base/dbx.exp: XFAIL func commands until somebody is
27782         interested enough to fix.
27783
27784 1999-08-13  Keith Seitz  <keiths@cygnus.com>
27785
27786         * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
27787         (dbx_gdb_load): Remove. Use gdb_load instead, since that
27788         proc knows about targets other than the natives.
27789         (test_assign): Use "gdb_run_cmd" to "run" the target.
27790         Check that we've actually hit the breakpoint at main.
27791         When we attempt to assign a value to a local variable, check
27792         that the variable is in the current scope, i.e., don't use
27793         a test with an empty result.
27794
27795 Tue Aug 10 15:25:16 1999  Andrew Cagney  <cagney@b1.cygnus.com>
27796
27797         * gdb.base/maint.exp: Add test of ``maintenance internal-error''
27798         command.
27799
27800 1999-08-09  Stan Shebs  <shebs@andros.cygnus.com>
27801
27802         From Jimmy Guo <guo@cup.hp.com> and others at HP:
27803         gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
27804         gdb.compat, gdb.threads-hp.
27805         gdb.hp/configure, gdb.hp/configure.in: New files.
27806         gdb.hp/Makefile.in: Recurse into new subdirs.
27807         gdb.hp/gdb.defects: New directory, tests for HP bug reports.
27808         gdb.hp/gdb.objdbg: New directory, tests for debugging info
27809         in object files.
27810         gdb.hp/tools: New directory, aux tools for HP-specific tests.
27811
27812 1999-08-05  Stan Shebs  <shebs@andros.cygnus.com>
27813
27814         * gdb.base/display.exp: Help expect by putting a newline in the
27815         funky printf, remove a bogus p/a test.
27816
27817 1999-08-05  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27818
27819         * gdb.base/display.exp: Make sure that when we say 'run', we are
27820         connected to the target. This is necessary when running not
27821         natively.
27822
27823 1999-08-03  Stan Shebs  <shebs@andros.cygnus.com>
27824
27825         * gdb.base/step-test.exp: Removed some extraneous messages.
27826
27827         * gdb.base/long_long.exp: Don't run memory examination tests
27828         on little-endian targets (they will need a different set of
27829         results to match).
27830
27831 1999-08-02  Stan Shebs  <shebs@andros.cygnus.com>
27832
27833         * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
27834         until somebody decides to fix GDB.
27835
27836         * gdb.base/long_long.c: Stop compiler complaint by specifying long
27837         constant as "ULL".
27838         * gdb.base/long_long.exp: Loosen x/c test, add partial result
27839         matches for a couple x/2 commands.
27840
27841 1999-07-30  Stan Shebs  <shebs@andros.cygnus.com>
27842
27843         * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
27844         by merging in ref-types2 tests.
27845         * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
27846
27847         From Jimmy Guo <guo@cup.hp.com> and others at HP:
27848         * gdb.c++/Makefile.in: Add standard actions.
27849         (EXECUTABLES): Rename from PROGS, update list.
27850         * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
27851         from gdb.hp.
27852         * gdb.c++/anon-union.cc: Don't use anonymous struct, make
27853         foo and bar locals.
27854         * gdb.c++/anon-union.exp: Fix tests to match.
27855         * gdb.c++/classes.exp: Run if HP compiler used, add extra
27856         expect matches to handle output variations.
27857         * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
27858         * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
27859         output, add HP alternatives for new and delete prints.
27860         * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
27861         gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
27862         * gdb.c++/demangle.exp: Use $style when reporting failure.
27863         * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
27864         * gdb.c++/inherit.exp: Run if HP compiler used, add some
27865         match alternatives.
27866         * gdb.c++/local.exp: Add match alternatives or xfails for HP
27867         compilers.
27868         * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
27869         * gdb.c++/method.exp: Add match alternatives.
27870         * gdb.c++/misc.cc: Add bool types.
27871         * gdb.c++/misc.exp: Add tests for bool types.
27872         * gdb.c++/overload.exp: Add xfails.
27873         * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
27874         * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
27875         add some more template parameter tests (only for HP currently).
27876         * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
27877         * gdb.c++/virtfunc.cc: Add return type and value for main.
27878         * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
27879         match alternatives.
27880
27881 1999-07-30  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27882
27883         * gdb.base/display.exp: Fix output of 'p/a &&j' test.
27884
27885 1999-07-29  Jim Blandy  <jimb@savonarola.red-bean.com>
27886
27887         * gdb.base/signals.exp: Don't expect getting a backtrace from
27888         within a signal handler to fail on Linux.
27889
27890 1999-07-29  Stan Shebs  <shebs@andros.cygnus.com>
27891
27892         From Jimmy Guo <guo@cup.hp.com> and others at HP:
27893         * lib/gdb.exp: Remove some gratuitious semicolons.
27894         (delete_breakpoints): Increase timeout.
27895         (gdb_expect): Add -notransfer option.
27896         (gdb_test): Use -notransfer option.
27897         (get_compiler_info): Add f77 case.
27898         (get_compiler): New proc, split out from gdb_preprocess, add f77
27899         case.
27900         (gdb_preprocess): Call get_compiler.
27901
27902         * gdb.base/Makefile.in (EXECUTABLES): Update the list.
27903         * gdb.base/attach.exp, gdb.base/display.exp,
27904         gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
27905         gdb.base/long_long.exp, gdb.base/printcmds.exp,
27906         gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
27907         third arg to gdb_test.
27908         * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
27909         * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
27910         HP-UX xfails, add others.
27911         * gdb.base/completion.exp: Reflect name change of self-test.
27912         * gdb.base/condbreak.exp, gdb.base/corefile.exp,
27913         gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
27914         gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
27915         HP failure number.
27916         * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
27917         useless HP-UX 10.30 references.
27918         * gdb.base/maint.exp: Loosen matches.
27919         * gdb.base/pointers.c (main): Declare more_code.
27920         * gdb.base/pointers.exp: Match on output of a `next'.
27921         * gdb.base/structs.c: Add prototypes.
27922         * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
27923         * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
27924
27925 1999-07-29  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27926
27927         * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
27928         command.
27929
27930 1999-07-27  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27931
27932         * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
27933         Fix run to main failures. Watchpoint can be hardware watchpoint.
27934
27935         * gdb.base/annota1.exp: Clean up some more, in case printf has
27936         debug info.  Deal with lack of signal hanlder info in stack.
27937
27938         From Jim Kingdon  <kingdon@redhat.com>:
27939         * gdb.base/annota1.exp: If printf has debug info, deal with it.
27940
27941 1999-07-19  Stan Shebs  <shebs@andros.cygnus.com>
27942
27943         * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
27944         gdb.base/foll-vfork.exp: Don't run for crosses.
27945
27946 Tue Jul 13 23:37:18 1999  Andrew Cagney  <cagney@b1.cygnus.com>
27947
27948         * gdb.base/configure.in: Check for gdbvars.exp instead of
27949         a1-selftest.exp.
27950         * gdb.base/configure: Re-generate.
27951
27952 1999-07-12  Stan Shebs  <shebs@andros.cygnus.com>
27953
27954         * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
27955         in trying to run first and name is too long.
27956
27957         * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
27958         pointers2.c and pointers2.exp, respectively.
27959         * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
27960         doschk happier.
27961
27962 1999-07-08  Stan Shebs  <shebs@andros.cygnus.com>
27963
27964         * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
27965         callfuncs2.c and callfuncs2.exp.
27966
27967         * gdb.base/list.exp: Remove mistaken xfails.
27968         * gdb.base/list0.h: Add optional prototypes.
27969
27970 Wed Jul  7 00:27:35 1999  Andrew Cagney  <cagney@amy.cygnus.com>
27971
27972         * gdb.base/setvar.exp: Increase the time-out on tests indirectly
27973         calling malloc.
27974         * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
27975         * ptype.exp: Move test for get_debug_format to before its first
27976         use.
27977
27978 1999-07-06  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27979
27980         * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
27981         * gdb.base/annota2.cc, annota2.exp: Move from here.
27982         * gdb.c++/annota2.cc, annota2.exp: To here.
27983         * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
27984
27985 Tue Jun 29 11:56:06 1999  Andrew Cagney  <cagney@b1.cygnus.com>
27986
27987         * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
27988         a consistent format.
27989
27990 1999-06-25  Stan Shebs  <shebs@andros.cygnus.com>
27991
27992         From Jimmy Guo <guo@cup.hp.com> and others at HP:
27993         * lib/gdb.exp (get_compiler_info): Add detection for assorted
27994         HP compilers, also set the globals $true and $false.
27995
27996         * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
27997         call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
27998         coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
27999         jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
28000         long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
28001         printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
28002         scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
28003         sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
28004         solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
28005         whatis.c} Add C++ compatible function definitions and return
28006         types, add includes for library functions.
28007         * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
28008         * gdb.base/step-test.c (myglob): Rename from glob.
28009         * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
28010         foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
28011         files, move here from gdb.hp.
28012         * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
28013         commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
28014         ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
28015         Adjust line numbers in regexps.
28016
28017         * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
28018         miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
28019         instead of 0/1.
28020
28021         * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
28022         foll-vfork.exp: New files, move here from gdb.hp.
28023         * gdb.base/page.exp: New file, test of pagination command.
28024
28025         * gdb.base/watchpoint.c (recurser): New function, for watchpoint
28026         recursion test.
28027         * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
28028
28029         * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
28030         gdb.base/solib.exp: Fix compiler invocation process.
28031
28032         * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
28033         HP-UX 11, turn off overload resolution explicitly.
28034         * gdb.base/commands.exp: Set argument list explicitly, add
28035         watchpoint test.
28036         * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
28037         them work.
28038         * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
28039         expressions properly.
28040         * gdb.base/corefile.exp: Loosen the match slightly.
28041         * gdb.base/default.exp: Allow "Error accessing memory" message
28042         also.
28043         * gdb.base/display.exp: Skip over x/0 j if PA64.
28044         * gdb.base/funcargs.exp: Add xfails for HP-UX.
28045         * gdb.base/interrupt.exp: Ditto.
28046         * gdb.base/langs.exp: Add symbolic matches governed by compiler
28047         in use.
28048         * gdb.base/list.exp: Add xfails for HP-UX.
28049         * gdb.base/long_long.exp: Refine some of the numeric matches.
28050         * gdb.base/mips_pro.exp: Xfail on HP-UX.
28051         * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
28052         * gdb.base/nodebug.exp: Succeed on more varieties of output.
28053         * gdb.base/opaque.exp: Remove some HP-UX xfails.
28054         * gdb.base/ptype.exp: Succeed on more varieties of output.
28055         * gdb.base/scope.exp: Add xfails for HP-UX.
28056         * gdb.base/sect-cmd.exp: Add more cases.
28057         * gdb.base/setvar.exp: Add xfails for HP-UX.
28058         * gdb.base/shlib-call.exp: Loosen some matches slightly.
28059         * gdb.base/signals.exp: Match on void symbolically.
28060         * gdb.base/step-test.exp: Add case for PA64.
28061         * gdb.base/term.exp: Add exit and restart.
28062         * gdb.base/twice.exp: Clean up after self.
28063         * gdb.base/varargs.exp: Disable overload resolution explicitly.
28064         * gdb.base/whatis.exp: Allow more ways to pass tests.
28065
28066         * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
28067         no longer useful.
28068
28069 Fri Jun 25 19:27:28 1999  Andrew Cagney  <cagney@b1.cygnus.com>
28070
28071         * lib/gdb.exp (proc gdb_expect_list): New procedure.  Matches a
28072         list of patterns.
28073         * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
28074         print_double_array(double_array)", "continuing to breakpoint
28075         1018", "print print_double_array(array_d)" and "continuing to
28076         1034" tests.
28077
28078 1999-06-24  Jason Molenda  (jsm@bugshack.cygnus.com)
28079
28080         * Makefile.in: Add empty html and install-html targets.
28081
28082 1999-06-24  Stan Shebs  <shebs@andros.cygnus.com>
28083
28084         * config/mt-*: Remove, these haven't been used since 1996.
28085
28086 1999-06-22  Stan Shebs  <shebs@andros.cygnus.com>
28087
28088         * gdb.base/call-strs.c, gdb.base/ending-run.c,
28089         gdb.base/step-test.c: Include stdlib.h and string.h as needed.
28090         * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
28091
28092 1999-06-18  Stan Shebs  <shebs@andros.cygnus.com>
28093
28094         * gdb.c++/overload.exp: XFAIL everything if using G++, add a
28095         simpler match case for the ptype of the big class.
28096
28097 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
28098
28099         * gdb.exp: Fix test for gdb_prompt existence.
28100
28101 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
28102
28103         * gdb.exp (gdb_test): Add fail after calls to perror.
28104
28105 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
28106
28107         * gdb.exp (gdb_test): Accept variations of Undefined command messages.
28108
28109 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
28110
28111         * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
28112
28113 Fri Jun 11 12:56:50 1999  Andrew Cagney  <cagney@b1.cygnus.com>
28114
28115         * gdb.base/call-strs.c (link_malloc): New function.  Ensure that
28116         malloc() is linked in.
28117
28118 1999-06-08  Fernando Nasser  <fnasser@totem.to.cygnus.com>
28119
28120         * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
28121         step at end.
28122
28123         * gdb.base/annota1.exp: Increase match_max to prevent timeout.
28124
28125 1999-06-08  Jim Blandy  <jimb@zwingli.cygnus.com>
28126
28127         * gdb.java/jv-print.exp: New file.  (Our first Java test!)
28128
28129 Fri Jun  4 10:47:46 1999  Jeffrey A Law  (law@cygnus.com)
28130
28131         * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
28132         * gdb.base/mips_pro.exp: Likewise.
28133
28134 1999-06-02  Keith Seitz  <keiths@cygnus.com>
28135
28136         * gdb.c++/templates.cc: Change all "new" operators to throw
28137         an exception.
28138         * gdb.c++/cplusfuncs.cc: Likewise.
28139
28140         * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
28141
28142 Wed Jun  2 17:37:05 1999  Andrew Cagney  <cagney@b1.cygnus.com>
28143
28144         * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
28145         * gdb.base/ending-run.exp: When stepping out of main, accept a
28146         step into an arbitrary assembler file.
28147
28148 1999-05-20  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
28149
28150         * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
28151         "breakpoint-invalid" to be printed.
28152         * gdb.base/annota2.exp: Revise line number for main
28153         breakpoint. Allow any number of "frames-invalid" and
28154         "breakpoint-invalid" to be printed.
28155         * gdb.base/annota2.cc: Initialize a.x to 0.
28156
28157 1999-05-17  Keith Seitz  <keiths@cygnus.com>
28158
28159         * gdb.base/call-ar-st.exp: Skip
28160         "print print_double_array (double_array)" when "skip_float_tests" set.
28161         Ditto for "print print_double_array(array_d)",
28162         "print print_small_structs", "print print_ten_doubles", and
28163         "step into print_long_arg_list".
28164         Don't assume we can step into "print_long_arg_list": we could step
28165         into memcpy.
28166         * gdb.base/call-rt-st.exp: Don't run float-related tests when
28167         "skip_float_tests" is set: "print print_one_double(*d1)"
28168         and "print print_two_floats(*f3)".
28169         * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
28170         "skip_float_tests" is set.
28171         * gdb.base/varargs.exp: Skip
28172         "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)" when
28173         "skip_float_tests" set.
28174
28175 1999-05-06  Keith Seitz  <keiths@cygnus.com>
28176
28177         * gdb.base/annota2.cc: Include stdio.h.
28178
28179 Wed May  5 17:44:31 1999  Stan Shebs  <shebs@andros.cygnus.com>
28180
28181         * gdb.base/crossload.exp: Remove, this has been disabled ever
28182         since BFD stopped including all targets, and cross-GDB gets
28183         plenty of testing anyway.
28184         * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
28185         gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
28186         gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
28187         * gdb.base/README: Remove, was doc for this.
28188         * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
28189         needed.
28190
28191 1999-05-04  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
28192
28193         * gdb.base/call-ar-st.exp: Fix one regular expression in test
28194         output.
28195
28196         * gdb.base/annota1.exp: New file. Annotation level 2 tests.
28197         * gdb.base/annota2.exp: New file. More annotation tests.
28198         * gdb.base/annota1.c: New file. Source file for annota1.exp.
28199         * gdb.base/annota2.cc: New file. Source file for annota2.exp.
28200
28201 1999-04-23  Angela Marie Thomas <angela@cygnus.com>
28202
28203         * config/cfdbug.exp: New file.
28204
28205 1999-04-20  Jim Blandy  <jimb@zwingli.cygnus.com>
28206
28207         * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
28208         Marcus Daniel's and Dale Hawkins's demangler crashes.
28209
28210         * gdb.c++/demangle.exp (test_gnu_style_demangling,
28211         test_lucid_style_demangling, test_arm_style_demangling,
28212         test_hp_style_demangling): Try Tom Tromey's core-dumping
28213         identifier under each demangling style.
28214
28215 1999-04-07  Jim Blandy  <jimb@zwingli.cygnus.com>
28216
28217         * gdb.c++/demangle.exp: Include the current demangling style
28218         in all test names.
28219         (current_demangling_style): New global variable.
28220         (set_demangling_style, test_demangling_core, test_demangling,
28221         test_demangling_exact): New functions.
28222         (test_gnu_style_demangling, test_lucid_style_demangling,
28223         test_arm_style_demangling, test_hp_style_demangling): Use those,
28224         instead of calling gdb_test and gdb_test_exact directly.
28225         (catch_demangling_errors): New function, which reports errors
28226         signalled by the demangling test functions in an orderly way.
28227         (do_tests): Use catch_demangling_errors.
28228
28229 1999-04-06  Jim Blandy  <jimb@zwingli.cygnus.com>
28230
28231         * gdb.base/signals.exp (test_handle_all_print): Use () for
28232         grouping in expressions, not {}.
28233
28234         * gdb.base/smoke.exp: Test value of x, not y.  The latter isn't
28235         initialized yet.
28236
28237 1999-04-01  Stan Shebs  <shebs@andros.cygnus.com>
28238
28239         * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
28240         are listed.
28241
28242 1999-03-26  Stan Shebs  <shebs@andros.cygnus.com>
28243
28244         * gdb.stabs/weird.exp: Test for CC being defined before
28245         looking at its value.
28246
28247 1999-03-25  Stan Shebs  <shebs@andros.cygnus.com>
28248
28249         * gdb.base/call-ar-st.exp: Remove stray '#'.
28250         * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
28251         "short int" and "long int".
28252         * gdb.c++/overload.cc: Cast the string added in the previous
28253         change, to mollify finicky HP compiler.
28254         * gdb.hp/reg-test.exp (testfile): Fix file name.
28255         * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
28256
28257         * gdb.c++/misc.cc (main): Initialize obj_with_enum.
28258         * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
28259         alternate form of enum ptype.
28260
28261 1999-03-23  Stan Shebs  <shebs@andros.cygnus.com>
28262
28263         * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
28264         * gdb.hp/*.exp: Change all to run compiler probe only after
28265         passing skip_hp_tests, so as not to waste time on guaranteed
28266         failure.
28267
28268         * gdb.c++/overload.cc: Pass string instead of char addr, always
28269         init ccpfoo.
28270         * gdb.c++/templates.cc: Fix syntax error.
28271
28272 Tue Mar 23 14:56:36 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
28273
28274         * gdb.base/commands.exp: Add test for correct position of '>'
28275         when issuing the 'commands' command after a 'while' or 'if'
28276         command.
28277
28278 1999-03-18  James Ingham  <jingham@cygnus.com>
28279
28280         * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
28281
28282         * gdb.c++/method.exp: It was testing an uninitialized int on the
28283         stack and assuming it was positive.
28284
28285         * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
28286
28287         * gdb.base/step-test.exp: Catch a case where finish is broken and
28288         keep it from killing the rest of the tests.
28289         Use gdb_continue_to_end.
28290
28291         * gdb.base/sigall.exp: use gdb_continue_to_end.
28292
28293         * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
28294
28295         * gdb.base/display.exp: use runto_main, not run.
28296
28297         * gdb.base/default.exp: Check for the current error message in the
28298         r abbreviation test.
28299         Add strongarm to the targets that know info float.
28300
28301         * gdb.base/condbreak.exp: Use the gdb_run command rather than just
28302         run which doesn't work with monitors.
28303
28304         * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to
28305         1034 test.
28306
28307         * gdb.base/break.exp: use the gdb_continue_to_end proc.
28308
28309         * lib/gdb.exp: I had added gdb_continue_to_end used to run to the
28310         end of a program.  Traps the case (in Cygmon) when the program
28311         never really exits.  Same as Mark's continue_to_exit, but I had
28312         put it in a lot more places, so I used my name.  Sorry Mark...
28313
28314         * config/monitor.exp (gdb_target_monitor): added another
28315         target_info parameter: remotebinarydownload.  This will set the
28316         remotebinarydownload flag if this is causing some boards trouble.
28317
28318 1999-03-18  Mark Salter  <msalter@cygnus.com>
28319
28320         * lib/gdb.exp (continue_to_exit): New function.
28321
28322         * gdb.base/ena-dis-br.exp: Clean up for remote targets.
28323         * gdb.base/ending-run.exp: Ditto.
28324         * gdb.base/step-test.exp: Ditto.
28325
28326 1999-03-16  Stan Shebs  <shebs@andros.cygnus.com>
28327
28328         * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
28329         (suggested by Art Haas <ahaas@neosoft.com>).
28330
28331 1999-03-16  Jim Blandy  <jimb@zwingli.cygnus.com>
28332
28333         * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
28334
28335 Fri Mar 12 18:06:21 1999  Stan Shebs  <shebs@andros.cygnus.com>
28336
28337         * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
28338         descriptions of types (short unsigned int vs unsigned short, etc).
28339
28340 1999-03-12  Jim Blandy  <jimb@zwingli.cygnus.com>
28341
28342         * gdb.base/call-strs.exp: Don't assume that `step' will step over
28343         a call to strlen; sometimes we do have sources.
28344
28345 1999-03-08  Jim Blandy  <jimb@zwingli.cygnus.com>
28346
28347         * gdb.base/call-ar-st.c (main): Terminate char_array with a null
28348         character, so GDB won't print garbage after its end.
28349
28350         * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
28351         breakpoint there instead.  Sometimes GCC emits memcpy to handle
28352         the large structures being passed by value, so we step into that
28353         instead of sum_array_print, which obscures what we're really testing.
28354         * gdb.base/step-test.exp: However, we do want a test that notices
28355         the bizarre steps into memcpy, so do that here.  Add check for
28356         stepping into function calls that pass large structures by value.
28357         ("Is that a noun clause, or are you just happy to see me?")
28358         Remove all references to specific line numbers.
28359         * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
28360         New type and function.
28361         (main): Call large_struct_by_value, passing it a large struct by value.
28362         * lib/gdb.exp (gdb_get_line_number): New function.
28363
28364         * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
28365         more portable.
28366
28367 1999-03-08  Jim Blandy  <jimb@zwingli.cygnus.com>
28368
28369         * lib/gdb.exp: Doc fixes.
28370
28371 1999-03-05  Nick Clifton  <nickc@cygnus.com>
28372
28373         * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
28374
28375 1999-03-04  Jim Blandy  <jimb@zwingli.cygnus.com>
28376
28377         * gdb.base/display.exp: Don't exercise the "detach" and "kill"
28378         commands.  They're not germane to this test, and they don't work
28379         that way on remote targets.
28380
28381 1999-03-01  James Ingham  <jingham@cygnus.com>
28382
28383         * Changelog entries merged over from gdb development branch.
28384
28385        Tue Jan  5 12:33:47 1999  Keith Seitz  <keiths@cygnus.com>
28386
28387                * lib/gdb.exp (gdbtk_analyze_results): Generic function
28388                for outputting results of test run.
28389
28390         1998-12-07  Martin M. Hunt  <hunt@cygnus.com>
28391
28392                * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
28393
28394 1999-02-25  Felix Lee  <flee@cygnus.com>
28395
28396         * lib/gdb.exp (debug_format): initialize
28397
28398 1999-02-25  Jason Molenda  (jsm@bugshack.cygnus.com)
28399
28400         * gdb.base/call-ar-st.c: Include string.h, not strings.h.
28401         * gdb.base/call-rt-st.c: Ditto.
28402
28403 1999-02-13  Jim Blandy  <jimb@zwingli.cygnus.com>
28404
28405         * gdb.threads/pthreads.exp (horiz): New variable.
28406         (test_startup): Fix regexps that capture thread numbers.
28407
28408 1999-02-10  Jason Molenda  (jsm@bugshack.cygnus.com)
28409
28410         * gdb.base/smoke.exp: Disambiguate two test case names (both
28411         called ``print'').
28412
28413 Fri Feb  5 12:42:56 1999  Stan Shebs  <shebs@andros.cygnus.com>
28414
28415         * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
28416         compilation.
28417
28418 1999-02-04  Jason Molenda  (jsm@bugshack.cygnus.com)
28419
28420         * gdb.base/miscexprs.exp: Change patterns to match GDB's
28421         actual output formatting.
28422         * gdb.base/smoke.exp: GDB removes leading 0's.
28423         * gdb.base/volatile.exp: Don't check type of remuneration;
28424         that variable is no longer defined in constvars.c.
28425         * gdb.base/step-test.c (main): Exit with explicit exit code.
28426         * gdb.base/step-test.exp: Remove two nexti checks--they are
28427         not portable.
28428
28429 1999-02-04  Jason Molenda  (jsm@bugshack.cygnus.com)
28430
28431         * gdb.base/help.exp ("help delete display"): Fix test to match
28432         gdb's output.
28433
28434         * gdb.base/long_long.c (known_types): Initialize values to zero.
28435         * gdb.base/long_long.exp: Step one more line
28436         so 'dec' is initialized in "get to known place".  GDB removes
28437         leading zeros.  Explicitly ask for hex formatting.  Use
28438         unique test case names.
28439
28440 Tue Feb  2 10:16:08 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
28441
28442         * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
28443
28444         * gdb.c++/method.exp: Add missing close brace.
28445
28446 1999-01-30  Jim Blandy  <jimb@zwingli.cygnus.com>
28447
28448         * gdb.base/maint.exp: Use 'set height 0' to disable page
28449         prompting, not 'set height 400'.
28450
28451         Fix a bunch of timeouts.
28452         * gdb.base/maint.exp ("maint print objfiles"): Break this up into
28453         four separate tests, so expect doesn't take forever to match a ton
28454         of text against a regexp with lots of .* forms.
28455         ("maint print psymbols", "maint print symbols"): Make some of
28456         these greps more selective, so that expect doesn't try to wade
28457         through huge piles of output and time out.
28458
28459         * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
28460
28461         * gdb.base/maint.exp ("maint info breakpoints"): Split into two
28462         tests: one which doesn't expect shlib events to be reported, and
28463         another which does, but is XFAIL for all platforms other than
28464         HP/UX.
28465
28466         * gdb.base/break.exp: Teach the test suite that the `catch
28467         fork', `catch vfork', and `catch exec' commands produce error
28468         messages on platforms that don't provide these features.
28469
28470 Mon Jan 25 18:35:56 1999  Stan Shebs  <shebs@andros.cygnus.com>
28471
28472         * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
28473         so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
28474         (shortening names from solib_threshold.exp etc), won't run on
28475         anything but HP-UX for the foreseeable future.
28476         * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
28477         reflect move.
28478
28479 Thu Jan 21 15:46:49 1999  Stan Shebs  <shebs@andros.cygnus.com>
28480
28481         * gdb.base/Makefile.in, gdb.c++/Makefile.in,
28482         gdb.trace/Makefile.in (clean): Remove all test executables.
28483
28484 Tue Jan 19 17:20:09 1999  David Taylor  <taylor@texas.cygnus.com>
28485
28486         * gdb.base/shlib-call.exp: add test cases to verify that gdb
28487         successfully re-sets breakpoints in shared libraries.
28488         * gdb.base/shmain.c (main): return 0, don't fall off the end.
28489
28490 Fri Jan 15 14:04:57 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
28491
28492         * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
28493         and compiled w/o GCC.
28494
28495         * gdb.hp/watch-cmd.exp: ditto.
28496
28497         * gdb.hp/watch-hp.exp: ditto.
28498
28499         * gdb.hp/xdb1.exp: ditto.
28500
28501         * gdb.hp/xdb2.exp: ditto.
28502
28503         * gdb.hp/dbx.exp: ditto.
28504
28505 Thu Jan 14 18:36:48 1999  Stan Shebs  <shebs@andros.cygnus.com>
28506
28507         * constvars.c: Remove C++-isms.
28508         * constvars.exp: Use gdb_test everywhere, add xfails if compiled
28509         with GCC.
28510
28511 Mon Jan 11 10:08:03 1999  David Taylor  <taylor@texas.cygnus.com>
28512
28513         The following changes are part of the HP merge.
28514
28515         * gdb.base/break.exp: new tests to verify that catchpoints for
28516         fork, vfork, and exec don't trigger inappropriately.
28517
28518         * gdb.base/opaque.exp: compile one file at a time, then link.
28519
28520         * gdb.base/signals.exp: be more restrictive about which hppa
28521         systems receive a setup_xfail.  new tests.
28522
28523         * gdb.base/solib_threshold.build: new file.
28524         * gdb.base/solib_threshold.exp: new file.
28525         * gdb.base/solib_threshold.link_opts: new file.
28526         * gdb.base/solib_threshold.mk: new file.
28527         * gdb.base/gen_solib_threshold.c: new file.
28528
28529         * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
28530         tests.  New tests for enums inside classes.
28531
28532         * gdb.c++/compiler.cc: indicate support of template debugging.
28533
28534         * gdb.c++/demangle.exp: run hp style demangling tests.
28535
28536         * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
28537         tests.
28538
28539         * gdb.c++/misc.cc: changes to support new tests.
28540
28541         * gdb.c++/templates.cc: changes to support HP's compiler; changes
28542         to support new tests.
28543
28544         * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
28545         gcc, then skip these tests.
28546
28547 Sun Jan 10 23:44:11 1999  David Taylor  <taylor@texas.cygnus.com>
28548
28549         The following files are part of the HP merge; some had longer
28550         names at HP, but have been renamed to be no more than 14
28551         characters in length.
28552
28553         * gdb.hp/ambiguous.cc: new file.
28554         * gdb.hp/ambiguous.exp: new file.
28555         * gdb.hp/attach.exp: new file.
28556         * gdb.hp/attach2.exp: new file.
28557         * gdb.hp/classes-hp.exp: new file.
28558         * gdb.hp/ctti.exp: new file.
28559         * gdb.hp/ctti-add.cc: new file.
28560         * gdb.hp/ctti-add1.cc: new file.
28561         * gdb.hp/ctti-add2.cc: new file.
28562         * gdb.hp/ctti-add3.cc: new file.
28563         * gdb.hp/dbx.exp: new file.
28564         * gdb.hp/exception.cc: new file.
28565         * gdb.hp/exception.exp: new file.
28566         * gdb.hp/foll-exec.c: new file.
28567         * gdb.hp/foll-exec.exp: new file.
28568         * gdb.hp/foll-fork.c: new file.
28569         * gdb.hp/foll-fork.exp: new file.
28570         * gdb.hp/foll-vfork.c: new file.
28571         * gdb.hp/foll-vfork.exp: new file.
28572         * gdb.hp/inherit-hp.exp: new file.
28573         * gdb.hp/more-steps.exp: new file.
28574         * gdb.hp/namespace.cc: new file.
28575         * gdb.hp/namespace.exp: new file.
28576         * gdb.hp/optimize.exp: new file.
28577         * gdb.hp/pxdb.c: new file.
28578         * gdb.hp/pxdb.exp: new file.
28579         * gdb.hp/quicksort.exp: new file.
28580         * gdb.hp/reg-test.exp: new file.
28581         * gdb.hp/reg-test.s: new file.
28582         * gdb.hp/sized-enum.c: new file.
28583         * gdb.hp/sized-enum.exp: new file.
28584         * gdb.hp/start-stop.exp: new file.
28585         * gdb.hp/templ-hp.cc: new file.
28586         * gdb.hp/templ-hp.exp: new file.
28587         * gdb.hp/thr-lib.c: new file.
28588         * gdb.hp/thr-lib.exp: new file.
28589         * gdb.hp/thr-lib.h: new file.
28590         * gdb.hp/thr-liblib.c: new file.
28591         * gdb.hp/virtfun-hp.c: new file.
28592         * gdb.hp/virtfun-hp.exp: new file.
28593         * gdb.hp/watch-cmd.exp: new file.
28594         * gdb.hp/watch-hp.exp: new file.
28595         * gdb.hp/xdb1.exp: new file.
28596         * gdb.hp/xdb2.exp: new file.
28597         * gdb.hp/xdb3.exp: new file.
28598
28599 Wed Jan  6 18:41:15 1999  David Taylor  <taylor@texas.cygnus.com>
28600
28601         The following files are part of the HP merge; some had longer
28602         names at HP, but have been renamed to be no more than 14
28603         characters in length.
28604
28605         * gdb.base/ss.h: new file.
28606         * gdb.base/call-ar-st.c: new file.
28607         * gdb.base/call-ar-st.exp: new file.
28608         * gdb.base/call-rt-st.c: new file.
28609         * gdb.base/call-rt-st-exp: new file.
28610         * gdb.base/call-strs.exp: new file.
28611         * gdb.base/ena-dis-br.exp: new file.
28612         * gdb.base/environ.exp: new file.
28613         * gdb.base/long_long.exp: new file.
28614         * gdb.base/sect-cmd.exp: new file.
28615         * gdb.base/shlib-cl2.exp: new file.
28616         * gdb.base/smoke.exp: new file.
28617         * gdb.base/so-impl-ld.c: new file.
28618         * gdb.base/so-impl-ld.exp: new file.
28619         * gdb.base/so-indr-cl.c: new file.
28620         * gdb.base/so-indr-cl.exp: new file.
28621         * gdb.base/varargs.exp: new file.
28622         * gdb.base/volatile.exp: new file.
28623         * gdb.base/whatis-exp.exp: new file.
28624         * gdb.base/display.exp: new file.
28625         * gdb.c++/derivation.exp: new file.
28626         * gdb.c++/local.exp: new file.
28627         * gdb.c++/member-ptr.exp: new file.
28628         * gdb.c++/overload.exp: new file.
28629         * gdb.c++/ovldbreak.exp: new file.
28630         * gdb.c++/ref-types.exp: new file.
28631         * gdb.c++/ref-types2.exp: new file.
28632         * gdb.c++/userdef.exp: new file.
28633
28634 Wed Jan  6 13:50:57 1999  Stan Shebs  <shebs@andros.cygnus.com>
28635
28636         * gdb.base/default.exp: Reflect wording change in remote.c.
28637
28638 Tue Jan  5 19:14:51 1999  Michael Snyder  <msnyder@cygnus.com>
28639
28640         * gdb.base/help.exp: Update to reflect current text.
28641
28642 Tue Jan  5 13:05:32 1999  David Taylor  <taylor@texas.cygnus.com>
28643
28644         * gdb.c++/anon-union.cc: make foo and bar global, otherwise
28645         they're stack variables and contain garbage.
28646         * gdb.c++/anon-union.exp: new file.
28647
28648         The following changes were made by David Taylor
28649         <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
28650         Edith Epstein <eepstein@cygnus.com> as part of a project to merge
28651         in changes by HP.
28652
28653         * gdb.base/bitops.exp: new file.
28654         * gdb.base/default.exp: change expected messages for catch and
28655         info catch tests to reflect HP merge changes.
28656         * gdb.base/enable-disable-break.exp
28657         * gdb.base/ending-run.c: new file.
28658         * gdb.base/long_long.c: new file.
28659         * gdb.base/maint.exp: new file.
28660         * gdb.base/pointers2.exp: new file.
28661         * gdb.base/shlib-call2.exp: new file.
28662         * gdb.base/solib.exp: new file.
28663         * gdb.base/step-test.c: new file.
28664         * gdb.c++/anon-union.cc: new file.
28665         * gdb.c++/local.cc: new file.
28666         * gdb.c++/member-pointer.cc: new file.
28667         * gdb.c++/method.cc: new file.
28668         * gdb.c++/ref-types.cc: new file.
28669         * gdb.c++/ref-types2.cc: new file.
28670         * gdb.c++/userdef.cc: new file.
28671
28672         * gdb.base/scope.exp: compile one file at a time, then link.
28673         * gdb.base/langs.exp: ditto.
28674         * gdb.base/list.exp: ditto.
28675
28676 Mon Jan  4 10:06:43 1999  David Taylor  <taylor@texas.cygnus.com>
28677
28678         The following changes were made by David Taylor
28679         <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
28680         Edith Epstein <eepstein@cygnus.com> as part of a project to merge
28681         in changes by HP.
28682
28683         * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
28684         skip tests.  When compiling pass c++ flag to gdb_compile.
28685         * gdb.c++/
28686
28687         * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
28688         test for on hppa*-*-hpux*; use args to see if c++ was specified.
28689         (skip_hp_tests): new function.
28690         (gdb_preprocess): new function.
28691
28692         * configure.in (hpdir): decide whether to configure gdb.hp.
28693         * configure: regenerated.
28694
28695         * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
28696         to delete on clean.
28697         (EXECUTABLES): update to reflect new additions.
28698         * gdb.base/commands.exp: update message expected.
28699         * gdb.base/default.exp: add copyright notice.
28700         * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
28701         * gdb.base/help.exp: update messages to reflect current text.
28702         * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
28703         targets for recurse tests.
28704         * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
28705         skip this file.
28706
28707         * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
28708         * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
28709         compilation.
28710         * gdb.c++/misc.exp: ditto.
28711         * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
28712         run the tests.  tell gdb_compile that it's a c++ compilation.
28713
28714         * gdb.threads/pthreads.exp: fix typo in message.
28715
28716         * gdb.base/all-bin.exp: new file.
28717         * gdb.base/arithmet.exp: new file.
28718         * gdb.base/assign.exp: new file.
28719         * gdb.base/completion.exp: new file.
28720         * gdb.base/cond-expr.exp: new file.
28721         * gdb.base/condbreak.exp: new file.
28722         * gdb.base/define.exp: new file.
28723         * gdb.base/dollar.exp: new file.
28724         * gdb.base/environment.exp: new file.
28725         * gdb.base/eval-skip.exp: new file.
28726         * gdb.base/jump.exp: new file.
28727         * gdb.base/logical.exp: new file.
28728         * gdb.base/pointers.exp: new file.
28729         * gdb.base/relational.exp: new file.
28730         * gdb.base/section_command.exp: new file.
28731         * gdb.base/whatis-expr.exp: new file.
28732
28733         * gdb.base/all-types.c: new file.
28734         * gdb.base/call-array-struct.c: new file.
28735         * gdb.base/call-return-struct.c: new file.
28736         * gdb.base/call-strings.c: new file.
28737         * gdb.base/callfuncs2.c: new file.
28738         * gdb.base/condbreak.c: new file.
28739         * gdb.base/constvars.c: new file.
28740         * gdb.base/display.c: new file.
28741         * gdb.base/int-type.c: new file.
28742         * gdb.base/jump.c: new file.
28743         * gdb.base/miscexprs.c: new file.
28744         * gdb.base/pointers.c: new file.
28745         * gdb.base/pointers2.c: new file.
28746         * gdb.base/shmain.c: new file.
28747         * gdb.base/shr1.c: new file.
28748         * gdb.base/shr2.c: new file.
28749         * gdb.base/solib.c: new file.
28750         * gdb.base/solib1.c: new file.
28751         * gdb.base/solib2.c: new file.
28752         * gdb.base/varargs.c: new file.
28753         * gdb.c++/derivation.cc: new file.
28754         * gdb.c++/overload.cc: new file.
28755         * gdb.c++/ovldbreak.cc: new file.
28756         * gdb.hp/attach.c: new file.
28757         * gdb.hp/attach2.c: new file.
28758         * gdb.hp/average.c: new file.
28759         * gdb.hp/compiler.c: new file.
28760         * gdb.hp/compiler.cc: new file.
28761         * gdb.hp/execd-program.c: new file.
28762         * gdb.hp/follow-exec.c: new file.
28763         * gdb.hp/follow-fork.c: new file.
28764         * gdb.hp/follow-vfork-and-exec.c: new file.
28765         * gdb.hp/misc-hp.cc: new file.
28766         * gdb.hp/more-steps.c: new file.
28767         * gdb.hp/optimize.c: new file.
28768         * gdb.hp/quicksort.c: new file.
28769         * gdb.hp/run-hp.c: new file.
28770         * gdb.hp/start-stop.c: new file.
28771         * gdb.hp/sum.c: new file.
28772         * gdb.hp/templates-hp.cc: new file.
28773         * gdb.hp/thread-local-in-lib.c: new file.
28774         * gdb.hp/thread-local-in-lib.h: new file.
28775         * gdb.hp/thread-local-in-lib.lib.c: new file.
28776         * gdb.hp/vforked-program.c: new file.
28777         * gdb.hp/virtfunc-hp.cc: new file.
28778         * gdb.hp/watchpoint-hp.c: new file.
28779         * gdb.hp/xdb.c: new file.
28780         * gdb.hp/xdb0.c: new file.
28781         * gdb.hp/xdb0.h: new file.
28782         * gdb.hp/xdb1.c: new file.
28783
28784 Mon Dec 21 14:08:38 1998  David Taylor  <taylor@texas.cygnus.com>
28785
28786         The following change was made by Edith Epstein
28787         <eepstein@cygnus.com> as part of a project to merge in changes
28788         originally made by HP; HP did not create ChangeLog entries.
28789
28790         * gdb.c++/demangle.exp: changed the expected output for some
28791         ARM-style mangling -- removed second reference to datatype.
28792         For example, maint demangle __dt__11T1__pt__2_cFv
28793                      T1<char>::~T1<char>(void)
28794         becomes,
28795                      maint demangle __dt__11T1__pt__2_cFv
28796                      T1<char>::~T1(void)
28797
28798         (test_hp_style_demangling): new hp specific demangling test cases.
28799
28800 Mon Dec 14 15:07:03 1998  Jeffrey A Law  (law@cygnus.com)
28801
28802         * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
28803         * gdb.trace/backtrace.exp: Likewise.
28804         * gdb.trace/circ.exp: Likewise.
28805         * gdb.trace/collection.exp: Likewise.
28806         * gdb.trace/deltrace.exp: Likewise.
28807         * gdb.trace/infotrace.exp: Likewise.
28808         * gdb.trace/limits.exp: Likewise.
28809         * gdb.trace/packetlen.exp: Likewise.
28810         * gdb.trace/passc-dyn.exp: Likewise.
28811         * gdb.trace/passcount.exp: Likewise.
28812         * gdb.trace/report.exp: Likewise.
28813         * gdb.trace/save-trace.exp: Likewise.
28814         * gdb.trace/tfind.exp: Likewise.
28815         * gdb.trace/tracecmd.exp: Likewise.
28816         * gdb.trace/while-dyn.exp: Likewise.
28817         * gdb.trace/while-stepping.exp: Likewise.
28818
28819 1998-12-07  Jim Blandy  <jimb@zwingli.cygnus.com>
28820
28821         * gdb.base/restore.exp, gdb.base/restore.c: New tests.
28822
28823 Wed Dec  2 20:03:53 1998  Stan Shebs  <shebs@andros.cygnus.com>
28824
28825         From Brendan Kehoe:
28826         * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
28827         int return types.
28828
28829 Sat Oct 24 18:04:22 1998  Felix Lee  <flee@cygnus.com>
28830
28831         * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
28832         remote dos host testing right.
28833
28834 Mon Oct 19 01:31:59 1998  Felix Lee  <flee@cygnus.com>
28835
28836         * gdb.base/corefile.exp: remove some xfails.
28837
28838 Thu Oct 15 10:04:38 1998  Andrew Cagney  <cagney@b1.cygnus.com>
28839
28840         * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
28841         have different timestamps.
28842
28843 Thu Oct  1 20:56:14 1998  Andrew Cagney  <cagney@b1.cygnus.com>
28844
28845         * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
28846         gdb.base/default.exp: Replace "exec" with "executable".
28847
28848 Tue Sep 29 15:06:29 1998  Andrew Cagney  <cagney@b1.cygnus.com>
28849
28850         * gdb.base/default.exp: Change else if to elseif from previous
28851         delta.
28852
28853 Mon Sep 28 13:21:43 1998  Nick Clifton  <nickc@cygnus.com>
28854
28855         * gdb.base/default.exp: Add brace missing from previous delta.
28856
28857 Mon Sep 21 14:39:27 1998  Nick Clifton  <nickc@cygnus.com>
28858
28859         * gdb.base/default.exp: Support test for info float for all
28860         varieties of arm toolchain.
28861
28862 Fri Sep 18 14:07:44 1998  Michael Snyder  <msnyder@cygnus.com>
28863
28864         * gdb.trace/*.exp: remove "remote_download" command.
28865
28866 Wed Sep 16 11:38:21 1998  Michael Snyder  <msnyder@cygnus.com>
28867
28868         * gdb.trace/*.exp: remove -gdwarf from compile.
28869
28870 Wed Sep 16 01:23:11 1998  Felix Lee  <flee@cygnus.com>
28871
28872         * gdb.trace/configure.in(AC_INIT): typo
28873         * gdb.trace/configure: regenerated
28874
28875 Mon Sep 14 20:00:04 1998  Michael Snyder  <msnyder@cygnus.com>
28876
28877         * config/m68k-emc.exp: New file.
28878         * lib/<emc-support.exp trace-support.exp}: New files.
28879         * configure.in: add new test directory gdb.trace.
28880         * gdb.trace/{configure configure.in Makefile.in}: New files.
28881         * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
28882         * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
28883         * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
28884         * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
28885         * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
28886         * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
28887         * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
28888
28889 Fri Sep 11 13:58:02 1998  Michael Snyder  <msnyder@cygnus.com>
28890
28891         * gdb.c++/classes.exp: Change all regular expressions to match
28892         arbitrary combinations of newline/carriage-return, so that they
28893         will work equally well on Unix and Windows.
28894         * gdb.c++/inherit.exp: ditto.
28895         * gdb.c++/virtfunc.exp: ditto.
28896
28897 1998-08-11 Dawn Perchik  <dawn@cygnus.com>
28898
28899         * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
28900
28901 Fri Jul 24 15:51:34 1998  Jeffrey A Law  (law@cygnus.com)
28902
28903         * gdb.disasm/am33.s: Add tests for autoincrement instructions.
28904         * gdb.disasm/am33.exp: Run time.  Update tests which use r8-r15
28905         to use a0-a3/d0-d3 as needed.
28906
28907 Thu Jul 16 18:20:46 1998  Jeffrey A Law  (law@cygnus.com)
28908
28909         * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
28910         * gdb.disasm/am33.exp: Corresponding changes.
28911
28912 1998-07-11  Felix Lee  <flee@cygnus.com>
28913
28914         * gdb.base/callfuncs.exp: add cmp10 test.
28915         * gdb.base/callfuncs.c (cmp10): new function.
28916
28917 Thurs Jul 9 11:08:31 1998  Dawn Perchik  <dawn@cygnus.com>
28918
28919         * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
28920         into two parts to get around a synchronization problem in expect.
28921
28922 Fri Jun 26 14:27:13 1998  Keith Seitz  <keiths@cygnus.com>
28923
28924         * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
28925
28926         * configure.in: Add options for gdbtk testsuite.
28927
28928         * configure: Regenerate.
28929
28930         * gdb.gdbtk: New directory to hold gdbtk tests.
28931
28932 Fri Jun 26 14:52:47 1998  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
28933
28934         * gdb.fortran/types.exp:  Escape brackets in expect patterns
28935         for test_float_literal_types_accepted tests.
28936         * gdb.base/scope.exp:  Remove extraneous newline in filelocal_bss
28937         before run test.
28938
28939 Fri Jun 26 11:12:17 1998  Jeffrey A Law  (law@cygnus.com)
28940
28941         * am33.exp: Just compile, do not link the testcase.
28942         * am33.s: Add ".am33" pseudoop to force am33 mode.
28943
28944 1998-06-25  Felix Lee  <flee@cygnus.com>
28945
28946         * gdb.base/setshow.exp: make sure $pc is sane.
28947
28948         * gdb.stabs/weird.exp: split expect patterns properly.
28949
28950 Wed Jun 24 13:03:15 1998  Jeffrey A Law  (law@cygnus.com)
28951
28952         * gdb.disasm/am33.s: New disassembler testfile for the am33.
28953         * gdb.disasm/am33.exp: Run it.
28954
28955 Tue Jun 23 11:45:01 1998  Michael Snyder  <msnyder@cygnus.com>
28956
28957         * gdb.base/funcargs.exp: simplify expect strings to ease pattern
28958         match processing (and eliminate spurious timeouts when running).
28959
28960 Fri Jun 12 17:28:22 1998  Michael Snyder  <msnyder@cygnus.com>
28961
28962         * gdb.base/signals.exp (test_handle_all_print): put back Mach
28963         exception test, but conditionalize it on target [mach | gnu].
28964
28965 Wed Jun 10 10:40:03 1998  Michael Snyder  <msnyder@cygnus.com>
28966
28967         * gdb.base/overlays.exp: fixup compile line for linker script.
28968
28969 Thu Jun  4 21:54:15 1998  Felix Lee  <flee@zog.cygnus.com>
28970
28971         * gdb.fortran/types.exp: don't guess at float size.
28972
28973 Thu May 21 02:28:37 1998  Felix Lee  <flee@zog.cygnus.com>
28974
28975         * gdb.base/exprs.exp: delete test that depends on int size.
28976
28977 Sun May 17 17:10:22 1998  Bob Manson  <manson@charmed.cygnus.com>
28978
28979         * config/sim.exp: Removed checks for target triplets.
28980         (gdb_target_sim): Use gdb,target_sim_options.
28981
28982 Sat May 16 23:43:35 1998  Mark Alexander  <marka@cygnus.com>
28983
28984         * gdb.base/reread.exp: New file.
28985         * gdb.base/reread1.c: New file.
28986         * gdb.base/reread2.c: New file.
28987
28988 Sat May 16 23:22:09 1998  Mark Alexander  <marka@cygnus.com>
28989
28990         * config/sim.exp: Use 'target sim -sparclite' when running
28991         SPARClite programs.
28992
28993 Sat May 16 18:48:08 1998  Doug Evans  <devans@canuck.cygnus.com>
28994
28995         * gdb.base/structs2.exp: New file.
28996         * gdb.base/structs2.c: New file.
28997
28998 Wed May 13 13:36:14 1998  Doug Evans  <devans@canuck.cygnus.com>
28999
29000         * gdb.asm/common.inc: New file.
29001         * gdb.asm/d10v.inc: New file.
29002         * asm-source.exp: Pass -I's to gas to find .inc files.
29003         Update line numbers in expected output.
29004         * asmsrc1.s: Rewrite.
29005         * asmsrc2.s: Rewrite.
29006         * configure.in: Create arch.inc symlink.
29007         * configure: Regenerate.
29008         * Makefile.in (distclean): Delete arch.inc.
29009
29010 Wed May  6 10:30:54 1998  John Metzler  <jmetzler@cygnus.com>
29011
29012         *  callfuncs.c (t_enum_value1) : Cleanup return value warnings
29013         (t_enum_value2): ditto
29014         (t_enum_value3): ditto
29015         (main): ditto
29016 Fri May  1 09:33:37 1998  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
29017
29018         * gdb.base/break.exp:  Remove xfail for `deleting all breakpoints
29019         when none' unexpected prompt case, fixed by breakpoint.c:delete_command
29020         change.
29021         Use gdb_test instead of send_gdb/gdb_expect sequences.
29022
29023 Thu Apr 23 12:56:19 1998  Jason Molenda  (crash@bugshack.cygnus.com)
29024
29025         * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
29026         not void.
29027
29028 Thu Apr 16 10:52:34 1998  John Metzler  <jmetzler@cygnus.com>
29029
29030         * gdb.base/branches.c: Code with lots of loops and
29031         subroutines. Used to test gdbs ability to single step through PC
29032         changes, especially to test mips-tdep.c:mips_next_pc
29033
29034 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
29035
29036         * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
29037         more rigorous EGCS C++ error checking.
29038
29039 Fri Apr 10 22:38:12 1998 Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
29040
29041         * gdb.base/help.exp:  Clean up `help set args' and `help show args'
29042         tests.
29043         * gdb.base/interrupt.exp:  Add "i*86-*-solaris2*" xfail for calling
29044         function when asleep.
29045         * gdb.base/signals.exp:  Add "i*86-*-solaris2*" xfails. Add comment
29046         for i*86 Linux and SVR4 signal handling problems.
29047         Remove linux xfail for `next to handler in signals_tests_1', fixed
29048         by recent infrun.c change.
29049         Limit backtrace to 10 frames to avoid timeout problems with infinite
29050         stack backtraces.
29051         Adjust expect pattern in `handle all print' test to match Apr 28 1997
29052         target.[ch] change.
29053
29054 Tue Mar 31 00:40:32 1998  Bob Manson  <manson@charmed.cygnus.com>
29055
29056         * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
29057         for a newline from gdb before continuing.
29058         (default_gdb_exit): Just look for y or n.
29059         (gdb_test): Detect abnormal exit from GDB running on DOS; if
29060         it does, fail the rests of the tests in the file.
29061
29062 Tue Mar 24 22:44:52 1998  Bob Manson  <manson@charmed.cygnus.com>
29063
29064         * config/cygmon.exp: New file.
29065
29066 Mon Mar 16 21:39:11 1998  Bob Manson  <manson@charmed.cygnus.com>
29067
29068         * gdb.base/list.exp: Fix problem with "list default lines around
29069         main" test on remote targets.
29070
29071         * gdb.base/scope.exp: Fix problem with filelocal_bss before
29072         run test on remote targets.
29073
29074 Thu Mar 12 16:23:00 1998  Doug Evans  <devans@canuck.cygnus.com>
29075
29076         * gdb.asm: New directory.
29077         * configure.in: Configure it.
29078         * configure: Regenerate.
29079         * gdb.asm/{Makefile.in,configure.in,configure}: New files.
29080         * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
29081
29082 Mon Feb 23 08:22:44 1998  Mark Alexander  <marka@cygnus.com>
29083
29084         * config/mn10300-eval.exp: New file to support MN10300 eval board.
29085
29086 Wed Feb 18 16:43:46 1998  Michael Snyder  (msnyder@cygnus.com)
29087
29088         * gdb.base/overlays (several files): Merge the two overlay
29089         managers into one.  Change variables (foox, barx, bazx, grbxx)
29090         back into ints but force them to load in their proper sections.
29091
29092 Thu Feb 12 13:49:30 1998  Andrew Cagney  <cagney@b1.cygnus.com>
29093
29094         * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
29095         on-chip insn memory and IMAP1 to upper 128k.
29096         (D10VCopy): Handle memory regions crossing 16k boundaries.
29097         (D10VCopy): Transfer data in 32 bit chunks.
29098
29099 Tue Feb 10 17:23:22 1998  Andrew Cagney  <cagney@b1.cygnus.com>
29100
29101         * gdb.base/overlays.c (main): Exit normally when result is
29102         correct.
29103
29104         * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
29105         map.  Include space for printf in .text segment.
29106
29107         * gdb.base/d10vovly.c (D10VTranslate): New function, handle
29108         updated d10v memory VMA/LMA map.
29109         (D10VCopy): Call D10VTranslate.
29110
29111 Fri Feb  6 14:13:12 1998  Andrew Cagney  <cagney@b1.cygnus.com>
29112
29113         * gdb.base/m32rovly.c: Force variable _novlys into .data section.
29114
29115         * gdb.base/bar.c (barx, bar): Change variable to small array so
29116         that it won't be put into the .sdata - small data -
29117         section. Update reference.
29118         * gdb.base/baz.c (bazx, baz): Ditto.
29119         * gdb.base/foo.c (foox, foo): Ditto.
29120         * gdb.base/grbx.c (grbxx, grbx): Ditto.
29121
29122         * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
29123         to be arrays.
29124
29125 Thu Jan 29 14:48:19 1998  Michael Snyder  (msnyder@cygnus.com)
29126
29127         * gdb.base/overlays.exp: fix up and get working again.
29128         Add tests for backtraces from an overlay function.
29129
29130 Fri Jan 23 07:52:45 1998  Fred Fish  <fnf@cygnus.com>
29131
29132         * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
29133         "calling function with watchpoint enabled".
29134
29135 Thu Jan 22 14:23:29 1998  Fred Fish  <fnf@cygnus.com>
29136
29137         * gdb.base/break.exp (test_next_with_recursion): Remove
29138         gdb_suppress_tests for d10v-*-*.
29139         * lib/gdb.exp (gdb_suppress_tests): Disable this function
29140         pending review of whether it is useful or not.
29141
29142 Tue Jan 20 13:02:09 1998  Mark Alexander  <marka@cygnus.com>
29143
29144         * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
29145
29146 Mon Jan 19 08:53:04 1998  Mark Alexander  <marka@cygnus.com>
29147
29148         * gdb.base/break.exp: Increase timeout for slow TX39 boards.
29149         * config/dve.exp: New file to support Densan boards.
29150
29151 Mon Dec 15 22:38:05 1997  Andrew Cagney  <cagney@b1.cygnus.com>
29152
29153         * gdb.base/interrupt.exp: Document problem of simulators, signals,
29154         reads and BSD.
29155
29156 Wed Nov 26 22:29:18 1997  Bob Manson  <manson@charmed.cygnus.com>
29157
29158         * config/monitor.exp: Be a bit less picky about the "Remote debugging"
29159         response.
29160
29161         * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
29162
29163 Tue Nov 25 12:46:36 1997  Andrew Cagney  <cagney@b1.cygnus.com>
29164
29165         * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
29166         test.
29167
29168         * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
29169         target_sizeof_long and target_bigendian_p.
29170         (structs_by_value, structs_by_reference): Check values according
29171         to targets word size and endianess.
29172
29173 Mon Nov 24 16:37:06 1997  Andrew Cagney  <cagney@b1.cygnus.com>
29174
29175         * gdb.base/langs.exp: For "continue to exit" ignore any trailing
29176         output.
29177
29178 Fri Oct 17 13:24:43 1997  Stan Shebs  <shebs@andros.cygnus.com>
29179
29180         * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
29181         Update test of set args help to match source change.
29182
29183 Fri Sep 26 17:36:20 1997  Jason Molenda  (crash@pern.cygnus.com)
29184
29185         * gdb.base/default.exp: Expect help system output to be in
29186         alphabetical order.
29187         * gdb.base/help.exp: Ditto.
29188
29189 Wed Sep 24 13:08:14 1997  Bob Manson  <manson@charmed.cygnus.com>
29190
29191         * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
29192         "i*86-pc-linux-gnu*".
29193         * gdb.base/interrupt.exp: Ditto.
29194         * gdb.base/corefile.exp: Ditto.
29195
29196         * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
29197         define vxworks when building the testcase.
29198
29199         * gdb.base/ptype.exp: Fix testnames to be unique.
29200         * gdb.base/radix.exp: Ditto.
29201         * gdb.base/term.exp: Ditto.
29202         * gdb.base/whatis.exp: Ditto.
29203         * gdb.c++/classes.exp: Ditto.
29204
29205 Tue Sep 16 22:21:48 1997  Bob Manson  <manson@charmed.cygnus.com>
29206
29207         * gdb.base/callfuncs.exp: Fix indentation.
29208
29209         * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
29210         suppress_flag has been set.
29211         (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
29212         target feature.
29213
29214 Mon Sep 15 15:43:17 1997  Bob Manson  <manson@charmed.cygnus.com>
29215
29216         * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
29217         the testcase.
29218
29219         * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
29220         set_debug_traps() and breakpoint().
29221         * gdb.c++/misc.cc (main): Ditto.
29222         * gdb.c++/templates.cc (main): Ditto.
29223         * gdb.c++/virtfunc.cc (main): Ditto.
29224
29225 Fri Sep 12 16:56:38 1997  Bob Manson  <manson@charmed.cygnus.com>
29226
29227         * lib/gdb.exp(gdb_step_for_stub): New function.
29228         (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
29229         exists, reload the executable and do a "continue" instead of
29230         doing a jump.
29231         (runto_main): Use gdb_step_for_stub.
29232
29233         * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
29234         tests to have unique names.
29235         * gdb.base/callfuncs.exp: Ditto.
29236         * gdb.base/commands.exp: Ditto.
29237         * gdb.base/default.exp: Ditto.
29238         * gdb.base/help.exp: Ditto.
29239         * gdb.base/list.exp: Ditto.
29240         * gdb.base/opaque.exp: Ditto.
29241         * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
29242         similar tests.
29243
29244         * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
29245         * gdb.c++/cplusfuncs.cc: Ditto.
29246         * gdb.c++/virtfunc.cc: Ditto.
29247
29248         * config/monitor.exp: Keep track of the last file we saw, rather
29249         than trying to get the info from gdb.
29250
29251         * gdb.fortran/types.exp: Move comment to previous line.
29252
29253 Tue Sep  2 19:55:34 1997  Bob Manson  <manson@charmed.cygnus.com>
29254
29255         * config/sparclet.exp: Detect gratuitous change to sparclet gdb
29256         target mode.
29257
29258 Mon Jul 28 12:14:47 1997  Stan Shebs  <shebs@andros.cygnus.com>
29259
29260         From Bob Manson:
29261         * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
29262         string from GDB when it connects.
29263
29264         * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
29265
29266 Thu Jul  3 15:35:12 1997  Bob Manson  <manson@charmed.cygnus.com>
29267
29268         * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
29269         if we can't get a debug format from GDB (we may be testing an
29270         older GDB). Use a 10 second timeout when checking for the format.
29271
29272         * gdb.stabs/weird.exp: Fix quoting.
29273
29274         * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
29275
29276 Mon Jun 30 18:31:43 1997  Bob Manson  <manson@charmed.cygnus.com>
29277
29278         * config/arm-ice.exp: New file.
29279
29280 Sun Jun 29 16:43:30 1997  Bob Manson  <manson@charmed.cygnus.com>
29281
29282         * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
29283         until it has been modified to work with the new testsuite.
29284
29285         * gdb.*/*.exp: Instead of causing 1 unresolved test when the
29286         testcase won't compile, cause all of the testcases in the file to
29287         fail instead.
29288
29289         * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
29290         (gdb_clear_suppressed): New procedure.
29291         (gdb_stop_suppressing_tests): Only clear suppress_flag if
29292         it contains a positive value.
29293
29294 Sat Jun 28 13:31:11 1997  Bob Manson  <manson@charmed.cygnus.com>
29295
29296         * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
29297
29298         * gdb.c++/virtfunc.exp: Remove setting of libs variable.
29299
29300 Fri Jun 27 07:44:25 1997  Fred Fish  <fnf@cygnus.com>
29301
29302         * lib/gdb.exp (setup_xfail_format): New function.
29303         (get_debug_format): New function to get debug format.
29304         (debug_format): New global variable to hold last value set
29305         by get_debug_format.
29306         * gdb.base/list.exp: Call get_debug_format and expect some
29307         tests to fail for DWARF 1 and COFF formats.
29308         * gdb.c++/ptype.exp: Ditto.
29309         * gdb.c++/classes.exp: Ditto.
29310         * gdb.c++/cplusfuncs.exp: Ditto.
29311         * gdb.c++/inherit.exp: Ditto.
29312         * gdb.c++/templates.exp: Ditto.
29313         * gdb.c++/virtfunc.exp: Ditto.
29314
29315 Wed Jun 25 09:08:51 1997  Bob Manson  <manson@charmed.cygnus.com>
29316
29317         * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
29318         host doesn't have a currently-open connection.
29319
29320         * config/sparclet.exp: Cleanups and fixes to make it generic for
29321         any gdb stub target. Handle cases where gdb doesn't respond when
29322         interrupted in a sane fashion.
29323
29324         * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
29325         same thing in a totally different way.
29326
29327         * config/monitor.exp: Pass in timeouts to gdb_expect instead of
29328         setting "timeout".
29329         (gdb_start): We set the global gdb_prompt variable in
29330         default_gdb_init now.
29331
29332 Sun Jun 22 09:11:02 1997  Fred Fish  <fnf@cygnus.com>
29333
29334         * gdb.base/printcmds.exp: Fix "check for floating addition"
29335         regexp to accept results within approx +/- .01 of exact value.
29336         * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
29337
29338 Wed Jun 18 11:11:39 1997  Bob Manson  <manson@charmed.cygnus.com>
29339
29340         * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
29341         properly.
29342         (gdb_expect): Add optional timeout parameter, and add timeout
29343         value to various calls.
29344         (gdb_suppress_tests): Only give one warning message per group.
29345
29346 Tue Jun 17 13:10:10 1997  Bob Manson  <manson@charmed.cygnus.com>
29347
29348         * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
29349         global variables. Handle getting a value for $timeout more
29350         gracefully.
29351
29352 Sat Jun 14 09:23:26 1997  Bob Manson  <manson@charmed.cygnus.com>
29353
29354         * lib/gdb.exp: Close connection to remote host if gdb doesn't
29355         initialize.
29356         (default_gdb_init): New procedure; allow gdb_init to be overridden
29357         by a target configuration file.
29358         (gdb_expect): Pass the timeout to remote_expect.
29359
29360         * config/monitor.exp(gdb_load): Fix typo in regexp.
29361
29362 Thu Jun 12 20:57:12 1997  Bob Manson  <manson@charmed.cygnus.com>
29363
29364         * gdb.base/funcargs.exp: Remove spurious suppress tests call.
29365
29366 Tue Jun  3 15:20:20 1997  Bob Manson  <manson@charmed.cygnus.com>
29367
29368         * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
29369         here. Call gdb_target_exec before rebooting the target, to make
29370         sure the connection to the target is closed.
29371         (gdb_load): Pass the name of the executable to gdb_target_monitor.
29372         Don't call gdb_file_cmd here; let gdb_target_monitor do it.
29373         Also detect "Timeout reading from remote" error.
29374
29375         * config/gdbserver.exp: Pass the executable being loaded to
29376         gdb_target_monitor. Don't call gdb_file_cmd here; let
29377         gdb_target_monitor do it.
29378
29379         * gdb.disasm/hppa.exp: Don't use exec_output.
29380
29381 Fri May 23 13:28:29 1997  Bob Manson  <manson@charmed.cygnus.com>
29382
29383         * gdb.base/list.exp: If we're debugging a non-native target,
29384         try to set the pc register to point to the start of the
29385         program before doing the first list command.
29386
29387         * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
29388         test_calls after restarting.
29389
29390         * lib/gdb.exp(gdb_run_cmd): Send jump command again after
29391         reloading.
29392
29393         * gdb.base/watchpoint.exp: Fix typo.
29394
29395         * gdb.base/setshow.exp: Check for use_gdb_stub.
29396
29397         * gdb.base/break.exp: Fix continue until exit test for the gdb
29398         stub case.
29399         * gdb.base/langs.exp: Ditto.
29400
29401         * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
29402         gdb_load_offset. If we weren't given a file to load, figure out
29403         what the current file is and use it.
29404
29405         * config/i386-bozo.exp: New file.
29406
29407 Thu May 22 18:51:32 1997  Bob Manson  <manson@charmed.cygnus.com>
29408
29409         * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
29410         feature.
29411
29412         * config/proelf.exp: New entry.
29413
29414 Wed May 21 21:23:16 1997  Bob Manson  <manson@charmed.cygnus.com>
29415
29416         * lib/gdb.exp: Remove spurious .* patterns at the beginning
29417         of regexps.
29418
29419         * gdb.base/watchpoint.exp: Don't run the test_stepping
29420         tests if gdb can't call functions on the target.
29421
29422         * gdb.base/setshow.exp: Don't run the set prompt tests if
29423         the board has gdb_prompt set.
29424
29425 Tue May 20 08:58:49 1997  Jeffrey A Law  (law@cygnus.com)
29426
29427         * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
29428         * gdb.base/commands.exp: Likewise.
29429         * gdb.base/setshow.exp: Likewise.
29430
29431 Mon May 19 15:37:50 1997  Bob Manson  <manson@charmed.cygnus.com>
29432
29433         * config/monitor.exp(gdb_start): Look for gdb_prompt target
29434         feature.
29435
29436         * config/i960.exp: New file.
29437
29438 Thu May  1 18:01:50 1997  Bob Manson  <manson@charmed.cygnus.com>
29439
29440         * gdb.base/funcargs.exp: Check for gdb,short_int target
29441         feature instead of looking for explicit target triplets.
29442
29443 Mon Apr 28 17:27:40 1997  Michael Snyder  <msnyder@cygnus.com>
29444
29445         * gdb.base/printcmds.exp: add a couple more tests a la
29446         "p 123DEADBEEF", to check parse_number.
29447         * top.c: change "to enable to enable" to "to enable" in a couple
29448         of help strings.
29449
29450 Thu Apr 24 14:38:18 1997  Jeffrey A Law  (law@cygnus.com)
29451
29452         * gdb.base/callfuncs.exp: Mark some tests as expected to fail
29453         on the mn10300.
29454
29455 Mon Apr 21 15:05:42 1997  Fred Fish  <fnf@cygnus.com>
29456
29457         * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
29458         where the test executable is run with explicit args.
29459         * gdb.base/default.exp: Handle arm-*-coff case for "info float".
29460
29461 Mon Apr 21 13:38:58 1997  Fred Fish  <fnf@cygnus.com>
29462
29463         * gdb.base/run.c: Use FAKEARGV to build test executable that
29464         does not require a command line arg, since most simulators
29465         don't currently support passing such an arg into the simulated
29466         program.
29467         * gdb.base/commands.exp: Change tests to insert the proper
29468         value as the arg to the first recursive factorial call.  Change
29469         compilation line to define FAKEARGV at compile time.
29470
29471 Wed Apr  9 11:12:36 1997  Jeffrey A Law  (law@cygnus.com)
29472
29473         * gdb.base/recurse.exp: Enable these tests for the mn10300.
29474         * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
29475         function with watchpoint enabled" test.
29476
29477 Tue Apr  8 19:33:20 1997  Bob Manson  <manson@charmed.cygnus.com>
29478
29479         * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
29480         Don't call gdb_test when the command doesn't return to a gdb prompt.
29481
29482         * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
29483         "Tests restarted" messages.
29484
29485 Tue Apr  8 16:38:46 1997  Jeffrey A Law  (law@cygnus.com)
29486
29487         * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
29488
29489 Thu Apr  3 15:21:26 1997  Michael Snyder  <msnyder@cygnus.com>
29490
29491         * gdb.base/help.exp: update help msg for INFO ADDR; add help test
29492         for INFO SYMBOL; add help tests for OVERLAY commands.
29493         * gdb.base/default.exp: add tests for INFO SYMBOL command;
29494         add tests for OVERLAY commands
29495         * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
29496         d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
29497         * gdb.base/sigall.c: add usestubs code frag
29498         * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
29499
29500 Thu Apr  3 09:38:53 1997  Bob Manson  <manson@charmed.cygnus.com>
29501
29502         * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
29503         failures.
29504         (gdb_stop_suppressing_tests): Note that tests have restarted.
29505
29506 Wed Apr  2 19:04:20 1997  Bob Manson  <manson@charmed.cygnus.com>
29507
29508         * config/h8300.exp: New file.
29509
29510 Sun Mar 30 13:38:25 1997  Bob Manson  <manson@charmed.cygnus.com>
29511
29512         * gdb.base/setshow.exp: Check for the existence of a
29513         feature, not its value.
29514
29515 Sat Mar 29 11:19:46 1997  Bob Manson  <manson@charmed.cygnus.com>
29516
29517         * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
29518
29519         * gdb.base/scope.exp: It's now init0(), not init().
29520
29521         * gdb.base/scope0.c: For now, change init() to be init0().
29522
29523         * config/monitor.exp: Use gdb_serial in preference to serial
29524         or netport.
29525
29526         * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
29527         and it's not already set.
29528
29529 Fri Mar 28 19:54:18 1997  Bob Manson  <manson@charmed.cygnus.com>
29530
29531         * gdb.base/setshow.exp: Only test the run command if the target
29532         isn't using a stub and if it supports argument passing.
29533
29534 Sat Mar 22 19:50:25 1997  Bob Manson  <manson@charmed.cygnus.com>
29535
29536         * config/udi.exp(gdb_start): Make sure UDICONF is set
29537         properly before starting gdb.
29538
29539 Mon Mar 24 14:40:33 1997  Jeffrey A Law  (law@cygnus.com)
29540
29541         * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
29542         * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
29543         * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
29544
29545 Tue Mar 11 11:42:58 1997  Bob Manson  <manson@charmed.cygnus.com>
29546
29547         * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
29548         specialized code to reboot the board, use remote_reboot instead.
29549
29550         * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
29551
29552         * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
29553
29554         * config/monitor.exp: Make sure we disconnect from the target.
29555         Also, try a reboot/reload cycle instead of failing if the
29556         load fails.
29557
29558 Fri Mar  7 13:48:30 1997  Bob Manson  <manson@charmed.cygnus.com>
29559
29560         * gdb.base/default.exp: Don't set match_max.
29561         * gdb.base/help.exp: Ditto.
29562         * gdb.base/list.exp: Ditto.
29563         * gdb.base/signals.exp: Ditto.
29564
29565         * config/monitor.exp(gdb_load): If gdb,use_standard_load is
29566         set, use remote_ld to download the testcase instead of
29567         the GDB loader.
29568
29569 Wed Mar  5 00:00:43 1997  Bob Manson  <manson@charmed.cygnus.com>
29570
29571         * config/vr5000.exp: New file.
29572
29573         * config/monitor.exp(gdb_target_monitor): Add pattern for
29574         "Ending remote" to detect errors in connecting.
29575
29576         * gdb.base/setshow.exp: Add .* within auto language test.
29577
29578         * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
29579         target feature.
29580
29581         * config/monitor.exp(gdb_load): Check for a failure when loading,
29582         and reboot the board if necessary.
29583
29584         * gdb.base/setvar.exp(test_set): Handle multiple prints within
29585         a set of tests. Remove print.* from the patterns being checked.
29586
29587 Mon Mar  3 11:57:43 1997  Bob Manson  <manson@charmed.cygnus.com>
29588
29589         * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
29590         refer to gdb_spawn_id.
29591
29592         * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
29593         longer used.
29594         * config/sparclet.exp: Ditto.
29595         * config/sparclet-old.exp: Ditto.
29596         * config/slite.exp: Ditto.
29597         * config/sim.exp: Ditto.
29598         * gdb.base/funcargs.exp: Ditto.
29599
29600         * lib/gdb.exp:Remove references to gdb_spawn_id.
29601         (gdb_expect): Move to remote.exp.
29602
29603 Fri Feb 28 20:47:39 1997  Bob Manson  <manson@charmed.cygnus.com>
29604
29605         * config/monitor.exp: Detect the "Couldn't establish connection"
29606         message from GDB.
29607
29608 Tue Feb 25 14:08:55 1997  Bob Manson  <manson@charmed.cygnus.com>
29609
29610         * gdb.base/bitfields.exp: Use runto instead of explicit
29611         gdb_run_cmd/gdb_expect sequences.
29612
29613         * gdb.base/break.exp(text_next_with_recursion): Add match for
29614         gdb_expect call.
29615
29616         * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
29617         We also need to handle the "A program is being debugged already"
29618         prompt from gdb. Use gdb_test to set the baud rate.
29619
29620         * lib/gdb.exp(gdb_init): Increase the default expect buffer size
29621         to 20000. Really. I mean it.
29622
29623 Mon Feb 24 13:23:26 1997  Bob Manson  <manson@charmed.cygnus.com>
29624
29625         * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
29626         fails. If suppress_flag is set, skip perror message about not
29627         being able to send to GDB.
29628         (send_gdb): If suppress_flag is set, don't try to send commands to
29629         GDB.
29630         (gdb_expect): If suppress_flag is set, always fail immediately.
29631         (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
29632         (gdb_init): Call gdb_stop_suppressing_tests.
29633         (default_gdb_exit): Ditto.
29634         (default_gdb_start): Ditto.
29635
29636         * gdb.base/bitfields.exp: Call gdb_suppress_tests and
29637         gdb_stop_suppressing_tests as appropriate.
29638         * gdb.base/break.exp: Ditto.
29639         * gdb.base/callfuncs.exp: Ditto.
29640         * gdb.base/commands.exp: Ditto.
29641         * gdb.base/exprs.exp: Ditto.
29642         * gdb.base/funcargs.exp: Ditto.
29643         * gdb.base/list.exp: Ditto.
29644         * gdb.base/recurse.exp: Ditto.
29645         * gdb.base/scope.exp:  Ditto.
29646         * gdb.base/structs.exp: Ditto.
29647         * gdb.c++/inherit.exp: Ditto.
29648
29649 Sun Feb 23 19:56:02 1997  Bob Manson  <manson@charmed.cygnus.com>
29650
29651         * config/vr4300.exp: New file.
29652
29653         * gdb.*/*.exp: Call gdb_expect instead of expect.
29654
29655         * lib/gdb.exp(gdb_expect): New function.
29656
29657 Thu Feb 20 13:57:01 1997  Bob Manson  <manson@charmed.cygnus.com>
29658
29659         * lib/gdb.exp(gdb_init): New function.
29660
29661         * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
29662         for each individual variable set.
29663
29664         * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
29665         name.
29666
29667         * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
29668
29669         * gdb.base/scope.exp: Use gdb_test.
29670
29671         * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
29672         aborting; the testsuite driver will do that for us (see
29673         gdb_finish). Also, use gdb_test in a few more places.
29674
29675 Thu Feb 20 13:32:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
29676
29677         * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
29678
29679 Thu Feb 20 10:34:21 1997  Jeffrey A Law  (law@cygnus.com)
29680
29681         * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
29682         and "add_tests" are not at the same address.
29683
29684 Fri Feb 14 18:47:23 1997  Bob Manson  <manson@charmed.cygnus.com>
29685
29686         * gdb.base/ptype.exp: Use gdb_test.
29687
29688 Thu Feb 13 16:09:36 1997  Jeffrey A Law  (law@cygnus.com)
29689
29690         * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
29691         * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
29692         left in.  No longer expect them to fail.
29693
29694         * gdb.stabs/*.mt; Deleted, no longer used.
29695         * gdb.stabs/configure.in: Remove references to target makefile
29696         frags.
29697         * gdb.stabs/configure: Rebuilt.
29698
29699         * gdb.disasm/*.mt: Deleted, no longer used.
29700         * gdb.disasm/configure.in: Remove references to target makefile
29701         frags.  Use "sh3.s" as the unique filename for this directory.
29702         * gdb.disasm/configure: Rebuilt.
29703
29704         * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
29705         * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
29706         * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
29707
29708 Tue Feb 11 16:57:58 1997  Bob Manson  <manson@charmed.cygnus.com>
29709
29710         * config/udi.exp: Use mondfe,name instead of remote_host.
29711
29712 Tue Feb 11 11:22:36 1997  Jeffrey A Law  (law@cygnus.com)
29713
29714         * gdb.base/watchpoint.exp: Don't expect a failure when calling
29715         a function with a watchpoint enabled on the mn10200.
29716
29717         * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
29718         before trying to create it!
29719
29720 Mon Feb 10 16:40:47 1997  Bob Manson  <manson@charmed.cygnus.com>
29721
29722         * config/vx.exp: Use hostname instead of netport.
29723
29724         * config/vxworks.exp: New file.
29725
29726         * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
29727
29728         * config/monitor.exp(gdb_target_monitor): Look for a prompt from
29729         gdb before assuming everything worked. Send a ^C if a timeout
29730         occurs.
29731
29732         * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
29733         $gdb_spawn_id directly.
29734         (gdb_run_cmd): Try _start as well as start. Use the target feature
29735         gdb,start_symbol as the symbol to start from when jumping.
29736
29737 Mon Feb 10 11:26:59 1997  Jeffrey A Law  (law@cygnus.com)
29738
29739         * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
29740         redundant) test.
29741
29742         * gdb.base/recurse.exp: Relax final value test for 'b' so that
29743         it doesn't lose for 16bit integer systems.
29744
29745 Fri Feb  7 09:31:21 1997  Jeffrey A Law  (law@cygnus.com)
29746
29747         * gdb.fortran/types.exp: If the target doesn't support "double"
29748         data types, then expect "real" types to only be 4 bytes.
29749
29750         * gdb.c++/virtfunc.exp: Expect failure for virtual function
29751         call tests if the target doesn't support inferior function calls.
29752
29753         * gdb.base/printcmds.exp: Allow minor deviation in FP values
29754         in printf tests.
29755
29756 Thu Feb  6 12:46:14 1997  Jeffrey A Law  (law@cygnus.com)
29757
29758         * gdb.base/help.exp: Disable "help set", "help show", and
29759         "help support".  Simplify regexp for "help stack".
29760
29761         * gdb.base/default.exp: Set match_max to 5000 and the timeout
29762         to 60 seconds.  Temporarily set match_max to 15000 around the
29763         "info copying" test.
29764
29765         * gdb.base/nodebug.exp: Don't try to do an inferior function
29766         call if the target doesn't support them.
29767         * gdb.base/printcmds.exp: Likewise.
29768         * gdb.base/setvar.exp: Likewise.
29769         * gdb.base/structs.exp: Likewise.
29770         * gdb.c++/templates.exp: Likewise.
29771         * gdb.base/ptype.exp: Likewise.  Remove UDI specific stuff.
29772
29773         * gdb.base/recurse.exp: Enable for the mn10200.
29774
29775         * configure.in: Do configure gdb.stabs directory for *-*-elf
29776         targets.
29777         * configure: Rebuilt.
29778
29779         * gdb.base/break.exp: Check for gdb,noresults before testing
29780         exit status and/or results from the target.
29781         * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
29782         * lib/gdb.exp: Remove old (now bogus) initialization of
29783         noinferior, noargs, noresults and nosignals.
29784
29785 Tue Feb  4 21:52:17 1997  Bob Manson  <manson@charmed.cygnus.com>
29786
29787         * config/sh.exp: New file.
29788
29789         * config/slite.exp: Try to connect multiple times to the board
29790         before rebooting. Only send a "monitor run" if need_monitor_run
29791         is set.
29792
29793         * gdb.base/break.exp: Don't do the "stub continue" test if
29794         the target has gdb_stub set.
29795
29796         * gdb.base/callfuncs.exp: Increase the timeout.
29797
29798         * gdb.base/interrupt.exp: Don't even try to compile the testcase
29799         if the target has gdb,noinferiorio set.
29800
29801         * gdb.base/list.exp: Increase match_max to 10000 characters.
29802
29803         * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
29804
29805         * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
29806         target.
29807
29808         * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
29809
29810 Mon Feb  3 12:09:37 1997  Bob Manson  <manson@charmed.cygnus.com>
29811
29812         * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
29813         trying to delete the copy of gdb. Catch the file delete so we
29814         don't die if the delete fails; also, the file should be copied to
29815         the host, not to the build.
29816
29817 Sun Feb  2 00:55:14 1997  Bob Manson  <manson@charmed.cygnus.com>
29818
29819         * lib/gdb.exp(gdb_test): Surround the result pattern with
29820         parenthesis in case it contains multiple regexps separated
29821         with |.
29822
29823         * gdb.base/watchpoint.exp: Use gdb_test.
29824         * gdb.base/default.exp: Ditto.
29825
29826 Sat Feb  1 23:51:01 1997  Bob Manson  <manson@charmed.cygnus.com>
29827
29828         * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
29829
29830         * gdb.base/scope.exp: Use gdb_test.
29831         * gdb.c++/classes.exp: Ditto.
29832         * gdb.c++/inherit.exp: Ditto.
29833
29834 Fri Jan 31 13:09:12 1997  Bob Manson  <manson@charmed.cygnus.com>
29835
29836         * gdb.base/crossload.exp: Don't use execute_anywhere, use
29837         remote_exec instead.
29838         * gdb.base/corefile.exp: Don't be ridiculous.
29839         * gdb.base/*.c: Add missing stub invocations.
29840
29841 Thu Jan 30 16:49:25 1997  Bob Manson  <manson@charmed.cygnus.com>
29842
29843         * config/slite.exp: Miscellaneous fixes.
29844
29845         * lib/gdb.exp: Fix runto.
29846
29847         * gdb.base/signals.exp: Check for a gdb,nosignals feature of
29848         the target.
29849
29850         * gdb.base/watchpoint.exp: Fix regexp.
29851
29852         * lib/gdb.exp(default_gdb_exit): Add a catch to the
29853         close and wait commands, as the descriptor may now be
29854         invalid. Always call "remote_close host".
29855
29856 Tue Jan 28 14:42:31 1997  Bob Manson  <manson@charmed.cygnus.com>
29857
29858            Major rewrite for testsuite revision.
29859
29860         * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
29861         TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
29862         instead of relying on spawn_id to always contain a valid
29863         spawn id.
29864         (get_compiler_info): New procedure to build the ${binfile}.ci
29865         file, instead of replicating this in N different places.
29866         (gdb_compile): New procedure.
29867
29868         gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
29869         appropriate arguments) instead of compile. Use gdb_test in a lot
29870         more places.  Use send_gdb instead of send. Always run gdb_start
29871         at the start of a testcase, as this is no longer done magically.
29872
29873         config/*-gdb.exp: Rename without the -gdb suffix.
29874
29875         config/mips.exp: Use remote_close instead of exit_remote_shell.
29876         config/monitor.exp: Use target_info instead of looking at
29877         baud, timeout, etc.
29878         config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
29879
29880 Sat Dec 14 00:43:57 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
29881
29882         * gdb.c++/templates.exp (test_ptype_of_templates),
29883         gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
29884         Update expect patterns for destructors and assignment operators
29885         to match corresponding c-typeprint.c changes.
29886         * gdb.c++/templates.exp (test_template_breakpoints):  Revert change
29887         to destructor breakpoint test, GDB should be able to set the
29888         destructor breakpoint without specifying arguments.
29889
29890 Tue Dec  3 20:17:52 1996  Fred Fish  <fnf@cygnus.com>
29891
29892         * gdb.threads/pthreads.exp: Change result for failure to compile due
29893         to lack of pthreads runtime support from an error to simply an
29894         unsupported test, per dejagnu standards.
29895
29896 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
29897
29898         * lib/gdb.exp (gdb_test):  Simplify expect pattern for the case
29899         where GDB exits to reduce pattern match time.
29900         (skip_chill_tests):  Skip chill tests for mips*-sgi-irix6*.
29901
29902         * gdb.base/nodebug.exp:  Add mips*-sgi-irix6* xfails.
29903
29904 Tue Nov 26 18:29:23 1996  Michael Snyder  <msnyder@cygnus.com>
29905
29906         * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
29907         * gdb.base/default.exp:   ditto.
29908         * gdb.base/nodebug.exp:   ditto.
29909         * gdb.base/printcmds.exp: ditto.
29910         * gdb.base/ptype.exp:     ditto.
29911         * gdb.base/setvar.exp:    ditto.
29912         * gdb.base/structs.exp:   ditto.
29913         * gdb.base/setshow.c:     Guard against uninitialized values of argc.
29914
29915 Tue Nov 26 17:23:28 1996  Ian Lance Taylor  <ian@cygnus.com>
29916
29917         * configure, */configure: Rebuild with autoconf 2.12.
29918
29919 Sat Nov 23 13:32:15 1996  Fred Fish  <fnf@cygnus.com>
29920
29921         * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
29922         use new i*86-pc-linux*-gnu quads.
29923         * gdb.base/corefile.exp: Ditto.
29924         * gdb.base/signals.exp: Ditto.
29925         * gdb.base/sigall.exp: Ditto.
29926         * gdb.base/interrupt.exp: Ditto.
29927
29928         * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
29929         "i*86-*-linux" for "signal SIGUSR1".  Now works, at least with
29930         RedHat 4.0.
29931
29932         * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
29933         linux.  This allows the test case to at least compile on latest
29934         linux, but still not run due to missing the threads runtime library.
29935
29936 Fri Nov 22 10:13:29 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
29937
29938         * gdb.base/a1-selftest.exp (do_steps_and_nexts):  Reinitialize source
29939         directory to search gdb directory. Accept and step over conditional
29940         stack alignment code. Consume $prompt in failure cases.
29941         Reset timeout to $oldtimeout instead of some arbitrary value.
29942         * gdb.base/nodebug.exp:  Limit backtrace to 10 frames to avoid
29943         timeout problems with infinite stack backtraces.
29944         * gdb.base/ptype.exp (ptype struct link, union tu_link):
29945         Accept function parameters for linkfunc member.
29946
29947 Thu Nov 21 09:17:19 1996  Fred Fish  <fnf@cygnus.com>
29948
29949         * lib/gdb.exp (CFLAGS): Remove, unreferenced.
29950         (CXXFLAGS): Remove, unreferenced.
29951         (B_OPTIONS): Add for -B options and add code to initialize with
29952         previous -B options and also add -B option to pick up cross compiled
29953         runtime.
29954         (TARGET_INCLUDES): Add for -I options and add code to initialize when
29955         doing cross compiles.
29956         (target_alias): Declare global.
29957         (xgcc): Set variable to full path of gcc in build tree.  Use findfile
29958         to verify that gcc exists in build tree, and if so set CC to that
29959         gcc and to use B_OPTIONS and TARGET_INCLUDES.
29960
29961 Tue Nov 12 16:20:13 1996  Fred Fish  <fnf@cygnus.com>
29962
29963         * gdb.c++/inherit.exp (test_print_anon_union): Reenable
29964         ptype test for anonymous union.  Fixup testcase to match
29965         current gcc debug output.
29966
29967 Mon Nov 11 14:12:06 1996  Jeffrey A Law  (law@cygnus.com)
29968
29969         * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
29970         force argument to an unsigned long type.
29971
29972 Mon Nov 11 10:27:55 1996  Fred Fish  <fnf@cygnus.com>
29973
29974         * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
29975         tests and anonymous union print/ptype tests.
29976         * gdb.base/list.exp (test_forward-search): Increase timeout by
29977         5 minutes for the "search extremely long line" case.
29978         * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
29979         completely optional and that the pass/fail messages use the command as
29980         the message if that third arg is a null string.
29981         (gdb_test_exact):  Arrange that a null string pattern means match a
29982         null string output rather than any output, which might include random
29983         errors.
29984         * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
29985         backtrace test.
29986         * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
29987         always failing and failure is now exposed by gdb.exp changes.
29988
29989 Sat Nov  9 11:13:24 1996  Fred Fish  <fnf@cygnus.com>
29990
29991         * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
29992         weren't being noted.
29993
29994 Sat Nov  9 01:05:10 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
29995
29996         * gdb.base/corefile.exp:  Consume $prompt in mmap fail cases.
29997         * gdb.stabs/weird.exp:  Remove v_comb xfails.
29998
29999 Tue Nov  5 10:44:23 1996  Michael Snyder  <msnyder@cygnus.com>
30000
30001         * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
30002                     list.exp scope.exp watchpoint.exp]
30003           Make all timeout error msgs explicitly say "(timeout)".
30004
30005 Mon Nov  4 12:03:06 1996  Michael Snyder  <msnyder@cygnus.com>
30006
30007         * config/monitor.exp: Increase download timeout to 1000 seconds.
30008
30009 Mon Nov  4 12:02:26 1996  Michael Snyder  <msnyder@cygnus.com>
30010
30011         * config/m32r.exp: Increase timeout to 120 seconds.
30012
30013 Sun Nov  3 14:37:05 1996  Fred Fish  <fnf@cygnus.com>
30014
30015         * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
30016         and accept older ordering as obsolescent gcc or gdb.
30017         * gdb.c++/templates.exp: Ditto.
30018         * gdb.c++/virtfunc.exp: Ditto.
30019
30020 Fri Nov  1 11:56:09 1996  Fred Fish  <fnf@cygnus.com>
30021
30022         * gdb.base/coremaker.c: Add code to mmap some data so we
30023         can check that it ends up in the core file.
30024         * gdb.base/corefile.exp: Add test to read mmapped data
30025         from core file.
30026
30027 Wed Oct 30 18:19:16 1996  Michael Snyder  <msnyder@cygnus.com>
30028
30029         * config/m32r.exp: New file.
30030
30031 Mon Oct 21 14:40:50 1996  Stu Grossman  (grossman@critters.cygnus.com)
30032
30033         * testsuite/gdb.base/nodebug.exp:  Whack out -g options by hand so
30034         that cflags can contains -gstabs, and work correctly for other tests.
30035
30036 Mon Oct 21 14:00:37 1996  Michael Snyder  <msnyder@cygnus.com>
30037
30038         * gdb.base/setshow.exp: New file, tests show and set.
30039         * gdb.base/setshow.c:   New file, tests show and set.
30040         * gdb.base/help.exp: Add test for help set|show annotate.
30041         * gdb.base/default.exp: Add test for set|show annotate.
30042
30043 Wed Oct 16 19:03:54 1996  Stu Grossman  (grossman@critters.cygnus.com)
30044
30045         * testsuite/gdb.base/break.exp:  Make backtrace from factorial
30046         errors unique.
30047         * testsuite/gdb.base/nodebug.exp:  Whack out all -g options
30048         explicitly.
30049
30050 Tue Oct 15 16:45:02 1996  Stu Grossman  (grossman@critters.cygnus.com)
30051
30052         * config/sim-gdb.exp (gdb_target_sim):  Remove setting of height
30053         and width commands.  This is done elsewhere.
30054         * (gdb_start):  Don't call gdb_start_sim here.  That's already
30055         done in gdb_load.  This fixes lots of failures in default.exp.
30056
30057 Sun Oct 13 10:40:23 1996  Fred Fish  <fnf@cygnus.com>
30058
30059         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
30060         * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
30061         * lib/gdb.exp (gdb_test): Treat failures due to program exiting
30062         in the same we we treat other failures (since it may be an expected
30063         condition), rather than as an error.
30064         * gdb.base/signals.exp (test_handle_all_print): Revert back to
30065         old test format.
30066
30067 Fri Oct 11 17:05:22 1996  Fred Fish  <fnf@cygnus.com>
30068
30069         * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
30070         (distclean maintainer-clean realclean): No need to remove files
30071         twice.  Nuke the duplicates.
30072         * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
30073         * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
30074         Remove config.h along with other config files.
30075
30076 Mon Sep 30 20:16:22 1996  Fred Fish  <fnf@cygnus.com>
30077
30078         * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
30079         "p func1 ()" and note that rests of tests are skipped.
30080         * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
30081         setup_xfails for "print func2::coremaker_local".
30082         Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
30083         * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
30084         affected by the previous run test.
30085         * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
30086         "print array () ubyte (foo)" and "print/x array () byte (\$i)"
30087         * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
30088         "pass int powerset tuple" and "pass modeless int powerset tuple".
30089         * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
30090         "real write 4" and "real write 8".
30091         * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
30092         setup_xfails for "print vs1 after tuple assign 2",
30093         "print \$i after tuple assign 2", and
30094         "print vs2 after tuple assign 2".
30095         * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
30096         meaningful error message and return -1 so the caller can
30097         suppress further tests and avoid a cascade of errors.
30098
30099 Fri Sep 27 10:34:51 1996  Fred Fish  <fnf@cygnus.com>
30100
30101         * gdb.base/a1-selftest.exp: Tweak tests to account for new
30102         format for printing version.
30103         * gdb.base/default.exp: Ditto.
30104         * gdb.base/interrupt.exp: Fix problem with cascade of
30105         errors if child process dies while calling a function.
30106
30107 Fri Sep 13 21:43:48 1996  Fred Fish  <fnf@cygnus.com>
30108
30109         * Makefile.in (VPATH): Add
30110         * Makefile.in (Makefile, config.status): Fix rules so things get
30111         remade when necessary.
30112
30113 Fri Sep 13 18:16:10 1996  Fred Fish  <fnf@cygnus.com>
30114
30115         * Makefile.in (just-check): Add path to sibling expect dir
30116         to environment variable specified by RPATH_ENVVAR.
30117
30118 Fri Sep 13 12:05:34 1996  Fred Fish  <fnf@cygnus.com>
30119
30120         * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
30121         (just-check): Add shared library paths for libstdc++, tk,
30122         tcl, bfd, and opcodes to the environment variable specified
30123         in RPATH_ENVVAR.
30124         * configure.in: Add support to recognize --enable-shared flag
30125         and generate correct value for RPATH_ENVVAR.
30126         * configure: Regenerated with autoconf.
30127
30128 Mon Sep  2 06:36:02 1996  Fred Fish  <fnf@cygnus.com>
30129
30130         * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
30131         include all osf versions.
30132         * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
30133         all osf versions.  Add -D_MIT_POSIX_THREADS to compilation command
30134         when target is linux.  When failing to build pthreads test
30135         executable, give more meaningful message.
30136         * gdb.threads/pthreads.c: Hpux also uses old definition of second
30137         arg for pthread_create.
30138
30139 Mon Aug 19 09:58:59 1996  Fred Fish  <fnf@cygnus.com>
30140
30141         * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
30142         PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
30143         * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
30144         and -lpthreads (everybody else).
30145         (test_startup): Fail gracefully if threads are not supported.
30146         * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
30147         "p/c array_index("abcdef",2)" when not gcc compiled.
30148         * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
30149         "print func2::coremaker_local" when not gcc compiled.
30150         * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
30151         "ptype on opaque struct tagname (statically)",
30152         "ptype on opaque struct tagname (dynamically) 1", and
30153         "ptype on opaque struct tagname (dynamically) 2"
30154         for not compiled with gcc.
30155         * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
30156         backtrace when compiled with gcc.
30157         * lib/gdb.exp (runto_main): Return result of "runto main" rather
30158         than always return success.
30159
30160 Sat Aug 17 13:28:00 1996  Fred Fish  <fnf@cygnus.com>
30161
30162         * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
30163
30164 Tue Aug 13 10:26:10 1996  Jeffrey A Law  (law@cygnus.com)
30165
30166         * gdb.base/structs.exp: Undo last change.
30167
30168 Mon Aug 12 15:29:08 1996  Fred Fish  <fnf@cygnus.com>
30169
30170         * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
30171         encapsulate all the steps/nexts done during self test, starting
30172         at main, and makes them less sensitive to optimization issues.
30173         Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
30174         signal handler" test.
30175         * gdb.threads/pthreads.exp: Only run this for native configs.
30176         * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
30177         setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
30178         tests.
30179         gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
30180         for "runto test_calls(void)" test.
30181
30182 Sun Aug 11 13:11:24 1996  Fred Fish  <fnf@cygnus.com>
30183
30184         * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
30185         and don't expect address info in breakpoint confirmations.
30186
30187 Wed Aug  7 20:47:43 1996  Fred Fish  <fnf@cygnus.com>
30188
30189         * gdb.base/list.exp (test_forward_search): Increase timeout
30190         temporarily by 60 seconds for searching extremely long line,
30191         and then reset to old value when done.  Increase expect input
30192         buffer to 10000.
30193
30194 Wed Aug  7 15:34:22 1996  Fred Fish  <fnf@cygnus.com>
30195
30196         * gdb.base/list.exp (test_forward_search): Fix to handle very
30197         long source line without overflowing expect's input buffer.
30198
30199 Wed Aug  7 12:03:25 1996  Tom Tromey  <tromey@creche.cygnus.com>
30200
30201         * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
30202         "buffer_full".
30203
30204         * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
30205         "buffer_full".
30206
30207         * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
30208         "buffer_full".
30209
30210         * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
30211         "buffer_full".
30212
30213 Wed Aug  7 11:05:47 1996  Fred Fish  <fnf@cygnus.com>
30214
30215         * configure.in (configdirs): Add gdb.threads.
30216         * configure: Regenerated with autoconf.
30217         * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
30218         * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
30219         * gdb.threads/configure: New, generated with autoconf.
30220
30221 Tue Aug  6 10:23:04 1996  Tom Tromey  <tromey@rtl.cygnus.com>
30222
30223         * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
30224
30225 Mon Aug  5 18:11:53 1996  Fred Fish  <fnf@cygnus.com>
30226
30227         * gdb.base/signals.exp (test_handle_all_print): Test separately for
30228         each signal's status in the output of "handle all print".
30229         * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
30230         the \r\n sequence that immediately precedes the gdb prompt.
30231         * gdb.base/a1-selftest.exp: Save original timeout and restore
30232         after test.
30233
30234 Sun Aug  4 10:20:50 1996  Jeffrey A Law  (law@cygnus.com)
30235
30236         * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
30237         symbol.
30238
30239 Fri Aug  2 17:37:26 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
30240
30241         * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
30242
30243 Thu Jun 27 20:41:40 1996  Fred Fish  <fnf@cygnus.com>
30244
30245         * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
30246         timeout by 60 seconds.
30247
30248 Thu Jun 27 18:13:57 1996  Fred Fish  <fnf@cygnus.com>
30249
30250         * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
30251         * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
30252         error return.
30253
30254 Thu Jun 27 10:54:58 1996  Fred Fish  <fnf@cygnus.com>
30255
30256         * lib/gdb.exp (default_gdb_start): When reporting a timeout during
30257         gdb initialization, also report how long dejagnu waited.  Restore
30258         old timeout before doing error return.  Temporarily increase timeout
30259         by 3 minutes to allow for slow startups over heavy NFS use.
30260
30261 Tue Jun 25 19:59:17 1996  Fred Fish  <fnf@cygnus.com>
30262
30263         * lib/gdb.exp: Report timeout value for verbosity level 2.
30264         * config/gdbserver.exp: Ditto.
30265         * config/hppro.exp: Ditto.
30266         * config/mips-gdb.exp: Ditto.
30267         * config/monitor.exp: Ditto.
30268         * config/netware.exp: Ditto.
30269         * config/sim-gdb.exp: Ditto.
30270         * config/slite-gdb.exp: Ditto.
30271         * config/udi-gdb.exp: Ditto.
30272         * config/unix-gdb.exp: Ditto.
30273         * config/vx-gdb.exp: Ditto.
30274         * gdb.base/a1-selftest.exp: Ditto.
30275         * gdb.base/a2-run.exp: Ditto.
30276         * gdb.base/break.exp: Ditto.
30277         * gdb.base/corefile.exp: Ditto.
30278         * gdb.base/list.exp: Ditto.
30279         * gdb.base/recurse.exp: Ditto.
30280         * gdb.base/scope.exp: Ditto.
30281         * gdb.base/signals.exp: Ditto.
30282
30283 Tue Jun 25 23:16:58 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
30284
30285         * gdb.threads/Makefile.in (docdir): Removed.
30286
30287 Tue Jun 25 17:02:39 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
30288
30289         * configure.in (AC_PREREQ): autoconf 2.5 or higher.
30290         * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
30291         @srcdir@.
30292         * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
30293         autoconf 2.5 or higher.
30294         * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
30295
30296 Thu Jun 13 11:16:10 1996  Tom Tromey  <tromey@thepub.cygnus.com>
30297
30298         * configure: Regenerated.
30299         * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
30300         avoid name clashes with SunOS headers.
30301
30302 Wed Jun  5 16:43:27 1996  Jeffrey A Law  (law@cygnus.com)
30303
30304         * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
30305
30306 Thu May 30 11:35:11 1996  Jeffrey A Law  (law@cygnus.com)
30307
30308         * gdb.base/callfuncs.exp: Finish last change -- make sure the
30309         prototype information ends up in the compiler info file.
30310
30311 Thu May 23 12:48:41 1996  Fred Fish  <fnf@cygnus.com>
30312
30313         * gdb.base/callfuncs.exp: Remove the compiler info file prior to
30314         attempting to regenerate it.  Eliminate use of a temporary file
30315         and just generate the info file directly.  Source it immediately,
30316         for consistency of use.
30317         * gdb.base/corefile.exp: Ditto
30318         * gdb.base/exprs.exp: Ditto.
30319         * gdb.base/funcargs.exp: Ditto.
30320         * gdb.base/langs.exp: Ditto.
30321         * gdb.base/list.exp: Ditto.
30322         * gdb.base/mips_pro.exp: Ditto.
30323         * gdb.base/nodebug.exp: Ditto.
30324         * gdb.base/opaque.exp: Ditto.
30325         * gdb.base/ptype.exp: Ditto.
30326         * gdb.base/scope.exp: Ditto.
30327         * gdb.base/setvar.exp: Ditto.
30328         * gdb.base/signals.exp: Ditto.
30329         * gdb.base/whatis.exp: Ditto.
30330         * gdb.c++/templates.exp: Ditto.
30331         * gdb.c++/virtfunc.exp: Ditto.
30332         * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
30333         whether or not to add -lstdc++ to the compile command line args.
30334
30335 Sat May 18 02:43:58 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
30336
30337         * gdb.base/recurse.exp:  Remove setup_xfail for "sparc*-*-sunos4*",
30338         it got fixed by the recent lookup_minimal_symbol_by_pc change.
30339         Increase timeout, a lot of single stepping might be needed if the
30340         target has no hardware watchpoints.
30341
30342 Wed May 15 08:47:42 1996  Jeffrey A Law  (law@cygnus.com)
30343
30344         * gdb.base/break.exp: Ignore compiler warnings when compiling
30345         break.c.
30346         * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
30347         * gdb.base/default.exp: Add h8300 xfails.  Handle messages
30348         from remote-sim.
30349         * gdb.base/exprs.exp: Add h8300 xfails.
30350         * gdb.base/funcargs.exp: Likewise.
30351         * gdb.base/nodebug.exp: Likewise.
30352         * gdb.base/printcmds.exp: Likewise.
30353         * gdb.base/ptype.exp: Likewise.
30354         * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300.  Add
30355         h8300 xfails.
30356         * gdb.base/return.exp: Handle float/double precision problems
30357         on the h8300.
30358         * gdb.base/funcargs.c: Explicitly make last constant argument to
30359         call_after_alloca_subr an unsigned long type.
30360         * gdb.base/return.c: Include stdio.h.
30361
30362 Tue May  7 22:01:12 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
30363
30364         * config/abug.exp: New file for the older Motorola Bug monitor
30365         that runs on the mvme13x series VME boards.
30366         * config/monitor.exp: Use the new config array for target settings
30367         if they exist.
30368
30369 Fri May  3 16:02:55 1996  Stan Shebs  <shebs@andros.cygnus.com>
30370
30371         * sim-gdb.exp: Make the SH simulator allocate less space when
30372         it is targeted.
30373
30374 Thu May  2 12:31:56 1996  Jeffrey A Law  (law@cygnus.com)
30375
30376         * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
30377         test.
30378
30379 Wed Mar 20 08:48:03 1996  Fred Fish  <fnf@cygnus.com>
30380
30381         * gdb.base/list.exp (test_list_function): Remove setup_xfail for
30382         "rs6000-*-*" for "list function in include file" when gcc compiled.
30383         * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
30384         for "p ctable1[120]".
30385         * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
30386         "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
30387         Remove setup_xfail for "rs6000-*-*" for
30388         "print 'scope0.c'::filelocal before run".
30389         * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
30390         gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
30391         since some compilers don't allow both options to be given
30392         on the same command line.  Create object file and move it.
30393
30394 Tue Mar 19 23:49:31 1996  Fred Fish  <fnf@cygnus.com>
30395
30396         * gdb.base/corefile.exp: Always regenerate the core file, since
30397         we always regenerate the coremaker program.  Detect special case
30398         where registers cannot be read from core file.
30399
30400 Tue Mar 19 16:52:49 1996  Fred Fish  <fnf@cygnus.com>
30401
30402         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
30403         * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
30404         * gdb.c++/templates.exp: Only match on basename of file since
30405         some formats like xcoff don't encode directory information.
30406         * gdb.stabs/weird.exp: Use the right sed script for powerpc
30407         and rs6000 AIX xcoff targets.
30408         * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
30409         * configure: Regenerate.
30410         * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
30411         here, rather than in distclean.
30412
30413 Sun Mar 17 13:35:31 1996  Fred Fish  <fnf@cygnus.com>
30414
30415         * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
30416         defined, and use it to compile the test case with -O2.  The
30417         native compilation still uses no optimization.
30418         * gdb.base/mips_pro.c: Remove inline assembly code since
30419         it is compiled PIC by default, which results in assembler
30420         warnings that make the testsuite think the compilation
30421         was unsuccessful.
30422
30423 Sat Mar 16 15:02:24 1996  Fred Fish  <fnf@cygnus.com>
30424
30425         * gdb.c++/misc.exp: Add note to message for
30426         "print s.a for foo struct" that this is a known gcc 2.7.2
30427         and earlier bug.
30428
30429 Fri Mar 15 17:49:57 1996  Fred Fish  (fnf@cygnus.com)
30430
30431         * gdb.base/break.exp: Fix pattern for matching "Delete all
30432         breakpoints (y or n) ".  Add "mips-dec-ultrix*" to
30433         setup_xfail for deleting all breakpoints test.  Fix various
30434         timeout messages to include "(timeout)".
30435         * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
30436         for "p t_float_values2(3.14159,float_val2)".
30437         * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
30438         for "continue to call2g" when gcc compiled.
30439         * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
30440         "up to foo in langs.exp", "show language at foo in langs.exp",
30441         "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
30442         and "show language at fsub in langs.exp".
30443         * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
30444         "list line 1 in include file", "list message for lines past EOF",
30445         "list function in include file", "list list0.h:foo", and
30446         "list filename:function; nonexistant function".
30447         * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
30448         "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
30449         and "ptype t_char_array" to be for native cc only.
30450
30451 Fri Mar 15 16:17:22 1996  Fred Fish  <fnf@cygnus.com>
30452
30453         * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
30454         setup_xfail for "print coremaker_bss", "print coremaker_ro",
30455         "print func2::coremaker_local", and "backtrace in corefile.exp".
30456
30457 Wed Mar 13 14:54:11 1996  Fred Fish  <fnf@cygnus.com>
30458
30459         * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
30460         "bt in signals.exp".  This problem only appears when running
30461         the testsuite, and then only intermittently.
30462
30463 Tue Mar 12 15:00:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
30464
30465         * gdb.base/return.exp (return_tests): Differentiate between
30466         two tests of continuing.
30467
30468 Tue Mar  5 14:33:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
30469
30470         * */Makefile.in (maintainer-clean): Remove config.log.
30471         * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
30472         * gdb.c++/Makefile.in (PROGS): Add inherit.
30473         (clean): Remove *.ci.
30474
30475 Tue Feb 20 16:36:10 1996  Fred Fish  <fnf@cygnus.com>
30476
30477         * gdb.c++/misc.cc: Add test code from Mike Stump.
30478         * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
30479
30480 Sun Feb 18 11:39:12 1996  Fred Fish  <fnf@cygnus.com>
30481
30482         * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
30483         to "alpha-*-osf2*" and add comment.
30484         * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
30485         setup_xfail for "step over execarg initialization" and
30486         "step over corearg initialization".
30487         * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
30488         for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
30489         * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
30490         gcc compiled for "print coremaker_bss", "print coremaker_ro",
30491         "print func2::coremaker_local", and "backtrace in corefile.exp".
30492         * gdb.base/signals.exp: Build and source signals.ci.
30493         Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
30494         to be for gcc only.
30495         * lib/gdb.exp: Move verbose statements outside conditionals.
30496
30497 Sat Feb 17 02:22:14 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
30498
30499         * gdb.base/sigall.exp:  Remove setup_xfail for irix4.  Fixed by
30500         Feb 3 procfs.c change.
30501
30502 Fri Feb 16 13:25:31 1996  Fred Fish  <fnf@cygnus.com>
30503
30504         * config/unix-gdb.exp: Remove extraneous newlines from end of file.
30505
30506 Thu Feb 15 08:12:55 1996  Fred Fish  <fnf@cygnus.com>
30507
30508         * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
30509         from dejagnu's apparent default of 10 seconds, which gives random
30510         results when running the tests over NFS on moderately loaded systems.
30511         * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
30512
30513 Mon Feb 12 16:50:28 1996  Fred Fish  <fnf@cygnus.com>
30514
30515         * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318.  Now fixed.
30516         * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
30517         result reports.
30518
30519 Fri Feb  9 15:56:51 1996  Fred Fish  <fnf@cygnus.com>
30520
30521         * configure.in (CY_AC_PATH_TCLH): Remove.
30522         * configure: Regenerate.
30523
30524 Fri Feb  9 08:21:31 1996  Fred Fish  <fnf@cygnus.com>
30525
30526         * gdb.c++/Makefile.in (clean): Add missing '{'.
30527
30528 Fri Feb  2 10:19:40 1996  Jeffrey A Law  (law@cygnus.com)
30529
30530         * lib/gdb.exp: Provide a default value for noinferior.
30531
30532         * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
30533         Load libgloss.exp.
30534
30535 Thu Feb  1 20:20:14 1996  Jeffrey A Law  (law@cygnus.com)
30536
30537         * gdb.disasm/hppa.exp: Compile directly into an executable, use
30538         the executable, not the .o to run the tests from.
30539
30540 Wed Jan 31 14:21:09 1996  Jeffrey A Law  (law@cygnus.com)
30541
30542         * gdb.base/break.exp: Don't test for program exit or exit status
30543         if $noresults if nonzero.
30544         * gdb.base/langs.exp: Likewise.
30545         * gdb.base/watchpoint.exp: Likewise.
30546
30547         * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
30548         * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
30549         trying to compile the testcase.
30550
30551 Wed Jan 24 23:42:39 1996  Doug Evans  <dje@charmed.cygnus.com>
30552
30553         * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
30554         * gdb.base/signals.exp (continue to handler): Likewise.
30555
30556 Tue Jan 23 16:28:22 1996  Per Bothner  <bothner@kalessin.cygnus.com>
30557
30558         * gdb.c++/classes.exp:  Now = returns false/true, not 1/0.
30559
30560         * gdb.fortran/exprs.exp:  .LT. and .GT. now return .TRUE. or .FALSE..
30561
30562 Tue Jan 23 15:41:57 1996  Jeffrey A Law  (law@cygnus.com)
30563
30564         * gdb.base/corefile.exp: Recognize "not found" as failure
30565         when trying to determine if a core file was generated.
30566         If no core file was generate the first time, try again without
30567         the ulimit -c to work around braindamaged shells.
30568
30569 Mon Jan 15 09:33:00 1996  Fred Fish  <fnf@cygnus.com>
30570
30571         * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
30572         [] tests with "test" and enclose string in quotes.
30573         * gdb.stabs/configure: Rebuild
30574
30575 Thu Jan 11 09:43:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
30576
30577         Changes in sync with expect:
30578         * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
30579         (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
30580         (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
30581         (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater.  Properly quote
30582         argument to AC_REQUIRE.
30583         * configure: Regenerated.
30584
30585 Thu Jan  4 08:17:22 1996  Fred Fish  <fnf@cygnus.com>
30586
30587         * gdb.base/corefile.exp: When generating a core, discard any
30588         error messages about ulimit not found and the "core dumped"
30589         message from the shell that runs the coredumper.
30590
30591 Wed Jan  3 01:30:41 1996  Jeffrey A Law  (law@cygnus.com)
30592
30593         * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
30594
30595         * gdb.stabs/weird.exp: Use ${target_triplet} to determine
30596         which sed script to run.  Expect failure for v_comb test
30597         on PA targets too.
30598
30599 Sat Dec 30 16:09:04 1995  Fred Fish  <fnf@rtl.cygnus.com>
30600
30601         * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
30602         "print func2::coremaker_local" and for "backtrace in corefile.exp"
30603
30604 Sat Dec 30 12:59:12 1995  Fred Fish  <fnf@cygnus.com>
30605
30606         * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
30607         * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
30608         "sparc-sun-solaris*" xfails for "p v_comb".
30609         * lib/gdb.exp (default_gdb_start): Fix typo.
30610         * gdb.base/corefile.exp: Allow "Core was generated by ..."
30611         messages to not include the full program name that caused
30612         the core dump since some systems (such as solaris) apparently
30613         truncate this path to about 80 characters.
30614         When generating a core file first try increasing the core file
30615         size limit to unlimited since some systems may default it to
30616         zero, and it is harmless to try it.  Move the test for failing
30617         to generate a core file to where it will actually get executed.
30618         * gdb.c++/templates.exp (test_ptype_of_templates): Accept
30619         new gdb result from g++ debug info improvements and make old
30620         pattern obsolescent.  Also account for size_t differences
30621         (may be int or long).
30622         * gdb.base/a1-selftest.exp (test_with_self): Check for case where
30623         initialization before function call is placed in the delay slot
30624         and thus appears to be skipped over by commands such as "next".
30625
30626 Fri Dec 29 16:09:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
30627
30628         * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
30629
30630 Wed Dec  6 10:45:42 1995  Jeffrey A. Law  <law@sethra.cygnus.com>
30631
30632         * gdb.base/*.exp: Make ${srcfile} only be the basename of the
30633         input source file; fix code to compile test to deal with this
30634         convention.
30635         * gdb.c++/*.exp: Likewise.
30636
30637 Mon Nov 27 11:40:16 1995  Fred Fish  <fnf@cygnus.com>
30638
30639         * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
30640         "bt in signals.exp".
30641
30642 Sat Nov 25 20:52:15 1995  Fred Fish  <fnf@phydeaux.cygnus.com>
30643
30644         * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
30645         "step over execarg initialization" and
30646         "step over corearg initialization".
30647
30648 Sat Nov 25 18:20:14 1995  Fred Fish  <fnf@cygnus.com>
30649
30650         * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
30651         with sizeof(pointer) > sizeof(int).  Avoid "void *" or include files.
30652
30653 Sat Nov 25 11:03:42 1995  Fred Fish  <fnf@cygnus.com>
30654
30655         From Rob Savoye  (rob@poseidon.cygnus.com)
30656         * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
30657         gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
30658         configure.in}, gdb.disasm/{Makefile.in, configure.in},
30659         gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
30660         configure.in}: Major reworking for autoconfig.
30661         * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
30662         gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
30663         New files.
30664         * config/unix-gdb.exp:  Make GDB global.
30665         * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
30666         callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
30667         funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
30668         nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
30669         regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
30670         term.exp, twice.exp, watchpoint.exp, whatis.exp},
30671         gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
30672         templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
30673         misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
30674         pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
30675         pr-8136.exp, result.exp, string.exp, tuples.exp},
30676         gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
30677         to returns as necessary, arrange for test to compile own testcase
30678         executable.
30679         * lib/gdb.exp: Changes for testsuite to compile own test cases.
30680
30681 Tue Nov 21 16:15:45 1995  Fred Fish  <fnf@cygnus.com>
30682
30683         * gdb.c++/classes.exp (test_pointers_to_class_members): Add
30684         clear_xfail at end of test which might not call either pass or fail.
30685         * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
30686         "backtrace through signal handler".
30687
30688 Sat Nov 18 04:09:31 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
30689
30690         * gdb.base/sigall.exp:  Work around OSF/1-3.x kernel bug when
30691         continuing from a job control stop signal.
30692         * gdb.stabs/alpha.mt:  Use $(CFLAGS) when building weird.o.
30693
30694 Wed Nov 15 00:28:03 1995  Jeffrey A Law  (law@cygnus.com)
30695
30696         * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
30697         * gdb.base/corefile.exp: Likewise.
30698         * gdb.base/funcargs.exp: Likewise.
30699
30700 Tue Nov 14 15:18:10 1995  Stu Grossman  (grossman@cygnus.com)
30701
30702         * config/hmsirom.exp:  Setup for talking to hmsi ROM monitor.
30703         * config/monitor.exp:  Add support for setting baud rate.
30704
30705 Sat Nov  4 15:35:52 1995  Fred Fish  <fnf@cygnus.com>
30706
30707         * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
30708         i*86-*-linux* xfails for "backtrace through signal handler".
30709         * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
30710         "print func2::coremaker_local".
30711         * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
30712         alpha-dec-osf2* xfail for
30713         "delete all breakpoints when none".
30714
30715 Wed Nov  1 15:57:16 1995  Fred Fish  <fnf@cygnus.com>
30716
30717         * gdb.base/break.exp: Change test that deletes all breakpoints
30718         when no user breakpoints are installed.  A post 4.15 change
30719         causes gdb to no longer prompt in this case.
30720
30721 Tue Oct 31 15:13:43 1995  Fred Fish  <fnf@cygnus.com>
30722
30723         * gdb.base/return.exp (return_tests):  Change xfail for test
30724         "correct value returned double test" to stop xfailing at
30725         Solaris 2.5.  Apparently the bug has been fixed.
30726
30727 Sun Oct 29 12:18:16 1995  Fred Fish  <fnf@cygnus.com>
30728
30729         * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
30730         IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
30731
30732 Tue Oct 24 11:12:12 1995  Jeffrey A Law  (law@cygnus.com)
30733
30734         * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
30735         * gdb.disasm/hppa.s: Corresponding changes.
30736
30737 Wed Oct 18 11:27:47 1995  Jeffrey A Law  (law@cygnus.com)
30738
30739         * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
30740         makefile fragment.
30741         * config/mt-hpux: Deleted.
30742
30743 Tue Oct 17 23:02:12 1995  Jeffrey A Law  (law@cygnus.com)
30744
30745         * Many files: When warning about suppressed tests due to a
30746         nonexistant test binary, avoid incrementing the warning count.
30747
30748 Tue Oct 10 11:00:41 1995  Fred Fish  <fnf@cygnus.com>
30749
30750         * Makefile.in (TARGET_FLAGS_TO_PASS):  Remove BISON.
30751
30752 Sun Oct  8 04:23:14 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
30753
30754         * gdb.base/return.exp:  Change xfail from "sparc-*-solaris2.*" to
30755         "sparc-*-solaris2*".
30756
30757 Sat Sep 23 01:22:23 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
30758
30759         * gdb.base/coremaker.c:  Produce a full core dump for AIX targets.
30760         Add global and local variables and initialize them.
30761         * gdb.base/corefile.exp:  Test correct mapping of corefile sections
30762         by printing variables. Remove rs6000 and powerpc xfails, BFD now
30763         extracts the file name and terminating signal from the core file.
30764         * TODO:  Remove note about tests for correct mapping of corefile.
30765         * gdb.base/ptype.c (main):  Use boolean2 to inhibit AIX 4.1 xlc
30766         from optimizing it away.
30767         * gdb.stabs/weird.exp:  Remove rs6000 xfail, xcoffread.c now
30768         handles common blocks.
30769
30770 Thu Sep 21 01:28:10 1995  Jeff Law  (law@snake.cs.utah.edu)
30771
30772         * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
30773         * gdb.disasm/sh3.exp (fmac): Corresponding changes.
30774
30775 Wed Sep 20 13:15:05 1995  Ian Lance Taylor  <ian@cygnus.com>
30776
30777         * Makefile.in (maintainer-clean): New target, synonym for
30778         realclean.
30779         * gdb.base/Makefile.in (maintainer-clean): Likewise.
30780         * gdb.c++/Makefile.in (maintainer-clean): Likewise.
30781         * gdb.chill/Makefile.in (maintainer-clean): Likewise.
30782         * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
30783         * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
30784         * gdb.threads/Makefile.in (maintainer-clean): Likewise.
30785
30786 Sun Sep 10 13:14:01 1995  Fred Fish  <fnf@cygnus.com>
30787
30788         * gdb.base/scope.exp (text_at_main):  Add "hppa*-*-hpux*"
30789         xfails when not gcc compiled for "print foo::funclocal".
30790         (test_at_foo):  Add "hppa*-*-hpux*" xfails when not gcc compiled for:
30791         "print foo::funclocal at foo",
30792         "print 'scope1.c'::foo::funclocal at foo",
30793         "print foo::funclocal_bss at foo",
30794         "print 'scope1.c'::foo::funclocal_bss at foo",
30795         "print foo::funclocal_ro at foo",
30796         "print 'scope1.c'::foo::funclocal_ro at foo",
30797         "print bar::funclocal at foo" and
30798         "print 'scope1.c'::bar::funclocal at foo".
30799         (test_at_bar):  Add "hppa*-*-hpux*" xfails when not
30800         gcc compiled for "print foo::funclocal at bar".
30801         Expand all messages to ensure that they identify that
30802         the test is at bar().
30803         * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
30804         gcc compiled for:
30805         "ptype on opaque struct pointer (statically)",
30806         "ptype on opaque struct tagname (statically)",
30807         "ptype on opaque struct pointer (dynamically) 1",
30808         "ptype on opaque struct tagname (dynamically) 1",
30809         "ptype on opaque struct pointer (dynamically) 2" and
30810         "ptype on opaque struct tagname (dynamically) 2
30811         * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
30812         gcc compiled for:
30813         "p datalocal"
30814         "whatis datalocal",
30815         "ptype datalocal",
30816         "p bsslocal",
30817         "whatis bsslocal", and
30818         "ptype bsslocal".
30819         * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
30820         "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
30821         when not gcc compiled.
30822         * gdb.base/funcargs.exp (float_and_integral_args):  Add
30823         "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
30824         compiled.
30825         (discard_and_shuffle):  Add "hppa*-*-hpux*" xfail for
30826         "backtrace from call6a" when not gcc compiled.
30827         (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
30828         "backtrace from call7a" when not gcc compiled.
30829         * gdb.base/callfuncs.exp (do_function_calls):
30830         Add "hppa*-*-hpux*" xfail when not gcc compiled for
30831         "p t_char_array_values(char_array_val2,char_array_val1)",
30832         "p t_char_array_values(char_array_val1,char_array_val2)",
30833         "p t_char_array_values("carray 1","carray 2")",
30834         "p t_char_array_values("carray 1",char_array_val2)",
30835         "p t_char_array_values(char_array_val1,"carray 2")",
30836         "p sum_args(1,{2})",
30837         "p sum_args(2,{2,3})",
30838         "p sum_args(3,{2,3,4})",
30839         "p sum_args(4,{2,3,4,5})"
30840         * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
30841         "backtrace in corefile.exp" when not gcc compiled.
30842
30843 Sat Sep  9 01:35:39 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
30844
30845         * gdb.base/signals.exp:  Rewrite `handle all print' test as
30846         a procedure. Accept blanks or TABs as whitespace, increase
30847         timeout and expect input buffer size for the large output
30848         from the command. Remove "i*86-*-bsdi2.0" xfail.
30849
30850 Sat Sep  2 06:41:26 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
30851
30852         * gdb.base/setvar.exp:  Add new testcases for truncation when
30853         assigning invalid values to bitfields.
30854
30855 Sat Sep  2 00:17:31 1995  Fred Fish  <fnf@cygnus.com>
30856
30857         * gdb.base/callfuncs.exp (do_function_calls):  Remove
30858         mips-sgi-irix* xfail for
30859         "call inferior func with struct - returns char *"
30860         and fix test so that an optional (unsigned char *) cast is
30861         accepted in the result.
30862
30863 Fri Sep  1 13:42:01 1995  Fred Fish  <fnf@cygnus.com>
30864
30865         * gdb.base/funcargs.exp (float_and_integral_args):  Remove
30866         sparc-sun-solaris2* xfail for "print f1 after run to call2a".
30867         * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
30868         * gdb.base/signals.exp: Remove duplicate "handle all print" test
30869         that accidentally got checked in.
30870
30871 Sun Aug 27 23:35:35 1995  Fred Fish  <fnf@cygnus.com>
30872
30873         * gdb.base/callfuncs.exp (do_function_calls):  Add alpha-dec-osf2*
30874         clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
30875         compiled test.
30876         * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
30877         Add mips-sgi-irix5* xfail for not gcc compiled.
30878         * gdb.base/Makefile.in (nodebug.o):  Also create nodebug.ci.
30879         * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc
30880         compiled for "p top", "whatis top", "p middle", and "whatis
30881         middle".
30882         * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
30883         "whatis signed char" for not gcc compiled.
30884         * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
30885         "set variable signed char=-1 (-1)" and
30886         "set variable signed char=0xFF (0xFF)" for not gcc compiled.
30887         * gdb.base/funcargs.exp (float_and_integral_args):
30888         Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
30889         Add mips-sgi-irix* xfail when not gcc compiled for
30890         "continue to call2b".
30891         Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
30892         "continue to call2g".
30893         (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc
30894         compiled for "backtrace from call6a"
30895         (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc
30896         compiled for "backtrace from call7k".  Add mips-sgi-irix5* xfail
30897         when not gcc compiled for "backtrace from call7a".
30898         (localvars_after_alloca):  Fix gdb_test cmds for
30899         "print * after runto ...".
30900         Remove rs6000-*-* xfails for
30901         "print i after runto localvars_after_alloca" and
30902         "print l after runto localvars_after_alloca"
30903         for all compilers.
30904         * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
30905         when not compiled with gcc, for:
30906         "print signed char == (minus)",
30907         "print signed char != (minus)",
30908         "print signed char < (minus)",
30909         "print signed char > (minus)".
30910         * gdb.base/callfuncs.exp (do_function_calls):
30911         Add mips-sgi-irix* xfail, when compiled with native compiler, for
30912         "call inferior func with struct - returns char *".
30913         * gdb.base/return.exp (return_tests): Change xfail for
30914         "correct value returned double test" to include Solaris 2.4.
30915         * gdb.base/funcargs.exp (float_and_integral_args):
30916         Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
30917
30918 Sat Aug 26 00:26:11 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
30919
30920         * gdb.base/setvar.c, gdb.base/setvar.exp:  Add new tests for
30921         enumeration bitfields if compiling with GNU C.
30922         * lib/gdb.exp:  Consume `(y or n) ' in `Reinitialize source path
30923         to empty' prompt.
30924
30925 Tue Aug 22 00:30:37 1995  Jeff Law  (law@snake.cs.utah.edu)
30926
30927         * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
30928         test for PRO targets.
30929
30930         * gdb.base/funcargs.exp: Avoid ever setting more than 8
30931         breakpoints in the inferior at any given time by making
30932         two groups of breakpoints for call2*, call6* and call7*
30933         tests.
30934
30935 Sun Aug 20 06:58:25 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
30936
30937         * gdb.base/funcargs.exp:  Fix typos introduced by Aug 15 change.
30938         * gdb.base/callfuncs.c (main):  Use struct_val1 to inhibit xlc
30939         from optimizing it away.
30940         * gdb.base/callfuncs.exp:  Remove rs6000-*-* xfails for
30941         "call inferior func with struct".
30942
30943 Wed Aug 16 11:57:15 1995  Stan Shebs  <shebs@andros.cygnus.com>
30944
30945         * configure.in: Only configure gdb.chill for particular targets.
30946
30947 Tue Aug 15 09:42:44 1995  Fred Fish  <fnf@cygnus.com>
30948
30949         * gdb.base/Makefile.in:  Add action to .c.o transformation
30950         rule that generates a .ci file for each .o file and remove
30951         explicit .c.o rules except for callfuncs.o.
30952         * gdb.c++/Makefile.in:  Add .cc.o transformation rule that
30953         generates a .ci file for each .o file and remove explicit
30954         .cc.o rules.
30955         (clean): Remove *.tmp *.ci files.
30956         (EXECUTABLES): Remove templ-info.exp.
30957         * gdb.base/compiler.c: New file.
30958         * gdb.c++/compiler.cc: New file
30959         * gdb.base/scope.exp: Source gdb.base/scope.ci.
30960         Change rs6000-*-* xfail for
30961         "print 'scope0.c'::filelocal_ro" and
30962         "print 'scope1.c'::filelocal" and
30963         "print 'scope1.c'::filelocal_bss" and
30964         "print 'scope1.c'::filelocal_ro" and
30965         "print 'scope1.c'::foo::funclocal" and
30966         "print 'scope1.c'::foo::funclocal_ro" and
30967         "print 'scope1.c'::bar::funclocal" and
30968         "print 'scope0.c'::filelocal_ro" and
30969         "print 'scope1.c'::filelocal at foo" and
30970         "print 'scope1.c'::filelocal_bss at foo" and
30971         "print 'scope1.c'::filelocal_ro at foo" and
30972         "print 'scope1.c'::foo::funclocal at foo" and
30973         "print 'scope1.c'::foo::funclocal_bss at foo" and
30974         "print 'scope1.c'::foo::funclocal_ro at foo" and
30975         "print 'scope1.c'::bar::funclocal at foo" and
30976         "print 'scope0.c'::filelocal_ro" and
30977         "print 'scope1.c'::filelocal" and
30978         "print 'scope1.c'::filelocal_bss" and
30979         "print 'scope1.c'::filelocal_ro" and
30980         "print 'scope1.c'::foo::funclocal" and
30981         "print 'scope1.c'::foo::funclocal_bss" and
30982         "print 'scope1.c'::foo::funclocal_ro" and
30983         "print 'scope1.c'::bar::funclocal" and
30984         "print 'scope1.c'::bar::funclocal_bss"
30985         to only be xfail'd when not compiled with gcc.
30986         Add rs6000-*-* xfail for
30987         "print 'scope0.c'::filelocal_bss before run"
30988         when compiled with gcc.
30989         (test_at_main): Add rs6000-*-* xfail for
30990         "print filelocal_ro in test_at_main"
30991         when compiled with gcc.
30992         * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
30993         Add rs6000-*-aix* xfail for
30994         "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
30995         "ptype t_char_array",  not compiled with gcc.
30996         * gdb.base/list.exp (test_list_function):  Add rs6000-*-*
30997         xfail for "list foo (in include file)" when gcc compiled.
30998         * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
30999         (integral_args): Add rs6000-*-* xfail for
31000         "run to call0a" if not compiled with gcc.
31001         (unsigned_integral_args): Add rs6000-*-* xfail for
31002         "run to call1a" if not compiled with gcc.
31003         (float_and_integral_args):  Add rs6000-*-* xfail for
31004         "run to call2a" if not compiled with gcc and for
31005         "continue to call2b" for any compiler.
31006         Add rs6000-*-* xfail to
31007         "print f1 after run to call2a" for gcc compiled.
31008         (discard_and_shuffle): Add rs6000-*-* xfail for
31009         "run to call6a".
31010         (shuffle_round_robin): Add rs6000-*-* xfail for
31011         "backtrace from call7a" if not compiled with gcc.
31012         Add rs6000-*-* xfail for
31013         "backtrace from call7b" if compiled with gcc.
31014         (call_after_alloca): Add rs6000-*-* xfail for
31015         "print c in call_after_alloca" and
31016         "print s in call_after_alloca" and
31017         "backtrace from call_after_alloca_subr"
31018         if not compiled with gcc.
31019         (localvars_in_indirect_call): Add rs6000-*-* xfail for
31020         "print c in localvars_in_indirect_call" and
31021         "print c in localvars_in_indirect_call" and
31022         "backtrace in indirectly called function" and
31023         "stepping into indirectly called function"
31024         if not compiled with gcc.
31025         (localvars_after_alloca): Add rs6000-*-* xfail for
31026         "print c after runto localvars_after_alloca" and
31027         "print s after runto localvars_after_alloca" and
31028         "print i after runto localvars_after_alloca" and
31029         "print l after runto localvars_after_alloca"
31030         for all compilers.
31031         * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
31032         than whatis-info.exp.
31033         * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
31034         than opaque-info.exp.
31035         Setup rs6000-*-* xfail for
31036         "ptype on opaque struct pointer (statically)" and
31037         "ptype on opaque struct pointer (dynamically)" when
31038         not compiled with gcc.
31039         * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
31040         rather than callf-info.exp.
31041         (do_function_calls):  Add clear_xfail for rs6000-*-* for
31042         "p t_float_values2(3.14159,float_val2)".  Seems to work
31043         fine there, both with xlc and gcc.  Need to find out what
31044         it is doing right and fix other platforms.
31045         * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
31046         "call inferior func with struct - returns int",
31047         "call inferior func with struct - returns long",
31048         "call inferior func with struct - returns float",
31049         "call inferior func with struct - returns double",
31050         "call inferior func with struct - returns char *",
31051         but only if not gcc compiled (presumes xlc compiled).
31052         Change rs6000-*-* xfails for
31053         "call inferior func with struct - returns char" and
31054         " call inferior func with struct -  returns short" to only
31055         xfail if not using gcc.
31056         (clean mostlyclean):  Remove *.ci and *.tmp files.
31057         * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
31058         than templ-info.exp.
31059         * gdb.base/langs.exp:  Source gdb.base/langs.ci.
31060         Add rs6000-*-* xfail for "up to foo in langs.exp"
31061         "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
31062         when not gcc compiled.
31063
31064 Sat Aug 12 15:05:36 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
31065
31066         * gdb.base/callfuncs.exp: Add xfails for the powerpc.
31067         * gdb.base/corefile.exp: Likewise.
31068         * gdb.base/list.exp: Likewise.
31069         * gdb.base/scope.exp: Likewise.
31070         * gdb.base/siganls.exp: Likewise.
31071
31072         * gdb.base/nodebug.exp: Add xfails for the powerpc.  Handle aix4
31073         compiler output.
31074         * gdb.base/whatis.exp: Likewise.
31075
31076 Fri Aug 11 13:36:20 1995  Jeff Law  (law@snake.cs.utah.edu)
31077
31078         * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
31079         failure (opcode table has been fixed to match reality).
31080
31081 Mon Aug 14 09:01:59 1995  Fred Fish  <fnf@cygnus.com>
31082
31083         * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
31084         "call inferior func with struct - returns char",
31085         "call inferior func with struct - returns short"
31086
31087         * gdb.base/scope.exp: Remove rs6000-*-* xfails for
31088         "print 'scope0.c'::filelocal at main",
31089         "print 'scope0.c'::filelocal_bss in test_at_main",
31090         "print 'scope0.c'::filelocal at foo",
31091         "print 'scope0.c'::filelocal_bss in test_at_foo",
31092         "print 'scope0.c'::filelocal at bar",
31093         "print 'scope0.c'::filelocal_bss in test_at_bar"
31094
31095         * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
31096         in source file 1".  This bug seems to have been fixed with both
31097         gcc and native cc (was native assembler bug?).
31098
31099 Wed Aug  9 08:04:12 1995  Fred Fish  (fnf@cygnus.com)
31100
31101         * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
31102         "backtrace through signal handler" to "i*86-*-sysv4*".
31103         * gdb.base/signals.exp: Add xfail for "'next' behaved as
31104         continue" case.  Add "known SVR4 bug" to fail message.
31105         Add "i*86-*-bsdi2.0" xfail for "handle all print".
31106         Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
31107         * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
31108         "whatis unnamed typedef'd enum..." and "ptype t_char_array".
31109         * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
31110         "up to foo in langs.exp", "show language at foo in
31111         langs.exp", "up to cppsub_ in langs.exp", "show
31112         language at cppsub_ in langs.exp", "up to fsub in
31113         langs.exp", and "show language at fsub in langs.exp".
31114         * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
31115         "bactrace in corefile.exp".
31116         * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
31117         "call inferior function with struct - returns float" and
31118         "call inferior function with struct - returns double".
31119
31120 Mon Aug  7 02:43:28 1995  Jeff Law  (law@snake.cs.utah.edu)
31121
31122         * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
31123         * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
31124         * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
31125         * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
31126
31127 Mon Aug  7 08:09:37 1995  Fred Fish  <fnf@cygnus.com>
31128
31129         * Makefile.in (CHILL_FOR_TARGET): Use previously defined
31130         (or overriden) "CHILL" macro rather then bare "gcc".
31131         Also look for ../../gcc/xgcc since that is what we will
31132         actually need, not "Makefile".  Remove following assignment
31133         of CHILL to CHILL_FOR_TARGET because that results in
31134         recursive definition.
31135
31136 Sun Aug  6 16:52:29 1995  Fred Fish  <fnf@cygnus.com>
31137
31138         * gdb.base/corefile.exp:  Change xfail for backtrace in
31139         corefile.exp from linuxaout to all linux.
31140         * gdb.base/sigall.exp (test_one_sig):  Specifically deal with
31141         cases where we miss the breakpoint at the signal handler
31142         for some reason.  Setup xfail for linuxoldld/linuxaout and
31143         getting SIGIO.  Setup xfail for linuxoldld/linuxaout for
31144         hitting SIGURG breakpoint.
31145         * gdb.base/signals.exp:  Setup xfail for "next" acting like
31146         continue to add linuxoldld.  Setup xfail for all linux for
31147         "next to handler in signals_tests_1", "backtrace in
31148         signals_tests_1", "continue to func1", "pass SIGUSR1",
31149         and continue to handler".
31150
31151 Thu Aug  3 10:45:37 1995  Fred Fish  <fnf@cygnus.com>
31152
31153         * Update all FSF addresses except those in COPYING* files.
31154
31155 Sun Jul 30 17:50:35 1995  Fred Fish  <fnf@cygnus.com>
31156
31157         * gdb.base/a2-run.exp: Change messages to be more explicit about
31158         the status of args, and quote binfile in results.
31159
31160 Sun Jul 30 10:24:20 1995  Fred Fish  <fnf@cygnus.com>
31161
31162         * gdb.base/callfuncs.exp: Add tests for passing structs to
31163         inferior functions and return various types.
31164         * gdb.base/callfuncs.c: Add functions to receive a struct
31165         and return a member of the struct, in various types.
31166
31167 Sat Jul 29 14:22:33 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
31168
31169         * gdb.base/Makefile.in (clean):  Remove callf-info.exp.
31170
31171 Fri Jul 28 13:36:11 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
31172
31173         * config/vxworks29k.exp: New file, sources vxworks.exp.
31174
31175 Fri Jul 28 00:28:36 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
31176
31177         * config/gdbremote.exp: New file.  Testing framework using
31178         gdbserver.
31179
31180 Thu Jul 27 12:17:14 1995  Fred Fish  (fnf@cygnus.com)
31181
31182         * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
31183         "call function when asleep" and "send end of file".
31184         * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
31185         for "backtrace in corefile.exp".
31186         * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
31187         for "backtrace through signal handler".
31188         * gdb.base/corefile.exp: Make sure we actually generate a core file
31189         before trying the core tests.  Some systems allow the user to suppress
31190         generation of core files and default to that (linux for example).
31191         * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
31192         from "i*86-*-linux" to "i*86-*-linuxaout".  Works with ELF beta.
31193
31194 Tue Jul 25 17:30:10 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
31195
31196         * gdb.threads: New directory with some crude multi-threaded
31197         gdb tests (step.exp and step2.exp).
31198         * config/mt-lynx (STEP_EXECUTABLE): Define.
31199         (THREADFLAGS): Define.
31200
31201 Tue Jul 25 01:03:52 1995  Jeff Law  (law@snake.cs.utah.edu)
31202
31203         * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
31204
31205         * gdb.base/signals.exp: Disable whole file for lynx until
31206         further notice.
31207
31208         * gdb.base/signals.exp: xfail test where "next" acts like
31209         "continue" for lynx.
31210
31211         * gdb.base/interrupt.exp: xfail test for calling function while
31212         inferior is asleep for lynx.
31213
31214         * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
31215         than one cr-lf  after each command.
31216
31217 Sun Jul 23 23:33:18 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
31218
31219         * configure.in:  Reinstate setting of stabsdirs variable, fix
31220         typo in setting up configdirs for native builds.
31221
31222         * gdb.base/return.exp:  Fix typo in return double test.
31223         * gdb.base/return.c (tmp2, tmp3):  Made global to inhibit the
31224         compiler from optimizing them away.
31225
31226 Fri Jul 21 11:39:34 1995  Jeff Law  (law@snake.cs.utah.edu)
31227
31228         * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
31229         sequences to be echo'd by gdb when using gdb_test.
31230         * gdb.chill/chexp.exp: Likewise.
31231         * gdb.fortran/exprs.exp: Likewise
31232
31233 Thu Jul 20 13:28:36 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
31234
31235         * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
31236         after the inferior gdb has started.
31237
31238         * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
31239         after each command.
31240         * gdb.base/funcargs.exp: Likewise.
31241         * gdb.base/gdbvars.exp: Likewise.
31242         * gdb.base/interrupt.exp: Likewise.
31243         * gdb.base/list.exp: Likewise.
31244         * gdb.base/watchpoint.exp: Likewise.
31245         * gdb.c++/demangle.exp: Likewise.
31246         * gdb.c++/inherit.exp: Likewise.
31247         * gdb.chill/chexp.exp: Likewise.
31248         * gdb.fortran/exprs.exp: Likewise.
31249
31250         * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
31251         test if we can't handle IO to/from the inferior.
31252
31253         * gdb.c++/misc.exp: Always check for a program already being
31254         started after sending a "run" command to gdb.
31255
31256         * gdb.base/twice.exp: Start with a fresh gdb.
31257
31258         * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
31259         only depend on gdb's expression code, not the chill runtime.
31260
31261         * gdb.base/return.c: Put return values into variables so we
31262         can have gdb print them rather than depending on the program
31263         to print them.
31264         * gdb.base/return.exp: Corresponding changes.
31265
31266         * lib/gdb.exp: Provide default value for noinferiorio.
31267         * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
31268         the inferior.
31269
31270         * gdb.base/break.exp: Always check for a program already being
31271         started after sending a "run" command to gdb.
31272         (text_next_with_recursion): Don't check the output from the
31273         program's printf statement.  Instead just make sure the program
31274         exited.
31275
31276         * gdb.base/commands.exp: Protect tests which need arguments with
31277         $noargs conditionals.
31278
31279 Wed Jul 19 22:42:43 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
31280
31281         * gdb.base/printcmds.exp:  Adjust expect patterns for addresses
31282         of structure member arrays to match gdb/valops.c:value_addr change.
31283
31284 Mon Jul 17 10:12:27 1995  Jeff Law  (law@snake.cs.utah.edu)
31285
31286         * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
31287         cases.
31288
31289 Wed Jul 12 10:20:08 1995  Fred Fish  (fnf@cygnus.com)
31290
31291         * configure.in (configdirs):  Remove gdb.chill from default list
31292         of subdirs and then add it back in only if doing a native build.
31293         The current chill compiler does not yet work in any cross build.
31294         * Revert all signal changes from Jul 6.
31295         * gdb.base/{sigall.c signals.c}:  Define away signal() and alarm()
31296         for sh-hms targets, allowing these tests to link, with no other
31297         changes.  Testing is suppressed by setting "nosignals" in site.exp.
31298
31299 Thu Jul  6 20:58:30 1995  Fred Fish  (fnf@cygnus.com)
31300
31301         * configure.in (signaldirs): Define and add to configdirs for all
31302         targets except some specific ones that are known to not support signals.
31303         Also clean up formatting.
31304         * gdb.base/Makefile.in (EXECUTABLES):  Remove sigall and signals.
31305         (signals, sigall):  Remove rules to build.
31306         * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
31307         Moved to new gdb.signals directory.
31308         * gdb.signals: New test directory.
31309         * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
31310         signals.c signals.exp}:  New or moved files.
31311
31312 Sun Jun 25 12:55:18 1995  Jeff Law  (law@snake.cs.utah.edu)
31313
31314         * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
31315
31316 Wed Jun 21 16:35:55 1995  Fred Fish  <fnf@cygnus.com>
31317
31318         * gdb.base/return.exp:  Xfail `return double' test failure
31319         on at least Solaris 2.3 and handle future/past versions on
31320         a case by case basis as appropriate.  Also update message
31321         to include i*86 failures.
31322
31323 Wed May 24 07:10:10 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31324
31325         * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
31326
31327         * lib/gdb.exp: Fix comment which erroneously identified
31328         gdb_file_cmd as gdb_load (the 19 May change was in fact to
31329         gdb_file_cmd not gdb_load).
31330         * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
31331
31332         * gdb.base/setvar.exp: Make test names consistent between pass and
31333         fail cases.  Use gdb_test more.
31334
31335 Fri May 19 07:22:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31336
31337         * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
31338
31339 Mon May 15 23:50:51 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
31340
31341         * gdb.base/help.exp:  Fix expected help string for `show commands'.
31342
31343 Thu May 11 07:55:11 1995  Jim Kingdon  <kingdon@deneb.cygnus.com>
31344
31345         * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
31346
31347         * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
31348         of a text section.
31349
31350 Thu May 11 15:02:24 1995  Stu Grossman  (grossman@andros.cygnus.com)
31351
31352         * config/monitor.exp (gdb_target_monitor):  Fix loop interator so
31353         that loop eventually terminates.  Fix Connection refused logic so
31354         that testsuite will expire nicely.
31355
31356 Wed May 10 17:57:35 1995  Stu Grossman  (grossman@andros.cygnus.com)
31357
31358         * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
31359         config/rom68k.exp:  New tcl glue for the appropriate monitors.
31360         These all just end up calling monitor.exp.
31361         * config/monitor.exp (gdb_target_monitor):  Handle `Connection
31362         refused' by retrying.  Cleanup some timeout issues.
31363         * (gdb_load):  Reduce timeout.  Cleanup some timeout issues.
31364         * lib/gdb.exp (gdb_test gdb_test_exact):  Upvar timeout so that
31365         callers don't have to set/restore global timeout variable.
31366
31367         * The following set of changes centralizes management of the global
31368         timeout variable.  This way, it can be set in one target dependent
31369         place instead of dozens of places scattered throughout the test suite.
31370         If you need to lengthen a timeout, then you should either set timeout
31371         in one of the config/{target}.exp files, or multiply it by a factor.
31372         Setting it to an absolute value is always going to lose for some
31373         targets.
31374         * gdb.base/a1-selftest.exp (test_with_self):  Only use local timeout.
31375         * gdb.base/callfuncs.exp (do_function_calls):  Don't set timeout.
31376         * gdb.base/funcargs.exp:  Don't set timeout.
31377         * gdb.base/list.exp (test_forward_search):  Only use local timeout.
31378         * gdb.base/printcmds.exp (test_print_string_constants
31379         test_print_array_constants):  Don't set timeout.
31380         * gdb.base/ptype.exp:  Don't set timeout.
31381         * gdb.base/recurse.exp:  Don't set timeout.
31382         * gdb.base/return.exp:  Don't set timeout.
31383         * gdb.base/watchpoint.exp:  Don't set timeout.
31384         * gdb.c++/classes.exp (do_tests):  Don't set timeout.
31385         * gdb.c++/virtfunc.exp (test_virtual_calls):  Don't set timeout.
31386
31387 Wed May 10 16:03:23 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
31388
31389         * Makefile.in: Make clean targets work also when SUBDIRS is empty.
31390
31391 Mon May  1 07:32:48 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31392
31393         * lib/gdb.exp: Disable chill tests for irix5.
31394
31395 Wed Apr 26 07:36:03 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31396
31397         * gdb.base/scope.exp: Make test names unique.  Use gdb_test.  Make
31398         each test pass or fail.
31399
31400 Sun Apr 23 21:32:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31401
31402         * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
31403         xlc not gcc.
31404
31405 Fri Apr 21 15:44:02 1995  Stu Grossman  (grossman@rtl.cygnus.com)
31406
31407         * cpu32bug.exp est.exp rom68k.exp:  Delete.  Unify into monitor.exp.
31408
31409 Wed Apr 19 17:41:21 1995  Stu Grossman  (grossman@cygnus.com)
31410
31411         * config/est.exp:  Fix copyright and comments.  Remove dead code.
31412         Use targetname, serialport and baud variables instead of fixed
31413         constants.
31414         * config/rom68k.exp:  Fix copyright and comments.  Remove dead code.
31415         * config/cpu32bug.exp:  New file to support cpu32bug monitors.
31416
31417 Wed Apr 19 13:47:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31418
31419         * gdb.base/watchpoint.exp: Don't run
31420         test_watchpoint_triggered_in_syscall for sunos.
31421
31422 Mon Apr 17 12:48:52 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31423
31424         * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
31425         they don't seem to exist.  Do include stdio.h.
31426
31427 Fri Apr 14 09:40:22 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31428
31429         * gdb.base/a1-selftest.exp: Add alpha xfail.
31430
31431 Mon Apr 10 13:07:50 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31432
31433         * gdb.base/watchpoint.c (main): Prompt before calling read().
31434         * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
31435         Revise accordingly.  Remove cruft about sending "123" several
31436         times, until it gets noticed.  Clean up the "print buf[0]" stuff
31437         so that it passes or fails, and waits for prompts in the usual way.
31438
31439 Sun Apr  9 09:02:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31440
31441         * gdb.base/recurse.exp: Fix comment.
31442
31443         * TODO: Remove item about printing variables in nodebug.exp.  Add
31444         item about enabling tests which are only run on some targets.
31445
31446         * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
31447         fail, make test names unique, use new gdb_test convention
31448         regarding pattern, use gdb_test more, etc.).
31449
31450         * gdb.base/bitfields.exp: Various cleanups (make each test pass or
31451         fail, make test names unique, etc.).
31452
31453 Sat Apr  8 02:47:45 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
31454
31455         * gdb.base/nodebug.c:  Change return type of top and middle to
31456         short.
31457         * gdb.base/nodebug.exp:  Remove xfails for ecoff systems, they
31458         are fixed by the recent mdebugread.c changes. Allow `short ()'
31459         as type for top and middle.
31460
31461 Thu Apr  6 08:54:18 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31462
31463         * gdb.base/break.exp: Remove commented out if $usestubs {}.  As
31464         nearly as I can tell, the whole thing was an accident in Stu's
31465         change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
31466         to replace a send/expect pair with gdb_test, but ended up only
31467         adding the gdb_test.  My change of 24 Mar 1995 and Kung's change
31468         of 30 Mar 1995 took care of it, but left this vestigial comment
31469         which I am now nuking.
31470
31471 Mon Apr  3 09:00:27 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31472
31473         * gdb.base/break.exp: Look for different line number for
31474         breakpoint at main depending on usestubs.
31475
31476 Sun Apr  2 08:15:45 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
31477
31478         * gdb.base/list.exp:  Adjust some alternate expect patterns to
31479         match recent list0.c change. Add alternate expect pattern for
31480         output from `list default lines around main' for optimizing
31481         compilers.
31482
31483 Sat Apr  1 07:23:22 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31484
31485         * lib/gdb.exp: If nosignals is not set, set it to 0.
31486
31487 Fri Mar 31 16:13:48 1995  Kung Hsu  <kung@mexican.cygnus.com>
31488
31489         * config/slite-gdb.exp: Responds to load symbol table prompt.
31490         * gdb.base/break.exp: Adjust line number, fix rerun.
31491         * gdb.base/langs0.c: Add #ifdef usestubs.
31492
31493 Thu Mar 30 15:36:55 1995  Kung Hsu  <kung@mexican.cygnus.com>
31494
31495         * gdb.base/list.exp: Adjust line contents after adding new lines in
31496         list0.c. Also fix a syntax error.
31497
31498         * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
31499         * gdb.base/break.exp: ditto.
31500         * gdb.base/list.exp: ditto.
31501         * gdb.base/bitfields.c: Add #ifdef usestubs in main().
31502         * gdb.base/run.c: ditto.
31503         * gdb.base/list0.c: ditto.
31504         * gdb.base/funcargs.c: ditto.
31505
31506 Wed Mar 29 17:09:29 1995  Stu Grossman  (grossman@cygnus.com)
31507
31508         * testsuite/config/rom68k.exp (gdb_target_rom68k):  Use
31509         $targetname, $serialport and $baud instead of hardwired variables.
31510         * testsuite/gdb.base/{sigall.exp signals.exp}:  Skip these if the
31511         target doesn't support signals.
31512
31513 Wed Mar 29 12:29:34 1995  Kung Hsu  <kung@mexican.cygnus.com>
31514
31515         * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
31516
31517 Tue Mar 28 08:46:45 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31518
31519         * gdb.base/recurse.exp: Make test names unique.  Change \\(+ to \\(.
31520         Don't rely on the value of an auto variable before it has been
31521         initialized.  Use gdb_test more.
31522
31523 Mon Mar 27 08:00:34 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31524
31525         * lib/gdb.exp (default_gdb_version): A version number must start
31526         with a digit, but other than that contains all characters up to
31527         the first whitespace character.
31528
31529 Sun Mar 26 13:19:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31530
31531         * gdb.base/commands.exp (breakpoint_command_test): New tests.
31532
31533 Sat Mar 25 15:38:06 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31534
31535         * gdb.c++/*.exp: Warn if executable does not exist.  The original
31536         reason for skipping the warning was that configure.in sometimes
31537         intentionally skipped building the executables but the tcl code
31538         had no way of knowing.  That (a) was always bogus with respect to
31539         error handling, (b) is no longer true (right now there is no way
31540         to skip C++ tests).
31541
31542         * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
31543
31544 Sat Mar 25 01:16:10 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
31545
31546         * gdb.base/list.exp:  Add expect patterns for output from
31547         SunPRO compiled executables.
31548         * gdb.base/whatis.exp:  Allow leading `signed' for all v_signed_*
31549         types.
31550
31551 Fri Mar 24 06:11:05 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31552
31553         * gdb.base/break.exp (test_next_with_recursion): Accept any line
31554         number (we are already testing that the correct source line text
31555         gets printed).
31556
31557         * gdb.base/break.exp: Make one test if $usestubs.  I'm not sure
31558         that is what is intended, but something needed to be done to get
31559         sunos4 native working again.
31560
31561         * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
31562
31563         * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
31564         apparently went with a (very) old xfail.
31565
31566 Fri Mar 24 13:41:09 1995  Kung Hsu  <kung@mexican.cygnus.com>
31567
31568         * gdb.base/callfuncs.exp: call runto_main instead of runto main.
31569         runto_main is a proc in gdb.exp that will do 'step' for target use
31570         stubs.
31571         * gdb.base/exprs.exp: ditto.
31572         * gdb.base/interrupt.exp: ditto.
31573         * gdb.base/opaque.exp: ditto.
31574         * gdb.base/printcmds.exp: ditto.
31575         * gdb.base/ptype.exp: ditto.
31576         * gdb.base/scope.exp: ditto.
31577         * gdb.base/setvar.exp: ditto.
31578         * gdb.base/signals.exp: ditto.
31579         * gdb.base/twice.exp: ditto.
31580         * gdb.c++/classes.exp: ditto.
31581         * gdb.c++/inherit.exp: ditto.
31582         * gdb.c++/templates.exp: ditto.
31583         * gdb.base/break.exp: no run and hit main for stubs. Change line
31584         numbers for breakpoints and info breakpoint.
31585         * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
31586         breakpoint().
31587         * gdb.base/callfuncs.c: ditto.
31588         * gdb.base/exprs: ditto.
31589         * gdb.base/interrupt.c: ditto.
31590         * gdb.base/opaque0.c: ditto.
31591         * gdb.base/printcmds.c: ditto.
31592         * gdb.base/ptype.c: ditto.
31593         * gdb.base/scope0.c: ditto.
31594         * gdb.base/setvar.c: ditto.
31595         * gdb.base/signals.c: ditto.
31596         * gdb.base/twice.c: ditto.
31597         * gdb.c++/misc.cc: ditto.
31598         * gdb.c++/templates.cc: ditto.
31599
31600 Fri Mar 24 06:11:05 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31601
31602         * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
31603
31604         * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
31605         somewhere between `read' and `main.c'.  I'm pretty sure the
31606         pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
31607         and it isn't particularly useful.
31608
31609         * gdb.base/scope.exp: Make test names unique.  \[(\] -> \\(.
31610
31611 Thu Mar 23 14:58:35 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31612
31613         * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
31614
31615 Wed Mar 22 18:36:05 1995  Kung Hsu  <kung@mexican.cygnus.com>
31616
31617         * config/mt-slite: add LIBS and -nostdlib.
31618         * config/slite-gdb.exp: add this new file to support sparclite target.
31619
31620 Tue Mar 21 21:41:04 1995  Doug Evans  <dje@canuck.cygnus.com>
31621
31622         * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
31623
31624         * gdb.base/a2-run.exp: Change argument to istarget from
31625         "*-*-vxworks" to "*-*-vxworks*".
31626         * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
31627
31628 Tue Mar 21 17:08:47 1995  Kung Hsu  <kung@mexican.cygnus.com>
31629
31630         * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
31631         will not runto main but do a 'step' to step out of breakpoint().
31632         * config/mt-slite: add -Dusestubs.
31633
31634 Tue Mar 21 12:14:12 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31635
31636         * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
31637         instead of just @.
31638
31639         * gdb.base/signals.exp: Add test for "handle all print".
31640         * TODO: Remove "handle all print".  Also remove item about
31641         checking copyright date (I don't like the idea of a spurious FAIL
31642         based on when we run the tests).
31643
31644         * gdb.base/recurse.exp: Enable test for SunOS4.  xfail one test
31645         for SunOS4 (reason for failure not investigated).  Remove
31646         redundant test for $binfile.
31647
31648         * gdb.base/nodebug.c (array_index): Call malloc.
31649
31650         * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
31651
31652 Mon Mar 20 10:08:17 1995  Jeff Law  (law@snake.cs.utah.edu)
31653
31654         * gdb.base/recurse.exp: Update gdb_test invocation to use new
31655         conventions and slightly simplify the matching regexp.
31656
31657 Fri Mar 17 05:43:28 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31658
31659         * gdb.base/break.exp: Update gdb_test invocation to use new
31660         convention.
31661
31662         * lib/gdb.exp: If noargs is not set, set it to 0.
31663
31664         * gdb.base/nodebug.exp: Comment out redundant test.  Make name of
31665         tests unique.
31666
31667         * lib/gdb.exp: Skip CHILL for AIX and Solaris.
31668
31669 Thu Mar 16 16:27:07 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31670
31671         * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
31672         one argument of type "<non-float parameter>".
31673
31674 Wed Mar 15 15:54:56 1995  Stu Grossman  (grossman@cygnus.com)
31675
31676         * config/rom68k.exp:  New file to support Motorola IDP board.
31677         * gdb.base/a2-run.exp:  Skip this file if noargs is set.
31678         * gdb.base/break.c:  Change things around so that this program
31679         doesn't depend upon args.  This is necessary to make remote
31680         targets work (in general, they can't take args).
31681         * gdb.base/break.exp:  Don't try to send args to program.  Don't
31682         expect output.  Also, replace lots of code with gdb_test.
31683
31684 Wed Mar 15 04:11:14 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31685
31686         * gdb.base/printcmds.exp (test_character_literals_accepted): Test
31687         printing of '\'' (which is what the comment says we are testing,
31688         even though we were not), not '''.
31689         (test_integer_literals_rejected): Test that printing ''' is an error.
31690
31691         * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
31692         gdb.chill/chexp.exp, gdb.base/printcmds.exp,
31693         gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
31694         gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
31695         Use gdb_test not test_print_accept.
31696         * lib/gdb.exp: Remove test_print_accept.
31697
31698         * gdb.base/signals.exp (signal_tests_1): Make pass message
31699         consistent with fail message.
31700
31701         * gdb.base/whatis.exp: Remove xfails for printing char vs.
31702         unsigned char; the bug (PR 1821) is fixed.
31703
31704         * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
31705
31706         * gdb.base/scope.exp (test_at_localscopes): Call pass for
31707         successful tests--makes xfailing them work right.
31708
31709 Tue Mar 14 07:39:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31710
31711         * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
31712         only \r\n, not .*.  The test can pass .* as the last thing in
31713         $pattern if that is what it wants.  In addition to providing this
31714         flexibility, this change should speed up pattern matching in cases
31715         where the pattern already ended with .* (there were a number of
31716         them).  This change also helps catch bad patterns--in the old
31717         scheme the typo "char \*" instead of "char \\*" would pass.  Now
31718         it is caught.
31719         * Many .exp files: Update callers.
31720
31721         * gdb.base/funcargs.exp: Replace \[(\]+ with \\(.  The latter is
31722         clearer and does not spuriously match multiple ('s.  Likewise for
31723         ) and *.
31724
31725         * gdb.base/nodebug.exp: Test ability to call a function and pass
31726         it a string (even with no debugging info).
31727
31728         * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
31729         "p '\'", which is the same as "p ''" once tcl gets done with
31730         quoting, to "p '\\'", which I suspect is what is intended (one
31731         backslash gets sent to GDB).
31732
31733         * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
31734
31735 Fri Mar 10 13:31:46 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31736
31737         * gdb.base/a1-selftest.exp: Remove xfail for solaris.  The bug (PR
31738         1817) was fixed literally years ago.
31739
31740 Fri Mar 10 02:49:40 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
31741
31742         * gdb.base/funcargs.exp (call_after_alloca):  Remove `next'
31743         test, it causes stepping out of call_after_alloca_subr with
31744         optimizing compilers.
31745         (localvars_in_indirect_call):  Consume GDB prompt if `finish'
31746         fails.
31747
31748         * gdb.c++/templates.exp:  Source templ-info.exp only if
31749         the templates executable exists.
31750
31751         * gdb.c++/misc.cc (class Contains_static_instance,
31752         class Contains_nested_static_instance),
31753         gdb.c++/classes.exp (test_static_members):  Test printing of
31754         a class that contains a static instance of the class.
31755
31756 Thu Mar  9 11:43:55 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31757
31758         * gdb.base/langs2.c (cppsub_): Don't prototype.
31759         * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
31760         only, I believe).
31761
31762 Wed Mar  8 10:29:33 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31763
31764         * lib/gdb.exp (skip_chill_tests): New procedure.
31765
31766         * gdb.base/signals.exp (signal_tests_1): xfail for irix.
31767
31768 Mon Mar  6 10:44:06 1995  Jeff Law  (law@snake.cs.utah.edu)
31769
31770         * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
31771         each expect pattern.  Cuts runtime from 12 to about 4 seconds.
31772
31773 Thu Mar  2 05:31:34 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31774
31775         * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
31776
31777         * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
31778         disassemble 8, not 16, instructions for part 4.
31779
31780         * config/vx-gdb.exp (gdb_start): Use \030, not \CX.  tcl doesn't
31781         support the latter anymore.
31782
31783         * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
31784         -DNO_PROTOTYPES.
31785         * gdb.base/callfuncs.c: Control use of prototypes based on
31786         NO_PROTOTYPES, not __STDC__.
31787         * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
31788         t_float_values2 tests if prototypes in use.
31789
31790         * gdb.base/callfuncs.c (t_float_values, t_float_values2,
31791         t_double_values):  When checking differences against DELTA, check
31792         that difference is within the range (-DELTA,DELTA), not just
31793         (-infinity,DELTA).
31794
31795 Tue Feb 28 16:28:54 1995  Kung Hsu  <kung@mexican.cygnus.com>
31796
31797         * config/mips-gdb.exp (gdb_load): In every test case, we need to do
31798         'file' command firts, then 'target', then 'load', this is due to gdb
31799         target set up.
31800         * config/mips-gdb.exp: Fix a couple regular exp bugs.
31801
31802 Thu Feb 23 17:44:55 1995  Jeff Law  (law@snake.cs.utah.edu)
31803
31804         * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
31805         FP load/store variants.
31806         * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
31807
31808 Wed Feb 22 18:29:08 1995  Jim Kingdon  <kingdon@rtl.cygnus.com>
31809
31810         * gdb.base/term.exp: Do not give a warning if not native, it is
31811         not an abnormal condition.
31812
31813 Tue Feb 21 13:08:47 1995  Jim Kingdon  <kingdon@cygnus.com>
31814
31815         * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
31816         t_char_array".
31817
31818 Sun Feb 19 13:10:06 1995  Jim Kingdon  <kingdon@rtl.cygnus.com>
31819
31820         * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
31821         are getting the version number.
31822
31823         * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
31824         if not native, it is not an abnormal condition.
31825
31826 Thu Feb 16 15:56:56 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31827
31828         * lib/gdb.exp: Just use "file exists", rather than undocumented
31829         dejagnu procedure "findfile".
31830
31831 Thu Feb 16 10:30:24 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
31832
31833         * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
31834           (LDFLAGS): Set to -Xlinker -Ur.
31835
31836         * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
31837           Removed, these values are set by lib/gdb.exp.
31838
31839         * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
31840
31841 Wed Feb 15 14:23:28 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
31842
31843         * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
31844           of replicating gdb startup code.
31845
31846         * config/mt-vxworks (LDFLAGS): Set to -r.
31847           (CFLAGS_FOR_TARGET): Removed.
31848
31849         * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
31850           (gdb) and gdb for vxworks uses (vxgdb).
31851
31852         * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
31853           executable is not in the tree and host != target, use sed and
31854           program_transform_name to determine the gdb name used by the
31855           target.
31856
31857         * configure.in, gdb.{base,c++,chill}/configure.in: changed so
31858           *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
31859
31860 Sun Feb 12 08:11:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31861
31862         * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
31863         floats, chars, and shorts where there are ANSI-style function
31864         definitions.
31865
31866         * gdb.base/langs.exp, gdb.base/langs*: New test.
31867         * gdb.base/Makefile.in: Build it.
31868         * TODO: Remove item about checking that C names don't get C++
31869         demangling applied; this test tests it.
31870
31871 Thu Feb  9 12:43:56 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31872
31873         * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
31874         went with the const70 xfail.  The xfail went away a year ago.
31875
31876         * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
31877
31878         * gdb.base/corefile.exp: Give backtrace test unique name.  xfail
31879         for hp300.
31880
31881         * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
31882
31883         * gdb.base/a1-selftest.exp: Don't run on hp300.
31884
31885 Sat Feb  4 15:04:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31886
31887         * Makefile.in (site.exp): Set host_alias and target_alias as well
31888         as host_triplet and target_triplet.
31889
31890 Wed Feb  1 08:03:48 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31891
31892         * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
31893
31894         * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
31895         places as other ecoff systems).
31896
31897         * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
31898         ultrix.
31899
31900 Mon Jan 30 11:44:52 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31901
31902         * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
31903         remove them.
31904         * gdb.base/nodebug.exp: Accept "function" in addition to "text
31905         variable and "variable" in addition to "data variable".
31906         * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
31907
31908         * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
31909         2.
31910         * gdb.base/list1.c (long_line): Add additional statement at start
31911         of function.
31912         * gdb.base/list.exp (test_forward_search): Update line number to
31913         reflect new statement.
31914
31915 Sun Jan 29 13:34:25 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
31916
31917         * gdb.base/signals.exp:  Reinitialize searched source directories
31918         after gdb_start call.
31919
31920 Sat Jan 28 01:34:44 1995  Jeff Law  (law@snake.cs.utah.edu)
31921
31922         * gdb.disasm/Makefile.in (clean): Delete "errs" file.
31923         * gdb.stabs/Makefile.in: Likewise.
31924
31925         * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
31926         change.  Instead split the tests into smaller pieces.
31927         * gdb.disasm/hppa.s: Corresponding changes.
31928
31929 Fri Jan 27 09:24:51 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31930
31931         * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
31932         Quote ^C when passing it to stty.  For some shells ^ is a pipe.
31933
31934         * gdb.base/funcargs.exp: Modify many tests so that every test
31935         either passes or fails.  Make some test names unique.
31936
31937 Thu Jan 26 19:20:34 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31938
31939         * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
31940         Call stty to set interrupt character.
31941
31942         * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
31943         for HP assembler versus GNU assembler based on actual behavior of
31944         $(CC), rather than assuming that $(AS) is always the GNU assembler.
31945
31946         * TODO: Suggest a few more stepping tests.
31947
31948 Wed Jan 25 14:52:41 1995  Stan Shebs  <shebs@andros.cygnus.com>
31949
31950         * gdb.base/default.exp: xfail no-stack backtraces for h8300,
31951         restart GDB for h8300 after a continue.
31952         (return): Add pattern to match a29k-udi behavior.
31953         * gdb.base/nodebug.exp: Remove obsolete comment.
31954         * gdb.base/regs.exp: New file, testing of register displays.
31955         * gdb.base/return.exp: Fix typo in reference to $objdir.
31956         * gdb.base/whatis.exp: Always start with a fresh GDB.
31957
31958 Wed Jan 25 11:12:07 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31959
31960         * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
31961         higher, these tests generate a lot of output.
31962
31963 Tue Jan 24 07:58:44 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31964
31965         * lib/gdb.exp (gdb_test): Remove catch from around the send.  The
31966         code following the catch silently ignored some errors; without the
31967         catch they should be thrown like any other tcl error.  Also, the
31968         catch used "" instead of {} which meant all the callers who wanted
31969         to include one of the characters "[]$ had to quote it an extra time.
31970         * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
31971         ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
31972         demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
31973         Remove extra quoting.
31974
31975 Mon Jan 23 21:57:54 1995  Jeff Law  (law@snake.cs.utah.edu)
31976
31977         * gdb.base/commands.exp: Make test names unique; every test either
31978         passes or fails.  Update some comments.
31979
31980         * gdb.disasm/hppa.exp (do_system_control_tests): Update.
31981
31982 Sat Jan 21 15:34:52 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31983
31984         The following fixes a FAIL caused by the fact that the alpha stabs
31985         configuration didn't use the ".if alpha" code in weird.def.
31986         * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
31987         bit pointer, so the 32 bit version works even on the alpha.
31988         * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
31989         Remove the stuff which allowed us to have separate versions for
31990         alpha and everything else.
31991
31992         * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
31993         regexp which "info func operator\[\](" is supposed to match.  Fix
31994         string to send to GDB.  Note that GDB still doesn't work right.  Add a
31995         new test for "info func .perator\[\](" which GDB does handle correctly.
31996
31997         * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
31998
31999 Fri Jan 20 12:14:23 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
32000
32001         * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
32002         gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
32003         gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
32004         gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
32005         it makes the tests harder to understand and confuses test-o-matic.
32006         The preferred style is that each test provides a PASS or a FAIL,
32007         and has a unique message (e.g. "continue #54" not just "continue")
32008         which is the same for the pass and the fail.
32009         * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
32010         gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
32011         to lib/gdb.exp.
32012         * gdb.base/printcmds.exp: Use test_print_accept.  Remove
32013         prt_accept which was basically the same thing.  Likewise for
32014         test_print_reject and prt_reject.
32015         * lib/gdb.exp (test_print_reject): Add some more error message
32016         patterns to match from the former printcmds.exp (prt_reject).
32017         * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
32018         One defect of the passcount stuff is that some of it failed to
32019         report XPASS where appropriate.
32020         * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
32021         stuff before and after arg in expected pattern.
32022         (test_paddr_operator_functions): Re-do test without print_addr_of;
32023         this is the only test which seems to want extra stuff there.
32024
32025 Tue Jan 17 10:47:53 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
32026
32027         * gdb.base/nodebug.exp: Update new tests to reflect improved
32028         wording of gdb output.
32029
32030         * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
32031         and "ptype" work on variables in files compiled without -g.
32032         Replaces commented out "maint print msymbol" tests.
32033
32034 Mon Jan 16 12:13:28 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
32035
32036         * gdb.base/setvar.c (dummy): Call malloc.
32037
32038         * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
32039         losing with the irix4 sed.
32040
32041         * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
32042         ALRM" on irix4.
32043
32044 Sun Jan 15 21:58:26 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
32045
32046         * TODO: Remove items about corefile.exp testing new exec-file and
32047         backtrace; both are now done.  Add items about printing enums.
32048
32049 Sat Jan 14 11:25:28 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
32050
32051         * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
32052         "get signal $thissig" test fails.
32053
32054         * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
32055
32056 Thu Jan 12 01:14:53 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
32057
32058         * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
32059         compiler warning with dec alpha compiler.
32060
32061         * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
32062         extra \n from gdb_test call (this explains why the prompt test
32063         that I removed yesterday was there).
32064         (user_defined_command_test): Remove extra \n and prompt test.
32065
32066         * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
32067         doesn't exist.  Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
32068         doesn't exist.
32069         * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
32070         Also remove alpha workaround, which turns out to be because
32071         SIGABRT == SIGLOST.
32072
32073         * gdb.base/sigall.exp: Add workaround for alpha weirdness.
32074
32075         * gdb.base/help.exp: Don't test "help show".
32076
32077 Wed Jan 11 14:37:04 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
32078
32079         * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
32080         "set print address" is on.
32081         * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
32082         pass prompt to gdb_test; gdb_test already looks for the prompt.
32083
32084         * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
32085
32086         * gdb.base/a1-selftest.exp: Don't test "maint dump-me".  That test
32087         was a vestige of the manual TESTSTRATEGY, and the purpose of it
32088         was to make sure that gdb can read a core file.  But (a) the "read
32089         the corefile" part didn't make it to a1-selftest.exp, we just
32090         delete the corefile after creating it, and (b) we test reading
32091         corefiles in corefile.exp anyway.  Also, this test left around a
32092         xgdb process on Solaris.
32093
32094         * gdb.base/corefile.exp: Also test backtrace.
32095
32096 Wed Jan 11 00:14:40 1995  Jeff Law  (law@snake.cs.utah.edu)
32097
32098         * gdb.base/commands.exp: Test a simple user defined command with
32099         arguments and if/while statements; verify the full user command is
32100         printed by "show user".
32101
32102         * gdb.base/commands.exp: Test if/while commands as part of a
32103         breakpoint command list; verify they appear in breakpoint
32104         information.
32105
32106 Wed Jan 11 00:47:58 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
32107
32108         * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
32109         than by dividing by zero.
32110
32111 Tue Jan 10 21:38:05 1995  Jeff Law  (law@snake.cs.utah.edu)
32112
32113         * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
32114         performing an inferior call with watchpoints enabled.
32115         * gdb.base/watchpoint.c (main): Delete second unnecessary read
32116         call.
32117
32118 Tue Jan 10 18:42:07 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
32119
32120         * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
32121         of "file" command.
32122
32123         * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
32124         Add additional pattern for when "int operator int(void);" appears
32125         in a different order.
32126
32127 Mon Jan  9 16:22:46 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
32128
32129         * gdb.base/signals.exp: Call gdb_exit and gdb_start.
32130
32131         * gdb.base/help.exp: Replace most of docstrings for "info signals"
32132         and "signal" with ".*".
32133
32134 Wed Jan  4 11:35:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
32135
32136         * TODO: Add note about "handle all nostop".
32137
32138         * gdb.base/{sigall.c, sigall.exp}: New test.
32139         * gdb.base/Makefile.in: Add it.
32140
32141 Thu Jan  5 17:34:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
32142
32143         * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
32144         when invoking GDB, suppresses any windowing interface.
32145
32146 Mon Jan  2 17:40:21 1995  Stan Shebs  <shebs@andros.cygnus.com>
32147
32148         * config/sim-gdb: New file, simulator testing support.
32149
32150 Wed Dec 28 12:21:50 1994  Jeff Law  (law@snake.cs.utah.edu)
32151
32152         * gdb.base/interrupt.exp: Test calling func1 twice.
32153
32154 Wed Dec 21 12:51:37 1994  Jim Kingdon  <kingdon@deneb.cygnus.com>
32155
32156         * gdb.base/list.exp (test_forward_search): Set timeout higher
32157         when we'll be getting lots of output from gdb.
32158
32159         * gdb.base/a1-selftest.exp: Move code that was inside expect -re
32160         "init_malloc" to after the expect statement.  Run it if that
32161         regexp is taken, but also for two others which happen if source
32162         cannot be found.
32163
32164 Tue Dec 20 12:35:21 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32165
32166         * gdb.base/printcmds.exp: New test, for printing register before
32167         program is running.
32168
32169 Mon Dec 19 00:32:55 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32170
32171         * gdb.base/list.exp:  Correct some alternate expect patterns
32172         to reflect changes in list1.c.
32173
32174 Sat Dec 17 14:20:03 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32175
32176         * TODO: Add item regarding large frames.
32177
32178         * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
32179
32180         * TODO: Remove item about enabling return.exp; it
32181         is enabled.  Suggest a few more "return" tests.
32182
32183 Sat Dec 17 02:33:37 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32184
32185         * gdb.c++/misc.cc, gdb.c++/inherit.exp:  Add testcases for
32186         anonymous unions.
32187
32188 Tue Dec 13 11:26:00 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32189
32190         * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
32191         and pr-5646.o, so "make" is the same as "make all", not "make
32192         pr-4975.o".
32193
32194 Wed Dec  7 19:02:02 1994  Stan Shebs  <shebs@andros.cygnus.com>
32195
32196         * gdb.base/list.exp: Adjust expectations to reflect changes in
32197         list1.c.
32198         (test_forward_search): New test proc.
32199         * gdb.base/list1.c (long_line): New function, has long source line.
32200
32201 Thu Dec  1 23:14:49 1994  Stan Shebs  <shebs@andros.cygnus.com>
32202
32203         * gdb.base/a1-selftest.exp: Change initial stepping to know about
32204         additional line of code that was added.
32205
32206 Wed Nov 30 19:43:14 1994  Jeff Law  (law@snake.cs.utah.edu)
32207
32208         * gdb.disasm/hppa.s: Break the large branching tests into smaller
32209         tests so as not to overflow expect's input buffers.
32210         * gdb.disasm/hppa.exp: Corresponding changes.
32211
32212 Fri Nov 25 13:37:10 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32213
32214         Beginnings of template debugging tests.
32215         * gdb.c++/templ-info.cc:  New file to test for template
32216         debugging capability of the compiler.
32217         * gdb.c++/Makefile.in:  Add rule to build templ-info.exp from
32218         templ-info.cc.
32219         * gdb.c++/templates.cc:  Add explicit template instantiations
32220         to enable compiling with -fno-implicit-templates. Add destructor
32221         and 'value' method to T5 class for template tests.
32222         * gdb.c++/templates.exp:  Add testcases for printing of template
32223         types, setting breakpoints on template methods and calling a
32224         template method.
32225
32226 Sat Nov  5 00:20:17 1994  Jeff Law  (law@snake.cs.utah.edu)
32227
32228         * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
32229         branch target since some assemblers (gas-2.5)  may emit a
32230         relocation for the branch instead of resolving it in the
32231         assembler.
32232
32233 Sat Oct 29 02:40:40 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32234
32235         * gdb.base/a1-selftest.exp:  Remove RS/6000 xfail for backtrace
32236         through signal handler.
32237
32238 Fri Oct 21 11:10:16 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
32239
32240         * configure.in (*-*-netware): Use config/mt-netware.
32241
32242         * config/mt-netware: New file.
32243         * config/mt-i386-netware: Removed, separate configs for different
32244           netware architectures are no longer needed now that we have
32245           --with-headers.
32246
32247 Sat Oct 15 03:43:00 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32248
32249         * gdb.base/exprs.exp:  Remove xfail for alpha, it is fixed
32250         by the recent changes to use ANSI C arithmetic conversions.
32251
32252 Sun Oct  9 07:44:06 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32253
32254         * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
32255         bug involving using inferior_pid to figure out whether to select a
32256         frame.
32257
32258 Wed Sep 28 23:12:02 1994  Jeff Law  (law@snake.cs.utah.edu)
32259
32260         * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
32261         match the current disassembler output.
32262
32263 Fri Sep 16 11:42:41 1994  Stan Shebs  (shebs@andros.cygnus.com)
32264
32265         * gdb.fortran/exprs.exp: Expect VOID instead of void.
32266         * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
32267         types, expect "int" as type of integer values (for now).
32268
32269 Wed Sep  7 23:33:51 1994  Jeff Law  (law@snake.cs.utah.edu)
32270
32271         * gdb.base/commands.exp: New tests for if/while commands.
32272
32273 Tue Sep  6 13:16:11 1994  Per Bothner  (bothner@kalessin.cygnus.com)
32274
32275         * lib/gdb.exp (runto):  Replace sub-pattern for hex value
32276         by .*, since hex values have different syntax in Chill mode.
32277
32278 Tue Sep  6 02:15:51 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32279
32280         * gdb.c++/demangle.exp (test_arm_style_demangling):  Remove
32281         linefeed from expect pattern for repeated types with indices > 9.
32282
32283 Mon Aug 29 14:20:44 1994  Stan Shebs  (shebs@andros.cygnus.com)
32284
32285         First part of Fortran test suite.
32286         * gdb.fortran: New directory.
32287         * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
32288
32289 Sat Aug 27 23:32:43 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32290
32291         * gdb.base/default.exp:  Update expect pattern for load command
32292         without arguments.
32293
32294 Wed Aug 24 13:15:02 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
32295
32296         * configure.in: Change i386 to i[345]86.
32297         * gdb.base/configure.in: Likewise.
32298         * gdb.c++/configure.in: Likewise.
32299         * gdb.chill/configure.in: Likewise.
32300
32301 Tue Aug 23 19:14:06 1994  Stan Shebs  (shebs@andros.cygnus.com)
32302
32303         * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
32304         patterns, since that is not a valid context for comments.
32305
32306 Fri Aug 19 15:07:30 1994  Kung Hsu  (kung@mexican.cygnus.com)
32307
32308         * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
32309         repeated types and repeated types with indices > 9.
32310
32311 Tue Aug 16 15:57:52 1994  Stan Shebs  (shebs@andros.cygnus.com)
32312
32313         * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
32314         2417; old bug has been fixed.
32315
32316 Fri Aug 12 19:35:41 1994  Jeff Law  (law@snake.cs.utah.edu)
32317
32318         * gdb.base/interrupt.exp: When trying to wake up the inferior,
32319         send the newline ourselves instead of assuming gdb_test will do
32320         so when passed an empty input string.
32321
32322         * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
32323         stabs testcode.
32324
32325 Fri Aug  5 17:01:07 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
32326
32327         * lib/gdb.exp (gdb_test): Don't send anything if the first
32328           argument is an empty string.  This makes cases where we want to
32329           match output that is already in expect's buffers (for example,
32330           matching a breakpoint after gdb_run_cmd has been called) work
32331           reliably.
32332
32333 Tue Aug  2 10:24:08 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
32334
32335         * config/netware.exp: New file.
32336
32337 Thu Jul 28 12:54:07 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
32338
32339         * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
32340           the -B and -L prefixes so we can find the debugging stub.
32341
32342         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
32343           there and we are using the gcc from the tree.
32344
32345         * gdb.base/types.c: Removed.
32346
32347         * gdb.base/configure.in: Look for makefile fragments in ../config.
32348           Recognize i386-*-netware.
32349         * gdb.c++/configure.in: Likewise.
32350
32351 Mon Jul 25 23:48:50 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32352
32353         * gdb.base/corefile.exp:  Change `else if' to `elseif', which is
32354         the correct TCL syntax.
32355
32356 Mon Jul 25 15:35:56 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
32357
32358         * gdb.base/opaque.exp: use runto instead of messing around with
32359           breakpoints.  Simplify by using gdb_test.
32360
32361         * gdb.base/bitfields.exp: restart between tests on netware targets
32362           because breakpoints aren't relocated after target death.  Run
32363           processes to completion.
32364
32365         * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
32366
32367 Sun Jul 24 09:55:51 1994  Fred Fish  (fnf@cygnus.com)
32368
32369         * Makefile.in:  Remove extra tabs that confuse some versions
32370         of "make".  Use the newly built gdb to test with by default,
32371         rather than the first one in the tester's search path.
32372
32373 Sat Jul 23 15:05:47 1994  Stan Shebs  (shebs@andros.cygnus.com)
32374
32375         * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
32376
32377         * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
32378         condition help.
32379
32380 Tue Jul 19 10:26:32 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
32381
32382         * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
32383
32384         * lib/gdb.exp (gdb_run_cmd): New function, used to start program
32385           running.
32386         * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
32387         * gdb.base/funcargs.exp: Likewise.
32388
32389         * gdb.base/bitfields.exp: Simplify by using gdb_test.
32390         * gdb.base/funcargs.exp: Likewise.
32391
32392         * lib/gdb.exp (gdb_test): if match times out, don't call fail if
32393           message is "".
32394
32395 Mon Jul 18 12:18:07 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
32396
32397         * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
32398           return,signals,twice}.exp: Handle non-existant binaries
32399           consistantly.
32400
32401         * gdb.base/corefile.exp: Execute coremaker to generate core dump.
32402         * gdb.base/Makefile.in: Don't try to generate a core dump, we
32403           might testing a cross development system.
32404
32405 Thu Jul 14 18:13:56 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
32406
32407         * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
32408           runtest script is relative to ${srcdir}, not ${rootdir}.
32409
32410 Thu Jul 14 14:56:59 1994  Stan Shebs  (shebs@andros.cygnus.com)
32411
32412         * gdb.base/signals.exp: Allow for optionality of breakpoint
32413         address.
32414
32415 Thu Jul 14 11:21:27 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32416
32417         * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
32418
32419 Tue Jul 12 12:22:32 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
32420
32421         * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
32422           for size_t definition.
32423         * gdb.c++/templates.cc: Likewise
32424
32425         * config/mt-i386-netware: New file.
32426
32427         * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
32428           defined.
32429
32430         * gdb.base/Makefile.in: Added support for systems that name core
32431           files by appending "core" to the program name.
32432         * gdb.base/a1-selftest.exp: Likewise.
32433
32434 Mon Jul 11 23:59:18 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32435
32436         * gdb.base/return.exp:  Add comment and message for `return double'
32437         test failure on Sparc Solaris.
32438
32439 Mon Jul  4 12:10:48 1994  Stan Shebs  (shebs@andros.cygnus.com)
32440
32441         * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
32442
32443 Wed Jun 29 00:26:17 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32444
32445         * gdb.c++/misc.cc:  Instantiate classes to inhibit the compiler
32446         from optimizing them away.
32447         * gdb.c++/classes.exp, gdb.c++/inherit.exp:  Update ptype expect
32448         patterns to include default constructors and assignment operators,
32449         to match gcc versions beyond 2.5.8. Accept any cplus demangling
32450         character in the output of the virtual base pointer.
32451
32452 Fri Jun 24 08:15:42 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32453
32454         * gdb.c++/cplusfuncs.exp:  Use string_to_regexp and a regular
32455         expression match in print_addr_of to avoid unintented matches.
32456         * gdb.c++/virtfunc.exp:  Accept alternate ptype output of g++
32457         versions up to 2.5.8.
32458
32459 Mon Jun 20 23:54:37 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32460
32461         * gdb.base/list.exp:  Tweak alternate pattern for listing of an
32462         included file to run under newer versions of expect.
32463         * gdb.c++/demangle.exp:  Add spaces to the expect patterns between
32464         consecutive >'s in templates to accomodate recent cplus-dem.c change.
32465         Remove xfail for the virtual table of BDDHookV.
32466
32467 Sat Jun 18 12:51:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
32468
32469         * lib/gdb.exp (string_to_regexp): Set a default result.
32470         (default_gdb_start): Fix misleading message.
32471
32472 Wed Jun 15 12:10:10 1994  Stan Shebs  (shebs@andros.cygnus.com)
32473
32474         * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
32475         Remove all CC, etc definitions.
32476         * config/mt-hpux: New file.
32477         * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
32478         (CFLAGS, LDFLAGS): Define.
32479         * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
32480
32481         * Makefile.in (site.exp): Don't insert host_os, etc.
32482         (just-check): Just use RUNTEST with RUNTESTFLAGS only.
32483         (distclean): Check existence of subdir.
32484         * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
32485         * gdb.base/Makefile.in: General cleanup and simplification.
32486         Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
32487         to build executables.   Use default rule to build .o files.
32488         (EXPECT, RUNTEST, CC): Fix relative pathname.
32489         (site.exp): Don't insert host_os, etc.
32490         * gdb.base/signals.c (main): Don't call signal unless SIGALRM
32491         and/or SIGUSR1 defined.
32492         * gdb.base/watchpoint.c: Don't include stdio.h a second time.
32493         * gdb.c++/Makefile.in: General cleanup and simplification.
32494         Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
32495         (CFLAGS): Remove.
32496         (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
32497
32498 Fri Jun 10 10:55:09 1994  Jeff Law  (law@snake.cs.utah.edu)
32499
32500         * gdb.base/recurse.exp: Misc changes to get tests running again
32501         after Kung's changes to the watchpoint code.
32502         * gdb.base/watchpoint.exp: Likewise.
32503
32504 Thu Jun  9 15:16:55 1994  Per Bothner  (bothner@kalessin.cygnus.com)
32505
32506         * lib/gdb.exp (string_to_regexp):  Convert {\} also.
32507
32508 Wed Jun  8 12:12:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
32509
32510         * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
32511         * lib/gdb.exp (default_gdb_start): Define.
32512         * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
32513         gdb.base/funcargs.exp, gdb.base/opaque.exp,
32514         gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
32515         gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
32516         gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
32517         Don't call gdb_target_udi in between tests.
32518
32519 Tue Jun  7 08:30:15 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32520
32521         * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
32522         (which was basically just a local version of the same thing).  In
32523         addition to avoiding duplication, gdb_test_exact is faster.
32524         * lib/gdb.exp (gdb_test_exact): Fix typo.
32525
32526         * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
32527         don't give an error.
32528
32529         * gdb.base/term.exp: Call delete_breakpoints before starting.
32530
32531         * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
32532         (t10): Add comment.
32533
32534 Mon Jun  6 18:26:50 1994  Stan Shebs  (shebs@andros.cygnus.com)
32535
32536         Reorganization of the GDB Test Suite.
32537
32538         * gdb.base: New directory, contains all the basic tests.
32539         * gdb.c++: New directory, tests specific to C++.
32540         * gdb.chill: New directory, tests specific to Chill.
32541         * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
32542         gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
32543         gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
32544         gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
32545         into appropriate new directories (t00-t17 to base, t20-t23 to c++,
32546         t30-31 to chill).
32547         * */gdbme.*: Rename to match appropriate expect scripts.
32548         * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
32549         gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
32550         gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
32551         gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
32552         gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
32553         gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
32554         gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
32555         gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
32556         gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
32557         gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
32558         * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
32559         gdb.c++/virtfunc.cc: New names of C++ files.
32560         * gdb.chill/chillvars.ch: New name of Chill file.
32561         * gdb.base/configure.in, gdb.c++/configure.in,
32562         gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
32563         * gdb.base/Makefile.in, gdb.c++/Makefile.in,
32564         gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
32565         * configure.in (configdirs): Update to reflect directory changes.
32566         (target_abbrev): No longer define for any configuration.
32567         * Makefile.in: Cosmetic improvements to header comments.
32568
32569 Fri Jun  3 18:56:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
32570
32571         Various changes to gdb.t31:
32572
32573         * Makefile.in (gdbme.o):  Compile with -fspecial_UC.
32574         * gdbme.ch:  Make all key-words and predefineds be upper-case.
32575         * chillvars.exp:  Expect key-words and predefinds in upper-case.
32576
32577         * chillvars.exp:  Use gdb_test_exact many places.
32578         Change expected output for arrays (which now includes index labels).
32579
32580         * pr-5020.exp, gdme.ch (module PR_5020):
32581         New test, for PR-5020.
32582
32583 Thu Jun  2 16:02:41 1994  Per Bothner  (bothner@kalessin.cygnus.com)
32584
32585         * lib/gdb.exp (string_to_regexp, gdb_test_exact):  New procedures.
32586         * Makefile.in (CHILL_LIB):  Remove bogus redundant definitions.
32587
32588 Sun May 29 22:31:42 1994  Per Bothner  (bothner@kalessin.cygnus.com)
32589
32590         * Makefile.in:  Fix bit-rot in definitions of CHILL,
32591         CHILL_FOR_TARGET and Chill_LIB.
32592         * gdb.t31/gdbme.ch:  Fix syntax of nested array tuples.
32593         * gdb.t31/Makefile.in:  Add definitions for CHILLFLAGS,
32594         CHILL, and CHILL_LIB.
32595
32596 Sat May 21 10:05:08 1994  Bill Cox  (bill@rtl.cygnus.com)
32597
32598         * Revert the previous changes.  Please see Rob's directory
32599           /lisa/test/rob/progressive/gdb/testsuite for these fixes.
32600
32601 Thu May 19 12:51:00 1994  Bill Cox  (bill@rtl.cygnus.com)
32602
32603         * Makefile.in, configure.in, config/mips-gdb.exp,
32604           config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
32605           config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
32606           config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
32607           gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
32608           gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
32609           gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
32610           gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
32611           gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
32612           gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
32613           gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
32614           gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
32615           gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
32616           gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
32617           gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
32618           gdb.t24/demangle.exp, lib/gdb.exp:  Check in Rob's testing
32619           changes from 94Q1.
32620
32621 Wed May 18 17:04:03 1994  Bill Cox  (bill@rtl.cygnus.com),
32622
32623         * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
32624           config/mt-slite, config/mt-unix, config/mt-vxworks: Add
32625           Rob's new testing fragments.
32626
32627 Tue May 17 15:04:14 1994  Bill Cox  (bill@rtl.cygnus.com)
32628
32629         * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
32630           lib/gdb.exp: Replace error proc calls with perror.
32631
32632 Mon May 16 19:00:50 1994  Stan Shebs  (shebs@andros.cygnus.com)
32633
32634         * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
32635         version also, match on casted version strings, and match on
32636         gdb startup case where the line numbers might be messed up.
32637
32638 Fri May 13 18:00:27 1994  Bill Cox  (bill@rtl.cygnus.com)
32639
32640         * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
32641           (CFLAGS): Delete it from here.
32642
32643 Tue May  3 16:08:09 1994  Kung Hsu  (kung@mexican.cygnus.com)
32644
32645         * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
32646
32647 Fri Apr 29 14:26:35 1994  Stan Shebs  (shebs@andros.cygnus.com)
32648
32649         * Makefile.in (RUNTEST): Default to just "runtest".
32650
32651 Tue Apr 26 22:21:40 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
32652
32653         * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
32654         * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
32655         the code has been restructured.
32656
32657 Thu Apr 21 12:48:07 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32658
32659         * gdb.t00/default.exp (set write): Allow any number of \r and/or
32660         \n, not just one of each.
32661
32662         * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
32663         /bin/cc gives a warning if you do.
32664
32665 Thu Apr 21 11:54:04 1994  Kung Hsu  (kung@mexican.cygnus.com)
32666
32667         * gdb.t24/demangle.exp: change expect pattern of
32668         __t10ListS_link1ZUiRCUiPT0
32669
32670 Wed Apr 13 15:05:00 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
32671
32672         * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
32673         on local variables in recursive functions.
32674
32675         * gdb.t07/Makefile.in: Build the new test.
32676
32677 Tue Apr 12 20:45:25 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
32678
32679         * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
32680         directly.  Instead compare the return values from actual calls.
32681
32682 Mon Apr 11 10:31:00 1994  Bill Cox  (bill@rtl.cygnus.com)
32683
32684         * Makefile.in (check): Set TCL_LIBRARY for runtest.
32685
32686 Mon Apr 11 09:15:30 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
32687
32688         * From Peter Schauer with minor modifications.
32689         * gdb.t15/return.exp (return_tests): Handle targets where "return"
32690         stops in mid-line in the caller.  Add xfail for returning a float
32691         value on X86 targets.
32692
32693 Tue Apr  5 15:16:33 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
32694
32695         * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
32696         to avoid expect lossage.
32697         (fmem_LRbug_tests): Likewise.
32698         * gdb.disasm/hppa.s: Corresponding changes.
32699
32700         * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
32701         conditions to work with latest dejagnu/expect.
32702
32703         * gdb.t15/funcargs.exp (finish from indirect call): No longer
32704         expected to fail on the PA.
32705         (backtrace in call with trampolines): Explicitly require main
32706         to be frame #1 (no trampolines should show up in backtrace).
32707
32708         * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
32709         "continue -expect".
32710         * gdb.t06/break.exp: Likewise.
32711         * gdb.t07/watchpoint.exp: Likewise.
32712         * gdb.t13/bitfields.exp: Likewise.
32713         * gdb.t15/{funcargs,return}.exp: Likewise.
32714         * gdb.stabs/weird.exp: Likewise.
32715         * config/{mips,udi}-gdb.exp: Likewise.
32716
32717         * hppa.sed: Enclose comments within a sed command to avoid
32718         losing with the old OSF1 sed.
32719
32720 Wed Mar 30 00:31:49 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32721
32722         * gdb.t02/whatis.exp, gdb.t08/opaque.exp:  Add XFAILs for
32723         sequent dynix.
32724         * gdb.t06/signals.exp:  Add clear_xfail for sequent dynix.
32725         * gdb.t15/funcargs.exp:  Conditionally step again to really
32726         finish from marker_call_with_trampolines. Handle the case where
32727         the first step from within call_with_trampolines already steps
32728         us back to main.
32729         * gdb.t15/gdbme.c:  Add comment to closing brace of
32730         call_with_trampolines for funcargs.exp.
32731
32732 Tue Mar 29 23:55:27 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
32733
32734         * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
32735         Fix typo(s).
32736
32737 Sun Mar 27 16:53:14 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
32738
32739         * gdb.t07/gdbme.c: More code for watchpoint testing.
32740
32741         * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
32742         "Hardware watchpoint" throughout file.
32743         (test_watchpoint_triggered_in_syscall): New test.
32744         (test_complex_watchpoint): New test.
32745
32746 Fri Mar 25 17:05:31 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
32747
32748         * gdbme.c (call_with_trampolines): New function to try and step
32749         into.  Tests trampoline problems on the PA.
32750
32751         * funcargs.exp (localvars_in_indirect_call): No longer expect
32752         stepping into indirect call to fail on PAs.
32753         (test_stepping_over_trampolines): New test.
32754
32755 Wed Mar 23 07:43:33 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32756
32757         * TODO: Add suggestions for static member function tests, and
32758         completion tests.
32759
32760 Wed Mar 16 08:28:28 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32761
32762         * TODO: Add suggestions for "p/a" tests.
32763
32764         * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
32765         (default_gdb_exit): Replace all the hair with sending "quit" to
32766         the process with a simple close.
32767
32768 Tue Mar 15 08:45:50 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32769
32770         * TODO: Add suggestions for shared library tests.
32771
32772 Sun Mar 13 10:45:22 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32773
32774         * TODO: Add suggestions for x/s tests.
32775
32776 Fri Mar 11 08:22:00 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32777
32778         * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
32779         "enable once", and "enable breakpoints once" with ".*".
32780
32781 Thu Mar 10 08:34:27 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32782
32783         * TODO: Add suggestions about structure passing tests.
32784
32785 Mon Mar  7 13:45:54 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32786
32787         * gdb.t03/gdbme.c:  gcc version 1 puts out the wrong stabs for
32788         the primary1 test, use work around if __GNUC__ < 2.
32789         * gdb.t06/signals.c:  Add comments for signals.exp pattern matching.
32790         * gdb.t06/signals.exp:  Add XFAILs for i386 bsd and vax ultrix.
32791         Test for bad output rather than waiting for timeout.  Issue
32792         second continue only if first continue failed.
32793
32794 Wed Mar  2 10:08:01 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
32795
32796         * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
32797         operator[] test with gdb_test because the old code didn't seem to
32798         be getting the quoting right with the new dejagnu.
32799
32800 Thu Feb 24 19:49:25 1994  Rob Savoye  (rob@poseidon.cygnus.com)
32801
32802         * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
32803         one from the path.
32804         * Makefile.in: Use a fresh expect if there is one, use runtest
32805         from the src tree if there is one.
32806
32807 Thu Feb 24 18:49:37 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
32808
32809         * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
32810         next over recursive call.  Revise the tests from that point on
32811         (which had been skipped) to match GDB's actual (correct) output.
32812
32813         * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
32814         with next over a breakpoint whose condition is false.
32815
32816         * gdb.t00/help.exp: Comment out "help set print" tests just like
32817         (and for same reason as) "help set" test.
32818
32819 Mon Feb 14 09:58:23 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
32820
32821         * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
32822         * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
32823
32824 Sun Feb  6 15:36:13 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32825
32826         * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
32827         necessary gdb_target_udi.
32828
32829         * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
32830
32831         * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
32832         1838 and 2417; they are fixed.
32833
32834         * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
32835         gdb.t03/ptype.exp (ptype structure, ptype union):
32836         Remove xfails; the test is looser than when the xfails were added.
32837
32838         * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
32839         * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
32840
32841         * gdb.t01/run.exp: Only run shell test if isnative.
32842
32843         * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
32844         since "run" automatically loads if necessary.  Call gdb_target_udi
32845         after the "file" since "file" kills any execution target.
32846
32847         * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
32848         GDB.  GDB doesn't work that way (not anymore at least) on UDI.
32849         * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
32850         argument for UDI.
32851
32852 Fri Feb  4 12:19:32 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
32853
32854         * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
32855
32856         * gdb.t17/callfuncs.exp: Add xfails for rs6000.
32857
32858 Sat Feb  5 09:11:56 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32859
32860         * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
32861         properly quoting regexps.  This makes the second argument to
32862         demangle a fixed string, which matches the callers, instead of a
32863         shell-style pattern which is what the previous implementation
32864         used.  Update some of the callers.
32865
32866 Sat Feb  5 10:19:09 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
32867
32868         * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
32869         (comib_nullified_tests): Fix typo.
32870         * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
32871         strings.  No longer expected to fail.
32872
32873         * gdb.disasm/hppa.s (addib_tests): Fix typo.
32874         * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
32875         strings.  No longer expected to fail.
32876
32877         * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
32878         string.  No longer expected to fail.
32879
32880 Fri Feb  4 23:45:11 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
32881
32882         * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
32883         No longer expected to fail.
32884
32885         * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
32886         string.  No longer expected to fail.
32887
32888 Fri Feb  4 10:35:42 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32889
32890         * gdb.t24/demangle.exp: Remove a bunch more tests which differ
32891         only in the names (I probably got most of them).  I was even
32892         generous with some which differed in underscores in names, and
32893         probably missed a few, and I *still* was able to remove almost a
32894         third of the file with almost no impact on testsuite coverage.
32895
32896 Thu Feb  3 12:04:49 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32897
32898         * gdb.t00/default.exp: Match udi_attach error message as well as
32899         the one from child_attach.
32900
32901         * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
32902
32903         * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
32904
32905         * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
32906         * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
32907
32908         * Move test with enums and partial symbols back to
32909         gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
32910         Reverts the change of 26 May 93.  Per today's change to
32911         stabs.texinfo, the behavior that weird.exp was expecting was
32912         unreasonable; what is important is that the compiler+gdb get
32913         things right, which happens with a recent gcc.  Also fix the test
32914         to deal with native compilers which put out the stab gdb can't
32915         deal with.
32916
32917 Mon Jan 31 15:40:11 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32918
32919         * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
32920         in the names.  The main thing these accomplish is to slow things down.
32921         Many more such duplicates surely remain.
32922
32923         * gdb.t00/help.exp: Comment out "help support" test just like
32924         (and for same reason as) "help set" test.
32925
32926 Mon Jan 31 06:43:45 1994  Fred Fish  (fnf@cygnus.com)
32927
32928         * gdb.t06/break.exp:  Remove setup_xfails for
32929         sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
32930         * gdb.t20/inherit.exp (test_ptype_si):  Update warning message
32931         about known bug in gcc to include up through 2.5.8.
32932         * gdb.t20/inherit.exp (test_ptype_vi):  Accept "_vb." as well as
32933         well as "_vb$".
32934         * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
32935         Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
32936         with latest gcc and gdb.
32937         * gdb.t22/virtfunc.exp (test_ptype_of_classes):  Accept "_vb." as
32938         well as "_vb$".
32939
32940 Sat Jan 29 23:31:26 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
32941
32942         * configure.in (hppa*-*-*): Also configure and build stabs-only
32943         tests.
32944
32945 Thu Jan 27 08:21:16 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
32946
32947         * gdb.t10/hppa.mt: A makefile fragment for the PA.
32948         * gdb.t10/configure.in (hppa*-*-*): Use it.
32949
32950 Tue Jan 25 12:58:26 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32951
32952         * gdb.t09/corefile:  Increase timeout when spawning gdb explicitly.
32953
32954 Wed Jan 19 12:40:25 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32955
32956         * gdb.t06/signals.exp:  Handle blocked SIGTRAP on sun3 for bash
32957         versions prior to 1.13.5.
32958
32959 Tue Jan 18 20:10:50 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32960
32961         * gdb.t00/default.exp (show prompt): In FAIL case, only match if
32962         the prompt is at the start of a line.
32963
32964 Mon Jan 17 20:07:51 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
32965
32966         * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
32967         Enable "diag" instruction.  Delete copr from fpu_misc_tests, it's
32968         in the copr tests now.
32969         * gdb.disasm/hppa.exp: Run new sfu and copr tests.  Do not expect
32970         copr in the fpu_misc tests anymore.  fpu_misc tests are no longer
32971         expected to fail.
32972
32973 Fri Jan 14 14:24:21 1994  Rob Savoye  (rob@darkstar.cygnus.com)
32974
32975         * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
32976         gdb.t31/chillvars.exp, lib/gdb.exp:
32977         Tweak to run under either version of expect.
32978         * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
32979         * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
32980         * gdb.t11/list.exp: Remove extraneous whitespace.
32981
32982 Sat Jan 15 09:57:22 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32983
32984         * gdb.t16/printcmds.exp (test_print_strings): Accept
32985         "(unsigned char *) " before the string.
32986
32987         * TODO: Add notes about printing of fancy types and GDB expressions.
32988
32989 Thu Jan 13 17:16:09 1994  Stan Shebs  (shebs@andros.cygnus.com)
32990
32991         * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
32992         * gdb.t06/configure.in: Don't try to compile signals test program
32993         if doing mips-idt-ecoff.
32994
32995 Thu Jan 13 08:25:55 1994  Rob Savoye  (rob@darkstar.cygnus.com)
32996
32997         * Most .exp files: Tweak to run under either version of expect.
32998
32999 Tue Jan 11 15:21:13 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
33000
33001         * gdb.t12/scope.exp: Add xfails for rs6000.  Remove 1806 from existing
33002         xfails; I'm not sure why they are failing, but not because of PR 1806.
33003
33004 Mon Jan 10 22:14:20 1994  Rob Savoye  (rob@darkstar.cygnus.com)
33005
33006         * config/unix-gdb.exp: Remove gdb_unload cause it's already
33007         defined in lib/gdb.exp.
33008
33009 Fri Jan  7 12:42:45 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33010
33011         * gdb.t07/watchpoint.exp:  Clear xfail for calling function with
33012         watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
33013         * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc:  Conversion operator functions
33014         have to be typeless.
33015
33016 Tue Jan  4 09:32:22 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
33017
33018         * TODO: Add suggestion for copyright year test.
33019
33020 Mon Jan  3 11:35:26 1994  Stan Shebs  (shebs@andros.cygnus.com)
33021
33022         * configure.in (*-*-lynxos*): Add stabs tests.
33023
33024 Wed Dec  1 21:54:05 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
33025
33026         * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
33027         so insert a tab before any assembler directive in column zero.
33028
33029         * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
33030         stores.
33031         * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
33032         stores.
33033         (fpu_short_memory_tests): Likewise.
33034
33035 Mon Nov 22 13:23:22 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33036
33037         * gdb.stabs/ecoff.mt:  Delete alpha specific if block, fix typo.
33038         * gdb.stabs/ecoff.sed:  Escape inserted blanks with backslashes, embed
33039         .stabs directives in comments.
33040
33041 Fri Nov 19 14:09:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33042
33043         * TODO: New file, describing tests we could write.
33044         * gdb.t09/corefile.exp: Move description of tests to write to TODO.
33045
33046 Tue Nov 16 21:07:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33047
33048         * gdb.t06/signals.exp: Add kludge to force re-sync.
33049
33050         * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
33051         to xgdb instead of gdb, get out of gdb.
33052
33053 Tue Nov 16 10:21:57 1993  Rob Savoye  (rob@cygnus.com)
33054
33055         * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
33056         for info.
33057
33058 Sat Nov 13 23:17:48 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
33059
33060         * gdb.stabs/hppa.mt: A makefile fragment for the PA.
33061         * gdb.stabs/configure.in (hppa*-*-*): Use it.
33062         * gdb.stabs/hppa.sed: New sed script for the PA.
33063
33064 Sat Nov 13 22:50:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33065
33066         * gdb.stabs: Re-write weird.def and configuration to use sed
33067         instead of cpp.  sed is portable and POSIX; cpp is neither.
33068
33069 Fri Nov 12 15:26:36 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33070
33071         * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
33072
33073 Mon Nov  8 16:55:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33074
33075         * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
33076
33077 Thu Nov  4 23:07:59 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33078
33079         * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
33080         "_vb$".
33081         * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
33082         * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
33083
33084 Wed Nov  3 13:53:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33085
33086         * lib/gdb.exp: Comment out code which depends on non-existent
33087         `transform' procedure.
33088
33089 Wed Nov  3 11:23:11 1993  Rob Savoye  (rob@darkstar.cygnus.com)
33090
33091         * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
33092         * lib/gdb.exp: Transform tool name.
33093         * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
33094         1.1's new error handling system.
33095
33096 Mon Nov  1 10:36:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33097
33098         * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
33099
33100 Fri Oct 29 17:58:14 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33101
33102         * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
33103         They made pattern matching so slow that timeouts happened on
33104         heavily loaded systems.  Now any output from "show print" which
33105         gets us back to the GDB prompt is a PASS.
33106
33107 Mon Oct 25 14:36:50 1993  Stu Grossman  (grossman at cygnus.com)
33108
33109         * gdb.disasm/hppa.mt:  Use $(srcdir) in hppa.o make rule.
33110
33111 Mon Oct 25 13:35:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33112
33113         * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
33114
33115         * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
33116         It is not from PR 3220.
33117
33118 Sun Oct 24 18:49:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33119
33120         * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
33121         just started failing because they depended on the order the
33122         subcommands are presented, or exact docstring text.  This kind of
33123         test is a pain and has minimal benefit.
33124
33125 Thu Oct 21 08:26:48 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33126
33127         * gdb.t09/corefile.exp: At end of test, use "core" command with
33128         no arguments.
33129
33130 Wed Oct 20 08:56:02 1993  Stu Grossman  (grossman at cygnus.com)
33131
33132         * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
33133         17}/Makefile.in:  Make it possible to run the testsuite with Sun
33134         make and CC = cross gcc by adding explicit build rules for .o
33135         files.
33136
33137 Tue Oct 19 14:57:38 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33138
33139         * gdb.t15/funcargs.exp: Don't put comments on same line as
33140         setup_xfail (@#$*%& tcl braindamage!).
33141
33142 Mon Oct 18 21:50:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33143
33144         * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
33145
33146 Fri Oct 15 15:39:54 1993  Kung Hsu  (kung@cirdan.cygnus.com)
33147
33148         * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
33149         * gdb.t20/inherit.exp: remove three dumplicate entries.
33150
33151 Fri Oct 15 13:45:25 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33152
33153         * gdb.t06/break.exp: For "next over recursive call", fail on any
33154         incorrect output, not just on "factorial (value=2)".
33155
33156 Fri Oct 15 11:52:56 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33157
33158         * gdb.t12/scope.exp:  Remove xfails, filename::var syntax should be
33159         working now. Add an xfail if accesing a bss variable causes
33160         a memory error if the target is not yet run.
33161
33162 Thu Oct 14 19:16:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33163
33164         * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
33165         constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
33166         name of __st* demangling (2 strings).  Did Kung really get the
33167         more than 95 others right without testing them?
33168
33169 Thu Oct 14 16:27:08 1993  Kung Hsu  (kung@cirdan.cygnus.com)
33170
33171         * gdb.t24/demangle.exp: clean up XFAILS, more than 100
33172
33173 Thu Oct 14 11:40:30 1993  Jeffrey Law  (law@cs.uah.edu)
33174
33175         * configure.in (configdirs): Add gdb.disasm
33176         * gdb.disasm: New directory for GDB disassembler tests.
33177         * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
33178
33179 Thu Oct 14 11:40:30 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33180
33181         * gdb.t00/help.exp: Don't test "help set".
33182
33183         * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
33184         from within expect statements.  None of these happen anymore and
33185         they cause regressions to be silently unnoticed.
33186
33187         * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
33188         messages) about known failures with gcc cygnus-2.4.5-930417.
33189
33190         * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
33191         comp-info.exp so it gets built if it doesn't exist.
33192
33193         * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
33194         it is no longer used.
33195         * gdb.t13/comp-info.c: Removed.
33196
33197 Wed Oct 13 22:54:06 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
33198
33199         * gdb.t06/signals.exp: Add xfail for sun3.
33200
33201 Thu Oct  7 12:01:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33202
33203         * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
33204         relevant because ^C doesn't get sent but failure can be reproduced
33205         interactively).
33206
33207 Tue Oct  5 10:43:11 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33208
33209         * gdb.stabs/alpha.mt:  New configuration file for alpha.
33210         * gdb.stabs/configure.in:  Use it.
33211         * gdb.stabs/ecoff.mt, weird-ecoff.sed:  Change sed script to enable
33212         sharing with alpha.mt, redefine long to word via preprocessor.
33213         * gdb.stabs/weird.def:  Conditionally adapt storage layout of v_comb
33214         for alpha.
33215         * gdb.stabs/weird.exp:  Handle compilation of weird.s by alpha
33216         native cc.
33217         * gdb.t00/teststrategy.exp:  Change expect string so that we
33218         consume the `(xgdb)' from the command echo and from the gdb prompt.
33219         * gdb.t05/expr.exp:  xfail "print unsigned int == (~0)" on the alpha.
33220         gdb currently compares all values as long, so this failure probably
33221         applies to any configuration where LONGEST is bigger than a target int.
33222         * gdb.t08/comp-info.c:  New file to determine if gdbme is compiled
33223         with gcc.
33224         * gdb.t08/Makefile.in, opaque.exp:  Use it. Alpha native cc is unable
33225         to handle opaque pointers, gcc is.
33226         * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc:  operator new takes a size_t
33227         as first argument. Include <sys/types.h> and change all operator
33228         new definitions to use size_t.
33229         * gdb.t21/cplusfuncs.exp:  Handle changes in output for operator new
33230         now that we use size_t.
33231
33232 Wed Sep 29 00:55:49 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33233
33234         * gdb.t03/ptype.exp, gdb.t15/printcmds.exp:  When constructing
33235         a long or float array cast all array members to the same type.
33236         * gdb.t04/setvar.exp:  Handle the decimal output of an unsigned long
33237         with 64 bit longs.
33238         * gdb.t07/watchpoint.exp:  Add finish and until variations encountered
33239         on alpha.
33240         * gdb.t08/opaque.exp, gdb.t17/interrupt.exp:  Add xfails for alpha.
33241
33242 Tue Sep 28 17:26:47 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33243
33244         * gdb.t24 (demangle.exp): Constructors of templates have names like
33245         vector<int>::vector(int) not vector<int>::vector<int>(int).  See
33246         section 14.6 of the ARM.
33247
33248         * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
33249         "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
33250         accomplish little and slow down the testsuite.
33251
33252         * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
33253         Accept spaces various places.
33254
33255 Tue Sep 21 17:28:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33256
33257         * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
33258         with watchpoint enabled.
33259
33260         * Makefile.in: Remove definition of CC and remove the second
33261         definition of CXX (the "CXX = gcc" one remains).  These definitions
33262         were causing backquotes to be expanded within backquotes, which
33263         doesn't work.
33264
33265 Sat Sep 18 09:43:21 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
33266
33267         * gdb.t17/callfuncs.exp: Add "return 0" to end.
33268
33269 Fri Sep 17 04:41:17 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33270
33271         * gdb.stabs/ecoff.mt:  Remove STABSCC hack.
33272         * gdb.stabs/weird.exp:  Handle the case where weird.o is compiled
33273         by mips cc and contains no stabs entries.
33274
33275 Thu Sep 16 17:22:12 1993  Rob Savoye  (rob@darkstar.cygnus.com)
33276
33277         * config/vx-gdb.exp: Use fake device to load files rather than
33278         NFS.
33279         * lib/gdb.exp: New proc to do "file" command.
33280         * config/unix-gdb.exp: Use new "file" proc.
33281
33282 Thu Sep 16 13:45:44 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
33283
33284         * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
33285         Rework board rebooting slightly.
33286         (gdb_exit): Don't exit from the remote shell; there isn't one.
33287         * gdb.stabs/weird.exp: If a program is being debugged already,
33288         kill it.
33289         * gdb.t04/setvar.exp: Stop and restart gdb.
33290         * gdb.t05/expr.exp: Likewise.
33291         * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
33292         restart gdb and reload the program.
33293         * gdb.t08/opaque.exp: Likewise.
33294         * gdb.t12/scope.exp: Likewise.
33295         * gdb.t13/bitfields.exp: Likewise.
33296         * gdb.t15/funcargs.exp: Likewise.
33297         * gdb.t20/classes.exp: Likewise.
33298         * gdb.t03/ptype.exp: Increase timeout.
33299         * gdb.t16/printcmds.exp (test_print_string_constants,
33300         test_print_array_constants): Likewise.
33301         * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
33302         * gdb.t20/classes.exp (do_tests): Likewise.
33303         * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
33304
33305 Wed Sep 15 14:24:36 1993  Ian Lance Taylor  (ian@cygnus.com)
33306
33307         * gdb.stabs: Renamed *wierd* to *weird*.
33308
33309 Wed Sep 15 10:36:50 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
33310
33311         * gdb.t13/bitfields.exp: Test for bad output rather than waiting
33312         for timeout.  Add "known gcc 2.4.5 bug" to failure message.
33313
33314 Tue Sep 14 17:16:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
33315
33316         * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
33317         (do_tests): Remove xfail for whatis on one_var and two_var.
33318
33319 Wed Sep  8 23:14:23 1993  Rob Savoye  (rob@darkstar.cygnus.com)
33320
33321         * Makefile.in: Made cross building work better by adding
33322         {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
33323
33324 Tue Sep  7 14:11:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33325
33326         * gdb.t15/{return.c,return.exp,Makefile.in}:
33327         New test, currently commented out.
33328
33329 Tue Aug 31 16:51:29 1993  Rob Savoye  (rob@darkstar.cygnus.com)
33330
33331         * config/udi-gdb.exp: gdb_exit now kills any isstip processes
33332         still running and removes the leftover named socket so GDb can do
33333         clean restarts.
33334
33335 Mon Aug 30 17:55:16 1993  Rob Savoye  (rob@darkstar.cygnus.com)
33336
33337         * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
33338         console, not GDB.
33339         * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
33340         cross testing works better with "make check"
33341         * config/unix-gdb: Use default procedures for exit and version.
33342         * config/vx-gdb.exp: Cleaned up and massaged back to working order
33343         with the newest VxWorks.
33344
33345 Thu Aug 26 17:50:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33346
33347         * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
33348         old form.
33349
33350         * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
33351         name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
33352
33353         * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
33354
33355         * config/unix-gdb.exp: Remove this version of gdb_exit
33356         * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
33357         Rob says he'll look at it when he gets back to testing boards.
33358
33359 Thu Aug 26 07:20:00 1993  Fred Fish  (fnf@deneb.cygnus.com)
33360
33361         * gdb.t22/virtfunc.exp:  Accept missing struct/class names as
33362         an expected fail for certain ptype commands.
33363
33364         * gdb.t20/classes.exp:  Update expected results of "ptype class
33365         Base1" to account for the constructor that now appears in the type.
33366
33367 Wed Aug 25 16:48:05 1993  Fred Fish  (fnf@deneb.cygnus.com)
33368
33369         * configure.in (configdirs):  Restore gdb.t04, which mysteriously
33370         disappeared from list.
33371         * config/{udi-gdb.exp, gdb-unix.exp}:  Replace calls to obsolete
33372         "alldone" proc with call to cleanup and exit.
33373         * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
33374         gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
33375         gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
33376         gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
33377         gdb.t12/scope.exp, gdb.t13/bitfields.exp}:  Replace calls to
33378         "alldone" proc with simple returns that suppress remaining
33379         tests.  The alldone proc went away many months ago.
33380
33381 Tue Aug 24 11:04:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33382
33383         * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
33384
33385         * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
33386
33387 Thu Aug 19 22:08:41 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33388
33389         * gdb.t15/funcargs.exp:  Allow arguments for main in backtraces
33390         as vax gdb will display them.
33391
33392 Thu Aug 19 18:18:59 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33393
33394         * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
33395         optimizers.
33396
33397         * scope.exp: Change "bad value for localval" messages so each one
33398         is unique.
33399
33400         * config/unix-gdb.exp (gdb_exit): Move info on this vs.
33401         lib/gdb.exp (gdb_exit) from ChangeLog to comments.
33402
33403         * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
33404
33405 Tue Aug 17 00:05:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33406
33407         * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
33408         doesn't exist (due to optimization).
33409
33410 Mon Aug 16 21:05:49 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33411
33412         * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
33413         contains \r because the filename is long.
33414
33415         * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
33416         'continue'" bug, and change xfail back to i*86-univel-sysv4*.
33417
33418 Mon Aug 16 03:05:17 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33419
33420         * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
33421         gdb.t08/opaque.exp, gdb.t17/interrupt.exp:  Update for vax running
33422         Ultrix.
33423         * gdb.t02/whatis.exp:  Use procedure to setup xfails on long versus
33424         int tests.
33425         * gdb.t08/opaque.exp:  Use procedure to setup xfails for opaque tests.
33426
33427 Thu Aug 12 15:24:28 1993  Fred Fish  (fnf@deneb.cygnus.com)
33428
33429         * Makefile.in (distclean):  Remove *.log *.plog *.sum *.psum site.*.
33430
33431         * gdb.t17/interrupt.exp:  Fix 'missing Continuing' case so pattern
33432         to match does not match the passing case but still matches the
33433         failing case.
33434
33435 Thu Aug 12 16:58:59 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33436
33437         * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
33438
33439 Wed Aug 11 19:47:27 1993  John Gilmore  (gnu@rtl.cygnus.com)
33440
33441         * lib/gdb.exp (gdb_exit):  Move the best version of gdb_exit
33442         to here.  Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
33443         * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
33444         Remove various versions of gdb_exit.
33445         * config/vx-gdb.exp:  Remove quit_vxgdb, change a caller to call
33446         gdb_exit.
33447         * config/unix-gdb.exp:  gdb_exit remains here, and should override
33448         the generic version, since it's doing a lot of wierd stuff that
33449         the other versions aren't.  FIXME, fold it in, or abandon this
33450         version.
33451
33452 Wed Aug 11 12:09:32 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33453
33454         * gdb.t24/demangle.exp: Add tests for PR 3220.
33455
33456 Tue Aug 10 15:49:35 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33457
33458         * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
33459
33460 Tue Aug 10 15:45:25 1993  Fred Fish  (fnf@deneb.cygnus.com)
33461
33462         * gdb.t07/watchpoint.exp:  Clear xfail with "i*86-*-*", not just
33463         "i386-*-*".  Works for i486 as well.
33464
33465         * gdb.t06/signals.exp:  Rework code that recognizes known SVR4
33466         bug, and expand domain of xfail to all SVR4 systems, since the
33467         actual problem is likely to be in generic SVR4 /proc support.
33468
33469 Tue Aug 10 15:49:35 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33470
33471         * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
33472
33473 Tue Aug 10 09:56:56 1993  Fred Fish  (fnf@deneb.cygnus.com)
33474
33475         * gdb.t17/interrupt.exp:  Set up xfail for *-*-sysv4*, in chain of
33476         xfails for other systems.  Match a missing 'Continuing.' as an
33477         explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
33478
33479         * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
33480         gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
33481         Only issue warning for missing executables if -all option is used.
33482
33483         * gdb.stabs/wierd.exp:  Only issue warning for missing wierd.o
33484         file if -all option is used.  It's like an unpredictable XFAIL.
33485
33486 Mon Aug  9 10:13:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33487
33488         * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
33489         for dynamically linked binaries.
33490
33491         * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
33492
33493 Sun Aug  8 14:21:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33494
33495         * gdb.t20/inherit.exp: Change message for "print tagless struct"
33496         to state that this is a known bug in old versions of g++.
33497
33498 Fri Aug  6 21:40:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33499
33500         * gdb.t17/interrupt.exp:  Add xfail for 386 bsd. Accept echoed newline
33501         while waiting for `Continuing'.
33502
33503 Fri Aug  6 13:38:08 1993  Fred Fish  (fnf@deneb.cygnus.com)
33504
33505         * gdb.t10/nodebug.exp:  Expect to find local/global minimal symbols
33506         in text, data, and bss.
33507         * gdb.t10/nodebug.c:  Add local and global test variables for
33508         initialized and uninitialized data.
33509
33510 Thu Aug  5 12:18:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33511
33512         * config/unix-gdb.exp (gdb_exit): Add "wait".
33513
33514 Thu Aug  5 18:14:06 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33515
33516         * gdb.t06/signals.exp:  xfail the continue from the handler for all
33517         targets.
33518
33519         * gdb.t07/watchpoint.exp:  clear_xfail for i386 when calling a
33520         function with watchpoints enabled, the i386 call dummy starts with
33521         a call.
33522
33523         * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in:  Handle the way
33524         386 bsd names its corefiles.
33525
33526 Wed Aug  4 08:53:41 1993  Fred Fish  (fnf@cygnus.com)
33527
33528         * gdb.t10/Makefile.in (nodebug.o):  Don't use "-c -o", many
33529         compilers don't grok it.
33530         * gdb.t16/gdbme.c (ctable1):  Initialize unsigned char array
33531         with small octal ints rather than character constants, which
33532         are signed and might not fit if first promoted to int.
33533
33534 Tue Aug  3 18:28:25 1993  Fred Fish  (fnf@cygnus.com)
33535
33536         * gdb.t09/Makefile.in (clean):  Remove corefile.
33537
33538 Mon Aug  2 12:47:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33539
33540         * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
33541
33542 Mon Aug  2 12:30:14 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33543                           and Jim Kingdon (kingdon@cygnus.com)
33544
33545         * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
33546         NO_SINGLE_STEP machines.  Fix comment about its cause.  Uncomment
33547         the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
33548
33549 Fri Jul 30 19:46:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33550
33551         * gdb.t17/interrupt.exp: Add xfail for hppa.
33552
33553 Fri Jul 30 12:54:11 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33554
33555         * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
33556         gdb.t09/corefile.exp:  Cleanup xfails for fixed mips bugs.
33557         * gdb.t13/bitfields.exp, gdbme.c:  Examine a variable in the inferior
33558         to determine signed-ness of bitfields and use the result to setup
33559         the xfail.
33560         * gdb.t15/gdbme.c:  Add comments to the two indirect call0a lines.
33561         * gdb.t15/funcargs.exp:  Use them to step until the second indirect
33562         call line is reached if necessary.
33563
33564 Thu Jul 29 20:33:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33565
33566         * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
33567
33568 Mon Jul 26 00:15:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33569
33570         * gdb.t06/break.exp: Also test `clear' command.
33571
33572 Wed Jul 21 18:03:38 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
33573
33574         * gdb.t00/teststrategy.exp: Remove extra quote.
33575
33576         * gdb.t07/watchpoint.exp: Change xfail for calling function with
33577         watchpoint enabled to be for all non-68k machines.
33578
33579         * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
33580
33581 Mon Jul 19 23:59:26 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33582
33583         * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
33584         targets use aout.mt instead of ecoff.mt as gas understands
33585         standard aout format.
33586
33587 Mon Jul 19 18:14:06 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
33588
33589         * lib/gdb.exp (runto): Don't insist that function we are running to
33590         was compiled with -g.
33591
33592         * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
33593
33594         * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
33595         to get back into the read system call.
33596         Accept leading newline in case where we woke it up.
33597
33598 Sun Jul 18 08:40:45 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33599
33600         * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}:  New files
33601         to make the stabs test work on ecoff systems using gcc and -with-stabs.
33602         * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}:  Modify to
33603         enable ecoff configuration.
33604
33605 Thu Jul 15 11:54:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33606
33607         * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
33608
33609 Wed Jul 14 09:36:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33610
33611         * gdb.t16/printcmds.exp: Add another printf test.
33612
33613 Wed Jul 14 15:37:13 1993  Ian Lance Taylor  (ian@cygnus.com)
33614
33615         * configure.in: If configured -with-stabs on any target, add
33616         stabsdirs to configdirs.
33617
33618 Wed Jul 14 09:36:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33619
33620         * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
33621         fun" so pattern does not match the command itself.
33622
33623 Mon Jul 12 11:22:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33624
33625         * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
33626
33627 Sun Jul 11 12:03:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33628
33629         * gdb.t17/interrupt.exp: Test for more things.
33630
33631 Fri Jul  9 14:11:17 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33632
33633         * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
33634         compiler arranges the code and line numbers.
33635
33636         * gdb.t17/interrupt.exp: Don't send \n after ^C.
33637
33638 Fri Jul  9 09:47:02 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33639
33640         * gdb.t00/help.exp:  Increase expect input buffer size.
33641
33642 Thu Jul  8 14:26:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33643
33644         * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
33645
33646         * gdb.t07/watchpoint.exp: Add xfail for hppa.
33647
33648         * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
33649
33650         * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
33651         [0-9]*, not just [0-9].
33652
33653 Wed Jul  7 17:52:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33654
33655         * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
33656
33657         * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
33658
33659 Tue Jul  6 13:54:49 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33660
33661         * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
33662
33663 Mon Jul  5 22:03:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33664
33665         * gdb.t06/signals.c: Add xfails for sun3.
33666
33667         * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
33668
33669         * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597.  Also add
33670         test_stepping tests.
33671
33672 Fri Jul  2 09:08:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33673
33674         * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
33675
33676         * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
33677
33678         * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
33679         rather than actually putting it through cpp twice.
33680
33681         * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
33682
33683 Fri Jul  2 10:48:03 1993  Ian Lance Taylor  (ian@cygnus.com)
33684
33685         * config/mips-gdb.exp (gdb_exit): Removed close statement which is
33686         no longer needed.
33687
33688 Fri Jul  2 09:08:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33689
33690         * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
33691
33692         * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
33693         C++ features prints as "struct", make it a pass, not an xfail.
33694
33695 Thu Jul  1 22:03:33 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33696
33697         * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
33698         Don't require VA to print as "class" rather than "struct".
33699
33700 Thu Jul  1 18:27:40 1993  Jim Kingdon  (kingdon@cygnus.com)
33701
33702         * gdb.t06/twice.exp: Don't care about the file name GDB prints.
33703
33704 Wed Jun 30 18:01:00 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33705
33706         * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
33707
33708 Tue Jun 29 13:15:42 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33709
33710         * gdb.t12/scope.exp:  Remove xfail for parameter printing in wrong
33711         order.
33712
33713 Tue Jun 29 09:22:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33714
33715         * gdb.t16/printcmds.exp: Add printf tests.
33716
33717         * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
33718
33719         * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
33720
33721 Mon Jun 28 11:25:59 1993  Fred Fish  (fnf@cygnus.com)
33722
33723         * gdb.t20/classes.exp:  Add clear_xfail's before printing summary
33724         pass counts, to counteract any existing or future setup_xfails.
33725
33726 Mon Jun 28 09:15:17 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33727
33728         * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
33729         {BEGIN,END}_COMMON for common block instead of STAB.
33730         * gdb.stabs/wierd.exp: Add xfail for rs6000.
33731
33732         * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
33733         intp_var should be N_GSYM not N_LSYM.
33734         wierd-aout.S: Use a label for the value of the N_SO.
33735         wierd.def: Remove all backslashes.
33736         wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
33737
33738 Mon Jun 28 07:21:51 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33739
33740         * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
33741         get the expected next to inheritance3.
33742
33743 Sun Jun 27 12:29:53 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33744
33745         * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
33746         now that gcc-2.4 gets it right.
33747
33748 Fri Jun 25 12:00:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33749
33750         * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
33751
33752         * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
33753         generating comp-info.exp which works for cross-compilation.
33754
33755 Thu Jun 24 16:55:05 1993  Fred Fish  (fnf@cygnus.com)
33756
33757         * gdb.t11/list.exp:  For SVR4 xfails, match "*-*-sysv4*", not
33758         "*-*-sysv4.*".
33759
33760 Tue Jun 22 21:17:26 1993  Fred Fish  (fnf@cygnus.com)
33761
33762         * gdb.t01/run.exp:  Start with a fresh gdb.
33763         * gdb.t11/list.exp:  For SVR4 xfails, match on all versions of
33764         SVR4.x.
33765
33766 Mon Jun 21 15:23:22 1993  Fred Fish  (fnf@cygnus.com)
33767
33768         * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
33769         gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
33770         gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
33771         Makefile.in (distclean, realclean):  Remove gdbme.c from list of
33772         things to remove.
33773
33774 Sat Jun 19 07:49:10 1993  Fred Fish  (fnf@cygnus.com)
33775
33776         * gdb.t24/demangle.exp (test_gnu_style_demangling):  Add some new
33777         test cases from bug reports.
33778
33779 Fri Jun 18 10:38:49 1993  Fred Fish  (fnf@cygnus.com)
33780
33781         * gdb.t06/break.exp:  Add xfails for sparc-sun-solaris2.*.
33782         * gdb.t12/scope.exp:  Add clear_xfails at appropriate places to
33783           avoid spurious xfails.
33784         * gdb.t20/classes.exp:  Add xfails for longstanding C++ problems.
33785         * gdb.t21/cplusfuncs.exp:  Add xfails for sparc-sun-solaris2.*.
33786         * gdb.t22/virtfunc.exp:  Add xfails for longstanding C++ problems.
33787
33788 Wed Jun 16 10:11:57 1993  Fred Fish  (fnf@cygnus.com)
33789
33790         * gdb.t00/teststrategy.exp:  Rework to provide more useful
33791         description of each test, fix problem with systems that define
33792         ALIGN_STACK_ON_STARTUP code, other misc cleanups.
33793         * gdb.t06/break.exp (test_next_with_recursion):  Fix expected
33794         results for "next over recursive call" so timeouts aren't taken
33795         by error.
33796
33797 Mon Jun 14 09:09:04 1993  Jim Kingdon  (kingdon@cygnus.com)
33798
33799         * gdb.t12/scope.exp: Test printing of variables before run.
33800
33801         * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
33802         printed in wrong order due to sorting.
33803
33804 Sat Jun 12 15:03:58 1993  Fred Fish  (fnf@cygnus.com)
33805
33806         * gdb.t00/teststrategy.exp:  Fix expected results for printing
33807         user entered string constant.  Is array of char, prints with no
33808         address.
33809
33810         * gdb.t00/{default.exp, help.exp}:  Account for changes to radix
33811         commands.
33812         * gdb.t16/gdbme.c:  Add and use struct containing arrays of char.
33813         * gdb.t16/printcmds.exp:  Fix all lines that match "unsigned char *".
33814         * gdb.t16/printcmds.exp (test_print_char_arrays):  Test printing
33815         of struct of char arrays.
33816         * gdb.t00/radix.exp:  New tests for radix commands.
33817
33818 Fri Jun 11 13:12:27 1993  Jim Kingdon  (kingdon@cygnus.com)
33819
33820         * gdb.t16/printcmd.exp: Print a variable before running program
33821         (with xfail for AIX).
33822
33823 Thu Jun 10 11:04:04 1993  Jim Kingdon  (kingdon@cygnus.com)
33824
33825         * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
33826
33827         * gdb.t16/printcmd.exp: Don't print variables before running program.
33828
33829         * gdb.t06/break.exp: Don't require envp argument to main.
33830
33831         * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
33832
33833         * gdb.t02/whatis.exp, gdb.t11/list.exp:
33834         Add xfails for rs6000.
33835
33836         * gdb.t02/whatis.exp: Change other tests not to re-test something
33837         we already tested.
33838
33839         * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
33840         each type used has a variable of that type.
33841
33842 Tue Jun  8 16:45:20 1993  Jim Kingdon  (kingdon@rtl.cygnus.com)
33843
33844         * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
33845
33846 Fri Jun  4 11:07:19 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
33847
33848         * configure.in: change srctrigger to be a file, not a directory
33849
33850 Fri Jun  4 08:23:57 1993  Ian Lance Taylor  (ian@cygnus.com)
33851
33852         * configure.in (mips-idt-ecoff*): Added trailing '*'.
33853
33854         * gdb.t11/list.exp: Fixed a couple of typos.
33855
33856 Tue Jun  1 21:28:06 1993  Fred Fish  (fnf@cygnus.com)
33857
33858         * gdb.t00 (teststrategy.exp):  Remove notice about PR 1823.  Bug
33859         is fixed and PR is closed.
33860         * gdb.t16 (gdbme.c):  Add simple test string variable.
33861         * gdb.t16 (printcmds.exp):  Add tests with simple test string
33862         variable, primarily for boundaries on "set print elements".
33863
33864 Mon May 31 11:36:08 1993  Jim Kingdon  (kingdon@cygnus.com)
33865
33866         * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
33867         Make leading 0's optional and don't expect a tab in the middle
33868         of the number.
33869
33870         * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
33871
33872         * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
33873         * gdb.stabs/wierd.exp: Remove xfails for type attributes.  Also
33874         don't end command passed to gdb_test with newline.
33875
33876         * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
33877         signed keyword away, don't expect signed bitfields to be signed.
33878
33879         * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
33880         printing with only as many 1's as are in the field as well as printing
33881         with 32 1's (see comment).
33882
33883 Sat May 29 17:57:01 1993  Fred Fish  (fnf@cygnus.com)
33884
33885         * gdb.t00/default.exp:  Start with a fresh gdb.
33886         * configure.in (configdirs):  Remove gdb.t31 until the chill
33887         compiler works again.  It no longer is able to find chillrt0
33888         since it isn't in libchill.a anymore.
33889         * gdb.stabs/wierd.exp:  Rewrite to properly handling a missing
33890         wierd.o, make more modular.
33891         * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const):  Remove
33892         spurious newlines that caused problems.
33893
33894 Wed May 26 09:57:19 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33895
33896         * Move test with enums and partial symbols from gdb.t03/ptype.exp
33897         to gdb.stabs/wierd.exp since GCC has worked around the bug.
33898         gdb.stabs/wierd.{exp,def}: Many new tests.
33899
33900         * gdb.t00/default.exp: update info line for new message.
33901
33902         * gdb.t02/{whatis.exp,gdbme.c}:
33903         Test that "char *" doesn't print as "caddr_t".
33904
33905 Tue May 25 13:28:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33906
33907         * gdb.t00/help.exp: Use .* in place of some help messages which
33908         just changed.
33909         gdb.t00/default.exp: Update "info frame" test for new message.
33910         * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
33911         Remove some xfails
33912
33913 Mon May 24 00:24:47 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33914
33915         * gdb.t03/{gdbme.c,ptype.exp}:
33916         Add tests for typedef'd struct and union without tags.
33917         Also check "whatis" on a variable of a typedef'd enum without a tag.
33918
33919         * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
33920         PRMS 1823; the bug still exists but isn't reproduced by this test
33921         anymore), and remove rs6000 XFAIL (the bug is fixed).
33922
33923         * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
33924         duplicated from whatis.exp.  For those that are left, accept
33925         "long", "long int", or "int" for long variables (whatis.exp already
33926         has an XFAIL for "int", so no need to fail it here).
33927
33928         * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
33929         Deal with GCC's names for types now that GDB uses the compiler's names.
33930
33931         * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}:  If not GCC, do some
33932         setup_xfail's for sunos4.  If we #defined the signed keyword away,
33933         don't expect GDB to know that char it is signed.
33934
33935         * gdb.t00/teststrategy.exp: Update for symbolic signal names.
33936
33937 Sun May 23 08:44:55 1993  Fred Fish  (fnf@cygnus.com)
33938
33939         * configure.in (configdirs):  Add gdb.t24 for C++ tests that
33940         should work on any system, regardless of debugging format.
33941         * gdb.t21/demangle.exp:  Move to gdb.t24.
33942         * gdb.t24/demangle.exp:  Move from gdb.t21.
33943         * gdb.t24/{Makefile.in, configure.in}:  New files.
33944
33945 Thu May 20 19:39:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33946
33947         * configure.in: Do gdb.stabs and C++ tests only for stabs.
33948         * gdb.stabs: New directory.
33949
33950 Tue May 18 21:12:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33951
33952         * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
33953         not just "Quit anyway?".
33954
33955 Tue May 18 17:13:20 1993  Fred Fish  (fnf@cygnus.com)
33956
33957         * gdb.t21/demangle.exp:  Add a couple of new patterns.  Ensure
33958         that all setup_xfails are immediately followed by clear_xfails.
33959
33960 Tue May 11 09:10:47 1993  Fred Fish  (fnf@cygnus.com)
33961
33962         * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
33963         gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
33964         gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
33965         gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
33966         gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
33967         gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
33968         gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
33969         gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
33970         gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
33971         gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
33972         gdb.t31/chillvars.exp, lib/gdb.exp:
33973         Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
33974         bug-gdb@prep.ai.mit.edu.
33975
33976 Fri May  7 09:15:35 1993  Fred Fish  (fnf@cygnus.com)
33977
33978         * gdb.t17/callfuncs.exp (do_function_calls):  Call t_double_values
33979         with 0.0, not integer 0.
33980
33981 Fri Apr 30 13:17:24 1993  Jim Kingdon  (kingdon@cygnus.com)
33982
33983         * gdb.t06/break.exp: Update for "Kill the program" message change.
33984
33985 Fri Apr 30 09:42:57 1993  Fred Fish  (fnf@cygnus.com)
33986
33987         * Makefile.in (GDBFLAGS):  Set to -nx.
33988         * Makefile.in (site.exp):  Use GDBFLAGS.
33989
33990 Wed Apr 28 13:19:07 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
33991
33992         * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
33993           Makefiles.
33994           (check): depend on just-check.
33995           (just-check): added so that tests can be run without a noop
33996           build pass.
33997
33998 Fri Apr 23 18:13:28 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
33999
34000         Switch to using configure's configdirs.
34001         * Makefile.in (Makefile): add configure.in dependency.
34002           (SUBDIRS): removed redundant assignment.
34003         * configure.in: switch subdirs assignment to configdirs.
34004         * gdb.t*/configure.in: new files.
34005
34006 Thu Apr 22 08:27:53 1993  Ian Lance Taylor  (ian@cygnus.com)
34007
34008         * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
34009         works.
34010
34011 Tue Apr 20 13:38:40 1993  Fred Fish  (fnf@cygnus.com)
34012
34013         * gdb.{t20,t21,t22,t23}/Makefile.in:  Use $(srcdir) to avoid $<
34014         in explicit rules.  Apparently this is not supported by some makes.
34015
34016 Mon Apr 19 01:54:53 1993  John Gilmore  (gnu@cygnus.com)
34017
34018         * gdb.t31/Makefile.in:  Use $(srcdir) when avoiding $<, sigh.
34019
34020 Fri Apr 16 09:33:46 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
34021
34022         * config/unix-gdb.exp:  Add back missing return 0 which mysteriously
34023         disappeared.
34024
34025 Thu Apr 15 02:28:24 1993  John Gilmore  (gnu@cacophony.cygnus.com)
34026
34027         * gdb.t31/Makefile.in:  Avoid $< in explicit rule.
34028
34029 Wed Apr 14 16:38:47 1993  Fred Fish  (fnf@cygnus.com)
34030
34031         * gdb.t07/watchpoint.exp:  Remove setup_xfail for i486
34032         watchpoint problem that is now fixed.
34033         * gdb.t30/chexp.exp:  Remove setup_xfail for printing
34034         uninitialized convenience variables.
34035         * gdb.t31/chillvars.exp:  Fix expected patterns for printing
34036         structures.
34037
34038 Wed Apr 14 12:55:58 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
34039
34040         * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
34041         which causes expect to get out of sync with gdb on long output
34042         from help set.
34043         * gdb.t09/corefile.exp: Make expected pattern for core file
34044         failing signal and frame output format less sun specific.
34045
34046 Tue Apr 13 23:18:07 1993  Per Bothner  (bothner@cygnus.com)
34047
34048         * gdb.t31/chillvars.exp:  Add and remove initial dummy
34049         breakpoint, so that symbol table is forced in.
34050         (Needed at least on Sunos4, though it seems not SVR4.)
34051         * gdb.t31/chillvars.exp:  Update for changed output format.
34052
34053 Sun Apr 11 17:21:45 1993  Rob Savoye  (rob at darkstar.cygnus.com)
34054
34055         * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
34056
34057 Wed Apr  7 21:28:21 1993  Rob Savoye  (rob@cygnus.com)
34058
34059         * Makefile.in: Added --srcdir when invoking runtest, removed the
34060         need for a local config file. (optional now)
34061
34062 Wed Apr  7 14:13:41 1993  Fred Fish  (fnf@cygnus.com)
34063
34064         * gdb.t21/demangle.exp:  Only count real fails (not xfails) for
34065         failure count used to force early termination.  Add some more
34066         expected failures for gnu style demangling.
34067
34068 Thu Apr  1 09:50:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
34069
34070         * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
34071         pmi variable from gdb.t20/gdbme to get optimized away.
34072         * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
34073         Check for written corefile upon timeout _and_ eof.
34074
34075 Tue Mar 30 09:58:16 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
34076
34077         * config/unix-gdb.exp:  Add missing return 0.
34078
34079 Tue Mar 30 08:34:25 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
34080
34081         * gdb.t16/printcmds.exp:  Remove misplaced xfail that caused an early
34082         test termination.
34083
34084 Mon Mar 29 17:37:25 1993  Fred Fish  (fnf@cygnus.com)
34085
34086         * configure.in (subdirs):  Put back gdb.t17 which mysteriously
34087         disappeared.
34088
34089 Thu Mar 25 21:05:16 1993  Fred Fish  (fnf@cygnus.com)
34090
34091         * gdb.t10/crossload.exp:  Disable the i860-elf test until such
34092         time as i860 support works.
34093
34094         * gdb.t15/funcargs.exp:  Fix expected outputs to include
34095         "backtrace 100\r" rather than just "backtrace\r", to match last
34096         change.
34097
34098 Thu Mar 25 12:14:28 1993  Ian Lance Taylor  (ian@cygnus.com)
34099
34100         * config/udi-gdb.exp (gdb_exit): Remove close command.
34101         (gdb_target_udi): New procedure to set the UDI target.
34102         (gdb_start): Don't remove *_soc files.  Use gdb_target_udi.
34103         * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
34104         Added waits for prompts after several question responses.  Added
34105         some more responses used by a29k-amd-udi-gdb.
34106         * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
34107         pass different arguments, restart UDI connection after program
34108         completion.
34109         * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
34110         gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
34111         gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
34112         gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
34113         * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
34114         gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
34115         gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
34116         gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
34117         gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
34118         after program completion.
34119         * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
34120         compiled with a SELECT_VECS setting.
34121         * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
34122         infinite recursion.
34123
34124         * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
34125         Added checks for COFF results, and made them expected failures for
34126         all targets.  It would be better to make them expected failures
34127         for COFF targets only.
34128
34129 Wed Mar 24 14:43:38 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
34130
34131         * Makefile.in: add null dvi target, don't bother to recurse
34132         through test directories for info and install-info; rename
34133         $(datadir) to be dejagnu instead of deja-gnu
34134
34135 Wed Mar 24 09:48:03 1993  Fred Fish  (fnf@cygnus.com)
34136
34137         * gdb.t31/gdbme.ch:  Re-enable code that previously caused
34138         compiler to coredump.
34139         * gdb.t31/chillvars.exp:  Re-enable tests that depend on that
34140         code.
34141
34142 Tue Mar 23 08:53:42 1993  Fred Fish  (fnf@cygnus.com)
34143
34144         * gdb.t31/gdbme.ch:  Comment out code that causes chill compiler
34145         coredump.
34146         * gdb.t31/chillvars.exp:  Comment out tests that depend on that
34147         code.
34148
34149 Sun Mar 21 17:56:47 1993  Rob Savoye  (rob at darkstar.cygnus.com)
34150
34151         * gdb.t03/ptype.exp: tests for return code from gdb_test.
34152         * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
34153         which in a shell. Deletes xgdb when done.
34154         * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
34155         Tests the return from the "set height" or "set width" commands.
34156         Added a few return codes where needed.
34157
34158 Wed Mar 17 11:31:01 1993  Fred Fish  (fnf@cygnus.com)
34159
34160         * Makefile.in (SUBDIRS):  Add gdb.t17.
34161         * configure.in (subdirs):  Add gdb.t17.
34162         * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}:  New test
34163         files to test gdb's calling of functions in the inferior with
34164         the correct arguments and gdb's ability to retrieve any
34165         result returned.
34166
34167 Tue Mar 16 15:37:11 1993  Fred Fish  (fnf@cygnus.com)
34168
34169         * config/unix-gdb.exp (gdb_exit):  Remove close commands that
34170         may be called after gdb goes away.  Previous versions of expect
34171         needed these to avoid file descriptor leaks, but they cause
34172         errors with the current revision of expect.
34173         * gdb.t00/gdbvars.exp:  Use -re on expected output after
34174         setting sevenbit-strings.
34175         * gdb.t04/setvar.exp, gdb.t13/bitfields.exp:  Make commands
34176         to set sevenbit-strings consistent across tests.
34177         gdb.t30/chexp.exp, gdb.t31/chillvars.exp:  Make commands to
34178         set sevenbit-strings consistent across tests.
34179
34180 Fri Mar 12 08:47:20 1993  Fred Fish  (fnf@cygnus.com)
34181
34182         * gdb.t21/demangle.exp (proc demangle):  Adjust quotes in an
34183         expected output to match current "expect" expectations.
34184
34185 Wed Mar 10 18:01:49 1993  Fred Fish  (fnf@cygnus.com)
34186
34187         * gdb.t00/default.exp:  Change expected output for default "source"
34188         command, to match new gdb behavior which requires a filename to
34189         source.
34190
34191 Tue Mar  9 11:00:56 1993  Fred Fish  (fnf@cygnus.com)
34192
34193         * gdb.t07/watchpoint.exp (test_simple_watchpoint):  Set up
34194         expected fail for i486-*-* that misses the marker2 function.
34195         * gdb.t10/crossload.exp (bfddefault):  Allow successful
34196         recognition of a format to pass even if no symbols are found.
34197         Explicitly catch failures where the format is not recognized
34198         or is ambiguous, and add the reason to the fail message.
34199         * gdb.t10/crossload.exp (bfdexplicit):  Catch failure where
34200         the cause is and invalid target and add reason to failure message.
34201         * gdb.t10/crossload.exp:  Fix bfd target names for elf32-m68k,
34202         elf32-i386, elf32-sparc, and elf32-i860.
34203         * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
34204         Set up expected failure for 'filename'::variable scope resolution,
34205         which is now apparently broken on all targets.
34206         * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
34207         gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
34208         gdb.t23/templates.exp:   Change failure for missing binfile into
34209         just a warning.
34210         gdb.t21/demangle.exp:  Change all cfront references to 'arm'
34211         references.
34212
34213 Mon Mar  8 19:20:28 1993  Fred Fish  (fnf@cygnus.com)
34214
34215         * gdb.t00/default.exp:  Add expected output for default "source"
34216         command, to match new gdb behavior.
34217         * gdb.t09/corefile.exp:  Use GDBFLAGS when spawning GDB.
34218
34219 Sun Mar  7 15:14:09 1993  Rob Savoye  (rob@cygnus.com)
34220
34221         * config/*-gdb.exp: returns an error, rather than exiting on
34222         internal errors.
34223
34224 Tue Mar  2 18:09:32 1993  Fred Fish  (fnf@cygnus.com)
34225
34226         * gdb.t03/gdbme.c:  Add pointer to struct variable.
34227         * gdb.t03/ptype.exp:  Test equivalence of '.' and '->' for
34228         referencing struct members.
34229
34230 Thu Feb 25 10:39:06 1993  Ian Lance Taylor  (ian@cygnus.com)
34231
34232         * configure.in (mips-idt-ecoff): New target.
34233         * config/mips-gdb.exp: New file for remote board using MIPS remote
34234         debugging protocol.
34235
34236         * Redid configuration scheme.  Removed gdb.t*/configure.in.
34237         Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*.  Changed to use CC, CXX
34238         instead of CC_FOR_TARGET, CXX_FOR_TARGET.  Added mostlyclean and
34239         distclean targets.  Built executables via .o files.  Adjusted
34240         tests to account for source files in $(srcdir) rather than
34241         $(objdir).
34242         * lib/gdb.exp (runto): Don't expect () after the function name,
34243         because it may have arguments.
34244
34245 Wed Feb 24 08:05:38 1993  Ian Lance Taylor  (ian@cygnus.com)
34246
34247         * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
34248         gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
34249         expected failures for mips-idt-* and mips-sgi-*.
34250         * gdb.t00/default.exp (attach): Kill process if requested.
34251         * gdb.t00/help.exp (help target core, help target): Accept a gdb
34252         that does not read core files.
34253         * gdb.t01/run.exp: Removed checks for exit status code.
34254         * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
34255         it is linked in.
34256         * gdb.t03/ptype.exp: Increase timeout when calling malloc.
34257         * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
34258         appropriate, rather than doing it by hand.
34259         * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
34260         execution.
34261         * gdb.t10/crossload.exp: Kill existing program if needed.
34262         * gdb.t15/funcargs.exp: Use delete_breakpoints function where
34263         appropriate, rather than doing it by hand.  Always increase
34264         timeout for this test, not just for VxWorks.
34265
34266 Wed Feb 24 08:03:38 1993  Fred Fish  (fnf@cygnus.com)
34267
34268         * gdb.t31/chillvars.exp (test_structs):  New proc to test printing
34269         of Chill STRUCT types and STRUCT values.
34270         * gdb.t31/chillvars.exp (test_strings):  Expect "CHAR" now, rather
34271         than "char".
34272         * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
34273         struct2):  New struct definitions and initializations to test
34274         simple Chill STRUCT types.
34275
34276 Tue Feb 23 11:55:06 1993  Fred Fish  (fnf@cygnus.com)
34277
34278         * gdb.t00/teststrategy.exp:  Track reversion in gdb to not print
34279         the null byte at the end of strings.
34280         * gdb.t00/default.exp:  Make show version insensitive to copyright
34281         date.
34282         * gdb.t16/in-gdbme.c (ctable1, ctable2):  Make explicitly unsigned
34283         to avoid dependencies on target char signedness.
34284         * gdb.t16/printcmds.exp:  Update expected results for explicitly
34285         unsigned char.
34286         * gdb.t16/printcmds.exp:  Remove setup_xfails for i960 that should
34287         now work.
34288         * gdb.t21/demangle.exp:  Add many more patterns for template
34289         demangling, most of them being expected failures.
34290         * gdb.t21/demangle.exp (proc demangle):  Quote the demangled
34291         string we are matching for, to match on the whole string.
34292         * gdb.t21/demangle.exp:  Add many new test strings to demangle,
34293         and fix a whole bunch that had incorrect expected output but were
34294         passing anyway because of the bug in "proc demangle".
34295         * gdb.t31/chillvars.exp:  Remove setup_xfail for printing string
34296         type.
34297         * gdb.t31/in-gdbme.ch:  Uncomment string4, now compiles.
34298
34299 Mon Feb 22 07:54:03 1993  Mike Werner  (mtw@poseidon.cygnus.com)
34300
34301         * gdb/testsuite: made modifications to testcases, etc., to allow
34302         them to work properly  given the reorganization of deja-gnu and the
34303         relocation of the testcases from deja-gnu to a "tool" subdirectory.
34304
34305 Sun Feb 21 10:55:55 1993  Mike Werner  (mtw@poseidon.cygnus.com)
34306
34307         * gdb/testsuite: Initial creation of gdb/testsuite.
34308         Migrated dejagnu testcases and support files for testing nm to
34309         gdb/testsuite from deja-gnu.  These files were moved "as is"
34310         with no modifications.  This migration is part of a major overhaul
34311         of dejagnu.  The modifications to these testcases, etc., which
34312         will allow them to work with the new version of dejagnu will be
34313         made in a future update.
34314
34315  For additional changes see gdb.mi/ChangeLog-1999-2003.
34316 \f
34317 ;; Local Variables:
34318 ;; mode: change-log
34319 ;; left-margin: 8
34320 ;; fill-column: 74
34321 ;; version-control: never
34322 ;; End:
34323
34324     Copyright 1993-2014 Free Software Foundation, Inc.
34325   Copying and distribution of this file, with or without modification,
34326   are permitted provided the copyright notice and this notice are preserved.