gdb.base/async.exp: Factor out test pattern to a procedure.
[platform/upstream/binutils.git] / gdb / testsuite / ChangeLog
1 2014-03-19  Pedro Alves  <palves@redhat.com>
2
3         * gdb.base/async.exp (test_background): New procedure.
4         Use it for all background execution command tests.
5
6 2014-03-19  Pedro Alves  <palves@redhat.com>
7
8         * gdb.base/async.exp: Use prepare_for_testing.
9
10 2014-03-19  Pedro Alves  <palves@redhat.com>
11
12         * gdb.base/async.c (foo): Make 'x' volatile.  Write to it twice in
13         the same line.
14
15 2014-03-19  Pedro Alves  <palves@redhat.com>
16
17         * gdb.base/async.c (main): Add "jump here" and "until here" line
18         marker comments.
19         * gdb.base/async.exp (jump_here): New global.
20         (jump& test): Use it.
21         (until_here): New global.
22         (until& test): Use it.
23
24 2014-03-19  Pedro Alves  <palves@redhat.com>
25
26         * gdb.base/async.exp: Don't frob gdb_protocol.
27
28 2014-03-18  Doug Evans  <xdje42@gmail.com>
29
30         * gdb.base/async.exp: Whitespace fixes.  Turn on target-async.
31         Fix spelling of exec-done-display.
32
33 2014-03-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
34
35         PR gdb/15358
36         * gdb.base/gdb-sigterm.c: New file.
37         * gdb.base/gdb-sigterm.exp: New file.
38
39 2014-03-18  Pedro Alves  <palves@redhat.com>
40
41         PR gdb/13860
42         * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
43         * lib/mi-support.exp (mi_expect_stop): Add special handling for
44         solib-event.
45
46 2014-03-17  Joel Brobecker  <brobecker@adacore.com>
47
48         * gdb.ada/pckd_arr_ren: New testcase.
49
50 2014-03-13  Doug Evans  <xdje42@gmail.com>
51
52         PR guile/16612
53         * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
54         collect after discarding symbols.
55
56 2014-03-13  Ludovic Courtès  <ludo@gnu.org>
57             Doug Evans  <xdje42@gmail.com>
58
59         * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
60         to history survives a gc.
61
62 2014-03-13  Pedro Alves  <palves@redhat.com>
63
64         * gdb.base/default.exp: Don't test "target procfs".
65
66 2014-03-13  Pedro Alves  <palves@redhat.com>
67
68         * gdb.base/default.exp: Update "target child" and "target procfs"
69         tests to not expect "Unix".
70
71 2014-03-12  Tom Tromey  <tromey@redhat.com>
72
73         * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
74         New procs.  Add target-async tests.
75         * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
76         Add target-async tests.
77
78 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
79
80         * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
81         'func_start' and 'func_end' for the beginning and end of the
82         function code, respectively.
83         * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
84         'func_end' instead of 'func' and 'main'.
85
86 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
87
88         * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
89         * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
90         generate the debug info assembler source.
91
92 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
93
94         * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
95         * gdb.dwarf2/arr-subrange.exp: Likewise.
96         * gdb.dwarf2/dwz.exp: Likewise.
97         * gdb.dwarf2/method-ptr.exp: Likewise.
98         * gdb.dwarf2/missing-sig-type.exp: Likewise.
99         * gdb.dwarf2/subrange.exp: Likewise.
100         * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
101         * gdb.dwarf2/implptrpiece.exp: Likewise.
102         * gdb.dwarf2/nostaticblock.exp: Likewise.
103
104 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
105
106         * lib/gdb.exp (build_executable_from_specs): Don't prepend source
107         directory to absolute path name arguments.
108
109 2014-03-10  Joel Brobecker  <brobecker@adacore.com>
110
111         * gdb.ada/tagged_access: New testcase.
112
113 2014-03-07  Markus Metzger  <markus.t.metzger@intel.com>
114
115         * gdb.btrace/data.exp: Update expected output.
116
117 2014-03-06  Yao Qi  <yao@codesourcery.com>
118
119         * gdb.trace/pr16508.exp: New file.
120
121 2014-03-05  Pedro Alves  <palves@redhat.com>
122
123         PR gdb/16575
124         * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
125         procedure.
126         (top level): Adjust to use it.  Add tests that exercise breakpoint
127         interaction with the code-cache.
128
129 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
130
131         * gdb.guile/scm-value.exp (test_value_in_inferior): Add
132         test for 'history-append!'.
133
134 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
135
136         * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
137         * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
138         * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
139         * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
140         * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
141         * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
142
143 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
144
145         * testsuite/gdb.python/py-pp-re-notag.c: New file.
146         * testsuite/gdb.python/py-pp-re-notag.ex: New file.
147         * testsuite/gdb.python/py-pp-re-notag.p: New file.
148
149 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
150
151         * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
152
153 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
154
155         * gdb.dwarf2/arr-stride.c: New file.
156         * gdb.dwarf2/arr-stride.exp: New file.
157
158 2014-02-26  Pedro Alves  <palves@redhat.com>
159
160         * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
161         that won't ever trigger.  Make sure that GDB reports the correct
162         breakpoint that caused the stop.
163
164 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
165
166         PR gdb/16626
167         * gdb.base/auto-load-script: New file.
168         * gdb.base/auto-load.c: New file.
169         * gdb.base/auto-load.exp: New file.
170
171         PR gdb/16626
172         * gdb.base/auto-load.exp: Fix out-of-srctree run.
173
174 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
175
176         Fix dw2-icycle.exp -fsanitize=address GDB crash.
177         * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
178
179 2014-02-24  Doug Evans  <dje@google.com>
180
181         * lib/gdb.exp (run_on_host): Log error output if program fails.
182
183 2014-02-21  Pedro Alves  <palves@redhat.com>
184
185         * gdb.threads/step-after-sr-lock.c: Rename to ...
186         * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
187         * gdb.threads/step-after-sr-lock.exp: Rename to ...
188         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
189         ... this.
190
191 2014-02-20  Sergio Durigan Junior  <sergiodj@redhat.com>
192
193         PR tdep/16397
194         * gdb.arch/amd64-stap-special-operands.exp: New file.
195         * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
196         * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
197         * gdb.arch/amd64-stap-triplet.S: Likewise.
198         * gdb.arch/amd64-stap-triplet.c: Likewise.
199
200 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
201
202         * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
203         in .section pseudo-op.
204
205 2014-02-20  lin zuojian  <manjian2006@gmail.com>
206             Joel Brobecker  <brobecker@adacore.com>
207             Doug Evans  <xdje42@gmail.com>
208
209         PR symtab/16581
210         * gdb.dwarf2/dw2-icycle.S: New file.
211         * gdb.dwarf2/dw2-icycle.c: New file.
212         * gdb.dwarf2/dw2-icycle.exp: New file.
213
214 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
215
216         * gdb.python/py-value-cc.cc: Improve test case to enable testing
217         operations on gdb.Value objects.
218         * gdb.python/py-value-cc.exp: Add new test to test operations on
219         gdb.Value objects.
220
221 2014-02-18  Doug Evans  <dje@google.com>
222
223         * Makefile.in (TESTS): New variable.
224         (expanded_tests, expanded_tests_or_none): New variables
225         (check-single): Pass $(expanded_tests_or_none) to runtest.
226         (check-parallel): Only run tests in $(TESTS) if non-empty.
227         (check/no-matching-tests-found): New rule.
228         * README: Document TESTS makefile variable.
229
230 2014-02-18  Doug Evans  <dje@google.com>
231
232         * Makefile.in (check-parallel): rm -rf outputs temp.
233
234 2014-02-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
235
236         Fix "ERROR: no fileid for" in the testsuite.
237         * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
238
239 2014-02-12  Doug Evans  <dje@google.com>
240
241         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
242         (MISCELLANEOUS): New variable.
243         (clean): rm -rf $(MISCELLANEOUS).
244         * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
245         dwp live in the same directory as symlinks, with each symlink pointed
246         to a differently named file in a different directory.
247
248 2014-02-11  Doug Evans  <dje@google.com>
249
250         * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
251         of Tcl file commands.
252
253 2014-02-10  Mark Kettenis  <kettenis@gnu.org>
254
255         * gdb.threads/step-after-sr-lock.exp: Avoid executing
256         "kill -SIGUSR1 -1".
257
258 2014-02-10  Joel Brobecker  <brobecker@adacore.com>
259
260         * gdb.ada/tick_length_array_enum_idx: New testcase.
261
262 2014-02-10  Doug Evans  <xdje42@gmail.com>
263
264         * configure.ac (AC_OUTPUT): Add gdb.guile.
265         * configure: Regenerate.
266         * lib/gdb-guile.exp: New file.
267         * lib/gdb.exp (get_target_charset): New function.
268         * gdb.base/help.exp: Update expected output from "apropos apropos".
269         * gdb.guile/Makefile.in: New file.
270         * gdb.guile/guile.exp: New file.
271         * gdb.guile/scm-arch.c: New file.
272         * gdb.guile/scm-arch.exp: New file.
273         * gdb.guile/scm-block.c: New file.
274         * gdb.guile/scm-block.exp: New file.
275         * gdb.guile/scm-breakpoint.c: New file.
276         * gdb.guile/scm-breakpoint.exp: New file.
277         * gdb.guile/scm-disasm.c: New file.
278         * gdb.guile/scm-disasm.exp: New file.
279         * gdb.guile/scm-equal.c: New file.
280         * gdb.guile/scm-equal.exp: New file.
281         * gdb.guile/scm-error.exp: New file.
282         * gdb.guile/scm-error.scm: New file.
283         * gdb.guile/scm-frame-args.c: New file.
284         * gdb.guile/scm-frame-args.exp: New file.
285         * gdb.guile/scm-frame-args.scm: New file.
286         * gdb.guile/scm-frame-inline.c: New file.
287         * gdb.guile/scm-frame-inline.exp: New file.
288         * gdb.guile/scm-frame.c: New file.
289         * gdb.guile/scm-frame.exp: New file.
290         * gdb.guile/scm-generics.exp: New file.
291         * gdb.guile/scm-gsmob.exp: New file.
292         * gdb.guile/scm-iterator.c: New file.
293         * gdb.guile/scm-iterator.exp: New file.
294         * gdb.guile/scm-math.c: New file.
295         * gdb.guile/scm-math.exp: New file.
296         * gdb.guile/scm-objfile-script-gdb.in: New file.
297         * gdb.guile/scm-objfile-script.c: New file.
298         * gdb.guile/scm-objfile-script.exp: New file.
299         * gdb.guile/scm-objfile.c: New file.
300         * gdb.guile/scm-objfile.exp: New file.
301         * gdb.guile/scm-ports.exp: New file.
302         * gdb.guile/scm-pretty-print.c: New file.
303         * gdb.guile/scm-pretty-print.exp: New file.
304         * gdb.guile/scm-pretty-print.scm: New file.
305         * gdb.guile/scm-section-script.c: New file.
306         * gdb.guile/scm-section-script.exp: New file.
307         * gdb.guile/scm-section-script.scm: New file.
308         * gdb.guile/scm-symbol.c: New file.
309         * gdb.guile/scm-symbol.exp: New file.
310         * gdb.guile/scm-symtab-2.c: New file.
311         * gdb.guile/scm-symtab.c: New file.
312         * gdb.guile/scm-symtab.exp: New file.
313         * gdb.guile/scm-type.c: New file.
314         * gdb.guile/scm-type.exp: New file.
315         * gdb.guile/scm-value-cc.cc: New file.
316         * gdb.guile/scm-value-cc.exp: New file.
317         * gdb.guile/scm-value.c: New file.
318         * gdb.guile/scm-value.exp: New file.
319         * gdb.guile/source2.scm: New file.
320         * gdb.guile/types-module.cc: New file.
321         * gdb.guile/types-module.exp: New file.
322
323 2014-02-10  Yao Qi  <yao@codesourcery.com>
324
325         PR testsuite/16543
326         * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
327         * configure: Regenerated.
328         * Makefile.in: New file.
329
330 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
331
332         * gdb.python/py-framefilter.exp: Fix typo.
333
334 2014-02-08  Yao Qi  <yao@codesourcery.com>
335
336         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
337         that no =breakpoint-modified is emitted when breakpoints are
338         modified through MI commands.
339
340 2014-02-07  Pedro Alves  <pedro@codesourcery.com>
341             Pedro Alves  <palves@redhat.com>
342
343         * gdb.threads/step-after-sr-lock.c: New file.
344         * gdb.threads/step-after-sr-lock.exp: New file.
345
346 2014-02-07  Pedro Alves  <palves@redhat.com>
347
348         * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
349
350 2014-02-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
351
352         Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
353         * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
354
355 2014-02-06  Doug Evans  <xdje42@gmail.com>
356
357         * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
358         output.
359
360         * gdb.gdb/python-interrupts.exp: New file.
361
362 2014-02-05  Yao Qi  <yao@codesourcery.com>
363
364         * gdb.trace/report.exp (use_collected_data): Test the output
365         of "info threads" and "info inferiors".
366
367 2014-02-05  Yao Qi  <yao@codesourcery.com>
368
369         Revert this patch:
370
371         2013-05-24  Yao Qi  <yao@codesourcery.com>
372
373         * gdb.trace/tfile.exp: Test inferior and thread.
374
375 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
376
377         * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
378         on a function.
379         * gdb.base/step-bt.c: Call hello via function pointer to make
380         sure its first instruction is executed on powerpc64le-linux.
381
382 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
383
384         * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
385
386 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
387
388         * gdb.arch/vsx-regs.exp: Check target endianness.  Provide variants
389         of the test patterns for use on little-endian systems.
390
391 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
392
393         * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
394         (decimal_vector): Fix for little-endian.
395
396 2014-01-29  Jose E. Marchesi  <jose.marchesi@oracle.com>
397
398         * gdb.arch/sparc-sysstep.exp: New file.
399         * gdb.arch/sparc-sysstep.c: Likewise.
400
401         * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
402
403 2014-01-28  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
404
405         * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
406
407 2014-01-23  Tom Tromey  <tromey@redhat.com>
408
409         * gdb.ada/array_char_idx: New testcase.
410
411 2014-01-23  Tom Tromey  <tromey@redhat.com>
412
413         PR python/16487:
414         * gdb.python/py-framefilter.exp: Add test using "Error" filter.
415         * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
416         classes.
417
418 2014-01-23  Tom Tromey  <tromey@redhat.com>
419
420         PR python/16491:
421         * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
422         string from an inferior frame.
423         * gdb.python/py-framefilter-mi.exp: Update.
424
425 2014-01-22  Doug Evans  <dje@google.com>
426
427         * gdb.server/server-mon.exp: Add tests for "set debug-format".
428
429 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
430
431         * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
432
433 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
434
435         * gdb.trace/entry-values.exp: Remove excess space character from
436         regex patterns.  Handle s390 call instruction.
437
438 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
439
440         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
441         define "*_start" label.  Make "name" static.
442         * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
443         ${name} by references to ${name}_start.
444
445 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
446
447         * gdb.base/info-macros.exp: Remove "debug" from the compile
448         options.
449
450 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
451
452         * gdb.dlang/demangle.exp: New file.
453
454 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
455
456         * gdb.dlang/primitive-types.exp: New file.
457
458 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
459
460         * configure.ac: Create gdb.dlang/Makefile.
461         * configure: Regenerate.
462         * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
463         * gdb.dlang/Makefile.in: New file.
464         * lib/d-support.exp: New file.
465         * lib/gdb.exp (skip_d_tests): New proc.
466
467 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
468
469         * gdb.btrace/delta.exp: Check reverse stepi.
470         * gdb.btrace/tailcall.exp: Update.  Add stepping tests.
471         * gdb.btrace/finish.exp: New.
472         * gdb.btrace/next.exp: New.
473         * gdb.btrace/nexti.exp: New.
474         * gdb.btrace/record_goto.c: Add comments.
475         * gdb.btrace/step.exp: New.
476         * gdb.btrace/stepi.exp: New.
477         * gdb.btrace/multi-thread-step.c: New.
478         * gdb.btrace/multi-thread-step.exp: New.
479         * gdb.btrace/rn-dl-bind.c: New.
480         * gdb.btrace/rn-dl-bind.exp: New.
481         * gdb.btrace/data.c: New.
482         * gdb.btrace/data.exp: New.
483         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
484
485 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
486
487         * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
488         * gdb.btrace/exception.exp: Update.
489         * gdb.btrace/instruction_history.exp: Update.
490         * gdb.btrace/record_goto.exp: Update.
491         * gdb.btrace/tailcall.exp: Update.
492         * gdb.btrace/unknown_functions.exp: Update.
493         * gdb.btrace/delta.exp: New.
494
495 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
496
497         * gdb.btrace/record_goto.exp: Add backtrace test.
498         * gdb.btrace/tailcall.exp: Add backtrace test.
499
500 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
501
502         * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
503         * gdb.btrace/record_goto.c: New.
504         * gdb.btrace/record_goto.exp: New.
505         * gdb.btrace/x86-record_goto.S: New.
506
507 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
508
509         * gdb.btrace/function_call_history.exp: Update tests.
510         * gdb.btrace/instruction_history.exp: Update tests.
511
512 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
513
514         * gdb.btrace/function_call_history.exp: Fix expected field
515         order for "record function-call-history".
516         Add new tests for "record function-call-history /c".
517         * gdb.btrace/exception.cc: New.
518         * gdb.btrace/exception.exp: New.
519         * gdb.btrace/tailcall.exp: New.
520         * gdb.btrace/x86-tailcall.S: New.
521         * gdb.btrace/x86-tailcall.c: New.
522         * gdb.btrace/unknown_functions.c: New.
523         * gdb.btrace/unknown_functions.exp: New.
524         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
525
526 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
527
528         * gdb.btrace/instruction_history.exp: Update.
529         * gdb.btrace/function_call_history.exp: Update.
530
531 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
532
533         * gdb.btrace/function_call_history.exp: Fix expected function
534         trace.
535         * gdb.btrace/instruction_history.exp: Initialize traced.
536         Remove traced_functions.
537
538 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
539
540         * gdb.btrace/function_call_history.exp: Update
541         * gdb.btrace/instruction_history.exp: Update.
542
543 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
544
545         * gdb.btrace/enable.exp: Update expected text.
546
547 2014-01-16  Omair Javaid  <Omair.Javaid@linaro.org>
548
549         * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
550         bytes.
551
552 2014-01-15  Maciej W. Rozycki  <macro@codesourcery.com>
553
554         * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
555
556 2014-01-15  Omair Javaid  <omair.javaid@linaro.org>
557
558         * lib/gdb.exp (supports_process_record): Return true for
559         arm*-linux*.  (supports_reverse): Likewise.
560
561 2014-01-13  Siva Chandra Reddy  <sivachandra@google.com>
562
563         PR python/15464
564         PR python/16113
565         * gdb.python/py-type.c: Enhance test case.
566         * gdb.python/py-value-cc.cc: Likewise
567         * gdb.python/py-type.exp: Add new tests.
568         * gdb.python/py-value-cc.exp: Likewise
569
570 2014-01-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
571             Pedro Alves <palves@redhat.com>
572
573         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
574         Make "name" extern.
575         * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
576         references to ${name}_start by references to ${name}.
577
578 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
579
580         * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
581
582 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
583
584         * gdb.python/py-pp-integral.exp: Remove path from "source" test.
585
586 2014-01-09  Maciej W. Rozycki  <macro@codesourcery.com>
587             Pedro Alves  <palves@redhat.com>
588
589         * gdb.mi/mi-info-os.exp: Connect to the target with
590         mi_gdb_target_load.
591
592 2014-01-08  Pedro Alves  <palves@redhat.com>
593
594         * gdb.threads/reconnect-signal.c: New file.
595         * gdb.threads/reconnect-signal.exp: New file.
596
597 2014-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
598
599         * gdb.base/source-dir.exp: New file.
600
601 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
602
603         * gdb.ada/mi_interface: New testcase.
604
605 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
606
607         * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
608         gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
609         gdb.ada/pp-rec-component/pck.ads: New files.
610
611 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
612
613         * gdb.python/py-pp-integral.c: New file.
614         * gdb.python/py-pp-integral.py: New file.
615         * gdb.python/py-pp-integral.exp: New file.
616
617 2013-12-19  Sergio Durigan Junior  <sergiodj@redhat.com>
618
619         PR breakpoints/16297
620         * gdb.base/catch-syscall.c (read_syscall, pipe_syscall)
621         (write_syscall): New variables.
622         (main): Create a pipe, write 1 byte in it, and read 1 byte from
623         it.
624         * gdb.base/catch-syscall.exp (all_syscalls): Include "pipe,
625         "write" and "read" syscalls.
626         (fill_all_syscalls_numbers): Improve the way to obtain syscalls
627         numbers.
628
629 2013-12-19  Keven Boell  <keven.boell@intel.com>
630
631         * gdb.fortran/module.exp: Completion matches fortran module
632         names as well. ptype/whatis on modules return a proper type.
633         Add new check for having the correct scope.
634
635 2013-12-19  Keven Boell  <keven.boell@intel.com>
636
637         * gdb.fortran/type.f90: New file.
638         * gdb.fortran/whatis_type.f90: New file.
639
640 2013-12-18  Sergio Durigan Junior  <sergiodj@redhat.com>
641
642         * gdb.base/catch-syscall.c: Include <sys/syscall.h>.
643         (close_syscall, chroot_syscall, exit_group_syscall): New
644         variables.
645         * gdb.base/catch-syscall.exp: Replace gdb_compile by
646         prepare_for_testing.  Call fill_all_syscalls_numbers before
647         starting.  Replace gdb_exit, gdb_start, gdb_reinitialize_dir and
648         gdb_load by clean_restart.
649         (check_info_bp_any_syscall, check_info_bp_specific_syscall)
650         (check_info_bp_many_syscalls): Remove global gdb_prompt.
651         (check_call_to_syscall): Likewise.  Add global decimal.  Improve
652         testing regex.
653         (check_return_from_syscall): Likewise.
654         (check_continue, insert_catch_syscall_with_arg): Remove global
655         gdb_prompt.
656         (insert_catch_syscall_with_many_args): Likewise.  Add global
657         decimal.  Fix $filter_str.  Improve testing regex.
658         (check_for_program_end): Remove global gdb_prompt.
659         (test_catch_syscall_without_args): Likewise.  Add global decimal.
660         Improve testing regex.
661         (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
662         (test_catch_syscall_with_wrong_args)
663         (test_catch_syscall_restarting_inferior)
664         (test_catch_syscall_fail_nodatadir): Remove global gdb_prompt.
665         (do_syscall_tests): Likewise.  Remove global srcdir.
666         (test_catch_syscall_without_args_noxml): Remove global gdb_prompt.
667         Add global last_syscall_number.  Test for the exact syscall number
668         to be caught.
669         (test_catch_syscall_with_args_noxml): Remove global gdb_prompt.
670         Add global all_syscalls_numbers.  Test each syscall number to be
671         caught, instead of only testing "close".
672         (test_catch_syscall_with_wrong_args_noxml): Remove global gdb_prompt.
673         (do_syscall_tests_without_xml): Likewise.  Remove global srcdir.
674         Remove stale comment.
675         (fill_all_syscalls_numbers): Add global last_syscall_number.  Fill
676         the correct syscall numbers using information from the inferior.
677
678 2013-12-17  Pedro Alves  <palves@redhat.com>
679
680         * gdb.trace/circ.exp: Expect frame info to be printed when
681         switching between frames with unavailable stack, but different
682         functions.
683
684 2013-12-17  Andrew Burgess  <aburgess@broadcom.com>
685
686         * gdb.trace/unavailable-dwarf-piece.c: New file.
687         * gdb.trace/unavailable-dwarf-piece.exp: New file.
688
689 2013-12-15  Yao Qi  <yao@codesourcery.com>
690
691         * gdb.perf/skip-prologue.c: New.
692         * gdb.perf/skip-prologue.exp: New.
693         * gdb.perf/skip-prologue.py: New.
694
695 2013-12-13  Joel Brobecker  <brobecker@adacore.com>
696
697         * gdb.ada/arraydim: New testcase.
698
699 2013-12-12  Siva Chandra Reddy  <sivachandra@google.com>
700
701         PR python/16113
702         * gdb.python/py-value-cc.cc: Improve test case.
703         * gdb.python/py-value-cc.exp: Add new tests to test usage of
704         gdb.Field objects as subscripts on gdb.Value objects.
705
706 2013-12-10  Doug Evans  <dje@google.com>
707
708         PR 16286
709         * gdb.python/py-value.c: #include stdlib.h, string.h.
710         (str): New struct.
711         (main): New local xstr.
712         * gdb.python/py-value.exp (test_value_in_inferior): Add test to
713         fetch a value as a string with a length beyond the declared length
714         of the array.
715
716 2013-12-10  Andrew Burgess  <aburgess@broadcom.com>
717
718         * lib/gdb.exp (gdb_compile_shlib): Add call to get_compiler_info,
719         update comment.
720
721 2013-12-10  Joel Brobecker  <brobecker@adacore.com>
722
723         * gdb.ada/int_deref.exp: Add test verifying that we print
724         the decoded symbol name when printing the address of Ada
725         symbols.
726
727 2013-12-10  Joel Brobecker  <brobecker@adacore.com>
728
729         * gdb.mi/mi-start.exp: Add test verifying that -list-features
730         contains "exec-run-start-option".
731
732 2013-12-08  Yao Qi  <yao@codesourcery.com>
733
734         * lib/gdb.exp (support_complex_tests): Use gdb_produce_source.
735         (is_elf_target, is_ilp32_target, is_ilp64_target): Likewise.
736         (is_64_target, is_amd64_regs_target): Likewise.
737         (skip_altivec_tests, skip_vsx_tests, skip_btrace_tests): Likewise.
738
739 2013-12-07  Mike Frysinger  <vapier@gentoo.org>
740
741         * gdb.ada/uninitialized_vars/parse_controlled.ads: Remove +x file mode.
742         * gdb.base/testenv.c: Likewise.
743
744 2013-12-07  Mike Frysinger  <vapier@gentoo.org>
745
746         * gdb.hp/gdb.base-hp/so-thresh.sh: Change /bin/ksh to /bin/sh.
747         * gdb.hp/gdb.objdbg/tools/symaddr: Likewise.
748         * gdb.hp/gdb.objdbg/tools/symaddr.pa64: Likewise.
749
750 2013-12-06  Pedro Alves  <palves@redhat.com>
751
752         * gdb.dwarf2/dw2-undefined-ret-addr.S: New file.
753         * gdb.dwarf2/dw2-undefined-ret-addr.c: New file.
754         * gdb.dwarf2/dw2-undefined-ret-addr.exp: New file.
755
756 2013-12-06  Doug Evans  <dje@google.com>
757
758         * gdb.base/break.exp: Fix setting of $baz.
759
760 2013-12-06  Andrew Burgess  <aburgess@broadcom.com>
761
762         * lib/dwarf.exp: (Dwarf::_location): Handle DW_OP_bit_piece and
763         DW_OP_plus_uconst.
764
765 2013-12-06  Keven Boell  <keven.boell@intel.com>
766
767         * lib/mi-support.exp (mi_list_varobj_children_range): Add
768         call to mi_list_array_varobj_children_with_index.
769         (mi_list_array_varobj_children_with_index): New function.
770         Add parameter to specify array start.
771
772 2013-12-03  Jose E. Marchesi  <jose.marchesi@oracle.com>
773
774         * gdb.base/sigall.exp (test_one_sig): gdb identifies SIGLOST as a
775         SIGPWR in sparc64.
776
777         * gdb.base/sigall.c (main): In some targets SIGLOST and SIGPWR
778         have the same signal number.  Handle this situation.
779
780 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
781
782         * gdb.ada/dot_all: New testcase.
783
784 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
785
786         * gdb.mi/mi-undefined-cmd.exp: New testcase.
787
788 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
789
790         * gdb.mi/mi-i-cmd.exp: New file.
791
792 2013-12-02  Doug Evans  <dje@google.com>
793
794         * gdb.dwarf/dwp-symlink.c: Fake out gdb to not load debug info
795         at start.
796         * gdb.dwarf/dwp-symlink.exp: Test trying to load dwp when the binary
797         has been specified with a relative path and we have chdir'd before
798         accessing the debug info.
799
800 2013-11-28  Andrew Burgess  <aburgess@broadcom.com>
801
802         * gdb.trace/unavailable.exp (gdb_collect_args_test): Update
803         expected results.
804         (gdb_collect_locals_test): Likewise.
805         (gdb_collect_globals_test): Likewise.
806
807 2013-11-28  Yao Qi  <yao@codesourcery.com>
808
809         * lib/gdb.exp (with_gdb_prompt): New proc.
810         * gdb.perf/disassemble.exp: New.
811         * gdb.perf/disassemble.py: New.
812
813 2013-11-26  Luis Machado  <lgustavo@codesourcery.com>
814
815         * gdb.base/callfuncs.c (main): Assign malloc's return value
816         and free it afterwards.
817         * gdb.base/charset-malloc.c (malloc_stub): Likewise.
818         * gdb.base/printcmds.c (main): Likewise.
819         * gdb.base/randomize.c (main): Free "p" and change breakpoint
820         marker position.
821         * gdb.base/setvar.c (dummy): Assign malloc's return value
822         and free it afterwards.
823
824 2013-11-26  Andrew Burgess  <aburgess@broadcom.com>
825
826         * gdb.base/setshow.exp: Add $gdb_prompt to the patterns in
827         gdb_test_multiple.
828
829 2013-11-26  Tom Tromey  <tromey@redhat.com>
830
831         * gdb.dwarf2/dw2-unspecified-ret-addr.S: Remove.
832         * gdb.dwarf2/dw2-unspecified-ret-addr.c: Remove.
833         * gdb.dwarf2/dw2-unspecified-ret-addr.exp: Remove.
834
835 2013-11-25  Keith Seitz  <keiths@redhat.com>
836
837         PR c++/14819
838         * gdb.cp/impl-this.cc: New file.
839         * gdb.cp/impl-this.exp: New file.
840
841 2013-11-25  Yao Qi  <yao@codesourcery.com>
842
843         * gdb.perf/backtrace.c: New.
844         * gdb.perf/backtrace.exp: New.
845         * gdb.perf/backtrace.py: New.
846
847 2013-11-24  Yao Qi  <yao@codesourcery.com>
848
849         * gdb.perf/single-step.c: New.
850         * gdb.perf/single-step.exp: New.
851         * gdb.perf/single-step.py: New.
852
853 2013-11-23  Doug Evans  <xdje42@gmail.com>
854
855         * gdb.base/ena-dis-br.exp: Add missing quote to "step after continue
856         with ignore count".
857
858 2013-11-23  Doug Evans  <xdje42@gmail.com>
859
860         * gdb.python/py-value.exp (test_lazy_strings): Tweak test names.
861         (test_subscript_regression): Ditto.
862         (top level): Run test_subscript_regression for c++ with "c++" prefix.
863
864 2013-11-23  Doug Evans  <xdje42@gmail.com>
865
866         * gdb.python/py-type.exp (test_enums): Fix typo.
867
868 2013-11-23  Doug Evans  <xdje42@gmail.com>
869
870         * gdb.python/py-symbol.exp: Add some comments.  Make all test names
871         unique.
872
873 2013-11-23  Doug Evans  <xdje42@gmail.com>
874
875         * gdb.python/py-symbol.exp: Fix whitespace.
876
877 2013-11-23  Doug Evans  <xdje42@gmail.com>
878
879         * gdb.python/python.exp: Don't call skip_python_tests, we still want
880         to test some things in the case where python is not configured in.
881
882 2013-11-22  Pedro Alves  <palves@redhat.com>
883
884         * gdb.dwarf2/dw2-bad-cfi.S: Rename to ...
885         * gdb.dwarf2/dw2-unspecified-ret-addr.S: ... this.  Adjust.
886         * gdb.dwarf2/dw2-bad-cfi.c: Rename to ...
887         * gdb.dwarf2/dw2-unspecified-ret-addr.c: ... this.
888         * gdb.dwarf2/dw2-bad-cfi.exp: Rename to ...
889         * gdb.dwarf2/dw2-unspecified-ret-addr.exp: ... this.
890
891 2013-11-22  Tom Tromey  <tromey@redhat.com>
892
893         * gdb.dwarf2/dw2-bad-cfi.S: Update comment.
894
895 2013-11-22  Tom Tromey  <tromey@redhat.com>
896
897         * gdb.dwarf2/dw2-bad-cfi.c: New file.
898         * gdb.dwarf2/dw2-bad-cfi.exp: New file.
899         * gdb.dwarf2/dw2-bad-cfi.S: New file.
900
901 2013-11-22  Pedro Alves  <palves@redhat.com>
902
903         PR 16155
904         * gdb.dwarf2/dw2-dup-frame.S: New file.
905         * gdb.dwarf2/dw2-dup-frame.c: New file.
906         * gdb.dwarf2/dw2-dup-frame.exp: New file.
907
908 2013-11-22  Yao Qi  <yao@codesourcery.com>
909
910         * lib/mi-support.exp (mi_create_dynamic_varobj): Update
911         comment and add one more argument "has_more".
912         * gdb.python/py-mi.exp: Callers update.
913
914 2013-11-22  Yao Qi  <yao@codesourcery.com>
915
916         * gdb.python/py-mi.exp: Use mi_create_floating_varobj instead
917         of mi_create_dynamic_varobj.
918
919 2013-11-20  Pedro Alves  <palves@redhat.com>
920
921         * gdb.base/maint.exp (maint print objfiles): Consume one line at a
922         time, and run it through all three milestone regexes.
923
924 2013-11-20  Sanimir Agovic  <sanimir.agovic@intel.com>
925
926         * gdb.base/eval-avoid-side-effects.exp: New file.
927
928 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
929
930         * gdb.arch/i386-mpx.c: New file
931         * gdb.arch/i386-mpx.exp: New file.
932
933 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
934
935         * gdb.python/py-pp-maint.exp: Consider new pretty-print added 
936         for bnd registers.
937
938 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
939
940         * gdb.xml/maint_print_struct.xml (bitfield): Added bitfield having
941         start and end equal 0.
942
943 2013-11-19  Yao Qi  <yao@codesourcery.com>
944
945         * lib/mi-support.exp (mi_child_regexp): Remove 'whatever'.
946         (mi_list_varobj_children_range): Likewise.
947
948 2013-11-19  Yao Qi  <yao@codesourcery.com>
949
950         * lib/mi-support.exp (mi_child_regexp): Remove unnecessary '\'.
951
952 2013-11-19  Yao Qi  <yao@codesourcery.com>
953
954         * lib/mi-support.exp: Fix format.
955
956 2013-11-19  Joel Brobecker  <brobecker@adacore.com>
957
958         * gdb.ada/py_range: New testcase.
959
960 2013-11-18  Joel Brobecker  <brobecker@adacore.com>
961
962         * mi-language.exp: Add "-list-features" test verifying that
963         its output contains "language-option".
964
965 2013-11-16  Joel Brobecker  <brobecker@adacore.com>
966
967         * info_exc/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
968         * info_exc/foo.adb: Adjust to new exception name.
969         * info_exc.exp: Adjust after exception renaming in const.ads.
970         Update "info exception global" test to test "info exceptions
971         global_gdb" instead.
972
973         * mi_exc_info/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
974         * mi_exc_info/foo.adb (Adjust to new exception name.
975         * mi_exc_info.exp: Adjust after exception renaming in const.ads.
976         Update "-info-ada-exceptions global" test to test
977         "-info-ada-exceptions global_gdb" instead.
978
979 2013-11-15  Luis Machado  <lgustavo@codesourcery.com>
980
981         * lib/mi-support.exp (mi_gdb_test): Expect different formats
982         of inferior output for remote and native sessions.
983         * gdb.mi/mi-console.exp: Remove obsolete comment.
984         Check for semihosted inferior output pattern.
985         (semihosted_string): New function.
986
987 2013-11-15  Joel Brobecker  <brobecker@adacore.com>
988
989         * gdb.ada/info_exc.exp: Allow other global exceptions to be
990         listed in the output of "info exceptions".
991         * gdb.ada/mi_exc_info.exp: Allow other global exceptions to be
992         listed in the output of "-info-ada-exceptions".
993
994 2013-11-15  Joel Brobecker  <brobecker@adacore.com>
995
996         * gdb.ada/info_exc.exp: Start inferior before starting
997         the "info exceptions" tests.
998         * gdb.ada/mi_exc_info.exp: Start inferior before starting
999         the "-info-ada-exceptions" tests.
1000
1001 2013-11-15  Tom Tromey  <tromey@redhat.com>
1002
1003         * gdb.cp/includefile: New file.
1004         * gdb.cp/filename.exp: New file.
1005         * gdb.cp/filename.cc: New file.
1006
1007 2013-11-15  Doug Evans  <xdje42@gmail.com>
1008
1009         * gdb.python/py-breakpoint.exp: Make tests have unique names.
1010
1011 2013-11-15  Doug Evans  <xdje42@gmail.com>
1012
1013         * gdb.python/py-breakpoint.exp: Reformat for 80 columns.
1014
1015 2013-11-15  Doug Evans  <xdje42@gmail.com>
1016
1017         * gdb.python/py-breakpoint.exp: Split up into several functions,
1018         each with their own test prefix.
1019
1020 2013-11-15  Joel Brobecker  <brobecker@adacore.com>
1021
1022         * gdb.ada/O2_float_param: New testcase.
1023
1024 2013-11-14  Tom Tromey  <tromey@redhat.com>
1025
1026         * Makefile.in (check-parallel): Print summary from gdb.sum.
1027
1028 2013-11-14  Omair Javaid  <Omair.Javaid@linaro.org>
1029
1030         * gdb.dwarf2/dw2-case-insensitive-debug.S: Updated compile unit
1031         and function label names.
1032         * gdb.dwarf2/dw2-case-insensitive.c: Created function and
1033         compile unit labels.
1034
1035 2013-11-14  Joel Brobecker  <brobecker@adacore.com>
1036
1037         * gdb.mi/mi-language.exp: New file.
1038
1039 2013-09-17  Keith Seitz  <keiths@redhat.com>
1040
1041         PR c++/7935
1042         PR c++/10541
1043         * gdb.cp/nsalias.exp: New file.
1044         * gdb.cp/nsalias.cc: New file.
1045         * gdb.cp/nsrecurs.exp: Remove kfails. Conditionally run
1046         tests only on known, working compiler versions.
1047
1048 2013-11-13  Tom Tromey  <tromey@redhat.com>
1049
1050         * gdb.multi/multi-arch-exec.exp: Define BASEDIR when compiling.
1051         * gdb.multi/multi-arch-exec.c (main): Use BASEDIR.
1052
1053 2013-11-12  Doug Evans  <dje@google.com>
1054
1055         * gdb.base/fileio.exp: Make $dir2 writable after the test is done
1056         so that "rm -rf $builddir" Just Works.
1057
1058 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
1059
1060         * gdb.ada/mi_exc_info: New testcase.
1061
1062 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
1063
1064         * gdb.ada/info_exc: New testcase.
1065
1066 2013-11-11  Doug Evans  <dje@google.com>
1067
1068         * gdb.arch/arm-bl-branch-dest.exp: Use gdb_test_file_name instead
1069         of testfile.
1070
1071 2013-11-11  Phil Muldoon  <pmuldoon@redhat.com>
1072
1073         * gdb.python/py-linetable.S: New file.
1074         * gdb.python/py-linetable.c: New file.
1075         * gdb.python/py-linetable.exp: New file.
1076
1077 2013-11-11  Joel Brobecker  <brobecker@adacore.com>
1078
1079         * gdb.ada/mi_ex_cond: New testcase.
1080
1081 2013-11-07  Doug Evans  <dje@google.com>
1082
1083         PR 11786
1084         * gdb.base/gcore-relro-pie.c: New file.
1085         * gdb.base/gcore-relro-pie.exp: New file.
1086
1087 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
1088
1089         * gdb.python/py-cmd.exp: Add COMPLETE_EXPRESSION tests.
1090         * gdb.python/py-cmd.c: New File.
1091
1092 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
1093
1094         * gdb.python/py-breakpoint.exp: Add temporary breakpoint tests.
1095
1096 2013-11-06  Doug Evans  <xdje42@gmail.com>
1097
1098         * gdb.python/py-arch.exp: Tweak test name for bad memory access test.
1099
1100 2013-11-06  Yao Qi  <yao@codesourcery.com>
1101
1102         * lib/gdb.exp (gdb_produce_source): New procedure.
1103         * gdb.perf/solib.c: New.
1104         * gdb.perf/solib.exp: New.
1105         * gdb.perf/solib.py: New.
1106
1107 2013-11-06  Yao Qi  <yao@codesourcery.com>
1108
1109         * README: Mention performance tests.
1110
1111 2013-11-06  Yao Qi  <yao@codesourcery.com>
1112
1113         * lib/perftest.exp: New.
1114         * gdb.perf/lib/perftest/__init__.py: New.
1115         * gdb.perf/lib/perftest/measure.py: New.
1116         * gdb.perf/lib/perftest/perftest.py: New.
1117         * gdb.perf/lib/perftest/reporter.py: New.
1118         * gdb.perf/lib/perftest/testresult.py: New.
1119
1120 2013-11-06  Yao Qi  <yao@codesourcery.com>
1121
1122         * Makefile.in (check-perf): New target.
1123         * configure.ac (AC_OUTPUT): Output Makefile in gdb.perf.
1124         * configure: Re-generated.
1125         * gdb.perf/Makefile.in: New.
1126
1127 2013-11-04  Tom Tromey  <tromey@redhat.com>
1128
1129         * Makefile.in (TEST_DIRS): Remove.
1130         (TEST_TARGETS, check-parallel): Rewrite.
1131         (check-gdb.%, BASE1_FILES, BASE2_FILES, check-gdb.base%)
1132         (subdir_do, subdirs): Remove.
1133         (do-check-parallel, check/%): New targets.
1134         (clean): Remove outputs, temp, and cache directories.
1135         (saw_dash_j): New variable.
1136         (CHECK_TARGET): Use it.
1137         (check): Depend on all, site.exp.  Rewrite.
1138         (check-single): Remove dependencies.
1139         (slow_tests, all_tests, reordered_tests): New variables.
1140
1141 2013-11-04  Tom Tromey  <tromey@redhat.com>
1142
1143         * gdb.dwarf2/fission-base.S: Remove "gdb.dwarf/".
1144         * gdb.dwarf2/fission-base.exp: Set debug-file-directory
1145         before loading binfile.
1146         * gdb.dwarf2/fission-loclists.S: Remove "gdb.dwarf/".
1147         * gdb.dwarf2/fission-loclists.exp: Set debug-file-directory
1148         before loading binfile.
1149
1150 2013-11-04  Tom Tromey  <tromey@redhat.com>
1151
1152         * gdb.base/foll-exec.c (main): Use BASEDIR.
1153         * gdb.base/foll-exec.exp: Define BASEDIR during compilation.
1154         * gdb.base/foll-vfork.c (main): Use BASEDIR.
1155         * gdb.base/foll-vfork.exp: Define BASEDIR during compilation.
1156         * gdb.multi/bkpt-multi-exec.c (main): Use BASEDIR.
1157         * gdb.multi/bkpt-multi-exec.exp: Define BASEDIR during compilation.
1158
1159 2013-11-04  Tom Tromey  <tromey@redhat.com>
1160
1161         * gdb.base/argv0-symlink.exp: Compute executable's directory
1162         dynamically.
1163
1164 2013-11-04  Tom Tromey  <tromey@redhat.com>
1165
1166         * gdb.asm/asm-source.exp: Use standard_output_file.
1167
1168 2013-11-04  Tom Tromey  <tromey@redhat.com>
1169
1170         * gdb.server/file-transfer.exp: Use standard_output_file.
1171
1172 2013-11-04  Tom Tromey  <tromey@redhat.com>
1173
1174         * gdb.base/fullname.exp: Use standard_output_file,
1175         relative_filename.
1176         * gdb.base/hashline1.exp: Use standard_testfile,
1177         standard_output_file, relative_filename, clean_restart.
1178         * gdb.base/hashline2.exp: Use standard_testfile,
1179         standard_output_file.
1180         * gdb.base/hashline3.exp: Use standard_testfile,
1181         standard_output_file, relative_filename.
1182         * lib/gdb.exp (relative_filename): New proc.
1183
1184 2013-11-04  Tom Tromey  <tromey@redhat.com>
1185
1186         * gdb.base/fileio.c (test_open, test_write, test_read)
1187         (test_lseek, test_close, test_stat, test_fstat)
1188         (test_isatty, test_system, test_rename, test_unlink):
1189         Use OUTDIR define.
1190         * gdb.base/fileio.exp: Define OUTDIR during compilation.
1191         Use standard_output_file.
1192
1193 2013-11-04  Tom Tromey  <tromey@redhat.com>
1194
1195         * gdb.base/checkpoint.c (main): Use PI_TXT and COPY1_TXT
1196         defines.
1197         * gdb.base/checkpoint.exp: Define PI_TXT and COPY1_TXT during
1198         compilation.  Use prepare_for_testing, standard_output_file.
1199
1200 2013-11-04  Tom Tromey  <tromey@redhat.com>
1201
1202         * gdb.base/advance.exp: Use standard_testfile and
1203         prepare_for_testing.
1204         * gdb.base/bigcore.exp: Use standard_output_file.  "cd" to
1205         appropriate directory when local.
1206         * gdb.base/dump.exp: Use standard_output_file.  Update all
1207         "dump" and "restore" filenames.
1208         * gdb.base/interact.exp: Use standard_output_file.
1209         * gdb.base/jit-so.exp: Don't download file when local.
1210         * gdb.base/jit.exp (compile_jit_test): Don't download file
1211         when local.
1212         * gdb.base/list.exp: Use gdb_remote_download.
1213         * gdb.base/maint.exp: Use standard_output_file.
1214         * gdb.base/prelink.exp: Use standard_output_file.
1215         * gdb.base/save-bp.exp: Use standard_output_file.
1216         * gdb.base/sepdebug.exp: Use standard_testfile,
1217         standard_output_file.
1218         (test_different_dir): Don't declare objdir.
1219         * gdb.base/solib-search.exp: Use standard_output_file.
1220         * gdb.base/step-line.exp: Use gdb_remote_download.
1221         * gdb.base/trace-commands.exp: Use standard_output_file.
1222
1223 2013-11-04  Tom Tromey  <tromey@redhat.com>
1224
1225         * gdb.trace/mi-traceframe-changed.exp: Pass -DTFILE_DIR
1226         to compilation.  Use standard_output_file.
1227         (test_tfind_tfile): Update.
1228         * gdb.trace/tfile.c (write_basic_trace_file)
1229         (write_error_trace_file): Use TFILE_DIR.
1230         * gdb.trace/tfile.exp: Pass -DTFILE_DIR to compilation.  Use
1231         standard_output_file.
1232
1233 2013-11-04  Tom Tromey  <tromey@redhat.com>
1234
1235         * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
1236         Use "dwarf2 always-disassemble" for the "maint set" test.
1237         * gdb.mi/mi-file-transfer.exp (test_file_transfer): Use
1238         standard_output_file.
1239         * gdb.mi/mi-logging.exp: Use standard_output_file.
1240
1241 2013-11-04  Tom Tromey  <tromey@redhat.com>
1242
1243         * gdb.xml/tdesc-arch.exp: Use standard_output_file.  Make
1244         downloads conditional on remote host.
1245         (set_arch): Likewise.
1246         * gdb.xml/tdesc-regs.exp: Use gdb_remote_download.
1247         (load_description): Use standard_output_file.
1248
1249 2013-11-04  Tom Tromey  <tromey@redhat.com>
1250
1251         * gdb.gdb/selftest.exp: Use standard_output_file.
1252         * lib/selftest-support.exp (do_self_tests): Use
1253         standard_output_file.
1254
1255 2013-11-04  Tom Tromey  <tromey@redhat.com>
1256
1257         * gdb.stabs/weird.exp: Use gdb_remote_download and
1258         standard_output_file.
1259
1260 2013-11-04  Tom Tromey  <tromey@redhat.com>
1261
1262         * gdb.base/gcore-buffer-overflow.exp: Use
1263         standard_output_file, not standard_testfile.
1264         * gdb.base/twice.exp: Use standard_testfile, not
1265         standard_output_file.  Use gdb_remote_download.
1266
1267 2013-11-04  Tom Tromey  <tromey@redhat.com>
1268
1269         * lib/gdb.exp (get_compiler_info): Use log_file -info and
1270         restore from that.
1271
1272 2013-11-02  Maciej W. Rozycki  <macro@codesourcery.com>
1273
1274         * gdb.cp/derivation.exp: s/perrro/perror/
1275
1276 2013-11-01  Maciej W. Rozycki  <macro@codesourcery.com>
1277
1278         * gdb.dwarf2/dwzbuildid.exp: Rename `outdir' variable to
1279         `debugdir'.
1280
1281 2013-10-31  Andrew Burgess  <aburgess@broadcom.com>
1282
1283         * gdb.base/watchpoint.exp (test_no_hw_watchpoints): Add additional
1284         tests and update expected error message.
1285         (test_watch_register_location): New tests.
1286         (do_tests): Call test_watch_register_location.
1287         * gdb.base/watchpoints.exp: Update expected error message.
1288
1289 2013-10-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1290
1291         * gdb.arch/s390-multiarch.exp (test_linux_v2): Add $gdb_prompt to
1292         the patterns in gdb_test_multiple.
1293
1294 2013-10-29  Nicolas Blanc  <nicolas.blanc@intel.com>
1295
1296         * gdb.base/sym-file-lib.c: New file.
1297         * gdb.base/sym-file-loader.c: New file.
1298         * gdb.base/sym-file-loader.h: New file.
1299         * gdb.base/sym-file-main.c: New file.
1300         * gdb.base/sym-file.exp: New file.
1301         * lib/gdb.exp (is_elf_target): New function.
1302
1303 2013-10-29  Pedro Alves  <palves@redhat.com>
1304
1305         * gdb.mi/mi-console.c, gdb.mi/mi-stack.c: Remove local emacs
1306         variable setting change-log-default-name to ChangeLog-mi.
1307
1308 2013-10-29  Andrew Burgess  <aburgess@broadcom.com>
1309
1310         * gdb.trace/unavailable.exp (gdb_unavailable_registers_test):
1311         Expect <unavailable> pattern.
1312
1313 2013-10-28  Tom de Vries  <tom@codesourcery.com>
1314
1315         * gdb.arch/thumb2-it.S (it_8): Fix typo.
1316
1317 2013-10-25  Anton Kolesov  <Anton.Kolesov@synopsys.com>  (tiny change)
1318
1319         * gdb.base/bang.exp: Use gdb_continue_to_end to properly support
1320         remote stubs where exit() behaviour is unreliable.
1321
1322 2013-10-25  Pedro Alves  <palves@redhat.com>
1323
1324         * gdb.cp/m-static.exp: Adjust expected output of printing a
1325         nonexistent or optimized out static field.  Also test printing the
1326         the "container" object.
1327
1328 2013-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
1329
1330         * lib/gdb.exp (gdb_finish): Send a kill request to `gdbserver'
1331         if in the persistent mode.
1332         * gdb.trace/disconnected-tracing.exp: Reconnect before completion.
1333
1334 2013-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
1335
1336         * lib/gdb.exp (gdb_gcore_cmd): Also handle a "Target does not
1337         support core file generation" reply.
1338
1339 2013-10-21  Jose E. Marchesi  <jose.marchesi@oracle.com>
1340
1341         PR gdb/15986
1342         * gdb.base/run.c (main): gdb_get_line_number tag added for
1343         commands.exp.
1344         (factorial): Likewise.
1345
1346         * gdb.base/commands.exp (watchpoint_command_test): Use
1347         gdb_get_line_number in order to determine the locations in run.c
1348         where local_var is detected to go out of scope.
1349
1350 2013-10-21  Jose E. Marchesi  <jose.marchesi@oracle.com>
1351
1352         * gdb.base/gnu_vector.exp: Care about endianness when casting
1353         scalars to vectors.
1354
1355 2013-10-18  Tom Tromey  <tromey@redhat.com>
1356
1357         * lib/gdb.exp (build_executable_from_specs): Remove duplicate set
1358         of "binfile".
1359
1360 2013-10-18  Andrew Burgess  <aburgess@broadcom.com>
1361
1362         * gdb.base/watchpoints.exp: Add test for setting software
1363         watchpoints of different types before starting the inferior.
1364
1365 2013-10-18  Pedro Alves  <palves@redhat.com>
1366
1367         PR gdb/16062
1368         * gdb.threads/stepi-random-signal.c: New file.
1369         * gdb.threads/stepi-random-signal.exp: New file.
1370
1371 2013-10-17  Maciej W. Rozycki  <macro@codesourcery.com>
1372
1373         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
1374         Fix comment typo.
1375         * lib/gdb.exp (gdb_init): Likewise.
1376
1377 2013-10-17  Tom Tromey  <tromey@redhat.com>
1378
1379         * gdb.base/printcmds.exp (test_printf): Test printf flushing.
1380
1381 2013-10-14  Tom Tromey  <tromey@redhat.com>
1382
1383         * gdb.dwarf2/dwzbuildid.exp (write_dwarf_file): Pass explicit test
1384         name to gdb_test_no_output.
1385
1386 2013-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1387
1388         Canonicalize directories for EXEC_FILENAME.
1389         * gdb.base/argv0-symlink.exp
1390         (kept file symbolic link name for info inferiors): New.
1391         (kept directory symbolic link name): Setup kfail.
1392         (kept directory symbolic link name for info inferiors): New.
1393
1394 2013-10-11  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1395
1396         * gdb.arch/s390-multiarch.exp: New file.
1397         * gdb.arch/s390-multiarch.c: New file.
1398
1399 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
1400
1401         * gdb.ada/mi_catch_ex.exp: Adjusts all "catch ..." tests to
1402         use the appropriate GDB/MI command instead, and verify
1403         the test output.
1404
1405 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
1406
1407         * gdb.base/source-nofile.gdb: New file.
1408         * gdb.base/source.exp: Add two tests verifying the behavior when
1409         the "source" command is given a non-existant filename.
1410
1411 2013-10-11  Yao Qi  <yao@codesourcery.com>
1412
1413         * gdb.mi/mi-catch-load.c: Remove the include of "dlfcn.h".
1414          [__WIN32__]: Include "windows.h" and define macro 'dlopen'
1415          and 'dlclose'.
1416         [!__WIN32__]: Include "dlfcn.h".
1417         * gdb.mi/mi-catch-load.exp: Set up kfail.
1418
1419 2013-10-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1420
1421         * lib/gdb.exp (gdb_core_cmd): Replace fixed string "re-load
1422         generated corefile" by argument "$test".
1423
1424 2013-10-09  Pedro Alves  <palves@redhat.com>
1425
1426         * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust expected
1427         output.
1428
1429 2013-10-09  Pedro Alves  <palves@redhat.com>
1430
1431         * gdb.base/catch-syscall.exp (test_catch_syscall_without_args)
1432         (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
1433         (test_catch_syscall_with_wrong_args)
1434         (test_catch_syscall_restarting_inferior)
1435         (test_catch_syscall_fail_nodatadir)
1436         (test_catch_syscall_without_args_noxml)
1437         (test_catch_syscall_with_args_noxml)
1438         (test_catch_syscall_with_wrong_args_noxml): Use with_test_prefix.
1439
1440 2013-10-08  Tom Tromey  <tromey@redhat.com>
1441
1442         * gdb.dwarf2/dwzbuildid.exp: New file.
1443         * lib/dwarf.exp (Dwarf::_section): Add "flags" and "type"
1444         parameters.
1445         (Dwarf::_defer_output): Change "section" parameter to
1446         "section_spec"; update.
1447         (Dwarf::gnu_debugaltlink, Dwarf::_note, Dwarf::build_id): New
1448         procs.
1449
1450 2013-10-08  Joel Brobecker  <brobecker@adacore.com>
1451
1452         * gdb.ada/mi_catch_ex.exp: Make "mi_execute_to" test names unique.
1453
1454 2013-10-07  Tom Tromey  <tromey@redhat.com>
1455
1456         * lib/mi-support.exp (varobj_tree::walk_tree): Set _root_idx
1457         to 0.
1458
1459 2013-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
1460
1461         * gdb.base/corefile.exp: Test whether $_exitsignal is set and
1462         $_exitcode is void when opening a corefile.
1463         * gdb.base/exitsignal.exp: New file.
1464         * gdb.base/segv.c: Likewise.
1465         * gdb.base/normal.c: Likewise.
1466
1467 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
1468
1469         * gdb.mi/mi-start.c, gdb.mi/mi-start.exp: New files.
1470
1471 2013-10-02  Vidya Praveen  <vidyapraveen@arm.com>
1472
1473         * gdb.trace/entry-values.exp: Modify regular expression to scan for
1474         'bl' instruction instead of 'call' for ARM and AArch64 targets.
1475
1476 2013-10-02  Pedro Alves  <palves@redhat.com>
1477
1478         * gdb.dwarf2/dw2-reg-undefined.exp <pattern_rax_rbx_rcx_print,
1479         pattern_rax_rbx_rcx_info>: Set to "<not saved>".
1480         * gdb.mi/mi-reg-undefined.exp (opt_out_pattern): Delete.
1481         (not_saved_pattern): New.
1482         Replace use of the former with the latter.
1483
1484 2013-10-02  Pedro Alves  <palves@redhat.com>
1485
1486         * README (Board Settings): Document "exit_is_reliable".
1487         * lib/gdb.exp (gdb_continue_to_end): Check whether the board says
1488         running to exit reliably reports program exits.
1489         * boards/native-gdbserver.exp: Set exit_is_reliable in the board
1490         info.
1491         * boards/native-stdio-gdbserver.exp: Likewise.
1492
1493 2013-10-01  Doug Evans  <dje@google.com>
1494
1495         * gdb.python/python.exp: Remove redundant print-stack tests.
1496         Make all print-stack test names unique.  Fix spelling of print-stack.
1497
1498 2013-09-29  Yao Qi  <yao@codesourcery.com>
1499
1500         * gdb.base/shreloc.exp: Set $msymfile to 'shreloc.txt' if host
1501         is remote.
1502
1503 2013-09-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1504
1505         PR shlibs/8882
1506         * gdb.base/corefile.exp: Add a check to assure warning-free
1507         core-file load.
1508
1509 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1510
1511         * gdb.dwarf2/dwp-symlink.c: New file.
1512         * gdb.dwarf2/dwp-symlink.exp: New file.
1513
1514 2013-09-20  Doug Evans  <dje@google.com>
1515
1516         * lib/dwarf.exp (build_executable_from_fission_assembler): New proc.
1517         * gdb.dwarf2/fission-base.S: Update.  Split out .dwo into separate
1518         file.
1519         * gdb.dwarf2/fission-loclists.S: Ditto.
1520         * gdb.dwarf2/fission-reread.S: Ditto.
1521         * gdb.dwarf2/fission-base.exp: Skip of remote host.  Compile with
1522         build_executable_from_fission_assembler.
1523         * gdb.dwarf2/fission-loclists.exp: Ditto.
1524         * gdb.dwarf2/fission-reread.exp: Ditto.
1525
1526         * lib/future.exp (gdb_find_objcopy, gdb_find_readelf): New procs.
1527         * lib/gdb.exp (build_id_debug_filename_get): Update to use them.
1528         (gdb_gnu_strip_debug): Ditto.
1529         * lib/prelink-support.exp (section_get, prelink_no): Ditto.
1530         * gdb.arch/altivec-abi.exp: Ditto.
1531         * gdb.base/attach-pie-misread.exp: Ditto.
1532         * gdb.base/comprdebug.exp: Ditto.
1533         * gdb.base/dup-sect.exp: Ditto.
1534         * gdb.base/gnu-debugdata.exp: Ditto.
1535         * gdb.base/step-symless.exp: Ditto.
1536         * gdb.dwarf2/dw2-inline-param.exp: Ditto.
1537         * gdb.dwarf2/dw2-skip-prologue.exp: Ditto.
1538         * gdb.dwarf2/gdb-index.exp: Ditto.
1539
1540 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
1541
1542         * gdb.dwarf2/dw2-reg-undefined.exp: Change pattern for info
1543         register to "<optimized out>", and also print the registers.
1544
1545 2013-09-18  Pedro Alves  <palves@redhat.com>
1546
1547         PR server/15967
1548         * gdb.server/wrapper.exp: Also return unsupported for Cygwin, and
1549         change text.
1550
1551 2013-09-18  Yao Qi  <yao@codesourcery.com>
1552
1553         * gdb.server/wrapper.c: New.
1554         * gdb.server/wrapper.exp: New.
1555
1556 2013-09-17  Muhammad Waqas  <mwaqas@codesourccery.com>
1557             Jan Kratochvil  <jan.kartochvil@redhat.com>
1558             Pedro Alves  <palves@redhat.com>
1559
1560         PR gdb/11568
1561         * gdb.thread/thread-specific-bp.c: New file.
1562         * gdb.thread/thread-specific-bp.exp: New file.
1563
1564 2013-09-17  Sergio Durigan Junior  <sergiodj@redhat.com>
1565
1566         * gdb.base/defaults.exp (<show_conv_list>): Add check for $_isvoid
1567         convenience function.
1568
1569 2013-09-17  Pedro Alves  <palves@redhat.com>
1570
1571         PR gdb/15911
1572         * gdb.threads/info-threads-cur-sal-2.c: New file.
1573         * gdb.threads/info-threads-cur-sal.c: New file.
1574         * gdb.threads/info-threads-cur-sal.exp: New file.
1575
1576 2013-09-17  Yao Qi  <yao@codesourcery.com>
1577
1578         * gdb.base/catch-load.c: Remove the include of "dlfcn.h".
1579          [__WIN32__]: Include "windows.h" and define macro dlopen
1580          and dlclose.
1581         [!__WIN32__]: Include "dlfcn.h".
1582         * gdb.base/catch-load.exp (one_catch_load_test): Match
1583         directory separator.
1584
1585 2013-09-16  Doug Evans  <dje@google.com>
1586
1587         * lib/gdb.exp (using_fission): New proc.
1588         * gdb.base/info-macros.exp: Skip test if using Fission.
1589
1590         * gdb.base/break-interp.exp: Fix indentation.
1591
1592 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
1593
1594         * gdb.base/gdbvars.c (foo_void): New function.
1595         (foo_int): Likewise.
1596         * gdb.base/gdbvars.exp (test_convenience_functions): New
1597         function.  Call it.
1598
1599 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1600
1601         * gdb.arch/s390-tdbregs.c: New file.
1602         * gdb.arch/s390-tdbregs.exp: New file.
1603
1604 2013-09-12  Stan Shebs  <stan@codesourcery.com>
1605
1606         * README: New file.
1607
1608 2013-09-12  Doug Evans  <dje@google.com>
1609
1610         * gdb.python/py-events.py (new_objfile_handler): Remove accidentally
1611         added code to print event.inferior.
1612
1613 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1614
1615         * gdb.base/gnu-debugdata.exp (objcopy 1): Move it lower and use only
1616         debug part of the binary.
1617
1618 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1619
1620         * gdb.base/gnu-debugdata.exp (strip): Add -R .comment.
1621         (addlink): Add comment.
1622
1623 2013-09-10  Sanimir Agovic  <sanimir.agovic@intel.com>
1624
1625         * gdb.base/default.exp: Adjust regexpr for 'cd' to match optional
1626         canonical pathname.
1627
1628 2013-09-04  Doug Evans  <dje@google.com>
1629
1630         * gdb.python/py-events.py (exit_handler): Verify we get the expected
1631         event.
1632         (continue_handler, new_objfile_handler): Ditto.
1633         (test_events): Rename command to "test-events".
1634         (test_newobj_events): Rename command to "test-objfile-events".
1635         * gdb.python/py-events.exp: Update.
1636         * gdb.python/py-evsignal.exp: Update.
1637         * gdb.python/py-evthreads.exp: Update.
1638
1639         * gdb.base/enumval.c (ZERO): New enum value.
1640         (main): Use it
1641         * gdb.base/enumval.exp: Test ability to print ZERO.
1642
1643 2013-09-03  Muhammad Bilal  <mbilal@codesourcery.com>
1644             Pedro Alves  <palves@redhat.com>
1645
1646         * gdb.base/relocate.exp: Check that invalid options are
1647         rejected.
1648
1649 2013-08-30  Andrew Burgess  <aburgess@broadcom.com>
1650
1651         * gdb.base/code_elim1.c (my_bss_symbol): New variable added.
1652         (my_static_symbol): Add comment.
1653         (main): Reference my_bss_symbol.
1654
1655 2013-08-30  Phil Muldoon  <pmuldoon@redhat.com>
1656
1657         * gdb.python/py-arch.exp: Tests for invalid architecture.
1658
1659 2013-08-29  Sterling Augustine  <saugustine@google.com>
1660
1661         * boards/remote-stdio-gdbserver.exp: Set rcp_prog and
1662         rsh_prog in new conditional.  Move use of REMOTE_PORTNUM into
1663         said conditional.
1664
1665 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
1666
1667         * gdb.python/py-arch.exp: Load gdb-python.exp.
1668
1669 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
1670
1671         * gdb.python/py-framefilter.py (FrameFilter.filter): Check
1672         itertools for imap attribute.  Otherwise use map().
1673         (ElidingIterator): Define wrapper function __next__.
1674         * gdb.python/py-framefilter-mi.exp: Do not use execfile,
1675         use exec (open (read ())) instead.
1676         * gdb.python/py-framefilter.exp: Ditto.
1677         * gdb.python/py-arch.exp: Update print based test to Python 3.x
1678         compliance.
1679         * gdb.python/py-frame.exp: Ditto.
1680         * gdb.python/py-type.exp: Ditto.
1681
1682 2013-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1683
1684         PR gdb/15415
1685         * gdb.base/argv0-symlink.c: New file.
1686         * gdb.base/argv0-symlink.exp: New file.
1687
1688 2013-08-28  Tom Tromey  <tromey@redhat.com>
1689
1690         * gdb.dwarf2/gdb-index.exp (add_gdb_index): Use explicit test name
1691         when saving index.
1692
1693 2013-08-27  Yao Qi  <yao@codesourcery.com>
1694
1695         * gdb.trace/entry-values.exp: Test unavailable entry value is
1696         not shown when option '--skip-unavailable' is specified.
1697         * gdb.trace/mi-trace-unavailable.exp (test_trace_unavailable):
1698         Add tests for new option '--skip-unavailable'.
1699
1700 2013-08-27  Yao Qi  <yao@codesourcery.com>
1701
1702         * lib/gdb.exp (gdb_remote_download): Don't pass $tofile to
1703         remote_download if it is empty.
1704
1705 2013-08-26  Doug Evans  <dje@google.com>
1706
1707         PR symtab/15885
1708         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add gdb-index.
1709         (clean): rm -f *.gdb-index *.with-index.
1710         * gdb.dwarf2/gdb-index.exp: New testcase.
1711
1712         * lib/gdb.exp (run_on_host): Moved here from gnu-debugdata.exp.
1713         * gdb.base/gnu-debugdata.exp (run): Moved to gdb.exp and renamed to
1714         run_on_host.  All callers updated.
1715
1716 2013-08-24  Yao Qi  <yao@codesourcery.com>
1717
1718         * gdb.trace/entry-values.c (end): New
1719         (main): Call end.
1720         * gdb.trace/entry-values.exp: Load trace-support.exp.  Set
1721         tracepoint and collect data.  Test entry value is unavailable.
1722
1723 2013-08-24  Yao Qi  <yao@codesourcery.com>
1724
1725         * lib/dwarf.exp (_location): Handle DW_OP_deref_size.
1726         * gdb.trace/entry-values.c: New.
1727         * gdb.trace/entry-values.exp: New.
1728
1729 2013-07-12  Muhammad Waqas  <mwaqas@codesourccery.com>
1730
1731         PR gdb/15501
1732         * gdb.base/ena-dis-br.exp: Add test to verify
1733         enable/disable commands work correctly with
1734         multiple arguments that include multiple locations.
1735
1736 2013-08-22  Samuel Bronson  <naesten@gmail.com>
1737
1738         ARM Linux support for `catch syscall'.
1739         * gdb.base/catch-syscall.exp: Test this on ARM now.
1740         (fill_all_syscalls_numbers): ARM has close/chroot on 6/61, too.
1741
1742 2013-08-22  Tom Tromey  <tromey@redhat.com>
1743
1744         * lib/dwarf.exp (cu, tu): Handle addr_size of "default".  Change
1745         default addr_size.
1746         * lib/gdb.exp (is_64_target): New gdb_caching_proc.
1747
1748 2013-08-22  Tom Tromey  <tromey@redhat.com>
1749
1750         * lib/gdb.exp (skip_btrace_tests): Use gdb_caching_proc and
1751         standard_temp_file.
1752
1753 2013-08-22  Tom Tromey  <tromey@redhat.com>
1754
1755         * gdb.arch/amd64-byte.exp: Use standard_testfile,
1756         clean_restart.
1757         * gdb.arch/amd64-disp-step.exp: Use standard_testfile.
1758         * gdb.arch/amd64-dword.exp: Use standard_testfile,
1759         clean_restart.
1760         * gdb.arch/amd64-entry-value-param.exp: Use standard_testfile.
1761         * gdb.arch/amd64-entry-value.exp: Use standard_testfile.
1762         * gdb.arch/amd64-prologue-xmm.exp: Use standard_testfile.
1763         * gdb.arch/amd64-word.exp: Use standard_testfile,
1764         clean_restart.
1765         * gdb.arch/i386-avx.exp: Use standard_testfile, clean_restart.
1766         * gdb.arch/i386-byte.exp: Use standard_testfile, clean_restart.
1767         * gdb.arch/i386-disp-step.exp: Use standard_testfile.
1768         * gdb.arch/i386-dr3-watch.exp: Use standard_testfile.
1769         * gdb.arch/i386-permbkpt.exp: Use standard_testfile, clean_restart.
1770         * gdb.arch/i386-signal.exp: Use standard_testfile.
1771         * gdb.arch/i386-size-overlap.exp: Use standard_testfile, clean_restart.
1772         * gdb.arch/i386-sse.exp: Use standard_testfile, clean_restart.
1773         * gdb.arch/i386-unwind.exp: Use standard_testfile.
1774         * gdb.arch/i386-word.exp: Use standard_testfile, clean_restart.
1775
1776 2013-08-22  Tom Tromey  <tromey@redhat.com>
1777
1778         * gdb.python/py-error.exp: Use gdb_remote_download.
1779         * gdb.python/py-mi.exp: Use gdb_remote_download.
1780         * gdb.python/py-objfile-script.exp: Use standard_output_file.
1781         * gdb.python/py-prettyprint.exp: Use gdb_remote_download.
1782         (run_lang_tests): Likewise.
1783         * gdb.python/py-section-script.c: Use SCRIPT_FILE rather than
1784         filename.
1785         * gdb.python/py-section-script.exp: Set SCRIPT_FILE when
1786         compiling.  Use gdb_remote_download.  Update some tests.
1787         * gdb.python/py-strfns.exp (test_strfns_core_file): Use
1788         standard_output_file.
1789         * gdb.python/py-typeprint.exp: Use gdb_remote_download.
1790         * gdb.python/py-frame-args.exp: Use gdb_remote_download.
1791         * gdb.python/py-framefilter-mi.exp: Use gdb_remote_download.
1792         * gdb.python/py-framefilter.exp: Use gdb_remote_download,
1793         standard_output_file.
1794
1795 2013-08-22  Tom Tromey  <tromey@redhat.com>
1796
1797        * lib/cell.exp (skip_cell_tests): Use standard_temp_file.
1798
1799 2013-08-22  Tom Tromey  <tromey@redhat.com>
1800
1801         * gdb.dwarf2/dw2-basic.exp: Use gdb_remote_download.
1802         * gdb.dwarf2/dw2-compressed.exp: Use gdb_remote_download.
1803         * gdb.dwarf2/dw2-intercu.exp: Use gdb_remote_download.
1804         * gdb.dwarf2/dw2-intermix.exp: Use gdb_remote_download.
1805         * gdb.dwarf2/dw2-producer.exp: Use gdb_remote_download.
1806         * gdb.dwarf2/mac-fileno.exp: Use gdb_remote_download.
1807         * lib/gdb.exp (gdb_remote_download): New proc.
1808
1809 2013-08-22  Tom Tromey  <tromey@redhat.com>
1810
1811         * gdb.dwarf2/clztest.exp: Use standard_testfile.
1812         * gdb.dwarf2/dw2-minsym-in-cu.exp: Use standard_testfile.
1813         * gdb.dwarf2/fission-base.S: Remove directory from
1814         DW_AT_GNU_dwo_name.
1815         * gdb.dwarf2/fission-base.exp: Use build_executable.  Set
1816         debug-file-directory.
1817         * gdb.dwarf2/fission-reread.S: Remove directory from
1818         DW_AT_GNU_dwo_name.
1819         * gdb.dwarf2/fission-reread.exp: Use build_executable.  Set
1820         debug-file-directory.
1821
1822 2013-08-16  Doug Evans  <dje@google.com>
1823
1824         * lib/prelink-support.exp (prelink_yes): Flag test as unsupported if
1825         prelink complains about an unhandled DWARF version.
1826
1827 2013-08-14  Cary Coutant  <ccoutant@google.com>
1828
1829         * boards/fission.exp: Add -fdebug-types-section to debug_flags.
1830
1831 2013-08-13  Tom Tromey  <tromey@redhat.com>
1832             Yao Qi  <yao@codesourcery.com>
1833
1834         * lib/cache.exp (gdb_do_cache): Handle GDB_PARALLEL.
1835         * lib/gdb.exp: Handle GDB_PARALLEL.
1836         (default_gdb_version): Kill inotify_pid if it exists.
1837         (default_gdb_exit): Emit warning if the inotify log is not
1838         empty.
1839         (standard_output_file): Respect GDB_PARALLEL.
1840         (standard_temp_file): Likewise.
1841         (gdb_init): Start inotifywait if requested.
1842
1843 2013-08-13  Andrew Burgess  <aburgess@broadcom.com>
1844
1845         * gdb.base/printcmds.exp (test_printf): Add test for printf of
1846         pointer with various flags.
1847
1848 2013-08-13  Tom Tromey  <tromey@redhat.com>
1849
1850         * lib/cache.exp: New file.
1851         * lib/cell.exp (skip_cell_tests): Use gdb_caching_proc.
1852         * lib/gdb.exp: Load cache.exp.
1853         (support_complex_tests, is_ilp32_target, is_lp64_target)
1854         (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests)
1855         (gdb_skip_xml_test): Use gdb_caching_proc.
1856         * lib/opencl.exp (skip_opencl_tests): Use gdb_caching_proc.
1857
1858 2013-08-13  Tom Tromey  <tromey@redhat.com>
1859
1860         * lib/gdb.exp (standard_temp_file): New proc.
1861         (support_complex_tests, is_ilp32_target, is_lp64_target)
1862         (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests): Use
1863         standard_temp_file.
1864
1865 2013-08-13  Tom Tromey  <tromey@redhat.com>
1866
1867         * lib/gdb.exp (build_id_debug_filename_get): Use
1868         standard_output_file.
1869         * lib/prelink-support.exp (section_get)
1870         (build_executable_own_libs): Use standard_output_file.
1871
1872 2013-08-12  Tom Tromey  <tromey@redhat.com>
1873
1874         * Makefile.in (ALL_SUBDIRS): Add gdb.go.
1875
1876 2013-08-12  Ali Anwar  <alianwar@codesourcery.com>
1877
1878         * gdb.base/break.exp: Test break via convenience variable
1879         with file name.
1880
1881 2013-08-09  Doug Evans  <dje@google.com>
1882
1883         * lib/future.exp (gdb_find_ldd): New proc.
1884         * lib/prelink-support.exp (build_executable_own_libs): Call it.
1885         Make "/usr/sbin/" in prelink path optional.
1886
1887 2013-08-09  Yao Qi  <yao@codesourcery.com>
1888
1889         * gdb.trace/collection.exp (gdb_collect_args_test): Set
1890         "only" and "both" to 'print entry-values' before selecting
1891         trace frame.
1892
1893 2013-08-08  Yao Qi  <yao@codesourcery.com>
1894
1895         * gdb.trace/mi-trace-unavailable.exp: Don't set
1896         "print entry-values" to "no".
1897         (test_trace_unavailable): Set various values to
1898         "print entry-values" to test that the output of
1899         '-stack-list-locals' is not affected, and then set
1900         set "print entry-values" to "no".
1901
1902 2013-08-07  Doug Evans  <dje@google.com>
1903
1904         * gdb.python/py-value-cc.cc: Renamed from py-value.cc.
1905         * gdb.python/py-value-cc.exp: Update.
1906         * gdb.python/py-value.exp: Use different names for .o files for
1907         C and C++.  Only perform C++ tests if !skip_cplus_tests.
1908
1909 2013-08-07  Tom Tromey  <tromey@redhat.com>
1910
1911         * gdb.base/maint.exp: Allow zero symtabs to be expanded.
1912
1913 2013-08-07  Tom Tromey  <tromey@redhat.com>
1914
1915         * gdb.dwarf2/dwz.exp: New file.
1916
1917 2013-08-02  Tom Tromey  <tromey@redhat.com>
1918
1919         * gdb.base/watchpoint.c (struct foo5): New.
1920         (nullptr): New global.
1921         * gdb.base/watchpoint.exp (test_watch_location): Add test.
1922
1923 2013-08-01  Doug Evans  <dje@google.com>
1924
1925         PR symtab/15691
1926         * gdb.dwarf2/fission-mix.exp: New file.
1927         * gdb.dwarf2/fission-mix.h: New file.
1928         * gdb.dwarf2/fission-mix.c: New file.
1929         * gdb.dwarf2/fission-mix2.c: New file.
1930
1931         PR symtab/15695
1932         * gdb.base/func-ptr.exp: New file.
1933         * gdb.base/func-ptr.c: New file.
1934
1935 2013-08-01  Yao Qi  <yao@codesourcery.com>
1936
1937         * gdb.python/py-sync-interp.c: New.
1938         * gdb.python/py-sync-interp.exp: New.
1939
1940 2013-07-31  Yao Qi  <yao@codesourcery.com>
1941
1942         * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Test command
1943         'tdump' on stack frame 0 and 1 respectively.
1944
1945 2013-07-31  Yao Qi  <yao@codesourcery.com>
1946
1947         PR gdb/13443
1948         * gdb.trace/backtrace.exp (gdb_backtrace_tdp_3): Add parameter
1949         'traceframe'.  Wrap test with with_test_prefix.
1950         (top level): Update.
1951
1952 2013-07-31  Yao Qi  <yao@codesourcery.com>
1953
1954         * gdb.trace/backtrace.exp: Don't invoke 'get_exit' and
1955         'gdb_start'.
1956         Invoke 'prepare_for_testing' instead of 'gdb_compile'.
1957         Use gdb_test_no_output to issue commands 'tstart' and 'tstop'.
1958
1959 2013-07-30  Andrew Burgess  <aburgess@broadcom.com>
1960
1961         * gdb.dwarf2/pieces-optimized-out.exp: Expect "<optimized out>"
1962         when printing an optimized out value.  Expect an error when using
1963         an optimized out value in an expression.
1964
1965 2013-07-30  Andrew Burgess  <aburgess@broadcom.com>
1966
1967         * gdb.dwarf2/pieces-optimized-out.exp: New file.
1968         * gdb.dwarf2/pieces-optimized-out.c: New file.
1969         * gdb.dwarf2/pieces-optimized-out.S: New file.
1970
1971 2013-07-30  Muhammad Bilal  <mbilal@codesourcery.com>
1972
1973         PR gdb/15715
1974         * gdb.base/setshow.exp: Test that relative paths passed to
1975         'set history filename' are converted to absolute paths.
1976
1977 2013-07-26  Keith Seitz  <keiths@redhat.com>
1978
1979         * gdb.mi/mi-var-child-f.exp: Pass f90 to gdb_compile instead
1980         of f77.
1981         Allow for compiler variations of integer types.
1982         Use mi_create_varobj.
1983         Use mi_list_varobj_children for the immediate children of `array'.
1984         Add "has_more" attribute for grandchildren test.
1985
1986 2013-07-26  Pedro Alves  <palves@redhat.com>
1987
1988         * gdb.base/interrupt-noterm.c, gdb.base/interrupt-noterm.exp: New
1989         files.
1990
1991 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
1992
1993         * gdb.mi/mi-reg-undefined.exp: New file.
1994         * gdb.mi/mi-reg-undefined.c: Likewise.
1995         * gdb.mi/mi-reg-undefined.S: Likewise.
1996
1997 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
1998
1999         * gdb.base/printcmds.exp (test_print_int_arrays): Add tests for x,
2000         z, o, and t output formats.
2001         * gdb.base/display.exp: Use 'k' as an undefined format now that
2002         'z' is defined.
2003
2004 2013-07-24  Doug Evans  <dje@google.com>
2005
2006         * boards/native-stdio-gdbserver.exp (${board}_build_remote_cmd): Pass
2007         "--" to switch.
2008
2009 2013-07-24  Yao Qi  <yao@codesourcery.com>
2010
2011         * gdb.mi/mi-var-cmd.exp: If host is remote, use ${testfile} on
2012         host.
2013         * gdb.mi/mi-basics.exp (test_exec_and_symbol_mi_operatons):
2014         Likewise.  If host is remote, copy ${binfile} to host.
2015
2016 2013-07-23  Yao Qi  <yao@codesourcery.com>
2017
2018         * gdb.mi/mi-var-cmd.exp: Adjust pattern to match current error
2019         message.
2020
2021 2013-07-19  Omair Javaid  <Omair.Javaid@linaro.org>
2022
2023         * gdb.base/disp-step-syscall.exp: Add svc and swi syscall
2024         instructions and enable disp-step-syscall for arm targets.
2025
2026 2013-07-19  Omair Javaid  <Omair.Javaid@linaro.org>
2027
2028         * gdb.dwarf2/fission-reread.S: Replace @ sign with % sign to remove
2029         assembler errors on arm.
2030         * gdb.dwarf2/mac-fileno.S: Likewise.
2031         * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
2032         * gdb.dwarf2/pr13961.S: Likewise.
2033
2034 2013-07-19  Hui Zhu  <hui@codesourcery.com>
2035
2036         PR gdb/15692
2037         * gdb.mi/mi-dprintf.exp: Add double quotes test.
2038
2039 2013-07-19  Yao Qi  <yao@codesourcery.com>
2040
2041         * gdb.trace/read-memory.exp (test_from_remote): Update test.
2042         (teset_from_exec): Likewise.
2043
2044 2013-07-19  Yao Qi  <yao@codesourcery.com>
2045
2046         * gdb.trace/read-memory.c: New.
2047         * gdb.trace/read-memory.exp: New.
2048
2049 2013-07-19  Yao Qi  <yao@codesourcery.com>
2050
2051         * lib/gdb.exp (gdb_compile_shlib): Pass the tail name of
2052         $dest to link options if host is remote.  Move the
2053         generated file to $dest.a on host if host is remote.
2054
2055 2013-07-18  Will Newton  <will.newton@linaro.org>
2056
2057         * gdb.threads/tls-nodebug.c: Call pthread_testcancel
2058         to ensure the test is linked against pthreads.
2059         * gdb.threads/tls-var-main.c: Likewise.
2060         * gdb.threads/tls-shared.c: Likewise.
2061
2062 2013-07-18  Yao Qi  <yao@codesourcery.com>
2063
2064         * lib/future.exp (gdb_default_target_compile): Use tail name
2065         of $destfile as the output name of compile.  Move the
2066         generated file to $destfile on build.
2067
2068 2013-07-18  Yao Qi  <yao@codesourcery.com>
2069
2070         * lib/gdb.exp (gdb_compile): Set
2071         gdb_saved_set_unbuffered_mode_obj to
2072         set_unbuffered_mode_saved.o if host is remote.  Invoke
2073         remote_download to copy $unbuf_obj to host.
2074
2075 2013-07-17  Doug Evans  <dje@google.com>
2076
2077         * gdb.python/py-frame-args.c: New file.
2078         * gdb.python/py-frame-args.py: New file.
2079         * gdb.python/py-frame-args.exp New file.
2080
2081 2013-07-16  Andrew Burgess  <aburgess@broadcom.com>
2082
2083         * gdb.base/printcmds.exp (test_printf): Add tests for format
2084         strings with missing format specifier.
2085
2086 2013-07-16  Tom Tromey  <tromey@redhat.com>
2087
2088         * gdb.ada/info_types.exp: Use standard_testfile.
2089
2090 2013-07-16  Tom Tromey  <tromey@redhat.com>
2091
2092         * gdb.mi/mi-basics.exp: Use standard_output_file.
2093         (test_dir_specification, test_cwd_specification)
2094         (test_path_specification): Use testsubdir, not subdir and objdir.
2095
2096 2013-07-16  Tom Tromey  <tromey@redhat.com>
2097
2098         * gdb.trace/mi-traceframe-changed.exp: Don't use objdir.
2099
2100 2013-07-09  Joel Brobecker  <brobecker@adacore.com>
2101
2102         * gdb.ada/small_reg_param.exp: Accept optional entry value
2103         for parameter "w".
2104
2105 2013-07-09  Joel Brobecker  <brobecker@adacore.com>
2106
2107         * gdb.ada/small_reg_param.exp: Remove trailing space.
2108
2109 2013-07-09  Doug Evans  <dje@google.com>
2110
2111         * gdb.base/default.exp: Update expected output of "show print array"
2112         and "show print pretty".
2113
2114 2013-07-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2115
2116         * gdb.threads/wp-replication.exp: Stop counting available hardware
2117         watchpoints after NR_THREADS iterations.
2118
2119 2013-07-08  Andrew Burgess  <aburgess@broadcom.com>
2120
2121         * gdb.python/py-explore.exp: Add $gdb_prompt to test regexp.
2122
2123 2013-07-07  Yao Qi  <yao@codesourcery.com>
2124
2125         * boards/native-gdbserver.exp: Move invoke of
2126         process_multilib_options to gdbserver-base.exp.
2127         Move set_board_info 'compiler', 'gdb,noinferiorio',
2128         'gdb,nofileio', 'gdb_server_prog' and 'gdb,predefined_tsv' to
2129         gdbserver-base.exp.
2130         Move proc ${board}_download, ${board}_upload and
2131         ${board}_file to gdbserver-base.exp.
2132         * boards/native-extended-gdbserver.exp: Likewise.
2133         * boards/native-stdio-gdbserver.exp: Likewise.
2134         * boards/gdbserver-base.exp: New file.
2135
2136 2013-07-05  Luis Machado  <lgustavo@codesourcery.com>
2137
2138         * gdb.base/dump.exp: Remove arch-specific tests and do a
2139         generic data address check to set is64bitonly correctly.
2140
2141 2013-07-05  Luis Machado  <lgustavo@codesourcery.com>
2142
2143         * gdb.mi/gdb2549.exp (register_tests): Expect any decimal for
2144         the register number instead of expecting only 0.
2145
2146 2013-07-05  Will Newton  <will.newton@linaro.org>
2147
2148         * gdb.base/gnu-ifunc-lib.c: Use %function instead of @function
2149         in asm syntax to allow building on ARM.
2150
2151 2013-07-05  Yao Qi  <yao@codesourcery.com>
2152
2153         * boards/local-remote-host.exp: Remove obsolete comments.
2154         * boards/native-extended-gdbserver.exp: Likewise.
2155         * boards/native-gdbserver.exp: Likewise.
2156         * boards/native-stdio-gdbserver.exp: Likewise.
2157
2158 2013-07-04  Andrew Burgess  <aburgess@broadcom.com>
2159
2160         * gdb.dwarf2/dw2-reg-undefined.exp: New file.
2161         * gdb.dwarf2/dw2-reg-undefined.c: Likewise.
2162         * gdb.dwarf2/dw2-reg-undefined.S: Likewise.
2163
2164 2013-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2165
2166         * gdb.base/break-on-linker-gcd-function.exp: Replace
2167         prepare_for_testing by build_executable_from_specs and clean_restart.
2168
2169 2013-06-27  Tom Tromey  <tromey@redhat.com>
2170
2171         * gdb.base/testenv.exp, gdb.base/tui-layout.exp,
2172         gdb.base/twice.exp, gdb.base/type-opaque.exp, gdb.base/unload.exp,
2173         gdb.base/unwindonsignal.exp, gdb.base/valgrind-db-attach.exp,
2174         gdb.base/valgrind-infcall.exp, gdb.base/value-double-free.exp,
2175         gdb.base/varargs.exp, gdb.base/watch-cond-infcall.exp,
2176         gdb.base/watch-cond.exp, gdb.base/watch-non-mem.exp,
2177         gdb.base/watch-read.exp, gdb.base/watch-vfork.exp,
2178         gdb.base/watch_thread_num.exp, gdb.base/watchpoint-cond-gone.exp,
2179         gdb.base/watchpoint-delete.exp, gdb.base/watchpoint-hw.exp,
2180         gdb.base/watchpoint-solib.exp, gdb.base/watchpoint.exp,
2181         gdb.base/watchpoints.exp, gdb.base/wchar.exp, gdb.base/whatis.exp:
2182         Use standard_testfile, standard_output_file, prepare_for_testing,
2183         clean_restart.
2184
2185 2013-06-27  Tom Tromey  <tromey@redhat.com>
2186
2187         * gdb.base/save-bp.exp, gdb.base/savedregs.exp,
2188         gdb.base/scope.exp, gdb.base/sep.exp, gdb.base/sepsymtab.exp,
2189         gdb.base/set-lang-auto.exp, gdb.base/setshow.exp,
2190         gdb.base/setvar.exp, gdb.base/shlib-call.exp,
2191         gdb.base/shreloc.exp, gdb.base/sigall.exp,
2192         gdb.base/sigaltstack.exp, gdb.base/sigbpt.exp,
2193         gdb.base/sigchld.exp, gdb.base/siginfo-addr.exp,
2194         gdb.base/siginfo-infcall.exp, gdb.base/siginfo-obj.exp,
2195         gdb.base/siginfo.exp, gdb.base/signals.exp, gdb.base/signest.exp,
2196         gdb.base/signull.exp, gdb.base/sigrepeat.exp,
2197         gdb.base/sigstep.exp, gdb.base/sizeof.exp,
2198         gdb.base/skip-solib.exp, gdb.base/so-impl-ld.exp,
2199         gdb.base/solib-display.exp, gdb.base/solib-nodir.exp,
2200         gdb.base/solib-overlap.exp, gdb.base/solib-symbol.exp,
2201         gdb.base/solib-weak.exp, gdb.base/source.exp,
2202         gdb.base/stack-checking.exp, gdb.base/stale-infcall.exp,
2203         gdb.base/stap-probe.exp, gdb.base/start.exp,
2204         gdb.base/step-break.exp, gdb.base/step-bt.exp,
2205         gdb.base/step-line.exp, gdb.base/step-resume-infcall.exp,
2206         gdb.base/step-test.exp, gdb.base/structs.exp,
2207         gdb.base/structs2.exp, gdb.base/structs3.exp,
2208         gdb.base/symbol-without-target_section.exp: Use standard_testfile,
2209         standard_output_file, prepare_for_testing, clean_restart.
2210
2211 2013-06-27  Tom Tromey  <tromey@redhat.com>
2212
2213         * gdb.base/nextoverexit.exp, gdb.base/nextoverexit.exp,
2214         gdb.base/nodebug.exp, gdb.base/nofield.exp, gdb.base/nostdlib.exp,
2215         gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/pc-fp.exp,
2216         gdb.base/pending.exp, gdb.base/permissions.exp,
2217         gdb.base/pie-execl.exp, gdb.base/pointers.exp,
2218         gdb.base/pr11022.exp, gdb.base/print-file-var.exp,
2219         gdb.base/printcmds.exp, gdb.base/prologue.exp,
2220         gdb.base/psymtab.exp, gdb.base/ptr-typedef.exp,
2221         gdb.base/ptype.exp, gdb.base/randomize.exp,
2222         gdb.base/readline-ask.exp, gdb.base/recpar.exp,
2223         gdb.base/recurse.exp, gdb.base/relativedebug.exp,
2224         gdb.base/relocate.exp, gdb.base/remote.exp, gdb.base/reread.exp,
2225         gdb.base/return-nodebug.exp, gdb.base/return2.exp: Use
2226         standard_testfile, standard_output_file, prepare_for_testing,
2227         clean_restart.
2228
2229 2013-06-27  Tom Tromey  <tromey@redhat.com>
2230
2231         * gdb.base/hook-stop-continue.exp, gdb.base/hook-stop-frame.exp,
2232         gdb.base/huge.exp, gdb.base/included.exp,
2233         gdb.base/inferior-died.exp, gdb.base/infnan.exp,
2234         gdb.base/info-fun.exp, gdb.base/info-macros.exp,
2235         gdb.base/info-os.exp, gdb.base/info-proc.exp,
2236         gdb.base/info-target.exp, gdb.base/infoline.exp,
2237         gdb.base/interp.exp, gdb.base/interrupt.exp,
2238         gdb.base/jit-simple.exp, gdb.base/jit-so.exp, gdb.base/jump.exp,
2239         gdb.base/kill-after-signal.exp, gdb.base/label.exp,
2240         gdb.base/langs.exp, gdb.base/lineinc.exp, gdb.base/list.exp,
2241         gdb.base/logical.exp, gdb.base/long_long.exp,
2242         gdb.base/longjmp.exp, gdb.base/macscp.exp, gdb.base/maint.exp,
2243         gdb.base/memattr.exp, gdb.base/mips_pro.exp,
2244         gdb.base/miscexprs.exp, gdb.base/morestack.exp,
2245         gdb.base/moribund-step.exp, gdb.base/multi-forks.exp: Use
2246         standard_testfile, standard_output_file, prepare_for_testing,
2247         clean_restart.
2248
2249 2013-06-27  Tom Tromey  <tromey@redhat.com>
2250
2251         * gdb.base/ena-dis-br.exp, gdb.base/enum_cond.exp,
2252         gdb.base/enumval.exp, gdb.base/environ.exp,
2253         gdb.base/eu-strip-infcall.exp, gdb.base/eval-skip.exp,
2254         gdb.base/exe-lock.exp, gdb.base/expand-psymtabs.exp,
2255         gdb.base/exprs.exp, gdb.base/fileio.exp, gdb.base/find.exp,
2256         gdb.base/fixsection.exp, gdb.base/foll-exec.exp,
2257         gdb.base/foll-fork.exp, gdb.base/fortran-sym-case.exp,
2258         gdb.base/frame-args.exp, gdb.base/freebpcmd.exp,
2259         gdb.base/fullname.exp, gdb.base/funcargs.exp,
2260         gdb.base/gcore-buffer-overflow.exp, gdb.base/gcore.exp,
2261         gdb.base/gdb1090.exp, gdb.base/gdb11530.exp,
2262         gdb.base/gdb11531.exp, gdb.base/gdb1250.exp, gdb.base/gdb1555.exp,
2263         gdb.base/gdb1821.exp, gdb.base/gdbindex-stabs.exp,
2264         gdb.base/gdbvars.exp, gdb.base/gnu-ifunc.exp,
2265         gdb.base/gnu_vector.exp: Use standard_testfile,
2266         standard_output_file, prepare_for_testing, clean_restart.
2267
2268 2013-06-27  Tom Tromey  <tromey@redhat.com>
2269
2270         * gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
2271         gdb.base/call-sc.exp, gdb.base/call-signal-resume.exp,
2272         gdb.base/call-strs.exp, gdb.base/callexit.exp,
2273         gdb.base/callfuncs.exp, gdb.base/catch-load.exp,
2274         gdb.base/catch-syscall.exp, gdb.base/charset.exp,
2275         gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
2276         gdb.base/code-expr.exp, gdb.base/code_elim.exp,
2277         gdb.base/commands.exp, gdb.base/completion.exp,
2278         gdb.base/complex.exp, gdb.base/cond-expr.exp,
2279         gdb.base/condbreak.exp, gdb.base/consecutive.exp,
2280         gdb.base/constvars.exp, gdb.base/corefile.exp,
2281         gdb.base/ctxobj.exp, gdb.base/cursal.exp, gdb.base/cvexpr.exp,
2282         gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
2283         gdb.base/del.exp, gdb.base/detach.exp, gdb.base/dfp-test.exp,
2284         gdb.base/display.exp, gdb.base/dmsym.exp, gdb.base/dump.exp,
2285         gdb.base/dup-sect.exp: Use standard_testfile,
2286         standard_output_file, prepare_for_testing, clean_restart.
2287
2288 2013-06-27  Tom Tromey  <tromey@redhat.com>
2289
2290         * gdb.base/a2-run.exp, gdb.base/all-bin.exp, gdb.base/annota1.exp,
2291         gdb.base/annota3.exp, gdb.base/anon.exp, gdb.base/args.exp,
2292         gdb.base/arithmet.exp, gdb.base/arrayidx.exp, gdb.base/assign.exp,
2293         gdb.base/async-shell.exp, gdb.base/async.exp,
2294         gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-noexec.exp,
2295         gdb.base/attach-twice.exp, gdb.base/attach.exp, gdb.base/auxv.exp,
2296         gdb.base/bang.exp, gdb.base/bfp-test.exp, gdb.base/bigcore.exp,
2297         gdb.base/bitfields.exp, gdb.base/bitfields2.exp,
2298         gdb.base/break-entry.exp, gdb.base/break-interp.exp,
2299         gdb.base/break-on-linker-gcd-function.exp,
2300         gdb.base/breakpoint-shadow.exp: Use standard_testfile,
2301         standard_output_file, prepare_for_testing, clean_restart.
2302
2303 2013-06-26  Yao Qi  <yao@codesourcery.com>
2304
2305         * gdb.trace/mi-trace-frame-collected.exp: New.
2306
2307 2013-06-25  Yao Qi  <yao@codesourcery.com>
2308
2309         * boards/native-extended-gdbserver.exp: Set board_info
2310         'gdb,predefined_tsv'.
2311         * boards/native-gdbserver.exp: Likewise.
2312         * boards/native-stdio-gdbserver.exp: Likewise.
2313         * gdb.server/ext-attach.exp: Load trace-support.exp.  Check
2314         uploaded TSVs if target supports tracing.
2315         * gdb.trace/tsv.exp: Check uploaded TSVs if target supports
2316         tracing and target has predefined tsv.
2317
2318 2013-06-25  Yao Qi  <yao@codesourcery.com>
2319             Hui Zhu  <hui@codesourcery.com>
2320             Pedro Alves  <palves@redhat.com>
2321
2322         PR breakpoints/15075
2323         PR breakpoints/15434
2324         * gdb.base/dprintf-next.c: New file.
2325         * gdb.base/dprintf-next.exp: New file.
2326         * gdb.base/dprintf-non-stop.c: New file.
2327         * gdb.base/dprintf-non-stop.exp: New file.
2328         * gdb.base/dprintf.exp: Don't check "continue" in the output
2329         of "info breakpoints".
2330         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
2331         Don't check "continue" in script field.
2332
2333 2013-06-21  Tom Tromey  <tromey@redhat.com>
2334
2335         * gdb.trace/actions.exp (check_tracepoint): Don't use a full file
2336         name in a test name.
2337
2338 2013-06-20  Yao Qi  <yao@codesourcery.com>
2339
2340         * gdb.trace/mi-trace-unavailable.exp: Set tracepoint on 'foo'
2341         and set an action.
2342         (test_trace_unavailable): Test command -data-list-register-values
2343         in the context of traceframe and with option --skip-unavailable.
2344         * gdb.trace/trace-unavailable.c (foo): New.
2345         (main): Call it.
2346         * gdb.mi/gdb2549.exp: Update matching pattern.
2347
2348 2013-06-19  Mike Frysinger  <vapier@gentoo.org>
2349
2350         * gdb.arch/i386-avx.c (have_avx): Change __get_cpuid call to i386_cpuid.
2351         * gdb.arch/i386-avx.exp (additional_flags): Add -I${srcdir}/../common.
2352         * gdb.arch/i386-cpuid.h: Moved to ../common/i386-gcc-cpuid.h.
2353         * gdb.arch/i386-sse.c: Call new i386_cpuid function.
2354         * gdb.arch/i386-see.exp (additional_flags): Add -I${srcdir}/../common.
2355
2356 2013-06-19  Luis Machado  <lgustavo@codesourcery.com>
2357
2358         * gdb.base/subst.exp: Delete default rules before further
2359         tests.
2360
2361 2013-06-19  Yao Qi  <yao@codesourcery.com>
2362
2363         * gdb.base/maint.exp: Make the test to command 'maint dump-me'
2364         unsupported if it is not registered.
2365
2366 2013-06-18  Tom Tromey  <tromey@redhat.com>
2367
2368         * gdb.base/random-signal.c: New file.
2369         * gdb.base/random-signal.exp: New file.
2370
2371 2013-06-18  Will Newton  <will.newton@linaro.org>
2372
2373         * gdb.base/skip.c: Use comma to evaluate results of foo()
2374         and bar() before passing to baz().
2375         * gdb.base/skip.c: baz() now takes one argument instead of
2376         two.
2377
2378 2013-06-18  Tom Tromey  <tromey@redhat.com>
2379
2380         * gdb.dwarf2/implptrpiece.exp: New file.
2381         * gdb.dwarf2/implptrconst.exp (d): New variable.
2382         Print d.
2383         * lib/dwarf2.exp (Dwarf::_location): Handle DW_OP_piece.
2384
2385 2013-06-18  Tom Tromey  <tromey@redhat.com>
2386
2387         * lib/selftest-support.exp (do_self_tests): Reject remote or
2388         non-native targets.
2389         * gdb.gdb/complaints.exp: Remove check.
2390         * gdb.gdb/observer.exp: Remove check.
2391         * gdb.gdb/xfullpath.exp: Remove check.
2392         * gdb.gdb/complaints.exp: Remove check.
2393
2394 2013-06-07  Pedro Alves  <palves@redhat.com>
2395
2396         * boards/native-extended-gdbserver.exp: Remove semicolon.
2397         * config/arm-ice.exp: Likewise.
2398         * config/bfin.exp: Likewise.
2399         * config/cygmon.exp: Likewise.
2400         * config/h8300.exp: Likewise.
2401         * config/monitor.exp: Likewise.
2402         * config/sid.exp: Likewise.
2403         * config/sim.exp: Likewise.
2404         * config/slite.exp: Likewise.
2405         * config/vx.exp: Likewise.
2406         * gdb.arch/i386-bp_permanent.exp: Likewise.
2407         * gdb.asm/asm-source.exp: Likewise.
2408         * gdb.base/args.exp: Likewise.
2409         * gdb.base/attach-pie-misread.exp: Likewise.
2410         * gdb.base/auxv.exp: Likewise.
2411         * gdb.base/bigcore.exp: Likewise.
2412         * gdb.base/bitfields2.exp: Likewise.
2413         * gdb.base/bitfields.exp: Likewise.
2414         * gdb.base/break.exp: Likewise.
2415         * gdb.base/break-interp.exp: Likewise.
2416         * gdb.base/callfuncs.exp: Likewise.
2417         * gdb.base/call-sc.exp: Likewise.
2418         * gdb.base/commands.exp: Likewise.
2419         * gdb.base/corefile.exp: Likewise.
2420         * gdb.base/dbx.exp: Likewise.
2421         * gdb.base/ending-run.exp: Likewise.
2422         * gdb.base/exprs.exp: Likewise.
2423         * gdb.base/funcargs.exp: Likewise.
2424         * gdb.base/hbreak2.exp: Likewise.
2425         * gdb.base/huge.exp: Likewise.
2426         * gdb.base/list.exp: Likewise.
2427         * gdb.base/memattr.exp: Likewise.
2428         * gdb.base/overlays.exp: Likewise.
2429         * gdb.base/printcmds.exp: Likewise.
2430         * gdb.base/recurse.exp: Likewise.
2431         * gdb.base/remotetimeout.exp: Likewise.
2432         * gdb.base/reread.exp: Likewise.
2433         * gdb.base/savedregs.exp: Likewise.
2434         * gdb.base/scope.exp: Likewise.
2435         * gdb.base/sepdebug.exp: Likewise.
2436         * gdb.base/setshow.exp: Likewise.
2437         * gdb.base/setvar.exp: Likewise.
2438         * gdb.base/sigaltstack.exp: Likewise.
2439         * gdb.base/siginfo-addr.exp: Likewise.
2440         * gdb.base/siginfo.exp: Likewise.
2441         * gdb.base/siginfo-obj.exp: Likewise.
2442         * gdb.base/sigrepeat.exp: Likewise.
2443         * gdb.base/sigstep.exp: Likewise.
2444         * gdb.base/structs.exp: Likewise.
2445         * gdb.base/testenv.exp: Likewise.
2446         * gdb.base/twice.exp: Likewise.
2447         * gdb.base/valgrind-db-attach.exp: Likewise.
2448         * gdb.base/valgrind-infcall.exp: Likewise.
2449         * gdb.base/varargs.exp: Likewise.
2450         * gdb.base/watchpoint.exp: Likewise.
2451         * gdb.cp/gdb1355.exp: Likewise.
2452         * gdb.cp/misc.exp: Likewise.
2453         * gdb.disasm/hppa.exp: Likewise.
2454         * gdb.disasm/t01_mov.exp: Likewise.
2455         * gdb.disasm/t02_mova.exp: Likewise.
2456         * gdb.disasm/t03_add.exp: Likewise.
2457         * gdb.disasm/t04_sub.exp: Likewise.
2458         * gdb.disasm/t05_cmp.exp: Likewise.
2459         * gdb.disasm/t06_ari2.exp: Likewise.
2460         * gdb.disasm/t07_ari3.exp: Likewise.
2461         * gdb.disasm/t08_or.exp: Likewise.
2462         * gdb.disasm/t09_xor.exp: Likewise.
2463         * gdb.disasm/t10_and.exp: Likewise.
2464         * gdb.disasm/t11_logs.exp: Likewise.
2465         * gdb.disasm/t12_bit.exp: Likewise.
2466         * gdb.disasm/t13_otr.exp: Likewise.
2467         * gdb.gdb/selftest.exp: Likewise.
2468         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2469         * gdb.mi/mi-reverse.exp: Likewise.
2470         * gdb.pascal/floats.exp: Likewise.
2471         * gdb.python/py-inferior.exp: Likewise.
2472         * gdb.threads/attach-into-signal.exp: Likewise.
2473         * gdb.threads/pthreads.exp: Likewise.
2474         * gdb.threads/thread_events.exp: Likewise.
2475         * gdb.threads/watchthreads.exp: Likewise.
2476         * gdb.trace/actions-changed.exp: Likewise.
2477         * gdb.trace/actions.exp: Likewise.
2478         * gdb.trace/ax.exp: Likewise.
2479         * gdb.trace/backtrace.exp: Likewise.
2480         * gdb.trace/change-loc.exp: Likewise.
2481         * gdb.trace/deltrace.exp: Likewise.
2482         * gdb.trace/disconnected-tracing.exp: Likewise.
2483         * gdb.trace/ftrace.exp: Likewise.
2484         * gdb.trace/infotrace.exp: Likewise.
2485         * gdb.trace/passc-dyn.exp: Likewise.
2486         * gdb.trace/passcount.exp: Likewise.
2487         * gdb.trace/pending.exp: Likewise.
2488         * gdb.trace/qtro.exp: Likewise.
2489         * gdb.trace/range-stepping.exp: Likewise.
2490         * gdb.trace/report.exp: Likewise.
2491         * gdb.trace/save-trace.exp: Likewise.
2492         * gdb.trace/status-stop.exp: Likewise.
2493         * gdb.trace/strace.exp: Likewise.
2494         * gdb.trace/tfile.exp: Likewise.
2495         * gdb.trace/tfind.exp: Likewise.
2496         * gdb.trace/trace-break.exp: Likewise.
2497         * gdb.trace/tracecmd.exp: Likewise.
2498         * gdb.trace/trace-mt.exp: Likewise.
2499         * gdb.trace/tspeed.exp: Likewise.
2500         * gdb.trace/tsv.exp: Likewise.
2501         * gdb.trace/while-stepping.exp: Likewise.
2502         * lib/gdb.exp: Likewise.
2503         * lib/gdbserver-support.exp: Likewise.
2504         * lib/java.exp: Likewise.
2505         * lib/mi-support.exp: Likewise.
2506         * lib/pascal.exp: Likewise.
2507         * lib/prompt.exp: Likewise.
2508         * lib/trace-support.exp: Likewise.
2509
2510 2013-06-07  Pedro Alves  <palves@redhat.com>
2511
2512         * gdb.ada/info_types.c: Fix formating in copyright header.
2513         * gdb.base/break-on-linker-gcd-function.cc: Likewise.
2514         * gdb.base/float.c: Likewise.
2515         * gdb.base/inferior-died.c: Likewise.
2516         * gdb.base/interp.c: Likewise.
2517         * gdb.base/jit-main.c: Likewise.
2518         * gdb.base/jit-solib.c: Likewise.
2519         * gdb.base/long_long.c: Likewise.
2520         * gdb.base/longjmp.c: Likewise.
2521         * gdb.base/nextoverexit.c: Likewise.
2522         * gdb.base/pr11022.c: Likewise.
2523         * gdb.base/prelink-lib.c: Likewise.
2524         * gdb.base/prelink.c: Likewise.
2525         * gdb.base/prologue.c: Likewise.
2526         * gdb.base/restore.c: Likewise.
2527         * gdb.base/sigchld.c: Likewise.
2528         * gdb.base/solib-search-lib1.c: Likewise.
2529         * gdb.base/solib-search-lib2.c: Likewise.
2530         * gdb.base/solib-search.c: Likewise.
2531         * gdb.base/solib-search.h: Likewise.
2532         * gdb.base/whatis.c: Likewise.
2533         * gdb.cp/abstract-origin.cc: Likewise.
2534         * gdb.cp/anon-struct.cc: Likewise.
2535         * gdb.cp/baseenum.cc: Likewise.
2536         * gdb.cp/bs15503.cc: Likewise.
2537         * gdb.cp/call-c-1.c: Likewise.
2538         * gdb.cp/call-c.cc: Likewise.
2539         * gdb.cp/class2.cc: Likewise.
2540         * gdb.cp/classes.cc: Likewise.
2541         * gdb.cp/cttiadd.cc: Likewise.
2542         * gdb.cp/cttiadd1.cc: Likewise.
2543         * gdb.cp/cttiadd2.cc: Likewise.
2544         * gdb.cp/cttiadd3.cc: Likewise.
2545         * gdb.cp/derivation.cc: Likewise.
2546         * gdb.cp/derivation2.cc: Likewise.
2547         * gdb.cp/dispcxx.cc: Likewise.
2548         * gdb.cp/exception.cc: Likewise.
2549         * gdb.cp/gdb2384-base.cc: Likewise.
2550         * gdb.cp/gdb2384-base.h: Likewise.
2551         * gdb.cp/gdb2384.cc: Likewise.
2552         * gdb.cp/gdb2495.cc: Likewise.
2553         * gdb.cp/mb-inline.h: Likewise.
2554         * gdb.cp/mb-inline1.cc: Likewise.
2555         * gdb.cp/mb-inline2.cc: Likewise.
2556         * gdb.cp/member-name.cc: Likewise.
2557         * gdb.cp/member-ptr.cc: Likewise.
2558         * gdb.cp/misc.cc: Likewise.
2559         * gdb.cp/namespace1.cc: Likewise.
2560         * gdb.cp/nextoverthrow.cc: Likewise.
2561         * gdb.cp/pr-574.cc: Likewise.
2562         * gdb.cp/pr9631.cc: Likewise.
2563         * gdb.cp/printmethod.cc: Likewise.
2564         * gdb.cp/psmang1.cc: Likewise.
2565         * gdb.cp/psmang2.cc: Likewise.
2566         * gdb.cp/psymtab-parameter.cc: Likewise.
2567         * gdb.cp/ptype-flags.cc: Likewise.
2568         * gdb.cp/ref-params.cc: Likewise.
2569         * gdb.cp/ref-types.cc: Likewise.
2570         * gdb.cp/smartp.cc: Likewise.
2571         * gdb.cp/try_catch.cc: Likewise.
2572         * gdb.cp/userdef.cc: Likewise.
2573         * gdb.cp/using-crash.cc: Likewise.
2574         * gdb.cp/virtfunc.cc: Likewise.
2575         * gdb.cp/virtfunc2.cc: Likewise.
2576         * gdb.dwarf2/callframecfa.S: Likewise.
2577         * gdb.dwarf2/dw2-ranges.c: Likewise.
2578         * gdb.dwarf2/dw2-ranges2.c: Likewise.
2579         * gdb.dwarf2/dw2-ranges3.c: Likewise.
2580         * gdb.dwarf2/dw2-restore.S: Likewise.
2581         * gdb.dwarf2/pieces.S: Likewise.
2582         * gdb.dwarf2/valop.S: Likewise.
2583         * gdb.java/jnpe.java: Likewise.
2584         * gdb.mi/mi-stepn.c: Likewise.
2585         * gdb.mi/mi-var-cp.cc: Likewise.
2586         * gdb.mi/mi-var-rtti.cc: Likewise.
2587         * gdb.mi/ns-stale-regcache.c: Likewise.
2588         * gdb.mi/pr11022.c: Likewise.
2589         * gdb.mi/solib-lib.c: Likewise.
2590         * gdb.mi/solib-main.c: Likewise.
2591         * gdb.python/py-arch.c: Likewise.
2592         * gdb.python/py-block.c: Likewise.
2593         * gdb.python/py-breakpoint.c: Likewise.
2594         * gdb.python/py-events.c: Likewise.
2595         * gdb.python/py-evthreads.c: Likewise.
2596         * gdb.python/py-explore.c: Likewise.
2597         * gdb.python/py-explore.cc: Likewise.
2598         * gdb.python/py-finish-breakpoint.c: Likewise.
2599         * gdb.python/py-finish-breakpoint2.cc: Likewise.
2600         * gdb.python/py-symbol.c: Likewise.
2601         * gdb.threads/execl.c: Likewise.
2602         * gdb.threads/execl1.c: Likewise.
2603
2604 2013-06-07  Will Newton  <will.newton@linaro.org>
2605
2606         * gdb.base/long_long.exp: Fix ARM EABI target glob.
2607
2608 2013-06-07  Will Newton  <will.newton@linaro.org>
2609
2610         * gdb.cp/annota2.exp: Add empty line between "post-prompt"
2611         and "starting".
2612
2613 2013-06-07  Will Newton  <will.newton@linaro.org>
2614
2615         * gdb.cp/anon-struct.exp: Conditionalize constructor and
2616         destructor prototypes for ARM ABI.
2617         * gdb.cp/m-static.exp: Likewise.
2618
2619 2013-06-07  Yao Qi  <yao@codesourcery.com>
2620
2621         * gdb.trace/mi-trace-unavailable.exp: New.
2622         * gdb.trace/trace-unavailable.c: New.
2623
2624 2013-06-06  Doug Evans  <dje@google.com>
2625
2626         * gdb.cp/derivation.exp: Make tests have unique names.
2627
2628 2013-06-06  Tom Tromey  <tromey@redhat.com>
2629
2630         * gdb.base/dump.exp (capture_value): Don't put expression into
2631         test name if arguments passed in.
2632         Rename a couple more tests to make them unique.
2633
2634 2013-06-06  Tom Tromey  <tromey@redhat.com>
2635
2636         * gdb.base/break-always.exp: Explicitly specify test name.
2637
2638 2013-06-05  Doug Evans  <dje@google.com>
2639             Keith Seitz  <keiths@redhat.com>
2640
2641         * gdb.cp/derivation2.cc: New file.
2642         * gdb.cp/derivation.cc (main): Call foo2.
2643         * gdb.cp/derivation.exp: Add tests for typedefs in another
2644         file, and when there's an active block.
2645
2646 2013-06-05  Luis Machado  <lgustavo@codesourcery.com>
2647
2648         * gdb.cp/virtfunc.exp (make_one_vtable_result): Handle extra output
2649         from targets that use function descriptors in the virtual tables.
2650         Handle presence of dot symbols.
2651
2652 2013-06-04  Gary Benson  <gbenson@redhat.com>
2653
2654         * gdb.base/break-probes.exp: New file.
2655         * gdb.base/break-probes.c: Likewise.
2656         * gdb.base/break-probes-solib.c: Likewise.
2657         * gdb.base/info-shared.exp: New file.
2658         * gdb.base/info-shared.c: Likewise.
2659         * gdb.base/info-shared-solib1.c: Likewise.
2660         * gdb.base/info-shared-solib2.c: Likewise.
2661
2662 2013-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
2663             Gary Benson  <gbenson@redhat.com>
2664
2665         * lib/gdb.exp (build_executable_from_specs): Use gdb_compile_pthread,
2666         gdb_compile_shlib or gdb_compile_shlib_pthreads where appropriate.
2667         * lib/prelink-support.exp (build_executable_own_libs): Allow INTERP
2668         to be set to "no" to indicate that no ld.so copy should be made.
2669         * gdb.base/break-interp.exp (solib_bp): New constant.
2670         (reach_1): Use the above instead of "_dl_debug_state".
2671         (test_attach): Likewise.
2672         (test_ld): Likewise.
2673         * gdb.threads/dlopen-libpthread.exp: New file.
2674         * gdb.threads/dlopen-libpthread.c: Likewise.
2675         * gdb.threads/dlopen-libpthread-lib.c: Likewise.
2676         * gdb.base/solib-corrupted.exp: Disable test if GDB is using probes.
2677
2678 2013-05-30  Yao Qi  <yao@codesourcery.com>
2679
2680         * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
2681         Add a test that no MI notification is emitted when executing
2682         -exec-arguments.
2683
2684 2013-05-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2685
2686         PR testsuite/12649
2687         * gdb.mi/mi-dprintf.exp (mi_continue_dprintf) (mi 2nd dprintf): Replace
2688         $mi_gdb_prompt expectation by mi_expect_stop.
2689         (mi 1st dprintf, agent, mi 2nd dprintf, agent)
2690         (mi info dprintf second time): Replace them by mi_send_resuming_command
2691         and mi_expect_stop.
2692
2693 2013-05-24  Gary Benson  <gbenson@redhat.com>
2694
2695         * gdb.base/solib-disc.exp (exec_opts): Remove unnecesary
2696         backslash.
2697         * gdb.base/unload.exp (exec_opts): Remove two unnecessary
2698         backslashes.
2699         * gdb.base/watchpoint-solib.exp (exec_opts): Remove unnecesary
2700         backslash.
2701
2702 2013-05-24  Yao Qi  <yao@codesourcery.com>
2703
2704         * gdb.trace/tfile.exp: Test inferior and thread.
2705
2706 2013-05-24  Yao Qi  <yao@codesourcery.com>
2707             Pedro Alves  <palves@redhat.com>
2708
2709         * gdb.base/range-stepping.exp: Skip the rest of tests if the
2710         test fails.
2711         * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
2712         Return 0 if the test passes, otherwise return 1.
2713
2714 2013-05-23  Doug Evans  <dje@google.com>
2715
2716         * boards/fission-dwp.exp: New file.
2717
2718 2013-05-23  Yao Qi  <yao@codesourcery.com>
2719             Pedro Alves  <palves@redhat.com>
2720
2721         * gdb.base/range-stepping.c: New file.
2722         * gdb.base/range-stepping.exp: New file.
2723         * gdb.trace/range-stepping.c: New file.
2724         * gdb.trace/range-stepping.exp: New file.
2725         * lib/range-stepping-support.exp: New file.
2726
2727 2013-05-22  Tom Tromey  <tromey@redhat.com>
2728
2729         * gdb.cp/class2.cc (main): New local 'aref'.
2730         * gdb.cp/class2.exp: Check printing of 'aref'.
2731
2732 2013-05-22  Doug Evans  <dje@google.com>
2733
2734         * gdb.threads/wp-replication.c (main): Insert some code at the start
2735         to ensure the breakpoint on main is only hit once.  Fix comment.
2736
2737 2013-05-21  Keith Seitz  <keiths@redhat.com>
2738             Pedro Alves  <palves@redhat.com>
2739
2740         * gdb.base/filesym.exp: Use gdb_test_multiple instead of
2741         gdb_expect.
2742         Add test to flush the remaining input buffer so that this
2743         file passes testsuite/12649.
2744
2745 2013-05-21  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2746
2747         * gdb.base/catch-signal-fork.exp: New file.
2748         * gdb.base/catch-signal-fork.c: New file.
2749
2750 2013-05-21  Sterling Augustine  <saugustine@google.com>
2751
2752         * boards/remote-stdio-gdbserver.exp: New file.
2753
2754 2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
2755
2756         PR testsuite/12649
2757         * gdb.mi/mi-dprintf.exp (mi_continue_dprintf): Fix expect strings for
2758         racy matches.
2759
2760 2013-05-21  Christian Groessler  <chris@groessler.org>
2761
2762         * gdb.dwarf2/dw2-dir-file-name.exp: Don't use brace expansion,
2763         since it's not supported in all shells.
2764
2765 2013-05-21  Hui Zhu  <hui@codesourcery.com>
2766
2767         * gdb.mi/Makefile.in (PROGS): Add "mi-dprintf".
2768         * gdb.mi/mi-dprintf.exp, gdb.mi/mi-dprintf.c: New.
2769
2770 2013-05-20  Doug Evans  <dje@google.com>
2771
2772         * lib/dwarf.exp (Dwarf): New variable _abbrev_section.
2773         (_handle_DW_TAG): Use it.
2774         (cu, tu): Replace parameters is_64, version, addr_size with options.
2775         All callers updated.  Add Fission support.
2776         * gdb.dwarf2/implptrconst.exp: Update callers of "cu".
2777         * gdb.dwarf2/method-ptr.exp: Ditto.
2778         * gdb.dwarf2/nostaticblock.exp: Ditto.
2779         * gdb.dwarf2/subrange.exp: Ditto.
2780         * gdb.dwarf2/missing-sig-type.exp: Update callers of "cu", "tu".
2781
2782 2013-05-20  Tom Tromey  <tromey@redhat.com>
2783
2784         * gdb.gdb/python-selftest.exp: New file.
2785
2786 2013-05-20  Doug Evans  <dje@google.com>
2787
2788         * gdb.base/maint.exp: Fix test for "mt expand-symtabs" to account for
2789         -fdebug-types-section.
2790
2791 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
2792
2793         * gdb.ada/float_param: New testcase.
2794
2795 2013-05-17  Doug Evans  <dje@google.com>
2796
2797         * gdb.base/maint.exp: Update test for "maint check-psymtabs".
2798         Add tests for "maint check-symtabs", "maint expand-symtabs".
2799
2800         * gdb.base/maint.exp: Remove testing of individual maint command
2801         help output.
2802
2803 2013-05-16  Pedro Alves  <palves@redhat.com>
2804
2805         * gdb.ada/complete.exp (test_gdb_no_completion): Fix typo in
2806         comment.  Use gdb_test_no_output.
2807
2808 2013-05-16  Joel Brobecker  <brobecker@adacore.com>
2809
2810         * gdb.ada/complete.exp: Add test verifying completion using
2811         the "tab" key.
2812
2813 2013-05-15  Keith Seitz  <keiths@redhat.com>
2814
2815         * gdb.base/filesym.exp: New completer test.
2816         * gdb.base/filesym.c: New file.
2817
2818 2013-05-15  Pedro Alves  <palves@redhat.com>
2819
2820         * gdb.base/fixsection.c: Remove attribution.
2821         * gdb.base/watch-read.exp: Ditto.
2822
2823 2013-05-13  Tom Tromey  <tromey@redhat.com>
2824
2825         * gdb.dwarf2/implptrconst.exp: Create a CU with 4 byte address
2826         size and change type sizes to 4 bytes.
2827
2828 2013-05-13  Tom Tromey  <tromey@redhat.com>
2829
2830         * gdb.base/exprs.exp (test_expr): Add regression test.
2831         * gdb.base/exprs.c (null_t_struct): New global.
2832
2833 2013-05-13  Muhammad Bilal  <mbilal@codesourcery.com>
2834
2835        * gdb.base/default.exp: Disable history saving.
2836        * gdb.base/setshow.exp: Likewise.
2837
2838 2013-05-10  Pedro Alves  <palves@redhat.com>
2839
2840         PR remote/15455
2841
2842         * gdb.trace/qtro.c: New file.
2843         * gdb.trace/qtro.exp: New file.
2844
2845 2013-05-10  Phil Muldoon  <pmuldoon@redhat.com>
2846
2847         * gdb.python/py-framefilter.py: New File.
2848         * gdb.python/py-framefilter-mi.exp: Ditto.
2849         * gdb.python/py-framefilter.c: Ditto.
2850         * gdb.python/py-framefilter-mi.exp: Ditto.
2851         * gdb.python/py-framefilter-mi.c: Ditto,
2852         * gdb.python/py-framefilter-gdb.py.in: Ditto.
2853
2854 2013-05-08  Tom Tromey  <tromey@redhat.com>
2855
2856         * gdb.base/solib-search.exp: Set test name for "set
2857         solib-search-path" test.
2858
2859 2013-05-08  Hafiz Abid Qadeer  <abidh@codesourcery.com>
2860
2861         * gdb.trace/circ.exp: Remove unnecessary 'if then' checks.
2862         (set_a_tracepoint): Set tracepoint before prologue.
2863         (run_trace_experiment): Test setup_tracepoints and 'break end'
2864         in it.
2865         (trace_buffer_normal): Remove.
2866         (gdb_trace_circular_tests): Remove.  Move tests to...
2867         (top level): ...here.  Call 'runto_main' before checking for
2868         trace support.  Use commands to check the support for circular
2869         trace buffer and changing of trace buffer size.  Add test
2870         to calculate size of single frame.  Use this size to
2871         calculate the size of trace buffer.  Use 'tfind pc func9'
2872         instead of 'tfind 9'.  Use 'with_test_prefix'.
2873
2874 2013-05-07  Tom Tromey  <tromey@redhat.com>
2875
2876         * lib/selftest-support.exp: New file.
2877         * gdb.gdb/complaints.exp: Load selftest-support.exp.  Use
2878         do_self_tests.
2879         (setup_test, find_gdb): Remove.
2880         * gdb.gdb/observer.exp: Load selftest-support.exp.  Use
2881         do_self_tests.
2882         (setup_test, find_gdb): Remove.
2883         (test_observer): Don't call setup_test.  Remove argument.
2884         * gdb.gdb/selftest.exp: Load selftest-support.exp.
2885         (find_gdb): Remove.
2886         * gdb.gdb/complaints.exp: Load selftest-support.exp.  Use
2887         do_self_tests.
2888         (setup_test, find_gdb): Remove.
2889         (test_with_self): Don't call setup_test.  Remove argument.
2890
2891 2013-05-07  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2892
2893         * gdb.arch/system-gcore.exp: Remove.
2894         * gdb.arch/gcore.c: Remove.
2895         * gdb.base/gcore.exp: Add "info reg system".
2896
2897 2013-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
2898
2899         PR breakpoints/15413:
2900         * gdb.base/pending.exp: Add test for completion of the "condition"
2901         command for pending breakpoints.
2902         * gdb.linespec/linespec.ex: Add test for completion of the
2903         "condition" command when dealing with multiple locations.
2904
2905 2013-05-07  Luis Machado  <lgustavo@codesourcery.com>
2906
2907         * gdb.threads/wp-replication.c: New file.
2908         * gdb.threads/wp-replication.exp: New file.
2909
2910 2013-05-06  Sandra Loosemore  <sandra@codesourcery.com>
2911
2912         * gdb.xml/tdesc-regs.exp: Add case for nios2.
2913
2914 2013-05-06  Doug Evans  <dje@google.com>
2915
2916         * gdb.base/solib-search-lib1.c: New file.
2917         * gdb.base/solib-search-lib2.c: New file.
2918         * gdb.base/solib-search.c: New file.
2919         * gdb.base/solib-search.h: New file.
2920         * gdb.base/solib-search.exp: New file.
2921
2922         * lib/gdb.exp (gdb_core_cmd): New function.
2923         * gdb.arch/system-gcore.exp: Use it.
2924         * gdb.arch/vsx-regs.exp: Ditto.
2925         * gdb.base/gcore.exp: Ditto.
2926         * gdb.threads/gcore-thread.exp: Ditto.
2927
2928         * gdb.reverse/shr.h: New file.
2929         * gdb.reverse/shr1.c: New file.
2930         * gdb.reverse/shr2.c: #include "shr.h".
2931         * gdb.reverse/solib-reverse.c: Remove #include <stdio.h>.
2932         #include "shr.h".  Replace calls to printf,sleep to call shr1 instead.
2933         * gdb.reverse/solib-precsave.exp: Build shr2.sl.
2934         Update tests using sleep/printf to use shr2.sl instead.
2935         * gdb.reverse/solib-reverse.exp: Ditto.
2936
2937 2013-05-06  Tom Tromey  <tromey@redhat.com>
2938
2939         * gdb.dwarf2/implptrconst.c: New file.
2940         * gdb.dwarf2/implptrconst.exp: New file.
2941         * lib/dwarf.exp (Dwarf::_nz_quote): New proc.
2942         (Dwarf::_handle_DW_FORM): Handle DW_FORM_block1.
2943         (Dwarf::_location): Handle DW_OP_GNU_implicit_pointer.
2944
2945 2013-05-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2946
2947         * gdb.base/catch-sig.c (main): Raise SIGINT.
2948         * gdb.base/catch-sig.exp: Test "catch signal SIGINT".
2949
2950 2013-05-03  Hafiz Abid Qadeer  <abidh@codesourcery.com>
2951
2952         * status-stop.exp (test_tstart_tstart): Check for error
2953         returned by the second 'tstart' command.
2954
2955 2013-03-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
2956
2957         * gdb.xml/maint_print_struct.exp: New file.
2958         * gdb.xml/maint_print_struct.xml: New file.
2959
2960 2013-04-25  Tom Tromey  <tromey@redhat.com>
2961
2962         * gdb.dwarf2/nostaticblock.exp: New file.
2963
2964 2013-04-24  Muhammad Bilal  <mbilal@codesourcery.com>
2965
2966         PR gdb/10462
2967         * gdb.base/setshow.exp: Add test case.
2968
2969 2013-04-23  Hui Zhu  <hui@codesourcery.com>
2970
2971         PR gdb/15293
2972         * gdb.base/dprintf.exp: Add ignore command.
2973
2974 2013-04-23  Hui Zhu  <hui@codesourcery.com>
2975
2976         PR gdb/15165
2977         * gdb.base/save-bp.exp: Add test for dprintf.
2978
2979 2013-04-22  Tom Tromey  <tromey@redhat.com>
2980
2981         * gdb.gdb/selftest.exp (do_steps_and_nexts): Check for
2982         notice_open_fds.
2983
2984 2013-04-22  Sergio Durigan Junior  <sergiodj@redhat.com>
2985
2986         * gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
2987         ldflags.
2988
2989 2013-04-22  Sergio Durigan Junior  <sergiodj@redhat.com>
2990
2991         * gdb.arch/arm-bl-branch-dest.c: New file.
2992         * gdb.arch/arm-bl-branch-dest.exp: Likewise.
2993
2994 2013-04-19  Vladimir Kargov  <kargov@gmail.com>
2995             Pedro Alves  <palves@redhat.com>
2996
2997         * gdb.arch/i386-float.S: New file.
2998         * gdb.arch/i386-float.exp: New file.
2999
3000 2013-04-18  Luis Machado  <lgustavo@codesourcery.com>
3001
3002         * gdb.mi/mi-var-create-rtti.exp: Create a variable of
3003         type void *.
3004
3005 2013-04-17  Doug Evans  <dje@google.com>
3006
3007         * lib/dwarf.exp (Dwarf): New proc "tu".
3008         * gdb.dwarf2/missing-sig-type.exp: New file.
3009
3010 2013-04-15  Siva Chandra Reddy  <sivachandra@google.com>
3011
3012         Add option to link testcases with Pthreads library when
3013         using 'prepare_for_testing' in tests.
3014
3015         * lib/gdb.exp (build_executable_from_specs): Use
3016         gdb_compile_pthreads to compile if option "pthreads" is
3017         specified.
3018
3019 2013-04-15  Tom Tromey  <tromey@redhat.com>
3020
3021         * gdb.cp/exceptprint.exp: Add regexp catchpoint tests.
3022
3023 2013-04-15  Tom Tromey  <tromey@redhat.com>
3024
3025         * gdb.base/default.exp: Update for $_exception.
3026         * gdb.cp/exceptprint.cc: New file.
3027         * gdb.cp/exceptprint.exp: New file.
3028         * lib/gdb.exp (skip_libstdcxx_probe_tests): New proc.
3029
3030 2013-04-15  Tom Tromey  <tromey@redhat.com>
3031
3032         * gdb.cp/typeid.cc: New file.
3033         * gdb.cp/typeid.exp: New file.
3034
3035 2013-04-15  Tom Tromey  <tromey@redhat.com>
3036
3037         * gdb.cp/exception.exp: Add "catch rethrow" tests.
3038
3039 2013-04-13  Yao Qi  <yao@codesourcery.com>
3040
3041         * gdb.base/completion.exp: Test completion of command
3042         'target ctf' if target ctf is supported.
3043
3044 2013-04-10  Pedro Alves  <palves@redhat.com>
3045
3046         * gdb.base/completion.exp: Test "set height", "set listsize" and
3047         "set trace-buffer-size" completion.
3048         * gdb.base/setshow.exp: Test "set height unlimited".
3049         * gdb.trace/trace-buffer-size.exp: Test "set trace-buffer-size
3050         unlimited".
3051
3052 2013-04-10  Yao Qi  <yao@codesourcery.com>
3053
3054         * gdb.trace/actions.exp: Save trace data to CTF.
3055         Change to ctf target if GDB supports, read CTF data in ctf
3056         target, and check the actions of tracepoints.
3057         * gdb.trace/while-stepping.exp: Likewise.
3058         * gdb.trace/report.exp: Test GDB saves trace data to CTF
3059         format and read CTF trace file if GDB supports.
3060         * gdb.trace/tstatus.exp: Save trace data to CTF.  If ctf
3061         target is supported, change to ctf target, read trace data and
3062         check output of command "tstatus".
3063         * gdb.trace/tsv.exp: Save trace frame to CTF.  If GDB supports,
3064         read CTF data by target ctf and call check_tsv.
3065
3066 2013-04-10  Yao Qi  <yao@codesourcery.com>
3067
3068         * gdb.trace/actions.exp (check_tracepoint): New.
3069         (top level): Start the tracing and check the actions of
3070         tracepoints.  Save trace data to tfile format.  Restart GDB
3071         and read trace file in tfile target.  Check the actions of
3072         tracepoints again.
3073         * gdb.trace/while-stepping.exp: Likewise.
3074
3075 2013-04-10  Yao Qi  <yao@codesourcery.com>
3076
3077         * gdb.trace/report.exp: Use standard_output_file for saved
3078         trace file.
3079
3080 2013-04-10  Hui Zhu  <hui@codesourcery.com>
3081
3082         * gdb.base/Makefile.in (EXECUTABLES): Add dprintf-pending.
3083         (MISCELLANEOUS): Add dprintf-pendshr.sl.
3084         * gdb.base/dprintf-pending.c, gdb.base/dprintf-pending.exp: New.
3085
3086 2013-04-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3087
3088         * gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
3089         response.
3090
3091 2013-04-08  Pedro Alves  <palves@redhat.com>
3092
3093         * gdb.mi/mi-break.exp (test_error): Add tests with garbage after
3094         the location.
3095
3096 2013-04-04  Sandra Loosemore  <sandra@codesourcery.com>
3097
3098         * gdb.cp/cplabel.exp: Allow empty directory in file reported
3099         for breakpoint location.
3100
3101 2013-04-04  Sandra Loosemore  <sandra@codesourcery.com>
3102
3103         * gdb.linespec/linespec.exp: Make dir/file:line tests
3104         conditional for non-remote hosts only.
3105
3106 2013-04-04  Stan Shebs  <stan@codesourcery.com>
3107             Pedro Alves  <palves@redhat.com>
3108
3109         * gdb.trace/Makefile.in (PROGS): Add actions-changed.
3110         * gdb.trace/actions-changed.c: New file.
3111         * gdb.trace/actions-changed.exp: New file.
3112         * lib/trace-support.exp (gdb_trace_setactions): Rename to ...
3113         (gdb_trace_setactions_command): ... this.  Add "actions_command"
3114         parameter, and handle it.
3115         (gdb_trace_setactions, gdb_trace_setcommands): New procedures.
3116
3117 2013-04-04  Yao Qi  <yao@codesourcery.com>
3118
3119         * gdb.server/server-kill.exp: Use command 'tstatus' instead of
3120         'step'.
3121
3122 2013-04-03  Yao Qi  <yao@codesourcery.com>
3123
3124         * gdb.trace/mi-traceframe-changed.exp: Update tfile name to
3125         "tfile-basic.tf".
3126         (test_tfind_tfile): Likewise.
3127
3128 2013-04-03  Yao Qi  <yao@codesourcery.com>
3129
3130         * gdb.trace/tfile.c (write_basic_trace_file): Pass argument
3131         "tfile-basic.tf" instead of "basic.tf".
3132         (write_error_trace_file): Pass argument "tfile-error.tf"
3133         instead of "error.tf".
3134         * gdb.trace/tfile.exp: Update tfile names to
3135         "tfile-basic.tf" and "tfile-error.tf".
3136
3137 2013-04-02  Sandra Loosemore  <sandra@codesourcery.com>
3138
3139         * gdb.cp/ovsrch.exp (test_class): Correct regexp to allow
3140         empty directory in file for breakpoint hit.
3141
3142 2013-03-29  Yao Qi  <yao@codesourcery.com>
3143
3144         * gdb.base/completion.exp: Test completion of commands
3145         "target core", "target tfile" and "target exec".
3146         * gdb.trace/tfile.exp: Test completion of command
3147         "target tfile".
3148
3149 2013-03-28  Joel Brobecker  <brobecker@adacore.com>
3150
3151         * gdb.ada/win_fu_syms: New testcase.
3152
3153 2013-03-28  Doug Evans  <dje@google.com>
3154
3155         * gdb.base/maint.exp (maint print statistics): Update expected output.
3156
3157 2013-03-28  Pedro Alves  <palves@redhat.com>
3158
3159         PR gdb/15294
3160
3161         * gdb.base/list.exp (set_listsize): Adjust to accept $arg == 0 to
3162         mean unlimited instead of $arg < 0.
3163         (test_listsize): Remove "listsize of 0 suppresses output" test.
3164         Test that "set listsize 0" ends up with an unlimited listsize.
3165
3166 2013-03-28  Pedro Alves  <palves@redhat.com>
3167
3168         * gdb.base/list.exp (last_line): New global.
3169         (last_line_re): New global.
3170         (test_listsize, test_list_function, test_list_forward)
3171         (test_repeat_list_command, test_list_range)
3172         (test_list_filename_and_function): Use them.
3173         * gdb.base/list0.c: Comment the last line of the file with "last
3174         line".
3175
3176 2013-03-28  Pedro Alves  <palves@redhat.com>
3177
3178         * gdb.base/list.exp (test_listsize): Adjust test to make sure we
3179         list the whole file.
3180
3181 2013-03-28  Pedro Alves  <palves@redhat.com>
3182
3183         * gdb.base/list.exp (set_listsize): Use gdb_test_no_output for
3184         "set listsize".
3185
3186 2013-03-26  Keith Seitz  <keiths@redhat.com>
3187
3188         * gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"
3189         from passing.
3190
3191 2013-03-26  Pedro Alves  <palves@redhat.com>
3192
3193         * lib/gdb.exp (skip_btrace_tests): Delay deleting the source file
3194         until after GDB has run.
3195
3196 2013-03-26  Yao Qi  <yao@codesourcery.com>
3197
3198         * gdb.trace/actions.c, gdb.trace/circ.c: Add license header.
3199         * gdb.trace/collection.c, gdb.trace/tfile.c: Likewise.
3200
3201 2013-03-26  Markus Metzger  <markus.t.metzger@intel.com>
3202
3203         * gdb.btrace/enable.exp: Add regression test.
3204
3205 2013-03-25  Tom Tromey  <tromey@redhat.com>
3206
3207         * gdb.cp/m-static.exp: Add destructor-printing tests.
3208
3209 2013-03-25  Tom Tromey  <tromey@redhat.com>
3210
3211         * gdb.cp/m-static.exp: Add constructor ptype tests.
3212         * gdb.cp/m-static.cc (single_constructor): New class.
3213         (main): Make instance of single_constructor.
3214
3215 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
3216             Pedro Alves  <palves@redhat.com>
3217
3218         * gdb.server/server-kill.c: New file.
3219         * gdb.server/server-kill.exp: New file.
3220
3221 2013-03-21  Pedro Alves  <palves@redhat.com>
3222
3223         * gdb.trace/trace-buffer-size.exp (get default buffer size):
3224         Expect $gdb_prompt in gdb_test_multiple.
3225
3226 2013-03-21  Doug Evans  <dje@google.com>
3227
3228         * gdb.base/maint.exp: Update tests for per-command stats.
3229
3230 2013-03-21  Tom Tromey  <tromey@redhat.com>
3231
3232         * gdb.cp/cpexprs.exp: Add test for FILENAME:: case.
3233         * gdb.cp/misc.exp: Add test for FILENAME:: case.
3234
3235 2013-03-20  Pedro Alves  <palves@redhat.com>
3236
3237         PR gdb/15289
3238
3239         * gdb.base/remote.exp: Test
3240         "set remote hardware-watchpoint-limit -1",
3241         "set remote hardware-breakpoint-limit -1",
3242         "set remote hardware-watchpoint-limit 2147483647" and
3243         "set remote hardware-breakpoint-limit 2147483647".
3244
3245 2013-03-20  Pedro Alves  <palves@redhat.com>
3246             Yao Qi  <yao@codesourcery.com>
3247
3248         * gdb.trace/tfile.c: Add comments.
3249         (nonconstglob): New global.
3250         * gdb.trace/tfile.exp: Add comments.  Test printing a non-const
3251         global that is not covered by the trace frame.  Test
3252         disassembling.
3253
3254 2013-03-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3255
3256         * gdb.base/valgrind-infcall.exp
3257         (continue #$continue_count) <remote connection closed>
3258         (continue #$continue_count) <valgrind vgdb has terminated>: Add kill of
3259         $valgrind_pid.
3260
3261 2013-03-15  Tom Tromey  <tromey@redhat.com>
3262
3263         * gdb.cp/overload.cc (intintfunc): New.
3264         * gdb.cp/overload.exp: Add regression test.
3265
3266 2013-03-15  Yao Qi  <yao@codesourcery.com>
3267
3268         * gdb.threads/non-ldr-exc-1.exp (do_test): Fix the indent of
3269         using with_test_prefix.
3270         * gdb.threads/non-ldr-exc-2.exp (do_test): Likewise.
3271         * gdb.threads/non-ldr-exc-3.exp (do_test): Likewise.
3272         * gdb.threads/non-ldr-exc-4.exp (do_test): Likewise.
3273         * gdb.threads/watchpoint-fork.exp (test): Likewise.
3274         * gdb.base/break-interp.exp (test_core): Likewise.
3275         (test_attach_gdb): Likewise.
3276         * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3277         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3278         Likewise.
3279         * gdb.base/jit-so.exp (one_jit_test): Likewise.
3280         * gdb.base/jit.exp (one_jit_test): Likewise.
3281         * gdb.base/sepdebug.exp (test_different_dir): Likewise.
3282         * gdb.dwarf2/dw2-dir-file-name.exp (test): Likewise.
3283         * gdb.dwarf2/dw2-noloc.exp (file_symbols): Likewise.
3284         * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved):
3285         Likewise.
3286         * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
3287         Likewise.
3288         * gdb.mi/mi-watch.exp test_watchpoint_all): Likewise.
3289         * gdb.mi/pr11022.exp (test_memory_changed_observer): Likewise.
3290         * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Likewise.
3291         (tracepoint_change_loc_2): Likewise.
3292         * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
3293         Likewise.
3294         (disconnected_tfind): Likewise.
3295         * gdb.trace/mi-traceframe-changed.exp (test_tfind_tfile):
3296         Likewise.
3297         (test_tfind_remote): Likewise.
3298         * gdb.trace/mi-tracepoint-changed.exp (test_reconnect):
3299         Likewise.
3300         (test_pending_resolved): Likewise.
3301         * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
3302         Likewise.
3303         (test_upload_tsv): Likewise.
3304         * gdb.trace/pending.exp (pending_tracepoint_resolved):
3305         Likewise.
3306         (pending_tracepoint_works): Likewise.
3307         * gdb.trace/report.exp (use_collected_data): Likewise.
3308         * gdb.trace/status-stop.exp (test_tstart_tstop_tstart):
3309         Likewise.
3310         (test_tstart_tstart, test_buffer_full_tstart): Likewise.
3311         * gdb.trace/strace.exp (strace_info_marker): Likewise.
3312         (strace_trace_on_same_addr): Likewise.
3313         (strace_trace_on_diff_addr): Likewise.
3314         * gdb.trace/unavailable.exp (gdb_collect_args_test): Likewise.
3315         (gdb_collect_locals_test): Likewise.
3316         (gdb_unavailable_registers_test): Likewise.
3317         (gdb_collect_globals_test): Likewise.
3318
3319 2013-03-15  Yao Qi  <yao@codesourcery.com>
3320
3321         * gdb.base/condbreak.exp: Add semicolon back which was removed
3322         by my previous commit.
3323
3324 2013-03-14  Yao Qi  <yao@codesourcery.com>
3325
3326         * config/monitor.exp (gdb_target_cmd): Remove semicolon after
3327         'return'.
3328         (gdb_target_monitor, gdb_load): Likewise.
3329         * config/sid.exp (gdb_load): Likewise.
3330         * config/slite.exp (gdb_load): Likewise.
3331         * config/vx.exp (gdb_start, spawn_vxgdb): Likewise.
3332         * gdb.ada/arrayidx.exp, gdb.ada/null_array.exp: Likewise.
3333         * gdb.arch/mips-octeon-bbit.exp (single_step): Likewise.
3334         (single_step_until): Likewise.
3335         * gdb.arch/powerpc-d128-regs.exp: Likewise.
3336         * gdb.arch/system-gcore.exp: Likewise.
3337         * gdb.base/bigcore.exp (extract_heap): Likewise.
3338         * gdb.base/break-on-linker-gcd-function.exp: Likewise.
3339         * gdb.base/call-ar-st.exp: Likewise.
3340         * gdb.base/call-rt-st.exp: Likewise.
3341         * gdb.base/call-sc.exp, gdb.base/call-strs.exp: Likewise.
3342         * gdb.base/callfuncs.exp, gdb.base/completion.exp: Likewise.
3343         * gdb.base/condbreak.exp, gdb.base/constvars.exp: Likewise.
3344         * gdb.base/corefile.exp: Likewise.
3345         * gdb.base/dbx.exp (gdb_file_cmd): Likewise.
3346         * gdb.base/exprs.exp, gdb.base/fileio.exp: Likewise.
3347         * gdb.base/fixsection.exp: Likewise.
3348         * gdb.base/funcargs.exp: Likewise.
3349         * gdb.base/gcore-buffer-overflow.exp: Likewise.
3350         * gdb.base/gcore-relro.exp: Likewise.
3351         * gdb.base/gcore.exp, gdb.base/gdb11530.exp: Likewise.
3352         * gdb.base/gdb11531.exp, gdb.base/gnu-ifunc.exp: Likewise.
3353         * gdb.base/info-os.exp, gdb.base/info-proc.exp: Likewise.
3354         * gdb.base/interp.exp, gdb.base/langs.exp:: Likewise.
3355         * gdb.base/list.exp: Likewise.
3356         (set_listsize): Likewise.
3357         * gdb.base/logical.exp, gdb.base/mips_pro.exp: Likewise.
3358         * gdb.base/miscexprs.exp, gdb.base/nodebug.exp: Likewise.
3359         * gdb.base/opaque.exp, gdb.base/pointers.exp: Likewise.
3360         * gdb.base/psymtab.exp, gdb.base/ptype.exp: Likewise.
3361         * gdb.base/relational.exp, gdb.base/scope.exp: Likewise.
3362         * gdb.base/setvar.exp: Likewise.
3363         (test_set): Likewise.
3364         * gdb.base/signals.exp, gdb.base/sizeof.exp: Likewise.
3365         * gdb.base/solib-overlap.exp: Likewise.
3366         * gdb.base/store.exp, gdb.base/structs.exp: Likewise.
3367         * gdb.base/structs2.exp, gdb.base/volatile.exp: Likewise.
3368         * gdb.base/watchpoint.exp (initialize): Likewise.
3369         (test_simple_watchpoint): Likewise.
3370         (test_disabling_watchpoints): Likewise.
3371         (test_watchpoint_triggered_in_syscall): Likewise.
3372         * gdb.base/whatis.exp, gdb.cp/ambiguous.exp: Likewise.
3373         * gdb.cp/casts.exp, gdb.cp/ctti.exp: Likewise.
3374         * gdb.cp/namespace.exp, gdb.cp/nsdecl.exp: Likewise.
3375         * gdb.cp/psmang.exp, gdb.dwarf2/dw2-ranges.exp: Likewise.
3376         * gdb.hp/gdb.aCC/optimize.exp: Likewise.
3377         * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
3378         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
3379         * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
3380         * gdb.hp/gdb.compat/xdb1.exp: Likewise.
3381         * gdb.hp/gdb.compat/xdb2.exp: Likewise.
3382         * gdb.hp/gdb.compat/xdb3.exp: Likewise.
3383         * gdb.hp/gdb.defects/bs14602.exp: Likewise.
3384         * gdb.hp/gdb.defects/solib-d.exp: Likewise.
3385         * gdb.mi/gdb792.exp: Likewise.
3386         * gdb.mi/mi-inheritance-syntax-error.exp: Likewise.
3387         * gdb.mi/mi-logging.exp, gdb.mi/mi-var-cp.exp : Likewise.
3388         * gdb.mi/mi-var-rtti.exp, gdb.python/py-type.exp: Likewise.
3389         * gdb.threads/gcore-thread.exp: Likewise.
3390         (load_core): Likewise.
3391         * gdb.threads/pthreads.exp (all_threads_running): Likewise.
3392         (test_startup, check_control_c): Likewise.
3393         * gdb.threads/sigstep-threads.exp: Likewise.
3394         * gdb.threads/thread_check.exp: Likewise.
3395         * gdb.trace/backtrace.exp, gdb.trace/change-loc.exp: Likewise.
3396         * gdb.trace/circ.exp (run_trace_experiment): Likewise.
3397         (set_a_tracepoint, trace_buffer_normal): Likewise.
3398         (gdb_trace_circular_tests): Likewise.
3399         * gdb.trace/collection.exp: Likewise.
3400         * gdb.trace/disconnected-tracing.exp: Likewise.
3401         * gdb.trace/infotrace.exp: Likewise.
3402         * gdb.trace/mi-traceframe-changed.exp: Likewise.
3403         * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3404         * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv): Likewise.
3405         * gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp: Likewise.
3406         * gdb.trace/pending.exp, gdb.trace/report.exp: Likewise.
3407         * gdb.trace/stap-trace.exp: Likewise.
3408         * gdb.trace/status-stop.exp,gdb.trace/strace.exp: Likewise.
3409         * gdb.trace/tfind.exp, gdb.trace/trace-break.exp: Likewise.
3410         * gdb.trace/trace-buffer-size.exp: Likewise.
3411         * gdb.trace/tspeed.exp, gdb.trace/tsv.exp: Likewise.
3412         * gdb.trace/unavailable.exp: Likewise.
3413         * gdb.trace/while-dyn.exp: Likewise.
3414         * lib/fortran.exp (set_lang_fortran): Likewise.
3415         * lib/gdb.exp (default_gdb_version, gdb_start_cmd): Likewise.
3416         (gdb_breakpoint, gdb_reinitialize_dir): Likewise.
3417         (default_gdb_start, get_compiler_info): Likewise.
3418         (gdb_compile, gdb_compile_objc, gdb_reload, gdb_init): Likewise.
3419         (get_debug_format, setup_xfail_format): Likewise.
3420         (rerun_to_main, gdb_skip_float_test): Likewise.
3421         (build_id_debug_filename_get, get_remotetimeout): Likewise.
3422         * lib/java.exp (set_lang_java): Likewise.
3423         * lib/mi-support.exp (default_mi_gdb_start): Likewise.
3424         (mi_gdb_reinitialize_dir, mi_gdb_target_cmd): Likewise.
3425         (mi_gdb_file_cmd, mi_gdb_test): Likewise.
3426         (mi_run_cmd_full, mi_expect_interrupt): Likewise.
3427         * lib/objc.exp (set_lang_objc): Likewise.
3428         * lib/pascal.exp (set_lang_pascal): Likewise.
3429         * lib/prompt.exp (default_prompt_gdb_start): Likewise.
3430         * lib/trace-support.exp (gdb_trace_setactions, gdb_tfind_test): Likewise.
3431         (gdb_readexpr, gdb_gettpnum, gdb_find_recursion_test_baseline): Likewise.
3432
3433 2013-03-14  Sergio Durigan Junior  <sergiodj@redhat.com>
3434
3435         PR c++/15203
3436         PR c++/15210
3437         * gdb.cp/m-static.cc (keepalive_int): New function.
3438         (gnu_obj_1::method): New variable `sintvar', call `keepalive_int'.
3439         * gdb.cp/m-static.exp: New test for `sintvar'.
3440
3441 2013-03-14  Yao Qi  <yao@codesourcery.com>
3442
3443         * gdb.trace/tstatus.exp (run_trace_experiment): Save the output
3444         of 'tstatus' into tstatus_output.
3445         (top level): Save the trace data to tfile.  Read trace file in
3446         tfile target.  Check the trace status.
3447
3448 2013-03-13  Yao Qi  <yao@codesourcery.com>
3449
3450         * gdb.trace/tsv.exp (check_tsv): New.
3451         (top level): Save a tfile on current trace session. Call
3452         check_tsv on live target.  Load the tfile with target tfile
3453         and call check_tsv again.
3454
3455 2013-03-13  Yao Qi  <yao@codesourcery.com>
3456
3457         * gdb.trace/tsv.exp: Remove code unrelated to testing TSV.
3458         Replace some "gdb_test" with "gdb_test_no_output".
3459
3460 2013-03-12  Paul Hilfinger  <hilfingr@adacore.com>
3461
3462         * gdb.ada/expr_delims.exp: New file.
3463         * gdb.ada/expr_delims/foo.adb: New file.
3464         * gdb.ada/expr_delims/pck.ads: New file.
3465         * gdb.ada/expr_delims/pck.adb: New file.
3466
3467 2013-03-11  Keith Seitz  <keiths@redhat.com>
3468
3469         * watchpoint.exp (test_no_hw_watchpoints): Add test using
3470         both condition and thread.  Then delete the watchpoint.
3471
3472 2013-03-11  Christian Himpel  <christian.himpel@intel.com>
3473
3474         * Makefile.in: Add btrace testsuite.
3475         * configure: Regenerated.
3476         * configure.ac: Add btrace testsuite.
3477         * gdb.btrace/Makefile.in: New file.
3478         * gdb.btrace/enable.c: New file.
3479         * gdb.btrace/enable.exp: New file.
3480         * gdb.btrace/function_call_history.c: New file.
3481         * gdb.btrace/function_call_history.exp: New file.
3482         * gdb.btrace/instruction_history.c: New file.
3483         * gdb.btrace/instruction_history.exp: New file.
3484         * gdb.btrace/instruction_history.S: New file.
3485         * lib/gdb.exp: Add btrace skip proc.
3486
3487 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
3488
3489         Fix entry-values if the callee called a noreturn function.
3490         * gdb.arch/amd64-tailcall-noret.S: New file.
3491         * gdb.arch/amd64-tailcall-noret.c: New file.
3492         * gdb.arch/amd64-tailcall-noret.exp: New file.
3493
3494 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
3495
3496         Fix entry-values in C++ across CUs.
3497         * gdb.arch/amd64-tailcall-cxx.exp: New file.
3498         * gdb.arch/amd64-tailcall-cxx1.S: New file.
3499         * gdb.arch/amd64-tailcall-cxx1.cc: New file.
3500         * gdb.arch/amd64-tailcall-cxx2.S: New file.
3501         * gdb.arch/amd64-tailcall-cxx2.cc: New file.
3502
3503 2013-03-08  Stan Shebs  <stan@codesourcery.com>
3504             Hafiz Abid Qadeer  <abidh@codesourcery.com>
3505
3506         gdb/testsuite/
3507         * gdb.trace/trace-buffer-size.exp: New file.
3508         * gdb.trace/trace-buffer-size.c: New file.
3509
3510 2013-03-06  Pedro Alves  <palves@redhat.com>
3511
3512         * gdb.trace/tstatus.exp (run_trace_experiment): When the target
3513         doesn't support the tested optional feature, call "unsupported"
3514         with the same test message as the "pass" case, instead of calling
3515         "pass" with a different message.  Use the same text for the "fail"
3516         cases too.
3517
3518 2013-03-06  Yao Qi  <yao@codesourcery.com>
3519
3520         * gdb.trace/tstatus.exp: Remove the invocation of
3521         gdb_load_shlibs, gdb_compile, clean_restart and runto_main.
3522         (test_tracepoints): Don't set fast tracepoint.
3523         (top level): Don't check agent library is loaded or not.
3524
3525 2013-03-06  Yao Qi  <yao@codesourcery.com>
3526
3527         * gdb.trace/tstatus.exp (run_trace_experiment): Escape
3528         parentheses by "\\".
3529
3530 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
3531
3532         * gdb.linespec/base/one/thefile.cc (twodup): New.
3533         (m): Call it.
3534         * gdb.linespec/base/two/thefile.cc (dupname): New.
3535         (n): Call it.
3536         * gdb.linespec/break-ask.exp: New file.
3537         * gdb.linespec/lspec.cc (body_elsewhere): New comment marker.
3538
3539 2013-02-28  Yao Qi  <yao@codesourcery.com>
3540
3541         * gdb.trace/report.exp: Move some code to ...
3542         (use_collected_data): New.
3543         (top level): Call use_collected_data once on the live target.
3544         Save at file of the current trace session, load it with target
3545         tfile, and call use_collected_data again.
3546
3547 2013-02-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3548
3549         * gdb.threads/fork-thread-pending.c (main): Add alarm.
3550
3551 2013-02-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3552
3553         * gdb.base/valgrind-infcall.exp (valgrind_pid): New variable.
3554         Add final kill of ${valgrind_pid}.
3555
3556 2013-02-20  Siva Chandra Reddy  <sivachandra@google.com>
3557
3558         * gdb.python/py-arch.c: New test case
3559         * gdb.python/py-arch.exp: New tests to test
3560         gdb.Architecture.disassemble
3561         * gdb.python/Makefile.in: Add py-arch to the list of
3562         EXECUTABLES.
3563
3564 2013-02-18  Tom Tromey  <tromey@redhat.com>
3565
3566         * gdb.dwarf2/subrange.exp: New file.
3567
3568 2013-02-15  Pedro Alves  <pedro@codesourcery.com>
3569             Hafiz Abid Qadeer  <abidh@codesourcery.com>
3570
3571         * gdb.trace/tfile.exp: Add test for -trace-status command.
3572
3573 2013-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
3574
3575         * gdb.threads/pthread_cond_wait.c (main): Remove variable ts.  Replace
3576         nanosleep by sleep.
3577
3578 2013-02-14  Pedro Alves  <palves@redhat.com>
3579
3580         * gdb.cp/userdef.exp (ptype &*c): Don't expect an &.
3581
3582 2013-02-14  Pedro Alves  <pedro@codesourcery.com>
3583             Hafiz Abid Qadeer  <abidh@codesourcery.com>
3584
3585         * gdb.trace/tsv.exp: Adjust tests, and add a few more.
3586
3587 2013-02-12  Tom Tromey  <tromey@redhat.com>
3588
3589         * gdb.cp/m-static.cc (gnu_obj_1::~gnu_obj_1): New destructor.
3590         * gdb.cp/m-static.exp: Add tests to print quoted destructor.
3591
3592 2013-02-12  Pedro Alves  <palves@redhat.com>
3593
3594         * gdb.base/catch-signal.c: Update copyright years.
3595         * gdb.base/catch-signal.exp: Update copyright years.
3596         * gdb.dwarf2/dw2-dir-file-name.c: Update copyright years.
3597         * gdb.dwarf2/dw2-dir-file-name.exp: Update copyright years.
3598         * gdb.dwarf2/dw2-empty-pc-range.S: Update copyright years.
3599         * gdb.dwarf2/dw2-error.S: Update copyright years.
3600         * gdb.dwarf2/dw2-error.c: Update copyright years.
3601         * gdb.dwarf2/dw2-restrict.S: Update copyright years.
3602         * gdb.dwarf2/dw2-restrict.c: Update copyright years.
3603         * gdb.dwarf2/dw2-restrict.exp: Update copyright years.
3604
3605 2013-02-12  Pedro Alves  <palves@redhat.com>
3606
3607         * gdb.base/catch-signal.exp: Correct test file name in "Skipping"
3608         message.
3609         * gdb.base/sigaltstack.exp: Ditto.
3610         * gdb.base/siginfo.exp: Ditto.
3611         * gdb.base/sizeof.exp: Ditto.
3612
3613 2013-02-12  Pedro Alves  <palves@redhat.com>
3614
3615         * gdb.mi/mi-basics.exp: Tweak intro comment.
3616         * gdb.mi/mi-break.exp: Tweak intro comment.
3617         * gdb.mi/mi-console.exp: Tweak intro comment.
3618         * gdb.mi/mi-file.exp: Tweak intro comment.
3619         * gdb.mi/mi-read-memory.exp: Tweak intro comment.
3620         * gdb.mi/mi-return.exp: Tweak intro comment.
3621         * gdb.mi/mi-stepi.exp: Tweak intro comment.
3622         * gdb.mi/mi-until.exp: Tweak intro comment.
3623         * gdb.mi/mi-watch.exp: Tweak intro comment.
3624
3625 2013-02-12  Sanimir Agovic  <sanimir.agovic@intel.com>
3626
3627         * gdb.server/no-thread-db.exp: New file.
3628         * gdb.server/no-thread-db.c: New file.
3629         * gdb.server/Makefile.in (EXECUTABLES): Add no-thread-db.
3630
3631 2013-02-11  Doug Evans  <dje@google.com>
3632
3633         * gdb.base/printcmds.exp (test_printf_with_dfp): Add test for printing
3634         two decfloats.
3635
3636 2013-02-11  Sergio Durigan Junior  <sergiodj@redhat.com>
3637
3638         * gdb.base/bitfields.c (struct internalvartest): New declaration.
3639         * gdb.base/bitfields.exp (bitfield_internalvar): New function.
3640
3641 2013-02-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
3642
3643         * gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
3644
3645 2013-02-06  Yao Qi  <yao@codesourcery.com>
3646
3647         * gdb.trace/mi-tsv-changed.exp (test_create_delete_tsv): Rename
3648         to ...
3649         (test_create_delete_modify_tsv): ... here.  New test on modifying
3650         the initial value of a tsv.
3651
3652 2013-02-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3653
3654         * gdb.dwarf2/dw2-dir-file-name.exp (cd ${srcabsdir}/rdir): Rename to ...
3655         (cd .../rdir): ... here.
3656
3657 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3658
3659         * gdb.linespec/base/one/header.h: New file.
3660         * gdb.linespec/base/two/header.h: New file.
3661         * gdb.linespec/macro-relative.c: New file.
3662         * gdb.linespec/macro-relative.exp: New file.
3663
3664 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3665
3666         * gdb.base/fullpath-expand-func.c: New file.
3667         * gdb.base/fullpath-expand.c: New file.
3668         * gdb.base/fullpath-expand.exp: New file.
3669         * gdb.base/realname-expand-real.c: New file.
3670         * gdb.base/realname-expand.c: New file.
3671         * gdb.base/realname-expand.exp: New file.
3672
3673 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3674
3675         * gdb.dwarf2/dw2-dir-file-name.exp: New file.
3676         * gdb.dwarf2/dw2-dir-file-name.c: New file.
3677
3678 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3679
3680         * gdb.mi/mi-fullname-deleted.exp: Use double last slash for $srcfileabs.
3681         (compare_filenames_for_search does not match)
3682         (compare_filenames_for_search does match): New tests.
3683
3684 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3685
3686         * gdb.gdb/xfullpath.exp: Replace xfullpath calls by gdb_realpath calls.
3687
3688 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3689
3690         * lib/java.exp (compile_java_from_source): Initialize ARGS as a list.
3691
3692 2013-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
3693
3694         * gdb.base/gnu-debugdata.exp): Create ${binfile}.debug,
3695         ${binfile}.mini_debuginfo-debuglink, add -k to xz, use now
3696         ${binfile}.mini_debuginfo-debuglink and
3697         ${binfile}.mini_debuginfo-debuglink.xz.
3698
3699 2013-02-01  Tom Tromey  <tromey@redhat.com>
3700
3701         * gdb.dwarf2/method-ptr.exp: Use correct form for non-string
3702         attributes.
3703
3704 2013-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
3705             Tom Tromey  <tromey@redhat.com>
3706
3707         * gdb.dwarf2/method-ptr.exp: Link with c++.
3708         * lib/dwarf.exp (Dwarf::assemble): Declare _cu_count.
3709
3710 2013-01-31  Tom Tromey  <tromey@redhat.com>
3711
3712         * gdb.base/jit.exp (compile_jit_test): New proc.
3713         Add PIE tests.
3714
3715 2013-01-31  Tom Tromey  <tromey@redhat.com>
3716
3717         * gdb.dwarf2/method-ptr.cc: New file.
3718         * gdb.dwarf2/method-ptr.exp: New file.
3719
3720 2013-01-31  Tom Tromey  <tromey@redhat.com>
3721
3722         * lib/dwarf.exp (namespace Dwarf): New.
3723
3724 2013-01-29  Tom Tromey  <tromey@redhat.com>
3725
3726         * gdb.dwarf2/fission-reread.exp: Add unload test.
3727
3728 2013-01-28  Doug Evans  <dje@google.com>
3729
3730         * gdb.dwarf2/fission-loclists.exp: New file.
3731         * gdb.dwarf2/fission-loclists.S: New file.
3732
3733 2013-01-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
3734
3735         Code cleanup.
3736         * gdb.base/restore.exp: Replace gdb_compile, gdb_exit, gdb_start,
3737         gdb_reinitialize_dir and gdb_load by standard_testfile, set executable
3738         and prepare_for_testing.
3739         * gdb.base/store.exp: Likewise.
3740
3741 2013-01-25  Tom Tromey  <tromey@redhat.com>
3742
3743         * gdb.python/py-explore.exp: Expect the gdb prompt.
3744
3745 2013-01-25  Andrew Burgess  <aburgess@broadcom.com>
3746
3747         * gdb.base/gnu_vector.c: New variable for use in tests.
3748         * gdb.base/gnu_vector.exp: Update and extend tests to reflect
3749         changes in scalar to vector casting and widening.
3750         * gdb.python/py-type.c: New variables for use in tests.
3751         * gdb.python/py-type.exp: Update vector related tests to reflect
3752         changes in scalar to vector casting and widening.
3753
3754 2013-01-24  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
3755
3756         * gdb.base/prologue-include.c: New file.
3757         * gdb.base/prologue-include.exp: New file.
3758         * gdb.base/prologue-include.h: New file.
3759
3760 2013-01-24  Hafiz Abid Qadeer  <abidh@codesourcery.com>
3761
3762         PR gdb/13443
3763         * gdb.mi/mi-var-block.exp: Make test messages unique.
3764
3765 2013-01-23  Tom Tromey  <tromey@redhat.com>
3766
3767         * gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.
3768
3769 2013-01-23  Tom Tromey  <tromey@redhat.com>
3770
3771         * gdb.cp/converts.cc (main): Initialize 'a'.
3772
3773 2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
3774
3775         * testsuite/gdb.python/frame.exp: Add a test for
3776         gdb.Frame.architecture() method.
3777
3778 2013-01-22  Pedro Alves  <palves@redhat.com>
3779
3780         * gdb.base/annota1.exp (signal sent): No longer expect
3781         breakpoints-invalid.
3782         * gdb.cp/annota2.exp (continue until exit)
3783         (watch triggered on a.x): Ditto.
3784
3785 2013-01-22  Pedro Alves  <palves@redhat.com>
3786
3787         * gdb.base/annota1.exp (breakpoints_invalid): New variable.
3788         Adjust tests to breakpoints-invalid changes.
3789         * gdb.cp/annota2.exp (breakpoints_invalid, frames_invalid): New
3790         variables.
3791         Adjust tests to breakpoints-invalid changes.
3792
3793 2013-01-22  Pedro Alves  <palves@redhat.com>
3794
3795         * gdb.base/annota1.exp (annotate ignore count change): Add
3796         expected output for failure case.
3797
3798 2013-01-22  Tom Tromey  <tromey@redhat.com>
3799
3800         * gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init
3801         call.
3802
3803 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
3804
3805         * gdb.mi/mi-break.exp: Expect new 'thread-groups' field.
3806         * gdb.mi/mi-catch-load.exp: Ditto.
3807         * gdb.mi/mi-nsmoribund.exp: Expect new 'thread-groups' field.
3808         Also handle 'thread' field.
3809         * gdb.mi/mi-simplerun.exp: Expect new 'thread-groups' field.
3810         * gdb.mi/mi-watch.exp: Ditto.
3811         * lib/mi-support.exp: Ditto.
3812
3813 2013-01-21  Siva Chandra Reddy  <sivachandra@google.com>
3814
3815         * gdb.python/py-explore.exp: Improve a test
3816
3817 2013-01-18  David Blaikie  <dblaikie@gmail.com>
3818
3819         * gdb.base/label.c (main): Correct the type of the second
3820         parameter.
3821
3822 2013-01-18  Tom Tromey  <tromey@redhat.com>
3823
3824         * gdb.dwarf2/trace-crash.s: New file.
3825         * gdb.dwarf2/trace-crash.exp: New file.
3826
3827 2013-01-18  Hafiz Abid Qadeer<abidh@codesourcery.com>
3828
3829         PR gdb/13443
3830         * gdb.base/checkpoint.exp: Update test messages to make them
3831         unique.
3832
3833 2013-01-18  Yao Qi  <yao@codesourcery.com>
3834
3835         * gdb.trace/infotrace.exp: Check 'traceframe usage' in the
3836         output of 'info tracepoints'.
3837         * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
3838         Likewise.
3839         * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
3840         * gdb.trace/disconnected-tracing.c (struct foo): New.
3841
3842 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3843
3844         * gdb.dwarf2/dw2-dos-drive.S: New file.
3845         * gdb.dwarf2/dw2-dos-drive.exp: New file.
3846
3847 2013-01-17  Doug Evans  <dje@google.com>
3848
3849         * boards/dwarf4-gdb-index.exp: Use any existing CC_FOR_TARGET,
3850         CXX_FOR_TARGET.
3851
3852         * boards/cc-with-tweaks.exp: New file.
3853
3854 2013-01-17  Tom Tromey  <tromey@redhat.com>
3855
3856         * gdb.base/completion.exp: Add "set cp-abi" completion test.
3857
3858 2013-01-17  Pedro Alves  <palves@redhat.com>
3859
3860         Merge dg-extract-results.sh from upstream (svn 195224).
3861
3862         2013-01-15  David Blaikie <dblaikie@gmail.com>
3863         * dg-extract-results.sh: Fix order of summary counts.
3864
3865         2013-01-15  David Blaikie <dblaikie@gmail.com>
3866         * dg-extract-results.sh: Constrain the start-of-log pattern.
3867
3868         2013-01-15  David Blaikie <dblaikie@gmail.com>
3869         * dg-extract-results.sh: Handle KPASSes.
3870
3871         2010-05-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3872         * dg-extract-results.sh: Redirect grep output to /dev/null instead
3873         of grep -q.
3874
3875 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
3876
3877         * gdb.base/jit-reader.exp: New file. Test case for the jit-reader
3878         interface.
3879         * gdb.base/jithost.c: New file.
3880         * gdb.base/jithost.h: New file.
3881         * gdb.base/jitreader.c : New file.
3882         * gdb.base/jit-protocol.h: New file.
3883
3884 2013-01-16  Tom Tromey  <tromey@redhat.com>
3885
3886         * gdb.base/catch-signal.c: New file.
3887         * gdb.base/catch-signal.exp: New file.
3888
3889 2013-01-16  Tom Tromey  <tromey@redhat.com>
3890
3891         * gdb.mi/mi-catch-load.exp: Look for "catch-type".
3892
3893 2013-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
3894
3895         * gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
3896
3897 2013-01-14  Tom Tromey  <tromey@redhat.com>
3898
3899         * gdb.base/completion.exp: Add "set gnutarget" test.
3900
3901 2013-01-14  Tom Tromey  <tromey@redhat.com>
3902
3903         * gdb.dwarf2/dw2-restrict.S: New file.
3904         * gdb.dwarf2/dw2-restrict.c: New file.
3905         * gdb.dwarf2/dw2-restrict.exp: New file.
3906
3907 2013-01-14  Tom Tromey  <tromey@redhat.com>
3908
3909         * gdb.dwarf2/dw2-error.exp: New file.
3910         * gdb.dwarf2/dw2-error.c: New file.
3911         * gdb.dwarf2/dw2-error.S: New file.
3912
3913 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3914
3915         * gdb.cp/parse-lang.cc: New file.
3916         * gdb.cp/parse-lang.exp: New file.
3917
3918 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3919
3920         * gdb.mi/mi-fullname-deleted.exp: Set srcfileabssubst and initdir.
3921         (set substitute-path): New test.
3922         (fullname present): Remove content.
3923         (substituted fullname): New test.
3924
3925 2013-01-13  Joel Brobecker  <brobecker@adacore.com>
3926
3927         * gdb.python/py-finish-breakpoint.exp: Add skip_python_tests
3928         check.  Move $gdb_py_is_py24 value check right after.
3929
3930 2013-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3931
3932         * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit
3933         targets.
3934
3935 2013-01-11  Yao Qi  <yao@codesourcery.com>
3936
3937         * gdb.base/dprintf.exp: Check the output of 'info breakpoints'
3938         for dprintf.
3939         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
3940         Check the fields in "=breakpoint-created" for dprintf.
3941
3942 2012-12-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
3943
3944         * gdb.mi/mi-fullname-deleted.exp: New file.
3945
3946 2012-12-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3947
3948         * gdb.base/skip-solib.exp (info skip with pending file): Update the
3949         expected output.
3950         (info skip with pending file): Remove.
3951         (ignoring function in solib, info skip for function multiply): Update
3952         the expected output.
3953         * gdb.base/skip.ex (skip (main), skip function baz, info skip)
3954         (info skip (delete 1), info skip after disabling all)
3955         (info skip after enabling all, info skip after disabling 4 2-3)
3956         (info skip after enabling 2-3, info skip 2-3)
3957         (info skip after deleting 2 3): Update the expected output.
3958         * gdb.linespec/base/two/thefile.cc (n): New variable v, split the
3959         statement to its initialization and return.
3960         * gdb.linespec/skip-two.exp: New file.
3961
3962 2012-12-19  Doug Evans  <dje@google.com>
3963
3964         * gdb.base/maint.exp: Handle testing with .gdb_index.
3965
3966 2012-12-19  Joel Brobecker  <brobecker@adacore.com>
3967
3968         * gdb.arch/mips-octeon-bbit.exp: Fix copyright header from
3969         Cavium to FSF.
3970
3971 2012-12-19  Joel Brobecker  <brobecker@adacore.com>
3972
3973         * dg-extract-results.sh: Update contact info in copyright notice.
3974         * gdb.arch/mips-octeon-bbit.exp: Update copyright notice to
3975         GPL v3 or later.  Update contact info.
3976         * gdb.fortran/logical.f90, gdb.threads/watchpoint-fork-child.c,
3977         gdb.threads/watchpoint-fork-mt.c,
3978         gdb.threads/watchpoint-fork-parent.c,
3979         gdb.threads/watchpoint-fork-st.c,
3980         gdb.threads/watchpoint-fork.h: Likewise.
3981
3982 2012-12-15  Yao Qi  <yao@codesourcery.com>
3983
3984         * gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check
3985         'installed' field in '=breakpoint-modified'.
3986         (test_reconnect): Check 'installed' field in
3987         '=breakpoint-modified' and '=breakpoint-created'.
3988
3989         * gdb.trace/actions.exp: Update test for 'installed' field.
3990         * gdb.trace/change-loc.exp (tracepoint_change_loc_1):
3991         (tracepoint_change_loc_2): Likewise.
3992         Check 'info tracepoint' display nothing else.
3993         * gdb.trace/deltrace.exp: Likewise.
3994         * gdb.trace/infotrace.exp: Likewise.
3995         * gdb.trace/mi-traceframe-changed.exp (test_tfind_remote):
3996         Likewise.
3997         * gdb.trace/passcount.exp: Likewise.
3998         * gdb.trace/tracecmd.exp: Likewise.
3999         * gdb.trace/while-stepping.exp: Likewise.
4000
4001 2012-12-14  Tom Tromey  <tromey@redhat.com>
4002
4003         * gdb.cp/member-name.exp: New file.
4004         * gdb.cp/member-name.cc: New file.
4005
4006 2012-12-14  Tom Tromey  <tromey@redhat.com>
4007
4008         * gdb.cp/templates.exp (test_ptype_of_templates): Update kfails.
4009
4010 2012-12-14  Doug Evans  <dje@google.com>
4011
4012         * gdb.dwarf2/implptr-optimized-out.S: DIE offset for
4013         DW_OP_GNU_implicit_pointer is section-relative.
4014
4015 2012-12-14  Tom Tromey  <tromey@redhat.com>
4016
4017         * gdb.base/info-proc.exp: Add core file tests.
4018
4019 2012-12-14  Yufeng Zhang  <yufeng.zhang@arm.com>
4020
4021         * gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
4022
4023 2012-12-13  Doug Evans  <dje@google.com>
4024
4025         * gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.
4026         * gdb.multi/multi-arch.exp: Ditto.
4027
4028 2012-12-12  Keven Boell  <keven.boell@intel.com>
4029
4030         * gdb.mi/mi-catch-load-so.c: New. Clone of the
4031         catch load test library source file.
4032         * gdb.mi/mi-catch-load.c: New. Clone of the catch
4033         load test source file.
4034         * gdb.mi/mi-catch-load.exp: New. Test file for
4035         basic MI -catch-load and -catch-unload tests.
4036
4037 2012-12-11  Paul Koning  <paul_koning@dell.com>
4038
4039         * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag
4040         exception.
4041         (_iterator_except): New function.
4042         (ArrayPrinter): Use _iterator function instead of local _iterator
4043         class for Python 3 compatibility.
4044         (NoStringContainerPrinter): Use _iterator_except instead of
4045         _iterator.
4046         * gdb.python/py-typeprint.exp: Use exec(open(...).read()) instead of
4047         execfile for Python 3 compatibility.
4048         * gdb.python/python.exp: Handle Python 2.4 exception traceback
4049         format in error_prompt test.
4050
4051 2012-12-10  Paul Koning  <paul_koning@dell.com>
4052
4053         * gdb.base/charset.exp: Change print syntax for Python 3
4054         compatibility.
4055         * gdb.python/py-block.exp: Ditto.
4056         * gdb.python/py-breakpoint.exp: Ditto.
4057         * gdb.python/py-cmd.exp: Ditto.
4058         * gdb.python/py-events.py: Ditto.
4059         * gdb.python/py-finish-breakpoint.py: Ditto.
4060         * gdb.python/py-finish-breakpoint2.exp: Ditto.
4061         * gdb.python/py-finish-breakpoint2.py: Ditto.
4062         * gdb.python/py-frame-inline.exp: Ditto.
4063         * gdb.python/py-frame.exp: Ditto.
4064         * gdb.python/py-infthread.exp: Ditto.
4065         * gdb.python/py-objfile.exp: Ditto.
4066         * gdb.python/py-parameter.exp: Ditto.
4067         * gdb.python/py-progspace.exp: Ditto.
4068         * gdb.python/py-prompt.exp: Ditto.
4069         * gdb.python/py-symbol.exp: Ditto.
4070         * gdb.python/py-symtab.exp: Ditto.
4071         * gdb.python/py-template.exp: Ditto.
4072         * gdb.python/py-value-cc.exp: Ditto.
4073         * gdb.python/python.exp: Ditto.
4074         * gdb.python/source2.py: Ditto.
4075         * gdb.python/lib-types.exp: Change print syntax for Python 3
4076         compatibility.
4077         Use sorted() function rather than sort() method.
4078         Accept either int or long values for enum values.
4079         * gdb.python/py-events.exp: Use exec(open(...).read()) instead of
4080         execfile for Python 3 compatibility.
4081         * gdb.python/py-evsignal.exp: Ditto.
4082         * gdb.python/py-evthreads.exp: Ditto.
4083         * gdb.python/py-mi.exp: Ditto.
4084         * gdb.python/py-pp-maint.exp: Ditto.
4085         * gdb.python/py-prettyprint.exp: Ditto.
4086         * gdb.python/py-finish-breakpoint.exp: Change print syntax for
4087         Python 3 compatibility.
4088         Skip tests for Python 2.4.
4089         * gdb.python/py-inferior.exp: Change print syntax for
4090         Python 3 compatibility.
4091         Use byte string rather than character string in memory write test
4092         if Python 3.
4093         * gdb.python/py-pp-maint.py: Change class declarations to "new
4094         class" syntax.
4095         * gdb.python/py-prettyprint.py: Change iterator class to generator
4096         function for Python 3 compatibility.
4097         Make all classes "new style".
4098         Fix indentation issue and stray semicolon.
4099         * gdb.python/py-shared.expChange print syntax for Python 3
4100         compatibility.
4101         Define "long" if Python 3.
4102         * gdb.python/py-type.exp: Change print syntax for Python 3
4103         compatibility.
4104         Accept either int or long values for enum values.
4105         * gdb.python/py-value.exp: Change print syntax for Python 3
4106         compatibility.
4107         Skip "long" and "unicode" tests if Python 3.
4108         Accept either "type" or "class" in type checks.
4109         * lib/gdb.exp (gdb_py_is_py3k): New flag set if Python 3.
4110         (gdb_py_is_py24): New flag set if Python 2.4 or 2.5.
4111
4112 2012-12-10  Tom Tromey  <tromey@redhat.com>
4113
4114         * gdb.dwarf2/implptr-64bit.exp: Run tests with two CUs as well.
4115         (test): Add "two_cu" argument.
4116         * gdb.dwarf2/implptr-64bit.S: Move subprogram later; use ref_addr
4117         for types; allow two CUs.
4118
4119 2012-12-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
4120
4121         * gdb.dwarf2/dw2-compdir-oldgcc.S: New file.
4122         * gdb.dwarf2/dw2-compdir-oldgcc.exp: New file.
4123
4124 2012-12-08  Yao Qi  <yao@codesourcery.com>
4125             Pedro Alves  <palves@redhat.com>
4126
4127         * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Test
4128         '=breakpoint-created' when GDB merges the tracepoints of both
4129          sides.
4130
4131 2012-12-07  Tom Tromey  <tromey@redhat.com>
4132
4133         * gdb.base/break1.c (enum some_enum, union some_union): New.
4134         (some_enum_global, some_union_global, some_value): New globals.
4135         * gdb.base/completion.exp: Add tag completion tests.
4136
4137 2012-12-07  Tom Tromey  <tromey@redhat.com>
4138
4139         * gdb.base/completion.exp: Add tests for ptype and whatis
4140         completion.
4141
4142 2012-12-07  Joel Brobecker  <brobecker@adacore.com>
4143
4144         * gdb.base/stale-infcall.exp: Fix copyright line.
4145
4146 2012-12-07  Joel Brobecker  <brobecker@adacore.com>
4147
4148         * gdb.ada/lang_switch.exp: The "msg" parameter may be a reference.
4149
4150 2012-12-06  Pedro Alves  <palves@redhat.com>
4151             Tom Tromey  <tromey@redhat.com>
4152
4153         * gdb.base/exprs.exp: Add tests for cast to void.
4154
4155 2012-12-06  Jens Elmenthaler <jens.elmenthaler@advantest.com>
4156
4157         * gdb.python/py-mi.exp: Correct expected results for attribute
4158         "dynamic" returned by -var-update.
4159         Add test case for correct handling of "diplayhint" for children
4160         of dynamic varobjs.
4161         * gdb.python/py-prettyprint.c (set_itme): New function.
4162         (bug_14741) New function.
4163         (main) Add call to bug_14741().
4164         * gdb.python/py-prettyprint.py (class ArrayPrinter): New class.
4165
4166 2012-12-05  Ulrich Weigand  <uweigand@de.ibm.com>
4167
4168         * gdb.base/gnu-debugdata.exp: Also include "D" symbols in
4169         ${binfile}.funcsyms list.
4170
4171 2012-12-04  Yao Qi  <yao@codesourcery.com>
4172
4173         PR gdb/13443
4174         * gdb.trace/actions.exp: Make test messages unique.
4175
4176 2012-11-29  Tom Tromey  <tromey@redhat.com>
4177
4178         * gdb.base/gnu-debugdata.exp (run, pipeline): Don't use lassign.
4179
4180 2012-11-29  Ulrich Weigand  <uweigand@de.ibm.com>
4181
4182         * gdb.opencl/convs_casts.exp: Always expect standard vector type names.
4183         * gdb.opencl/datatypes.exp: Likewise.
4184         * gdb.opencl/operators.exp: Likewise.
4185         * gdb.opencl/vec_comps.exp: Likewise.
4186
4187 2012-11-29  Jerome Guitton  <guitton@adacore.com>
4188
4189         * gdb.ada/iwide: New testcase.
4190
4191 2012-11-29  Jerome Guitton  <guitton@adacore.com>
4192
4193         * gdb.ada/ptype_tagged_param.exp: Adjust expected output in
4194         ptype test.
4195
4196 2012-11-29  Jerome Guitton  <guitton@adacore.com>
4197
4198         * gdb.ada/variant_record_packed_array.exp: Test expressions of the
4199         form {VARIANT_TYPE}ADDRESS.
4200
4201 2012-11-27  Daniel Jacobowitz  <dan@codesourcery.com>
4202
4203         * gdb.cp/member-ptr.cc (class Diamond): Add func_ptr.
4204         (func): New function.
4205         (main): Initialize diamond.func_ptr and add diamond_pfunc_ptr.
4206         * gdb.cp/member-ptr.exp: Add new tests for ptype and for
4207         pointers to members with pointer-to-function type.
4208
4209 2012-11-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
4210             Tom Tromey  <tromey@redhat.com>
4211
4212         * gdb.base/gnu-debugdata.exp: New file.
4213         * gdb.base/gnu-debugdata.c: New file.
4214         * lib/gdb.exp (gdb_file_cmd): Handle LZMA warning.
4215         (gdb_unload): Return 0 on success.
4216
4217 2012-11-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
4218
4219         * gdb.base/enumval.exp (print e, print f, print K): XFAIL on GCC <= 4.6.
4220
4221 2012-11-26  Joel Brobecker  <brobecker@adacore.com>
4222
4223         * gdb.base/empty_exe.exp: New testcase.
4224
4225 2012-11-20  Mike Frysinger  <vapier@gentoo.org>
4226
4227         * gdb.base/completion.exp: Add test for help aliases completion.
4228
4229 2012-11-20  Yao Qi  <yao@codesourcery.com>
4230
4231         * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
4232         Don't test 'maint set show-debug-regs'.
4233         Use command 'set remotecache' instead of
4234         'set circular-trace-buffer'.
4235
4236 2012-11-16  Keith Seitz  <keiths@redhat.com>
4237
4238         PR c++/13615
4239         * gdb.cp/baseenum.cc: New file.
4240         * gdb.cp/baseenum.exp: New file.
4241         * gdb.cp/derivation.cc (A): Add copyright.
4242         Add a typedef.
4243         (B): Use A::value_type instead of int.  Change all references.
4244         (D): Use value_type instead of int.  Change all references.
4245         (E): Likewise.
4246         (F); Likewise.
4247         (Z): New class.
4248         (ZZ): New class.
4249         (N, Base, Derived): New namespace and classes.
4250         (main): Add instances of Z and ZZ.
4251         Make sure all symbols from N are kept.
4252         * gdb.cp/derivation.exp: Update typedef changes in tests.
4253         Add tests for class typedefs both before and after starting
4254         the inferior.
4255         Add tests for searching for a typedef while stopped in a
4256         method.
4257
4258 2012-11-14  Luis Machado  <lgustavo@codesourcery.com>
4259
4260         * gdb.mi/mi-var-create-rtti.c: New file.
4261         * gdb.mi/mi-var-create-rtti.exp: New file.
4262
4263 2012-11-14  Luis Machado  <lgustavo@codesourcery.com>
4264
4265         * gdb.base/structs3.exp: Run to main before doing any tests.
4266
4267 2012-11-14  Andrew Burgess  <aburgess@broadcom.com>
4268
4269         * gdb.python/py-type.exp: Uniquify test names.
4270
4271 2012-11-14  Yao Qi  <yao@codesourcery.com>
4272
4273         * gdb.threads/manythreads.c [DEBUG]: Include "stdio.h".
4274         (thread_function) [DEBUG]: Call 'printf'.
4275         * gdb.threads/manythreads.exp: Pass '-DDEBUG' to compilation
4276         command line if 'DEBUG=1' is passed to test.
4277         Remove a pattern to match inferior's output.
4278
4279 2012-11-13  Giuseppe Montalto  <giuseppe.montalto@st.com>
4280
4281         * gdb.mi/mi-fill-memory.exp: New test.
4282
4283 2012-11-12  Tom Tromey  <tromey@redhat.com>
4284
4285         * gdb.base/completion.exp: Update for "info type-printers".
4286         * gdb.python/py-typeprint.cc: New file.
4287         * gdb.python/py-typeprint.exp: New file.
4288         * gdb.python/py-typeprint.py: New file.
4289
4290 2012-11-12  Tom Tromey  <tromey@redhat.com>
4291
4292         * gdb.base/call-sc.exp: Use "ptype/r".
4293         * gdb.base/volatile.exp: Don't expect "int".
4294         * gdb.cp/ptype-flags.cc: New file.
4295         * gdb.cp/ptype-flags.exp: New file.
4296         * gdb.cp/templates.exp: Use ptype/r.
4297         (test_ptype_of_templates, test_template_typedef): Likewise.
4298         * lib/cp-support.exp (cp_test_ptype_class): Add in_ptype_arg
4299         argument.  Handle template names and template parameters.
4300         * gdb.mi/mi-var-cmd.exp: Accept "long".
4301         * gdb.mi/mi-var-child.exp: Accept "long".
4302         * gdb.mi/mi-var-display.exp: Accept "long".
4303         * gdb.mi/mi2-var-child.exp: Accept "long".
4304
4305 2012-11-12  Tom Tromey  <tromey@redhat.com>
4306
4307         * gdb.cp/classes.exp (test_ptype_class_objects): Remove
4308         "ptype" from calls to cp_test_ptype_class.
4309         (test_enums): Likewise.
4310         * gdb.cp/derivation.exp: Remove "ptype" from calls to
4311         cp_test_ptype_class.
4312         * gdb.cp/inherit.exp (test_ptype_si): Remove "ptype" from
4313         calls to cp_test_ptype_class.
4314         (test_ptype_mi, test_ptype_vi, test_ptype_mvi): Likewise.
4315         * gdb.cp/virtfunc.exp (test_ptype_of_classes): Remove "ptype"
4316         from calls to cp_test_ptype_class.
4317         * lib/cp-support.exp (cp_test_ptype_class): Supply "ptype"
4318         command here.  Change "in_command" argument to "in_exp".
4319
4320 2012-11-10  Keith Seitz  <keiths@redhat.com>
4321
4322         PR gdb/14288
4323         * gdb.base/printcmds.c: Add invalid_XXX globals
4324         for repeated byte tests.
4325         * gdb.base/printcmds.exp (test_repeat_bytes): New procedure.
4326         * gdb.base/wchar.c (main): Add and construct a wchar_t
4327         array with repeated characters.
4328         * gdb.base/wchar.exp: Add repeated character tests.
4329
4330 2012-11-09  Andrew Burgess  <aburgess@broadcom.com>
4331
4332         * gdb.mi/mi-disassemble.exp: Expect fullname field in mi
4333         disassembly output.
4334
4335 2012-11-09  Pedro Alves  <palves@redhat.com>
4336
4337         PR gdb/14306
4338
4339         * gdb.multi/multi-arch-exec.c: New file.
4340         * gdb.multi/multi-arch-exec.exp: New file.
4341
4342 2012-11-09  Yao Qi  <yao@codesourcery.com>
4343
4344         * gdb.mi/mi-break.exp (test_abreak_creation): New procedure.
4345         (top level): Call it.
4346
4347 2012-11-09  Yao Qi  <yao@codesourcery.com>
4348
4349         * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix
4350         typo.
4351
4352 2012-11-09  Pedro Alves  <palves@redhat.com>
4353
4354         * gdb.multi/multi-arch.exp: New.
4355
4356 2012-11-08  Tom Tromey  <tromey@redhat.com>
4357
4358         * gdb.base/siginfo-obj.exp: Create core file.  Test siginfo from
4359         core files, if possible.
4360         * gdb.base/siginfo-thread.c: New file
4361         * gdb.base/siginfo-thread.exp: New file
4362
4363 2012-11-08  Tom Tromey  <tromey@redhat.com>
4364
4365         * gdb.base/comprdebug.exp: New file.
4366
4367 2012-11-06  Pedro Alves  <palves@redhat.com>
4368
4369         PR gdb/14810
4370
4371         * gdb.base/disabled-location.c: New file.
4372         * gdb.base/disabled-location.exp: New file.
4373
4374 2012-11-06  Tom Tromey  <tromey@redhat.com>
4375
4376         * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd.
4377         * gdb.python/py-strfns.exp (test_strfns_core_file): Use
4378         gdb_gcore_cmd.
4379         * gdb.cell/gcore.exp: Use gdb_gcore_cmd.
4380         * gdb.base/gcore.exp: Use gdb_gcore_cmd.
4381         * gdb.base/gcore-relro.exp: Use gdb_gcore_cmd.
4382         * gdb.base/gcore-buffer-overflow.exp: Use gdb_gcore_cmd.
4383         * gdb.base/auxv.exp: Use gdb_gcore_cmd.
4384         * gdb.arch/vsx-regs.exp: Use gdb_gcore_cmd.
4385         * gdb.arch/system-gcore.exp: Use gdb_gcore_cmd.
4386         * gdb.arch/pa-nullify.exp (test_core_bt): Use gdb_gcore_cmd.
4387         * lib/gdb.exp (gdb_gcore_cmd): New proc.
4388
4389 2012-11-05  Pedro Alves  <palves@redhat.com>
4390
4391         * gdb.base/foll-vfork.exp (vfork_relations_in_info_inferiors): New
4392         procedure.
4393         (do_vfork_and_follow_child_tests_exec)
4394         (do_vfork_and_follow_child_tests_exit): Call it.
4395
4396 2012-11-05  Pedro Alves  <palves@redhat.com>
4397
4398         * gdb.base/foll-vfork.c (main): Call perror and _exit if execlp()
4399         fails.
4400
4401 2012-11-03  Yao Qi  <yao@codesourcery.com>
4402
4403         Fix PR gdb/14617.
4404         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
4405         Remove setup_kfail, and update test.
4406
4407 2012-11-02  Tom Tromey  <tromey@redhat.com>
4408
4409         * gdb.base/catch-syscall.exp (do_syscall_tests): Add completion
4410         test.
4411
4412 2012-11-02  Pedro Alves  <palves@redhat.com>
4413
4414         PR gdb/14766
4415
4416         * gdb.base/foll-vfork.exp (vfork_child_follow_to_exit): Remove
4417         setup_kfail.
4418         (tcatch_vfork_then_child_follow_exit): No longer expect "Couldn't
4419         get registers".
4420
4421 2012-11-02  Pedro Alves  <palves@redhat.com>
4422
4423         * gdb.base/foll-vfork-exit.c: New file.
4424         * gdb.base/foll-vfork.exp (top level): New file-describing
4425         comment.
4426         (vfork_child_follow_to_exit): New procedure.
4427         (tcatch_vfork_then_child_follow): Rename as ...
4428         (tcatch_vfork_then_child_follow_exec): ... this.
4429         (tcatch_vfork_then_child_follow_exit): New procedure.
4430         (do_vfork_and_follow_parent_tests): New procedure, factored out
4431         from do_vfork_and_exec_tests.
4432         (do_vfork_and_follow_child_tests_exec): Ditto.
4433         (do_vfork_and_exec_tests): Delete.
4434         (do_vfork_and_follow_child_tests_exit): New procedure.
4435         (top level): Run tests with both the program that has the vfork
4436         child execing, and the program has the vfork child exiting.
4437
4438 2012-11-02  Pedro Alves  <palves@redhat.com>
4439
4440         * gdb.base/foll-vfork.exp (setup_gdb): New procedure.
4441         (check_vfork_catchpoints, vfork_parent_follow_through_step)
4442         (vfork_parent_follow_to_bp): Call it.
4443         (kill_child): Delete.
4444         (vfork_and_exec_child_follow_to_main_bp)
4445         (vfork_and_exec_child_follow_through_step): Call setup_gdb.  No
4446         longer call kill_child.
4447         (tcatch_vfork_then_parent_follow): Call setup_gdb.
4448         (do_vfork_and_exec_tests): Don't runto_main before calling each
4449         test procedure.
4450         (top level): Don't clean restart and set verbose before running
4451         each test procedure.
4452
4453 2012-11-02  Pedro Alves  <palves@redhat.com>
4454
4455         * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step)
4456         (vfork_parent_follow_to_bp)
4457         (vfork_and_exec_child_follow_to_main_bp)
4458         (vfork_and_exec_child_follow_through_step)
4459         (tcatch_vfork_then_parent_follow)
4460         (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
4461         Use with_test_prefix.
4462
4463 2012-11-02  Pedro Alves  <palves@redhat.com>
4464
4465         * gdb.base/foll-vfork.c: Add copyright header.
4466         * gdb.base/vforked-prog.c: Add copyright header.
4467
4468 2012-11-02  Pedro Alves  <palves@redhat.com>
4469
4470         * gdb.base/foll-vfork.exp
4471         (vfork_and_exec_child_follow_through_step): Don't skip on
4472         non-HP/UX targets.  Expect the next to only step one line on
4473         non-HP/UX targets, rather than stopping only after the exec.
4474
4475 2012-11-02  Pedro Alves  <palves@redhat.com>
4476
4477         Don't hard code line numbers.
4478
4479         * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step):
4480         Expect text from the sources instead of a line number.
4481         (vfork_parent_follow_to_bp)
4482         (vfork_and_exec_child_follow_to_main_bp)
4483         (vfork_and_exec_child_follow_through_step)
4484         (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
4485         Use gdb_get_line_number.
4486
4487 2012-11-02  Pedro Alves  <palves@redhat.com>
4488
4489         Modernize.
4490
4491         * gdb.base/foll-vfork.exp: Use standard_testfile and
4492         build_executable.  Pass descriptive string to untested.
4493         (vfork_parent_follow_through_step, vfork_parent_follow_to_bp)
4494         (vfork_and_exec_child_follow_to_main_bp)
4495         (vfork_and_exec_child_follow_through_step)
4496         (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow)
4497         (do_vfork_and_exec_tests): Use gdb_test/gdb_test_multiple instead
4498         of send_gdb/gdb_expect.
4499
4500         (kill_child): New procedure.
4501         (vfork_and_exec_child_follow_to_main_bp)
4502         (vfork_and_exec_child_follow_through_step): Use it.
4503
4504 2012-11-02  Yao Qi  <yao@codesourcery.com>
4505
4506         * gdb.base/setvar.exp: Test setting nested struct.
4507         * gdb.base/setvar.c (v_struct3): New.
4508
4509 2012-11-01  Doug Evans  <dje@google.com>
4510
4511         * gdb.arch/amd64-pseudo.c (main): Mark registers that the testsuite
4512         changes as clobbered (e.g., amd64-dword.exp) so gcc doesn't try to
4513         use them.
4514
4515 2012-10-31  Andrew Burgess  <aburgess@broadcom.com>
4516
4517         PR cli/14772
4518         * gdb.base/gnu_vector.c (union_with_vector_1)
4519         (struct_with_vector_1): Add new struct and union for testing
4520         ptype.
4521         * gdb.base/gnu_vector.exp: Add testing of ptype on vectors, and
4522         structs / unions containing vectors.
4523
4524 2012-10-25  Yao Qi  <yao@codesourcery.com>
4525
4526         * gdb.trace/ftrace.exp (test_fast_tracepoints): Use
4527         'setup_kfail' instead of 'setup_kfail_for_target'.
4528         * gdb.base/varargs.exp: Likewise.
4529         * lib/gdb.exp (setup_kfail_for_target): Remove.
4530
4531 2012-10-25  Mark Kettenis  <kettenis@openbsd.nfra.nl>
4532
4533         * gdb.base/varargs.exp: PR gdb/12790 is now fixed.
4534
4535 2012-10-25  Mark Kettenis  <kettenis@gnu.org>
4536
4537         * gdb.base/varargs.exp: PR gdb/12776 is now fixed.
4538
4539 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
4540
4541         * gdb.ada/set_wstr: New testcase.
4542
4543 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
4544
4545         * gdb.base/ldbl_e308.c, gdb.base/ldbl_e308.exp: New files.
4546
4547 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
4548
4549         * gdb.ada/unc_arr_ptr_in_var_rec: New testcase.
4550
4551 2012-10-24  Mark Kettenis  <kettenis@gnu.org>
4552
4553         * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.
4554
4555 2012-10-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4556
4557         * gdb.base/callfuncs.exp (do_function_calls): Fix
4558         setup_kfail_for_target for -m32 mode.
4559
4560 2012-10-23  Mark Kettenis  <kettenis@gnu.org>
4561
4562         * gdb.base/callfuncs.exp: PR gdb/12796, gdb/12798 and gdb/12800
4563         are now fixed.
4564
4565 2012-10-23  Yao Qi  <yao@codesourcery.com>
4566
4567         * gdb.base/info-os.exp: Resume the inferior until it exits.
4568
4569 2012-10-18  Yufeng Zhang  <yufeng.zhang@arm.com>
4570
4571         * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
4572         * gdb.base/print-file-var.exp: Likewise.
4573         * gdb.base/type-opaque.exp: Likewise.
4574
4575 2012-10-17  Yao Qi  <yao@codesourcery.com>
4576
4577         * gdb.mi/mi-memory-changed.exp: New.
4578
4579 2012-10-16  Yao Qi  <yao@codesourcery.com>
4580
4581         * gdb.reverse/solib-precsave.exp: Skip if skip_shlib_test
4582         returns true.
4583         Call gdb_load_shlibs.
4584         * gdb.reverse/solib-reverse.exp: Likewise.
4585
4586 2012-10-15  Keith Seitz  <keiths@redhat.com>
4587
4588         * lib/cp-support.exp (cp_test_ptype_class): Add support
4589         for class typedefs.
4590
4591         * gdb.cp/derivation.exp: Add tests for g_instance.
4592
4593 2012-10-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
4594
4595         Fix entry values resolving in inlined frames.
4596         * gdb.arch/amd64-entry-value-inline.S: New file.
4597         * gdb.arch/amd64-entry-value-inline.c: New file.
4598         * gdb.arch/amd64-entry-value-inline.exp: New file.
4599
4600 2012-10-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
4601             Doug Evans  <dje@google.com>
4602
4603         Fix recent gdb_breakpoint regression.
4604         * gdb.java/jmisc.exp: gdb_breakpoint for $function - remove curly
4605         braces from the parameter.
4606         * gdb.java/jprint.exp: Likewise.
4607
4608 2012-10-15  Doug Evans  <dje@google.com>
4609
4610         * lib/gdb.exp (runto): Fix call to gdb_breakpoint.
4611
4612 2012-10-15  Yufeng Zhang  <yufeng.zhang@arm.com>
4613
4614         * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.
4615
4616 2012-10-15  Tom Tromey  <tromey@redhat.com>
4617
4618         * gdb.python/py-symtab.exp: Test sal and symtab destructors.
4619
4620 2012-10-15  Tom Tromey  <tromey@redhat.com>
4621
4622         * gdb.python/py-symbol.exp: Test symbol destructor.
4623
4624 2012-10-14  Yao Qi  <yao@codesourcery.com>
4625
4626         * gdb.mi/mi2-cli.exp: Move to mi-cli.exp.
4627         * gdb.mi/mi-cli.exp: New.
4628
4629         * gdb.mi/mi2-basics.exp: Remove.
4630         * gdb.mi/mi2-break.exp: Remove.
4631         * gdb.mi/mi2-console.exp: Remove.
4632         * gdb.mi/mi2-disassemble.exp: Remove.
4633         * gdb.mi/mi2-eval.exp: Remove.
4634         * gdb.mi/mi2-file.exp: Remove.
4635         * gdb.mi/mi2-hack-cli.exp: Remove.
4636         * gdb.mi/mi2-pthreads.exp: Remove.
4637         * gdb.mi/mi2-read-memory.exp: Remove.
4638         * gdb.mi/mi2-regs.exp: Remove.
4639         * gdb.mi/mi2-return.exp: Remove.
4640         * gdb.mi/mi2-simplerun.exp: Remove.
4641         * gdb.mi/mi2-stack.exp: Remove.
4642         * gdb.mi/mi2-stepi.exp: Remove.
4643         * gdb.mi/mi2-syn-frame.exp: Remove.
4644         * gdb.mi/mi2-until.exp: Remove.
4645         * gdb.mi/mi2-watch.exp: Remove.
4646         * gdb.mi/mi2-var-block.exp: Remove.
4647         * gdb.mi/mi2-var-cmd.exp: Remove.
4648         * gdb.mi/mi2-var-display.exp: Remove.
4649
4650 2012-10-12  Yao Qi  <yao@codesourcery.com>
4651
4652         * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove
4653         trail '.*' on matching patterns.
4654
4655 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
4656
4657         * gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target.
4658         * gdb.arch/i386-cfi-notcurrent.exp: Likewise.
4659         * gdb.arch/i386-disp-step.exp: Likewise.
4660         * gdb.arch/i386-gnu-cfi.exp: Likewise.
4661         * gdb.arch/i386-prologue.exp: Likewise.
4662         * gdb.arch/i386-size-overlap.exp: Likewise.
4663         * gdb.arch/i386-size.exp: Likewise.
4664         * gdb.arch/i386-unwind.exp: Likewise.
4665
4666 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
4667
4668         * gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
4669         * gdb.arch/i386-word.exp: Likewise.
4670
4671 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
4672
4673         * gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of
4674         is_ilp32_target to set nr_regs.
4675         * gdb.arch/i386-sse.exp: Likewise.
4676
4677 2012-10-11  Doug Evans  <dje@google.com>
4678
4679         PR breakpoints/14643.
4680         * gdb.linespec/ls-errs.exp: Change tests of "b if|task|thread".
4681         * gdb.linespec/thread.c: New file.
4682         * gdb.linespec/thread.exp: New file.
4683
4684         * lib/gdb.exp (gdb_breakpoint): Fix varargs scan.
4685         Recognize "message" -> print pass and fail.  Add eof case.
4686         (runto): Recognize message, no-message.  Print pass/fail if requested,
4687         with same treatment as gdb_breakpoint.
4688         (runto_main): Pass no-message to runto.
4689         (gdb_internal_error_resync): Add log message.
4690         (gdb_file_cmd): Tweak internal error fail text for consistency.
4691
4692 2012-10-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4693
4694         Fix crash during stepping on ppc32.
4695         * gdb.base/step-symless.c: New file.
4696         * gdb.base/step-symless.exp: New file.
4697
4698 2012-10-03  Doug Evans  <dje@google.com>
4699
4700         PR symtab/14601
4701         * gdb.cp/using-crash.exp: New file.
4702         * gdb.cp/using-crash.cc: New file.
4703
4704 2012-10-02  Doug Evans  <dje@google.com>
4705
4706         * lib/gdb.exp (gdb_unload): Change wording of perror text to be
4707         more consistent.
4708         (runto,gdb_debug_format): Ditto.
4709         (gdb_file_cmd): Watch for eof in nested gdb_expect.
4710         Clean up logging and error messages.
4711
4712 2012-10-01  Andrew Burgess  <aburgess@broadcom.com>
4713
4714         Test find command on unmapped memory.
4715         * gdb.base/find-unmapped.c: New file.
4716         * gdb.base/find-unmapped.exp: New file.
4717
4718 2012-09-29  Yao Qi  <yao@codesourcery.com>
4719
4720         * gdb.trace/mi-tracepoint-changed.exp: New.
4721         * gdb.mi/mi-breakpoint-changed.exp: New.
4722         * gdb.mi/pending.c, gdb.mi/pendshr1.c: New
4723         * gdb.mi/pendshr2.c: New.
4724
4725 2012-09-28  Yao Qi  <yao@codesourcery.com>
4726
4727         * gdb.mi/pr11022.exp: New.
4728         * gdb.mi/pr11022.c: New.  Copied from gdb.base/.
4729
4730 2012-09-27  Tom Tromey  <tromey@redhat.com>
4731
4732         * gdb.cp/derivation.exp: Add regression test.
4733         * gdb.cp/derivation.cc (class V_base, class V_inter, class
4734         V_derived): New.
4735         (vderived): New global.
4736
4737 2012-09-26  Tom Tromey  <tromey@redhat.com>
4738
4739         * gdb.dwarf2/dw2-common-block.S: New file.
4740         * gdb.dwarf2/dw2-common-block.exp: New file.
4741
4742 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
4743
4744         * gdb.fortran/common-block.exp: New file.
4745         * gdb.fortran/common-block.f90: New file.
4746
4747 2012-09-26  Andrew Burgess  <aburgess@broadcom.com>
4748
4749         * gdb.base/duplicate-bp.c: New file.
4750         * gdb.base/duplicate-bp.exp: New file.
4751
4752 2012-09-26  Yao Qi  <yao@codesourcery.com>
4753
4754         * gdb.mi/mi2-cli.exp:  Avoid line number in test summary.
4755
4756         Revert:
4757         2012-09-21  Yao Qi  <yao@codesourcery.com>
4758
4759         * gdb.mi/mi2-cli.exp: Remove redundant '\'.
4760
4761 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
4762
4763         * gdb.base/longest-types.c: New test case.
4764         * gdb.base/longest-types.exp: New test case.
4765
4766 2012-09-25  Yao Qi  <yao@codesourcery.com>
4767
4768         * gdb.mi/mi2-cli.exp: Check breakpoint notification.
4769
4770 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
4771
4772         Fix internal error on canonicalization of clang types.
4773         * gdb.dwarf2/dw2-canonicalize-type.S: New file.
4774         * gdb.dwarf2/dw2-canonicalize-type.exp: New file.
4775         * lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
4776
4777 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
4778
4779         Fix disassemble without parameters in tailcall frame.
4780         * gdb.arch/amd64-entry-value.exp (down, disassemble): New tests.
4781
4782 2012-09-21  Andrew Burgess  <aburgess@broadcom.com>
4783
4784         * gdb.dwarf2/dw2-op-out-param.S: New file.
4785         * gdb.dwarf2/dw2-op-out-param.exp: New file.
4786
4787 2012-09-21  Yao Qi  <yao@codesourcery.com>
4788
4789         * gdb.mi/mi2-cli.exp: Remove redundant '\'.
4790
4791 2012-09-21  Yao Qi  <yao@codesourcery.com>
4792
4793         * gdb.mi/mi-cli.exp: Remove.
4794         * gdb.mi/mi2-cli.exp: Merged from mi-cli.exp.
4795
4796 2012-09-21  Yao Qi  <yao@codesourcery.com>
4797
4798         * gdb.mi/mi-reverse.exp: Fix the typo in expected output of
4799         "=record-started" notification.
4800
4801 2012-09-21  Yao Qi  <yao@codesourcery.com>
4802
4803         * gdb.mi/mi-record-changed.exp: New.
4804         * gdb.mi/mi-reverse.exp: Adjust expected output.
4805
4806 2012-09-20  Tom Tromey  <tromey@redhat.com>
4807
4808         * gdb.python/python.exp: Test atexit.register.
4809
4810 2012-09-20  Doug Evans  <dje@google.com>
4811
4812         * boards/dwarf4-gdb-index.exp: New file.
4813
4814         * gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
4815         while running the tests.
4816
4817 2012-09-18  Joel Brobecker  <brobecker@adacore.com>
4818
4819         * gdb.ada/bp_reset: New testcase.
4820
4821 2012-09-18  Yao Qi  <yao@codesourcery.com>
4822
4823         * gdb.trace/mi-tsv-changed.exp: New.
4824
4825 2012-09-18  Yao Qi  <yao@codesourcery.com>
4826
4827         * gdb.trace/mi-traceframe-changed.exp: New.
4828
4829 2012-09-17  Yao Qi  <yao@codesourcery.com>
4830
4831         * gdb.base/list.exp (set_listsize): Don't set arg to "unlimited"
4832         when it is less than 0.
4833
4834 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4835
4836         PR 14119
4837         * gdb.arch/amd64-tailcall-ret.S: New file.
4838         * gdb.arch/amd64-tailcall-ret.c: New file.
4839         * gdb.arch/amd64-tailcall-ret.exp: New file.
4840         * gdb.reverse/amd64-tailcall-reverse.S: New file.
4841         * gdb.reverse/amd64-tailcall-reverse.c: New file.
4842         * gdb.reverse/amd64-tailcall-reverse.exp: New file.
4843
4844 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4845
4846         PR 14548
4847         * gdb.reverse/singlejmp-reverse-nodebug.S: New file.
4848         * gdb.reverse/singlejmp-reverse-nodebug.c: New file.
4849         * gdb.reverse/singlejmp-reverse.S: New file.
4850         * gdb.reverse/singlejmp-reverse.c: New file.
4851         * gdb.reverse/singlejmp-reverse.exp: New file.
4852
4853 2012-09-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
4854
4855         Fix compatibility with old GCC (~4.1).
4856         * gdb.cp/converts.cc (my_enum_var): New variable.
4857
4858 2012-09-14  Andrew Burgess  <aburgess@broadcom.com>
4859
4860         * gdb.xml/tdesc-regs.exp: Update expected output for new
4861         vector_size syntax of vector types.
4862
4863 2012-09-13  Khoo Yit Phang  <khooyp@cs.umd.edu>
4864
4865         Refactor Python "gdb" module into a proper Python package, by
4866         introducing a new "_gdb" module for code implemented in C, and
4867         using reload/__import__ instead of exec.
4868         * gdb.python/python.exp (Test stderr location): Update module
4869         location of GDB-specific sys.stderr.
4870         (Test stdout location): Ditto for sys.stdout.
4871
4872 2012-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4873
4874         * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
4875
4876 2012-09-12  Keith Seitz  <keiths@redhat.com>
4877
4878         * gdb.cp/converts.cc (main): Comment out the pointer to boolean
4879         conversion statement.
4880
4881 2012-09-12  Doug Evans  <dje@google.com>
4882
4883         * gdb.base/help.exp: Remove testing of individual command help text,
4884         too much of a maintenance burden.  Instead, test the functionality
4885         of "help" itself.
4886
4887 2012-09-11  Doug Evans  <dje@google.com>
4888
4889         * gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
4890         breakpoint.
4891
4892         * gdb.dwarf2/fission-base.S: Include gdb.dwarf2/ in dwo_name.
4893         * gdb.dwarf2/fission-reread.S: Ditto.
4894         * gdb.dwarf2/fission-base.exp: Remove setting of debug-file-directory.
4895         * gdb.dwarf2/fission-reread.exp: Ditto.
4896
4897 2012-09-11  Andrew Burgess  <aburgess@broadcom.com>
4898
4899         * gdb.base/ptype.exp: Test ptype on a pointer to a typedef.
4900
4901 2012-09-10  Joel Brobecker  <brobecker@adacore.com>
4902
4903         * gdb.ada/optim_drec: New testcase.
4904
4905 2012-09-10  Doug Evans  <dje@google.com>
4906
4907         * boards/fission.exp: Explicitly mark "board" as not remote.
4908
4909 2012-09-10  Keith Seitz  <keiths@redhat.com>
4910
4911         PR gdb/13483
4912         * gdb.cp/converts.cc (A::A): Add ctor.
4913         (A::member_): Add member.
4914         (enum my_enum): New enumeration.
4915         (main): Add calls to foo1_7 with various
4916         permitted arguments.
4917         * gdb.cp/converts.exp: Add tests for boolean
4918         conversions permitted by the standard.
4919
4920 2012-09-08  Khoo Yit Phang  <khooyp@cs.umd.edu>
4921
4922         Replace -nw option with $INTERNAL_GDBFLAGS in "xgdb" tests to
4923         avoid spurious results due to ~/.gdbinit.
4924         * gdb.gdb/complaint.exp (setup_test): Replace -nw option with
4925         $INTERNAL_GDBFLAGS in run command.
4926         * gdb.gdb/observer.exp (setup_test): Ditto.
4927         * gdb.gdb/selftest.exp (test_with_self): Ditto.
4928         * gdb.gdb/xfullpath.exp (setup_test): Ditto.
4929
4930 2012-09-06  Doug Evans  <dje@google.com>
4931
4932         * boards/fission.exp: New file.
4933
4934         * gdb.python/py-value.exp: Use clean_restart.
4935
4936 2012-09-05  Doug Evans  <dje@google.com>
4937
4938         * gdb.base/info-macros.c: Fix whitespace.
4939
4940 2012-08-28  Pedro Alves  <palves@redhat.com>
4941
4942         PR gdb/14428
4943
4944         * gdb.base/pc-fp.exp: Adjust expected output of 'info registers pc fp'.
4945
4946 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
4947
4948         * gdb.base/break-caller-line.c: New file.
4949         * gdb.base/break-caller-line.exp: New file.
4950
4951 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
4952
4953         * gdb.ada/rdv_wait.exp (set debug-file-directory): New command.
4954         * gdb.arch/i386-cfi-notcurrent.S: New file.
4955         * gdb.arch/i386-cfi-notcurrent.exp: New file.
4956
4957 2012-08-27  Wei-cheng Wang  <cole945@gmail.com>
4958             Yao Qi <yao@codesourcery.com>
4959             Pedro Alves <palves@redhat.com>
4960
4961         * gdb.base/memattr.exp (delete_memory, region_pass, region_fail):
4962         New procedures.
4963         (top level): Add overlap checking tests.
4964
4965 2012-08-24  Tom Tromey  <tromey@redhat.com>
4966
4967         * lib/gdb.exp (skip_unwinder_tests): Don't leave 'ok' set if
4968         gdb_test_multiple fails for other reasons.
4969
4970 2012-08-24  Yao Qi  <yao@codesourcery.com>
4971
4972         * lib/gdb.exp (skip_unwinder_tests): Remove pass.
4973
4974 2012-08-23  Pedro Alves  <palves@redhat.com>
4975
4976         * gdb.base/help.exp: Adjust to "handle" help text change.
4977
4978 2012-08-23  Yao Qi  <yao@codesourcery.com>
4979
4980         * gdb.trace/disconnected-tracing.c (start, end): New.
4981         (main): Call start and end.
4982         * gdb.trace/disconnected-tracing.exp (disconnected_tracing): Move
4983         existing tests into this proc.
4984         (disconnected_tfind): New.
4985
4986 2012-08-23  Yao Qi  <yao@codesourcery.com>
4987
4988         * boards/native-gdbserver.exp (${board}_upload): New.
4989         * boards/native-stdio-gdbserver.exp (${board}_upload): New.
4990         * gdb.trace/tfile.exp: Don't check 'gdb,nofileio'.
4991         Execute tfile on remote target.
4992         Copy trace file from target to host.
4993
4994 2012-08-22  Joseph Myers  <joseph@codesourcery.com>
4995
4996         * gdb.arch/thumb-bx-pc.S: New file.
4997         * gdb.arch/thumb-bx-pc.exp: New file.
4998
4999 2012-08-22  Tom Tromey  <tromey@redhat.com>
5000
5001         * gdb.base/maint.exp: Update.
5002
5003 2012-08-22  Tom Tromey  <tromey@redhat.com>
5004
5005         * lib/gdb.exp (skip_unwinder_tests): New proc.
5006         * gdb.cp/nextoverthrow.exp: Use skip_unwinder_tests.
5007         * gdb.java/jnpe.exp: Use skip_unwinder_tests.
5008
5009 2012-08-21  Tom Tromey  <tromey@redhat.com>
5010
5011         * gdb.hp/gdb.aCC/exception.exp: Remove.
5012
5013 012-08-19  Andrew Pinski  <apinski@cavium.com>
5014
5015         * gdb.arch/mips-octeon-bbit.c: New file.
5016         * gdb.arch/mips-octeon-bbit.exp: New Test.
5017
5018 012-08-19  Keith Seitz  <keiths@redhat.com>
5019
5020         PR c++/14365
5021         * gdb.dwarf2/dw2-anon-mptr.exp: New file.
5022         * gdb.dwarf2/dw2-anon-mptr.S: New file.
5023
5024 2012-08-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
5025
5026         * gdb.base/solib-corrupted.exp (make solibs looping): Replace
5027         verbose -log by more specific untested call.
5028
5029 2012-08-18  Yao Qi  <yao@codesourcery.com>
5030
5031         * gdb.trace/tfind.exp: Move tests on various command help before
5032         checking target supports trace.
5033         Fix the expected output of 'help tfind end'.
5034
5035 2012-08-17  Keith Seitz  <keiths@redhat.com>
5036
5037         PR c++/13356
5038         * gdb.base/default.exp: Update all "check type" tests.
5039         * gdb.base/help.exp: Likewise.
5040         * gdb.base/setshow.exp: Likewise.
5041         * gdb.cp/converts.cc (foo1_type_check): New function.
5042         (foo2_type_check): New function.
5043         (foo3_type_check): New function.
5044         (main): Call new functions.
5045         * converts.exp: Add tests for integer-to-pointer conversions
5046         with/without strict type-checking.
5047
5048 2012-08-16  Mike Frysinger  <vapier@gentoo.org>
5049
5050         * gdb.base/help.exp: Update expected output.
5051
5052 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
5053
5054         * gdb.ada/rdv_wait: New testcase.
5055
5056 2012-08-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
5057
5058         * gdb.base/attach-twice.exp: Remove excessive ps exec.
5059
5060 2012-08-13  Doug Evans  <dje@google.com>
5061
5062         * gdb.base/help.exp: Update expected output.
5063         * gdb.base/default.exp: Update expected output of "show convenience".
5064
5065 2012-08-10  Doug Evans  <dje@google.com>
5066
5067         * gdb.python/py-strfns.c: New file.
5068         * gdb.python/py-strfns.exp: New file.
5069         * gdb.python/py-type.exp (test_fields): Add vector tests.
5070
5071 2012-08-10  Mike Frysinger  <vapier@gentoo.org>
5072
5073         PR cli/10436:
5074         * gdb.base/completion.exp: Add tests for handle completion.
5075
5076 2012-08-09  Yao Qi  <yao@codesourcery.com>
5077
5078         * gdb.mi/mi-cmd-param-changed.exp: New.
5079         * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
5080         * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
5081         * gdb.mi/mi2-prompt.exp: Likewise.
5082
5083 2012-08-08  Doug Evans  <dje@google.com>
5084
5085         * gdb.base/debug-expr.c: New file.
5086         * gdb.base/debug-expr.exp: New file.
5087         * gdb.base/exprs.exp: Test {type} casts.
5088         * gdb.cp/debug-expr.exp: New file.
5089
5090 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
5091
5092         * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
5093         global variable loop, not a 'break'.  Add loop count limit to 100.
5094         Add new fail case for terminated vgdb.
5095
5096 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
5097             Jean-Marc Saffroy  <saffroy@gmail.com>
5098
5099         PR 11804
5100         * gdb.base/gcore-relro.exp: New file.
5101         * gdb.base/gcore-relro-main.c: New file.
5102         * gdb.base/gcore-relro-lib.c: New file.
5103
5104 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
5105
5106         Do not false FAIL with old GCCs.
5107         * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
5108         GCC < 4.5 in $no_hw mode.
5109
5110 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
5111
5112         * gdb.base/default.exp (cd): Accept new directory with no arguments.
5113
5114 2012-08-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
5115
5116         * gdb.base/list.exp (test_only_end): New function.
5117         Call it.
5118
5119 2012-08-06  Tom Tromey  <tromey@redhat.com>
5120
5121         * gdb.python/py-mi.exp: Add test for printer whose children
5122         are a list.
5123         * gdb.python/py-prettyprint.c (struct children_as_list): New.
5124         (main): New variable children_as_list.
5125         * gdb.python/py-prettyprint.py (class pp_children_as_list):
5126         New.
5127         (register_pretty_printers): Register new printer.
5128
5129 2012-08-03  Edjunior Machado  <emachado@linux.vnet.ibm.com>
5130
5131         * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
5132         symbols. Abort if vgdb remote connection is closed.
5133
5134 2012-08-02  Doug Evans  <dje@google.com>
5135
5136         * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
5137
5138 2012-08-02  Sergio Durigan Junior  <sergiodj@redhat.com>
5139
5140         * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
5141         s390x, PowerPC 64 and m68k-linux.
5142
5143 2012-08-02  Ulrich Weigand  <uweigand@de.ibm.com>
5144
5145         * gdb.base/annota1.exp: Accept no frames-invalid notification
5146         when starting up the program.
5147         * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
5148         show a symbolic value as well.
5149         * gdb.server/server-exec-info.exp: Skip test when skipping
5150         gdbserver test and/or when skipping shared library tests.
5151         * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
5152         avoid name conflicts with other tests.
5153
5154 2012-08-02  Ulrich Weigand  <uweigand@de.ibm.com>
5155
5156         * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
5157         Fix wrong output on big-endian systems.
5158         * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
5159         4-byte pointer types on 64-bit s390x.
5160
5161 2012-08-02  Ulrich Weigand  <uweigand@de.ibm.com>
5162
5163         * gdb.base/watchpoint.c (func2): Initialize local_a.  Add
5164         marker comment at the beginning (after intialization).
5165         * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
5166         breakpoint on marker comment instead of function begin.
5167         (test_wide_location_1): Do not expect HW watchpoints on 32-bit
5168         PowerPC.
5169         (test_wide_location_2): Do not expect HW watchpoints on 32-bit
5170         or 64-bit PowerPC.
5171         (do_tests): Consistently set can-use-hw-watchpoints to 0 if
5172         gdb,no_hardware_watchpoints flag is set.
5173         (initialize): Remove now redundant can-use-hw-watchpoints change.
5174
5175 2012-08-02  Yao Qi  <yao@codesourcery.com>
5176             Pedro Alves  <palves@redhat.com>
5177
5178         * boards/local-remote-host.exp: New.
5179
5180 2012-08-01  Ulrich Weigand  <ulrich.weigand@linaro.org>
5181
5182         * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
5183         * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
5184         * gdb.base/print-file-var.exp: Likewise.
5185         * gdb.server/solib-list.exp: Skip on remote targets.
5186
5187 2012-08-01  Ulrich Weigand  <ulrich.weigand@linaro.org>
5188
5189         * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
5190         watchpoints on ARM.  When expecting software watchpoints, tolerate
5191         (remote) targets that report unsupported hardware watchpoint only
5192         at continue time.
5193         (test_wide_location_2): Likewise.
5194
5195 2012-08-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
5196
5197         * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
5198         valgrind versions.
5199
5200 2012-07-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
5201
5202         * gdb.base/valgrind-infcall.c: New file.
5203         * gdb.base/valgrind-infcall.exp: New file.
5204
5205         * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
5206
5207 2012-07-30  Keith Seitz  <keiths@redhat.com>
5208
5209         * gdb.linespec/ls-errs.exp: Check some quote-enclosed
5210         linespecs.
5211
5212 2012-07-30  Doug Evans  <dje@google.com>
5213
5214         * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
5215         * gdb.dwarf2/pr13961.S: Ditto.
5216
5217         * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
5218
5219 2012-07-30  Andrew Burgess  <aburgess@broadcom.com>
5220
5221         * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
5222         change its format immediately after reloading the binary.
5223
5224 2012-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
5225
5226         Fix testsuite regression after --use-deprecated-index-sections removal.
5227         * gdb.base/annota1.exp (run until main breakpoint): Update the expect
5228         string.
5229         * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
5230
5231 2012-07-27  Yao Qi  <yao@codesourcery.com>
5232
5233         KFAIL for PR remote/14161.
5234         * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
5235         Cleanup socket files.
5236         (strace_info_marker): Detach inferior.
5237
5238 2012-07-26  Tom Tromey  <tromey@redhat.com>
5239
5240         * gdb.objc/print.exp (test_float_accepted): Remove kfails.
5241
5242 2012-07-26  Markus Metzger  <markus.t.metzger@intel.com>
5243
5244         * gdb.python/py-inferior.c (thread): New function.
5245         (check_threads): New function.
5246         (test_threads): New function.
5247         * gdb.python/py-inferior.exp: Added test.
5248         Replaced runto with continue to breakpoint.
5249
5250 2012-07-26  Tom Tromey  <tromey@redhat.com>
5251
5252         * lib/ada.exp (standard_ada_testfile): New proc.
5253         * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
5254         * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
5255         * gdb.ada/array_return.exp: Use standard_ada_testfile.
5256         * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
5257         * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
5258         * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
5259         * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
5260         * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
5261         * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
5262         * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
5263         * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
5264         * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
5265         * gdb.ada/call_pn.exp: Use standard_ada_testfile.
5266         * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
5267         * gdb.ada/char_enum.exp: Use standard_ada_testfile.
5268         * gdb.ada/char_param.exp: Use standard_ada_testfile.
5269         * gdb.ada/complete.exp: Use standard_ada_testfile.
5270         * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
5271         standard_output_file.
5272         * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
5273         * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
5274         * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
5275         standard_output_file.
5276         * gdb.ada/exprs.exp: Use standard_ada_testfile.
5277         * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
5278         * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
5279         * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
5280         * gdb.ada/frame_args.exp: Use standard_ada_testfile.
5281         * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
5282         * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
5283         * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
5284         * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
5285         * gdb.ada/homonym.exp: Use standard_ada_testfile.
5286         * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
5287         * gdb.ada/int_deref.exp: Use standard_ada_testfile.
5288         * gdb.ada/interface.exp: Use standard_ada_testfile.
5289         * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
5290         standard_output_file
5291         * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
5292         * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
5293         * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
5294         * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
5295         * gdb.ada/nested.exp: Use standard_ada_testfile.
5296         * gdb.ada/null_array.exp: Use standard_ada_testfile.
5297         * gdb.ada/null_record.exp: Use standard_ada_testfile.
5298         * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
5299         * gdb.ada/packed_array.exp: Use standard_ada_testfile.
5300         * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
5301         * gdb.ada/print_chars.exp: Use standard_ada_testfile.
5302         * gdb.ada/print_pc.exp: Use standard_ada_testfile.
5303         * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
5304         * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
5305         * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
5306         * gdb.ada/rec_return.exp: Use standard_ada_testfile.
5307         * gdb.ada/ref_param.exp: Use standard_ada_testfile.
5308         * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
5309         * gdb.ada/same_enum.exp: Use standard_ada_testfile.
5310         * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
5311         * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
5312         * gdb.ada/start.exp: Use standard_ada_testfile.
5313         * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
5314         * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
5315         * gdb.ada/taft_type.exp: Use standard_ada_testfile.
5316         * gdb.ada/tagged.exp: Use standard_ada_testfile.
5317         * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
5318         * gdb.ada/task_bp.exp: Use standard_ada_testfile.
5319         * gdb.ada/tasks.exp: Use standard_ada_testfile.
5320         * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
5321         * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
5322         * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
5323         * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
5324         * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
5325         * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
5326         * gdb.ada/widewide.exp: Use standard_ada_testfile.
5327
5328 2012-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
5329
5330         Fix testsuite regression after --use-deprecated-index-sections removal.
5331         * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
5332
5333 2012-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
5334
5335         Fix compatibility with Tcl before 7.5.
5336         * lib/future.exp (lreverse): New function if it does not exist.
5337
5338 2012-07-25  Marc Khouzam  <marc.khouzam@ericsson.com>
5339
5340         * gdb.mi/mi-pending.c: New method to set a second pending
5341         breakpoint.
5342         * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
5343         condition.
5344
5345 2012-07-20  Pedro Alves  <palves@redhat.com>
5346
5347         PR threads/11692
5348         PR gdb/12203
5349
5350         * gdb.threads/create-fail.c: New file.
5351         * gdb.threads/create-fail.exp: New file.
5352
5353 2012-07-19  Pedro Alves  <palves@redhat.com>
5354
5355         * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
5356         * config/vx.exp (gdb_start): Likewise.
5357         * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
5358         * gdb.base/setvar.exp (test_set): Likewise.
5359         * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
5360         * gdb.reverse/sigall-precsave.exp: Likewise.
5361         * gdb.reverse/sigall-reverse.exp: Likewise.
5362
5363 2012-07-19  Pedro Alves  <palves@redhat.com>
5364
5365         * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
5366         handler before recording.
5367
5368 2012-07-19  Tom Tromey  <tromey@redhat.com>
5369
5370         * gdb.cp/casts.exp: Add tests for typeof and decltype.
5371         * gdb.cp/casts.cc (decltype): New function.
5372         (main): Use it.
5373
5374 2012-07-19  Pedro Alves  <palves@redhat.com>
5375
5376         * gdb.base/sigall.exp (signals): New list.
5377         <top level>: Loop over signals in the $signals list instead of
5378         calling a test function once per signal.
5379         * gdb.reverse/sigall-precsave.exp (signals): New list.
5380         <top level>: Loop over signals in the $signals list instead of
5381         calling a test function once per signal.
5382         * gdb.reverse/sigall-reverse.exp (signals): New list.
5383         <top level>: Loop over signals in the $signals list instead of
5384         calling a test function once per signal.
5385
5386 2012-07-19  Yao Qi  <yao@codesourcery.com>
5387
5388         * gdb.base/setshow.exp: Test 'set args ~'.
5389
5390 2012-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
5391
5392         * gdb.base/store.exp (check_set): Import gdb_prompt.
5393         (continue to wack_${t}): Make it to conditional gdb_test_multiple.
5394         (${prefix}; next ${t}): Hide its name, handle it conditionally now.
5395
5396 2012-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
5397
5398         PR 11914
5399         * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
5400         (main): Call eval_sub.
5401         * gdb.python/py-prettyprint.exp:
5402         (python execfile ('py-prettyprint.py')): Move it earlier.
5403         New breakpoint for eval-break.
5404         (continue to breakpoint: eval-break, info locals): New test.
5405         (python execfile ('py-prettyprint.py')): Move it from here.
5406         * gdb.python/py-prettyprint.py (class pp_eval_type): New.
5407         (register_pretty_printers): Register pp_eval_type.
5408
5409 2012-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5410
5411         Fix a testcase regression by me.
5412         * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
5413         DW_FORM_data4.
5414
5415 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5416             Doug Evans  <dje@google.com>
5417
5418         * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
5419         * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
5420
5421 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5422
5423         Fix gdbserver run regression.
5424         * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
5425
5426 2012-07-12  Tom Tromey  <tromey@redhat.com>
5427
5428         * lib/gdb.exp (standard_testfile): Don't declare objdir.
5429         (clean_restart): Likewise.
5430         (core_find): Use standard_output_file.
5431
5432 2012-07-12  Tom Tromey  <tromey@redhat.com>
5433
5434         * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
5435         * gdb.dwarf2/dw2-anonymous-func.exp: Use
5436         prepare_for_testing_full.
5437         * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
5438         * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
5439         * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
5440         * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
5441         * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
5442         * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
5443         * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
5444         prepare_for_testing_full.
5445         * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
5446         * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
5447         prepare_for_testing_full.
5448         * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
5449         * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
5450         * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
5451
5452 2012-07-12  Tom Tromey  <tromey@redhat.com>
5453
5454         * lib/gdb.exp (build_executable_from_specs): New proc, from
5455         build_executable.
5456         (build_executable): Use it.
5457         (prepare_for_testing_full): New proc.
5458
5459 2012-07-11  Tom Tromey  <tromey@redhat.com>
5460
5461         * gdb.reverse/break-precsave.exp: Use standard_output_file.
5462         * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
5463         * gdb.reverse/finish-precsave.exp: Use standard_output_file.
5464         * gdb.reverse/i386-precsave.exp: Use standard_output_file.
5465         * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
5466         * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
5467         * gdb.reverse/solib-precsave.exp: Use standard_output_file.
5468         * gdb.reverse/step-precsave.exp: Use standard_output_file.
5469         * gdb.reverse/until-precsave.exp: Use standard_output_file.
5470         * gdb.reverse/watch-precsave.exp: Use standard_output_file.
5471
5472 2012-07-10  Tom Tromey  <tromey@redhat.com>
5473
5474         * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
5475         standard_output_file.
5476         * gdb.mi/gdb2549.exp: Use standard_testfile.
5477         * gdb.mi/gdb669.exp: Use standard_testfile.
5478         * gdb.mi/gdb701.exp: Use standard_testfile.
5479         * gdb.mi/gdb792.exp: Use standard_testfile.
5480         * gdb.mi/mi-async.exp: Use standard_testfile.
5481         * gdb.mi/mi-basics.exp: Use standard_testfile.
5482         * gdb.mi/mi-break.exp: Use standard_testfile.
5483         * gdb.mi/mi-cli.exp: Use standard_testfile.
5484         * gdb.mi/mi-console.exp: Use standard_testfile.
5485         * gdb.mi/mi-disassemble.exp: Use standard_testfile.
5486         * gdb.mi/mi-eval.exp: Use standard_testfile.
5487         * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
5488         * gdb.mi/mi-file.exp: Use standard_testfile.
5489         * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
5490         * gdb.mi/mi-logging.exp: Use standard_testfile.
5491         * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
5492         * gdb.mi/mi-nonstop.exp: Use standard_testfile.
5493         * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
5494         * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
5495         * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
5496         * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
5497         * gdb.mi/mi-pending.exp: Use standard_testfile,
5498         standard_output_file.
5499         * gdb.mi/mi-pthreads.exp: Use standard_testfile.
5500         * gdb.mi/mi-read-memory.exp: Use standard_testfile.
5501         * gdb.mi/mi-regs.exp: Use standard_testfile.
5502         * gdb.mi/mi-return.exp: Use standard_testfile.
5503         * gdb.mi/mi-reverse.exp: Use standard_testfile.
5504         * gdb.mi/mi-simplerun.exp: Use standard_testfile.
5505         * gdb.mi/mi-solib.exp: Use standard_testfile,
5506         standard_output_file.
5507         * gdb.mi/mi-stack.exp: Use standard_testfile.
5508         * gdb.mi/mi-stepi.exp: Use standard_testfile.
5509         * gdb.mi/mi-stepn.exp: Use standard_testfile.
5510         * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
5511         * gdb.mi/mi-until.exp: Use standard_testfile.
5512         * gdb.mi/mi-var-block.exp: Use standard_testfile.
5513         * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
5514         * gdb.mi/mi-var-child.exp: Use standard_testfile.
5515         * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
5516         * gdb.mi/mi-var-cp.exp: Use standard_testfile.
5517         * gdb.mi/mi-var-display.exp: Use standard_testfile.
5518         * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
5519         standard_output_file.
5520         * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
5521         * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
5522         * gdb.mi/mi-watch.exp: Use standard_testfile.
5523         * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
5524         * gdb.mi/mi2-basics.exp: Use standard_testfile.
5525         * gdb.mi/mi2-break.exp: Use standard_testfile.
5526         * gdb.mi/mi2-cli.exp: Use standard_testfile.
5527         * gdb.mi/mi2-console.exp: Use standard_testfile.
5528         * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
5529         * gdb.mi/mi2-eval.exp: Use standard_testfile.
5530         * gdb.mi/mi2-file.exp: Use standard_testfile.
5531         * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
5532         * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
5533         * gdb.mi/mi2-regs.exp: Use standard_testfile.
5534         * gdb.mi/mi2-return.exp: Use standard_testfile.
5535         * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
5536         * gdb.mi/mi2-stack.exp: Use standard_testfile.
5537         * gdb.mi/mi2-stepi.exp: Use standard_testfile.
5538         * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
5539         * gdb.mi/mi2-until.exp: Use standard_testfile.
5540         * gdb.mi/mi2-var-block.exp: Use standard_testfile.
5541         * gdb.mi/mi2-var-child.exp: Use standard_testfile.
5542         * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
5543         * gdb.mi/mi2-var-display.exp: Use standard_testfile.
5544         * gdb.mi/mi2-watch.exp: Use standard_testfile.
5545
5546 2012-07-10  Tom Tromey  <tromey@redhat.com>
5547
5548         * gdb.cp/abstract-origin.exp: Use standard_testfile.
5549         * gdb.cp/ambiguous.exp: Use standard_testfile,
5550         prepare_for_testing.
5551         * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
5552         * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
5553         * gdb.cp/anon-ns.exp: Use standard_testfile.
5554         * gdb.cp/anon-struct.exp: Use standard_testfile.
5555         * gdb.cp/anon-union.exp: Use standard_testfile,
5556         prepare_for_testing.
5557         * gdb.cp/arg-reference.exp: Use standard_testfile,
5558         prepare_for_testing.
5559         * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
5560         * gdb.cp/breakpoint.exp: Use standard_testfile,
5561         prepare_for_testing.
5562         * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
5563         * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
5564         standard_output_file.
5565         * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
5566         * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
5567         * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
5568         (test_static_members): Update.
5569         * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
5570         * gdb.cp/converts.exp: Use standard_testfile.
5571         * gdb.cp/cp-relocate.exp: Use standard_testfile.
5572         * gdb.cp/cpcompletion.exp: Use standard_testfile,
5573         prepare_for_testing.
5574         * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
5575         * gdb.cp/cplabel.exp: Use standard_testfile.
5576         * gdb.cp/cplusfuncs.exp: Use standard_testfile,
5577         prepare_for_testing.
5578         * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
5579         * gdb.cp/derivation.exp: Use standard_testfile,
5580         prepare_for_testing.
5581         * gdb.cp/destrprint.exp: Use standard_testfile.
5582         * gdb.cp/dispcxx.exp: Use standard_testfile.
5583         * gdb.cp/exception.exp: Use standard_testfile,
5584         prepare_for_testing.
5585         * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
5586         * gdb.cp/extern-c.exp: Use standard_testfile,
5587         prepare_for_testing.
5588         * gdb.cp/formatted-ref.exp: Use standard_testfile,
5589         prepare_for_testing.
5590         * gdb.cp/fpointer.exp: Use standard_testfile.
5591         * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
5592         * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
5593         standard_output_file.
5594         * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
5595         * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
5596         * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
5597         standard_output_file.
5598         * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
5599         (do_tests): Update.
5600         * gdb.cp/koenig.exp: Use standard_testfile.
5601         * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
5602         * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
5603         * gdb.cp/m-static.exp: Use standard_testfile,
5604         prepare_for_testing.
5605         * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
5606         * gdb.cp/mb-inline.exp: Use standard_testfile,
5607         prepare_for_testing.
5608         * gdb.cp/mb-templates.exp: Use standard_testfile,
5609         prepare_for_testing.
5610         * gdb.cp/member-ptr.exp: Use standard_testfile,
5611         prepare_for_testing.
5612         * gdb.cp/meth-typedefs.exp: Use standard_testfile.
5613         * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
5614         * gdb.cp/method2.exp: Use standard_testfile.
5615         * gdb.cp/minsym-fallback.exp: Use standard_testfile,
5616         standard_output_file.
5617         * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
5618         (do_tests): Update.
5619         * gdb.cp/namespace-enum.exp: Use standard_testfile,
5620         prepare_for_testing.
5621         * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
5622         prepare_for_testing.
5623         * gdb.cp/namespace.exp: Use standard_testfile,
5624         prepare_for_testing.
5625         * gdb.cp/nextoverthrow.exp: Use standard_testfile.
5626         * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
5627         * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
5628         * gdb.cp/nsimport.exp: Use standard_testfile,
5629         prepare_for_testing.
5630         * gdb.cp/nsnested.exp: Use standard_testfile.
5631         * gdb.cp/nsnoimports.exp: Use standard_testfile.
5632         * gdb.cp/nsrecurs.exp: Use standard_testfile,
5633         prepare_for_testing.
5634         * gdb.cp/nsstress.exp: Use standard_testfile,
5635         prepare_for_testing.
5636         * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
5637         * gdb.cp/operator.exp: Use standard_testfile.
5638         * gdb.cp/oranking.exp: Use standard_testfile.
5639         * gdb.cp/overload-const.exp: Use standard_testfile.
5640         * gdb.cp/overload.exp: Use standard_testfile,
5641         prepare_for_testing.
5642         * gdb.cp/ovldbreak.exp: Use standard_testfile.
5643         * gdb.cp/ovsrch.exp: Use standard_testfile.
5644         * gdb.cp/paren-type.exp: Use standard_testfile.
5645         * gdb.cp/pass-by-ref.exp: Use standard_testfile,
5646         prepare_for_testing.
5647         * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
5648         * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
5649         * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
5650         * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
5651         * gdb.cp/pr10728.exp: Use standard_testfile,
5652         standard_output_file.
5653         * gdb.cp/pr12028.exp: Use standard_testfile.
5654         * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
5655         * gdb.cp/pr9167.exp: Use standard_testfile.
5656         * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
5657         * gdb.cp/printmethod.exp: Use standard_testfile,
5658         prepare_for_testing.
5659         * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
5660         * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
5661         * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
5662         * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
5663         standard_output_file.
5664         * gdb.cp/readnow-language.exp: Use standard_testfile.
5665         * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
5666         (gdb_start_again): Use clean_restart.
5667         * gdb.cp/ref-types.exp: Use standard_testfile,
5668         prepare_for_testing.
5669         * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
5670         * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
5671         * gdb.cp/smartp.exp: Use standard_testfile.
5672         * gdb.cp/static-method.exp: Use standard_testfile.
5673         * gdb.cp/static-print-quit.exp: Use standard_testfile.
5674         * gdb.cp/temargs.exp: Use standard_testfile.
5675         * gdb.cp/templates.exp: Use standard_testfile,
5676         prepare_for_testing.
5677         (do_tests): Update.
5678         * gdb.cp/try_catch.exp: Use standard_testfile,
5679         prepare_for_testing.
5680         * gdb.cp/typedef-operator.exp: Use standard_testfile.
5681         * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
5682         * gdb.cp/virtbase.exp: Use standard_testfile,
5683         prepare_for_testing.
5684         * gdb.cp/virtfunc.exp: Use standard_testfile,
5685         prepare_for_testing.
5686         (do_tests): Update.
5687         * gdb.cp/virtfunc2.exp: Use standard_testfile,
5688         prepare_for_testing.
5689
5690 2012-07-10  Tom Tromey  <tromey@redhat.com>
5691
5692         * lib/gdb.exp (standard_testfile): Unset output variables from
5693         earlier invocations.
5694
5695 2012-07-10  Yao Qi  <yao@codesourcery.com>
5696
5697         * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
5698         * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
5699         * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
5700         * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
5701         * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
5702         * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
5703         * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
5704         * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
5705         * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
5706         * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
5707         * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
5708         * gdb.mi/mi-var-display.exp: Likewise.
5709         * gdb.mi/mi-var-invalidate.exp: Likewise.
5710         * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
5711         * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
5712         * gdb.mi/mi2-console.exp: Likewise.
5713         * gdb.mi/mi2-disassemble.exp: Likewise.
5714         * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
5715         * gdb.mi/mi2-read-memory.exp: Likewise.
5716         * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
5717         * gdb.mi/mi2-simplerun.exp: Likewise.
5718         * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
5719         * gdb.mi/mi2-syn-frame.exp: Likewise.
5720         * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
5721         * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
5722         * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
5723
5724 2012-07-09  Tom Tromey  <tromey@redhat.com>
5725
5726         * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
5727         * gdb.base/callfuncs.exp: Add cast-based test.
5728         * gdb.base/callfuncs.c (voidfunc): New function.
5729
5730 2012-07-08  Doug Evans  <dje@google.com>
5731
5732         * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
5733
5734 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
5735
5736         Fix XFAIL compatibility with old i386 systems.
5737         * gdb.base/stale-infcall.exp (test system longjmp tracking support):
5738         Check also 'Cannot insert breakpoint 0'.
5739
5740 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
5741
5742         PR 14321
5743         * gdb.base/find.exp
5744         (find int64_search_buf, +64/8*100, int64_search_buf): New test.
5745
5746 2012-07-06  Tom Tromey  <tromey@redhat.com>
5747
5748         * gdb.base/whatis.exp: Add test.
5749
5750 2012-07-06  Tom Tromey  <tromey@redhat.com>
5751
5752         * gdb.base/whatis.exp: Add regression test.
5753
5754 2012-07-06  Tom Tromey  <tromey@redhat.com>
5755
5756         * gdb.base/whatis.exp: Add tests.
5757
5758 2012-07-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
5759
5760         PR 12649
5761         * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
5762         gdb_test_multiple $gdb_prompt terminator.
5763
5764 2012-07-04  Pedro Alves  <palves@redhat.com>
5765
5766         * gdb.mi/mi-reverse.exp: Use supports_reverse and
5767         supports_process_record.
5768
5769 2012-07-04  Pedro Alves  <palves@redhat.com>
5770
5771         * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
5772         endings.
5773         * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
5774
5775 2012-07-03  Stan Shebs  <stan@codesourcery.com>
5776
5777         * gdb.base/info-os.c (main): Retry resource acquisition until an
5778         available one is found.
5779         * gdb.base/info-os.exp: Collect resource keys from the program
5780         and use them in matching.
5781
5782 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5783
5784         * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
5785         Wrap the test into loop for corefile and core0file.
5786
5787 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5788
5789         * gdb.dwarf2/fission-reread.S: Remove .section attributes.
5790         Change CU pointer size to 4 bytes, adjust .8byte to .4byte.  Remove
5791         .note.GNU-stack.
5792
5793         * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
5794
5795 2012-07-02  Sergio Durigan Junior  <sergiodj@redhat.com>
5796
5797         * gdb.base/help.exp (help b, help br, help bre, help brea, help
5798         break): Include help message for the new `-probe' and `-probe-stap'
5799         options.
5800
5801 2012-07-02  Stan Shebs  <stan@codesourcery.com>
5802
5803         * gdb.base/dprintf.exp: Add agent style tests.
5804
5805 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5806
5807         * gdb.base/stale-infcall.c (infcall): New label test-next.
5808         (main): New labels test-pass and test-fail.
5809         * gdb.base/stale-infcall.exp: Continue to test-next.  Put breakpoint
5810         $test_fail_bpnum to test-fail.
5811         (test system longjmp tracking support): New test.
5812         Delete $test_fail_bpnum.
5813         * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
5814         breakpoint.
5815
5816 2012-06-30  Doug Evans  <dje@google.com>
5817
5818         * gdb.dwarf2/fission-reread.S: New file.
5819         * gdb.dwarf2/fission-reread.exp: New file.
5820
5821 2012-06-28  Stan Shebs  <stan@codesourcery.com>
5822
5823         * gdb.mi/mi-logging.exp: New file.
5824
5825 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5826             Pedro Alves  <palves@redhat.com>
5827
5828         * gdb.threads/siginfo-threads.exp: New file.
5829         * gdb.threads/siginfo-threads.c: New file.
5830         * gdb.threads/sigstep-threads.exp: New file.
5831         * gdb.threads/sigstep-threads.c: New file.
5832
5833 2012-06-28  Tom Tromey  <tromey@redhat.com>
5834
5835         * gdb.go/package.exp: Partially revert earlier patch; use
5836         gdb_compile again.  Use standard_output_file.
5837
5838 2012-06-27  Doug Evans  <dje@google.com>
5839
5840         * gdb.dwarf2/fission-base.c: New file.
5841         * gdb.dwarf2/fission-base.S: New file.
5842         * gdb.dwarf2/fission-base.exp: New file.
5843
5844 2012-06-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
5845
5846         * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
5847
5848 2012-06-27  Tom Tromey  <tromey@redhat.com>
5849
5850         * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
5851         * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
5852
5853 2012-06-27  Tom Tromey  <tromey@redhat.com>
5854
5855         * gdb.dwarf2/pr10770.exp: Use standard_testfile.
5856         * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
5857         * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
5858         * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
5859         * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
5860         prepare_for_testing.
5861         * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
5862         * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
5863         * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
5864         standard_testfile.
5865         * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
5866         * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
5867         * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
5868         * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
5869         prepare_for_testing.
5870         * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
5871         * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
5872         * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
5873         * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
5874         * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
5875         * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
5876         * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
5877         * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
5878         * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
5879         * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
5880         * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
5881         * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
5882         * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
5883         * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
5884         * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
5885         * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
5886         * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
5887         * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
5888         * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
5889         * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
5890         * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
5891         * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
5892         standard_output_file.
5893         * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
5894         standard_output_file.
5895         * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
5896         * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
5897         * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
5898         * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
5899         * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
5900         * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
5901         * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
5902         * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
5903         * gdb.dwarf2/implptr.exp: Use standard_testfile.
5904         * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
5905         * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
5906         * gdb.dwarf2/pieces.exp: Use standard_testfile.
5907         * gdb.dwarf2/pr11465.exp: Use standard_testfile.
5908         * gdb.dwarf2/pr13961.exp: Use standard_testfile.
5909         * gdb.dwarf2/valop.exp: Use standard_testfile,
5910         prepare_for_testing.
5911
5912 2012-06-27  Tom Tromey  <tromey@redhat.com>
5913
5914         * gdb.python/python.exp: Fix regexps in pagination tests.
5915
5916 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
5917
5918         * gdb.python/py-symtab.exp: Add tests to test the new attribute
5919         'last' of gdb.Symtab_and_line.
5920         * gdb.python/py-symbol.c: Move break point comment to enable
5921         testing of gdb.Symtab_and_line.last.
5922
5923 2012-06-26  Tom Tromey  <tromey@redhat.com>
5924
5925         * gdb.threads/step.c: Remove.
5926         * gdb.threads/step.exp: Remove.
5927         * gdb.threads/step2.exp: Remove.
5928
5929 2012-06-26  Tom Tromey  <tromey@redhat.com>
5930
5931         * gdb.threads/watchpoint-fork.exp (test): Use
5932         standard_output_file.  Don't declare objdir.
5933         * gdb.threads/attach-into-signal.exp: Use standard_testfile,
5934         standard_output_file.
5935         * gdb.threads/attach-stopped.exp: Use standard_testfile.
5936         * gdb.threads/bp_in_thread.exp: Use standard_testfile,
5937         clean_restart.  Remove incdir.
5938         * gdb.threads/corethreads.exp: Use standard_testfile.
5939         * gdb.threads/execl.exp: Use standard_testfile,
5940         standard_output_file, clean_restart.
5941         * gdb.threads/fork-child-threads.exp: Use standard_testfile,
5942         clean_restart.
5943         * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
5944         clean_restart.
5945         * gdb.threads/gcore-thread.exp: Use standard_testfile.  Remove
5946         incdir.
5947         * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
5948         clean_restart.  Remove incdir.
5949         * gdb.threads/ia64-sigill.exp: Use standard_testfile.
5950         * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
5951         clean_restart.  Remove incdir.
5952         * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
5953         Remove incdir.
5954         * gdb.threads/leader-exit.exp: Use standard_testfile.
5955         * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
5956         * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
5957         clean_restart.
5958         * gdb.threads/manythreads.exp: Use standard_testfile,
5959         clean_restart.  Remove incdir.
5960         * gdb.threads/multi-create.exp: Use standard_testfile,
5961         clean_restart.
5962         * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
5963         * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
5964         * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
5965         * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
5966         * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
5967         * gdb.threads/pending-step.exp: Use standard_testfile,
5968         clean_restart.  Remove incdir.
5969         * gdb.threads/print-threads.exp: Use standard_testfile,
5970         clean_restart.  Remove incdir.
5971         * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
5972         clean_restart.  Remove incdir.
5973         * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
5974         Remove incdir.
5975         * gdb.threads/schedlock.exp: Use standard_testfile.  Remove
5976         incdir.
5977         * gdb.threads/sigthread.exp: Use standard_testfile,
5978         clean_restart.
5979         * gdb.threads/staticthreads.exp: Use standard_testfile,
5980         clean_restart.  Remove incdir.
5981         * gdb.threads/switch-threads.exp: Use standard_testfile,
5982         clean_restart.  Remove incdir.
5983         * gdb.threads/thread-execl.exp: Use standard_testfile,
5984         clean_restart.  Remove incdir.
5985         * gdb.threads/thread-find.exp: Use standard_testfile,
5986         clean_restart.
5987         * gdb.threads/thread-specific.exp: Use standard_testfile,
5988         clean_restart.  Remove incdir.
5989         * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
5990         clean_restart.  Remove incdir.
5991         * gdb.threads/thread_check.exp: Use standard_testfile,
5992         clean_restart.  Remove incdir.
5993         * gdb.threads/thread_events.exp: Use standard_testfile.  Remove
5994         incdir.
5995         * gdb.threads/threadapply.exp: Use standard_testfile,
5996         clean_restart.  Remove incdir.
5997         * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
5998         clean_restart.  Remove incdir.
5999         * gdb.threads/tls-nodebug.exp: Use standard_testfile,
6000         clean_restart.
6001         * gdb.threads/tls-shared.exp: Use standard_testfile,
6002         clean_restart, standard_output_file.
6003         * gdb.threads/tls-var.exp: Use standard_testfile,
6004         standard_output_file.
6005         * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
6006         Remove incdir.
6007         * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
6008         * gdb.threads/watchthreads.exp: Use standard_testfile.  Remove
6009         incdir.
6010         * gdb.threads/watchthreads2.exp: Use standard_testfile,
6011         clean_restart.  Remove incdir.
6012
6013 2012-06-26  Tom Tromey  <tromey@redhat.com>
6014
6015         * gdb.trace/actions.exp: Use standard_testfile.
6016         * gdb.trace/ax.exp: Use standard_testfile.
6017         * gdb.trace/backtrace.exp: Use standard_testfile.
6018         * gdb.trace/change-loc.exp: Use standard_testfile.
6019         * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
6020         * gdb.trace/collection.exp: Use standard_testfile,
6021         prepare_for_testing.
6022         * gdb.trace/deltrace.exp: Use standard_testfile.
6023         * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
6024         * gdb.trace/ftrace.exp: Use standard_testfile.
6025         * gdb.trace/infotrace.exp: Use standard_testfile.
6026         * gdb.trace/packetlen.exp: Use standard_testfile.
6027         * gdb.trace/passc-dyn.exp: Use standard_testfile.
6028         * gdb.trace/passcount.exp: Use standard_testfile.
6029         * gdb.trace/pending.exp: Use standard_testfile.
6030         * gdb.trace/report.exp: Use standard_testfile.
6031         * gdb.trace/save-trace.exp: Use standard_testfile.
6032         * gdb.trace/stap-trace.exp: Use standard_testfile.
6033         * gdb.trace/status-stop.exp: Use standard_testfile.
6034         * gdb.trace/strace.exp: Use standard_testfile.
6035         * gdb.trace/tfile.exp: Use standard_testfile.
6036         * gdb.trace/tfind.exp: Use standard_testfile.
6037         * gdb.trace/trace-break.exp: Use standard_testfile.
6038         * gdb.trace/trace-mt.exp: Use standard_testfile.
6039         * gdb.trace/tracecmd.exp: Use standard_testfile.
6040         * gdb.trace/tspeed.exp: Use standard_testfile.
6041         * gdb.trace/tstatus.exp: Use standard_testfile.
6042         * gdb.trace/tsv.exp: Use standard_testfile.
6043         * gdb.trace/unavailable.exp: Use standard_testfile,
6044         prepare_for_testing.
6045         * gdb.trace/while-dyn.exp: Use standard_testfile.
6046         * gdb.trace/while-stepping.exp: Use standard_testfile.
6047
6048 2012-06-26  Tom Tromey  <tromey@redhat.com>
6049
6050         * gdb.reverse/break-precsave.exp: Use standard_testfile.
6051         * gdb.reverse/break-reverse.exp: Use standard_testfile.
6052         * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
6053         * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
6054         * gdb.reverse/finish-precsave.exp: Use standard_testfile.
6055         * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
6056         * gdb.reverse/finish-reverse.exp: Use standard_testfile.
6057         * gdb.reverse/i386-precsave.exp: Use standard_testfile,
6058         prepare_for_testing.
6059         * gdb.reverse/i386-reverse.exp: Use standard_testfile,
6060         prepare_for_testing.
6061         * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
6062         prepare_for_testing.
6063         * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
6064         prepare_for_testing.
6065         * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
6066         prepare_for_testing
6067         * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
6068         * gdb.reverse/machinestate.exp: Use standard_testfile.
6069         * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
6070         * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
6071         build_executable.
6072         * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
6073         build_executable.
6074         * gdb.reverse/solib-precsave.exp: Use standard_testfile,
6075         standard_output_file.
6076         * gdb.reverse/solib-reverse.exp: Use standard_testfile,
6077         standard_output_file.
6078         * gdb.reverse/step-precsave.exp: Use standard_testfile.
6079         * gdb.reverse/step-reverse.exp: Use standard_testfile.
6080         * gdb.reverse/until-precsave.exp: Use standard_testfile.
6081         * gdb.reverse/until-reverse.exp: Use standard_testfile.
6082         * gdb.reverse/watch-precsave.exp: Use standard_testfile.
6083         * gdb.reverse/watch-reverse.exp: Use standard_testfile.
6084
6085 2012-06-26  Tom Tromey  <tromey@redhat.com>
6086
6087         * gdb.stabs/weird.exp: Remove directory-checking code.  Use
6088         standard_output_file.
6089         * gdb.stabs/exclfwd.exp: Use standard_testfile,
6090         prepare_for_testing.  Remove directory-checking code.
6091
6092 2012-06-25  Tom Tromey  <tromey@redhat.com>
6093
6094         * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
6095         * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file.  Use
6096         build_executable, not prepare_for_testing.
6097         * gdb.multi/base.exp: Use standard_output_file.  Use
6098         build_executable,  not prepare_for_testing.
6099
6100 2012-06-25  Tom Tromey  <tromey@redhat.com>
6101
6102         * gdb.fortran/subarray.exp: Use standard_testfile,
6103         prepare_for_testing.
6104         * gdb.fortran/multi-dim.exp: Use standard_testfile.
6105         * gdb.fortran/module.exp: Use standard_testfile.
6106         * gdb.fortran/logical.exp: Use standard_testfile.
6107         * gdb.fortran/library-module.exp: Use standard_testfile,
6108         standard_output_file.
6109         * gdb.fortran/derived-type.exp: Use standard_testfile,
6110         prepare_for_testing.
6111         * gdb.fortran/complex.exp: Use standard_testfile,
6112         prepare_for_testing.
6113         * gdb.fortran/charset.exp: Use standard_testfile.
6114         * gdb.fortran/array-element.exp: Use standard_testfile,
6115         prepare_for_testing.
6116
6117 2012-06-25  Keith Seitz  <keiths@redhat.com>
6118
6119         * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
6120         Change rbreak-related tests to KFAIL and add bugzilla numbers.
6121
6122 2012-06-25  Tom Tromey  <tromey@redhat.com>
6123
6124         * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
6125         * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
6126         * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
6127         * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
6128
6129 2012-06-25  Tom Tromey  <tromey@redhat.com>
6130
6131         * gdb.linespec/ls-errs.exp: Use standard_testfile.
6132         * gdb.linespec/ls-dollar.exp: Use standard_testfile.
6133         * gdb.linespec/linespec.exp: Use standard_testfile.
6134
6135 2012-06-25  Tom Tromey  <tromey@redhat.com>
6136
6137         * gdb.modula2/unbounded-array.exp: Use standard_testfile,
6138         prepare_for_testing.
6139
6140 2012-06-25  Tom Tromey  <tromey@redhat.com>
6141
6142         * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
6143         prepare_for_testing.
6144         * gdb.opt/inline-break.exp: Use standard_testfile,
6145         prepare_for_testing.
6146         * gdb.opt/inline-bt.exp: Use standard_testfile,
6147         prepare_for_testing.
6148         * gdb.opt/inline-cmds.exp: Use standard_testfile,
6149         prepare_for_testing.
6150         * gdb.opt/inline-locals.exp: Use standard_testfile,
6151         prepare_for_testing.
6152
6153 2012-06-25  Tom Tromey  <tromey@redhat.com>
6154
6155         * gdb.asm/asm-source.exp: Use standard_output_file,
6156         standard_testfile.  Construct .o files in proper subdir.
6157
6158 2012-06-25  Tom Tromey  <tromey@redhat.com>
6159
6160         * gdb.server/ext-attach.exp: Use standard_testfile,
6161         prepare_for_testing.
6162         * gdb.server/ext-run.exp: Use standard_testfile,
6163         build_executable.
6164         * gdb.server/file-transfer.exp: Use standard_testfile,
6165         prepare_for_testing.
6166         * gdb.server/server-exec-info.exp: Use standard_testfile.
6167         * gdb.server/server-mon.exp: Use standard_testfile,
6168         prepare_for_testing.
6169         * gdb.server/server-run.exp: Use standard_testfile,
6170         build_executable.
6171         * gdb.server/solib-list.exp: Use standard_testfile,
6172         standard_output_file.
6173
6174 2012-06-25  Tom Tromey  <tromey@redhat.com>
6175
6176         * lib/gdb.exp (standard_output_file): Use "file join".
6177         * gdb.go/chan.exp: Use standard_testfile.
6178         * gdb.go/handcall.exp: Use standard_testfile.
6179         * gdb.go/hello.exp: Use standard_testfile.
6180         * gdb.integers/chan.exp: Use standard_testfile.
6181         * gdb.go/methods.exp: Use standard_testfile.
6182         * gdb.go/package.exp: Use standard_testfile.
6183         * gdb.go/strings.exp: Use standard_testfile.
6184         * gdb.go/types.exp: Use standard_testfile.
6185         * gdb.go/unsafe.exp: Use standard_testfile.
6186
6187 2012-06-25  Greta Yorsh  <greta.yorsh@arm.com>
6188
6189         * gdb.arch/arm-disp-step.S: Fix use of .global directives.
6190
6191 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
6192
6193         Fix regression by the previous commit.
6194         * gdb.python/lib-types.exp: Add c++ to the compilation flags.
6195
6196 2012-06-22  Tom Tromey  <tromey@redhat.com>
6197
6198         * gdb.python/lib-types.exp: Use standard_testfile,
6199         prepare_for_testing.
6200         * gdb.python/py-block.exp: Use standard_testfile.
6201         * gdb.python/py-breakpoint.exp: Use standard_testfile.
6202         * gdb.python/py-events.exp: Use standard_testfile,
6203         standard_output_file.
6204         * gdb.python/py-evsignal.exp: Use standard_testfile.
6205         * gdb.python/py-evethreads.exp: Use standard_testfile.
6206         * gdb.python/py-explore-cc.exp: Use standard_testfile.
6207         * gdb.python/py-explore.exp: Use standard_testfile.
6208         * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
6209         standard_output_file.
6210         * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
6211         prepare_for_testing.
6212         * gdb.python/py-frame-inline.exp: Use standard_testfile.
6213         * gdb.python/py-frame.exp: Use standard_testfile.
6214         * gdb.python/py-inferior.exp: Use standard_testfile.
6215         * gdb.python/py-infthread.exp: Use standard_testfile.
6216         * gdb.python/py-mi.exp: Use standard_testfile.
6217         * gdb.python/py-objfile-script.exp: Use standard_testfile,
6218         build_executable.
6219         * gdb.python/py-objfile.exp: Use standard_testfile.
6220         * gdb.python/py-pp-maint.exp: Use standard_testfile,
6221         prepare_for_testing.
6222         * gdb.python/py-prettyprint.exp: Use standard_testfile.
6223         * gdb.python/py-progspace.exp: Use standard_testfile,
6224         build_executable.
6225         * gdb.python/py-prompt.exp: Use standard_testfile,
6226         build_executable.
6227         * gdb.python/py-section-script.exp: Use standard_testfile,
6228         build_executable.
6229         * gdb.python/py-shared.exp: Use standard_testfile,
6230         standard_output_file, clean_restart.
6231         * gdb.python/py-symbol.exp: Use standard_output_file,
6232         prepare_for_testing.
6233         * gdb.python/py-symtab.exp: Use standard_output_file,
6234         prepare_for_testing
6235         * gdb.python/py-template.exp: Use standard_testfile.
6236         * gdb.python/py-type.exp: Use standard_testfile.
6237         * gdb.python/py-value-cc.exp: Use standard_testfile.
6238         * gdb.python/py-value.exp: Use standard_testfile.
6239         * gdb.python/python.exp: Use standard_testfile, build_executable.
6240
6241 2012-06-22  Tom Tromey  <tromey@redhat.com>
6242
6243         * gdb.objc/basicclass.exp: Use standard_testfile.
6244         (do_objc_tests): Don't declare objdir.
6245         * gdb.objc/nondebug.exp: Use standard_testfile.
6246         (do_objc_tests): Don't declare objdir.
6247         * gdb.objc/objcdecode.exp: Use standard_testfile.
6248         (do_objc_tests): Don't declare objdir.
6249
6250 2012-06-22  Tom Tromey  <tromey@redhat.com>
6251
6252         * gdb.java/jmain.exp: Use standard_testfile.
6253         * gdb.java/jmisc.exp: Use standard_testfile.
6254         * gdb.java/jnpe.exp: Use standard_testfile.
6255         * gdb.java/jprint.exp: Use standard_testfile.
6256
6257 2012-06-22  Tom Tromey  <tromey@redhat.com>
6258
6259         * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
6260         (standard_output_file, standard_testfile): New procs.
6261         (build_executable, clean_restart): Use standard_output_file.
6262
6263 2012-06-22  Yao Qi  <yao@codesourcery.com>
6264
6265         * boards/native-gdbserver.exp: New proc ${board}_exec.
6266         * boards/native-stdio-gdbserver.exp: Likewise.
6267
6268 2012-06-21  Tom Tromey  <tromey@redhat.com>
6269
6270         * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
6271         (build_executable): Update.
6272         (get_compiler_info): Remove 'binfile' argument.
6273         * gdb.ada/arrayidx.exp: Update.
6274         * gdb.ada/null_array.exp: Update.
6275         * gdb.arch/altivec-abi.exp: Update.
6276         * gdb.arch/altivec-regs.exp: Update.
6277         * gdb.arch/amd64-byte.exp: Update.
6278         * gdb.arch/amd64-dword.exp: Update.
6279         * gdb.arch/amd64-word.exp: Update.
6280         * gdb.arch/i386-avx.exp: Update.
6281         * gdb.arch/i386-byte.exp: Update.
6282         * gdb.arch/i386-sse.exp: Update.
6283         * gdb.arch/i386-word.exp: Update.
6284         * gdb.arch/ppc-dfp.exp: Update.
6285         * gdb.arch/ppc-fp.exp: Update.
6286         * gdb.arch/vsx-regs.exp: Update.
6287         * gdb.base/all-bin.exp: Update.
6288         * gdb.base/annota1.exp: Update.
6289         * gdb.base/async.exp: Update.
6290         * gdb.base/attach.exp: Update.
6291         * gdb.base/break-interp.exp: Update.
6292         * gdb.base/call-ar-st.exp: Update.
6293         * gdb.base/call-rt-st.exp: Update.
6294         * gdb.base/call-sc.exp: Update.
6295         * gdb.base/callfuncs.exp: Update.
6296         * gdb.base/catch-load.exp: Update.
6297         * gdb.base/completion.exp: Update.
6298         * gdb.base/complex.exp: Update.
6299         * gdb.base/condbreak.exp: Update.
6300         * gdb.base/consecutive.exp: Update.
6301         * gdb.base/constvars.exp: Update.
6302         * gdb.base/corefile.exp: Update.
6303         * gdb.base/eval-skip.exp: Update.
6304         * gdb.base/expand-psymtabs.exp: Update.
6305         * gdb.base/exprs.exp: Update.
6306         * gdb.base/fileio.exp: Update.
6307         * gdb.base/fixsection.exp: Update.
6308         * gdb.base/funcargs.exp: Update.
6309         * gdb.base/gdb11530.exp: Update.
6310         * gdb.base/gdb1555.exp: Update.
6311         * gdb.base/gnu-ifunc.exp: Update.
6312         * gdb.base/gnu_vector.exp: Update.
6313         * gdb.base/info-macros.exp: Update.
6314         * gdb.base/jit-simple.exp: Update.
6315         * gdb.base/jit-so.exp: Update.
6316         * gdb.base/jit.exp: Update.
6317         * gdb.base/langs.exp: Update.
6318         * gdb.base/list.exp: Update.
6319         * gdb.base/logical.exp: Update.
6320         * gdb.base/long_long.exp: Update.
6321         * gdb.base/longjmp.exp: Update.
6322         * gdb.base/macscp.exp: Update.
6323         * gdb.base/mips_pro.exp: Update.
6324         * gdb.base/miscexprs.exp: Update.
6325         * gdb.base/morestack.exp: Update.
6326         * gdb.base/nodebug.exp: Update.
6327         * gdb.base/opaque.exp: Update.
6328         * gdb.base/pc-fp.exp: Update.
6329         * gdb.base/pending.exp: Update.
6330         * gdb.base/permissions.exp: Update.
6331         * gdb.base/pointers.exp: Update.
6332         * gdb.base/prelink.exp: Update.
6333         * gdb.base/printcmds.exp: Update.
6334         * gdb.base/psymtab.exp: Update.
6335         * gdb.base/ptype.exp: Update.
6336         * gdb.base/relational.exp: Update.
6337         * gdb.base/scope.exp: Update.
6338         * gdb.base/setvar.exp: Update.
6339         * gdb.base/shlib-call.exp: Update.
6340         * gdb.base/shreloc.exp: Update.
6341         * gdb.base/signals.exp: Update.
6342         * gdb.base/sizeof.exp: Update.
6343         * gdb.base/so-impl-ld.exp: Update.
6344         * gdb.base/so-indr-cl.exp: Update.
6345         * gdb.base/solib-disc.exp: Update.
6346         * gdb.base/solib-display.exp: Update.
6347         * gdb.base/solib-nodir.exp: Update.
6348         * gdb.base/solib-overlap.exp: Update.
6349         * gdb.base/solib-symbol.exp: Update.
6350         * gdb.base/solib-weak.exp: Update.
6351         * gdb.base/solib.exp: Update.
6352         * gdb.base/store.exp: Update.
6353         * gdb.base/structs.exp: Update.
6354         * gdb.base/structs2.exp: Update.
6355         * gdb.base/type-opaque.exp: Update.
6356         * gdb.base/unload.exp: Update.
6357         * gdb.base/varargs.exp: Update.
6358         * gdb.base/volatile.exp: Update.
6359         * gdb.base/watch_thread_num.exp: Update.
6360         * gdb.base/watchpoint-solib.exp: Update.
6361         * gdb.base/watchpoint.exp: Update.
6362         * gdb.base/watchpoints.exp: Update.
6363         * gdb.base/whatis.exp: Update.
6364         * gdb.cell/arch.exp: Update.
6365         * gdb.cell/break.exp: Update.
6366         * gdb.cell/bt.exp: Update.
6367         * gdb.cell/core.exp: Update.
6368         * gdb.cell/data.exp: Update.
6369         * gdb.cell/ea-cache.exp: Update.
6370         * gdb.cell/f-regs.exp: Update.
6371         * gdb.cell/fork.exp: Update.
6372         * gdb.cell/gcore.exp: Update.
6373         * gdb.cell/mem-access.exp: Update.
6374         * gdb.cell/ptype.exp: Update.
6375         * gdb.cell/registers.exp: Update.
6376         * gdb.cell/sizeof.exp: Update.
6377         * gdb.cell/solib-symbol.exp: Update.
6378         * gdb.cell/solib.exp: Update.
6379         * gdb.cp/ambiguous.exp: Update.
6380         * gdb.cp/breakpoint.exp: Update.
6381         * gdb.cp/bs15503.exp: Update.
6382         * gdb.cp/casts.exp: Update.
6383         * gdb.cp/class2.exp: Update.
6384         * gdb.cp/cpexprs.exp: Update.
6385         * gdb.cp/cplusfuncs.exp: Update.
6386         * gdb.cp/ctti.exp: Update.
6387         * gdb.cp/dispcxx.exp: Update.
6388         * gdb.cp/gdb1355.exp: Update.
6389         * gdb.cp/gdb2384.exp: Update.
6390         * gdb.cp/gdb2495.exp: Update.
6391         * gdb.cp/infcall-dlopen.exp: Update.
6392         * gdb.cp/local.exp: Update.
6393         * gdb.cp/m-data.exp: Update.
6394         * gdb.cp/m-static.exp: Update.
6395         * gdb.cp/mb-ctor.exp: Update.
6396         * gdb.cp/mb-inline.exp: Update.
6397         * gdb.cp/mb-templates.exp: Update.
6398         * gdb.cp/member-ptr.exp: Update.
6399         * gdb.cp/method.exp: Update.
6400         * gdb.cp/namespace.exp: Update.
6401         * gdb.cp/nextoverthrow.exp: Update.
6402         * gdb.cp/nsdecl.exp: Update.
6403         * gdb.cp/nsrecurs.exp: Update.
6404         * gdb.cp/nsstress.exp: Update.
6405         * gdb.cp/nsusing.exp: Update.
6406         * gdb.cp/pr-1023.exp: Update.
6407         * gdb.cp/pr-1210.exp: Update.
6408         * gdb.cp/pr-574.exp: Update.
6409         * gdb.cp/pr9631.exp: Update.
6410         * gdb.cp/printmethod.exp: Update.
6411         * gdb.cp/psmang.exp: Update.
6412         * gdb.cp/re-set-overloaded.exp: Update.
6413         * gdb.cp/rtti.exp: Update.
6414         * gdb.cp/shadow.exp: Update.
6415         * gdb.cp/templates.exp: Update.
6416         * gdb.cp/try_catch.exp: Update.
6417         * gdb.dwarf2/dw2-ranges.exp: Update.
6418         * gdb.dwarf2/pr10770.exp: Update.
6419         * gdb.fortran/library-module.exp: Update.
6420         * gdb.hp/gdb.aCC/optimize.exp: Update.
6421         * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
6422         * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
6423         * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
6424         * gdb.hp/gdb.base-hp/pxdb.exp: Update.
6425         * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
6426         * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
6427         * gdb.hp/gdb.compat/xdb1.exp: Update.
6428         * gdb.hp/gdb.compat/xdb2.exp: Update.
6429         * gdb.hp/gdb.compat/xdb3.exp: Update.
6430         * gdb.hp/gdb.defects/bs14602.exp: Update.
6431         * gdb.hp/gdb.defects/solib-d.exp: Update.
6432         * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
6433         * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
6434         * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
6435         * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
6436         * gdb.mi/gdb792.exp: Update.
6437         * gdb.mi/mi-pending.exp: Update.
6438         * gdb.mi/mi-solib.exp: Update.
6439         * gdb.mi/mi-var-cp.exp: Update.
6440         * gdb.opt/clobbered-registers-O2.exp: Update.
6441         * gdb.opt/inline-bt.exp: Update.
6442         * gdb.opt/inline-cmds.exp: Update.
6443         * gdb.opt/inline-locals.exp: Update.
6444         * gdb.python/py-events.exp: Update.
6445         * gdb.python/py-finish-breakpoint.exp: Update.
6446         * gdb.python/py-type.exp: Update.
6447         * gdb.reverse/solib-precsave.exp: Update.
6448         * gdb.reverse/solib-reverse.exp: Update.
6449         * gdb.server/solib-list.exp: Update.
6450         * gdb.stabs/weird.exp: Update.
6451         * gdb.threads/attach-into-signal.exp: Update.
6452         * gdb.threads/attach-stopped.exp: Update.
6453         * gdb.threads/tls-shared.exp: Update.
6454         * gdb.trace/change-loc.exp: Update.
6455         * gdb.trace/strace.exp: Update.
6456
6457 2012-06-19  Tom Tromey  <tromey@redhat.com>
6458
6459         * gdb.base/whatis.exp: Add tests.
6460
6461 2012-06-19  Tom Tromey  <tromey@redhat.com>
6462
6463         * gdb.cp/m-static.cc (keepalive): New function.
6464         (gnu_obj_1::method): Use it.
6465
6466 2012-06-18  Doug Evans  <dje@google.com>
6467
6468         * gdb.base/info-fun.exp: New file.
6469         * gdb.base/info-fun.c: New file.
6470         * gdb.base/info-fun-solib.c: New file.
6471
6472 2012-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
6473
6474         Remove stale dummy frames.
6475         * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
6476         (maintenance info breakpoints): New tests.
6477         * gdb.base/stale-infcall.c: New file.
6478         * gdb.base/stale-infcall.exp: New file.
6479
6480 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
6481
6482         * gdb.arch/amd64-entry-value-param.S: New file.
6483         * gdb.arch/amd64-entry-value-param.c: New file.
6484         * gdb.arch/amd64-entry-value-param.exp: New file.
6485
6486 2012-06-15  Tom Tromey  <tromey@redhat.com>
6487
6488         * gdb.cp/namespace.exp: Add "show lang" test.
6489
6490 2012-06-15  Iain Sandoe <iain@codesourcery.com>
6491
6492         * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
6493         case. (top level): Use gdb_file_cmd instead of gdb_load.
6494
6495 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
6496
6497         PR tdep/14222
6498         * gdb.arch/i386-sse-stack-align.S: New file.
6499         * gdb.arch/i386-sse-stack-align.c: New file.
6500         * gdb.arch/i386-sse-stack-align.exp: New file.
6501
6502 2012-06-13  Keith Seitz  <keiths@redhat.com>
6503
6504         PR breakpoints/13798 and mi/11541
6505         * gdb.linespec/ls-errs.exp: Add a few more tests for
6506         filenames with spaces and colons.
6507
6508 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
6509
6510         PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
6511         * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
6512         (test_function): Call CV_f.
6513         * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
6514         (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
6515         (p CV::m(int) volatile, p 'CV::m(int) const volatile')
6516         (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
6517         (p CV_f(CV::i)): New tests.
6518
6519 2012-06-13  Tom Tromey  <tromey@redhat.com>
6520
6521         * gdb.base/condbreak.exp: Add tests for "condition" completion.
6522
6523 2012-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6524
6525         Fix regression by the "ambiguous linespec" series.
6526         * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
6527         tests.
6528
6529 2012-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6530
6531         * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
6532         missing.
6533
6534 2012-06-11  Tom Tromey  <tromey@redhat.com>
6535
6536         * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
6537         location...
6538         (main): ...here.
6539
6540 2012-06-07  Yao Qi  <yao@codesourcery.com>
6541
6542         * gdb.trace/strace.exp: Shorten some too-long lines.
6543
6544 2012-06-06  Pedro Alves  <palves@redhat.com>
6545
6546         * gdb.threads/clone-new-thread-event.c: New file.
6547         * gdb.threads/clone-new-thread-event.exp: New file.
6548
6549 2012-06-06  Yao Qi  <yao@codesourcery.com>
6550
6551         * gdb.base/dprintf.c (main): Add extra parameter when calling
6552         printf and fprintf.
6553         (bar): New function.  It is a dead function, but to ensure
6554         'malloc' is linked explicitly.
6555
6556 2012-06-06  Yao Qi  <yao@codesourcery.com>
6557
6558         * gdb.base/info-proc.exp: Return if target doesn't support
6559         'info proc'.
6560
6561 2012-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
6562
6563         * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
6564         (run program with breakpoint commands): XFAIl if it is not.
6565
6566 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
6567
6568         * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
6569         and add comment.
6570         * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
6571         * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
6572         "STOP" marker.  Adjust testing strategy to make it work on
6573         all targets.
6574
6575         * gdb.base/print-file-var-main.c (main): Rewrite using local
6576         variables and adjust get_version_2's return value check.
6577         Add small comment.
6578         * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
6579         marker.  Adjust testing strategy to make it work on all targets.
6580
6581 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
6582
6583         * gdb.ada/bad-task-bp-keyword: New testcase.
6584
6585 2012-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
6586
6587         * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
6588         Simplify it to ...
6589         (symbol-file ${testfile1}): ... here.
6590         (test eliminated var my_global_symbol)
6591         (test eliminated var my_static_symbol)
6592         (test eliminated var my_global_func, get address of main): Wrap them to
6593         'single psymtabs' and 'single symtabs'
6594         (get address of my_global_symbol, get address of my_static_symbol)
6595         (get address of my_global_func, get address of main): Wrap them to
6596         'order1' and 'order2'.
6597
6598         * gdb.base/code_elim.exp
6599         (add-symbol-file ${testfile1} 0x100000)
6600         (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
6601         'order2'.
6602         (order1: add-symbol-file ${testfile1} 0x100000)
6603         (order1: add-symbol-file ${testfile2} 0x200000)
6604         (order2: add-symbol-file ${testfile2} 0x200000)
6605         (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
6606         .bss as appropriate.
6607
6608 2012-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
6609
6610         * gdb.server/solib-list-lib.c: New file.
6611         * gdb.server/solib-list-main.c: New file.
6612         * gdb.server/solib-list.exp: New file.
6613
6614 2012-05-25  Maciej W. Rozycki  <macro@codesourcery.com>
6615
6616         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
6617         for 'set print symbol' change.
6618
6619 2012-05-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
6620
6621         * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
6622         .debug_abbrev_seg3.
6623
6624 2012-05-24  John Steele Scott  <toojays@toojays.net>
6625
6626         PR symtab/13277: Resolving opaque structures in ICC generated binaries.
6627         * gdb.dwarf2/dw2-icc-opaque.S: New file.
6628         * gdb.dwarf2/dw2-icc-opaque.exp: New file.
6629
6630 2012-05-23  Stan Shebs  <stan@codesourcery.com>
6631
6632         * gdb.mi/mi-info-os.exp: New file.
6633
6634 2012-05-23  Keith Seitz  <keiths@redhat.com>
6635
6636         * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
6637         return -1 to suppress the rest of the tests.
6638         (compile_stap_bin): Return boolean success value.
6639
6640 2012-05-21  Tom Tromey  <tromey@redhat.com>
6641
6642         * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
6643         Remove kfails.
6644         (test_print_mi_member_types): Likewise.
6645
6646 2012-05-21  Tom Tromey  <tromey@redhat.com>
6647
6648         * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
6649         print symbol' change.
6650
6651 2012-05-18  Thiago Jung Bauermann  <thiago.bauermann@linaro.org>
6652
6653         * gdb.python/py-prompt.exp: Quit if the target is remote.
6654
6655 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
6656
6657         Fix ERROR: internal buffer is full.
6658         * gdb.base/info-os.exp (expect_multiline): New function.
6659         (get process list, get process groups, get threads)
6660         (get file descriptors, get internet-domain sockets)
6661         (get shared-memory regions, get semaphores, get message queues): Use
6662         it for these tests.
6663
6664 2012-05-18  Tom Tromey  <tromey@redhat.com>
6665
6666         * gdb.mi/mi-var-cmd.exp: Update.
6667         * gdb.objc/basicclass.exp (do_objc_tests): Update.
6668         * gdb.cp/virtbase.exp: Update.
6669         * gdb.cp/classes.exp (test_static_members): Update.
6670         * gdb.cp/casts.exp: Update.
6671         * gdb.base/pointers.exp: Update.
6672         * gdb.base/funcargs.exp (pointer_args): Update.
6673         (structs_by_reference): Update.
6674         * gdb.base/find.exp: Update.
6675         * gdb.base/call-strs.exp: Send "set print symbol off".
6676         * gdb.base/call-ar-st.exp: Update.
6677         * gdb.ada/fun_addr.exp: Update.
6678         * gdb.base/printcmds.exp (test_print_symbol): New proc.
6679         Call it.
6680         (test_print_repeats_10, test_print_strings)
6681         (test_print_char_arrays): Update.
6682
6683 2012-05-18  Tom Tromey  <tromey@redhat.com>
6684
6685         * gdb.base/charset.exp (string_display): Update.
6686
6687 2012-05-18  Tom Tromey  <tromey@redhat.com>
6688
6689         * gdb.mi/mi2-var-display.exp: Update.
6690         * gdb.mi/mi-var-display.exp: Update.
6691         * gdb.mi/mi-var-child.exp: Update.
6692         * gdb.cp/expand-psymtabs-cxx.exp: Update.
6693         * gdb.cp/cp-relocate.exp (get_func_address): Update.
6694
6695 2012-05-17  Doug Evans  <dje@google.com>
6696
6697         * info-macros.exp: Pass "debug" to prepare_for_testing.
6698
6699         * Makefile.in (clean): Remove Fission .dwo and .dwp files.
6700         * gdb.ada/Makefile.in (clean): Ditto.
6701         * gdb.arch/Makefile.in (clean): Ditto.
6702         * gdb.asm/Makefile.in (clean): Ditto.
6703         * gdb.base/Makefile.in (clean): Ditto.
6704         * gdb.cell/Makefile.in (clean): Ditto.
6705         * gdb.cp/Makefile.in (clean): Ditto.
6706         * gdb.disasm/Makefile.in (clean): Ditto.
6707         * gdb.dwarf2/Makefile.in (clean): Ditto.
6708         * gdb.fortran/Makefile.in (clean): Ditto.
6709         * gdb.go/Makefile.in (clean): Ditto.
6710         * gdb.hp/Makefile.in (clean): Ditto.
6711         * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
6712         * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
6713         * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
6714         * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
6715         * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
6716         * gdb.java/Makefile.in (clean): Ditto.
6717         * gdb.linespec/Makefile.in (clean): Ditto.
6718         * gdb.mi/Makefile.in (clean): Ditto.
6719         * gdb.modula2/Makefile.in (clean): Ditto.
6720         * gdb.multi/Makefile.in (clean): Ditto.
6721         * gdb.objc/Makefile.in (clean): Ditto.
6722         * gdb.opencl/Makefile.in (clean): Ditto.
6723         * gdb.opt/Makefile.in (clean): Ditto.
6724         * gdb.pascal/Makefile.in (clean): Ditto.
6725         * gdb.python/Makefile.in (clean): Ditto.
6726         * gdb.reverse/Makefile.in (clean): Ditto.
6727         * gdb.server/Makefile.in (clean): Ditto.
6728         * gdb.stabs/Makefile.in (clean): Ditto.
6729         * gdb.threads/Makefile.in (clean): Ditto.
6730         * gdb.trace/Makefile.in (clean): Ditto.
6731         * gdb.xml/Makefile.in (clean): Ditto.
6732
6733 2012-05-16  Tom Tromey  <tromey@redhat.com>
6734
6735         * gdb.base/macscp1.c (macscp_expr): Add comment.
6736         * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
6737
6738 2012-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
6739
6740         * gdb.base/return-nodebug.exp: Also test float and double types.
6741
6742 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6743
6744         PR testsuite/12649
6745         * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
6746
6747         * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
6748
6749 2012-05-14  Sergio Durigan Junior  <sergiodj@redhat.com>
6750
6751         * gdb.base/stap-probe.exp (stap_test): Remove calls to
6752         `rerun_to_main'.
6753         (stap_test_no_debuginfo): Likewise.
6754
6755 2012-05-14  Stan Shebs  <stan@codesourcery.com>
6756
6757         * gdb.base/dprintf.c: New file.
6758         * gdb.base/dprintf.exp: New file.
6759
6760 2012-05-14  Hui Zhu  <hui_zhu@mentor.com>
6761
6762         * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
6763         * gdb.trace/disconnected-tracing.c: New file.
6764         * gdb.trace/disconnected-tracing.exp: New file.
6765
6766 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
6767
6768         * gdb.python/python.c: Add a new breakpoint comment.
6769         * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
6770
6771 2011-12-26  Kwok Cheung Yeung  <kcy@codesourcery.com>
6772
6773         * gdb.base/info-os.exp: New file.
6774         * gdb.base/info-os.c: New file.
6775
6776 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
6777
6778         * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
6779         gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
6780         New files.
6781
6782 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
6783
6784         * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
6785         gdb.base/ctxobj.exp: New files.
6786
6787 2012-05-09  Tom Tromey  <tromey@redhat.com>
6788
6789         * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
6790
6791 2012-05-09  Maciej W. Rozycki  <macro@codesourcery.com>
6792
6793         * lib/gdb.exp (gdb_test_multiple): Correct formatting.
6794
6795 2012-05-08  Maciej W. Rozycki  <macro@codesourcery.com>
6796
6797         * gdb.mi/mi-var-display.exp: Check for the existence of $fp
6798         before using it.
6799
6800 2012-05-04  Tristan Gingold  <gingold@adacore.com>
6801
6802         * gdb.base/set-noassign.exp: New test.
6803
6804 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
6805
6806         * gdb.python/py-symbol.exp: Add tests to test the new methods
6807         gdb.Symtab.global_block() and gdb.Symtab.static_block().
6808         * gdb.python/py-symbol.c: Add new struct to help test
6809         gdb.Symtab.static_block().
6810
6811 2012-05-03  Doug Evans  <dje@google.com>
6812
6813         * gdb.dwarf2/pr13961.S: Add file and source location, but leave
6814         commented out.
6815
6816 2012-05-03  Yao Qi  <yao@codesourcery.com>
6817
6818         * gdb.base/catch-syscall.exp: Skip it before compilation if target
6819         doesn't support.
6820         * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
6821         * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
6822
6823 2012-05-03  Yao Qi  <yao@codesourcery.com>
6824
6825         * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
6826
6827 2012-04-30  Doug Evans  <dje@google.com>
6828
6829         PR testsuite/13961
6830         * gdb.dwarf2/pr13961.S: New file.
6831         * gdb.dwarf2/pr13961.exp: New file.
6832
6833 2012-04-29  Yao Qi  <yao@codesourcery.com>
6834
6835         * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
6836
6837 2012-04-28  Doug Evans  <dje@google.com>
6838
6839         * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
6840         .Ltype_int_in_cu2.  Use name "int2" instead of "int".
6841         All uses updated.
6842         * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
6843         "ptype func_cu1" to expand cu2 before cu1.
6844
6845 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
6846             Tom Tromey  <tromey@redhat.com>
6847
6848         * gdb.base/default.exp: Add `$_probe_arg*' convenience
6849         variables.
6850         * gdb.base/stap-probe.c: New file.
6851         * gdb.base/stap-probe.exp: New file.
6852         * gdb.trace/stap-trace.c: New file.
6853         * gdb.trace/stap-trace.exp: New file.
6854         * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
6855         libgcc's unwinder.
6856
6857 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
6858
6859         * gdb.arch/mips16-thunks-inmain.c: New file.
6860         * gdb.arch/mips16-thunks-main.c: New file.
6861         * gdb.arch/mips16-thunks-sin.c: New file.
6862         * gdb.arch/mips16-thunks-sinfrob.c: New file.
6863         * gdb.arch/mips16-thunks-sinfrob16.c: New file.
6864         * gdb.arch/mips16-thunks-sinmain.c: New file.
6865         * gdb.arch/mips16-thunks-sinmips16.c: New file.
6866         * gdb.arch/mips16-thunks.exp: New file.
6867
6868 2012-04-25  Doug Evans  <dje@google.com>
6869
6870         * configure.ac: Create gdb.go/Makefile.
6871         * configure: Regenerate.
6872         * gdb.base/default.exp: Add "go" to "set language" testing.
6873         * gdb.go/Makefile.in: New file.
6874         * gdb.go/basic-types.exp: New file.
6875         * gdb.go/chan.exp: New file.
6876         * gdb.go/chan.go: New file.
6877         * gdb.go/handcall.exp: New file.
6878         * gdb.go/handcall.go: New file.
6879         * gdb.go/hello.exp: New file.
6880         * gdb.go/hello.go: New file.
6881         * gdb.go/integers.exp: New file.
6882         * gdb.go/integers.go: New file.
6883         * gdb.go/methods.exp: New file.
6884         * gdb.go/methods.go: New file.
6885         * gdb.go/package.exp: New file.
6886         * gdb.go/package1.go: New file.
6887         * gdb.go/package2.go: New file.
6888         * gdb.go/print.exp: New file.
6889         * gdb.go/strings.exp: New file.
6890         * gdb.go/strings.go: New file.
6891         * gdb.go/types.exp: New file.
6892         * gdb.go/types.go: New file.
6893         * gdb.go/unsafe.exp: New file.
6894         * gdb.go/unsafe.go: New file.
6895         * lib/future.exp: Add Go support.
6896         (gdb_find_go, gdb_find_go_linker): New procs.
6897         (gdb_default_target_compile): Add Go support.
6898         * lib/gdb.exp (skip_go_tests): New proc.
6899         * lib/go.exp: New file.
6900
6901 2012-04-25  Tom Tromey  <tromey@redhat.com>
6902
6903         * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
6904
6905 2012-04-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
6906             Jan Kratochvil  <jan.kratochvil@redhat.com>
6907
6908         PR symtab/7259:
6909         * gdb.base/enumval.c: New test case.
6910         * gdb.base/enumval.exp: New test case.
6911         * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
6912         field.bitpos.
6913
6914 2012-04-17  Pedro Alves  <palves@redhat.com>
6915
6916         * Makefile.in (site.exp): Make site.exp source
6917         $srcdir/lib/append_gdb_boards_dir.exp.
6918         * lib/append_gdb_boards_dir.exp: New file.
6919
6920 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
6921
6922         New option "set auto-load safe-path".
6923         * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
6924         * gdb.python/py-section-script.exp (set auto-load safe-path): New.
6925
6926 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
6927
6928         auto-load: Implementation.
6929         * gdb.base/help.exp (test set height): Increase the height.
6930         * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
6931         to ...
6932         (info auto-load python-scripts): ... here.
6933         * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
6934         to ...
6935         (info auto-load python-scripts *): ... here.
6936
6937 2012-04-16  Yao Qi  <yao@codesourcery.com>
6938
6939         * lib/trace-support.exp (get_in_proc_agent): New.
6940         * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
6941         of in process trace agent.
6942         * gdb.trace/ftrace.exp: Likewise.
6943         * gdb.trace/pending.exp: Likewise.
6944         * gdb.trace/trace-break.exp: Likewise.
6945         * gdb.trace/trace-mt.exp
6946         * gdb.trace/tspeed.exp: Likewise.
6947         * gdb.trace/tstatus.exp
6948         * gdb.trace/strace.exp: Likewise.
6949
6950 2012-04-16  Thomas Schwinge  <thomas@codesourcery.com>
6951
6952         * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
6953         symbol _stack is defined.  Get rid of a hard-coded constant for _stack.
6954
6955         * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
6956
6957 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
6958
6959         PR mi/13393
6960         * gdb.mi/mi-var-rtti.cc: New file.
6961         * gdb.mi/mi-var-rtti.exp: New file.
6962         * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
6963         function.
6964         (mi_varobj_update_with_type_change): updated to avoid code duplication.
6965
6966 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
6967
6968         * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
6969         EXECUTABLES.
6970         * gdb.python/py-explore.c: C program used for testing the new
6971         'explore' command on C constructs.
6972         * gdb.python/py-explore.cc: C++ program used for testing the new
6973         'explore' command on C++ constructs.
6974         * gdb-python/py-explore.exp: Tests for the new 'explore'
6975         command on C constructs.
6976         * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
6977         command on C++ constructs.
6978
6979 2012-04-07  Mark Kettenis  <kettenis@gnu.org>
6980
6981         * gdb.base/funcargs.exp (complex_args): Fix typo.
6982
6983 2012-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
6984
6985         * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
6986         (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
6987
6988 2012-04-05  Keith Seitz  <keiths@redhat.com>
6989
6990         * gdb.base/advance.exp: Update error message for
6991         "advance malformed" test.
6992         * gdb.base/break.exp: Likewise for "breakpoint with
6993         trailing garbage" test.
6994         * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
6995         with trailing garbage" test.
6996         * gdb.base/sepdebug.exp: Likewise for "breakpoint with
6997         trailng garbage" test.
6998         * gdb.base/until.exp: Likewise for "malformed until" test.
6999         * gdb.cp/ovldbreak.exp: Create the breakpoint table
7000         for "breakpoint info (after setting on all)".
7001         * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
7002         tests.
7003         * gdb.cp/cplabel.cc: New file.
7004         * gdb.cp/cplabel.exp: New test.
7005         * gdb.linespec/ls-errs.c: New file.
7006         * gdb.linespec/ls-errs.exp: New test.
7007
7008 2012-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7009
7010         * gdb.trace/unavailable.exp
7011         (collect globals: print object on: print derived_partial)
7012         (collect globals: print object on: print derived_whole)
7013         (collect globals: print object off: print derived_partial)
7014         (collect globals: print object off: print derived_whole): Update
7015         expected output.
7016
7017 2012-03-30  Keith Seitz  <keiths@redhat.com>
7018
7019         * gdb.python: Add test for linespecs with commas.
7020
7021 2012-03-28  Keith Seitz  <keiths@redhat.com>
7022
7023         * gdb.linespec/ls-dollar.cc: New file.
7024         * gdb.linespec/ls-dollar.exp: New test.
7025
7026 2012-03-28  Keith Seitz  <keiths@redhat.com>
7027
7028         * gdb.cp/namespace.exp: Add breakpoint tests for functions
7029         starting with the global namespace.
7030
7031 2012-03-23  Doug Evans  <dje@google.com>
7032
7033         * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
7034
7035 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
7036
7037         * gdb.python/py-value.cc: Add test case for testing the
7038         methodology exposing C++ values to Python.
7039         * gdb.python/py-value-cc.exp: Add tests testing the methodology
7040         exposing C++ values to Python.
7041         * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
7042
7043 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
7044             Siddhesh Poyarekar  <siddhesh@redhat.com>
7045
7046         * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
7047         * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
7048         (generate native core dump): Make the test unsupported if core cannot
7049         be generated.
7050
7051 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
7052
7053         * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
7054         for cmdarg_vec = NULL.  Remove entries for cmdsize = 1, cmdarg = and
7055         ncmd = 0.  New entry for VEC_cleanup cmdarg_s.
7056
7057 2012-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
7058
7059         * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
7060
7061 2012-03-17  Doug Evans  <dje@google.com>
7062
7063         * dg-extract-results.sh: Handle KFAILs.
7064
7065 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7066
7067         PR symtab/13777
7068         * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
7069
7070 2012-03-16  Joel Brobecker  <brobecker@adacore.com>
7071
7072         * gdb.ada/set_pckd_arr_elt: New testcase.
7073
7074 2012-03-16  Gary Benson  <gbenson@redhat.com>
7075
7076         PR breakpoints/10738
7077         * gdb.opt/inline-break.exp: New file.
7078         * gdb.opt/inline-break.c: Likewise.
7079         * gdb.dwarf2/dw2-inline-break.exp: Likewise.
7080         * gdb.dwarf2/dw2-inline-break.S: Likewise.
7081         * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
7082         * gdb.base/async-shell.exp: Likewise.
7083         * lib/mi-support.exp (library_loaded_re): Likewise.
7084
7085 2012-03-15  Tom Tromey  <tromey@redhat.com>
7086
7087         * gdb.cp/virtfunc2.exp: Update expected output.
7088         * gdb.cp/pr9631.exp: Update expected output.
7089         * gdb.cp/member-ptr.exp: Update expected output.
7090         * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
7091         output.
7092         * gdb.cp/casts.exp: Update expected output.
7093
7094 2012-03-15  Tom Tromey  <tromey@redhat.com>
7095
7096         * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
7097         (test_info_vtbl): Likewise.
7098         (do_tests): Call test_info_vtbl.
7099         * gdb.cp/virtfunc.cc (va): New global.
7100
7101 2012-03-15  Thomas Schwinge  <thomas@codesourcery.com>
7102
7103         * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
7104         describing DWARF data structures.
7105         * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
7106         * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
7107         * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
7108         * gdb.dwarf2/dw2-entry-value.S: Likewise.
7109         * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
7110         * gdb.dwarf2/dw2-param-error.S: Likewise.
7111         * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
7112         * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
7113         * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
7114         * gdb.dwarf2/implptr-optimized-out.S: Likewise.
7115         * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
7116         * gdb.dwarf2/pr11465.S: Likewise.
7117
7118 2012-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7119
7120         * gdb.mi/mi2-prompt.exp: New file.
7121
7122 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
7123
7124         * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
7125
7126 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
7127
7128         * gdb.ada/bp_range_type: New testcase.
7129
7130 2012-03-13  Doug Evans  <dje@google.com>
7131
7132         * gdb.base/default.exp: Delete tests for symbol-reloading.
7133         * gdb.base/help.exp: Ditto.
7134         * gdb.base/setshow.exp: Ditto.
7135         * gdb.base/gdb_history: Delete references to symbol-reloading.
7136
7137 2012-03-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
7138
7139         * gdb.base/attach-twice.c: New files.
7140         * gdb.base/attach-twice.exp: New files.
7141
7142 2012-03-08  Keith Seitz  <keiths@redhat.com>
7143
7144         * lib/gdb.exp (gdb_get_line_number): Throw an
7145         error instead of returning -1.
7146         * gdb.base/break.exp: Remove unused variable
7147         bp_location5.
7148         * gdb.base/hbreak2.exp: Likewise.
7149         * gdb.base/sepdebug.exp: Likewise.
7150
7151 2012-03-08  Yao Qi  <yao@codesourcery.com>
7152             Pedro Alves  <palves@redhat.com>
7153
7154         Fix PR server/13392.
7155         * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
7156         (tracepoint_change_loc_2): Remove kfail.  Return if failed to
7157         download tracepoints.
7158         * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
7159         (pending_tracepoint_resolved_during_trace): Likewise.
7160         (pending_tracepoint_installed_during_trace): Likewise.
7161         (pending_tracepoint_with_action_resolved): Likewise.
7162
7163 2012-03-08  Keith Seitz  <keiths@redhat.com>
7164
7165         * gdb.ada/array_bounds.exp: Get breakpoint for line
7166         with "START", not "STOP".
7167         * gdb.python/py-infthread.exp: Do not continue to
7168         line marked "Break here.", which is undefined.
7169
7170 2012-03-08  Luis Machado  <lgustavo@codesourcery.com>
7171
7172         Revert:
7173
7174         2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7175
7176         Implement testsuite workaround for PR breakpoints/13781.
7177         * gdb.cp/mb-templates.exp: New loop with variable $workaround.
7178         (set breakpoint condition-evaluation host): New conditional command.
7179
7180 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7181
7182         Fix CU relative vs. absolute DIE offsets.
7183         * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
7184         one.
7185
7186 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7187
7188         Fix false FAIL on distros with relro linkage as default.
7189         * gdb.reverse/solib-precsave.exp: Try to compile the test using
7190         -Wl,-z,norelro first.
7191
7192 2012-03-06  Joel Brobecker  <brobecker@adacore.com>
7193
7194         * gdb.ada/bp_on_var: New testcase.
7195
7196 2012-03-06  Joel Brobecker  <brobecker@adacore.com>
7197
7198         * gdb.ada/bp_enum_homonym: New testcase.
7199
7200 2012-03-06  Yao Qi  <yao@codesourcery.com>
7201
7202         * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
7203         x86_64-*-* and i?86-*-*.
7204         Set up KFAIL for gdb/13808.
7205
7206 2012-03-05  Tom Tromey  <tromey@redhat.com>
7207
7208         * gdb.ada/operator_bp.exp: Clear debug-file-directory.
7209         * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
7210
7211 2012-03-05  Tom Tromey  <tromey@redhat.com>
7212
7213         * gdb.java/jprint.java (jprint.main): Keep 'x' live.
7214
7215 2012-03-04  Yao Qi  <yao@codesourcery.com>
7216
7217         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
7218         messages for KFAIL.
7219
7220 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7221
7222         * gdb.ada/arrayidx.exp: Call get_compiler_info.  New variable old_gcc.
7223         (print one_two_three, indexes off, print few_reps, indexes off)
7224         (print many_reps, indexes off, print empty, indexes off)
7225         (print one_two_three, print few_reps, print many_reps, print empty):
7226         Call setup_xfail if $gcc_old.
7227
7228 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7229
7230         Implement testsuite workaround for PR breakpoints/13781.
7231         * gdb.cp/mb-templates.exp: New loop with variable $workaround.
7232         (set breakpoint condition-evaluation host): New conditional command.
7233
7234 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7235
7236         Code cleanup.
7237         * gdb.cp/mb-templates.exp: New variables executable.  Use it for
7238         binfile.  use clean_restart.  Replace gdb_expect by gdb_test_multiple.
7239         Replace GDB restart by kill and delete_breakpoints.  Replace breakpoint
7240         number 1 by $bpnum.  Four times.
7241
7242 2012-03-03  Yao Qi  <yao@codesourcery.com>
7243
7244         * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
7245
7246 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7247
7248         Setup KFAIL for PR server/13796.
7249         * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
7250
7251 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
7252
7253         * gdb.ada/operator_bp: New testcase.
7254
7255 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
7256
7257         * gdb.ada/info_locals_renaming: New testcase.
7258
7259 2012-03-02  Tom Tromey  <tromey@redhat.com>
7260
7261         * gdb.base/nextoverexit.c: New file.
7262         * gdb.base/nextoverexit.exp: New file.
7263
7264 2012-03-02  Edjunior Machado  <emachado@linux.vnet.ibm.com>
7265
7266         * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
7267         parameter.
7268
7269 2012-03-01  Maciej W. Rozycki  <macro@mips.com>
7270
7271         * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
7272         core registers.
7273
7274 2012-03-01  Maciej W. Rozycki  <macro@mips.com>
7275             Maciej W. Rozycki  <macro@codesourcery.com>
7276             Daniel Jacobowitz  <dan@codesourcery.com>
7277
7278         * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
7279
7280 2012-03-01  Pedro Alves  <palves@redhat.com>
7281
7282         PR gdb/13767
7283
7284         * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
7285         (gdb_collect_globals_test): Call it.
7286
7287 2012-03-01  Keith Seitz  <keiths@redhat.com>
7288
7289         * gdb.cp/method2.exp: Output of overload menu is now
7290         alphabetized.  Update tests for "break A::method".
7291         * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
7292         of hard-coding them.
7293         Overload menu is alphabetized: rewrite to accommodate.
7294         Unset variables LINE and TYPES which are used in other tests.
7295         Compute the output of "info break".
7296         Update the breakpoint table after all breakpoints are deleted.
7297         (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
7298         compute ACTUALS and the method body based on parameters.
7299         Update expected output accordingly.
7300         * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
7301         unique comments to allow the use of gdb_get_line_number.
7302
7303 2012-03-01  Keith Seitz  <keiths@redhat.com>
7304
7305         * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
7306         some Tcl syntax.
7307         * gdb.cp/ovldbreak.exp: Likewise.
7308
7309 2012-03-01  Keith Seitz  <keiths@redhat.com>
7310
7311         * gdb.base/help.exp (help show user): Update expected result
7312         for new doc string changes (add "non-python").
7313
7314 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
7315
7316         * gdb.python/py-cmd.exp: Add test to verify that python commands can
7317         be put in the user-defined category and that the commands appear in
7318         "help user-defined".
7319
7320 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
7321
7322         * gdb.ada/tagged_not_init: New testcase.
7323
7324 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
7325
7326         * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
7327         * gdb.ada/enum_idx_packed: New testcase.
7328
7329 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
7330
7331         * gdb.ada/aliased_array: New testcase.
7332
7333 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
7334
7335         * gdb.ada/whatis_array_val: New testcase.
7336
7337 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
7338
7339         Fix disp-step-syscall.exp: fork: single step over fork.
7340         * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
7341         whitespaces.
7342         (single step over $syscall): Remove its check.
7343         (single step over $syscall final pc): New check.
7344
7345 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
7346
7347         Support processors without SSSE3.
7348         * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
7349         pabsd into ...
7350         (ssse3_test): ... a new function.
7351         (main): Call ssse3_test.
7352         * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
7353         Update expected values everywhere.
7354         (reverse-step to pabsd, verify xmm0 after reverse pabsd)
7355         (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
7356         (reverse-step to pabsw, verify xmm0 after reverse pabsw)
7357         (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
7358         (reverse-step to pabsb, verify xmm0 after reverse pabsb)
7359         (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
7360         Move these tests lower.
7361         (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
7362         (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
7363         (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
7364         New tests.
7365
7366 2012-02-29  Yao Qi  <yao@codesourcery.com>
7367             Pedro Alves  <palves@redhat.com>
7368
7369         * gdb.trace/trace-mt.c: New.
7370         * gdb.trace/trace-mt.exp: New.
7371
7372 2012-02-28  Thomas Schwinge  <thomas@codesourcery.com>
7373
7374         * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
7375         numbers instead of hardcoding them.
7376         * gdb.base/annota1.c: Provide suitable markers.
7377         * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
7378         numbers instead of hardcoding them.
7379         * gdb.base/annota3.c: Provide suitable markers.
7380
7381         * gdb.base/annota1.c [__sh__]: Remove any special-casing.
7382         * gdb.base/annota3.c: Likewise.
7383         * gdb.base/sigall.c: Likewise.
7384         * gdb.base/signals.c: Likewise.
7385         * gdb.reverse/sigall-reverse.c: Likewise.
7386
7387 2012-02-27  Maciej W. Rozycki  <macro@codesourcery.com>
7388
7389         * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
7390         failure return path.
7391
7392 2012-02-27  Luis Machado  <lgustavo@codesourcery.com>
7393
7394         * gdb.base/save-bp.exp: Account for new condition evaluator output.
7395
7396 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
7397
7398         * gdb.base/cond-eval-mode.exp: New file.
7399
7400 2012-02-24  Pedro Alves  <palves@redhat.com>
7401
7402         * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
7403         (top level): Use with_test_prefix.
7404
7405 2012-02-24  Pedro Alves  <palves@redhat.com>
7406
7407         * gdb.threads/attach-into-signal.exp (corefunc): Use
7408         with_test_prefix.
7409
7410 2012-02-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
7411
7412         Fix false FAILs on old CPUs without SSE.
7413         * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
7414         Return untested for Illegal instruction.
7415
7416 2012-02-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
7417
7418         Fix false FAILs with glibc debug infos installed.
7419         * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
7420         * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
7421
7422 2012-02-22  Sterling Augustine  <saugustine@google.com>
7423
7424         * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
7425         constant with cast.
7426
7427 2012-02-21  Pedro Alves  <palves@redhat.com>
7428
7429         * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
7430
7431 2012-02-21  Pedro Alves  <palves@redhat.com>
7432
7433         * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
7434
7435 2012-02-21  Pedro Alves  <palves@redhat.com>
7436
7437         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
7438         with_test_prefix.
7439
7440 2012-02-21  Pedro Alves  <palves@redhat.com>
7441
7442         * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
7443         with_test_prefix here.
7444         (top level): Do it here instead.  Remove `:' from the
7445         with_test_prefix string.
7446         * gdb.base/attach-pie-misread.exp: Remove the leading space the
7447         the suffix `:' from the with_test_prefix prefix string.
7448         * gdb.base/break-interp.exp: Ditto.
7449         * gdb.base/catch-load.exp: Ditto.
7450         * gdb.base/disp-step-syscall.exp: Ditto.
7451         * gdb.base/jit-so.exp: Ditto.
7452         * gdb.base/jit.exp: Ditto.
7453         * gdb.base/sepdebug.exp: Ditto.
7454         * gdb.base/solib-display.exp: Ditto.
7455         * gdb.base/solib-overlap.exp: Ditto.
7456         * gdb.base/watch-cond-infcall.exp: Ditto.
7457         * gdb.base/watchpoint.exp: Ditto.
7458         * gdb.dwarf2/dw2-noloc.exp: Ditto.
7459         * gdb.mi/mi-watch.exp: Ditto.
7460         * gdb.mi/mi2-watch.exp: Ditto.
7461         * gdb.threads/non-ldr-exc-1.exp: Ditto.
7462         * gdb.threads/non-ldr-exc-2.exp: Ditto.
7463         * gdb.threads/non-ldr-exc-3.exp: Ditto.
7464         * gdb.threads/non-ldr-exc-4.exp: Ditto.
7465         * gdb.threads/watchpoint-fork.exp: Ditto.
7466         * gdb.threads/watchthreads-reorder.exp: Ditto.
7467         * gdb.trace/change-loc.exp: Ditto.
7468         * gdb.trace/pending.exp: Ditto.
7469         * gdb.trace/status-stop.exp: Ditto.
7470         * gdb.trace/strace.exp: Ditto.
7471         * gdb.trace/trace-break.exp: Ditto.
7472         * gdb.trace/unavailable.exp: Ditto.
7473         * lib/gdb.exp (with_test_prefix): Always prefix with space and
7474         suffix with colon.  Adjust leading comments.
7475
7476 2012-02-21  Pedro Alves  <palves@redhat.com>
7477             Tom Tromey  <tromey@redhat.com>
7478
7479         * lib/gdb.exp: Add description of test prefixes.
7480         (with_test_prefix): New procedure.
7481         * gdb.arch/altivec-abi.exp: Use with_test_prefix.
7482         * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
7483         * gdb.base/break-interp.exp: Use with_test_prefix.  Use append
7484         instead of lappend to append to pf_prefix.
7485         * gdb.base/catch-load.exp: Use with_test_prefix.
7486         * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
7487         * gdb.base/jit-so.exp: Use with_test_prefix.
7488         * gdb.base/jit.exp: Use with_test_prefix.
7489         * gdb.base/return-nodebug.exp (do_test): Use append instead of
7490         lappend to append to pf_prefix.
7491         * gdb.base/sepdebug.exp: Use with_test_prefix.
7492         * gdb.base/solib-display.exp: Use with_test_prefix.
7493         * gdb.base/solib-overlap.exp: Use with_test_prefix.
7494         * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
7495         * gdb.base/watchpoint.exp: Use with_test_prefix.
7496         * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
7497         * gdb.mi/mi-watch.exp: Use with_test_prefix.
7498         * gdb.mi/mi2-watch.exp: Use with_test_prefix.
7499         * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
7500         * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
7501         * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
7502         * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
7503         * gdb.threads/watchpoint-fork.exp: Use with_test_prefix.  Use
7504         append instead of lappend to append to pf_prefix.
7505         * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
7506         * gdb.trace/change-loc.exp: Use with_test_prefix.
7507         * gdb.trace/pending.exp: Use with_test_prefix.
7508         * gdb.trace/status-stop.exp: Use with_test_prefix.
7509         * gdb.trace/strace.exp: Use with_test_prefix.
7510         * gdb.trace/trace-break.exp: Use with_test_prefix.
7511         * gdb.trace/unavailable.exp: Use with_test_prefix.  Use append
7512         instead of lappend to append to pf_prefix.
7513
7514 2012-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7515
7516         Fix racy FAILs.
7517         * gdb.base/inferior-died.c (main): Add return of 0.
7518         * gdb.base/inferior-died.exp (continue): Fix expectation of
7519         asynchronous events.
7520         (p 1): New test.
7521
7522 2012-02-20  Pedro Alves  <palves@redhat.com>
7523
7524         * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
7525         lin-lwp output.  Set SIGALRM to stop.  Adjust tests to not rely on
7526         gdb's internal debug output.  For the non-threaded case, look for
7527         "Program received signal SIGLARM", for the threaded case, peek at
7528         the thread's siginfo.
7529
7530 2012-02-20  Pedro Alves  <palves@redhat.com>
7531
7532         General cleanup, make output test messages unique, and build
7533         different executable files for the non-threaded and threaded
7534         cases.
7535
7536         * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
7537         Delete.
7538         (executable_nothr, executable_thr): New globals.
7539         (top level): Adjust to delete both executables.
7540         (corefunc): New parameter $executable.  Set $pf_prefix instead of
7541         hand writing a prefix in tests.  Issue a clean_restart and enable
7542         lin-lwp debug output here.
7543         (top level): Adjust.  Use build_executable.  Don't start gdb here,
7544         and don't enable lin-lwp debug output here.
7545         * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
7546
7547 2012-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7548
7549         Fix racy FAILs.
7550         * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
7551         "continue" command.
7552
7553 2012-02-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
7554
7555         Fix for gdbserver non-extended mode.
7556         * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
7557         and gdb_run_cmd.
7558
7559 2012-02-17  Tom Tromey  <tromey@redhat.com>
7560
7561         * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
7562         * gdb.python/py-events.exp: Check 'dir' output.
7563         * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
7564
7565 2012-02-17  Yao Qi  <yao@codesourcery.com>
7566
7567         * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
7568
7569 2012-02-16  Tom Tromey  <tromey@redhat.com>
7570
7571         * gdb.base/inferior-died.c: Don't include stdio.h.
7572
7573 2012-02-16  Tom Tromey  <tromey@redhat.com>
7574
7575         * gdb.base/inferior-died.c: New file.
7576         * gdb.base/inferior-died.exp: New file.
7577
7578 2012-02-15  Aleksandar Ristovski  <aristovski@qnx.com>
7579
7580         * gdb.base/break-inline.exp: New file.
7581         * gdb.base/break-inline.c: New file.
7582
7583 2012-02-15  Tom Tromey  <tromey@redhat.com>
7584
7585         * gdb.base/pc-fp.exp: Add "info register" tests.
7586
7587 2012-02-15  Tom Tromey  <tromey@redhat.com>
7588
7589         * gdb.base/regs.exp: Remove.
7590
7591 2012-02-15  Pedro Alves  <palves@redhat.com>
7592
7593         * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
7594         the target doesn't support tracepoints.
7595         * gdb.trace/circ.exp: Ditto.
7596         * gdb.trace/collection.exp: Ditto.
7597         * gdb.trace/packetlen.exp: Ditto.
7598         * gdb.trace/passc-dyn.exp: Ditto.
7599         * gdb.trace/report.exp: Ditto.
7600         * gdb.trace/tfind.exp: Ditto.
7601         * gdb.trace/tspeed.exp: Ditto.
7602         * gdb.trace/tsv.exp: Ditto.
7603         * gdb.trace/unavailable.exp: Ditto.
7604         * gdb.trace/while-dyn.exp: Ditto.
7605
7606 2012-02-15  Pedro Alves  <palves@redhat.com>
7607
7608         * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
7609         gdb_test_multiple, and call unsupported instead of fail, if the
7610         remote side does not support the request.
7611
7612 2012-02-15  Pedro Alves  <palves@redhat.com>
7613
7614         * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
7615         * gdb.server/ext-run.exp: Make sure gdb is disconnected.
7616         * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
7617         * gdb.server/server-mon.exp: Make sure gdb is disconnected.
7618         * gdb.server/server-run.exp: Make sure gdb is disconnected.
7619         * lib/gdbserver-support.exp (gdbserver_start_extended): Only
7620         prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
7621         doesn't start with "extended-" already.
7622
7623 2012-02-15  Pedro Alves  <palves@redhat.com>
7624
7625         Support extended-remote.  Avoid cascading timeouts.
7626
7627         * gdb.base/attach.exp (do_attach_tests): Add expected output for
7628         the extended-remote target.  If attaching with no file fails, load
7629         the file manually.
7630         * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
7631
7632 2012-02-14  Stan Shebs  <stan@codesourcery.com>
7633
7634         * gdb.base/ena-dis-br.exp: Add enable count test.
7635
7636 2012-02-13  Pedro Alves  <palves@redhat.com>
7637
7638         * config/mips-idt.exp: Delete.
7639         * gdb.base/a2-run.exp: Remove mips-idt xfails.
7640         * gdb.base/bitfields.exp: Remove mips-idt restarts.
7641         * gdb.base/break.exp: Remove mips-idt references.
7642         * gdb.base/chng-syms.exp: Ditto.
7643         * gdb.base/default.exp: Ditto.
7644         * gdb.base/funcargs.exp (funcargs_reload): Delete.
7645         (top level): Don't call it.
7646         * gdb.base/opaque.exp: Remove mips-idt restarts.
7647         * gdb.base/ptype.exp: Remove mips-idt xfails.
7648         * gdb.base/scope.exp: Remove mips-idt restarts.
7649         * gdb.base/sepdebug.exp: Remove mips-idt references.
7650         * gdb.base/watchpoint.exp (maybe_clean_restart)
7651         (maybe_reinitialize): Delete.
7652         (test_disabling_watchpoints, test_disabling_watchpoints)
7653         (test_watchpoint_triggered_in_syscall)
7654         (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
7655         Don't call them.
7656
7657 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
7658
7659         * gdb.server/server-exec-info.exp: New file.
7660
7661 2012-02-10  Pedro Alves  <palves@redhat.com>
7662
7663         * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
7664         always non-empty.
7665         (test_attach): Always pass $exec to test_attach_gdb.
7666
7667 2012-02-08  Tom Tromey  <tromey@redhat.com>
7668
7669         * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
7670         before inferior is started.
7671
7672 2012-02-07  Tom Tromey  <tromey@redhat.com>
7673
7674         * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
7675         Symbol.value.
7676         * gdb.python/py-symbol.c (qq): Set default value.
7677
7678 2012-02-07  Tom Tromey  <tromey@redhat.com>
7679
7680         * gdb.python/py-symbol.c (qq): New global.
7681         * gdb.python/py-symbol.exp: Add test for frame-less
7682         lookup_symbol.
7683         * gdb.python/py-symtab.exp: Fix line number.
7684
7685 2012-02-03  Joel Brobecker  <brobecker@adacore.com>
7686
7687         * gdb.ada/mi_task_arg: New testcase.
7688
7689 2012-02-02  Pedro Alves  <palves@redhat.com>
7690
7691         * gdb.reverse/until-precsave.exp: Also put "record save" under the
7692         extended timeout.
7693
7694 2012-02-02  Pedro Alves  <palves@redhat.com>
7695
7696         * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
7697         * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
7698
7699 2012-02-02  Pedro Alves  <palves@redhat.com>
7700
7701         * gdb.base/term.exp: Rewrite.
7702         * gdb.base/term.c: New.
7703
7704 2012-02-02  Pedro Alves  <palves@redhat.com>
7705
7706         * gdb.base/default.exp (run "r" abbreviation, run): Add
7707         extended-remote expected output.
7708
7709 2012-02-02  Tom Tromey  <tromey@redhat.com>
7710
7711         * gdb.cp/dispcxx.exp: New file.
7712         * gdb.cp/dispcxx.cc: New file.
7713
7714 2012-02-01  Tom Tromey  <tromey@redhat.com>
7715
7716         * gdb.base/jit-simple.exp: New file.
7717         * gdb.base/jit-simple.c: New file.
7718
7719 2012-01-30  Yao Qi  <yao@codesourcery.com>
7720
7721         * gdb.base/skip.exp: Make test result unique.
7722
7723 2012-01-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
7724
7725         * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
7726         compatibility with valgrind-3.7.0.
7727
7728 2012-01-27  Pedro Alves  <palves@redhat.com>
7729
7730         * gdb.base/watchpoint.exp (no_hw): New global.
7731         (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
7732         disable hw watchpoints.
7733         (test_wide_location_1, test_wide_location_2): If no_hw is set,
7734         don't expect hw watchpoints.
7735         (no_hw_watchpoints): Always clean restart.
7736         (do_tests): New procedure, factored out from the top level.
7737         (top level): Run tests twice.  Once with hw watchpoints enabled,
7738         another time with hw watchpoints disabled.
7739
7740 2012-01-27  Pedro Alves  <palves@redhat.com>
7741
7742         * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
7743         out from the top level.
7744         (top level): Call it instead.
7745
7746 2012-01-27  Pedro Alves  <palves@redhat.com>
7747
7748         * gdb.base/watchpoint.exp (top level): Re-enable hardware
7749         watchpoints sooner.
7750
7751 2012-01-27  Pedro Alves  <palves@redhat.com>
7752
7753         * gdb.base/watchpoint.exp (top level): Delete watch ival3.
7754
7755 2012-01-27  Pedro Alves  <palves@redhat.com>
7756
7757         * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
7758         "You may have requested too many hardware
7759         breakpoints/watchpoints".
7760
7761 2012-01-27  Pedro Alves  <palves@redhat.com>
7762
7763         * gdb.base/watchpoint.exp (maybe_clean_restart)
7764         (maybe_reinitialize): New.
7765         (test_disabling_watchpoints): Call maybe_reinitialize.  Don't
7766         expect "hit N times".
7767         (test_disabling_watchpoints, test_complex_watchpoint)
7768         (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
7769         Call maybe_clean_restart.
7770         (top level): Use clean_restart.  Remove "mips-idt-*"
7771         reinitialization.
7772
7773 2012-01-27  Pedro Alves  <palves@redhat.com>
7774
7775         * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
7776
7777 2012-01-27  Pedro Alves  <palves@redhat.com>
7778
7779         * gdb.base/watchpoint.exp: Clean restart after tests that don't
7780         require `initialize' anymore.  Remove unnecessary `initialize'
7781         calls.
7782
7783 2012-01-27  Pedro Alves  <palves@redhat.com>
7784
7785         * gdb.base/watchpoint.exp (wp_set): Delete.
7786         (initialize, test_simple_watchpoint, top level): Remove dead code.
7787
7788 2012-01-27  Pedro Alves  <palves@redhat.com>
7789
7790         * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
7791         typo.
7792
7793 2012-01-27  Pedro Alves  <palves@redhat.com>
7794
7795         * config/extended-gdbserver.exp: New file.
7796         * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
7797         comment.
7798         (gdbserver_start_multi, mi_gdbserver_start_multi): New.
7799         * boards/native-extended-gdbserver.exp: New file.
7800
7801 2012-01-26  Pedro Alves  <palves@redhat.com>
7802
7803         * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
7804         and gdb_test_multiple.
7805
7806 2012-01-26  Pedro Alves  <palves@redhat.com>
7807
7808         Make test messages unique, and more identifiable.
7809         * gdb.multi/watchpoint-multi.exp: Change test messages.
7810
7811 2012-01-25  Tom Tromey  <tromey@redhat.com>
7812
7813         * gdb.base/solib-disc.exp: Fix regexps.
7814
7815 2012-01-24  Tom Tromey  <tromey@redhat.com>
7816
7817         * lib/mi-support.exp (mi_expect_stop): Add special case for
7818         solib-event.
7819         * gdb.base/catch-load-so.c: New file.
7820         * gdb.base/catch-load.exp: New file.
7821         * gdb.base/catch-load.c: New file.
7822         * gdb.base/break-interp.exp (reach_1): Update regexp.
7823
7824 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
7825
7826         Fix fuzzy results.
7827         * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
7828         lpsimple and func.
7829
7830 2012-01-24  Gary Benson  <gbenson@redhat.com>
7831
7832         Delete #if 0'd out code.
7833         * gdb.base/default.exp (info catch): Remove.
7834         * gdb.base/gdb_history (info catch): Likewise.
7835         * gdb.base/help.exp (info catch): Likewise.
7836
7837 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
7838
7839         Fix watchpoints to be specific for each inferior.
7840         * gdb.multi/watchpoint-multi.c: New file.
7841         * gdb.multi/watchpoint-multi.exp: New file.
7842
7843 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
7844
7845         Fix watchpoints across inferior fork.
7846         * gdb.threads/watchpoint-fork-child.c: New file.
7847         * gdb.threads/watchpoint-fork-mt.c: New file.
7848         * gdb.threads/watchpoint-fork-parent.c: New file.
7849         * gdb.threads/watchpoint-fork-st.c: New file.
7850         * gdb.threads/watchpoint-fork.exp: New file.
7851         * gdb.threads/watchpoint-fork.h: New file.
7852
7853 2012-01-23  Pedro Alves  <palves@redhat.com>
7854
7855         * gdb.base/call-signal-resume.exp: Allow output after "return".
7856
7857 2012-01-20  Pedro Alves  <palves@redhat.com>
7858
7859         * gdb.python/py-finish-breakpoint.py: Fix typo.
7860
7861 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
7862
7863         * gdb.base/info-proc.exp: Also run on remote targets.  Main
7864         "info proc" command is now always present; whether target supports
7865         actual info proc operation is detected when attempting to issue
7866         the command.
7867
7868 2012-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
7869
7870         * .gdbinit: Remove.
7871
7872 2012-01-19  Pedro Alves  <palves@redhat.com>
7873
7874         * gdb.java/jprint.exp: Don't rely on inferior output, but instead
7875         look at the funtions' returns.
7876         * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
7877         (jprint.print(int, int)): Change return type to int.  Adjust.
7878
7879 2012-01-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
7880
7881         PR gdb/9538
7882         * gdb.base/sepdebug.exp: New test.
7883
7884 2012-01-18  Pedro Alves  <palves@redhat.com>
7885
7886         * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
7887         Allow output before ^done.
7888
7889 2012-01-16  Tom Tromey  <tromey@redhat.com>
7890
7891         * gdb.linespec/linespec.exp: Change some tests to use $decimal.
7892         Add tests for relative directory.
7893
7894 2012-01-16  Tom Tromey  <tromey@redhat.com>
7895
7896         * gdb.base/printcmds.c (enum flag_enum): New.
7897         (three): New global.
7898         * gdb.base/printcmds.exp (test_print_enums): Add test for flag
7899         enum printing.
7900         * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
7901         FlagEnumerationPrinter.
7902         * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
7903         * gdb.python/py-pp-maint.c (enum flag_enum): New.
7904         (fval): New global.
7905
7906 2012-01-16  Pedro Alves  <palves@redhat.com>
7907
7908         * lib/gdb.exp (banned_procedures): New variable.
7909         (banned_variables_traced): Rename to ...
7910         (banned_traced): ... this.
7911         (gdb_init): Also trace banned procedures.
7912         (gdb_finish): Also untrace banned procedures.
7913
7914 2012-01-16  Pedro Alves  <palves@redhat.com>
7915
7916         Remove all calls to strace.
7917
7918 2012-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7919
7920         * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
7921         * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
7922
7923 2012-01-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
7924
7925         * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
7926         * gdb.base/pie-execl.exp: Likewise.
7927
7928 2012-01-12  Keith Seitz  <keiths@redhat.com>
7929
7930         PR mi/10586
7931         * gdb.mi/var-cmd.c (struct anonymous): New structure.
7932         (do_anonymous_type_tests): New function.
7933         (main): Call do_anonymous_type_tests.
7934         * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
7935         (verify_everything): New procedure.
7936         * gdb.mi/mi-var-cp.cc (class A): New class.
7937         (anonymous_structs_and_unions): New function.
7938         (main): Call anonymous_structs_and_unions.
7939         * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
7940         (verify_everything): New procedure.
7941
7942 2012-01-12  Keith Seitz  <keiths@redhat.com>
7943
7944         * lib/mi-support.exp: Expand comments about PATH_EXPR.
7945         (varobj_tree::get_path_expr): Assume that all varobjs are
7946         compound unless they are known simple types.
7947         Adjust path expressions based on parent type, path parent type,
7948         and tree language.
7949         (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
7950         the root varobj.
7951         (mi_walk_varobj_tree): Add LANGUAGE parameter.
7952
7953 2012-01-11  Pedro Alves  <palves@redhat.com>
7954
7955         * gdb.base/default.exp (core-file): Don't expect "GDB can't read
7956         core files on this machine" anymore.
7957
7958 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
7959
7960         * gdb.base/watchpoint.c (recurser): Initialize local_x.
7961         (main): Repeat recurser call.
7962         * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
7963         equivalent to 'local_x'.
7964
7965 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
7966             Joel Brobecker <brobecker@adacore.com>
7967
7968         * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
7969
7970 2012-01-05  Pedro Alves  <alves.ped@gmail.com>
7971
7972         * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
7973         * gdb.python/py-events.c (first): Add bits for new "step N" test.
7974         * gdb.python/py-events.exp: Test that "step N" tripping on a
7975         breakpoint emits a breakpoint event.
7976
7977 2012-01-03  Joel Brobecker  <brobecker@adacore.com>
7978
7979         * gdb.base/auxv.exp: Reformat the copyright notice.
7980
7981 2012-01-03  Yao Qi  <yao@codesourcery.com>
7982
7983         * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
7984         (strace_trace_on_diff_addr): New.
7985         * gdb.trace/strace.c: (main): Add two local variables.
7986
7987 2011-01-02  Ulrich Weigand  <uweigand@de.ibm.com>
7988
7989         * gdb.cell/fork.exp: Delete breakpoints after reaching main.
7990         * gdb.cell/gcore.exp: Likewise.
7991         * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
7992         to verify the correct instance of main is selected.
7993
7994 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
7995
7996         * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
7997         gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
7998         gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
7999         gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
8000         gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
8001         gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
8002         gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
8003         gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
8004         gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
8005         gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
8006         gdb.threads/thread_check.c: Reformat copyright header.
8007
8008 2011-12-30  Edjunior Machado  <emachado@linux.vnet.ibm.com>
8009
8010         * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
8011         * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
8012         is not enabled.
8013
8014 2011-12-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
8015
8016         * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
8017         parameter to self_exec, adjust the function.
8018         (main): Check for argv[1] "exit".  Use argv[0] for test_exec_exit.
8019         * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
8020         (set var do_exit = 0): Remove test.
8021         (newline at end of file): Add one.
8022
8023 2011-12-27  Joel Brobecker  <brobecker@adacore.com>
8024
8025         * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
8026         New files.
8027
8028 2011-12-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
8029
8030         Fix racy FAILs.
8031         * gdb.threads/fork-thread-pending.c (barrier): New variable.
8032         (thread_function, thread_forker): Call pthread_barrier_wait for it.
8033         (main): Call pthread_barrier_init for it.
8034
8035 2011-12-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
8036
8037         Fix double send_gdb leading to racy FAILs.
8038         * gdb.base/break.exp (set silent break bp_location1): Replace
8039         3x send_gdb and gdb_expect by gdb_test.
8040         * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
8041         * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
8042         (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
8043         instead of send_gdb.  Twice.
8044         * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
8045         3x send_gdb and gdb_expect by gdb_test.
8046         * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
8047
8048 2011-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
8049
8050         * gdb.linespec/linespec.exp: Compile using {c++}.
8051
8052 2011-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
8053
8054         * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
8055         (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
8056         (verify GCC PR debug/51668): New test.
8057
8058 2011-12-23  Kevin Pouget  <kevin.pouget@st.com>
8059
8060         Introduce gdb.FinishBreakpoint in Python.
8061         * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
8062         py-finish-breakpoint2
8063         (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
8064         * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
8065         instead of line number.
8066         * gdb.python/py-finish-breakpoint.c: New file.
8067         * gdb.python/py-finish-breakpoint.exp: New file.
8068         * gdb.python/py-finish-breakpoint.py: New file.
8069         * gdb.python/py-finish-breakpoint2.cc: New file.
8070         * gdb.python/py-finish-breakpoint2.exp: New file.
8071         * gdb.python/py-finish-breakpoint2.py: New file.
8072
8073 2011-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
8074
8075         Partial fix of compatibility with gcc-4.7.
8076         * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
8077         into XFAIL "new without size_t".  Permit size_t for the KFAIL case.
8078         Add comment to add a PASS case in the future.
8079
8080         Fix compatibility with gcc-4.7.
8081         * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
8082
8083 2011-12-21  Ulrich Weigand  <ulrich.weigand@linaro.org>
8084
8085         PR tdep/12797
8086         * gdb.base/callfuncs.exp: Remove KFAIL.
8087
8088 2011-12-21  Joel Brobecker  <brobecker@adacore.com>
8089
8090         * gdb.ada/task_bp: New testcase.
8091
8092 2011-12-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8093
8094         * gdb.base/reread.exp: If srcfile2 fails to build retry it with
8095         -DNO_SECTIONS.
8096         * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
8097
8098 2011-12-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8099
8100         * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
8101         PR gcc/45997 XFAIL conditional for gcc <= 4.5.
8102         * gdb.python/py-type.exp (python print ttype.template_argument(2)):
8103         Change PR gcc/41736 to the more specific PR gcc/46955.  Make it
8104         conditional for gcc <= 4.5.
8105
8106 2011-12-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8107
8108         * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
8109         by XFAIL.
8110         * gdb.cp/static-method.exp (info addr A::func())
8111         (list static-method.cc:xxx::(anonymous namespace)::A::func)
8112         (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
8113         (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
8114         (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
8115         * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
8116         (test value of F in k3_m): Likewise.
8117         * gdb.python/py-type.exp (python print ttype.template_argument(2)):
8118         Likewise.
8119
8120 2011-12-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8121
8122         * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
8123         (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
8124         Remove.
8125         * gdb.threads/attachstop-mt.c: Remove.
8126         * gdb.threads/attachstop-mt.exp: Remove.
8127
8128 2011-12-17  Mark Kettenis  <kettenis@gnu.org>
8129
8130         * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
8131
8132 2011-12-16  Doug Evans  <dje@google.com>
8133
8134         * boards/native-stdio-gdbserver.exp: New file.
8135         * boards/native-gdbserver.exp: New file.
8136
8137         * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
8138         gdbserver output.
8139         (gdbserver_default_get_remote_address): New function.
8140         (gdbserver_start): Call gdb,get_remote_address to compute argument
8141         to "target remote" command.
8142
8143 2011-12-16  Phil Muldoon  <pmuldoon@redhat.com>
8144
8145         * gdb.python/py-function.exp: Change "on" to "full" for
8146         python print-stack.  Add set/show python print-stack
8147         off|full|message tests.
8148
8149 2011-12-15  Yao Qi  <yao@codesourcery.com>
8150
8151         * gdb.trace/strace.c: New
8152         * gdb.trace/strace.exp: New.
8153
8154 2011-12-14  Tom Tromey  <tromey@redhat.com>
8155
8156         * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
8157
8158 2011-12-14  Doug Evans  <dje@google.com>
8159
8160         * lib/gdb.exp (gdb_start_cmd): Fix error return value.
8161
8162 2011-12-14  Pedro Alves  <pedro@codesourcery.com>
8163
8164         PR threads/10729
8165
8166         * gdb.mi/watch-nonstop.c: New file.
8167         * gdb.mi/mi-watch-nonstop.exp: New file.
8168
8169 2011-12-13  Pedro Alves  <pedro@codesourcery.com>
8170             Doug Evans  <dje@google.com>
8171
8172         * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
8173         (clean_restart): Remove references to the gdb_stub target board
8174         variable.
8175         (gdb_step_for_stub): Delete.
8176
8177         * gdb.base/annota1.exp: Remove all references to [target_info
8178         exists gdb_stub], gdb_step_for_stub and usestubs.
8179         * gdb.base/annota3.exp: Ditto.
8180         * gdb.base/async.exp: Ditto.
8181         * gdb.base/break.exp: Ditto.
8182         * gdb.base/code-expr.exp: Ditto.
8183         * gdb.base/commands.exp: Ditto.
8184         * gdb.base/completion.exp: Ditto.
8185         * gdb.base/condbreak.exp: Ditto.
8186         * gdb.base/consecutive.exp: Ditto.
8187         * gdb.base/cvexpr.exp: Ditto.
8188         * gdb.base/define.exp: Ditto.
8189         * gdb.base/display.exp: Ditto.
8190         * gdb.base/ena-dis-br.exp: Ditto.
8191         * gdb.base/environ.exp: Ditto.
8192         * gdb.base/gnu-ifunc.exp: Ditto.
8193         * gdb.base/maint.exp: Ditto.
8194         * gdb.base/pending.exp: Ditto.
8195         * gdb.base/sect-cmd.exp: Ditto.
8196         * gdb.base/sepdebug.exp: Ditto.
8197         * gdb.base/unload.exp: Ditto.
8198         * gdb.base/watchpoint-solib.exp: Ditto.
8199         * gdb.cp/annota2.exp: Ditto.
8200         * gdb.cp/annota3.exp: Ditto.
8201         * gdb.dwarf2/dw2-inline-param.exp: Ditto.
8202         * gdb.hp/gdb.compat/xdb1.exp: Ditto.
8203         * gdb.mi/mi-pending.exp: Ditto.
8204         * gdb.trace/circ.exp: Ditto.
8205         * gdb.cp/ovldbreak.exp: Ditto.  Adjust expected line numbers.
8206         * gdb.base/list.exp: Ditto.
8207
8208         * gdb.base/all-types.c: Remove all calls to set_debug_traps and
8209         breakpoint function and all references to the usestubs macro.
8210         * gdb.base/exprs.c: Ditto.
8211         * gdb.base/freebpcmd.c: Ditto.
8212         * gdb.base/bitfields.c: Ditto.
8213         * gdb.base/bitfields2.c: Ditto.
8214         * gdb.base/break.c: Ditto.
8215         * gdb.base/call-sc.c: Ditto.
8216         * gdb.base/call-signals.c: Ditto.
8217         * gdb.base/callfuncs.c: Ditto.
8218         * gdb.base/charset.c: Ditto.
8219         * gdb.base/consecutive.c: Ditto.
8220         * gdb.base/constvars.c: Ditto.
8221         * gdb.base/funcargs.c: Ditto.
8222         * gdb.base/int-type.c: Ditto.
8223         * gdb.base/interrupt.c: Ditto.
8224         * gdb.base/langs0.c: Ditto.
8225         * gdb.base/list0.c: Ditto.
8226         * gdb.base/mips_pro.c: Ditto.
8227         * gdb.base/miscexprs.c: Ditto.
8228         * gdb.base/nodebug.c: Ditto.
8229         * gdb.base/opaque0.c: Ditto.
8230         * gdb.base/pointers.c: Ditto.
8231         * gdb.base/printcmds.c: Ditto.
8232         * gdb.base/ptype.c: Ditto.
8233         * gdb.base/recurse.c: Ditto.
8234         * gdb.base/reread1.c: Ditto.
8235         * gdb.base/reread2.c: Ditto.
8236         * gdb.base/restore.c: Ditto.
8237         * gdb.base/return.c: Ditto.
8238         * gdb.base/run.c: Ditto.
8239         * gdb.base/scope0.c: Ditto.
8240         * gdb.base/sepdebug.c: Ditto.
8241         * gdb.base/setshow.c: Ditto.
8242         * gdb.base/setvar.c: Ditto.
8243         * gdb.base/sigall.c: Ditto.
8244         * gdb.base/signals.c: Ditto.
8245         * gdb.base/structs.c: Ditto.
8246         * gdb.base/structs2.c: Ditto.
8247         * gdb.base/testenv.c: Ditto.
8248         * gdb.base/twice.c: Ditto.
8249         * gdb.base/unwindonsignal.c: Ditto.
8250         * gdb.base/watchpoint.c: Ditto.
8251         * gdb.base/watchpoints.c: Ditto.
8252         * gdb.base/whatis.c: Ditto.
8253         * gdb.cp/classes.cc: Ditto.
8254         * gdb.cp/cplusfuncs.cc: Ditto.
8255         * gdb.cp/derivation.cc: Ditto.
8256         * gdb.cp/formatted-ref.cc: Ditto.
8257         * gdb.cp/misc.cc: Ditto.
8258         * gdb.cp/overload.cc: Ditto.
8259         * gdb.cp/ovldbreak.cc: Ditto.
8260         * gdb.cp/ref-params.cc: Ditto.
8261         * gdb.cp/ref-types.cc: Ditto.
8262         * gdb.cp/templates.cc: Ditto.
8263         * gdb.cp/virtfunc.cc: Ditto.
8264         * gdb.hp/gdb.aCC/run.c: Ditto.
8265         * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
8266         * gdb.hp/gdb.compat/xdb0.c: Ditto.
8267         * gdb.reverse/consecutive-reverse.c: Ditto.
8268         * gdb.reverse/sigall-reverse.c: Ditto.
8269         * gdb.reverse/until-reverse.c: Ditto.
8270         * gdb.reverse/watch-reverse.c: Ditto.
8271         * gdb.trace/actions.c: Ditto.
8272         * gdb.trace/circ.c: Ditto.
8273         * gdb.trace/collection.c: Ditto.
8274
8275 2011-12-13  Pedro Alves  <pedro@codesourcery.com>
8276
8277         * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
8278         (func6, func7): New.
8279         (main): Call func6 and func7.
8280         * gdb.base/watchpoint.exp (test_wide_location_1)
8281         (test_wide_location_2): New.
8282         (top level): Re-enable hardware watchpoints if necessary.  Call
8283         test_wide_location_1 and test_wide_location_2.
8284
8285 2011-12-11  Yao Qi  <yao@codesourcery.com>
8286
8287         * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
8288
8289 2011-12-11  Joel Brobecker  <brobecker@adacore.com>
8290
8291         * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
8292         expected output for unsupported case.
8293
8294 2011-12-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8295
8296         PR testsuite/12649
8297         * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
8298         Protect gdb_test_multiple by final $gdb_prompt match.
8299
8300 2011-12-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8301
8302         * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
8303         New variable, new test.
8304         (list static-method.cc:xxx::(anonymous namespace)::A::func)
8305         (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
8306         (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
8307         (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
8308         them if HAVE_GCC_45682_FIXED is not set.
8309
8310 2011-12-10  Yao Qi  <yao@codesourcery.com>
8311
8312         * gdb.trace/status-stop.exp: New.
8313         * gdb.trace/status-stop.c: New.
8314
8315 2011-12-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
8316
8317         * gdb.reverse/until-precsave.exp (run to end of main) Extend the
8318         timeout.
8319
8320 2011-12-08  Tom Tromey  <tromey@redhat.com>
8321
8322         * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
8323         condition.
8324
8325 2011-12-07  Stan Shebs  <stan@codesourcery.com>
8326
8327         * gdb.trace/tfind.exp: Update for output changes.
8328
8329 2011-12-07  Pedro Alves  <pedro@codesourcery.com>
8330
8331         * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
8332         throws "Cannot insert catchpoints in this configuration".
8333         * gdb.ada/mi_catch_ex.exp: Likewise.
8334
8335 2011-12-06  Pedro Alves  <pedro@codesourcery.com>
8336
8337         * gdb.base/break-always.exp: Test changing memory at addresses
8338         with breakpoints inserted.
8339
8340 2011-12-06  Joel Brobecker  <brobecker@acacore.com>
8341
8342         * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
8343         involving a fully qualified function name.
8344
8345 2011-12-06  Tom Tromey  <tromey@redhat.com>
8346
8347         * gdb.ada/homonym.exp: Add three breakpoint tests.
8348
8349 2011-12-06  Tom Tromey  <tromey@redhat.com>
8350
8351         * gdb.base/solib-weak.exp (do_test): Remove kfail.
8352         * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
8353         * gdb.objc/objcdecode.exp: Update for output changes.
8354         * gdb.linespec/linespec.exp: New file.
8355         * gdb.linespec/lspec.cc: New file.
8356         * gdb.linespec/lspec.h: New file.
8357         * gdb.linespec/body.h: New file.
8358         * gdb.linespec/base/two/thefile.cc: New file.
8359         * gdb.linespec/base/one/thefile.cc: New file.
8360         * gdb.linespec/Makefile.in: New file.
8361         * gdb.cp/templates.exp (test_template_breakpoints): Update for
8362         output changes.
8363         * gdb.cp/re-set-overloaded.exp: Remove kfail.
8364         * gdb.cp/ovldbreak.exp: Update for output changes.  "all" test now
8365         makes one breakpoint.
8366         * gdb.cp/method2.exp (test_break): Update for output changes.
8367         * gdb.cp/mb-templates.exp: Update for output changes.
8368         * gdb.cp/mb-inline.exp: Update for output changes.
8369         * gdb.cp/mb-ctor.exp: Update for output changes.
8370         * gdb.cp/ovsrch.exp: Use fully-qualified names.
8371         * gdb.base/solib-symbol.exp: Run to main later.  Breakpoint now
8372         has multiple matches.
8373         * gdb.base/sepdebug.exp: Disable pending breakpoints.  Update for
8374         error message change.
8375         * gdb.base/list.exp (test_list_filename_and_number): Update for
8376         error message change.
8377         * gdb.base/break.exp: Disable pending breakpoints.  Update for
8378         output changes.
8379         * configure.ac: Add gdb.linespec.
8380         * configure: Rebuild.
8381         * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
8382
8383 2011-12-06  Ulrich Weigand  <uweigand@de.ibm.com>
8384
8385         * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
8386         last_break register on s390*-*-* targets.
8387
8388 2011-12-06  Joel Brobecker  <brobecker@adacore.com>
8389
8390         * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
8391         * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
8392         of parameter X in procedure Foo.
8393
8394 2011-12-05  Stan Shebs  <stan@codesourcery.com>
8395
8396         * gdb.trace/tfind.exp: Update help string matches.
8397
8398 2011-12-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
8399
8400         * gdb.server/ext-run.exp (get process list): Accept also systemd
8401         as PID 1.
8402
8403 2011-12-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
8404             Pedro Alves  <pedro@codesourcery.com>
8405
8406         * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
8407         starting GDB.
8408         * gdb.base/default.exp: Replace target use_gdb_stub checks by global
8409         $use_gdb_stub.
8410         * gdb.base/display.exp: Likewise.
8411         * gdb.base/ending-run.exp: Likewise.
8412         * gdb.base/list.exp (test_listsize): Likewise.
8413         * gdb.base/setshow.exp: Likewise.
8414         * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
8415         * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
8416         check by global $use_gdb_stub.
8417         (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
8418         (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
8419         (default_gdb_init): Unset global $use_gdb_stub.
8420         (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
8421         by global $use_gdb_stub.
8422         * lib/gdbserver-support.exp: Extend comments for set_board_info
8423         gdb_protocol and gdb,socketport.
8424         (gdbserver_start_extended): Set global gdbserver_protocol and
8425         gdbserver_gdbport.  Clear global use_gdb_stub.
8426         * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
8427         from target use_gdb_stub.
8428         (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
8429
8430 2011-12-03  Doug Evans  <dje@google.com>
8431
8432         * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
8433         (gdb_step_for_stub): Add comments.
8434
8435 2011-12-02  Maciej W. Rozycki  <macro@codesourcery.com>
8436
8437         * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
8438         to the caller.
8439         (gdb_test_multiple): Likewise.
8440
8441 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8442
8443         Fix gdb.mi/mi-solib.exp without system debug info installed.
8444         * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
8445         expect attribute, return 0 for it.  Update comments.
8446
8447 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8448
8449         * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
8450         (corrupted list): Adjust the expectation.
8451
8452 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8453
8454         PR threads/13448
8455         * gdb.dwarf2/dw2-var-zero-addr.S: New file.
8456         * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
8457         * gdb.threads/tls-var-main.c: New file.
8458         * gdb.threads/tls-var.c: New file.
8459         * gdb.threads/tls-var.exp: New file.
8460
8461 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8462
8463         PR testsuite/12649
8464         * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
8465         Protect gdb_test_multiple by final $gdb_prompt match.
8466         * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
8467         * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
8468         (test_tracepoints): Likewise.
8469
8470 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8471
8472         PR breakpoints/13346
8473         * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
8474         * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
8475         * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
8476
8477 2011-12-01  Joel Brobecker  <brobecker@adacore.com>
8478
8479         * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
8480         * gdb.ada/homonym/homonym.adb: For use of all types defined
8481         locally inside both Get_Value subprograms.
8482
8483 2011-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
8484
8485         Fix racy FAILs.
8486         * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
8487         of send_gdb.
8488
8489 2011-11-30  Ulrich Weigand  <uweigand@de.ibm.com>
8490
8491         * gdb.base/testenv.exp: Skip on remote targets.  Unset global
8492         environment variable after test completed.
8493
8494 2011-11-30  Ulrich Weigand  <uweigand@de.ibm.com>
8495
8496         * gdb.base/solib-nodir.exp: Skip if remote target.
8497         * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
8498         application.  Call gdb_load_shlibs.
8499         * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
8500
8501 2011-11-29  Joel Brobecker  <brobecker@adacore.com>
8502
8503         * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
8504
8505 2011-11-28  Joel Brobecker  <brobecker@adacore.com>
8506
8507         * gdb.ada/fullname_bp: New testcase.
8508
8509 2011-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
8510
8511         PR testsuite/12649
8512         * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
8513         Wrap send_gdb into a new gdb_test.
8514
8515         Code cleanup.
8516         * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
8517         Convert send_gdb and gdb_expect to gdb_test_multiple.
8518
8519 2011-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
8520
8521         * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
8522
8523 2011-11-23  Keith Seitz  <keiths@redhat.com>
8524
8525         * lib/mi-support.exp (varobj_tree): New namespace and procs.
8526         (mi_varobj_tree_test_children_callback): New proc.
8527         (mi_walk_varobj_tree): New proc.
8528
8529 2011-11-22  Tom Tromey  <tromey@redhat.com>
8530
8531         * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
8532         Add "use_mi_command" argument.
8533         (mi_run_cmd, mi_run_with_cli): New procs.
8534         * gdb.mi/solib-lib.c: New file.
8535         * gdb.mi/solib-main.c: New file.
8536         * gdb.mi/mi-solib.exp: New file.
8537
8538 2011-11-21  Doug Evans  <dje@google.com>
8539
8540         * gdb.cp/nextoverthrow.exp: Skip test if debug info for
8541         _Unwind_DebugHook is missing.
8542
8543 2011-11-20  Stan Shebs  <stan@codesourcery.com>
8544
8545         * gdb.trace/tstatus.exp: New.
8546         * gdb.trace/actions.c: Include string.h.
8547
8548 2011-11-18  Yao Qi  <yao@codesourcery.com>
8549
8550         * gdb.trace/pending.exp: New.
8551         * gdb.trace/pending.c: New.
8552         * gdb.trace/pendshr1.c: New.
8553         * gdb.trace/pendshr2.c: New.
8554         * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
8555         tracepoint location becomes pending.
8556         (tracepoint_change_loc_2): New.
8557
8558 2011-11-16  David S. Miller  <davem@davemloft.net>
8559
8560         * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
8561         target is sparc*-*-linux*
8562
8563 2011-11-15  Paul Koning  <paul_koning@dell.com>
8564
8565         * gdb.python/py-type.exp: New testcases for exceptions on scalar
8566         types.
8567
8568 2011-11-14  Doug Evans  <dje@google.com>
8569
8570         * gdb.base/shell.exp: New file.
8571
8572 2011-11-14  Stan Shebs  <stan@codesourcery.com>
8573
8574         * gdb.trace/ftrace.c: New.
8575         * gdb.trace/ftrace.exp: New.
8576
8577 2011-11-14  Yao Qi  <yao@codesourcery.com>
8578
8579         * gdb.trace/change-loc-1.c: New.
8580         * gdb.trace/change-loc-2.c: New.
8581         * gdb.trace/change-loc.c: New.
8582         * gdb.trace/change-loc.exp:  New.
8583         * gdb.trace/change-loc.h:  New.
8584         * gdb.trace/trace-break.c (marker): Define new symbol.
8585         * gdb.trace/trace-break.exp (break_trace_same_addr_5):
8586         New.
8587         (break_trace_same_addr_6): New.
8588
8589 2011-11-12  Matt Rice  <ratmice@gmail.com>
8590
8591         * gdb.base/info-macros.exp: Make tests for info definitions
8592         test info macro.  Add tests for info macro argument processing.
8593         Rename a few tests.
8594
8595 2011-11-11  Keith Seitz  <keiths@redhat.com>
8596
8597         PR gdb/12843
8598         * gdb.base/linespecs.exp: New file.
8599
8600 2011-11-11  Doug Evans  <dje@google.com>
8601
8602         * gdb.threads/print-threads.exp: Extend timeout for slower
8603         tests.
8604
8605 2011-11-10  Doug Evans  <dje@google.com>
8606
8607         * gdb.reverse/i387-env-reverse.exp: Extend timeout of
8608         "record to end of main" test.
8609
8610         * gdb.python/py-type.c (TS): New typedef.
8611         (ts): New global.
8612         * gdb.python/py-type.exp: Test field list of typedef.
8613
8614 2011-11-10  Joel Brobecker  <brobecker@adacore.com>
8615
8616         * gdb.ada/small_reg_param: New testcase.
8617
8618 2011-11-09  Tom Tromey  <tromey@redhat.com>
8619
8620         * gdb.cp/destrprint.exp: New file.
8621         * gdb.cp/destrprint.cc: New file.
8622
8623 2011-11-08  Meador Inge  <meadori@codesourcery.com>
8624
8625         * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
8626         (switch_stack_to_other): New test function.
8627         * gdb.arch/thumb-prologue.exp: New test cases.
8628
8629 2011-11-08  Maciej W. Rozycki  <macro@codesourcery.com>
8630
8631         * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
8632
8633 2011-11-08  Yao Qi  <yao@codesourcery.com>
8634
8635         * gdb.exp (supports_process_record): New.
8636         (supports_reverse): New.
8637         * gdb.reverse/break-precsave.exp: Call support_process_record
8638         to run test conditionally.
8639         * gdb.reverse/consecutive-precsave.exp: Likewise.
8640         * gdb.reverse/i386-precsave.exp: Likewise.
8641         * gdb.reverse/machinestate-precsave.exp: Likewise.
8642         * gdb.reverse/solib-precsave.exp: Likewise.
8643         * gdb.reverse/step-precsave.exp: Likewise.
8644         * gdb.reverse/until-precsave.exp: Likewise.
8645         * gdb.reverse/watch-precsave.exp: Likewise.
8646         * gdb.reverse/break-reverse.exp: Call support_reverse  to run
8647         test conditionally.
8648         * gdb.reverse/consecutive-reverse.exp: Likewise.
8649         * gdb.reverse/finish-precsave.exp: Likewise.
8650         * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8651         * gdb.reverse/finish-reverse.exp: Likewise.
8652         * gdb.reverse/i386-reverse.exp: Likewise.
8653         * gdb.reverse/i386-sse-reverse.exp: Likewise.
8654         * gdb.reverse/machinestate.exp: Likewise.
8655         * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
8656         * gdb.reverse/sigall-precsave.exp: Likewise.
8657         * gdb.reverse/sigall-reverse.exp: Likewise.
8658         * gdb.reverse/solib-reverse.exp: Likewise.
8659         * gdb.reverse/step-reverse.exp: Likewise.
8660         * gdb.reverse/until-reverse.exp: Likewise.
8661         * gdb.reverse/watch-reverse.exp: Likewise.
8662
8663 2011-11-05  Yao Qi  <yao@codesourcery.com>
8664
8665         * gdb.trace/trace-break.exp: Add test on setting two
8666         fast tracepoints at the same address.
8667
8668 2011-11-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
8669
8670         * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
8671
8672 2011-11-02  Stan Shebs  <stan@codesourcery.com>
8673
8674         * gdb.trace/collection.c: Add code using strings.
8675         * gdb.trace/collection.exp: Add tests of string collection.
8676
8677 2011-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8678
8679         * gdb.base/skip-solib.exp (executable_main): New variable.
8680         (binfile_main): Base it on that.
8681         Use $executable_main in clean_restart calls.  Drop gdb_exit and
8682         gdb_start calls.
8683
8684 2011-11-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
8685
8686         Fix racy FAILs.
8687         * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
8688         breakpoint_re globals import by async.  Set string_regex to .* for
8689         async.  Remove the optional thread_selected_re and breakpoint_re
8690         globals expectations.
8691
8692 2011-11-01  Joseph Myers  <joseph@codesourcery.com>
8693
8694         * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
8695         well as Cygwin.
8696
8697 2011-11-01  Justin Lebar <justin.lebar@gmail.com>
8698
8699         Add tests for skip command.
8700         * gdb.base/skip-solib-lib.c: New
8701         * gdb.base/skip-solib-main.c: New
8702         * gdb.base/skip-solib.exp: New
8703         * gdb.base/skip.c: New
8704         * gdb.base/skip.exp: New
8705         * gdb.base/skip1.c: New
8706         * gdb.base/Makefile.in: Adding new files.
8707
8708 2011-10-31  Yao Qi  <yao@codesourcery.com>
8709             Pedro Alves  <pedro@codesourcery.com>
8710
8711         * gdb.trace/trace-break.c: New.
8712         * gdb.trace/trace-break.exp: New.
8713
8714 2011-10-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
8715
8716         * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
8717         break-here-2.
8718
8719 2011-10-28  Pedro Alves  <pedro@codesourcery.com>
8720
8721         * gdb.threads/no-unwaited-for-left.c: New.
8722         * gdb.threads/no-unwaited-for-left.exp: New.
8723         * gdb.threads/non-ldr-exc-1.c: New.
8724         * gdb.threads/non-ldr-exc-1.exp: New.
8725         * gdb.threads/non-ldr-exc-2.c: New.
8726         * gdb.threads/non-ldr-exc-2.exp: New.
8727         * gdb.threads/non-ldr-exc-3.c: New.
8728         * gdb.threads/non-ldr-exc-3.exp: New.
8729         * gdb.threads/non-ldr-exc-4.c: New.
8730         * gdb.threads/non-ldr-exc-4.exp: New.
8731
8732 2011-10-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
8733
8734         * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
8735         * gdb.base/attach-pie-misread.exp: Likewise.
8736         * gdb.base/break-interp.exp: Likewise.
8737         * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
8738         testcases for use_gdb_stub.
8739         * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
8740         (continue): New testcase.
8741         * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
8742         * gdb.threads/attach-into-signal.exp: Likewise.
8743         * gdb.threads/attach-stopped.exp: Likewise.
8744         * gdb.threads/attachstop-mt.exp: Likewise.
8745
8746 2011-10-28  Paul Koning  <paul_koning@dell.com>
8747
8748         * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
8749
8750 2011-10-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
8751
8752         * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
8753         (mi_gdb_test): Import globals thread_selected_re
8754         and breakpoint_re.  Expect them optionally at the regex start.
8755
8756 2011-10-27  Doug Evans  <dje@google.com>
8757
8758         * gdb.python/python.exp: Test source -s.
8759
8760 2011-10-26  Paul Koning  <paul_koning@dell.com>
8761
8762         * gdb.python/lib-types.cc (struct A): New structure.
8763         * gdb.python/lib-types.exp (deepitems): New tests.
8764
8765 2011-10-25  Paul Koning  <paul_koning@dell.com>
8766
8767         PR python/13327
8768
8769         * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
8770         fetch_lazy method.
8771
8772 2011-10-24  Yao Qi  <yao@codesourcery.com>
8773
8774         * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
8775         target is tic6x-*-*.
8776
8777 2011-10-21  Joel Brobecker  <brobecker@adacore.com>
8778
8779         * gdb.ada/mi_task_info/task_switch.adb: New file.
8780         * gdb.ada/mi_task_info.exp: New file.
8781
8782 2011-10-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
8783
8784         * gdb.cp/expand-psymtabs-cxx.exp: New file.
8785         * gdb.cp/expand-psymtabs-cxx.cc: New file.
8786
8787 2011-10-20  Phil Muldoon  <pmuldoon@redhat.com>
8788
8789         PR python/12656
8790
8791         * gdb.python/py-block.exp: Add is_global, is_static, static_block,
8792         global_block tests.
8793
8794 2011-10-18  Tom Tromey  <tromey@redhat.com>
8795
8796         * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
8797
8798 2011-10-18  Tom Tromey  <tromey@redhat.com>
8799
8800         * gdb.base/source.exp: Don't include full file name in test name.
8801         * gdb.python/python.exp: Don't include full file name in test
8802         name.
8803
8804 2011-10-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
8805
8806         * gdb.base/attach-pie-noexec.c: New files.
8807         * gdb.base/attach-pie-noexec.exp: New files.
8808
8809 2011-10-17  Joseph Myers  <joseph@codesourcery.com>
8810
8811         * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
8812         prompt for each extra line in command.
8813
8814 2011-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8815
8816         * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
8817         Revert the part of:
8818         2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
8819         * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
8820         Change the expected string.
8821
8822 2011-10-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8823
8824         Fix results with system glibc debug info installed.
8825         * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
8826         (continue to $syscall (2nd time), continue to $syscall (3rd time)):
8827         Accept also __libc_ symbol prefix and no prefix.
8828
8829 2011-10-14  Keith Seitz  <keiths@redhat.com>
8830
8831         PR c++/13225
8832         * gdb.cp/converts.cc (foo3_1): New function.
8833         (foo3_2): New functions.
8834         * gdb.cp/converts.exp: Add tests for int to pointer conversion
8835         and null pointer conversions of integer constant zero.
8836         Add test to check if all arguments are checked for incompatible
8837         conversion BADNESS.
8838
8839 2011-10-14  Tom Tromey  <tromey@redhat.com>
8840
8841         * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
8842         * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
8843         linespec.
8844
8845 2011-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8846
8847         Fix internal error regression.
8848         * gdb.dwarf2/implptr-optimized-out.S: New file.
8849         * gdb.dwarf2/implptr-optimized-out.exp: New file.
8850
8851 2011-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
8852
8853         Fix empty DWARF expressions DATA vs. SIZE conditionals.
8854         * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
8855         (loclist): New.
8856         (4): New abbrev.
8857         * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
8858         Use prepare_for_testing, remove clean_restart.
8859         (p arraynoloc, p arraycallnoloc): New tests.
8860
8861 2011-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
8862
8863         * gdb.cp/namespace-enum.exp (executable): New variable.
8864         (binfile): Use ${objdir}/${subdir}/ prefix.
8865         Use ${executable} for clean_restart.
8866
8867 2011-10-11  Sterling Augustine  <saugustine@google.com>
8868
8869         * gdb.cp/Makefile.in: Add namespace-enum test.
8870         * gdb.cp/namespace-enum.exp: New file.
8871         * gdb.cp/namespace-enum.c: New file.
8872         * gdb.cp/namespace-enum-main.c: New file.
8873
8874 2011-10-11  Ulrich Weigand  <ulrich.weigand@linaro.org>
8875
8876         * gdb.python/py-shared.exp: Relax filename check to handle remote:
8877         sysroot.
8878
8879 2011-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8880
8881         Reimplement @entry in input expressions.
8882         * gdb.base/exprs.c (v_int_array_init): New variable.
8883         * gdb.base/exprs.exp (print v_int_array_init)
8884         (print *v_int_array_init@1, print *v_int_array_init@2)
8885         (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
8886         (print v_int_array_init[1]@1): New tests.
8887
8888 2011-10-10  Joseph Myers  <joseph@codesourcery.com>
8889
8890         * gdb.cp/gdb2495.exp: Do not include directories in filename in
8891         expected message.
8892
8893 2011-10-09  Doug Evans  <dje@google.com>
8894
8895         * gdb.base/alias.exp: Add tests for alias command.
8896
8897 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
8898
8899         * gdb.arch/amd64-entry-value.s: New file.
8900         * gdb.mi/mi2-amd64-entry-value.s: New file.
8901
8902 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
8903
8904         Display @entry parameter values even for references.
8905         * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
8906         functions.
8907         (main): New variables regvar, nodatavarp, stackvar1, stackvar2.  Call
8908         reference and datap_input.
8909         * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
8910         breakpoints.
8911         (continue to breakpoint: entry_reference: reference)
8912         (entry_reference: bt at entry)
8913         (continue to breakpoint: entry_reference: breakhere_reference)
8914         (entry_reference: bt, entry_reference: ptype regparam)
8915         (entry_reference: p regparam, entry_reference: ptype regparam@entry)
8916         (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
8917         (entry_reference: p regcopy, entry_reference: p nodataparam)
8918         (entry_reference: p nodataparam@entry): New tests.
8919
8920 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
8921
8922         Support @entry in input expressions.
8923         * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
8924         (entry_stack: p s1@entry, entry_stack: p s2@entry)
8925         (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
8926         (tailcall: p j@entry): New tests.
8927         * gdb.cp/koenig.cc (A::entry): New function.
8928         (main): Call it.
8929         * gdb.cp/koenig.exp (p entry (c)): New test.
8930
8931 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
8932
8933         Display @entry parameter values (without references).
8934         * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
8935         (different, validity, invalid): New functions.
8936         (main): Call them.
8937         * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
8938         stacktest, breakhere_stacktest, different, breakhere_different,
8939         breakhere_validity and breakhere_invalid.
8940         (entry: bt): Update for @entry.
8941         (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
8942         (entry_validity: *, entry_invalid: *): Many new tests.
8943         * gdb.base/break.exp
8944         (run until breakpoint set at small function, optimized file): Accept
8945         also the @entry suffix.
8946         * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
8947         * gdb.mi/mi2-amd64-entry-value.c: New files.
8948         * gdb.mi/mi2-amd64-entry-value.exp: New files.
8949
8950 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
8951
8952         Protect entry values against self tail calls.
8953         * gdb.arch/amd64-entry-value.cc (self2, self): New.
8954         (main): Call self.
8955         * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
8956         (set debug entry-values 1, self: bt debug entry-values): New tests.
8957
8958 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
8959
8960         Recognize virtual tail call frames.
8961         * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
8962         (amb_b, amb_a): New.
8963         (main): Call a and b.
8964         * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
8965         (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
8966         (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
8967         New tests.
8968
8969 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
8970
8971         Implement basic support for DW_TAG_GNU_call_site.
8972         * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
8973         * gdb.arch/amd64-entry-value.cc: New file.
8974         * gdb.arch/amd64-entry-value.exp: New file.
8975
8976 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
8977
8978         Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
8979         * gdb.dwarf2/implptr-64bit.S: New file.
8980         * gdb.dwarf2/implptr-64bit.exp: New file.
8981
8982 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
8983
8984         Fix initial language detection with -readnow.
8985         * gdb.cp/readnow-language.cc: New file.
8986         * gdb.cp/readnow-language.exp: New file.
8987
8988 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
8989
8990         Fix printed anonymous struct name.
8991         * gdb.cp/anon-struct.exp (print type of X::t2): New test.
8992
8993 2011-10-09  Joseph Myers  <joseph@codesourcery.com>
8994
8995         * gdb.base/solib-symbol.exp: Do not include directories in
8996         filenames in expected messages.
8997
8998 2011-10-07  Doug Evans  <dje@google.com>
8999
9000         * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
9001
9002 2011-10-07  Kevin Pouget  <kevin.pouget@st.com>
9003
9004         Allow Python notification of new object-file loadings.
9005         * gdb.python/py-events.exp: Test newobjfile event.
9006         * gdb.python/py-events.py: Register newobjfile callback.
9007         * gdb.python/py-events.c: Add call to shared library
9008         * gdb.python/py-events-shlib.c: New file.
9009
9010 2011-10-06  Joseph Myers  <joseph@codesourcery.com>
9011
9012         * gdb.base/fixsection.exp: Do not include directories in filename
9013         in expected message.
9014
9015 2011-10-05  Pierre Muller  <muller@ics.u-strasbg.fr>
9016
9017         Add tests for passing of environment variables to inferior.
9018         * gdb.base/testenv.c: New test source.
9019         * gdb.base/testenv.exp: New expect test.
9020
9021 2011-10-04  Paul Koning  <paul_koning@dell.com>
9022
9023         * gdb.python/py-value.c (main): Break before return.
9024
9025 2011-10-04  Kevin Pouget  <kevin.pouget@st.com>
9026
9027         PR python/12691: Add the inferior to Python exited event
9028         * gdb.python/py-events.exp: Test the inferior attribute of exited
9029         event with a fork.
9030         * gdb.python/py-events.py: Print inferior number on exit.
9031         * gdb.python/py-events.c: Fork the inferior.
9032
9033 2011-10-03  Edjunior Machado  <emachado@linux.vnet.ibm.com>
9034
9035         * gdb.base/jit.exp: Add testcase name to log message
9036
9037 2011-10-03  Paul Koning  <paul_koning@dell.com>
9038             Jan Kratochvil  <jan.kratochvil@redhat.com>
9039
9040         * gdb.python/py-value.exp
9041         (python inval = gdb.parse_and_eval('*(int*)0'))
9042         (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
9043         (set argc=2, python print argc_lazy): New tests.
9044
9045 2011-10-02  Joel Brobecker  <brobecker@adacore.com>
9046
9047         * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
9048
9049 2011-10-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9050             Pedro Alves  <pedro@codesourcery.com>
9051
9052         * gdb.python/py-value.exp (test_value_in_inferior): New variable
9053         can_read_0, test for it.
9054         (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
9055         (parse_and_eval with memory error): ... here, make it untested if
9056         can_read_0.
9057
9058 2011-09-30  Marek Polacek  <mpolacek@redhat.com>
9059
9060         * gdb.python/python.exp (verify pagination beforehand)
9061         (verify pagination afterwards): Fix race by splitting the line.
9062
9063 2011-09-29  Joseph Myers  <joseph@codesourcery.com>
9064
9065         * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
9066         for 64-bit multilibs from i?86-* targets.
9067
9068 2011-09-29  Marek Polacek  <mpolacek@redhat.com>
9069
9070         * lib/gdb.exp: Fix a typo in one of the comments.
9071
9072 2011-09-29  Marek Polacek  <mpolacek@redhat.com>
9073
9074         * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
9075         matching pattern.
9076
9077 2011-09-28  Paul Koning  <paul_koning@dell.com>
9078
9079         * gdb.python/py-type.c (enum E): New.
9080         * gdb.python/py-type.exp (test_fields): Add tests for Python
9081         mapping access to fields.
9082         (test_enums): New test for field access on enums.
9083
9084 2011-09-27  Stan Shebs  <stan@codesourcery.com>
9085
9086         * gdb.trace/collection.exp: Test collection of $_ret.
9087
9088 2011-09-22  Andreas Tobler  <andreast@fgznet.ch>
9089
9090         * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
9091         list of compilation switches for <*-*-freebsd*>.
9092
9093 2011-09-19  Stan Shebs  <stan@codesourcery.com>
9094
9095         * gdb.trace/tspeed.exp: New file.
9096         * gdb.trace/tspeed.c: New file.
9097
9098 2011-09-18  Yao Qi  <yao@codesourcery.com>
9099
9100         * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
9101         instructions.
9102         (test_adr_32bit, test_pop_pc): Likewise.
9103         (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
9104         Thumb instructions.
9105         * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
9106         in gdb_test_multiple.
9107         (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
9108
9109 2011-09-17  Yao Qi  <yao@codesourcery.com>
9110
9111         * lib/gdb.exp (can_single_step_to_signal_handler): New.
9112         * gdb.base/kill-after-signal.exp: Call it.  Skip if target doesn't
9113         support single step to signal handler.
9114
9115 2011-09-17  Yao Qi  <yao@codesourcery.com>
9116
9117         * gdb.base/disp-step-fork.c: New.
9118         * gdb.base/disp-step-syscall.exp: New.
9119         * gdb.base/disp-step-vfork.c: New.
9120
9121 2011-09-16  Joel Brobecker  <brobecker@adacore.com>
9122
9123         * gdb.ada/tasks.exp: Make the expected output for
9124         the `info tasks' tests more resilient to spacing
9125         changes.
9126
9127 2011-09-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
9128
9129         * gdb.python/py-evthreads.exp (Run to breakpoint 1)
9130         (reached breakpoint 2, reached breakpoint 3): Update expected output.
9131
9132 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
9133
9134         PR Python/12692 Add gdb.selected_inferior() to Python interface.
9135         * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
9136
9137 2011-04-30  Kevin Pouget  <kevin.pouget@st.com>
9138
9139         Handle multiple breakpoint hits in Python interface:
9140         * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
9141         presence.
9142         * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
9143         breakpoint hits.
9144
9145 2011-09-13  Sami Wagiaalla  <swagiaal@redhat.com>
9146             Jan Kratochvil  <jan.kratochvil@redhat.com>
9147
9148         * gdb.python/py-events.exp: Remove pretty printing comment.
9149         * gdb.python/py-evsignal.exp: New file.
9150         * gdb.python/py-evthreads.c: Include signal.h.
9151         (thread3): Remove variable count3.  Remove variable bad and use raise
9152         instead.
9153         (thread2): Remove variable count2.  Move thread3 pthread_create here,
9154         merge pthread_join to a single line.
9155         (main): Remove variable count1.  Merge pthread_join with pthread_create
9156         to a single line.
9157         * gdb.python/py-evthreads.exp: Remove pretty printing comment.  New
9158         KFAIL python/12966 for gdbserver.  Test return value of
9159         gdb_compile_pthreads.  Use gdb_run_cmd.  Replace send_gdb and
9160         gdb_expect by gdb_test and gdb_test_multiple.
9161         (thread 2, thread 3): New tests.
9162
9163 2011-09-12  Matt Rice  <ratmice@gmail.com>
9164             Pedro Alves  <pedro@codesourcery.com>
9165
9166         PR gdb/13175
9167
9168         * gdb.base/interp.exp: New tests.
9169         * gdb.base/interp.c: New file.
9170
9171 2011-09-12  Doug Evans  <dje@google.com>
9172
9173         * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
9174         * gdb.dwarf2/typeddwarf.exp: Ditto.
9175
9176 2011-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9177
9178         Fix compatibility with x32 arch.
9179         * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
9180         * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
9181         is_x86_like_target.
9182         * testsuite/gdb.trace/collection.exp: Likewise.
9183         * testsuite/gdb.trace/report.exp: Likewise.
9184         * testsuite/gdb.trace/unavailable.exp: Likewise.
9185         * testsuite/gdb.trace/while-dyn.exp: Likewise.
9186         * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
9187         (is_x86_like_target): Check also is_amd64_regs_target.
9188
9189 2011-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9190
9191         PR breakpoints/12435
9192         * gdb.arch/amd64-prologue-xmm.c: New file.
9193         * gdb.arch/amd64-prologue-xmm.exp: New file.
9194         * gdb.arch/amd64-prologue-xmm.s: New file.
9195
9196 2011-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9197
9198         * gdb.dwarf2/dw2-param-error-main.c: New file.
9199         * gdb.dwarf2/dw2-param-error.S: New file.
9200         * gdb.dwarf2/dw2-param-error.exp: New file.
9201
9202 2011-09-08  Pedro Alves  <pedro@codesourcery.com>
9203
9204         * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
9205         inferior's pid and look for a core dump named core.$pid.  Use
9206         `remote_file' commands on the host instead of hand coding shell
9207         commands on the build.
9208         * gdb.base/valgrind-db-attach.exp: Kill the program before
9209         finishing the test.
9210
9211 2011-09-02  Matt Rice  <ratmice@gmail.com>
9212
9213         * lib/prompt.exp: New file for testing the first prompt.
9214         * gdb.python/py-prompt.exp: Ditto.
9215         * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
9216
9217 2011-09-02  Pedro Alves  <pedro@codesourcery.com>
9218
9219         * gdb.threads/gcore-thread.exp: Set the global core_supported to
9220         0, before testing gcore.
9221
9222 2011-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9223
9224         * dw2-ifort-parameter-debug.S: Update copyright year.
9225         * dw2-ifort-parameter.c: Update copyright year.
9226         * dw2-ifort-parameter.exp: Update copyright year.
9227
9228         * dw2-ifort-parameter-debug.S: New file.
9229         * dw2-ifort-parameter.c: New file.
9230         * dw2-ifort-parameter.exp: New file.
9231
9232 2011-08-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9233
9234         * gdb.base/commands.exp (error_clears_commands_left): New function.
9235         (): Call it.
9236
9237 2011-08-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9238
9239         * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
9240         (C): Initialize `a'.
9241         * gdb.mi/mi-inheritance-syntax-error.exp
9242         (-data-evaluate-expression $path):  Expect `a' as 5.
9243
9244 2011-08-26  Marc Khouzam  <marc.khouzam@ericsson.com>
9245
9246         PR mi/11912
9247         * gdb.mi/mi-inheritance-syntax-error.cc: New file.
9248         * gdb.mi/mi-inheritance-syntax-error.exp: New file.
9249         * gdb.mi/mi-var-cp.cc: Updated for new 'class'
9250         keyword in output of -var-info-path-expression.
9251
9252 2011-08-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9253
9254         * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
9255         * gdb.trace/collection.exp: Likewise.
9256         * gdb.trace/report.exp: Likewise.
9257         * gdb.trace/unavailable.exp: Likewise.
9258         * gdb.trace/while-dyn.exp: Likewise.
9259
9260 2011-08-18  Keith Seitz  <keiths@redhat.com>
9261
9262         PR c++/12266
9263         * gdb.cp/meth-typedefs.cc: New file.
9264         * gdb.cp/meth-typedefs.exp: New file.
9265
9266 2011-08-17  Phil Muldoon  <pmuldoon@redhat.com>
9267
9268         * gdb.python/python.exp: Add extended-prompt tests.
9269
9270 2011-08-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9271
9272         * gdb.arch/i386-dr3-watch.exp
9273         (watchpoint on gap1 does not fit debug registers)
9274         (delete all watchpoints): Fix racy expect strings.
9275
9276 2011-08-14  Yao Qi  <yao@codesourcery.com>
9277
9278         * gdb.base/maint.exp: set data_section to ".neardata".
9279         * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
9280         * gdb.base/savedregs.exp: Handle SIGILL.
9281         * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
9282         * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
9283
9284 2011-08-12  Doug Evans  <dje@google.com>
9285
9286         * gdb.python/py-symbol.exp: Add test for symbol.type.
9287
9288 2011-08-12  Ulrich Weigand  <ulrich.weigand@linaro.org>
9289
9290         * gdb.threads/pthreads.exp: Enable on non-native configurations.
9291         * gdb.mi/mi-pthreads.exp: Likewise.
9292         * gdb.mi/mi2-pthreads.exp: Likewise.
9293         * gdb.mi/gdb669.exp.exp: Likewise.
9294
9295 2011-08-09  Pedro Alves  <pedro@codesourcery.com>
9296
9297         * lib/mi-support.exp (detect_async): Rename to...
9298         (mi_detect_async): ... this.
9299         * gdb.mi/mi-nonstop-exit.exp: Adjust.
9300         * gdb.mi/mi-nonstop.exp: Adjust.
9301         * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
9302         * gdb.mi/mi-nsintrall.exp: Adjust.
9303         * gdb.mi/mi-nsmoribund.exp: Adjust.
9304         * gdb.mi/mi-nsthrexec.exp: Adjust.
9305
9306 2011-08-09  Pedro Alves  <pedro@codesourcery.com>
9307
9308         * gdb.base/display.c (do_loops): New `p_i' local.
9309         * gdb.base/display.exp: Test displaying a variable that is
9310         temporarily at a bad address.
9311
9312 2011-08-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9313
9314         * gdb.dwarf2/dw2-op-stack-value.S: New file.
9315         * gdb.dwarf2/dw2-op-stack-value.exp: New file.
9316
9317 2011-08-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9318
9319         * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
9320         * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
9321         (p fuNC_symtab): Permit also ppc64 leading dot.
9322
9323 2011-08-05  Pedro Alves  <pedro@codesourcery.com>
9324
9325         * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
9326         procedure.
9327         (gdb_collect_args_test, gdb_collect_locals_test): Use it.
9328
9329 2011-08-05  Yao Qi  <yao@codesourcery.com>
9330
9331         * gdb.base/callfuncs.exp: Set language after main.
9332         * gdb.cp/cplusfuncs.exp: Likewise.
9333         * gdb.cp/inherit.exp: Likewise.
9334
9335 2011-08-04  Ulrich Weigand  <ulrich.weigand@linaro.org>
9336
9337         * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
9338         * gdb.base/watch-vfork.exp: Skip on remote targets.
9339
9340 2011-08-04  Ulrich Weigand  <ulrich.weigand@linaro.org>
9341
9342         * gdb.threads/thread-find.exp: Support remote targets.
9343
9344 2011-08-04  Ulrich Weigand  <ulrich.weigand@linaro.org>
9345
9346         * gdb.base/jit.exp: Download solib_binfile to target.
9347         * gdb.base/jit-so.exp:  Likewise.  Also, use gdb_load_shlibs
9348         and call dlopen without full path name.
9349         * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
9350         dlopen without full path name.
9351
9352 2011-08-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
9353
9354         * gdb.base/break-always.exp: Complete the test
9355         with duplicated breakpoints and enabling/disabling them.
9356
9357 2011-08-02  Tom Tromey  <tromey@redhat.com>
9358
9359         PR gdb/11289:
9360         * gdb.cp/overload.exp: Fix regexps.  Remove kfails.
9361
9362 2011-08-01  Paul Pluzhnikov  <ppluzhnikov@google.com>
9363
9364         PR gdb/13045
9365         * gdb.base/float.exp: Add new test case for PR gdb/13045
9366         * gdb.base/float.c: New file.
9367
9368 2011-07-28  Phil Muldoon  <pmuldoon@redhat.com>
9369
9370         * gdb.python/py-mi.exp: Test printers returning string hint, and
9371         also not returning a value.
9372         * gdb.python/py-prettyprint.c: Add testcase for above.
9373         * gdb.python/py-prettyprint.py: Add test printer for above.
9374
9375 2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
9376
9377         * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
9378         (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
9379         (.Ldie30) Add as field "data4".
9380         (.Ldie32) Rename field "b" to "shl".
9381         (abbrev4) Change for the "data4" field.
9382         (abbrev5, abbrev6) Remove.
9383         * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
9384         (p &s.shl): ... here.  Add comment.
9385         (p &s.data4): New.
9386
9387 2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
9388
9389         Fix crash on lval_computed values.
9390         * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
9391
9392 2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
9393
9394         * gdb.base/help.exp (help whatis): Update the expected string.
9395
9396 2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
9397
9398         * gdb.dwarf2/dw2-simple-locdesc.S: New file.
9399         * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
9400         * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
9401         Change the expected string.
9402
9403 2011-07-26  Pedro Alves  <pedro@codesourcery.com>
9404
9405         * gdb.base/watchpoint.exp
9406         (test_disable_enable_software_watchpoint): New procedure.
9407         (top level): Run it.
9408
9409 2011-07-26  Ulrich Weigand  <ulrich.weigand@linaro.org>
9410
9411         * gdb.python/py-mi.exp: Avoid '+' in filenames.  Call C version of
9412         executable file "${binfile}", C++ version "${binfile}-cxx".
9413         * gdb.python/py-prettyprint.exp: Likewise.
9414         * gdb.python/py-symbol.exp: Likewise.
9415         * gdb.python/py-type.exp: Likewise.
9416         * gdb.python/py-value.exp: Likewise.
9417         * gdb.python/py-template.exp (test_template_arg): Pass full executable
9418         file name instead of just suffix.
9419
9420 2011-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
9421
9422         Fix implicit pointer offsets.
9423         * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
9424         * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
9425         (continue to breakpoint: continue to baz breakpoint for implptr)
9426         (sanity check element 0, sanity check element 1)
9427         (enter the inlined function, check element 0 for the offset)
9428         (check element 1 for the offset)
9429         (continue to breakpoint: ignore the second baz breakpoint): New tests.
9430         (set foo breakpoint for implptr): Update the breakpoint number.
9431
9432 2011-07-22  Ulrich Weigand  <ulrich.weigand@linaro.org>
9433
9434         * gdb.python/py-mi.exp: Use different file names for different
9435         versions of the executable under test.
9436         * gdb.python/py-prettyprint.exp: Likewise.
9437         * gdb.python/py-symbol.exp: Likewise.
9438         * gdb.python/py-template.exp: Likewise.
9439         * gdb.python/py-type.exp: Likewise.
9440         * gdb.python/py-value.exp: Likewise.
9441
9442 2011-07-22  Ulrich Weigand  <ulrich.weigand@linaro.org>
9443
9444         * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
9445         flag after restarting GDB if necessary.
9446
9447 2011-07-22  Ulrich Weigand  <ulrich.weigand@linaro.org>
9448
9449         * gdb.python/py-shared.exp: Call gdb_load_shlibs.
9450
9451 2011-07-22  Pedro Alves  <pedro@codesourcery.com>
9452
9453         * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
9454         backend doesn't leave used debug registers behind.
9455
9456 2011-07-22  Tom Tromey  <tromey@redhat.com>
9457
9458         * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
9459         * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
9460         argument.
9461         * gdb.dwarf2/typeddwarf-amd64.S: New file.
9462
9463 2011-07-21  Matt Rice  <ratmice@gmail.com>
9464
9465         * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
9466         in mostlyclean rule.  Add files ending in .core.
9467
9468 2011-07-21  Matt Rice  <ratmice@gmail.com>
9469
9470         PR macros/12999
9471         * gdb.base/info-macros.c: New test sources.
9472         * gdb.base/info-macros.exp: New tests.
9473
9474 2011-07-21  Phil Muldoon  <pmuldoon@redhat.com>
9475
9476         * gdb.python/python.exp: Add prompt substitution tests.
9477
9478 2011-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
9479
9480         Fix crash if referenced CU is aged out.
9481         * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
9482         New.
9483         * gdb.dwarf2/implptr.exp: Likewise.
9484
9485 2011-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
9486
9487         * gdb.dwarf2/implptr.S: Rebuilt.
9488         * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
9489         (bar): Use them for j, k, l.
9490         * gdb.dwarf2/implptr.exp: New variable opts.  Support runtest parameter
9491         COMPILE.
9492         (print j in implptr:bar): Update for the intp typedef.
9493         (print p[0].x in implptr:foo): Use more exact regex.
9494
9495 2011-07-18  Tom Tromey  <tromey@redhat.com>
9496
9497         * gdb.cp/static-method.exp: Add missing single quote.
9498
9499 2011-07-18  Yao Qi  <yao@codesourcery.com>
9500
9501         * gdb.base/async-shell.exp: Skip test if displaced stepping is not
9502         supported.
9503         * gdb.mi/mi-nonstop-exit.exp: Likewise.
9504         * gdb.mi/mi-nonstop.exp: Likewise.
9505         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9506         * gdb.mi/mi-nsintrall.exp: Likewise.
9507         * gdb.mi/mi-nsmoribund.exp: Likewise.
9508         * gdb.mi/mi-nsthrexec.exp: Likewise.
9509         * gdb.python/py-evthreads.exp: Likewise.
9510
9511 2011-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9512
9513         Code cleanup.
9514         * gdb.cp/namespace.exp (xfail_class_types): New variable.  Initialize
9515         it.  Substitute it instead of test_compiler_info everywhere.
9516
9517 2011-07-15  Ulrich Weigand  <ulrich.weigand@linaro.org>
9518
9519         * gdb.base/type-opaque.exp: Use gdb_load_shlibs.  Run test on
9520         remote targets as well.
9521
9522 2011-07-15  Ulrich Weigand  <ulrich.weigand@linaro.org>
9523
9524         * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
9525         * gdb.threads/tls-shared.exp: Use it.  Call gdb_load_shlibs.
9526
9527 2011-07-15  Ulrich Weigand  <ulrich.weigand@linaro.org>
9528
9529         * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
9530         a remote machine, not the host.
9531         (gdb_compile_shlib): Set soname if target is remote.
9532
9533 2011-07-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
9534
9535         * gdb.cp/minsym-fallback.exp: Link in C++ mode.
9536
9537 2011-07-13  Matt Rice <ratmice@gmail.com>
9538
9539         * gdb.python/py-objfile-script-gdb.py: Renamed to
9540         py-objfile-script-gdb.py.in.
9541         * gdb.python/py-objfile-script-gdb.py.in: Renamed from
9542         py-objfile-script-gdb.py.
9543         * gdb.python/py-objfile-script.exp: Update reference to
9544         py-objfile-script-gdb.py.
9545
9546 2011-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9547
9548         * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
9549         reference undefined label.
9550
9551 2011-07-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9552
9553         * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
9554         (DW_AT_high_pc, DW_AT_low_pc): Remove them.
9555         (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
9556         * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
9557
9558 2011-07-11  Phil Muldoon  <pmuldoon@redhat.com>
9559
9560         PR python/12438
9561         * gdb.python/python.exp: Add maint set/show python print-stack
9562         deprecated tests.  Add set/show python print-backtrace tests.
9563
9564 2011-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
9565
9566         * gdb.java/jprint.exp (print a java.lang.String): xfail without system
9567         debug info.
9568
9569 2011-07-06  Matt Rice  <ratmice@gmail.com>
9570
9571         * gdb.python/python.exp: Update filename paths.
9572         * gdb.python/py-symtab.exp: Ditto.
9573
9574 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
9575
9576         * gdb.python/py-evthreads.exp: Add missing `$'.
9577
9578 2011-07-06  Jie Zhang  <jie.zhang@analog.com>
9579
9580         * config/bfin.exp: New file.
9581         * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
9582         * gdb.asm/bfin.inc: New file.
9583
9584 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
9585
9586         * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
9587         the whole output.
9588
9589 2011-07-05  Tom Tromey  <tromey@redhat.com>
9590
9591         * gdb.java/jprint.java (jprint.hi): New field.
9592         * gdb.java/jprint.exp: Print string.
9593
9594 2011-07-05  Thiago Jung Bauermann  <bauerman.ibm.com>
9595
9596         * gdb.base/call-sc.c: Fix typos.
9597         * gdb.base/ifelse.exp: Likewise.
9598         * gdb.base/structs.c: Likewise.
9599
9600 2011-07-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
9601
9602         * gdb.base/jit-so.exp: New test.
9603         * gdb.base/jit-dlmain.c: New file.
9604         * gdb.base/jit-main.c: Allow "main" to be elsewhere.
9605
9606 2011-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9607
9608         * gdb.cp/m-static.exp: Call get_compiler_info.
9609         (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
9610         * gdb.cp/pr9167.exp (p b): Likewise.
9611         * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
9612         (test value of P in inner_m, test type of Z in inner_m): Call
9613         setup_xfail for gcc <= 4.5.
9614
9615 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9616
9617         * gdb.cp/paren-type.cc: New files.
9618         * gdb.cp/paren-type.exp: New files.
9619
9620 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9621
9622         Stop on first linespec terminator instead of eating what we can.
9623         * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
9624         * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
9625         * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
9626         (break C::f()): ... this one.
9627         (break C::operator()()): New test.
9628         * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
9629         * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
9630         test.
9631
9632 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9633
9634         Fall back linespec to minimal symbols.
9635         * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
9636         error message.
9637         * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
9638         * gdb.cp/minsym-fallback-main.cc: New file.
9639         * gdb.cp/minsym-fallback.cc: New file.
9640         * gdb.cp/minsym-fallback.exp: New file.
9641         * gdb.cp/minsym-fallback.h: New file.
9642
9643 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9644
9645         * gdb.cp/no-dmgl-verbose.cc: New file.
9646         * gdb.cp/no-dmgl-verbose.exp: New file.
9647
9648 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9649
9650         * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
9651         __GI_.
9652         * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
9653         (f): New function.
9654         * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
9655         (complete p 'func<short>(): ... here.
9656         * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
9657         * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
9658         * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
9659         * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
9660         Make them KFAIL gcc/49546.
9661
9662 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
9663
9664         * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
9665
9666 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9667
9668         Test GCC PR debug/49546.
9669         * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
9670         (test type of F in k3_m, test value of F in k3_m): New.
9671         * gdb.cp/temargs.cc (struct S3, struct K3): New.
9672         (main): New variable k3.  Call k3.k3_m.
9673
9674 2011-07-01  Jean-Charles Delay  <delay@adacore.com>
9675
9676         * gdb.ada/packed_array.exp: Fix expected outout.
9677
9678 2011-07-01  Jean-Charles Delay  <delay@adacore.com>
9679
9680         * gdb.ada/packed_array.exp: fixed expected output.
9681
9682 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
9683
9684         * gdb.ada/same_enum: New testcase.
9685
9686 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
9687
9688         * gdb.ada/ptr_typedef: New testcase.
9689
9690 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
9691
9692         * gdb.ada/arrayptr.exp: Add ptype test.
9693
9694 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
9695
9696         * gdb.ada/char_enum: New testcase.
9697
9698 2011-07-01  Yao Qi  <yao@codesourcery.com>
9699
9700         * gdb.base/dump.exp (capture_pointer_with_type): New.
9701         Get value from address instead of name.
9702         Start GDB once, and do `dump' and `restore'
9703         tests together.
9704
9705 2011-06-30  Jie Zhang <jie.zhang@analog.com>
9706             Mike Frysinger  <vapier@gentoo.org>
9707
9708         * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
9709         helper functions for getting/setting remotetimeout variable.
9710         * lib/gdb.exp (gdb_load): If the target is remote, set
9711         $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
9712         with $loadtimeout.  Set $load_ok to 0 before doing the load.
9713         Instead of returning, immediately, set $load_ok to 0.  Call
9714         set_remotetimeout with $oldremotetimeout, and then return if
9715         $load_ok is 1.
9716
9717 2011-06-30  Andrew Burgess  <aburgess@broadcom.com>
9718
9719         * gdb.python/py-template.exp: Don't run this test if the target
9720         does not support c++ tests.
9721
9722 2011-06-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
9723
9724         Fix non-only rename list for Fortran modules import.
9725         * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
9726         tests.
9727         * gdb.fortran/module.f90 (module moduse): New.
9728         (program module): use moduse, test var_x, var_y and var_z.
9729
9730 2011-06-29  Tom Tromey  <tromey@redhat.com>
9731
9732         PR testsuite/12040:
9733         * gdb.fortran/array-element.exp: Use f90, not f77.
9734         * gdb.fortran/complex.exp: Use f90, not f77.
9735         * gdb.fortran/derived-type.exp: Use f90, not f77.
9736         * gdb.fortran/library-module.exp: Use f90, not f77.
9737         * gdb.fortran/logical.exp: Use f90, not f77.
9738         * gdb.fortran/module.exp: Use f90, not f77.
9739         * gdb.fortran/multi-dim.exp: Use f90, not f77.
9740         * gdb.fortran/subarray.exp: Use f90, not f77.
9741
9742 2011-06-29  Tom Tromey  <tromey@redhat.com>
9743
9744         * gdb.fortran/charset.exp: New file.
9745         * gdb.fortran/charset.f90: New file.
9746
9747 2011-06-29  Tom Tromey  <tromey@redhat.com>
9748
9749         PR testsuite/12040:
9750         * lib/future.exp: New file, mostly extracted from ada.exp.
9751         Rewrote compatibility code to use rename.
9752         (gdb_find_gfortran): New proc.
9753         (gdb_default_target_compile): Refresh from dejagnu; plus a pending
9754         gfortran patch.
9755         * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
9756         Move to future.exp.
9757         * lib/gdb.exp: Always load future.exp.
9758
9759 2011-06-28  Yao Qi  <yao@codesourcery.com>
9760
9761         * gdb.cp/exception.cc: Don't include iostream.
9762         (bar): Remove print statement.
9763         (catcher): New.
9764         (main): Remove print statements.  Call function catcher.
9765         * gdb.cp/exception.exp : Don't match inferior's output in regexp.
9766         Set breakpoint on catcher, and check the value of parameter.
9767
9768 2011-06-23  Yao Qi  <yao@codesourcery.com>
9769
9770         * gdb.cp/mb-inline.exp: Parse the output of `info break' to check
9771         breakpoint 1.2 is disabled.  KFAIL for uclinux.
9772
9773 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
9774
9775         * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
9776         mi_gdb_test.
9777
9778 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
9779
9780         * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
9781
9782 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
9783
9784         * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
9785
9786 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
9787
9788         * gdb.mi/mi2-basics.exp: Fix races.  Honour the
9789         `test_exec_and_symbol_mi_operatons' return value.
9790         (test_mi_interpreter_selection): Use mi_gdb_test instead of
9791         gdb_test_multiple.
9792         (test_exec_and_symbol_mi_operatons): Likewise.
9793         (test_path_specification): Likewise.
9794
9795 2011-06-23  Yao Qi  <yao@codesourcery.com>
9796
9797         * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
9798         supported.
9799         * lib/gdb.exp (support_displaced_stepping): New.
9800
9801 2011-06-23  Yao Qi  <yao@codesourcery.com>
9802
9803         * gdb.threads/execl.exp: Skip on remote target.
9804
9805 2011-06-21  Marek Polacek  <mpolacek@redhat.com>
9806
9807         * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
9808         mi_gdb_test.
9809
9810 2011-06-20  Marek Polacek  <mpolacek@redhat.com>
9811
9812         * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
9813
9814 2011-06-20  Marek Polacek  <mpolacek@redhat.com>
9815
9816         * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
9817         mi_gdb_test.
9818
9819 2011-06-20  Marek Polacek  <mpolacek@redhat.com>
9820
9821         * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
9822
9823 2011-06-14  Yao Qi  <yao@codesourcery.com>
9824
9825         gdb/testsuite/
9826         * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
9827
9828 2011-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
9829
9830         * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
9831
9832 2011-06-10  Tom Tromey  <tromey@redhat.com>
9833
9834         * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
9835         Add tests for pointer-to-member-function.
9836         * gdb.cp/temargs.cc (S::somefunc): New function.
9837         (K2): New class.
9838         (main): Instantiate K2; call method.
9839
9840 2011-06-08  Joel Brobecker  <brobecker@adacore.com>
9841
9842         * gdb.python/py-inferior.c (f2): Make str an array rather
9843         than a pointer.
9844         * gdb.python/py-inferior.exp: Adjust testcase accordingly.
9845
9846 2011-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
9847
9848         * gdb.base/async-shell.c: New file.
9849         * gdb.base/async-shell.exp: New file.
9850
9851 2011-06-06  Pedro Alves  <pedro@codesourcery.com>
9852
9853         * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
9854
9855 2011-06-03  Joel Brobecker  <brobecker@adacore.com>  (obvious fix)
9856
9857         From Stephen Kitt  <steve@sk2.org>
9858         * gdb.base/help.exp: Adjust following some spelling corrections
9859         in GDB.
9860
9861 2011-06-01  Yao Qi  <yao@codesourcery.com>
9862
9863         * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
9864
9865 2010-05-31  Keith Seitz  <keiths@redhat.com>
9866
9867         PR c++/12750
9868         * gdb.cp/static-method.cc: New file.
9869         * gdb.cp/static-method.exp: New file.
9870
9871 2010-05-31  Keith Seitz  <keiths@redhat.com>
9872
9873         PR symtab/12704
9874         * gdb.cp/anon-ns.cc: New file.
9875         * gdb.cp/anon-ns.exp: New file.
9876
9877 2011-05-31  Pedro Alves  <pedro@codesourcery.com>
9878
9879         * gdb.arch/i386-dr3-watch.c: New file.
9880         * gdb.arch/i386-dr3-watch.exp: New file.
9881
9882 2011-05-30  Yao Qi  <yao@codesourcery.com>
9883
9884         * gdb.base/callfuncs.c (t_structs_fc): New.
9885         (t_structs_dc, t_structs_ldc): New.
9886         (t_double_many_args):
9887         (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
9888         (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
9889         (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
9890         * gdb.base/callfuncs.exp: Call new functions.
9891
9892 2011-05-30  Yao Qi  <yao@codesourcery.com>
9893
9894         * gdb.base/callfuncs.exp (rerun_and_prepare): New.
9895         Call rerun_and_prepare for each test to isolate effects.
9896
9897 2011-05-30  Yao Qi  <yao@codesourcery.com>
9898
9899         * gdb.base/varargs.c (find_max_float_real): New.
9900         (find_max_double_real, find_max_long_double_real): New.
9901         * gdb.base/varargs.exp: Call these new added functions.
9902         * lib/gdb.exp (setup_kfail_for_target): New.
9903
9904 2011-05-30  Yao Qi  <yao@codesourcery.com>
9905
9906         * gdb.base/funcargs.c (callca, callcb, callcc): New.
9907         (callcd, callce, callcf, callc1a, callc1b): New.
9908         (callc2a, callc2b): New.
9909         * gdb.base/funcargs.exp (complex_args): New.
9910         (complex_integral_args, complex_float_integral_args): New.
9911         * lib/gdb.exp (support_complex_tests): New.  Determine
9912         whether to run test cases on _Complex types.
9913
9914 2011-05-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
9915
9916         * gdb.threads/leader-exit.c: New file.
9917         * gdb.threads/leader-exit.exp: New file.
9918
9919 2011-05-27  Marek Polacek  <mpolacek@redhat.com>
9920
9921         * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
9922
9923 2011-05-27  Marek Polacek  <mpolacek@redhat.com>
9924
9925         * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
9926         remove the `supported' variable.
9927         * gdb.mi/mi-nonstop.exp: Likewise.
9928         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9929         * gdb.mi/mi-nsintrall.exp: Likewise.
9930         * gdb.mi/mi-nsmoribund.exp: Likewise.
9931         * gdb.mi/mi-nsthrexec.exp: Likewise.
9932
9933 2011-05-26  Pedro Alves  <pedro@codesourcery.com>
9934
9935         * gdb.reverse/finish-reverse-bkpt.exp: New test.
9936
9937 2011-05-26  Pedro Alves  <pedro@codesourcery.com>
9938
9939         * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
9940
9941 2011-05-24  Keith Seitz  <keiths@redhat.com>
9942
9943         PR breakpoint/12803
9944         * gdb.cp/cmpd-minsyms.cc (a): New method.
9945         (b): New method.
9946         (c): New method.
9947         * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
9948
9949 2011-05-24  Pedro Alves  <pedro@codesourcery.com>
9950
9951         * gdb.base/commands.exp (watchpoint_command_test): Check that the
9952         watchpoint's command list didn't execute when the watchpoint went
9953         out of scope.
9954
9955 2011-05-24  Pierre Muller  <muller@ics.u-strasbg.fr>
9956
9957         Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
9958         * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
9959         * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
9960         * gdb.arch/i386-gnu-cfi.exp: Likewise.
9961         * gdb.arch/i386-permbkpt.exp: Likewise.
9962         * gdb.arch/i386-prologue.exp: Likewise.
9963         * gdb.arch/i386-size-overlap.exp: Likewise.
9964         * gdb.arch/i386-size.exp: Likewise.
9965         * gdb.arch/i386-unwind.exp: Likewise.
9966         * gdb.reverse/i386-precsave.exp: Likewise.
9967         * gdb.reverse/i386-reverse.exp: Likewise.
9968         * gdb.reverse/i386-sse-reverse.exp: Likewise.
9969         * gdb.reverse/i387-env-reverse.exp: Likewise.
9970         * gdb.reverse/i387-stack-reverse.exp: Likewise.
9971
9972 2011-05-24  Pedro Alves  <pedro@codesourcery.com>
9973
9974         * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
9975         file doesn't error, using MI.
9976
9977 2011-05-23  Tom Tromey  <tromey@redhat.com>
9978
9979         * gdb.base/charset.exp (string_display): Add tests to assign to
9980         arrays.
9981         * gdb.base/charset.c (short_array, int_array, long_array): New.
9982
9983 2011-05-20  Pedro Alves  <pedro@codesourcery.com>
9984
9985         Cope with async mode.
9986
9987         * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
9988         into gdb_test + mi_expect_stop.
9989
9990 2011-05-20  Pedro Alves  <pedro@codesourcery.com>
9991
9992         * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
9993         (callme): Remove printf call.
9994
9995 2011-05-20  Pierre Muller  <muller@ics.u-strasbg.fr>
9996
9997         * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
9998         quote pattern to avoid problems with Cygwin/mingw expect versions.
9999         * gdb.base/default.exp (show convenience): Use double
10000         quote pattern for regular expressions.
10001
10002 2011-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
10003
10004         Fix -readnow for -gdwarf-4 unused type units.
10005         * gdb.dwarf2/dw4-sig-type-unused.S: New file.
10006         * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
10007
10008 2011-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
10009
10010         * gdb.base/kill-after-signal.c: New file.
10011         * gdb.base/kill-after-signal.exp: New file.
10012
10013 2011-05-16  Pedro Alves  <pedro@codesourcery.com>
10014
10015         * gdb.ada/start.exp: Call untested with the correct test filename.
10016         * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
10017         test filename.  Make the test's binary unique.
10018         * gdb.arch/i386-signal.exp: Call untested with the correct test
10019         filename.
10020         * gdb.arch/i386-size-overlap.exp: Ditto.
10021         * gdb.arch/Makefile.in (EXECUTABLES): Update.
10022         * gdb.base/gcore-buffer-overflow.exp: Ditto.
10023         * gdb.cp/call-c.exp: Ditto.
10024         * gdb.mi/mi-reverse.exp: Call untested with the correct test
10025         filename.  Make the test's binary unique.
10026         * gdb.mi/Makefile.in (EXECUTABLES): Update.
10027         * gdb.python/py-mi.exp: Ditto.
10028         * gdb.python/Makefile.in (EXECUTABLES): Update.
10029         * gdb.reverse/i386-precsave.exp: Ditto.
10030         * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
10031         test filename.
10032         * gdb.reverse/i387-stack-reverse.exp: Ditto.
10033         * gdb.reverse/sigall-precsave.exp: Ditto.  Make the test's binary
10034         unique.
10035         * gdb.reverse/sigall-reverse.exp: Call untested with the correct
10036         test filename.
10037         * gdb.reverse/Makefile.in (EXECUTABLES): Update.
10038         * gdb.trace/tfile.exp: Ditto.
10039
10040 2011-05-14  Yao Qi  <yao@codesourcery.com>
10041
10042         * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
10043         type.
10044
10045 2011-05-13  Doug Evans  <dje@google.com>
10046
10047         * gdb.python/py-objfile-script.exp: New file.
10048         * gdb.python/py-objfile-script.c: New file.
10049         * gdb.python/py-objfile-script-gdb.py: New file.
10050         * testsuite/gdb.python/py-section-script.exp: Test
10051         "info auto-load-scripts".
10052
10053 2011-05-13  Tom Tromey  <tromey@redhat.com>
10054
10055         * gdb.dwarf2/clztest.exp: New file.
10056         * gdb.dwarf2/clztest.c: New file.
10057         * gdb.dwarf2/clztest.S: New file.
10058
10059 2011-05-13  Doug Evans  <dje@google.com>
10060
10061         * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
10062         String16 tests.
10063
10064 2011-05-13  Tom Tromey  <tromey@redhat.com>
10065
10066         * lib/gdb.exp (is_x86_like_target): New proc.
10067         * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
10068         * gdb.dwarf2/valop.exp: Use is_x86_like_target.
10069         * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target.  Pass
10070         -nostdlib to compiler.
10071         * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
10072         * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
10073         * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
10074         * gdb.dwarf2/dw2-restore.exp: Check for LP64.
10075         * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
10076
10077 2011-05-13  Thiago Jung Bauermann  <bauerman@br.ibm.com>
10078
10079         * gdb.python/py-function.exp: Test setting a value from a function
10080         which executes a command.
10081
10082 2011-05-12  Tom Tromey  <tromey@redhat.com>
10083
10084         * gdb.dwarf2/typeddwarf.S: New file.
10085         * gdb.dwarf2/typeddwarf.c: New file.
10086         * gdb.dwarf2/typeddwarf.exp: New file.
10087
10088 2011-05-12  Marek Polacek  <mpolacek@redhat.com>
10089
10090         * gdb.mi/mi-basics.exp: Fix races.  Honour the
10091         `test_exec_and_symbol_mi_operatons' return value.
10092         (test_mi_interpreter_selection): Use mi_gdb_test instead of
10093         gdb_test_multiple.
10094         (test_exec_and_symbol_mi_operatons): Likewise.
10095         (test_path_specification): Likewise.
10096
10097 2011-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10098
10099         * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
10100         (gdb_touch_execfile): Remove catch wrappers.  New variable time.
10101         Replace `file copy' and `file rename' by `file mtime'.  Twice.
10102
10103 2011-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10104
10105         * gdb.base/readline-ask.c: New file.
10106         * gdb.base/readline-ask.exp: New file.
10107         * gdb.base/readline-ask.inputrc: New file.
10108
10109 2011-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
10110
10111         * gdb.cell/bt.exp: Delete breakpoints before running to signal
10112         to avoid race condition.
10113         * gdb.cell/coremaker.c: Use small stack size.
10114         * gdb.cell/ea-standalone.exp: Use file name without path as
10115         argument to c_to.
10116         * gdb.cell/fork.exp: Allow other output when continuing to end.
10117
10118 2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
10119
10120         * gdb.threads/corethreads.c: New file.
10121         * gdb.threads/corethreads.exp: New file.
10122
10123 2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
10124
10125         * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
10126         Try to compile the test using -Wl,-z,norelro first.
10127         (load_core): New variable libthread_db_seen, initialize it.
10128         (zeroed-threads cannot be listed): Protect it by XFAIL on
10129         !$libthread_db_seen.
10130
10131 2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
10132
10133         PR 12573
10134         * gdb.dwarf2/dw2-skip-prologue.S: New file.
10135         * gdb.dwarf2/dw2-skip-prologue.c: New file.
10136         * gdb.dwarf2/dw2-skip-prologue.exp: New file.
10137
10138 2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
10139
10140         * gdb.cp/psymtab-parameter.cc: New file.
10141         * gdb.cp/psymtab-parameter.exp: New file.
10142
10143 2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
10144
10145         Fix a race.
10146         * gdb.cp/static-print-quit.exp (print c): Split to ...
10147         (print c - <return>, print c - q <return>, print c - to quit):
10148         ... these.  Make the testfile untested on gdb-7.1.
10149
10150 2011-5-05  Janis Johnson  <janisjo@codesourcery.com>
10151
10152         * lib/gdb.exp (exec_target_file, exec_symbol_file,
10153         gdb_rename_execfile, gdb_touch_execfile): New.
10154         * gdb.base/reread.exp: Use new procs to handle multiple
10155         exec files.
10156
10157 2011-05-05  Yao Qi  <yao@codesourcery.com>
10158
10159         * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
10160         (test_adr_32bit, test_pop_pc): New.
10161         * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
10162         (test_adr_32bit, test_pop_pc): New.
10163
10164 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
10165
10166         * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
10167         * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
10168         targets.
10169         * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
10170         handle targets.
10171
10172 2011-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
10173
10174         * gdb.base/completion.exp (complete help info wat): Rename to ...
10175         (complete 'help info wat'): ... here.
10176         Remove all `-re ".*' and `-re "^.*' redundant regexes.
10177         (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
10178
10179 2011-05-04  Pedro Alves  <pedro@codesourcery.com>
10180
10181         * gdb.base/completion.exp: Use gdb_test_multiple instead of
10182         gdb_test and explicit $gdb_prompt/timeout matches.
10183
10184 2011-05-04  Yao Qi  <yao@codesourcery.com>
10185
10186         * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
10187         and __thumb2__.
10188
10189 2011-05-03  Marek Polacek  <mpolacek@redhat.com>
10190
10191         * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
10192         in place of `gdb_test "delete breakpoints"'.  This eliminates two
10193         testcases.
10194
10195 2011-05-02  Pedro Alves  <pedro@codesourcery.com>
10196
10197         PR testsuite/12649
10198         Fix races.
10199
10200         * gdb.base/completion.exp: Remove all sleep calls.  Remove
10201         unnecessary regexs.  Don't explicitly expect anything after the
10202         prompt.  Eat the prompt if necessary.
10203
10204 2011-05-02  Edjunior Machado  <emachado@linux.vnet.ibm.com>
10205
10206         * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
10207         accept to show the caller line again as well as the line after.
10208
10209 2011-04-29  Phil Muldoon  <pmuldoon@redhat.com>
10210
10211         PR mi/12531
10212
10213         * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
10214         compile target.
10215         * gdb.python/py-prettyprint.exp: Add C++ object for
10216         CPLUS_FAKE_CHILD test.
10217
10218 2011-04-28  Ulrich Weigand  <ulrich.weigand@linaro.org>
10219
10220         * gdb.base/signest.exp: New file.
10221         * gdb.base/signest.c: Likewise.
10222
10223 2011-04-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
10224
10225         * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
10226         thread and breakpoint notifications.
10227
10228 2011-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
10229
10230         * gdb.base/fortran-sym-case.c: New file.
10231         * gdb.base/fortran-sym-case.exp: New file.
10232         * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
10233         * gdb.dwarf2/dw2-case-insensitive.c: New file.
10234         * gdb.dwarf2/dw2-case-insensitive.exp: New file.
10235
10236 2011-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
10237
10238         * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
10239         * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
10240         false #1', `if true else false #2' and `if true else false #3'.
10241
10242 2011-04-27  Ulrich Weigand  <ulrich.weigand@linaro.org>
10243
10244         * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
10245         while delivering signal.
10246
10247 2011-04-27  Vladimir Prus  <vladimir@codesourcery.com>
10248
10249         MI breakpoint notifications.
10250
10251         * testsuite/gdb.mi/mi-cli.exp: Adust.
10252         * testsuite/gdb.mi/mi2-cli.exp: Adust.
10253         * testsuite/gdb.mi/mi-watch.exp: Adust.
10254         * testsuite/gdb.mi/mi2-watch.exp: Adust.
10255         * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
10256         notifications.
10257
10258 2011-04-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
10259
10260         * gdb.base/gdbindex-stabs-dwarf.c: New file.
10261         * gdb.base/gdbindex-stabs.c: New file.
10262         * gdb.base/gdbindex-stabs.exp: New file.
10263
10264 2011-04-25  Yao Qi  <yao@codesourcery.com>
10265
10266         * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
10267         with /*...*/.
10268         * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
10269
10270 2011-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10271
10272         * gdb.python/py-value.exp (test_objfiles): Name the first test
10273         `py-value in file.filename'.
10274
10275 2011-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10276
10277         * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
10278         * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
10279         * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
10280         !gdbserver_reconnect_p..
10281         (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
10282
10283 2011-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
10284
10285         * gdb.cp/cpcompletion.exp (complete class methods)
10286         (complete class methods beginning with F): Move them above runto.  New
10287         comment about the runto delimiter.
10288
10289 2011-04-20  Pedro Alves  <pedro@codesourcery.com>
10290
10291         * gdb.base/maint.exp: Test that "maint print registers" works
10292         without a running program.
10293
10294 2011-04-20  Marek Polacek  <mpolacek@redhat.com>
10295
10296         * gdb.base/setshow.exp: Fix racy tests.
10297         ($old_gdb_prompt): New variable.
10298
10299 2011-04-19  Tom Tromey  <tromey@redhat.com>
10300
10301         * gdb.mi/mi-nsmoribund.exp:
10302         * gdb.hp/gdb.objdbg/objdbg01.exp:
10303         * gdb.base/structs.exp (test_struct_returns):
10304         * gdb.base/call-sc.exp (test_scalar_returns):
10305         * gdb.base/bigcore.exp: Remove duplicate words.
10306
10307 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
10308
10309         * gdb.base/break-interp-lib.c (v, vptr): New variables.
10310         * gdb.base/break-interp.exp (test_attach): New comment.
10311
10312 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
10313
10314         * gdb.threads/gcore-thread.exp ($core0file): New variable.
10315         (clear __stack_user.next, clear stack_used.next)
10316         (save a zeroed-threads corefile): New test.
10317         Call core_load for $core0file.
10318         (zeroed-threads cannot be listed): New test.
10319
10320 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
10321
10322         * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
10323         filename.
10324         ($srcfile): Preserve the original value.
10325         ($testfile): Match it the .exp filename.
10326         ($corefile): New variable.  Substitute it around.
10327         Use clean_restart.
10328         ($prev_timeout): Remove.
10329         (load_core): Move core loading into this proc.
10330         Fix restore of $timeout if load_core fails.
10331
10332 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
10333
10334         * gdb.base/eu-strip-infcall.c: New file.
10335         * gdb.base/eu-strip-infcall.exp: New file.
10336
10337 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
10338
10339         * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
10340         * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
10341
10342 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
10343
10344         Fix Python access to inlined frames.
10345         * gdb.python/py-frame-inline.c: New file.
10346         * gdb.python/py-frame-inline.exp: New file.
10347
10348 2011-04-13  Edjunior Machado  <emachado@linux.vnet.ibm.com>
10349
10350         * gdb.base/gdb1090.exp: Change breakpoint location to read the
10351         content of 's24' correctly (avoiding "optimized out").
10352         * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
10353
10354 2011-04-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
10355
10356         * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
10357
10358 2011-04-13  Thiago Jung Bauermann  <bauerman@br.ibm.com>
10359
10360         * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
10361         expect a colon in watch -location output.
10362
10363 2011-04-13  Marek Polacek  <mpolacek@redhat.com>
10364
10365         * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
10366         New testcase `expect response to define backtrace'.  Also remove
10367         redundant `default' block.
10368
10369 2011-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10370
10371         * gdb.python/py-prettyprint.c (struct hint_error): New.
10372         (main): New variable hint_error.
10373         * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
10374         "print hint_error".
10375         * gdb.python/py-prettyprint.py (class pp_hint_error): New.
10376         (register_pretty_printers): Register it.
10377
10378 2011-04-04  Tom Tromey  <tromey@redhat.com>
10379
10380         * gdb.cp/maint.exp (test_help): Update.
10381         (test_namespace): Likewise.
10382
10383 2011-04-01  Joel Brobecker  <brobecker@adacore.com>
10384
10385         * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
10386         * gdb.ada/arrayptr.exp: Add new tests.
10387
10388 2011-04-01  Joel Brobecker  <brobecker@adacore.com>
10389
10390         * gdb.ada/mi_catch_ex: New testcase.
10391
10392 2011-04-01  Pedro Alves  <pedro@codesourcery.com>
10393
10394         * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
10395         base::overload(void) method without specifying "const".
10396
10397 2011-04-01  Ulrich Weigand  <ulrich.weigand@linaro.org>
10398
10399         * gdb.arch/thumb-singlestep.S: New file.
10400         * gdb.arch/thumb-singlestep.exp: Likewise.
10401
10402 2011-03-31  Tom Tromey  <tromey@redhat.com>
10403
10404         * gdb.python/py-prettyprint.py (exception_flag): New global.
10405         (NoStringContainerPrinter._iterator.next): Check it.
10406         * gdb.python/py-prettyprint.c (main): New variable nstype2.
10407         * gdb.python/py-mi.exp: Set exception_flag and do more tests.
10408
10409 2011-03-29  Tom Tromey  <tromey@redhat.com>
10410
10411         * gdb.cp/anon-struct.cc: New file.
10412         * gdb.cp/anon-struct.exp: New file.
10413
10414 2011-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
10415
10416         Test STT_GNU_IFUNC support.
10417         * gdb.base/gnu-ifunc-lib.c: New file.
10418         * gdb.base/gnu-ifunc.c: New file.
10419         * gdb.base/gnu-ifunc.exp: New file.
10420
10421 2011-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
10422
10423         Support a ring of related breakpoints.
10424         * gdb.base/watchpoint-delete.c: New file.
10425         * gdb.base/watchpoint-delete.exp: New file.
10426
10427 2011-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
10428
10429         * gdb.ada/arrayparam.exp (print first after function call): Use
10430         explicit package name.  Add a comment
10431         (print lasta after function call): Rename ...
10432         (print last after function call): ... it and use explicit package
10433         name.
10434         (print length after function call): Use explicit package name.
10435         * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
10436         * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
10437         (multiple matches for symbol i): Rename ...
10438         (multiple matches for symbol integervar): ... it.
10439         * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
10440         * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
10441
10442 2011-03-25  Andrew Burgess  <aburgess@broadcom.com>
10443
10444         * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
10445         environment variable to make grep output more predictable. Move
10446         all the environment setup into gdb_init so it's done once per test
10447         case rather than each time we start gdb.
10448
10449 2011-03-24  Tom Tromey  <tromey@redhat.com>
10450
10451         * gdb.base/label.exp: Use `main:there' linespec.  Add re-running
10452         test.
10453
10454 2011-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
10455
10456         * gdb.dwarf2/dw2-entry-value-main.c: New file.
10457         * gdb.dwarf2/dw2-entry-value.S: New file.
10458         * gdb.dwarf2/dw2-entry-value.exp: New file.
10459
10460 2011-03-22  Phil Muldoon  <pmuldoon@redhat.com>
10461
10462         PR python/12183
10463
10464         * gdb.python/py-function.exp: Add GdbError tests.
10465
10466 2011-03-18  Pedro Alves  <pedro@codesourcery.com>
10467
10468         * gdb.trace/unavailable.cc (args_test_func, local_test_func)
10469         (reglocal_test_func, statlocal_test_func): New functions.
10470         (globals_test_func): Call new functions.
10471         * gdb.trace/unavailable.exp (gdb_collect_args_test)
10472         (gdb_collect_locals_test): New procedure.
10473         (gdb_trace_collection_test): Call new procedures.
10474
10475 2011-03-18  Pedro Alves  <pedro@codesourcery.com>
10476
10477         * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
10478         (test_register, test_register_unavailable): New procedures.
10479         (gdb_unavailable_registers_test): New procedure.
10480         (gdb_trace_collection_test): Call it.
10481
10482 2011-03-18  Phil Muldoon  <pmuldoon@redhat.com>
10483
10484         PR python/12149
10485
10486         * gdb.python/python.exp: Add gdb.write tests.
10487
10488 2010-03-17  Phil Muldoon  <pmuldoon@redhat.com>
10489
10490         * gdb.python/Makefile.in: Add py-objfile.
10491         * gdb.python/py-objfile.exp: New file.
10492         * gdb.python/py-objfile.c: New file.
10493         * gdb.python/py-block.exp: Add is_valid tests.
10494         * gdb.python/py-inferior.exp: Ditto.
10495         * gdb.python/py-infthread.exp: Ditto.
10496         * gdb.python/py-symbol.exp: Ditto.
10497         * gdb.python/py-symtab.exp: Ditto.
10498
10499 2011-03-16  Keith Seitz  <keiths@redhat.com>
10500
10501         PR c++/12273
10502         * gdb.cp/cmpd-minsyms.exp: New test.
10503         * gdb.cp/cmpd-minsyms.cc: New file.
10504
10505         PR c++/11734
10506         * gdb.cp/ovsrch.exp: New test.
10507         * gdb.cp/ovsrch.h: New file.
10508         * gdb.cp/ovsrch1.cc: New file.
10509         * gdb.cp/ovsrch2.cc: New file.
10510         * gdb.cp/ovsrch3.cc: New file.
10511         * gdb.cp/ovsrch4.cc: New file.
10512
10513 2011-03-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
10514
10515         PR gdb/12528
10516         * gdb.base/Makefile.in: Adjust EXECUTABLES.
10517         * gdb.base/break-on-linker-gcd-function.exp: New test.
10518         * gdb.base/break-on-linker-gcd-function.cc: New file.
10519
10520 2011-03-15  Andreas Tobler  <andreast@fgznet.ch>
10521
10522         * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
10523
10524 2011-03-15  Phil Muldoon  <pmuldoon@redhat.com>
10525
10526         * lib/gdb.exp (gdb_unload): Add another termination case.
10527
10528 2011-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10529
10530         * gdb.dwarf2/dw2-empty-pc-range.S: New file.
10531         * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
10532         * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
10533         Provide a stub byte there.
10534         (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
10535         DW_AT_entry_pc.
10536         (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
10537
10538 2011-03-15  Ulrich Weigand  <uweigand@de.ibm.com>
10539
10540         * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
10541         using a GCC 4.1 or 4.2 compiler.  Add an additional test variant
10542         "generic ABI, auto".
10543         (altivec_abi_tests): Accept vectors returned by reference.
10544
10545 2010-03-14  Phil Muldoon  <pmuldoon@redhat.com>
10546
10547         * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
10548
10549 2011-03-13  Ulrich Weigand  <uweigand@de.ibm.com>
10550
10551         * gdb.python/py-section-script.exp: Skip test if no Python support.
10552
10553 2011-03-12  Ulrich Weigand  <uweigand@de.ibm.com>
10554
10555         * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
10556
10557 2011-03-10  Phil Muldoon  <pmuldoon@redhat.com>
10558
10559         * gdb.python/py-parameter.exp: Update tests to the new Python
10560         parameter API. Add "no documentation" test.  Add deprecated API
10561         backward compatibility test.
10562
10563 2011-03-09  Tom Tromey  <tromey@redhat.com>
10564
10565         * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
10566         gdb_continue_to_end.
10567
10568 2011-03-09  Mark Kettenis  <kettenis@gnu.org>
10569
10570         * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
10571         tabs.
10572
10573 2011-03-09  Tom Tromey  <tromey@redhat.com>
10574
10575         * lib/gdb.exp (inferior_exited_re): Match. leading `['.  Wrap in
10576         parentheses.
10577         (gdb_continue_to_end): Add "allow_extra" parameter.  Use
10578         $command.
10579         * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
10580         argument to gdb_continue_to_end.
10581         * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
10582         argument to gdb_continue_to_end.
10583         * gdb.cp/annota3.exp: Fix regex.
10584         * gdb.cp/annota2.exp: Fix regex.
10585         * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
10586         gdb_continue_to_end.
10587         * gdb.base/call-signal-resume.exp: Revert earlier patch.
10588         * gdb.ada/tasks.exp: Pass "allow_extra" argument to
10589         gdb_continue_to_end.
10590
10591 2011-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
10592
10593         * gdb.server/ext-run.exp
10594         (load new file without any gdbserver inferior): New test.
10595
10596 2011-03-07  Tom Tromey  <tromey@redhat.com>
10597
10598         * Makefile.in (TAGS): Rewrite.
10599
10600 2011-03-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
10601
10602         * gdb.trace/report.exp (12.1: trace report #1): New match for the
10603         initial commands echo.  New match for `Found trace'.  Anchor all the
10604         other matches.  Anchor and match for `No trace frame found' the final
10605         match.
10606
10607 2011-03-07  Tom Tromey  <tromey@redhat.com>
10608
10609         * Makefile.in (TAGS): New target.
10610
10611 2011-03-07  Tom Tromey  <tromey@redhat.com>
10612
10613         * lib/opencl.exp (skip_opencl_tests): Update for exit message
10614         change.
10615         * lib/mi-support.exp (mi_gdb_test): Update for exit message
10616         change.
10617         * lib/gdb.exp (gdb_test_multiple): Update comment.  Update for
10618         exit message change.
10619         (skip_altivec_tests): Update for exit message change.
10620         (skip_vsx_tests): Likewise.
10621         (gdb_continue_to_end): Likewise.  Add 'command' argument.
10622         * lib/cell.exp (skip_cell_tests): Update for exit message change.
10623         * gdb.threads/tls.exp: Update for exit message change.
10624         * gdb.threads/thread-unwindonsignal.exp: Use
10625         gdb_continue_to_end.
10626         * gdb.threads/step.exp (step_it): Update for exit message change.
10627         (continue_all): Likewise.
10628         * gdb.threads/print-threads.exp (test_all_threads): Update for
10629         exit message change.
10630         * gdb.threads/interrupted-hand-call.exp: Use
10631         gdb_continue_to_end.
10632         * gdb.threads/execl.exp: Use gdb_continue_to_end.
10633         * gdb.python/py-prettyprint.exp (run_lang_tests): Use
10634         gdb_continue_to_end.
10635         * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
10636         * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
10637         * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
10638         * gdb.cp/method.exp: Update for exit message change.
10639         * gdb.cp/mb-templates.exp: Update for exit message change.
10640         * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
10641         * gdb.cp/annota3.exp: Update for exit message change.
10642         * gdb.cp/annota2.exp: Update for exit message change.
10643         * gdb.cell/fork.exp: Use gdb_continue_to_end.
10644         * gdb.base/term.exp: Update for exit message change.
10645         * gdb.base/step-test.exp (test_i): Update for exit message change.
10646         * gdb.base/sigstep.exp (advance): Update for exit message change.
10647         (advancei): Likewise.
10648         * gdb.base/siginfo.exp: Update for exit message change.
10649         * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
10650         * gdb.base/reread.exp: Use gdb_continue_to_end.
10651         * gdb.base/langs.exp: Use gdb_continue_to_end.
10652         * gdb.base/interrupt.exp: Update for exit message change.
10653         * gdb.base/gdb1555.exp: Update for exit message change.
10654         * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
10655         * gdb.base/ending-run.exp: Update for exit message change.
10656         * gdb.base/chng-syms.exp: Update for exit message change.
10657         * gdb.base/checkpoint.exp: Update for exit message change.
10658         * gdb.base/catch-syscall.exp (check_for_program_end): Use
10659         gdb_continue_to_end.
10660         (test_catch_syscall_with_wrong_args): Likewise.
10661         * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
10662         * gdb.base/break-interp.exp (test_ld): Update for exit message
10663         change.
10664         * gdb.base/bang.exp: Update for exit message change.
10665         * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
10666         (do_call_attach_tests): Likewise.
10667         * gdb.base/a2-run.exp: Update for exit message change.
10668         * gdb.arch/ppc-dfp.exp: Update for exit message change.
10669         * gdb.ada/tasks.exp: Use gdb_continue_to_end.
10670         * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
10671
10672 2011-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
10673
10674         * gdb.base/help.exp (help thread find): Fix one forgotten quote.
10675
10676 2011-03-03  Tom Tromey  <tromey@redhat.com>
10677
10678         * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
10679         * gdb.hp/gdb.aCC/configure (Makefile): Remove.
10680         * gdb.hp/gdb.aCC/configure.ac: Remove.
10681         * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
10682         * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
10683         * gdb.hp/gdb.base-hp/configure.ac: Remove.
10684         * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
10685         * gdb.hp/gdb.compat/configure (Makefile): Remove.
10686         * gdb.hp/gdb.compat/configure.ac: Remove.
10687         * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
10688         * gdb.hp/gdb.defects/configure (Makefile): Remove.
10689         * gdb.hp/gdb.defects/configure.ac: Remove.
10690         * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
10691         * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
10692         * gdb.hp/gdb.objdbg/configure.ac: Remove.
10693         * gdb.hp/configure.ac: Remove.
10694         * gdb.hp/configure: Remove.
10695         * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
10696         substitution.
10697         (Makefile): Remove rule.
10698         * gdb.cell/configure.ac: Remove.
10699         * gdb.cell/configure: Remove.
10700         * gdb.stabs/Makefile.in (Makefile): Remove.
10701         (distclean): Don't remove config.status or config.log.
10702         * gdb.stabs/configure (Makefile): Remove.
10703         * gdb.stabs/configure.ac: Remove.
10704         * configure: Rebuild.
10705         * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
10706         Remove stabs- and cell-specific logic.  Test for existence of
10707         ../gdbtk before configuring gdb.gdbtk.  Build Makefiles in gdb.hp
10708         subdirectories, gdb.cell, and and gdb.stabs.
10709         * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
10710
10711 2011-03-03  Joel Brobecker  <brobecker@adacore.com>
10712
10713         * gdb.python/py-inferior.exp: Avoid searching pattern beyond
10714         end of buffer.
10715
10716 2011-03-02  Joel Brobecker  <brobecker@adacore.com>
10717
10718         * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
10719         gdb_test when running a test where we expected no output back.
10720
10721 2011-02-28  Michael Snyder  <msnyder@vmware.com>
10722
10723         * gdb.cp/overload.cc: Change initializer value to integer.
10724
10725 2011-02-27  Michael Snyder  <msnyder@vmware.com>
10726
10727         * gdb.multi/base.exp: Add test for remove-inferiors.
10728
10729 2011-02-26  Joel Brobecker  <brobecker@adacore.com>
10730
10731         * gdb.python/py-frame.exp: Simplify the initialization phase
10732         using prepare_for_testing.
10733
10734 2011-02-25  Michael Snyder  <msnyder@vmware.com>
10735
10736         * gdb.multi/base.exp: Add tests for info inferiors with args.
10737
10738 2011-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
10739
10740         * gdb.dwarf2/dw2-ranges.S: Rename to ...
10741         * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
10742         * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
10743         Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
10744         asmfile3.  Comment the STABS (#3) file compilation.  Compile
10745         everything through assembler.  Provide KFAIL for symtab/12497.
10746         * gdb.dwarf2/dw2-ranges2.S: Rename to ...
10747         * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
10748         * gdb.dwarf2/dw2-ranges3.S: Rename to ...
10749         * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
10750
10751 2011-02-24  Michael Snyder  <msnyder@vmware.com>
10752
10753         * gdb.base/break.exp: Add tests for delete breakpoints using
10754         convenience variables and value history references.
10755
10756 2011-02-24  Michael Snyder  <msnyder@vmware.com>
10757
10758         * gdb.base/break.exp: Remove debugging 'printf' accidentally
10759         left behind in previous check-in.
10760
10761 2011-02-23  Michael Snyder  <msnyder@vmware.com>
10762
10763         * gdb.base/break.exp: Add tests for "info break" with arguments.
10764         * gdb.trace/infotrace.exp: Update patterns for error and help.
10765         * gdb.base/completion.exp: Update pattern.
10766         * gdb.base/ena-dis-br.exp: Update pattern.
10767         * gdb.base/help.exp: Update patterns.
10768
10769 2011-02-23  Michael Snyder  <msnyder@vmware.com>
10770
10771         * gdb.base/memattr.exp: New test.
10772         * gdb.base/memattr.c: Test load for memattr.exp.
10773
10774 2011-02-22  Doug Evans  <dje@google.com>
10775
10776         * gdb.python/py-symbol.exp: Test lookup_global_symbol.
10777
10778 2011-02-22  Michael Snyder  <msnyder@vmware.com>
10779
10780         * Makefile.in: Make more clean.
10781         * gdb.ada/Makefile.in: Ditto.
10782         * gdb.arch/Makefile.in: Ditto.
10783         * gdb.asm/Makefile.in: Ditto.
10784         * gdb.base/Makefile.in: Ditto.
10785         * gdb.cp/Makefile.in: Ditto.
10786         * gdb.dwarf2/Makefile.in: Ditto.
10787         * gdb.java/Makefile.in: Ditto.
10788         * gdb.mi/Makefile.in: Ditto.
10789         * gdb.modula2/Makefile.in: Ditto.
10790         * gdb.python/Makefile.in: Ditto.
10791         * gdb.server/Makefile.in: Ditto.
10792         * gdb.stabs/Makefile.in: Ditto.
10793         * gdb.threads/Makefile.in: Ditto.
10794         * gdb.trace/Makefile.in: Ditto.
10795
10796 2011-02-22  Michael Snyder  <msnyder@vmware.com>
10797
10798         * gdb.threads/thread-find.exp: Add tests for bad input to
10799         info threads.
10800
10801 2011-02-22  Joel Brobecker  <brobecker@adacore.com>
10802
10803         * gdb.python/py-breakpoint.exp: Fix the expected output of
10804         one of the "maint info breakpoints" tests to accept the output
10805         generated on platforms that do not have hardware watchpoints.
10806
10807 2011-02-22  Joel Brobecker  <brobecker@adacore.com>
10808
10809         * gdb.python/py-breakpoint.exp: Remove unnecessary call to
10810         clean_restart.  Be a little stricter in the expected output
10811         for one of the tests.  Fix a typo in one of the comments.
10812
10813 2011-02-22  Joel Brobecker  <brobecker@adacore.com>
10814
10815         * gdb.python/py-block.exp: Simplify using prepare_for_testing.
10816         Delete variable binfile, no longer use.  Add or modify test
10817         comments to make them unique.
10818
10819 2011-02-21  Michael Snyder  <msnyder@vmware.com>
10820
10821         * Makefile.in: Update for make clean.
10822         * gdb.ada/Makefile.in: Ditto.
10823         * gdb.arch/Makefile.in: Ditto.
10824         * gdb.asm/Makefile.in: Ditto.
10825         * gdb.base/Makefile.in: Ditto.
10826         * gdb.cp/Makefile.in: Ditto.
10827         * gdb.dwarf2/Makefile.in: Ditto.
10828         * gdb.java/Makefile.in: Ditto.
10829         * gdb.mi/Makefile.in: Ditto.
10830         * gdb.modula2/Makefile.in: Ditto.
10831         * gdb.python/Makefile.in: Ditto.
10832         * gdb.server/Makefile.in: Ditto.
10833         * gdb.stabs/Makefile.in: Ditto.
10834         * gdb.threads/Makefile.in: Ditto.
10835         * gdb.trace/Makefile.in: Ditto.
10836
10837 2011-02-21  Michael Snyder  <msnyder@vmware.com>
10838
10839         * gdb.threads/thread-find.exp: Update patterns for changes in
10840         output of "info threads" command.
10841
10842 2011-02-21  Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
10843             Ulrich Weigand  <uweigand@de.ibm.com>
10844
10845         * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
10846         (skip_hw_watchpoint_tests): Likewise.
10847         (skip_hw_watchpoint_multi_tests): Likewise.
10848
10849 2011-02-21  Ulrich Weigand  <uweigand@de.ibm.com>
10850
10851         * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
10852         (skip_hw_watchpoint_tests): Likewise.
10853         (skip_hw_watchpoint_multi_tests): Likewise.
10854         (skip_hw_watchpoint_access_tests): Likewise.
10855
10856         * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
10857         * gdb.base/pr11022.exp: Likewise.
10858         * gdb.base/watch-read.exp: Likewise.
10859         * gdb.base/watch_thread_num.exp: Likewise.
10860         * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
10861         * gdb.base/watchpoint-hw.exp: Likewise.
10862         * gdb.base/watchpoint.exp: Likewise.
10863         * gdb.threads/local-watch-wrong-thread.exp: Likewise.
10864         * gdb.threads/watchthreads-reorder.exp: Likewise.
10865         * gdb.threads/watchthreads.exp: Likewise.
10866         * gdb.threads/watchthreads2.exp: Likewise.
10867
10868 2011-02-21  Joel Brobecker  <brobecker@adacore.com>
10869
10870         * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
10871         the debugger is unable to find the array bounds.
10872
10873 2011-02-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
10874
10875         * gdb.cp/typedef-operator.exp: New file.
10876         * gdb.cp/typedef-operator.cc: New file.
10877
10878 2011-02-17  Michael Snyder  <msnyder@vmware.com>
10879
10880         * gdb.threads/thread-find.exp: Fix regular expressions.
10881
10882 2011-02-17  Joel Brobecker  <brobecker@adacore.com>
10883
10884         * gdb.ada/packed_array: Expand testcase to test printing of
10885         unconstrained packed array.
10886
10887 2011-02-17  Joel Brobecker  <brobecker@adacore.com>
10888
10889         * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
10890
10891 2011-02-16  Pedro Alves  <pedro@codesourcery.com>
10892
10893         * gdb.trace/collection.c (globalarr3): New global.
10894         (main): Initialize it before collecting, and and clear it
10895         afterwards.
10896         * gdb.trace/collection.exp (gdb_collect_globals_test): Test
10897         collecting with '{type} addr', where the addr expression is not an
10898         rvalue.
10899
10900 2011-02-16  Ken Werner  <ken.werner@de.ibm.com>
10901
10902         * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
10903         a bool variable. Expect correct OpenCL names for vector types. Use the
10904         uc3 variable name instead of referring to the uchar3 built-in type.
10905         Escape the asterisk at the half pointer test.
10906
10907 2011-02-16  Pedro Alves  <pedro@codesourcery.com>
10908
10909         * gdb.trace/collection.c (globalarr2): New global.
10910         (main): Initialize it before collecting, and and clear it
10911         afterwards.
10912         * gdb.trace/collection.exp (gdb_collect_globals_test): Test
10913         collecting overlapping memory ranges.
10914
10915 2011-02-15  Michael Snyder  <msnyder@vmware.com>
10916
10917         * gdb.base/default.exp: Add tests for thread commands.
10918         * gdb.base/help.exp: Add tests for thread commands.
10919         * gdb.threads/thread-find.exp: New test for thread find command.
10920
10921 2011-02-15  Ken Werner  <ken.werner@de.ibm.com>
10922
10923         * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
10924
10925 2011-02-15  Yao Qi  <yao@codesourcery.com>
10926
10927         PR tdep/12352
10928         * gdb.arch/arm-disp-step.S : New test for str instruction.
10929         * gdb.arch/arm-disp-step.exp : Likewise.
10930
10931 2011-02-15  Thiago Jung Bauermann  <bauerman@br.ibm.com>
10932
10933         * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
10934         "vector_register2_vr" test strings.  Test the extended floating
10935         point registers (F32~F63).
10936         * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
10937         IBM XL C compiler.  Make the test program use a register provided
10938         by the compiler for the lxvd2x instruction.
10939
10940 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
10941
10942         * gdb.trace/unavailable.cc (class Base, class Middle, class
10943         Derived): New types.
10944         (derived_unavail, derived_partial, derived_whole): New globals.
10945         (virtual_partial): New global.
10946         (virtualp): Point at virtual_partial.
10947         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
10948         related to unavailable vptr.
10949
10950 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
10951
10952         * gdb.trace/unavailable.cc (a, b, c): New globals.
10953         (main): Set and clear them.
10954         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
10955         `a' and `c', and check that `b' isn't collected, although `a' and
10956         `c' are.
10957
10958 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
10959
10960         * gdb.trace/unavailable.cc (struct Virtual): New.
10961         (virtualp): New global pointer.
10962         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
10963         printing a pointer to an object whose type has a vtable, with
10964         print object on.
10965
10966 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
10967
10968         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
10969         value repeat handles unavailableness.
10970
10971 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
10972
10973         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
10974         tests for building arrays from unavailable values, subscripting
10975         non-memory rvalue unvailable arrays, and accessing fields or
10976         baseclasses of non-lazy unavailable values,
10977         * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
10978         struct types.
10979         (g_smallstruct, g_smallstruct_b): New globals.
10980
10981 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
10982
10983         * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
10984
10985 2011-02-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
10986
10987         Fix const/volatile qualifiers of C++ types, PR c++/12328.
10988         * gdb.cp/overload-const.exp: New file.
10989         * gdb.cp/overload-const.cc: New file.
10990
10991 2011-02-08  Ulrich Weigand  <uweigand@de.ibm.com>
10992
10993         * gdb.opencl/callfuncs.cl: New file.
10994         * gdb.opencl/callfuncs.exp: New test.
10995         * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
10996
10997 2011-02-08  Ulrich Weigand  <uweigand@de.ibm.com>
10998
10999         * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
11000         when computing result.
11001         * gdb.arch/altivec-abi.exp: Update expected results.
11002
11003 2011-02-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
11004
11005         * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
11006         * gdb.base/jit.exp: Likewise.
11007         * gdb.base/pie-execl.exp: Likewise.
11008         * gdb.base/solib-nodir.exp: Likewise.
11009         * gdb.base/solib-overlap.exp: Likewise.
11010
11011 2011-02-07  Pedro Alves  <pedro@codesourcery.com>
11012
11013         * gdb.trace/collection.c (global_pieces): New.
11014         * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
11015         New procedure.
11016         (gdb_trace_collection_test): Call it.
11017
11018 2011-02-04  Sami Wagiaalla  <swagiaal@redhat.com>
11019
11020         * gdb.python/py-evthreads.c: New file.
11021         * gdb.python/py-evthreads.exp: New file.
11022         * gdb.python/py-events.py: New file.
11023         * gdb.python/py-events.exp: New file.
11024         * gdb.python/py-events.c: New file.
11025
11026 2011-02-04 David Daney <ddaney@caviumnetworks.com>
11027
11028         * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
11029
11030 2011-02-03  Andrew Burgess  <aburgess@broadcom.com>
11031
11032         * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
11033         gdb.base/disasm-end-cu.exp: New test for disassembling over the
11034         boundary between two compilation units.
11035
11036 2011-02-02  Pedro Alves  <pedro@codesourcery.com>
11037
11038         * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
11039         (Virtual): New structs.
11040         (virtual_o, virtual_middle_b): New globals.
11041         * gdb.cp/virtbase.exp: New tests.
11042
11043 2011-01-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
11044
11045         * gdb.base/jit.exp: New file.
11046         * gdb.base/jit-main.c: New file.
11047         * gdb.base/jit-solib.c: New file.
11048
11049 2011-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
11050
11051         * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
11052         proceed to initial kernel entry point.
11053         * gdb.opencl/datatypes.exp: Likewise.
11054         * gdb.opencl/operators.exp: Likewise.
11055         * gdb.opencl/vec_comps.exp: Likewise.
11056
11057 2011-01-31  Sami Wagiaalla  <swagiaal@redhat.com>
11058
11059         * gdb.cp/nsnested.cc: New.
11060         * gdb.cp/nsnested.exp: New.
11061         * gdb.cp/nsnoimports.exp: New.
11062         * gdb.cp/nsnoimports.cc: New.
11063
11064 2011-01-31  Joel Brobecker  <brobecker@adacore.com>
11065
11066         * gdb.base/interact.exp: Add extra tests that verify that
11067         the value of the interactive-mode setting does not change
11068         after the script is sourced.
11069
11070 2011-01-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
11071
11072         * gdb.cp/noparam.exp: New file.
11073         * gdb.cp/noparam.cc: New file.
11074
11075 2011-01-28  Pedro Alves  <pedro@codesourcery.com>
11076
11077         * gdb.trace/tfile.exp: Test that with no traceframe selected,
11078         there's no stack or registers.
11079
11080 2011-01-26  Tom Tromey  <tromey@redhat.com>
11081
11082         * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
11083         space before string output.  Add test for "set print pretty off"
11084         case.
11085
11086 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
11087
11088         * gdb.base/frame-args.exp: Adjust.
11089         * gdb.dwarf2/dw2-noloc.exp: Adjust.
11090         * gdb.dwarf2/dw2-inline-param.exp: Adjust.
11091         * gdb.dwarf2/pieces.exp: Adjust.
11092         * gdb.opt/clobbered-registers-O2.exp: Adjust.
11093         * gdb.opt/inline-locals.exp: Adjust.
11094         * gdb.threads/fork-child-threads.exp: Adjust.
11095
11096 2011-01-25  Ken Werner  <ken.werner@de.ibm.com>
11097
11098         * gdb.opencl/convs_casts.cl: Move program scope variables into the
11099         OpenCL kernel function. Add a comment as marker. Add address space
11100         qualifiers for the remaining program scope variables.
11101         * gdb.opencl/datatypes.cl: Likewise.
11102         * gdb.opencl/operators.cl: Likewise.
11103         * gdb.opencl/vec_comps.cl: Likewise.
11104         * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
11105         Add breakpoint at the marker comment.
11106         * gdb.opencl/datatypes.exp: Likewise.
11107         * gdb.opencl/operators.exp: Likewise.
11108         * gdb.opencl/vec_comps.exp: Likewise.
11109
11110 2011-01-24  Pedro Alves  <pedro@codesourcery.com>
11111
11112         * gdb.base/printcmds.c (some_struct): New struct and instance.
11113         * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
11114         procedure.
11115         <global scope>: Call it.
11116
11117 2011-01-21  Ken Werner  <ken.werner@de.ibm.com>
11118
11119         * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
11120         argument to the gdb_compile_opencl_hostapp call.
11121
11122 2011-01-19  Yao Qi  <yao@codesourcery.com>
11123
11124         * lib/dwarf.exp (dwarf2_support): Change supported targets to a
11125         positve list.
11126
11127 2011-01-19  Yao Qi  <yao@codesourcery.com>
11128
11129         * gdb.asm/asm-source.exp: Replace ARM target triplet with a
11130         canonical form.
11131         Remove "xscale-*-*"
11132         * gdb.xml/tdesc-regs.exp: Likewise.
11133         * gdb.python/py-section-script.exp: Replace ARM target triplet
11134         with canonical form.
11135         Match arm*-*-symbianelf*.
11136         * gdb.base/dup-sect.exp: Likewise.
11137         * lib/dwarf.exp: New.
11138         * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
11139         dwarf2_support.
11140         * gdb.dwarf2/dup-psym.exp: Likewise.
11141         * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
11142         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11143         * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
11144         * gdb.dwarf2/dw2-basic.exp: Likewise.
11145         * gdb.dwarf2/dw2-compressed.exp: Likewise.
11146         * gdb.dwarf2/dw2-const.exp: Likewise.
11147         * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
11148         * gdb.dwarf2/dw2-cu-size.exp: Likewise.
11149         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
11150         * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
11151         * gdb.dwarf2/dw2-filename.exp: Likewise.
11152         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
11153         * gdb.dwarf2/dw2-inline-param.exp: Likewise.
11154         * gdb.dwarf2/dw2-intercu.exp: Likewise.
11155         * gdb.dwarf2/dw2-intermix.exp: Likewise.
11156         * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
11157         * gdb.dwarf2/dw2-noloc.exp: Likewise.
11158         * gdb.dwarf2/dw2-op-call.exp: Likewise.
11159         * gdb.dwarf2/dw2-producer.exp: Likewise.
11160         * gdb.dwarf2/dw2-ranges.exp: Likewise.
11161         * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
11162         * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
11163         * gdb.dwarf2/dw2-strp.exp: Likewise.
11164         * gdb.dwarf2/dw2-unresolved.exp: Likewise.
11165         * gdb.dwarf2/implptr.exp: Likewise.
11166         * gdb.dwarf2/mac-fileno.exp: Likewise.
11167         * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
11168         * gdb.dwarf2/pieces.exp: Likewise.
11169         * gdb.dwarf2/pr11465.exp: Likewise.
11170         * gdb.dwarf2/valop.exp: Likewise.
11171         * gdb.dwarf2/watch-notconst.exp: Likewise.
11172         * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
11173
11174 2011-01-19  Tom Tromey  <tromey@redhat.com>
11175
11176         * gdb.python/py-infthread.exp: Add thread tests.
11177
11178 2011-01-14  Joel Brobecker  <brobecker@adacore.com>
11179
11180         * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
11181
11182 2011-01-14  Joel Brobecker  <brobecker@adacore.com>
11183
11184         * gdb.ada/widewide: New testcase.
11185
11186 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
11187
11188         * gdb.base/interact.exp: New testcase.
11189
11190 2011-01-12  Tom Tromey  <tromey@redhat.com>
11191
11192         * gdb.mi/gdb2549.exp: Update for error message changes.
11193         * gdb.mi/mi-cli.exp: Likewise.
11194         * gdb.mi/mi-disassemble.exp: Likewise.
11195         * gdb.mi/mi-pthreads.exp: Likewise.
11196         * gdb.mi/mi-regs.exp: Likewise.
11197         * gdb.mi/mi-stack.exp: Likewise.
11198         * gdb.mi/mi-var-block.exp: Likewise.
11199         * gdb.mi/mi-var-cmd.exp: Likewise.
11200         * gdb.mi/mi2-cli.exp: Likewise.
11201         * gdb.mi/mi2-disassemble.exp: Likewise.
11202         * gdb.mi/mi2-pthreads.exp: Likewise.
11203         * gdb.mi/mi2-regs.exp: Likewise.
11204         * gdb.mi/mi2-stack.exp: Likewise.
11205         * gdb.mi/mi2-var-block.exp: Likewise.
11206         * gdb.mi/mi2-var-cmd.exp: Likewise.
11207
11208 2011-01-12  Andrew Burgess  <aburgess@broadcom.com>
11209             Jan Kratochvil  <jan.kratochvil@redhat.com>
11210
11211         PR fortran/11104 and DWARF unbound arrays detection.
11212         * gdb.fortran/multi-dim.exp: New file.
11213         * gdb.fortran/multi-dim.f90: New file.
11214
11215 2011-01-12  Andrew Burgess  <aburgess@broadcom.com>
11216
11217         * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
11218         expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
11219         add new tests for opcode dumping.
11220
11221 2011-01-11  Tom Tromey  <tromey@redhat.com>
11222
11223         * gdb.python/py-infthread.exp: Load gdb-python.exp.
11224
11225 2010-01-11  Thiago Jung Bauermann  <bauerman@br.ibm.com>
11226
11227         Convert hardware watchpoints to use breakpoint_ops.
11228         * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
11229         type is not supported.
11230         * gdb.base/foll-fork.exp: Likewise.
11231         * gdb.base/foll-vfork.exp: Likewise.
11232
11233 2011-01-10  Phil Muldoon  <pmuldoon@redhat.com>
11234
11235         * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
11236         Use load_lib gdb-python.exp.
11237         * gdb.python/python.exp: Ditto.
11238         * gdb.python/py-function.exp: Ditto.
11239
11240 2011-01-09  Andreas Schwab  <schwab@linux-m68k.org>
11241
11242         * gdb.threads/tls.exp ("info address me"): Fix expected output.
11243
11244 2011-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
11245
11246         * configure: Regenerate.
11247
11248 2011-01-06  Tom Tromey  <tromey@redhat.com>
11249
11250         * gdb.python/py-frame.exp: Test gdb.newest_frame.
11251
11252 2011-01-06  Joel Brobecker  <brobecker@adacore.com>
11253
11254         * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
11255         gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
11256         gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
11257         gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
11258         gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
11259         gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
11260         gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
11261         gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
11262         gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
11263         gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
11264         gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
11265         gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
11266         gdb.ada/null_array.exp, gdb.ada/null_record.exp,
11267         gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
11268         gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
11269         gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
11270         gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
11271         gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
11272         gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
11273         gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
11274         gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
11275         gdb.ada/uninitialized_vars.exp,
11276         gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
11277         Simplify by using clean_restart.
11278
11279 2011-01-06  Joel Brobecker  <brobecker@adacore.com>
11280
11281         Add marker to be used as anchor for inserting breakpoints.
11282         * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
11283         * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
11284         Likewise.
11285
11286         Remove uses of gdb_start_cmd.
11287         * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
11288         * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
11289
11290         Do not run testcase if testing with GDBserver.
11291         * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
11292         if testing with GDBserver.
11293
11294 2011-01-06  Joel Brobecker  <brobecker@adacore.com>
11295
11296         * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
11297         gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
11298         copyright header.
11299
11300 2011-01-05  Joel Brobecker  <brobecker@adacore.com>
11301
11302         * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
11303         testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
11304         testsuite/gdb.fortran/complex.f,
11305         testsuite/gdb.fortran/derived-type.f90,
11306         testsuite/gdb.fortran/library-module-lib.f90,
11307         testsuite/gdb.fortran/library-module-main.f90,
11308         testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
11309         testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
11310         Copyright year update.
11311
11312 2011-01-05  Joel Brobecker  <brobecker@adacore.com>
11313
11314         * gdb.base/langs1.f: Add copyright header.
11315
11316 2011-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11317
11318         * gdb.base/morestack.exp: New file.
11319         * gdb.base/morestack.c: New file.
11320
11321 2011-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11322
11323         * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
11324
11325 2010-12-29  Joel Brobecker  <brobecker@adacore.com>
11326
11327         * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
11328         * gdb.ada/arrayptr.exp: Add test printing that new variable.
11329
11330 2010-12-29  Joel Brobecker  <brobecker@adacore.com>
11331
11332         * gdb.ada/lang_switch.exp: Correct expected parameter value.
11333
11334 2010-12-25  Andreas Schwab  <schwab@linux-m68k.org>
11335
11336         * gdb.threads/tls.exp: Fix typo.
11337
11338         * gdb.threads/thread-specific.exp (get_thread_list): Update.
11339         * gdb.threads/execl.exp: Update.
11340
11341 2010-12-23  Yao Qi  <yao@codesourcery.com>
11342
11343         * gdb.arch/arm-disp-step.exp: New.
11344         * gdb.arch/arm-disp-step.S: New.
11345
11346 2010-12-21  Tom Tromey  <tromey@redhat.com>
11347
11348         * gdb.threads/execl.exp: Update.
11349         * gdb.threads/linux-dp.exp: Update.
11350         * gdb.threads/manythreads.exp: Update.
11351         * gdb.threads/tls.exp: Update.
11352
11353 2010-12-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
11354
11355         * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
11356         (NextOverThrowDerivates) <resumebpt>: New.
11357         (resumebpt_test): New.
11358         (main): Call resumebpt_test.
11359         * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
11360
11361 2010-12-12  Stan Shebs  <stan@codesourcery.com>
11362
11363         * gdb.trace/tsv.exp: Test print command on trace state variables.
11364
11365 2010-12-09  Tom Tromey  <tromey@redhat.com>
11366
11367         * gdb.base/interp.exp: Add regression test.
11368
11369 2010-12-09  Tom Tromey  <tromey@redhat.com>
11370
11371         * gdb.java/jnpe.java: New file.
11372         * gdb.java/jnpe.exp: New file.
11373         * gdb.cp/nextoverthrow.exp: New file.
11374         * gdb.cp/nextoverthrow.cc: New file.
11375
11376 2010-12-07  Doug Evans  <dje@google.com>
11377
11378         * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
11379         of data-directory.
11380         * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
11381         updated.
11382         * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
11383
11384 2010-11-29  Michael Snyder  <msnyder@vmware.com>
11385
11386         * gdb.base/callfuncs.exp: Test for skip_float_tests.
11387         * gdb.base/call-sc.exp: Ditto.
11388         * gdb.base/finish.exp: Ditto.
11389         * gdb.base/return.exp: Ditto.
11390         * gdb.base/return2.exp: Ditto.
11391
11392 2010-11-30  Doug Evans  <dje@google.com>
11393
11394         * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
11395         (gdb_expect_list): Fix spelling errors in comments.
11396         * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
11397         send_gdb/gdb_expect_list where applicable.
11398         * gdb.base/call-ar-st.exp: Ditto.
11399         * gdb.base/funcargs.exp: Ditto.
11400         * gdb.base/gcore.exp: Ditto.
11401         * gdb.base/page.exp: Ditto.
11402         * gdb.base/sigaltstack.exp: Ditto.
11403         * gdb.base/siginfo.exp: Ditto.
11404         * gdb.base/sigstep.exp: Ditto.
11405         * gdb.base/trace-commands.exp: Ditto.
11406
11407 2010-11-29  Doug Evans  <dje@google.com>
11408
11409         * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
11410         printer-name;subprinter-name.
11411
11412 2010-11-29  Tom Tromey  <tromey@redhat.com>
11413
11414         * gdb.dwarf2/implptr.exp: New file.
11415         * gdb.dwarf2/implptr.c: New file.
11416         * gdb.dwarf2/implptr.S: New file.
11417
11418 2010-11-29  Phil Muldoon  <pmuldoon@redhat.com>
11419
11420         PR python/12199
11421
11422         * gdb.python/py-breakpoint.exp: Test the delete method.
11423
11424 2010-11-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
11425
11426         Fix step_resume_breakpoint unsaved during an infcall.
11427         * gdb.base/step-resume-infcall.exp: New file.
11428         * gdb.base/step-resume-infcall.c: New file.
11429
11430 2010-11-24  Edjunior Machado  <emachado@br.ibm.com>
11431
11432         * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
11433
11434 2010-11-24  Edjunior Machado  <emachado@br.ibm.com>
11435
11436         * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
11437         on ppc64's symbols; "finish" and "return" commands must accept to
11438         show the caller line again as well as the line after.
11439         * gdb.asm/powerpc64.inc: New file.
11440
11441 2010-11-23  Doug Evans  <dje@google.com>
11442
11443         * lib/gdb.exp (gdb_test_sequence): New function.
11444         (gdb_expect_list): Add verbose -log call for each pattern.
11445         * gdb.base/signals.exp (test_handle_all_print): Call it.
11446         Reduce timeout increment from 6 minutes to 1 minute.
11447         * gdb.server/ext-run.exp: Call it.
11448
11449 2010-11-23  Phil Muldoon  <pmuldoon@redhat.com>
11450
11451         PR python/12212
11452
11453         * gdb.python/python.exp: Check that selected_thread raises an
11454         error when no inferior is loaded.
11455
11456 2010-11-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
11457
11458         * gdb.dwarf2/dw2-stack-boundary.exp: New file.
11459         * gdb.dwarf2/dw2-stack-boundary.S: New file.
11460
11461 2010-11-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
11462
11463         * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
11464         * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
11465
11466 2010-11-18  Doug Evans  <dje@google.com>
11467
11468         * gdb.server/ext-run.exp: Fix intermittent failures.
11469
11470 2010-11-12  Nathan Froyd  <froydnj@codesourcery.com>
11471
11472         * gdb.stabs/gdb11479.exp: Use runto_main.
11473
11474 2010-11-12  Nathan Froyd  <froydnj@codesourcery.com>
11475
11476         * gdb.base/break-entry.exp: Skip if using a stub.
11477
11478 2010-11-12  Nathan Froyd  <froydnj@codesourcery.com>
11479
11480         * gdb.python/py-inferior.exp: Pack values in target endianness.
11481
11482 2010-11-12  Tom Tromey  <tromey@redhat.com>
11483
11484         * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
11485         * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
11486         MemoryError.
11487         * gdb.python/python.exp (gdb_py_test_multiple): Update exception
11488         type.
11489         * gdb.python/py-value.exp (test_value_in_inferior): Add test for
11490         MemoryError.
11491         (test_subscript_regression): Update exception type.
11492
11493 2010-11-11  Phil Muldoon  <pmuldoon@redhat.com>
11494
11495         * gdb.python/py-breakpoint.exp: Add internal watchpoint and
11496         breakpoint tests.
11497
11498 2010-11-09  Pedro Alves  <pedro@codesourcery.com>
11499
11500         * gdb.base/watchpoint.exp: Test "watch -location" with an
11501         innacessible location.
11502
11503 2010-11-09  Edjunior Machado  <emachado@br.ibm.com>
11504             Luis Machado  <luisgpm@br.ibm.com>
11505
11506         * gdb.base/maint.exp: Expect "." prefix.
11507         * gdb.base/nodebug.exp: Expect "." Likewise.
11508         * gdb.base/sepsymtab.exp: Expect "." Likewise.
11509         * gdb.base/watchpoint-cond-gone.exp: Likewise.
11510         * gdb.base/watchpoint.exp: Expect a software watch to be created for
11511         POWER server processors.
11512
11513 2010-11-08  Edjunior Machado  <emachado@br.ibm.com>
11514             Luis Machado  <luisgpm@br.ibm.com>
11515
11516         * gdb.base/break-entry.exp: convert entry point for
11517         ppc64 and expect leading `.' on ppc64's symbols
11518
11519 2010-11-05  Doug Evans  <dje@google.com>
11520
11521         * gdb.base/help.exp: Update expected output.
11522         * gdb.python/py-param.exp: Delete, contents moved to ...
11523         * gdb.python/py-parameter.exp: ... here.  New file.
11524         Add test for gdb.parameter ("directories").
11525
11526 2010-11-05  Ken Werner  <ken.werner@de.ibm.com>
11527
11528         * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
11529         * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
11530         * configure: Regenerate.
11531         * gdb.opencl/Makefile.in: New File.
11532         * gdb.opencl/datatypes.exp: Likewise.
11533         * gdb.opencl/datatypes.cl: Likewise.
11534         * gdb.opencl/operators.exp: Likewise.
11535         * gdb.opencl/operators.cl: Likewise.
11536         * gdb.opencl/vec_comps.exp: Likewise.
11537         * gdb.opencl/vec_comps.cl: Likewise.
11538         * gdb.opencl/convs_casts.exp: Likewise.
11539         * gdb.opencl/convs_casts.cl: Likewise.
11540         * lib/opencl.exp: Likewise.
11541         * lib/opencl_hostapp.c: Likewise.
11542         * lib/opencl_kernel.cl: Likewise.
11543         * lib/cl_util.c: Likewise.
11544         * lib/cl_util.c: Likewise.
11545         * gdb.base/default.exp (set language): Add "opencl" to the list of
11546         languages.
11547
11548 2010-11-04  Sami Wagiaalla  <swagiaal@redhat.com>
11549
11550         * gdb.cp/overload.exp: Added test for inheritance overload.
11551         * gdb.cp/overload.cc: Ditto.
11552         * gdb.cp/oranking.exp: Removed releveant kfails.
11553
11554 2010-11-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
11555             Joel Brobecker  <brobecker@adacore.com>
11556
11557         * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
11558         check test_compiler_info.
11559
11560 2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
11561
11562         * gdb.base/gnu_vector.exp: Adjust expect messages.
11563
11564 2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
11565
11566         * gdb.base/gnu_vector.exp: Add unary operator tests.
11567
11568 2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
11569
11570         * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
11571
11572 2010-11-02  Doug Evans  <dje@google.com>
11573
11574         * gdb.python/py-pp-maint.c: New file.
11575         * gdb.python/py-pp-maint.exp: New file.
11576         * gdb.python/py-pp-maint.py: New file.
11577
11578 2010-11-02  Tom Tromey  <tromey@redhat.com>
11579
11580         * gdb.base/default.exp: Remove "scheme" from language list.
11581
11582 2010-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11583
11584         Revert:
11585         2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11586         * gdb.threads/sigstep-threads.exp: New file.
11587         * gdb.threads/sigstep-threads.c: New file.
11588
11589 2010-10-20  Michael Snyder  <msnyder@vmware.com>
11590
11591         * gdb.threads/fork-child-threads.exp: Don't run on remote target.
11592
11593 2010-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
11594
11595         * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
11596         Skip test completely if gdb,no_hardware_watchpoints.
11597
11598 2010-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
11599
11600         * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
11601         strict, but do not check for any particular function name within libc.
11602
11603 2010-10-19  Sami Wagiaalla  <swagiaal@redhat.com>
11604
11605         * gdb.cp/smartp.exp: New test.
11606         * gdb.cp/smartp.cc : New test.
11607
11608 2010-10-19  Sami Wagiaalla  <swagiaal@redhat.com>
11609
11610         * gdb.cp/converts.exp: Test pointer to bool conversion.
11611         Test pointer to long conversion.
11612         * gdb.cp/oranking.exp: Removed relevant kfail.
11613
11614 2010-10-18  Tom Tromey  <tromey@redhat.com>
11615
11616         * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
11617         argument to lazy_string.
11618         * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
11619         (pp_ls.to_string): Use it.
11620         * gdb.python/py-prettyprint.c (main): Move declarations to top.
11621         Add "estring2" local.
11622
11623 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11624
11625         Fix s390x compatibility.
11626         * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS.  Twice.
11627         * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
11628
11629 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11630
11631         * gdb.threads/sigstep-threads.exp: New file.
11632         * gdb.threads/sigstep-threads.c: New file.
11633
11634 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11635
11636         * gdb.base/pie-execl.exp: New file.
11637         * gdb.base/pie-execl.c: New file.
11638
11639 2010-10-13  Doug Evans  <dje@google.com>
11640             Jan Kratochvil  <jan.kratochvil@redhat.com>
11641
11642         PR exp/12117
11643         * gdb.cp/ptype-cv-cp.cc: New file.
11644         * gdb.cp/ptype-cv-cp.exp: New file.
11645
11646 2010-10-14  Sami Wagiaalla  <swagiaal@redhat.com>
11647
11648         * gdb.cp/converts.cc: New test program.
11649         * gdb.cp/converts.exp: New test.
11650         * gdb.cp/overload.exp: Added test for void* vs int*.
11651         * gdb.cp/overload.exp: Ditto.
11652         * gdb.cp/oranking.exp: Removed related kfail.
11653
11654 2010-10-13  Doug Evans  <dje@google.com>
11655
11656         * lib/gdb-python.exp (gdb_check_python_config): New function.
11657         * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
11658         * gdb.python/lib-types.cc: New file.
11659         * gdb.python/lib-types.exp: New file.
11660
11661 2010-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
11662
11663         * gdb.python/py-error.exp: New file.
11664         * gdb.python/py-error.py: New file.
11665
11666 2010-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
11667
11668         * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
11669         gdb_test_multiple.
11670
11671 2010-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
11672
11673         * gdb.base/break-interp.exp: Use ldlags for linking flags.
11674         * gdb.base/prelink.exp: Likewise.
11675         * gdb.base/solib-nodir.exp: Likewise.
11676         * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
11677         (gdb_compile) <shlib_load>: Use ldlags for linking flags.
11678         * lib/prelink-support.exp (build_executable_own_libs): Likewise.
11679
11680 2010-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
11681
11682         * break-interp.exp (test_ld): Use two separate gdb_expect statements
11683         for the "info files" test to avoid timeouts on slow machines.
11684
11685 2010-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11686
11687         * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
11688         (main): Make openlib dummy call.
11689
11690 2010-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11691
11692         Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
11693         * break-interp.exp (reach): Move the core body ...
11694         (reach_1): ... here.  Use stop-on-solib-events for _dl_debug_state.
11695         (test_ld): Provide always real argument, even to the linker.  Replace
11696         dl_main by _dl_debug_state.
11697
11698 2010-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11699
11700         Fix results of prelinked PIEs on ppc*.
11701         * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
11702         Accept also DISPLACEMENT "PRESENT".
11703         (main): Replace "ZERO" displacements by "PRESENT".
11704
11705 2010-10-08  Sami Wagiaalla  <swagiaal@redhat.com>
11706
11707         * gdb.cp/oranking.exp: New test.
11708         * gdb.cp/oranking.cc: New test program.
11709
11710 2010-10-08  Ken Werner  <ken.werner@de.ibm.com>
11711
11712         * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
11713         * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
11714
11715 2010-10-06  Ken Werner  <ken.werner@de.ibm.com>
11716
11717         * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
11718         lush, lynx) New constant.
11719         * gdb.base/constvars.exp: Test const array types.
11720         * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
11721
11722 2010-10-06  Doug Evans  <dje@google.com>
11723
11724         * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
11725         of syscall staging area.
11726
11727 2010-10-06  Ken Werner  <ken.werner@de.ibm.com>
11728
11729         * gdb.base/gnu_vector.c: Add variable c4.
11730         * gdb.base/gnu_vector.exp: Add tests for character vector printing.
11731         * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
11732
11733 2010-10-05  Maciej W. Rozycki  <macro@codesourcery.com>
11734
11735         * gdb.arch/altivec-abi.exp: Fix a typo.
11736
11737 2010-10-02  Maciej W. Rozycki  <macro@codesourcery.com>
11738
11739         * lib/mi-support.exp (thread_selected_re): Correct pattern used
11740         to match a thread ID.
11741
11742 2010-10-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11743
11744         Fix s390x testcase compatibility.
11745         * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
11746
11747 2010-10-01  Doug Evans  <dje@google.com>
11748
11749         * lib/gdb-python.exp: New file.
11750         * gdb.python/py-block.exp: Use it.
11751         * gdb.python/py-breakpoint.exp: Ditto.
11752         * gdb.python/py-frame.exp: Ditto.
11753         * gdb.python/py-inferior.exp: Ditto.
11754         * gdb.python/py-param.exp: Ditto.
11755         * gdb.python/py-prettyprint.exp: Ditto.
11756         * gdb.python/py-shared.exp: Ditto.
11757         * gdb.python/py-symbol.exp: Ditto.
11758         * gdb.python/py-symtab.exp: Ditto.
11759         * gdb.python/py-type.exp: Ditto.
11760         * gdb.python/py-value.exp: Ditto.
11761         * gdb.python/python.exp: Ditto.
11762
11763 2010-09-30  Tom Tromey  <tromey@redhat.com>
11764
11765         * gdb.base/anon.exp: New file.
11766         * gdb.base/anon.c: New file.
11767
11768 2010-09-30  Tom Tromey  <tromey@redhat.com>
11769
11770         * gdb.base/completion.exp: Test completion through anonymous
11771         union.
11772         * gdb.base/break1.c (struct some_struct): Add anonymous union.
11773
11774 2010-09-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
11775
11776         Fix printing parameters of inlined functions.
11777         * gdb.dwarf2/dw2-inline-param.exp: New file.
11778         * gdb.dwarf2/dw2-inline-param-main.c: New file.
11779         * gdb.dwarf2/dw2-inline-param.S: New file.
11780
11781 2010-09-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
11782
11783         PR corefiles/12071.
11784         * gdb.base/corefile.exp (quit with a process, no question: load core)
11785         (quit with a core file): New tests.
11786
11787 2010-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
11788
11789         Fix GDB crash on inferior calls with self-referencing classes.
11790         * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
11791         * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
11792         * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
11793
11794 2010-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
11795
11796         Fix lost siginfo_t for inferior calls.
11797         * gdb.base/siginfo-infcall.exp: New file.
11798         * gdb.base/siginfo-infcall.c: New file.
11799
11800 2010-09-22  Joel Brobecker  <brobecker@adacore.com>
11801
11802         * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
11803
11804 2010-09-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
11805
11806         * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
11807         New test.
11808         * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
11809
11810 2010-09-22  Joel Brobecker  <brobecker@adacore.com>
11811
11812         * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
11813         type of our const type.
11814
11815 2010-09-22  Sami Wagiaalla  <swagiaal@redhat.com>
11816
11817         * gdb.cp/pr12028.cc: New.
11818         * gdb.cp/pr12028.exp: New.
11819
11820 2010-09-22  Joel Brobecker  <brobecker@adacore.com>
11821
11822         * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
11823
11824 2010-09-16  Phil Muldoon  <pmuldoon@redhat.com>
11825             Jan Kratochvil  <jan.kratochvil@redhat.com>
11826
11827         PR mi/11407
11828         * gdb.mi/dw2-ref-missing-frame-func.c: New File.
11829         * gdb.mi/dw2-ref-missing-frame-main.c New File.
11830         * gdb.mi/dw2-ref-missing-frame.S New File.
11831         * gdb.mi/dw2-ref-missing-frame.exp New File.
11832
11833 2010-09-14  Tom Tromey  <tromey@redhat.com>
11834
11835         PR symtab/8399:
11836         * gdb.threads/tls.exp: Remove kfail.  Update expected output.
11837
11838 2010-09-14  Tom Tromey  <tromey@redhat.com>
11839
11840         PR exp/11803:
11841         * gdb.threads/tls.exp: Use C++.
11842         (check_thread_local): Use K::another_thread_local.
11843         * gdb.threads/tls.c (class K): New.
11844         (another_thread_local): Now a member of K.
11845         (spin): Update.  No longer K&R C.
11846
11847 2010-09-13  Sami Wagiaalla  <swagiaal@redhat.com>
11848
11849         * gdb.cp/koenig.cc: created class for testing member lookup.
11850         * gdb.cp/koenig.exp: Added test for member lookup.
11851
11852 2010-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
11853
11854         Fix false FAILs on sourcetree topdir directory containing "kill".
11855         * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
11856         source line matching regexp.
11857
11858 2010-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11859
11860         * gdb.python/python.exp (set height 0, collect help from uiout)
11861         (verify help to uiout): New tests.
11862
11863 2010-09-10  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
11864
11865         * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
11866         is_lp64_target to check 64bit target.
11867
11868 2010-09-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
11869
11870         * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
11871         (test_ld) <powerpc64-*>: New.
11872
11873 2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
11874
11875         * gdb.cp/templates.exp (test_template_args): Allow "struct".
11876
11877 2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
11878
11879         * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
11880         (FunctionArg::method): New function.
11881         (empty, arg): New variables.
11882         (main): Call arg.method.
11883         * gdb.cp/templates.exp (test_template_args): New function.
11884         (do_tests): Call it.
11885
11886 2010-09-08  Ulrich Weigand  <uweigand@de.ibm.com>
11887
11888         * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
11889         of "next" to proceed over pthread_exit call.
11890
11891 2010-09-08  Ulrich Weigand  <uweigand@de.ibm.com>
11892
11893         * gdb.base/maint.exp: Avoid wildcards against potentially very long
11894         "maint print statistics" output to prevent expect timeouts.
11895
11896 2010-09-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
11897
11898         * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
11899         Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11900         (test_float_rejected): ... here.
11901         * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
11902         Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11903         (test_float_rejected): ... here.
11904         * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
11905         Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11906         (test_float_rejected): ... here.
11907         * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
11908         Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11909         (test_float_rejected): ... here.
11910
11911 2010-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
11912
11913         * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
11914         before disabling hardware watchpoints.
11915         (test_inaccessible_watchpoint): Check that hardware watchpoints
11916         are used.  Test for watchpoints on a constant address.
11917
11918 2010-09-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11919
11920         * gdb.base/ui-redirect.exp: New file.
11921
11922 2010-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11923             Joel Brobecker  <brobecker@adacore.com>
11924
11925         * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
11926
11927 2010-08-31  Doug Evans  <dje@google.com>
11928
11929         * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
11930
11931 2010-08-30  Tom Tromey  <tromey@redhat.com>
11932
11933         PR python/11792:
11934         * gdb.python/py-value.exp (test_subscript_regression): Add
11935         dynamic_type test.
11936
11937 2010-08-30  Daniel Jacobowitz  <dan@codesourcery.com>
11938
11939         * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
11940         instead of running to main.  Do not test the main function.
11941         * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
11942         Add new main.
11943
11944 2010-08-26  Pedro Alves  <pedro@codesourcery.com>
11945
11946         * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
11947         one test.
11948
11949 2010-08-24  Doug Evans  <dje@google.com>
11950
11951         PR symtab/11942
11952         * gdb.dwarf2/dw4-sig-types.cc: New file.
11953         * gdb.dwarf2/dw4-sig-types.h: New file.
11954         * gdb.dwarf2/dw4-sig-types-b.cc: New file.
11955         * gdb.dwarf2/dw4-sig-types.exp: New file.
11956
11957 2010-08-23  Tom Tromey  <tromey@redhat.com>
11958
11959         PR python/11145:
11960         * gdb.python/py-value.c (Base, Derived): New types.
11961         (base): New global.
11962         * gdb.python/py-value.exp (test_subscript_regression): Add
11963         dynamic_cast test.
11964
11965 2010-08-23  Tom Tromey  <tromey@redhat.com>
11966
11967         PR python/10676:
11968         * gdb.python/py-type.exp (test_fields): Add tests for type
11969         equality.
11970
11971 2010-08-23  Tom Tromey  <tromey@redhat.com>
11972
11973         PR python/11915:
11974         * gdb.python/py-type.exp (test_fields): Add tests for array.
11975
11976 2010-08-23  Keith Seitz  <keiths@redhat.com>
11977
11978         * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
11979         have any children. Create a new abbrev for it.
11980         Add missing terminal sequence to .debug_abbrev.
11981
11982 2010-08-20  Keith Seitz  <keiths@redhat.com>
11983
11984         PR symtab/11465:
11985         * gdb.dwarf2/pr11465.exp: New test.
11986         * gdb.dwarf2/pr11465.S: New file.
11987         * gdb.dwarf2/dw2-double-set-die-type.S: New file.
11988         * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
11989
11990 2010-08-19  Thiago Jung Bauermann  <bauerman@br.ibm.com>
11991
11992         * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
11993         registers.  Update data sets with the new v2_double element in the
11994         VSX register union.  Add vector_register3_vr data set for the AltiVec
11995         registers.  Use gdb_test_no_output instead of send_gdb.
11996
11997 2010-08-19  Pedro Alves  <pedro@codesourcery.com>
11998
11999         * gdb.python/py-shared.exp: New file, factored out from
12000         python.exp.
12001         * gdb.python/py-shared.c: New file.
12002         * gdb.python/py-shared-sl.c: New file.
12003         * gdb.python/python-1.c: New file.
12004         * gdb.python/python-sl.c: Delete.
12005         * gdb.python/python.c: Mention python-1.c.
12006         * gdb.python/python.exp: Move shared library tests to
12007         py-shared.exp.
12008         * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
12009         (MISCELLANEOUS): New.
12010         (clean mostlyclean): Also remove $MISCELLANEOUS.
12011
12012 2010-08-19  Doug Evans  <dje@google.com>
12013
12014         PR exp/11926
12015         * gdb.base/printcmds.exp (test_float_accepted): New function.
12016         Move existing float tests there.  Add tests for floats with suffixes.
12017         (test_float_rejected): New function.
12018         * gdb.java/jv-print.exp (test_float_accepted): New function.
12019         (test_float_rejected): New function.
12020         * gdb.objc/print.exp: New file.
12021         * gdb.pascal/print.exp: New file.
12022         * lib/objc.exp: New file.
12023
12024 2010-08-19  Pierre Muller  <muller@ics.u-strasbg.fr>
12025
12026         * gdb.base/default.exp (info set): Avoid full buffer error and force
12027         reading up to final gdb prompt.
12028         (show): Likewise.
12029
12030 2010-08-18  Tom Tromey  <tromey@redhat.com>
12031
12032         PR symtab/11919:
12033         * gdb.base/completion.exp: Add test.
12034
12035 2010-08-18  Doug Evans  <dje@google.com>
12036
12037         * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
12038         * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
12039         * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
12040         Simplify, early exit if runto_main fails.
12041         * gdb.fortran/exprs.exp: load_lib fortran.exp.
12042         (set_lang_fortran): Moved to lib/fortran.exp.
12043         * gdb.fortran/types.exp: load_lib fortran.exp.
12044         (set_lang_fortran): Moved to lib/fortran.exp.
12045         * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
12046         * gdb.java/jprint.exp (set_lang_java): Ditto.
12047         * gdb.java/jv-exp.exp: load_lib java.exp.
12048         If set_lang_java fails, issue a warning instead of failure to be
12049         consistent with other set_lang_foo uses.
12050         (set_lang_java): Moved to lib/java.exp.
12051         * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
12052         If set_lang_java fails, issue a warning instead of failure to be
12053         consistent with other set_lang_foo uses.
12054         * gdb.pascal/types.exp: load_lib pascal.exp.
12055         (set_lang_pascal): Moved to lib/pascal.exp.
12056         * lib/fortran.exp: New file.
12057         * lib/java.exp (set_lang_java): New function.
12058         * lib/pascal.exp (set_lang_pascal): New function.
12059
12060 2010-08-18  Yao Qi  <yao@codesourcery.com
12061
12062         * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
12063         func_nofb_start and func_loopfb_start, so that address of functions
12064         is equal to these labels on Thumb.
12065
12066 2010-08-18  Yao Qi  <yao@codesourcery.com>
12067
12068         * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
12069         to reflect latest c source file.
12070
12071 2010-08-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
12072
12073         * gdb.cp/infcall-dlopen.exp: New file.
12074         * gdb.cp/infcall-dlopen.cc: New file.
12075         * gdb.cp/infcall-dlopen-lib.cc: New file.
12076
12077 2010-08-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
12078             Pedro Alves  <pedro@codesourcery.com>
12079
12080         PR breakpoints/11371
12081
12082         * gdb.base/watch-cond-infcall.exp: New file.
12083         * gdb.base/watch-cond-infcall.c: New file.
12084
12085 2010-08-16  Tom Tromey  <tromey@redhat.com>
12086
12087         * gdb.base/help.exp: Update.
12088         * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
12089         watchpoint.
12090         (test_watch_location): New proc.
12091         (test_watchpoint_in_big_blob): Delete watchpoint.
12092         * gdb.base/watchpoint.c (func5): New function.
12093         (main): Call it.
12094
12095 2010-08-16  Doug Evans  <dje@google.com>
12096
12097         * gdb.python/python.exp: Fix syntax in "post event insertion" test.
12098
12099 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
12100
12101         * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
12102         tests.
12103
12104 2010-08-11  Ken Werner  <ken.werner@de.ibm.com>
12105
12106         * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
12107         * gdb.base/gnu_vector.c: New File.
12108         * gdb.base/gnu_vector.exp: Likewise.
12109
12110 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
12111
12112         * gdb.python/python.c: New File.
12113         * gdb.python/python-sl.c: New File.
12114         * gdb.python/python.exp: Test solib_address and decode_line
12115         * functions.
12116
12117 2010-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
12118
12119         * gdb.python/python.exp (show height, set height 10)
12120         (verify pagination beforehand, verify pagination beforehand: q)
12121         (gdb.execute does not page, verify pagination afterwards)
12122         (verify pagination afterwards: q): New.
12123
12124 2010-08-02  Doug Evans  <dje@google.com>
12125
12126         * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
12127         because of an older gcc, change test2
12128         "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
12129         to unsupported.
12130
12131 2010-07-30  Kazu Hirata  <kazu@codesourcery.com>
12132
12133         * gdb.base/break-always.exp: Do not expect full paths to file
12134         names.
12135         * gdb.base/commands.exp: Likewise.
12136
12137 2010-07-30  Doug Evans  <dje@google.com>
12138
12139         * gdb.cp/temargs.exp: For new tests that require newer gccs,
12140         xfail them when run with older gccs.
12141
12142         * lib/gdb.exp (build_executable): Forward "c++" option to
12143         get_compiler_info.
12144
12145         * gdb.python/py-type.exp (test_template): Mark as xfail tests
12146         "python print ttype.template_argument(1)" and
12147         "python print isinstance(ttype.template_argument(1), gdb.Value)"
12148         if using gcc 4.4 or earlier.
12149
12150         * gdb.base/valgrind-db-attach.exp: Use unique test name for
12151         attach-to-debugger handling.
12152
12153 2010-07-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
12154
12155         * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
12156         * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
12157         (main): Use copyreloc.
12158         * gdb.base/prelink.exp (split debug of executable)
12159         (.dynbss vs. .bss address shift): New tests.
12160
12161 2010-07-29  Pedro Alves  <pedro@codesourcery.com>
12162
12163         * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
12164         in gdb_test_multiple.
12165
12166 2010-07-29  Pedro Alves  <pedro@codesourcery.com>
12167
12168         * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
12169         environment.
12170
12171 2010-07-28  Tom Tromey  <tromey@redhat.com>
12172
12173         PR python/11060:
12174         * gdb.python/py-type.c (Temargs): New template.
12175         (temvar): New variable.
12176         * gdb.python/py-type.exp (test_template): New proc.
12177
12178 2010-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
12179
12180         * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
12181         gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
12182
12183 2010-07-28  Tom Tromey  <tromey@redhat.com>
12184
12185         PR c++/9946:
12186         * gdb.cp/temargs.exp: New file.
12187         * gdb.cp/temargs.cc: New file.
12188
12189 2010-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
12190
12191         * gdb.base/help.exp (help disassemble): Update the content.
12192
12193 2010-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
12194
12195         * gdb.threads/ia64-sigill.exp: New file.
12196         * gdb.threads/ia64-sigill.c: New file.
12197
12198 2010-07-27  Tom Tromey  <tromey@redhat.com>
12199
12200         * gdb.opt/inline-cmds.c (ATTR): New define.
12201         (func1): Use it.
12202         (func2): Likewise.
12203         (func3): Likewise.
12204         (outer_inline1): Likewise.
12205         (outer_inline2): Likewise.
12206         * gdb.opt/inline-bt.c (ATTR): New define.
12207         (func1): Use it.
12208         (func2): Likewise.
12209         * gdb.opt/inline-locals.c (ATTR): New define.
12210         (func1): Use it.
12211         (func2): Likewise.
12212
12213 2010-07-27  Tom Tromey  <tromey@redhat.com>
12214
12215         * gdb.stabs/gdb11479.c (hack): New function.
12216         (test): Use it.
12217         (test2): Use it.
12218         * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
12219         (int32_search_buf, int64_search_buf): No longer static.
12220         (x): Remove.
12221         * gdb.base/relocate.c (hack): New function.
12222
12223 2010-07-27  Phil Muldoon  <pmuldoon@redhat.com>
12224
12225         * gdb.python/py-value.exp (test_inferior_function_call): New function.
12226         * gdb.python/py-value.c (func1): New function.
12227         (func2): Likewise.
12228
12229 2010-07-26  Corinna Vinschen  <vinschen@redhat.com>
12230
12231         * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
12232         as not to clash with .data section.
12233
12234 2010-07-26  Jerome Guitton  <guitton@adacore.com>
12235
12236         * gdb.base/code_elim.exp: New file.
12237         * gdb.base/code_elim1.c: New file.
12238         * gdb.base/code_elim2.c: New file.
12239
12240 2010-07-21  Pedro Alves  <pedro@codesourcery.com>
12241
12242         PR symtab/11827
12243
12244         * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
12245         (some_volatile_enum): New variable.
12246         * gdb.base/printcmds.exp (test_print_enums): New.
12247         <top level>: Call it.
12248
12249 2010-07-21  Sami Wagiaalla  <swagiaal@redhat.com>
12250
12251         * gdb.cp/fpointer.cc: New test.
12252         * gdb.cp/fpointer.exp: New test.
12253
12254 2010-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
12255
12256         * gdb.base/solib-nodir.exp: New file.
12257         * lib/gdb.exp (runto): New case for a GDB internal error.
12258
12259 2010-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
12260             Ulrich Weigand  <uweigand@de.ibm.com>
12261             Tom Tromey  <tromey@redhat.com>
12262
12263         * gdb.base/charset-malloc.c: New file.
12264         * gdb.base/charset.c (malloc_stub): New prototype.
12265         (main): Call it instead of malloc itself.
12266         * gdb.base/charset.exp: Use only prepare_for_testing.
12267         (binfile): Remove the variable.
12268
12269 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
12270
12271         Make core files the process_stratum.
12272         * gdb.base/corefile.exp (run: load core again)
12273         (run: sanity check we see the core file, run: with core)
12274         (run: core file is cleared, attach: load core again)
12275         (attach: sanity check we see the core file, attach: with core)
12276         (attach: core file is cleared): New tests.
12277         * gdb.base/coremaker.c (main): New parameters.  Implement "sleep" argv.
12278
12279 2010-07-14  Ken Werner  <ken.werner@de.ibm.com>
12280
12281         * gdb.arch/altivec-abi.exp: New tests.
12282
12283 2010-07-13  Tom Tromey  <tromey@redhat.com>
12284
12285         * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
12286         (main): Use it.
12287         * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
12288
12289 2010-07-13  Tom Tromey  <tromey@redhat.com>
12290
12291         * gdb.base/label.exp: New file.
12292         * gdb.base/label.c: New file.
12293
12294 2010-07-12  Ulrich Weigand  <uweigand@de.ibm.com>
12295             H.J. Lu  <hongjiu.lu@intel.com>
12296
12297         * lib/gdb.exp (is_ilp32_target): New.
12298         (is_lp64_target): Likewise.
12299
12300         * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
12301         target.
12302         * gdb.arch/amd64-disp-step.exp: Likewise.
12303         * gdb.arch/amd64-dword.exp: Likewise.
12304         * gdb.arch/amd64-i386-address.exp: Likewise.
12305         * gdb.arch/amd64-word.exp: Likewise.
12306
12307         * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
12308         target.
12309         * gdb.arch/i386-bp_permanent.exp: Likewise.
12310         * gdb.arch/i386-byte.exp: Likewise.
12311         * gdb.arch/i386-disp-step.exp: Likewise.
12312         * gdb.arch/i386-gnu-cfi.exp: Likewise.
12313         * gdb.arch/i386-prologue.exp: Likewise.
12314         * gdb.arch/i386-size-overlap.exp: Likewise.
12315         * gdb.arch/i386-size.exp: Likewise.
12316         * gdb.arch/i386-sse.exp: Likewise.
12317         * gdb.arch/i386-unwind.exp: Likewise.
12318         * gdb.arch/i386-word.exp: Likewise.
12319
12320         * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
12321         test only when building 64-bit executables.  Do not hard-code
12322         -m64 option.
12323
12324 2010-07-07  Doug Evans  <dje@google.com>
12325
12326         * lib/gdb.exp (gdb_test_list_exact): New function.
12327         * gdb.base/default.exp (show convenience): Call it, add tests for
12328         $_sdata = void, $_thread = 0.
12329
12330 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
12331             Joel Brobecker  <brobecker@adacore.com>
12332
12333         Fix re-run of PIE executable, PR shlibs/11776.
12334         * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
12335         Remove $displacement_main to match the solib-svr4.c change.  New "kill"
12336         and re-"run" of the inferior.
12337
12338 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
12339             Joel Brobecker  <brobecker@adacore.com>
12340
12341         Cope with missing /usr/sbin/prelink.
12342         * lib/prelink-support.exp (prelink_no):
12343         <result == 1 && $output is "no such file or directory">: New.
12344         (prelink_yes): Likewise.  Return on failed prelink_no.
12345
12346 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
12347             Joel Brobecker  <brobecker@adacore.com>
12348
12349         * gdb.base/attach-pie-misread.exp: Load prelink-support.exp.  Replace
12350         build_executable by build_executable_own_libs.  Replace "prelink -R"
12351         execution by a call of prelink_yes.  Comment why "prelink -r" needs no
12352         change.
12353         * gdb.base/break-interp.exp: Load prelink-support.exp.  Rename calls of
12354         copy to file_copy.  Move setting opts --dynamic-linker and -rpath,
12355         mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
12356         Replace build_executable by build_executable_own_libs's function
12357         build_executable_own_libs.
12358         (prelinkNO): Create new stub to call prelink_no.
12359         (prelinkYES): Create new stub to call prelink_yes.
12360         (test_attach): Rename calls of copy to file_copy.
12361         (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
12362         (copy): Move to ...
12363         * lib/prelink-support.exp: ... a new file.  Rename prelinkNO to
12364         prelink_no, prelinkYES to prelink_yes, copy to file_copy.
12365         * gdb.base/prelink.exp: Disable testcase also for is_remote and
12366         skip_shlib_tests.  Load prelink-support.exp.  Replace gdb_compile with
12367         special flags by gdb_compile_shlib.  Replace second gdb_compile by
12368         build_executable_own_libs.  Replace "prelink -R" execution by a call of
12369         prelink_yes.  Replace "prelink -u" and second "prelink -R" execution by
12370         a second call of prelink_yes.  Replace restart commands by
12371         clean_restart.
12372         (prelink): Rename to ...
12373         (seen displacement message): ... this test.  Extend its expectation
12374         strictness.
12375
12376 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
12377
12378         * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
12379         * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
12380         displacement message exactly once.
12381
12382 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
12383             Joel Brobecker  <brobecker@adacore.com>
12384
12385         * gdb.base/break-interp.exp (test_attach): Keep $interp changed.  Move
12386         its restore after the <$relink_args != ""> loop.  new comment.
12387
12388 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
12389             Joel Brobecker  <brobecker@adacore.com>
12390
12391         * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
12392         code for it.  New variable relink_args.
12393         (prelinkYES): Call prelinkNO.
12394         (test_attach): Accept new parameter relink_args.  Re-prelink the binary
12395         in such case.  Move the core code to ...
12396         (test_attach_gdb): ... a new function.  Send GDB command "file".
12397         Extend expected "Attaching to " string.
12398
12399 2010-07-02  Tom Tromey  <tromey@redhat.com>
12400
12401         * gdb.base/bitops.exp: Remove extraneous "pass".
12402
12403 2010-07-02  Ken Werner  <ken.werner@de.ibm.com>
12404
12405         * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
12406
12407 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
12408
12409         * gdb.base/help.exp: Adjust expected output.
12410
12411 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
12412
12413         * gdb.base/help.exp: Adjust expected output.
12414
12415 2010-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
12416
12417         * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
12418         (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
12419         c++/11702.
12420
12421 2010-06-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
12422             Doug Evans  <dje@google.com>
12423
12424         * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
12425         add .dynamic entry'.
12426
12427 2010-06-29  Doug Evans  <dje@google.com>
12428
12429         Test PR c++/11702.
12430         * gdb.cp/m-static.exp: Add testcase.
12431         * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
12432
12433 2010-06-28  Phil Muldoon  <pmuldoon@redhat.com>
12434             Tom Tromey  <tromey@redhat.com>
12435             Thiago Jung Bauermann  <bauerman@br.ibm.com>
12436
12437         * gdb.python/py-inferior.c: New File.
12438         * gdb.python/py-infthread.c: New File.
12439         * gdb.python/py-inferior.exp: New File.
12440         * gdb.python/py-infthread.exp: New File.
12441
12442 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
12443
12444         * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
12445         (ptype ::C::OtherFileClass typedefs): New.
12446         * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
12447         (C::OtherFileClass::cOtherFileClassVar2): New.
12448         (C::OtherFileClass::cOtherFileClassVar_use): Use also
12449         cOtherFileClassVar2.
12450         (C::cOtherFileType2, C::cOtherFileVar2): New.
12451         (C::cOtherFileVar_use): use also cOtherFileVar2.
12452         * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
12453
12454 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
12455
12456         * gdb.cp/namespace.exp (whatis C::cOtherFileType)
12457         (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
12458         (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
12459         (print ::C::cOtherFileVar)
12460         (whatis C::OtherFileClass::cOtherFileClassType)
12461         (whatis ::C::OtherFileClass::cOtherFileClassType)
12462         (print C::OtherFileClass::cOtherFileClassVar)
12463         (print ::cOtherFileClassVar)
12464         (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
12465         (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
12466         trailing content.
12467         * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
12468         (C::OtherFileClass::cOtherFileClassVar)
12469         (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
12470         (C::cOtherFileVar, C::cOtherFileVar_use): New.
12471
12472 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
12473
12474         Test PR c++/11703 and PR gdb/1448.
12475         * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
12476         gdb/1448.
12477
12478 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
12479
12480         * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
12481         (main) <rtti_data>: New.
12482         * gdb.cp/virtbase.exp (print rtti_data): New.
12483
12484 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
12485             Joel Brobecker  <brobecker@adacore.com>
12486
12487         * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
12488
12489 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
12490
12491         * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
12492
12493 2010-06-28  Doug Evans  <dje@google.com>
12494
12495         * gdb.base/break-interp.exp (reach): Relax expected output a bit.
12496
12497 2010-06-27  Doug Evans  <dje@google.com>
12498
12499         * gdb.cp/m-static.exp: Update expected test output.
12500
12501 2010-06-25  Paul Hilfinger  <hilfinger@adacore.com>
12502
12503         * gdb.gdb/selftest.exp: Adjust expected message for
12504         capturing start-up runtime.
12505
12506 2010-06-25  Tom Tromey  <tromey@redhat.com>
12507
12508         PR python/10808:
12509         * gdb.python/python.exp: Add new tests.
12510
12511 2010-06-25  Sami Wagiaalla  <swagiaal@redhat.com>
12512
12513         * gdb.cp/operator.cc: Created an import loop.
12514         * gdb.cp/operator.exp: Added testcase for import loop.
12515
12516 2010-06-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
12517
12518         Test PR python/11407.
12519         * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
12520         * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
12521         Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
12522         * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
12523         executable_nofb and executable_fb.  New variables srcsfile, objsfile,
12524         srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
12525         binfile.  Call gdb_compile with clean_restart twice.
12526         (func_nofb print, func_nofb backtrace, func_loopfb print)
12527         (func_loopfb backtrace): New.
12528
12529 2010-06-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
12530
12531         * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
12532         * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
12533         by a hand made one.
12534         * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment.  Remove
12535         i?86 requirement.  Remove variables srcfile and binfile.  New variable
12536         sources, executable_nofb and executable_fb.  Call prepare_for_testing.
12537
12538 2010-06-25  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12539
12540         * gdb.cell/dwarfaddr.exp: New file.
12541         * gdb.cell/dwarfaddr.S: New file.
12542
12543 2010-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
12544
12545         Test PR 9436.
12546         * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
12547
12548 2010-06-24  Hui Zhu  <teawater@gmail.com>
12549
12550         * gdb.base/eval.exp: New file.
12551
12552 2010-06-23  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12553
12554         * gdb.cell/fork.exp: New file.
12555         * gdb.cell/fork.c: Likewise.
12556         * gdb.cell/fork-spu.c: Likewise.
12557
12558 2010-06-22  Pierre Muller  <muller@ics.u-strasbg.fr>
12559
12560         * lib/gdb.exp (banned_variables_traced): New global variable.
12561         (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
12562         (gdb_init): Use `trace add variable' instead of obsolete
12563         `trace variable'.
12564
12565 2010-06-21  Doug Evans  <dje@google.com>
12566
12567         * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
12568
12569 2010-06-19  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12570
12571         * gdb.arch/spu-ls.exp: New file.
12572         * gdb.arch/spu-ls.c: Likewise.
12573
12574 2010-06-18  Stan Shebs  <stan@codesourcery.com>
12575
12576         * gdb.threads/thread-specific.exp: Add tests of $_thread.
12577
12578 2010-06-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12579
12580         * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
12581         * gdb.base/watch-cond.exp: Likewise.
12582         * gdb.python/py-breakpoint.exp: Likewise.
12583
12584 2010-06-18  Pedro Alves  <pedro@codesourcery.com>
12585
12586         * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
12587         clean_restart, make sure every test has a distinct message, and
12588         that messages don't include the executable' full path.
12589
12590 2010-06-17  Doug Evans  <dje@google.com>
12591
12592         * gdb.arch/i386-size.exp: Updated expected output for
12593         DISASSEMBLY_OMIT_FNAME.
12594
12595 2010-06-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
12596             Sergio Durigan Junior  <sergiodj@redhat.com>
12597
12598         * gdb.base/watch-notconst.c: New file.
12599         * gdb.base/watch-notconst.S: New file.
12600         * gdb.base/watch-notconst2.c: New file.
12601         * gdb.base/watch-notconst2.S: New file.
12602         * gdb.base/watch-notconst.exp: New file.
12603         * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
12604         (func4): Add operations on `global_ptr_ptr'.
12605         * gdb.base/watchpoint.exp (test_constant_watchpoint): New
12606         routine to test watchpoints created with a constant expression.
12607         (test_inaccessible_watchpoint): Include tests for watchpoints
12608         created with a constant expression.
12609
12610 2010-06-14  Kevin Buettner  <kevinb@redhat.com>
12611
12612         * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
12613         gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
12614         gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
12615         gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
12616         gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
12617         gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
12618         gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
12619         of `_start'.
12620
12621 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12622
12623         * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
12624         not supported on the target.
12625         * gdb.mi/mi-nonstop-exit.exp: Likewise.
12626         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
12627         * gdb.mi/mi-nsintrall.exp: Likewise.
12628         * gdb.mi/mi-nsmoribund.exp: Likewise.
12629         * gdb.mi/mi-nsthrexec.exp: Likewise.
12630
12631 2010-06-11  Stan Shebs  <stan@codesourcery.com>
12632
12633         * gdb.base/permissions.exp: New file.
12634
12635 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12636
12637         * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
12638         does not support ELF executable class.
12639
12640 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12641
12642         * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
12643
12644 2010-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
12645
12646         * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
12647         (runto): Catch "The target does not support running in non-stop mode.".
12648
12649 2010-06-11  Michael Snyder  <msnyder@vmware.com>
12650
12651         * gdb.base/setshow.exp (set language asm): Don't use
12652         gdb_test_no_output, fails on some targets.
12653
12654 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12655
12656         * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
12657         * gdb.cp/pr9167.exp: Likewise.
12658
12659 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12660
12661         * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
12662
12663 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12664
12665         * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
12666
12667 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12668
12669         * gdb.base/charset.c (main): Make sure malloc gets linked in.
12670
12671 2010-06-11  Tom Tromey  <tromey@redhat.com>
12672
12673         PR gdb/9977, PR exp/11636::
12674         * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
12675         (pieces_test_f6): Update expected output.
12676
12677 2010-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
12678
12679         * gdb.base/moribund-step.exp: New.
12680
12681 2010-06-08  Michael Snyder  <msnyder@vmware.com>
12682
12683         * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
12684         * gdb.ada/boolean_expr.exp:
12685         * gdb.ada/frame_args.exp: Ditto.
12686         * gdb.ada/lang_switch.exp: Ditto.
12687         * gdb.ada/ptype_arith_binop.exp: Ditto.
12688         * gdb.ada/ref_param.exp: Ditto.
12689         * gdb.ada/type_coercion.exp:Ditto.
12690
12691         * gdb.asm/asm-source.exp: Ditto.
12692
12693         * gdb.base/attach.exp: Ditto.
12694         * gdb.base/bitfields2.exp: Ditto.
12695         * gdb.base/call-signal-resume.exp: Ditto.
12696         * gdb.base/callfuncs.exp: Ditto.
12697         * gdb.base/commands.exp: Ditto.
12698         * gdb.base/dbx.exp: Ditto.
12699         * gdb.base/default.exp: Ditto.
12700         * gdb.base/dump.exp: Ditto.
12701         * gdb.base/exprs.exp: Ditto.
12702         * gdb.base/freebpcmd.exp: Ditto.
12703         * gdb.base/interrupt.exp: Ditto.
12704         * gdb.base/list.exp: Ditto.
12705         * gdb.base/long_long.exp: Ditto.
12706         * gdb.base/maint.exp: Ditto.
12707         * gdb.base/ptype.exp: Ditto.
12708         * gdb.base/return.exp: Ditto.
12709         * gdb.base/setshow.exp: Ditto.
12710         * gdb.base/sigbpt.exp: Ditto.
12711         * gdb.base/sigrepeat.exp: Ditto.
12712
12713         * gdb.cp/classes.exp: Ditto.
12714
12715         * gdb.dwarf2/dw2-restore.exp: Ditto.
12716
12717         * gdb.gdb/selftest.exp: Ditto.
12718
12719         * gdb.multi/base.exp: Ditto.
12720         * gdb.multi/bkpt-multi-exec.exp: Ditto.
12721
12722         * gdb.python/py-block.exp: Ditto.
12723         * gdb.python/py-prettyprint.exp: Ditto.
12724         * gdb.python/py-template.exp: Ditto.
12725
12726         * gdb.server/ext-attach.exp: Ditto.
12727         * gdb.server/ext-run.exp: Ditto.
12728         * gdb.server/server-mon.exp: Ditto.
12729
12730         * gdb.threads/fork-thread-pending.exp: Ditto.
12731         * gdb.threads/hand-call-in-threads.exp: Ditto.
12732         * gdb.threads/interrupted-hand-call.exp: Ditto.
12733         * gdb.threads/linux-dp.exp: Ditto.
12734         * gdb.threads/manythreads.exp: Ditto.
12735         * gdb.threads/print-threads.exp: Ditto.
12736         * gdb.threads/pthreads.exp: Ditto.
12737         * gdb.threads/schedlock.exp: Ditto.
12738         * gdb.threads/thread-unwindonsignal.exp: Ditto.
12739         * gdb.threads/threadapply.exp: Ditto.
12740
12741 2010-06-08  Michael Snyder  <msnyder@vmware.com>
12742
12743         * gdb.ada/exec_changed.exp:
12744         Use ".*" instead of "" as wildcard regexp.
12745
12746         * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
12747         * gdb.base/call-ar-st.exp: Ditto.
12748         * gdb.base/checkpoint.exp: Ditto.
12749         * gdb.base/default.exp: Ditto.
12750         * gdb.base/dump.exp: Ditto.
12751         * gdb.base/ending-run.exp: Ditto.
12752         * gdb.base/fileio.exp: Ditto.
12753         * gdb.base/miscexprs.exp: Ditto.
12754         * gdb.base/pointers.exp: Ditto.
12755         * gdb.base/readline.exp: Ditto.
12756         * gdb.base/reread.exp: Ditto.
12757         * gdb.base/restore.exp: Ditto.
12758         * gdb.base/shlib-call.exp: Ditto.
12759         * gdb.base/valgrind-db-attach.exp: Ditto.
12760         * gdb.base/volatile.exp: Ditto.
12761         * gdb.base/watchpoints.exp: Ditto.
12762
12763         * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
12764
12765         * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
12766         * gdb.python/py-value.exp: Ditto.
12767
12768         * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
12769         * gdb.trace/circ.exp: Ditto.
12770         * gdb.trace/collection.exp: Ditto.
12771         * gdb.trace/packetlen.exp: Ditto.
12772         * gdb.trace/passc-dyn.exp: Ditto.
12773         * gdb.trace/report.exp: Ditto.
12774         * gdb.trace/tfile.exp: Ditto.
12775         * gdb.trace/tfind.exp: Ditto.
12776         * gdb.trace/while-dyn.exp: Ditto.
12777
12778 2010-06-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
12779
12780         * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
12781
12782 2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
12783
12784         Test PR 10640.
12785         * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
12786
12787 2010-06-07  Sami Wagiaalla  <swagiaal@redhat.com>
12788
12789         * gdb.cp/koenig.exp: Test for ADL operators.
12790         * gdb.cp/koenig.cc: Added ADL operators.
12791         * gdb.cp/operator.exp: New test.
12792         * gdb.cp/operator.cc: New test.
12793
12794 2010-06-04  Michael Snyder  <msnyder@vmware.com>
12795
12796         * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
12797         * gdb.base/pending.exp: Ditto.
12798
12799         * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
12800
12801 2010-06-04  Doug Evans  <dje@google.com>
12802
12803         * gdb.python/py-prettyprint.exp: Add new test for enabled and
12804         disabled printers.
12805         * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
12806         (enable_lookup_function): New function.
12807
12808 2010-06-04  Tom Tromey  <tromey@redhat.com>
12809
12810         * gdb.python/py-value.exp (test_value_hash): Don't test equality
12811         of hash and id.
12812
12813 2010-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
12814
12815         * gdb.base/commands.exp (add printf tbreak command): Remove trailing
12816         newline.
12817         * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
12818         (empty verbose non-noisy clear, empty verbose noisy clear)
12819         (empty non-verbose noisy clear): Likewise.
12820
12821 2010-06-03  Michael Snyder  <msnyder@vmware.com>
12822
12823         * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
12824         * gdb.base/display.exp: Ditto.
12825         * gdb.base/find.exp: Ditto.
12826         * gdb.base/ifelse.exp: Ditto.
12827         * gdb.base/multi-forks.exp: Ditto.
12828         * gdb.base/recurse.exp: Ditto.
12829         * gdb.base/setshow.exp: Ditto.
12830         * gdb.base/value-double-free.exp: Ditto.
12831         * gdb.base/watch-vfork.exp: Ditto.
12832         * gdb.base/watch_thread_num.exp: Ditto.
12833         * gdb.base/watchpoint-solib.exp: Ditto.
12834         * gdb.base/watchpoint.exp: Ditto.
12835         * gdb.base/watchpoints.exp: Ditto.
12836
12837         * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
12838         * gdb.cp/overload.exp: Ditto.
12839         * gdb.cp/virtfunc.exp: Ditto.
12840
12841         * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
12842
12843         * gdb.reverse/watch-precsave.exp:
12844         Replace gdb_test with gdb_test_no_output.
12845
12846         * gdb.threads/attach-into-signal.exp:
12847         Replace gdb_test with gdb_test_no_output.
12848         * gdb.threads/local-watch-wrong-thread.exp: Ditto.
12849         * gdb.threads/watchthreads.exp: Ditto.
12850         * gdb.threads/watchthreads2.exp: Ditto.
12851
12852         * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
12853         * gdb.trace/tfind.exp: Ditto.
12854
12855 2010-06-03  Joel Brobecker  <brobecker@adacore.com>
12856
12857         * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
12858         successful test if message is the empty string.
12859
12860 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12861
12862         * gdb.fortran/module.exp (stopped language detection): New test.
12863
12864 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12865
12866         Support DW_TAG_module as separate namespaces.
12867         * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
12868         gdb.fortran/library-module-lib.f90: New.
12869         * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
12870         (print i): Remove.
12871         (continue to breakpoint: i-is-1, print var_i value 1)
12872         (continue to breakpoint: i-is-2, print var_i value 2)
12873         (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
12874         (print var_d, print var_i value 14, ptype modmany, complete `modm)
12875         (complete `modmany, complete `modmany`, complete `modmany`var)
12876         (show language, setting breakpoint at module): New tests.
12877         * gdb.fortran/module.f90 (module mod): Remove.
12878         (module mod1, module mod2, module modmany, subroutine sub1)
12879         (subroutine sub2, program module): New.
12880
12881 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12882
12883         * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
12884         (print value of rUC, print value of rI, print value of UI): ... here.
12885         * gdb.cp/anon-union.exp (pass): Rename to ...
12886         (print z 2): ... here.
12887
12888 2010-06-02  Michael Snyder  <msnyder@vmware.com>
12889
12890         * gdb.trace/actions.exp: Use gdb_test_no_output.
12891         * gdb.trace/circ.exp: Ditto.
12892         * gdb.trace/packetlen.exp: Ditto.
12893         * gdb.trace/save-trace.exp: Ditto.
12894         * gdb.trace/tracecmd.exp: Ditto.
12895         * gdb.trace/tsv.exp: Ditto.
12896
12897         * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
12898         * gdb.threads/hand-call-in-thraeds.exp: Ditto.
12899         * gdb.threads/local-watch-wrong-thread.exp: Ditto.
12900         * gdb.threads/manythreads.exp: Ditto.
12901         * gdb.threads/print-threads.exp: Ditto.
12902         * gdb.threads/pthreads.exp: Ditto.
12903         * gdb.threads/schedlock.exp: Ditto.
12904         * gdb.threads/staticthreads.exp: Ditto.
12905         * gdb.threads/thread-specific.exp: Ditto.
12906         * gdb.threads/thread-unwindonsignal.exp: Ditto.
12907         * gdb.threads/threadapply.exp: Ditto.
12908         * gdb.threads/watchthreads.exp: Ditto.
12909         * gdb.threads/watchthreads2.exp: Ditto.
12910
12911         * gdb.python/py-block.exp: Use gdb_test_no_output.
12912         * gdb.python/py-prettyprint.exp: Ditto.
12913         * gdb.python/py-template.exp: Ditto.
12914         * gdb.python/py-value.exp: Ditto.
12915
12916         * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
12917         * gdb.reverse/watch-reverse.exp: Ditto.
12918
12919         * gdb.server/ext-attach.exp: Use gdb_test_no_output.
12920         * gdb.server/ext-run.exp: Ditto.
12921
12922         * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
12923         * gdb.dwarf2/dw2-compressed.exp: Ditto.
12924         * gdb.dwarf2/dw2-intercu.exp: Ditto.
12925         * gdb.dwarf2/dw2-intermix.exp: Ditto.
12926         * gdb.dwarf2/dw2-producer.exp: Ditto.
12927         * gdb.dwarf2/mac-fileno.exp: Ditto.
12928
12929         * gdb.gdb/observer.exp: Use gdb_test_no_output.
12930         * gdb.gdb/selftest.exp: Ditto.
12931
12932         * gdb.multi/base.exp: Use gdb_test_no_output.
12933
12934         * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
12935
12936 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12937
12938         * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
12939
12940 2010-06-02  Michael Snyder  <msnyder@msnyder-server.eng.vmware.com>
12941
12942         * gdb.cp/class2.exp: Use gdb_test_no_output.
12943         * gdb.cp/classes.exp: Ditto.
12944         * gdb.cp/extern-c.exp: Ditto.
12945         * gdb.cp/inherit.exp: Ditto.
12946         * gdb.cp/maint.exp: Ditto.
12947         * gdb.cp/mb-inline.exp: Ditto.
12948         * gdb.cp/mb-templates.exp: Ditto.
12949         * gdb.cp/method2.exp: Ditto.
12950         * gdb.cp/misc.exp: Ditto.
12951         * gdb.cp/ovldbreak.exp: Ditto.
12952         * gdb.cp/punctuator.exp: Ditto.
12953         * gdb.cp/templates.exp: Ditto.
12954         * gdb.cp/virtbase.exp: Ditto.
12955
12956         * gdb.threads/attach-stopped.exp:
12957         Replace uses of send_gdb / gdb_expect.
12958         * gdb.threads/attachstop-mt.exp:
12959         Replace uses of send_gdb / gdb_expect.
12960         * gdb.threads/gcore-thread.exp:
12961         Replace uses of send_gdb / gdb_expect.
12962         * gdb.threads/hand-call-in-threads.exp:
12963         Replace uses of send_gdb / gdb_expect.
12964         * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
12965         * gdb.threads/print-threads.exp:
12966         Replace uses of send_gdb / gdb_expect.
12967         * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
12968         * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
12969         * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
12970
12971         * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
12972         * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
12973         * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
12974         * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
12975         * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
12976         * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
12977         * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
12978         * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
12979         * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
12980         * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
12981         * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
12982
12983 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12984
12985         * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
12986
12987 2010-06-02  Sami Wagiaalla  <swagiaal@redhat.com>
12988
12989         * gdb.cp/koenig.exp: Added new test case.
12990         * gdb.cp/koenig.cc: Ditto.
12991
12992 2010-06-01  Michael Snyder  <msnyder@vmware.com>
12993
12994         * gdb.base/arithmet.exp: Use gdb_test_no_output.
12995         * gdb.base/arrayidx.exp: Ditto.
12996         * gdb.base/attach.exp: Ditto.
12997         * gdb.base/auxv.exp: Ditto.
12998         * gdb.base/bigcre.exp: Ditto.
12999         * gdb.base/break-always.exp: Ditto.
13000         * gdb.base/break-interp.exp: Ditto.
13001         * gdb.base/break.exp: Ditto.
13002         * gdb.base/breakpoint-shadow.exp: Ditto.
13003         * gdb.base/call-ar-st.exp: Ditto.
13004         * gdb.base/call-sc.exp: Ditto.
13005         * gdb.base/call-signal-resume.exp: Ditto.
13006         * gdb.base/callfuncs.exp: Ditto.
13007         * gdb.base/catch-syscall.exp: Ditto.
13008         * gdb.base/charset.exp: Ditto.
13009         * gdb.base/code-expr.exp: Ditto.
13010         * gdb.base/commands.exp: Ditto.
13011         * gdb.base/cond-expr.exp: Ditto.
13012         * gdb.base/condbreak.exp: Ditto.
13013         * gdb.base/cursal.exp: Ditto.
13014         * gdb.base/cvexpr.exp: Ditto.
13015         * gdb.base/default.exp: Ditto.
13016         * gdb.base/del.exp: Ditto.
13017         * gdb.base/detach.exp: Ditto.
13018         * gdb.base/display.exp: Ditto.
13019         * gdb.base/ena-dis-br.exp: Ditto.
13020         * gdb.base/eval-skip.exp: Ditto.
13021         * gdb.base/foll-fork.exp: Ditto.
13022         * gdb.base/foll-vfork.exp: Ditto.
13023         * gdb.base/frame-args.exp: Ditto.
13024         * gdb.base/funcargs.exp: Ditto.
13025         * gdb.base/gcore-buffer-overflow.exp: Ditto.
13026         * gdb.base/gdbvars.exp: Ditto.
13027         * gdb.base/help.exp: Ditto.
13028         * gdb.base/ifelse.exp: Ditto.
13029         * gdb.base/included.exp: Ditto.
13030         * gdb.base/list.exp: Ditto.
13031         * gdb.base/macscp.exp: Ditto.
13032         * gdb.base/maint.exp: Ditto.
13033         * gdb.base/multi-fork.exp: Ditto.
13034         * gdb.base/overlays.exp: Ditto.
13035         * gdb.base/page.exp: Ditto.
13036         * gdb.base/pending.exp: Ditto.
13037         * gdb.base/pointers.exp: Ditto.
13038         * gdb.base/pr11022.exp: Ditto.
13039         * gdb.base/prelink.exp: Ditto.
13040         * gdb.base/printcmds.exp: Ditto.
13041         * gdb.base/psymtab.exp: Ditto.
13042         * gdb.base/randomize.exp: Ditto.
13043         * gdb.base/relational.exp: Ditto.
13044         * gdb.base/relocate.exp: Ditto.
13045         * gdb.base/remote.exp: Ditto.
13046         * gdb.base/sepdebug.exp: Ditto.
13047         * gdb.base/set-lang-auto.exp: Ditto.
13048         * gdb.base/setshow.exp: Ditto.
13049         * gdb.base/setvar.exp: Ditto.
13050         * gdb.base/signals.exp: Ditto.
13051         * gdb.base/signull.exp: Ditto.
13052         * gdb.base/sigstep.exp: Ditto.
13053         * gdb.base/sizeof.exp: Ditto.
13054         * gdb.base/solib-disc.exp: Ditto.
13055         * gdb.base/store.exp: Ditto.
13056         * gdb.base/structs.exp: Ditto.
13057         * gdb.base/structs2.exp: Ditto.
13058         * gdb.base/subst.exp: Ditto.
13059         * gdb.base/term.exp: Ditto.
13060         * gdb.base/trace-commands.exp: Ditto.
13061         * gdb.base/unwindonsignal.exp: Ditto.
13062         * gdb.base/valgrind-db-attach.exp: Ditto.
13063         * gdb.base/varargs.exp: Ditto.
13064         * gdb.base/watch-cond.exp: Ditto.
13065         * gdb.base/watch_thread_num.exp: Ditto.
13066         * gdb.base/watchpoint-cond-gone.exp: Ditto.
13067         * gdb.base/watchpoint.exp: Ditto.
13068         * gdb.base/whatis-exp.exp: Ditto.
13069
13070 2010-06-01  Michael Snyder  <msnyder@vmware.com>
13071
13072         * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
13073         * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
13074         * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
13075         * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
13076         * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
13077         * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
13078         * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
13079         * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
13080         * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
13081         * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
13082         * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
13083         * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
13084         * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
13085         * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
13086         * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
13087
13088 2010-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
13089
13090         * gdb.base/commands.exp (begin commands on watch): Remove excessive
13091         trailing newline.
13092         * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
13093         * gdb.java/jmisc.exp (p *args\n): Rename to ...
13094         (p *args): ... here and remove excessive trailing newline.
13095
13096 2010-05-31  Joel Brobecker  <brobecker@adacore.com>
13097
13098         * gdb.base/subst.exp: Fix call to gdb_test with empty message.
13099
13100 2010-05-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
13101
13102         Accept the new Linux kernel "t (tracing stop)" string.
13103         * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
13104         Update comment.
13105         (state_wait) <T (tracing stop)>: New.
13106         (main): Update the state_wait expect string.
13107
13108 2010-05-28  Pedro Alves  <pedro@codesourcery.com>
13109
13110         * limits.c, limits.exp: Delete files.
13111         * Makefile.in (clean mostlyclean): Adjust.
13112         * tracecmd.exp: Adjust.
13113
13114 2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
13115
13116         * gdb.base/tui-layout.exp: New.
13117
13118 2010-05-28  Michael Snyder  <msnyder@vmware.com>
13119
13120         * gdb.reverse/break-precsave.exp:
13121         Replace uses of send_gdb / gdb_expect.
13122         * gdb.reverse/break-reverse.exp:
13123         Replace uses of send_gdb / gdb_expect.
13124         * gdb.reverse/consecutive-precsave.exp:
13125         Replace uses of send_gdb / gdb_expect.
13126         * gdb.reverse/consecutive-reverse.exp:
13127         Replace uses of send_gdb / gdb_expect.
13128         * gdb.reverse/finish-precsave.exp:
13129         Replace uses of send_gdb / gdb_expect.
13130         * gdb.reverse/finish-reverse.exp:
13131         Replace uses of send_gdb / gdb_expect.
13132         * gdb.reverse/i386-precsave.exp:
13133         Replace uses of send_gdb / gdb_expect.
13134         * gdb.reverse/i386-reverse.exp:
13135         Replace uses of send_gdb / gdb_expect.
13136         * gdb.reverse/i386-sse-reverse.exp:
13137         Replace uses of send_gdb / gdb_expect.
13138         * gdb.reverse/i387-env-reverse.exp:
13139         Replace uses of send_gdb / gdb_expect.
13140         * gdb.reverse/i387-stack-reverse.exp:
13141         Replace uses of send_gdb / gdb_expect.
13142         * gdb.reverse/machinestate-precsave.exp:
13143         Replace uses of send_gdb / gdb_expect.
13144         * gdb.reverse/machinestate.exp:
13145         Replace uses of send_gdb / gdb_expect.
13146         * gdb.reverse/sigall-precsave.exp:
13147         Replace uses of send_gdb / gdb_expect.
13148         * gdb.reverse/sigall-reverse.exp:
13149         Replace uses of send_gdb / gdb_expect.
13150         * gdb.reverse/solib-precsave.exp:
13151         Replace uses of send_gdb / gdb_expect.
13152         * gdb.reverse/solib-reverse.exp:
13153         Replace uses of send_gdb / gdb_expect.
13154         * gdb.reverse/step-precsave.exp:
13155         Replace uses of send_gdb / gdb_expect.
13156         * gdb.reverse/step-reverse.exp:
13157         Replace uses of send_gdb / gdb_expect.
13158         * gdb.reverse/until-precsave.exp:
13159         Replace uses of send_gdb / gdb_expect.
13160         * gdb.reverse/until-reverse.exp:
13161         Replace uses of send_gdb / gdb_expect.
13162         * gdb.reverse/watch-precsave.exp:
13163         Replace uses of send_gdb / gdb_expect.
13164         * gdb.reverse/watch-reverse.exp:
13165         Replace uses of send_gdb / gdb_expect.
13166
13167 2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
13168
13169         * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
13170         excessive newline.
13171
13172 2010-05-27  Michael Snyder  <msnyder@vmware.com>
13173
13174         * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
13175         * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
13176         * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
13177         * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
13178         * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
13179         * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
13180         * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
13181         * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
13182         * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
13183         * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
13184         * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
13185         * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
13186         * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
13187         * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
13188         * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
13189         * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
13190         * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
13191         * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
13192         * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
13193
13194 2010-05-26  Michael Snyder  <msnyder@vmware.com>
13195
13196         * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
13197         * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
13198
13199         * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
13200         * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
13201         * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
13202
13203         * gdb.reverse/consecutive-reverse.exp:
13204         Replace uses of send_gdb / gdb_expect.
13205         * gdb.reverse/consecutive-precsave.exp:
13206         Replace uses of send_gdb / gdb_expect.
13207
13208         * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
13209         * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
13210         * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
13211         * gdb.mi/mi-ns-stale-regcache.exp:
13212         Replace uses of send_gdb / gdb_expect.
13213         * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
13214         * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
13215         * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
13216         * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
13217         * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
13218         * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
13219         * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
13220         * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
13221         * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
13222
13223 2010-05-26  Michael Snyder  <msnyder@vmware.com>
13224
13225         * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
13226
13227         * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
13228
13229         * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
13230         * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
13231         * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
13232         * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
13233         * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
13234         * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
13235         * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
13236         * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
13237         * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
13238
13239 2010-05-25  Tom Tromey  <tromey@redhat.com>
13240
13241         * gdb.base/macscp.exp: Add missing space after setup_kfail.
13242
13243 2010-05-25  Tom Tromey  <tromey@redhat.com>
13244
13245         * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
13246         argument order.
13247         * gdb.base/macscp.exp: Fix setup_kfail argument order.
13248         * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
13249         order.
13250         * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
13251         order.
13252         * gdb.base/call-sc.exp (setup_kfails): Remove.
13253         (setup_compiler_kfails): Remove.
13254         * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
13255         argument order.
13256         * gdb.base/siginfo.exp: Fix setup_kfail argument order.
13257         * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
13258         (advancei): Fix setup_kfail argument order.
13259         * gdb.base/radix.exp: Fix setup_kfail argument order.
13260         * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
13261         order.
13262         * gdb.base/structs.exp (setup_kfails): Remove.
13263         (setup_compiler_kfails): Fix setup_kfail argument order.
13264         * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
13265         order.
13266         * gdb.java/jmain.exp: Fix setup_kfail argument order.
13267         * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
13268         setup_kfail argument order.
13269         * gdb.cp/overload.exp: Fix setup_kfail argument order.
13270
13271 2010-05-25  Tom Tromey  <tromey@redhat.com>
13272
13273         * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
13274
13275 2010-05-25  Michael Snyder  <msnyder@vmware.com>
13276
13277         * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
13278         * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
13279         * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
13280         * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
13281         * gdb.base/assign.exp: Replace send_gdb with gdb_test.
13282         * gdb.base/attach.exp: Replace send_gdb with gdb_test.
13283         * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
13284         * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
13285         * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
13286         * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
13287         * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
13288         * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
13289         * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
13290         * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
13291         * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
13292         * gdb.base/charset.exp: Replace send_gdb with gdb_test.
13293         * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
13294         * gdb.base/commands.exp: Replace send_gdb with gdb_test.
13295         * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
13296         * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
13297         * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
13298         * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
13299         * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
13300         * gdb.base/default.exp: Replace send_gdb with gdb_test.
13301         * gdb.base/define.exp: Replace send_gdb with gdb_test.
13302         * gdb.base/display.exp: Replace send_gdb with gdb_test.
13303         * gdb.base/dump.exp: Replace send_gdb with gdb_test.
13304         * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
13305         * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
13306         * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
13307         * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
13308         * gdb.base/finish.exp: Replace send_gdb with gdb_test.
13309         * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
13310         * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
13311         * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
13312         * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
13313         * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
13314         * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
13315         * gdb.base/help.exp: Replace send_gdb with gdb_test.
13316         * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
13317         * gdb.base/jump.exp: Replace send_gdb with gdb_test.
13318         * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
13319         * gdb.base/maint.exp: Replace send_gdb with gdb_test.
13320         * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
13321         * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
13322         * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
13323         * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
13324         * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
13325
13326 2010-05-25  Doug Evans  <dje@google.com>
13327
13328         * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
13329         gdb.string_to_argv.
13330
13331 2010-05-21  Tom Tromey  <tromey@redhat.com>
13332
13333         * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
13334         Call it.
13335         * gdb.dwarf2/pieces.S: Update.
13336         * gdb.dwarf2/pieces.c (struct B): Remove initial field.
13337
13338 2010-05-21  Tom Tromey  <tromey@redhat.com>
13339
13340         * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
13341         Call it.
13342         * gdb.dwarf2/pieces.c (struct C): New.
13343         (f6): New function.
13344         * gdb.dwarf2/pieces.S: Replace.
13345
13346 2010-05-21  Tom Tromey  <tromey@redhat.com>
13347
13348         * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
13349         Call it.
13350
13351 2010-05-21  Tom Tromey  <tromey@redhat.com>
13352
13353         * gdb.dwarf2.pieces.exp: New file.
13354         * gdb.dwarf2.pieces.S: New file.
13355         * gdb.dwarf2.pieces.c: New file.
13356
13357 2010-05-20  Pedro Alves  <pedro@codesourcery.com>
13358             Joel Brobecker  <brobecker@adacore.com>
13359
13360         * lib/gdb.exp (gdb_test_no_output): New function.
13361         * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
13362         when testing commands that should produce no output.
13363
13364 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
13365
13366         * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
13367         parameter that we want to watch being a constant.
13368
13369 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
13370
13371         * gdb.ada/cond_lang: New testcase.
13372
13373 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
13374
13375         * lib/gdb.exp (banned_variables): New variable/constant.
13376         (gdb_init): Add write trace on variables listed in banned_variables.
13377         (gdb_finish): Remove write traces on variables listed in
13378         banned_variables.
13379
13380 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
13381
13382         * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
13383         * gdb.cp/koenig.exp: Likewise.
13384
13385 2010-05-14  Phil Muldoon  <pmuldoon@redhat.com>
13386
13387         PR python/11482
13388
13389         * gdb.python/py-value.exp (test_value_hash): New function.
13390
13391 2010-05-11  Pierre Muller  <muller@ics.u-strasbg.fr>
13392
13393         PR exp/11530.
13394         * gdb.base/gdb11530.c: New file.
13395         * gdb.base/gdb11530.exp: New file.
13396
13397 2010-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
13398
13399         * gdb.dwarf2/dw2-modula2-self-type.exp: New.
13400         * gdb.dwarf2/dw2-modula2-self-type.S: New.
13401
13402 2010-05-07  Sami Wagiaalla  <swagiaal@redhat.com>
13403
13404         * gdb.cp/koenig.exp: New test.
13405         * gdb.cp/koenig.cc: New test program.
13406
13407 2010-05-05  Joel Brobecker  <brobecker@adacore.com>
13408
13409         Remove the use of prms_id and bug_id throughout the testsuite.
13410
13411 2010-05-04  Pierre Muller  <muller@ics.u-strasbg.fr>
13412
13413         PR exp/11349.
13414         * testsuite/gdb.cp/ref-types.exp: Add test to examine
13415         use a reference local variable.
13416
13417 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
13418
13419         * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
13420         * gdb.base/sepdebug.exp: Remove .debug subdirectory handling.  New
13421         variable different_dir. Move debugfile into a full directory pathname
13422         under DIFFERENT_DIR.
13423         * lib/gdb.exp (separate_debug_filename): Remove.
13424         (gdb_gnu_strip_debug): No longer call separate_debug_filename.  Remove
13425         variable debug_dir and mkdir of it.  Update function comments.
13426
13427 2010-04-29  Pedro Alves  <pedro@codesourcery.com>
13428
13429         PR gdb/11557
13430
13431         * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
13432         files.
13433
13434 2010-04-29  Phil Muldoon  <pmuldoon@redhat.com>
13435
13436         * gdb.python/py-param.exp: New File.
13437
13438 2010-04-29  Mihail Zenkov  <mihail.zenkov@gmail.com>
13439
13440         * gdb.base/default.exp: Fix "set language" test.
13441
13442 2010-04-24  Pierre Muller  <muller@ics.u-strasbg.fr>
13443
13444         PR breakpoints/11531.
13445         * gdb.base/gdb11531.c: New file.
13446         * gdb.base/gdb11531.exp: New file.
13447
13448 2010-04-26  Tom Tromey  <tromey@redhat.com>
13449
13450         * gdb.base/completion.exp: Add tests for completion and deprecated
13451         commands.
13452
13453 2010-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
13454
13455         * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
13456         (print /x char_array): Escape curly brackets.
13457
13458 2010-04-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
13459
13460         Fix deadlock on looped list of loaded shared objects.
13461         * gdb.base/solib-corrupted.exp: New.
13462
13463 2010-04-23  Doug Evans  <dje@google.com>
13464
13465         * gdb.python/py-section-script.c: New file.
13466         * gdb.python/py-section-script.exp: New file.
13467         * gdb.python/py-section-script.py: New file.
13468
13469 2010-04-20  Chris Moller  <cmoller@redhat.com>
13470
13471         PR 10179
13472
13473         * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
13474         * gdb.base/pr10179-a.c:
13475         * gdb.base/pr10179-b.c:
13476         * gdb.base/pr10179.exp: New files.
13477
13478 2010-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
13479
13480         Fix crashes on dangling display expressions.
13481         * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
13482         is SEP.
13483         (lib_flags): Remove the "debug" keyword.
13484         (libsepdebug): New variable for iterating new loop.
13485         (save_pf_prefix): New variable wrapping the loop.
13486         (sep_lib_flags): New variable derived from LIB_FLAGS.  Use it.
13487         * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
13488
13489 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
13490
13491         * gdb.threads/watchthreads.exp: Change to obtain consistent output.
13492
13493 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
13494
13495         PR stabs/11479.
13496         * gdb.stabs/gdb11479.exp: New file.
13497         * gdb.stabs/gdb11479.c: New file.
13498
13499 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
13500
13501         * gdb.base/charset.c (Strin16, String32): New variables.
13502         * gdb.base/charset.exp (gdb_test): Test correct display
13503         of 16 or 32 bit strings.
13504
13505 2010-04-21  Chris Moller  <cmoller@redhat.com>
13506
13507         PR 9167
13508         * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
13509         * gdb.cp/pr9167.cc: New file.
13510         * gdb.cp/pr9167.exp: New file.
13511
13512
13513 2010-04-21  Pierre Muller  <muller@ics.u-strasbg.fr>
13514
13515         PR pascal/11492.
13516         * gdb.pascal/gdb11492.pas: New file.
13517         * gdb.pascal/gdb11492.exp: New file.
13518
13519 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
13520
13521         * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
13522
13523 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
13524
13525         * gdb.ada/dyn_loc: New testcase.
13526
13527 2010-04-20  Chris Moller  <cmoller@redhat.com>
13528
13529         PR 10867
13530
13531         * gdb.cp/Makefile.in  (EXECUTABLES): Added pr10687
13532         * gdb.cp/pr10687.cc: New file.
13533         * gdb.cp/pr10687.exp: New file.
13534
13535
13536 2010-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
13537             Sergio Durigan Junior  <sergiodj@redhat.com>
13538
13539         * gdb.fortran/logical.exp: New testcase.
13540         * gdb.fortran/logical.f90: New file.
13541
13542 2010-04-19  Doug Evans  <dje@google.com>
13543
13544         * gdb.base/help.exp (help source): Update expected output.
13545
13546 2010-04-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
13547
13548         * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
13549         gdb_reinitialize_dir and gdb_load by clean_restart.  Remove trailing
13550         gdb_exit and return.
13551         (executable): New variable.
13552         (binfile): Use it.
13553
13554 2010-04-19  Pedro Alves  <pedro@codesourcery.com>
13555
13556         PR breakpoints/8554.
13557
13558         * gdb.trace/save-trace.exp: Adjust.
13559
13560 2010-04-17  H.J. Lu  <hongjiu.lu@intel.com>
13561
13562         PR corefiles/11511
13563         * gdb.arch/system-gcore.exp: New.
13564         * gdb.arch/gcore.c: Likewise.
13565
13566 2010-04-15  Doug Evans  <dje@google.com>
13567
13568         * gdb.python/py-progspace.c: New file.
13569         * gdb.python/py-progspace.exp: New file.
13570
13571         * gdb.base/source.exp: Add tests for "source -s".
13572
13573 2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
13574
13575         * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
13576         * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
13577         * gdb.python/py-prettyprint.exp: New test for to_string returning None.
13578         * gdb.python/py-mi.exp: New test for to_string returning None.
13579
13580 2010-04-12  Phil Muldoon  <pmuldoon@redhat.com>
13581
13582         * gdb.python/py-breakpoint.c: Make result global.
13583
13584 2010-04-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
13585
13586         Fix non-GNU make compatibility.
13587         * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
13588
13589 2010-04-09  Phil Muldoon  <pmuldoon@redhat.com>
13590
13591         * gdb.python/py-breakpoint.exp: New File.
13592         * gdb.python/py-breakpoint.C: Ditto.
13593
13594 2010-04-08  Stan Shebs  <stan@codesourcery.com>
13595
13596         * gdb.trace/actions.exp: Clear default-collect.
13597         * gdb.trace/save-trace.exp: Clear default-collect.
13598
13599 2010-04-08  Phil Muldoon  <pmuldoon@redhat.com>
13600
13601         * gdb.python/py-value: Add null string variable.
13602           (test_lazy_string): Test zero length, NULL address lazy
13603           strings.
13604
13605 2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
13606
13607         * gdb.arch/i386-avx.c: New.
13608         * gdb.arch/i386-avx.exp: Likewise.
13609
13610         * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
13611
13612 2010-04-06  Doug Evans  <dje@google.com>
13613
13614         * gdb.base/source-test.gdb: New file.
13615         * gdb.base/source.exp: Test source -v.
13616
13617 2010-04-06  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13618
13619         * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
13620
13621 2010-04-06  Pierre Muller  <muller@ics.u-strasbg.fr>
13622
13623         * gdb.stabs/aout.sed: Convert all backslash to double backslash
13624         within one line, unless it is followed by a double quote.
13625         * gdb.stabs/hppa.sed: Idem.
13626         * gdb.stabs/weird.def: Add char and String constants
13627         * gdb.stabs/weird.exp: Check for correct parsing of
13628         char and string constants.
13629         * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
13630         in .stabs to .stabx substitution.
13631
13632 2010-04-05  Stan Shebs  <stan@codesourcery.com>
13633
13634         * gdb.trace/tfile.c: Add a variable split across two blocks, and a
13635         constant global.
13636         * gdb.trace/tfile.exp: Try to print them.
13637
13638 2010-04-04  Stan Shebs  <stan@codesourcery.com>
13639
13640         * gdb.base/completion.exp: Update for new "info watchpoints".
13641         * gdb.base/default.exp: Ditto.
13642         * gdb.base/help.exp: Ditto.
13643         * gdb.base/watchpoint.exp: Ditto.
13644         * gdb.trace/infotrace.exp: Update "info tracpoints" output.
13645
13646 2010-04-04  Stan Shebs  <stan@codesourcery.com>
13647
13648         * gdb.trace/tfile.exp: Sharpen tfind test.
13649
13650 2010-04-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
13651
13652         * gdb.base/break-entry.exp: New.
13653
13654 2010-04-02  Hui Zhu  <teawater@gmail.com>
13655             Michael Snyder <msnyder@vmware.com>
13656
13657         * gdb.reverse/i386-sse-reverse.exp: New file.
13658         * gdb.reverse/i386-sse-reverse.c: New file.
13659
13660 2010-04-02  Pedro Alves  <pedro@codesourcery.com>
13661
13662         * gdb.trace/tfind.exp: Adjust expected disassembly output.
13663
13664 2010-04-01  Stan Shebs  <stan@codesourcery.com>
13665
13666         * gdb.trace/actions.exp: Tweak expected output.
13667         * gdb.trace/while-stepping.exp: Tweak expected output.
13668
13669 2010-04-01  H.J. Lu  <hongjiu.lu@intel.com>
13670
13671         * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
13672
13673 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
13674
13675         * gdb.base/commands.exp: Adjust.
13676         * gdb.cp/extern-c.exp: Adjust.
13677
13678 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
13679
13680         * gdb.trace/collection.c (local_test_func): Define a local struct,
13681         and instanciate it.
13682
13683 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
13684
13685         * gdb.trace/collection.exp (gdb_collect_args_test)
13686         (gdb_collect_argarray_test): XFAIL the tests that assume the
13687         argarray argument's elements are collected.
13688
13689 2010-03-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
13690
13691         * gdb.dwarf2/dw2-bad-parameter-type.exp,
13692         gdb.dwarf2/dw2-bad-parameter-type.S: New.
13693
13694 2010-03-31  Stan Shebs  <stan@codesourcery.com>
13695
13696         * gdb.trace/save-trace.exp: Test save/restore of default-collect
13697         and tracepoint conditionals.
13698         (gdb_verify_tracepoints): Delete unused return.
13699
13700 2010-03-26  Keith Seitz  <keiths@redhat.com>
13701
13702         * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
13703         appear in the output before main.
13704         Remove KFAIL for gdb/2215 aka bz 9320.
13705
13706 2010-03-30  Doug Evans  <dje@google.com>
13707
13708         * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
13709         by dejagnu.
13710         * gdb.arch/amd64-dword.exp: Ditto.
13711
13712         * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
13713         match.
13714         (break printf): Ditto.
13715
13716 2010-03-29  Sami Wagiaalla  <swagiaal@redhat.com>
13717
13718         * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
13719         gcc < 4.4.
13720         * gdb.cp/shadow.exp: Ditto.
13721
13722 2010-03-29  Pedro Alves  <pedro@codesourcery.com>
13723
13724         * gdb.trace/collection.exp (run_trace_experiment): Make sure
13725         "tstart" is silent.
13726
13727 2010-03-29  Pedro Alves  <pedro@codesourcery.com>
13728
13729         * gdb.trace/collection.exp (executable): New.
13730         (binfile): Use it.
13731         (fpreg, spreg, pcreg): New.
13732         (test_register): Use gdb_test_multiple.  Pass /x to print.
13733         (prepare_for_trace_test): New.
13734         (run_trace_experiment): Use "continue", not gdb_run_cmd.
13735         (gdb_collect_args_test, gdb_collect_argstruct_test)
13736         (gdb_collect_argarray_test, gdb_collect_locals_test): Use
13737         prepare_for_trace_test.
13738         (gdb_collect_registers_test): Use prepare_for_trace_test.  Use
13739         fpreg, spreg and pcreg.
13740         (gdb_collect_expression_test, gdb_collect_globals_test): Use
13741         prepare_for_trace_test.
13742         (gdb_trace_collection_test): Use fpreg, spreg and pcreg.  Don't
13743         try to detect tracing support here.  Don't set breakpoints at
13744         `begin' or `end' here.
13745         <global scope>: Use clean_restart.  Run to main before checking
13746         for tracing support.  Check for for tracing support here.
13747
13748 2010-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
13749
13750         * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
13751         " as $displacement" to "seen displacement message".
13752
13753 2010-03-28  Pedro Alves  <pedro@codesourcery.com>
13754
13755         * gdb.trace/while-dyn.exp (executable): New variable.
13756         (binfile): Use it.
13757         (test_while_stepping): New function.  Move most tests here.  Call
13758         it once for each of the while-stepping, stepping and ws aliases.
13759
13760 2010-03-26  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13761
13762         * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
13763         that do not provide the tagless_struct type name at all.
13764         (test_print_anon_union): Do not check value of uninitialized
13765         union member.  Do not use cp_test_ptype_class, so we can accept
13766         "long" as well as "long int".
13767
13768 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
13769
13770         * gdb.trace/tfile.c (tohex, bin2hex): New.
13771         (write_error_trace_file): Hexify error description.
13772
13773 2010-03-25  Stan Shebs  <stan@codesourcery.com>
13774
13775         * gdb.trace/tfile.c: Generate an additional trace file, improve
13776         portability.
13777         * gdb.trace/tfile.exp: Test trace file with an error stop, delete
13778         files in a better way.
13779
13780 2010-03-25  Keith Seitz  <keiths@redhat.com>
13781
13782         * gdb.java/jprint.exp: XFAIL printing of static class members
13783         because of GCC debuginfo problem.
13784
13785 2010-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
13786
13787         * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
13788
13789 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
13790
13791         * gdb.base/completion.exp: Allow long instead of long int.
13792         * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
13793         * gdb.base/gdbvars.c (main): Remove unused usestubs code.  Reference
13794         variable p.
13795         * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
13796         * gdb.base/pointers.exp: Allow long instead of long int.
13797         * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
13798         * gdb.base/step-line.exp: Allow a directory before the source file name.
13799
13800 2010-03-24  Tom Tromey  <tromey@redhat.com>
13801
13802         PR breakpoints/9352:
13803         * gdb.base/default.exp: Update.
13804         * gdb.base/commands.exp: Update.
13805         * gdb.cp/extern-c.exp: Test setting commands on multiple
13806         breakpoints at once.
13807
13808 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
13809
13810         * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
13811         if gdb,nosignals.
13812         * gdb.base/watchpoints.c: Do not include unnecessary headers.
13813         * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
13814         exited".
13815
13816 2010-03-24  Stan Shebs  <stan@codesourcery.com>
13817
13818         * gdb.trace/tfile.exp: Expect "trace frame", with a space.
13819
13820 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
13821
13822         * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
13823         * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
13824         argument.  Handle "short" and "long".
13825         (Top level): Pass overprototyped output for old_fptr and xptr.
13826
13827 2010-03-23  Pedro Alves  <pedro@codesourcery.com>
13828
13829         * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
13830         format strings and add casts to avoid compiler warnings.
13831
13832 2010-03-23  Vladimir Prus  <vladimir@codesourcery.com>
13833
13834         * lib/trace-support.exp (gdb_trace_setactions):
13835         Don't expect whitespace after ">" prompt.
13836         * gdb.trace/actions.exp: Adjust for output changes.
13837         * gdb.trace/while-stepping.exp: Likewise.
13838
13839 2010-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
13840
13841         * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
13842         and r157645).
13843
13844 2010-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
13845
13846         * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
13847         New.
13848
13849 2010-03-22  Daniel Jacobowitz  <dan@codesourcery.com>
13850
13851         * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
13852         * gdb.python/py-mi.exp (binfile): Rename to py-mi.
13853
13854 2010-03-19  Stan Shebs  <stan@codesourcery.com>
13855
13856         * gdb.trace/ax.exp: New file.
13857
13858 2010-03-19  Doug Evans  <dje@google.com>
13859
13860         * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
13861         output from gcc.
13862
13863         * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
13864         named /usr/sbin/prelink<foo>.
13865
13866 2010-03-18  Stan Shebs  <stan@codesourcery.com>
13867
13868         * gdb.trace/circ.exp: Test circular-trace-buffer.
13869         * gdb.trace/tfile.exp: Update tstatus test.
13870
13871 2010-03-18  Joel Brobecker  <brobecker@adacore.com>
13872
13873         * gdb.dwarf2/dw2-anonymous-func.S: New file.
13874         * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
13875
13876 2010-03-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13877
13878         * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
13879
13880 2010-03-18  Pedro Alves  <pedro@codesourcery.com>
13881
13882         * gdb.base/default.exp: Adjust the expected output of the finish
13883         and until commands when the inferior is not being run.
13884
13885 2010-03-15  Sami Wagiaalla  <swagiaal@redhat.com>
13886
13887         * gdb.cp/shadow.exp: Removed kfail; test has been fix.
13888         * gdb.cp/nsusing.exp: Ditto.
13889
13890 2010-03-15  Tom Tromey  <tromey@redhat.com>
13891
13892         * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
13893         * gdb.cp/userdef.cc (operator==): New function.
13894         (main): New locals mem1, mem2.
13895
13896 2010-03-15  Jie Zhang  <jie@codesourcery.com>
13897
13898         * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
13899         Declare and use new loadtimeout variable.
13900
13901 2010-03-14  Daniel Jacobowitz  <dan@codesourcery.com>
13902
13903         * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
13904         Use gdb_load later.
13905
13906 2010-03-14  Pedro Alves  <pedro@codesourcery.com>
13907
13908         * gdb.base/solib-disc.c (main): Make format of fprintf a string
13909         literal.  Add missing endlines to prints to stderr.
13910
13911 2010-03-12  Tom Tromey  <tromey@redhat.com>
13912
13913         PR c++/9708:
13914         * gdb.cp/m-static.exp: Add regression test.
13915         * gdb.cp/m-static.cc (method): New method.
13916         (main): Call it.
13917
13918 2010-03-12  Sami Wagiaalla  <swagiaal@redhat.com>
13919
13920         * gdb.cp/gdb2384-base.h: Created 'namespace B'.
13921         * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
13922
13923 2010-03-12  Daniel Jacobowitz  <dan@codesourcery.com>
13924
13925         * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
13926
13927 2010-03-12  Daniel Jacobowitz  <dan@codesourcery.com>
13928
13929         * lib/gdb.exp (skip_stl_tests): New.
13930         (gdb_compile): Symbian needs -ldl.
13931         (shlib_target_file): New.
13932         (shlib_symbol_file): New.
13933         (gdb_load_shlibs): Use shlib_target_file.
13934         * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
13935         * gdb.cp/exception.exp: Use skip_stl_tests.
13936         * gdb.cp/bs15503.exp: Use skip_stl_tests.  Use untested.
13937         * gdb.cp/try_catch.exp: Use skip_stl_tests.
13938         * gdb.cp/mb-templates.exp: Ditto.
13939         * gdb.base/commands.exp: Relax regexes.
13940         * gdb.base/watchpoint-solib.exp: Don't skip on symbian.  Use
13941         shlib_target_file and shlib_symbol_file.
13942         * gdb.base/maint.exp: Allow lowercase t.  Allow .rodata in
13943         sections.
13944         * gdb.base/ending-run.exp: Accept E32Main for symbian.
13945         * gdb.base/solib-disc.exp: Use
13946         shlib_target_file and shlib_symbol_file.
13947         * gdb.base/unload.exp: Don't skip on symbian.  Use
13948         shlib_target_file and shlib_symbol_file.
13949         * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
13950
13951 2010-03-12  Pedro Alves  <pedro@codesourcery.com>
13952
13953         * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
13954         * gdb.trace/report.exp: Adjust for x86 and x86_64.
13955         Issue a tfind end before looking for a tracepoint frame.
13956         * gdb.trace/tfind.exp: Adjust tstatus output.
13957         Adjust disassembly output.
13958         * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
13959
13960 2010-03-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
13961
13962         * gdb.base/break-interp.exp: Create new displacement parameter value
13963         for the test_ld calls.
13964         (reach): New parameter displacement, verify its content.  New push of
13965         pf_prefix "reach-$func:".  Import global expect_out.
13966         (test_core): New parameter displacement, verify its content.  New push
13967         of pf_prefix "core:".  New command "set verbose on".  Import global
13968         expect_out.
13969         (test_attach): New parameter displacement, verify its content.  New
13970         push of pf_prefix "attach:".  New command "set verbose on".  Import
13971         global expect_out.
13972         (test_ld): New parameter displacement, pass it to the reach, test_core
13973         and test_attach calls and verify its content in the "ld.so exit" test.
13974         * gdb.base/prelink.exp: Remove gdb_exit and final return.
13975         (prelink): Update expected text, use gdb_test.
13976
13977 2010-03-10  Doug Evans  <dje@google.com>
13978
13979         * gdb.base/checkpoint.exp: Fix comment.
13980         Lengthen timeout while doing >600 checkpoints test.
13981         Rename duplicate "kill all one" test to keep test names unique.
13982
13983 2010-03-10  Pedro Alves  <pedro@codesourcery.com>
13984
13985         * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
13986
13987 2010-03-08  Keith Seitz  <keiths@redhat.com>
13988
13989         * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
13990         * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
13991         (dm_type_long): New function.
13992         (dm_type_unsigned_short): New function.
13993         (dm_type_unsigned_long): New function.
13994         (myint): New typedef.
13995         * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
13996         long, unsigned shor and long, operator char*, and typedef.
13997         (test_lookup_operator_functions): Add operator char* test.
13998         (test_paddr_operator_functions): Likewise.
13999         (test_paddr_overloaded_functions): Use probe values for
14000         short, long, and unsigned short and long.
14001         (test_paddr_hairy_functions): If the demangler probe detected
14002         gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
14003         demangler.
14004         * gdb.cp/expand-sals.exp: Backtrace may contain class names.
14005         * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
14006         and "print null_pmf".
14007         Add test "ptype a.*pmf".
14008         * gdb.cp/overload.exp: Allow optional "int" to appear with
14009         "short" and "long".
14010         * gdb.cp/ovldbreak.exp: Use append to construct super-duper
14011         long expect value for men_overload1arg.
14012         Allow "int" to appear with "short" and "long".
14013         When testing "info break", add argument for main (void).
14014         Also allow "int" to appear with "short" and "long".
14015         Ditto with "unsigned" and "long long".
14016         * gdb.java/jmain.exp: Do not enclose methods names in single
14017         quotes.
14018         * gdb.java/jmisc.exp: Likewise.
14019         * gdb.java/jprint.exp: Likewise.
14020         * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
14021
14022         From Jan Kratochvil  <jan.kratochvil@redhat.com>:
14023         * gdb.cp/exception.exp (backtrace after first throw)
14024         (backtrace after second throw): Allow a namespace before __cxa_throw.
14025         (backtrace after first catch, backtrace after second catch): Allow
14026         a namespace before __cxa_begin_catch.
14027
14028         * gdb.cp/cpexprs.exp: New file.
14029         * gdb.cp/cpexprs.cc: New file.
14030
14031         From Daniel Jacobowitz  <dan@codesourcery.com>
14032         * gdb.cp/cpexprs.exp (escape): Delete.  Change all callers
14033         to use string_to_regexp.
14034         (ctor, dtor): New functions.  Use them to match constructor
14035         and destructor function types.
14036         (Top level): Use runto_main.
14037
14038 2010-03-05  Tom Tromey  <tromey@redhat.com>
14039
14040         * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
14041         gdb.target_charset.
14042         (pp_ns.to_string): Likewise.
14043
14044 2010-03-04  Keith Seitz  <keiths@redhat.com>
14045
14046         * gdb.cp/overload.exp: Test that the filename portion of a linespec
14047         can be quoted.  Test that both the filename and function/line
14048         portions can be quoted at the same time.
14049
14050 2010-03-04  Pedro Alves  <pedro@codesourcery.com>
14051
14052         * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
14053
14054 2010-03-03  Doug Evans  <dje@google.com>
14055
14056         * lib/gdb.exp (gdb_compile_pthreads): Handle case where
14057         libc contains libpthread.
14058
14059         * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
14060         * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
14061         of gdb_compile.  Add another pattern to match android backtrace.
14062
14063 2010-03-03  Tom Tromey  <tromey@redhat.com>
14064
14065         PR gdb/11345:
14066         * gdb.base/printcmds.exp (test_printf): Add test.
14067
14068 2010-03-02  H.J. Lu  <hongjiu.lu@intel.com>
14069
14070         * gdb.arch/amd64-byte.exp: New.
14071         * gdb.arch/amd64-dword.exp: Likewise.
14072         * gdb.arch/amd64-pseudo.c: Likewise.
14073         * gdb.arch/amd64-word.exp: Likewise.
14074         * gdb.arch/i386-byte.exp: Likewise.
14075         * gdb.arch/i386-pseudo.c: Likewise.
14076         * gdb.arch/i386-word.exp: Likewise.
14077
14078 2010-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
14079
14080         * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
14081         types.  Add structreg, bitfields, and flags registers.
14082         * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
14083         registers.
14084
14085 2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>
14086
14087         * gdb.xml/tdesc-regs.exp (architecture): New.  Set it for x86.
14088         (load_description): Set architecture if defined.
14089
14090 2010-02-28  Phil Muldoon  <pmuldoon@redhat.com>
14091
14092         * gdb.python/py-frame.exp: Add read_var block tests.
14093         * gdb.python/py-frame.c (block): New function.
14094
14095 2010-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
14096             Daniel Jacobowitz  <dan@codesourcery.com>
14097
14098         * gdb.base/callfuncs.exp: New tests for $spval 0 and -1.  Remove return.
14099
14100 2010-02-25  David S. Miller  <davem@davemloft.net>
14101
14102         * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
14103         fix logic for setting all_syscalls_numbers.
14104
14105 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
14106
14107         * Makefile.in: Add py-block and py-symbol.
14108         * gdb.python/py-symbol.exp: New File.
14109         * gdb.python/py-symtab.exp: New File.
14110         * gdb.python/py-block.exp: New File.
14111         * gdb.python/py-symbol.c: New File.
14112         * gdb.python/py-block.c: New File.
14113
14114 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
14115
14116         PR python/11314
14117         * lib/gdb.exp (skip_python_tests): New function.
14118         * gdb.python/py-cmd.exp: Use skip_python_tests.
14119         * gdb.python/py-frame.exp: Likewise.
14120         * gdb.python/py-function.exp: Likewise.
14121         * gdb.python/py-prettyprint.exp: Likewise.
14122         * gdb.python/py-template.exp: Likewise.
14123         * gdb.python/py-type.exp: Likewise.
14124         * gdb.python/py-value.exp: Likewise.
14125
14126 2010-02-22  Pedro Alves  <pedro@codesourcery.com>
14127
14128         PR9605
14129
14130         * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
14131
14132 2010-02-19  Tom Tromey  <tromey@redhat.com>
14133
14134         PR c++/8693, PR c++/9496:
14135         * gdb.cp/namespace.exp: Remove some setup_kfail calls.  Added
14136         regression tests.
14137
14138 2010-02-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
14139
14140         Fix compatibility with m68k as.
14141         * gdb.dwarf2/member-ptr-forwardref.S: Use .data section.  Use .2byte.
14142         Use only /* comments */.
14143
14144 2010-02-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14145
14146         * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
14147         * configure: Regenerate.
14148
14149 2010-02-18  Daniel Jacobowitz  <dan@codesourcery.com>
14150
14151         * gdb.python/py-type.exp: Check for Python support.
14152
14153 2010-02-17  Pedro Alves  <pedro@codesourcery.com>
14154
14155         * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
14156         `regsub' syntax available.
14157
14158 2010-02-17  Pedro Alves  <pedro@codesourcery.com>
14159
14160         * gdb.base/shmain.c (main): Remove printf call.
14161         * gdb.base/sizeof.c (main): Cast return of sizeof to int.
14162         * gdb.base/unload.c (main): Make format of fprintf a string
14163         literal.  Add missing endlines to prints to stderr.
14164         * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
14165
14166 2010-02-17  Tom Tromey  <tromey@redhat.com>
14167
14168         * gdb.java/jprint.java (jprint.props): New field.
14169         * gdb.java/jprint.exp (set_lang_java): Add regression test.
14170
14171 2010-02-17  Pedro Alves  <pedro@codesourcery.com>
14172
14173         * gdb.base/charset.exp: Don't assume new `regsub' syntax
14174         available.
14175
14176 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
14177
14178         * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
14179         creation to support remote host testing.
14180
14181 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
14182
14183         * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
14184         Recognize "command not found".
14185
14186 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
14187
14188         * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
14189         single-stepping.
14190
14191 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
14192
14193         * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
14194         if arguments are not supported.
14195
14196 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
14197
14198         * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
14199         be const or non-const.
14200
14201 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
14202
14203         * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
14204         mi_send_resuming_command to send -exec-continue.
14205
14206 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
14207
14208         * gdb.base/list.exp (test_list_filename_and_function): Add test
14209         with single quotes.
14210         * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
14211         matching.
14212         * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
14213         Add KFAIL'd tests for PR gdb/11289.
14214
14215 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
14216
14217         * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
14218
14219 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
14220
14221         * gdb.base/comp-dir/subdir/dummy.txt: New file.
14222         * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
14223         a temporary directory.
14224
14225 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
14226
14227         * gdb.base/charset.exp: Use a single regular expression to match
14228         show host-charset and show target-charset output.
14229
14230 2010-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
14231
14232         * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
14233         "Illegal process-id" expect string more exact.
14234         (attach to digits-starting nonsense is prohibited): New.
14235
14236 2010-02-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
14237
14238         * gdb.base/prelink.exp (set verbose on): New.
14239
14240 2010-02-12  Tomas Holmberg  <th@virtutech.com>
14241
14242         * mi-reverse.exp: New file. Test for reverse option to the
14243         following MI commands: exec-continue, exec-finish, exec-next,
14244         exec-step, exec-next-instruction, exec-step-instruction.
14245
14246 2010-02-09  Joel Brobecker  <brobecker@adacore.com>
14247
14248         * gdb.ada/ptype_tagged_param: New testcase.
14249
14250 2010-02-08  Tom Tromey  <tromey@redhat.com>
14251
14252         PR c++/8017:
14253         * gdb.cp/overload.exp: Add tests.
14254         * gdb.cp/overload.cc (struct K): New.
14255         (namespace N): New.
14256         (main): Call new functions.
14257         (K::staticoverload): Define.
14258
14259 2010-02-08  Chris Moller  <moller@mollerware.com>
14260
14261         PR gdb/10728
14262         * gdb.cp/pr10728-x.h: New file.
14263         * gdb.cp/pr10728-x.cc: New file.
14264         * gdb.cp/pr10728-y.cc: New file.
14265         * gdb.cp/pr10728.exp: New file.
14266         * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
14267
14268 2010-02-08  Chris Moller  <moller@mollerware.com>
14269
14270         PR gdb/9067
14271         * gdb.cp/pr9067.exp:  New
14272         * gdb.cp/pr9067.cc:   New
14273         * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
14274
14275 2010-02-08  Joel Brobecker  <brobecker@adacore.com>
14276
14277         * lib/gdb.exp (gdb_test_timeout): New global variable.
14278         Set it to timeout if not already set.
14279         (gdb_init): Reset the value of timeout to gdb_test_timeout.
14280
14281 2010-02-05  Doug Evans  <dje@google.com>
14282
14283         * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
14284         user.
14285
14286 2010-02-05  Sami Wagiaalla  <swagiaal@redhat.com>
14287
14288         PR c++/7935:
14289         * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
14290
14291 2010-02-04  Tom Tromey  <tromey@redhat.com>
14292
14293         * gdb.cp/virtbase.exp: Make test case names unique.
14294
14295 2010-02-02  Tom Tromey  <tromey@redhat.com>
14296
14297         * gdb.cp/virtbase.exp: Add regression tests.
14298         * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
14299         (main): Instantiate RHC.
14300
14301 2010-02-02  Tom Tromey  <tromey@redhat.com>
14302
14303         * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
14304         type-printing change.
14305
14306 2010-02-02  Tom Tromey  <tromey@redhat.com>
14307
14308         PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
14309         * gdb.cp/virtbase.cc: New file.
14310         * gdb.cp/virtbase.exp: New file.
14311         * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
14312
14313 2010-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
14314
14315         PR libc/11214:
14316         * gdb.threads/current-lwp-dead.c: Include features.h.
14317         (HAS_NOMMU): New.
14318         (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
14319
14320 2010-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
14321
14322         * gdb.base/symbol-without-target_section.exp,
14323         gdb.base/symbol-without-target_section.c: New.
14324
14325 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
14326
14327         * gdb.base/bigcore.exp: Reset increased timeout.
14328         * gdb.base/interrupt.exp: Match unexpected gdb prompt.
14329
14330 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
14331
14332         * gdb.base/gcore.exp (capture_command_output): Use
14333         gdb_test_multiple.
14334
14335 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
14336
14337         * gdb.arch/thumb2-it.S (it_breakpoints): New function.
14338         * gdb.arch/thumb2-it.exp (test_it_break): New function.
14339         (Top level): Call it.
14340
14341 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
14342
14343         * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
14344
14345 2010-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
14346
14347         * gdb.base/call-strs.exp, gdb.base/default.exp,
14348         gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
14349         gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
14350         gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
14351         gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
14352         gdb.base/watchpoint-solib.exp: Save and restore timeout.
14353         * gdb.base/ending-run.exp: Correct restore of timeout.
14354         * gdb.base/page.exp: Remove unnecessary timeout setting.
14355
14356 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
14357
14358         * gdb.ada/rec_return: New testcase.
14359
14360 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
14361
14362         * gdb.ada/call_pn: New testcase.
14363
14364 2010-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
14365
14366         * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
14367         (Top level): Use it to resume.
14368         * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
14369         the Thumb mode displaced stepping error as unsupported.
14370
14371 2010-01-28  Sami Wagiaalla  <swagiaal@redhat.com>
14372
14373         * gdb.cp/nsusing.exp: Added more tests.
14374         * gdb.cp/nsrecurs.exp: Ditto.
14375         * gdb.cp/nsusing.cc: Added test functions.
14376         * gdb.cp/nsrecurs.cc: Ditto.
14377
14378 2010-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
14379
14380         * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
14381         absolute directory pathnames in gdb.sum file.
14382
14383 2010-01-27  Sami Wagiaalla  <swagiaal@redhat.com>
14384
14385         * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
14386         * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
14387
14388 2010-01-26  Tom Tromey  <tromey@redhat.com>
14389
14390         PR exp/7643:
14391         * gdb.base/printcmds.exp (test_print_string_constants): Remove
14392         setup_kfail.
14393
14394 2010-01-14  Sami Wagiaalla  <swagiaal@redhat.com>
14395
14396         * gdb.cp/nsrecurs.exp: New test.
14397         * gdb.cp/nsrecurs.cc: New test program.
14398         * gdb.cp/nsstress.exp: New test.
14399         * gdb.cp/nsstress.cc: New test program.
14400         * gdb.cp/nsdecl.exp: New test.
14401         * gdb.cp/nsdecl.cc: New test program.
14402
14403 2010-01-26  Sami Wagiaalla  <swagiaal@redhat.com>
14404
14405         * gdb.cp/namespace-using.exp: Add test for printing of namespaces
14406         imported into file scope.
14407         Marked test as xfail.
14408         * gdb.cp/namespace-using.cc (marker5): New function.
14409         * gdb.cp/shadow.exp: New test.
14410         * gdb.cp/shadow.cc: New test program.
14411         * gdb.cp/nsimport.exp: New test.
14412         * gdb.cp/nsimport.cc: New test program.
14413
14414 2010-01-25  Tom Tromey  <tromey@redhat.com>
14415
14416         PR gdb/11049:
14417         * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
14418         with "set print null-stop on".
14419
14420 2010-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
14421
14422         * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
14423         Adjust it for DISASSEMBLY_OMIT_FNAME.
14424
14425 2010-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
14426
14427         PR symtab/11199:
14428         * gdb.dwarf2/member-ptr-forwardref.exp,
14429         gdb.dwarf2/member-ptr-forwardref.S: New.
14430
14431 2010-01-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
14432
14433         * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
14434         (thread1_func): Protect thread1_tid with thread1_tid_cond by
14435         thread1_tid_mutex.  Remove gdbstop_mutex handling.
14436         (thread2_func): Protect thread2_tid with thread2_tid_cond by
14437         thread2_tid_mutex.  Remove gdbstop_mutex handling.
14438         (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
14439         pthread_create.  Remove gdbstop_mutex handling.  New comment.  Replace
14440         pthread_cond_wait conditionalizations by while loops.
14441
14442 2010-01-20  Tom Tromey  <tromey@redhat.com>
14443
14444         PR backtrace/10770:
14445         * gdb.dwarf2/pr10770.exp: New file.
14446         * gdb.dwarf2/pr10770.c: New file.
14447         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
14448
14449 2010-01-20  Vladimir Prus  <vladimir@codesourcery.com>
14450
14451         * gdb.mi/mi-async.exp: Remove check for 'async' target, because
14452         that target was removed, and the test always runs native anyway.
14453
14454 2010-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
14455
14456         * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
14457         gdb.base/watchpoint-cond-gone-stripped.c: New.
14458
14459 2010-01-19  Tom Tromey  <tromey@redhat.com>
14460
14461         PR c++/8000:
14462         * gdb.cp/namespace.exp: Use new enum.  Fix line numbers in
14463         existing tests.
14464         * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
14465         (main): Use AAA::SomeEnum.
14466
14467 2010-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
14468
14469         * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
14470         (test_ignore_count): Declare line_callme_body global.
14471         (run to breakpoint with ignore count): Use line_callme_body.
14472         * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
14473         (set line_main_hello, set line_main_return): Reindent.
14474         (set line_callee4_head, set line_callee4_body, set line_callee4_next):
14475         New.
14476         (continue to callee4): Use line_callee4_body.
14477         (check *stopped from CLI command): Use line_callee4_next.
14478         * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
14479         (set line_main_hello, set line_main_return): Reindent.
14480         (set line_callee4_head, set line_callee4_body): New.
14481         (continue to callee4): Use line_callee4_body.
14482
14483 2010-01-18  Tom Tromey  <tromey@redhat.com>
14484
14485         PR c++/9680:
14486         * gdb.cp/casts.cc: Add new classes and variables.
14487         * gdb.cp/casts.exp: Test new operators.
14488
14489 2010-01-18  Tom Tromey  <tromey@redhat.com>
14490             Thiago Jung Bauermann  <bauerman@br.ibm.com>
14491
14492         * gdb.python/source2.py: New file.
14493         * gdb.python/source1: New file.
14494         * gdb.python/python.exp: Test "source" command.
14495
14496 2010-01-15  Stan Shebs  <stan@codesourcery.com>
14497
14498         * gdb.trace/tfile.c: New file.
14499         * gdb.trace/tfile.exp: New file.
14500
14501 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
14502
14503         * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
14504
14505 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
14506
14507         * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
14508
14509 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
14510
14511         * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
14512         (libfunc): New parameter action.  Implement also selectable "sleep".
14513         * gdb.base/break-interp-main.c: Include assert.h.
14514         (libfunc): New parameter action.
14515         (main): New parameters argc and argv.  Assert argc.  Pass argv.
14516         * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
14517         (test_attach): New proc.
14518         (test_ld): Pass new "segv" exec parameter.  Call also test_attach.
14519         * lib/gdb.exp (core_find): New parameter arg.  Pass it to $binfile.
14520
14521 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
14522
14523         * gdb.base/break-interp.exp (test_core): New proc.
14524         (test_ld): Call it.
14525
14526 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
14527
14528         * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
14529         * gdb.base/break-interp.exp: Exit on skip_shlib_tests.  Change $srcfile.
14530         New variables $binfile_lib and $srcfile_lib.  Call get_compiler_info
14531         and gdb_compile_shlib.  Use new -Wl compiler options.
14532         (dl bt, main bt): New tests.
14533
14534 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
14535
14536         Support PIEs with no symfile_objfile.
14537         * gdb.base/break-interp.exp: New argument at the test_ld calls.
14538         (test_ld): New parameter trynosym.
14539         (test_ld <$trynosym>): New block.
14540
14541 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
14542
14543         * gdb.base/break-interp.exp: New file.
14544
14545 2010-01-13  Phil Muldoon  <pmuldoon@redhat.com>
14546
14547         * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
14548         * gdb.python/py-prettyprint.py (pp_ls): New printer.
14549         * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
14550         test.
14551         * gdb.python/py-prettyprint.c: Define lazystring test structure.
14552         * gdb.python/py-mi.exp: Add lazy string test.
14553
14554 2010-01-13  Vladimir Prus  <vladimir@codesourcery.com>
14555
14556         * lib/mi-support.exp (mi_check_thread_states): Handle
14557         core number in thread listing.
14558
14559 2010-01-12  Joel Brobecker  <brobecker@adacore.com>
14560
14561         * gdb.base/maint.exp: Adjust the expected output for the
14562         "maint print type" test. Use gdb_test_multiple instead of
14563         gdb_sent/gdb_expect.
14564
14565 2010-01-11  Doug Evans  <dje@google.com>
14566
14567         * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
14568         from gdbserver_download.  All callers updated.
14569
14570         * gdb.server/ext-run.exp: "info os processes" requires xml support.
14571
14572 2010-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
14573
14574         Implement binary numbers parsing.
14575         * gdb.base/printcmds.exp (test_integer_literals_accepted)
14576         (test_integer_literals_rejected): New binary tests.
14577
14578 2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14579
14580         * gdb.cell/configure: Regenerate.
14581
14582 2010-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
14583
14584         * gdb.base/corefile.exp: Move the core finding block out and call it as
14585         core_find, new variable $corefile, replace corefile by $corefile and
14586         [file tail $corefile] for usage vs. test names resp.
14587         * lib/gdb.exp (core_find): Move it as a new function here.  New
14588         parameter binfile and deletefiles.  New variable $destcore.  Pre-delete
14589         $destcore.  Return "" on error.
14590
14591 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
14592
14593         Workaround PR binutils/10802.
14594         * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
14595         (twice).
14596
14597 2010-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
14598
14599         * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
14600
14601 2010-01-08  Joel Brobecker  <brobecker@adacore.com>
14602
14603         * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
14604         call, to avoid interruption.
14605
14606 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
14607
14608         * gdb.stabs/weird.def (args93): New.
14609
14610 2010-01-07  Doug Evans  <dje@google.com>
14611
14612         * lib/gdb.exp (gdb_skip_xml_test): Add comment.
14613
14614 2010-01-07  Tom Tromey  <tromey@redhat.com>
14615
14616         * gdb.base/source.exp: Use correct line number.
14617
14618 2010-01-05  Stan Shebs  <stan@codesourcery.com>
14619
14620         * gdb.trace/tracecmd.exp: Test ftrace.
14621
14622 2010-01-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14623
14624         * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
14625
14626 2010-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
14627
14628         * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
14629         "uint_for_mi_testing".
14630
14631 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
14632
14633         Test indented comment in file being sourced.
14634         * gdb.base/commands.exp: Test indented comment in file being sourced.
14635
14636 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
14637
14638         * gdb.fortran/array-element.f, gdb.fortran/complex.f,
14639         gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
14640         gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
14641         notice.
14642
14643 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
14644
14645         * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
14646         notice.
14647
14648 2010-01-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
14649
14650         * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
14651         missing $after_stopped and comma (,) expectation.
14652
14653 2009-12-31  Stan Shebs  <stan@codesourcery.com>
14654
14655         * gdb.trace/actions.exp: Test teval action.
14656
14657 2009-12-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
14658
14659         * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
14660         (top level): Call test_watchpoint_in_big_blob.
14661         * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
14662         watchpoints.
14663         (func3): Write to buf.
14664
14665 2009-12-29  Stan Shebs  <stan@codesourcery.com>
14666
14667         * gdb.trace/actions.exp: Test default-collect.
14668
14669 2009-12-28  Stan Shebs  <stan@codesourcery.com>
14670
14671         * gdb.trace/tsv.exp: New file.
14672         * gdb.base/completion.exp: Update ambiguous info output.
14673
14674 2009-12-28  Daniel Jacobowitz  <dan@codesourcery.com>
14675
14676         * gdb.base/find.c (main): Reference search buffers.
14677         * gdb.base/included.c (main): Reference integer.
14678         * gdb.base/ptype.c (charfoo): Declare.
14679         (intfoo): Call charfoo.
14680         * gdb.base/scope0.c (useitp): New function.
14681         (usestatics): Use useitp.
14682         (useit): Add a type for val.
14683         * gdb.base/scope1.c (useit1): Take a pointer argument.
14684         (usestatics1): Update calls to useit1.
14685         * gdb.cp/call-c.cc: Declare foo.
14686         (main): Call foo.
14687         * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
14688         * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
14689         (main): Call C::ensureRefs and ensureOtherRefs.
14690         * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
14691         variables.
14692         (ensureOtherRefs): New function.
14693         * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
14694         * gdb.cp/templates.cc (main): Call t5i.value.
14695
14696 2009-12-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
14697
14698         Fix compatibility with G++-4.5.
14699         * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
14700         * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
14701         (uncaught return): Remove.
14702
14703 2009-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
14704             Phil Muldoon  <pmuldoon@redhat.com>
14705
14706         * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
14707         (bp_location13, bp_location14, bp_location17, bp_location18)
14708         (marker3_proto, marker4_proto): New variables.
14709         (breakpoint info): Update output.
14710         (run until breakpoint at marker3, run until breakpoint at marker4): New
14711         tests.
14712
14713 2009-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
14714
14715         * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
14716         Replace the printf call of Y by provided "y-set-1" label.  New block
14717         for the second shared library.
14718         * gdb.base/unload.exp: Compile also the second library, call
14719         gdb_load_shlibs also for it.  Use now gdb_breakpoint.
14720         (single pending breakpoint info): Rename to ...
14721         (pending breakpoint info before run): ... this extended test.
14722         (libfile2, libname2, libsrcfile2, libsrc2)
14723         (lib_sl2): New variables.
14724         (exec_opts): Set also SHLIB_NAME2.
14725         (pending breakpoint info on first run at shrfunc1)
14726         (pending breakpoint info on second run at shrfunc1)
14727         (pending breakpoint info on second run at shrfunc2)
14728         (print y from libfile, print y from libfile2): New tests.
14729         * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
14730         * gdb.base/unloadshr2.c: New.
14731
14732 2009-12-22  Hui Zhu  <teawater@gmail.com>
14733
14734         * gdb.reverse/sigall-reverse.exp: Adjust.
14735
14736 2009-12-21  Vladimir Prus  <vladimir@codesourcery.com>
14737
14738         PR gdb/10884
14739
14740         * gdb.mi/var-cmd.c (do_bitfield_tests): New
14741         (main): Call do_bitfield_tests.
14742         * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
14743
14744 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
14745
14746         * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
14747         gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
14748         gdb.base/watch_thread_num.c, gdb.java/jprint.java,
14749         gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
14750         gdb.modula2/unbounded1.c: Update copyright header.
14751
14752 2009-12-10  Chris Moller  <moller@mollerware.com>
14753
14754         PR gdb/9399
14755         * gdb.cp/virtfunc2.exp: New tests
14756         * gdb.cp/virtfunc2.cc: New tests
14757         * gdb.cp/Makefile.in: Added tests to EXECUTABLES
14758
14759 2009-12-10  Oza Pawandeep (paawan1982@yahoo.com
14760
14761         * gdb.reverse/i387-env-reverse.c: New file.
14762         * gdb.reverse/i387-env-reverse.exp: New file.
14763         * gdb.reverse/i387-stack-reverse.c: New file.
14764         * gdb.reverse/i387-stack-reverse.exp: New file.
14765
14766 2009-12-08  Phil Muldoon  <pmuldoon@redhat.com>
14767
14768         * gdb.python/py-type.exp (test_range): New test.
14769
14770 2009-12-03  Phil Muldoon <pmuldoon@redhat.com>
14771
14772         PR python/10805
14773
14774         * gdb.python/py-type.exp: New file.
14775         * gdb.python/py-type.c: New file.
14776         * Makefile.in: Add py-type.
14777
14778 2009-12-03  Tom Tromey  <tromey@redhat.com>
14779
14780         * gdb.python/py-value.exp (test_parse_and_eval): New
14781         function.
14782
14783 2009-12-03  Paul Pluzhnikov  <ppluzhnikov@google.com>
14784
14785        PR gdb/11022
14786
14787        * gdb.base/pr11022.exp: New test.
14788        * gdb.base/pr11022.c: New test.
14789
14790 2009-12-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
14791
14792         Fix spurious false FAILs.
14793         * gdb.base/structs.c (chartest): New.
14794         (main): Fill-in chartest.
14795         * gdb.base/structs.exp (anychar_re, first): New.
14796         (start_structs_test): Import global anychar_re and first.
14797         New gdb_test call "set print elements 300; ${testfile}"
14798         (start_structs_test <$first>): New block.
14799         (any): Import global anychar_re.  New variable ac.  Use ${ac}.
14800
14801 2009-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
14802
14803         * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
14804
14805 2009-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
14806
14807         * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
14808         Force $srcfile file.
14809         * gdb.base/foll-fork.c (callee): Comment out the printf call.
14810
14811 2009-11-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14812
14813         * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
14814         * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
14815         * gdb.threads/watchthreads-reorder.exp: Likewise.
14816
14817 2009-11-24  Daniel Jacobowitz  <dan@codesourcery.com>
14818
14819         PR gdb/8704
14820
14821         * gdb.base/condbreak.exp: Test combinations of "break *EXP",
14822         "if", and "thread".  Correct matching in the previous test.
14823
14824 2009-11-25  Daniel Jacobowitz  <dan@codesourcery.com>
14825
14826         * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
14827
14828 2009-11-23  Michael Snyder  <msnyder@vmware.com>
14829
14830         * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
14831         * gdb.reverse-watch-precsave.exp: Ditto.
14832
14833 2009-11-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
14834
14835         * gdb.asm/asm-source.exp: Adjust.
14836         * gdb.base/help.exp: Adjust.
14837
14838 2009-11-22  Pedro Alves  <pedro@codesourcery.com>
14839
14840         * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
14841         (do_syscall_tests_without_xml): Set data-directory to
14842         /the/path/to/nowhere.
14843
14844 2009-11-21  Pedro Alves  <pedro@codesourcery.com>
14845
14846         * gdb.threads/local-watch-wrong-thread.c,
14847         gdb.threads/local-watch-wrong-thread.exp: New files.
14848
14849 2009-11-21  Pedro Alves  <pedro@codesourcery.com>
14850
14851         * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
14852         assume new `regsub' syntax available.
14853
14854 2009-11-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
14855
14856         * gdb.base/watchpoint-hw-hit-once.exp,
14857         gdb.base/watchpoint-hw-hit-once.c: New.
14858
14859 2009-11-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
14860
14861         * gdb.threads/watchthreads-reorder.exp,
14862         gdb.threads/watchthreads-reorder.c: New.
14863
14864 2009-11-17  Nathan Sidwell  <nathan@codesourcery.com>
14865
14866         * gdb.xml/tdesc-regs.exp: Use for m68k.
14867
14868 2009-11-15  Pedro Alves  <pedro@codesourcery.com>
14869
14870         * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
14871
14872 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
14873
14874         * lib/gdb.exp (current_target_name): New procedure.
14875         (gdb_wrapper_target): New variable.
14876         (gdb_wrapper_init): Set gdb_wrapper_target.
14877         (default_gdb_init): Check gdb_wrapper_target before rebuilding the
14878         wrapper.
14879
14880 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
14881
14882         * gdb.base/remote.exp: Delete the slowest load test.
14883         Do not load with fixed packet sizes.
14884
14885 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
14886
14887         * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
14888
14889 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
14890
14891         * gdb.base/freebpcmd.exp: Delete unused variable.  Specify
14892         srcfile when setting a breakpoint.
14893
14894 2009-11-13  Maciej W. Rozycki  <macro@codesourcery.com>
14895
14896         * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
14897         macros.
14898
14899 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
14900
14901         * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
14902         to be in memory.
14903         * gdb.base/display.c (force_mem): New.
14904         (do_loops): Use it.  Add breakpoint comments.
14905         (do_vars): Add a breakpoint comment.
14906         * gdb.base/display.exp: Use gdb_get_line_number.  Remove hardcoded
14907         line numbers.
14908
14909 2009-11-13  Nathan Froyd  <froydnj@codesourcery.com>
14910
14911         * gdb.base/pending.exp: Use gdb_run_cmd to start the program
14912         instead of a bare "run".
14913
14914 2009-11-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
14915
14916         * gdb.python/py-prettyprint.exp: Adjust.
14917
14918 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
14919
14920         * lib/cell.exp (skip_cell_tests): Clean up test files before
14921         returning.
14922
14923 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
14924
14925         * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
14926         and the breakpoint menu.  Do not call perror if a prompt is seen.
14927         Consume the following GDB prompt.
14928         * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
14929         * gdb.cp/namespace.exp: Use gdb_test.
14930         * gdb.cp/templates.exp: Use gdb_test.
14931         (test_template_breakpoints): Use gdb_test_multiple.
14932
14933 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
14934
14935         * gdb.base/break1.c (struct some_struct, values): Move earlier.
14936         (marker4): Reference values.
14937
14938 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
14939
14940         * gdb.base/macscp.exp: Avoid the first FAIL if macro information
14941         is missing.
14942
14943 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
14944
14945         * gdb.base/break.c (need_malloc): New.
14946         * gdb.base/constvars.c (main): Reference crass and crisp.
14947         * gdb.base/gdb1821.c (main): Reference bar.
14948         * gdb.cp/gdb1355.cc (main): Reference s1.
14949         * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
14950         (main): Call them.
14951         * gdb.cp/hang2.cc (dummy2): Define.
14952         * gdb.cp/hang3.cc (dummy3): Define.
14953         * gdb.cp/m-data.cc (main): Reference shadow.
14954
14955 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
14956             Nathan Froyd  <froydnj@codesourcery.com>
14957
14958         * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
14959         remote host.
14960
14961 2009-11-12  Nathan Froyd  <froydnj@codesourcery.com>
14962
14963         * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
14964         * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
14965         * gdb.dwarf2/dw2-compressed.exp: Likewise.
14966         * gdb.dwarf2/dw2-intercu.exp: Likewise.
14967         * gdb.dwarf2/dw2-intermix.exp: Likewise.
14968         * gdb.dwarf2/dw2-producer.exp: Likewise.
14969         * gdb.dwarf2/mac-fileno.exp: Likewise.
14970         * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
14971         py-prettyprint.py to the remote host.
14972         * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
14973
14974 2009-11-11  Keith Seitz  <keiths@redhat.com>
14975
14976         * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
14977         use it instead of "Foo".
14978         * gdb.cp/classes.exp (do_tests): Add a test to access
14979         a method through a typedef'd class name.
14980
14981 2009-11-11  Nathan Froyd  <froydnj@codesourcery.com>
14982
14983         * gdb.base/long_long.exp: Permit leading zeros on floating-point
14984         exponents.
14985         * gdb.base/pointers.exp: Likewise.
14986         * gdb.cp/ref-types.exp: Likewise.
14987
14988 2009-11-11  Keith Seitz  <keiths@redhat.com>
14989
14990         * gdb.cp/cplusfuncs.cc (class foo): Add operators
14991         new[] and delete[].
14992         * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
14993         "void".
14994         (probe_demangler): Remove all single-quoting of
14995         method and variable names.
14996         (info_func_regexp): Remove the word "void" from any
14997         occurrence of "(void)".
14998         (print_addr_2): Remove all single-quoting of
14999         method names.
15000         (print_addr_2_kfail): Likewise.
15001         (print_addr): Single-quote C function names before
15002         passing to print_addr_2.
15003         (test_paddr_operator_functions): Remove single-quoting
15004         for method names.
15005         Add tests for operator new[] and operator delete[].
15006
15007 2009-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
15008
15009         * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
15010
15011 2009-11-09  Keith Seitz  <keiths@redhat.com>
15012
15013         * gdb.cp/overload.exp: Add tests for resolving overloaded
15014         methods in expression parsing/evaluation.
15015
15016 2009-11-10  Daniel Jacobowitz  <dan@codesourcery.com>
15017
15018         * lib/gdb.exp (default_gdb_version): Use --version instead of
15019         --command.
15020
15021 2009-11-10  Nathan Sidwell  <nathan@codesourcery.com>
15022
15023         * lib/gdb.exp (gdb_compile_test): New.
15024         (skip_ada_tests, skip_java_tests): New.
15025         (gdb_compile): Use gdb_compile_test for f77.
15026         * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
15027         * lib/java.exp (compile_java_from_source): Remove runtests check,
15028         use gdb_compile_test to record result.
15029         * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
15030         gdb.ada/exec_changed.exp, gdb.ada/start.exp,
15031         gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
15032         gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
15033         gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
15034         gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
15035         gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
15036         gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
15037         gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
15038         adjust gdb_compile invocations.
15039
15040 2009-11-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
15041
15042         * Makefile.in (abs_builddir): New.
15043         (site.exp): New target `$(abs_builddir)/site.exp'.  New comment.
15044         (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
15045         `$(abs_builddir)/site.exp'.
15046
15047 2009-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
15048
15049         * config/m68k-emc.exp, lib/emc-support.exp,
15050         gdb.trace/gdb_c_test.c: Delete.
15051         * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
15052         gdb.trace/collection.exp, gdb.trace/deltrace.exp,
15053         gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
15054         gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
15055         gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
15056         gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
15057         casing for m68k-*-elf.
15058
15059 2009-11-03  Pedro Alves  <pedro@codesourcery.com>
15060
15061         * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
15062         * gdb.arch/i386-prologue.exp: Likewise.
15063         * gdb.arch/i386-unwind.exp: Likewise.
15064
15065 2009-11-02  Daniel Jacobowitz  <dan@codesourcery.com>
15066
15067         * lib/gdb.exp (gdb_expect): Fix timeout typo.
15068
15069 2009-11-02  Daniel Jacobowitz  <dan@codesourcery.com>
15070
15071         * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
15072
15073 2009-11-02  Daniel Jacobowitz  <dan@codesourcery.com>
15074
15075         * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
15076
15077 2009-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
15078
15079         * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
15080
15081 2009-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
15082
15083         * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
15084         * gdb.base/sepdebug2.c: New file.
15085
15086 2009-10-31  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
15087
15088         * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
15089         the modified warnings for catch syscall.  Verify if GDB was compiled
15090         with support for lib expat, and choose which tests to run depending
15091         on this.
15092
15093 2009-10-30  Vladimir Prus  <vladimir@codesourcery.com>
15094
15095         * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
15096         that composite commands are parsed OK. And also test
15097         that breakpoint commands do work.
15098
15099 2009-10-23  Michael Snyder  <msnyder@vmware.com>
15100
15101         gdb.reverse/consecutive-precsave.exp: Change expect pattern
15102         to allow for new disassembly style.
15103
15104 2009-10-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
15105
15106         * gdb.asm/asm-source.exp: Adjust.
15107
15108 2009-10-22  Michael Snyder  <msnyder@vmware.com>
15109
15110         * gdb.reverse/break-precsave.exp: New test.
15111         * gdb.reverse/consecutive-precsave.exp: Ditto.
15112         * gdb.reverse/finish-precsave.exp: Ditto.
15113         * gdb.reverse/i386-precsave.exp: Ditto.
15114         * gdb.reverse/machinestate-precsave.exp: Ditto.
15115         * gdb.reverse/sigall-precsave.exp: Ditto.
15116         * gdb.reverse/solilb-precsave.exp: Ditto.
15117         * gdb.reverse/step-precsave.exp: Ditto.
15118         * gdb.reverse/until-precsave.exp: Ditto.
15119         * gdb.reverse/watch-precsave.exp: Ditto.
15120
15121 2009-10-22  Michael Snyder  <msnyder@vmware.com>
15122
15123         * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
15124         for gdb_expect.  Adjust one test's expect strings for the new
15125         format of disassemble.
15126         * gdb.reverse/finish-reverse.exp: Delete 'return'.
15127         * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
15128         gdb_test_multiple.
15129         * gdb.reverse/step-reverse.exp: Delete 'return'.
15130         * gdb.reverse/until-reverse.exp: Delete blank lines.
15131         * gdb.reverse/watch-reverse.exp: Delete blank lines.
15132
15133 2009-10-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
15134
15135         * gdb.base/consecutive.exp: Adjust.
15136         * gdb.base/display.exp: Likewise.
15137         * gdb.base/pc-fp.exp: Likewise.
15138         * gdb.base/sigbpt.exp: Likewise.
15139
15140 2009-10-19  Michael Snyder  <msnyder@vmware.com>
15141
15142         * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
15143         * gdb.reverse/finish-reverse.c: Ditto.
15144         * gdb.reverse/sigall-reverse.c: Ditto.
15145         * gdb.reverse/solib-reverse.c: Ditto.
15146         * gdb.reverse/step-reverse.c: Ditto.
15147         * gdb.reverse/watch-reverse.c: Ditto.
15148
15149 2009-10-19  Pedro Alves  <pedro@codesourcery.com>
15150             Stan Shebs  <stan@codesourcery.com>
15151
15152         * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
15153         * gdb.base/foll-exec.exp: Adjust to expect a process id before
15154         "Executing new program".
15155         * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
15156         * gdb.base/multi-forks.exp: Ditto.  Adjust to the inferior being
15157         left listed after having been killed.
15158         * gdb.base/attach.exp: Adjust to spell out "symbol-file".
15159         * gdb.base/maint.exp: Adjust test.
15160
15161         * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
15162         * gdb.multi/Makefile.in: New.
15163         * gdb.multi/base.exp: New.
15164         * gdb.multi/goodbye.c: New.
15165         * gdb.multi/hangout.c: New.
15166         * gdb.multi/hello.c: New.
15167         * gdb.multi/bkpt-multi-exec.c: New.
15168         * gdb.multi/bkpt-multi-exec.exp: New.
15169         * gdb.multi/crashme.c: New.
15170
15171 2009-10-13  Tristan Gingold  <gingold@adacore.com>
15172
15173         * gdb.base/sepdebug.exp: Check debug info are found.
15174
15175 2009-10-08  Pedro Alves  <pedro@codesourcery.com>
15176
15177         * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
15178         bits.
15179
15180 2009-10-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
15181
15182         * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
15183
15184 2009-10-07  Joel Brobecker  <brobecker@adacore.com>
15185
15186         * gdb.base/watchpoints.c: Add copyright header.  Reformat one
15187         of the comments.
15188
15189 2009-10-06  Pierre Muller  <muller@ics.u-strasbg.fr>
15190
15191         * gdb.base/annota1.exp: Remove obsolete match_max increase.
15192         * gdb.base/annota3.exp: Idem.
15193         * gdb.base/maint.exp: Idem.
15194
15195 2009-10-05  Pierre Muller  <muller@ics.u-strasbg.fr>
15196
15197         * lib/gdb.exp (default_gdb_init): Set current value of match_max
15198         to default.
15199
15200 2009-10-02  Pierre Muller  <muller@ics.u-strasbg.fr>
15201
15202         * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
15203         mingw and cygwin targets.
15204
15205 2009-10-02  Pierre Muller  <muller@ics.u-strasbg.fr>
15206             Pedro Alves  <pedro@codesourcery.com>
15207
15208         * lib/gdb.exp (gdb_compile): Avoid adding
15209         gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
15210
15211 2009-10-01  Pierre Muller  <muller@ics.u-strasbg.fr>
15212
15213         * gdb.base/shr1.c: Use %p in format string.
15214         * gdb.base/unload.c: Avoid warning in fprintf.
15215         * gdb.base/watchpoint-solib.c: Idem.
15216
15217 2009-10-01  Pierre Muller  <muller@ics.u-strasbg.fr>
15218
15219         * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
15220         long type.
15221         (test_unlink): Correct printf string.
15222         * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
15223         * gdb.threads/attachstop-mt.c: Add #include <string.h>.
15224
15225 2009-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
15226
15227         * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
15228         * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
15229         * gdb.arch/ia64-breakpoint-shadow.S: New file.
15230
15231 2009-09-29  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15232
15233         * gdb.objc/basicclass.exp: Disable pending breakpoint query.
15234         * gdb.objc/nondebug.exp: Likewise.
15235
15236 2009-09-29  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15237
15238         * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
15239         target_info setting.
15240
15241         * gdb.threads/thread-specific.exp (get_thread_list): Support targets
15242         that detect new threads during "info threads".
15243
15244 2009-09-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15245
15246         * gdb.threads/manythreads.c (main): Increase thread stack size
15247         to 2*PTHREAD_STACK_MIN.
15248         * gdb.threads/multi-create.c (main): Likewise.
15249         (create_function): Likewise.
15250
15251 2009-09-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15252
15253         * gdb.base/dump.exp: Pass difference of pointer types instead
15254         of integer types as offset to restore in intarr3.srec case.
15255
15256 2009-09-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15257
15258         * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
15259
15260 2009-09-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15261
15262         * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
15263
15264 2009-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
15265
15266         New test for two watchpoints, with disabling of
15267         the first inserted.
15268         * testsuite/gdb.base/watchpoints.c: New file.
15269         * testsuite/gdb.base/watchpoints.exp: New file.
15270
15271 2009-09-25  Tom Tromey  <tromey@redhat.com>
15272
15273         * gdb.base/charset.exp: Test utf-16 strings with Python.
15274
15275 2009-09-25  Tom Tromey  <tromey@redhat.com>
15276
15277         * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
15278         UCS-4.
15279         * gdb.base/charset.c (utf_32_string): Rename.
15280         (init_utf32): Rename.
15281         (main): Update.
15282
15283 2009-09-22  Tom Tromey  <tromey@redhat.com>
15284
15285         * gdb.python/py-function.exp: Add regression tests.
15286
15287 2009-09-21  Keith Seitz  <keiths@redhat.com>
15288
15289         * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
15290         with invalid operator.
15291
15292 2009-09-21  Keith Seitz  <keiths@redhat.com>
15293
15294         * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
15295         and destructor using typedef name of class.
15296         * gdb.cp/classes.cc (class Base1): Add a destructor.
15297         (base1): New typedef.
15298         (use_methods): Instanitate an object of type base1.
15299         * gdb.cp/templates.exp (test_template_typedef): New procedure.
15300         (do_tests): Call test_template_typedef.
15301         * gdb.cp/templates.cc (Baz::~Baz): New method.
15302         (intBazOne): New typedef.
15303         (main): Instantiate intBazOne.
15304
15305 2009-09-21  Phil Muldoon <pmuldoon@redhat.com>
15306
15307         PR python/10633
15308
15309         * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
15310         Function.
15311         (run_lang_tests): Add print elements test.
15312
15313 2009-09-21  Phil Muldoon <pmuldoon@redhat.com>
15314
15315         * gdb.python/py-value.exp (test_subscript_regression): New
15316         function.  Test for invalid subscripts.
15317         * gdb.python/py-value.c (main): Add test array, and pointer to it.
15318         (ptr_ref): New function.
15319
15320 2009-09-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
15321
15322         * gdb.base/default.exp: Fix "show convenience".
15323
15324 2009-09-15  Tom Tromey  <tromey@redhat.com>
15325
15326         * lib/mi-support.exp (mi_create_varobj): Update.
15327         (mi_create_floating_varobj): Likewise.
15328         (mi_create_dynamic_varobj): New proc.
15329         (mi_varobj_update): Update.
15330         (mi_varobj_update_with_type_change): Likewise.
15331         (mi_varobj_update_kv_helper): New proc.
15332         (mi_varobj_update_dynamic_helper): Rewrite.
15333         (mi_varobj_update_dynamic): New proc.
15334         (mi_list_varobj_children): Update.
15335         (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
15336         * gdb.python/python-prettyprint.py (pp_outer): New class.
15337         (pp_nullstr): Likewise.
15338         (lookup_function): Register new printers.
15339         * gdb.python/python-prettyprint.c (struct substruct): New type.
15340         (struct outerstruct): Likewise.
15341         (substruct_test): New function.
15342         (struct nullstr): New type.
15343         (string_1, string_2): New globals.
15344         (main): Add new tests.
15345         * gdb.python/python-mi.exp: Added regression tests.
15346         * gdb.mi/mi2-var-display.exp: Update.
15347         * gdb.mi/mi2-var-cmd.exp: Update.
15348         * gdb.mi/mi2-var-child.exp: Update.
15349         * gdb.mi/mi2-var-block.exp: Update.
15350         * gdb.mi/mi-var-invalidate.exp: Update.
15351         * gdb.mi/mi-var-display.exp: Update.
15352         * gdb.mi/mi-var-cmd.exp: Update.
15353         * gdb.mi/mi-var-child.exp: Update.
15354         * gdb.mi/mi-var-block.exp: Update.
15355         * gdb.mi/mi-break.exp: Update.
15356         * gdb.mi/gdb701.exp: Update.
15357
15358 2009-09-14  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
15359
15360         * Makefile.in: Inclusion of catch-syscall object.
15361         * gdb.base/catch-syscall.c: New file.
15362         * gdb.base/catch-syscall.exp: New file.
15363
15364 2009-09-12  Michael Snyder  <msnyder@vmware.com>
15365
15366         * gdb.reverse/step-reverse.exp: Explicitly check for targets
15367         that can support reverse debuggnig.
15368
15369 2009-09-11  Tom Tromey  <tromey@redhat.com>
15370
15371         * gdb.dwarf2/valop.S: New file.
15372         * gdb.dwarf2/valop.exp: New file.
15373
15374 2009-09-11  Mark Kettenis  <kettenis@gnu.org>
15375
15376         * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
15377
15378 2009-09-10  Doug Evans  <dje@google.com>
15379
15380         * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
15381         Add $gdb_prompt to second breakpoint regexp.
15382
15383 2009-09-08  Thiago Jung Bauermann  <thiago.bauermann@gmail.com>
15384
15385         * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
15386         names, add missing ones.
15387         * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
15388         * gdb.python/py-frame.c: Rename from python-frame.c.
15389         * gdb.python/py-frame.exp: Rename from python-frame.exp.  Adjust
15390         testfile name.
15391         * gdb.python/py-function.exp: Rename from python-function.exp.
15392         * gdb.python/py-mi.exp: Rename from python-mi.exp.  Adjust
15393         testfile name.
15394         * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
15395         * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
15396         Adjust testfile name.
15397         * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
15398         * gdb.python/py-template.cc: Rename from python-template.cc.
15399         * gdb.python/py-template.exp: Rename from python-template.exp.
15400         Adjust testfile name.
15401         * gdb.python/py-value.c: Rename from python-value.c.
15402         * gdb.python/py-value.exp: Rename from python-value.exp.  Adjust
15403         testfile name.
15404
15405 2009-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
15406
15407         * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
15408         $bpt2address.
15409         (Second breakpoint address is valid on ia64)
15410         (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
15411
15412 2009-09-03  Joseph Myers  <joseph@codesourcery.com>
15413
15414         * gdb.base/ending-run.exp: Restrict regular expression matching
15415         line number to require closing brace following.
15416
15417 2009-09-03  Doug Evans  <dje@google.com>
15418
15419         * gdb.base/store.exp (check_set): Fix typo in expected value message.
15420
15421 2009-09-02  Tom Tromey  <tromey@redhat.com>
15422
15423         * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
15424
15425 2009-09-02  Tom Tromey  <tromey@redhat.com>
15426
15427         * gdb.dwarf2/callframecfa.exp: New file.
15428         * gdb.dwarf2/callframecfa.S: New file.
15429
15430 2009-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
15431
15432         * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
15433         gdb.base/solib-overlap-main.c: New.
15434
15435 2009-08-28  Daniel Jacobowitz  <dan@codesourcery.com>
15436
15437         PR gdb/10565
15438
15439         * gdb.base/bitfields.c (struct container, container): New.
15440         (main): Initialize it and call break5.
15441         * gdb.base/bitfields.exp (bitfield_at_offset): New test.
15442
15443 2009-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
15444
15445         Support constant DW_AT_data_member_location by GCC PR debug/40659.
15446         * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
15447
15448 2009-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
15449
15450         * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
15451
15452 2009-08-26  Michael Snyder  <msnyder@vmware.com>
15453
15454         * gdb.base/i386-reverse.c: New file.
15455         * gdb.base/i386-reverse.exp: New file.
15456         * gdb.base/Makefile.in: Add new files to be removed.
15457
15458 2009-08-26  Joseph Myers  <joseph@codesourcery.com>
15459
15460         * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
15461         environment-pwd for remote host.
15462         * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
15463
15464 2009-08-24  Keith Seitz  <keiths@redhat.com>
15465
15466         * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
15467         Add two new C++ completer tests which limit the output to a
15468         given class.
15469
15470 2009-08-24  Michael Snyder  <msnyder@vmware.com>
15471
15472         * gdb.base/del.exp: Fix typo in comment.
15473         * gdb.base/step-bt.exp: Fix cut and paste error in comment.
15474
15475 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15476
15477         * configure: Regenerate.
15478         * gdb.hp/configure: Likewise.
15479         * gdb.hp/gdb.aCC/configure: Likewise.
15480         * gdb.hp/gdb.base-hp/configure: Likewise.
15481         * gdb.hp/gdb.compat/configure: Likewise.
15482         * gdb.hp/gdb.defects/configure: Likewise.
15483         * gdb.hp/gdb.objdbg/configure: Likewise.
15484         * gdb.stabs/configure: Likewise.
15485
15486 2009-08-19  Doug Evans  <dje@google.com>
15487
15488         * gdb.base/gdbvars.c: New file.
15489         * gdb.base/gdbvars.exp: Test convenience vars with program variables.
15490
15491 2009-08-14  Pedro Alves  <pedro@codesourcery.com>
15492
15493         * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
15494         gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
15495
15496 2009-08-13  Pedro Alves  <pedro@codesourcery.com>
15497
15498         * gdb.base/default.exp: Adjust "set language test": it's now an
15499         enum command.  Larger help string moved to "help set language".
15500         * gdb.base/help.exp: Adjust "help set language" expected output,
15501         now lists all known languages.
15502
15503 2009-08-11  Nathan Froyd  <froydnj@codesourcery.com>
15504
15505         * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
15506         all frame arguments.
15507         * gdb.arch/altivec-regs.exp: Likewise.
15508
15509 2009-08-07  Tom Tromey  <tromey@redhat.com>
15510
15511         * gdb.base/setshow.exp: Add tests for changes to set language, set
15512         check range, and set check type.
15513
15514 2009-08-03  Vladimir Prus  <vladimir@codesourcery.com>
15515
15516         * lib/mi-support.exp (mi_list_breakpoints): Make it work.
15517         * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
15518         Call it.
15519
15520 2009-07-31  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15521
15522         * configure.ac: Run gdb.cell tests when appropriate.
15523         * configure: Regenerate.
15524         * lib/cell.exp: New file.
15525         * gdb.cell: New directory.
15526         * gdb.cell/configure.ac: New file.
15527         * gdb.cell/configure: New file.
15528         * gdb.cell/Makefile.in: New file.
15529         * gdb.cell/arch.exp: New file.
15530         * gdb.cell/break.c: New file.
15531         * gdb.cell/break.exp: New file.
15532         * gdb.cell/break-spu.c: New file.
15533         * gdb.cell/bt.c: New file.
15534         * gdb.cell/bt2-spu.c: New file.
15535         * gdb.cell/bt-spu.c: New file.
15536         * gdb.cell/bt.exp: New file.
15537         * gdb.cell/coremaker.c: New file.
15538         * gdb.cell/coremaker-spu.c: New file.
15539         * gdb.cell/core.exp: New file.
15540         * gdb.cell/gcore.exp: New file.
15541         * gdb.cell/data.c: New file.
15542         * gdb.cell/data.exp: New file.
15543         * gdb.cell/data-spu.c: New file.
15544         * gdb.cell/ea-cache.exp: New file.
15545         * gdb.cell/ea-cache.c: New file.
15546         * gdb.cell/ea-cache-spu.c: New file.
15547         * gdb.cell/ea-standalone.c: New file.
15548         * gdb.cell/ea-standalone.exp: New file.
15549         * gdb.cell/ea-test.c: New file.
15550         * gdb.cell/ea-test.exp: New file.
15551         * gdb.cell/f-regs.exp: New file.
15552         * gdb.cell/mem-access.c: New file.
15553         * gdb.cell/mem-access.exp: New file.
15554         * gdb.cell/mem-access-spu.c: New file.
15555         * gdb.cell/ptype.exp: New file.
15556         * gdb.cell/registers.exp: New file.
15557         * gdb.cell/size.c: New file.
15558         * gdb.cell/sizeof.exp: New file.
15559         * gdb.cell/size-spu.c: New file.
15560         * gdb.cell/solib.exp: New file.
15561         * gdb.cell/solib-symbol.exp: New file.
15562
15563 2009-07-31  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15564
15565         * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
15566
15567 2009-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
15568
15569         * gdb.base/float.exp: Handle VFP registers.
15570
15571 2009-07-14  Michael Snyder  <msnyder@vmware.com>
15572
15573         * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
15574         to bring gdb to the beginning of the calling line.
15575
15576         * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
15577         confusing the i386 epilogue unwinder.
15578
15579 2009-07-14  Stan Shebs  <stan@codesourcery.com>
15580
15581         * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
15582
15583 2009-07-14  Michael Snyder  <msnyder@vmware.com>
15584
15585         * gdb.reverse/step-reverse.exp (stepi into function call):
15586         Call instruction may not be first instruction in the line.
15587         (reverse stepi from a function call): Used wrong line number.
15588
15589 2009-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
15590
15591         * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
15592
15593 2009-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
15594
15595         Fix gdb.base/macscp.exp when using custom inputrc.
15596         * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
15597         * gdb.base/readline.exp: Remove env(INPUTRC) set and restore.  Remove
15598         env(TERM) set.
15599         * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
15600         * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
15601
15602 2009-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
15603
15604         Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
15605         * gdb.base/annota1.exp (thread_test): Import global $testfile.
15606         Change the compilation target to match the testcase name.
15607         * gdb.base/sect-cmd.exp: Change the compilation target to match the
15608         testcase name.
15609         * a2-run.exp: Use for setup prepare_for_testing.  Change the
15610         compilation target to match the testcase name.
15611         * gdb.base/commands.exp: Likewise.
15612         * gdb.base/finish.exp: Likewise.
15613         * gdb.base/float.exp: Likewise.
15614         * gdb.base/info-target.exp: Likewise.
15615         * gdb.base/relational.exp: Likewise.
15616         * gdb.base/term.exp: Likewise.
15617         * gdb.base/until.exp: Likewise.
15618         * gdb.base/volatile.exp: Likewise.
15619         * gdb.base/whatis-exp.exp: Likewise.
15620
15621 2009-07-11  Hui Zhu  <teawater@gmail.com>
15622
15623         * gdb.base/help.exp (disassemble): Update expected help text.
15624
15625 2009-07-09  Tom Tromey  <tromey@redhat.com>
15626
15627         * lib/gdb.exp: Handle TRANSCRIPT.
15628         (remote_spawn, remote_close, send_gdb): New procs.
15629
15630 2009-07-10 Phil Muldoon  <pmuldoon@redhat.com>
15631
15632         * gdb.python/python-prettyprint.c: Add counted null string
15633         structure.
15634         * gdb.python/python-prettyprint.exp: Print null string. Test for
15635         embedded nulls.
15636         * gdb.python/python-prettyprint.py (pp_ns): New Function.
15637         * gdb.python/python-value.exp (test_value_in_inferior): Add
15638         variable length string fetch tests.
15639         * gdb.python/python-value.c (main): Add strings for string fetch tests.
15640
15641 2009-07-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
15642
15643         * gdb.base/dump.exp (inaccessible memory is reported): New test.
15644
15645 2009-07-07  Tom Tromey  <tromey@redhat.com>
15646
15647         * gdb.base/call-rt-st.exp: Update for change to escape output.
15648         * gdb.base/callfuncs.exp: Likewise.
15649         * gdb.base/charset.exp: Likewise.
15650         * gdb.base/constvars.exp: Likewise.
15651         * gdb.base/long_long.exp: Likewise.
15652         * gdb.base/pointers.exp: Likewise.
15653         * gdb.base/printcmds.exp: Likewise.
15654         * gdb.base/setvar.exp: Likewise.
15655         * gdb.base/store.exp: Likewise.
15656         * gdb.cp/ref-types.exp: Likewise.
15657         * gdb.mi/mi-var-child.exp: Likewise.
15658         * gdb.mi/mi-var-display.exp: Likewise.
15659         * gdb.mi/mi2-var-display.exp: Likewise.
15660         * gdb.base/charset.exp: Test octal escape sequence length.
15661         Update for change to escape output.
15662
15663 2009-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
15664
15665         * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
15666
15667 2009-07-06  Daniel Jacobowitz  <dan@codesourcery.com>
15668
15669         * lib/java.exp (java_init): Ignore $GCJ if it is empty.
15670
15671 2009-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
15672
15673         * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
15674         gdbserver increasing $portnum if "Can't bind address" has been seen.
15675
15676 2009-07-05  Pedro Alves  <pedro@codesourcery.com>
15677
15678         * gdb.base/ending-run.exp: Add "step out of main" pattern for
15679         mingw32ce.
15680
15681 2009-07-05  Pedro Alves  <pedro@codesourcery.com>
15682
15683         * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
15684         VFP format.
15685
15686 2009-07-02  Pedro Alves  <pedro@codesourcery.com>
15687
15688         * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
15689         linux.  Adjust to use "inferior", "info inferiors", "detach
15690         inferior" and "kill inferior" instead of "restart", "info fork",
15691         "detach fork" and "delete fork".
15692         * gdb.base/ending-run.exp: Spell out "info".
15693         * gdb.base/help.exp: Adjust to use test_prefix_command_help for
15694         the "kill" command.
15695
15696 2009-07-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15697
15698         * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
15699         change to prefix TLS offset in hex with 0x.
15700
15701 2009-07-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15702
15703         * gdb.base/default.exp: Update test case for "x" changes.
15704
15705 2009-07-01  Tristan Gingold  <gingold@adacore.com>
15706
15707         * gdb.base/bigcore.exp: Make darwin untested.
15708
15709 2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
15710
15711         * gdb.base/completion.exp (directory completion): Create the directory.
15712         New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
15713         escapeuniquesub.
15714         (directory completion 2): Expect now ${escapeuniquesub}.
15715         (Glob remaining of directory test): Remove one excessive newline.
15716         Expect the real output.
15717
15718 2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
15719
15720         Fix `make check//%' target after `make check' has been ran.
15721         * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency.  Add
15722         a mkdir call.
15723         (check-gdb.base%): Remove the gdb.base%/.dir dependency.
15724         (%/.dir): Remove.
15725
15726 2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
15727
15728         * lib/mi-support.exp (mi_check_thread_states): Permit any output before
15729         the expected result record.
15730
15731 2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
15732
15733         Remove racy FAILs relying just on the timeouts.
15734         * gdb.base/setshow.exp (set annotate 2, show annotate (2))
15735         (annotation_level 2): Remove racy FAILs.
15736
15737 2009-06-30  Paul Pluzhnikov  <ppluzhnikov@google.com>
15738
15739         gdb/10275
15740         * gdb.dwarf2/dw2-restore.{S,exp}: New test.
15741
15742 2009-06-30  Daniel Jacobowitz  <dan@codesourcery.com>
15743
15744         * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
15745
15746 2009-06-30  Vladimir Prus  <vladimir@codesourcery.com>
15747
15748         * gdb.mi/mi-stack.exp: Testing symbolic options
15749         to -stack-list-locals and -stack-list-arguments.
15750
15751 2009-06-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
15752
15753         * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
15754
15755 2009-06-29  Tom Tromey  <tromey@redhat.com>
15756
15757         * dg-extract-results.sh: New file.
15758         * Makefile.in (FORCE_PARALLEL): New variable.
15759         (CHECK_TARGET): New conditional variable.
15760         (check): Use CHECK_TARGET.
15761         (DO_RUNTEST): New variable.
15762         (check-single): New target.
15763         (TEST_DIRS): New variable.
15764         (TEST_TARGETS): Likewise.
15765         (check-parallel): New target.
15766         (check-gdb.%): New pattern.
15767         (BASE1_FILES): New variable.
15768         (BASE2_FILES): Likewise.
15769         (check-gdb.base%): New pattern.
15770         (%/.dir): New pattern.
15771         * configure: Rebuild.
15772         * aclocal.m4 (AM_CONDITIONAL): New defun.
15773         * configure.ac: Check whether user is using GNU make.
15774         (GMAKE): New conditional.
15775
15776 2009-06-29  Sami Wagiaalla  <swagiaal@redhat.com>
15777
15778         * gdb.cp/namespace-nested-import.cc: New test.
15779         * gdb.cp/namespace-nested-import.exp: New test.
15780
15781 2009-06-27  Daniel Jacobowitz  <dan@codesourcery.com>
15782
15783         * gdb.base/break.exp: Add an XFAIL for gcc/36748.
15784         * gdb.cp/annota2.exp: Accept frames-invalid in more places.
15785         * gdb.opt/Makefile.in (EXECUTABLES): Update.
15786         * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
15787         * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
15788         gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
15789         gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
15790         gdb.opt/inline-markers.c: New files.
15791         * lib/gdb.exp (skip_inline_frame_tests): New function.
15792         (skip_inline_var_tests): New function.
15793
15794 2009-06-27  Andreas Schwab  <schwab@linux-m68k.org>
15795
15796         * gdb.cp/exception.exp: Don't require $hex before inner frame in
15797         backtrace.
15798
15799 2009-06-27  Michael Snyder  <msnyder@vmware.com>
15800
15801         * gdb.reverse: New directory.
15802         * gdb.reverse/break-reverse.c: New test.
15803         * gdb.reverse/break-reverse.exp: New test.
15804         * gdb.reverse/consecutive-reverse.c: New test.
15805         * gdb.reverse/consecutive-reverse.exp: New test.
15806         * gdb.reverse/finish-reverse.c: New test.
15807         * gdb.reverse/finish-reverse.exp: New test.
15808         * gdb.reverse/machinestate.c: New test.
15809         * gdb.reverse/ms1.c: New test.
15810         * gdb.reverse/machinestate.exp: New test.
15811         * gdb.reverse/Makefile.in: New file.
15812         * gdb.reverse/shr2.c: New test.
15813         * gdb.reverse/solib-reverse.c: New test.
15814         * gdb.reverse/solib-reverse.exp: New test.
15815         * gdb.reverse/step-reverse.c: New test.
15816         * gdb.reverse/step-reverse.exp: New test.
15817         * gdb.reverse/until-reverse.c: New test.
15818         * gdb.reverse/ur1.c: New test.
15819         * gdb.reverse/until-reverse.exp: New test.
15820         * gdb.reverse/watch-reverse.c: New test.
15821         * gdb.reverse/watch-reverse.exp: New test.
15822         * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
15823         * configure: Regenerate.
15824
15825 2009-06-26  Doug Evans  <dje@google.com>
15826
15827         * gdb.base/psymtab.exp: Turn off pending breakpoints.
15828
15829 2009-06-26  Pierre Muller  <muller@ics.u-strasbg.fr>
15830
15831         * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
15832         windows problem for 'file delete $binfile'.
15833
15834 2009-06-23  Sami Wagiaalla  <swagiaal@redhat.com>
15835
15836         * gdb.cp/namespace-using.exp: New test.
15837         * gdb.cp/namespace-using.cc: New test.
15838
15839 2009-05-20  Joel Brobecker  <brobecker@adacore.com>
15840
15841         * gdb.ada/variant_record_packed_array: New testcase.
15842
15843 2009-06-23  Tom Tromey  <tromey@redhat.com>
15844
15845         * gdb.base/charset.exp (test_combination): Regression test.
15846         * gdb.base/charset.c (my_wchar_t): New typedef.
15847         (myvar): New global.
15848         (main): Set myvar.
15849
15850 2009-06-18  Pierre Muller  <muller@ics.u-strasbg.fr>
15851
15852         * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
15853         target.
15854
15855 2009-06-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15856
15857         * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
15858
15859 2009-06-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15860
15861         * gdb.mi/gdb680.exp: Update test for error message.
15862
15863 2009-06-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15864
15865         * gdb.base/annota1.exp: Allow multiple occurrences of the
15866         frames-invalid annotation.
15867         * gdb.cp/annota2.exp: Likewise.
15868
15869 2009-06-15  Phil Muldoon  <pmuldoon@redhat.com>
15870
15871         * gdb.cp/gdb2495.cc: New file.
15872         * gdb.cp/gdb2495.exp: New file.
15873
15874 2009-06-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
15875
15876         Report error on GDB crash during runto.
15877         * lib/gdb.exp (runto <eof>): New.
15878
15879 2009-06-09  Daniel Jacobowitz  <dan@codesourcery.com>
15880
15881         * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
15882         gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
15883         gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
15884         gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
15885         gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
15886         gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
15887         gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
15888         gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
15889         gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
15890         gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
15891         gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
15892         gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
15893         gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
15894         gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
15895         gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
15896         gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
15897         gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
15898         gdb.server/server-mon.exp, gdb.server/server-run.exp,
15899         gdb.trace/actions.exp, gdb.trace/backtrace.exp,
15900         gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
15901         gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
15902         gdb.trace/passcount.exp, gdb.trace/report.exp,
15903         gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
15904         gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
15905         gdb.trace/while-stepping.exp: Use a unique name for the compiled
15906         executable.
15907
15908 2009-06-07  Pedro Alves  <pedro@codesourcery.com>
15909
15910         * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
15911         defined before referencing it.
15912
15913 2009-06-03  Doug Evans  <dje@google.com>
15914
15915         * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
15916         * gdb.arch/i386-see.c: Ditto.
15917
15918 2009-05-30  Pierre Muller  <muller@ics.u-strasbg.fr>
15919
15920         * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
15921         (check_macro): Return 1 if undefined.
15922         If first test fails, check if macro debug information is available,
15923         and report unsupported test if no macro information is found.
15924
15925 2009-05-29  Doug Evans  <dje@google.com>
15926
15927         * gdb.threads/hand-call-in-threads.exp: New.
15928         * gdb.threads/hand-call-in-threads.c: New.
15929
15930 2009-05-29  Michael Snyder  <msnyder@vmware.com>
15931
15932         * gdb.base/break-always.exp: Change "1" to "on".
15933         Add confirmation check.
15934
15935 2009-05-28  Pedro Alves  <pedro@codesourcery.com>
15936
15937         * gdb.threads/threxit-hop-specific.c: New.
15938         * gdb.threads/threxit-hop-specific.exp: New.
15939         * gdb.threads/thread-execl.c: New.
15940         * gdb.threads/thread-execl.exp: New.
15941
15942 2009-05-27  Tom Tromey  <tromey@redhat.com>
15943             Thiago Jung Bauermann  <bauerman@br.ibm.com>
15944
15945         * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
15946         (mi_child_regexp): Likewise.
15947         (mi_list_varobj_children_range): Likewise.
15948         (mi_get_features): Likewise.
15949         (mi_list_varobj_children): Rewrite.
15950         * gdb.python/python-mi.exp: New file.
15951
15952 2009-05-27  Tom Tromey  <tromey@redhat.com>
15953             Thiago Jung Bauermann  <bauerman@br.ibm.com>
15954             Phil Muldoon  <pmuldoon@redhat.com>
15955             Paul Pluzhnikov  <ppluzhnikov@google.com>
15956
15957         * gdb.python/python-prettyprint.exp: New file.
15958         * gdb.python/python-prettyprint.c: New file.
15959         * gdb.python/python-prettyprint.py: New file.
15960         * gdb.base/display.exp: print/r is now valid.
15961
15962 2009-05-27  Thiago Jung Bauermann  <bauerman@br.ibm.com>
15963             Tom Tromey  <tromey@redhat.com>
15964             Pedro Alves  <pedro@codesourcery.com>
15965             Paul Pluzhnikov  <ppluzhnikov@google.com>
15966
15967         * gdb.python/python-template.exp: New file.
15968         * gdb.python/python-template.cc: New file.
15969         * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
15970         tests.
15971         * gdb.python/python-value.exp (py_objfile_tests): New proc.
15972         Call it.
15973         (test_value_after_death): New proc.
15974         * gdb.python/python-value.c (PTR): New typedef.
15975         (main): New variable 'x'.
15976
15977 2009-05-27  Tom Tromey  <tromey@redhat.com>
15978
15979         * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
15980         tests.
15981         * gdb.python/python-value.exp (py_objfile_tests): New proc.
15982         Call it.
15983
15984 2009-05-27  Pedro Alves  <pedro@codesourcery.com>
15985
15986         * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
15987
15988 2009-05-24  Pedro Alves  <pedro@codesourcery.com>
15989
15990         * gdb.threads/fork-thread-pending.c: New.
15991         * gdb.threads/fork-thread-pending.exp: New.
15992
15993 2009-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
15994
15995         * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
15996         * gdb.dwarf2/dw2-strp.S (a_string2): New.
15997
15998 2009-05-18  Jon Beniston  <jon@beniston.com>
15999
16000         * gdb.asm/asm-source.exp: Add lm32 target.
16001
16002 2009-05-17  Pedro Alves  <pedro@codesourcery.com>
16003
16004         * gdb.base/foll-fork.c: Include stdlib.h.  Add markers for
16005         `gdb_get_line_number'.  Call `callee' in both parent and child.
16006         * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
16007         `gdb_get_line_number' instead of hardcoding line numbers.
16008         (catch_fork_unpatch_child): New procedure to test detaching
16009         breakpoints from child fork.
16010         (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
16011         hardcoding line numbers.
16012         (do_fork_tests): Run `catch_fork_unpatch_child'.
16013
16014 2009-05-17  Vladimir Prus  <vladimir@codesourcery.com>
16015
16016         * gdb.mi/mi-cmd-var.exp: Check that when varobj
16017         of structure type enters or leaves the scope, it
16018         is reported by -var-update.
16019
16020 2009-05-11  Doug Evans  <dje@sebabeach.org>
16021
16022         * gdb.mi/nsintrall.c (main): Fix off-by-one error.
16023         * gdb.threads/pending-step.c (main): Fix off-by-one error.
16024         * gdb.threads/schedlock.c (main): Fix off-by-one error.
16025
16026 2009-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
16027
16028         * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
16029
16030 2009-04-30  Doug Evans  <dje@google.com>
16031
16032         * gdb.threads/watchthreads2.exp: New testcase.
16033         * gdb.threads/watchthreads2.c: New testcase.
16034
16035 2009-04-29  Doug Evans  <dje@google.com>
16036
16037         * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
16038         * gdb.cp/mb-ctor.cc: Ditto.
16039         * gdb.cp/mb-inline.exp: Add multi-line source statement test.
16040         * gdb.cp/mb-inline.h (multi_line_foo): New function.
16041         * gdb.cp/mb-inline1.cc: Call it.
16042         * gdb.cp/mb-inline2.cc: Ditto.
16043         * gdb.cp/mb-templates.exp: Add multi-line source statement test.
16044         * gdb.cp/mb-templates.cc (multi_line_foo): New template.
16045
16046 2009-04-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
16047
16048         * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
16049         (info_macro): Remova `decimal' declaration.  New variable `nonzero'.
16050         Replace all uses of `decimal' by `nonzero'.
16051         (info macro FROM_COMMANDLINE): New test.
16052
16053 2009-04-27  Tom Tromey  <tromey@redhat.com>
16054
16055         * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
16056
16057 2009-04-27  Doug Evans  <dje@google.com>
16058
16059         * gdb.threads/watchthreads.c (main): Initialize args before starting
16060         the threads.  Plus formatting cleanup.
16061         * gdb.threads/watchthreads.exp: Avoid errant failures due to
16062         biased scheduling of one thread.
16063
16064 2009-04-27  Jerome Guitton  <guitton@adacore.com>
16065
16066         * gdb.cp/templates.cc (GetMax): New template.
16067         (main): Declare two instances of GetMax.
16068         * gdb.cp/templates.exp: Add new test.
16069
16070 2009-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
16071
16072         * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
16073
16074 2009-04-22  Joseph Myers  <joseph@codesourcery.com>
16075
16076         * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
16077
16078 2009-04-15  Tom Tromey  <tromey@redhat.com>
16079
16080         * gdb.base/charset.exp: Add regression test.
16081
16082 2009-04-14  Joel Brobecker  <brobecker@adacore.com>
16083
16084         * gdb.base/exe-lock.exp: New testcase.
16085
16086 2009-04-13  Tom Tromey  <tromey@redhat.com>
16087
16088         * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
16089         operator on Frame.
16090
16091 2009-04-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
16092
16093         * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
16094         * gdb.server/ext-attach.exp: Likewise.
16095
16096 2009-04-03  Vladimir Prus  <vladimir@codesourcery.com>
16097
16098         Eliminate some sleep usage.
16099
16100         * gdb.mi/basics.c (do_nothing): New.
16101         (main): Use do_nothing instead of printf, so that
16102         not to introduce race condition between output of
16103         inferiour and output of gdb. Do not use sleep as it
16104         is not generally available on embedded targets.
16105
16106 2009-04-02  Pedro Alves  <pedro@codesourcery.com>
16107
16108         * gdb.server/ext-attach.exp: Expect an optional process id after
16109         "Detached from remote process".
16110
16111 2009-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
16112
16113         * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
16114         gdb.dwarf2/dw2-unresolved.exp: New.
16115
16116 2009-04-02  Pedro Alves  <pedro@codesourcery.com>
16117
16118         * gdb.mi/mi-nonstop-exit.exp: Don't check isnative.  Use
16119         mi_run_to_main.
16120
16121 2009-04-02  Pedro Alves  <pedro@codesourcery.com>
16122
16123         * gdb.mi/mi-nonstop.exp: Don't check isnative.  Use
16124         mi_run_to_main.  Skip thread exit test on remote targets.
16125         * gdb.mi/mi-nsintrall.exp: Don't check isnative.  Use
16126         mi_run_to_main.
16127         * gdb.mi/mi-nsmoribund.exp: Don't check isnative.  Use
16128         mi_run_to_main.
16129         * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
16130         when expecting ^connected.  Detect when the target doesn't support
16131         non-stop mode.
16132         (mi_run_cmd): Detect if non-stop mode was requested by isn't
16133         supported.  Return -1 on error, 0 on success.
16134         (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
16135         (mi_runto): Return mi_runto_helper's result explicitly.
16136
16137 2009-04-01  Pedro Alves  <pedro@codesourcery.com>
16138
16139         * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
16140
16141 2009-04-01  Tom Tromey  <tromey@redhat.com>
16142
16143         * gdb.base/funcargs.exp: Set print frame-arguments to "all".
16144         * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
16145         * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
16146         * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
16147
16148 2009-03-31  Daniel Jacobowitz  <dan@codesourcery.com>
16149             Jan Kratochvil  <jan.kratochvil@redhat.com>
16150
16151         PR gdb/931
16152         * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
16153         output.
16154         * gdb.cp/templates.exp: Allow canonical output.  Remove KFAILs
16155         for gdb/931.
16156         * dw2-strp.S (DW_AT_language): Change to C++.
16157         (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
16158
16159 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
16160
16161         * gdb.ada/tasks: New testcase.
16162
16163 2009-03-30  Stan Shebs  <stan@codesourcery.com>
16164
16165         * gdb.trace/actions.exp: Update to match new info trace format.
16166         * gdb.trace/deltrace.exp: Ditto.
16167         * gdb.trace/infotrace.exp: Ditto.
16168         * gdb.trace/passcount.exp: Ditto.
16169         * gdb.trace/save-trace.exp: Ditto.
16170         * gdb.trace/while-stepping.exp: Ditto.
16171         * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
16172
16173 2009-03-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
16174
16175         * gdb.python/python-frame.c: New file.
16176         * gdb.python/python-frame.exp: New file.
16177
16178 2009-03-29  Thiago Jung Bauermann  <bauerman@br.ibm.com>
16179
16180         * gdb.python/python-value.exp: Add tests for the address
16181         attribute.
16182
16183 2009-03-29  Andreas Schwab  <schwab@linux-m68k.org>
16184
16185         * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
16186
16187 2009-03-26  Doug Evans  <dje@google.com>
16188
16189         * gdb.mi/mi-nonstop-exit.exp: New file.
16190         * gdb.mi/non-stop-exit.c: New file.
16191
16192 2009-03-26  Tom Tromey  <tromey@redhat.com>
16193
16194         Update for change to prologue skipping:
16195         * gdb.mi/mi2-simplerun.exp: Update.
16196         * gdb.mi/mi2-break.exp: Update.
16197         * gdb.mi/mi-simplerun.exp: Update.
16198         * gdb.mi/mi-break.exp: Update.
16199         * gdb.base/ending-run.exp: Update.
16200
16201 2009-03-26  Thiago Jung Bauermann  <bauerman@br.ibm.com>
16202
16203         * gdb.python/python-value.exp (test_value_in_inferior): Test
16204         gdb.Value.is_optimized_out attribute.
16205
16206 2009-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
16207
16208         * gdb.dwarf2/dw2-noloc-main.c: New file.
16209         * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
16210         (.text): Remove.
16211         (.data): New.
16212         (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
16213         (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
16214         (DW_TAG_subprogram func_cu1, noloc): Remove.
16215         (main): New.
16216         * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
16217         `dw2-noloc-main.c'.  Test the new DIEs from `dw2-noloc.S'.
16218         (file_symbols): New procedure.
16219
16220 2009-03-25  Tom Tromey  <tromey@redhat.com>
16221
16222         * gdb.base/charset.exp (valid_target_charset): New proc.
16223         Use it to skip tests on invalid charsets.
16224
16225 2009-03-25  Pierre Muller  <muller@ics.u-strasbg.fr>
16226
16227         * gdb.base/completion.exp: Add a test for directory completion.
16228
16229 2009-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
16230
16231         Fix a racy FAIL.
16232         * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
16233         * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
16234
16235 2009-03-21  Thiago Jung Bauermann  <bauerman@br.ibm.com>
16236
16237         * gdb.python/python-cmd.exp: Add tests for keyword arguments.
16238         * gdb.python/python-function.exp: Add test for function returning
16239         a GDB value.
16240
16241 2009-03-20  Thiago Jung Bauermann  <bauerman@br.ibm.com>
16242
16243         * gdb.python/python-function.exp: New file.
16244
16245 2009-03-20  Tom Tromey  <tromey@redhat.com>
16246
16247         * gdb.base/store.exp: Update for change to escape output.
16248         * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
16249         to escape output.
16250         * gdb.base/pointers.exp: Update for change to escape output.
16251         * gdb.base/long_long.exp (gdb_test_long_long): Update for change
16252         to escape output.
16253         * gdb.base/constvars.exp (do_constvar_tests): Update for change to
16254         escape output.
16255         * gdb.base/call-rt-st.exp (print_struct_call): Update for change
16256         to escape output.
16257         * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
16258         escape output.
16259         * gdb.base/setvar.exp: Update for change to escape output.
16260         * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
16261         * gdb.base/printcmds.exp (test_print_all_chars): Update for change
16262         to escape output.
16263         (test_print_string_constants): Likewise.
16264         * gdb.base/charset.exp (valid_host_charset): Check size of
16265         wchar_t.  Handle UCS-2 and UCS-4.  Add tests for wide and unicode
16266         cases.  Handle "auto"-related output.
16267         * gdb.base/charset.c (char16_t, char32_t): New typedefs.
16268         (uvar, Uvar): New globals.
16269
16270 2009-03-19  Jerome Guitton  <guitton@adacore.com>
16271
16272         * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
16273         deltas.
16274         * gdb.ada/fixed_points.exp: Ditto.
16275
16276 2009-03-18  Pedro Alves  <pedro@codesourcery.com>
16277
16278         * return-nodebug.c: Don't include stdio.h.
16279         (init): Delete.
16280         (func): Delete definition and provide extern declaration.
16281         (t): New.
16282         (main): Don't call printf.  Call func and store its result in t.
16283         * return-nodebug1.c: New.
16284         * return-nodebug.exp: Don't expect stdio output.  Instead, print
16285         the global variable t.  Drop printf formatters and cast types from
16286         foreach loop.  Don't use prepare_for_testing.  Compile
16287         return-nodebug.c and return-nodebug1.c in separate steps.  Don't
16288         define FORMAT or CAST.
16289
16290 2009-03-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
16291
16292         * gdb.base/solib-display.exp: Disable test for remote targers.
16293
16294 2009-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
16295
16296         * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
16297
16298 2009-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
16299
16300         Fix a racy FAIL.
16301         * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
16302         code from `follow parent, print pids'.
16303         (`follow child, print pids', `follow parent, print pids'): Call it.
16304         Replace `gdb_test "break..."' by gdb_breakpoint.
16305
16306 2009-03-13  Vladimir Prus  <vladimir@codesourcery.com>
16307
16308         * gdb.mi/mi-cli.exp: Adjust for output difference in
16309         sync and async modes.
16310
16311 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
16312
16313         * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
16314         that was checked in by mistake. Remove loading of ada.exp, since
16315         this is not necessary in this case.
16316
16317 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
16318
16319         * gdb.ada/ptype_arith_binop.exp: New testcase.
16320
16321 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
16322
16323         * gdb.ada/mod_from_name: New testcase.
16324
16325 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
16326
16327         * gdb.ada/tick_last_segv: New testcase.
16328
16329 2009-03-12  Vladimir Prus  <vladimir@codesourcery.com>
16330
16331         * gdb.mi/mi-cli.exp: Remove debug print.
16332
16333 2009-03-12  Vladimir Prus  <vladimir@codesourcery.com>
16334
16335         * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
16336         include the token in ^running and frame info in *stopped.
16337
16338 2009-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
16339
16340         * solib-display.exp: New file.
16341         * solib-display-main.c: New file.
16342         * solib-display-lib.c: New file.
16343
16344 2009-03-05  Pedro Alves  <pedro@codesourcery.com>
16345
16346         * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
16347
16348 2009-02-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
16349
16350         * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
16351         (list_and_check_macro): Use more specific test name.
16352         (next to definition): Make the test names unique.
16353
16354 2009-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
16355
16356         * gdb.pascal/floats.exp: Accept approximate results everywhere.
16357
16358 2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
16359
16360         * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
16361         notifications.
16362         * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
16363         * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
16364         * lib/mi-support.exp (library_loaded_re): New.
16365         (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
16366
16367 2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
16368
16369         * gdb.gdb/observer.exp: Use test_notification observer, not
16370         normal_stop, everywhere.
16371         (test_normal_stop_notifications): Rename to...
16372         (test_notifications): ...this.
16373         (test_observer_normal_stop): Rename to...
16374         (test_observer): ...this.
16375
16376 2009-02-16  Doug Evans  <dje@google.com>
16377
16378         * gdb.arch/amd64-disp-step.S (test_int3): New test.
16379         * gdb.arch/amd64-disp-step.exp (test_int3): New test.
16380         * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
16381         (test_prefixed_syscall,test_int3): New tests.
16382         * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
16383         (test_prefixed_syscall,test_int3): New tests.
16384
16385 2009-02-14  Vladimir Prus  <vladimir@codesourcery.com>
16386
16387         * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
16388         (mi_expect_interrupt): Likewise.
16389         * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
16390         response.
16391
16392 2009-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
16393
16394         * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
16395         * gdb.base/pc-fp.exp (get_valueofx): Remove.
16396         Replace calls to get_valueofx by get_hexadecimal_valueof.
16397
16398 2009-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
16399
16400         * lib/gdb.exp (get_valueof): Accept anything as a return value.
16401         (get_integer_valueof): New procedure.
16402         (get_sizeof): Use new get_integer_value_of.
16403         * gdb.base/sizeof.exp: Replace all uses of get_valueof
16404         by get_integer_valueof.
16405
16406 2009-02-13  Tom Tromey  <tromey@redhat.com>
16407
16408         * gdb.base/remote.exp (get_sizeof): Remove.
16409         * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
16410         * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
16411         * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
16412         * lib/gdb.exp (get_valueof): Move from long_long.exp.
16413         (get_sizeof): Likewise.
16414
16415 2009-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
16416
16417         PR fortran/9806
16418         * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
16419
16420 2009-02-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
16421
16422         * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
16423
16424 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
16425
16426         * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
16427
16428 2009-02-06  Thiago Jung Bauermann  <bauerman@br.ibm.com>
16429
16430         * gdb.python/python-cmd.exp: New file.
16431
16432 2009-02-06  Tristan Gingold  <gingold@adacore.com>
16433
16434         * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
16435
16436 2009-02-05  Tristan Gingold  <gingold@adacore.com>
16437
16438         * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
16439         pointer is dereferenced and use this signal name in regexp.
16440         * gdb.base/signull.exp: Ditto.
16441         * gdb.base/sigbpt.c (main): Catch SIGBUS too.
16442         * gdb.base/signull.c (main): Ditto.
16443
16444 2009-02-04  Tom Tromey  <tromey@redhat.com>
16445             Thiago Jung Bauermann  <bauerman@br.ibm.com>
16446
16447         * gdb.python/python-value.exp: Use `gdb.history' instead of
16448         `gdb.value_from_history'.
16449         (test_value_numeric_ops): Add test for conversion of enum constant.
16450         * gdb.python/python-value.c (enum e): New type.
16451         (evalue): New global.
16452         (main): Use argv.
16453
16454 2009-02-04  Jerome Guitton  <guitton@adacore.com>
16455
16456         * gdb.ada/uninitialized_vars: New test program.
16457         * gdb.ada/uninitialized_vars.exp: New testcase.
16458
16459 2009-02-02  Tom Tromey  <tromey@redhat.com>
16460
16461         * gdb.cp/cpcompletion.exp: Name the test "pr9594".
16462         * gdb.cp/pr2489.cc: Rename...
16463         * gdb.cp/pr9594.cc: ... to this.
16464
16465 2009-02-02  Tom Tromey  <tromey@redhat.com>
16466
16467         * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
16468         * gdb.cp/pr2489.cc: New file.
16469         * gdb.cp/cpcompletion.exp: New file.
16470
16471 2009-02-02  Tom Tromey  <tromey@redhat.com>
16472
16473         PR exp/9059:
16474         * gdb.cp/call-c.exp: Add regression test.
16475         * gdb.cp/call-c.cc (FooHandle): New typedef.
16476         (main): New variable 'handle'.
16477
16478 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
16479
16480         * lib/mi-support.exp (et_mi_thread_list)
16481         (check_mi_and_console_threads): Adjust for current thread in
16482         -thread-list-ids output.
16483
16484 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
16485
16486         * gdb.mi/mi-break.exp (test_disabled_creation): New.
16487         Call it.
16488
16489 2009-01-28  Doug Evans  <dje@google.com>
16490
16491         * gdb.arch/amd64-disp-step.S: New file.
16492         * gdb.arch/amd64-disp-step.exp: New file.
16493         * gdb.arch/i386-disp-step.S: New file.
16494         * gdb.arch/i386-disp-step.exp: New file.
16495
16496 2009-01-27  Pierre Muller  <muller@ics.u-strasbg.fr>
16497
16498         * gdb.base/find.exp: Set newline variable
16499         using quotes instead of braces to fix cygwin failures.
16500
16501 2009-01-23  Pedro Alves  <pedro@codesourcery.com>
16502
16503         * gdb.base/radix.exp: Add tests to ensure that that set
16504         input-radix 0 and set output-radix 0 are really rejected.
16505
16506 2009-01-23  Pedro Alves  <pedro@codesourcery.com>
16507
16508         * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
16509         copyright years.
16510
16511 2009-01-23  Pedro Alves  <pedro@codesourcery.com>
16512
16513         PR gdb/9664:
16514         * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
16515
16516 2009-01-22  Pedro Alves  <pedro@codesourcery.com>
16517
16518         PR c++/9631:
16519         * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
16520
16521 2009-01-22  Pierre Muller  <muller@ics.u-strasbg.fr>
16522
16523         * gdb.server/file-transfer.exp: Use EXEEXT variable for
16524         binfile definition to fix Windows OS failure.
16525
16526 2009-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
16527
16528         PR gdb/9346
16529         * gdb.base/interrupt.c (sigint_handler): New.
16530         (main): Install a SIGINT handler if SIGNALS is defined.  Exit
16531         on error.
16532         * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
16533         Test "signal SIGINT".
16534
16535 2009-01-19  Doug Evans  <dje@google.com>
16536
16537         * gdb.base/break.exp: Update expected gdb output.
16538         * gdb.base/sepdebug.exp: Ditto.
16539         * gdb.mi/mi-syn-frame.exp: Ditto.
16540         * gdb.mi/mi2-syn-frame.exp: Ditto.
16541         * gdb.base/call-signal-resume.exp: New file.
16542         * gdb.base/call-signals.c: New file.
16543         * gdb.base/unwindonsignal.exp: New file.
16544         * gdb.base/unwindonsignal.c: New file.
16545         * gdb.threads/interrupted-hand-call.exp: New file.
16546         * gdb.threads/interrupted-hand-call.c: New file.
16547         * gdb.threads/thread-unwindonsignal.exp: New file.
16548
16549 2009-01-14  Daniel Jacobowitz  <dan@codesourcery.com>
16550
16551         * gdb.base/define.exp: Test defining and hooking prefix commands.
16552         * gdb.python/python.exp: Update test for "show user" output.
16553
16554 2009-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
16555
16556         * gdb.fortran/derived-type.exp: New variables int4 and real4.  Match
16557         now the output exactly, using less wildcards.  Expect also the output
16558         of gfortran-4.3.  Update for the f-valprint.c modification from
16559         2008-04-22.
16560         * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
16561         Remove gdb_test test names where matching the command.
16562
16563 2009-01-01  Pedro Alves  <pedro@codesourcery.com>
16564
16565         PR breakpoints/9681:
16566         * gdb.base/watchpoint.exp: Add regression test.
16567
16568 2008-12-31  Pedro Alves  <pedro@codesourcery.com>
16569
16570         * gdb.threads/attach-into-signal.exp: Don't use
16571         gdb_suppress_entire_file.
16572         * gdb.threads/attach-stopped.exp: Ditto.
16573         * gdb.threads/attachstop-mt.exp: Ditto.
16574
16575 2008-12-31  Pedro Alves  <pedro@codesourcery.com>
16576
16577         PR gdb/8812:
16578         * gdb.base/signal.exp: Change kfail to fail, and update PR number.
16579
16580 2008-12-29  Pedro Alves  <pedro@codesourcery.com>
16581
16582         PR gdb/7536:
16583         * gdb.base/radix.exp: Add tests to ensure invalid input radices
16584         and unsupported output radices are really rejected.
16585
16586 2008-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
16587
16588         * gdb.cp/punctuator.exp: Backslash the '$' signs.
16589
16590 2008-12-22  Tom Tromey  <tromey@redhat.com>
16591
16592         * gdb.cp/punctuator.exp: New file.
16593
16594 2008-12-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
16595
16596         * gdb.base/completion.exp (Completing non-existing component): New test.
16597
16598 2008-12-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
16599
16600         Fix for PR gdb/8648.
16601         * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
16602         gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
16603         gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
16604         gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
16605
16606 2008-12-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
16607
16608         * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
16609
16610 2008-12-16  Christophe Lyon  <christophe.lyon@st.com>
16611
16612         * gdb.base/expand-psymtabs.c: Insert code in foo so that the
16613         compiler actually generate code at the expected line number.
16614
16615 2008-12-15  Jie Zhang  <jie.zhang@analog.com>
16616
16617         * gdb.base/consecutive.exp: Don't use global in gdb_expect.
16618
16619 2008-12-12  Tom Tromey  <tromey@redhat.com>
16620
16621         * gdb.base/commands.exp (redefine_hook_test): New proc.
16622         Call it.
16623
16624 2008-12-11  Tom Tromey  <tromey@redhat.com>
16625
16626         * gdb.base/macscp.exp: New regression test.
16627
16628 2008-12-11  Tom Tromey  <tromey@redhat.com>
16629
16630         * gdb.base/macscp.exp: Print "address.addr".
16631         * gdb.base/macscp1.c (struct outer): New struct.
16632         (address): New global.
16633
16634 2008-12-09  Tom Tromey  <tromey@redhat.com>
16635
16636         * gdb.base/commands.exp (redefine_backtrace_test): New proc.
16637         Call it.
16638
16639 2008-12-04  Doug Evans  <dje@google.com>
16640
16641         * gdb.server/ext-run.exp: Relax regexp for init program.
16642
16643 2008-12-03  Tristan Gingold  <gingold@adacore.com>
16644
16645         * gdb.base/macscp.exp: Generate an object file during compilation
16646         to work around Darwin dsymutil limitations.
16647
16648 2008-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
16649
16650         Test resolving external references to TLS variables.
16651         * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
16652         FILE2_THREAD_LOCAL.
16653         (testfile2, srcfile2): New variables.
16654         * gdb.threads/tls.c (file2_thread_local)
16655         (function_referencing_file2_thread_local): New.
16656         * gdb.threads/tls2.c: New file.
16657
16658 2008-11-28  Joel Brobecker  <brobecker@adacore.com>
16659
16660         * gdb.ada/int_deref.exp: Convert the addresses into long_integer
16661         rather than integer, as integer might not be big enough when
16662         on 64bit targets.
16663
16664 2008-11-27  Jerome Guitton  <guitton@adacore.com>
16665
16666         * gdb.cp/formatted-ref.exp: Add equality test.
16667         * gdb.ada/formatted_ref.exp: Ditto.
16668
16669 2008-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
16670
16671         * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
16672         * gdb.base/start.exp: New comment about an alternative - `runto_main'.
16673
16674 2008-11-20  Andreas Schwab  <schwab@suse.de>
16675
16676         * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
16677         matching syscall entry point.
16678         * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
16679         (tcatch_vfork_then_child_follow): Likewise.  Finish through
16680         vfork even if we stopped at the syscall trampoline.
16681
16682 2008-11-20  Doug Evans  <dje@google.com>
16683
16684         * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
16685
16686 2008-11-18  Thiago Jung Bauermann  <bauerman@br.ibm.com>
16687
16688         * gdb.arch/ppc-dfp.exp: New file.
16689         * gdb.arch/ppc-dfp.c: New file.
16690
16691 2008-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
16692
16693         * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
16694
16695 2008-11-17  Doug Evans  <dje@google.com>
16696
16697         * gdb.mi/mi-syn-frame.exp: Update expected output.
16698         * gdb.mi/mi2-syn-frame.exp: Update expected output.
16699
16700 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
16701
16702         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
16703         "thread N" results in =thread-selected.
16704         * lib/mi-support (mi_run_cmd, mi_expect_stop)
16705         (mi_send_resuming_command_raw): Be prepared for
16706         =thread-selected.
16707
16708 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
16709
16710         * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
16711         * lib/mi-support.exp: Likewise.
16712
16713 2008-11-16  Joel Brobecker  <brobecker@adacore.com>
16714
16715         * gdb.base/help.exp: Remove the "catch load" and "catch unload"
16716         commands from the expected output for "help catch".
16717
16718 2008-11-15  Joel Brobecker  <brobecker@adacore.com>
16719
16720         * gdb.ada/int_deref.exp: New testcase.
16721
16722 2008-11-14  Nick Roberts  <nickrob@snap.net.nz>
16723
16724         * gdb.mi/gdb2549.exp: New file.
16725
16726 2008-11-11  Doug Evans  <dje@google.com>
16727
16728         * gdb.base/callexit.exp: New file.
16729         * gdb.base/callexit.c: New file.
16730
16731 2008-11-10  Doug Evans  <dje@google.com>
16732
16733         * lib/gdb.exp (GDBFLAGS): Move -nx ...
16734         (INTERNAL_GDBFLAGS): ... to here.  Move -nw to here as well.
16735         (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
16736         (default_gdb_start,default_gdb_exit): Ditto.
16737         * lib/mi-support.exp (default_mi_gdb_start): Ditto.
16738         (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
16739         * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
16740         * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
16741         * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
16742         * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
16743
16744 2008-11-03  Andreas Schwab  <schwab@suse.de>
16745
16746         * gdb.base/hashline2.exp: Fix typo.
16747         * gdb.base/hashline3.exp: Likewise.
16748
16749 2008-10-30  Tom Tromey  <tromey@redhat.com>
16750
16751         * gdb.base/pointers.exp: Add test.
16752         * gdb.base/pointers.c (k, S): New typedefs.
16753         (instance): New global.
16754
16755 2008-10-30  Andreas Schwab  <schwab@suse.de>
16756
16757         * gdb.base/args.exp: Add tests for newlines.
16758
16759 2008-10-30  Joel Brobecker  <brobecker@adacore.com>
16760
16761         gdb.base/foll-exec.exp: Update the expected output of a couple
16762         of "info breakpoints" tests.
16763
16764 2008-10-28  Tom Tromey  <tromey@redhat.com>
16765
16766         * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
16767
16768 2008-10-24  Pedro Alves  <pedro@codesourcery.com>
16769
16770         * gdb.python/python-value.exp (test_value_in_inferior): Don't use
16771         gdb_start_cmd.
16772         Use runto_main before any test that requires execution.
16773
16774 2008-10-23  Pedro Alves  <pedro@codesourcery.com>
16775
16776         * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
16777         instead of SIGINT.
16778
16779 2008-10-22  Joel Brobecker  <brobecker@adacore.com>
16780
16781         * gdb.base/completion.exp: Update expected output following
16782         the addition of the "info tasks" command.
16783
16784 2008-10-22  Tom Tromey  <tromey@redhat.com>
16785
16786         * gdb.base/exprs.exp (test_expr): Add test for string
16787         concatenation.
16788
16789 2008-10-19  Pedro Alves  <pedro@codesourcery.com>
16790
16791         * configure.ac: Output gdb.python/Makefile.
16792         * configure: Regenerate.
16793         * gdb.python/Makefile.in: New.
16794
16795 2008-10-16  Joel Brobecker  <brobecker@adacore.com>
16796
16797         * gdb.base/foll-fork.exp: Adjust the expected output to match
16798         the new description for fork/vfork catchpoints in the "info
16799         breakpoints" output.
16800
16801 2008-10-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
16802
16803         * Makefile.in: Add gdb.python to ALL_SUBDIRS.
16804
16805 2008-10-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
16806
16807         * gdb.python/python-value.c: New file.
16808         * gdb.python/python-value.exp: New file.
16809
16810 2008-10-15  Pedro Alves  <pedro@codesourcery.com>
16811
16812         * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
16813
16814 2008-10-15  Denis Pilat  <denis.pilat@st.com>
16815
16816         * gdb.cp/mb-ctor.exp: Fix a typo.
16817
16818 2008-10-09  Tom Tromey  <tromey@redhat.com>
16819
16820         * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
16821         'fprintf' and 'stderr'.
16822
16823 2008-10-07  Joel Brobecker  <brobecker@adacore.com>
16824
16825         * gdb.ada/ref_tick_size.exp: New testcase.
16826
16827 2008-10-06  Doug Evans  <dje@google.com>
16828
16829         * gdb.dwarf2/dw2-cu-size.exp: New file.
16830         * gdb.dwarf2/dw2-cu-size.S: New file.
16831
16832         * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
16833         .Ltype_int for clarity.
16834
16835 2008-10-03  Paul Pluzhnikov  <ppluzhnikov@google.com>
16836
16837         PR gdb/2384:
16838         * gdb.cp/gdb2384.exp: Extended to test more cases.
16839         * gdb.cp/gdb2384.cc: Likewise.
16840         * gdb.cp/gdb2384-base.h: Likewise.
16841         * gdb.cp/gdb2384-base.cc: Likewise.
16842
16843 2008-10-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
16844
16845         * gdb.base/maint.exp (maint print type): Remove printing
16846         UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
16847
16848 2008-09-30  Tom Tromey  <tromey@redhat.com>
16849
16850         * gdb.base/macscp.exp: Add completion tests.
16851         * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
16852         (TWENTY_THREE): Likewise.
16853         (FORTY_EIGHT): Likewise.
16854
16855 2008-09-30  Tom Tromey  <tromey@redhat.com>
16856
16857         * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
16858         everywhere.
16859         * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
16860
16861 2008-09-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
16862
16863         * gdb.threads/attachstop-mt.exp: Note a real testcase name this
16864         testcase is derived from.  Fix racy dependency on an expected PID
16865         number.  No longer support the testcase on Linux kernel 2.4.x.
16866
16867 2008-09-27  Tom Tromey  <tromey@redhat.com>
16868
16869         * gdb.base/macscp.exp: Add tests for stringification, splicing,
16870         and varargs.
16871
16872 2008-09-22  Pedro Alves  <pedro@codesourcery.com>
16873
16874         * lib/mi-support.exp (mi_expect_interrupt): New.
16875         (mi_reverse_list, mi_check_thread_states): New, moved and renamed
16876         from gdb.mi/mi-nonstop.exp.
16877         * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
16878         * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
16879         lib/mi-support.exp.
16880         Use mi_check_thread_states throughout.  Avoid ".*" and do not
16881         require an anchor after -exec-run.
16882
16883 2008-09-13  Daniel Jacobowitz  <dan@codesourcery.com>
16884
16885         * gdb.mi/mi-nonstop.exp: Do not check thread state while a
16886         stop is pending.  Avoid ".*" when two stops are pending.
16887         * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
16888         (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
16889         newlines in fullnames.
16890         * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
16891         (mi_expect_stop): Update comments.  Only anchor in sync mode.
16892         Do not match newlines.
16893         (mi_send_resuming_command_raw): Always return status.
16894         (mi_get_stop_line): Do not match more than one line by accident.
16895         Only anchor in sync mode.
16896         (mi_run_inline_test): If -exec-next fails, give up.
16897
16898 2008-09-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
16899
16900         * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
16901         on SPU.
16902
16903 2008-09-10  Joel Brobecker  <brobecker@adacore.com>
16904
16905         * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
16906
16907 2008-09-10  Joel Brobecker  <brobecker@adacore.com>
16908
16909         * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
16910         gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
16911         gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
16912         gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
16913         gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
16914         gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
16915         gdb.ada/interface.exp, gdb.ada/null_array.exp,
16916         gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
16917         gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
16918         gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
16919         gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
16920         Include the "= " sequence in the expected output of print tests.
16921
16922 2008-09-10  Joel Brobecker  <brobecker@adacore.com>
16923
16924         * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
16925         description for boolean types.
16926
16927 2008-09-09  Pedro Alves  <pedro@codesourcery.com>
16928
16929         * gdb.base/hook-stop-continue.c: New.
16930         * gdb.base/hook-stop-continue.exp: New.
16931
16932 2008-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
16933
16934         * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
16935
16936 2008-09-08  Jerome Guitton  <guitton@adacore.com>
16937
16938         * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
16939         (stack_check_probe_2, stack_check_probe_loop_1)
16940         (stack_check_probe_loop_2): New functions.
16941         (main): Add call to these new functions.
16942         * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
16943         functions, check that the breakpoint is inserted at the appropriate
16944         location.
16945         (insert_breakpoint): Slightly refine this procedure so that it can
16946         be called several times in the test.
16947
16948 2008-09-08  Jerome Guitton  <guitton@adacore.com>
16949
16950         * gdb.base/stack-checking.c: New file.
16951         * gdb.base/stack-checking.exp: New file.
16952
16953 2008-09-05  Thiago Jung Bauermann  <bauerman@br.ibm.com>
16954
16955         * gdb.arch/altivec-abi.exp: Remove extra verbose call.
16956         * gdb.arch/altivec-regs.exp: Likewise.
16957         * gdb.arch/vsx-regs.exp: Likewise.
16958
16959 2008-09-05  Thiago Jung Bauermann  <bauerman@br.ibm.com>
16960
16961         * gdb.arch/ppc-fp.exp: New file.
16962         * gdb.arch/ppc-fp.c: New file.
16963
16964 2008-09-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
16965
16966         *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
16967         lest gcc-4.3.1 optimizes the whole thing away.
16968
16969 2008-09-04  Michael Snyder  <msnyder@vmware.com>
16970
16971         * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
16972         as "at" (for non-debug functions such as _start).
16973
16974 2008-09-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
16975
16976         * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
16977         * gdb.base/watchpoint-solib.exp: Likewise.  Update tests to handle
16978         software watchpoints.
16979         * gdb.base/watch_thread_num.exp: Likewise.
16980
16981 2008-09-03  Aleksandar Ristovski  <aristovski@qnx.com>
16982
16983         * gdb.arch/i386-bp_permanent.exp: New test.
16984
16985 2008-08-24  Tom Tromey  <tromey@redhat.com>
16986
16987         * gdb.base/maint.exp: Update "maint print type".
16988
16989 2008-08-21  Vladimir Prus  <vladimir@codesourcery.com>
16990
16991         * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
16992         support.  Adjust the order of "*running" notifications.
16993         * gdb.mi/non-stop.c: Don't cast from int to void* and
16994         back.
16995
16996 2008-08-20  Mark Kettenis  <kettenis@gnu.org>
16997
16998         * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
16999         expect to find it in the "info frame" output.
17000
17001 2008-08-20  Daniel Jacobowitz  <dan@codesourcery.com>
17002
17003         * gdb.base/interp.exp: Always consume both prompts.
17004
17005 2008-08-20  Pedro Alves  <pedro@codesourcery.com>
17006
17007         * gdb.base/pending.exp: Test pending breakpoints without symbols
17008         loaded.
17009
17010 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
17011
17012         * lib/mi-support.exp (mi_expect_stop): Produce
17013         more details on failures.
17014         * gdb.mi/mi-nonstop.exp: New.
17015         * gdb.mi/non-stop.c: New.
17016
17017 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
17018
17019         * gdb.mi/mi-async.exp: Use 'set target-async'.
17020         * lib/mi-support.exp: Use 'set/show target-async'.
17021
17022 2008-08-18  Daniel Jacobowitz  <dan@codesourcery.com>
17023
17024         * gdb.arch/powerpc-prologue.exp: Correct saved registers.
17025
17026 2008-08-17  Tom Tromey  <tromey@redhat.com>
17027
17028         * gdb.base/help.exp (help catch): Rewrite.
17029
17030 2008-08-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
17031
17032         * gdb.base/define.exp: Test indented command documentation.
17033         * gdb.python/python.exp: Test indented multi-line command.
17034
17035 2008-08-15  Luis Machado  <luisgpm@br.ibm.com>
17036
17037         * testsuite/gdb.arch/vsx-regs.c: New source file.
17038         * testsuite/gdb.arch/vsx-regs.exp: New testcase.
17039         * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
17040
17041 2008-08-14  Tom Tromey  <tromey@redhat.com>
17042
17043         * gdb.base/macscp.exp: Add regression test for "macro define" or
17044         "macro undef" with no arguments.
17045
17046 2008-08-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
17047
17048         * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
17049
17050 2008-08-07  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17051
17052         * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
17053
17054 2008-08-06  Tom Tromey  <tromey@redhat.com>
17055
17056         * gdb.python/python.exp: New file.
17057
17058 2008-08-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
17059
17060         Fix for PR gdb/1543.
17061         * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
17062         $LOCATION.
17063         (location): New variable.
17064         * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
17065         config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
17066         config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
17067         config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
17068         gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
17069         gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
17070         gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
17071         gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
17072         gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
17073         gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
17074         gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
17075         gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
17076         gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
17077         gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
17078         gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
17079         gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
17080         gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
17081         gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
17082         gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
17083         gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
17084         gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
17085         gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
17086         gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
17087         gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
17088         gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
17089         gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
17090         gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
17091         gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
17092         gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
17093         gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
17094         gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
17095         gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
17096         gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
17097         gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
17098         gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
17099         gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
17100         gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
17101         gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
17102         gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
17103         gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
17104         gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
17105         gdb.base/type-opaque.exp, gdb.base/until.exp,
17106         gdb.base/value-double-free.c, gdb.base/varargs.exp,
17107         gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
17108         gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
17109         gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
17110         gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
17111         gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
17112         gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
17113         gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
17114         gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
17115         gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
17116         gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
17117         gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
17118         gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
17119         gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
17120         gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
17121         gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
17122         gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
17123         gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
17124         gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
17125         gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
17126         gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
17127         gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
17128         gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
17129         gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
17130         gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
17131         gdb.pascal/types.exp, gdb.stabs/weird.exp,
17132         gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
17133         gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
17134         gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
17135         gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
17136         gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
17137         gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
17138         gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
17139         gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
17140         gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
17141         gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
17142         gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
17143         gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
17144         lib/mi-support.exp, lib/trace-support.exp: Remove reference
17145         to bug-gdb@prep.ai.mit.edu .
17146
17147 2008-07-31  Vladimir Prus  <vladimir@codesourcery.com>
17148
17149         * lib/mi-support.exp (mi_load_shlibs): New.
17150         * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
17151
17152 2008-07-30  Vladimir Prus  <vladimir@codesourcery.com>
17153
17154         * lib/mi-support.exp (get_mi_thread_list)
17155         (check_mi_and_console_threads): New, moved from ...
17156         * gdb.mi/mi-pthread.exp: ...here.
17157         * gdb.mi/gdb669.exp (get_mi_thread_list)
17158         (check_mi_and_console_threads): Delete.
17159         * gdb.mi/mi2-pthread.exp: Likewise.
17160
17161 2008-07-28  Tom Tromey  <tromey@redhat.com>
17162
17163         * Makefile.in (just-check): Remove.  Move body to...
17164         (check): ... here.
17165
17166 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
17167
17168         * gdb.threads/manythreads.exp: Use remote_expect instead of after.
17169         Add a test for duplicated SIGINTs.
17170
17171 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
17172
17173         * gdb.threads/schedlock.exp (get_args): Update to work for any
17174         value of NUM.
17175         (Top level): Report the number of threads that did not resume.
17176
17177 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
17178
17179         * gdb.dwarf2/dw2-compressed.S: Also define __start.
17180
17181 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
17182
17183         * lib/mi-support.exp (default_mi_gdb_start): Remove check for
17184         non-MI prompt.
17185
17186 2008-07-26  Tom Tromey  <tromey@redhat.com>
17187
17188         * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
17189         (function_struct, function_struct_ptr): New globals.
17190         * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
17191         function pointer in a struct.
17192
17193 2008-07-26  Tom Tromey  <tromey@redhat.com>
17194
17195         * gdb.base/macscp.exp: Add test for macro lexing bug.
17196
17197 2008-07-18  Tom Tromey  <tromey@redhat.com>
17198
17199         * gdb.base/macscp.exp: Add macro tests.
17200
17201 2008-07-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
17202
17203         * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
17204
17205 2008-07-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
17206
17207         * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
17208
17209 2008-07-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
17210
17211         * gdb.cp/class2.exp: fix for failure on spu-elf
17212
17213 2008-07-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
17214
17215         * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
17216
17217 2008-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
17218
17219         * gdb.base/randomize.exp: Catch non-Linux targets as untested.
17220
17221 2008-07-12  Vladimir Prus  <vladimir@codesourcery.com>
17222
17223         * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
17224
17225 2008-07-11  Kevin Buettner  <kevinb@redhat.com>
17226
17227         * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
17228         of regexp to account for changes made to GDB in the printing of
17229         byte vectors.
17230
17231 2008-07-11  Tom Tromey  <tromey@redhat.com>
17232
17233         * gdb.base/completion.exp: Add 'help' completion test.
17234
17235 2008-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
17236
17237         * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
17238
17239 2008-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
17240
17241         * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
17242
17243 2008-07-09  Pedro Alves  <pedro@codesourcery.com>
17244
17245         * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
17246
17247 2008-07-09  Pedro Alves  <pedro@codesourcery.com>
17248
17249         * gdb.base/fullname.exp: Restore pwd if compiling failed.
17250
17251 2008-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
17252
17253         * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
17254
17255 2008-06-28  Vladimir Prus  <vladimir@codesourcery.com>
17256
17257         * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
17258         previous commit.  Add a comment.
17259
17260 2008-06-28  Pedro Alves  <pedro@codesourcery.com>
17261
17262         * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
17263
17264 2008-06-28  Vladimir Prus  <vladimir@codesourcery.com>
17265
17266         * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
17267
17268 2008-06-27  Pedro Alves  <pedro@codesourcery.com>
17269
17270         * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
17271         (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
17272         compiling an executable, link in an object that forces unbuffered
17273         output.
17274         * lib/set_unbuffered_mode.c: New file.
17275
17276 2008-06-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
17277
17278         * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
17279
17280 2008-06-25  Vladimir Prus  <vladimir@codesourcery.com>
17281
17282         * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
17283         mi_expect_stop.
17284         * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
17285         Demand that *running is output.
17286         (detect_async): Perform checking every time.
17287         (mi_send_resuming_command): Extract everything into...
17288         (mi_send_resuming_command_raw): ...this.
17289         (mi_expect_stop): Don't accept any output before *stopped.
17290
17291 2008-06-13  Vladimir Prus  <vladimir@codesourcery.com>
17292
17293         Robustify mi-simplerun.
17294         * gdb.mi/basics.c (main): Add a call to sleep.
17295         * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
17296         * gdb.mi/mi2-cli.exp: Likewise.
17297         * gdb.mi/mi-break.exp: Likewise.
17298
17299 2008-06-11  Vladimir Prus  <vladimir@codesourcery.com>
17300
17301         * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
17302
17303 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
17304
17305         * gdb.mi/mi-console.exp: Adjust.
17306         * gdb.mi/mi-syn-frame.exp: Adjust.
17307         * gdb.mi/mi2-console.exp: Adjust.
17308         * gdb.mi/mi2-syn-frame.exp: Adjust.
17309         * lib/mi-support.exp (mi_run_cmd): Adjust.
17310         (mi_send_resuming_command): Adjust.
17311
17312 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
17313
17314         * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
17315         * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
17316         testing of stopped.
17317         * gdb.mi/mi2-syn-frame.exp: Likewise.
17318         * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
17319         (async, detect_async): New.
17320         (mi_expect_stop, mi_continue_to_line): Adjust expectation
17321         depending on if we're running in sync or async mode.
17322
17323 2008-06-09  Tom Tromey  <tromey@redhat.com>
17324
17325         * gdb.base/completion.exp: New tests for field name completion
17326         with spaces, and field name completion with '->'.
17327
17328 2008-06-06  Tom Tromey  <tromey@redhat.com>
17329
17330         * gdb.base/break1.c (struct some_struct): New struct.
17331         (values): New global.
17332         * gdb.base/completion.exp: Add field name completion test.
17333
17334 2008-06-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
17335
17336         * gdb.cp/call-c.exp: Test for incorrect handling of reference
17337         to pointer.
17338         * gdb.cp/call-c.cc: Likewise.
17339
17340 2008-06-06  Nick Roberts  <nickrob@snap.net.nz>
17341
17342         * gdb.base/annota1.exp (thread_switch): Test for thread-changed
17343         annotation.
17344
17345 2008-06-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
17346             Pedro Alves  <pedro@codesourcery.com>
17347
17348         * gdb.threads/execl.c, gdb.threads/execl1.c,
17349         gdb.threads/execl.exp: New tests.
17350
17351 2008-06-05  Aleksandar Ristovski  <aristovski@qnx.com>
17352             Daniel Jacobowitz  <dan@codesourcery.com>
17353
17354         * gdb.cp/exception.exp: Activate test, make it work with pending
17355         catchpoints.
17356
17357 2008-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
17358
17359         * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
17360
17361 2008-05-28  Vladimir Prus  <vladimir@codesourcery.com>
17362
17363         * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
17364         now printed.
17365         * gdb.mi/mi2-var-cmd.exp: Likewise.
17366
17367 2008-05-27  Andreas Schwab  <schwab@suse.de>
17368
17369         * gdb.base/frame-args.exp: Handle arguments that are optimized
17370         out.
17371
17372 2008-05-26  Luis Machado  <luisgpm@br.ibm.com>
17373
17374         * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
17375         quiet for ppc32 and group options into a single variable.
17376
17377 2008-05-23  Joel Brobecker  <brobecker@adacore.com>
17378
17379         * gdb.ada/null_array/foo.adb: Add multi-dimensional array
17380         of zero-size elements.
17381         * gdb.ada/null_array.exp: Test printing this new array.
17382
17383 2008-05-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
17384
17385         * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
17386
17387 2008-05-21  Joel Brobecker  <brobecker@adacore.com>
17388
17389         * gdb.base/finish.exp: Test that "fin" works as an abbreviation
17390         of the "finish" command.
17391
17392 2008-05-21  Nick Roberts  <nickrob@snap.net.nz>
17393
17394         * gdb.base/annota1.exp: Test for new annotation.
17395
17396 2008-05-16  Pedro Alves  <pedro@codesourcery.com>
17397
17398         * gdb.base/fixsection.exp: New file.
17399         * gdb.base/fixsection0.c: New file.
17400         * gdb.base/fixsection1.c: New file.
17401
17402 2008-05-16  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17403
17404         * gdb.base/annota1.exp: Accept printf@... in place of printf.
17405         * gdb.base/annota3.exp: Likewise.
17406
17407 2008-05-13  Nathan Froyd  <froydnj@codesourcery.com>
17408
17409         * gdb.base/watch_thread_num.exp: Don't run tests that require
17410         watchpoints if the target doesn't support them.
17411
17412 2008-05-12  Doug Evans  <dje@google.com>
17413
17414         * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
17415
17416 2008-05-09  Joel Brobecker  <brobecker@adacore.com>
17417
17418         * gdb.ada/assign_1.exp: New testcase.
17419
17420 2008-05-09  Doug Evans  <dje@google.com>
17421
17422         * gdb.base/find.exp: New file.
17423         * gdb.base/find.c: New file.
17424
17425 2008-05-08  Daniel Jacobowitz  <dan@codesourcery.com>
17426
17427         * gdb.base/commands.exp (watchpoint_command_test): Handle
17428         gdb,no_hardware_watchpoints.
17429         * gdb.base/float.exp: Allow ARM targets without floating point.
17430         * gdb.base/step-test.exp: Allow callee@plt when stepping in.
17431
17432 2008-05-06  Jerome Guitton  <guitton@adacore.com>
17433             Joel Brobecker  <brobecker@adacore.com>
17434
17435         * gdb.ada/lang_switch: New test program.
17436         * gdb.ada/lang_switch.exp: New testcase.
17437
17438 2008-05-05  Doug Evans  <dje@google.com>
17439
17440         * gdb.base/help.exp (disassemble): Update expected help text.
17441
17442 2008-05-04  Pedro Alves  <pedro@codesourcery.com>
17443
17444         * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
17445
17446 2008-05-04  Pedro Alves  <pedro@codesourcery.com>
17447
17448         * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
17449         different times.
17450
17451 2008-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
17452
17453         * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
17454         * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
17455         `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
17456         * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
17457
17458 2008-05-04  Vladimir Prus  <vladimir@codesourcery.com>
17459
17460         * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
17461         notification to appear.
17462
17463 2008-05-04  Daniel Jacobowitz  <dan@debian.org>
17464
17465         * gdb.base/fullname.c: New file.
17466         * gdb.base/fullname.exp: New file.
17467         * lib/gdb.exp (gdb_breakpoint): Support no-message option.
17468
17469 2008-05-03  Pedro Alves  <pedro@codesourcery.com>
17470
17471         * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
17472         expressions with macros.
17473
17474 2008-05-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
17475
17476         * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
17477
17478 2008-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
17479
17480         * gdb.base/completion.exp: Handle lack of other symbols beginning
17481         with "a".
17482
17483         * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
17484
17485 2008-05-02  Jim Blandy  <jimb@codesourcery.com>
17486
17487         * gdb.asm/asmsrc1.s: Add scratch space.
17488
17489 2008-05-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
17490             Daniel Jacobowitz  <dan@codesourcery.com>
17491
17492         * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
17493         gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
17494         gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
17495
17496 2007-05-01  Daniel Jacobowitz  <dan@codesourcery.com>
17497
17498         * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
17499
17500 2008-05-01  Joel Brobecker  <brobecker@adacore.com>
17501
17502         * gdb.base/info-target.exp: New testcase.
17503
17504 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
17505
17506         * gdb.cp/hang.exp: Use .cc instead of .C.
17507         * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
17508         * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
17509
17510 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
17511
17512         * gdb.base/gdb1250.exp: Remove perror.
17513         * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
17514
17515 2008-04-30  Pedro Alves  <pedro@codesourcery.com>
17516
17517         * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
17518         .2byte.
17519
17520 2008-04-25  Daniel Jacobowitz  <dan@codesourcery.com>
17521
17522         * gdb.base/macscp.exp: Enable kfails.  Compile with -g3 for GCC.
17523         (maybe_kfail): New.
17524
17525 2008-04-25  Pedro Alves  <pedro@codesourcery.com>
17526
17527         * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
17528
17529 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
17530
17531         * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
17532         * gdb.mi/mi2-syn-frame.exp: Likewise.
17533         * lib/mi-support.exp: Likewise.
17534
17535 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
17536
17537         * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
17538         to specify regexp for the location to stop at.
17539         * gdb.base/break-always.c: New.
17540         * gdb.base/break-always.exp: New.
17541
17542 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
17543
17544         * lib/mi-support.exp (mi_runto_helper): Adjust
17545         for the original-location field.
17546         (mi_create_breakpoint, mi_list_breakpoints): New.
17547         * gdb.mi/mi-break.exp: Adjust.
17548         * gdb.mi/mi2-break.exp: Adjust.
17549         * gdb.mi/mi-pending.exp: Adjust.
17550         * gdb.mi/mi-simplerun.exp: Adjust.
17551         * gdb.mi/mi2-simplerun.exp: Adjust.
17552         * gdb.mi/mi-syn-frame.exp: Adjust.
17553         * gdb.mi/mi2-syn-frame.exp: Adjust.
17554         * gdb.mi/mi-until.exp: Adjust.
17555         * gdb.mi/mi2-until.exp: Adjust.
17556         * gdb.mi/mi-var-display.exp: Adjust.
17557         * gdb.mi/mi2-var-display.exp: Adjust.
17558         * gdb.mi/mi-watch.exp: Adjust.
17559         * gdb.mi/mi2-watch.exp: Adjust.
17560
17561 2008-04-23  Paolo Bonzini  <bonzini@gnu.org>
17562
17563         * aclocal.m4: Add override.m4.
17564         * configure: Regenerate.
17565
17566 2008-04-19  Vladimir Prus  <vladimir@codesourcery.com>
17567
17568         * gdb.mi/var-cmd.c (do_at_tests): Verify that
17569         '-var-update --all-values' reports new value even the type
17570         of a variable object has changed.
17571
17572 2008-04-18  Craig Silverstein  <csilvers@google.com>
17573
17574         * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
17575         files.
17576
17577 2008-04-18  Joel Brobecker  <brobecker@adacore.com>
17578
17579         * gdb.ada/atomic_enum: New test program.
17580         * gdb.ada/atomic_enum.exp: New testcase.
17581
17582 2008-04-17  Doug Evans  <dje@google.com>
17583
17584         * gdb.opt/Makefile.in: Fix whitespace.
17585
17586 2008-04-17  Daniel Jacobowitz  <dan@codesourcery.com>
17587
17588         * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
17589
17590 2008-04-17  Doug Evans  <dje@google.com>
17591
17592         * gdb.base/hashline1.exp: New testcase.
17593         * gdb.base/hashline2.exp: New testcase.
17594         * gdb.base/hashline2.exp: New testcase.
17595
17596 2008-04-17  Pedro Alves  <pedro@codesourcery.com>
17597
17598         * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
17599
17600 2008-04-15  Aleksandar Ristovski  <aristovski@qnx.com>
17601
17602         * gdb.base/attach.exp (do_attach_tests): Matching pattern for
17603         temporary breakpoint to match "Temporary breakpoint".
17604         * gdb.base/break.exp (delete_breakpoints): Likewise.
17605         * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
17606         * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
17607         * gdb.base/display.exp: Likewise.
17608         * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
17609         * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
17610         * gdb.base/restore.exp (restore_tests): Likewise.
17611         * gdb.base/sepdebug.exp: Likewise.
17612         * gdb.base/watchpoint.exp: Likewise.
17613         * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
17614         * gdb.mi/mi-pending.exp: Likewise.
17615         * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
17616         * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
17617         * gdb.mi/mi-var-cmd.exp: Likewise.
17618         * gdb.mi/mi-var-display.exp: Likewise.
17619         * gdb.mi/mi2-cli.exp: Likewise.
17620         * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
17621         * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
17622         * gdb.mi/mi2-var-display.exp: Likewise.
17623         * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
17624         * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
17625         new "disp" field.
17626         (mi_expect_stop): Move after_reason argument to be really after
17627         reason. This is to support fix for PR2424.
17628
17629 2008-04-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
17630
17631         * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
17632
17633 2008-04-13  Vladimir Prus  <vladimir@codesourcery.com>
17634
17635         * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
17636         field.  Add more floating varobj tests.
17637         * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
17638         field.
17639         * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
17640         (main): Call do_at_tests.
17641         * lib/mi-support.exp (mi_create_floating_varobj)
17642         (mi_varobj_update_with_type_change): New.
17643
17644 2008-04-09  Marc Khouzam  <marc.khouzam@ericsson.com>
17645
17646         * gdb.mi/mi2-var-display.exp: Added tests for the new -f
17647         option of -var-evaluate-expression.
17648         * gdb.mi/mi2-var-display.exp: Likewise.
17649
17650 2008-04-07  Vladimir Prus  <vladimir@codesourcery.com>
17651
17652         Introduce test setup helpers.
17653         * lib/gdb.exp (build_executable, clean_restart)
17654         (prepare_for_testing): New.
17655         * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
17656         * gdb.base/return.exp: Likewise.
17657         * gdb.base/ending-run.exp: Likewise.
17658
17659 2008-04-07  Nick Roberts  <nickrob@snap.net.nz>
17660
17661         * gdb.mi/mi-async.exp: New test for asynchronous Machine
17662         Interface (MI) responses.
17663
17664 2008-04-06  Vladimir Prus  <vladimir@codesourcery.com>
17665
17666         * gdb.cp/breakpoint.cc: New code to test conditions involving
17667         member variables.
17668         * gdb.cp/breakpoint.exp: Test condition involving member
17669         variables.
17670
17671 2008-04-05  Vladimir Prus  <vladimir@codesourcery.com>
17672
17673         * lib/mi-support.exp (mi_expect_stop): New.
17674         (mi_run_cmd): Change the
17675         token.  Use mi_send_resuming_command, use
17676         mi_expect_stop.
17677         (mi_execute_to_helper): Rename to mi_execute_to.
17678         (mi_send_resuming_command): Add more error patterns.
17679         (mi_wait_for_stop): Renamed to...
17680         (mi_get_stop_line): ...this.
17681         (mi_run_inline_test): Adjust.
17682
17683         * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
17684         * gdb.mi/mi-console.exp: Likewise.
17685         * gdb.mi/mi-pending.exp: Likewise.
17686         * gdb.mi/mi-simplerun.exp: Likewise.
17687         * gdb.mi/mi-stack.exp: Likewise.
17688         * gdb.mi/mi-stepi.exp: Likewise.
17689         * gdb.mi/mi-syn-frame.exp: Add comment.
17690         * gdb.mi/mi-until.exp: Likewise.
17691         * gdb.mi/mi-var-display.exp: Likewise.
17692         * gdb.mi/mi-watch.exp: Likewise.
17693         * gdb.mi/mi2-cli.exp: Likewise.
17694         * gdb.mi/mi2-console.exp: Likewise.
17695         * gdb.mi/mi2-simplerun.exp: Likewise.
17696         * gdb.mi/mi2-stack.exp: Likewise.
17697         * gdb.mi/mi2-stepi.exp: Likewise.
17698         * gdb.mi/mi2-until.exp: Likewise.
17699         * gdb.mi/mi2-var-display.exp: Likewise.
17700         * gdb.mi/mi2-watch.exp: Likewise.
17701
17702 2008-04-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17703
17704         * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
17705
17706         * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
17707
17708 2008-04-04  Pedro Alves  <pedro@codesourcery.com>
17709
17710         * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
17711         gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
17712         gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
17713         gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
17714         gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
17715         gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
17716         expect an mi error duplicated in stderr.
17717
17718 2008-04-03  Joel Brobecker  <brobecker@adacore.com>
17719
17720         * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
17721         * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
17722         Add a couple of tests that verify the behavior when the new setting
17723         is set to "cancel" and "all".
17724         * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
17725         "ask" before we start the testing.
17726
17727 2008-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
17728
17729         * gdb.cp/casts.cc: Add class reference variables.
17730         * gdb.cp/casts.exp: New test cases for up/down casting references.
17731
17732 2008-04-01  Marc Khouzam  <marc.khouzam@ericsson.com>
17733
17734         * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
17735         instead of beginning to make an extra test pass.
17736         * gdb.mi/mi2-var-display.exp: Likewise.
17737
17738 2008-03-31  Maciej W. Rozycki  <macro@mips.com>
17739
17740         * gdb.base/break.exp: Mark failures as such.  Fix formatting.
17741
17742 2008-03-31  Markus Deuling  <deuling@de.ibm.com>
17743             Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17744
17745         * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
17746         value.  Add xfail for older kernels.
17747
17748 2008-03-28  Aleksandar Ristovski  <aristovski@qnx.com>
17749
17750         Bring mi-support in line with gdb.exp.
17751         * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
17752         (mi_gdb_start): New function.
17753
17754 2008-03-28  Maciej W. Rozycki  <macro@mips.com>
17755
17756         * gdb.mi/mi-var-cmd.exp: Fix a typo.
17757
17758 2008-03-26  Vladimir Prus  <vladimir@codesourcery.com>
17759
17760         * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
17761         * gdb.mi/mi2-var-display.exp: Likewise.
17762
17763 2008-03-26  Vladimir Prus  <vladimir@codesourcery.com>
17764
17765         * lib/mi-support.exp (mi_create_varobj_checked): New.
17766         (mi_list_varobj_children): Allow to check for a
17767         value.
17768         (mi_list_array_varobj_children): New.
17769
17770         * gdb.mi/mi-var-child.exp: Use mi_create_varobj
17771         and mi_list_varobj_children, as opposed to hardcoding
17772         expected strings.
17773         * gdb.mi/gdb701.exp: Likewise.
17774         * gdb.mi/gdb792.exp: Likewise.
17775         * gdb.mi/mi-var-block.exp: Likewise.
17776         * gdb.mi/mi-var-cmd.exp: Likewise.
17777         * gdb.mi/mi-var-invalidate.exp: Likewise.
17778         * gdb.mi/mi2-var-block.exp: Likewise.
17779         * gdb.mi/mi2-var-child.exp: Likewise.
17780         * gdb.mi/mi2-var-cmd.exp: Likewise.
17781         * gdb.mi/mi2-var-display.exp: Likewise.
17782
17783 2008-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
17784
17785         Fix random false FAILs on i386.
17786         * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
17787
17788 2008-03-23  Daniel Jacobowitz  <dan@codesourcery.com>
17789
17790         PR gdb/544
17791         * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
17792
17793 2008-03-23  Daniel Jacobowitz  <dan@codesourcery.com>
17794
17795         PR gdb/544
17796         * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
17797
17798 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
17799
17800         * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
17801         fixed PR gdb/544.
17802
17803 2008-03-21  Pedro Alves  <pedro@codesourcery.com>
17804
17805         * gdb.threads/fork-child-threads.exp: Test next over fork.
17806
17807 2008-03-21  Chris Demetriou  <cgd@google.com>
17808
17809         * gdb.base/break.exp (rbreak junk): New test for rbreak
17810         "Junk at end of arguments" issue.
17811
17812 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
17813
17814         * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
17815         *& to work on created array elements.
17816         (Top level): Test print $pc with a file.  Test string operations
17817         without a target.
17818         * gdb.base/ptype.exp: Do not expect *& to work on created array
17819         elements.
17820
17821 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
17822
17823         * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
17824         gdb.threads/staticthreads.exp: Update exit query.
17825
17826 2008-03-07  Sandra Loosemore  <sandra@codesourcery.com>
17827
17828         * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
17829
17830 2008-03-03  Daniel Jacobowitz  <dan@codesourcery.com>
17831
17832         * gdb.base/watchpoint.c (global_ptr, func4): New.
17833         (main): Call func4.
17834         * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
17835         (test_inaccessible_watchpoint): New.
17836
17837 2008-02-29  Maciej W. Rozycki  <macro@mips.com>
17838
17839         * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
17840         select the largest.
17841
17842 2008-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
17843
17844         * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
17845         frames-invalid annotations.
17846
17847 2008-02-28  Pierre Muller  <muller@ics.u-strasbg.fr>
17848
17849         * gdb.base/assign.exp: avoid same output for different tests.
17850
17851 2008-02-27  Doug Evans  <dje@google.com>
17852
17853         * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
17854         for bug 1738.
17855         (breakpoint_to_handler_entry): Ditto.
17856
17857 2008-02-27  Joel Brobecker  <brobecker@adacore.com>
17858
17859         * gdb.base/ending-run.exp: Use the first line of code inside
17860         function body to test breakpoints.
17861         * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
17862         location where the breakpoint is inserted when using the line
17863         where a function is declared. Fix typo in the description of
17864         one of the tests.
17865         * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
17866
17867 2008-02-27  Pierre Muller  <muller@ics.u-strasbg.fr>
17868
17869         * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
17870         tests.
17871
17872 2008-02-27  Pierre Muller  <muller@ics.u-strasbg.fr>
17873
17874         * gdb.base/args.exp: avoid same output for tests
17875         with single quotes.
17876
17877 2008-02-26  Vladimir Prus  <vladimir@codesourcery.com>
17878
17879         * gdb.base/annota1.exp: Adjust for 'info break'
17880         format changes.
17881         * gdb.base/annota3.exp: Likewise.
17882         * gdb.base/break.exp: Likewise.
17883         * gdb.base/condbreak.exp: Likewise.
17884         * gdb.base/pending.exp: Likewise.
17885         * gdb.base/sepdebug.exp: Likewise.
17886         * gdb.base/unload.exp: Likewise.
17887         * gdb.cp/ovldbreak.exp: Likewise.
17888         * gdb.mi/mi-pending.exp: Likewise.
17889
17890 2008-02-07  Doug Evans  <dje@google.com>
17891
17892         * gdb.cp/mb-inline.exp: New.
17893         * gdb.cp/mb-inline.h: New.
17894         * gdb.cp/mb-inline1.cc: New.
17895         * gdb.cp/mb-inline2.cc: New.
17896
17897 2008-02-06  Pierre Muller  <muller@ics.u-strasbg.fr>
17898
17899         * gdb.pascal/floats.pas: New test program.
17900         * gdb.pascal/floats.exp: New testcase.
17901
17902 2008-02-06  Thiago Jung Bauermann  <bauerman@br.ibm.com>
17903
17904         * gdb.base/callfuncs.c (t_float_many_args): New function.
17905         (t_double_many_args): New function.
17906         * gdb.base/callfuncs.exp: Add tests for exceeding float
17907         and double parameters passed through the stack.
17908
17909 2008-02-05  Joel Brobecker  <brobecker@adacore.com>
17910
17911         * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
17912         gdb.ada/complete/foo.adb: New files.
17913         * gdb.ada/complete.exp: New testcase.
17914
17915 2008-02-03  Doug Evans  <dje@google.com>
17916
17917         * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
17918
17919         * gdb.cp/gdb2384.exp: New file.
17920         * gdb.cp/gdb2384.cc: New file.
17921         * gdb.cp/gdb2384-base.h: New file.
17922         * gdb.cp/gdb2384-base.cc: New file.
17923
17924 2008-02-02  Doug Evans  <dje@google.com>
17925
17926         * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
17927
17928 2007-02-01  Joel Brobecker  <brobecker@adacore.com>
17929
17930         * gdb.ada/sym_print_name: New test program.
17931         * gdb.ada/sym_print_name.exp: New testcase.
17932
17933 2007-02-01  Joel Brobecker  <brobecker@adacore.com>
17934
17935         * gdb.ada/nested/hello.adb: New file.
17936         * gdb.ada/nested.exp: New testcase.
17937         * gdb.ada/Makefile.in (EXECUTABLES): Update list.
17938
17939 2008-02-01  Vladimir Prus  <vladimir@codesourcery.com>
17940
17941         * gdb.mi/basic.c (return_1): New function.
17942         * gdb.mi/mi-break.exp: Make sure that failed -break-insert
17943         don't cause future evaluations of function to report
17944         creation of internal breakpoints.
17945
17946 2008-02-01  Vladimir Prus  <vladimir@codesourcery.com>
17947
17948         * gdb.mi/mi-break.exp (test_error): New.
17949         Call it.
17950
17951 2008-01-31  Luis Machado  <luisgpm@br.ibm.com>
17952
17953         * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
17954         * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
17955
17956 2008-01-31  Pierre Muller  <muller@ics.u-strasbg.fr>
17957
17958         * gdb.pascal/integers.pas: New test program.
17959         * gdb.pascal/integers.exp: New testcase.
17960
17961 2008-01-31  Pierre Muller  <muller@ics.u-strasbg.fr>
17962
17963         * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
17964
17965 2008-01-30  Luis Machado  <luisgpm@br.ibm.com>
17966
17967         * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
17968         * gdb.arch/powerpc-d128-regs.c: New testcase source file.
17969
17970 2008-01-30  Paul Hilfinger  <hilfinger@adacore.com>
17971
17972         * gdb.ada/formatted_ref: New test program.
17973         * gdb.ada/formatted_ref.exp: New testcase.
17974
17975         * gdb.cp/formatted-ref.cc: New file.
17976         * gdb.cp/formatted-ref.exp: New testcase.
17977
17978 2008-01-30  Joel Brobecker  <brobecker@adacore.com>
17979
17980         * gdb.base/ptype.exp: Add testing of "ptype $pc".
17981
17982 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
17983
17984         * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
17985         (test_file_list_exec_source_file): Update to new macro-info field.
17986
17987 2008-01-30  Paul N. Hilfinger  <hilfinger@adacore.com>
17988
17989         * gdb.ada/exprs: New test program.
17990         * gdb.ada/exprs.exp: New testcase.
17991
17992 2008-01-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
17993
17994         * dfp-test.c (DELTA, DELTA_B): New definitions.
17995         (double_val1, double_val2, double_val3, double_val4, double_val5,
17996         double_val6, double_val7, double_val8, double_val9, double_val10,
17997         double_val11, double_val12, double_val13, double_val14, dec32_val1,
17998         dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
17999         dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
18000         dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
18001         dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
18002         dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
18003         dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
18004         dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
18005         dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
18006         dec128_val12, dec128_val13, dec128_val14, dec128_val15,
18007         dec128_val16): New global variables.
18008         (decimal_dec128_align): New function.
18009         (decimal_mixed): Likewise.
18010         (decimal_many_args_dec32): Likewise.
18011         (decimal_many_args_dec64): Likewise.
18012         (decimal_many_args_dec128): Likewise.
18013         (decimal_many_args_mixed): Likewise.
18014         * dfp-test.exp: Add tests calling new inferior functions.
18015
18016 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
18017
18018         * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
18019         gdb.server/ext-run.exp: New files.
18020         * lib/gdbserver-support.exp (gdbserver_download): New.
18021         (gdbserver_start): New.  Update gdbserver expected
18022         output.
18023         (gdbserver_spawn): Use them.
18024         (gdbserver_start_extended): New.
18025
18026 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
18027
18028         * gdb.base/foll-exec.exp: Update header.  Skip on remote targets.
18029         Run on GNU/Linux.
18030         (do_exec_tests): Check for systems which do not support catchpoints.
18031         Do not match START.
18032         * gdb.base/foll-fork.exp: Update header.  Skip on remote targets.
18033         Run on GNU/Linux.  Enable verbose output.
18034         (check_fork_catchpoints): New.
18035         (explicit_fork_child_follow, catch_fork_child_follow)
18036         (tcatch_fork_parent_follow): Update expected messages.
18037         (do_fork_tests): Use check_fork_catchpoints.
18038         * gdb.base/foll-vfork.exp: Update header.  Skip on remote targets.
18039         Run on GNU/Linux.  Enable verbose output.
18040         (check_vfork_catchpoints): New.
18041         (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
18042         expected messages.
18043         (do_vfork_and_exec_tests): Use check_fork_catchpoints.
18044
18045 2008-01-29  Jim Blandy  <jimb@red-bean.com>
18046
18047         * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
18048         host' errors.
18049         * lib/mi-support.exp (mi_gdb_target_cmd): Same.
18050
18051 2008-01-29  Jim Blandy  <jimb@red-bean.com>
18052
18053         * gdb.threads/sigthread.c: Use barriers to ensure that
18054         child_thread and child_thread_two are always initialized before we
18055         start to use them.
18056
18057 2008-01-29  Vladimir Prus  <vladimir@codesourcery.com>
18058
18059         * gdb.base/watchpoint-solib.exp: New.
18060         * gdb.base/watchpoint-solib.c: New.
18061         * gdb.base/watchpoint-solib-shr.c: New.
18062
18063 2008-01-29  Pierre Muller  <muller@ics.u-strasbg.fr>
18064
18065         * gdb.base/gdb1056.exp: Add unsigned integer test.
18066
18067 2008-01-28  Doug Evans  <dje@google.com>
18068
18069         * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
18070
18071 2008-01-27  Jim Blandy  <jimb@codesourcery.com>
18072
18073         * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
18074
18075         * gdb.base/expand-psymtabs.exp: Doc fix.
18076
18077 2008-01-26  Mark Kettenis  <kettenis@gnu.org>
18078
18079         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
18080
18081 2008-01-24  Nick Roberts  <nickrob@snap.net.nz>
18082
18083         * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
18084         -var-set-format.
18085
18086 2008-01-23  Chris Demetriou  <cgd@google.com>
18087
18088         * gdb.threads/thread_events.c: New testcase source file.
18089         * gdb.threads/thread_events.exp: New testcase expect file.
18090
18091 2008-01-23  Nick Roberts  <nickrob@snap.net.nz>
18092
18093         * lib/gdb.exp: Add the variable octal.
18094
18095         * gdb.mi/mi-var-display.exp: Add value field to tests for output of
18096         -var-set-format.
18097
18098 2008-01-22  Daniel Jacobowitz  <dan@codesourcery.com>
18099             Vladimir Prus  <vladimir@codesourcery.com>
18100
18101         * gdb.base/float.exp: Allow missing floating point for m68k and
18102         PowerPC.
18103
18104 2008-01-22  Vladimir Prus  <vladimir@codesourcery.com>
18105
18106         * gdb.mi/basics.c: Setup for testing breakpoints
18107         ignore count.
18108         * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
18109         * gdb.mi/mi-cli.exp: Adjust.
18110         * gdb.mi/mi2-cli.exp: Adjust.
18111
18112 2008-01-17  Pedro Alves  <pedro@codesourcery.com>
18113
18114         * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
18115         and 'dummy_ptr' integer pointer.  Initialize struct_declarations
18116         with dummy_ptr's address.
18117         * gdb.mi/var-cmd.c (do_children_tests): Likewise.
18118         * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
18119         all targets.
18120         * gdb.mi/mi2-var-child.exp: Likewise.
18121
18122 2008-01-09  Joel Brobecker  <brobecker@adacore.com>
18123
18124         * gdb.ada/null_array: New test program.
18125         * gdb.ada/null_array.exp: New testcase.
18126
18127 2008-01-09  Luis Machado  <luisgpm@br.ibm.com>
18128
18129         * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
18130         with required float modifiers.
18131
18132 2008-01-08  Joel Brobecker  <brobecker@adacore.com>
18133
18134         * gdb.ada/funcall_param: New test program.
18135         * gdb.ada/funcall_param.exp: New testcase.
18136
18137 2008-01-08  Joel Brobecker  <brobecker@adacore.com>
18138
18139         * gdb.ada/arrayparam: New test program.
18140         * gdb.ada/arrayparam.exp: New testcase.
18141
18142 2008-01-08  Joel Brobecker  <brobecker@adacore.com>
18143
18144         * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
18145         landed.  Should also fix random failures in the test following it.
18146
18147 2008-01-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
18148
18149         * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
18150         for expressions with decimal float values.
18151         (test_dfp_conversions): New function to test casts to and from
18152         decimal float types.
18153         Call test_dfp_conversions.
18154         * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
18155         elements.
18156         (main): Initialize ds.float4 and ds.double8 elements.
18157         * gdb.base/dfp-test.exp (d32_set_tests): Fix typo.  Adjust expect
18158         string to new error message.
18159         (d64_set_tests): Likewise.
18160         (d128_set_tests): Likewise.
18161         Add tests for expressions with decimal float variables.  Add tests for
18162         conversions to and from decimal float types.
18163
18164 2008-01-05  Joel Brobecker  <brobecker@adacore.com>
18165
18166         * gdb.ada/packed_tagged/comp_bug.adb: New file.
18167         * gdb.ada/packed_tagged.exp: New testcase.
18168
18169 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
18170
18171         * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
18172         gdb.ada/homonym/homonym_main.adb: New files.
18173         * gdb.ada/homonym.exp: New testcase.
18174
18175 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
18176
18177         * gdb.ada/packed_array.exp: Add testing of references to
18178         a packed array.
18179
18180 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
18181
18182         * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
18183         New files.
18184         * gdb.ada/type_coercion.exp: New testcase.
18185
18186 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
18187
18188         * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
18189         gdb.ada/tagged/foo.adb: New file.
18190         * gdb.ada/tagged.exp: New testcase.
18191
18192 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
18193
18194         * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
18195         gdb.ada/ptype_field/foo.adb: New files.
18196         * gdb.ada/ptype_field.exp: New testcase.
18197
18198 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
18199
18200         * gdb.ada/print_pc.exp: New testcase.
18201
18202 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
18203
18204         * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
18205         gdb.ada/taft_type/p.adb: New files.
18206         * gdb.ada/taft_type.exp: New testcase.
18207
18208 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
18209
18210         * gdb.ada/array_bounds/bar.adb: New file.
18211         * gdb.ada/array_bounds.exp: New testcase.
18212
18213 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
18214
18215         * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
18216         gdb.ada/arrayptr/foo.adb: New files.
18217         * gdb.ada/arrayptr.exp: New testcase.
18218
18219 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
18220
18221         * gdb.base/set-lang-auto.exp: New testcase.
18222
18223 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
18224
18225         * gdb.ada/fun_addr/foo.adb: New file.
18226         * gdb.ada/fun_addr.exp: New testcase.
18227
18228 2008-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
18229
18230         * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
18231         New files
18232
18233 2008-01-02  Joel Brobecker  <brobecker@adacore.com>
18234
18235         * array_subscript_addr/p.adb: New file.
18236         * array_subscript_addr.exp: New testcase.
18237
18238 2008-01-02  Joel Brobecker  <brobecker@adacore.com>
18239
18240         * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
18241         New files.
18242         * gdb.ada/str_cmp_ref.exp: New testcase.
18243
18244 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
18245
18246         * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
18247         gdb.ada/fun_in_declare/foo.adb: New files.
18248         * gdb.ada/fun_in_declare.exp: New testcase.
18249
18250 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
18251
18252         * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
18253         gdb.ada/ref_param/pck.ads: New files.
18254         * gdb.ada/ref_param.exp: New testcase.
18255
18256 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
18257
18258         * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
18259         gdb.ada/interface/foo.adb: New files.
18260         * gdb.ada/interface.exp: New testcase.
18261
18262 2007-12-31  Jim Blandy  <jimb@codesourcery.com>
18263
18264         * gdb.base/multi-forks.exp: Consume all output from child
18265         processes before proceeding to next test.
18266
18267 2007-12-29  Jim Blandy  <jimb@codesourcery.com>
18268
18269         * configure: Regenerated.
18270
18271 2007-12-27  Joel Brobecker  <brobecker@adacore.com>
18272
18273         * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
18274         gdb.ada/fixed_cmp/fixed.adb: New files.
18275         * gdb.ada/fixed_cmp.exp: New testcase.
18276
18277 2007-12-27  Joel Brobecker  <brobecker@adacore.com>
18278
18279         * gdb.ada/boolean_expr.exp: New testcase.
18280
18281 2007-12-26  Jim Blandy  <jimb@codesourcery.com>
18282
18283         * gdb.base/multi-forks.exp: Doc fix.
18284
18285 2007-12-26  Joel Brobecker  <brobecker@adacore.com>
18286
18287         * gdb.ada/Makefile.in (EXECUTABLES): Update list.
18288         * gdb.ada/char_param.exp: Do not compile our test program with
18289         -gnata, this is unnecessary.
18290         * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
18291
18292 2007-12-24  Joel Brobecker  <brobecker@adacore.com>
18293
18294         * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
18295         gdb.ada/print_chars/foo.adb: New files.
18296         * gdb.ada/print_chars.exp: New testcase.
18297
18298 2007-12-24  Joel Brobecker  <brobecker@adacore.com>
18299
18300         * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
18301         gdb.ada/char_param/foo.adb: New files.
18302         * gdb.ada/char_param.exp: New testcase.
18303
18304 2007-12-22  Jim Blandy  <jimb@codesourcery.com>
18305
18306         * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
18307         hard-coding source line numbers into the test.
18308         * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
18309         gdb_get_line_number to find.
18310
18311 2007-12-22  Joel Brobecker  <brobecker@adacore.com>
18312
18313         * gdb.base/ptype.c (highest): New struct type.
18314         (the_highest): New variable of that type.
18315         (main): Add dummy assignment to a field of variable the_highest.
18316         * gdb.base/ptype.exp: Test type printing of our new variable.
18317
18318 2007-12-19  Pierre Muller  <muller@ics-u-strasbg.fr>
18319
18320         * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
18321         and record first explicitly generated thread number.
18322         Use that thread number for thread specific watchpoint test.
18323         Add iteration number to repetitive tests.
18324
18325 2007-12-16  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
18326             Jim Blandy  <jimb@codesourcery.com>
18327
18328         * gdb.base/expand-psymtabs.c: New testcase
18329         source file.
18330         * gdb.base/expand-psymtabs.exp: New testcase
18331         expect file.
18332
18333 2007-12-17  Luis Machado  <luisgpm@br.ibm.com>
18334
18335         * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
18336         * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
18337
18338 2007-12-17  Joel Brobecker  <brobecker@adacore.com>
18339
18340         * gdb.ada/frame_args/foo.adb: New file.
18341         * gdb.ada/frame_args/pck.ads: New file.
18342         * gdb.ada/frame_args/pck.adb: New file.
18343         * gdb.ada/frame_args.exp: New testcase.
18344
18345 2007-12-17  Joel Brobecker  <brobecker@adacore.com>
18346
18347         * gdb.base/frame-args.c: New file.
18348         * gdb.base/frame-args.exp: New testcase.
18349
18350 2007-12-16  Daniel Jacobowitz  <dan@codesourcery.com>
18351             Joseph Myers  <joseph@codesourcery.com>
18352
18353         * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
18354
18355 2007-12-14  Vladimir Prus  <vladimir@codesourcery.com>
18356
18357         * gdb.mi/mi-pending.exp: New.
18358         * gdb.mi/mi-pending.c: New.
18359         * gdb.mi/mi-pendshr.c: New.
18360
18361 2007-12-06  Jim Blandy  <jimb@codesourcery.com>
18362
18363         * gdb.base/default.exp: Update expected output for 'info catch'.
18364
18365 2007-12-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
18366
18367         * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
18368         must be set to binary.
18369
18370 2007-12-09  Pedro Alves  <pedro_alves@portugalmail.pt>
18371
18372         * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
18373
18374 2007-11-30  Daniel Jacobowitz  <dan@codesourcery.com>
18375
18376         * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
18377         gdb.mi/mi-file-transfer.exp: New.
18378
18379 2007-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
18380
18381         * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
18382
18383 2007-11-22  Maciej W. Rozycki  <macro@mips.com>
18384
18385         * gdb.trace/backtrace.exp: Fix a typo.
18386         * gdb.trace/circ.exp: Likewise.
18387         * gdb.trace/collection.exp: Likewise.
18388         * gdb.trace/limits.exp: Likewise.
18389         * gdb.trace/report.exp: Likewise.
18390         * gdb.trace/tfind.exp: Likewise.
18391         * gdb.trace/while-dyn.exp: Likewise.
18392
18393 2007-11-21  Nick Roberts  <nickrob@snap.net.nz>
18394
18395         * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
18396         objects of pointers that can't be dereferenced are now
18397         "noneditable".
18398
18399 2007-11-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18400
18401         * Makefile.in (Makefile): Do not depend on target_makefile_frag.
18402         (target_cpu): Remove.
18403
18404 2007-10-15  Vladimir Prus  <vladimir@codesourcery.com>
18405
18406         * gdb.base/ending-run.exp: Expect the list of cleared
18407         breakpoint to come in natural order, not the reversed one.
18408
18409 2007-11-07  Vladimir Prus  <vladimir@codesourcery.com>
18410
18411         * gdb.mi/mi-var-child.c (do_child_deletion): New.
18412         * gdb.mi/mi-var-child.exp: Run child_deletion tests.
18413
18414 2007-11-05  Luis Machado  <luisgpm@br.ibm.com>
18415
18416         * gdb.base/printcmds.exp: New function
18417         test_printf_with_dfp.
18418
18419 2007-11-02  Doug Evans  <dje@google.com>
18420
18421         * gdb.disasm/t01_mov.s: Remove carriage returns.
18422         * gdb.disasm/t02_mova.s: Ditto.
18423         * gdb.disasm/t03_add.s: Ditto.
18424         * gdb.disasm/t04_sub.s: Ditto.
18425         * gdb.disasm/t05_cmp.s: Ditto.
18426         * gdb.disasm/t06_ari2.s: Ditto.
18427         * gdb.disasm/t07_ari3.s: Ditto.
18428         * gdb.disasm/t08_or.s: Ditto.
18429         * gdb.disasm/t09_xor.s: Ditto.
18430         * gdb.disasm/t10_and.s: Ditto.
18431         * gdb.disasm/t11_logs.s: Ditto.
18432         * gdb.disasm/t12_bit.s: Ditto.
18433         * gdb.disasm/t13_otr.s: Ditto.
18434
18435 2007-11-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
18436
18437         * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
18438
18439 2007-10-30  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18440
18441         * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
18442         provide DFP support.
18443
18444 2007-10-30  Daniel Jacobowitz  <dan@codesourcery.com>
18445
18446         * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
18447         Test "set powerpc vector-abi".  Skip auto-detection tests for old
18448         toolchains.
18449
18450 2007-10-30  Pedro Alves  <pedro_alves@portugalmail.pt>
18451
18452         * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
18453         with [string compare].
18454
18455 2007-10-30  Pedro Alves  <pedro_alves@portugalmail.pt>
18456
18457         * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
18458         * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
18459
18460 2007-10-25  Luis Machado  <luisgpm@br.ibm.com>
18461
18462         * gdb.opt/clobbered-registers-O2.c: New testcase source file.
18463         * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
18464         * gdb.opt/Makefile.in: New makefile.
18465         * Makefile.in: Create new directory "gdb.opt".
18466         * configure.ac: Add "gdb.opt" directory.
18467         * configure: Regenerated.
18468
18469 2007-10-25  Doug Evans  <dje@google.com>
18470
18471         * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
18472         * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
18473
18474 2007-10-15  Wu Zhou  <woodzltc@cn.ibm.com>
18475             Thiago Jung Bauermann  <bauerman@br.ibm.com>
18476
18477         * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
18478         Floating Point expressions.
18479         * gdb.base/dfp-test.exp: new file adding tests for Decimal
18480         Floating Point variables.
18481         * gdb.base/dfp-test.c: new file containing program with Decimal
18482         Floating variables, used by gdb.base/dfp-test.exp.
18483
18484 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
18485
18486         * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
18487
18488 2007-10-21  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18489
18490         * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
18491         compiling test case with GCC.
18492         * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
18493
18494 2007-10-21  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18495
18496         * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
18497         format changes.
18498
18499 2007-10-18  Michael Snyder  <msnyder@specifix.com>
18500
18501         * gdb.base/dbx.exp: Add missing "-re " operator.
18502
18503 2007-10-16  Gaius Mulley  <gaius@glam.ac.uk>
18504
18505         * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
18506         * configure.ac: Removed trailing spaces after backslash.
18507         * gdb.modula2: New directory.
18508         * gdb.modula2/Makefile.in: New file.
18509         * gdb.modula2/unbounded-array.exp: New file.
18510         * gdb.modula2/unbounded1.c: New file.
18511
18512 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
18513
18514         * gdb.xml/tdesc-regs.exp: Add PowerPC support.
18515
18516 2007-10-15  Pierre Muller  <muller@ics.u-strasbg.fr>
18517
18518         * gdb.base/sigstep.c (main): Add checks for
18519         return values for setitimer call.
18520         Call setitimer again with itimer = ITIMER_REAL
18521         if first call to setitimer fails.
18522
18523 2007-10-11  Kazu Hirata  <kazu@codesourcery.com>
18524
18525         * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
18526         of $timeout.
18527
18528 2007-10-09  Daniel Jacobowitz  <dan@codesourcery.com>
18529
18530         * gdb.server/server-run.exp: Test for dynamic linker symbols.
18531
18532 2007-10-09  Pierre Muller  <muller@ics.u-strasbg.fr>
18533
18534         * lib/gdb.exp (gdb_run_cmd): Move comment outside
18535         of gdb_expect call, to avoid interruption.
18536
18537 2007-10-09  Pedro Alves  <pedro_alves@portugalmail.pt>
18538
18539         * gdb.base/whatis.c (v_long_long, v_signed_long_long)
18540         (v_unsigned_long_long, v_long_long_array)
18541         (v_signed_long_long_array, v_unsigned_long_long_array)
18542         (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
18543         (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
18544         [!NO_LONG_LONG]: New.
18545         (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
18546         v_long_long_member.
18547
18548         (v_long_long_func, v_signed_long_long_func)
18549         (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
18550         (main) [!NO_LONG_LONG]: Initialize long long variants.
18551
18552         * gdb.base/whatis.exp: If board file requests no_long_long, build
18553         test with NO_LONG_LONG defined.  Test long long, signed long long,
18554         and unsigned long long variants but only if board file doesn't
18555         disable it.
18556
18557 2007-10-08  Pierre Muller  <muller@ics.u-strasbg.fr>
18558             Daniel Jacobowitz  <dan@codesourcery.com>
18559
18560         * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
18561         * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
18562         * configure: Regenerated.
18563         * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
18564         gdb.pascal/types.exp, lib/pascal.exp: New files.
18565
18566 2007-10-02  Daniel Jacobowitz  <dan@codesourcery.com>
18567
18568         * gdb.cp/classes.exp (do_tests): Always step to the line after the
18569         call.
18570         * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
18571         to return to the call.
18572         * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
18573         * gdb.mi/mi-return.exp (test_return_simple): Likewise.
18574         * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
18575         * gdb.mi/mi-until.exp (test_until): Likewise.
18576         * gdb.mi/mi2-until.exp (test_until): Likewise.
18577
18578 2007-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
18579
18580         * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
18581         two-char array.
18582         * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
18583
18584 2007-09-30  Daniel Jacobowitz  <dan@codesourcery.com>
18585
18586         * gdb.threads/watchthreads.c (thread_function): Sleep between
18587         iterations.
18588         * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
18589         at once for S/390.  Generate matching fails and passes.
18590
18591 2007-09-27  Vladimir Prus  <vladimir@codesourcery.com>
18592
18593         * gdb.mi/var-cmd.c (do_children_tests): Initialize
18594         the 'struct_declarations' variable to zeros.
18595
18596 2007-09-24  Vladimir Prus  <vladimir@codesourcery.com>
18597
18598         * gdb.cp/mb-ctor.cc: New.
18599         * gdb.cp/mb-ctor.exp: New.
18600         * gdb.cp/mb-templates.cc: New.
18601         * gdb.cp/mb-templates.exp: New.
18602
18603 2007-09-23  Daniel Jacobowitz  <dan@codesourcery.com>
18604
18605         * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
18606
18607 2007-09-23  Pedro Alves  <pedro_alves@portugalmail.pt>
18608
18609         * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
18610         targets.
18611         * configure: Regenerate.
18612
18613 2007-09-23  Vladimir Prus  <vladimir@codesourcery.com>
18614
18615         * gdb.base/annota1.exp: Adjust for 'info break'
18616         format changes.
18617         * gdb.base/annota3.exp: Likewise.
18618         * gdb.base/break.exp: Likewise.
18619         * gdb.base/condbreak.exp: Likewise.
18620         * gdb.base/pending.exp: Likewise.
18621         * gdb.base/sepdebug.exp: Likewise.
18622         * gdb.base/unload.exp: Likewise.
18623         * gdb.base/ovldbreak.exp: Likewise.
18624
18625 2007-09-22  Vladimir Prus  <vladimir@codesourcery.com>
18626
18627         * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
18628         messages.
18629         * gdb.base/chng-syms.exp: Likewise.
18630         * gdb.base/unload.exp: Likewise.
18631
18632 2007-09-21  Daniel Jacobowitz  <dan@codesourcery.com>
18633
18634         * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
18635
18636 2007-09-17  Daniel Jacobowitz  <dan@codesourcery.com>
18637
18638         * schedlock.c (NUM): Change to 1.
18639         (main): Use args[0] for the main thread.
18640         * schedlock.exp: Only expect two threads.  Only issue one pass or fail
18641         regardless of the number of threads.
18642
18643 2007-09-14  Maciej W. Rozycki  <macro@mips.com>
18644
18645         * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
18646         type down.
18647         (test_watchpoint_triggering): XFAIL the sw watchpoint scope
18648         test.
18649         * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
18650         watchpoint type down.
18651         (test_watchpoint_triggering): XFAIL the sw watchpoint scope
18652         test.
18653
18654 2007-09-14  Maciej W. Rozycki  <macro@mips.com>
18655
18656         * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
18657         Move all the tests here and run them twice, once using software
18658         watchpoints and once using hardware watchpoints.
18659         * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
18660
18661 2007-09-12  Daniel Jacobowitz  <dan@codesourcery.com>
18662
18663         * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
18664         test.
18665
18666 2007-09-10  Mark Kettenis  <kettenis@gnu.org>
18667
18668         * lib/gdb.exp (build_id_debug_filename_get): Improve check for
18669         build-id.
18670
18671         * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
18672         know about $ORIGIN.  Calculate output dir from $dest instead of
18673         using ${objdir}/{$subdir}.
18674
18675 2007-09-09  Mark Kettenis  <kettenis@gnu.org>
18676
18677         * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
18678         gcore, before continuing with the test.
18679
18680 2007-09-06  Daniel Jacobowitz  <dan@codesourcery.com>
18681
18682         * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
18683         * gdb.mi/mi-watch.exp: Likewise.
18684
18685 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
18686             Jim Blandy  <jimb@codesourcery.com>
18687
18688         * gdb.arch/i386-sse.exp: Do not expect character constants.
18689         * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
18690         * gdb.base/display.exp: Allow print/s.
18691         * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
18692         and unsigned char array changes.
18693
18694 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
18695
18696         * gdb.base/display.exp: Add tests for printf %p.
18697
18698 2007-09-03  Pedro Alves  <pedro_alves@portugalmail.pt>
18699
18700         * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
18701         the dll name to unicode.
18702
18703 2007-09-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
18704
18705         * gdb.base/default.exp (show version): Update the version text.
18706         * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
18707
18708 2007-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
18709
18710         * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
18711         New files.
18712
18713 2007-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
18714
18715         * lib/gdb.exp (build_id_debug_filename_get): New function.
18716         * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
18717         Remove the generate DEBUG file for the future testcase runs.
18718         New testcase for the NT_GNU_BUILD_ID retrieval.
18719         Move the final testing step to ...
18720         (test_different_dir): ... a new function.
18721         New parameter XFAIL to XFAIL all the tests performed.
18722         New parameter TEST_DIFFERENT_DIR parametrizing the directory.
18723         New parameter TYPE to PF_PREFIX all the tests performed.
18724
18725 2007-08-31  Vladimir Prus  <vladimir@codesourcery.com>
18726
18727         * gdb.mi/mi-var-cp.cc (path_expression): New
18728         function.
18729         * gdb.mi/mi-var-cp.exp: Run path exression tests.
18730
18731 2007-08-27  Markus Deuling  <deuling@de.ibm.com>
18732
18733         * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
18734         to fit into SPU Local Store memory.
18735
18736 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
18737
18738         * gdb.base/default.exp: Adjust the expected output of "info
18739         warranty" after the switch to GPLv3.
18740
18741 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
18742
18743         * lib/gdb.exp (default_gdb_init): Increase expect buffer size
18744         to 30000 (from 20000).
18745
18746 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
18747
18748         Switch the license of all .exp files to GPLv3.
18749         Switch the license of all .f and .f90 files to GPLv3.
18750         Switch the license of all .s and .S files to GPLv3.
18751
18752 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
18753
18754         * configure.ac: Switch license to GPLv3.
18755
18756 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
18757
18758         Switch the licensing to GPLv3 for all .ads and .adb files.
18759
18760 2007-08-22  Daniel Jacobowitz  <dan@codesourcery.com>
18761
18762         * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
18763         and t_int_double.
18764         * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
18765
18766 2007-08-17  Joel Brobecker  <brobecker@adacore.com>
18767
18768         * gdb.base/step-line.c: Switch license to GPL version 3, and
18769         update copyright year.
18770         * gdb.base/step-line.inp: Likewise.
18771
18772 2007-08-17  Joel Brobecker  <brobecker@adacore.com>
18773
18774         * gdb.base/gdb1555.exp: Make expected output immune to formatting
18775         changes inside gdb1555.c.
18776         * gdb.base/pending.exp: Likewise.
18777
18778 2007-08-13  Daniel Jacobowitz  <dan@codesourcery.com>
18779
18780         * config/default.exp: New file.
18781
18782 2007-07-31  Daniel Jacobowitz  <dan@codesourcery.com>
18783
18784         * gdb.base/prologue.c, gdb.base/prologue.exp: New.
18785         * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
18786
18787 2007-07-30  Maciej W. Rozycki  <macro@mips.com>
18788
18789         * gdb.base/dump.exp: Force the correct endianness for binary
18790         formats not carrying this information.
18791
18792 2007-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
18793
18794         * gdb.threads/staticthreads.exp: Match .*sem_post.
18795
18796 2007-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
18797
18798         * gdb.base/readline.exp (operate_and_get_next): Match the final
18799         prompt.
18800
18801 2007-07-23  Kevin Buettner  <kevinb@redhat.com>
18802
18803         * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
18804         to restarting SID.
18805
18806 2007-07-18  Kevin Buettner  <kevinb@redhat.com>
18807
18808         * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
18809         prior to `gdb_start'.
18810
18811 2007-07-18  Kevin Buettner  <kevinb@redhat.com>
18812
18813         * config/sid.exp (gdb_load): Add test for empty argument.  Adjust
18814         return value to be compatible with gdb_run_cmd in lib/gdb.exp.
18815         Remove call to gdb_unload.
18816
18817 2007-07-17  Pedro Alves  <pedro_alves@portugalmail.pt>
18818             Daniel Jacobowitz  <dan@codesourcery.com>
18819
18820         * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
18821         for __WIN32__.
18822         (SHLIB_NAME): Delete definition.  Always pass dlerror to fprintf.
18823         * gdb.base/unload.exp: Use shared library test routines.
18824
18825 2007-07-03  Markus Deuling  <deuling@de.ibm.com>
18826
18827         * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
18828         * gdb.base/solib-symbol-lib.c: Likewise.
18829         * gdb.base/solib-symbol-main.c: Likewise.
18830
18831 2007-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
18832
18833         * config/gdbserver.exp (gdb_reconnect): New.
18834         * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
18835         gdb.base/solib-disc.exp: New files.
18836         * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
18837         remote debugging".
18838         (gdb_compile): Add shlib_load flag.
18839         * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
18840         port.
18841         (gdbserver_reconnect): New.
18842
18843 2007-07-01  Nick Roberts  <nickrob@snap.net.nz>
18844             Daniel Jacobowitz  <dan@codesourcery.com>
18845
18846         * gdb.base/annota3.exp: Test for if construct.
18847
18848 2007-06-26  Daniel Jacobowitz  <dan@codesourcery.com>
18849
18850         * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
18851
18852 2007-06-21  Chris Dearman  <chris@mips.com>
18853             Maciej W. Rozycki  <macro@mips.com>
18854
18855         * gdb.base/display.exp: Allow a newline after display/i.
18856         * gdb.base/pc-fp.exp: Likewise.
18857         * gdb.base/sigbpt.exp: Likewise.
18858
18859 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
18860
18861         * gdb.xml/tdesc-regs.exp: Add MIPS support.  Allow multiple
18862         required features to be included.
18863
18864 2007-06-12  Daniel Jacobowitz  <dan@codesourcery.com>
18865
18866         * gdb.threads/manythreads.exp: Prevent expect buffer overflow
18867         in info threads output.
18868
18869 2007-06-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18870             Markus Deuling  <deuling@de.ibm.com>
18871
18872         * gdb.arch/spu-info.exp: New testcase.
18873         * gdb.arch/spu-info.c: New file.
18874
18875 2007-06-05  Daniel Jacobowitz  <dan@codesourcery.com>
18876
18877         * gdb.arch/thumb-prologue.c: Record the breakpoint address in
18878         tpcs_offset.  Restore lr after the call.
18879         * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
18880
18881 2007-05-23  Daniel Jacobowitz  <dan@codesourcery.com>
18882
18883         * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
18884         (gdbserver_run): Kill any running gdbserver.
18885         * lib/mi-support.exp (mi_gdb_target_load): Likewise.
18886
18887 2007-05-17  Maciej W. Rozycki  <macro@mips.com>
18888
18889         * gdb.base/sigbpt.exp: Preset segv_addr.
18890
18891 2007-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
18892
18893         * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
18894         (gdb_compile_shlib): Likewise.
18895         (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
18896         (default_gdb_init): Clear cleanfiles.
18897         (gdb_finish): Delete recorded cleanfiles.
18898         * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
18899
18900         * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
18901         Do not use isnative.
18902         * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
18903         gdb.base/so-impl-ld.exp: Likewise.
18904         * gdb.base/solib-weak.exp: Likewise.  Skip for DLL targets.
18905         * gdb.base/unload.exp: Likewise.  Do not pass empty option to
18906         gdb_compile.
18907
18908 2007-05-15  Vladimir Prus  <vladimir@codesourcery.com>
18909
18910         * config/unknown.exp: Remove.
18911
18912 2007-05-15  Markus Deuling  <deuling@de.ibm.com>
18913
18914         * gdb.base/info-proc.exp: Check is_remote.
18915
18916 2007-05-14  Markus Deuling  <deuling@de.ibm.com>
18917
18918         * gdb.base/gcore.exp: Initialize variable core_supported.
18919
18920 2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
18921
18922         * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
18923
18924 2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
18925
18926         * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
18927         * gdb.threads/print-threads.exp (test_all_threads): Allow
18928         negative and hexadecimal thread IDs.
18929
18930 2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
18931
18932         * gdb.java/jprint.java (public): Avoid invalid call to static
18933         method.
18934
18935 2007-05-14  Denis Pilat  <denis.pilat@st.com>
18936
18937         * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
18938         gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
18939         gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
18940         gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
18941         gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
18942
18943 2007-05-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18944
18945         * gdb.base/overlays.exp: Add support for targets with only code
18946         overlay support, not data overlay.  Support spu-*-* target in
18947         this mode.
18948         * gdb.base/ovlymgr.c: Provide stubs for spu target.
18949         * gdb.base/spu.ld: New file.
18950
18951 2007-05-07  Daniel Jacobowitz  <dan@codesourcery.com>
18952
18953         * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
18954
18955 2007-05-06  Daniel Jacobowitz  <dan@codesourcery.com>
18956
18957         * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
18958
18959 2007-04-29  Daniel Jacobowitz  <dan@codesourcery.com>
18960
18961         * gdb.java/jmain.exp: Handle demangled names with and without method
18962         signatures.
18963
18964 2007-04-29  Daniel Jacobowitz  <dan@codesourcery.com>
18965
18966         * gdb.mi/mi-syn-frame.c (main, foo, bar)
18967         (have_a_very_merry_interrupt): Remove calls to puts.
18968         * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
18969         inferior output.
18970         * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio.  Correct
18971         test names.
18972
18973 2007-04-29  Markus Deuling  <deuling@de.ibm.com>
18974             Daniel Jacobowitz  <dan@codesourcery.com>
18975
18976         * gdb.base/auxv.exp (core_works): Also check is_remote.
18977         * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
18978
18979 2007-04-25  Vladimir Prus  <vladimir@codesourcery.com>
18980
18981         * gdb.base/sigaltstack.exp: Use 'srcfile' in error
18982         message, not the undefined 'module' variable.
18983         * gdb.base/siginfo.exp: Likewise.
18984         * gdb.base/sigstep.exp: Likewise.
18985         * lib/gdbserver-support.exp (gdb_target_cmd): Quote
18986         serialport.
18987         * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
18988
18989 2007-04-25  Corinna Vinschen <vinschen@redhat.com>
18990
18991         * config/sim.exp (gdb_target_sim): Just return with -1 when setting
18992         target sim fails.  Return 0 otherwise.
18993         (gdb_load): Return prematurely if gdb_target_sim fails.
18994
18995 2007-04-16  Denis Pilat  <denis.pilat@st.com>
18996
18997         * gdb.base/setshow.exp: Reset height after having set it to 100.
18998
18999 2007-04-16  Denis Pilat  <denis.pilat@st.com>
19000
19001         * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
19002
19003 2007-04-16  Denis Pilat  <denis.pilat@st.com>
19004
19005         * gdb.mi/mi2-var-display.exp: Test for the fullname field.
19006
19007 2007-04-14  Vladimir Prus  <vladimir@codesourcery.com>
19008
19009         * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
19010         tests. Run the frozen varobjs test.
19011         * gdb.mi/var-cmd.c (do_frozen_tests): New.
19012         * lib/mi-support.exp (mi_varobj_update): Fix thinko.
19013
19014 2007-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
19015
19016         * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
19017         gdb.base/type-opaque.exp: New files.
19018
19019 2007-04-01  Vladimir Prus  <vladimir@codesourcery.com>
19020
19021         * gdb.mi/mi-var-child.c
19022         (do_children_tests): User char[2] instead of
19023         char so that automatic printing of pointers to char
19024         don't give unpredicable result.
19025         * gdb.mi/var-cmd.c (do_locals_test): Initialize
19026         local variables.
19027         * gdb.mi/mi-var-child.exp: Step to right line
19028         of do_children_tests.
19029         * gdb.mi/mi2-var-child.exp: Likewise.
19030         * gdb.mi/mi-var-cmd.exp: Step to right line of
19031         do_locals_tests.
19032         (do_children_tests): User char[2] instead of
19033         char so that automatic printing of pointers to char
19034         don't give unpredicable result.
19035         * gdb.mi/mi2-var-cmd.exp: Likewise.
19036         * lib/mi-support.exp (mi_continue_to_line):
19037         Pass test name to mi_wait_for_stop.
19038
19039 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
19040
19041         * gdb.asm/asm-source.exp: Remove d10v case.
19042         * lib/gdb.exp (skip_cplus_tests): Likewise.
19043         * gdb.asm/d10v.inc: Deleted.
19044
19045 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
19046
19047         * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
19048
19049 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
19050
19051         * config/netware.exp: Delete file.
19052
19053 2007-03-29  Joel Brobecker  <brobecker@adacore.com>
19054
19055         * gdb.dwarf2/dw2-noloc.S: New file.
19056         * gdb.dwarf2/dw2-noloc.exp: New file.
19057
19058 2007-03-28  Pedro Alves  <pedro_alves@portugalmail.pt>
19059
19060         * gdb.cp/method2.cc: New test.
19061         * gdb.cp/method2.exp: New test.
19062         * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
19063
19064 2007-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
19065
19066         * gdb.ada/exec_changed.exp: Avoid "set confirm off".
19067
19068 2007-03-27  Brooks Moses  <brooks.moses@codesourcery.com>
19069
19070         * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
19071
19072 2007-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
19073
19074         * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
19075         (gdb_load): Delete, replace with...
19076         (gdb_reload): ...this.
19077         * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
19078         * gdb.server/server-mon.exp: Likewise.
19079         * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
19080         (gdb_start_cmd): New.
19081         (gdb_file_cmd): Save the last loaded file.
19082         (gdb_reload): New.
19083         (gdb_gnu_strip_debug): Use transform.
19084         * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
19085         support here.  Use new $last_loaded_file.  Check mtime.
19086         (gdb_target_cmd): Handle ObjC failure case.
19087         (infer_host_exec): Delete.
19088         (gdbserver_load): Rename to...
19089         (gdbserver_run): ...this.  Simplify.
19090         * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
19091         (mi_gdb_load): Move most contents to a new function...
19092         (mi_gdb_target_load): ...here.  Simplify call to gdbserver_gdb_load.
19093         (mi_run_cmd): Use mi_gdb_target_load.
19094         * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
19095         gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
19096         Use gdb_run_cmd.
19097         * gdb.base/charsign.exp: Remove incorrect comment.
19098         * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
19099         * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
19100         gdb.base/start.exp: Use gdb_start_cmd.
19101
19102 2007-03-23  Nigel Stephens  <nigel@mips.com>
19103             Maciej W. Rozycki  <macro@mips.com>
19104
19105         * gdb.base/sigbpt.exp: Fix the message when skipping test.
19106         * gdb.base/signull.exp: Similarly.
19107
19108 2007-03-16  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19109
19110         * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
19111         messages available to test cases (like chng-sym.exp).
19112
19113 2007-03-14  Andreas Schwab  <schwab@suse.de>
19114
19115         * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
19116         format changes.
19117
19118 2007-03-13  Daniel Jacobowitz  <dan@codesourcery.com>
19119
19120         * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
19121         (optimized_1): New.
19122         (main): Call optimized_1.
19123         (gdb2029): Correct typos.  Call gdb2029_marker.
19124         * gdb.arch/powerpc-prologue.exp: Run new test.  Use a breakpoint
19125         for gdb2029.
19126
19127 2007-03-12  Mark Kettenis  <kettenis@gnu.org>
19128
19129         * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
19130         as tabs.  Remove redundant test pattern.
19131
19132 2007-03-09  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19133
19134         * gdb.base/long_long.exp: Accept optional symbol name in <...>
19135         for /a format output.
19136
19137 2007-03-09  Daniel Jacobowitz  <dan@codesourcery.com>
19138
19139         * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
19140         collect output incrementally.
19141
19142 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19143
19144         * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
19145         for -var-create lpcharacter test.
19146         * gdb.mi/mi2-var-cmd.exp: Likewise.
19147
19148 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19149
19150         * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
19151         pass on targets where address zero is readable.
19152
19153 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19154
19155         * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
19156         just a single architecture.
19157
19158 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19159
19160         * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
19161         (fetch_all_registers): New function, uses gdb_test_multiple and
19162         exp_continue to fetch inferior output line-by-line.
19163         Replace all uses of do_get_all_registers by fetch_all_registers.
19164
19165 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19166
19167         * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
19168         in target_info.
19169
19170 2007-03-02  Michael Snyder  <michael.snyder@palmsource.com>
19171
19172         * gdb.threads/manythreads.exp: Use $message string for
19173         consistancy; add a default (timeout) case.
19174
19175 2007-03-02  Michael Snyder  <michael.snyder@palmsource.com>
19176
19177         * gdb.base/watchpoint.exp: Fix truncated comment.
19178
19179 2007-03-02  Michael Snyder  <michael.snyder@palmsource.com>
19180
19181         * Makefile.in: Remove spurious single-quotes from sed command.
19182
19183 2007-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
19184
19185         * gdb.mi/mi-var-cmd.exp: Correct test name.  Allow any value for
19186         func.
19187         * gdb.mi/mi2-var-cmd.exp: Likewise.
19188
19189 2007-02-27  Joel Brobecker  <brobecker@adacore.com>
19190
19191         * gdb.dwarf2/dw2-producer.S: New file.
19192         * gdb.dwarf2/dw2-producer.exp: New testcase.
19193
19194 2007-02-27  Nick Roberts  <nickrob@snap.net.nz>
19195
19196         * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
19197         * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
19198         * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
19199         * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
19200         * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
19201         Revert tests to use mi_gdb_test and include value field in output
19202         of -var-create.
19203
19204 2007-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
19205
19206         * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
19207
19208 2007-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
19209
19210         * gdb.base/maint.exp: Remove full paths from test names.
19211         * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
19212         gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
19213
19214 2007-02-27  Joel Brobecker  <brobecker@adacore.com>
19215
19216         * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
19217
19218 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
19219
19220         * gdb.server/server-mon.exp: New test.
19221
19222 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
19223
19224         * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
19225
19226 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
19227
19228         * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
19229         register capitalization.
19230
19231 2007-02-13  Denis Pilat  <denis.pilat@st.com>
19232
19233         * gdb.mi/mi-var-invalidate.exp: New file.
19234
19235 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
19236
19237         * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
19238
19239 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
19240
19241         * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
19242
19243 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
19244
19245         * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
19246         gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
19247
19248 2007-02-08  Nick Roberts  <nickrob@snap.net.nz>
19249
19250         * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
19251         * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
19252         * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
19253         * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
19254         * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
19255         * gdb.mi/gdb792.exp, lib/mi-support.exp:
19256         Update tests to include value field in output of -var-create.
19257
19258 2007-02-08  Andreas Schwab  <schwab@suse.de>
19259
19260         * gdb.mi/mi-var-child.exp: Fix matching display of function value.
19261
19262 2007-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
19263
19264         * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
19265         gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
19266
19267 2007-02-02  Denis Pilat  <denis.pilat@st.com>
19268
19269         * gdb.threads/threadapply.exp: check that frame is not changed by
19270         the thread apply all command.
19271
19272 2007-01-31  Andreas Schwab  <schwab@suse.de>
19273
19274         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
19275
19276         * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
19277         in the dwarf sections.
19278         * gdb.dwarf2/mac-fileno.S: Likewise.
19279
19280         * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
19281         bspstore register on ia64.
19282
19283 2007-01-29  Andreas Schwab  <schwab@suse.de>
19284
19285         * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
19286         "frame-begin" annotation.
19287
19288         * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
19289         number of "frames-invalid" annotations.
19290
19291 2007-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
19292
19293         * gdb.base/commands.exp: Call if_commands_test.
19294         (gdb_test_no_prompt, if_commands_test): New.
19295
19296 2007-01-28  Mark Kettenis  <kettenis@gnu.org>
19297
19298         * gdb.threads/sigthread.c (NSIGS): Make bigger.
19299
19300 2007-01-27  Andreas Schwab  <schwab@suse.de>
19301
19302         * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
19303         .short/.int/.quad in the dwarf sections.
19304         * gdb.dwarf2/dw2-intercu.S: Likewise.
19305         * gdb.dwarf2/dw2-intermix.S: Likewise.
19306
19307 2007-01-25  Jan Kratochvil <jan.kratochvil@redhat.com>
19308
19309         * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
19310         * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
19311         array.
19312         * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
19313         * gdb.base/setvar.exp: Likewise.
19314
19315 2007-01-26  Andreas Schwab  <schwab@suse.de>
19316
19317         * gdb.base/corefile.exp: Allow non-empty argument list in reinit
19318         test.
19319
19320         * gdb.base/multi-forks.exp ("restart $i"): Also match
19321         __kernel_syscall_via_break.
19322
19323 2007-01-24  Vladimir Prus  <vladimir@codesourcery.com>
19324
19325         * lib/mi-support.exp (mi_delete_varobj): New.
19326         * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
19327         testcase.
19328         * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
19329         (main): Call the above.
19330         (reference_update_test, base_in_reference_test)
19331         (reference_to_pointer): Delete the created varobjs.
19332
19333 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
19334
19335         * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
19336         * configure: Regenerated.
19337         * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
19338         * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
19339         gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
19340         gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
19341         * lib/gdb.exp (gdb_skip_xml_test): New function.
19342
19343 2007-01-23  Nick Hudson  <nick.hudson@dsl.pipex.com>
19344
19345         * gdb.base/sigrepeat.exp: Correct error message.
19346
19347 2007-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
19348             Daniel Jacobowitz  <dan@codesourcery.com>
19349
19350         * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
19351         gdb.arch/i386-gnu-cfi-asm.S: New files.
19352
19353 2007-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
19354
19355         * lib/gdb.exp: Abort on missing `site.exp'.
19356
19357 2007-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
19358             Daniel Jacobowitz  <dan@codesourcery.com>
19359
19360         * gdb.base/included.c, gdb.base/included.exp,
19361         gdb.base/included.h: New files.
19362
19363 2007-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
19364
19365         * gdb.base/bigcore.c (RLIMIT_CAP): Define.
19366         (maximize_rlimit): Reduce limits on 64-bit systems.
19367
19368 2007-01-19  Mark Kettenis  <kettenis@gnu.org>
19369
19370         From Marcus Deuling <deuling@de.ibm.com>:
19371         * gdb.arch/altivec-regs.exp: Initialise variable endianness in
19372         every case.
19373
19374 2007-01-13  Nick Roberts  <nickrob@snap.net.nz>
19375
19376         * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
19377         (test_path_specification): Use objdir instead of srcdir to always
19378         get an absolute filename.
19379
19380 2007-01-12  Daniel Jacobowitz  <dan@codesourcery.com>
19381
19382         * gdb.cp/member-ptr.cc (class Padding): Make contents public.
19383
19384 2007-01-11  Vladimir Prus  <vladimir@codesourcery.com>
19385
19386         * gdb.mi/mi-var-cp.cc (reference_update_tests):
19387         Make sure the variable we're using is in scope.
19388         (reference_to_pointer): Likewise.
19389
19390 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
19391
19392         * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
19393         has no debug information.
19394
19395 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
19396
19397         * gdb.base/annota1.exp: Remove extra send_gdb.
19398
19399 2007-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
19400
19401         * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
19402
19403 2007-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
19404
19405         * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
19406
19407 2007-01-08  Nick Roberts  <nickrob@snap.net.nz>
19408             Daniel Jacobowitz  <dan@codesourcery.com>
19409
19410         * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
19411         lcharacter or linteger change.  Correct duplicated test name.
19412         * gdb.mi/mi2-var-cmd.exp: Likewise.
19413
19414 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
19415
19416         * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
19417
19418 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
19419
19420         * gdb.base/nofield.c: New file.
19421         * gdb.base/nofield.exp: New testcase.
19422
19423 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
19424
19425         * gdb.mi/mi-var-cp.exp: New test for references to pointers.
19426
19427         * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
19428          test.
19429
19430 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
19431
19432         * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
19433
19434 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
19435
19436         * lib/mi-support.exp (mi_runto_helper): Expect two prompts
19437         when continuing.
19438
19439 2007-01-04  Pedro Alves  <pedro_alves@portugalmail.pt>
19440
19441         * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
19442         Expect ".exe" extension.
19443
19444 2007-01-04  Pedro Alves  <pedro_alves@portugalmail.pt>
19445
19446         * gdb.base/charset.exp: Add explicit filename to break.
19447         * gdb.base/dbx.exp: Add explicit filename to breaks.
19448
19449 2007-01-04  Pedro Alves  <pedro_alves@portugalmail.pt>
19450
19451         * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
19452         * gdb.mi/mi2-file.exp: Likewise.
19453
19454 2007-01-04  Vladimir Prus  <vladimir@codesourcery.com>
19455
19456         Implement specification of MI tests as comments
19457         in C and C++ sources.
19458         * lib/mi-support.exp (mi_autotest_data): New variable.
19459         (mi_autotest_source): New variable.
19460         (count_newlines, mi_prepare_inline_tests)
19461         (mi_get_inline_test, mi_continue_to_line)
19462         (mi_run_inline_test, mi_tbreak)
19463         (mi_send_resuming_command, mi_wait_for_stop): New functions.
19464         * gdb.mi/mi-var-cp.exp: Move most content to the C file.
19465         Run inline tests.
19466         * gdb.mi/mi-var-cp.cc: Define tests here.
19467
19468 2007-01-04  Vladimir Prus  <vladimir@codesourcery.com>
19469
19470         Simplify usage of mi_continue_to.
19471         * lib/mi-support.exp (mi_runto_helper): Renamed
19472         from mi_runto, added new parameter 'run_or_continue'.
19473         (mi_runto): Use mi_runto_helper.
19474         (mi_continue_to): Accept just function name as parameter.
19475         Use mi_runto_helper.
19476         * gdb.mi/mi-var-cmd.exp: Adjust to changes.
19477         * gdb.mi/mi2-var-cmd.exp: Likewise.
19478
19479 2006-01-04  Joel Brobecker  <brobecker@adacore.com>
19480
19481         Make this testcase a bit more realistic. The current code
19482         is too simplistic, and allows the compiler to optimize out
19483         some of the entities we need for this testcase.
19484         * gdb.ada/null_record/bar.ads (Void_Star): New type.
19485         (Do_Nothing): Add extra parameter.
19486         * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
19487         * gdb.ada/null_record/null_record.adb: Fake use of type Empty
19488         by using a variable of type Void_Star.
19489
19490 2006-01-04  Joel Brobecker  <brobecker@adacore.com>
19491
19492         * gdb.ada/catch_ex/foo.adb: New file.
19493         * gdb.ada/catch_ex.exp: New testcase.
19494
19495 2007-01-03  Pedro Alves  <pedro_alves@portugalmail.pt>
19496
19497         * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
19498         pass --image-base to linker.
19499
19500 2007-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
19501             Daniel Jacobowitz  <dan@codesourcery.com>
19502
19503         * gdb.base/readline.exp: Set $TERM.  Test arrow keys in
19504         secondary prompts.
19505
19506 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
19507
19508         * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
19509         output.  Test the types of members and member pointers.
19510         * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
19511         gdb/2092.
19512         * gdb.cp/member-ptr.exp: Search for a comment instead of a
19513         statement.  Enable for GCC.  Update expected output for some tests
19514         and add new tests.  Remove obsolete GCC KFAILs.  Allow GCC's class
19515         layout.
19516         * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
19517         (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
19518         (Diamond::vget_base): New.
19519         (main): Add new tests.
19520         * gdb.cp/printmethod.exp: Update expected output for member functions.
19521         * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
19522         print pEe->D::vg().
19523
19524 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
19525
19526         * gdb.threads/tls.exp: Allow stops in sem_post.
19527
19528 2006-12-31  Daniel Jacobowitz  <dan@codesourcery.com>
19529
19530         * gdb.base/annota1.exp: Allow .*printf in backtraces.
19531         * gdb.base/annota3.exp: Likewise.
19532         * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
19533         again (instead of timing out).
19534         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
19535         GCC bug 26475.
19536         * gdb.java/jmisc.exp: Adjust to work with method signatures including
19537         return types.  Add kfails for GDB bugs 2214 and 2215.  Move exit
19538         test from jmisc1.exp.
19539         * gdb.java/jmisc1.exp: Delete.
19540         * gdb.java/jprint.exp: Adjust to work with method signatures including
19541         return types.
19542         * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
19543         * gdb.threads/linux-dp.exp: Don't be confused by program output.
19544         * lib/java.exp (compile_java_from_source): Pass the correct type
19545         to target_compile.
19546
19547 2006-12-31  Joel Brobecker  <brobecker@adacore.com>
19548
19549         * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
19550         (stack_align_edx): New function.
19551         (stack_align_eax): New function.
19552         (main): Add calls to stack_align_edx and stack_align_eax.
19553         * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
19554         Add testing for the cases where the register used during a stack
19555         realignment is edx. Same for eax.
19556
19557 2006-12-30  Pedro Alves  <pedro_alves@portugalmail.pt>
19558
19559         * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
19560         and generic PE targets.
19561
19562 2006-12-29  Joel Brobecker  <brobecker@adacore.com>
19563
19564         * gdb.ada/array_return.exp: Update copyright date list.
19565
19566 2006-12-27  Joel Brobecker  <brobecker@adacore.com>
19567
19568         * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
19569         (Create_Small_Float_Vector): New function.
19570         * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
19571         function body.
19572         * gdb.ada/array_return/p.adb: Use new type and function from
19573         package Pck.
19574         * gdb.ada/array_return.exp: Add a test verifying that GDB is
19575         able to print the value returned by a function returning an
19576         array of float.
19577
19578 2006-12-20  Joel Brobecker  <brobecker@adacore.com>
19579
19580         * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
19581         The associated tests should be PASSing.
19582
19583 2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
19584
19585         Test for base in references.
19586         * gdb.mi/mi-var-cp.cc: Add test code.
19587         * gdb.mi/mi-var-cp.exp: Test for bases in references.
19588         * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
19589         * gdb.mi/mi2-watch.exp: Likewise.
19590         * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
19591         (mi_list_varobj_children): New function.
19592
19593 2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
19594
19595         * lib/mi-support.exp
19596         (mi_runto): Accept "()" after function name.
19597         (mi_create_varobj): New function.
19598         (mi_varobj_update): New function.
19599         (mi_Check_varobj_value): New function.
19600         * gdb.mi/mi-var-cp.exp: New file.
19601         * gdb.mi/mi-var-cp.cc: New file.
19602
19603 2006-12-01  Daniel Jacobowitz  <dan@codesourcery.com>
19604
19605         * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
19606         gdb.base/weaklib2.c: New files.
19607
19608 2006-11-29  Nathan Sidwell  <nathan@codesourcery.com>
19609
19610         * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
19611         info.  Adjust test names.
19612
19613         * gdb.base/break.c (main): Move position of malloc.
19614         * gdb.base/break.exp: Revert mistaken checkin.
19615
19616 2006-11-28  Vladimir Prus  <vladimir@codesourcery.com>
19617
19618         * gdb.mi/mi-var-cmd.exp: Check -var-update after
19619         assignement of arrays and function pointers.
19620         * gdb.mi/var-cmd.c: Add declaration necessary for above
19621         tests.
19622
19623 2006-11-27  Nathan Sidwell  <nathan@codesourcery.com>
19624
19625         * gdb.base/break.c (main): Call malloc.
19626
19627         * gdb.threads/linux-dp.exp: Read thread table before and after
19628         creating each philosopher and verify it.
19629
19630 2006-11-27  Nathan Sidwell  <nathan@codesourcery.com>
19631             Paul Brook  <paul@codesourcery.com>
19632             Daniel Jacobowitz  <dan@codesourcery.com>
19633
19634         * gdb.base/ending-run.exp: Flatten expect script stepping out of
19635         main to remove duplication.  Add start function of the form
19636         '_*start[1-9]*'. Add RVDS start function.
19637
19638 2006-11-22  Daniel Jacobowitz  <dan@codesourcery.com>
19639
19640         * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
19641
19642 2006-11-22  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19643
19644         * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
19645         * gdb.asm/spu.inc: New file.
19646         * gdb.base/term.exp: Disable if [target_info exists noargs].
19647         * gdb.gdb/complaints.exp: Disable if ![isnative].
19648         * gdb.gdb/selftest.exp: Likewise.
19649         * gdb.gdb/observer.exp: Likewise.
19650         * gdb.gdb/xfullpath.exp: Likewise.
19651         * gdb.base/attach.exp: Disable on SPU target.
19652         * gdb.cp/bs145503.exp: Likewise.
19653         * gdb.cp/exception.exp: Likewise.
19654         * gdb.cp/userdef.exp: Likewise.
19655
19656 2006-11-22  Daniel Jacobowitz  <dan@codesourcery.com>
19657
19658         * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
19659
19660 2006-11-10  Vladimir Prus  <vladimir@codesourcery.com>
19661
19662         * gdb.base/completion.exp: Fix completion tests for
19663         'info' and 'info '.
19664         * gdb.base/help.exp (help_test_raw, test_class_help)
19665         (test_prefix_command_help): Move...
19666         * lib/gdb.exp: Here.
19667         * gdb.base/main.exp: Adjust.
19668         * gdb.cp/maint.exp: Adjust.
19669         * gdb.trace/tracecmd.exp: Use test_help_class.
19670
19671 2006-11-09  Vladimir Prus  <vladimir@codesourcery.com>
19672
19673         * gdb.stabs/weird.exp (print_weird_var): Use
19674         gdb_test_multiple instead of gdb_expect.
19675
19676 2006-11-09  Vladimir Prus  <vladimir@codesourcery.com>
19677
19678         * gdb.base/help.exp (help_test_raw): New.
19679         (test_class_help): New.
19680         (test_prefix_command_help): New.
19681         Adjust testcases.
19682
19683 2006-11-09  Christophe Lyon  <christophe.lyon@st.com>
19684
19685         * gdb.base/constvars.c (main): Write to crass and crips, so that
19686         they are allocated by the compiler.
19687
19688 2006-10-27  Andreas Schwab  <schwab@suse.de>
19689
19690         * gdb.base/multi-forks.exp: Use "detach fork" instead of
19691         "detach-fork".
19692
19693 2006-10-18  Daniel Jacobowitz  <dan@codesoucery.com>
19694
19695         * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
19696         of patterns.
19697
19698 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
19699
19700         * gdb.base/sepdebug.exp: Remove debug format test.
19701         * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
19702         Handle no-symtab.
19703         * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
19704
19705 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
19706
19707         * gdb.threads/manythreads.c (thread_function, main): Don't cast
19708         int to pointer or pointer to int.
19709         * gdb.threads/manythreads.exp: Don't expect the string "LWP".
19710
19711 2006-10-12  Daniel Jacobowitz  <dan@codesourcery.com>
19712
19713         * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
19714
19715 2006-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
19716
19717         * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
19718
19719 2006-10-09  Daniel Jacobowitz  <dan@codesourcery.com>
19720
19721         PR c++/2116
19722         * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
19723
19724 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
19725
19726         * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
19727         the corresponding bug has been fixed in GDB (PR/2018).
19728
19729 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
19730
19731         * gdb.base/subst.exp: New testcase.
19732
19733 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
19734
19735         * gdb.ada/array_return/pck.ads: Add copyright notice.
19736         * gdb.ada/array_return/pck.adb: Likewise.
19737         * gdb.ada/array_return/p.adb: Likewise.
19738         * gdb.ada/exec_changed/first.adb: Likewise.
19739         * gdb.ada/exec_changed/second.adb: Likewise.
19740
19741 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
19742
19743         * gdb.ada/watch_arg/watch.adb: New file.
19744         * gdb.ada/watch_arg.exp: New testcase.
19745
19746 2006-10-02  Vladimir Prus  <vladimir@codesourcery.com>
19747
19748         * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
19749         via string_to_regexp.
19750         * gdb.mi/mi2-basics.exp: Likewise.
19751
19752 2006-09-20  Michael Snyder  <michael.snyder@palmsource.com>
19753
19754         * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
19755         Remove unused / obsolete files.
19756
19757 2006-09-19  Nick Roberts  <nickrob@snap.net.nz>
19758
19759         * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
19760
19761 2006-09-17  Vladimir Prus  <vladimir@codesourcery.com>
19762
19763         * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
19764         HIGH_FRAME argument to -stack-list-arguments can be larger than
19765         the number of frames.
19766
19767 2006-09-15  Daniel Jacobowitz  <dan@codesourcery.com>
19768
19769         * gdb.base/args.c (main): Add breakpoint marker.
19770         * gdb.base/args.exp: Use args_test for tests.  Add new tests which
19771         really test empty arguments.
19772         (args_load): Delete.
19773         (args_test): New.
19774
19775 2006-09-13  Nick Roberts  <nickrob@snap.net.nz>
19776
19777         * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
19778         check for one file.
19779
19780 2006-09-07  Vladimir Prus  <ghost@vladimir@codesourcery.com>
19781
19782         * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
19783         HIGH_FRAME argument to -stack-list-locals can be larger than
19784         the number of frames.
19785
19786 2006-08-18  Fred Fish  <fnf@specifix.com>
19787
19788         * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
19789         '$' in front of skip_vmx_tests_saved when setting that.
19790
19791 2006-08-10  Andrew Stubbs  <andrew.stubbs@st.com>
19792
19793         * gdb.base/trace-commands.exp: New file.
19794
19795 2006-08-10  Joel Brobecker  <brobecker@adacore.com>
19796             Daniel Jacobowitz  <dan@codesourcery.com>
19797
19798         * gdb.base/step-bt.exp: Make hexadecimal address optional in
19799         expected output of the backtrace commands.
19800
19801 2006-08-09  Joel Brobecker  <brobecker@adacore.com>
19802
19803         * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
19804         untested followed by return combination.
19805         * gdb.arch/altivec-regs.exp: Likewise.
19806         * gdb.arch/e500-abi.exp: Likewise.
19807         * gdb.arch/e500-regs.exp: Likewise.
19808         * gdb.arch/gdb1291.exp: Likewise.
19809         * gdb.arch/gdb1431.exp: Likewise.
19810         * gdb.arch/gdb1558.exp: Likewise.
19811         * gdb.arch/i386-prologue.exp: Likewise.
19812         * gdb.arch/i386-unwind.exp: Likewise.
19813         * gdb.asm/asm-source.exp: Likewise.
19814         * gdb.base/a2-run.exp: Likewise.
19815         * gdb.base/advance.exp: Likewise.
19816         * gdb.base/all-bin.exp: Likewise.
19817         * gdb.base/annota1.exp: Likewise.
19818         * gdb.base/annota3.exp: Likewise.
19819         * gdb.base/args.exp: Likewise.
19820         * gdb.base/arithmet.exp: Likewise.
19821         * gdb.base/assign.exp: Likewise.
19822         * gdb.base/async.exp: Likewise.
19823         * gdb.base/attach.exp: Likewise.
19824         * gdb.base/bang.exp: Likewise.
19825         * gdb.base/bigcore.exp: Likewise.
19826         * gdb.base/bitfields.exp: Likewise.
19827         * gdb.base/bitfields2.exp: Likewise.
19828         * gdb.base/break.exp: Likewise.
19829         * gdb.base/call-sc.exp: Likewise.
19830         * gdb.base/call-strs.exp: Likewise.
19831         * gdb.base/callfuncs.exp: Likewise.
19832         * gdb.base/checkpoint.exp: Likewise.
19833         * gdb.base/chng-syms.exp: Likewise.
19834         * gdb.base/code-expr.exp: Likewise.
19835         * gdb.base/commands.exp: Likewise.
19836         * gdb.base/completion.exp: Likewise.
19837         * gdb.base/cond-expr.exp: Likewise.
19838         * gdb.base/condbreak.exp: Likewise.
19839         * gdb.base/consecutive.exp: Likewise.
19840         * gdb.base/constvars.exp: Likewise.
19841         * gdb.base/corefile.exp: Likewise.
19842         * gdb.base/cvexpr.exp: Likewise.
19843         * gdb.base/dbx.exp: Likewise.
19844         * gdb.base/define.exp: Likewise.
19845         * gdb.base/detach.exp: Likewise.
19846         * gdb.base/display.exp: Likewise.
19847         * gdb.base/dump.exp: Likewise.
19848         * gdb.base/ena-dis-br.exp: Likewise.
19849         * gdb.base/ending-run.exp: Likewise.
19850         * gdb.base/environ.exp: Likewise.
19851         * gdb.base/eval-skip.exp: Likewise.
19852         * gdb.base/exprs.exp: Likewise.
19853         * gdb.base/fileio.exp: Likewise.
19854         * gdb.base/finish.exp: Likewise.
19855         * gdb.base/float.exp: Likewise.
19856         * gdb.base/foll-exec.exp: Likewise.
19857         * gdb.base/foll-fork.exp: Likewise.
19858         * gdb.base/foll-vfork.exp: Likewise.
19859         * gdb.base/freebpcmd.exp: Likewise.
19860         * gdb.base/funcargs.exp: Likewise.
19861         * gdb.base/gcore.exp: Likewise.
19862         * gdb.base/gdb1090.exp: Likewise.
19863         * gdb.base/gdb1250.exp: Likewise.
19864         * gdb.base/huge.exp: Likewise.
19865         * gdb.base/info-proc.exp: Likewise.
19866         * gdb.base/interrupt.exp: Likewise.
19867         * gdb.base/jump.exp: Likewise.
19868         * gdb.base/langs.exp: Likewise.
19869         * gdb.base/lineinc.exp: Likewise.
19870         * gdb.base/list.exp: Likewise.
19871         * gdb.base/logical.exp: Likewise.
19872         * gdb.base/long_long.exp: Likewise.
19873         * gdb.base/macscp.exp: Likewise.
19874         * gdb.base/maint.exp: Likewise.
19875         * gdb.base/mips_pro.exp: Likewise.
19876         * gdb.base/miscexprs.exp: Likewise.
19877         * gdb.base/multi-forks.exp: Likewise.
19878         * gdb.base/opaque.exp: Likewise.
19879         * gdb.base/overlays.exp: Likewise.
19880         * gdb.base/pc-fp.exp: Likewise.
19881         * gdb.base/pointers.exp: Likewise.
19882         * gdb.base/printcmds.exp: Likewise.
19883         * gdb.base/psymtab.exp: Likewise.
19884         * gdb.base/ptype.exp: Likewise.
19885         * gdb.base/recurse.exp: Likewise.
19886         * gdb.base/relational.exp: Likewise.
19887         * gdb.base/relocate.exp: Likewise.
19888         * gdb.base/remote.exp: Likewise.
19889         * gdb.base/reread.exp: Likewise.
19890         * gdb.base/restore.exp: Likewise.
19891         * gdb.base/return.exp: Likewise.
19892         * gdb.base/return2.exp: Likewise.
19893         * gdb.base/scope.exp: Likewise.
19894         * gdb.base/sect-cmd.exp: Likewise.
19895         * gdb.base/sep.exp: Likewise.
19896         * gdb.base/sepdebug.exp: Likewise.
19897         * gdb.base/setshow.exp: Likewise.
19898         * gdb.base/setvar.exp: Likewise.
19899         * gdb.base/sigall.exp: Likewise.
19900         * gdb.base/sigbpt.exp: Likewise.
19901         * gdb.base/signals.exp: Likewise.
19902         * gdb.base/signull.exp: Likewise.
19903         * gdb.base/sizeof.exp: Likewise.
19904         * gdb.base/solib.exp: Likewise.
19905         * gdb.base/step-line.exp: Likewise.
19906         * gdb.base/step-test.exp: Likewise.
19907         * gdb.base/structs.exp: Likewise.
19908         * gdb.base/structs2.exp: Likewise.
19909         * gdb.base/term.exp: Likewise.
19910         * gdb.base/twice.exp: Likewise.
19911         * gdb.base/until.exp: Likewise.
19912         * gdb.base/varargs.exp: Likewise.
19913         * gdb.base/volatile.exp: Likewise.
19914         * gdb.base/watchpoint.exp: Likewise.
19915         * gdb.base/whatis-exp.exp: Likewise.
19916         * gdb.base/whatis.exp: Likewise.
19917         * gdb.cp/ambiguous.exp: Likewise.
19918         * gdb.cp/annota2.exp: Likewise.
19919         * gdb.cp/annota3.exp: Likewise.
19920         * gdb.cp/bool.exp: Likewise.
19921         * gdb.cp/breakpoint.exp: Likewise.
19922         * gdb.cp/casts.exp: Likewise.
19923         * gdb.cp/class2.exp: Likewise.
19924         * gdb.cp/classes.exp: Likewise.
19925         * gdb.cp/cplusfuncs.exp: Likewise.
19926         * gdb.cp/ctti.exp: Likewise.
19927         * gdb.cp/derivation.exp: Likewise.
19928         * gdb.cp/exception.exp: Likewise.
19929         * gdb.cp/gdb1355.exp: Likewise.
19930         * gdb.cp/hang.exp: Likewise.
19931         * gdb.cp/inherit.exp: Likewise.
19932         * gdb.cp/local.exp: Likewise.
19933         * gdb.cp/m-data.exp: Likewise.
19934         * gdb.cp/m-static.exp: Likewise.
19935         * gdb.cp/member-ptr.exp: Likewise.
19936         * gdb.cp/method.exp: Likewise.
19937         * gdb.cp/misc.exp: Likewise.
19938         * gdb.cp/namespace.exp: Likewise.
19939         * gdb.cp/overload.exp: Likewise.
19940         * gdb.cp/ovldbreak.exp: Likewise.
19941         * gdb.cp/pr-1023.exp: Likewise.
19942         * gdb.cp/pr-1210.exp: Likewise.
19943         * gdb.cp/pr-574.exp: Likewise.
19944         * gdb.cp/printmethod.exp: Likewise.
19945         * gdb.cp/psmang.exp: Likewise.
19946         * gdb.cp/ref-params.exp: Likewise.
19947         * gdb.cp/ref-types.exp: Likewise.
19948         * gdb.cp/rtti.exp: Likewise.
19949         * gdb.cp/templates.exp: Likewise.
19950         * gdb.cp/try_catch.exp: Likewise.
19951         * gdb.cp/userdef.exp: Likewise.
19952         * gdb.cp/virtfunc.exp: Likewise.
19953         * gdb.disasm/am33.exp: Likewise.
19954         * gdb.disasm/h8300s.exp: Likewise.
19955         * gdb.disasm/mn10300.exp: Likewise.
19956         * gdb.disasm/sh3.exp: Likewise.
19957         * gdb.disasm/t01_mov.exp: Likewise.
19958         * gdb.disasm/t02_mova.exp: Likewise.
19959         * gdb.disasm/t03_add.exp: Likewise.
19960         * gdb.disasm/t04_sub.exp: Likewise.
19961         * gdb.disasm/t05_cmp.exp: Likewise.
19962         * gdb.disasm/t06_ari2.exp: Likewise.
19963         * gdb.disasm/t07_ari3.exp: Likewise.
19964         * gdb.disasm/t08_or.exp: Likewise.
19965         * gdb.disasm/t09_xor.exp: Likewise.
19966         * gdb.disasm/t10_and.exp: Likewise.
19967         * gdb.disasm/t11_logs.exp: Likewise.
19968         * gdb.disasm/t12_bit.exp: Likewise.
19969         * gdb.disasm/t13_otr.exp: Likewise.
19970         * gdb.hp/gdb.aCC/optimize.exp: Likewise.
19971         * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
19972         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
19973         * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
19974         * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
19975         * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
19976         * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
19977         * gdb.hp/gdb.base-hp/reg.exp: Likewise.
19978         * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
19979         * gdb.hp/gdb.compat/xdb1.exp: Likewise.
19980         * gdb.hp/gdb.compat/xdb3.exp: Likewise.
19981         * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
19982         * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
19983         * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
19984         * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
19985         * gdb.mi/gdb701.exp: Likewise.
19986         * gdb.mi/gdb792.exp: Likewise.
19987         * gdb.mi/mi-basics.exp: Likewise.
19988         * gdb.mi/mi-break.exp: Likewise.
19989         * gdb.mi/mi-cli.exp: Likewise.
19990         * gdb.mi/mi-console.exp: Likewise.
19991         * gdb.mi/mi-disassemble.exp: Likewise.
19992         * gdb.mi/mi-eval.exp: Likewise.
19993         * gdb.mi/mi-file.exp: Likewise.
19994         * gdb.mi/mi-read-memory.exp: Likewise.
19995         * gdb.mi/mi-regs.exp: Likewise.
19996         * gdb.mi/mi-return.exp: Likewise.
19997         * gdb.mi/mi-simplerun.exp: Likewise.
19998         * gdb.mi/mi-stack.exp: Likewise.
19999         * gdb.mi/mi-stepi.exp: Likewise.
20000         * gdb.mi/mi-syn-frame.exp: Likewise.
20001         * gdb.mi/mi-until.exp: Likewise.
20002         * gdb.mi/mi-var-block.exp: Likewise.
20003         * gdb.mi/mi-var-child.exp: Likewise.
20004         * gdb.mi/mi-var-cmd.exp: Likewise.
20005         * gdb.mi/mi-var-display.exp: Likewise.
20006         * gdb.mi/mi-watch.exp: Likewise.
20007         * gdb.mi/mi2-basics.exp: Likewise.
20008         * gdb.mi/mi2-break.exp: Likewise.
20009         * gdb.mi/mi2-cli.exp: Likewise.
20010         * gdb.mi/mi2-console.exp: Likewise.
20011         * gdb.mi/mi2-disassemble.exp: Likewise.
20012         * gdb.mi/mi2-eval.exp: Likewise.
20013         * gdb.mi/mi2-file.exp: Likewise.
20014         * gdb.mi/mi2-read-memory.exp: Likewise.
20015         * gdb.mi/mi2-regs.exp: Likewise.
20016         * gdb.mi/mi2-return.exp: Likewise.
20017         * gdb.mi/mi2-simplerun.exp: Likewise.
20018         * gdb.mi/mi2-stack.exp: Likewise.
20019         * gdb.mi/mi2-stepi.exp: Likewise.
20020         * gdb.mi/mi2-syn-frame.exp: Likewise.
20021         * gdb.mi/mi2-until.exp: Likewise.
20022         * gdb.mi/mi2-var-block.exp: Likewise.
20023         * gdb.mi/mi2-var-child.exp: Likewise.
20024         * gdb.mi/mi2-var-cmd.exp: Likewise.
20025         * gdb.mi/mi2-var-display.exp: Likewise.
20026         * gdb.mi/mi2-watch.exp: Likewise.
20027         * gdb.stabs/exclfwd.exp: Likewise.
20028         * gdb.stabs/weird.exp: Likewise.
20029         * gdb.threads/gcore-thread.exp: Likewise.
20030         * gdb.trace/actions.exp: Likewise.
20031         * gdb.trace/backtrace.exp: Likewise.
20032         * gdb.trace/circ.exp: Likewise.
20033         * gdb.trace/collection.exp: Likewise.
20034         * gdb.trace/deltrace.exp: Likewise.
20035         * gdb.trace/infotrace.exp: Likewise.
20036         * gdb.trace/limits.exp: Likewise.
20037         * gdb.trace/packetlen.exp: Likewise.
20038         * gdb.trace/passc-dyn.exp: Likewise.
20039         * gdb.trace/passcount.exp: Likewise.
20040         * gdb.trace/report.exp: Likewise.
20041         * gdb.trace/save-trace.exp: Likewise.
20042         * gdb.trace/tfind.exp: Likewise.
20043         * gdb.trace/tracecmd.exp: Likewise.
20044         * gdb.trace/while-dyn.exp: Likewise.
20045         * gdb.trace/while-stepping.exp: Likewise.
20046
20047 2006-08-08  Joel Brobecker  <brobecker@adacore.com>
20048
20049         * gdb.base/step-bt.c: New file.
20050         * gdb.base/step-bt.exp: New testcase.
20051
20052 2006-08-08  Daniel Jacobowitz  <dan@codesourcery.com>
20053
20054         * config/monitor.exp (gdb_load): Remove support for obsolete
20055         download-write-size.
20056         * gdb.base/remote.exp: Likewise.  Update all callers of
20057         gdb_timed_load.
20058
20059 2006-08-02  Daniel Jacobowitz  <dan@codesourcery.com>
20060
20061         * cursal.exp: Pass binfile to gdb_load.
20062
20063 2006-08-01  Nathan Sidwell  <nathan@codesourcery.com>
20064
20065         * gdb.base/cursal.exp: Add "" to gdb_load call.
20066
20067 2006-07-29  Mark Kettenis  <kettenis@gnu.org>
20068
20069         * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
20070         NetBSD/ELF targets.
20071
20072 2006-07-25  Daniel Jacobowitz  <dan@codesourcery.com>
20073
20074         * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
20075         operator*.
20076
20077 2006-07-24  Daniel Jacobowitz  <dan@codesourcery.com>
20078
20079         * gdb.base/completion.exp: Update for change in "file" behavior.
20080         * gdb.stabs/weird.exp: Likewise.
20081         * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
20082         * lib/gdb.exp (gdb_file_cmd): Likewise.  Kill the program explicitly.
20083
20084 2006-07-24  Nathan Sidwell  <nathan@codesourcery.com>
20085
20086         * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
20087         * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
20088
20089 2006-07-21  Andrew Stubbs  <andrew.stubbs@st.com>
20090
20091         * gdb.base/default.exp: Update source command error message.
20092         * gdb.base/help.exp: Update 'help source' message.
20093
20094 2006-07-20  Daniel Jacobowitz  <dan@codesourcery.com>
20095
20096         * gdb.cp/bs15503.exp: Update comment for no longer crashing
20097         test.
20098
20099 2006-07-19  Andrew Stubbs  <andrew.stubbs@st.com>
20100
20101         * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
20102
20103 2006-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
20104
20105         * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
20106
20107 2006-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
20108
20109         * gdb.threads/print-threads.exp: Use gdb_breakpoint.
20110
20111 2006-07-17  Mark Kettenis  <kettenis@gnu.org>
20112
20113         * gdb.base/long_long.exp (gdb_test_long_long): Exclude
20114         *-*-openbsd* from targets for wich we expect ARM FPA floating
20115         point format.
20116
20117 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
20118
20119         * gdb.cp/annota3.exp: Expect frame-begin annotation.
20120
20121 2006-07-17  Mark Kettenis  <kettenis@gnu.org>
20122
20123         * gdb.base/annota3.exp: Expect frame-begin annotation.
20124
20125 2006-07-14  Joel Brobecker  <brobecker@adacore.com>
20126
20127         * gdb.base/help.exp: Adjust "help unset" test to accept
20128         any list of unset commands.
20129
20130 2006-07-13  Paul N. Hilfinger  <Hilfinger@adacore.com>
20131             Daniel Jacobowitz  <dan@codesourcery.com>
20132
20133         * gdb.cp/ref-params.exp: New test.
20134         * gdb.cp/ref-params.cc: New source file.
20135         * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
20136
20137 2006-07-08  Mark Kettenis  <kettenis@gnu.org>
20138
20139         * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
20140         spaces/tabs in regular expressions since they might not be there.
20141
20142 2006-07-07  Andrew Stubbs  <andrew.stubbs@st.com>
20143
20144         * gdb.base/ifelse.exp: New file.
20145
20146 2006-07-04  Nathan Sidwell  <nathan@codesourcery.com>
20147
20148         * gdb.base/huge.c: Allow CRASH_GDB to be set from command
20149         line.
20150         * gdb.base/huge.exp: Loop over compilation to find a size that
20151         is acceptable.
20152         * gdb.base/remote.exp: Correct expected strings.
20153         * gdb.dwarf2/mac-fileno.S: Avoid # comments.
20154
20155 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
20156
20157         * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
20158
20159 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
20160
20161         * gdb.base/gdb1555.exp: Use gdb_compile_shlib.  Skip if not
20162         native.
20163
20164 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
20165
20166         * gdb.stabs/exclfwd.exp: Skip the test if configure did not
20167         enable stabs testing.
20168
20169 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
20170
20171         * gdb.base/auxv.exp: Intercept undefined command messages before
20172         gdb_test_multiple does.
20173
20174 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
20175
20176         * Makefile.in (host_alias): Remove.
20177         (target_alias): Use @target_noncanonical@.
20178         (site.exp): Don't set host_alias.
20179         * aclocal.m4: Remove contents.  Include acx.m4.
20180         * configure: Regenerated.
20181         * configure.ac: Use ACX_NONCANONICAL_TARGET.
20182
20183 2006-06-13  Nathan Sidwell  <nathan@codesourcery.com>
20184
20185         * lib/gdb.exp (gdb_load_cmd): New.
20186
20187         * gdb.base/fileio.c: Add system(NULL) test.
20188         * gdb.base/fileio.exp: Check it.
20189
20190         * gdb.base/break.c: Add 10a breakpoint at }
20191         * gdb.base/break.exp: Add test for breakpoint at }
20192         * gdb.cp/anon-union.cc: Add code at end of function.
20193         * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
20194         * gdb.mi/var-cmd.c: Add code at end of function.
20195         * gdb.mi/mi-var-display.exp: Adjust end of next.
20196         * gdb.mi/mi2-var-display.exp: Likewise.
20197         * gdb.base/fileio.c: Add stop function and insert calls at
20198         stopping places.
20199         * gdb.base/fileio.exp: Breakpoint stop function and remove
20200         explicit line number references.
20201
20202 2006-05-19  Joel Brobecker  <brobecker@adacore.com>
20203
20204         * gdb.base/del.exp (test_delete_alias): New function.
20205         Now check that both "del" and "d" work as aliases for "delete".
20206
20207 2006-05-18  Fred Fish  <fnf@specifix.com>
20208
20209         * gdb.base/a2-run.exp: Allow part of test to run when args aren't
20210         required.  Check for spurious output after program exits normally.
20211
20212 2006-05-17  Fred Fish  <fnf@specifix.com>
20213
20214         * gdb.base/relocate.exp: Use gdb_file_cmd rather than
20215         gdb_load, so it works in the simulator.
20216
20217 2006-05-11  Fred Fish  <fnf@specifix.com>
20218
20219         * gdb.base/bang.exp: Ignore unexpected output between the
20220         "program exited normally" and the gdb prompt, as many other
20221         tests do.
20222
20223 2006-05-07  Mark Kettenis  <kettenis@gnu.org>
20224
20225         * gdb.base/help.exp: Make "delete checkpoint" part option for
20226         "help d" and "help delete" tests.
20227
20228 2006-05-06  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20229
20230         * gdb.mi/mi-basics.exp: Add missing serial number to
20231         expected output in some mi_gdb_test statements.
20232         * gdb.mi/mi2-basics.exp: Likewise.
20233
20234 2006-05-05  Joel Brobecker  <brobecker@adacore.com>
20235
20236         * gdb.base/del.c: New file.
20237         * gdb.base/del.exp: New testcase.
20238
20239 2006-05-05  David S. Miller  <davem@sunset.davemloft.net>
20240
20241         * gdb.base/break.exp: Do not assume a breakpoint on
20242         main will actually be in $srcfile when optimizing.
20243         * gdb.base/savedregs.exp: Do not require that the dummy
20244         frame location match up to a symbol and source file location.
20245         * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
20246         will get printed without a mi_cmd_data_list_register_values prefix.
20247         (*-data-list-register-*): Correct regular expressions to expect the new
20248         pseudo d? floating point registers.
20249         * gdb.mi/mi2-regs.exp: Likewise.
20250
20251 2006-05-05  Christophe Lyon  <christophe.lyon@st.com>
20252
20253         * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
20254         * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
20255         is allocated by the compiler.
20256         * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
20257         anons, e, anone to force their allocation by the compiler.
20258
20259 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
20260
20261         * gdb.base/help.exp: Update expected text for help d and
20262         help delete.
20263
20264 2006-05-02  Mark Kettenis  <kettenis@gnu.org>
20265
20266         * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
20267         NetBSD/ELF targets.
20268
20269 2006-04-30  Mark Kettenis  <kettenis@gnu.org>
20270
20271         * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
20272         single-step breakpoint fails; make this a KFAIL on
20273         sparc*-*-openbsd*.
20274         * gdb.base/siginfo.exp: Likewise.
20275         * gdb.base/sigstep.exp (advance, advancei): Likewise.
20276
20277 2006-04-26  Michael Snyder  <msnyder@redhat.com>
20278
20279         * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
20280         which may have to consume output from other forks.
20281         Add tests to make sure that "delete fork" succeeded.
20282
20283 2006-04-20  Michael Snyder  <msnyder@redhat.com>
20284
20285         * 2006-03-22  Jim Blandy  <jimb@redhat.com>
20286         Add support for the Renesas M32C and M16C.
20287
20288         * gdb.asm/asm-source.exp: Add m32c target.
20289         * gdb.asm/m32c.inc: Support for m32c target.
20290
20291 2006-04-07  Andrew Stubbs  <andrew.stubbs@st.com>
20292
20293         * gdb.base/commands.exp (recursive_source_test): New test.
20294
20295 2006-04-04  David S. Miller  <davem@sunset.davemloft.net>
20296
20297         * gdb.base/float.exp: Add pattern for sparc targets.
20298
20299 2006-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
20300
20301         * gdb.base/commands.exp (stray_arg0_test): New test.
20302
20303 2006-03-30  Paul Brook  <paul@codesourcery.com>
20304
20305         * gdb.mi/mi-until.exp: kfail broken until command.
20306         * gdb.mi/mi2-until.exp: Ditto.
20307
20308 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
20309
20310         * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
20311
20312 2006-03-08  Alexandre Oliva  <aoliva@redhat.com>
20313
20314         * gdb.base/prelink.exp: Anchor tested-for regular expression
20315         on gdb prompt.
20316
20317 2006-03-07  Paul Brook  <paul@codesourcery.com>
20318
20319         * gdb.base/assign.exp: Correct fail message.
20320
20321 2006-03-07  Paul Brook  <paul@codesourcery.com>
20322
20323         * lib/compiler.c: Extract armcc version number.
20324         * lib/compiler.cc: Ditto.
20325
20326 2006-03-07  Paul Brook  <paul@codesourcery.com>
20327
20328         * gdb.arch/altivec-abi.exp: Use nowarnings instead of
20329         additional_flags=-w.
20330         * gdb.arch/altivec-regs.exp: Ditto.
20331         * gdb.arch/e500-abi.exp: Ditto.
20332         * gdb.arch/e500-regs.exp: Ditto.
20333         * gdb.base/all-bin.exp: Ditto.
20334         * gdb.base/annota1.exp: Ditto.
20335         * gdb.base/annota3.exp: Ditto.
20336         * gdb.base/args.exp: Ditto.
20337         * gdb.base/arithmet.exp: Ditto.
20338         * gdb.base/assign.exp: Ditto.
20339         * gdb.base/async.exp: Ditto.
20340         * gdb.base/bang.exp: Ditto.
20341         * gdb.base/break.exp: Ditto.
20342         * gdb.base/call-rt-st.exp: Ditto.
20343         * gdb.base/completion.exp: Ditto.
20344         * gdb.base/cond-expr.exp: Ditto.
20345         * gdb.base/condbreak.exp: Ditto.
20346         * gdb.base/consecutive.exp: Ditto.
20347         * gdb.base/define.exp: Ditto.
20348         * gdb.base/display.exp: Ditto.
20349         * gdb.base/ena-dis-br.exp: Ditto.
20350         * gdb.base/environ.exp: Ditto.
20351         * gdb.base/eval-skip.exp: Ditto.
20352         * gdb.base/info-proc.exp: Ditto.
20353         * gdb.base/jump.exp: Ditto.
20354         * gdb.base/logical.exp: Ditto.
20355         * gdb.base/long_long.exp: Ditto.
20356         * gdb.base/maint.exp: Ditto.
20357         * gdb.base/miscexprs.exp: Ditto.
20358         * gdb.base/pc-fp.exp: Ditto.
20359         * gdb.base/pointers.exp: Ditto.
20360         * gdb.base/relational.exp: Ditto.
20361         * gdb.base/reread.exp: Ditto.
20362         * gdb.base/sect-cmd.exp: Ditto.
20363         * gdb.base/sep.exp: Ditto.
20364         * gdb.base/sepdebug.exp: Ditto.
20365         * gdb.base/until.exp: Ditto.
20366         * gdb.base/whatis-exp.exp: Ditto.
20367         * gdb.cp/annota2.exp: Ditto.
20368         * gdb.cp/annota3.exp: Ditto.
20369         * gdb.trace/actions.exp: Ditto.
20370         * gdb.trace/backtrace.exp: Ditto.
20371         * gdb.trace/circ.exp: Ditto.
20372         * gdb.trace/collection.exp: Ditto.
20373         * gdb.trace/deltrace.exp: Ditto.
20374         * gdb.trace/infotrace.exp: Ditto.
20375         * gdb.trace/limits.exp: Ditto.
20376         * gdb.trace/packetlen.exp: Ditto.
20377         * gdb.trace/passc-dyn.exp: Ditto.
20378         * gdb.trace/passcount.exp: Ditto.
20379         * gdb.trace/report.exp: Ditto.
20380         * gdb.trace/save-trace.exp: Ditto.
20381         * gdb.trace/tfind.exp: Ditto.
20382         * gdb.trace/tracecmd.exp: Ditto.
20383         * gdb.trace/while-dyn.exp: Ditto.
20384         * gdb.trace/while-stepping.exp: Ditto.
20385         * lib/gdb.exp: Ditto.
20386         (gdb_compile): Handle nowarning option.
20387
20388 2006-03-07  Alexandre Oliva  <aoliva@redhat.com>
20389
20390         * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
20391         * gdb.base/prelink.exp: Likewise.  Add -q to prelink runs.
20392         Rename executable to prelinkt.  Don't re-prelink if we didn't
20393         get a core file.  Test prelink -u exit status to tell whether
20394         prelinking failed.  Use gdb_test_multiple.
20395
20396 2006-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
20397
20398         * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
20399         (do_tests): Call it.
20400
20401 2006-02-28  Alexandre Oliva  <aoliva@redhat.com>
20402
20403         * gdb.base/prelink.exp: New test.
20404         * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
20405
20406 2006-02-24  Wu Zhou  <woodzltc@cn.ibm.com>
20407
20408         * gdb.fortran/derived-type.f90: New file.
20409         * gdb.fortran/derived-type.exp: New testcase.
20410
20411 2006-02-23  Daniel Jacobowitz  <dan@codesourcery.com>
20412
20413         * gdb.base/default.exp: Allow ';' as a directory separator.
20414
20415 2006-02-21  Andrew Stubbs  <andrew.stubbs@st.com>
20416
20417         * gdb.base/help.exp (help add-symbol-file): Update.
20418
20419 2006-02-21  Andrew Stubbs  <andrew.stubbs@st.com>
20420
20421         * gdb.base/help.exp (help load): Update expected results.
20422
20423 2006-02-19  Fred Fish  <fnf@specifix.com>
20424
20425         * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
20426         specifix hex value as part of results.
20427         * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
20428
20429 2006-02-16  Fred Fish  <fnf@specifix.com>
20430
20431         * gdb.base/whatis.c: Define variables using typedefs char_addr,
20432         ushort_addr, and slong_addr, so the typedefs are not optimized
20433         away.
20434         * gdb.base/whatis.exp: Add tests using type name for struct type,
20435         union type, enum type, and typedef.
20436
20437 2006-02-13  Mark Kettenis  <kettenis@gnu.org>
20438
20439         * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
20440
20441 2006-02-13  Jim Blandy  <jimb@redhat.com>
20442
20443         * gdb.base/scope.exp (test_at_main): Remove logic to handle the
20444         case where it takes two "next" commands to skip past the init
20445         call.
20446
20447 2006-02-12  Fred Fish  <fnf@specifix.com>
20448
20449         * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
20450         to handle cases where it takes two "next" commands to skip
20451         past the init call.
20452
20453 2006-02-07  Joel Brobecker  <brobecker@adacore.com>
20454
20455         * gdb.ada/array_return.exp: Mark the last test as expected to fail
20456         on hppa32 targets.
20457
20458 2006-02-06  Vladimir Prus  <ghost@cs.msu.su>
20459
20460         * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
20461         field.
20462
20463 2006-01-29  Mark Kettenis  <kettenis@gnu.org>
20464
20465         * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
20466
20467 2006-01-22  Daniel Jacobowitz  <dan@codesourcery.com>
20468
20469         * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
20470         files.
20471
20472 2006-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
20473
20474         * gdb.cp/maint.exp: Set complaints to a positive value.
20475
20476 2006-01-15  Daniel Jacobowitz  <dan@codesourcery.com>
20477
20478         * gdb.base/multi-forks.c: Add copyright notice.  Include <stdlib.h>.
20479         * gdb.base/multi-forks.exp: Use a loop.  Allow "fork" as a stopped
20480         function name.
20481
20482 2006-01-15  Daniel Jacobowitz  <dan@codesourcery.com>
20483
20484         * gdb.base/checkpoint.c: Update copyright notice.  Include
20485         <stdlib.h>.
20486
20487 2006-01-04  Jim Blandy  <jimb@redhat.com>
20488
20489         * gdb.asm/asm-source.exp: Independently provide default values for
20490         asm-flags and debug-flags.  Use 'string equal' to do the
20491         comparison, not the implicit expr's '==' operator.  Remove
20492         now-unneeded assignments to asm-flags.  In h8300 case, place
20493         "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
20494
20495 2006-01-04  Michael Snyder  <msnyder@redhat.com>
20496
20497         * gdb.base/checkpoint.c: New file.
20498         * gdb.base/checkpoint.exp: New file.
20499         * gdb.base/multi-fork.c: New file.
20500         * gdb.base/multi-fork.exp: New file.
20501         * gdb.base/pi.txt: New file (data for checkpoint.c test).
20502
20503 2006-01-04  Fred Fish  <fnf@specifix.com>
20504
20505         * gdb.base/ptype.c (foo): Add typedef.
20506         (intfoo): Add function.
20507         * gdb.base/ptype1.c: New file.
20508         * gdb.base/ptype.exp: Handle compilation and linking with two
20509         source files.  Test that proper type for "foo" is found based
20510         on source context rather than first match found in symtabs.
20511
20512 2005-12-28  Mark Kettenis  <kettenis@gnu.org>
20513
20514         * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
20515         * gdb.asm/openbsd.inc: Indent commands.
20516
20517 2005-12-26  Mark Kettenis  <kettenis@gnu.org>
20518
20519         * gdb.base/freebpcmd.exp: Increase timeout.
20520
20521         * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
20522
20523 2005-12-17  Daniel Jacobowitz  <dan@codesourcery.com>
20524
20525         * gdb.base/default.exp: Update check for "show version".
20526
20527 2005-12-09  Randolph Chung  <tausq@debian.org>
20528
20529         * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
20530         * gdb.asm/pa64.inc: New file.
20531
20532 2005-12-09  Randolph Chung  <tausq@debian.org>
20533
20534         * gdb.asm/common.inc: Indent commands.
20535         * gdb.asm/asmsrc1.s: Likewise.
20536         * gdb.asm/asmsrc2.s: Likewise.
20537
20538 2005-12-09  Randolph Chung  <tausq@debian.org>
20539
20540         * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
20541         (get_addr_of_sym): Remove duplicate print.
20542         (gen_core): xfail hppa*-*-hpux*, update expected output.
20543         * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
20544         * gdb.arch/pa64-nullify.s: New file.
20545
20546 2005-12-09  Randolph Chung  <tausq@debian.org>
20547
20548         * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
20549
20550 2005-12-07  Christophe Lyon  <christophe.lyon@st.com>
20551
20552         * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
20553         code generation for these functions.
20554         * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
20555         error message.
20556
20557 2005-12-02  Andrew Stubbs  <andrew.stubbs@st.com>
20558
20559         * gdb.base/help.exp (help b, help br, help bre, help brea)
20560         (help break): Update the expected message.
20561
20562 2005-11-11  Stephane Carrez  <stcarrez@nerim.fr>
20563
20564         * gdb.asm/m68hc11.inc: Setup the data section.
20565         * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
20566         script for this test.
20567         (m6812-*-*): Likewise.
20568
20569 2005-11-09  Randolph Chung <tausq@debian.org>
20570
20571         * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
20572
20573 2005-11-09  Wu Zhou  <woodzltc@cn.ibm.com>
20574
20575         * gdb.base/break.exp: Fix a comment typo.
20576
20577 2005-11-03  Jim Blandy  <jimb@redhat.com>
20578
20579         Checked in by Elena Zannoni  <ezannoni@redhat.com>
20580
20581         * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
20582
20583 2005-11-02  Corinna Vinschen  <vinschen@redhat.com>
20584
20585         * gdb.arch/gdb1558.c: Include stdio.h.
20586
20587 2005-10-31  Mark Kettenis  <kettenis@gnu.org>
20588
20589         * gdb.asm/asm-source.exp: Use -e instead of --entry.
20590
20591 2005-10-31  Mark Kettenis  <kettenis@gnu.org>
20592
20593         * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
20594
20595 2005-10-17  Paul Gilliam  <pgilliam@us.ibm.com>
20596
20597         * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
20598         vscr" tests to better match output.
20599
20600 2005-10-12  Jim Blandy  <jimb@redhat.com>
20601
20602         * gdb.base/structs.exp (any): New function.
20603         (test_struct_returns): Don't make any assumptions at all about
20604         what value the function returns when GDB can't set the return
20605         value.
20606
20607 2005-10-09  Joel Brobecker  <brobecker@adacore.com>
20608
20609         * gdb.ada/arrayidx/p.adb: New file.
20610         * gdb.ada/arrayidx.exp: New testcase
20611
20612 2005-10-09  Joel Brobecker  <brobecker@adacore.com>
20613
20614         * gdb.ada/array_return/pck.ads: New file.
20615         * gdb.ada/array_return/pck.adb: New file.
20616         * gdb.ada/array_return/p.adb: New file.
20617         * gdb.ada/array_return.exp: New testcase.
20618
20619 2005-10-03  Joel Brobecker  <brobecker@adacore.com>
20620
20621         * gdb.base/arrayidx.c: New file.
20622         * gdb.base/arrayidx.exp: New testcase.
20623
20624 2005-09-29  Nick Roberts  <nickrob@snap.net.nz>
20625
20626         * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
20627         frames-invalid and breakpoints-invalid are no longer generated
20628         with level 3 so don't expect them in the output.
20629
20630 2005-09-27  Bob Rossi  <bob@brasko.net>
20631
20632         * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
20633         from test.  Escape the | in mi_gdb_test call.
20634         * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
20635         gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
20636         gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
20637         gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
20638         expected regex's in mi_gdb_test calls.
20639         * lib/mi-support.exp: Remove arbitrary .* from tests.
20640         (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
20641         Fully anchor GDB/MI expected results in mi_gdb_test.
20642         * lib/gdb.exp (string_to_regexp): Escape the ] character.
20643         * gdb.base/sizeof.exp: Remove escape character. Correct test.
20644
20645 2005-09-26  Paul Brook  <paul@codesourcery.com>
20646
20647         * long_long.exp: Exclude eabi targets from arm FPA float format test.
20648
20649 2005-09-20  Wu Zhou  <woodzltc@cn.ibm.com>
20650
20651         * bfp-test.c: New file.
20652         * bfp-test.exp: New testcase.
20653
20654 2005-09-20  Wu Zhou  <woodzltc@cn.ibm.com>
20655
20656         * gdb.fortran/subarray.exp: New testcase to test the evaluation
20657         of subarray and substring variable.
20658         * gdb.fortran/subarray.f: New source file for the test of subarray
20659         and substring variable evaluation.
20660         * gdb.fortran/exprs.exp: Add four tests for substring evaluation
20661         of string constant.
20662
20663 2005-09-19  Daniel Jacobowitz  <dan@codesourcery.com>
20664
20665         * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
20666         copyright dates.
20667
20668 2005-09-19  Paul Gilliam  <pgilliam@us.ibm.com>
20669
20670         * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
20671         powerpc altivec' test with an almost identical 'info vector' test.
20672
20673 2005-09-13  Paul Gilliam  <pgilliam@us.ibm.com>
20674
20675         * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
20676         vscr" tests to match output.
20677
20678 2005-09-13  Paul Gilliam  <pgilliam@us.ibm.com>
20679
20680         * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
20681         output.
20682
20683 2005-09-11  Bob Rossi  <bob@brasko.net>
20684
20685         * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
20686         * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
20687         commands that return an MI output command and an asyncronous MI output
20688         command.
20689         * gdb.mi/mi-console.exp: Ditto.
20690
20691 2005-09-11  Bob Rossi  <bob@brasko.net>
20692
20693         * gdb.mi/mi-var-child.c: Include <string.h>.
20694
20695 2005-09-10  Daniel Jacobowitz  <dan@codesourcery.com>
20696
20697         * killed.exp: Correct gdb_expect syntax.
20698
20699 2005-08-09  Corinna Vinschen  <vinschen@redhat.com>
20700
20701         * lib/mi-support.exp (mi_gdb_load): Fix typo.
20702
20703 2005-08-02  Bob Rossi  <bob@brasko.net>
20704
20705         * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
20706         (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
20707         Change tests to inferior-tty-set/show.
20708         * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
20709         (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
20710         * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
20711         inferior.  Use mi_gdb_test to get GDB and Inferior output.
20712         * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
20713         descriptor.
20714         (mi_inferior_tty_name): Add inferior PTY file name.
20715         (mi_gdb_start): Add INFERIOR_PTY parameter.
20716         (mi_gdb_test): Add IPATTERN parameter.
20717
20718 2005-08-02   Bob Rossi  <bob@brasko.net>
20719
20720         * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
20721         parameter to mi_gdb_test.
20722         * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
20723
20724 2005-07-31  Daniel Jacobowitz  <dan@codesourcery.com>
20725
20726         * gdb.mi/mi-var-child.c (do_children_tests): Initialize
20727         struct_declarations.
20728         * gdb.mi/mi-var-child.exp: Step over the initialization of
20729         struct_declarations.
20730
20731 2005-07-31  Daniel Jacobowitz  <dan@codesourcery.com>
20732
20733         * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
20734         * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
20735         * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
20736         * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
20737         * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
20738         file.
20739
20740 2005-07-27  Nick Roberts  <nickrob@snap.net.nz>
20741
20742         * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
20743         (do_children_tests): Assign values to the extra elements.
20744
20745         * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
20746         them for tests for "-var-update --no-values" and
20747         "-var-update --all-values".
20748         Add test for "-var-list-children --simple-values".
20749
20750         * gdb.mi/basics.c (callee4): Add integer array D[3]...
20751
20752         * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
20753         "-stack-list-locals --simple-values"  Improve doc strings and
20754         comments.
20755
20756 2005-07-18  Mark Kettenis  <kettenis@gnu.org>
20757
20758         * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
20759         *-*-openbsd*.
20760         * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
20761
20762         * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
20763         sigaltsatck'.
20764
20765 2005-07-14  Bob Rossi  <bob@brasko.net>
20766
20767         * gdb.base/default.exp (tty): Changed output of command.
20768         * gdb.base/help.exp (help tty): Ditto.
20769
20770 2005-07-12  Mark Kettenis  <kettenis@gnu.org>
20771
20772         * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
20773
20774 2005-07-10  Mark Kettenis  <kettenis@gnu.org>
20775
20776         * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
20777         -stack-select-frame without arguments.
20778         (test_stack_frame_listing): Add test for newly implemented command
20779         -stack-info-frame.
20780
20781 2005-07-06  Bob Rossi  <bob@brasko.net>
20782
20783         * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
20784         command.
20785         (Copyright): Update copyright.
20786
20787 2005-07-06  Wu Zhou  <woodzltc@cn.ibm.com>
20788
20789         * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
20790         tests to evaluate exponentiation expression.
20791
20792 2005-06-29  Andreas Schwab  <schwab@suse.de>
20793
20794         * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
20795         main to avoid warnings.
20796
20797         * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
20798
20799 2005-06-20  Nick Roberts  <nickrob@snap.net.nz>
20800
20801         * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
20802         -stack-select-frame without arguments.
20803         (test_stack_frame_listing): Add test for newly implemented command
20804         -stack-info-frame.
20805
20806 2005-06-17  Wu Zhou  <woodzltc@cn.ibm.com>
20807
20808         * gdb.fortran/array-element.f: New file.
20809         * gdb.fortran/array-element.exp: New testcase.
20810
20811 2005-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
20812
20813         * gdb.base/bigcore.exp: Correct checks for systems which can
20814         not dump a large core file.
20815
20816 2005-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
20817
20818         * gdb.base/relocate.c: Add a copyright notice.
20819         (dummy): Remove.
20820         * gdb.base/relocate.exp: Test printing the values of variables
20821         from a relocatable file.
20822
20823 2005-06-12  Daniel Jacobowitz  <dan@codesourcery.com>
20824
20825         * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
20826         excess MI output after an error.
20827
20828 2005-05-29  Joel Brobecker  <brobecker@adacore.com>
20829
20830         * gdb.arch/alpha-step.c: New file.
20831         * gdb.arch/alpha-step.exp: New testcase.
20832
20833 2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
20834             Dennis Brueni  <dennis@slickedit.com>
20835
20836         * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
20837         gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
20838         gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
20839         gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
20840         gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
20841         gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
20842         * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
20843
20844 2005-05-17  Paul Gilliam  <pgilliam@us.ibm.com>
20845             Wu Zhou  <woodzltc@cn.ibm.com>
20846
20847         * gdb.base/shreloc.exp: Use gdb_compile_shlib.  Add support for
20848         IBM's xlc compiler.
20849         * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
20850         * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
20851
20852 2005-05-13  Jim Blandy  <jimb@redhat.com>
20853
20854         * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
20855         calling gdb_suppress_entire_file.
20856         * gdb.base/charset.exp: Same.
20857         * gdb.base/call-rt-st.exp: Same.
20858
20859 2005-05-05  Bob Rossi  <bob_rossi@cox.net>
20860
20861         * lib/gdb.exp (fullname_syntax): Added global regex.
20862         (fullname_syntax_POSIX): Ditto.
20863         (fullname_syntax_UNC): Ditto.
20864         (fullname_syntax_DOS_CASE): Ditto.
20865         (fullname_syntax_DOS): Ditto.
20866         * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
20867         fullname_syntax variable to scope and use it.
20868         (test_file_list_exec_source_files): Ditto.
20869         * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
20870
20871 2005-05-04  Daniel Jacobowitz  <dan@codesourcery.com>
20872
20873         * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
20874
20875 2004-05-02  Paul Gilliam  <pgilliam@us.ibm.com>
20876
20877         * lib/gdb.exp (skip_altivec_tests): New function, based on
20878         check_vmx_hw_available from the GCC testsuite.
20879         * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
20880         * lib/gdb.arch/altivec-regs.exp: Likewise.
20881
20882 2005-05-02  Jim Blandy  <jimb@redhat.com>
20883
20884         * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
20885         calling gdb_suppress_entire_file.
20886
20887 2005-04-30  Randolph Chung  <tausq@debian.org>
20888
20889         * gdb.threads/staticthreads.exp: Override signal to check for hppa.
20890         Slightly relax "sem_post" name checking.
20891
20892 2005-04-29  Paul Gilliam  <pgilliam@us.ibm.com>
20893
20894         * gdb.base/unload.exp: Use new shared library infrastructure.
20895
20896 2005-04-29  Paul Gilliam  <pgilliam@us.ibm.com>
20897
20898         * gdb.base/so-impl-ld.exp: Use new shared library
20899         infrastructure.
20900
20901 2005-04-29  Corinna Vinschen  <vinschen@redhat.com>
20902
20903         * gdb.asm/asm-source.exp: Add h8300 to supported targets.
20904         * gdb.asm/h8300.inc: New file.
20905
20906 2005-04-28  Paul Gilliam  <pgilliam@us.ibm.com>
20907
20908         * gdb.base/shlib-call.exp: Change to use new shared library
20909         infrastructure.
20910
20911 2005-04-28  Paul Gilliam  <pgilliam@us.ibm.com>
20912
20913         * gdb.base/pending.exp: Change to use new shared library
20914         infrastructure.
20915
20916 2005-04-28  Paul Gilliam  <pgilliam@us.ibm.com>
20917
20918         * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
20919         use test_compiler_info instead of gcc_compiled, and update copyright.
20920
20921 2005-04-27  Paul Gilliam  <pgilliam@us.ibm.com>
20922
20923         * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
20924         shared objects being adjusted and update copyright years.
20925
20926 2005-04-27  Daniel Jacobowitz  <dan@codesourcery.com>
20927
20928         * ChangeLog: Correct some 2003-01-13 dates.
20929         * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
20930         gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
20931         gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
20932         gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
20933         gdb.trace/tfind.exp: Update copyright years.
20934
20935 2005-04-14  Paul Gilliam  <pgilliam@us.ibm.com>
20936             Daniel Jacobowitz  <dan@codesourcery.com>
20937
20938         * lib/gdb.exp (gdb_compile): Handle shlib=.
20939         (gdb_compile_shlib): New function.
20940
20941 2005-04-12  Paul Gilliam  <pgilliam@us.ibm.com>
20942
20943         * lib/gdb.exp (test_compiler_info): Give argument a default value.
20944
20945 2005-04-08  Daniel Jacobowitz  <dan@codesourcery.com>
20946
20947         * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
20948         gdb.server.
20949         * configure.ac: Likewise.
20950         * configure: Regenerated.
20951         * gdb.gdbserver/Makefile.in: Moved to...
20952         * gdb.server/Makefile.in: ... here.
20953         * gdb.gdbserver/server.c: Moved to...
20954         * gdb.server/server.c: ... here.
20955         * gdb.gdbserver/server-run.exp: Moved to...
20956         * gdb.server/server-run.exp: ... here.
20957
20958 2005-04-08  Daniel Jacobowitz  <dan@codesourcery.com>
20959
20960         * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
20961         * configure.ac: Create gdb.gdbserver/Makefile.
20962         * configure: Regenerated.
20963         * lib/gdbserver-support.exp: New file, derived from
20964         config/gdbserver.exp.
20965         * config/gdbserver.exp: Use gdbserver-support.exp.
20966         * gdb.gdbserver/Makefile.in: New file.
20967         * gdb.gdbserver/server.c: New file.
20968         * gdb.gdbserver/server-run.exp: New file.
20969
20970 2005-04-06  Paul Gilliam  <pgilliam@us.ibm.com>
20971
20972         * lib/gdb.exp (test_compiler_info): Return compiler_info
20973         if no arguments are given.
20974
20975 2005-04-01  Paul Gilliam  <pgilliam@us.ibm.com>
20976
20977         * gdb.arch/altivec-abi.exp: Check for compiler and set
20978         use altivec' flag accordingly.
20979         * gdb.arch/altivec-regs.exp: Likewise.
20980
20981 2005-03-29  Daniel Jacobowitz  <dan@codesourcery.com>
20982
20983         * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
20984
20985 2005-03-27  Andreas Schwab  <schwab@suse.de>
20986
20987         * gdb.base/bigcore.c (main): Add missing mode argument in open
20988         call.
20989
20990 2005-03-25  Daniel Jacobowitz  <dan@codesourcery.com>
20991
20992         * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
20993         downloads.
20994         * config/gdbserver.exp (gdb_load): Likewise.
20995
20996 2005-03-14  Paul Brook  <paul@codesourcery.com>
20997
20998         * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
20999         targets.
21000
21001 2005-03-09  Joel Brobecker  <brobecker@adacore.com>
21002
21003         * gdb.dwarf2/dup-psym.S: New file.
21004         * gdb.dwarf2/dup-psym.exp: New testcase.
21005
21006 2005-03-09  Joel Brobecker  <brobecker@adacore.com>
21007
21008         * gdb.ada/exec_changed/first.adb: New file.
21009         * gdb.ada/exec_changed/second.adb: New file.
21010         * gdb.ada/exec_changed.exp: New testcase.
21011
21012 2005-03-08  Nathan Sidwell  <nathan@codesourcery.com>
21013
21014         * gdb.cp/userdef.cc (A1::operator+): New unary plus.
21015         (A2): New class.
21016         (main): Test operator+.
21017         * gdb.cp/userdef.exp: Test unary plus.  Use A2::operator+ for
21018         breakpoint test.
21019
21020         * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
21021         * gdb.base/signull.exp: Disable if gdb,nosignals.
21022         * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
21023         * gdb.cp/exception.exp: Disable if skip_cplus_tests.
21024         * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
21025         * gdb.mi/mi2-console.exp: Likewise.
21026         * gdb.trace/collection.exp (run_trace_experiment): Consume the
21027         continue output at start.
21028         (gdb_collect_locals_test): Robustify regexp.
21029         * gdb.trace/passc-dyn.exp: Fix comment typo.
21030         * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
21031
21032 2005-03-08  Corinna Vinschen  <vinschen@redhat.com>
21033
21034         * gdb.asm/asm-source.exp: Add iq2000 case.
21035         * gdb.asm/iq2000.inc: New file.
21036
21037 2005-03-07  Manoj Iyer <manjo@austin.ibm.com>
21038
21039         * gdb.base/command.exp: Change hardcoded value to regular expression.
21040         * gdb.base/float.exp: Add powerpc to the list of targets checked.
21041
21042 2005-03-07  Daniel Jacobowitz  <dan@codesourcery.com>
21043
21044         * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
21045         gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
21046         gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
21047         gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
21048         gdb.asm/x86_64.inc: Use .purgem before redefining macros.
21049
21050 2005-03-05  Mark Kettenis  <kettenis@gnu.org>
21051
21052         * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
21053         changes.
21054
21055 2004-03-03  Paul Gilliam  <pgilliam@us.ibm.com>
21056
21057         * lib/compiler.c: Add test for IBM's xlc compiler.
21058         * lib/compiler.cc: Likewise.
21059
21060 2004-02-24  Joel Brobecker  <brobecker@adacore.com>
21061
21062         * gdb.ada/fixed_points.exp: Create compilation object directory
21063         before running the test.
21064         * gdb.ada/null_record.exp: Likewise.
21065         * gdb.ada/packed_array.exp: Likewise.
21066         * gdb.ada/start.exp: Likewise.
21067
21068 2005-02-15  Joel Brobecker  <brobecker@adacore.com>
21069
21070         * gdb.ada/packed_array/pa.adb: New file.
21071         * gdb.ada/packed_array.exp: New testcase.
21072
21073 2005-02-10  Mark Kettenis  <kettenis@gnu.org>
21074
21075         * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
21076         files.
21077
21078         * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
21079         on *-*-openbsd*.  Correctly match whitespace in regukar
21080         expressions.
21081
21082 2005-02-10  Daniel Jacobowitz  <dan@debian.org>
21083
21084         From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
21085         PR exp/1821
21086         * gdb.base/gdb1821.c: New test file.
21087         * gdb.base/gdb1821.exp: New test file.
21088
21089 2005-02-09  Joel Brobecker  <brobecker@adacore.com>
21090
21091         * gdb.base/start.c: New file.
21092         * gdb.base/start.exp: New testcase.
21093
21094 2005-02-09  Joel Brobecker  <brobecker@adacore.com>
21095
21096         * gdb.ada/start/dummy.adb: New file.
21097         * gdb.ada/start.exp: New testcase.
21098
21099 2005-02-09  Corinna Vinschen  <vinschen@redhat.com>
21100
21101         * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
21102         for printing symbols and statistics.
21103         Add test for using relative pathnames in "maint print msymbols" test.
21104         Mark "maint info sections DATA" XFAIL on Cygwin.
21105         Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
21106         tests.
21107
21108 2005-02-09  Andreas Schwab  <schwab@suse.de>
21109
21110         Committed by Andrew Cagney  <cagney@gnu.org>
21111         * gdb.base/remotetimeout.exp: New file.
21112
21113 2005-02-07  Mark Kettenis  <kettenis@gnu.org>
21114
21115         * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
21116
21117 2005-02-03  Joel Brobecker  <brobecker@adacore.com>
21118
21119         * gdb.ada/gnat_ada.gpr: New file.
21120         * gdb.ada/gnat_ada.gin: Delete, no longer used.
21121         * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
21122         * configure.ac: No longer generate gnat_ada.gpr.
21123         * configure: Regenerate.
21124         * gdb.ada/Makefile.in: Minor adaptations due to new project file.
21125         * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
21126         * gdb.ada/null_record/bar.ads: Likewise.
21127         * gdb.ada/null_record/bar.adb: Likewise.
21128         * gdb.ada/fixed_points/fixed_points.adb: Likewise.
21129         * gdb.ada/null_record.exp (testdir): New variable.
21130         (testfile): executable is now in testdir subdirectory.
21131         (srcfile): Use full path to the main compilation unit.
21132         * gdb.ada/fixed_points.exp: Same changes as above.
21133
21134 2005-02-03  Nick Roberts  <nickrob@snap.net.nz>
21135
21136         * gdb.base/interp.exp: New test.
21137
21138 2005-01-24  Andrew Cagney  <cagney@gnu.org>
21139
21140         * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
21141
21142 2005-01-19  Andrew Cagney  <cagney@gnu.org>
21143
21144         * gdb.stabs/Makefile.in (Makefile): Update dependencies -
21145         configure.ac not configure.in.
21146
21147         * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
21148         of powerpc*-*-*.
21149         * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
21150         * gdb.base/list.exp (test_list_function)
21151         (test_list_filename_and_function): Ditto.
21152         * gdb.base/callfuncs.exp (do_function_calls): Ditto.
21153
21154 2005-01-16  Andrew Cagney  <cagney@gnu.org>
21155
21156         * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
21157
21158         * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
21159
21160 2005-01-14  Andrew Cagney  <cagney@gnu.org>
21161
21162         * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
21163         * gdb.mi/mi2-var-cmd.exp: Ditto.
21164
21165 2005-01-10  Corinna Vinschen  <vinschen@redhat.com>
21166
21167         * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
21168
21169 2005-01-07  Andrew Cagney  <cagney@gnu.org>
21170
21171         * configure.ac: Rename configure.in, require autoconf 2.59.
21172         * configure: Re-generate.
21173         * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
21174         * gdb.stabs/configure: Re-generate.
21175         * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
21176         * gdb.hp/configure: Re-generate.
21177         * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
21178         autoconf 2.59.
21179         * gdb.hp/gdb.objdbg/configure: Re-generate.
21180         * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
21181         autoconf 2.59.
21182         * gdb.hp/gdb.defects/configure: Re-generate.
21183         * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
21184         autoconf 2.59.
21185         * gdb.hp/gdb.compat/configure: Re-generate.
21186         * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
21187         autoconf 2.59.
21188         * gdb.hp/gdb.base-hp/configure: Re-generate.
21189         * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
21190         autoconf 2.59.
21191         * gdb.hp/gdb.aCC/configure: Re-generate.
21192
21193 2004-12-15  Jim Blandy  <jimb@redhat.com>
21194
21195         * gdb.threads/linux-dp.exp: Fix output regexp to handle output
21196         under NPTL when there is debugging info available for libpthread.
21197
21198 2004-12-13  Jerome Guitton  <guitton@gnat.com>
21199
21200         * gdb.ada/fixed_points.c: New file.
21201         * gdb.ada/fixed_points.exp: New file.
21202
21203 2004-12-03  Randolph Chung  <tausq@debian.org>
21204
21205         * gdb.arch/pa-nullify.exp: New file.
21206         * gdb.arch/pa-nullify.s: New file.
21207
21208 2004-11-30  Randolph Chung  <tausq@debian.org>
21209
21210         * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
21211         instead of "tbug".  Fix regexp to work properly with gdb_test.
21212
21213 2004-11-29  Paul Hilfinger  <Hilfinger@gnat.com>
21214
21215         * gdb.base/bitfields2.exp: New test.
21216         * gdb.base/bitfields2.c: New file.
21217
21218 2004-11-28  Richard Earnshaw  <rearnsha@arm.com>
21219
21220         * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
21221
21222 2004-11-16  Randolph Chung  <tausq@debian.org>
21223
21224         * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
21225
21226 2004-11-14  Daniel Jacobowitz  <dan@debian.org>
21227
21228         * gdb.threads/threadapply.exp: Correct "macro details" test.
21229
21230 2004-11-11  Jeff Johnston  <jjohnstn@redhat.com>
21231
21232         * gdb.threads/threadapply.exp: New test.
21233         * gdb.threads/threadapply.c: New file.
21234
21235 2004-11-07  Mark Kettenis  <kettenis@gnu.org>
21236
21237         * gdb.base/savedregs.exp: Correct pattern used for sigtramp
21238         frames.
21239
21240 2004-11-05  Felix Lee  <felix+log1@specifixinc.com>
21241
21242         * gdb.base/cursal.exp: New file.
21243         * gdb.base/cursal.c: New file.
21244
21245 2004-11-03  Andrew Cagney  <cagney@gnu.org>
21246
21247         * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
21248
21249 2004-10-30  Mark Kettenis  <kettenis@gnu.org>
21250
21251         * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
21252         NetBSD/ELF targets.
21253
21254 2004-10-29  Joel Brobecker  <brobecker@gnat.com>
21255
21256         * gdb.threads/bp_in_thread.c: New file, copied from
21257         pthread_cond_wait.c.
21258         * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
21259         file, rather than reusing the .c file from another testcase.
21260
21261 2004-10-20  Joel Brobecker  <brobecker@gnat.com>
21262
21263         * gdb.ada/null_record.exp: Check where we stopped after
21264         sending the start command, instead of where the associated
21265         temporary breakpoint was inserted.
21266
21267 2004-10-14  Andrew Cagney  <cagney@gnu.org>
21268
21269         * gdb.mi/gdb701.c (main): Return 0.
21270
21271 2004-10-13  Daniel Jacobowitz  <dan@debian.org>
21272
21273         * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
21274
21275 2004-10-12  Jeff Johnston  <jjohnstn@redhat.com>
21276
21277         * gdb.threads/schedlock.c: Add comment markers to use to find
21278         line numbers.
21279         * gdb.threads/schedlock.exp: Adjust regex to handle the new
21280         comments.
21281         * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
21282         breakpoint lines.
21283
21284 2004-10-12  Daniel Jacobowitz  <dan@debian.org>
21285
21286         * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
21287
21288 2004-10-12  Daniel Jacobowitz  <dan@debian.org>
21289
21290         * configure.in: Add gdb.dwarf2.
21291         * configure: Regenerated.
21292         * Makefile.in: Add gdb.dwarf2.
21293         * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
21294         gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
21295         gdb.dwarf2/file1.txt: New files.
21296
21297 2004-10-11  Orjan Friberg  <orjanf@axis.com>
21298
21299         * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
21300         of "run", since the latter doesn't work with remote targets.  Adjust
21301         the breakpoint numbering accordingly.
21302         * gdb.threads/pthread_cond_wait.exp: Ditto.
21303
21304 2004-10-08  Michael Chastain  <mec.gnu@mindspring.com>
21305
21306         * gdb.base/overlays.exp: Update copyright years.
21307
21308 2004-10-08  Kei Sakamoto  <sakamoto.kei@renesas.com>
21309
21310         * gdb.base/overlays.exp: Disable if target is Linux.
21311
21312 2004-10-06  Felix Lee  <felix+log1@specifixinc.com>
21313
21314         * config/gdbserver.exp (gdb_load): Use right filename on remote.
21315
21316 2004-10-05  Kei Sakamoto  <sakamoto.kei@renesas.com>
21317
21318         * gdb.asm/asm-source.exp: Add m32r-linux target.
21319         * gdb.asm/m32r-linux.inc: New file.
21320
21321 2004-09-24  Andrew Cagney  <cagney@redhat.com>
21322             David Anderson <anderson@redhat.com>
21323
21324         * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
21325         command fails, assume things will work.
21326         * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
21327         (_GNU_SOURCE): Define.
21328         (print_unsigned, print_hex): Change parameter to "long long".
21329         (print_byte_count): New function, use to print byte counts.
21330         (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
21331         O_LARGEFILE.
21332         (main): Compute an upper bound on a corefile in max_core_size.
21333         Limit memory chunk size to max_core_size.  Limit total memory
21334         allocated to max_core_size.
21335
21336 2004-09-23  Andrew Cagney  <cagney@gnu.org>
21337
21338         * gdb.base/bigcore.exp: Replace the code that creates a corefile
21339         from a separate process with code that creates a corefile by
21340         making the inferior dump core.
21341
21342 2004-09-23  Mark Kettenis  <kettenis@gnu.org>
21343
21344         * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
21345         block.
21346
21347 2004-09-23  Michael Chastain  <mec.gnu@mindspring.com>
21348
21349         * gdb.base/constvars.exp (local_compiler_xfail_check_2):
21350         New proc.  Accept both gcc 3.x.x and gcc 4.x.x.
21351         * gdb.base/volatile.exp (local_compiler_xfail_check_2):
21352         Likewise.
21353
21354 2004-09-20  Jeff Johnston  <jjohnstn@redhat.com>
21355
21356         * gdb.java/jprint.exp: New test case for java inferior call.
21357         * gdb.java/jprint.java: Ditto.
21358
21359 2004-09-15  Joel Brobecker  <brobecker@gnat.com>
21360
21361         * gdb.base/bigcore.exp: Deactivate on IRIX targets.
21362
21363 2004-09-14  Michael Chastain  <mec.gnu@mindspring.com>
21364
21365         * gdb.threads/killed.c: Include <stdlib.h>.
21366         * gdb.threads/pthreads.c: Likewise.
21367
21368 2004-09-14  Michael Chastain  <mec.gnu@mindspring.com>
21369
21370         * gdb.threads/killed.c: Add copyright notice.
21371
21372 2004-09-10  Jason Molenda  (jmolenda@apple.com)
21373
21374         * gdb.base/define.exp: Two new tests to verify zero space chars
21375         after 'if' and 'while' commands in a user-defined command is correctly
21376         parsed.
21377
21378 2004-09-08  Andrew Cagney  <cagney@gnu.org>
21379
21380         * gdb.base/signals.exp (signal_tests_1): Delete.  Merge signal
21381         delivery test with duplicate at end of file.
21382
21383 2004-09-06  Mark Kettenis  <kettenis@jive.nl>
21384
21385         * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
21386
21387 2004-09-05  Michael Chastain  <mec.gnu@mindspring.com>
21388
21389         * config/hppro.exp: Removed.
21390
21391 2004-09-05  Michael Chastain  <mec.gnu@mindspring.com>
21392
21393         * config/sparclet.exp: Removed.
21394
21395 2004-09-05  Michael Chastain  <mec.gnu@mindspring.com>
21396
21397         * config/udi.exp: Removed.
21398
21399 2004-09-02  Michael Chastain  <mec.gnu@mindspring.com>
21400
21401         * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
21402         of "exp_continue".
21403         (advancei): Likewise.
21404
21405 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
21406
21407         * gdb.base/unload.exp: Fix so messages aren't duplicated.
21408
21409 2004-09-01  Manoj Iyer  <manjo@austin.ibm.com>
21410
21411         * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
21412         to check for nodebug in executable.
21413         * gdb.gdb/observer.exp (setup_test): Likewise.
21414         * gdb.gdb/selftest.exp (test_with_self): Likewise.
21415         * gdb.gdb/xfullpath.exp (setup_test): Likewise.
21416
21417 2004-09-01  Andrew Cagney  <cagney@gnu.org>
21418
21419         * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
21420         files.
21421
21422 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
21423
21424         * gdb.base/unload.exp: Fix expected warning message to match
21425         latest format.
21426
21427 2004-09-01  Corinna Vinschen  <vinschen@redhat.com>
21428
21429         * gdb.base/call-rt-st.exp: Fix typos.
21430
21431 2004-08-31  Manoj Iyer  <manjo@austin.ibm.com>
21432
21433         * gdb.threads/thread_check.exp: New testcase.
21434         * gdb.threads/thread_check.c: New testcase.
21435
21436 2004-08-31  Andrew Cagney  <cagney@gnu.org>
21437
21438         * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
21439         (skip_to_handler_entry): New procedures.  Test stepping into a
21440         handler when the breakpoint is at the handler's entry point.
21441
21442 2004-08-30  Andrew Cagney  <cagney@gnu.org>
21443
21444         * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
21445         gdb/1757.
21446
21447 2004-08-27  Michael Chastain  <mec.gnu@mindspring.com>
21448
21449         With code from Manoj Iyer <manjo@austin.ibm.com>:
21450         * lib/gdb.exp (gdb_file_cmd): Return more information in the
21451         return value.  Add an arm for "no debugging symbols found".
21452         Change a stray "error" to "perror".
21453         (gdb_run_cmd): Adapt to new return value.
21454         * gdb.base/remote.exp: Adapt to new return value.
21455         * gdb.gdb/complaints.exp: Likewise.
21456         * gdb.gdb/observer.exp: Likewise.
21457         * gdb.gdb/selftest.exp: Likewise.
21458         * gdb.gdb/xfullpath.exp: Likewise.
21459
21460 2004-08-27  Joel Brobecker  <brobecker@gnat.com>
21461
21462         * gdb.threads/bp_in_thread.exp: New testcase.
21463
21464 2004-08-27  Michael Chastain  <mec.gnu@mindspring.com>
21465
21466         Fix PR testsuite/1735.
21467         * gdb.threads/schedlock.c (thread_function): Add a cast
21468         to suppress a gcc warning.
21469         * gdb.threads/thread-specific.c (thread_function): Likewise.
21470
21471 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
21472
21473         * gdb.base/unload.c: Include <stdlib.h>.
21474
21475 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
21476
21477         From Paul Gilliam <pgilliam@us.ibm.com>:
21478         * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
21479         synchronized after the "return".
21480
21481 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
21482
21483         * gdb.mi/basics.c: Include <stdio.h>.
21484         * gdb.mi/pthreads.c: Include <stdlib.h>.
21485         * gdb.mi/var-cmd.c: Include <stdlib.h>.
21486
21487 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
21488
21489         * gdb.threads/schedlock.c: Add copyright notice.
21490
21491 2004-08-25  Andrew Cagney  <cagney@gnu.org>
21492
21493         * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
21494         (skip_over_handler, breakpoint_over_hander): New test procedures.
21495         (advance, advancei): Add a proper prefix, do not use
21496         rerun_to_main.
21497         * gdb.base/sigstep.c (main): Change to use an infinite loop.
21498
21499 2004-08-24  Michael Chastain  <mec.gnu@mindspring.com>
21500
21501         * gdb.mi/basics.c: Add copyright notice.
21502         * gdb.mi/var-cmd.c: Add copyright notice.
21503
21504 2004-08-23  Michael Chastain  <mec.gnu@mindspring.com>
21505
21506         * lib/gdb.exp: Remove signed_keyword_not_used.
21507         * lib/compiler.c: Likewise.
21508         * lib/compiler.cc: Likewise.
21509
21510 2004-08-23  Michael Chastain  <mec.gnu@mindspring.com>
21511
21512         * gdb.base/whatis.c: Remove conditional disabling of "signed".
21513         * gdb.base/whatis.exp: Remove signed_keyword_not_used.
21514
21515 2004-08-23  Michael Chastain  <mec.gnu@mindspring.com>
21516
21517         * gdb.base/whatis.c: Add copyright notice.
21518
21519 2004-08-20  Mark Kettenis  <kettenis@gnu.org>
21520
21521         * gdb.arch/i386-prologue.exp (skip_breakpoint): New function.  Use
21522         it to skip the breakpoints encoded in the inline assembly.
21523
21524 2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>
21525
21526         * Makefile.in: Add gdb.fortran.
21527
21528 2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>
21529
21530         * gdb.base/call-sc.exp (test_scalar_returns):
21531         Fix cut-and-paste glitch in "Make fun return now".
21532
21533 2004-08-17  Michael Chastain  <mec.gnu@mindspring.com>
21534
21535         * configure.in: Add gdb.fortran.
21536         * configure: Regenerate.
21537         * gdb.fortran/Makefile.in: New file.
21538         * lib/gdb.exp (skip_fortran_tests): New procedure.
21539
21540 2004-08-17  Michael Chastain  <mec.gnu@mindspring.com>
21541
21542         * gdb.mi/mi-var-block.exp: Use gdb_get_line_number.  Remove
21543         reference to bug-gnu@prep.ai.mit.edu.
21544         * gdb.mi/mi-var-child.exp: Likewise.
21545         * gdb.mi/mi-var-cmd.exp: Likewise.
21546         * gdb.mi/mi-var-display.exp: Likewise.
21547         * gdb.mi/mi2-var-block.exp: Likewise.
21548         * gdb.mi/mi2-var-child.exp: Likewise.
21549         * gdb.mi/mi2-var-cmd.exp: Likewise.
21550         * gdb.mi/mi2-var-display.exp: Likewise.
21551
21552 2004-08-15  Mark Kettenis  <kettenis@gnu.org>
21553
21554         * gdb.base/unload.c (main): Make local variable msg const.
21555
21556 2004-08-15  Michael Chastain  <mec.gnu@mindspring.com>
21557
21558         * gdb.mi/mi-cli.exp: Use gdb_get_line_number.  Remove reference
21559         to bug-gnu@prep.ai.mit.edu.
21560         * gdb.mi/mi-disassemble.exp: Likewise.
21561         * gdb.mi/mi-eval.exp: Likewise.
21562         * gdb.mi/mi-file.exp: Likewise.  Also, add comment about the
21563         default line number.
21564         * gdb.mi/mi-return.exp: Likewise.
21565         * gdb.mi/mi-simplerun.exp: Likewise.
21566         * gdb.mi/mi-stack.exp: Likewise.
21567         * gdb.mi/mi-stepi.exp: Likewise.  Also, replace wildcarded line
21568         number with explicit range test.
21569         * gdb.mi/mi-watch.exp: Likewise.
21570         * gdb.mi/mi2-break.exp: Likewise.
21571         * gdb.mi/mi2-cli.exp: Likewise.
21572         * gdb.mi/mi2-disassemble.exp: Likewise.
21573         * gdb.mi/mi2-eval.exp: Likewise.
21574         * gdb.mi/mi2-file.exp: Likewise.  Also, add comment about the
21575         default line number.
21576         * gdb.mi/mi2-return.exp: Likewise.
21577         * gdb.mi/mi2-simplerun.exp: Likewise.
21578         * gdb.mi/mi2-stack.exp: Likewise.
21579         * gdb.mi/mi2-stepi.exp: Likewise.  Also, replace wildcarded line
21580         number with explicit range test.
21581         * gdb.mi/mi2-watch.exp: Likewise.
21582
21583 2004-08-15  Michael Chastain  <mec.gnu@mindspring.com>
21584
21585         * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
21586         * gdb.cp/m-static.exp: Likewise.
21587         * gdb.cp/rtti.exp: Likewise.
21588
21589 2004-08-14  Mark Kettenis  <kettenis@gnu.org>
21590
21591         * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
21592
21593 2004-08-14  Eli Zaretskii  <eliz@gnu.org>
21594
21595         * ChangeLog: Prefix Local Variables with semi-colons and indent
21596         the reference to older ChangeLog files, to fix fontification in
21597         Emacs.
21598
21599 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
21600
21601         * gdb.mi/mi-break.exp: Use gdb_get_line_number.
21602         * gdb.mi/mi2-break.exp: Likewise.
21603
21604 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
21605
21606         * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
21607
21608 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
21609
21610         * gdb.cp/inherit.exp: Use cp_test_ptype_class.
21611
21612 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
21613
21614         * gdb.cp/classes.exp: Remove unused declarations.  Just let
21615         test names default instead of providing special names.  Remove
21616         extraneous demangler test.
21617
21618 2004-08-12  Jeff Johnston  <jjohnstn@redhat.com>
21619
21620         * gdb.base/unload.exp: New test for breakpoints in dynamically
21621         loaded libraries.
21622         * gdb.base/unload.c: Ditto.
21623         * gdb.base/unloadshr.c: Ditto.
21624
21625 2004-08-12  Michael Chastain  <mec.gnu@mindspring.com>
21626
21627         * gdb.cp/classes.exp (test_ptype_class_objects): Call
21628         cp_test_ptype_class.
21629         (test_enums): Likewise.
21630
21631 2004-08-10  Andrew Cagney  <cagney@gnu.org>
21632
21633         * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
21634         files.
21635
21636 2004-08-10  Andrew Cagney  <cagney@gnu.org>
21637
21638         * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
21639         init_malloc call.
21640
21641 2004-08-10  Michael Chastain  <mec.gnu@mindspring.com>
21642
21643         * ChangeLog: Add copyright notice.  The notice is copied
21644         from emacs 21.3 top level ChangeLog.
21645
21646 2004-08-09  Michael Chastain  <mec.gnu@mindspring.com>
21647
21648         * lib/cp-support.exp: New file.
21649         * lib/cp-support.exp (cp_test_type_class): New function.
21650         * gdb.cp/derivation.exp: Use cp_test_ptype_class.
21651         * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
21652         * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
21653         cp_test_ptype_class.
21654
21655 2004-08-09  Michael Chastain  <mec.gnu@mindspring.com>
21656
21657         * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
21658         gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
21659         gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
21660         gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
21661         gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
21662         gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
21663         gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
21664         gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
21665         gdb.mi/mi2-watch.exp: Update copyright years.
21666
21667 2004-08-09  Mark Kettenis  <kettenis@gnu.org>
21668
21669         * gdb.base/sigaltstack.exp: Provide proper anchoring.
21670
21671 2004-08-09  Michael Chastain  <mec.gnu@mindspring.com>
21672
21673         * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
21674         gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
21675         gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
21676         gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
21677         gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
21678         gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
21679         gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
21680         gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
21681         gdb.mi/mi-watch.exp: Update copyright years.
21682
21683 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
21684
21685         PR gdb/1738
21686         * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
21687         from a breakpoint with a pending signal.
21688
21689 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
21690
21691         PR gdb/1736
21692         * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
21693         * gdb.base/sigaltstack.exp (finish_test): Consume output until
21694         the prompt.
21695         * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
21696
21697 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
21698
21699         * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
21700
21701 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
21702
21703         PR gdb/1736
21704         * gdb.base/sigaltstack.exp (finish_test): New procedure.  KFAIL
21705         for i?86-*-linux*.
21706
21707 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
21708
21709         * gdb.arch/i386-prologue.exp: Compile without debug information.
21710
21711 2004-08-08  Michael Chastain  <mec.gnu@mindspring.com>
21712
21713         * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
21714         rather than asking gdb to search.
21715
21716 2004-08-05  Michael Chastain  <mec.gnu@mindspring.com>
21717
21718         * gdb.base/gcore.c: Include <string.h>.
21719
21720 2004-08-05  Michael Chastain  <mec.gnu@mindspring.com>
21721
21722         * gdb.base/gcore.c: Add copyright notice.
21723
21724 2004-08-05  Michael Chastain  <mec.gnu@mindspring.com>
21725
21726         * gdb.base/freebpcmd.c: Include <stdio.h>.
21727         * gdb.base/long_long.c: Include <string.h>.
21728         * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
21729         * gdb.base/siginfo.c: Include <string.h>.
21730         * gdb.base/sigstep.c: Include <string.h>.
21731
21732 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
21733
21734         * gdb.base/complex.c: Include <stdlib.h>.
21735
21736 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
21737
21738         * gdb.base/complex.c: Add copyright notice.
21739
21740 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
21741
21742         * gdb.base/charset.c: Include <stdlib.h>.
21743
21744 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
21745
21746         * gdb.base/auxv.c: Include <stdlib.h>.
21747
21748 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
21749
21750         * gdb.base/auxv.c: Add copyright notice.
21751
21752 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
21753
21754         * gdb.base/coremaker.c: Add copyright notice.
21755         * gdb.base/coremaker2.c: Add copyright notice.
21756
21757 2004-08-04  Andrew Cagney  <cagney@gnu.org>
21758
21759         * gdb.base/store.exp: Update copyright.
21760         (check_set, up_set, check_struct, up_struct): Add a prefix to test
21761         names, do not import gdb_prompt.
21762
21763 2004-08-01  Andrew Cagney  <cagney@gnu.org>
21764
21765         Fix PR testsuite/1729.
21766         * gdb.base/dump.exp: Add test name to callers of capture_value, do
21767         not use capture_value with value 4.
21768         (capture_value): Add optional test name parameter.
21769         (test_reload_saved_value, test_restore_saved_value): Use $msg as
21770         the prefix, pass to capture_value.
21771
21772 2004-08-01  Mark Kettenis  <kettenis@gnu.org>
21773
21774         * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
21775         * gdb.arch/i386-prologue.c (standard): New prototype and function.
21776         (main): Call new function.
21777
21778 2004-07-31  Michael Chastain  <mec.gnu@mindspring.com>
21779
21780         * gdb.cp/namespace.exp: Accept more varieties of ptype output.
21781
21782 2004-07-31  Michael Chastain  <mec.gnu@mindspring.com>
21783
21784         * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
21785
21786 2004-07-31  Michael Chastain  <mec.gnu@mindspring.com>
21787
21788         * gdb.cp/inherit.exp: Accept more varieties of ptype output.
21789         Accept more values of vtbl pointer.  Remove some messages
21790         about "obsolete gcc or gdb".
21791
21792 2004-07-30  Michael Chastain  <mec.gnu@mindspring.com>
21793
21794         * gdb.cp/classes.exp: Accept more varieties of ptype output.
21795
21796 2004-07-30  Michael Chastain  <mec.gnu@mindspring.com>
21797
21798         * gdb.base/asm-source.exp: Properly convert target board
21799         debug flags from gcc format to binutils format.
21800
21801 2004-07-28  Mark Kettenis  <kettenis@gnu.org>
21802
21803         * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
21804         gdb1718".  PR backtrace/1718 partially fixed.
21805
21806 2004-07-27  Jeff Johnston  <jjohnstn@redhat.com>
21807
21808         * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
21809
21810 2004-07-26  Nick Clifton  <nickc@redhat.com>
21811
21812         * gdb.asm/asm-source.exp (debug-flags): New variable.  If a known
21813         good default value for a specific architecture is available then
21814         set it to that value.  Otherwise default to the -gstabs switch.
21815         Remove the -g... switches from the asm-flags variable.  Allow the
21816         target board info to override the value if it wants to.  Pass the
21817         switch on the assembler command line.
21818
21819 2004-07-23  Mark Kettenis  <kettenis@gnu.org>
21820
21821         * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
21822         * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
21823         (main): Call new function.
21824
21825 2004-07-22  Michael Chastain  <mec.gnu@mindspring.com>
21826
21827         Test for PR exp/1715.
21828         * gdb.base/radix.exp: Refactor common procedures.  Make all
21829         test names unique.  Change XFAIL to KFAIL.
21830
21831 2004-07-20  Michael Chastain  <mec.gnu@mindspring.com>
21832
21833         * gdb.ada/gnat_ada.gpr.in: Rename from here ...
21834         * gdb.ada/gnat_ada.gin: ... to here.
21835         * configure.in: Use gnat_ada.gin.
21836         * configure: Regenerate.
21837
21838 2004-07-20  Andrew Cagney  <cagney@gnu.org>
21839
21840         * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
21841         gdb_test and gdb_test_multiple.  Delete bash_bug.  Delete suspect
21842         XFAILs.  Clean up test messages and comments.  Check backtraces.
21843         Delete re-sync code.
21844
21845 2004-07-19  Michael Chastain  <mec.gnu@mindspring.com>
21846
21847         Fix PR cli/740.
21848         * gdb.base/annota1.exp: Honor gdb,nosignals.
21849         * gdb.base/annota3.exp: Likewise.
21850
21851 2004-07-19  Michael Chastain  <mec.gnu@mindspring.com>
21852
21853         * lib/java.exp: Update copyright notice.
21854
21855 2004-07-19  Andrew Cagney  <cagney@gnu.org>
21856
21857         * gdb.base/selftest.exp: Copy file from here ...
21858         * gdb.gdb/selftest.exp: ... to here.
21859
21860 2004-07-16  Andrew Cagney  <cagney@redhat.com>
21861
21862         * lib/insight-support.exp: Delete file.
21863         * lib/java.exp (java_init): Fix copyright.
21864
21865 2004-07-16  Andrew Cagney  <cagney@gnu.org>
21866
21867         * gdb.base/restore.c: Append "prologue" to comments marking the a
21868         function's prologue.
21869         * gdb.base/restore.exp: Update copyright, re-indent.
21870         (restore_tests): Use gdb_test_multiple.  Add "calleeN calls
21871         callerN" prefix where needed.  Update patterns that match a
21872         function's prologue.
21873
21874 2004-07-16  Michael Chastain  <mec.gnu@mindspring.com>
21875
21876         * gdb.base/restore.c: Add copyright notice.
21877
21878 2004-07-16  Andrew Cagney  <cagney@gnu.org>
21879
21880         * gdb.base/logical.exp: Update copyright.
21881         (evaluate): New procedure.  Use to re-implement tests using
21882         several tables.
21883
21884 2004-07-14  Martin Hunt  <hunt@redhat.com>
21885
21886         * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
21887         which fixes some problems where init.tcl was not found.
21888
21889 2004-07-13  Andrew Cagney  <cagney@gnu.org>
21890
21891         * gdb.base/sizeof.exp: Skip test when no inferior I/O.
21892         (check_sizeof, check_valueof): Do not include the output in the
21893         test name.  Use gdb_test.
21894         (get_valueof): Use gdb_test_multiple.
21895
21896         * gdb.base/step-test.exp: Update copyright.  Use
21897         gdb_test_multiple.  Ensure that test names do not include
21898         architecture dependent output.
21899
21900         * gdb.gdb/observer.exp: Update copyright.
21901         (setup_test): Use gdb_test_multiple.
21902         (attach_first_observer, attach_second_observer)
21903         (attach_third_observer, detach_first_observer)
21904         (detach_second_observer, detach_third_observer)
21905         (reset_counters, check_counters): Make $message a prefix.
21906         (test_normal_stop_notifications): Add "args" parameter - a list of
21907         init functions to be called.  Make $message a prefix,
21908         (test_observer_normal_stop): Change the message prefixes so that
21909         they are unique, pass the attach / detach procedures to
21910         test_normal_stop_notifications.
21911
21912         * gdb.base/signull.exp (test_segv): Prefix all tests with
21913         "${name}".  Clean up test messages.
21914
21915         * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
21916
21917         * gdb.base/ena-dis-br.exp: Update copyright.
21918         (break_at): New function.  Replace send_gdb with gdb_test,
21919         break_at, and gdb_test_multiple.  Replace XFAIL of "continue with
21920         ignore count, not stopped at bpt", with KFAIL.
21921
21922 2004-07-13  Corinna Vinschen  <vinschen@redhat.com>
21923
21924         * gdb.base/attach.exp: Remove cleanupfile handling.
21925
21926 2004-07-12  Andrew Cagney  <cagney@gnu.org>
21927
21928         * gdb.base/annota1.exp: Cleanup corefile test name.
21929         * gdb.base/annota3.exp: Ditto.
21930
21931 2004-07-12  Andrew Cagney  <cagney@gnu.org>
21932
21933         * gdb.base/signals.exp: Clean up copyright, re-indent.
21934
21935         * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
21936         gdb_test and gdb_test_multiple.
21937
21938 2004-07-08  Jeff Johnston  <jjohnstn@redhat.com>
21939
21940         * gdb.java/jmain.exp: Fix expected line number for main to
21941         break at.  Set XFAIL for break at main test since gcj does not
21942         provide line number info for first statement in main.
21943
21944 2004-07-08  Andrew Cagney  <cagney@gnu.org>
21945
21946         * gdb.base/attach.exp: Cleanup copyright.  Re-indent.
21947
21948         * gdb.base/sigbpt.exp: Make the common part of each test name a
21949         prefix instead of suffix.
21950
21951 2004-07-07  Bob Rossi  <bob_rossi@cox.net>
21952
21953         * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
21954         test from test_tbreak_creation_and_listing to
21955         test_file_list_exec_source_file
21956         * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
21957         Changed name of test from test_tbreak_creation_and_listing to
21958         test_file_list_exec_source_file
21959
21960 2004-07-07  Jeff Johnston  <jjohnstn@redhat.com>
21961
21962         * gdb.java/jmisc.exp: Fix expected output of ptype to look for
21963         the jmisc() constructor instead of <init>.
21964         * gdb.java/jmisc1.exp: Ditto.
21965
21966 2004-07-07  Andrew Cagney  <cagney@gnu.org>
21967
21968         * gdb.base/sigbpt.exp (stepi_out): Check for a single step
21969         corrupting the PC.
21970
21971 2004-07-06  Michael Chastain  <mec.gnu@mindspring.com>
21972
21973         * gdb.cp/templates.exp: Accept whitespace change in demangler
21974         output.
21975
21976 2004-07-06  Andrew Cagney  <cagney@gnu.org>
21977
21978         * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
21979
21980 2004-07-02  Michael Chastain  <mec.gnu@mindspring.com>
21981
21982         * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
21983         * lib/compiler.cc: Likewise.
21984
21985 2004-06-30  Michael Chastain   <mec.gnu@mindspring.com>
21986
21987         * lib/compiler.cc: Work around string preprocessing problem
21988         with old hp c++ compiler.
21989         * lib/compiler.c: Likewise.
21990
21991 2004-06-29  Corinna Vinschen  <vinschen@redhat.com>
21992
21993         * gdb.arch/i386-prologue.c: Add copyright header.  Use preprocessor
21994         directives to conditionalize symbol prefixing.
21995         * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
21996         additional_flags handling.  Add underscore prefix for Cygwin.
21997         * gdb.arch/i386-unwind.c: Use preprocessor directives to
21998         conditionalize symbol prefixing.
21999         * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
22000         additional_flags handling.  Add underscore prefix for Cygwin.
22001
22002 2004-06-29  Corinna Vinschen  <vinschen@redhat.com>
22003
22004         * gdb.base/bigcore.exp: Skip test on Cygwin.
22005
22006 2004-06-28  Michael Chastain  <mec.gnu@mindspring.com>
22007
22008         * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
22009         formats for "info register".  Use gdb_test_multiple.  Fix
22010         the "invalid register" test.
22011
22012 2004-06-28  Corinna Vinschen  <vinschen@redhat.com>
22013
22014         * gdb.base/attach.exp: Fix copyright date.  Set testpid to Windows
22015         PID for Cygwin.  Add Cygwin specific strings to check for in some
22016         tests.
22017         (do_attach_tests): Add a test for user interaction when attaching
22018         to a process with no matching symbol table already loaded.
22019
22020 2004-06-26  Andrew Cagney  <cagney@gnu.org>
22021
22022         Test PR java/1567 and PR java/1565.
22023         * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
22024         * gdb.java/jmisc2.exp: Delete file.
22025
22026 2004-06-26  Michael Chastain  <mec.gnu@mindspring.com>
22027
22028         * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
22029
22030 2004-06-25  Corinna Vinschen  <vinschen@redhat.com>
22031
22032         * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
22033         attach process.
22034
22035 2004-06-23  Michael Chastain  <mec.gnu@mindspring.com>
22036
22037         * gdb.cp/pr-1553.exp: Remove.
22038
22039 2004-06-22  Michael Chastain  <mec.gnu@mindspring.com>
22040
22041         * gdb.cp/pr-1553.cc: Remove.
22042         * gdb.cp/pr-1553.exp: Disable this test.
22043
22044 2004-06-20  Jim Blandy  <jimb@redhat.com>
22045
22046         Fix PR testsuite/1680.
22047         * gdb.arch/i386-sse.exp: Properly quote curly braces in
22048         regular expressions.
22049
22050 2004-06-19  Michael Chastain  <mec.gnu@mindspring.com>
22051
22052         Fix PR testsuite/1679.
22053         * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
22054         Issue an UNSUPPORTED result instead.
22055
22056 2004-06-18  Jim Blandy  <jimb@redhat.com>
22057
22058         * gdb.base/charset.exp: Only send a control-C if we see a new
22059         prompt and incomplete command.
22060
22061 2004-06-18  Michael Chastain  <mec.gnu@mindspring.com>
22062
22063         * gdb.cp/pr-574.cc: Add copyright notice.
22064
22065 2004-06-17  Jim Blandy  <jimb@redhat.com>
22066
22067         * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
22068         cases where the regexp has no groups; this grabs random text from
22069         the previous test suite, whatever that was.
22070
22071 2004-06-17  Michael Chastain  <mec.gnu@mindspring.com>
22072
22073         * gdb.cp/printmethod.cc: Add copyright notice.
22074
22075 2004-06-16  Michael Chastain  <mec.gnu@mindspring.com>
22076
22077         * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
22078
22079 2004-06-16  Andrew Cagney  <cagney@gnu.org>
22080
22081         * gdb.base/signull.c: Update copyright.  Include <string.h>.
22082         (bowler): Replace data_pointer with data_read
22083         and data_write cases.  Add code_descriptor case.
22084         (zero, desc): New array and pointer.
22085         (data, code): Change to simple pointers.
22086         * gdb.base/signull.exp: Fix probe pattern matching a function
22087         descriptor SIGSEGV.  Replace data_pointer with data_read and
22088         data_write tests.
22089
22090 2004-06-16  Andrew Cagney  <cagney@gnu.org>
22091
22092         * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
22093
22094 2004-06-15  Michael Chastain  <mec.gnu@mindspring.com>
22095
22096         * gdb.base/long_long.c: Add copyright notice.
22097
22098 2004-06-15  Michael Chastain  <mec.gnu@mindspring.com>
22099
22100         * gdb.base/long_long.exp: Remove reference to
22101         bug-gdb@prep.ai.mit.edu.  Change line-number-specific breakpoint
22102         to gdb_breakpoint and gdb_continue_to_breakpoint.
22103
22104 2004-06-14  Jim Blandy  <jimb@redhat.com>
22105
22106         * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
22107         endian case.
22108
22109 2004-06-14  Andrew Cagney  <cagney@gnu.org>
22110
22111         * gdb.base/gcore.exp (capture_command_output): Delete the always
22112         passing tests containing inferior values.
22113         * gdb.base/ending-run.exp: Do not include the breakpoint address
22114         in the test message.  Update copyright.
22115         * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
22116         size in the test name, use gdb_test_multiple.  Update copyright.
22117
22118 2004-06-14  Michael Chastain  <mec.gnu@mindspring.com>
22119
22120         * gdb.cp/ref-types.cc: Add copyright notice.
22121
22122 2004-06-14  Michael Chastain  <mec.gnu@mindspring.com>
22123
22124         * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
22125         hp_aCC_compiler.
22126         * lib/compiler.cc: Likewise.
22127         * lib/gdb.exp (get_compiler_info): Eval lines only if they are
22128         'set' commands.  Log diagnostics for other lines.  Set
22129         gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
22130
22131 2004-06-13  Michael Chastain  <mec.gnu@mindspring.com>
22132
22133         * gdb.cp/try_catch.cc: Add copyright notice.
22134
22135 2004-06-12  Michael Chastain  <mec.gnu@mindspring.com>
22136
22137         * gdb.cp/userdef.cc: Add copyright notice.
22138
22139 2004-06-11  Michael Chastain  <mec.gnu@mindspring.com>
22140
22141         * gdb.cp/virtfunc.cc: Add copyright notice.
22142
22143 2004-06-11  Randolph Chung  <tausq@debian.org>
22144
22145         * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
22146         problem.
22147
22148 2004-06-10  Andrew Cagney  <cagney@gnu.org>
22149
22150         * lib/compiler.cc, lib/compiler.c: Append either
22151         __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
22152         * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
22153         instead of gcc-3-3.
22154
22155 2004-06-09  Andrew Cagney  <cagney@gnu.org>
22156
22157         * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
22158         gdb/1455, bug is specific to "long long" and "double".
22159
22160         * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
22161         (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
22162         x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*.  PR tdep/1447
22163         fixed.
22164
22165 2004-06-09  Andrew Cagney  <cagney@gnu.org>
22166
22167         * gdb.base/structs.exp (test_struct_returns): Replace
22168         "return_value_unknown" and "finish_value_unknown" by
22169         "return_value_known" and "finish_value_known".  Instead of
22170         "return_value_unknown" iff "finish_value_unknown", check
22171         "return_value_known" implies "finish_value_known".
22172
22173 2004-06-08  Martin Hunt  <hunt@redhat.com>
22174
22175         * gdb.base/float.exp: Add pattern for mips targets.
22176
22177 2004-06-08  Randolph Chung  <tausq@debian.org>
22178
22179         * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
22180         message for unknown architectures more clear.
22181
22182 2004-06-08  Joel Brobecker  <brobecker@gnat.com>
22183
22184         * gdb.ada/null_record.exp: Use "start" instead of "begin" to
22185         start the execution of the program.
22186
22187 2004-06-07  Jim Blandy  <jimb@redhat.com>
22188
22189         * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
22190         * gdb.arch/i386-cpuid.h: New helper file.
22191
22192 2004-06-07  Randolph Chung  <tausq@debian.org>
22193
22194         * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
22195         has started.
22196
22197 2004-06-04  Roland McGrath  <roland@redhat.com>
22198
22199         Fix PR gdb/1647.
22200         * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
22201         differently to be robust to output buffering differences.
22202
22203 2004-06-04  Michael Chastain  <mec.gnu@mindspring.com>
22204
22205         * gdb.threads/pthreads.exp: Update copyright years.
22206         (check_control_c): Change asynchronous 'after' to synchronous.
22207
22208 2004-06-04  Roland McGrath  <roland@redhat.com>
22209
22210         * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
22211         next gdb prompt.
22212
22213 2004-06-02  Michael Chastain  <mec.gnu@mindspring.com>
22214
22215         Fix PR gdb/1636.
22216         * gdb.threads/manythreads.exp: Change asynchronous 'after'
22217         calls to synchronous.
22218
22219 2004-05-26  Jim Blandy  <jimb@redhat.com>
22220
22221         * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
22222
22223 2004-05-24  Randolph Chung  <tausq@debian.org>
22224
22225         * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
22226         * gdb.asm/pa.inc: New file.
22227
22228 2004-05-22  Mark Kettenis  <kettenis@gnu.org>
22229
22230         * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
22231
22232 2004-05-21  Joel Brobecker  <brobecker@gnat.com>
22233             Daniel Jacobowitz  <drow@mvista.com>
22234
22235         * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
22236         GDB prompt.
22237
22238 2004-05-20  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22239
22240         * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
22241         setjmp/longjmp.  Use sigaction instead of signal.
22242
22243 2004-05-19  J. Brobecker  <brobecker@gnat.com>
22244             Michael Snyder  <msnyder@redhat.com>
22245
22246         * gdb.threads/pthread_cond_wait.c: New file.
22247         * gdb.threads/pthread_cond_wait.exp: New testcase.
22248
22249 2004-05-13  Andrew Cagney  <cagney@redhat.com>
22250
22251         * gdb.base/signull.exp, gdb.base/signull.c: New files.
22252         * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
22253
22254 2004-05-11  Andrew Cagney  <cagney@redhat.com>
22255
22256         * gdb.base/sigstep.exp (advancei): Update KFAILs.  gdb/1613 is
22257         fixed but revealed gdb/1639.
22258
22259 2004-05-10  Andrew Cagney  <cagney@redhat.com>
22260
22261         * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
22262         func1" and "next to 2nd alarm", kernel bug avoided.
22263
22264 2004-05-10  Daniel Jacobowitz  <dan@debian.org>
22265
22266         PR external/1568
22267         * gdb.base/bigcore.exp: Check the size of the dumped core file.
22268         XFAIL if it is smaller than bytes_allocated.
22269         * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
22270         (main): Make chunks_allocated unsigned.  Correct comment.
22271
22272 2004-05-07  Joel Brobecker  <brobecker@gnat.com>
22273
22274         * gdb.arch/powerpc-aix-prologue.c: New file.
22275         * gdb.arch/powerpc-aix-prologue.exp: New file.
22276
22277 2004-05-07  Jim Blandy  <jimb@redhat.com>
22278
22279         * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
22280         gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
22281
22282 2004-05-06  Joel Brobecker  <brobecker@gnat.com>
22283
22284         * gdb.base/sep.exp: No longer setup_kfail when the program was
22285         built with dwarf2.
22286
22287 2004-05-05  Jim Ingham  <jingham@apple.com>
22288
22289         * gdb.base/pending.exp: Make sure pending breakpoints
22290         preserve the ignore count.
22291
22292 2004-04-27  Jerome Guitton  <guitton@gnat.com>
22293
22294         * i386-prologue.exp: Add testcase for jump instruction as first
22295         instruction of the real code.
22296         * i386-prologue.c (jump_at_beginning): New function.
22297
22298 2004-04-28  Mark Kettenis  <kettenis@gnu.org>
22299
22300         * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
22301         x86_64-*-*.
22302
22303 2004-04-28  Mark Kettenis  <kettenis@gnu.org>
22304
22305         * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
22306         i*86-*-*.
22307
22308 2004-04-25  Mark Kettenis  <kettenis@gnu.org>
22309
22310         * gdb.base/call-sc.exp (start_scalars_test): Fix regular
22311         expression that checks the return type.
22312
22313 2004-04-23  Andrew Cagney  <cagney@redhat.com>
22314
22315         * gdb.base/call-sc.exp: New test of scalar call/return values.
22316         * gdb.base/call-sc.c: Ditto.
22317
22318 2004-04-23  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22319
22320         * gdb.threads/manythreads.c: Reduce thread stack size.
22321
22322 2004-04-23  Jeff Johnston  <jjohnstn@redhat.com>
22323
22324         * gdb.threads/manythreads.c: Add copyright notice.
22325
22326 2004-04-23  Andrew Cagney  <cagney@redhat.com>
22327
22328         * gdb.base/siginfo.exp: Better handle step out of signal.
22329         * gdb.base/sigstep.exp: Ditto.
22330
22331 2004-04-22  Jeff Johnston  <jjohnstn@redhat.com>
22332             Daniel Jacobowitz  <drow@mvista.com>
22333
22334         * gdb.threads/manythreads.c: New testcase.
22335         * gdb.threads/manythreads.exp: Ditto.
22336
22337 2004-04-22  Jim Blandy  <jimb@redhat.com>
22338
22339         * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
22340         gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
22341
22342 2004-04-21  Michael Chastain  <mec.gnu@mindspring.com>
22343
22344         * gdb.stabs/weird.exp: Accept full pathname for $binfile.
22345
22346 2004-04-21  Andrew Cagney  <cagney@redhat.com>
22347
22348         * gdb.base/sigstep.c: New file.
22349         * gdb.base/sigstep.exp: New file.
22350
22351 2004-04-16  Joel Brobecker  <brobecker@gnat.com>
22352
22353         * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
22354         call to observer_notify_normal_stop.
22355
22356 2004-04-15  Andrew Cagney  <cagney@redhat.com>
22357
22358         * gdb.base/siginfo.c: New file.
22359         * gdb.base/siginfo.exp: New file.
22360
22361 2004-04-12  J. Brobecker  <brobecker@gnat.com>
22362
22363         * gdb.base/sep.exp: Fix typo in comment.
22364
22365 2004-04-12  J. Brobecker  <brobecker@gnat.com>
22366
22367         * gdb.base/sep.c: New file.
22368         * gdb.base/sep-proc.c: New file.
22369         * gdb.base/sep.exp: New testcase.
22370
22371 2004-04-09  Mark Kettenis  <kettenis@gnu.org>
22372
22373         * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
22374         support.
22375
22376 2004-04-05  Andrew Cagney  <cagney@redhat.com>
22377
22378         * gdb.base/sigaltstack.c: New file.
22379         * gdb.base/sigaltstack.exp: New file.
22380
22381 2004-04-04  Joel Brobecker  <brobecker@gnat.com>
22382
22383         * gdb.base/foll-fork.exp: Update the expected output for
22384         "help set follow-fork-mode", to match a change that was made
22385         to the help of this variable on 2004-01-13.
22386
22387 2004-04-01  Joel Brobecker  <brobecker@gnat.com>
22388
22389         * lib/ada.exp: Add copyright notice.
22390         * bar.ads: Likewise.
22391         * bar.adb: Likewise.
22392         * null_record.adb: Likewise.
22393         * null_record.exp: Likewise.
22394         * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
22395
22396 2004-04-01  Joel Brobecker  <brobecker@gnat.com>
22397
22398         * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
22399         * configure: Regenerate.
22400
22401 2004-04-01  Joel Brobecker  <brobecker@gnat.com>
22402
22403         * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
22404         to build the application. Remove the message printed when in
22405         verbose mode, redundant with the UNSUPPORTED message above.
22406
22407 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
22408
22409         * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
22410         * gdb.ada (null_record.exp): New testcase.
22411
22412 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
22413
22414         * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
22415
22416 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
22417
22418         * gdb.ada: New subdirectory.
22419         * gdb.ada/Makefile.in: New file.
22420         * gdb.ada/gnat_ada.gpr.in: New file.
22421
22422 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
22423
22424         * lib/ada.exp: New file.
22425
22426 2004-03-24  Daniel Jacobowitz  <drow@mvista.com>
22427
22428         * gdb.base/gdb1250.exp: Use runto {allow-pending}.
22429         * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
22430
22431 2004-03-22  Andrew Cagney  <cagney@redhat.com>
22432
22433         * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
22434         hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
22435         Problem identified by Ulrich Weigand.
22436
22437 2004-03-17  David Carlton  <carlton@kealia.com>
22438
22439         * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
22440         PR c++/826.
22441
22442 2004-03-16  Roland McGrath  <roland@redhat.com>
22443
22444         * gdb.base/auxv.exp: New file.
22445         * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
22446
22447 2004-03-12  David Carlton  <carlton@kealia.com>
22448
22449         * gdb.cp/pr-1553.exp: New.  Tests for PR c++/1553.
22450         * gdb.cp/pr-1553.cc: Ditto.
22451         * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
22452         pass branch.
22453
22454 2004-03-12  Michael Chastain  <mec.gnu@mindspring.com>
22455
22456         * gdb.cp/templates.exp: Accept more template types.
22457
22458 2004-03-09  Michael Chastain  <mec.gnu@mindspring.com>
22459
22460         From Corinna Vinschen with modifications.
22461         * gdb.cp/classes.cc (enums1): Add a line to extend scope of
22462         local variable obj_with_enum.
22463         * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
22464         results with obj_with_enum.
22465
22466 2004-03-09  Michael Chastain  <mec.gnu@mindspring.com>
22467
22468         * gdb.cp/classes.cc: New file, copied from misc.cc.
22469         * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
22470
22471 2004-03-09  Michael Chastain  <mec.gnu@mindspring.com>
22472
22473         * gdb.cp/misc.cc: Add copyright notice.
22474
22475 2004-03-05  David Carlton  <carlton@kealia.com>
22476
22477         * gdb.cp/rtti.exp: Add 'print *obj3' test.
22478         * gdb.cp/rtti.h: Update copyright.
22479         (namespace n2::n3): New.
22480         * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
22481         (n2::n3::func3): New.
22482         (main): Call n2::n3::func3.
22483         * gdb.cp/rtti2.cc: Update copyright.
22484         (n2::create3): New.
22485
22486 2004-03-04  Mark Kettenis  <kettenis@gnu.org>
22487
22488         * gdb.asm/openbsd.inc: Fix typo.
22489
22490 2004-03-03  Fred Fish  <fnf@redhat.com>
22491
22492         * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
22493         "val" instead of unused "size".  Update copyright year.
22494
22495 2004-02-29  Daniel Jacobowitz  <drow@mvista.com>
22496
22497         * gdb.cp/ctti.exp: Handle unsigned char type.  Expect templates
22498         to use unsigned char.
22499         * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
22500         gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
22501
22502 2004-02-29  Daniel Jacobowitz  <drow@mvista.com>
22503
22504         * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
22505         line of output.
22506
22507 2004-02-28  Daniel Jacobowitz  <drow@mvista.com>
22508
22509         * gdb.base/relocate.c (dummy): Initialize.
22510
22511 2004-02-28  Daniel Jacobowitz  <drow@mvista.com>
22512
22513         * gdb.base/chng-syms.exp: Anchor exit pattern.  Allow
22514         a breakpoint at exit.
22515
22516 2004-02-27  Fred Fish  <fnf@redhat.com>
22517
22518         * gdb.base/chng-syms.exp: Add expect condition to match failing
22519         case that isn't a timeout.
22520
22521 2004-02-27  Andrew Cagney  <cagney@redhat.com>
22522
22523         * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
22524         support.
22525
22526 2004-02-26  Fred Fish  <fnf@redhat.com>
22527
22528         * gdb.arch/gdb1431.c: Remove.
22529         * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
22530         * gdb.arch/gdb1431.exp: Use "advance" correctly instead
22531         of "until" incorrectly.
22532
22533 2004-02-26  J. Brobecker  <brobecker@gnat.com>
22534
22535         * gdb.cp/class2.cc (empty): New class.
22536         (refer): New function.
22537         (main): Declare an object of type empty and use it.
22538         * gdb.cp/class2.exp: Print the value of an object of type empty.
22539
22540 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
22541
22542         * gdb.base/langs.exp: Update query string to match the
22543         new nquery format used for pending breakpoints.
22544
22545 2004-02-26  Andrew Cagney  <cagney@redhat.com>
22546
22547         Fix PR i18n/1570.
22548         * gdb.base/charset.c: Update copyright notice.
22549         (main, init_string): Remove the escape character '\e' tests.
22550         * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
22551         * gdb.base/charset.exp (valid_host_charset): Ditto.
22552         * gdb.base/setvar.exp: Ditto.
22553
22554 2004-02-24  Andrew Cagney  <cagney@redhat.com>
22555
22556         * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
22557         mmapped data in core file" PASS and FAIL messages consistent.
22558
22559         * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
22560         setting a breakpoint.  Work around PR java/1565.
22561
22562 2004-02-23  Jeff Johnston  <jjohnstn@redhat.com>
22563
22564         * lib/gdb.exp (gdb_breakpoint): Update query string to match
22565         new nquery format.
22566         * gdb.base/pending.exp: Ditto.
22567
22568 2004-02-22  Mark Kettenis  <kettenis@gnu.org>
22569
22570         * configure.in: Run stabs tests on *BSD.
22571         * configure: Regenerated.
22572
22573 2004-02-21  Mark Kettenis  <kettenis@gnu.org>
22574
22575         * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
22576
22577 2004-02-20  Fred Fish  <fnf@redhat.com>
22578
22579         * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
22580         blank in test for "returns short", for consistency with other
22581         "returns xxx" tests.  Update copyright year.
22582
22583 2004-02-19  Fred Fish  <fnf@redhat.com>
22584
22585         New testcase for PR breakpoint/1558.
22586         * gdb.arch/gdb1558.exp: New file.
22587         * gdb.arch/gdb1558.c: New file.
22588
22589 2004-02-19  Elena Zannoni  <ezannoni@redhat.com>
22590
22591         * gdb.base/nodebug.exp: Fix typo.
22592
22593 2004-02-17  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22594
22595         Committed by Jim Blandy  <jimb@redhat.com>.
22596
22597         * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
22598
22599         * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
22600
22601         * gdb.base/float.exp: Support s390*-*-* targets.
22602
22603 2004-02-17  Adam Fedor  <fedor@gnu.org>
22604
22605         * gdb.base/gdb1555.exp: New file.
22606         * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
22607
22608 2004-02-17  Elena Zannoni  <ezannoni@redhat.com>
22609
22610         * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
22611
22612 2004-02-16  Fred Fish  <fnf@redhat.com>
22613
22614         * gdb.arch/gdb1291.c: Remove
22615         * gdb.arch/gdb1291.s: New test input file.
22616         * gdb.arch/gdb1291.exp: Expand test to check case that should not
22617         fail.  Test for correct result, known incorrect result, other
22618         failures and timeouts.
22619
22620 2004-02-16  Andrew Cagney  <cagney@redhat.com>
22621
22622         * gdb.base/bigcore.exp: New file.
22623         * gdb.base/bigcore.c: New file.
22624
22625 2004-02-13  Andrew Cagney  <cagney@redhat.com>
22626
22627         * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
22628         * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
22629         * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
22630         * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
22631         * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
22632         * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
22633         * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
22634         * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
22635         * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
22636         * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
22637
22638 2004-02-11  Jeff Johnston  <jjohnstn@redhat.com>
22639
22640         * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
22641         executed is an alloc instruction.
22642
22643 2004-02-11  David Carlton  <carlton@kealia.com>
22644
22645         * gdb.cp/breakpoint.exp: New.
22646         * gdb.cp/breakpoint.cc: New.
22647
22648 2004-02-11  Michael Chastain  <mec.gnu@mindspring.com>
22649
22650         Partial fix for PR gdb/1543.
22651         * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
22652         gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
22653         gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
22654         gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
22655         gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
22656         gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
22657         gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
22658         gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
22659         gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
22660         to bug-gdb@prep.ai.mit.edu .
22661         * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
22662         gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
22663         gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
22664         Likewise.
22665
22666 2004-02-10  Andrew Cagney  <cagney@redhat.com>
22667
22668         * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
22669         using gdb_internal_error_resync.
22670
22671 2004-02-09  Daniel Jacobowitz  <drow@mvista.com>
22672
22673         * gdb.threads/thread-specific.exp: Stop early if no threads are
22674         found.
22675
22676 2004-02-09  Michael Chastain  <mec.gnu@mindspring.com>
22677
22678         * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
22679
22680 2004-02-08  Daniel Jacobowitz  <drow@mvista.com>
22681
22682         * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
22683         breakpoints.
22684
22685 2004-02-07  Daniel Jacobowitz  <drow@mvista.com>
22686
22687         * config/sim.exp (gdb_load): Handle $arg == "".
22688         * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
22689         * gdb.objc/basicclass.exp: Use gdb_run_cmd.
22690
22691 2004-02-07  Elena Zannoni  <ezannoni@redhat.com>
22692
22693         * gdb.base/maint.exp: Update test to reflect
22694          obstack changes.
22695
22696 2004-02-04  Jeff Johnston  <jjohnstn@redhat.com>
22697
22698         * gdb.base/pendshr.c (pendfunc): New function that calls
22699         pendfunc1.
22700         * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
22701
22702 2004-02-04  Fred Fish  <fnf@redhat.com>
22703
22704         * gdb.arch/gdb1431.c: Add underbar prefixed version of global
22705         function symbols and update copyright years.
22706         * gdb.arch/gdb1291.c: Ditto.
22707
22708 2004-02-03  Michael Chastain  <mec.gnu@mindspring.com>
22709
22710         * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
22711
22712 2004-02-03  Michael Chastain  <mec.gnu@mindspring.com>
22713
22714         * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
22715
22716 2004-02-03  Michael Chastain  <mec.gnu@mindspring.com>
22717
22718         * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
22719
22720 2004-02-02  Fred Fish  <fnf@redhat.com>
22721
22722         * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
22723         remote targets.  Update copyright years.
22724
22725 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
22726
22727         * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
22728         support.
22729         * gdb.base/langs.exp: Fix test which attempts to create
22730         breakpoint on non-existent function to handle new pending
22731         support.
22732         * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
22733         a breakpoint.
22734         * gdb.base/pending.exp: New test.
22735         * gdb.base/pending.c: New file.
22736         * gdb.base/pendshr.c: Ditto.
22737
22738 2004-02-02  David Carlton  <carlton@kealia.com>
22739
22740         * gdb.cp/overload.exp: Add overloadNamespace tests.
22741         * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
22742         (overloadNamespace, XXX): New.
22743         (main): Call XXX::marker2.
22744
22745 2004-02-01  Fred Fish  <fnf@redhat.com>
22746
22747         * gdb.base/dump.exp: Use runto_main instead of "runto main".
22748         * gdb.base/finish.exp: Ditto.
22749         * gdb.base/gcore.exp: Ditto.
22750         * gdb.base/huge.exp: Ditto.
22751         * gdb.base/info-proc.exp: Ditto.
22752         * gdb.base/return2.exp: Ditto.
22753         * gdb.threads/gcore-thread.exp: Ditto.
22754
22755 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
22756
22757         * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
22758
22759 2004-02-01  Mark Kettenis  <kettenis@gnu.org>
22760
22761         * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
22762         that opening the file succeeds on OpenBSD.
22763
22764 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
22765
22766         * gdb.threads/thread-specific.c: New file.
22767         * gdb.threads/threads-specific.exp: New test script.
22768         * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
22769         to expect_out.
22770
22771 2004-02-01  Mark Kettenis  <kettenis@gnu.org>
22772
22773         * gdb.base/call-ar-st.exp: Call get_debug_format.  Remove xfail on
22774         sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
22775         only on the "print_small_structs from print_long_arg_list" test.
22776
22777 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
22778
22779         * gdb.base/completion.exp: Kill a stray backslash.
22780
22781         From Jim Ingham <jingham@apple.com>:
22782         * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
22783         agrees with the result from sending a tab.
22784
22785 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
22786
22787         * gdb.base/chng-syms.exp: Remove stray newline.
22788
22789 2004-01-31  Mark Kettenis  <kettenis@gnu.org>
22790
22791         * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
22792         *-*-openbsd*.
22793         * gdb.asm/openbsd.inc: New file.
22794
22795 2004-01-30  Mark Kettenis  <kettenis@gnu.org>
22796
22797         * gdb.asm/asm-source.exp: Strip -Wl, from link-flags.  Don't
22798         append -static to link-flags for *-*-freebsd*, *-*netbsd* and
22799         *-*solaris2*.  Remove commented out default settings for
22800         asm-flags.  Replace gdb_compile with target_link.
22801
22802 2004-01-29  Michael Chastain  <mec.gnu@mindspring.com>
22803
22804         * gdb.cp/inherit.exp: Rewrite.  Use gdb_test_multiple and gdb
22805         for all tests.  Remove old hp-ux and cygnus xfail cases.
22806
22807 2004-01-29  Paul N. Hilfinger  <Hilfinger@gnat.com>
22808
22809         * gdb.base/chng-syms.exp: New file.
22810         * gdb.base/chng-syms.c: New file.
22811
22812 2004-01-24  Michael Chastain  <mec.gnu@mindspring.com>
22813
22814         * gdb.cp/local.exp: Rewrite "ptype Local".  Add "ptype l".
22815         Provide arms for current output in all my configurations.
22816
22817 2004-01-24  Michael Chastain  <mec.gnu@mindspring.com>
22818
22819         * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
22820         * lib/compiler.cc: Likewise.
22821         * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
22822         get the right preprocessor.  Eval the output directly.  Remove
22823         special tests for hp_cc_compiler and hp_aCC_compiler.  Remove
22824         hp_f77_compiler and hp_f90_compiler completely.
22825         (gdb_preprocess): Delete.
22826         (get_compiler): Delete.
22827
22828 2004-01-24  Mark Kettenis  <kettenis@gnu.org>
22829
22830         * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
22831         <string.h>.
22832
22833 2004-01-24  Nick Roberts  <nick@nick.uklinux.net>
22834
22835         * gdb.mi/mi-stack.exp: Update copyright.
22836
22837 2004-01-23  David Carlton  <carlton@kealia.com>
22838
22839         * gdb.cp/rtti.exp: Don't include full path in ${srcfile}.  Add
22840         test for cp_lookup_transparent_type.
22841         * gdb.cp/rtti1.cc: Update copyright.  Add n2::func and refer_to;
22842         call them.
22843
22844 2004-01-23  Daniel Jacobowitz  <drow@mvista.com>
22845
22846         * gdb.mi/mi-var-child.exp: Update copyright year.  Move new test
22847         after -var-update.
22848
22849 2004-01-23  David Carlton  <carlton@kealia.com>
22850
22851         * gdb.cp/namespace.cc (C::ensureRefs): New.
22852         * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
22853
22854 2004-01-20  Nick Roberts  <nick@nick.uklinux.net>
22855
22856         * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
22857         case "-stack-list-locals 2".
22858         * gdb.mi/mi-var-child.exp: Test for case
22859         "-var-list-children --all-values NAME".
22860
22861 2004-01-18  Michael Chastain  <mec.gnu@mindspring.com>
22862
22863         * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
22864
22865 2004-01-18  Mark Kettenis  <kettenis@gnu.org>
22866
22867         * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
22868         used with gdb_test_multiple.
22869
22870         * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
22871         read at address 0.  This fixes PR testsuite/1504.
22872
22873 2004-01-18  Daniel Jacobowitz  <drow@mvista.com>
22874
22875         * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
22876         Remove downloading, guessing the host executable, the calls to
22877         gdb_file_cmd and gdb_target_cmd, and "load" support.
22878         (infer_host_exec): New function broken out from gdb_load.
22879         (gdb_load): New wrapper for gdbserver_gdb_load.
22880         * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
22881         gdb_target_cmd.  Use -target-select.
22882         (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
22883         Download binaries to the host.  Clear last_mi_remote_file when
22884         we load a new binary.
22885         (mi_gdb_load): Call mi_gdb_file_cmd.  If gdbserver.exp is loaded,
22886         call gdbserver_gdb_load and mi_gdb_target_cmd.
22887
22888 2004-01-17  Michael Chastain  <mec.gnu@mindspring.com>
22889
22890         * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
22891         type patterns.
22892
22893 2004-01-17  Michael Chastain  <mec.gnu@mindspring.com>
22894
22895         * gdb.cp/templates.exp: Fix typo in test name of
22896         "print Foo<volatile char*>::foo".
22897
22898 2004-01-15  Michael Chastain  <mec.gnu@mindspring.com>
22899
22900         * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
22901
22902 2004-01-16  Ben Elliston  <bje@wasabisystems.com>
22903
22904         * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
22905         (clean mostlyclean): Remove empty rm.
22906
22907 2004-01-15  Michael Chastain  <mec.gnu@mindspring.com>
22908
22909         * gdb.base/setvar.exp: Add copyright years.
22910
22911 2004-01-14  David Carlton  <carlton@bactrian.org>
22912
22913         * gdb.cp/rtti.exp: Update copyright.  KFAIL test with repect to
22914         PR c++/1511 and update coment.
22915         * gdb.cp/templates.exp: Update patterns to match current output.
22916         If changes involve something other than whitespace, KFAIL
22917         w.r.t. PR c++/1512 or PR c++/931 as appropriate.
22918
22919 2004-01-14  David Carlton  <carlton@kealia.com>
22920
22921         * gdb.cp/namespace.exp: Add tests involving classes defined within
22922         namespaces.
22923         * gdb.cp/namespace.cc (C::CClass): New.
22924         * gdb.cp/namespace1.cc (C::OtherFileClass): New.
22925
22926 2004-01-14  Elena Zannoni  <ezannoni@redhat.com>
22927
22928         * gdb.base/sepdebug.exp: Bail out of the test if we don't know
22929         what debug info we have. Print a better message if something goes
22930         wrong while producing the separate debug info file.
22931
22932 2004-01-14  Michael Chastain  <mec.gnu@mindspring.com>
22933
22934         * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
22935
22936 2004-01-14  Michael Chastain  <mec.gnu@mindspring.com>
22937
22938         * gdb.base/callfuncs.c: Add copyright notice.
22939
22940 2004-01-13  Michael Chastain  <mec.gnu@mindspring.com>
22941
22942         * gdb.cp/derivation.exp: Add XFAIL for bug with protected
22943         inheritance.  PR gdb/1498, PR gcc/13539.
22944
22945 2004-01-13  Elena Zannoni  <ezannoni@redhat.com>
22946
22947          * gdb.threads/gcore-thread.exp: Prefix name of binary with
22948          test specific name.
22949          * gdb.mi/gdb669.exp: Ditto.
22950          * gdb.mi/mi-pthreads.exp: Ditto.
22951          * gdb.mi/mi1-pthreads.exp: Ditto.
22952          * gdb.mi/mi2-pthreads.exp: Ditto.
22953
22954 2004-01-12  Michael Chastain  <mec.gnu@mindspring.com>
22955
22956         * gdb.cp/member-ptr.cc: Add copyright notice.
22957
22958 2004-01-12  Michael Chastain  <mec.gnu@mindspring.com>
22959
22960         * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple.  Add
22961         some patterns for recent versions of gcc and hpacc.  Delete
22962         calls to setup_xfail for hppa*-*-*.  Delete redundant tests.
22963         Delete tests that access a NULL pointer-to-member-data.  This
22964         script is still disabled for gcc.
22965
22966 2004-01-12  Elena Zannoni  <ezannoni@redhat.com>
22967
22968         * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
22969         escaped correctly.
22970
22971 2004-01-12  Elena Zannoni  <ezannoni@redhat.com>
22972
22973         * gdb.base/sepdebug.exp: New file.
22974         * gdb.base/sepdebug.c: New file.
22975         * lib/gdb.exp (separate_debug_filename): New procedure.
22976         (gdb_gnu_strip_debug): New procedure.
22977
22978 2004-01-12  Andrew Cagney  <cagney@redhat.com>
22979
22980         * gdb.mi/ChangeLog: Delete file.  Renamed to ...
22981         * gdb.mi/ChangeLog-1999-2003: New file.
22982
22983 2004-01-12  Andrew Cagney  <cagney@redhat.com>
22984
22985         * gdb.base/fileio.exp: Update copyright year.  On GNU/Linux, for
22986         "Renaming a directory to a non-empty directory returns ENOTEMPTY
22987         or EEXIST", treat EBUSY as an XFAIL.
22988
22989 2004-01-11  Michael Chastain  <mec.gnu@mindspring.com>
22990
22991         * gdb.base/scope.exp: Remove obsolete setup_xfail for
22992         hp_cc_compiler.
22993
22994 2004-01-10  Michael Chastain  <mec.gnu@mindspring.com>
22995
22996         * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
22997         decorations.
22998
22999 2004-01-10  Michael Chastain  <mec.gnu@mindspring.com>
23000
23001         * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
23002         and "(aCC)" decorations.  Remove obsolete doco about old
23003         test results.
23004
23005 2004-01-09  Michael Chastain  <mec.gnu@mindspring.com>
23006
23007         * gdb.cp/exception.exp: Fix typo in doco.
23008
23009 2004-01-09  Mark Kettenis  <kettenis@gnu.org>
23010
23011         * gdb.base/gdb1476.exp: Fix typo.
23012
23013 2004-01-09  Michael Chastain  <mec.gnu@mindspring.com>
23014
23015         * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
23016         file.
23017
23018 2004-01-09  Michael Chastain  <mec.gnu@mindspring.com>
23019
23020         * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
23021         * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
23022         Use gdb_compile.  Remove restriction on gcc.  Add some patterns
23023         for recent version of gdb.  Delete second half, which was a copy
23024         of the first half with different build flags.  This test is
23025         still disabled because it is still not ready for production.
23026
23027 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
23028
23029         * gdb.cp/exception.cc: Add copyright notice.
23030         * gdb.cp/exception.exp: Add a notice that this file is broken
23031         because of line number changes caused by addition of copyright
23032         notice.
23033
23034 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
23035
23036         * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
23037         * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
23038
23039 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
23040
23041         * gdb.cp/classes.exp: Accept gnu abi 2.
23042         * gdb.cp/derivation.exp: Likewise.
23043         * gdb.cp/overload.exp: Likewise.
23044         * gdb.cp/virtfunc.exp: Likewise.
23045
23046 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
23047
23048         * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
23049         semicolon after end of function.
23050
23051 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
23052
23053         * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
23054         * gdb.cp/bs15503.exp: Remove hp-only restriction.  Use modern
23055         boilerplate code for compiling and running the program under
23056         test.  Add some string method tests.
23057
23058 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
23059
23060         * gdb.cp/bs15503.cc: Add copyright notice.
23061         * gdb.cp/bs15503.exp: Adjust line number.
23062
23063 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
23064
23065         * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
23066         * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
23067
23068 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
23069
23070         * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
23071         hp_cc_compiler.
23072
23073 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
23074
23075         * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
23076         * gdb.cp/ctti.exp: Use the marker instead of "next".
23077         With gcc, run further before bailing.
23078
23079 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
23080
23081         * gdb.cp/cttiadd.cc: Add copyright notice.
23082         * gdb.cp/cttiadd1.cc: Likewise.
23083         * gdb.cp/cttiadd2.cc: Likewise.
23084         * gdb.cp/cttiadd3.cc: Likewise.
23085
23086 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
23087
23088         * gdb.cp/ctti.exp: Partial rewrite.  Call gdb_compile properly.
23089         Use gdb_test, gdb_test_multiple.  Use floating-point values that
23090         have exact representations in IEEE-ish formats.
23091
23092 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
23093
23094         * gdb.base/constvars.exp: Do not force lang=c++ if using HP
23095         compilers.  Delete duplicate call to get_compiler_info.
23096         (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
23097         * gdb.base/volatile.exp: Likewise.
23098
23099 2004-01-07  Mark Kettenis  <kettenis@gnu.org>
23100
23101         * gdb.base/gdb1476.exp: Only run the tests if we can't read the
23102         memory at address 0.
23103
23104 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
23105
23106         * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
23107         to test for hp-ux assembler.  Fix copyright years.
23108
23109 2004-01-07  Andrew Cagney  <cagney@redhat.com>
23110
23111         * gdb.base/fileio.c (strerrno): Add "EBUSY".
23112
23113 2004-01-07  Andrew Cagney  <cagney@redhat.com>
23114
23115         * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
23116         when creating the read-only file.  From analysis by Roland McGrath
23117         and Elena Zannoni.
23118
23119 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
23120
23121         * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
23122
23123 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
23124
23125         * gdb.base/cvexpr.c: Be type-safe with function pointers and
23126         data pointers.
23127
23128 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
23129
23130         * gdb.cp/m-static.exp: Compile one source file at a time.
23131         Delete unused call to get_compiler_info.
23132
23133 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
23134
23135         * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
23136         * gdb.base/call-rt-st.exp: Likewise.
23137         * gdb.base/nodebug.exp: Likewise.
23138         * gdb.base/volatile.exp: Likewise.
23139         * gdb.cp/ref-types.exp: Likewise.
23140         * gdb.cp/templates.exp: Likewise.
23141
23142 2004-01-05  Mark Kettenis  <kettenis@gnu.org>
23143
23144         * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
23145
23146 2004-01-05  Michael Chastain  <mec.gnu@mindspring.com>
23147
23148         * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
23149         hppa*-hp-hpux*.
23150
23151 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
23152
23153         * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
23154         x86_64-*-*.
23155
23156         * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
23157         sparc64-*-* and sparc*-solaris2*.
23158
23159 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
23160
23161         * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
23162         return ${tests}" test.  The ${tests} already mentions the
23163         filename.
23164
23165 2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>
23166
23167         * gdb.cp/local.exp: Accept gcc abi 2.
23168
23169 2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>
23170
23171         * gdb.cp/templates.exp: Accept gcc abi 2.
23172
23173 2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>
23174
23175         * lib/compiler.cc: Remove supports_template_debugging.
23176         * gdb.cp/templates.exp: Do not test supports_template_debugging.
23177
23178 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
23179
23180         * gdb.cp/namespace.exp: Accept gcc abi 2.
23181
23182 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
23183
23184         * gdb.cp/method.exp: Accept gcc abi 2.
23185
23186 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
23187
23188         * gdb.cp/classes.exp: Generate identical results as old version.
23189         * gdb.cp/derivation.exp: Likewise.
23190         * gdb.cp/overload.exp: Likewise.
23191         * gdb.cp/virtfunc.exp: Likewise.
23192
23193 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
23194
23195         * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
23196         mysterious bug with sourceware version of expect.
23197
23198 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
23199
23200         * gdb.cp/overload.exp: Rewrite.  Clean up patterns to match
23201         current versions of gcc, including gcc abi 2.  Remove gratuitous
23202         restart of test program.  Use gdb_test_multiple and gdb_test for
23203         all tests.  Add patterns to xfail missing "const" in "const char *"
23204         and kfail PR gdb/1155.
23205
23206 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
23207
23208         * gdb.cp/derivation.exp: Rewrite.  Clean up patterns to match
23209         current versions of gcc, including gcc abi 2.  Remove gratuitous
23210         restart of test program.  Use gdb_test_multiple and gdb_test for
23211         all tests.  Add patterns to kfail PR gdb/1498.
23212
23213 2003-12-31  Michael Chastain  <mec.gnu@mindspring.com>
23214
23215         * gdb.cp/virtfunc.exp: Rewrite.  Clean up patterns to match
23216         current versions of gcc, including gcc abi 2.  Use "breakpoint"
23217         and "continue" instead of restarting the target program.  Use
23218         gdb_test_multiple and gdb_test for all tests.
23219
23220 2004-01-01  Mark Kettenis  <kettenis@gnu.org>
23221
23222         * gdb.asm/asm-source.exp: Update copyright year.  Link statically
23223         for *-*-solaris2*.
23224
23225 2003-12-31  Michael Chastain  <mec.gnu@mindspring.com>
23226
23227         * gdb.cp/classes.exp: Rewrite.  Clean up patterns to match
23228         current versions of gcc, including gcc abi 2.  Use "breakpoint"
23229         and "continue" instead of restarting the target program several
23230         times.  Use gdb_test_multiple and gdb_test for all tests.
23231
23232 2003-12-18  Michael Chastain  <mec.gnu@mindspring.com>
23233
23234         * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
23235         source files.
23236
23237 2003-12-16  Michael Chastain  <mec.gnu@mindspring.com>
23238
23239         * gdb.base/environ.exp: Handle compiling test case from multiple
23240         source files.
23241
23242 2003-12-16  Michael Chastain  <mec.gnu@mindspring.com>
23243
23244         * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
23245
23246 2003-12-17  Jim Blandy  <jimb@redhat.com>
23247
23248         * gdb.base/freebpcmd.c: Add copyright notice.
23249
23250         * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
23251
23252 2003-12-16  Michael Chastain  <mec.gnu@mindspring.com>
23253
23254         * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
23255
23256 2003-12-13  Jim Blandy  <jimb@redhat.com>
23257
23258         * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
23259
23260 2003-12-12  Kevin Buettner  <kevinb@redhat.com>
23261
23262         * gdb.asm/frv.inc: New file.
23263         * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
23264
23265 2003-12-09  Fred Fish  <fnf@redhat.com>
23266
23267         * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
23268         functions to break1.c and leave prototypes behind.  Add more
23269         "set breakpoint NN here" comments.
23270         * gdb.base/break1.c: New file.
23271
23272         * gdb.base/break.exp: Handle compiling test case from multiple
23273         source files and change source file references as needed.
23274         * gdb.base/completion.exp: Ditto.
23275         * gdb.base/condbreak.exp: Ditto.
23276         * gdb.base/define.exp: Ditto.
23277         * gdb.base/ena-dis-br.exp: Ditto.
23278         * gdb.base/info-proc.exp: Ditto.
23279         * gdb.base/maint.exp: Ditto.
23280         * gdb.base/until.exp: Ditto.
23281
23282         * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
23283         hardcoded line numbers.
23284         * gdb.base/define.exp: Ditto.
23285         * gdb.base/ena-dis-br.exp: Ditto.
23286         * gdb.base/maint.exp: Ditto.
23287         * gdb.base/until.exp: Ditto.
23288
23289         * gdb.base/completion.exp: Use "break1" for completion tests since
23290         "break" is no longer a unique prefix.
23291
23292 2003-12-06  Andrew Cagney  <cagney@redhat.com>
23293
23294         * gdb.base/structs.exp (test_struct_returns): When applicable, set
23295         "return_value_unimplemented".  When an unimplemented struct return
23296         architecture, report incorrect values as a KFAIL
23297
23298 2003-12-05  Michael Chastain  <mec.gnu@mindspring.com>
23299
23300         * gdb.cp/rtti.exp: Accept new wording of warning from
23301         cp_lookup_rtti_type.
23302
23303 2003-12-05  Michael Chastain  <mec.gnu@mindspring.com>
23304
23305         Partial fix for PR testsuite/1456.
23306         * gdb.base/scope.exp (test_at_main): Replace references to
23307         gcc_compiled with calls to test_compiler_info.
23308         (test_at_foo): Likewise.
23309         (test_at_bar): Likewise.
23310
23311 2003-12-04  Michael Chastain  <mec.gnu@mindspring.com>
23312
23313         Partial fix for PR testsuite/1456.
23314         * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
23315         to test_compiler_info.
23316
23317 2003-12-03  Michael Chastain  <mec.gnu@mindspring.com>
23318
23319         * gdb.base/so-impl-ld.exp: Update copyright notice.
23320
23321 2003-12-02  Michael Chastain  <mec.gnu@mindspring.com>
23322
23323         Partial fix for PR testsuite/1456.
23324         * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
23325         to test_compiler_info.
23326
23327 2003-11-28  Michael Chastain  <mec.gnu@mindspring.com>
23328
23329         * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
23330         from current versions of gdb.  Clean up regular expressions.
23331         Delete redundant timeout case.
23332
23333 2003-11-28  Michael Chastain  <mec.gnu@mindspring.com>
23334
23335         * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
23336         from current versions of gdb.  Clean up regular expressions.
23337         Delete redundant timeout case.
23338
23339 2003-12-01  Michael Chastain  <mec.gnu@mindspring.com>
23340
23341         Partial fix for PR testsuite/1456.
23342         * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
23343         gcc_compiled with call to test_compiler_info.
23344
23345 2003-11-30  Michael Chastain  <mec.gnu@mindspring.com>
23346
23347         Partial fix for PR testsuite/1456.
23348         * gdb.base/list.exp (test_list_function): Delete unused declaration
23349         of gcc_compiled.
23350
23351 2003-11-29  Michael Chastain  <mec.gnu@mindspring.com>
23352
23353         Partial fix for PR testsuite/1456.
23354         * gdb.base/complex.exp: Replace reference to gcc_compiled with
23355         call to test_compiler_info.
23356
23357 2003-11-29  Mark Kettenis  <kettenis@gnu.org>
23358
23359         * gdb.asm/asm-source.exp: Initialize asm-note to "empty".  Set
23360         asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*.  Use
23361         it to create the appropriate note.inc.
23362         * gdb.asm/asmsrc1.s: Include "note.inc".
23363         * gdb.asm/netbsd.inc: New file.
23364         * gdb.asm/empty.inc: New file.
23365
23366 2003-11-28  Michael Chastain  <mec.gnu@mindspring.com>
23367
23368         Partial fix for PR testsuite/1456.
23369         * gdb.base/constvars.exp: Replace references to gcc_compiled with
23370         calls to test_compiler_info.
23371
23372 2003-11-27  Michael Chastain  <mec.gnu@mindspring.com>
23373
23374         Partial fix for PR testsuite/1456.
23375         * gdb.base/volatile.exp: Replace references to gcc_compiled with
23376         calls to test_compiler_info.
23377
23378 2003-11-27  Mark Kettenis  <kettenis@gnu.org>
23379
23380         * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
23381         pattern for the KFAILs.
23382
23383 2003-11-25  Adam Fedor  <fedor@gnu.org>
23384
23385         * gdb.objc/objcdecode.exp: Test for PR objc/1238.
23386         * gdb.objc/objcdecode.m: New file.
23387
23388 2003-11-25  Adam Fedor  <fedor@gnu.org>
23389
23390         * gdb.objc/nondebug.exp: Test for PR objc/1236.
23391         * gdb.objc/nondebug.m: New file.
23392
23393 2003-11-26  Ben Elliston  <bje@wasabisystems.com>
23394
23395         * gdb.asm/asm-source.exp: Make sure the final link succeeds on
23396         NetBSD as it does on FreeBSD.  Modelled on a similar change by
23397         Mark Kettenis on 2003-05-30.
23398         (link-flags): Set to "--entry _start" regardless of target.
23399         Special linker flags are to be appended to $link-flags.
23400         * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
23401
23402 2003-11-25  Michael Chastain  <mec.gnu@mindspring.com>
23403
23404         * gdb.cp/method.exp: Accept output of new demangler.
23405
23406 2003-11-25  Michael Chastain  <mec.gnu@mindspring.com>
23407
23408         * gdb/class2.exp: New file.
23409         * gdb/class2.cc: New file.
23410
23411 2003-11-25  Michael Chastain  <mec.gnu@mindspring.com>
23412
23413         * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
23414         of new demangler.
23415
23416 2003-11-23  Mark Kettenis  <kettenis@gnu.org>
23417
23418         * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
23419         of gdb_test "run".
23420
23421 2003-11-23  Mark Kettenis  <kettenis@gnu.org>
23422
23423         * gdb.arch/i386-unwind.exp: Don't use runto_main.  Change
23424         "continue" into "run".
23425
23426 2003-11-23  Michael Chastain  <mec.gnu@mindspring.com>
23427
23428         Partial fix for PR testsuite/1456.
23429         * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
23430         call to test_compiler_info.
23431         * gdb.cp/ctti.exp: Likewise.
23432         * gdb.cp/derivation.exp: Likewise.
23433         * gdb.cp/member-ptr.exp: Likewise.
23434         * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
23435         reference to gcc_compiled.
23436
23437 2003-11-23  Michael Chastain  <mec.gnu@mindspring.com>
23438
23439         Fix PR testsuite/1463.
23440         * gdb.base/structs.exp (start_structs_test): Call
23441         get_debug_format before using the debug format.
23442
23443 2003-11-22  Andrew Cagney  <cagney@redhat.com>
23444
23445         * lib/gdb.exp (gdb_test_multiple): Add simple example.
23446         * gdb.base/structs.exp: Use gdb_test_multiple.
23447
23448 2003-11-20  Andrew Cagney  <cagney@redhat.com>
23449
23450         * gdb.base/structs.exp: Handle and recover from internal errors.
23451         Replace "foo${n}" with "foo<n>" in test messages.
23452
23453         * gdb.base/structs.exp: Update copyright.  Rewrite.
23454         * gdb.base/structs.c: Update copyright.  Rewrite.
23455
23456         * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
23457         resync count exceeded.
23458
23459         * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
23460         from the internal error.
23461         * lib/gdb.exp (gdb_internal_error_resync): New procedure.
23462         Original from Jim Blandy.
23463         (gdb_test_multiple): Use gdb_internal_error_resync.
23464
23465 2003-11-19  Andrew Cagney  <cagney@redhat.com>
23466
23467         * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
23468         KFAIL.
23469
23470 2003-11-17  Mark Kettenis  <kettenis@gnu.org>
23471
23472         New testcase for PR backtrace/1435.
23473         * gdb.arch/i386-unwind.exp: New file.
23474         * gdb.arch/i386-unwind.c: New file.
23475
23476 2003-11-17  Andrew Cagney  <cagney@redhat.com>
23477
23478         * lib/gdb.exp (compiler_info): New global.
23479         (test_compiler_info): New function.
23480         (get_compiler_info): Set compiler_info.
23481         * lib/compiler.c, lib/compiler.cc: Add copyright.  When GNUC, set
23482         "compiler_info" to gcc-<major>-<minor>.
23483
23484 2003-11-15  Michael Chastain  <mec.gnu@mindspring.com>
23485
23486         * gdb.trace/configure: Remove.
23487
23488 2003-11-13  Elena Zannoni  <ezannoni@redhat.com>
23489
23490         * gdb.base/break.c: Add comments to aid finding line numbers for
23491         breakpoints.
23492         * gdb.base/break.exp: Remove all references to explicit line
23493         numbers.
23494
23495 2003-11-11  Nick Clifton  <nickc@redhat.com>
23496
23497         * gdb.base/shreloc.exp: Do not run for targets which do not
23498         support shared objects.
23499
23500 2003-11-10  Corinna Vinschen  <vinschen@redhat.com>
23501
23502         * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
23503         Don't run tests if nofileio flag is given.
23504
23505 2003-11-07  Elena Zannoni  <ezannoni@redhat.com>
23506
23507         * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
23508         as well as 'Watchpoint'.
23509
23510 2003-11-06  Elena Zannoni  <ezannoni@redhat.com>
23511
23512         Reported by Jim Ingham <jingham@apple.com>:
23513         * gdb.base/annota1.exp: Match at least one occurrence of the
23514         signal handler annotation.
23515
23516 2003-11-06  Elena Zannoni  <ezannoni@redhat.com>
23517
23518         * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
23519         as well as 'Watchpoint'.
23520
23521 2003-11-05  Michael Chastain  <mec@shout.net>
23522
23523         * gdb.mi/pthreads.c (routine): Handle early return from sleep.
23524
23525 2003-11-03  Kris Warkentin  <kewarken@qnx.com>
23526
23527         * gdb.arch/gdb1291.c: New test file.
23528         * gdb.arch/gdb1291.exp: New test script.
23529         * gdb.arch/gdb1431.c: New test file.
23530         * gdb.arch/gdb1431.exp: New test script.
23531
23532 2003-10-22  Michael Chastain  <mec@shout.net>
23533
23534         * gdb.mi/pthreads.c: Add copyright notice.
23535
23536 2003-10-22  Michael Chastain  <mec@shout.net>
23537
23538         * gdb.threads/pthreads.c: Add copyright notice.
23539
23540 2003-10-20  Michael Chastain  <mec@shout.net>
23541
23542         * gdb.base/gdb1056.exp: New test script.
23543
23544 2003-10-13  Daniel Jacobowitz  <drow@mvista.com>
23545
23546         * gdb.threads/killed.exp: Use gdb_run_cmd.
23547
23548 2003-10-13  Daniel Jacobowitz  <drow@mvista.com>
23549
23550         * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
23551         create a core file.
23552         * gdb.threads/gcore-thread.exp: Likewise.
23553
23554 2003-10-13  Corinna Vinschen  <vinschen@redhat.com>
23555
23556         * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
23557         type, based on char type.
23558         (struct bit_flags_short_t): New bitfield type, based on short type.
23559         (init_bit_flags_char): New fuction.
23560         (init_bit_flags_short): Ditto.
23561         (print_bit_flags_char): Ditto.
23562         (print_bit_flags_short): Ditto.
23563         (main): Add handling for bit_flags_char_t and bit_flags_short_t.
23564
23565 2003-10-11  Michael Chastain  <mec@shout.net>
23566
23567         * gdb.base/call-rt-st.exp: Update copyright year.
23568
23569 2003-10-10  Kei Sakamoto  <sakamoto.kei@renesas.com>
23570
23571         * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
23572         * gdb.disasm/sh3.s: Ditto.
23573
23574 2003-10-07  Daniel Jacobowitz  <drow@mvista.com>
23575
23576         * gdb.threads/switch-threads.exp: New test.
23577         * gdb.threads/switch-threads.c: New source file.
23578
23579 2003-10-07  Corinna Vinschen  <vinschen@redhat.com>
23580
23581         * gdb.base/ending-run.exp: Add sh specific case.
23582
23583 2003-10-06  Andrew Cagney  <cagney@redhat.com>
23584
23585         * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
23586         * gdb.disasm/mn10200.exp: Delete obsolete file.
23587
23588 2003-09-29  Daniel Jacobowitz  <drow@mvista.com>
23589
23590         * ChangeLog: Correct an entry command.exp -> commands.exp.
23591         * gdb.base/commands.exp (bp_deleted_in_command_test)
23592         (temporary_breakpoint_commands): Check noargs.
23593
23594 2003-09-25  David Carlton  <carlton@kealia.com>
23595
23596         * gdb.cp/namespace.exp: Tweak comments.  Add non-quoted versions
23597         of some print tests, where appropriate.  Add tests for C::D::cd,
23598         E::ce, F::cXfX, G::XgX.
23599         * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
23600
23601 2003-09-25  Richard Earnshaw  <rearnsha@arm.com>
23602
23603         * lib/java.exp (java_init): Import target_alias before using it.
23604
23605 2003-09-25  David Carlton  <carlton@kealia.com>
23606
23607         * gdb.base/corefile.exp: Delete obsolete setup_xfail.
23608
23609 2003-09-23  Elena Zannoni  <ezannoni@redhat.com>
23610
23611         * gdb.base/selftest.exp: Accomodate more instruction reordering
23612         weirdness.
23613
23614 2003-09-17  Michael Chastain  <mec@shout.net>
23615
23616         * gdb.cp/gdb1355.exp: New file.
23617         * gdb.cp/gdb1355.c: New file.
23618
23619 2003-09-15  Corinna Vinschen  <vinschen@redhat.com>
23620
23621         * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
23622         * gdb.asm/sh.inc: New file.
23623
23624 2003-09-11  David Carlton  <carlton@kealia.com>
23625
23626         * gdb.cp/namespace.exp: Add tests for namespace types.
23627         * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
23628         (test_namespace): New.
23629
23630 2003-09-11  Elena Zannoni  <ezannoni@redhat.com>
23631
23632         * gdb.base/relocate.exp: Handle new gdb output at startup.
23633         * gdb.stabs/weird.exp: Ditto.
23634
23635 2003-09-08  Michael Chastain  <mec@shout.net>
23636
23637         * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
23638
23639 2003-09-07  Michael Chastain  <mec@shout.net>
23640
23641         * gdb.cp/classes.exp: Accommodate both 'syntax error' and
23642         'parse error'.
23643
23644 2003-09-07  Mark Kettenis  <m.kettenis@osp.nl>
23645
23646         * gdb.arch/i386-prologue.exp: Add checks for saved registers.
23647
23648 2003-08-30  Michael Chastain  <mec@shout.net>
23649
23650         * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
23651         * gdb.gdb/observer.exp: Ditto.
23652         * gdb.gdb/xfullpath.exp: Ditto.
23653
23654 2003-08-29  Mark Kettenis  <kettenis@gnu.org>
23655
23656         * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
23657         *-*-*bsd*.
23658
23659 2003-08-28  Jeff Johnston  <jjohnstn@redhat.com>
23660
23661         * gdb.base/dump.exp: Skip for ia64.
23662
23663 2003-08-25  Jeff Johnston  <jjohnstn@redhat.com>
23664
23665         * gdb.asm/asm-source.exp: Add ia64 support.
23666         * gdb.asm/ia64.inc: New file.
23667
23668 2003-08-22  Michael Chastain  <mec@shout.net>
23669
23670         * gdb.cp: New directory.
23671         * gdb.cp/*: Copy from gdb.c++/*.
23672         * gdb.c++/*: Remove.
23673         * Makefile.in: Change gdb.c++ to gdb.cp.
23674         * configure.in:  Ditto.
23675         * configure: Regnerate.
23676
23677 2003-08-18  Mark Kettenis  <kettenis@gnu.org>
23678
23679         * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
23680         * gdb.arch/i386-prologue.c (gdb1338): Add function.
23681
23682 2003-08-17  Daniel Jacobowitz  <drow@mvista.com>
23683
23684         * mi-var-display.exp (-var-list-children weird): Accept function
23685         pointers with argument types.
23686         * mi1-var-display.exp (-var-list-children weird): Likewise.
23687         * mi2-var-display.exp (-var-list-children weird): Likewise.
23688
23689 2003-08-17  Daniel Jacobowitz  <drow@mvista.com>
23690
23691         * gdb.base/annota3.exp: Add missing newline.
23692
23693 2003-08-06  Michael Chastain  <mec@shout.net>
23694
23695         * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
23696
23697 2003-08-12  Michael Snyder  <msnyder@redhat.com>
23698
23699         * gdb.base/float.exp: Add test for SH.
23700
23701 2003-08-10  Mark Kettenis  <kettenis@gnu.org>
23702
23703         * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
23704
23705 2003-08-07  Elena Zannoni  <ezannoni@redhat.com>
23706
23707        * gdb.base/completion.exp: Remove reduntant completion test
23708        on filename.
23709
23710 2003-08-07  Elena Zannoni  <ezannoni@redhat.com>
23711
23712         * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
23713         gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
23714         gdb.trace/save-trace.exp: Make sure that full pathnames are
23715         escaped correctly.
23716
23717 2003-08-07  Elena Zannoni  <ezannoni@redhat.com>
23718
23719         * configure.in: Don't generate config.h from config.hin.
23720         * configure: Regenerate.
23721         * config.hin: Remove file.
23722         * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
23723         * gdb.threads/pthreads.c: Ditto.
23724
23725 2003-08-07  Daniel Jacobowitz  <drow@mvista.com>
23726
23727         From Kei Sakamoto <sakamoto.kei@renesas.com>:
23728         * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
23729         * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
23730         Replace ld24 with seth/add3.
23731
23732 2003-08-02  Andrew Cagney  <cagney@redhat.com>
23733
23734         * gdb.base/annota3.exp: New file.
23735         * gdb.base/annota3.c: New file.
23736         * gdb.c++/annota3.exp: New file.
23737         * gdb.c++/annota3.cc: New file.
23738
23739 2003-07-29  Michael Chastain  <mec@shout.net>
23740
23741         * gdb.threads/tls.c (spin): Check errno only if sem_wait
23742         actually failed.
23743         (do_pass): Likewise.
23744         * gdb.threads/tls.exp: Always initialize no_of_threads.
23745
23746 2003-07-27  Daniel Jacobowitz  <drow@mvista.com>
23747
23748         * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
23749         pattern.
23750         * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
23751         * gdb.threads/tls.exp: Recognize one case of the host library not
23752         supporting TLS.
23753
23754 2003-07-27  Andrew Cagney  <cagney@redhat.com>
23755
23756         * gdb.base/fileio.exp: Use SH when running commands using
23757         remote_exec.
23758
23759 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
23760
23761         From Kei Sakamoto <sakamoto.kei@renesas.com>:
23762         * gdb.base/relocate.c (dummy): New padding array.
23763
23764 2003-07-22  Michael Snyder  <msnyder@redhat.com>
23765
23766         * gdb.disasm/8300s.s: Fix syntax of bsr insn.
23767
23768         * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
23769         patterns to be more general, accepting old and new output.
23770         Some output chars (such as '+') also must be quoted.
23771         Some addresses are displayed numerically instead of
23772         symbolically.
23773
23774 2003-07-23  Michael Snyder  <msnyder@redhat.com>
23775
23776         * gdb.base/return2.exp: Don't test long-long return.
23777
23778         * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
23779         * gdb.disasm/t01_mov.exp: Ditto.
23780         * gdb.disasm/t02_mova.s: Ditto.
23781         * gdb.disasm/t02_mova.exp: Ditto.
23782         * gdb.disasm/t03_add.s: Ditto.
23783         * gdb.disasm/t03_add.exp: Ditto.
23784         * gdb.disasm/t04_sub.s: Ditto.
23785         * gdb.disasm/t04_sub.exp: Ditto.
23786         * gdb.disasm/t05_cmp.s: Ditto.
23787         * gdb.disasm/t05_cmp.exp: Ditto.
23788         * gdb.disasm/t06_ari2.s: Ditto.
23789         * gdb.disasm/t06_ari2.exp: Ditto.
23790         * gdb.disasm/t07_ari3.s: Ditto.
23791         * gdb.disasm/t07_ari3.exp: Ditto.
23792         * gdb.disasm/t08_or.s: Ditto.
23793         * gdb.disasm/t08_or.exp: Ditto.
23794         * gdb.disasm/t09_xor.s: Ditto.
23795         * gdb.disasm/t09_xor.exp: Ditto.
23796         * gdb.disasm/t10_and.s: Ditto.
23797         * gdb.disasm/t10_and.exp: Ditto.
23798         * gdb.disasm/t11_logs.s: Ditto.
23799         * gdb.disasm/t11_logs.exp: Ditto.
23800         * gdb.disasm/t12_bit.s: Ditto.
23801         * gdb.disasm/t12_bit.exp: Ditto.
23802         * gdb.disasm/t13_otr.s: Ditto.
23803         * gdb.disasm/t13_otr.exp: Ditto.
23804
23805 2003-07-22  Elena Zannoni  <ezannoni@redhat.com>
23806
23807         * gdb.threads/tls.exp :Add kfail for 'info address' case.
23808
23809 2003-07-22  Elena Zannoni  <ezannoni@redhat.com>
23810
23811         * gdb.threads/tls.c : New file.
23812         * gdb.threads/tls.exp : New file.
23813         * gdb.threads/tls-main.c : New file.
23814         * gdb.threads/tls-shared.c : New file.
23815         * gdb.threads/tls-shared.exp : New file.
23816
23817 2003-07-22  Andreas Schwab  <schwab@suse.de>
23818
23819         * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
23820
23821 2003-07-20  Andreas Schwab  <schwab@suse.de>
23822
23823         * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
23824         due to insn reordering.
23825
23826 2003-07-15  Andrew Cagney  <cagney@redhat.com>
23827
23828         * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
23829
23830 2003-07-15  Michael Chastain  <mec@shout.net>
23831
23832         * gdb.base/gdb1250.exp: New file.
23833         * gdb.base/gdb1250.c: New file.
23834
23835 2003-07-09  Michal Ludvig  <mludvig@suse.cz>
23836
23837         * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
23838         expansion of size_t to 'unsigned long', not only to 'unsigned'.
23839
23840 2003-07-09  Elena Zannoni  <ezannoni@redhat.com>
23841
23842         * gdb.threads/tls.c: New file.
23843         * gdb.threads/tls.exp: New file.
23844         * gdb.threads/tls-main.c: New file.
23845         * gdb.threads/tls-shared.c: New file.
23846         * gdb.threads/tls-shared.exp: New file.
23847
23848 2003-07-09  Elena Zannoni  <ezannoni@redhat.com>
23849
23850         * gdb.base/annota1.exp: Make sure that we properly escape the
23851         full path of the source file. Xfail more permissive patterns,
23852         due to a compiler debug info problem.
23853
23854 2003-07-07  Andreas Schwab  <schwab@suse.de>
23855
23856         * gdb.asm/m68k.inc: New file.
23857         * gdb.asm/asm-source.exp: Use it for m68k-*-*.
23858
23859         * gdb.objc/basicclass.exp ("Call an Objective-C method with no
23860         arguments"): Also match negative number.
23861
23862         * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
23863
23864 2003-07-03  Daniel Jacobowitz  <drow@mvista.com>
23865
23866         * gdb.base/store.c (charest): New typedef.
23867         (add_char): Rename to add_charest, update.
23868         (wack_char): Rename to wack_charest, update types.  Return l + r
23869         to keep r live across the call.
23870         (wack_short, wack_int, wack_long, wack_longest, wack_float)
23871         (wack_double, wack_doublest): Return l + r to keep r live across
23872         the call.
23873         * gdb.base/store.exp: Accomodate store.c changes.
23874
23875 2003-06-30  David Carlton  <carlton@kealia.com>
23876
23877         * gdb.c++/maint.exp (test_invalid_name): New.
23878         (test_first_component): Add tests for invalid names.
23879
23880 2003-06-29  Michael Chastain  <mec@shout.net>
23881
23882         * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
23883         output of '<VTT for class>' for virtual base classes.
23884
23885 2003-06-29  Daniel Jacobowitz  <drow@mvista.com>
23886
23887         * gdb.base/completion.exp: Tab-complete "complet" instead of
23888         "compl".
23889         * gdb.base/complex.exp, gdb.base/complex.c: New files.
23890
23891 2003-06-29  Daniel Jacobowitz  <drow@mvista.com>
23892
23893         * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
23894         * gdb.base/volatile.exp: Likewise.
23895
23896 2003-06-29  Daniel Jacobowitz  <drow@mvista.com>
23897
23898         * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
23899         gdb/1265.
23900
23901 2003-06-28  Michael Chastain  <mec@shout.net>
23902             Daniel Jacobowitz  <drow@mvista.com>
23903
23904         * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
23905         initial line count of 'captured_main' from 26 to 32.
23906         (test_with_self): Allow xmalloc call to be interleaved with the
23907         preceding two lines.
23908
23909 2003-06-24  Joel Brobecker  <brobecker@gnat.com>
23910
23911         * gdb.base/bang.exp: New testcase.
23912
23913 2003-06-23  Joel Brobecker  <brobecker@gnat.com>
23914
23915         * gdb.base/langs.exp: Add some tests for the "minimal" language
23916         support.
23917
23918 2003-06-23  Elena Zannoni  <ezannoni@redhat.com>
23919
23920         * gdb.objc/basicclass.exp: Return -1 if we cannot compile
23921         the testcase.
23922
23923 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
23924
23925         * gdb.base/relocate.exp: Test add-symbol-file with a variable
23926         offset.
23927
23928 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
23929
23930         * gdb.c++/pr-1210.cc: New file.
23931         * gdb.c++/pr-1210.exp: New file.
23932
23933 2003-06-21  Daniel Jacobowitz  <drow@mvista.com>
23934
23935         * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
23936         000-exec-continue.
23937
23938 2003-06-15  Mark Kettenis  <kettenis@gnu.org>
23939
23940         * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
23941         on *-*-*bsd* instead of *-*-freebsd*.
23942
23943 2003-06-14  Andrew Cagney  <cagney@redhat.com>
23944
23945         * gdb.base/store.exp: Test longest and doublest.  Test all
23946         parameters.  Weaken return statement match.
23947         * gdb.base/store.c: Add longest and doublest - aka long long and
23948         long double functions.  Put all parameters into local register
23949         variables.  Use negative values.
23950
23951 2003-06-14  Andrew Cagney  <cagney@redhat.com>
23952
23953         * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>.  Gag
23954         -Wformat errors.  Add lost line.  Use WEXITSTATUS to get system
23955         exit status.
23956         * gdb.base/fileio.exp: Disable target when nointerrupts and
23957         noinferiorio, instead of limiting it to remote.  Use remote_exec
23958         instead of system.
23959
23960 2003-06-12  Jeff Johnston  <jjohnstn@redhat.com>
23961
23962         * gdb.base/float.exp: Add ia64 support.
23963
23964 2003-06-12  Corinna Vinschen  <vinschen@redhat.com>
23965
23966         * gdb.base/fileio.exp: Run only on remote targets.
23967
23968 2003-06-10  Corinna Vinschen  <vinschen@redhat.com>
23969
23970         * gdb.base/fileio.c: New file, testing File-I/O.
23971         * gdb.base/fileio.exp: Ditto.
23972
23973 2003-06-09  Raoul Gough  <RaoulGough@yahoo.co.uk>
23974
23975         * gdb.base/shreloc.exp: New file, check symbol values obtained from
23976         shared objects after relocation at load time (gdb PR/1132).
23977         * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
23978         as above, part of the shared object relocation test.
23979
23980 2003-06-08  Mark Kettenis  <kettenis@gnu.org>
23981
23982         * gdb.base/readline.exp: Add tests for operate-and-get-next with a
23983         fully filled history list.
23984         * gdb.base/gdb_history: New file.
23985
23986         * gdb.base/signals.exp: XFAIL "continue to func1" on
23987         i*86-*-freebsd*.
23988
23989         * gdb.base/attach.exp: When trying to attach to a nonexistent
23990         process, make it possible to specify the PID based on the target,
23991         and do so for *-*-freebsd*.
23992
23993 2003-06-02  Richard Henderson  <rth@redhat.com>
23994
23995         * gdb.base/float.exp: Add expected regexp for alpha-*-*.
23996
23997 2003-06-02  Richard Henderson  <rth@redhat.com>
23998
23999         * gdb.base/selftest.exp: Next over lim_at_start initialization.
24000
24001 2003-06-02  Richard Henderson  <rth@redhat.com>
24002
24003         * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
24004
24005 2003-06-01  Daniel Jacobowitz  <drow@mvista.com>
24006
24007         * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
24008         of globalvar.
24009
24010 2003-06-01  Mark Kettenis  <kettenis@gnu.org>
24011
24012         * gdb.asm/asm-source.exp: Check for memory read errors in
24013         disassembler test on *BSD too.
24014
24015 2003-06-01  Richard Henderson  <rth@redhat.com>
24016
24017         * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
24018         for .frame.
24019         (gdbasm_call): Lose ldgp.
24020         (gdbasm_startup): Add frame information.
24021         * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
24022
24023 2003-05-31  Mark Kettenis  <kettenis@gnu.org>
24024
24025         * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
24026         i?86-*-*.
24027
24028 2003-05-30  Mark Kettenis  <kettenis@gnu.org>
24029
24030         * gdb.asm/asm-source.exp: Make sure the final link succeeds on
24031         FreeBSD.
24032
24033 2003-05-29  Richard Henderson  <rth@redhat.com>
24034
24035         * gdb.asm/alpha.inc: New file.
24036         * gdb.asm/asm-source.exp: Use it.
24037
24038 2003-05-29  Jim Blandy  <jimb@redhat.com>
24039
24040         * gdb.base/corefile.exp: Find corefiles on Linux, which names them
24041         'core.PID'.
24042
24043 2003-05-22  Jim Blandy  <jimb@redhat.com>
24044
24045         * gdb.base/corefile.exp: Tolerate stuff after argument parens in
24046         backtrace.
24047
24048 2003-05-20  David Carlton  <carlton@math.stanford.edu>
24049
24050         * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
24051         this time.
24052
24053 2003-05-19  David Carlton  <carlton@bactrian.org>
24054
24055         * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
24056         * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
24057
24058 2003-05-19  David Carlton  <carlton@bactrian.org>
24059
24060         * gdb.c++/namespace.exp: Add namespace scope and anonymous
24061         namespace tests.
24062         Bump copyright date.
24063         * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
24064         (main): Call C::D::marker2.
24065         * gdb.c++/namespace1.cc: New file.
24066
24067 2003-05-14  Jeff Johnston  <jjohnstn@redhat.com>
24068
24069         Roland McGrath  <roland@redhat.com>
24070         * gdb.threads/linux-dp.exp: Account for fact that in nptl model
24071         there is no manager thread.
24072
24073 2003-05-08  Jeff Johnston  <jjohnstn@redhat.com>
24074
24075         * gdb.threads/schedlock.exp: Remove assumption that all threads
24076         will run in a particular small time slice.  Also ensure we break
24077         in one of the child threads rather than the main thread.
24078
24079 2003-05-07  Jim Blandy  <jimb@redhat.com>
24080
24081         Add support for assembly source testing on the s390x.
24082         * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
24083         architecture.
24084         * gdb.asm/s390x.inc: New file.
24085
24086         * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
24087         succession of 'if' statements.
24088
24089 2003-05-05  Andrew Cagney  <cagney@redhat.com>
24090
24091         * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
24092
24093 2003-05-05  Andrew Cagney  <cagney@redhat.com>
24094
24095         * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
24096         DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
24097
24098 2003-05-02  Elena Zannoni  <ezannoni@redhat.com>
24099
24100         * gdb.base/charset.exp: Update based on new behavior of set/show
24101         charset commands.
24102
24103 2003-05-01  Andrew Cagney  <cagney@redhat.com>
24104
24105         * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
24106         variable do not give memory errors.
24107
24108 2003-04-30  Adam Fedor  <fedor@gnu.org>
24109
24110         * Makefile.in (ALL_SUBDIRS): Add gdb.objc
24111         * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
24112         * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
24113         gdb.objc/basicclass.m: : New files
24114
24115         * lib/gdb.exp (gdb_compile_objc): New procedure.
24116
24117 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
24118
24119         * gdb.base/signals.exp: Make backtrace tests more specific.
24120
24121 2003-04-23  David Carlton  <carlton@bactrian.org>
24122
24123         * gdb.c++/maint.exp (test_first_component): Add tests for
24124         'operator' in more locations.
24125
24126 2003-04-16  Kevin Buettner  <kevinb@redhat.com>
24127
24128         * gdb.base/args.exp: Invoke gdb_load for simulator targets.
24129
24130 2003-04-16  Elena Zannoni  <ezannoni@redhat.com>
24131
24132         * gdb.base/completion.exp: Make 'info func mark' complete on 'info
24133         func marke' instead. Update test name.
24134
24135 2003-04-15  David Carlton  <carlton@math.stanford.edu>
24136
24137         * gdb.c++/maint.exp: New file.
24138
24139 2003-04-14  Elena Zannoni  <ezannoni@redhat.com>
24140
24141         * gdb.threads/schedlock.c: Change type of thread function argument
24142         to long, to avoid warnings on 64-bit platforms.
24143
24144 2003-04-14  Elena Zannoni  <ezannoni@redhat.com>
24145
24146         * gdb.base/attach.exp: Add new message from ptrace in case of
24147         attaching to nonexistent process.
24148
24149 2003-04-11  Jim Blandy  <jimb@redhat.com>
24150
24151         * gdb.c++/derivation.exp, gdb.c++/overload.exp,
24152         gdb.c++/userdef.cc: Place comments on the lines to which the
24153         marker function might return.
24154         * gdb.c++/derivation.exp, gdb.c++/overload.exp,
24155         gdb.c++/userdef.exp: Look for those comments to check that we've
24156         returned to the right place, instead of checking line numbers.
24157
24158 2003-04-11  Elena Zannoni  <ezannoni@redhat.com>
24159
24160         * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
24161         match on sourcefile name, instead of directory name.
24162
24163 2003-04-10  Elena Zannoni  <ezannoni@redhat.com>
24164
24165         * gdb.base/completion.exp: Use string_to_regexp to match the
24166         working directory name.
24167
24168 2003-04-09  Jim Blandy  <jimb@redhat.com>
24169
24170         * gdb.c++/derivation.exp, gdb.c++/overload.exp,
24171         gdb.c++/userdef.exp: If GDB fails to restore the selected frame
24172         after an inferior function call, report the failure, but allow the
24173         test to continue.
24174
24175 2003-04-05  Stephane Carrez  <stcarrez@nerim.fr>
24176
24177         * gdb.base/break.exp: marker4() is defined at line 46 when compiled
24178         with -DPROTOTYPES.
24179
24180 2003-04-05  Stephane Carrez  <stcarrez@nerim.fr>
24181
24182         * gdb.base/break.exp: Revert last patch.
24183
24184 2003-04-04  Stephane Carrez  <stcarrez@nerim.fr>
24185
24186         * gdb.base/break.exp: marker4() is defined at line 46 when compiled
24187         with -DPROTOTYPES.
24188
24189 2003-04-02  Andrew Cagney  <cagney@redhat.com>
24190
24191         * gdb.base/callfuncs.exp: Make "print add" messages unique.
24192         * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
24193         matching directories by the name breakpoint.
24194         * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
24195         Make "continue to marker1" consistent.
24196         * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
24197         message consistent.
24198         * lib/gdb.exp: Put "the program is no longer running", and "the
24199         program exited" in parenthesis.
24200         * lib/mi-support.exp: Ditto.
24201
24202 2003-04-02  Bob Rossi  <bob_rossi@cox.net>
24203
24204         * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
24205
24206 2003-03-29  Andrew Cagney  <cagney@redhat.com>
24207
24208         * gdb.base/sizeof.c (main): Print the value of '\377'.
24209         * gdb.base/sizeof.exp: Check the sign of '\377'.
24210
24211 2003-03-27  Michael Chastain  <mec@shout.net>
24212
24213         * gdb.base/gdb1090.exp: New file.
24214         * gdb.base/gdb1090.cc: New file.
24215
24216 2003-03-27  J. Brobecker  <brobecker@gnat.com>
24217
24218         * gdb.gdb/observer.exp: New regression test.
24219
24220 2003-03-27  Michael Chastain  <mec@shout.net>
24221
24222         * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
24223         * gdb.base/ptype.exp: Likewise.
24224
24225 2003-03-27  Corinna Vinschen  <vinschen@redhat.com>
24226
24227         * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
24228
24229 2003-03-26  Michael Chastain  <mec@shout.net>
24230
24231         * gdb.base/ptype.exp: Actually use some typedef'd types.
24232
24233 2003-03-21  Stephane Carrez  <stcarrez@nerim.fr>
24234
24235         * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
24236         * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
24237
24238 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
24239
24240         * gdb.base/default.exp: Fix regular expression.
24241
24242 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
24243
24244         * gdb.base/args.exp: Fix regular expression.
24245
24246 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
24247
24248         * gdb.base/help.exp: Allow Win32 child process.
24249
24250 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
24251
24252         * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
24253         when stepping out of main().
24254
24255 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
24256
24257         * gdb.base/default.exp: Check for win32 specific message when calling
24258         "run" without executable.
24259
24260 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
24261
24262         * gdb.base/args.exp: Expect .exe in output.
24263
24264 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
24265
24266         * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
24267         Cygwin native.
24268
24269 2003-03-17  Andrew Cagney  <cagney@redhat.com>
24270
24271         From Elena Zannoni <ezannoni@redhat.com>.  Test e500 abi and
24272         vector registes.
24273         * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
24274         * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
24275
24276 2003-03-17  David Carlton  <carlton@math.stanford.edu>
24277
24278         * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
24279         test, for PR breakpoints/38.
24280         Call test_watchpoint_and_breakpoint.
24281         * gdb.base/watchpoint.c (func3): New function.
24282         (main): Call func3.
24283
24284 2003-03-04  David Carlton  <carlton@math.stanford.edu>
24285
24286         * gdb.c++/templates.exp (do_tests): Accept valid const in "print
24287         Garply<Garply<char> >:: garply".
24288         (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
24289         with respect to PR c++/1111; note also PR c++/1113.
24290         (test_template_breakpoints): KFAIL "constructor breakpoint" with
24291         respect to PR c++/1062.
24292         KFAIL "destructor breakpoint" with respect to PR c++/1112.
24293
24294 2003-03-03  David Carlton  <carlton@math.stanford.edu>
24295
24296         * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
24297         with respect to PR c++/57.
24298         KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
24299         c++/826.
24300         Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
24301         respect to PR c++/57.
24302
24303 2003-03-03  David Carlton  <carlton@math.stanford.edu>
24304
24305         * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
24306         respect to PR c++/33 into FAILs.
24307
24308 2003-03-03  Michael Chastain  <mec@shout.net>
24309
24310         * configure.in: Update copyright years.
24311
24312 2003-03-03  Michael Chastain  <mec@shout.net>
24313
24314         * Makefile.in: Update copyright years.
24315
24316 2003-02-28  David Carlton  <carlton@math.stanford.edu>
24317
24318         * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
24319         print class instead of struct and/or superfluous protection
24320         specifiers, as long as the resulting output is equivalent to the
24321         source code.
24322         Delete FIXME from end of messages on tests that don't need
24323         fixing.
24324
24325 2003-02-28  David Carlton  <carlton@math.stanford.edu>
24326
24327         * gdb.c++/templates.exp (do_tests): Allow const in the two
24328         Foo<volatile char *>::foo tests.
24329
24330 2003-02-27  Michael Snyder  <msnyder@redhat.com>
24331
24332         * gdb.base/restore.c (main): Return zero, so exit code
24333         will be consistant.
24334
24335 2003-02-26  David Carlton  <carlton@math.stanford.edu>
24336
24337         * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
24338         char *>::foo" test with respect to PR c++/33.  Create a new test
24339         which is identical to that one except that it doesn't put the
24340         space between the "char" and the "*"; KFAIL it, too.
24341
24342 2003-02-26  David Carlton  <carlton@math.stanford.edu>
24343
24344         * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
24345         template types into either PASSes or KFAILs (corresponding to PR
24346         c++/57).  Tweak indentation.  Update copyright.
24347
24348 2003-02-23  Stephane Carrez  <stcarrez@nerim.fr>
24349
24350         * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
24351
24352 2003-02-13  Michael Chastain  <mec@shout.net>
24353
24354         * gdb.base/exprs.exp: Remove i960 remnants.
24355         * gdb.base/funcargs.exp: Likewise.
24356         * gdb.base/list.exp: Likewise.
24357         * gdb.base/ptype.exp: Likewise.
24358
24359 2003-02-14  David Carlton  <carlton@math.stanford.edu>
24360
24361         * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
24362         pEe->D::vg()" from XFAIL to KFAIL.
24363
24364 2003-02-13  Jason Molenda  (jmolenda@apple.com)
24365
24366         * gdb.base/maint.exp: Update maint print statistics regexp to include
24367         new entries.
24368
24369 2003-02-13  Michael Chastain  <mec@shout.net>
24370
24371         * gdb.c++/inherit.exp: Remove call to get_debug_format.
24372
24373 2003-02-12  Michael Chastain  <mec@shout.net>
24374
24375         * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
24376         * gdb.c++/inherit.exp: Likewise.
24377         * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
24378         * gdb.c++/templates.exp: Likewise.
24379         * gdb.c++/virtfunc.exp: Likewise.
24380
24381 2003-02-06  Jason Molenda  (jason-cl@molenda.com)
24382
24383         * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
24384         why the code is written that way.
24385
24386 2003-02-05  Michael Chastain  <mec@shout.net>
24387
24388         * gdb.base/dump.exp: Add missing copyright line.
24389
24390 2003-02-05  Jason Molenda  (jason-cl@molenda.com)
24391
24392         * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
24393         at the beginning so the breakpoint doesn't get set on the loop.
24394
24395 2003-02-05  Michael Chastain  <mec@shout.net>
24396
24397         * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
24398         output for configurations with gcc 2.95.3.
24399
24400 2003-02-05  Keith Seitz  <keiths@redhat.com>
24401             Andrew Cagney  <ac131313@redhat.com>
24402
24403         * gdb.mi/mi-cli.exp: New file.
24404
24405 2003-02-04  Michael Chastain  <mec@shout.net>
24406
24407         * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
24408         Call perror and then continue.
24409
24410 2003-02-03  Michael Chastain  <mec@shout.net>
24411
24412         * gdb.c++/pr-1023.cc: New file.
24413         * gdb.c++/pr-1023.exp: New file.
24414
24415 2003-02-05  Jim Blandy  <jimb@redhat.com>
24416
24417         * gdb.c++/local.exp: Don't expect Local to be in scope in main;
24418         it's local to foobar.  Check for it there, and check that it's not
24419         present in main.
24420         * gdb.c++/local.cc (marker2): New function.
24421         (foobar): Call marker1.
24422         (main): Call marker2 instead of marker1.
24423
24424 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
24425
24426         * gdb.disasm/mn10200.exp: Obsolete file.
24427         * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
24428         * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
24429         * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
24430
24431 2003-02-04  David Carlton  <carlton@math.stanford.edu>
24432
24433         * gdb.c++/overload.exp: Test intToChar(1).
24434         * gdb.c++/overload.cc (intToChar): New.
24435         (main): Call intToChar.
24436
24437 2003-02-03  David Carlton  <carlton@math.stanford.edu>
24438
24439         * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
24440         'might_kfail' arg.
24441         KFAIL some of the continue_to_bp_overloaded calls, according to
24442         PR c++/1025.
24443
24444 2003-02-01  Michael Chastain  <mec@shout.net>
24445
24446         * gdb.base/advance.c (marker1): New marker function.
24447         * gdb.base/advance.exp: When the 'advance' command lands on the
24448         return breakpoint, it can legitimately stop on either the
24449         current line or the next line.  Accommodate both outcomes.
24450         * gdb.base/until.exp: Likewise.
24451
24452 2003-02-02  Andrew Cagney  <ac131313@redhat.com>
24453
24454         2002-11-10 Jason Molenda (jason-cl@molenda.com):
24455         * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
24456         now a list, not a tuple.
24457         * gdb.mi/mi-var-display.exp: Ditto.
24458         * gdb.mi/gdb792.exp: Ditto.
24459
24460 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
24461
24462         From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
24463         * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
24464         stack backtraces.
24465         * gdb.mi/mi-syn-frame.c: Part of same.
24466
24467 2003-02-01  Mark Kettenis  <kettenis@gnu.org>
24468
24469         * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
24470         gdb.mi/mi1-pthreads.exp: Return instead of calling
24471         gdb_suppress_entire_file.
24472
24473 2003-02-01  Mark Salter  <msalter@redhat.com>
24474
24475         * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
24476
24477 2003-01-31  Mark Salter  <msalter@redhat.com>
24478
24479         * lib/mi-support.exp (mi_gdb_load): Support remote targets.
24480         Support empty arg.
24481
24482 2003-01-30  Michael Chastain  <mec@shout.net>
24483
24484         * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
24485         This was a workaround for a UTF-8 bug in readline 4.3.  The bug
24486         has been fixed in gdb/readline on 2003-01-09.
24487
24488 2003-01-29  Michael Snyder  <msnyder@redhat.com>
24489
24490         * gdb.base/maint.exp: Allow for leading underscore in symbol.
24491         * gdb.base/display.exp: Allow for leading underscore in symbol.
24492         * gdb.base/args.exp: Skip if target does not support args passing.
24493
24494 2003-01-22  Daniel Jacobowitz  <drow@mvista.com>
24495
24496         * lib/gdb.exp (gdb_test_multiple): New function, cloned from
24497         gdb_test.  Accept a list of expect arguments as the third
24498         parameter.
24499         (gdb_test): Use it.
24500
24501 2003-01-20  Elena Zannoni  <ezannoni@redhat.com>
24502
24503         * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
24504         allow for different test tree configurations.  Update some
24505         tescases accordingly.
24506         * gdb.arch/altivec-regs.exp: Ditto.
24507         * gdb.asm/asm-source.exp: Ditto.
24508         * gdb.base/advance.exp: Ditto.
24509         * gdb.base/display.exp: Ditto.
24510         * gdb.base/long_long.exp: Ditto.
24511         * gdb.base/mips_pro.exp: Ditto.
24512         * gdb.base/overlays.exp: Ditto.
24513         * gdb.base/relocate.exp: Ditto.
24514         * gdb.base/setshow.exp: Ditto.
24515         * gdb.base/step-line.exp: Ditto.
24516         * gdb.base/step-test.exp: Ditto.
24517         * gdb.base/until.exp: Ditto.
24518         * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
24519
24520 2003-01-17  David Carlton  <carlton@math.stanford.edu>
24521
24522         * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
24523         corresponding to PR c++/945.
24524         Update copyright.
24525
24526 2003-01-17  David Carlton  <carlton@math.stanford.edu>
24527
24528         * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
24529         corresponding to PR c++/68.
24530
24531 2003-01-17  David Carlton  <carlton@math.stanford.edu>
24532
24533         * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
24534         (test_paddr_hairy_functions): Call print_addr_2_kfail for
24535         hairyfunc5 through hairyfunc7.  KFAIL for PR c++/19.
24536
24537 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
24538
24539         * gdb.base/break.exp: Fix change of default location, because of
24540         removal of until tests.
24541         * gdb.base/help.exp: Update test for new 'until' help message.
24542         Add test for help on 'advance'.
24543         * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
24544
24545 2003-01-15  Mark Kettenis  <kettenis@gnu.org>
24546
24547         * gdb.base/default.exp: Adapt "info float" test for recent changes
24548         to that command.  Add test for "info vector".
24549         * gdb.base/float.exp: New file.  Add test for "info float" that
24550         resembles the old test in gdb.base/default.exp.
24551
24552 2003-01-15  David Carlton  <carlton@math.stanford.edu>
24553
24554         * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
24555
24556 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
24557
24558         * gdb.base/break.exp: Move the tests of until command from here...
24559         * gdb.base/until.exp: ... to here. New file. Add other tests.
24560         * gdb.base/advance.c: New file.
24561         * gdb.base/advance.exp: New file.
24562
24563 2003-01-14  Elena Zannoni  <ezannoni@redhat.com>
24564
24565         * gdb.base/args.c: New file.
24566         * gdb.base/args.exp: New file.
24567
24568 2003-01-14  Daniel Jacobowitz  <drow@mvista.com>
24569
24570         * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
24571
24572 2003-01-14  Daniel Jacobowitz  <drow@mvista.com>
24573
24574         * gdb.threads/killed.exp: Use KFAIL for gdb/568.
24575
24576 2003-01-14  Daniel Jacobowitz  <drow@mvista.com>
24577
24578         * gdb.base/constvars.exp: Remove two extra XFAILs.  Update copyright
24579         dates.
24580
24581 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
24582
24583         * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
24584
24585 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
24586
24587         * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
24588         (ptype &*"foo").
24589         * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
24590
24591 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
24592
24593         * gdb.mi/mi-console.exp: Remove extra "(known bug)".
24594         * gdb.mi/mi1-console.exp: Likewise.
24595
24596 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
24597
24598         * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
24599         * gdb.mi/mi1-console.exp: Likewise.
24600
24601 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
24602
24603         * gdb.c++/overload.exp: Remove some fixed XFAILs.
24604
24605 2003-01-09  Daniel Jacobowitz  <drow@mvista.com>
24606
24607         * gdb.base/detach.exp: New test.
24608
24609 2003-01-09  Daniel Jacobowitz  <drow@mvista.com>
24610
24611         * Makefile.in (ALL_SUBDIRS): New variable.
24612         (subdirs, clean, distclean): Use it.
24613         * gdb.arch/Makefile.in: Clean up Makefile.  Remove rules for
24614         regenerating Makefile, since it is generated from the top level.
24615         * gdb.asm/Makefile.in: Likewise.
24616         * gdb.base/Makefile.in: Likewise.
24617         * gdb.c++/Makefile.in: Likewise.
24618         * gdb.disasm/Makefile.in: Likewise.
24619         * gdb.java/Makefile.in: Likewise.
24620         * gdb.mi/Makefile.in: Likewise.
24621         * gdb.threads/Makefile.in: Likewise.
24622         * gdb.trace/Makefile.in: Likewise.
24623
24624 2003-01-09  David Carlton  <carlton@math.stanford.edu>
24625
24626         * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
24627         Add copyright year 2003.
24628
24629 2003-01-06  Michael Chastain  <mec@shout.net>
24630
24631         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
24632         When selecting a thread, 'line' and 'file' are optional.
24633         * gdb.mi/mi1-pthreads.exp: Likewise.
24634
24635 2003-01-06  Andreas Schwab  <schwab@suse.de>
24636
24637         * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
24638         failures.
24639
24640 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
24641
24642         Fix PR gdb/844
24643         * lib/gdb.exp (gdb_compile): Handle "quiet" option.
24644         (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
24645
24646         * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads.  Return
24647         instead of calling gdb_suppress_entire_file.
24648         * gdb.threads/print-threads.exp: Likewise.
24649         * gdb.threads/schedlock.exp: Likewise.
24650
24651         * gdb.threads/killed.exp: Return instead of calling
24652         gdb_suppress_entire_file.
24653         * gdb.threads/linux-dp.exp: Likewise.
24654         * gdb.threads/pthreads.exp: Likewise.
24655
24656 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
24657
24658         * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
24659         stabs.
24660         * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
24661         * gdb.base/whatis.exp: Always allow (void) after function names.
24662
24663 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
24664
24665         * gdb.c++/casts.exp: Correct regexp.
24666
24667 2003-01-04  Mark Kettenis  <kettenis@gnu.org>
24668
24669         * configure.in: Call AC_CONFIG_HEADER.  Don't call
24670         AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
24671         gdb.disasm, gdb.mi, gdb.threads and gdb.trace.  Call
24672         AC_CHECK_HEADERS on pthread.h.  Put Makefiles in the
24673         aforementioned directories in the AC_OUPUT call.
24674         * config.hin: New file.
24675         * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
24676         gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
24677         gdb.threads/killed.exp, gdb.threads/print-threads.exp,
24678         gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
24679         pass -I$objdir instead of -I$objdir/$subdir in compilation.
24680         * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
24681         gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
24682         gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
24683         gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
24684         gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
24685         gdb.threads/configure.in, gdb.threads/configure,
24686         gdb.threads/config.in, gdb.trace/configure.in,
24687         gdb.trace/configure: Removed.
24688
24689 2003-01-03  Michael Chastain  <mec@shout.net>
24690
24691         * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
24692         testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
24693
24694 2003-01-03  Daniel Jacobowitz  <drow@mvista.com>
24695
24696         * gdb.base/store.exp: Fix regular expressions.
24697
24698 2002-12-28  Mark Kettenis  <kettenis@gnu.org>
24699
24700         * configure.in: Rewrite.
24701         * configure: Regenerated.
24702
24703 2003-01-03  David Carlton  <carlton@math.stanford.edu>
24704
24705         * gdb.base/psymtab.exp: New file.
24706         * gdb.base/psymtab1.c: Ditto.
24707         * gdb.base/psymtab2.c: Ditto.
24708
24709 2002-12-23  Adam Fedor  <fedor@gnu.org>
24710
24711         * gdb.base/maint.exp: Update expect output to include 'ObjC'.
24712
24713 2002-12-23  David Carlton  <carlton@math.stanford.edu>
24714
24715         * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
24716         and current_directory initialization.
24717
24718 2002-12-22  Jim Blandy  <jimb@redhat.com>
24719
24720         * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
24721         rather than as part of the output file name.
24722
24723         * gdb.base/attach.exp: There's no need to copy the test program to
24724         /tmp; that was only ever necessary on HP/UX, and this test is
24725         entirely disabled there anyway.
24726
24727 2002-12-21  Jim Blandy  <jimb@redhat.com>
24728
24729         * gdb.c++/psmang.exp: Doc fix.
24730
24731         * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
24732         test.
24733
24734 2002-12-20  David Carlton  <carlton@math.stanford.edu>
24735
24736         * gdb.c++/annota2.exp: KFAIL annotate-quit.
24737
24738 2002-12-18  Michael Chastain  <mec@shout.net>
24739
24740         * gdb.c++/annota2.exp: Add copyright year 2002.
24741
24742 2002-12-17  David Carlton  <carlton@math.stanford.edu>
24743
24744         * gdb.c++/try_catch.cc: Add marker comments.
24745         * gdb.c++/try_catch.exp: Get line numbers from marker comments.
24746         * gdb.c++/m-data.cc: Delete namespace __gnu_test.
24747         * gdb.c++/m-static.cc: Ditto.
24748         * gdb.c++/m-static1.cc: Ditto.
24749         * gdb.c++/try_catch.cc: Ditto.
24750
24751 2002-12-16  Jeff Johnston  <jjohnstn@redhat.com>
24752
24753         * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
24754         to see whether we are using the new -environment-directory
24755         command which resets via -r or the old version of the command
24756         which may prompt the user.  Part of fix for gdb/741.
24757
24758 2002-12-13  Andrew Cagney  <ac131313@redhat.com>
24759
24760         * gdb.fortran/types.exp: Update obsolete comment.
24761         * gdb.fortran/exprs.exp: Ditto.
24762         * lib/gdb.exp: Delete obsolete code.
24763         * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
24764         * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
24765         * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
24766         * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
24767         * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
24768         * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
24769         * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
24770         * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
24771         * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
24772         * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
24773         * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
24774         * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
24775         * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
24776         * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
24777         * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
24778         * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
24779         * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
24780         * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
24781         * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
24782         * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
24783         * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
24784         * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
24785         * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
24786         * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
24787         * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
24788         * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
24789         * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
24790         * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
24791         * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
24792         * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
24793         * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
24794         * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
24795         * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
24796         * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
24797         * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
24798         * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
24799         * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
24800
24801 2002-12-11  David Carlton  <carlton@math.stanford.edu>
24802
24803         * gdb.c++/m-data.exp: Add test for members that shadow global
24804         variables: see PR gdb/804.
24805         * gdb.c++/m-data.cc: Ditto.
24806
24807 2002-12-10  Daniel Jacobowitz  <drow@mvista.com>
24808
24809         * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
24810
24811 2002-12-06  David Carlton  <carlton@math.stanford.edu>
24812
24813         * gdb.base/store.c: Don't declare functions static.
24814
24815 2002-12-04  Andrew Cagney  <ac131313@redhat.com>
24816
24817         * gdb.base/store.exp, gdb.base/store.c: New files.
24818
24819 2002-12-03  Daniel Jacobowitz  <drow@mvista.com>
24820
24821         * gdb.base/selftest.exp: Update for current gdb.
24822
24823 2002-12-03  Daniel Jacobowitz  <drow@mvista.com>
24824
24825         * gdb.base/maint.exp: Only dump symbols from one source file
24826         or objfile.
24827
24828 2002-12-03  Daniel Jacobowitz  <drow@mvista.com>
24829
24830         * gdb.base/step-test.exp: Allow MIPS to return to the line of a
24831         function call.
24832
24833 2002-11-25  Jim Blandy  <jimb@redhat.com>
24834
24835         * lib/mi-support.exp (mi_delete_breakpoints): Change name of
24836         function appearing in error message.
24837
24838 2002-11-21  Daniel Jacobowitz  <drow@mvista.com>
24839
24840         * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
24841
24842 2002-11-08  Jeff Johnston  <jjohnstn@redhat.com>
24843
24844         * lib/mi-support.exp (mi_gdb_start): Verify the startup message
24845         for mi1 and current mi is in correct format.  New mi startup message
24846         should be in mi console format.  This is part of fix for PR gdb/604.
24847
24848 2002-09-18  Fernando Nasser  <fnasser@redhat.com>
24849
24850         * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
24851         which explicitly prints the zero offset as "+0".
24852
24853 2002-10-22  Daniel Jacobowitz  <drow@mvista.com>
24854
24855         * gdb.threads/schedlock.c (args): Make unsigned.
24856
24857 2002-10-21  Daniel Jacobowitz  <drow@mvista.com>
24858
24859         * gdb.asm/asm-source.exp: Add "mips*-*" pattern.  Update line
24860         numbers.  Allow "foo2|selected stack frame".
24861         * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
24862         * gdb.asm/asmsrc2.s: Likewise.
24863         * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end.  Update
24864         comments.
24865         * gdb.asm/mips.inc: New file.
24866
24867 2002-10-18  Adam Fedor  <fedor@gnu.org>
24868
24869         * gdb.base/default.exp: Update expected output to include 'ObjC'.
24870         * gdb.base/help.exp: Likewise.
24871
24872 2002-10-17  Kevin Buettner  <kevinb@redhat.com>
24873
24874         * gdb.base/constvars.c (struct crass, struct crisp): New structs.
24875         * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
24876
24877 2002-10-02  Jim Blandy  <jimb@redhat.com>
24878
24879         * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
24880
24881 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
24882
24883         * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
24884         * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
24885         * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
24886         * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
24887         * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
24888         * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
24889         * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
24890
24891 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
24892
24893         * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
24894         * mi0-disassemble.exp, mi0-eval.exp: Delete.
24895         * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
24896         * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
24897         * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
24898         * mi0-var-block.exp, mi0-var-child.exp: Delete.
24899         * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
24900
24901 2002-09-27  Kevin Buettner  <kevinb@redhat.com>
24902
24903         * gdb.base/annota1.exp (info break): Make directory components of
24904         path optional since not all compilers emit this debug information.
24905
24906         * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
24907         step ends up stepping out of the function instead of stopping on
24908         the epilogue.
24909
24910 2002-09-26  Keith Seitz  <keiths@redhat.com>
24911
24912         * lib/insight-support.exp (gdbtk_start): Figure out where
24913         the insight executable is based on where gdb is. Use this
24914         executable to start insight instead of gdb.
24915
24916 2002-09-25  Andrew Cagney  <cagney@redhat.com>
24917
24918         * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
24919
24920 2002-09-24  Andrew Cagney  <ac131313@redhat.com>
24921
24922         * gdb.gdb/complaints.exp (test_initial_complaints): Rename
24923         test_isolated_complaints.
24924         (test_empty_complaint): New function.
24925         (test_empty_complaints): New function.  Check no output when no
24926         complaints.
24927
24928 2002-09-19  Jim Blandy  <jimb@redhat.com>
24929
24930         * gdb.base/charset.exp, gdb.base/charset.c: New files.
24931
24932 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
24933
24934         * gdb.gdb/complaints.exp: New file.
24935
24936 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
24937
24938         * gdb.base/maint.exp: Check `help maint internal-warning'.
24939
24940 2002-09-18  David Carlton  <carlton@math.stanford.edu>
24941
24942         * gdb.c++/m-static.exp: Remove breakpoints depending on line
24943         numbers, and replace them by a single breakpoint after the
24944         constructors are all finished.
24945         Add test 4.
24946         * gdb.c++/m-static.cc: Add test 4.
24947         * gdb.c++/m-static.h: New file.
24948         * gdb.c++/m-static1.cc: New file.
24949
24950         * gdb.c++/printmethod.exp: New file.
24951         * gdb.c++/printmethod.cc: New file.
24952
24953         * gdb.c++/pr-574.exp: New file.
24954         * gdb.c++/pr-574.cc: New file.
24955
24956 2002-09-18  Corinna Vinschen  <vinschen@redhat.com>
24957
24958         * gdb.base/ending-run.exp: Add handling of "step to end of run" for
24959         embedded targets which never actually exit.
24960
24961 2002-09-18  Fernando Nasser  <fnasser@redhat.com>
24962
24963         * gdb.base/ending-run.exp: Properly mark "continue after exit" and
24964         "don't step after run" as unresolved or unsupported, instead of xfail.
24965
24966 2002-09-18  Corinna Vinschen  <vinschen@redhat.com>
24967
24968         * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
24969         allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
24970         Add newline to expected string in "step out of main (status wrapper)"
24971         case.
24972
24973 2002-09-18  Corinna Vinschen  <vinschen@redhat.com>
24974
24975         * lib/gdb.exp (rerun_to_main): Allow restarting application.
24976         * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
24977
24978 2002-09-17  Tom Tromey  <tromey@redhat.com>
24979
24980         * gdb.base/printcmds.exp (test_print_string_constants): Expect
24981         \000, not \0, in double-quoted string.
24982
24983 2002-09-14  Corinna Vinschen  <vinschen@redhat.com>
24984
24985         * gdb.base/commands.exp: Don't expect a "Program exited normally"
24986         string after running the commands execution on breakpoint tests.
24987
24988 2002-09-13  Corinna Vinschen  <vinschen@redhat.com>
24989
24990         * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
24991
24992 2002-09-12  Joel Brobecker  <brobecker@gnat.com>
24993
24994         * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
24995
24996 2002-09-10  Keith Seitz  <keiths@redhat.com>
24997
24998         * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
24999         runto proc.
25000         (mi_run_to_main): Use mi_runto.
25001         (mi_execute_to): Renamed from mi_run_to. Changed all callers.
25002
25003 2002-09-10  Keith Seitz  <keiths@redhat.com>
25004
25005         * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
25006         regexp for stopping at main. Could have multiple event notifications.
25007         Don't assume that main was declared with no parameters.
25008         (mi_next): Use mi_step_to.
25009         (mi_step): Use mi_next_to.
25010
25011 2002-09-09  Corinna Vinschen  <vinschen@redhat.com>
25012
25013         * gdb.base/default.exp: Fix expected string in `info float' test.
25014
25015 2002-09-09  Ben Elliston  <bje@redhat.com>
25016
25017         * config/mips.exp: Update comments.
25018         * config/mips-idt.exp: Likewise.
25019         * config/nind.exp: Likewise.
25020         * config/slite.exp: Likewise.
25021         * config/sparclet.exp: Likewise.
25022         * config/udi.exp: Likewise.
25023         * config/vx.exp: Likewise.
25024         * config/vxworks29k.exp: Likewise.
25025
25026 2002-09-05  Jim Blandy  <jimb@redhat.com>
25027
25028         * gdb.threads/killed.exp: Fix test failure message.
25029
25030 2002-09-04  Keith Seitz  <keiths@redhat.com>
25031
25032         * lib/mi-support.exp: Update copyright.
25033         (mi_gdb_test): Increase the priority of the expected pattern
25034         so that it matches gdb_test.
25035
25036 2002-09-03  Keith Seitz  <keiths@redhat.com>
25037
25038         * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
25039         Use integer comparison instead of string comparison for testing
25040         whether binary was built.
25041
25042 2002-09-03  Jim Blandy  <jimb@redhat.com>
25043
25044         * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
25045
25046 2002-08-29  Jim Blandy  <jimb@redhat.com>
25047
25048         * gdb.threads/pthreads.exp: Move the portable thread compilation
25049         code into a function in lib/gdb.exp, and call that from here.
25050         * lib/gdb.exp (gdb_compile_pthreads): New function.
25051
25052 2002-08-29  Keith Seitz  <keiths@redhat.com>
25053
25054         * lib/mi-support.exp (mi_gdb_test): Add global declaration for
25055         expect_out so that callers can get at it.
25056
25057 2002-08-23  Daniel Jacobowitz  <drow@mvista.com>
25058
25059         * gdb.threads/print-threads.c: New file.
25060         * gdb.threads/print-threads.exp: New file.
25061         * gdb.threads/schedlock.c: New file.
25062         * gdb.threads/schedlock.exp: New file.
25063
25064 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
25065
25066         * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
25067         not altivec.c.
25068
25069 2002-08-17  Mark Kettenis  <kettenis@gnu.org>
25070
25071         * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
25072         targets.  The problem should be fixed now.
25073
25074 2002-08-15  Mark Kettenis  <kettenis@gnu.org>
25075
25076         * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
25077         2002-07-24 change that removes final dots from error messages.
25078
25079 2002-08-13  Tom Tromey  <tromey@redhat.com>
25080
25081         * gdb.base/readline.exp: New file.
25082
25083 2002-08-01  Andrew Cagney  <ac131313@redhat.com>
25084
25085         * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
25086         supress message.
25087
25088 2002-08-01  Andrew Cagney  <cagney@redhat.com>
25089
25090         * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
25091         CHILL_FOR_TARGET and CHILL_LIB.
25092         * configure.in (configdirs): Remove gdb.chill.
25093         * configure: Regenerate.
25094         * lib/gdb.exp: Obsolete references to chill.
25095         * gdb.fortran/types.exp: Ditto.
25096         * gdb.fortran/exprs.exp: Ditto.
25097
25098 2002-07-30  Kevin Buettner  <kevinb@redhat.com>
25099
25100         * gdb.base/shlib-call.exp (additional_flags): Conditionally
25101         set Irix-specific compile and link flags.
25102
25103 2002-07-29  Kevin Buettner  <kevinb@redhat.com>
25104
25105         * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
25106         source files.  The ``-o'' option doesn't work with the ``-E'' option
25107         when using the Irix compiler.
25108
25109 2002-07-19  Daniel Jacobowitz  <drow@mvista.com>
25110
25111         * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
25112         Improve support for reusing an exec file.  Copy exec file
25113         to target, and run gdbserver on the target instead of on the host.
25114
25115 2002-07-18  Jim Blandy  <jimb@redhat.com>
25116
25117         * gdb.base/ending-run.exp: Don't expect to see the program end in
25118         some orderly fashion when we're running on a real stand-alone
25119         board.
25120
25121         * gdb.base/interrupt.exp: Correct logic for skipping tests on
25122         targets that don't support interrupts.
25123
25124 2002-07-10  Paul N. Hilfinger  <hilfingr@otisco.mckusick.com>
25125
25126         * gdb.base/attach.exp: Add patterns to match output from /proc-based
25127         systems.
25128         Move comments in expect statements to inside the actions, so that they
25129         don't get matched against.
25130
25131 2002-07-10  Mark Kettenis  <kettenis@gnu.org>
25132
25133         * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
25134         function when asleep" test.
25135
25136 2002-07-10  Andrew Cagney  <ac131313@redhat.com>
25137
25138         * gdb.base/page.exp: Rewrite to handle problems with very long
25139         `info set' output.  Update copyright.
25140
25141 2002-06-26  Andrew Cagney  <ac131313@redhat.com>
25142
25143         * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
25144         gdb.threads-hp.
25145         * gdb.hp/configure: Regenerate.
25146         * gdb.hp/gdb.threads-hp/configure.in: Delete file.
25147         * gdb.hp/gdb.threads-hp/configure: Delete file.
25148         * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
25149
25150 2002-06-22  Andrew Cagney  <ac131313@redhat.com>
25151
25152         * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
25153         setlocale, bindtextdomain and textdomain.
25154
25155 2002-06-11  Jim Blandy  <jimb@redhat.com>
25156
25157         * lib/gdb.exp (get_debug_format): Tolerate message saying whether
25158         preprocessor macro information is present.
25159
25160         * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
25161         tests.
25162
25163 2002-06-06  Michael Snyder  <msnyder@redhat.com>
25164
25165         * gdb.base/overlays.exp: Record addresses of overlay
25166         functions in TCL variables rather than in GDB variables,
25167         to avoid having GDB convert them to pointers (with loss
25168         of information).
25169
25170         * gdb.base/d10v.ld: Merge in several years worth of
25171         default linker script changes.
25172         * gdb.base/long_long.exp: Add check for sizeof (long double).
25173
25174 2002-06-06  Michal Ludvig  <mludvig@suse.cz>
25175
25176         * gdb.asm/asm-source.exp: Add x86-64 target.
25177         * gdb.asm/x86_64.inc: New.
25178
25179 2002-05-30  Michael Chastain  <mec@shout.net>
25180
25181         From Benjamin Kosnik <bkoz@redhat.com>:
25182         * gdb.c++/m-static.cc: New file.
25183         * gdb.c++/m-static.exp: New file.
25184
25185 2002-05-28  Michael Snyder  <msnyder@redhat.com>
25186
25187         * gdb.base/call-ar-st.exp: Allow for reduced floating point
25188         precision.
25189
25190 2002-05-27  Michael Chastain  <mec@shout.net>
25191
25192         From Benjamin Kosnik <bkoz@redhat.com>:
25193         * gdb.c++/m-data.cc: New file.
25194         * gdb.c++/m-data.exp: New file.
25195
25196 2002-05-27  Michael Chastain  <mec@shout.net>
25197
25198         From Benjamin Kosnik <bkoz@redhat.com>:
25199         * gdb.c++/try_catch.cc: New file.
25200         * gdb.c++/try_catch.exp: New file.
25201
25202 2002-05-27  Michael Chastain  <mec@shout.net>
25203
25204         * gdb.c++/local.exp: Accept more nested types in output.
25205
25206 2002-05-26  Michael Chastain  <mec@shout.net>
25207
25208         * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
25209
25210 2002-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
25211
25212         * lib/gdb.exp (gdb_wrapper_init): Just because
25213         gdb_wrapper_file exists, this does not mean that the file
25214         should not be rebuilt.  That is what gdb_wrapper_initialized
25215         is for.
25216         (default_gdb_init): Reset gdb_wrapper_initialized.
25217
25218 2002-05-23  Michael Snyder  <msnyder@redhat.com>
25219
25220         * gdb.base/all-bin.exp: Revise previous patch by just reducing
25221         the precision of the floating point test results.
25222         * gdb.base/call-rt-st.exp: Ditto.
25223
25224         * gdb.base/all-bin.exp: Allow for reduced floating point precision.
25225         * gdb.base/call-rt-st.exp: Ditto.
25226
25227 2002-05-19  Michael Chastain  <mec@shout.net>
25228
25229         * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
25230
25231 2002-05-19  Elena Zannoni  <ezannoni@redhat.com>
25232
25233         * configure.in (configdirs): Add gdb.arch.
25234         * configure: Regenerate.
25235
25236 2002-05-17  Jim Blandy  <jimb@redhat.com>
25237
25238         * gdb.base/completion.exp: Recognize the more detailed error
25239         messages produced by the macro expander's lexical analyzer.
25240
25241 2002-05-14  Elena Zannoni  <ezannoni@redhat.com>
25242
25243         * gdb.arch/altivec-abi.c: New file.
25244         * gdb.arch/altivec-abi.exp: New file.
25245         * gdb.arch/altivec-regs.c: New file.
25246         * gdb.arch/altivec-regs.exp: New file.
25247
25248 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
25249
25250         * gdb.base/maint.exp (maint print type): Update for new type
25251         structure.
25252
25253 2002-05-14  Elena Zannoni  <ezannoni@redhat.com>
25254
25255         * gdb.arch: New directory.
25256         * gdb.arch/configure.in: New file.
25257         * gdb.arch/configure: New file.
25258         * gdb.arch/Makefile.in: New file.
25259
25260 2002-05-13  Corinna Vinschen  <vinschen@redhat.com>
25261
25262         * gdb.asm/asm-source.exp: Add v850 as supported target.
25263         * gdb.asm/v850.inc: New file.
25264
25265 2002-05-13  Daniel Jacobowitz  <drow@mvista.com>
25266
25267         * gdb.c++/annota2.exp (annotate-quit): Add comment.
25268
25269 2002-05-12  Daniel Jacobowitz  <drow@mvista.com>
25270
25271         * gdb.base/break.exp: Check 'break "marker2"'.
25272
25273 2002-05-10  Michael Snyder  <msnyder@redhat.com>
25274
25275         * gdb.base/long_long.exp: Fix typo.
25276
25277 2002-05-10  Jim Blandy  <jimb@redhat.com>
25278
25279         * gdb.base/printcmds.exp: Don't xfail the ptype command.  This is
25280         a bug.
25281
25282         * gdb.base/printcmds.exp (test_integer_literals_rejected):
25283         Recognize more detailed error message produced by the macro
25284         expander's lexical analyzer.
25285         * lib/gdb.exp (test_print_reject): Same.
25286
25287 2002-05-09  Mark Kettenis  <kettenis@gnu.org>
25288
25289         * gdb.c++/method.exp: Fix typo.
25290
25291 2002-05-08  Michael Snyder  <msnyder@redhat.com>
25292
25293         * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
25294         * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
25295         * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
25296         * gdb.base/long_long.exp: Merge clauses for arm and xscale.
25297         Add iftarget clause for strongarm.
25298
25299 2002-05-06  Michael Snyder  <msnyder@redhat.com>
25300
25301         * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
25302         (gdb_continue_to_end): Accept output from status wrapper.
25303         * gdb.base/ending-run.exp: Add case for output from status wrapper.
25304         Clean up fail messages to match pass messages.
25305
25306         Enable the "needs_status_wrapper" testsuite feature.
25307         * lib/gdb.exp (gdb_wrapper_init): New procedure.
25308         (gdb_compile): Conditionally call gdb_wrapper_init.
25309         * gdb.base/a2-run.exp: Recognize output from status wrapper.
25310         * gdb.c++/method.exp: Recognize output from status wrapper.
25311
25312 2002-05-06  Ben Elliston  <bje@redhat.com>
25313 From Graydon Hoare  <graydon@redhat.com>
25314
25315         * config/sid.exp: Include support for "rawsid" protocol.
25316
25317 2002-05-03  Jim Blandy  <jimb@redhat.com>
25318
25319         * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
25320         * gdb.c++/hang3.C: New file.
25321
25322 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
25323
25324         * gdb.base/default.exp: Remove obsolete code.
25325         * gdb.c++/misc.exp: Ditto.  Update copyright.
25326         * gdb.c++/cplusfuncs.exp: Ditto.  Update copyright.
25327         * gdb.base/whatis.exp: Ditto.  Update copyright.
25328         * gdb.base/scope.exp: Ditto.  Update copyright.
25329         * gdb.base/ptype.exp: Ditto.  Update copyright.
25330         * gdb.base/printcmds.exp: Ditto.  Update copyright.
25331         * gdb.base/opaque.exp: Ditto.  Update copyright.
25332         * gdb.base/list.exp: Ditto.
25333         * gdb.base/funcargs.exp: Ditto.  Update copyright.
25334         * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
25335         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
25336         * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
25337         * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
25338         * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
25339         * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
25340
25341 2002-05-02  Michael Snyder  <msnyder@redhat.com>
25342
25343         * gdb.base/watchpoint.exp: Add xscale target.
25344         * gdb.base/long_long.exp: Add xscale target.
25345         * gdb.base/default.exp: Add xscale target.
25346
25347 2002-05-01  Jim Blandy  <jimb@redhat.com>
25348
25349         * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
25350         gdb.c++/hang.exp: New test.
25351
25352 2002-05-01  Fred Fish  <fnf@redhat.com>
25353
25354         * gdb.base/completion.exp: Handle completions of "./Make" for
25355         more than one completion possibility, as is the case when we
25356         build and test in the source tree.
25357
25358 2002-04-29  Anthony Green  <green@redhat.com>
25359
25360         * gdb.java/jmisc1.exp: New file.
25361         * gdb.java/jmisc2.exp: New file.
25362
25363 2002-04-24  Daniel Jacobowitz  <drow@mvista.com>
25364
25365         * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
25366
25367 2002-04-23  Elena Zannoni  <ezannoni@redhat.com>
25368
25369         * gdb.base/help.exp: Change 'help status' to allow for target
25370         dependent output differences.
25371
25372 2002-04-22  Michael Chastain  <mec@shout.net>
25373
25374         * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
25375
25376 2002-04-22  Michael Chastain  <mec@shout.net>
25377
25378         * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
25379
25380 2002-04-17  David S. Miller  <davem@redhat.com>
25381
25382         * gdb.asm/sparc64.inc: New file.
25383         * gdb.asm/asm-source.exp: Handle sparc64-*-*.
25384
25385 2002-04-19  Elena Zannoni  <ezannoni@redhat.com>
25386
25387         * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
25388         instruction file directly into the build tree.  Clean up at end of
25389         test.
25390
25391 2002-04-18  David S. Miller  <davem@redhat.com>
25392
25393         * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
25394         handle 64-bit platforms correctly.
25395         * gdb.base/maint.exp: Likewise.
25396
25397 2002-04-18  Kevin Buettner  <kevinb@redhat.com>
25398
25399         * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
25400         ``-fpic'' when compiling files comprising a shared library, but
25401         it does need additional linker flags in order to find shared
25402         libraries at run time.
25403
25404 2002-04-18  Kevin Buettner  <kevinb@redhat.com>
25405
25406         * gdb.base/cvexpr.c (use): New function.
25407         (main): Invoke use() on all global variables to prevent
25408         some linkers from deleting these otherwise unused symbols.
25409
25410 2002-04-17  Michael Chastain  <mec@shout.net>
25411 From David S. Miller  <davem@redhat.com>
25412
25413         * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
25414         handle 64-bit platforms correctly.
25415
25416 2002-04-12  Michael Snyder  <msnyder@redhat.com>
25417 From Jim Blandy  <jimb@redhat.com>
25418         * gdb.base/foo.c (foox): Remove section attribute; the linker
25419         script can handle this instead.
25420         * gdb.base/bar.c (barx): Same.
25421         * gdb.base/baz.c (bazx): Same.
25422         * gdb.base/grbx.c (grbxx): Same.
25423
25424         * gdb.base/overlays.exp: New test: check that GDB's manual overlay
25425         manager doesn't automatically unmap overlays unnecessarily.
25426
25427 2002-04-10  Martin M. Hunt  <hunt@redhat.com>
25428
25429         * gdb.base/ending-run.exp: Fix pattern for Mips targets
25430         stepping out of main.
25431
25432 2002-04-09  Michael Chastain  <mec@shout.net>
25433
25434         * gdb.c++/local.cc (main): Move call to marker1() inside nested
25435         scope so that the nested scope tests will make sense.
25436         * gdb.c++/local.exp: Write patterns that actually work with gcc
25437         (the HP patterns "were never known to work with gcc").
25438         Keep the old aCC patterns too.
25439
25440 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
25441
25442         * gdb.base/attach.exp: Correct target board test.
25443
25444 2002-04-08  Michael Chastain  <mec@shout.net>
25445
25446         * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
25447         in a const method.  Add some xfail and fail cases for configurations
25448         that do not emit the "const ...".
25449
25450 2002-04-07  Michael Chastain  <mec@shout.net>
25451
25452         * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
25453         Accept "A * const" and "const A * const" as type of "this".
25454         Fix spelling of getFunky throughout.  Make messages uniform.
25455
25456 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
25457
25458         Work around for PR gdb/285:
25459         * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
25460
25461 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
25462
25463         * gdb.asm/asm-source.exp: Build symbolic link to arch specific
25464         instructions file at run time instead of configure time.
25465         Sometimes we run the test in a directory that is not the one we
25466         configured in.
25467         * gdb.asm/configure.in: Delete creation of symlink.
25468         * gdb.asm/configure: Regenerate.
25469
25470 2002-04-05  J. Brobecker  <brobecker@gnat.com>
25471
25472         * gdb.gdb/xfullpath.exp: New test, to exercise the new
25473         xfullpath () function.
25474
25475 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
25476
25477         * gdb.asm/Makefile.in: Correct dependencies.
25478
25479         * gdb.asm/powerpc.inc: New file.
25480         * gdb.asm/asm-source.exp: Add PowerPC.
25481         * gdb.asm/configure.in: Likewise.
25482         * gdb.asm/configure: Regenerated.
25483
25484 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
25485
25486         * gdb.base/relocate.exp: New file.
25487         * gdb.base/relocate.c: New file.
25488
25489 2002-04-04  Fred Fish  <fnf@redhat.com>
25490
25491         * gdb.base/step-test.exp: Update comment regarding stopping in
25492         memcpy/bcopy calls inserted as part of the compiler runtime.
25493
25494 2002-04-04  Michael Snyder  <msnyder@redhat.com>
25495
25496         * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
25497
25498 2002-04-03  Daniel Jacobowitz  <drow@mvista.com>
25499
25500         * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
25501         (gdb_expect): Remove $notransfer hack.
25502
25503 2002-04-02  Daniel Jacobowitz  <drow@mvista.com>
25504
25505         * gdb.c++/classes.exp ("calling method for small class"): Match
25506         updated register output.
25507
25508 2002-03-30  Daniel Jacobowitz  <drow@mvista.com>
25509
25510         Fix PR gdb/452
25511         * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
25512         when finished.  Make gdb_file_cmd send "exec-file" when
25513         appropriate.
25514
25515 2002-03-30  Daniel Jacobowitz  <drow@mvista.com>
25516
25517         * gdb.base/attach.exp: Remove extra setup_xfail.
25518
25519 2002-03-26  Michael Snyder  <msnyder@redhat.com>
25520
25521         * gdb.base/default.exp: Add tests for dump, append, and restore.
25522         * gdb.base/help.exp: Add tests for dump, append, and restore.
25523         * gdb.base/dump.exp: New file, test dump, append and restore.
25524         * gdb.base/dump.c: New file.
25525
25526 2002-03-27  Michael Snyder  <msnyder@redhat.com>
25527
25528         * gdb.base/help.exp: Modify expect strings to reflect
25529         clean-ups in help messages.
25530
25531 2002-03-26  Fred Fish  <fnf@redhat.com>
25532
25533         * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
25534         have debugging info for those functions and the compiler uses them
25535         internally to copy structs around.
25536
25537 2002-03-26  Fred Fish  <fnf@redhat.com>
25538
25539         * gdb.base/list.exp: Revert the change made yesterday and add note
25540         about why we don't list the default lines for remote targets.
25541
25542 2002-03-25  Michael Snyder  <msnyder@redhat.com>
25543
25544         * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
25545
25546 2002-03-25  Fred Fish  <fnf@redhat.com>
25547
25548         * gdb.base/list.exp: This test works on remote targets so remove
25549         the short circuit for remote targets.  Update copyright.
25550
25551 2002-03-25  Fred Fish  <fnf@redhat.com>
25552
25553         * gdb.base/attach.exp: Fix logic error that was suppressing this
25554         test for all non hppa*-*-hpux* targets, instead of the hp target.
25555         Move comments closer to the suppression point.  Also now need to
25556         check that we are running natively.
25557
25558 2002-03-22  Michael Snyder  <msnyder@redhat.com>
25559
25560         * gdb.base/default.exp: Add test for gcore.  Update copyright.
25561         * gdb.base/help.exp: Add test for gcore.  Update copyright.
25562
25563 2002-03-06  Fred Fish  <fnf@redhat.com>
25564
25565         * gdb.base/funcargs.c:  Remove extraneous ';' character.
25566         * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
25567
25568 2002-03-04  Michael Chastain  <mec@shout.net>
25569
25570         * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
25571         accommodate gcc v3 function signature.
25572         * gdb.mi/mi0-var-cmd-exp: Ditto.
25573
25574 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
25575
25576         * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
25577         ``GNU/Linux'' or ``Linux kernel''
25578         * testsuite/gdb.threads/pthreads.c: Ditto.
25579
25580 2002-02-24  Michael Chastain  <mec@shout.net>
25581
25582         * gdb.threads/pthreads.c (thread1): Add a return statement.
25583         (thread2): Likewise.
25584         (foo): Likewise.
25585
25586 2002-02-23  Michael Chastain  <mec@shout.net>
25587
25588         * gdb.threads/linux-dp.c (philosopher): Add a return statement
25589         to placate gcc.
25590
25591 2002-02-23  Michael Chastain  <mec@shout.net>
25592
25593         * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
25594         test "ptype bint".  The test passes on all my stabs configurations.
25595
25596 2002-02-21  Jim Blandy  <jimb@redhat.com>
25597
25598         * gdb.asm/asm-source.exp: Parse the output from `info sources' one
25599         filename at a time, and watch for the ones we want to see.
25600
25601         * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
25602         types of pointers to prototyped functions.
25603
25604 2002-02-20  Andrew Cagney  <ac131313@redhat.com>
25605
25606         * gdb.base/sizeof.c (main): Call fill_structs.  Print value of
25607         signed, unsigned and straight char.
25608         (padding_char, padding_short, padding_int, padding_long,
25609         padding_long_long, padding_float, padding_double,
25610         padding_long_double): New global variables.
25611         (fill, fill_structs): New functions.
25612
25613         * gdb.base/sizeof.exp: Check for signed and unsigned char.  Check
25614         for correctly sized writes.  Update copyright.
25615         (get_valueof): New procedure.
25616         (get_sizeof): Call get_valueof.
25617         (check_valueof): New procedure.
25618         (check_padding): New procedure.
25619
25620 2002-02-20  Michael Chastain  <mec@shout.net>
25621
25622         * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
25623         to setup_xfail.  Document some of the remaining calls.
25624
25625 2002-02-18  Michael Chastain  <mec@shout.net>
25626
25627         * gdb.c++/userdef.exp: Update copyright year.
25628
25629 2002-02-18  Daniel Jacobowitz  <drow@mvista.com>
25630
25631         * gdb.c++/userdef.exp: Test overloaded operators properly.
25632         Remove xfails.
25633
25634 2002-02-14  Michael Snyder  <msnyder@redhat.com>
25635
25636         * gdb.base/gcore.exp: Relax recognition of function breakpoint.
25637
25638 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
25639
25640         * gdb.base/a2-run.exp: Check for a remote target properly.
25641         * gdb.base/annota1.exp: Likewise.
25642         * gdb.base/list.exp: Likewise.
25643         * gdb.base/reread.exp: Likewise.
25644         * gdb.base/scope.exp: Likewise.
25645         * gdb.base/shlib-call.exp: Likewise.
25646         * gdb.base/term.exp: Likewise.
25647         * gdb.c++/annota2.exp: Likewise.
25648
25649 2002-02-13  Richard Earnshaw  <rearnsha@arm.com>
25650
25651         * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
25652
25653 2002-02-10  Michael Chastain  <mec@shout.net>
25654
25655         * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
25656         (call_after_alloca): Ditto.
25657
25658 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
25659
25660         * gdb.base/ending-run.exp: Guard "cont" test with
25661         gdb_skip_stdio_test.
25662
25663 2002-02-06  Jim Blandy  <jimb@redhat.com>
25664
25665         * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
25666         from here...
25667         * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
25668         To here.  Disable this test on non-HP platforms.  Add big comment.
25669
25670 2002-02-04  Michael Snyder  <msnyder@redhat.com>
25671
25672         * gdb.base/ovlymgr.c  (ovly_copy): Generalize for targets
25673           other than d10v and m32r.
25674
25675 2002-02-02  Richard Earnshaw  <rearnsha@arm.com>
25676
25677         * gdb.base/default.exp: Rewrite test patterns to reduce time
25678         taken to match them.
25679
25680 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
25681
25682         * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
25683         Allow a start function above main.
25684         * gdb.threads/linux-dp.exp: Fix copyright date.
25685
25686 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
25687
25688         * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
25689         (check_philosopher_stack): Check for manager thread before checking
25690         for a just-starting thread.
25691
25692 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
25693
25694         From Neil Booth <neil@daikokuya.demon.co.uk>:
25695         * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
25696         warnings.
25697
25698 2002-01-21  Fred Fish  <fnf@redhat.com>
25699
25700         * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
25701         not caller.
25702
25703 2002-01-21  Jim Blandy  <jimb@redhat.com>
25704
25705         * gdb.base/reread.exp: Check that GDB properly re-reads the
25706         executable file when it changes while no inferior is running.
25707
25708 2002-01-21  Fred Fish  <fnf@redhat.com>
25709
25710         * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
25711         optionally accept the "shlib events" variation.
25712
25713 2002-01-21  Jim Blandy  <jimb@redhat.com>
25714
25715         * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
25716         call `fflush' after every `printf', so that the output is produced
25717         at predictable points, regardless of whatever buffering does (or
25718         doesn't) take place.
25719         * gdb.base/ending-run.exp: Adjust tests to expect output to appear
25720         at different points.
25721
25722 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
25723
25724         * gdb.c++/inherit.exp: Update copyright years.
25725         * gdb.c++/method.exp: Likewise.
25726
25727 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
25728
25729         * gdb.c++/classes.exp: Update for improved v3 support and skipping
25730         artificial methods/arguments.
25731         * gdb.c++/derivation.exp: Likewise.
25732         * gdb.c++/inherit.exp: Likewise.
25733         * gdb.c++/method.exp: Likewise.
25734         * gdb.c++/virtfunc.exp: Likewise.
25735
25736 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
25737
25738         * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
25739         * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
25740         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
25741         * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
25742         * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
25743         * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
25744
25745 2002-01-17  Jim Blandy  <jimb@redhat.com>
25746
25747         * gdb.asm/asm-source.exp (info symbol): Take another shot at
25748         anchoring the pattern matching the entry point symbol's name.
25749
25750 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
25751
25752         * gdb.base/maint.exp: Update ``maint internal-error'' to match
25753         continue/quit query.  Update copyright.
25754
25755 2002-01-14  Michael Snyder  <msnyder@redhat.com>
25756
25757         * gdb.base/gcore.exp: Remove extra debugging output.
25758
25759 2002-01-13  Daniel Jacobowitz  <drow@mvista.com>
25760
25761         * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
25762         for slightly dubious v2 mangled string.
25763
25764 2002-01-13  Daniel Jacobowitz  <drow@mvista.com>
25765
25766         * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
25767
25768 2002-01-10  Jason Merrill  <jason@redhat.com>
25769
25770         * gdb.c++/namespace.exp: Accept trailing const for 'this'.
25771
25772         * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
25773         constructors.
25774         * gdb.c++/derivation.exp: Likewise.
25775         * gdb.c++/templates.exp: Likewise.
25776         * gdb.c++/virtfunc.exp: Likewise.
25777
25778 2002-01-10  Michael Snyder  <msnyder@redhat.com>
25779
25780         * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
25781
25782 2002-01-08  Michael Snyder  <msnyder@redhat.com>
25783
25784         * gdb.base/gcore.exp: New test for generate-core-file command.
25785         * gdb.base/gcore.c: Testcase for above.
25786         * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
25787
25788 2002-01-08  Jason Merrill  <jason@redhat.com>
25789
25790         * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
25791
25792 2002-01-07  Fred Fish  <fnf@redhat.com>
25793
25794         * gdb.c++/overload.exp: Remove unconditional xfails for:
25795         print foo_instance1.overloadargs(1)
25796         print foo_instance1.overloadargs(1, 2)
25797         print foo_instance1.overloadargs(1, 2, 3)
25798         print foo_instance1.overloadargs(1, 2, 3, 4)
25799         print foo_instance1.overloadargs(1, 2, 3, 4, 5)
25800         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
25801         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
25802         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
25803         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
25804         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
25805         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
25806         print foo_instance1.overload1arg()
25807         print foo_instance1.overload1arg((char)arg2)
25808         print foo_instance1.overload1arg((signed char)arg3)
25809         print foo_instance1.overload1arg((unsigned char)arg4)
25810         print foo_instance1.overload1arg((int)arg7)
25811         print foo_instance1.overload1arg((unsigned int)arg8)
25812         print foo_instance1.overload1arg((float)arg11)
25813         print foo_instance1.overload1arg((double)arg12)
25814
25815 2002-01-07  Michael Snyder  <msnyder@redhat.com>
25816
25817         * gdb.base/huge.exp: New test.  Print a very large target data object.
25818         (skip_huge_test): New test variable.  Define if you want to skip this
25819         test.  The test reads an 8 megabyte data object from the target, so it
25820         might be very time consuming on remote targets with a slow connection.
25821         * gdb.base/huge.c: New file.  Test case for above.
25822
25823 2002-01-07  Fred Fish  <fnf@redhat.com>
25824
25825         * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
25826         g_instance.bfoo, and g_instance.cfoo.
25827
25828 2002-01-07  Jeffrey A Law  <law@redhat.com>
25829
25830         * gdb.base/break.c (multi_line_if_conditional): New function.
25831         (multi_ilne_while_conditional): Likewise.
25832         * gdb.base/break.exp: Verify that a breakpoint on a multi-line
25833         IF or WHILE condition puts the breakpoint at the start of
25834         the condition.
25835
25836         * gdb.base/selftest.exp (backtrace through signal handler): Remove
25837         hppa*-*-hpux* expected failure.
25838         * gdb.base/structs.exp (do_function_calls): Similarly.
25839
25840         * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
25841         watchpoints.
25842
25843 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
25844
25845         Fix PR gdb/66.
25846         * gdb.base/structs.exp: Replace skip for a29k with skip for
25847         gdb,cannot_call_functions.
25848         * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
25849         * gdb.base/callfuncs.exp: Ditto.
25850         * gdb.base/call-rt-st.exp: Ditto.
25851         * gdb.base/call-strs.exp: Ditto.
25852         * gdb.base/callfwmall.exp: Ditto.
25853         * gdb.base/scope.exp: Obsolete xfail a29k.
25854         * gdb.c++/misc.exp: Ditto.
25855         * gdb.c++/cplusfuncs.exp: Ditto.
25856         * gdb.base/ptype.exp: Ditto.
25857         * gdb.base/printcmds.exp: Ditto.
25858         * gdb.base/opaque.exp: Ditto.
25859         * gdb.base/list.exp: Ditto.
25860         * gdb.base/funcargs.exp: Ditto.
25861         * gdb.base/default.exp: Ditto.
25862
25863 2002-01-04  Michael Snyder  <msnyder@redhat.com>
25864
25865         * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
25866         * gdb.base/maint.exp: Add tests for maint info sections options.
25867
25868 Fri Dec 21 09:42:11 2001  Jeffrey A Law  (law@redhat.com)
25869
25870         * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
25871
25872 2001-12-20  Corinna Vinschen  <vinschen@redhat.com>
25873
25874         * gdb.asm/arm.inc: New file.
25875         * gdb.asm/asm-source.exp: Add arm targets.
25876         * gdb.asm/configure.in: Ditto.
25877         * gdb.asm/configure: Recreated from configure.in.
25878
25879 Thu Dec 20 09:54:36 2001  Jeffrey A Law  (law@redhat.com)
25880
25881         * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
25882         with HP's compiler.
25883         * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
25884         * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
25885         * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
25886         * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
25887
25888         * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
25889         either HP's compilers or GCC.
25890
25891         * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
25892         a SIGBUS or SIGSEGV.
25893
25894         * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
25895
25896         * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
25897         can be compiled with either HP's compiler or GCC.
25898
25899         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
25900         * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
25901         * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
25902
25903         * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
25904         to match current gdb output.  Update due to using auto-solib-limit
25905         for limiting instead of overloading auto-solib-add.
25906         * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
25907         test program.
25908
25909         * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
25910         * gdb.hp/gdb.base-hp/dollar.exp: Likewise
25911         * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
25912         * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
25913         * gdb.hp/gdb.base-hp/reg.exp: Likewise.
25914         * gdb.hp/gdb.compat/xdb3.exp: Likewise.
25915         * gdb.hp/gdb.defects/bs15503.exp: Likewise.
25916         * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
25917         * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
25918         * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
25919         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
25920         * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
25921         * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
25922
25923         * gdb.base/annota1.exp: Expect failure for hpux11 when posting
25924         a SIGTRAP to the inferior.
25925
25926 2001-12-19  Corinna Vinschen  <vinschen@redhat.com>
25927
25928         * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
25929         Substitute call to target_link by call to gdb_compile.
25930
25931 Wed Dec 19 14:10:57 2001  Jeffrey A Law  (law@redhat.com)
25932
25933         * gdb.base/break.exp: Fix HP specific search string when testing
25934         backtracing in a called function.
25935
25936         * gdb.base/constvars.exp: Only set lang to C++ if we're
25937         compiling the test with HP's compilers.
25938         * gdb.base/volatile.exp: Similarly.
25939
25940 2001-12-19  Jim Blandy  <jimb@redhat.com>
25941
25942         * gdb.base/printcmds.exp: Expect the null character to be printed
25943         as '\0', and the '\013' to be printed as '\v'.
25944         * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
25945         * gdb.base/setvar.exp: Same.
25946
25947 2001-12-17  Jim Blandy  <jimb@redhat.com>
25948
25949         * gdb.base/completion.exp: Rather than completing very long
25950         filenames, which can make the readline library produce output we
25951         don't recognize, cd to the directory first, and then complete
25952         using nice, short relative paths.
25953
25954         * gdb.base/completion.exp: On some systems, there is, in fact, a
25955         variable named `b' in scope, since GDB treats all static
25956         variables as being in scope.  So use `no_var_named_this'
25957         instead of `b'.
25958
25959         * gdb.base/corefile.exp: Recognize the message saying that GDB
25960         can't find the core file's registers as a failure.
25961
25962 2001-12-13  Jackie Smith Cashion  <jsmith@redhat.com>
25963
25964         * gdb.base/commands.exp (user_defined_command_test): Make "show user"
25965         test expect string more specific.
25966
25967 2001-12-13  Corinna Vinschen  <vinschen@redhat.com>
25968
25969         * gdb.asm/asm-source.exp: Add support for xstormy16.
25970         * gdb.asm/configure.in: Ditto.
25971         * gdb.asm/configure: Rebuild.
25972         * gdb.asm/xstormy16.inc: New file.
25973
25974 2001-12-10  Fred Fish  <fnf@redhat.com>
25975
25976         * gdb.base/maint.exp: Update to match changes in type dumping code.
25977
25978 2001-12-10  Jim Blandy  <jimb@redhat.com>
25979
25980         * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
25981         matching the entry point symbol's name at the beginning of the
25982         line.
25983
25984 2001-12-07  Daniel Jacobowitz  <drow@mvista.com>
25985
25986         * gdb.c++/classes.exp, gdb.c++/derivation.exp,
25987         gdb.c++/inherit.exp, gdb.c++/method.exp,
25988         gdb.c++/namespace.exp, gdb.c++/templates.exp,
25989         gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
25990         and class layout support.
25991
25992 2001-12-07  Daniel Jacobowitz  <drow@mvista.com>
25993
25994         * gdb.c++/classes.exp: Add test for static member function.
25995         * gdb.c++/misc.cc: Add class with static member function.
25996
25997 2001-12-07  Jim Blandy  <jimb@redhat.com>
25998
25999         If GDB says it can't find the struct the function returned, report
26000         those tests as `unsupported'.
26001         * gdb.base/call-rt-st.exp (print_struct_call): New function.
26002         Rewrite subsequent tests to use it.
26003
26004         If GDB says it can't find the struct the function returned, report
26005         those tests as `unsupported'.
26006         * gdb.base/structs.exp (call_struct_func): New function.
26007         (do_function_calls): Use call_struct_func to call the functions
26008         returning structs.
26009
26010         * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
26011         whether functions are prototyped or not, so we can't possibly pass
26012         arguments to t_float_values2 properly.
26013
26014         * gdb.base/break.exp: (test_next_with_recursion): Don't change the
26015         value of `timeout' for targets other than the mips*tx39-*.
26016
26017 2001-12-06  Michael Snyder  <msnyder@redhat.com>
26018
26019         * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
26020         and detect whether the start symbol has a leading underscore.
26021
26022 2001-12-04  Jim Blandy  <jimb@redhat.com>
26023
26024         * gdb.base/completion.exp: Clarify indentation.
26025
26026 2001-12-03  Jim Blandy  <jimb@redhat.com>
26027
26028         * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
26029         variables on the S/390, not `.word'.
26030
26031 2001-11-30  Jim Blandy  <jimb@redhat.com>
26032
26033         Add assembly-source tests for s390-ibm-linux.
26034         * gdb.asm/s390.inc: New file.
26035         * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
26036         the S/390 architecture.
26037         * gdb.asm/configure: Regenerated.
26038
26039 2001-11-30  Michael Snyder  <msnyder@redhat.com>
26040
26041         * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
26042         next, info source, info sources, info line, global and static
26043         variables, and static functions.
26044         * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
26045         * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
26046         * gdb.asm/asmsrc1.s: Add a static function and some variables.
26047         * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
26048         * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
26049         (gdbasm_leave): Restore frame pointer.
26050         (gdbasm_startup): Copy stack set-up from crt0.S.
26051
26052 2001-11-26  Fernando Nasser  <fnasser@redhat.com>
26053
26054         From 2001-11-12 Jackie Smith Cashion  <jsmith@redhat.com>:
26055         * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
26056         to a local (non-static) variable. Copy tstruct.a to a static buffer
26057         and return a pointer to that buffer.
26058         * gdb.base/callfwmall.c (t_structs_a): Ditto.
26059
26060 2001-11-24  Mark Kettenis  <kettenis@gnu.org>
26061
26062         * gdb.asm/configure.in: Fix recognition of ix86 target.
26063         * gdb.asm/configure: Regenerate.
26064
26065 2001-11-21  Michael Snyder  <msnyder@redhat.com>
26066
26067         * gdb.asm/sparc.inc: New file.
26068         * gdb.asm/asm-source.exp: Recognize sparc target.
26069         * gdb.asm/configure.in: Recognize sparc target.
26070         * gdb.asm/configure: Regenerate.
26071
26072 2001-11-21  Michael Snyder  <msnyder@redhat.com>
26073
26074         * gdb.asm/m32r.inc: New file.
26075         * gdb.asm/asm-source.exp: Recognize m32r target.
26076         * gdb.asm/configure.in: Recognize m32r target.
26077         * gdb.asm/configure: Regenerate.
26078
26079 2001-11-20  Michael Snyder  <msnyder@redhat.com>
26080
26081         * gdb.asm/i386.inc: New file.
26082         * gdb.asm/asm-source.exp: Recognize ix86 target.
26083         * gdb.asm/configure.in: Recognize ix86 target.
26084         * gdb.asm/configure: Regenerate.
26085
26086         * gdb.c++/namespace.exp: Fix quotes in output messages.
26087
26088 2001-11-14  Michael Snyder  <msnyder@redhat.com>
26089
26090         * gdb.base/code-expr.exp: New file.  Tests use of the "@code"
26091         qualifier in a type cast expression, to designate an address
26092         in the instruction space (Harvard architecture).
26093
26094 2001-11-13  Michael Snyder  <msnyder@redhat.com>
26095
26096         * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
26097         Tests for expressions using 'const' and 'volatile'.
26098
26099 2001-11-13  Corinna Vinschen  <vinschen@redhat.com>
26100
26101         * gdb.asm/asm-sources.exp: Allow defining linker flags.
26102
26103 2001-11-12  Daniel Jacobowitz  <drow@mvista.com>
26104
26105         * lib/mi-support.exp (mi_run_to_helper): Move comments
26106         outside of gdb_expect.
26107
26108 2001-11-11  Daniel Jacobowitz  <drow@mvista.com>
26109
26110         * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
26111         mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
26112         mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
26113         mi0_run_to): New functions.
26114         * gdb.mi/mi-simplerun.exp: Use them.
26115         * gdb.mi/mi0-simplerun.exp: Likewise.
26116         * gdb.mi/mi-var-cmd.exp: Likewise.
26117         * gdb.mi/mi0-var-cmd.exp: Likewise.
26118
26119 2001-11-10  Andrew Cagney  <ac131313@redhat.com>
26120
26121         * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
26122         * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
26123
26124 2001-11-09  Andrew Cagney  <ac131313@redhat.com>
26125
26126         * gdb.base/restore.exp: Include $expected value in restored test
26127         message.
26128
26129 2001-11-09  Andrew Cagney  <ac131313@redhat.com>
26130
26131         * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
26132         implemented.
26133
26134 2001-11-08  Michael Snyder  <msnyder@redhat.com>
26135
26136         * gdb.base/callfuncs.exp: Add tests for nested call dummies.
26137         Add pass/fail message for stop at breakpoint in call dummy function.
26138
26139 2001-11-07  Michael Snyder  <msnyder@redhat.com>
26140
26141         * gdb.c++/templates.exp (test_template_breakpoints):
26142         If we get an overload menu, but it does not match what
26143         we expect, we still need to issue the "cancel" command.
26144         * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
26145         making the whitespace optional.  Argument for "new" may be
26146         "unsigned" as well as "unsigned int/long".
26147         * gdb.c++/templates.exp: Replace "const &" with "const ?&",
26148         making the whitespace optional.  Also replace "(void) with
26149         "((void|)), making the keyword "void" optional.
26150         * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
26151         making the whitespace optional.  Also replace "(void) with
26152         "((void|)), making the keyword "void" optional.
26153         * gdb.base/callfuncs.c (t_float_values): This function must
26154         _not_ be prototyped, and the following function (t_float_values2)
26155         must be prototyped (if the compiler supports it), so that GDB
26156         can be tested against both cases.  Usually one case involves
26157         promotion of float to double, while the other does not.
26158         * gdb.base/callfwmall.c: Ditto.
26159         * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
26160         includes a stack frame for "start".
26161
26162 2001-11-05  Jim Blandy  <jimb@redhat.com>
26163
26164         * gdb.stabs/weird.exp: Delete "p v_comb" test.  It assumes that
26165         pointers are 32 bits long, and that offsets of relocs are always
26166         stored in the data (REL-style), and not in the reloc entry itself
26167         (RELA-style).
26168         * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
26169         stabs.
26170
26171 2001-11-01  Michael Snyder  <msnyder@redhat.com>
26172
26173         * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
26174         and regular expression operators by using quoting.
26175
26176 2001-10-31  Michael Snyder  <msnyder@redhat.com>
26177
26178         * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
26179         depending on what the symbol table contains.
26180         * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
26181         the output of the ptype command.  Similarly, accept both "const &"
26182         and "const&".
26183
26184 2001-10-31  Corinna Vinschen  <vinschen@redhat.com>
26185
26186         * gdb.base/miscexprs.c (main): Add usage of preprocessor
26187         symbol `STORAGE' to allow to choose the storage class of
26188         the local datastructures.
26189         * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
26190         compiler directive.
26191
26192 2001-10-30  Michael Snyder  <msnyder@redhat.com>
26193
26194         * gdb.base/jump.exp: Allow it to run for all targets.
26195
26196 2001-10-29  Corinna Vinschen  <vinschen@redhat.com>
26197
26198         * gdb.base/call-ar-st.c (print_double_array): Match for loop
26199         with new double_array size.
26200         (main): Change storage class of all local variables to static.
26201         Reduce size of double_array to 9.
26202         * gdb.base/call-ar-st.exp:  Increase timeout value.
26203         Change expected output for double array to match new size in
26204         call-ar-st.c.
26205
26206 2001-10-29  Corinna Vinschen  <vinschen@redhat.com>
26207
26208         * gdb.base/ending-run.exp: Create identical output when passing
26209         `step to end of run' case.  Add regular expression branch satisfying
26210         Stormy16 target.
26211
26212 2001-10-28  Mark Kettenis  <kettenis@gnu.org>
26213
26214         * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
26215         that we catch the expected failure under Linux/x86.
26216
26217 2001-10-29  Orjan Friberg  <orjanf@axis.com>
26218
26219         * gdb.base/setvar.exp: Escape curly braces.
26220         * gdb.stabs/weird.exp: Ditto.
26221
26222 2001-10-27  Daniel Jacobowitz  <drow@mvista.com>
26223
26224         * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
26225         * gdm.mi/mi0-hack-cli.exp: Likewise.
26226
26227 2001-10-25  Andrew Cagney  <ac131313@redhat.com>
26228
26229         * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
26230         messages.
26231
26232 2001-10-21  Andrew Cagney  <ac131313@redhat.com>
26233
26234         * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
26235         checking MI enabled.
26236
26237 2001-10-09  Corinna Vinschen  <vinschen@redhat.com>
26238
26239         * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
26240
26241 2001-10-04  Frank Ch. Eigler  <fche@redhat.com>
26242
26243         * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
26244         if gdb child process crashes, just signal an error.
26245
26246 2001-10-02  Jim Blandy  <jimb@redhat.com>
26247
26248         * lib/gdb.exp (test_xfail_format): Simplify.
26249
26250         * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
26251         front of the variable name `format'.  Simplify `if'.
26252
26253 2001-10-01  Daniel Jacobowitz  <drow@mvista.com>
26254
26255         * gdb.threads/pthreads.exp: Wait for output and delay
26256         before sending ^C.
26257
26258 2001-10-01  Daniel Jacobowitz  <drow@mvista.com>
26259
26260         * gdb.mi/mi-var-display.exp (continue to incr_a):  Recognize
26261         some incorrect output instead of timing out.
26262         * gdb.mi/mi-var-display.exp (continue to incr_a):  Likewise.
26263
26264 2001-09-28  Corinna Vinschen  <vinschen@redhat.com>
26265
26266         * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
26267         check to allow additional `int'.
26268
26269 2001-09-27  Daniel Jacobowitz  <drow@mvista.com>
26270
26271         * gdb.base/completion.exp: Remove incorrect 'p "a' test.
26272         Add tests for 'p "break' (pass) and 'p "break.' (xfail).
26273
26274 2001-09-27  Michael Snyder  <msnyder@redhat.com>
26275
26276         * lib/gdb.exp (test_debug_format): New proc.
26277         (setup_xfail_format): Use new proc test_debug_format.
26278         * gdb.base/constvars.exp (local_compiler_xfail_check): New
26279         proc; use new service proc test_debug_format.
26280         Replace all other "gcc_compiled" tests with this test.
26281         * gdb.base/volatile.exp (local_compiler_xfail_check): New
26282         proc; use new service proc test_debug_format.
26283         Replace all other "gcc_compiled" tests with this test.
26284
26285 2001-09-27  Michael Snyder  <msnyder@redhat.com>
26286
26287         * gdb.base/cvexpr.exp: New file.
26288         * gdb.base/cvexpr.c: New file
26289         Test for expressions using const and volatile keywords.
26290
26291 2001-09-26  Corinna Vinschen  <vinschen@redhat.com>
26292
26293         * gdb.base/constvars.exp: Check for different orders of keywords
26294         and additional "int" strings in output.
26295
26296 2001-09-22  Andrew Cagney  <ac131313@redhat.com>
26297
26298         * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
26299         responses from "help maint".
26300
26301 2001-09-19  Frank Ch. Eigler  <fche@redhat.com>
26302
26303         * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
26304         to localhost:NNN instead of :NNN, in case Xvfb is listening
26305         only on TCP.
26306
26307 2001-09-19  Corinna Vinschen  <vinschen@redhat.com>
26308
26309         * gdb.base/recurse.exp: When checking leaving the watchpoint
26310         scope, recognize when gdb is in function's epilogue and pass.
26311
26312 2001-09-18  Keith Seitz  <keiths@redhat.com>
26313
26314         * lib/insight-support.exp (_gdbtk_export_target_info): Add
26315         support for running tests against sid targets.
26316         (gdbtk_done): Ditto.
26317
26318 2001-09-18  Corinna Vinschen  <vinschen@redhat.com>
26319
26320         * gdb.base/ending-run.c (main): Set stdout buffersize
26321         to the same reasonable value for any target.
26322         * gdb.base/ending-run.exp: Add a regular expression
26323         to make testsuite happy on Sanyo Stormy16 target.
26324
26325 2001-09-17  Corinna Vinschen  <vinschen@redhat.com>
26326
26327         * gdb.base/display.c (do_loops): Add float variable `f'.
26328         Increment f in loop.
26329         * gdb.base/display.exp: Increment timeout by 60 seconds.
26330         Change float display test to use variable `f'.
26331
26332 2001-09-17  Jim Blandy  <jimb@redhat.com>
26333
26334         * gdb.base/restore.exp: Use temporary breakpoints, to avoid
26335         overflowing the limited breakpoint tables on some ROM monitors
26336         (like the ROM68K).
26337
26338 2001-09-15  Frank Ch. Eigler  <fche@redhat.com>
26339
26340         * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
26341         the "-ac" (disable access control) flag.
26342
26343 2001-08-30  Jeff Holcomb  <jeffh@redhat.com>
26344
26345         * gdb.base/remote.c: Use a small buffer for targets with 16-bit
26346         ints.
26347
26348 2001-08-30  Keith Seitz  <keiths@redhat.com>
26349
26350         * lib/gdb.exp: Move all insight-related functionality into
26351         separate file.
26352         * lib/insight-support.exp: New file.
26353
26354 2001-08-29  Frank Ch. Eigler  <fche@redhat.com>
26355
26356         * config/sid.exp (sid_start): Never set sid verbosity; disable
26357         expect_background {} that consumed its stdout; tolerate </dev/null.
26358         Attempt to set endianness override in "sid" protocol mode.  Cleanup.
26359
26360 2001-08-18  Andrew Cagney  <ac131313@redhat.com>
26361
26362         * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
26363         CLI jump command to start it.
26364         (mi_run_to_main): Fail immediatly when unexpected output.
26365
26366 2001-08-18  Andrew Cagney  <ac131313@redhat.com>
26367
26368         * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
26369         beginning of function.  Fix PR gdb/191.
26370
26371 2001-08-16  Frank Ch. Eigler  <fche@redhat.com>
26372
26373         * config/sid.exp (sid_start): Don't warn if we cannot figure out
26374         what to force sid endianness to.
26375
26376 2001-08-15  Keith Seitz  <keiths@redhat.com>
26377
26378         * lib/gdb.exp (gdbtk_start): Don't set environment
26379         variables for TCL_LIBRARY and friends. Insight will
26380         now figure these out for itself.
26381
26382 2001-08-02  Michael Snyder  <msnyder@redhat.com>
26383
26384         * gdb.base/completion.exp: Remove the symbol "a64l" from
26385         the expect string; this is target-specific, and not related
26386         to what is being tested.
26387
26388 2001-08-02  Dave Brolley  <brolley@redhat.com>
26389
26390         * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
26391
26392 2001-07-25  Michael Snyder  <msnyder@redhat.com>
26393
26394         * gdb.base/consecutive.exp: New file.  Test stepping over
26395         breakpoints on consecutive instructions.
26396         * gdb.base/consecutive.c: New file.
26397
26398         * gdb.base/call-rt-st.exp: Use double-backslash to quote
26399         curly braces in regular expressions.
26400
26401 2001-07-25  Michael Snyder  <msnyder@redhat.com>
26402
26403         * gdb.base/ending-run.exp: Accept "Program exited normally" as
26404         legitimate output from stepping out of main.
26405
26406 2001-07-22  Keith Seitz  <keiths@redhat.com>
26407
26408         * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
26409         the empty string, do not run the tests.
26410
26411 2001-07-17  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
26412
26413         * gdb.base/long_long.exp: Detect size of pointer.  Take into
26414         account 2-byte pointers when testing for p/a results.
26415
26416 2001-07-17  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
26417
26418         * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
26419         and defined to 1K for m68hc11.
26420         (random_data): Reduce table to 1K for embedded platforms (68hc11).
26421         * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
26422         (sizeof_random_data): New variable to tell the size of the data table;
26423         don't test past this size; always run to main.
26424
26425 2001-07-16  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
26426
26427         * gdb.base/return2.exp: return of long long and double fails for
26428         68HC11; don't execute these tests on that platform.
26429         * gdb.base/return.exp: Return of a double fails for 68hc11.
26430
26431 2001-07-16  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
26432
26433         * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
26434         tests that print a float.
26435         * call-rt-st.exp: Likewise.
26436
26437 2001-07-12  Mark Kettenis  <kettenis@gnu.org>
26438
26439         * gdb.base/so-impl-ld.exp: Remove stray space that prevented
26440         running this test on Linux.
26441
26442 2001-06-24  Michael Chastain  <chastain@redhat.com>
26443
26444         * gdb.base/arithmet.exp: Remove some tests to make all test names
26445         unique.
26446
26447 2001-07-03  Michael Snyder  <msnyder@redhat.com>
26448
26449         * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
26450         the output of the ptype command.
26451
26452 2001-07-02  Michael Snyder  <msnyder@redhat.com>
26453
26454         * gdb.base/completion.exp: Don't assume that break.c is the only
26455         source file that may contain functions named "marker".
26456         * gdb.base/corefile.exp: Quote the curly braces in regexp.
26457
26458 2001-06-28  Andrew Cagney  <ac131313@redhat.com>
26459
26460         * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
26461         of files to delete.
26462
26463         From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
26464         * gdb.disasm/h8300s.exp: New file.
26465         gdb.disasm/h8300s.s: Likewise.
26466
26467 2001-06-27  Andrew Cagney  <ac131313@redhat.com>
26468
26469         * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
26470         empty breakpoint tables.
26471
26472 2001-06-25  Andrew Cagney  <ac131313@redhat.com>
26473
26474         * lib/mi-support.exp: Update args=... part of stop-reason
26475         patterns. Accept either a list or a tuple.
26476
26477 2001-06-23  Andrew Cagney  <ac131313@redhat.com>
26478
26479         * lib/mi-support.exp: Remove local emacs variable defining
26480         change-log-default-name.
26481
26482 2001-06-22  Michael Chastain  <chastain@redhat.com>
26483
26484         * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
26485         This is operationally compatible with the previous version.
26486
26487 2001-06-13  Jim Blandy  <jimb@redhat.com>
26488
26489         * lib/gdb.exp (gdb_test): Doc fix.
26490
26491 2001-06-10  Michael Chastain  <chastain@redhat.com>
26492
26493         * gdb.base/exprs.exp: Remove a duplicate test.
26494
26495 2001-06-06  Jim Blandy  <jimb@redhat.com>
26496
26497         * gdb.base/return2.exp (main): Use values to test float and double
26498         returns that are not NaN's, to avoid being confused by IEEE
26499         comparison rules.
26500
26501 2001-06-04  Michael Snyder  <msnyder@redhat.com>
26502
26503         * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
26504         non-zero if control_c fails.  Terminate the test on failure,
26505         rather than wait for 12 more tests to time out.
26506
26507 2001-06-06  Jim Blandy  <jimb@redhat.com>
26508
26509         * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
26510         Don't forget to match the GDB prompt.
26511
26512         * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
26513
26514 2001-06-04  Jim Blandy  <jimb@redhat.com>
26515
26516         * gdb.base/help.exp: Update pattern to exclude `print-load-map'
26517         command.
26518
26519 2001-05-31  Kevin Buettner  <kevinb@redhat.com>
26520
26521         * gdb.base/annota1.exp (info break): Match four or more spaces
26522         after "Address".
26523
26524 2001-05-31  Michael Chastain  <chastain@redhat.com>
26525
26526         * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
26527         (dm_type_int_star): Likewise.
26528         (dm_type_long_star): Likewise.
26529         (dm_type_void_star): Likewise.
26530
26531 2001-05-29  Kevin Buettner  <kevinb@redhat.com>
26532
26533         * gdb.base/completion.exp (INPUTRC): Set this environment variable
26534         to a known value in order to get consistent results regardless
26535         of the setting of INPUTRC or the presence or contents of .inputrc.
26536
26537 2001-05-24  Michael Snyder  <msnyder@redhat.com>
26538
26539         * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
26540         Don't require that the main thread and the manager thread are the
26541         first in the list.
26542
26543         * gdb.threads/pthreads.exp (test_startup): Relax test for thread
26544         debugging.  If test fails, issue an "unsupported" not a "fail".
26545
26546 2001-05-24  Jim Blandy  <jimb@redhat.com>
26547
26548         Don't assume that short is shorter than int.
26549         * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
26550         assume that shorts are smaller than ints.  On a 16-bit machine,
26551         this isn't true.
26552         ("print unsigned char == (~0)"): Add test that verifies that ~0,
26553         an int, is not equal to ~0 stored in an unsigned char.  This tests
26554         the same thing that the previous test meant to, but works on
26555         16-bit machines, too.
26556         ("print unsigned char != (~0)"): Same test, complemented.
26557
26558 2001-05-24  Michael Snyder  <msnyder@redhat.com>
26559
26560         * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
26561         test for (full_coverage == 0).  This makes the test run faster,
26562         and prevents dejagnu getting out of step.
26563
26564 2001-05-23  Kevin Buettner  <kevinb@redhat.com>
26565
26566         * gdb.base/finish.exp (finish_void): Revise pattern for
26567         stopping on the call statement to not permit stopping at
26568         the start of the instructions comprising the call sequence.
26569
26570 2001-05-19  Michael Chastain  <chastain@redhat.com>
26571
26572         * gdb.base/callfuncs.exp: Make all test names unique.
26573         * gdb.base/commands.exp: Make all test names unique.
26574         * gdb.base/condbreak.exp: Make all test names unique.
26575         * gdb.base/dbx.exp: Make all test names unique.
26576         * gdb.base/default.exp: Make all test names unique.
26577         * gdb.base/define.exp: Make all test names unique.  Conform some FAIL
26578         and TIMEOUT messages to their corresponding PASS message.
26579         * gdb.base/ending-run.exp: Make all test names unique.
26580         * gdb.base/long_long.exp: Remove duplicate test.
26581
26582 2001-05-21  Kevin Buettner  <kevinb@redhat.com>
26583
26584         * gdb.base/finish.exp (finish_void): Allow "finish" command to
26585         stop on the call statement as well as the statement after the
26586         call.
26587
26588 2001-05-21  Michael Snyder  <msnyder@redhat.com>
26589
26590         * gdb.base/long_long.exp: Allow for targets with 4-byte short.
26591
26592 2001-05-10  Elena Zannoni  <ezannoni@redhat.com>
26593
26594         * gdb.base/completion.exp: Revamp test. Make it execute on all
26595         platforms.
26596
26597 2001-05-10  Elena Zannoni  <ezannoni@redhat.com>
26598
26599         * config/gdbserver.exp (gdb_load): Handle the case
26600         in which the arguments to gdbserver are given in the
26601         baseboard configuration file.
26602         Also handle the case in which the server needs to do a
26603         load.
26604
26605 2001-05-07  Keith Seitz <keiths@cygnus.com>
26606
26607         * lib/gdb.exp (gdbtk_initialize_display): New proc which will
26608         set up the display for testing.
26609         (gdbtk_start): Convert all paths to paths that tcl will like.
26610         Export target information to environment.
26611         (_gdbtk_xvfb_init): New proc to start Xvfb if available and
26612         necessary.
26613         (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
26614         (to_tcl_path): New proc to convert a given pathname into
26615         a path acceptible as an argument to a tcl command.
26616         (_gdbtk_export_target_info): New proc to export target info
26617         into the environment for gdbtk testing.
26618         (gdbtk_done): New proc to signal end-of-test.
26619
26620 2001-05-06  Jim Blandy  <jimb@redhat.com>
26621
26622         * restore.c: Make the code of caller0 correspond to its comment.
26623
26624 2001-05-03  Michael Snyder  <msnyder@redhat.com>
26625
26626         * config/sid.exp (gdb_target_sid): Check for error messages.
26627         On error or timeout, don't make expect exit (which will terminate
26628         all subsequent tests); instead just make gdb exit.
26629         (gdb_load): Check for error messages.  On error or timeout,
26630         return a negative value.
26631
26632 2001-04-24  Jim Blandy  <jimb@redhat.com>
26633
26634         * gdb.c++/templates.exp: If we see the prompt for the overload
26635         list, but we haven't recognized any of the longer patterns,
26636         arrange for this test to fail, not hang.
26637
26638         * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
26639         variations.
26640
26641 2001-04-22  Michael Chastain  <chastain@redhat.com>
26642
26643         * gdb.c++/local.exp: Use the 'runto' library function.
26644         * gdb.c++/namespace.exp: Likewise.
26645         * gdb.c++/overload.exp: Likewise.
26646
26647 2001-03-26  Kevin Buettner  <kevinb@redhat.com>
26648
26649         * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
26650         * gdb.base/step-line.exp: New file.  Test step/next in presence of
26651         #line directives.
26652         * gdb.base/step-line.c: New file.  Test program for the above.
26653         * gdb.base/step-line.inp: New file.  We pretend that this file has
26654         been transformed by some other tool into step-line.c.
26655
26656 2001-03-21  Jim Blandy  <jimb@redhat.com>
26657
26658         * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
26659         unmangled operator names.
26660
26661 2001-03-20  Jim Blandy  <jimb@redhat.com>
26662
26663         * gdb.threads/linux-dp.exp: Recognize an additional message
26664         generated by GDB when it doesn't understand how to debug threads
26665         on the target system.
26666
26667 2001-03-19  Andrew Cagney  <ac131313@redhat.com>
26668
26669         * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
26670
26671 2001-03-12  Michael Chastain  <chastain@redhat.com>
26672
26673         * gdb.c++/derivation.exp: Use the 'runto' library function.
26674
26675 2001-03-12  Michael Chastain  <chastain@redhat.com>
26676
26677         * gdb.c++/annota2.exp: Fix regular expression for "post-query".
26678
26679 2001-02-24  Michael Chastain  <chastain@redhat.com>
26680
26681         * gdb.c++/ref-types.exp: Change handwritten code to library
26682         function 'runto'.
26683
26684 2001-03-16  Orjan Friberg  <orjanf@axis.com>
26685
26686         * gdb.base/signals.exp: Set count to 0 explicitly.
26687
26688 2001-03-15  Mark Salter  <msalter@redhat.com>
26689
26690         * config/monitor.exp (gdb_target_cmd): Add explicit error return.
26691         (gdb_target_monitor): Add check of gdb_target_cmd return value.
26692         (gdb_load): Add support for additional target_info: gdb_download_size
26693         and gdb_load_timeout.
26694
26695 Thu Mar  8 16:06:00 2001  David Taylor  <taylor@redhat.com>
26696
26697         * gdb.base/annota1.exp: Move test of isnative to earlier in the
26698         file -- to prevent failing when the compile fails but we have no
26699         intention of running the tests anyway.
26700
26701         * gdb.base/long_long.exp: Test target_info for no_long_long, skip
26702         tests if set.
26703
26704         * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
26705         integers.
26706
26707         * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
26708         * gdb.c++/namespace.exp: Ditto.
26709
26710 2001-03-07  Orjan Friberg  <orjanf@axis.com>
26711
26712         * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
26713         * gdb.base/pointers.exp: Relax pattern match of decimals.
26714
26715 2001-03-06  Kevin Buettner  <kevinb@redhat.com>
26716
26717         * Makefile.in, config/abug.exp, config/cfdbug.exp,
26718         config/cpu32bug.exp, config/dve.exp, config/est.exp,
26719         config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
26720         config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
26721         config/monitor.exp, config/proelf.exp, config/rom68k.exp,
26722         config/sh.exp, config/sid.exp, config/slite.exp,
26723         config/sparclet.exp, config/udi.exp, config/unknown.exp,
26724         config/vr4300.exp, config/vr5000.exp, config/vx.exp,
26725         config/vxworks.exp, config/vxworks29k.exp,
26726         gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
26727         gdb.base/all-bin.exp, gdb.base/annota1.exp,
26728         gdb.base/arithmet.exp, gdb.base/assign.exp,
26729         gdb.base/async.exp, gdb.base/attach.exp,
26730         gdb.base/bitfields.exp, gdb.base/bitops.exp,
26731         gdb.base/break.exp, gdb.base/call-ar-st.exp,
26732         gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
26733         gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
26734         gdb.base/commands.exp, gdb.base/completion.exp,
26735         gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
26736         gdb.base/constvars.exp, gdb.base/corefile.exp,
26737         gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
26738         gdb.base/display.exp, gdb.base/ena-dis-br.exp,
26739         gdb.base/ending-run.exp, gdb.base/environ.exp,
26740         gdb.base/eval-skip.exp, gdb.base/exprs.exp,
26741         gdb.base/finish.exp, gdb.base/foll-exec.exp,
26742         gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
26743         gdb.base/funcargs.exp, gdb.base/help.exp,
26744         gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
26745         gdb.base/logical.exp, gdb.base/long_long.exp,
26746         gdb.base/maint.exp, gdb.base/mips_pro.exp,
26747         gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
26748         gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
26749         gdb.base/pointers.exp, gdb.base/printcmds.exp,
26750         gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
26751         gdb.base/regs.exp, gdb.base/relational.exp,
26752         gdb.base/remote.exp, gdb.base/reread.exp,
26753         gdb.base/restore.exp, gdb.base/return2.exp,
26754         gdb.base/scope.exp, gdb.base/sect-cmd.exp,
26755         gdb.base/selftest.exp, gdb.base/setshow.exp,
26756         gdb.base/setvar.exp, gdb.base/shlib-call.exp,
26757         gdb.base/sigall.exp, gdb.base/signals.exp,
26758         gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
26759         gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
26760         gdb.base/step-test.exp, gdb.base/structs.c,
26761         gdb.base/structs.exp, gdb.base/structs2.exp,
26762         gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
26763         gdb.base/volatile.exp, gdb.base/watchpoint.exp,
26764         gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
26765         gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
26766         gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
26767         gdb.c++/derivation.exp, gdb.c++/inherit.exp,
26768         gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
26769         gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
26770         gdb.c++/ref-types.exp, gdb.c++/templates.exp,
26771         gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
26772         gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
26773         gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
26774         gdb.fortran/types.exp, gdb.java/jmisc.exp,
26775         gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
26776         gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
26777         gdb.trace/actions.exp, gdb.trace/backtrace.exp,
26778         gdb.trace/circ.exp, gdb.trace/collection.exp,
26779         gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
26780         gdb.trace/limits.exp, gdb.trace/packetlen.exp,
26781         gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
26782         gdb.trace/report.exp, gdb.trace/save-trace.exp,
26783         gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
26784         gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
26785         lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
26786         notices.
26787
26788 2001-02-27  Michael Snyder  <msnyder@cygnus.com>
26789
26790         * gdb.base/varargs.c (find_max_double): Fix printf format string:
26791         first arg is int not float.
26792
26793 2001-02-22  Michael Snyder  <msnyder@cygnus.com>
26794
26795         * gdb.base/reread.exp: Unsupported for non-native targets;
26796         doesn't work for remote debugging.
26797
26798 2001-02-19  Fernando Nasser  <fnasser@redhat.com>
26799
26800         From  Drew Moseley  <dmoseley@redhat.com>
26801         * gdb.base/ending-run.exp: Properly handle the BSP state when
26802         stepping past the end of main.
26803
26804 2001-02-19  John Moore  <jmoore@redhat.com>
26805
26806         * gdb.base/commands.exp (infrun_breakpoint_command_test):
26807         Converted HPUX fix for non-expected items following multiple
26808         step commands into general solution for all platforms.
26809
26810 2001-02-18  Michael Chastain  <chastain@redhat.com>
26811
26812         * gdb.c++/classes.exp (do_tests): Change runto statements
26813         from "runto 'foo(void)'" to "runto 'foo'".  This makes the
26814         statements demangler agnostic.
26815         * gdb.c++/virtfunc.exp (do_tests): Likewise.
26816         (gdb_virtfunc_restart): Likewise.
26817
26818 2001-02-14  Michael Chastain  <chastain@redhat.com>
26819
26820         * gdb.c++/inherit.exp (do_tests): Change runto statements
26821         from "runto 'foo(void)'" to "runto 'foo'".  This makes the
26822         statements demangler agnostic.
26823
26824 Sun Feb  4 17:32:21 2001  Andrew Cagney  <cagney@redhat.com>
26825
26826         * gdb.threads/pthreads.exp: Unify pass/fail messages for
26827         ``continue to bkpt at common_routine in thread 2'' and ``stopped
26828         before calling common_routine 15 times'' tests.
26829
26830 2001-02-11  Michael Chastain  <chastain@redhat.com>
26831
26832         * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
26833         Helps the test script figure out which demangler is in use.
26834         (dm_type_foo_ref): Ditto.
26835         (dm_type_int_star): Ditto.
26836         (dm_type_long_star): Ditto.
26837         (dm_type_unsigned_int): Ditto.
26838         (dm_type_void): Ditto.
26839         (dm_type_void_star): Ditto.
26840         * gdb.base/cplusfuncs.exp (probe_demangler): New function.
26841         Probe the gdb demangler and set variables to accommodate
26842         formatting differences.
26843         (info_func_regexp): New function.  Same as info_func, but
26844         matches against a regexp.
26845         (info_func): Match against a literal string.
26846         (print_addr_2): New function.  Match against a literal string,
26847         which can be different from the input to gdb.
26848         (print_addr): Simply call print_addr_2 with the same argument twice.
26849         (test_lookup_operator_functions): Use demangler formatting variables.
26850         Blow away the xfails and workarounds for gnats gdb bug gdb/18.  Sort
26851         the tests in the same order as the C++ class declaration.
26852         (test_paddr_operator_functions): Ditto.
26853         (test_paddr_overloaded_functions): Ditto.
26854         (test_paddr_hairy_functions): Use demangler formatting variables.
26855         Add reference to gdb/19 for related tests.
26856         (do_tests): Call probe_demangler.
26857
26858 2001-01-30  Kevin Buettner  <kevinb@redhat.com>
26859
26860         * gdb.c++/templates.cc (printf): Remove unused function definition.
26861
26862 2001-01-26  Felix Lee  <flee@redhat.com>
26863
26864         * sid.exp (sid_exit): Pass host, not target, to remote_close.
26865
26866 2001-01-25  matthew green  <mrg@redhat.com>
26867
26868         * config/sid.exp (sid_start): Call `remote_push_conn' after firing
26869         up sid.
26870         (sid_exit): Call `remote_pop_conn' after GDB is gone.
26871
26872 2001-01-25  matthew green  <mrg@redhat.com>
26873
26874         * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
26875         Deprecate $sid_spawn_id.
26876         (sid_exit): Remove code necessary only for `spawn.'
26877
26878 2001-01-25  matthew green  <mrg@redhat.com>
26879
26880         * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
26881
26882 2001-01-28  Michael Chastain  <chastain@redhat.com>
26883
26884         * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
26885         to call when tests fail.  It takes gdb out of the overloaded
26886         function choice menu back to the main prompt, so that the test
26887         program stays synchronized.
26888         (set_bp_overloaded): New proc to collect all the common
26889         code for setting a breakpoint on an overloaded name.  Calls
26890         take_gdb_out_of_choice_menu when needed.
26891         (menu_overload1arg): New variable to collect the repeated
26892         instances of the expected menu for an overloaded name.  Change
26893         the regular expression to handle changes in g++ type encoding:
26894         "void" can be either "void" or "", and "unsigned int" can be
26895         either "unsigned int" or "unsigned".
26896         (continue_to_bp_overloaded): Change regular expressions to handle
26897         changes in g++ type encoding.
26898         (no proc): Call take_gdb_out_of_choice_menu when needed.
26899         Remove redundant calls to "info break".  Accept either "canceled"
26900         or "cancelled".  Change regular expressions in "info break"
26901         calls to handle changes in g++ type encoding.  Give all tests
26902         unique strings.
26903
26904 2001-01-17  Ben Elliston  <bje@redhat.com>
26905
26906         * config/sid.exp: New file.
26907
26908 Fri Jan 12 18:29:01 2001  Andrew Cagney  <cagney@b1.cygnus.com>
26909
26910         * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
26911
26912 2000-12-21  Michael Snyder  <msnyder@cygnus.com>
26913
26914         * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
26915         Add a RE to accept a non-ascii char if one is ever presented.
26916
26917 2000-12-20  Fernando Nasser  <fnasser@redhat.com>
26918
26919         * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
26920
26921 2000-12-18  Michael Snyder  <msnyder@cygnus.com>
26922
26923         * gdb.base/setvar.exp: Use double '\\' to quote curly braces
26924         in regexp.  One '\' does not suffice on Linux.
26925
26926 2000-12-09  Michael Chastain  <chastain@redhat.com>
26927
26928         * gdb.base/break.exp (test_clear_command): Use a marker function
26929         rather than 'main' for the test function.  Also move this
26930         test to an execution point where the marker function names are
26931         guaranteed to be bound to functions.  (Executing tests after a
26932         'finish' from main runs into name conflicts with local names
26933         in __libc_start_main).
26934
26935 2000-12-07  Michael Snyder  <msnyder@cygnus.com>
26936
26937         * gdb.base/finish.exp: New test for gdb's "finish" command.
26938         * gdb.base/return2.exp: New test for gdb's "return" command.
26939         * gdb.base/return2.c: New source file for above.
26940
26941 2000-12-05  Michael Snyder  <msnyder@cygnus.com>
26942
26943         * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
26944         * gdb.base/miscexprs.exp: Ditto.
26945         * gdb.base/pointers.exp:  Ditto.
26946         * gdb.c++/derivation.exp: Ditto.
26947         * gdb.c++/local.exp:      Ditto.
26948         * gdb.c++/namespace.exp:  Ditto.
26949         * gdb.c++/overload.exp:   Ditto.
26950         * gdb.c++/ref-types.exp:  Ditto.
26951
26952 2000-12-05  Michael Snyder  <msnyder@cygnus.com>
26953
26954         * gdb.base/constvars.exp: Test result of "up" command.
26955         * gdb.base/miscexprs.exp: Ditto.
26956         * gdb.base/pointers.exp:  Ditto.
26957         * gdb.base/scope.exp:     Ditto.
26958         * gdb.c++/derivation.exp: Ditto.
26959         * gdb.c++/local.exp:      Ditto.
26960         * gdb.c++/namespace.exp:  Ditto.
26961         * gdb.c++/overload.exp:   Ditto.
26962         * gdb.c++/ref-types.exp:  Ditto.
26963
26964 2000-11-22  Michael Chastain  <chastain@redhat.com>
26965
26966         * mips_pro.exp: Accept either "middle -> top -> main" or
26967         "middle -> main" in the backtrace, because gcc can optimize
26968         tail calls to jumps.  Remove setup_xfail for the hppa case.
26969         Add a comment with the original warning messages from PR 3016,
26970         which was filed in 1993, to preserve them for posterity.
26971
26972 2000-11-17  Nick Duffek  <nsd@redhat.com>
26973
26974         * lib/gdb.exp (gdb_test): Override timeout with board info.
26975
26976 2000-11-17  Nick Duffek  <nsd@redhat.com>
26977
26978         * gdb.base/display.exp: Don't kill running stub.  Add "again" to
26979         the second kill and detach messages.
26980
26981 2000-11-17  Nick Duffek  <nsd@redhat.com>
26982
26983         * configure.in: Add AC_EXEEXT.
26984         * configure: Regenerate.
26985         * Makefile.in (just-check): Export EXEEXT.
26986         * lib/gdb.exp ($EXEEXT): Import from environment.
26987         * gdb.base/maint.exp: Expect $EXEEXT in executable name.  Don't
26988         expect "maint dump-me" on Cygwin.
26989         * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
26990         $EXEEXT.
26991
26992 2000-11-17  Nick Duffek  <nsd@redhat.com>
26993
26994         * gdb.base/break.exp: Test backtrace and finish from called
26995         function on all platforms, not just HP-UX.
26996
26997 2000-11-03  Michael Snyder  <msnyder@cygnus.com>
26998
26999         * config/monitor.exp (gdb_target_cmd): Abstracts some of the
27000         code from gdb_target_monitor, so it can be used independantly
27001         for gdbserver.  Also comment out an unnecessary PUTS.
27002
27003 2000-11-03  Michael Snyder  <msnyder@cygnus.com>
27004
27005         * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
27006         * gdb.base/corefile.exp: Expect the message "Program is being
27007         debugged already" when we send the "corefile" command, since
27008         the preceeding gdb_load may have connected gdb to a remote target.
27009         * gdb.base/display.exp: Disable hardware watchpoints if new
27010         board info variable "no_hardware_watchpoints" is true.
27011         Replace single-letter commands with more readable ones.
27012         * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
27013         if new board info variable "no_hardware_watchpoints" is true.
27014         * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
27015         to see if stdio (printf) testing is possible.
27016         * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
27017         board info variable "no_hardware_watchpoints" is true.  Use new
27018         proc "gdb_skip_stdio_tests" to see if printf tests are possible.
27019
27020 2000-11-13  Fernando Nasser  <fnasser@redhat.com>
27021
27022         From Orjan Friberg  <orjanf@axis.com>:
27023         * gdb.base/printcmds.exp: Escape curly braces followed by a number
27024         in array print pattern match.
27025
27026 2000-11-09  Fernando Nasser  <fnasser@redhat.com>
27027
27028         * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
27029         spelling "cancelled" to U.S. spelling "canceled" to match changes
27030         made to gdb.
27031         * gdb.c++/ovldbreak.exp: Ditto.
27032
27033 2000-11-06  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
27034
27035         * gdb.base/callfuncs.c (main):  Moved to end of file, call
27036         t_double_values to initialize the FPU before inferior calls are made.
27037         * gdb.base/callfuncs.exp:  Test for register preservation after calling
27038         inferior functions.  Add tests for continuining, finishing and
27039         returning from a stop in a call dummy.
27040
27041 2000-10-24  Michael Snyder  <msnyder@cygnus.com>
27042
27043         * gdb.base/commands.exp: Break up long lines, and re-indent.
27044
27045 2000-10-19  Michael Snyder  <msnyder@cygnus.com>
27046
27047         * config/gdbserver.exp:  Rewritten from the ground up, to make it
27048         compatible with the current dejagnu tree, and to make it work with
27049         the new "gdbserver" in libremote.
27050
27051 2000-10-16  Michael Snyder  <msnyder@cygnus.com>
27052
27053         * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
27054         * gdb.base/varargs.exp: Skip entire test if no printf support.
27055         * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
27056         * gdb.base/shlib-call.exp: Skip several tests if no printf support.
27057
27058 2000-10-13  Michael Snyder  <msnyder@cygnus.com>
27059
27060         * lib/gdb.exp (gdb_skip_float_test): New proc.  Skip test if
27061         no floating point support.
27062         (gdb_skip_stdio_test): New proc.  Skip test if no stdio support.
27063         * gdb.base/call-ar-st.exp: Use above procs to skip tests.
27064         * gdb.base/call-rt-st.exp: Ditto.
27065         * gdb.base/call-strs.exp: Ditto.
27066
27067 2000-08-02  Jimmy Guo  <guo@hpcleara.cup.hp.com>
27068
27069         * gdb.base/sizeof.c: include <stdio.h>.
27070
27071         * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
27072         'finish', otherwise uncaptured gdb_prompt would potentially
27073         throw remaining test points out of sync.
27074
27075 2000-07-26  Scott Bambrough <scottb@netwinder.org>
27076
27077         * gdb.base/recurse.exp: Run tests for all targets.
27078         * gdb.base/so-impl-ld.exp: Added wildcard to handle the
27079         gnu-oldld case on ARM.
27080         * gdb.base/watchpoint.exp (test_stepping): Clear xfail
27081         for ARM targets.
27082
27083 Mon Jul 24 07:46:02 CDT 2000  Clinton Popetz  <cpopetz@cygnus.com>
27084
27085         * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
27086         * gdb.java/configure: Rebuild.
27087
27088 Sun Jul 23 21:42:34 2000  Anthony Green  <green@redhat.com>
27089
27090         * gdb.java/jv-exp.exp: New file.
27091
27092 Sun Jul 23 21:02:42 2000  Anthony Green  <green@redhat.com>
27093
27094         * configure: Rebuilt.
27095         * configure.in (configdirs): Add gdb.java.
27096         * gdb.java/jmisc.java: New file.
27097         * gdb.java/jmisc.exp: New file.
27098         * gdb.java/Makefile.in: New file.
27099         * gdb.java/configure: Rebuilt.
27100         * gdb.java/configure.in: New file.
27101         * lib/java.exp: New file.
27102
27103 Wed Jul 12 18:14:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
27104
27105         * gdb.base/exprs.exp: Test casts to a pointer including over and
27106         underflow.
27107
27108 Thu Jul 13 11:52:53 2000  Andrew Cagney  <cagney@b1.cygnus.com>
27109
27110         * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files.  Compare GDB
27111         and the compilers sizes.
27112
27113 2000-07-09  Nick Duffek  <nsd@redhat.com>
27114
27115         * gdb.c++/misc.cc (class ClassParam, class_param): Define.
27116         (use_methods): New function.
27117         (main): Call use_methods().
27118         * gdb.c++/classes.exp (test_method_param_class): New procedure.
27119         (do_tests): Call test_method_param_class.
27120
27121 2000-07-09  Nick Duffek  <nsd@redhat.com>
27122
27123         * gdb.c++/classes.exp (test_nonexistant_members): Fix name
27124         spelling.
27125         (test_enums): New procedure.  Move enum tests from end of script
27126         to here.  Set breakpoint on function name instead of line number.
27127         * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
27128         (enums2): New marker function.
27129         (enums1): New function.
27130         (main): Call enums1().  Move enum tests to enums1().
27131
27132 Tue Jul  4 03:43:49 2000  Andrew Cagney  <cagney@b1.cygnus.com>
27133
27134         * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
27135         compile/link program.  Update line numbers.
27136         * gdb.asm/d10v.inc: Define ``startup''.
27137         * gdb.asm/asmsrc1.s: Add definition of _start.
27138
27139 Fri Jun 23 17:45:52 2000  Andrew Cagney  <cagney@b1.cygnus.com>
27140
27141         * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
27142
27143 2000-06-18  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27144
27145         * gdb.base/maint.exp: Add 'maint print architecture' item to output
27146         of 'help maint print' command.
27147
27148 Fri Jun 16 18:22:05 2000  Andrew Cagney  <cagney@b1.cygnus.com>
27149
27150         * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
27151         they use gdb_expect_list.
27152
27153 Wed Jun  7 13:02:40 2000  Andrew Cagney  <cagney@b1.cygnus.com>
27154
27155         * gdb.base/commands.exp: Use ``set remote
27156         memory-read-packet-size'' instead of ``set endian big'' to test
27157         long commands.
27158
27159 2000-06-03  Daniel Berlin  <dan@cgsoftware.com>
27160
27161         * gdb.c++/templates.exp (do_tests): Make all of these work under
27162         g++, and stop skipping them.
27163
27164         * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
27165         work under g++.
27166
27167         * gdb.c++/misc.cc: Fix ambiguous initialization with correct
27168         initialization.
27169
27170 2000-06-02  Michael Snyder  <msnyder@cygnus.com>
27171
27172         * gdb.base/annota1.exp (run until main breakpoint): Loosen up
27173         the regular expression: accept an (almost) arbitrary sequence of
27174         "frames-invalid" and "breakpoints-invalid" messages both before
27175         and after the "starting" message.
27176
27177 2000-06-02  Michael Snyder  <msnyder@cygnus.com>
27178
27179         * gdb.c++/local.exp: This test has never been known to work with g++.
27180
27181 2000-05-18  Michael Snyder  <msnyder@cygnus.com>
27182
27183         * gdb.base/annota1.exp (annotate-signal-handler-caller):
27184         Relax the regular expression a little, make it pass on Solaris 8.
27185
27186 2000-05-12  Kevin Buettner  <kevinb@redhat.com>
27187
27188         * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
27189         a call, do not require that gdb stop on the line after the call.
27190         Instead, it is permissible for gdb to stop on the line of the
27191         call itself.
27192
27193 2000-05-12  Michael Snyder  <msnyder@.cygnus.com>
27194
27195         * gdb.base/break.exp (bp on small function, optimized file):
27196         Add a second pass pattern.  The behavior differs here between stabs
27197         and dwarf for one-line functions.  Stabs preserves two line symbols
27198         (one before the prologue and one after) with the same line number,
27199         but dwarf regards these as duplicates and discards one of them.
27200         Therefore the address after the prologue (where the breakpoint is)
27201         has no exactly matching line symbol, and GDB reports the breakpoint
27202         as if it were in the middle of a line rather than at the beginning.
27203
27204 2000-05-08  Michael Snyder  <msnyder@cygnus.com>
27205
27206         * gdb.base/interrupt.exp: Make "pass" message say "send"
27207         rather than "send_gdb" (for consistancy).
27208
27209 Mon May  1 15:37:58 2000  Andrew Cagney  <cagney@b1.cygnus.com>
27210
27211         From 2000-04-28 Andreas Jaeger  <aj@suse.de>:
27212         * gdb.c++/templates.cc: Properly check for GCC version number.
27213         * lib/compiler.cc: Likewise
27214
27215 2000-04-28  Michael Snyder  <msnyder@cygnus.com>
27216
27217         * gdb.base/break.exp: When compiled with -O2 optimization,
27218         gdb may not stop at the first line of main, due to code motion.
27219
27220 2000-04-26  Michael Snyder  <msnyder@cygnus.com>
27221
27222         * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
27223         This test depends on parsing the printf output from the target.
27224         Since the sparclet stub doesn't do stdio, this will never work.
27225         * gdb.base/call-rt-st.exp: ditto.
27226         * gdb.base/call-strs: ditto.
27227
27228 2000-04-24  Michael Snyder  <msnyder@cygnus.com>
27229
27230         * gdb.base/miscexprs.exp: make sizeof long array test portable.
27231
27232         * gdb.base/ending-run.exp: After connecting to a remote target,
27233         but before running, the target will appear to be in a random
27234         location.  Specify both a file and a line for breakpoints.
27235         Also, the function that calls main may be called 'init'
27236         rather than 'start'.
27237
27238 2000-04-17  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27239
27240         * gdb.base/help.exp: Update output for add-symbol-file command.
27241
27242 2000-04-10  Fernando Nasser  <fnasser@cygnus.com>
27243
27244         From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
27245         * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
27246
27247 2000-04-07  J.T. Conklin  <jtc@redback.com>
27248
27249         * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
27250
27251         * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
27252
27253 Thu Mar 30 13:26:19 2000  Philippe De Muyter  <phdm@macqel.be>
27254
27255         * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
27256         values that can be represented exactly.
27257         * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
27258         above change, and to not check against the directory part of the source
27259         file name.
27260         (step into print_long_arg_list): Likewise.
27261         (print print_small_structs from print_long_arg_list): Likewise.
27262         (print print_long_arg_list): Likewise.
27263
27264 2000-03-27  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27265
27266         * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
27267
27268 Mon Mar 27 14:46:37 2000  Andrew Cagney  <cagney@b1.cygnus.com>
27269
27270         * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
27271
27272 2000-03-25  Daniel Berlin  <dan@cgsoftware.com>
27273
27274         * gdb.base/commands.exp (deprecated_command_test): Add test for
27275         deprecate with no arguments.
27276
27277 2000-03-24  Jonathan Larmour  <jlarmour@redhat.co.uk>
27278
27279         * gdb.base/break.exp: Add new test for setting breakpoints on
27280         optimized code so we can test breakpoints work even when function
27281         prologues may be optimized away
27282
27283 2000-03-23  Fernando Nasser  <fnasser@totem.to.cygnus.com>
27284
27285         From David Whedon <dwhedon@gordian.com>
27286         * gdb.base/commands.exp : Added command deprecator tests.
27287
27288 2000-03-22  Daniel Berlin   <dan@cgsoftware.com>
27289
27290        * gdb.base/help.exp: Added test for new apropos command.
27291
27292 2000-03-21  Kevin Buettner <kevinb@redhat.com>
27293
27294         * gdb.base/pointers.c (usevar): New function.
27295         (main): Make sure that global variables v_int_pointer2, rptr,
27296         and y are all referenced someplace in the program by calling
27297         usevar() on them.  [Some linkers delete symbols which are
27298         never referenced.  The space remains, but there's no way to
27299         get a (symbolic) handle on the variable from the debugger.]
27300
27301 2000-03-14  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27302
27303         * gdb.base/printcmds.c: Add typedeffed arrays.
27304
27305         * gdb.base/printcmds.exp (test_print_typedef_arrays): New
27306         procedure to test arrays that are typedef'd.
27307
27308 2000-03-13  James Ingham  <jingham@leda.cygnus.com>
27309
27310         * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
27311         the library directories.
27312
27313 Mon Feb 21 13:05:36 2000  Andrew Cagney  <cagney@b1.cygnus.com>
27314
27315         * configure.in (configdirs): Add sub directory gdb.mi.
27316         * configure: Re-generate.
27317
27318         * gdb.mi: New directory.
27319
27320 2000-02-25  Scott Bambrough <scottb@netwinder.org>
27321
27322         * gdb.base/long_long.exp: Correct test suite failure when printing
27323         a long long value as a double on ARM platforms.
27324
27325 2000-02-16  Jim Blandy  <jimb@redhat.com>
27326
27327         * gdb.base/break.exp ("breakpoint line number"): Make sure the
27328         default source file is set properly before running this test.
27329
27330 2000-02-14  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27331
27332         * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
27333         gdbtk/library directory, not in gdbtcl2.
27334
27335 2000-02-04  Jim Blandy  <jimb@redhat.com>
27336
27337         * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
27338         backslash from regexp pattern.
27339
27340         * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
27341         procedure.  Use it to run all the "continue to bp overloaded"
27342         tests.  Note that this changes the names of the tests slightly.
27343         If the breakpoint hit message includes a hex PC value, because
27344         GCC's Dwarf 2 line info doesn't help us distinguish the prologue
27345         from the real source code, still consider that a pass.
27346
27347         * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
27348         XFAIL here if the breakpoint message contains a hex address.  Note
27349         similar change on 1999-11-02.
27350
27351         * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
27352
27353         * gdb.base/ptype.exp: Establish a default source file before
27354         calling get_debug_format.
27355
27356 2000-02-03  Fernando Nasser  <fnasser@totem.to.cygnus.com>
27357
27358         * gdb.base/watchpoint.exp: Remove duplication of test messages.
27359
27360 2000-02-02  Fernando Nasser  <fnasser@totem.to.cygnus.com>
27361
27362         * gdb.base/step-test.exp: Fix the steps to enter a callee by means
27363         of successive stepi commands -- while in the prologue we should see
27364         the function entry bracket.
27365
27366 2000-02-02  Fernando Nasser  <fnasser@totem.to.cygnus.com>
27367
27368         * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
27369         reach __change_mode() when stepping through the end of main().
27370
27371 2000-01-17  Fernando Nasser  <fnasser@totem.to.cygnus.com>
27372
27373         * gdb.base/default.exp: Fix expected pattern.
27374         * gdb.base/help.exp: Same.
27375
27376 2000-01-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27377
27378         * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
27379         Don't use xfail's because that affects only the following test.
27380
27381         * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
27382         solaris or linux.
27383
27384         * gdb.base/selftest.exp: Update to reflect changes to main.c.
27385
27386 2000-01-07  Michael Snyder  <msnyder@cygnus.com>
27387
27388         * gdb.base/display.exp: Some yacc parsers like to say
27389         "A syntax error" rather than "A parse error".  Accept both.
27390
27391 2000-01-06  Fernando Nasser  <fnasser@totem.to.cygnus.com>
27392
27393         * gdb.base/default.exp: Remove OS dependent string from "target
27394         remote" test.
27395         * gdb.base/help.exp: Same for "help target remote" test.
27396
27397 2000-01-04  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27398
27399         From Jim Kingdon <kingdon@redhat.com>:
27400
27401         * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
27402         prompt (cleanup rather than necessity, but still might keep output
27403         from spilling to next test).
27404
27405 2000-01-02  Fred Fish  <fnf@cygnus.com>
27406
27407         * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
27408         AIX, which defines them in <sys/types.h>.
27409
27410 1999-12-16  Stan Shebs  <shebs@andros.cygnus.com>
27411
27412         * gdb.base/default.exp: Match arm* etc instead of arm in "info
27413         float" test.
27414
27415 1999-12-13 Fernando Nasser  <fnasser@totem.to.cygnus.com>
27416
27417         * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
27418
27419         * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
27420         outermost frame disallowed".
27421
27422 1999-12-09  Fernando Nasser  <fnasser@totem.to.cygnus.com>
27423
27424         * gdb.base/setvar.exp: New tests for setting the value of a struct
27425         with a constant list.
27426
27427 1999-12-08  Fernando Nasser  <fnasser@totem.to.cygnus.com>
27428
27429         * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
27430         require the user to type a cast before setting the value of a struct.
27431
27432 1999-12-06  Jim Blandy  <jimb@cygnus.com>
27433
27434         * gdb.base/default.exp: Expect the new 'info float' command on
27435         all i386 platforms.
27436
27437         * gdb.threads/linux-dp.exp: Expand our ability to recognize
27438         LinuxThreads libraries that don't support debugging.
27439
27440 Sat Dec  4 15:21:18 1999  Andrew Cagney  <cagney@b1.cygnus.com>
27441
27442         * gdb.base/remote.c: Fill the buffer with truely random data.
27443         Change the buffer type to ``unsigned char'' to simplify size
27444         arithmetic.
27445
27446         * gdb.base/remote.exp: Reduce download numbers by one.  Typical
27447         stub only handles 400-1 byte packets.  Verify that the download
27448         worked.
27449
27450 1999-11-30  Fernando Nasser  <fnasser@totem.to.cygnus.com>
27451
27452         * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
27453         tests, using UNRESOLVED for the untested cases.  Also, does not wait
27454         for a timeout if the prompt was received before a recognizable pattern.
27455
27456 1999-11-29  Fernando Nasser  <fnasser@totem.to.cygnus.com>
27457
27458         * lib/gdb.exp (gdb_expect_list): Fix spelling.
27459
27460 1999-11-29  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27461
27462         * gdb.base/watchpoint.exp: Add tests cases for the hit count of
27463         watchpoints.
27464
27465 1999-11-24  Jason Merrill  <jason@casey.cygnus.com>
27466
27467         * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
27468
27469         * gdb.c++/local.exp: Be more flexible in recognizing local class
27470         name mangling.  Don't allow horribly truncated method names.
27471         * gdb.c++/derivation.exp: Expect protected inheritance.
27472         * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
27473         * gdb.c++/virtfunc.exp: Likewise.
27474         * gdb.c++/classes.exp: Likewise.  Don't require the enclosing scope
27475         when printing a nested enum.
27476
27477 1999-11-22  Jim Blandy  <jimb@cygnus.com>
27478
27479         * gdb.base/step-test.exp: Properly await GDB's response to setting
27480         a breakpoint on the call to large_struct_by_value.
27481
27482         * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
27483         just because we have debug info for the `start' function.
27484
27485 1999-11-19  Jim Blandy  <jimb@zenia.red-bean.com>
27486
27487         * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
27488         "Unknown signal" messages, which indicate (on LinuxThreads) that
27489         GDB doesn't know how to debug threads on this system.  This is
27490         better than hanging while philosopher 0 dumps chatter into gdb.log.
27491
27492 1999-11-18  Tom Tromey  <tromey@cygnus.com>
27493
27494         * gdb.trace/deltrace.exp: Updated test to reflect new error text.
27495
27496 1999-11-18  Fred Fish  <fnf@cygnus.com>
27497
27498         * gdb.base/coremaker2.c: Add sample program for generating
27499         cores that is more self contained than coremaker.c.  Eventually
27500         I'll add more code to this and tie it into the testsuite.
27501
27502 1999-11-12  Stan Shebs  <shebs@andros.cygnus.com>
27503
27504         * gdb.base/dollar.exp: Remove, now in gdb.hp.
27505
27506 1999-11-10  Jimmy Guo  <guo@cup.hp.com>
27507
27508         * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
27509         from $srcdir/lib/.
27510         * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
27511         and gdb.c++/.
27512
27513         * gdb.c++/derivation.exp: remove redundant get compiler info code.
27514
27515         * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
27516         'continue with watch' test point.
27517
27518 1999-11-08  Jim Blandy  <jimb@zenia.red-bean.com>
27519
27520         Merged from p2linux-990323-branch:
27521
27522         * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
27523
27524 Mon Nov  8 23:07:09 1999  Andrew Cagney  <cagney@amy.cygnus.com>
27525
27526         * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
27527         {limit,fixed}''.  Test ``set download-write-size''.
27528
27529 Sun Nov  7 17:37:01 1999  Andrew Cagney  <cagney@b1.cygnus.com>
27530
27531         * gdb.base/funcargs.exp: Rewrite stack traceback checks using
27532         gdb_expect_list.
27533
27534 Fri Nov  5 18:40:52 1999  Andrew Cagney  <cagney@b1.cygnus.com>
27535
27536         * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
27537
27538 1999-11-03  Mark Salter  <msalter@cygnus.com>
27539
27540         * gdb.base/break.exp: Fix "stub continue" pattern.
27541
27542 1999-11-03  Jim Blandy  <jimb@zwingli.cygnus.com>
27543
27544         * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
27545
27546 1999-11-02  Jim Blandy  <jimb@zwingli.cygnus.com>
27547
27548         * gdb.base/display.exp ("finish"): Add timeout clause.
27549
27550         * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
27551         plain prompt clause, so this doesn't have to time out in order to
27552         fail.
27553
27554         * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
27555         breakpoint hit messages include an address.
27556
27557         * gdb.base/display.exp: Don't forget to escape parens in regular
27558         expressions.  Unix regexp notatation sucks.
27559
27560 1999-11-02  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27561
27562         * gdb.base/annota1.exp: Test for annotate-signalled: change output
27563         order for 'signalled' message.
27564
27565 1999-11-01  Stan Shebs  <shebs@andros.cygnus.com>
27566
27567         From Jimmy Guo  <guo@cup.hp.com>:
27568         * gdb.base/annota1.exp: Add tests for annotate ignore count change.
27569         * gdb.base/annota1.c: Add code for tests to work with.
27570
27571 1999-10-26  Frank Ch. Eigler  <fche@cygnus.com>
27572
27573         * gdb.base/remote.exp: New test for remote downloading settings.
27574         * gdb.base/remote.c: New file with large .data.
27575
27576 1999-10-18  Jim Blandy  <jimb@zwingli.cygnus.com>
27577
27578         * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
27579         for LinuxThreads support, merged from the Code Fusion branch.
27580
27581 Mon Oct 11 13:57:21 1999  Andrew Cagney  <cagney@amy.cygnus.com>
27582
27583         * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
27584         containing exp_continue into a while within an expect.  Don't
27585         attempt a start more than three times.  Check return value from
27586         gdb_load.
27587
27588 Wed Oct  6 12:05:58 1999  Andrew Cagney  <cagney@b1.cygnus.com>
27589
27590         * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
27591         a pass case.
27592
27593 1999-10-01  Kevin Buettner <kevinb@cygnus.com>
27594
27595         * gdb.base/break.c (main): Added a statement that we can step
27596         off of.
27597         * gdb.base/break.exp: Added tests for setting a breakpoint
27598         at an offset and stepping onto a breakpoint.
27599
27600 1999-10-01  Fred Fish  <fnf@cygnus.com>
27601
27602         * gdb.base/help.exp (help add-symbol-file): Update to match current
27603         gdb output.
27604
27605 1999-09-18  Jim Blandy  <jimb@cris.red-bean.com>
27606
27607         * gdb.base/break.exp: Code locations are in hex, don't forget!
27608         (For HP-UX.)
27609
27610 1999-09-17  Stan Shebs  <shebs@andros.cygnus.com>
27611
27612         * condbreak.exp: Use break.c as test program.
27613         * condbreak.c: Remove, redundant with break.c.
27614
27615 1999-09-15  Stan Shebs  <shebs@andros.cygnus.com>
27616
27617         * config/monitor.exp (gdb_target_monitor): Disable X- and
27618         Z-packets if the target needs it.
27619
27620 1999-09-13  James Ingham  <jingham@leda.cygnus.com>
27621
27622         * gdb.c++/overload.exp: Added tests for listing overloaded
27623         functions with function pointers in the arg, explicitly calling
27624         out the version you want.
27625
27626 1999-09-09  Stan Shebs  <shebs@andros.cygnus.com>
27627
27628         * long_long.exp: Add variations of test cases that work for
27629         targets with 16-bit ints and 32-bit doubles.
27630
27631 1999-09-08  Stan Shebs  <shebs@andros.cygnus.com>
27632
27633         * break.c (main): Compare a possibly-uninitialized argc with an
27634         unlikely value that fits in 16 bits.
27635
27636 1999-09-07  Stan Shebs  <shebs@andros.cygnus.com>
27637
27638         * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
27639         0xfeeb, don't want negative numbers if ints are 16 bits.
27640
27641         * lib/gdb.exp (skip_cplus_tests): New proc.
27642         * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
27643         gdb.c++/anon-union.exp, gdb.c++/classes.exp,
27644         gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
27645         gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
27646         gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
27647         gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
27648         gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
27649         gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
27650
27651         * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
27652
27653 Fri Sep  3 15:37:12 1999  Kevin Buettner  <kevinb@cygnus.com>
27654
27655         * gdb.base/corefile.exp (up): Allow a parameter to appear
27656         in the frame that we're going up to.
27657
27658         From Jim Blandy <jimb@cygnus.com>:
27659
27660         * gdb.base/default.exp (info float): Expect some output now.
27661
27662         * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
27663         returning floating-point values to fail on the x86.
27664         * gdb.base/callfwmall.exp (do_function_calls): Same.
27665
27666         * gdb.base/list.exp (test_listsize): Correct expectations for
27667         listing line 1 with listsize 2.  Also, listing a single line
27668         works now, as does listing three lines.  [Kevin's note: There
27669         were a number of other cases fixed too where the expectations
27670         differed...]
27671
27672 1999-09-02  Stan Shebs  <shebs@andros.cygnus.com>
27673
27674         * gdb.base/selftest.exp: Add case for when version prints as
27675         constant string instead of char pointer.
27676
27677 1999-08-25  Stan Shebs  <shebs@andros.cygnus.com>
27678
27679         * gdb.base/ending-run.exp: Add Solaris case for what happens when
27680         stepping out of main.
27681
27682         * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
27683         G++ used.
27684
27685         * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
27686         always, expect ptype InnerLocal::NestedInnerLocal to fail always.
27687
27688         * gdb.c++/ovldbreak.exp: Update match string in test that
27689         includes a warning of multiple breakpoints.
27690
27691 1999-08-24  Stan Shebs  <shebs@andros.cygnus.com>
27692
27693         * gdb.base/display.exp: Improve precision of step-after-finish
27694         added yesterday.
27695
27696         * gdb.base/signals.exp: Add extra wildcard to "handle all print"
27697         test.
27698
27699         * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
27700         configs when using G++, not just hppa*.
27701
27702 1999-08-24  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27703
27704         * gdb.base/async.c: New file.
27705         * gdb.base/async.exp: New file.
27706
27707 Tue Aug 24 03:24:53 1999  Jeffrey A Law  (law@cygnus.com)
27708
27709         * gdb.base/break.exp: Tweak PA specific tests to properly handle
27710         PA64.
27711
27712 Mon Aug 23 10:25:20 1999  Jeffrey A Law  (law@cygnus.com)
27713
27714         * gdb.base/display.exp: "finish" can leave us mid-line on many
27715         targets, deal with it.  Add a small constant to main, instead of
27716         1000 since main+1000 may not be a valid address in the target.
27717
27718         * gdb.base/dollar.exp: Do not run for PA processors in wide mode
27719         on hpux11.
27720
27721         * gdb.base/attach.exp: Handle another hpux11 error message variant
27722         when attaching to a process that does not exist.
27723
27724 1999-08-19  J.T. Conklin  <jtc@redback.com>
27725
27726         * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
27727         characters in 'continue to 1241' test.
27728
27729 1999-08-17  Stan Shebs  <shebs@andros.cygnus.com>
27730
27731         * gdb.base/call-ar-st.exp: Add a shorter match case for the
27732         stop in print_long_arg_list, define and use a whitespace
27733         variable in print_small_structs test, add an XFAIL for Solaris.
27734         * gdb.base/dbx.exp: XFAIL func commands until somebody is
27735         interested enough to fix.
27736
27737 1999-08-13  Keith Seitz  <keiths@cygnus.com>
27738
27739         * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
27740         (dbx_gdb_load): Remove. Use gdb_load instead, since that
27741         proc knows about targets other than the natives.
27742         (test_assign): Use "gdb_run_cmd" to "run" the target.
27743         Check that we've actually hit the breakpoint at main.
27744         When we attempt to assign a value to a local variable, check
27745         that the variable is in the current scope, i.e., don't use
27746         a test with an empty result.
27747
27748 Tue Aug 10 15:25:16 1999  Andrew Cagney  <cagney@b1.cygnus.com>
27749
27750         * gdb.base/maint.exp: Add test of ``maintenance internal-error''
27751         command.
27752
27753 1999-08-09  Stan Shebs  <shebs@andros.cygnus.com>
27754
27755         From Jimmy Guo <guo@cup.hp.com> and others at HP:
27756         gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
27757         gdb.compat, gdb.threads-hp.
27758         gdb.hp/configure, gdb.hp/configure.in: New files.
27759         gdb.hp/Makefile.in: Recurse into new subdirs.
27760         gdb.hp/gdb.defects: New directory, tests for HP bug reports.
27761         gdb.hp/gdb.objdbg: New directory, tests for debugging info
27762         in object files.
27763         gdb.hp/tools: New directory, aux tools for HP-specific tests.
27764
27765 1999-08-05  Stan Shebs  <shebs@andros.cygnus.com>
27766
27767         * gdb.base/display.exp: Help expect by putting a newline in the
27768         funky printf, remove a bogus p/a test.
27769
27770 1999-08-05  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27771
27772         * gdb.base/display.exp: Make sure that when we say 'run', we are
27773         connected to the target. This is necessary when running not
27774         natively.
27775
27776 1999-08-03  Stan Shebs  <shebs@andros.cygnus.com>
27777
27778         * gdb.base/step-test.exp: Removed some extraneous messages.
27779
27780         * gdb.base/long_long.exp: Don't run memory examination tests
27781         on little-endian targets (they will need a different set of
27782         results to match).
27783
27784 1999-08-02  Stan Shebs  <shebs@andros.cygnus.com>
27785
27786         * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
27787         until somebody decides to fix GDB.
27788
27789         * gdb.base/long_long.c: Stop compiler complaint by specifying long
27790         constant as "ULL".
27791         * gdb.base/long_long.exp: Loosen x/c test, add partial result
27792         matches for a couple x/2 commands.
27793
27794 1999-07-30  Stan Shebs  <shebs@andros.cygnus.com>
27795
27796         * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
27797         by merging in ref-types2 tests.
27798         * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
27799
27800         From Jimmy Guo <guo@cup.hp.com> and others at HP:
27801         * gdb.c++/Makefile.in: Add standard actions.
27802         (EXECUTABLES): Rename from PROGS, update list.
27803         * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
27804         from gdb.hp.
27805         * gdb.c++/anon-union.cc: Don't use anonymous struct, make
27806         foo and bar locals.
27807         * gdb.c++/anon-union.exp: Fix tests to match.
27808         * gdb.c++/classes.exp: Run if HP compiler used, add extra
27809         expect matches to handle output variations.
27810         * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
27811         * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
27812         output, add HP alternatives for new and delete prints.
27813         * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
27814         gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
27815         * gdb.c++/demangle.exp: Use $style when reporting failure.
27816         * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
27817         * gdb.c++/inherit.exp: Run if HP compiler used, add some
27818         match alternatives.
27819         * gdb.c++/local.exp: Add match alternatives or xfails for HP
27820         compilers.
27821         * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
27822         * gdb.c++/method.exp: Add match alternatives.
27823         * gdb.c++/misc.cc: Add bool types.
27824         * gdb.c++/misc.exp: Add tests for bool types.
27825         * gdb.c++/overload.exp: Add xfails.
27826         * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
27827         * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
27828         add some more template parameter tests (only for HP currently).
27829         * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
27830         * gdb.c++/virtfunc.cc: Add return type and value for main.
27831         * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
27832         match alternatives.
27833
27834 1999-07-30  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27835
27836         * gdb.base/display.exp: Fix output of 'p/a &&j' test.
27837
27838 1999-07-29  Jim Blandy  <jimb@savonarola.red-bean.com>
27839
27840         * gdb.base/signals.exp: Don't expect getting a backtrace from
27841         within a signal handler to fail on Linux.
27842
27843 1999-07-29  Stan Shebs  <shebs@andros.cygnus.com>
27844
27845         From Jimmy Guo <guo@cup.hp.com> and others at HP:
27846         * lib/gdb.exp: Remove some gratuitious semicolons.
27847         (delete_breakpoints): Increase timeout.
27848         (gdb_expect): Add -notransfer option.
27849         (gdb_test): Use -notransfer option.
27850         (get_compiler_info): Add f77 case.
27851         (get_compiler): New proc, split out from gdb_preprocess, add f77
27852         case.
27853         (gdb_preprocess): Call get_compiler.
27854
27855         * gdb.base/Makefile.in (EXECUTABLES): Update the list.
27856         * gdb.base/attach.exp, gdb.base/display.exp,
27857         gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
27858         gdb.base/long_long.exp, gdb.base/printcmds.exp,
27859         gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
27860         third arg to gdb_test.
27861         * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
27862         * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
27863         HP-UX xfails, add others.
27864         * gdb.base/completion.exp: Reflect name change of self-test.
27865         * gdb.base/condbreak.exp, gdb.base/corefile.exp,
27866         gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
27867         gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
27868         HP failure number.
27869         * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
27870         useless HP-UX 10.30 references.
27871         * gdb.base/maint.exp: Loosen matches.
27872         * gdb.base/pointers.c (main): Declare more_code.
27873         * gdb.base/pointers.exp: Match on output of a `next'.
27874         * gdb.base/structs.c: Add prototypes.
27875         * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
27876         * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
27877
27878 1999-07-29  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27879
27880         * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
27881         command.
27882
27883 1999-07-27  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27884
27885         * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
27886         Fix run to main failures. Watchpoint can be hardware watchpoint.
27887
27888         * gdb.base/annota1.exp: Clean up some more, in case printf has
27889         debug info.  Deal with lack of signal hanlder info in stack.
27890
27891         From Jim Kingdon  <kingdon@redhat.com>:
27892         * gdb.base/annota1.exp: If printf has debug info, deal with it.
27893
27894 1999-07-19  Stan Shebs  <shebs@andros.cygnus.com>
27895
27896         * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
27897         gdb.base/foll-vfork.exp: Don't run for crosses.
27898
27899 Tue Jul 13 23:37:18 1999  Andrew Cagney  <cagney@b1.cygnus.com>
27900
27901         * gdb.base/configure.in: Check for gdbvars.exp instead of
27902         a1-selftest.exp.
27903         * gdb.base/configure: Re-generate.
27904
27905 1999-07-12  Stan Shebs  <shebs@andros.cygnus.com>
27906
27907         * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
27908         in trying to run first and name is too long.
27909
27910         * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
27911         pointers2.c and pointers2.exp, respectively.
27912         * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
27913         doschk happier.
27914
27915 1999-07-08  Stan Shebs  <shebs@andros.cygnus.com>
27916
27917         * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
27918         callfuncs2.c and callfuncs2.exp.
27919
27920         * gdb.base/list.exp: Remove mistaken xfails.
27921         * gdb.base/list0.h: Add optional prototypes.
27922
27923 Wed Jul  7 00:27:35 1999  Andrew Cagney  <cagney@amy.cygnus.com>
27924
27925         * gdb.base/setvar.exp: Increase the time-out on tests indirectly
27926         calling malloc.
27927         * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
27928         * ptype.exp: Move test for get_debug_format to before its first
27929         use.
27930
27931 1999-07-06  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27932
27933         * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
27934         * gdb.base/annota2.cc, annota2.exp: Move from here.
27935         * gdb.c++/annota2.cc, annota2.exp: To here.
27936         * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
27937
27938 Tue Jun 29 11:56:06 1999  Andrew Cagney  <cagney@b1.cygnus.com>
27939
27940         * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
27941         a consistent format.
27942
27943 1999-06-25  Stan Shebs  <shebs@andros.cygnus.com>
27944
27945         From Jimmy Guo <guo@cup.hp.com> and others at HP:
27946         * lib/gdb.exp (get_compiler_info): Add detection for assorted
27947         HP compilers, also set the globals $true and $false.
27948
27949         * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
27950         call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
27951         coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
27952         jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
27953         long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
27954         printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
27955         scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
27956         sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
27957         solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
27958         whatis.c} Add C++ compatible function definitions and return
27959         types, add includes for library functions.
27960         * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
27961         * gdb.base/step-test.c (myglob): Rename from glob.
27962         * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
27963         foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
27964         files, move here from gdb.hp.
27965         * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
27966         commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
27967         ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
27968         Adjust line numbers in regexps.
27969
27970         * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
27971         miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
27972         instead of 0/1.
27973
27974         * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
27975         foll-vfork.exp: New files, move here from gdb.hp.
27976         * gdb.base/page.exp: New file, test of pagination command.
27977
27978         * gdb.base/watchpoint.c (recurser): New function, for watchpoint
27979         recursion test.
27980         * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
27981
27982         * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
27983         gdb.base/solib.exp: Fix compiler invocation process.
27984
27985         * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
27986         HP-UX 11, turn off overload resolution explicitly.
27987         * gdb.base/commands.exp: Set argument list explicitly, add
27988         watchpoint test.
27989         * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
27990         them work.
27991         * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
27992         expressions properly.
27993         * gdb.base/corefile.exp: Loosen the match slightly.
27994         * gdb.base/default.exp: Allow "Error accessing memory" message
27995         also.
27996         * gdb.base/display.exp: Skip over x/0 j if PA64.
27997         * gdb.base/funcargs.exp: Add xfails for HP-UX.
27998         * gdb.base/interrupt.exp: Ditto.
27999         * gdb.base/langs.exp: Add symbolic matches governed by compiler
28000         in use.
28001         * gdb.base/list.exp: Add xfails for HP-UX.
28002         * gdb.base/long_long.exp: Refine some of the numeric matches.
28003         * gdb.base/mips_pro.exp: Xfail on HP-UX.
28004         * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
28005         * gdb.base/nodebug.exp: Succeed on more varieties of output.
28006         * gdb.base/opaque.exp: Remove some HP-UX xfails.
28007         * gdb.base/ptype.exp: Succeed on more varieties of output.
28008         * gdb.base/scope.exp: Add xfails for HP-UX.
28009         * gdb.base/sect-cmd.exp: Add more cases.
28010         * gdb.base/setvar.exp: Add xfails for HP-UX.
28011         * gdb.base/shlib-call.exp: Loosen some matches slightly.
28012         * gdb.base/signals.exp: Match on void symbolically.
28013         * gdb.base/step-test.exp: Add case for PA64.
28014         * gdb.base/term.exp: Add exit and restart.
28015         * gdb.base/twice.exp: Clean up after self.
28016         * gdb.base/varargs.exp: Disable overload resolution explicitly.
28017         * gdb.base/whatis.exp: Allow more ways to pass tests.
28018
28019         * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
28020         no longer useful.
28021
28022 Fri Jun 25 19:27:28 1999  Andrew Cagney  <cagney@b1.cygnus.com>
28023
28024         * lib/gdb.exp (proc gdb_expect_list): New procedure.  Matches a
28025         list of patterns.
28026         * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
28027         print_double_array(double_array)", "continuing to breakpoint
28028         1018", "print print_double_array(array_d)" and "continuing to
28029         1034" tests.
28030
28031 1999-06-24  Jason Molenda  (jsm@bugshack.cygnus.com)
28032
28033         * Makefile.in: Add empty html and install-html targets.
28034
28035 1999-06-24  Stan Shebs  <shebs@andros.cygnus.com>
28036
28037         * config/mt-*: Remove, these haven't been used since 1996.
28038
28039 1999-06-22  Stan Shebs  <shebs@andros.cygnus.com>
28040
28041         * gdb.base/call-strs.c, gdb.base/ending-run.c,
28042         gdb.base/step-test.c: Include stdlib.h and string.h as needed.
28043         * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
28044
28045 1999-06-18  Stan Shebs  <shebs@andros.cygnus.com>
28046
28047         * gdb.c++/overload.exp: XFAIL everything if using G++, add a
28048         simpler match case for the ptype of the big class.
28049
28050 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
28051
28052         * gdb.exp: Fix test for gdb_prompt existence.
28053
28054 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
28055
28056         * gdb.exp (gdb_test): Add fail after calls to perror.
28057
28058 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
28059
28060         * gdb.exp (gdb_test): Accept variations of Undefined command messages.
28061
28062 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
28063
28064         * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
28065
28066 Fri Jun 11 12:56:50 1999  Andrew Cagney  <cagney@b1.cygnus.com>
28067
28068         * gdb.base/call-strs.c (link_malloc): New function.  Ensure that
28069         malloc() is linked in.
28070
28071 1999-06-08  Fernando Nasser  <fnasser@totem.to.cygnus.com>
28072
28073         * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
28074         step at end.
28075
28076         * gdb.base/annota1.exp: Increase match_max to prevent timeout.
28077
28078 1999-06-08  Jim Blandy  <jimb@zwingli.cygnus.com>
28079
28080         * gdb.java/jv-print.exp: New file.  (Our first Java test!)
28081
28082 Fri Jun  4 10:47:46 1999  Jeffrey A Law  (law@cygnus.com)
28083
28084         * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
28085         * gdb.base/mips_pro.exp: Likewise.
28086
28087 1999-06-02  Keith Seitz  <keiths@cygnus.com>
28088
28089         * gdb.c++/templates.cc: Change all "new" operators to throw
28090         an exception.
28091         * gdb.c++/cplusfuncs.cc: Likewise.
28092
28093         * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
28094
28095 Wed Jun  2 17:37:05 1999  Andrew Cagney  <cagney@b1.cygnus.com>
28096
28097         * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
28098         * gdb.base/ending-run.exp: When stepping out of main, accept a
28099         step into an arbitrary assembler file.
28100
28101 1999-05-20  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
28102
28103         * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
28104         "breakpoint-invalid" to be printed.
28105         * gdb.base/annota2.exp: Revise line number for main
28106         breakpoint. Allow any number of "frames-invalid" and
28107         "breakpoint-invalid" to be printed.
28108         * gdb.base/annota2.cc: Initialize a.x to 0.
28109
28110 1999-05-17  Keith Seitz  <keiths@cygnus.com>
28111
28112         * gdb.base/call-ar-st.exp: Skip
28113         "print print_double_array (double_array)" when "skip_float_tests" set.
28114         Ditto for "print print_double_array(array_d)",
28115         "print print_small_structs", "print print_ten_doubles", and
28116         "step into print_long_arg_list".
28117         Don't assume we can step into "print_long_arg_list": we could step
28118         into memcpy.
28119         * gdb.base/call-rt-st.exp: Don't run float-related tests when
28120         "skip_float_tests" is set: "print print_one_double(*d1)"
28121         and "print print_two_floats(*f3)".
28122         * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
28123         "skip_float_tests" is set.
28124         * gdb.base/varargs.exp: Skip
28125         "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)" when
28126         "skip_float_tests" set.
28127
28128 1999-05-06  Keith Seitz  <keiths@cygnus.com>
28129
28130         * gdb.base/annota2.cc: Include stdio.h.
28131
28132 Wed May  5 17:44:31 1999  Stan Shebs  <shebs@andros.cygnus.com>
28133
28134         * gdb.base/crossload.exp: Remove, this has been disabled ever
28135         since BFD stopped including all targets, and cross-GDB gets
28136         plenty of testing anyway.
28137         * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
28138         gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
28139         gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
28140         * gdb.base/README: Remove, was doc for this.
28141         * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
28142         needed.
28143
28144 1999-05-04  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
28145
28146         * gdb.base/call-ar-st.exp: Fix one regular expression in test
28147         output.
28148
28149         * gdb.base/annota1.exp: New file. Annotation level 2 tests.
28150         * gdb.base/annota2.exp: New file. More annotation tests.
28151         * gdb.base/annota1.c: New file. Source file for annota1.exp.
28152         * gdb.base/annota2.cc: New file. Source file for annota2.exp.
28153
28154 1999-04-23  Angela Marie Thomas <angela@cygnus.com>
28155
28156         * config/cfdbug.exp: New file.
28157
28158 1999-04-20  Jim Blandy  <jimb@zwingli.cygnus.com>
28159
28160         * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
28161         Marcus Daniel's and Dale Hawkins's demangler crashes.
28162
28163         * gdb.c++/demangle.exp (test_gnu_style_demangling,
28164         test_lucid_style_demangling, test_arm_style_demangling,
28165         test_hp_style_demangling): Try Tom Tromey's core-dumping
28166         identifier under each demangling style.
28167
28168 1999-04-07  Jim Blandy  <jimb@zwingli.cygnus.com>
28169
28170         * gdb.c++/demangle.exp: Include the current demangling style
28171         in all test names.
28172         (current_demangling_style): New global variable.
28173         (set_demangling_style, test_demangling_core, test_demangling,
28174         test_demangling_exact): New functions.
28175         (test_gnu_style_demangling, test_lucid_style_demangling,
28176         test_arm_style_demangling, test_hp_style_demangling): Use those,
28177         instead of calling gdb_test and gdb_test_exact directly.
28178         (catch_demangling_errors): New function, which reports errors
28179         signalled by the demangling test functions in an orderly way.
28180         (do_tests): Use catch_demangling_errors.
28181
28182 1999-04-06  Jim Blandy  <jimb@zwingli.cygnus.com>
28183
28184         * gdb.base/signals.exp (test_handle_all_print): Use () for
28185         grouping in expressions, not {}.
28186
28187         * gdb.base/smoke.exp: Test value of x, not y.  The latter isn't
28188         initialized yet.
28189
28190 1999-04-01  Stan Shebs  <shebs@andros.cygnus.com>
28191
28192         * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
28193         are listed.
28194
28195 1999-03-26  Stan Shebs  <shebs@andros.cygnus.com>
28196
28197         * gdb.stabs/weird.exp: Test for CC being defined before
28198         looking at its value.
28199
28200 1999-03-25  Stan Shebs  <shebs@andros.cygnus.com>
28201
28202         * gdb.base/call-ar-st.exp: Remove stray '#'.
28203         * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
28204         "short int" and "long int".
28205         * gdb.c++/overload.cc: Cast the string added in the previous
28206         change, to mollify finicky HP compiler.
28207         * gdb.hp/reg-test.exp (testfile): Fix file name.
28208         * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
28209
28210         * gdb.c++/misc.cc (main): Initialize obj_with_enum.
28211         * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
28212         alternate form of enum ptype.
28213
28214 1999-03-23  Stan Shebs  <shebs@andros.cygnus.com>
28215
28216         * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
28217         * gdb.hp/*.exp: Change all to run compiler probe only after
28218         passing skip_hp_tests, so as not to waste time on guaranteed
28219         failure.
28220
28221         * gdb.c++/overload.cc: Pass string instead of char addr, always
28222         init ccpfoo.
28223         * gdb.c++/templates.cc: Fix syntax error.
28224
28225 Tue Mar 23 14:56:36 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
28226
28227         * gdb.base/commands.exp: Add test for correct position of '>'
28228         when issuing the 'commands' command after a 'while' or 'if'
28229         command.
28230
28231 1999-03-18  James Ingham  <jingham@cygnus.com>
28232
28233         * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
28234
28235         * gdb.c++/method.exp: It was testing an uninitialized int on the
28236         stack and assuming it was positive.
28237
28238         * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
28239
28240         * gdb.base/step-test.exp: Catch a case where finish is broken and
28241         keep it from killing the rest of the tests.
28242         Use gdb_continue_to_end.
28243
28244         * gdb.base/sigall.exp: use gdb_continue_to_end.
28245
28246         * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
28247
28248         * gdb.base/display.exp: use runto_main, not run.
28249
28250         * gdb.base/default.exp: Check for the current error message in the
28251         r abbreviation test.
28252         Add strongarm to the targets that know info float.
28253
28254         * gdb.base/condbreak.exp: Use the gdb_run command rather than just
28255         run which doesn't work with monitors.
28256
28257         * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to
28258         1034 test.
28259
28260         * gdb.base/break.exp: use the gdb_continue_to_end proc.
28261
28262         * lib/gdb.exp: I had added gdb_continue_to_end used to run to the
28263         end of a program.  Traps the case (in Cygmon) when the program
28264         never really exits.  Same as Mark's continue_to_exit, but I had
28265         put it in a lot more places, so I used my name.  Sorry Mark...
28266
28267         * config/monitor.exp (gdb_target_monitor): added another
28268         target_info parameter: remotebinarydownload.  This will set the
28269         remotebinarydownload flag if this is causing some boards trouble.
28270
28271 1999-03-18  Mark Salter  <msalter@cygnus.com>
28272
28273         * lib/gdb.exp (continue_to_exit): New function.
28274
28275         * gdb.base/ena-dis-br.exp: Clean up for remote targets.
28276         * gdb.base/ending-run.exp: Ditto.
28277         * gdb.base/step-test.exp: Ditto.
28278
28279 1999-03-16  Stan Shebs  <shebs@andros.cygnus.com>
28280
28281         * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
28282         (suggested by Art Haas <ahaas@neosoft.com>).
28283
28284 1999-03-16  Jim Blandy  <jimb@zwingli.cygnus.com>
28285
28286         * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
28287
28288 Fri Mar 12 18:06:21 1999  Stan Shebs  <shebs@andros.cygnus.com>
28289
28290         * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
28291         descriptions of types (short unsigned int vs unsigned short, etc).
28292
28293 1999-03-12  Jim Blandy  <jimb@zwingli.cygnus.com>
28294
28295         * gdb.base/call-strs.exp: Don't assume that `step' will step over
28296         a call to strlen; sometimes we do have sources.
28297
28298 1999-03-08  Jim Blandy  <jimb@zwingli.cygnus.com>
28299
28300         * gdb.base/call-ar-st.c (main): Terminate char_array with a null
28301         character, so GDB won't print garbage after its end.
28302
28303         * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
28304         breakpoint there instead.  Sometimes GCC emits memcpy to handle
28305         the large structures being passed by value, so we step into that
28306         instead of sum_array_print, which obscures what we're really testing.
28307         * gdb.base/step-test.exp: However, we do want a test that notices
28308         the bizarre steps into memcpy, so do that here.  Add check for
28309         stepping into function calls that pass large structures by value.
28310         ("Is that a noun clause, or are you just happy to see me?")
28311         Remove all references to specific line numbers.
28312         * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
28313         New type and function.
28314         (main): Call large_struct_by_value, passing it a large struct by value.
28315         * lib/gdb.exp (gdb_get_line_number): New function.
28316
28317         * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
28318         more portable.
28319
28320 1999-03-08  Jim Blandy  <jimb@zwingli.cygnus.com>
28321
28322         * lib/gdb.exp: Doc fixes.
28323
28324 1999-03-05  Nick Clifton  <nickc@cygnus.com>
28325
28326         * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
28327
28328 1999-03-04  Jim Blandy  <jimb@zwingli.cygnus.com>
28329
28330         * gdb.base/display.exp: Don't exercise the "detach" and "kill"
28331         commands.  They're not germane to this test, and they don't work
28332         that way on remote targets.
28333
28334 1999-03-01  James Ingham  <jingham@cygnus.com>
28335
28336         * Changelog entries merged over from gdb development branch.
28337
28338        Tue Jan  5 12:33:47 1999  Keith Seitz  <keiths@cygnus.com>
28339
28340                * lib/gdb.exp (gdbtk_analyze_results): Generic function
28341                for outputting results of test run.
28342
28343         1998-12-07  Martin M. Hunt  <hunt@cygnus.com>
28344
28345                * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
28346
28347 1999-02-25  Felix Lee  <flee@cygnus.com>
28348
28349         * lib/gdb.exp (debug_format): initialize
28350
28351 1999-02-25  Jason Molenda  (jsm@bugshack.cygnus.com)
28352
28353         * gdb.base/call-ar-st.c: Include string.h, not strings.h.
28354         * gdb.base/call-rt-st.c: Ditto.
28355
28356 1999-02-13  Jim Blandy  <jimb@zwingli.cygnus.com>
28357
28358         * gdb.threads/pthreads.exp (horiz): New variable.
28359         (test_startup): Fix regexps that capture thread numbers.
28360
28361 1999-02-10  Jason Molenda  (jsm@bugshack.cygnus.com)
28362
28363         * gdb.base/smoke.exp: Disambiguate two test case names (both
28364         called ``print'').
28365
28366 Fri Feb  5 12:42:56 1999  Stan Shebs  <shebs@andros.cygnus.com>
28367
28368         * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
28369         compilation.
28370
28371 1999-02-04  Jason Molenda  (jsm@bugshack.cygnus.com)
28372
28373         * gdb.base/miscexprs.exp: Change patterns to match GDB's
28374         actual output formatting.
28375         * gdb.base/smoke.exp: GDB removes leading 0's.
28376         * gdb.base/volatile.exp: Don't check type of remuneration;
28377         that variable is no longer defined in constvars.c.
28378         * gdb.base/step-test.c (main): Exit with explicit exit code.
28379         * gdb.base/step-test.exp: Remove two nexti checks--they are
28380         not portable.
28381
28382 1999-02-04  Jason Molenda  (jsm@bugshack.cygnus.com)
28383
28384         * gdb.base/help.exp ("help delete display"): Fix test to match
28385         gdb's output.
28386
28387         * gdb.base/long_long.c (known_types): Initialize values to zero.
28388         * gdb.base/long_long.exp: Step one more line
28389         so 'dec' is initialized in "get to known place".  GDB removes
28390         leading zeros.  Explicitly ask for hex formatting.  Use
28391         unique test case names.
28392
28393 Tue Feb  2 10:16:08 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
28394
28395         * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
28396
28397         * gdb.c++/method.exp: Add missing close brace.
28398
28399 1999-01-30  Jim Blandy  <jimb@zwingli.cygnus.com>
28400
28401         * gdb.base/maint.exp: Use 'set height 0' to disable page
28402         prompting, not 'set height 400'.
28403
28404         Fix a bunch of timeouts.
28405         * gdb.base/maint.exp ("maint print objfiles"): Break this up into
28406         four separate tests, so expect doesn't take forever to match a ton
28407         of text against a regexp with lots of .* forms.
28408         ("maint print psymbols", "maint print symbols"): Make some of
28409         these greps more selective, so that expect doesn't try to wade
28410         through huge piles of output and time out.
28411
28412         * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
28413
28414         * gdb.base/maint.exp ("maint info breakpoints"): Split into two
28415         tests: one which doesn't expect shlib events to be reported, and
28416         another which does, but is XFAIL for all platforms other than
28417         HP/UX.
28418
28419         * gdb.base/break.exp: Teach the test suite that the `catch
28420         fork', `catch vfork', and `catch exec' commands produce error
28421         messages on platforms that don't provide these features.
28422
28423 Mon Jan 25 18:35:56 1999  Stan Shebs  <shebs@andros.cygnus.com>
28424
28425         * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
28426         so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
28427         (shortening names from solib_threshold.exp etc), won't run on
28428         anything but HP-UX for the foreseeable future.
28429         * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
28430         reflect move.
28431
28432 Thu Jan 21 15:46:49 1999  Stan Shebs  <shebs@andros.cygnus.com>
28433
28434         * gdb.base/Makefile.in, gdb.c++/Makefile.in,
28435         gdb.trace/Makefile.in (clean): Remove all test executables.
28436
28437 Tue Jan 19 17:20:09 1999  David Taylor  <taylor@texas.cygnus.com>
28438
28439         * gdb.base/shlib-call.exp: add test cases to verify that gdb
28440         successfully re-sets breakpoints in shared libraries.
28441         * gdb.base/shmain.c (main): return 0, don't fall off the end.
28442
28443 Fri Jan 15 14:04:57 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
28444
28445         * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
28446         and compiled w/o GCC.
28447
28448         * gdb.hp/watch-cmd.exp: ditto.
28449
28450         * gdb.hp/watch-hp.exp: ditto.
28451
28452         * gdb.hp/xdb1.exp: ditto.
28453
28454         * gdb.hp/xdb2.exp: ditto.
28455
28456         * gdb.hp/dbx.exp: ditto.
28457
28458 Thu Jan 14 18:36:48 1999  Stan Shebs  <shebs@andros.cygnus.com>
28459
28460         * constvars.c: Remove C++-isms.
28461         * constvars.exp: Use gdb_test everywhere, add xfails if compiled
28462         with GCC.
28463
28464 Mon Jan 11 10:08:03 1999  David Taylor  <taylor@texas.cygnus.com>
28465
28466         The following changes are part of the HP merge.
28467
28468         * gdb.base/break.exp: new tests to verify that catchpoints for
28469         fork, vfork, and exec don't trigger inappropriately.
28470
28471         * gdb.base/opaque.exp: compile one file at a time, then link.
28472
28473         * gdb.base/signals.exp: be more restrictive about which hppa
28474         systems receive a setup_xfail.  new tests.
28475
28476         * gdb.base/solib_threshold.build: new file.
28477         * gdb.base/solib_threshold.exp: new file.
28478         * gdb.base/solib_threshold.link_opts: new file.
28479         * gdb.base/solib_threshold.mk: new file.
28480         * gdb.base/gen_solib_threshold.c: new file.
28481
28482         * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
28483         tests.  New tests for enums inside classes.
28484
28485         * gdb.c++/compiler.cc: indicate support of template debugging.
28486
28487         * gdb.c++/demangle.exp: run hp style demangling tests.
28488
28489         * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
28490         tests.
28491
28492         * gdb.c++/misc.cc: changes to support new tests.
28493
28494         * gdb.c++/templates.cc: changes to support HP's compiler; changes
28495         to support new tests.
28496
28497         * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
28498         gcc, then skip these tests.
28499
28500 Sun Jan 10 23:44:11 1999  David Taylor  <taylor@texas.cygnus.com>
28501
28502         The following files are part of the HP merge; some had longer
28503         names at HP, but have been renamed to be no more than 14
28504         characters in length.
28505
28506         * gdb.hp/ambiguous.cc: new file.
28507         * gdb.hp/ambiguous.exp: new file.
28508         * gdb.hp/attach.exp: new file.
28509         * gdb.hp/attach2.exp: new file.
28510         * gdb.hp/classes-hp.exp: new file.
28511         * gdb.hp/ctti.exp: new file.
28512         * gdb.hp/ctti-add.cc: new file.
28513         * gdb.hp/ctti-add1.cc: new file.
28514         * gdb.hp/ctti-add2.cc: new file.
28515         * gdb.hp/ctti-add3.cc: new file.
28516         * gdb.hp/dbx.exp: new file.
28517         * gdb.hp/exception.cc: new file.
28518         * gdb.hp/exception.exp: new file.
28519         * gdb.hp/foll-exec.c: new file.
28520         * gdb.hp/foll-exec.exp: new file.
28521         * gdb.hp/foll-fork.c: new file.
28522         * gdb.hp/foll-fork.exp: new file.
28523         * gdb.hp/foll-vfork.c: new file.
28524         * gdb.hp/foll-vfork.exp: new file.
28525         * gdb.hp/inherit-hp.exp: new file.
28526         * gdb.hp/more-steps.exp: new file.
28527         * gdb.hp/namespace.cc: new file.
28528         * gdb.hp/namespace.exp: new file.
28529         * gdb.hp/optimize.exp: new file.
28530         * gdb.hp/pxdb.c: new file.
28531         * gdb.hp/pxdb.exp: new file.
28532         * gdb.hp/quicksort.exp: new file.
28533         * gdb.hp/reg-test.exp: new file.
28534         * gdb.hp/reg-test.s: new file.
28535         * gdb.hp/sized-enum.c: new file.
28536         * gdb.hp/sized-enum.exp: new file.
28537         * gdb.hp/start-stop.exp: new file.
28538         * gdb.hp/templ-hp.cc: new file.
28539         * gdb.hp/templ-hp.exp: new file.
28540         * gdb.hp/thr-lib.c: new file.
28541         * gdb.hp/thr-lib.exp: new file.
28542         * gdb.hp/thr-lib.h: new file.
28543         * gdb.hp/thr-liblib.c: new file.
28544         * gdb.hp/virtfun-hp.c: new file.
28545         * gdb.hp/virtfun-hp.exp: new file.
28546         * gdb.hp/watch-cmd.exp: new file.
28547         * gdb.hp/watch-hp.exp: new file.
28548         * gdb.hp/xdb1.exp: new file.
28549         * gdb.hp/xdb2.exp: new file.
28550         * gdb.hp/xdb3.exp: new file.
28551
28552 Wed Jan  6 18:41:15 1999  David Taylor  <taylor@texas.cygnus.com>
28553
28554         The following files are part of the HP merge; some had longer
28555         names at HP, but have been renamed to be no more than 14
28556         characters in length.
28557
28558         * gdb.base/ss.h: new file.
28559         * gdb.base/call-ar-st.c: new file.
28560         * gdb.base/call-ar-st.exp: new file.
28561         * gdb.base/call-rt-st.c: new file.
28562         * gdb.base/call-rt-st-exp: new file.
28563         * gdb.base/call-strs.exp: new file.
28564         * gdb.base/ena-dis-br.exp: new file.
28565         * gdb.base/environ.exp: new file.
28566         * gdb.base/long_long.exp: new file.
28567         * gdb.base/sect-cmd.exp: new file.
28568         * gdb.base/shlib-cl2.exp: new file.
28569         * gdb.base/smoke.exp: new file.
28570         * gdb.base/so-impl-ld.c: new file.
28571         * gdb.base/so-impl-ld.exp: new file.
28572         * gdb.base/so-indr-cl.c: new file.
28573         * gdb.base/so-indr-cl.exp: new file.
28574         * gdb.base/varargs.exp: new file.
28575         * gdb.base/volatile.exp: new file.
28576         * gdb.base/whatis-exp.exp: new file.
28577         * gdb.base/display.exp: new file.
28578         * gdb.c++/derivation.exp: new file.
28579         * gdb.c++/local.exp: new file.
28580         * gdb.c++/member-ptr.exp: new file.
28581         * gdb.c++/overload.exp: new file.
28582         * gdb.c++/ovldbreak.exp: new file.
28583         * gdb.c++/ref-types.exp: new file.
28584         * gdb.c++/ref-types2.exp: new file.
28585         * gdb.c++/userdef.exp: new file.
28586
28587 Wed Jan  6 13:50:57 1999  Stan Shebs  <shebs@andros.cygnus.com>
28588
28589         * gdb.base/default.exp: Reflect wording change in remote.c.
28590
28591 Tue Jan  5 19:14:51 1999  Michael Snyder  <msnyder@cygnus.com>
28592
28593         * gdb.base/help.exp: Update to reflect current text.
28594
28595 Tue Jan  5 13:05:32 1999  David Taylor  <taylor@texas.cygnus.com>
28596
28597         * gdb.c++/anon-union.cc: make foo and bar global, otherwise
28598         they're stack variables and contain garbage.
28599         * gdb.c++/anon-union.exp: new file.
28600
28601         The following changes were made by David Taylor
28602         <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
28603         Edith Epstein <eepstein@cygnus.com> as part of a project to merge
28604         in changes by HP.
28605
28606         * gdb.base/bitops.exp: new file.
28607         * gdb.base/default.exp: change expected messages for catch and
28608         info catch tests to reflect HP merge changes.
28609         * gdb.base/enable-disable-break.exp
28610         * gdb.base/ending-run.c: new file.
28611         * gdb.base/long_long.c: new file.
28612         * gdb.base/maint.exp: new file.
28613         * gdb.base/pointers2.exp: new file.
28614         * gdb.base/shlib-call2.exp: new file.
28615         * gdb.base/solib.exp: new file.
28616         * gdb.base/step-test.c: new file.
28617         * gdb.c++/anon-union.cc: new file.
28618         * gdb.c++/local.cc: new file.
28619         * gdb.c++/member-pointer.cc: new file.
28620         * gdb.c++/method.cc: new file.
28621         * gdb.c++/ref-types.cc: new file.
28622         * gdb.c++/ref-types2.cc: new file.
28623         * gdb.c++/userdef.cc: new file.
28624
28625         * gdb.base/scope.exp: compile one file at a time, then link.
28626         * gdb.base/langs.exp: ditto.
28627         * gdb.base/list.exp: ditto.
28628
28629 Mon Jan  4 10:06:43 1999  David Taylor  <taylor@texas.cygnus.com>
28630
28631         The following changes were made by David Taylor
28632         <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
28633         Edith Epstein <eepstein@cygnus.com> as part of a project to merge
28634         in changes by HP.
28635
28636         * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
28637         skip tests.  When compiling pass c++ flag to gdb_compile.
28638         * gdb.c++/
28639
28640         * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
28641         test for on hppa*-*-hpux*; use args to see if c++ was specified.
28642         (skip_hp_tests): new function.
28643         (gdb_preprocess): new function.
28644
28645         * configure.in (hpdir): decide whether to configure gdb.hp.
28646         * configure: regenerated.
28647
28648         * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
28649         to delete on clean.
28650         (EXECUTABLES): update to reflect new additions.
28651         * gdb.base/commands.exp: update message expected.
28652         * gdb.base/default.exp: add copyright notice.
28653         * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
28654         * gdb.base/help.exp: update messages to reflect current text.
28655         * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
28656         targets for recurse tests.
28657         * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
28658         skip this file.
28659
28660         * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
28661         * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
28662         compilation.
28663         * gdb.c++/misc.exp: ditto.
28664         * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
28665         run the tests.  tell gdb_compile that it's a c++ compilation.
28666
28667         * gdb.threads/pthreads.exp: fix typo in message.
28668
28669         * gdb.base/all-bin.exp: new file.
28670         * gdb.base/arithmet.exp: new file.
28671         * gdb.base/assign.exp: new file.
28672         * gdb.base/completion.exp: new file.
28673         * gdb.base/cond-expr.exp: new file.
28674         * gdb.base/condbreak.exp: new file.
28675         * gdb.base/define.exp: new file.
28676         * gdb.base/dollar.exp: new file.
28677         * gdb.base/environment.exp: new file.
28678         * gdb.base/eval-skip.exp: new file.
28679         * gdb.base/jump.exp: new file.
28680         * gdb.base/logical.exp: new file.
28681         * gdb.base/pointers.exp: new file.
28682         * gdb.base/relational.exp: new file.
28683         * gdb.base/section_command.exp: new file.
28684         * gdb.base/whatis-expr.exp: new file.
28685
28686         * gdb.base/all-types.c: new file.
28687         * gdb.base/call-array-struct.c: new file.
28688         * gdb.base/call-return-struct.c: new file.
28689         * gdb.base/call-strings.c: new file.
28690         * gdb.base/callfuncs2.c: new file.
28691         * gdb.base/condbreak.c: new file.
28692         * gdb.base/constvars.c: new file.
28693         * gdb.base/display.c: new file.
28694         * gdb.base/int-type.c: new file.
28695         * gdb.base/jump.c: new file.
28696         * gdb.base/miscexprs.c: new file.
28697         * gdb.base/pointers.c: new file.
28698         * gdb.base/pointers2.c: new file.
28699         * gdb.base/shmain.c: new file.
28700         * gdb.base/shr1.c: new file.
28701         * gdb.base/shr2.c: new file.
28702         * gdb.base/solib.c: new file.
28703         * gdb.base/solib1.c: new file.
28704         * gdb.base/solib2.c: new file.
28705         * gdb.base/varargs.c: new file.
28706         * gdb.c++/derivation.cc: new file.
28707         * gdb.c++/overload.cc: new file.
28708         * gdb.c++/ovldbreak.cc: new file.
28709         * gdb.hp/attach.c: new file.
28710         * gdb.hp/attach2.c: new file.
28711         * gdb.hp/average.c: new file.
28712         * gdb.hp/compiler.c: new file.
28713         * gdb.hp/compiler.cc: new file.
28714         * gdb.hp/execd-program.c: new file.
28715         * gdb.hp/follow-exec.c: new file.
28716         * gdb.hp/follow-fork.c: new file.
28717         * gdb.hp/follow-vfork-and-exec.c: new file.
28718         * gdb.hp/misc-hp.cc: new file.
28719         * gdb.hp/more-steps.c: new file.
28720         * gdb.hp/optimize.c: new file.
28721         * gdb.hp/quicksort.c: new file.
28722         * gdb.hp/run-hp.c: new file.
28723         * gdb.hp/start-stop.c: new file.
28724         * gdb.hp/sum.c: new file.
28725         * gdb.hp/templates-hp.cc: new file.
28726         * gdb.hp/thread-local-in-lib.c: new file.
28727         * gdb.hp/thread-local-in-lib.h: new file.
28728         * gdb.hp/thread-local-in-lib.lib.c: new file.
28729         * gdb.hp/vforked-program.c: new file.
28730         * gdb.hp/virtfunc-hp.cc: new file.
28731         * gdb.hp/watchpoint-hp.c: new file.
28732         * gdb.hp/xdb.c: new file.
28733         * gdb.hp/xdb0.c: new file.
28734         * gdb.hp/xdb0.h: new file.
28735         * gdb.hp/xdb1.c: new file.
28736
28737 Mon Dec 21 14:08:38 1998  David Taylor  <taylor@texas.cygnus.com>
28738
28739         The following change was made by Edith Epstein
28740         <eepstein@cygnus.com> as part of a project to merge in changes
28741         originally made by HP; HP did not create ChangeLog entries.
28742
28743         * gdb.c++/demangle.exp: changed the expected output for some
28744         ARM-style mangling -- removed second reference to datatype.
28745         For example, maint demangle __dt__11T1__pt__2_cFv
28746                      T1<char>::~T1<char>(void)
28747         becomes,
28748                      maint demangle __dt__11T1__pt__2_cFv
28749                      T1<char>::~T1(void)
28750
28751         (test_hp_style_demangling): new hp specific demangling test cases.
28752
28753 Mon Dec 14 15:07:03 1998  Jeffrey A Law  (law@cygnus.com)
28754
28755         * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
28756         * gdb.trace/backtrace.exp: Likewise.
28757         * gdb.trace/circ.exp: Likewise.
28758         * gdb.trace/collection.exp: Likewise.
28759         * gdb.trace/deltrace.exp: Likewise.
28760         * gdb.trace/infotrace.exp: Likewise.
28761         * gdb.trace/limits.exp: Likewise.
28762         * gdb.trace/packetlen.exp: Likewise.
28763         * gdb.trace/passc-dyn.exp: Likewise.
28764         * gdb.trace/passcount.exp: Likewise.
28765         * gdb.trace/report.exp: Likewise.
28766         * gdb.trace/save-trace.exp: Likewise.
28767         * gdb.trace/tfind.exp: Likewise.
28768         * gdb.trace/tracecmd.exp: Likewise.
28769         * gdb.trace/while-dyn.exp: Likewise.
28770         * gdb.trace/while-stepping.exp: Likewise.
28771
28772 1998-12-07  Jim Blandy  <jimb@zwingli.cygnus.com>
28773
28774         * gdb.base/restore.exp, gdb.base/restore.c: New tests.
28775
28776 Wed Dec  2 20:03:53 1998  Stan Shebs  <shebs@andros.cygnus.com>
28777
28778         From Brendan Kehoe:
28779         * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
28780         int return types.
28781
28782 Sat Oct 24 18:04:22 1998  Felix Lee  <flee@cygnus.com>
28783
28784         * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
28785         remote dos host testing right.
28786
28787 Mon Oct 19 01:31:59 1998  Felix Lee  <flee@cygnus.com>
28788
28789         * gdb.base/corefile.exp: remove some xfails.
28790
28791 Thu Oct 15 10:04:38 1998  Andrew Cagney  <cagney@b1.cygnus.com>
28792
28793         * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
28794         have different timestamps.
28795
28796 Thu Oct  1 20:56:14 1998  Andrew Cagney  <cagney@b1.cygnus.com>
28797
28798         * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
28799         gdb.base/default.exp: Replace "exec" with "executable".
28800
28801 Tue Sep 29 15:06:29 1998  Andrew Cagney  <cagney@b1.cygnus.com>
28802
28803         * gdb.base/default.exp: Change else if to elseif from previous
28804         delta.
28805
28806 Mon Sep 28 13:21:43 1998  Nick Clifton  <nickc@cygnus.com>
28807
28808         * gdb.base/default.exp: Add brace missing from previous delta.
28809
28810 Mon Sep 21 14:39:27 1998  Nick Clifton  <nickc@cygnus.com>
28811
28812         * gdb.base/default.exp: Support test for info float for all
28813         varieties of arm toolchain.
28814
28815 Fri Sep 18 14:07:44 1998  Michael Snyder  <msnyder@cygnus.com>
28816
28817         * gdb.trace/*.exp: remove "remote_download" command.
28818
28819 Wed Sep 16 11:38:21 1998  Michael Snyder  <msnyder@cygnus.com>
28820
28821         * gdb.trace/*.exp: remove -gdwarf from compile.
28822
28823 Wed Sep 16 01:23:11 1998  Felix Lee  <flee@cygnus.com>
28824
28825         * gdb.trace/configure.in(AC_INIT): typo
28826         * gdb.trace/configure: regenerated
28827
28828 Mon Sep 14 20:00:04 1998  Michael Snyder  <msnyder@cygnus.com>
28829
28830         * config/m68k-emc.exp: New file.
28831         * lib/<emc-support.exp trace-support.exp}: New files.
28832         * configure.in: add new test directory gdb.trace.
28833         * gdb.trace/{configure configure.in Makefile.in}: New files.
28834         * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
28835         * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
28836         * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
28837         * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
28838         * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
28839         * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
28840         * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
28841
28842 Fri Sep 11 13:58:02 1998  Michael Snyder  <msnyder@cygnus.com>
28843
28844         * gdb.c++/classes.exp: Change all regular expressions to match
28845         arbitrary combinations of newline/carriage-return, so that they
28846         will work equally well on Unix and Windows.
28847         * gdb.c++/inherit.exp: ditto.
28848         * gdb.c++/virtfunc.exp: ditto.
28849
28850 1998-08-11 Dawn Perchik  <dawn@cygnus.com>
28851
28852         * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
28853
28854 Fri Jul 24 15:51:34 1998  Jeffrey A Law  (law@cygnus.com)
28855
28856         * gdb.disasm/am33.s: Add tests for autoincrement instructions.
28857         * gdb.disasm/am33.exp: Run time.  Update tests which use r8-r15
28858         to use a0-a3/d0-d3 as needed.
28859
28860 Thu Jul 16 18:20:46 1998  Jeffrey A Law  (law@cygnus.com)
28861
28862         * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
28863         * gdb.disasm/am33.exp: Corresponding changes.
28864
28865 1998-07-11  Felix Lee  <flee@cygnus.com>
28866
28867         * gdb.base/callfuncs.exp: add cmp10 test.
28868         * gdb.base/callfuncs.c (cmp10): new function.
28869
28870 Thurs Jul 9 11:08:31 1998  Dawn Perchik  <dawn@cygnus.com>
28871
28872         * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
28873         into two parts to get around a synchronization problem in expect.
28874
28875 Fri Jun 26 14:27:13 1998  Keith Seitz  <keiths@cygnus.com>
28876
28877         * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
28878
28879         * configure.in: Add options for gdbtk testsuite.
28880
28881         * configure: Regenerate.
28882
28883         * gdb.gdbtk: New directory to hold gdbtk tests.
28884
28885 Fri Jun 26 14:52:47 1998  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
28886
28887         * gdb.fortran/types.exp:  Escape brackets in expect patterns
28888         for test_float_literal_types_accepted tests.
28889         * gdb.base/scope.exp:  Remove extraneous newline in filelocal_bss
28890         before run test.
28891
28892 Fri Jun 26 11:12:17 1998  Jeffrey A Law  (law@cygnus.com)
28893
28894         * am33.exp: Just compile, do not link the testcase.
28895         * am33.s: Add ".am33" pseudoop to force am33 mode.
28896
28897 1998-06-25  Felix Lee  <flee@cygnus.com>
28898
28899         * gdb.base/setshow.exp: make sure $pc is sane.
28900
28901         * gdb.stabs/weird.exp: split expect patterns properly.
28902
28903 Wed Jun 24 13:03:15 1998  Jeffrey A Law  (law@cygnus.com)
28904
28905         * gdb.disasm/am33.s: New disassembler testfile for the am33.
28906         * gdb.disasm/am33.exp: Run it.
28907
28908 Tue Jun 23 11:45:01 1998  Michael Snyder  <msnyder@cygnus.com>
28909
28910         * gdb.base/funcargs.exp: simplify expect strings to ease pattern
28911         match processing (and eliminate spurious timeouts when running).
28912
28913 Fri Jun 12 17:28:22 1998  Michael Snyder  <msnyder@cygnus.com>
28914
28915         * gdb.base/signals.exp (test_handle_all_print): put back Mach
28916         exception test, but conditionalize it on target [mach | gnu].
28917
28918 Wed Jun 10 10:40:03 1998  Michael Snyder  <msnyder@cygnus.com>
28919
28920         * gdb.base/overlays.exp: fixup compile line for linker script.
28921
28922 Thu Jun  4 21:54:15 1998  Felix Lee  <flee@zog.cygnus.com>
28923
28924         * gdb.fortran/types.exp: don't guess at float size.
28925
28926 Thu May 21 02:28:37 1998  Felix Lee  <flee@zog.cygnus.com>
28927
28928         * gdb.base/exprs.exp: delete test that depends on int size.
28929
28930 Sun May 17 17:10:22 1998  Bob Manson  <manson@charmed.cygnus.com>
28931
28932         * config/sim.exp: Removed checks for target triplets.
28933         (gdb_target_sim): Use gdb,target_sim_options.
28934
28935 Sat May 16 23:43:35 1998  Mark Alexander  <marka@cygnus.com>
28936
28937         * gdb.base/reread.exp: New file.
28938         * gdb.base/reread1.c: New file.
28939         * gdb.base/reread2.c: New file.
28940
28941 Sat May 16 23:22:09 1998  Mark Alexander  <marka@cygnus.com>
28942
28943         * config/sim.exp: Use 'target sim -sparclite' when running
28944         SPARClite programs.
28945
28946 Sat May 16 18:48:08 1998  Doug Evans  <devans@canuck.cygnus.com>
28947
28948         * gdb.base/structs2.exp: New file.
28949         * gdb.base/structs2.c: New file.
28950
28951 Wed May 13 13:36:14 1998  Doug Evans  <devans@canuck.cygnus.com>
28952
28953         * gdb.asm/common.inc: New file.
28954         * gdb.asm/d10v.inc: New file.
28955         * asm-source.exp: Pass -I's to gas to find .inc files.
28956         Update line numbers in expected output.
28957         * asmsrc1.s: Rewrite.
28958         * asmsrc2.s: Rewrite.
28959         * configure.in: Create arch.inc symlink.
28960         * configure: Regenerate.
28961         * Makefile.in (distclean): Delete arch.inc.
28962
28963 Wed May  6 10:30:54 1998  John Metzler  <jmetzler@cygnus.com>
28964
28965         *  callfuncs.c (t_enum_value1) : Cleanup return value warnings
28966         (t_enum_value2): ditto
28967         (t_enum_value3): ditto
28968         (main): ditto
28969 Fri May  1 09:33:37 1998  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
28970
28971         * gdb.base/break.exp:  Remove xfail for `deleting all breakpoints
28972         when none' unexpected prompt case, fixed by breakpoint.c:delete_command
28973         change.
28974         Use gdb_test instead of send_gdb/gdb_expect sequences.
28975
28976 Thu Apr 23 12:56:19 1998  Jason Molenda  (crash@bugshack.cygnus.com)
28977
28978         * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
28979         not void.
28980
28981 Thu Apr 16 10:52:34 1998  John Metzler  <jmetzler@cygnus.com>
28982
28983         * gdb.base/branches.c: Code with lots of loops and
28984         subroutines. Used to test gdbs ability to single step through PC
28985         changes, especially to test mips-tdep.c:mips_next_pc
28986
28987 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
28988
28989         * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
28990         more rigorous EGCS C++ error checking.
28991
28992 Fri Apr 10 22:38:12 1998 Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
28993
28994         * gdb.base/help.exp:  Clean up `help set args' and `help show args'
28995         tests.
28996         * gdb.base/interrupt.exp:  Add "i*86-*-solaris2*" xfail for calling
28997         function when asleep.
28998         * gdb.base/signals.exp:  Add "i*86-*-solaris2*" xfails. Add comment
28999         for i*86 Linux and SVR4 signal handling problems.
29000         Remove linux xfail for `next to handler in signals_tests_1', fixed
29001         by recent infrun.c change.
29002         Limit backtrace to 10 frames to avoid timeout problems with infinite
29003         stack backtraces.
29004         Adjust expect pattern in `handle all print' test to match Apr 28 1997
29005         target.[ch] change.
29006
29007 Tue Mar 31 00:40:32 1998  Bob Manson  <manson@charmed.cygnus.com>
29008
29009         * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
29010         for a newline from gdb before continuing.
29011         (default_gdb_exit): Just look for y or n.
29012         (gdb_test): Detect abnormal exit from GDB running on DOS; if
29013         it does, fail the rests of the tests in the file.
29014
29015 Tue Mar 24 22:44:52 1998  Bob Manson  <manson@charmed.cygnus.com>
29016
29017         * config/cygmon.exp: New file.
29018
29019 Mon Mar 16 21:39:11 1998  Bob Manson  <manson@charmed.cygnus.com>
29020
29021         * gdb.base/list.exp: Fix problem with "list default lines around
29022         main" test on remote targets.
29023
29024         * gdb.base/scope.exp: Fix problem with filelocal_bss before
29025         run test on remote targets.
29026
29027 Thu Mar 12 16:23:00 1998  Doug Evans  <devans@canuck.cygnus.com>
29028
29029         * gdb.asm: New directory.
29030         * configure.in: Configure it.
29031         * configure: Regenerate.
29032         * gdb.asm/{Makefile.in,configure.in,configure}: New files.
29033         * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
29034
29035 Mon Feb 23 08:22:44 1998  Mark Alexander  <marka@cygnus.com>
29036
29037         * config/mn10300-eval.exp: New file to support MN10300 eval board.
29038
29039 Wed Feb 18 16:43:46 1998  Michael Snyder  (msnyder@cygnus.com)
29040
29041         * gdb.base/overlays (several files): Merge the two overlay
29042         managers into one.  Change variables (foox, barx, bazx, grbxx)
29043         back into ints but force them to load in their proper sections.
29044
29045 Thu Feb 12 13:49:30 1998  Andrew Cagney  <cagney@b1.cygnus.com>
29046
29047         * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
29048         on-chip insn memory and IMAP1 to upper 128k.
29049         (D10VCopy): Handle memory regions crossing 16k boundaries.
29050         (D10VCopy): Transfer data in 32 bit chunks.
29051
29052 Tue Feb 10 17:23:22 1998  Andrew Cagney  <cagney@b1.cygnus.com>
29053
29054         * gdb.base/overlays.c (main): Exit normally when result is
29055         correct.
29056
29057         * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
29058         map.  Include space for printf in .text segment.
29059
29060         * gdb.base/d10vovly.c (D10VTranslate): New function, handle
29061         updated d10v memory VMA/LMA map.
29062         (D10VCopy): Call D10VTranslate.
29063
29064 Fri Feb  6 14:13:12 1998  Andrew Cagney  <cagney@b1.cygnus.com>
29065
29066         * gdb.base/m32rovly.c: Force variable _novlys into .data section.
29067
29068         * gdb.base/bar.c (barx, bar): Change variable to small array so
29069         that it won't be put into the .sdata - small data -
29070         section. Update reference.
29071         * gdb.base/baz.c (bazx, baz): Ditto.
29072         * gdb.base/foo.c (foox, foo): Ditto.
29073         * gdb.base/grbx.c (grbxx, grbx): Ditto.
29074
29075         * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
29076         to be arrays.
29077
29078 Thu Jan 29 14:48:19 1998  Michael Snyder  (msnyder@cygnus.com)
29079
29080         * gdb.base/overlays.exp: fix up and get working again.
29081         Add tests for backtraces from an overlay function.
29082
29083 Fri Jan 23 07:52:45 1998  Fred Fish  <fnf@cygnus.com>
29084
29085         * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
29086         "calling function with watchpoint enabled".
29087
29088 Thu Jan 22 14:23:29 1998  Fred Fish  <fnf@cygnus.com>
29089
29090         * gdb.base/break.exp (test_next_with_recursion): Remove
29091         gdb_suppress_tests for d10v-*-*.
29092         * lib/gdb.exp (gdb_suppress_tests): Disable this function
29093         pending review of whether it is useful or not.
29094
29095 Tue Jan 20 13:02:09 1998  Mark Alexander  <marka@cygnus.com>
29096
29097         * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
29098
29099 Mon Jan 19 08:53:04 1998  Mark Alexander  <marka@cygnus.com>
29100
29101         * gdb.base/break.exp: Increase timeout for slow TX39 boards.
29102         * config/dve.exp: New file to support Densan boards.
29103
29104 Mon Dec 15 22:38:05 1997  Andrew Cagney  <cagney@b1.cygnus.com>
29105
29106         * gdb.base/interrupt.exp: Document problem of simulators, signals,
29107         reads and BSD.
29108
29109 Wed Nov 26 22:29:18 1997  Bob Manson  <manson@charmed.cygnus.com>
29110
29111         * config/monitor.exp: Be a bit less picky about the "Remote debugging"
29112         response.
29113
29114         * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
29115
29116 Tue Nov 25 12:46:36 1997  Andrew Cagney  <cagney@b1.cygnus.com>
29117
29118         * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
29119         test.
29120
29121         * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
29122         target_sizeof_long and target_bigendian_p.
29123         (structs_by_value, structs_by_reference): Check values according
29124         to targets word size and endianess.
29125
29126 Mon Nov 24 16:37:06 1997  Andrew Cagney  <cagney@b1.cygnus.com>
29127
29128         * gdb.base/langs.exp: For "continue to exit" ignore any trailing
29129         output.
29130
29131 Fri Oct 17 13:24:43 1997  Stan Shebs  <shebs@andros.cygnus.com>
29132
29133         * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
29134         Update test of set args help to match source change.
29135
29136 Fri Sep 26 17:36:20 1997  Jason Molenda  (crash@pern.cygnus.com)
29137
29138         * gdb.base/default.exp: Expect help system output to be in
29139         alphabetical order.
29140         * gdb.base/help.exp: Ditto.
29141
29142 Wed Sep 24 13:08:14 1997  Bob Manson  <manson@charmed.cygnus.com>
29143
29144         * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
29145         "i*86-pc-linux-gnu*".
29146         * gdb.base/interrupt.exp: Ditto.
29147         * gdb.base/corefile.exp: Ditto.
29148
29149         * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
29150         define vxworks when building the testcase.
29151
29152         * gdb.base/ptype.exp: Fix testnames to be unique.
29153         * gdb.base/radix.exp: Ditto.
29154         * gdb.base/term.exp: Ditto.
29155         * gdb.base/whatis.exp: Ditto.
29156         * gdb.c++/classes.exp: Ditto.
29157
29158 Tue Sep 16 22:21:48 1997  Bob Manson  <manson@charmed.cygnus.com>
29159
29160         * gdb.base/callfuncs.exp: Fix indentation.
29161
29162         * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
29163         suppress_flag has been set.
29164         (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
29165         target feature.
29166
29167 Mon Sep 15 15:43:17 1997  Bob Manson  <manson@charmed.cygnus.com>
29168
29169         * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
29170         the testcase.
29171
29172         * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
29173         set_debug_traps() and breakpoint().
29174         * gdb.c++/misc.cc (main): Ditto.
29175         * gdb.c++/templates.cc (main): Ditto.
29176         * gdb.c++/virtfunc.cc (main): Ditto.
29177
29178 Fri Sep 12 16:56:38 1997  Bob Manson  <manson@charmed.cygnus.com>
29179
29180         * lib/gdb.exp(gdb_step_for_stub): New function.
29181         (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
29182         exists, reload the executable and do a "continue" instead of
29183         doing a jump.
29184         (runto_main): Use gdb_step_for_stub.
29185
29186         * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
29187         tests to have unique names.
29188         * gdb.base/callfuncs.exp: Ditto.
29189         * gdb.base/commands.exp: Ditto.
29190         * gdb.base/default.exp: Ditto.
29191         * gdb.base/help.exp: Ditto.
29192         * gdb.base/list.exp: Ditto.
29193         * gdb.base/opaque.exp: Ditto.
29194         * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
29195         similar tests.
29196
29197         * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
29198         * gdb.c++/cplusfuncs.cc: Ditto.
29199         * gdb.c++/virtfunc.cc: Ditto.
29200
29201         * config/monitor.exp: Keep track of the last file we saw, rather
29202         than trying to get the info from gdb.
29203
29204         * gdb.fortran/types.exp: Move comment to previous line.
29205
29206 Tue Sep  2 19:55:34 1997  Bob Manson  <manson@charmed.cygnus.com>
29207
29208         * config/sparclet.exp: Detect gratuitous change to sparclet gdb
29209         target mode.
29210
29211 Mon Jul 28 12:14:47 1997  Stan Shebs  <shebs@andros.cygnus.com>
29212
29213         From Bob Manson:
29214         * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
29215         string from GDB when it connects.
29216
29217         * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
29218
29219 Thu Jul  3 15:35:12 1997  Bob Manson  <manson@charmed.cygnus.com>
29220
29221         * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
29222         if we can't get a debug format from GDB (we may be testing an
29223         older GDB). Use a 10 second timeout when checking for the format.
29224
29225         * gdb.stabs/weird.exp: Fix quoting.
29226
29227         * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
29228
29229 Mon Jun 30 18:31:43 1997  Bob Manson  <manson@charmed.cygnus.com>
29230
29231         * config/arm-ice.exp: New file.
29232
29233 Sun Jun 29 16:43:30 1997  Bob Manson  <manson@charmed.cygnus.com>
29234
29235         * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
29236         until it has been modified to work with the new testsuite.
29237
29238         * gdb.*/*.exp: Instead of causing 1 unresolved test when the
29239         testcase won't compile, cause all of the testcases in the file to
29240         fail instead.
29241
29242         * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
29243         (gdb_clear_suppressed): New procedure.
29244         (gdb_stop_suppressing_tests): Only clear suppress_flag if
29245         it contains a positive value.
29246
29247 Sat Jun 28 13:31:11 1997  Bob Manson  <manson@charmed.cygnus.com>
29248
29249         * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
29250
29251         * gdb.c++/virtfunc.exp: Remove setting of libs variable.
29252
29253 Fri Jun 27 07:44:25 1997  Fred Fish  <fnf@cygnus.com>
29254
29255         * lib/gdb.exp (setup_xfail_format): New function.
29256         (get_debug_format): New function to get debug format.
29257         (debug_format): New global variable to hold last value set
29258         by get_debug_format.
29259         * gdb.base/list.exp: Call get_debug_format and expect some
29260         tests to fail for DWARF 1 and COFF formats.
29261         * gdb.c++/ptype.exp: Ditto.
29262         * gdb.c++/classes.exp: Ditto.
29263         * gdb.c++/cplusfuncs.exp: Ditto.
29264         * gdb.c++/inherit.exp: Ditto.
29265         * gdb.c++/templates.exp: Ditto.
29266         * gdb.c++/virtfunc.exp: Ditto.
29267
29268 Wed Jun 25 09:08:51 1997  Bob Manson  <manson@charmed.cygnus.com>
29269
29270         * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
29271         host doesn't have a currently-open connection.
29272
29273         * config/sparclet.exp: Cleanups and fixes to make it generic for
29274         any gdb stub target. Handle cases where gdb doesn't respond when
29275         interrupted in a sane fashion.
29276
29277         * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
29278         same thing in a totally different way.
29279
29280         * config/monitor.exp: Pass in timeouts to gdb_expect instead of
29281         setting "timeout".
29282         (gdb_start): We set the global gdb_prompt variable in
29283         default_gdb_init now.
29284
29285 Sun Jun 22 09:11:02 1997  Fred Fish  <fnf@cygnus.com>
29286
29287         * gdb.base/printcmds.exp: Fix "check for floating addition"
29288         regexp to accept results within approx +/- .01 of exact value.
29289         * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
29290
29291 Wed Jun 18 11:11:39 1997  Bob Manson  <manson@charmed.cygnus.com>
29292
29293         * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
29294         properly.
29295         (gdb_expect): Add optional timeout parameter, and add timeout
29296         value to various calls.
29297         (gdb_suppress_tests): Only give one warning message per group.
29298
29299 Tue Jun 17 13:10:10 1997  Bob Manson  <manson@charmed.cygnus.com>
29300
29301         * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
29302         global variables. Handle getting a value for $timeout more
29303         gracefully.
29304
29305 Sat Jun 14 09:23:26 1997  Bob Manson  <manson@charmed.cygnus.com>
29306
29307         * lib/gdb.exp: Close connection to remote host if gdb doesn't
29308         initialize.
29309         (default_gdb_init): New procedure; allow gdb_init to be overridden
29310         by a target configuration file.
29311         (gdb_expect): Pass the timeout to remote_expect.
29312
29313         * config/monitor.exp(gdb_load): Fix typo in regexp.
29314
29315 Thu Jun 12 20:57:12 1997  Bob Manson  <manson@charmed.cygnus.com>
29316
29317         * gdb.base/funcargs.exp: Remove spurious suppress tests call.
29318
29319 Tue Jun  3 15:20:20 1997  Bob Manson  <manson@charmed.cygnus.com>
29320
29321         * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
29322         here. Call gdb_target_exec before rebooting the target, to make
29323         sure the connection to the target is closed.
29324         (gdb_load): Pass the name of the executable to gdb_target_monitor.
29325         Don't call gdb_file_cmd here; let gdb_target_monitor do it.
29326         Also detect "Timeout reading from remote" error.
29327
29328         * config/gdbserver.exp: Pass the executable being loaded to
29329         gdb_target_monitor. Don't call gdb_file_cmd here; let
29330         gdb_target_monitor do it.
29331
29332         * gdb.disasm/hppa.exp: Don't use exec_output.
29333
29334 Fri May 23 13:28:29 1997  Bob Manson  <manson@charmed.cygnus.com>
29335
29336         * gdb.base/list.exp: If we're debugging a non-native target,
29337         try to set the pc register to point to the start of the
29338         program before doing the first list command.
29339
29340         * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
29341         test_calls after restarting.
29342
29343         * lib/gdb.exp(gdb_run_cmd): Send jump command again after
29344         reloading.
29345
29346         * gdb.base/watchpoint.exp: Fix typo.
29347
29348         * gdb.base/setshow.exp: Check for use_gdb_stub.
29349
29350         * gdb.base/break.exp: Fix continue until exit test for the gdb
29351         stub case.
29352         * gdb.base/langs.exp: Ditto.
29353
29354         * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
29355         gdb_load_offset. If we weren't given a file to load, figure out
29356         what the current file is and use it.
29357
29358         * config/i386-bozo.exp: New file.
29359
29360 Thu May 22 18:51:32 1997  Bob Manson  <manson@charmed.cygnus.com>
29361
29362         * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
29363         feature.
29364
29365         * config/proelf.exp: New entry.
29366
29367 Wed May 21 21:23:16 1997  Bob Manson  <manson@charmed.cygnus.com>
29368
29369         * lib/gdb.exp: Remove spurious .* patterns at the beginning
29370         of regexps.
29371
29372         * gdb.base/watchpoint.exp: Don't run the test_stepping
29373         tests if gdb can't call functions on the target.
29374
29375         * gdb.base/setshow.exp: Don't run the set prompt tests if
29376         the board has gdb_prompt set.
29377
29378 Tue May 20 08:58:49 1997  Jeffrey A Law  (law@cygnus.com)
29379
29380         * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
29381         * gdb.base/commands.exp: Likewise.
29382         * gdb.base/setshow.exp: Likewise.
29383
29384 Mon May 19 15:37:50 1997  Bob Manson  <manson@charmed.cygnus.com>
29385
29386         * config/monitor.exp(gdb_start): Look for gdb_prompt target
29387         feature.
29388
29389         * config/i960.exp: New file.
29390
29391 Thu May  1 18:01:50 1997  Bob Manson  <manson@charmed.cygnus.com>
29392
29393         * gdb.base/funcargs.exp: Check for gdb,short_int target
29394         feature instead of looking for explicit target triplets.
29395
29396 Mon Apr 28 17:27:40 1997  Michael Snyder  <msnyder@cygnus.com>
29397
29398         * gdb.base/printcmds.exp: add a couple more tests a la
29399         "p 123DEADBEEF", to check parse_number.
29400         * top.c: change "to enable to enable" to "to enable" in a couple
29401         of help strings.
29402
29403 Thu Apr 24 14:38:18 1997  Jeffrey A Law  (law@cygnus.com)
29404
29405         * gdb.base/callfuncs.exp: Mark some tests as expected to fail
29406         on the mn10300.
29407
29408 Mon Apr 21 15:05:42 1997  Fred Fish  <fnf@cygnus.com>
29409
29410         * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
29411         where the test executable is run with explicit args.
29412         * gdb.base/default.exp: Handle arm-*-coff case for "info float".
29413
29414 Mon Apr 21 13:38:58 1997  Fred Fish  <fnf@cygnus.com>
29415
29416         * gdb.base/run.c: Use FAKEARGV to build test executable that
29417         does not require a command line arg, since most simulators
29418         don't currently support passing such an arg into the simulated
29419         program.
29420         * gdb.base/commands.exp: Change tests to insert the proper
29421         value as the arg to the first recursive factorial call.  Change
29422         compilation line to define FAKEARGV at compile time.
29423
29424 Wed Apr  9 11:12:36 1997  Jeffrey A Law  (law@cygnus.com)
29425
29426         * gdb.base/recurse.exp: Enable these tests for the mn10300.
29427         * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
29428         function with watchpoint enabled" test.
29429
29430 Tue Apr  8 19:33:20 1997  Bob Manson  <manson@charmed.cygnus.com>
29431
29432         * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
29433         Don't call gdb_test when the command doesn't return to a gdb prompt.
29434
29435         * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
29436         "Tests restarted" messages.
29437
29438 Tue Apr  8 16:38:46 1997  Jeffrey A Law  (law@cygnus.com)
29439
29440         * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
29441
29442 Thu Apr  3 15:21:26 1997  Michael Snyder  <msnyder@cygnus.com>
29443
29444         * gdb.base/help.exp: update help msg for INFO ADDR; add help test
29445         for INFO SYMBOL; add help tests for OVERLAY commands.
29446         * gdb.base/default.exp: add tests for INFO SYMBOL command;
29447         add tests for OVERLAY commands
29448         * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
29449         d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
29450         * gdb.base/sigall.c: add usestubs code frag
29451         * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
29452
29453 Thu Apr  3 09:38:53 1997  Bob Manson  <manson@charmed.cygnus.com>
29454
29455         * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
29456         failures.
29457         (gdb_stop_suppressing_tests): Note that tests have restarted.
29458
29459 Wed Apr  2 19:04:20 1997  Bob Manson  <manson@charmed.cygnus.com>
29460
29461         * config/h8300.exp: New file.
29462
29463 Sun Mar 30 13:38:25 1997  Bob Manson  <manson@charmed.cygnus.com>
29464
29465         * gdb.base/setshow.exp: Check for the existence of a
29466         feature, not its value.
29467
29468 Sat Mar 29 11:19:46 1997  Bob Manson  <manson@charmed.cygnus.com>
29469
29470         * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
29471
29472         * gdb.base/scope.exp: It's now init0(), not init().
29473
29474         * gdb.base/scope0.c: For now, change init() to be init0().
29475
29476         * config/monitor.exp: Use gdb_serial in preference to serial
29477         or netport.
29478
29479         * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
29480         and it's not already set.
29481
29482 Fri Mar 28 19:54:18 1997  Bob Manson  <manson@charmed.cygnus.com>
29483
29484         * gdb.base/setshow.exp: Only test the run command if the target
29485         isn't using a stub and if it supports argument passing.
29486
29487 Sat Mar 22 19:50:25 1997  Bob Manson  <manson@charmed.cygnus.com>
29488
29489         * config/udi.exp(gdb_start): Make sure UDICONF is set
29490         properly before starting gdb.
29491
29492 Mon Mar 24 14:40:33 1997  Jeffrey A Law  (law@cygnus.com)
29493
29494         * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
29495         * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
29496         * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
29497
29498 Tue Mar 11 11:42:58 1997  Bob Manson  <manson@charmed.cygnus.com>
29499
29500         * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
29501         specialized code to reboot the board, use remote_reboot instead.
29502
29503         * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
29504
29505         * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
29506
29507         * config/monitor.exp: Make sure we disconnect from the target.
29508         Also, try a reboot/reload cycle instead of failing if the
29509         load fails.
29510
29511 Fri Mar  7 13:48:30 1997  Bob Manson  <manson@charmed.cygnus.com>
29512
29513         * gdb.base/default.exp: Don't set match_max.
29514         * gdb.base/help.exp: Ditto.
29515         * gdb.base/list.exp: Ditto.
29516         * gdb.base/signals.exp: Ditto.
29517
29518         * config/monitor.exp(gdb_load): If gdb,use_standard_load is
29519         set, use remote_ld to download the testcase instead of
29520         the GDB loader.
29521
29522 Wed Mar  5 00:00:43 1997  Bob Manson  <manson@charmed.cygnus.com>
29523
29524         * config/vr5000.exp: New file.
29525
29526         * config/monitor.exp(gdb_target_monitor): Add pattern for
29527         "Ending remote" to detect errors in connecting.
29528
29529         * gdb.base/setshow.exp: Add .* within auto language test.
29530
29531         * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
29532         target feature.
29533
29534         * config/monitor.exp(gdb_load): Check for a failure when loading,
29535         and reboot the board if necessary.
29536
29537         * gdb.base/setvar.exp(test_set): Handle multiple prints within
29538         a set of tests. Remove print.* from the patterns being checked.
29539
29540 Mon Mar  3 11:57:43 1997  Bob Manson  <manson@charmed.cygnus.com>
29541
29542         * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
29543         refer to gdb_spawn_id.
29544
29545         * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
29546         longer used.
29547         * config/sparclet.exp: Ditto.
29548         * config/sparclet-old.exp: Ditto.
29549         * config/slite.exp: Ditto.
29550         * config/sim.exp: Ditto.
29551         * gdb.base/funcargs.exp: Ditto.
29552
29553         * lib/gdb.exp:Remove references to gdb_spawn_id.
29554         (gdb_expect): Move to remote.exp.
29555
29556 Fri Feb 28 20:47:39 1997  Bob Manson  <manson@charmed.cygnus.com>
29557
29558         * config/monitor.exp: Detect the "Couldn't establish connection"
29559         message from GDB.
29560
29561 Tue Feb 25 14:08:55 1997  Bob Manson  <manson@charmed.cygnus.com>
29562
29563         * gdb.base/bitfields.exp: Use runto instead of explicit
29564         gdb_run_cmd/gdb_expect sequences.
29565
29566         * gdb.base/break.exp(text_next_with_recursion): Add match for
29567         gdb_expect call.
29568
29569         * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
29570         We also need to handle the "A program is being debugged already"
29571         prompt from gdb. Use gdb_test to set the baud rate.
29572
29573         * lib/gdb.exp(gdb_init): Increase the default expect buffer size
29574         to 20000. Really. I mean it.
29575
29576 Mon Feb 24 13:23:26 1997  Bob Manson  <manson@charmed.cygnus.com>
29577
29578         * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
29579         fails. If suppress_flag is set, skip perror message about not
29580         being able to send to GDB.
29581         (send_gdb): If suppress_flag is set, don't try to send commands to
29582         GDB.
29583         (gdb_expect): If suppress_flag is set, always fail immediately.
29584         (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
29585         (gdb_init): Call gdb_stop_suppressing_tests.
29586         (default_gdb_exit): Ditto.
29587         (default_gdb_start): Ditto.
29588
29589         * gdb.base/bitfields.exp: Call gdb_suppress_tests and
29590         gdb_stop_suppressing_tests as appropriate.
29591         * gdb.base/break.exp: Ditto.
29592         * gdb.base/callfuncs.exp: Ditto.
29593         * gdb.base/commands.exp: Ditto.
29594         * gdb.base/exprs.exp: Ditto.
29595         * gdb.base/funcargs.exp: Ditto.
29596         * gdb.base/list.exp: Ditto.
29597         * gdb.base/recurse.exp: Ditto.
29598         * gdb.base/scope.exp:  Ditto.
29599         * gdb.base/structs.exp: Ditto.
29600         * gdb.c++/inherit.exp: Ditto.
29601
29602 Sun Feb 23 19:56:02 1997  Bob Manson  <manson@charmed.cygnus.com>
29603
29604         * config/vr4300.exp: New file.
29605
29606         * gdb.*/*.exp: Call gdb_expect instead of expect.
29607
29608         * lib/gdb.exp(gdb_expect): New function.
29609
29610 Thu Feb 20 13:57:01 1997  Bob Manson  <manson@charmed.cygnus.com>
29611
29612         * lib/gdb.exp(gdb_init): New function.
29613
29614         * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
29615         for each individual variable set.
29616
29617         * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
29618         name.
29619
29620         * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
29621
29622         * gdb.base/scope.exp: Use gdb_test.
29623
29624         * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
29625         aborting; the testsuite driver will do that for us (see
29626         gdb_finish). Also, use gdb_test in a few more places.
29627
29628 Thu Feb 20 13:32:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
29629
29630         * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
29631
29632 Thu Feb 20 10:34:21 1997  Jeffrey A Law  (law@cygnus.com)
29633
29634         * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
29635         and "add_tests" are not at the same address.
29636
29637 Fri Feb 14 18:47:23 1997  Bob Manson  <manson@charmed.cygnus.com>
29638
29639         * gdb.base/ptype.exp: Use gdb_test.
29640
29641 Thu Feb 13 16:09:36 1997  Jeffrey A Law  (law@cygnus.com)
29642
29643         * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
29644         * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
29645         left in.  No longer expect them to fail.
29646
29647         * gdb.stabs/*.mt; Deleted, no longer used.
29648         * gdb.stabs/configure.in: Remove references to target makefile
29649         frags.
29650         * gdb.stabs/configure: Rebuilt.
29651
29652         * gdb.disasm/*.mt: Deleted, no longer used.
29653         * gdb.disasm/configure.in: Remove references to target makefile
29654         frags.  Use "sh3.s" as the unique filename for this directory.
29655         * gdb.disasm/configure: Rebuilt.
29656
29657         * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
29658         * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
29659         * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
29660
29661 Tue Feb 11 16:57:58 1997  Bob Manson  <manson@charmed.cygnus.com>
29662
29663         * config/udi.exp: Use mondfe,name instead of remote_host.
29664
29665 Tue Feb 11 11:22:36 1997  Jeffrey A Law  (law@cygnus.com)
29666
29667         * gdb.base/watchpoint.exp: Don't expect a failure when calling
29668         a function with a watchpoint enabled on the mn10200.
29669
29670         * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
29671         before trying to create it!
29672
29673 Mon Feb 10 16:40:47 1997  Bob Manson  <manson@charmed.cygnus.com>
29674
29675         * config/vx.exp: Use hostname instead of netport.
29676
29677         * config/vxworks.exp: New file.
29678
29679         * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
29680
29681         * config/monitor.exp(gdb_target_monitor): Look for a prompt from
29682         gdb before assuming everything worked. Send a ^C if a timeout
29683         occurs.
29684
29685         * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
29686         $gdb_spawn_id directly.
29687         (gdb_run_cmd): Try _start as well as start. Use the target feature
29688         gdb,start_symbol as the symbol to start from when jumping.
29689
29690 Mon Feb 10 11:26:59 1997  Jeffrey A Law  (law@cygnus.com)
29691
29692         * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
29693         redundant) test.
29694
29695         * gdb.base/recurse.exp: Relax final value test for 'b' so that
29696         it doesn't lose for 16bit integer systems.
29697
29698 Fri Feb  7 09:31:21 1997  Jeffrey A Law  (law@cygnus.com)
29699
29700         * gdb.fortran/types.exp: If the target doesn't support "double"
29701         data types, then expect "real" types to only be 4 bytes.
29702
29703         * gdb.c++/virtfunc.exp: Expect failure for virtual function
29704         call tests if the target doesn't support inferior function calls.
29705
29706         * gdb.base/printcmds.exp: Allow minor deviation in FP values
29707         in printf tests.
29708
29709 Thu Feb  6 12:46:14 1997  Jeffrey A Law  (law@cygnus.com)
29710
29711         * gdb.base/help.exp: Disable "help set", "help show", and
29712         "help support".  Simplify regexp for "help stack".
29713
29714         * gdb.base/default.exp: Set match_max to 5000 and the timeout
29715         to 60 seconds.  Temporarily set match_max to 15000 around the
29716         "info copying" test.
29717
29718         * gdb.base/nodebug.exp: Don't try to do an inferior function
29719         call if the target doesn't support them.
29720         * gdb.base/printcmds.exp: Likewise.
29721         * gdb.base/setvar.exp: Likewise.
29722         * gdb.base/structs.exp: Likewise.
29723         * gdb.c++/templates.exp: Likewise.
29724         * gdb.base/ptype.exp: Likewise.  Remove UDI specific stuff.
29725
29726         * gdb.base/recurse.exp: Enable for the mn10200.
29727
29728         * configure.in: Do configure gdb.stabs directory for *-*-elf
29729         targets.
29730         * configure: Rebuilt.
29731
29732         * gdb.base/break.exp: Check for gdb,noresults before testing
29733         exit status and/or results from the target.
29734         * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
29735         * lib/gdb.exp: Remove old (now bogus) initialization of
29736         noinferior, noargs, noresults and nosignals.
29737
29738 Tue Feb  4 21:52:17 1997  Bob Manson  <manson@charmed.cygnus.com>
29739
29740         * config/sh.exp: New file.
29741
29742         * config/slite.exp: Try to connect multiple times to the board
29743         before rebooting. Only send a "monitor run" if need_monitor_run
29744         is set.
29745
29746         * gdb.base/break.exp: Don't do the "stub continue" test if
29747         the target has gdb_stub set.
29748
29749         * gdb.base/callfuncs.exp: Increase the timeout.
29750
29751         * gdb.base/interrupt.exp: Don't even try to compile the testcase
29752         if the target has gdb,noinferiorio set.
29753
29754         * gdb.base/list.exp: Increase match_max to 10000 characters.
29755
29756         * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
29757
29758         * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
29759         target.
29760
29761         * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
29762
29763 Mon Feb  3 12:09:37 1997  Bob Manson  <manson@charmed.cygnus.com>
29764
29765         * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
29766         trying to delete the copy of gdb. Catch the file delete so we
29767         don't die if the delete fails; also, the file should be copied to
29768         the host, not to the build.
29769
29770 Sun Feb  2 00:55:14 1997  Bob Manson  <manson@charmed.cygnus.com>
29771
29772         * lib/gdb.exp(gdb_test): Surround the result pattern with
29773         parenthesis in case it contains multiple regexps separated
29774         with |.
29775
29776         * gdb.base/watchpoint.exp: Use gdb_test.
29777         * gdb.base/default.exp: Ditto.
29778
29779 Sat Feb  1 23:51:01 1997  Bob Manson  <manson@charmed.cygnus.com>
29780
29781         * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
29782
29783         * gdb.base/scope.exp: Use gdb_test.
29784         * gdb.c++/classes.exp: Ditto.
29785         * gdb.c++/inherit.exp: Ditto.
29786
29787 Fri Jan 31 13:09:12 1997  Bob Manson  <manson@charmed.cygnus.com>
29788
29789         * gdb.base/crossload.exp: Don't use execute_anywhere, use
29790         remote_exec instead.
29791         * gdb.base/corefile.exp: Don't be ridiculous.
29792         * gdb.base/*.c: Add missing stub invocations.
29793
29794 Thu Jan 30 16:49:25 1997  Bob Manson  <manson@charmed.cygnus.com>
29795
29796         * config/slite.exp: Miscellaneous fixes.
29797
29798         * lib/gdb.exp: Fix runto.
29799
29800         * gdb.base/signals.exp: Check for a gdb,nosignals feature of
29801         the target.
29802
29803         * gdb.base/watchpoint.exp: Fix regexp.
29804
29805         * lib/gdb.exp(default_gdb_exit): Add a catch to the
29806         close and wait commands, as the descriptor may now be
29807         invalid. Always call "remote_close host".
29808
29809 Tue Jan 28 14:42:31 1997  Bob Manson  <manson@charmed.cygnus.com>
29810
29811            Major rewrite for testsuite revision.
29812
29813         * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
29814         TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
29815         instead of relying on spawn_id to always contain a valid
29816         spawn id.
29817         (get_compiler_info): New procedure to build the ${binfile}.ci
29818         file, instead of replicating this in N different places.
29819         (gdb_compile): New procedure.
29820
29821         gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
29822         appropriate arguments) instead of compile. Use gdb_test in a lot
29823         more places.  Use send_gdb instead of send. Always run gdb_start
29824         at the start of a testcase, as this is no longer done magically.
29825
29826         config/*-gdb.exp: Rename without the -gdb suffix.
29827
29828         config/mips.exp: Use remote_close instead of exit_remote_shell.
29829         config/monitor.exp: Use target_info instead of looking at
29830         baud, timeout, etc.
29831         config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
29832
29833 Sat Dec 14 00:43:57 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
29834
29835         * gdb.c++/templates.exp (test_ptype_of_templates),
29836         gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
29837         Update expect patterns for destructors and assignment operators
29838         to match corresponding c-typeprint.c changes.
29839         * gdb.c++/templates.exp (test_template_breakpoints):  Revert change
29840         to destructor breakpoint test, GDB should be able to set the
29841         destructor breakpoint without specifying arguments.
29842
29843 Tue Dec  3 20:17:52 1996  Fred Fish  <fnf@cygnus.com>
29844
29845         * gdb.threads/pthreads.exp: Change result for failure to compile due
29846         to lack of pthreads runtime support from an error to simply an
29847         unsupported test, per dejagnu standards.
29848
29849 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
29850
29851         * lib/gdb.exp (gdb_test):  Simplify expect pattern for the case
29852         where GDB exits to reduce pattern match time.
29853         (skip_chill_tests):  Skip chill tests for mips*-sgi-irix6*.
29854
29855         * gdb.base/nodebug.exp:  Add mips*-sgi-irix6* xfails.
29856
29857 Tue Nov 26 18:29:23 1996  Michael Snyder  <msnyder@cygnus.com>
29858
29859         * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
29860         * gdb.base/default.exp:   ditto.
29861         * gdb.base/nodebug.exp:   ditto.
29862         * gdb.base/printcmds.exp: ditto.
29863         * gdb.base/ptype.exp:     ditto.
29864         * gdb.base/setvar.exp:    ditto.
29865         * gdb.base/structs.exp:   ditto.
29866         * gdb.base/setshow.c:     Guard against uninitialized values of argc.
29867
29868 Tue Nov 26 17:23:28 1996  Ian Lance Taylor  <ian@cygnus.com>
29869
29870         * configure, */configure: Rebuild with autoconf 2.12.
29871
29872 Sat Nov 23 13:32:15 1996  Fred Fish  <fnf@cygnus.com>
29873
29874         * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
29875         use new i*86-pc-linux*-gnu quads.
29876         * gdb.base/corefile.exp: Ditto.
29877         * gdb.base/signals.exp: Ditto.
29878         * gdb.base/sigall.exp: Ditto.
29879         * gdb.base/interrupt.exp: Ditto.
29880
29881         * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
29882         "i*86-*-linux" for "signal SIGUSR1".  Now works, at least with
29883         RedHat 4.0.
29884
29885         * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
29886         linux.  This allows the test case to at least compile on latest
29887         linux, but still not run due to missing the threads runtime library.
29888
29889 Fri Nov 22 10:13:29 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
29890
29891         * gdb.base/a1-selftest.exp (do_steps_and_nexts):  Reinitialize source
29892         directory to search gdb directory. Accept and step over conditional
29893         stack alignment code. Consume $prompt in failure cases.
29894         Reset timeout to $oldtimeout instead of some arbitrary value.
29895         * gdb.base/nodebug.exp:  Limit backtrace to 10 frames to avoid
29896         timeout problems with infinite stack backtraces.
29897         * gdb.base/ptype.exp (ptype struct link, union tu_link):
29898         Accept function parameters for linkfunc member.
29899
29900 Thu Nov 21 09:17:19 1996  Fred Fish  <fnf@cygnus.com>
29901
29902         * lib/gdb.exp (CFLAGS): Remove, unreferenced.
29903         (CXXFLAGS): Remove, unreferenced.
29904         (B_OPTIONS): Add for -B options and add code to initialize with
29905         previous -B options and also add -B option to pick up cross compiled
29906         runtime.
29907         (TARGET_INCLUDES): Add for -I options and add code to initialize when
29908         doing cross compiles.
29909         (target_alias): Declare global.
29910         (xgcc): Set variable to full path of gcc in build tree.  Use findfile
29911         to verify that gcc exists in build tree, and if so set CC to that
29912         gcc and to use B_OPTIONS and TARGET_INCLUDES.
29913
29914 Tue Nov 12 16:20:13 1996  Fred Fish  <fnf@cygnus.com>
29915
29916         * gdb.c++/inherit.exp (test_print_anon_union): Reenable
29917         ptype test for anonymous union.  Fixup testcase to match
29918         current gcc debug output.
29919
29920 Mon Nov 11 14:12:06 1996  Jeffrey A Law  (law@cygnus.com)
29921
29922         * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
29923         force argument to an unsigned long type.
29924
29925 Mon Nov 11 10:27:55 1996  Fred Fish  <fnf@cygnus.com>
29926
29927         * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
29928         tests and anonymous union print/ptype tests.
29929         * gdb.base/list.exp (test_forward-search): Increase timeout by
29930         5 minutes for the "search extremely long line" case.
29931         * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
29932         completely optional and that the pass/fail messages use the command as
29933         the message if that third arg is a null string.
29934         (gdb_test_exact):  Arrange that a null string pattern means match a
29935         null string output rather than any output, which might include random
29936         errors.
29937         * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
29938         backtrace test.
29939         * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
29940         always failing and failure is now exposed by gdb.exp changes.
29941
29942 Sat Nov  9 11:13:24 1996  Fred Fish  <fnf@cygnus.com>
29943
29944         * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
29945         weren't being noted.
29946
29947 Sat Nov  9 01:05:10 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
29948
29949         * gdb.base/corefile.exp:  Consume $prompt in mmap fail cases.
29950         * gdb.stabs/weird.exp:  Remove v_comb xfails.
29951
29952 Tue Nov  5 10:44:23 1996  Michael Snyder  <msnyder@cygnus.com>
29953
29954         * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
29955                     list.exp scope.exp watchpoint.exp]
29956           Make all timeout error msgs explicitly say "(timeout)".
29957
29958 Mon Nov  4 12:03:06 1996  Michael Snyder  <msnyder@cygnus.com>
29959
29960         * config/monitor.exp: Increase download timeout to 1000 seconds.
29961
29962 Mon Nov  4 12:02:26 1996  Michael Snyder  <msnyder@cygnus.com>
29963
29964         * config/m32r.exp: Increase timeout to 120 seconds.
29965
29966 Sun Nov  3 14:37:05 1996  Fred Fish  <fnf@cygnus.com>
29967
29968         * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
29969         and accept older ordering as obsolescent gcc or gdb.
29970         * gdb.c++/templates.exp: Ditto.
29971         * gdb.c++/virtfunc.exp: Ditto.
29972
29973 Fri Nov  1 11:56:09 1996  Fred Fish  <fnf@cygnus.com>
29974
29975         * gdb.base/coremaker.c: Add code to mmap some data so we
29976         can check that it ends up in the core file.
29977         * gdb.base/corefile.exp: Add test to read mmapped data
29978         from core file.
29979
29980 Wed Oct 30 18:19:16 1996  Michael Snyder  <msnyder@cygnus.com>
29981
29982         * config/m32r.exp: New file.
29983
29984 Mon Oct 21 14:40:50 1996  Stu Grossman  (grossman@critters.cygnus.com)
29985
29986         * testsuite/gdb.base/nodebug.exp:  Whack out -g options by hand so
29987         that cflags can contains -gstabs, and work correctly for other tests.
29988
29989 Mon Oct 21 14:00:37 1996  Michael Snyder  <msnyder@cygnus.com>
29990
29991         * gdb.base/setshow.exp: New file, tests show and set.
29992         * gdb.base/setshow.c:   New file, tests show and set.
29993         * gdb.base/help.exp: Add test for help set|show annotate.
29994         * gdb.base/default.exp: Add test for set|show annotate.
29995
29996 Wed Oct 16 19:03:54 1996  Stu Grossman  (grossman@critters.cygnus.com)
29997
29998         * testsuite/gdb.base/break.exp:  Make backtrace from factorial
29999         errors unique.
30000         * testsuite/gdb.base/nodebug.exp:  Whack out all -g options
30001         explicitly.
30002
30003 Tue Oct 15 16:45:02 1996  Stu Grossman  (grossman@critters.cygnus.com)
30004
30005         * config/sim-gdb.exp (gdb_target_sim):  Remove setting of height
30006         and width commands.  This is done elsewhere.
30007         * (gdb_start):  Don't call gdb_start_sim here.  That's already
30008         done in gdb_load.  This fixes lots of failures in default.exp.
30009
30010 Sun Oct 13 10:40:23 1996  Fred Fish  <fnf@cygnus.com>
30011
30012         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
30013         * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
30014         * lib/gdb.exp (gdb_test): Treat failures due to program exiting
30015         in the same we we treat other failures (since it may be an expected
30016         condition), rather than as an error.
30017         * gdb.base/signals.exp (test_handle_all_print): Revert back to
30018         old test format.
30019
30020 Fri Oct 11 17:05:22 1996  Fred Fish  <fnf@cygnus.com>
30021
30022         * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
30023         (distclean maintainer-clean realclean): No need to remove files
30024         twice.  Nuke the duplicates.
30025         * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
30026         * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
30027         Remove config.h along with other config files.
30028
30029 Mon Sep 30 20:16:22 1996  Fred Fish  <fnf@cygnus.com>
30030
30031         * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
30032         "p func1 ()" and note that rests of tests are skipped.
30033         * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
30034         setup_xfails for "print func2::coremaker_local".
30035         Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
30036         * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
30037         affected by the previous run test.
30038         * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
30039         "print array () ubyte (foo)" and "print/x array () byte (\$i)"
30040         * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
30041         "pass int powerset tuple" and "pass modeless int powerset tuple".
30042         * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
30043         "real write 4" and "real write 8".
30044         * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
30045         setup_xfails for "print vs1 after tuple assign 2",
30046         "print \$i after tuple assign 2", and
30047         "print vs2 after tuple assign 2".
30048         * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
30049         meaningful error message and return -1 so the caller can
30050         suppress further tests and avoid a cascade of errors.
30051
30052 Fri Sep 27 10:34:51 1996  Fred Fish  <fnf@cygnus.com>
30053
30054         * gdb.base/a1-selftest.exp: Tweak tests to account for new
30055         format for printing version.
30056         * gdb.base/default.exp: Ditto.
30057         * gdb.base/interrupt.exp: Fix problem with cascade of
30058         errors if child process dies while calling a function.
30059
30060 Fri Sep 13 21:43:48 1996  Fred Fish  <fnf@cygnus.com>
30061
30062         * Makefile.in (VPATH): Add
30063         * Makefile.in (Makefile, config.status): Fix rules so things get
30064         remade when necessary.
30065
30066 Fri Sep 13 18:16:10 1996  Fred Fish  <fnf@cygnus.com>
30067
30068         * Makefile.in (just-check): Add path to sibling expect dir
30069         to environment variable specified by RPATH_ENVVAR.
30070
30071 Fri Sep 13 12:05:34 1996  Fred Fish  <fnf@cygnus.com>
30072
30073         * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
30074         (just-check): Add shared library paths for libstdc++, tk,
30075         tcl, bfd, and opcodes to the environment variable specified
30076         in RPATH_ENVVAR.
30077         * configure.in: Add support to recognize --enable-shared flag
30078         and generate correct value for RPATH_ENVVAR.
30079         * configure: Regenerated with autoconf.
30080
30081 Mon Sep  2 06:36:02 1996  Fred Fish  <fnf@cygnus.com>
30082
30083         * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
30084         include all osf versions.
30085         * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
30086         all osf versions.  Add -D_MIT_POSIX_THREADS to compilation command
30087         when target is linux.  When failing to build pthreads test
30088         executable, give more meaningful message.
30089         * gdb.threads/pthreads.c: Hpux also uses old definition of second
30090         arg for pthread_create.
30091
30092 Mon Aug 19 09:58:59 1996  Fred Fish  <fnf@cygnus.com>
30093
30094         * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
30095         PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
30096         * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
30097         and -lpthreads (everybody else).
30098         (test_startup): Fail gracefully if threads are not supported.
30099         * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
30100         "p/c array_index("abcdef",2)" when not gcc compiled.
30101         * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
30102         "print func2::coremaker_local" when not gcc compiled.
30103         * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
30104         "ptype on opaque struct tagname (statically)",
30105         "ptype on opaque struct tagname (dynamically) 1", and
30106         "ptype on opaque struct tagname (dynamically) 2"
30107         for not compiled with gcc.
30108         * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
30109         backtrace when compiled with gcc.
30110         * lib/gdb.exp (runto_main): Return result of "runto main" rather
30111         than always return success.
30112
30113 Sat Aug 17 13:28:00 1996  Fred Fish  <fnf@cygnus.com>
30114
30115         * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
30116
30117 Tue Aug 13 10:26:10 1996  Jeffrey A Law  (law@cygnus.com)
30118
30119         * gdb.base/structs.exp: Undo last change.
30120
30121 Mon Aug 12 15:29:08 1996  Fred Fish  <fnf@cygnus.com>
30122
30123         * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
30124         encapsulate all the steps/nexts done during self test, starting
30125         at main, and makes them less sensitive to optimization issues.
30126         Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
30127         signal handler" test.
30128         * gdb.threads/pthreads.exp: Only run this for native configs.
30129         * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
30130         setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
30131         tests.
30132         gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
30133         for "runto test_calls(void)" test.
30134
30135 Sun Aug 11 13:11:24 1996  Fred Fish  <fnf@cygnus.com>
30136
30137         * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
30138         and don't expect address info in breakpoint confirmations.
30139
30140 Wed Aug  7 20:47:43 1996  Fred Fish  <fnf@cygnus.com>
30141
30142         * gdb.base/list.exp (test_forward_search): Increase timeout
30143         temporarily by 60 seconds for searching extremely long line,
30144         and then reset to old value when done.  Increase expect input
30145         buffer to 10000.
30146
30147 Wed Aug  7 15:34:22 1996  Fred Fish  <fnf@cygnus.com>
30148
30149         * gdb.base/list.exp (test_forward_search): Fix to handle very
30150         long source line without overflowing expect's input buffer.
30151
30152 Wed Aug  7 12:03:25 1996  Tom Tromey  <tromey@creche.cygnus.com>
30153
30154         * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
30155         "buffer_full".
30156
30157         * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
30158         "buffer_full".
30159
30160         * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
30161         "buffer_full".
30162
30163         * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
30164         "buffer_full".
30165
30166 Wed Aug  7 11:05:47 1996  Fred Fish  <fnf@cygnus.com>
30167
30168         * configure.in (configdirs): Add gdb.threads.
30169         * configure: Regenerated with autoconf.
30170         * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
30171         * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
30172         * gdb.threads/configure: New, generated with autoconf.
30173
30174 Tue Aug  6 10:23:04 1996  Tom Tromey  <tromey@rtl.cygnus.com>
30175
30176         * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
30177
30178 Mon Aug  5 18:11:53 1996  Fred Fish  <fnf@cygnus.com>
30179
30180         * gdb.base/signals.exp (test_handle_all_print): Test separately for
30181         each signal's status in the output of "handle all print".
30182         * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
30183         the \r\n sequence that immediately precedes the gdb prompt.
30184         * gdb.base/a1-selftest.exp: Save original timeout and restore
30185         after test.
30186
30187 Sun Aug  4 10:20:50 1996  Jeffrey A Law  (law@cygnus.com)
30188
30189         * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
30190         symbol.
30191
30192 Fri Aug  2 17:37:26 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
30193
30194         * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
30195
30196 Thu Jun 27 20:41:40 1996  Fred Fish  <fnf@cygnus.com>
30197
30198         * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
30199         timeout by 60 seconds.
30200
30201 Thu Jun 27 18:13:57 1996  Fred Fish  <fnf@cygnus.com>
30202
30203         * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
30204         * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
30205         error return.
30206
30207 Thu Jun 27 10:54:58 1996  Fred Fish  <fnf@cygnus.com>
30208
30209         * lib/gdb.exp (default_gdb_start): When reporting a timeout during
30210         gdb initialization, also report how long dejagnu waited.  Restore
30211         old timeout before doing error return.  Temporarily increase timeout
30212         by 3 minutes to allow for slow startups over heavy NFS use.
30213
30214 Tue Jun 25 19:59:17 1996  Fred Fish  <fnf@cygnus.com>
30215
30216         * lib/gdb.exp: Report timeout value for verbosity level 2.
30217         * config/gdbserver.exp: Ditto.
30218         * config/hppro.exp: Ditto.
30219         * config/mips-gdb.exp: Ditto.
30220         * config/monitor.exp: Ditto.
30221         * config/netware.exp: Ditto.
30222         * config/sim-gdb.exp: Ditto.
30223         * config/slite-gdb.exp: Ditto.
30224         * config/udi-gdb.exp: Ditto.
30225         * config/unix-gdb.exp: Ditto.
30226         * config/vx-gdb.exp: Ditto.
30227         * gdb.base/a1-selftest.exp: Ditto.
30228         * gdb.base/a2-run.exp: Ditto.
30229         * gdb.base/break.exp: Ditto.
30230         * gdb.base/corefile.exp: Ditto.
30231         * gdb.base/list.exp: Ditto.
30232         * gdb.base/recurse.exp: Ditto.
30233         * gdb.base/scope.exp: Ditto.
30234         * gdb.base/signals.exp: Ditto.
30235
30236 Tue Jun 25 23:16:58 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
30237
30238         * gdb.threads/Makefile.in (docdir): Removed.
30239
30240 Tue Jun 25 17:02:39 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
30241
30242         * configure.in (AC_PREREQ): autoconf 2.5 or higher.
30243         * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
30244         @srcdir@.
30245         * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
30246         autoconf 2.5 or higher.
30247         * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
30248
30249 Thu Jun 13 11:16:10 1996  Tom Tromey  <tromey@thepub.cygnus.com>
30250
30251         * configure: Regenerated.
30252         * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
30253         avoid name clashes with SunOS headers.
30254
30255 Wed Jun  5 16:43:27 1996  Jeffrey A Law  (law@cygnus.com)
30256
30257         * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
30258
30259 Thu May 30 11:35:11 1996  Jeffrey A Law  (law@cygnus.com)
30260
30261         * gdb.base/callfuncs.exp: Finish last change -- make sure the
30262         prototype information ends up in the compiler info file.
30263
30264 Thu May 23 12:48:41 1996  Fred Fish  <fnf@cygnus.com>
30265
30266         * gdb.base/callfuncs.exp: Remove the compiler info file prior to
30267         attempting to regenerate it.  Eliminate use of a temporary file
30268         and just generate the info file directly.  Source it immediately,
30269         for consistency of use.
30270         * gdb.base/corefile.exp: Ditto
30271         * gdb.base/exprs.exp: Ditto.
30272         * gdb.base/funcargs.exp: Ditto.
30273         * gdb.base/langs.exp: Ditto.
30274         * gdb.base/list.exp: Ditto.
30275         * gdb.base/mips_pro.exp: Ditto.
30276         * gdb.base/nodebug.exp: Ditto.
30277         * gdb.base/opaque.exp: Ditto.
30278         * gdb.base/ptype.exp: Ditto.
30279         * gdb.base/scope.exp: Ditto.
30280         * gdb.base/setvar.exp: Ditto.
30281         * gdb.base/signals.exp: Ditto.
30282         * gdb.base/whatis.exp: Ditto.
30283         * gdb.c++/templates.exp: Ditto.
30284         * gdb.c++/virtfunc.exp: Ditto.
30285         * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
30286         whether or not to add -lstdc++ to the compile command line args.
30287
30288 Sat May 18 02:43:58 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
30289
30290         * gdb.base/recurse.exp:  Remove setup_xfail for "sparc*-*-sunos4*",
30291         it got fixed by the recent lookup_minimal_symbol_by_pc change.
30292         Increase timeout, a lot of single stepping might be needed if the
30293         target has no hardware watchpoints.
30294
30295 Wed May 15 08:47:42 1996  Jeffrey A Law  (law@cygnus.com)
30296
30297         * gdb.base/break.exp: Ignore compiler warnings when compiling
30298         break.c.
30299         * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
30300         * gdb.base/default.exp: Add h8300 xfails.  Handle messages
30301         from remote-sim.
30302         * gdb.base/exprs.exp: Add h8300 xfails.
30303         * gdb.base/funcargs.exp: Likewise.
30304         * gdb.base/nodebug.exp: Likewise.
30305         * gdb.base/printcmds.exp: Likewise.
30306         * gdb.base/ptype.exp: Likewise.
30307         * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300.  Add
30308         h8300 xfails.
30309         * gdb.base/return.exp: Handle float/double precision problems
30310         on the h8300.
30311         * gdb.base/funcargs.c: Explicitly make last constant argument to
30312         call_after_alloca_subr an unsigned long type.
30313         * gdb.base/return.c: Include stdio.h.
30314
30315 Tue May  7 22:01:12 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
30316
30317         * config/abug.exp: New file for the older Motorola Bug monitor
30318         that runs on the mvme13x series VME boards.
30319         * config/monitor.exp: Use the new config array for target settings
30320         if they exist.
30321
30322 Fri May  3 16:02:55 1996  Stan Shebs  <shebs@andros.cygnus.com>
30323
30324         * sim-gdb.exp: Make the SH simulator allocate less space when
30325         it is targeted.
30326
30327 Thu May  2 12:31:56 1996  Jeffrey A Law  (law@cygnus.com)
30328
30329         * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
30330         test.
30331
30332 Wed Mar 20 08:48:03 1996  Fred Fish  <fnf@cygnus.com>
30333
30334         * gdb.base/list.exp (test_list_function): Remove setup_xfail for
30335         "rs6000-*-*" for "list function in include file" when gcc compiled.
30336         * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
30337         for "p ctable1[120]".
30338         * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
30339         "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
30340         Remove setup_xfail for "rs6000-*-*" for
30341         "print 'scope0.c'::filelocal before run".
30342         * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
30343         gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
30344         since some compilers don't allow both options to be given
30345         on the same command line.  Create object file and move it.
30346
30347 Tue Mar 19 23:49:31 1996  Fred Fish  <fnf@cygnus.com>
30348
30349         * gdb.base/corefile.exp: Always regenerate the core file, since
30350         we always regenerate the coremaker program.  Detect special case
30351         where registers cannot be read from core file.
30352
30353 Tue Mar 19 16:52:49 1996  Fred Fish  <fnf@cygnus.com>
30354
30355         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
30356         * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
30357         * gdb.c++/templates.exp: Only match on basename of file since
30358         some formats like xcoff don't encode directory information.
30359         * gdb.stabs/weird.exp: Use the right sed script for powerpc
30360         and rs6000 AIX xcoff targets.
30361         * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
30362         * configure: Regenerate.
30363         * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
30364         here, rather than in distclean.
30365
30366 Sun Mar 17 13:35:31 1996  Fred Fish  <fnf@cygnus.com>
30367
30368         * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
30369         defined, and use it to compile the test case with -O2.  The
30370         native compilation still uses no optimization.
30371         * gdb.base/mips_pro.c: Remove inline assembly code since
30372         it is compiled PIC by default, which results in assembler
30373         warnings that make the testsuite think the compilation
30374         was unsuccessful.
30375
30376 Sat Mar 16 15:02:24 1996  Fred Fish  <fnf@cygnus.com>
30377
30378         * gdb.c++/misc.exp: Add note to message for
30379         "print s.a for foo struct" that this is a known gcc 2.7.2
30380         and earlier bug.
30381
30382 Fri Mar 15 17:49:57 1996  Fred Fish  (fnf@cygnus.com)
30383
30384         * gdb.base/break.exp: Fix pattern for matching "Delete all
30385         breakpoints (y or n) ".  Add "mips-dec-ultrix*" to
30386         setup_xfail for deleting all breakpoints test.  Fix various
30387         timeout messages to include "(timeout)".
30388         * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
30389         for "p t_float_values2(3.14159,float_val2)".
30390         * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
30391         for "continue to call2g" when gcc compiled.
30392         * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
30393         "up to foo in langs.exp", "show language at foo in langs.exp",
30394         "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
30395         and "show language at fsub in langs.exp".
30396         * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
30397         "list line 1 in include file", "list message for lines past EOF",
30398         "list function in include file", "list list0.h:foo", and
30399         "list filename:function; nonexistant function".
30400         * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
30401         "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
30402         and "ptype t_char_array" to be for native cc only.
30403
30404 Fri Mar 15 16:17:22 1996  Fred Fish  <fnf@cygnus.com>
30405
30406         * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
30407         setup_xfail for "print coremaker_bss", "print coremaker_ro",
30408         "print func2::coremaker_local", and "backtrace in corefile.exp".
30409
30410 Wed Mar 13 14:54:11 1996  Fred Fish  <fnf@cygnus.com>
30411
30412         * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
30413         "bt in signals.exp".  This problem only appears when running
30414         the testsuite, and then only intermittently.
30415
30416 Tue Mar 12 15:00:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
30417
30418         * gdb.base/return.exp (return_tests): Differentiate between
30419         two tests of continuing.
30420
30421 Tue Mar  5 14:33:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
30422
30423         * */Makefile.in (maintainer-clean): Remove config.log.
30424         * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
30425         * gdb.c++/Makefile.in (PROGS): Add inherit.
30426         (clean): Remove *.ci.
30427
30428 Tue Feb 20 16:36:10 1996  Fred Fish  <fnf@cygnus.com>
30429
30430         * gdb.c++/misc.cc: Add test code from Mike Stump.
30431         * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
30432
30433 Sun Feb 18 11:39:12 1996  Fred Fish  <fnf@cygnus.com>
30434
30435         * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
30436         to "alpha-*-osf2*" and add comment.
30437         * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
30438         setup_xfail for "step over execarg initialization" and
30439         "step over corearg initialization".
30440         * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
30441         for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
30442         * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
30443         gcc compiled for "print coremaker_bss", "print coremaker_ro",
30444         "print func2::coremaker_local", and "backtrace in corefile.exp".
30445         * gdb.base/signals.exp: Build and source signals.ci.
30446         Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
30447         to be for gcc only.
30448         * lib/gdb.exp: Move verbose statements outside conditionals.
30449
30450 Sat Feb 17 02:22:14 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
30451
30452         * gdb.base/sigall.exp:  Remove setup_xfail for irix4.  Fixed by
30453         Feb 3 procfs.c change.
30454
30455 Fri Feb 16 13:25:31 1996  Fred Fish  <fnf@cygnus.com>
30456
30457         * config/unix-gdb.exp: Remove extraneous newlines from end of file.
30458
30459 Thu Feb 15 08:12:55 1996  Fred Fish  <fnf@cygnus.com>
30460
30461         * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
30462         from dejagnu's apparent default of 10 seconds, which gives random
30463         results when running the tests over NFS on moderately loaded systems.
30464         * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
30465
30466 Mon Feb 12 16:50:28 1996  Fred Fish  <fnf@cygnus.com>
30467
30468         * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318.  Now fixed.
30469         * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
30470         result reports.
30471
30472 Fri Feb  9 15:56:51 1996  Fred Fish  <fnf@cygnus.com>
30473
30474         * configure.in (CY_AC_PATH_TCLH): Remove.
30475         * configure: Regenerate.
30476
30477 Fri Feb  9 08:21:31 1996  Fred Fish  <fnf@cygnus.com>
30478
30479         * gdb.c++/Makefile.in (clean): Add missing '{'.
30480
30481 Fri Feb  2 10:19:40 1996  Jeffrey A Law  (law@cygnus.com)
30482
30483         * lib/gdb.exp: Provide a default value for noinferior.
30484
30485         * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
30486         Load libgloss.exp.
30487
30488 Thu Feb  1 20:20:14 1996  Jeffrey A Law  (law@cygnus.com)
30489
30490         * gdb.disasm/hppa.exp: Compile directly into an executable, use
30491         the executable, not the .o to run the tests from.
30492
30493 Wed Jan 31 14:21:09 1996  Jeffrey A Law  (law@cygnus.com)
30494
30495         * gdb.base/break.exp: Don't test for program exit or exit status
30496         if $noresults if nonzero.
30497         * gdb.base/langs.exp: Likewise.
30498         * gdb.base/watchpoint.exp: Likewise.
30499
30500         * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
30501         * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
30502         trying to compile the testcase.
30503
30504 Wed Jan 24 23:42:39 1996  Doug Evans  <dje@charmed.cygnus.com>
30505
30506         * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
30507         * gdb.base/signals.exp (continue to handler): Likewise.
30508
30509 Tue Jan 23 16:28:22 1996  Per Bothner  <bothner@kalessin.cygnus.com>
30510
30511         * gdb.c++/classes.exp:  Now = returns false/true, not 1/0.
30512
30513         * gdb.fortran/exprs.exp:  .LT. and .GT. now return .TRUE. or .FALSE..
30514
30515 Tue Jan 23 15:41:57 1996  Jeffrey A Law  (law@cygnus.com)
30516
30517         * gdb.base/corefile.exp: Recognize "not found" as failure
30518         when trying to determine if a core file was generated.
30519         If no core file was generate the first time, try again without
30520         the ulimit -c to work around braindamaged shells.
30521
30522 Mon Jan 15 09:33:00 1996  Fred Fish  <fnf@cygnus.com>
30523
30524         * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
30525         [] tests with "test" and enclose string in quotes.
30526         * gdb.stabs/configure: Rebuild
30527
30528 Thu Jan 11 09:43:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
30529
30530         Changes in sync with expect:
30531         * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
30532         (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
30533         (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
30534         (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater.  Properly quote
30535         argument to AC_REQUIRE.
30536         * configure: Regenerated.
30537
30538 Thu Jan  4 08:17:22 1996  Fred Fish  <fnf@cygnus.com>
30539
30540         * gdb.base/corefile.exp: When generating a core, discard any
30541         error messages about ulimit not found and the "core dumped"
30542         message from the shell that runs the coredumper.
30543
30544 Wed Jan  3 01:30:41 1996  Jeffrey A Law  (law@cygnus.com)
30545
30546         * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
30547
30548         * gdb.stabs/weird.exp: Use ${target_triplet} to determine
30549         which sed script to run.  Expect failure for v_comb test
30550         on PA targets too.
30551
30552 Sat Dec 30 16:09:04 1995  Fred Fish  <fnf@rtl.cygnus.com>
30553
30554         * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
30555         "print func2::coremaker_local" and for "backtrace in corefile.exp"
30556
30557 Sat Dec 30 12:59:12 1995  Fred Fish  <fnf@cygnus.com>
30558
30559         * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
30560         * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
30561         "sparc-sun-solaris*" xfails for "p v_comb".
30562         * lib/gdb.exp (default_gdb_start): Fix typo.
30563         * gdb.base/corefile.exp: Allow "Core was generated by ..."
30564         messages to not include the full program name that caused
30565         the core dump since some systems (such as solaris) apparently
30566         truncate this path to about 80 characters.
30567         When generating a core file first try increasing the core file
30568         size limit to unlimited since some systems may default it to
30569         zero, and it is harmless to try it.  Move the test for failing
30570         to generate a core file to where it will actually get executed.
30571         * gdb.c++/templates.exp (test_ptype_of_templates): Accept
30572         new gdb result from g++ debug info improvements and make old
30573         pattern obsolescent.  Also account for size_t differences
30574         (may be int or long).
30575         * gdb.base/a1-selftest.exp (test_with_self): Check for case where
30576         initialization before function call is placed in the delay slot
30577         and thus appears to be skipped over by commands such as "next".
30578
30579 Fri Dec 29 16:09:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
30580
30581         * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
30582
30583 Wed Dec  6 10:45:42 1995  Jeffrey A. Law  <law@sethra.cygnus.com>
30584
30585         * gdb.base/*.exp: Make ${srcfile} only be the basename of the
30586         input source file; fix code to compile test to deal with this
30587         convention.
30588         * gdb.c++/*.exp: Likewise.
30589
30590 Mon Nov 27 11:40:16 1995  Fred Fish  <fnf@cygnus.com>
30591
30592         * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
30593         "bt in signals.exp".
30594
30595 Sat Nov 25 20:52:15 1995  Fred Fish  <fnf@phydeaux.cygnus.com>
30596
30597         * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
30598         "step over execarg initialization" and
30599         "step over corearg initialization".
30600
30601 Sat Nov 25 18:20:14 1995  Fred Fish  <fnf@cygnus.com>
30602
30603         * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
30604         with sizeof(pointer) > sizeof(int).  Avoid "void *" or include files.
30605
30606 Sat Nov 25 11:03:42 1995  Fred Fish  <fnf@cygnus.com>
30607
30608         From Rob Savoye  (rob@poseidon.cygnus.com)
30609         * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
30610         gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
30611         configure.in}, gdb.disasm/{Makefile.in, configure.in},
30612         gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
30613         configure.in}: Major reworking for autoconfig.
30614         * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
30615         gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
30616         New files.
30617         * config/unix-gdb.exp:  Make GDB global.
30618         * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
30619         callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
30620         funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
30621         nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
30622         regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
30623         term.exp, twice.exp, watchpoint.exp, whatis.exp},
30624         gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
30625         templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
30626         misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
30627         pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
30628         pr-8136.exp, result.exp, string.exp, tuples.exp},
30629         gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
30630         to returns as necessary, arrange for test to compile own testcase
30631         executable.
30632         * lib/gdb.exp: Changes for testsuite to compile own test cases.
30633
30634 Tue Nov 21 16:15:45 1995  Fred Fish  <fnf@cygnus.com>
30635
30636         * gdb.c++/classes.exp (test_pointers_to_class_members): Add
30637         clear_xfail at end of test which might not call either pass or fail.
30638         * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
30639         "backtrace through signal handler".
30640
30641 Sat Nov 18 04:09:31 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
30642
30643         * gdb.base/sigall.exp:  Work around OSF/1-3.x kernel bug when
30644         continuing from a job control stop signal.
30645         * gdb.stabs/alpha.mt:  Use $(CFLAGS) when building weird.o.
30646
30647 Wed Nov 15 00:28:03 1995  Jeffrey A Law  (law@cygnus.com)
30648
30649         * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
30650         * gdb.base/corefile.exp: Likewise.
30651         * gdb.base/funcargs.exp: Likewise.
30652
30653 Tue Nov 14 15:18:10 1995  Stu Grossman  (grossman@cygnus.com)
30654
30655         * config/hmsirom.exp:  Setup for talking to hmsi ROM monitor.
30656         * config/monitor.exp:  Add support for setting baud rate.
30657
30658 Sat Nov  4 15:35:52 1995  Fred Fish  <fnf@cygnus.com>
30659
30660         * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
30661         i*86-*-linux* xfails for "backtrace through signal handler".
30662         * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
30663         "print func2::coremaker_local".
30664         * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
30665         alpha-dec-osf2* xfail for
30666         "delete all breakpoints when none".
30667
30668 Wed Nov  1 15:57:16 1995  Fred Fish  <fnf@cygnus.com>
30669
30670         * gdb.base/break.exp: Change test that deletes all breakpoints
30671         when no user breakpoints are installed.  A post 4.15 change
30672         causes gdb to no longer prompt in this case.
30673
30674 Tue Oct 31 15:13:43 1995  Fred Fish  <fnf@cygnus.com>
30675
30676         * gdb.base/return.exp (return_tests):  Change xfail for test
30677         "correct value returned double test" to stop xfailing at
30678         Solaris 2.5.  Apparently the bug has been fixed.
30679
30680 Sun Oct 29 12:18:16 1995  Fred Fish  <fnf@cygnus.com>
30681
30682         * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
30683         IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
30684
30685 Tue Oct 24 11:12:12 1995  Jeffrey A Law  (law@cygnus.com)
30686
30687         * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
30688         * gdb.disasm/hppa.s: Corresponding changes.
30689
30690 Wed Oct 18 11:27:47 1995  Jeffrey A Law  (law@cygnus.com)
30691
30692         * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
30693         makefile fragment.
30694         * config/mt-hpux: Deleted.
30695
30696 Tue Oct 17 23:02:12 1995  Jeffrey A Law  (law@cygnus.com)
30697
30698         * Many files: When warning about suppressed tests due to a
30699         nonexistant test binary, avoid incrementing the warning count.
30700
30701 Tue Oct 10 11:00:41 1995  Fred Fish  <fnf@cygnus.com>
30702
30703         * Makefile.in (TARGET_FLAGS_TO_PASS):  Remove BISON.
30704
30705 Sun Oct  8 04:23:14 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
30706
30707         * gdb.base/return.exp:  Change xfail from "sparc-*-solaris2.*" to
30708         "sparc-*-solaris2*".
30709
30710 Sat Sep 23 01:22:23 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
30711
30712         * gdb.base/coremaker.c:  Produce a full core dump for AIX targets.
30713         Add global and local variables and initialize them.
30714         * gdb.base/corefile.exp:  Test correct mapping of corefile sections
30715         by printing variables. Remove rs6000 and powerpc xfails, BFD now
30716         extracts the file name and terminating signal from the core file.
30717         * TODO:  Remove note about tests for correct mapping of corefile.
30718         * gdb.base/ptype.c (main):  Use boolean2 to inhibit AIX 4.1 xlc
30719         from optimizing it away.
30720         * gdb.stabs/weird.exp:  Remove rs6000 xfail, xcoffread.c now
30721         handles common blocks.
30722
30723 Thu Sep 21 01:28:10 1995  Jeff Law  (law@snake.cs.utah.edu)
30724
30725         * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
30726         * gdb.disasm/sh3.exp (fmac): Corresponding changes.
30727
30728 Wed Sep 20 13:15:05 1995  Ian Lance Taylor  <ian@cygnus.com>
30729
30730         * Makefile.in (maintainer-clean): New target, synonym for
30731         realclean.
30732         * gdb.base/Makefile.in (maintainer-clean): Likewise.
30733         * gdb.c++/Makefile.in (maintainer-clean): Likewise.
30734         * gdb.chill/Makefile.in (maintainer-clean): Likewise.
30735         * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
30736         * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
30737         * gdb.threads/Makefile.in (maintainer-clean): Likewise.
30738
30739 Sun Sep 10 13:14:01 1995  Fred Fish  <fnf@cygnus.com>
30740
30741         * gdb.base/scope.exp (text_at_main):  Add "hppa*-*-hpux*"
30742         xfails when not gcc compiled for "print foo::funclocal".
30743         (test_at_foo):  Add "hppa*-*-hpux*" xfails when not gcc compiled for:
30744         "print foo::funclocal at foo",
30745         "print 'scope1.c'::foo::funclocal at foo",
30746         "print foo::funclocal_bss at foo",
30747         "print 'scope1.c'::foo::funclocal_bss at foo",
30748         "print foo::funclocal_ro at foo",
30749         "print 'scope1.c'::foo::funclocal_ro at foo",
30750         "print bar::funclocal at foo" and
30751         "print 'scope1.c'::bar::funclocal at foo".
30752         (test_at_bar):  Add "hppa*-*-hpux*" xfails when not
30753         gcc compiled for "print foo::funclocal at bar".
30754         Expand all messages to ensure that they identify that
30755         the test is at bar().
30756         * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
30757         gcc compiled for:
30758         "ptype on opaque struct pointer (statically)",
30759         "ptype on opaque struct tagname (statically)",
30760         "ptype on opaque struct pointer (dynamically) 1",
30761         "ptype on opaque struct tagname (dynamically) 1",
30762         "ptype on opaque struct pointer (dynamically) 2" and
30763         "ptype on opaque struct tagname (dynamically) 2
30764         * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
30765         gcc compiled for:
30766         "p datalocal"
30767         "whatis datalocal",
30768         "ptype datalocal",
30769         "p bsslocal",
30770         "whatis bsslocal", and
30771         "ptype bsslocal".
30772         * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
30773         "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
30774         when not gcc compiled.
30775         * gdb.base/funcargs.exp (float_and_integral_args):  Add
30776         "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
30777         compiled.
30778         (discard_and_shuffle):  Add "hppa*-*-hpux*" xfail for
30779         "backtrace from call6a" when not gcc compiled.
30780         (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
30781         "backtrace from call7a" when not gcc compiled.
30782         * gdb.base/callfuncs.exp (do_function_calls):
30783         Add "hppa*-*-hpux*" xfail when not gcc compiled for
30784         "p t_char_array_values(char_array_val2,char_array_val1)",
30785         "p t_char_array_values(char_array_val1,char_array_val2)",
30786         "p t_char_array_values("carray 1","carray 2")",
30787         "p t_char_array_values("carray 1",char_array_val2)",
30788         "p t_char_array_values(char_array_val1,"carray 2")",
30789         "p sum_args(1,{2})",
30790         "p sum_args(2,{2,3})",
30791         "p sum_args(3,{2,3,4})",
30792         "p sum_args(4,{2,3,4,5})"
30793         * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
30794         "backtrace in corefile.exp" when not gcc compiled.
30795
30796 Sat Sep  9 01:35:39 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
30797
30798         * gdb.base/signals.exp:  Rewrite `handle all print' test as
30799         a procedure. Accept blanks or TABs as whitespace, increase
30800         timeout and expect input buffer size for the large output
30801         from the command. Remove "i*86-*-bsdi2.0" xfail.
30802
30803 Sat Sep  2 06:41:26 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
30804
30805         * gdb.base/setvar.exp:  Add new testcases for truncation when
30806         assigning invalid values to bitfields.
30807
30808 Sat Sep  2 00:17:31 1995  Fred Fish  <fnf@cygnus.com>
30809
30810         * gdb.base/callfuncs.exp (do_function_calls):  Remove
30811         mips-sgi-irix* xfail for
30812         "call inferior func with struct - returns char *"
30813         and fix test so that an optional (unsigned char *) cast is
30814         accepted in the result.
30815
30816 Fri Sep  1 13:42:01 1995  Fred Fish  <fnf@cygnus.com>
30817
30818         * gdb.base/funcargs.exp (float_and_integral_args):  Remove
30819         sparc-sun-solaris2* xfail for "print f1 after run to call2a".
30820         * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
30821         * gdb.base/signals.exp: Remove duplicate "handle all print" test
30822         that accidentally got checked in.
30823
30824 Sun Aug 27 23:35:35 1995  Fred Fish  <fnf@cygnus.com>
30825
30826         * gdb.base/callfuncs.exp (do_function_calls):  Add alpha-dec-osf2*
30827         clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
30828         compiled test.
30829         * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
30830         Add mips-sgi-irix5* xfail for not gcc compiled.
30831         * gdb.base/Makefile.in (nodebug.o):  Also create nodebug.ci.
30832         * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc
30833         compiled for "p top", "whatis top", "p middle", and "whatis
30834         middle".
30835         * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
30836         "whatis signed char" for not gcc compiled.
30837         * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
30838         "set variable signed char=-1 (-1)" and
30839         "set variable signed char=0xFF (0xFF)" for not gcc compiled.
30840         * gdb.base/funcargs.exp (float_and_integral_args):
30841         Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
30842         Add mips-sgi-irix* xfail when not gcc compiled for
30843         "continue to call2b".
30844         Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
30845         "continue to call2g".
30846         (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc
30847         compiled for "backtrace from call6a"
30848         (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc
30849         compiled for "backtrace from call7k".  Add mips-sgi-irix5* xfail
30850         when not gcc compiled for "backtrace from call7a".
30851         (localvars_after_alloca):  Fix gdb_test cmds for
30852         "print * after runto ...".
30853         Remove rs6000-*-* xfails for
30854         "print i after runto localvars_after_alloca" and
30855         "print l after runto localvars_after_alloca"
30856         for all compilers.
30857         * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
30858         when not compiled with gcc, for:
30859         "print signed char == (minus)",
30860         "print signed char != (minus)",
30861         "print signed char < (minus)",
30862         "print signed char > (minus)".
30863         * gdb.base/callfuncs.exp (do_function_calls):
30864         Add mips-sgi-irix* xfail, when compiled with native compiler, for
30865         "call inferior func with struct - returns char *".
30866         * gdb.base/return.exp (return_tests): Change xfail for
30867         "correct value returned double test" to include Solaris 2.4.
30868         * gdb.base/funcargs.exp (float_and_integral_args):
30869         Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
30870
30871 Sat Aug 26 00:26:11 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
30872
30873         * gdb.base/setvar.c, gdb.base/setvar.exp:  Add new tests for
30874         enumeration bitfields if compiling with GNU C.
30875         * lib/gdb.exp:  Consume `(y or n) ' in `Reinitialize source path
30876         to empty' prompt.
30877
30878 Tue Aug 22 00:30:37 1995  Jeff Law  (law@snake.cs.utah.edu)
30879
30880         * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
30881         test for PRO targets.
30882
30883         * gdb.base/funcargs.exp: Avoid ever setting more than 8
30884         breakpoints in the inferior at any given time by making
30885         two groups of breakpoints for call2*, call6* and call7*
30886         tests.
30887
30888 Sun Aug 20 06:58:25 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
30889
30890         * gdb.base/funcargs.exp:  Fix typos introduced by Aug 15 change.
30891         * gdb.base/callfuncs.c (main):  Use struct_val1 to inhibit xlc
30892         from optimizing it away.
30893         * gdb.base/callfuncs.exp:  Remove rs6000-*-* xfails for
30894         "call inferior func with struct".
30895
30896 Wed Aug 16 11:57:15 1995  Stan Shebs  <shebs@andros.cygnus.com>
30897
30898         * configure.in: Only configure gdb.chill for particular targets.
30899
30900 Tue Aug 15 09:42:44 1995  Fred Fish  <fnf@cygnus.com>
30901
30902         * gdb.base/Makefile.in:  Add action to .c.o transformation
30903         rule that generates a .ci file for each .o file and remove
30904         explicit .c.o rules except for callfuncs.o.
30905         * gdb.c++/Makefile.in:  Add .cc.o transformation rule that
30906         generates a .ci file for each .o file and remove explicit
30907         .cc.o rules.
30908         (clean): Remove *.tmp *.ci files.
30909         (EXECUTABLES): Remove templ-info.exp.
30910         * gdb.base/compiler.c: New file.
30911         * gdb.c++/compiler.cc: New file
30912         * gdb.base/scope.exp: Source gdb.base/scope.ci.
30913         Change rs6000-*-* xfail for
30914         "print 'scope0.c'::filelocal_ro" and
30915         "print 'scope1.c'::filelocal" and
30916         "print 'scope1.c'::filelocal_bss" and
30917         "print 'scope1.c'::filelocal_ro" and
30918         "print 'scope1.c'::foo::funclocal" and
30919         "print 'scope1.c'::foo::funclocal_ro" and
30920         "print 'scope1.c'::bar::funclocal" and
30921         "print 'scope0.c'::filelocal_ro" and
30922         "print 'scope1.c'::filelocal at foo" and
30923         "print 'scope1.c'::filelocal_bss at foo" and
30924         "print 'scope1.c'::filelocal_ro at foo" and
30925         "print 'scope1.c'::foo::funclocal at foo" and
30926         "print 'scope1.c'::foo::funclocal_bss at foo" and
30927         "print 'scope1.c'::foo::funclocal_ro at foo" and
30928         "print 'scope1.c'::bar::funclocal at foo" and
30929         "print 'scope0.c'::filelocal_ro" and
30930         "print 'scope1.c'::filelocal" and
30931         "print 'scope1.c'::filelocal_bss" and
30932         "print 'scope1.c'::filelocal_ro" and
30933         "print 'scope1.c'::foo::funclocal" and
30934         "print 'scope1.c'::foo::funclocal_bss" and
30935         "print 'scope1.c'::foo::funclocal_ro" and
30936         "print 'scope1.c'::bar::funclocal" and
30937         "print 'scope1.c'::bar::funclocal_bss"
30938         to only be xfail'd when not compiled with gcc.
30939         Add rs6000-*-* xfail for
30940         "print 'scope0.c'::filelocal_bss before run"
30941         when compiled with gcc.
30942         (test_at_main): Add rs6000-*-* xfail for
30943         "print filelocal_ro in test_at_main"
30944         when compiled with gcc.
30945         * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
30946         Add rs6000-*-aix* xfail for
30947         "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
30948         "ptype t_char_array",  not compiled with gcc.
30949         * gdb.base/list.exp (test_list_function):  Add rs6000-*-*
30950         xfail for "list foo (in include file)" when gcc compiled.
30951         * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
30952         (integral_args): Add rs6000-*-* xfail for
30953         "run to call0a" if not compiled with gcc.
30954         (unsigned_integral_args): Add rs6000-*-* xfail for
30955         "run to call1a" if not compiled with gcc.
30956         (float_and_integral_args):  Add rs6000-*-* xfail for
30957         "run to call2a" if not compiled with gcc and for
30958         "continue to call2b" for any compiler.
30959         Add rs6000-*-* xfail to
30960         "print f1 after run to call2a" for gcc compiled.
30961         (discard_and_shuffle): Add rs6000-*-* xfail for
30962         "run to call6a".
30963         (shuffle_round_robin): Add rs6000-*-* xfail for
30964         "backtrace from call7a" if not compiled with gcc.
30965         Add rs6000-*-* xfail for
30966         "backtrace from call7b" if compiled with gcc.
30967         (call_after_alloca): Add rs6000-*-* xfail for
30968         "print c in call_after_alloca" and
30969         "print s in call_after_alloca" and
30970         "backtrace from call_after_alloca_subr"
30971         if not compiled with gcc.
30972         (localvars_in_indirect_call): Add rs6000-*-* xfail for
30973         "print c in localvars_in_indirect_call" and
30974         "print c in localvars_in_indirect_call" and
30975         "backtrace in indirectly called function" and
30976         "stepping into indirectly called function"
30977         if not compiled with gcc.
30978         (localvars_after_alloca): Add rs6000-*-* xfail for
30979         "print c after runto localvars_after_alloca" and
30980         "print s after runto localvars_after_alloca" and
30981         "print i after runto localvars_after_alloca" and
30982         "print l after runto localvars_after_alloca"
30983         for all compilers.
30984         * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
30985         than whatis-info.exp.
30986         * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
30987         than opaque-info.exp.
30988         Setup rs6000-*-* xfail for
30989         "ptype on opaque struct pointer (statically)" and
30990         "ptype on opaque struct pointer (dynamically)" when
30991         not compiled with gcc.
30992         * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
30993         rather than callf-info.exp.
30994         (do_function_calls):  Add clear_xfail for rs6000-*-* for
30995         "p t_float_values2(3.14159,float_val2)".  Seems to work
30996         fine there, both with xlc and gcc.  Need to find out what
30997         it is doing right and fix other platforms.
30998         * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
30999         "call inferior func with struct - returns int",
31000         "call inferior func with struct - returns long",
31001         "call inferior func with struct - returns float",
31002         "call inferior func with struct - returns double",
31003         "call inferior func with struct - returns char *",
31004         but only if not gcc compiled (presumes xlc compiled).
31005         Change rs6000-*-* xfails for
31006         "call inferior func with struct - returns char" and
31007         " call inferior func with struct -  returns short" to only
31008         xfail if not using gcc.
31009         (clean mostlyclean):  Remove *.ci and *.tmp files.
31010         * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
31011         than templ-info.exp.
31012         * gdb.base/langs.exp:  Source gdb.base/langs.ci.
31013         Add rs6000-*-* xfail for "up to foo in langs.exp"
31014         "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
31015         when not gcc compiled.
31016
31017 Sat Aug 12 15:05:36 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
31018
31019         * gdb.base/callfuncs.exp: Add xfails for the powerpc.
31020         * gdb.base/corefile.exp: Likewise.
31021         * gdb.base/list.exp: Likewise.
31022         * gdb.base/scope.exp: Likewise.
31023         * gdb.base/siganls.exp: Likewise.
31024
31025         * gdb.base/nodebug.exp: Add xfails for the powerpc.  Handle aix4
31026         compiler output.
31027         * gdb.base/whatis.exp: Likewise.
31028
31029 Fri Aug 11 13:36:20 1995  Jeff Law  (law@snake.cs.utah.edu)
31030
31031         * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
31032         failure (opcode table has been fixed to match reality).
31033
31034 Mon Aug 14 09:01:59 1995  Fred Fish  <fnf@cygnus.com>
31035
31036         * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
31037         "call inferior func with struct - returns char",
31038         "call inferior func with struct - returns short"
31039
31040         * gdb.base/scope.exp: Remove rs6000-*-* xfails for
31041         "print 'scope0.c'::filelocal at main",
31042         "print 'scope0.c'::filelocal_bss in test_at_main",
31043         "print 'scope0.c'::filelocal at foo",
31044         "print 'scope0.c'::filelocal_bss in test_at_foo",
31045         "print 'scope0.c'::filelocal at bar",
31046         "print 'scope0.c'::filelocal_bss in test_at_bar"
31047
31048         * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
31049         in source file 1".  This bug seems to have been fixed with both
31050         gcc and native cc (was native assembler bug?).
31051
31052 Wed Aug  9 08:04:12 1995  Fred Fish  (fnf@cygnus.com)
31053
31054         * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
31055         "backtrace through signal handler" to "i*86-*-sysv4*".
31056         * gdb.base/signals.exp: Add xfail for "'next' behaved as
31057         continue" case.  Add "known SVR4 bug" to fail message.
31058         Add "i*86-*-bsdi2.0" xfail for "handle all print".
31059         Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
31060         * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
31061         "whatis unnamed typedef'd enum..." and "ptype t_char_array".
31062         * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
31063         "up to foo in langs.exp", "show language at foo in
31064         langs.exp", "up to cppsub_ in langs.exp", "show
31065         language at cppsub_ in langs.exp", "up to fsub in
31066         langs.exp", and "show language at fsub in langs.exp".
31067         * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
31068         "bactrace in corefile.exp".
31069         * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
31070         "call inferior function with struct - returns float" and
31071         "call inferior function with struct - returns double".
31072
31073 Mon Aug  7 02:43:28 1995  Jeff Law  (law@snake.cs.utah.edu)
31074
31075         * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
31076         * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
31077         * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
31078         * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
31079
31080 Mon Aug  7 08:09:37 1995  Fred Fish  <fnf@cygnus.com>
31081
31082         * Makefile.in (CHILL_FOR_TARGET): Use previously defined
31083         (or overriden) "CHILL" macro rather then bare "gcc".
31084         Also look for ../../gcc/xgcc since that is what we will
31085         actually need, not "Makefile".  Remove following assignment
31086         of CHILL to CHILL_FOR_TARGET because that results in
31087         recursive definition.
31088
31089 Sun Aug  6 16:52:29 1995  Fred Fish  <fnf@cygnus.com>
31090
31091         * gdb.base/corefile.exp:  Change xfail for backtrace in
31092         corefile.exp from linuxaout to all linux.
31093         * gdb.base/sigall.exp (test_one_sig):  Specifically deal with
31094         cases where we miss the breakpoint at the signal handler
31095         for some reason.  Setup xfail for linuxoldld/linuxaout and
31096         getting SIGIO.  Setup xfail for linuxoldld/linuxaout for
31097         hitting SIGURG breakpoint.
31098         * gdb.base/signals.exp:  Setup xfail for "next" acting like
31099         continue to add linuxoldld.  Setup xfail for all linux for
31100         "next to handler in signals_tests_1", "backtrace in
31101         signals_tests_1", "continue to func1", "pass SIGUSR1",
31102         and continue to handler".
31103
31104 Thu Aug  3 10:45:37 1995  Fred Fish  <fnf@cygnus.com>
31105
31106         * Update all FSF addresses except those in COPYING* files.
31107
31108 Sun Jul 30 17:50:35 1995  Fred Fish  <fnf@cygnus.com>
31109
31110         * gdb.base/a2-run.exp: Change messages to be more explicit about
31111         the status of args, and quote binfile in results.
31112
31113 Sun Jul 30 10:24:20 1995  Fred Fish  <fnf@cygnus.com>
31114
31115         * gdb.base/callfuncs.exp: Add tests for passing structs to
31116         inferior functions and return various types.
31117         * gdb.base/callfuncs.c: Add functions to receive a struct
31118         and return a member of the struct, in various types.
31119
31120 Sat Jul 29 14:22:33 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
31121
31122         * gdb.base/Makefile.in (clean):  Remove callf-info.exp.
31123
31124 Fri Jul 28 13:36:11 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
31125
31126         * config/vxworks29k.exp: New file, sources vxworks.exp.
31127
31128 Fri Jul 28 00:28:36 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
31129
31130         * config/gdbremote.exp: New file.  Testing framework using
31131         gdbserver.
31132
31133 Thu Jul 27 12:17:14 1995  Fred Fish  (fnf@cygnus.com)
31134
31135         * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
31136         "call function when asleep" and "send end of file".
31137         * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
31138         for "backtrace in corefile.exp".
31139         * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
31140         for "backtrace through signal handler".
31141         * gdb.base/corefile.exp: Make sure we actually generate a core file
31142         before trying the core tests.  Some systems allow the user to suppress
31143         generation of core files and default to that (linux for example).
31144         * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
31145         from "i*86-*-linux" to "i*86-*-linuxaout".  Works with ELF beta.
31146
31147 Tue Jul 25 17:30:10 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
31148
31149         * gdb.threads: New directory with some crude multi-threaded
31150         gdb tests (step.exp and step2.exp).
31151         * config/mt-lynx (STEP_EXECUTABLE): Define.
31152         (THREADFLAGS): Define.
31153
31154 Tue Jul 25 01:03:52 1995  Jeff Law  (law@snake.cs.utah.edu)
31155
31156         * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
31157
31158         * gdb.base/signals.exp: Disable whole file for lynx until
31159         further notice.
31160
31161         * gdb.base/signals.exp: xfail test where "next" acts like
31162         "continue" for lynx.
31163
31164         * gdb.base/interrupt.exp: xfail test for calling function while
31165         inferior is asleep for lynx.
31166
31167         * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
31168         than one cr-lf  after each command.
31169
31170 Sun Jul 23 23:33:18 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
31171
31172         * configure.in:  Reinstate setting of stabsdirs variable, fix
31173         typo in setting up configdirs for native builds.
31174
31175         * gdb.base/return.exp:  Fix typo in return double test.
31176         * gdb.base/return.c (tmp2, tmp3):  Made global to inhibit the
31177         compiler from optimizing them away.
31178
31179 Fri Jul 21 11:39:34 1995  Jeff Law  (law@snake.cs.utah.edu)
31180
31181         * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
31182         sequences to be echo'd by gdb when using gdb_test.
31183         * gdb.chill/chexp.exp: Likewise.
31184         * gdb.fortran/exprs.exp: Likewise
31185
31186 Thu Jul 20 13:28:36 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
31187
31188         * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
31189         after the inferior gdb has started.
31190
31191         * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
31192         after each command.
31193         * gdb.base/funcargs.exp: Likewise.
31194         * gdb.base/gdbvars.exp: Likewise.
31195         * gdb.base/interrupt.exp: Likewise.
31196         * gdb.base/list.exp: Likewise.
31197         * gdb.base/watchpoint.exp: Likewise.
31198         * gdb.c++/demangle.exp: Likewise.
31199         * gdb.c++/inherit.exp: Likewise.
31200         * gdb.chill/chexp.exp: Likewise.
31201         * gdb.fortran/exprs.exp: Likewise.
31202
31203         * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
31204         test if we can't handle IO to/from the inferior.
31205
31206         * gdb.c++/misc.exp: Always check for a program already being
31207         started after sending a "run" command to gdb.
31208
31209         * gdb.base/twice.exp: Start with a fresh gdb.
31210
31211         * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
31212         only depend on gdb's expression code, not the chill runtime.
31213
31214         * gdb.base/return.c: Put return values into variables so we
31215         can have gdb print them rather than depending on the program
31216         to print them.
31217         * gdb.base/return.exp: Corresponding changes.
31218
31219         * lib/gdb.exp: Provide default value for noinferiorio.
31220         * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
31221         the inferior.
31222
31223         * gdb.base/break.exp: Always check for a program already being
31224         started after sending a "run" command to gdb.
31225         (text_next_with_recursion): Don't check the output from the
31226         program's printf statement.  Instead just make sure the program
31227         exited.
31228
31229         * gdb.base/commands.exp: Protect tests which need arguments with
31230         $noargs conditionals.
31231
31232 Wed Jul 19 22:42:43 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
31233
31234         * gdb.base/printcmds.exp:  Adjust expect patterns for addresses
31235         of structure member arrays to match gdb/valops.c:value_addr change.
31236
31237 Mon Jul 17 10:12:27 1995  Jeff Law  (law@snake.cs.utah.edu)
31238
31239         * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
31240         cases.
31241
31242 Wed Jul 12 10:20:08 1995  Fred Fish  (fnf@cygnus.com)
31243
31244         * configure.in (configdirs):  Remove gdb.chill from default list
31245         of subdirs and then add it back in only if doing a native build.
31246         The current chill compiler does not yet work in any cross build.
31247         * Revert all signal changes from Jul 6.
31248         * gdb.base/{sigall.c signals.c}:  Define away signal() and alarm()
31249         for sh-hms targets, allowing these tests to link, with no other
31250         changes.  Testing is suppressed by setting "nosignals" in site.exp.
31251
31252 Thu Jul  6 20:58:30 1995  Fred Fish  (fnf@cygnus.com)
31253
31254         * configure.in (signaldirs): Define and add to configdirs for all
31255         targets except some specific ones that are known to not support signals.
31256         Also clean up formatting.
31257         * gdb.base/Makefile.in (EXECUTABLES):  Remove sigall and signals.
31258         (signals, sigall):  Remove rules to build.
31259         * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
31260         Moved to new gdb.signals directory.
31261         * gdb.signals: New test directory.
31262         * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
31263         signals.c signals.exp}:  New or moved files.
31264
31265 Sun Jun 25 12:55:18 1995  Jeff Law  (law@snake.cs.utah.edu)
31266
31267         * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
31268
31269 Wed Jun 21 16:35:55 1995  Fred Fish  <fnf@cygnus.com>
31270
31271         * gdb.base/return.exp:  Xfail `return double' test failure
31272         on at least Solaris 2.3 and handle future/past versions on
31273         a case by case basis as appropriate.  Also update message
31274         to include i*86 failures.
31275
31276 Wed May 24 07:10:10 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31277
31278         * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
31279
31280         * lib/gdb.exp: Fix comment which erroneously identified
31281         gdb_file_cmd as gdb_load (the 19 May change was in fact to
31282         gdb_file_cmd not gdb_load).
31283         * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
31284
31285         * gdb.base/setvar.exp: Make test names consistent between pass and
31286         fail cases.  Use gdb_test more.
31287
31288 Fri May 19 07:22:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31289
31290         * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
31291
31292 Mon May 15 23:50:51 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
31293
31294         * gdb.base/help.exp:  Fix expected help string for `show commands'.
31295
31296 Thu May 11 07:55:11 1995  Jim Kingdon  <kingdon@deneb.cygnus.com>
31297
31298         * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
31299
31300         * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
31301         of a text section.
31302
31303 Thu May 11 15:02:24 1995  Stu Grossman  (grossman@andros.cygnus.com)
31304
31305         * config/monitor.exp (gdb_target_monitor):  Fix loop interator so
31306         that loop eventually terminates.  Fix Connection refused logic so
31307         that testsuite will expire nicely.
31308
31309 Wed May 10 17:57:35 1995  Stu Grossman  (grossman@andros.cygnus.com)
31310
31311         * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
31312         config/rom68k.exp:  New tcl glue for the appropriate monitors.
31313         These all just end up calling monitor.exp.
31314         * config/monitor.exp (gdb_target_monitor):  Handle `Connection
31315         refused' by retrying.  Cleanup some timeout issues.
31316         * (gdb_load):  Reduce timeout.  Cleanup some timeout issues.
31317         * lib/gdb.exp (gdb_test gdb_test_exact):  Upvar timeout so that
31318         callers don't have to set/restore global timeout variable.
31319
31320         * The following set of changes centralizes management of the global
31321         timeout variable.  This way, it can be set in one target dependent
31322         place instead of dozens of places scattered throughout the test suite.
31323         If you need to lengthen a timeout, then you should either set timeout
31324         in one of the config/{target}.exp files, or multiply it by a factor.
31325         Setting it to an absolute value is always going to lose for some
31326         targets.
31327         * gdb.base/a1-selftest.exp (test_with_self):  Only use local timeout.
31328         * gdb.base/callfuncs.exp (do_function_calls):  Don't set timeout.
31329         * gdb.base/funcargs.exp:  Don't set timeout.
31330         * gdb.base/list.exp (test_forward_search):  Only use local timeout.
31331         * gdb.base/printcmds.exp (test_print_string_constants
31332         test_print_array_constants):  Don't set timeout.
31333         * gdb.base/ptype.exp:  Don't set timeout.
31334         * gdb.base/recurse.exp:  Don't set timeout.
31335         * gdb.base/return.exp:  Don't set timeout.
31336         * gdb.base/watchpoint.exp:  Don't set timeout.
31337         * gdb.c++/classes.exp (do_tests):  Don't set timeout.
31338         * gdb.c++/virtfunc.exp (test_virtual_calls):  Don't set timeout.
31339
31340 Wed May 10 16:03:23 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
31341
31342         * Makefile.in: Make clean targets work also when SUBDIRS is empty.
31343
31344 Mon May  1 07:32:48 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31345
31346         * lib/gdb.exp: Disable chill tests for irix5.
31347
31348 Wed Apr 26 07:36:03 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31349
31350         * gdb.base/scope.exp: Make test names unique.  Use gdb_test.  Make
31351         each test pass or fail.
31352
31353 Sun Apr 23 21:32:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31354
31355         * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
31356         xlc not gcc.
31357
31358 Fri Apr 21 15:44:02 1995  Stu Grossman  (grossman@rtl.cygnus.com)
31359
31360         * cpu32bug.exp est.exp rom68k.exp:  Delete.  Unify into monitor.exp.
31361
31362 Wed Apr 19 17:41:21 1995  Stu Grossman  (grossman@cygnus.com)
31363
31364         * config/est.exp:  Fix copyright and comments.  Remove dead code.
31365         Use targetname, serialport and baud variables instead of fixed
31366         constants.
31367         * config/rom68k.exp:  Fix copyright and comments.  Remove dead code.
31368         * config/cpu32bug.exp:  New file to support cpu32bug monitors.
31369
31370 Wed Apr 19 13:47:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31371
31372         * gdb.base/watchpoint.exp: Don't run
31373         test_watchpoint_triggered_in_syscall for sunos.
31374
31375 Mon Apr 17 12:48:52 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31376
31377         * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
31378         they don't seem to exist.  Do include stdio.h.
31379
31380 Fri Apr 14 09:40:22 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31381
31382         * gdb.base/a1-selftest.exp: Add alpha xfail.
31383
31384 Mon Apr 10 13:07:50 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31385
31386         * gdb.base/watchpoint.c (main): Prompt before calling read().
31387         * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
31388         Revise accordingly.  Remove cruft about sending "123" several
31389         times, until it gets noticed.  Clean up the "print buf[0]" stuff
31390         so that it passes or fails, and waits for prompts in the usual way.
31391
31392 Sun Apr  9 09:02:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31393
31394         * gdb.base/recurse.exp: Fix comment.
31395
31396         * TODO: Remove item about printing variables in nodebug.exp.  Add
31397         item about enabling tests which are only run on some targets.
31398
31399         * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
31400         fail, make test names unique, use new gdb_test convention
31401         regarding pattern, use gdb_test more, etc.).
31402
31403         * gdb.base/bitfields.exp: Various cleanups (make each test pass or
31404         fail, make test names unique, etc.).
31405
31406 Sat Apr  8 02:47:45 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
31407
31408         * gdb.base/nodebug.c:  Change return type of top and middle to
31409         short.
31410         * gdb.base/nodebug.exp:  Remove xfails for ecoff systems, they
31411         are fixed by the recent mdebugread.c changes. Allow `short ()'
31412         as type for top and middle.
31413
31414 Thu Apr  6 08:54:18 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31415
31416         * gdb.base/break.exp: Remove commented out if $usestubs {}.  As
31417         nearly as I can tell, the whole thing was an accident in Stu's
31418         change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
31419         to replace a send/expect pair with gdb_test, but ended up only
31420         adding the gdb_test.  My change of 24 Mar 1995 and Kung's change
31421         of 30 Mar 1995 took care of it, but left this vestigial comment
31422         which I am now nuking.
31423
31424 Mon Apr  3 09:00:27 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31425
31426         * gdb.base/break.exp: Look for different line number for
31427         breakpoint at main depending on usestubs.
31428
31429 Sun Apr  2 08:15:45 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
31430
31431         * gdb.base/list.exp:  Adjust some alternate expect patterns to
31432         match recent list0.c change. Add alternate expect pattern for
31433         output from `list default lines around main' for optimizing
31434         compilers.
31435
31436 Sat Apr  1 07:23:22 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31437
31438         * lib/gdb.exp: If nosignals is not set, set it to 0.
31439
31440 Fri Mar 31 16:13:48 1995  Kung Hsu  <kung@mexican.cygnus.com>
31441
31442         * config/slite-gdb.exp: Responds to load symbol table prompt.
31443         * gdb.base/break.exp: Adjust line number, fix rerun.
31444         * gdb.base/langs0.c: Add #ifdef usestubs.
31445
31446 Thu Mar 30 15:36:55 1995  Kung Hsu  <kung@mexican.cygnus.com>
31447
31448         * gdb.base/list.exp: Adjust line contents after adding new lines in
31449         list0.c. Also fix a syntax error.
31450
31451         * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
31452         * gdb.base/break.exp: ditto.
31453         * gdb.base/list.exp: ditto.
31454         * gdb.base/bitfields.c: Add #ifdef usestubs in main().
31455         * gdb.base/run.c: ditto.
31456         * gdb.base/list0.c: ditto.
31457         * gdb.base/funcargs.c: ditto.
31458
31459 Wed Mar 29 17:09:29 1995  Stu Grossman  (grossman@cygnus.com)
31460
31461         * testsuite/config/rom68k.exp (gdb_target_rom68k):  Use
31462         $targetname, $serialport and $baud instead of hardwired variables.
31463         * testsuite/gdb.base/{sigall.exp signals.exp}:  Skip these if the
31464         target doesn't support signals.
31465
31466 Wed Mar 29 12:29:34 1995  Kung Hsu  <kung@mexican.cygnus.com>
31467
31468         * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
31469
31470 Tue Mar 28 08:46:45 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31471
31472         * gdb.base/recurse.exp: Make test names unique.  Change \\(+ to \\(.
31473         Don't rely on the value of an auto variable before it has been
31474         initialized.  Use gdb_test more.
31475
31476 Mon Mar 27 08:00:34 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31477
31478         * lib/gdb.exp (default_gdb_version): A version number must start
31479         with a digit, but other than that contains all characters up to
31480         the first whitespace character.
31481
31482 Sun Mar 26 13:19:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31483
31484         * gdb.base/commands.exp (breakpoint_command_test): New tests.
31485
31486 Sat Mar 25 15:38:06 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31487
31488         * gdb.c++/*.exp: Warn if executable does not exist.  The original
31489         reason for skipping the warning was that configure.in sometimes
31490         intentionally skipped building the executables but the tcl code
31491         had no way of knowing.  That (a) was always bogus with respect to
31492         error handling, (b) is no longer true (right now there is no way
31493         to skip C++ tests).
31494
31495         * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
31496
31497 Sat Mar 25 01:16:10 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
31498
31499         * gdb.base/list.exp:  Add expect patterns for output from
31500         SunPRO compiled executables.
31501         * gdb.base/whatis.exp:  Allow leading `signed' for all v_signed_*
31502         types.
31503
31504 Fri Mar 24 06:11:05 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31505
31506         * gdb.base/break.exp (test_next_with_recursion): Accept any line
31507         number (we are already testing that the correct source line text
31508         gets printed).
31509
31510         * gdb.base/break.exp: Make one test if $usestubs.  I'm not sure
31511         that is what is intended, but something needed to be done to get
31512         sunos4 native working again.
31513
31514         * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
31515
31516         * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
31517         apparently went with a (very) old xfail.
31518
31519 Fri Mar 24 13:41:09 1995  Kung Hsu  <kung@mexican.cygnus.com>
31520
31521         * gdb.base/callfuncs.exp: call runto_main instead of runto main.
31522         runto_main is a proc in gdb.exp that will do 'step' for target use
31523         stubs.
31524         * gdb.base/exprs.exp: ditto.
31525         * gdb.base/interrupt.exp: ditto.
31526         * gdb.base/opaque.exp: ditto.
31527         * gdb.base/printcmds.exp: ditto.
31528         * gdb.base/ptype.exp: ditto.
31529         * gdb.base/scope.exp: ditto.
31530         * gdb.base/setvar.exp: ditto.
31531         * gdb.base/signals.exp: ditto.
31532         * gdb.base/twice.exp: ditto.
31533         * gdb.c++/classes.exp: ditto.
31534         * gdb.c++/inherit.exp: ditto.
31535         * gdb.c++/templates.exp: ditto.
31536         * gdb.base/break.exp: no run and hit main for stubs. Change line
31537         numbers for breakpoints and info breakpoint.
31538         * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
31539         breakpoint().
31540         * gdb.base/callfuncs.c: ditto.
31541         * gdb.base/exprs: ditto.
31542         * gdb.base/interrupt.c: ditto.
31543         * gdb.base/opaque0.c: ditto.
31544         * gdb.base/printcmds.c: ditto.
31545         * gdb.base/ptype.c: ditto.
31546         * gdb.base/scope0.c: ditto.
31547         * gdb.base/setvar.c: ditto.
31548         * gdb.base/signals.c: ditto.
31549         * gdb.base/twice.c: ditto.
31550         * gdb.c++/misc.cc: ditto.
31551         * gdb.c++/templates.cc: ditto.
31552
31553 Fri Mar 24 06:11:05 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31554
31555         * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
31556
31557         * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
31558         somewhere between `read' and `main.c'.  I'm pretty sure the
31559         pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
31560         and it isn't particularly useful.
31561
31562         * gdb.base/scope.exp: Make test names unique.  \[(\] -> \\(.
31563
31564 Thu Mar 23 14:58:35 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31565
31566         * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
31567
31568 Wed Mar 22 18:36:05 1995  Kung Hsu  <kung@mexican.cygnus.com>
31569
31570         * config/mt-slite: add LIBS and -nostdlib.
31571         * config/slite-gdb.exp: add this new file to support sparclite target.
31572
31573 Tue Mar 21 21:41:04 1995  Doug Evans  <dje@canuck.cygnus.com>
31574
31575         * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
31576
31577         * gdb.base/a2-run.exp: Change argument to istarget from
31578         "*-*-vxworks" to "*-*-vxworks*".
31579         * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
31580
31581 Tue Mar 21 17:08:47 1995  Kung Hsu  <kung@mexican.cygnus.com>
31582
31583         * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
31584         will not runto main but do a 'step' to step out of breakpoint().
31585         * config/mt-slite: add -Dusestubs.
31586
31587 Tue Mar 21 12:14:12 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31588
31589         * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
31590         instead of just @.
31591
31592         * gdb.base/signals.exp: Add test for "handle all print".
31593         * TODO: Remove "handle all print".  Also remove item about
31594         checking copyright date (I don't like the idea of a spurious FAIL
31595         based on when we run the tests).
31596
31597         * gdb.base/recurse.exp: Enable test for SunOS4.  xfail one test
31598         for SunOS4 (reason for failure not investigated).  Remove
31599         redundant test for $binfile.
31600
31601         * gdb.base/nodebug.c (array_index): Call malloc.
31602
31603         * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
31604
31605 Mon Mar 20 10:08:17 1995  Jeff Law  (law@snake.cs.utah.edu)
31606
31607         * gdb.base/recurse.exp: Update gdb_test invocation to use new
31608         conventions and slightly simplify the matching regexp.
31609
31610 Fri Mar 17 05:43:28 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31611
31612         * gdb.base/break.exp: Update gdb_test invocation to use new
31613         convention.
31614
31615         * lib/gdb.exp: If noargs is not set, set it to 0.
31616
31617         * gdb.base/nodebug.exp: Comment out redundant test.  Make name of
31618         tests unique.
31619
31620         * lib/gdb.exp: Skip CHILL for AIX and Solaris.
31621
31622 Thu Mar 16 16:27:07 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31623
31624         * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
31625         one argument of type "<non-float parameter>".
31626
31627 Wed Mar 15 15:54:56 1995  Stu Grossman  (grossman@cygnus.com)
31628
31629         * config/rom68k.exp:  New file to support Motorola IDP board.
31630         * gdb.base/a2-run.exp:  Skip this file if noargs is set.
31631         * gdb.base/break.c:  Change things around so that this program
31632         doesn't depend upon args.  This is necessary to make remote
31633         targets work (in general, they can't take args).
31634         * gdb.base/break.exp:  Don't try to send args to program.  Don't
31635         expect output.  Also, replace lots of code with gdb_test.
31636
31637 Wed Mar 15 04:11:14 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31638
31639         * gdb.base/printcmds.exp (test_character_literals_accepted): Test
31640         printing of '\'' (which is what the comment says we are testing,
31641         even though we were not), not '''.
31642         (test_integer_literals_rejected): Test that printing ''' is an error.
31643
31644         * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
31645         gdb.chill/chexp.exp, gdb.base/printcmds.exp,
31646         gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
31647         gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
31648         Use gdb_test not test_print_accept.
31649         * lib/gdb.exp: Remove test_print_accept.
31650
31651         * gdb.base/signals.exp (signal_tests_1): Make pass message
31652         consistent with fail message.
31653
31654         * gdb.base/whatis.exp: Remove xfails for printing char vs.
31655         unsigned char; the bug (PR 1821) is fixed.
31656
31657         * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
31658
31659         * gdb.base/scope.exp (test_at_localscopes): Call pass for
31660         successful tests--makes xfailing them work right.
31661
31662 Tue Mar 14 07:39:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31663
31664         * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
31665         only \r\n, not .*.  The test can pass .* as the last thing in
31666         $pattern if that is what it wants.  In addition to providing this
31667         flexibility, this change should speed up pattern matching in cases
31668         where the pattern already ended with .* (there were a number of
31669         them).  This change also helps catch bad patterns--in the old
31670         scheme the typo "char \*" instead of "char \\*" would pass.  Now
31671         it is caught.
31672         * Many .exp files: Update callers.
31673
31674         * gdb.base/funcargs.exp: Replace \[(\]+ with \\(.  The latter is
31675         clearer and does not spuriously match multiple ('s.  Likewise for
31676         ) and *.
31677
31678         * gdb.base/nodebug.exp: Test ability to call a function and pass
31679         it a string (even with no debugging info).
31680
31681         * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
31682         "p '\'", which is the same as "p ''" once tcl gets done with
31683         quoting, to "p '\\'", which I suspect is what is intended (one
31684         backslash gets sent to GDB).
31685
31686         * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
31687
31688 Fri Mar 10 13:31:46 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31689
31690         * gdb.base/a1-selftest.exp: Remove xfail for solaris.  The bug (PR
31691         1817) was fixed literally years ago.
31692
31693 Fri Mar 10 02:49:40 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
31694
31695         * gdb.base/funcargs.exp (call_after_alloca):  Remove `next'
31696         test, it causes stepping out of call_after_alloca_subr with
31697         optimizing compilers.
31698         (localvars_in_indirect_call):  Consume GDB prompt if `finish'
31699         fails.
31700
31701         * gdb.c++/templates.exp:  Source templ-info.exp only if
31702         the templates executable exists.
31703
31704         * gdb.c++/misc.cc (class Contains_static_instance,
31705         class Contains_nested_static_instance),
31706         gdb.c++/classes.exp (test_static_members):  Test printing of
31707         a class that contains a static instance of the class.
31708
31709 Thu Mar  9 11:43:55 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31710
31711         * gdb.base/langs2.c (cppsub_): Don't prototype.
31712         * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
31713         only, I believe).
31714
31715 Wed Mar  8 10:29:33 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31716
31717         * lib/gdb.exp (skip_chill_tests): New procedure.
31718
31719         * gdb.base/signals.exp (signal_tests_1): xfail for irix.
31720
31721 Mon Mar  6 10:44:06 1995  Jeff Law  (law@snake.cs.utah.edu)
31722
31723         * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
31724         each expect pattern.  Cuts runtime from 12 to about 4 seconds.
31725
31726 Thu Mar  2 05:31:34 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31727
31728         * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
31729
31730         * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
31731         disassemble 8, not 16, instructions for part 4.
31732
31733         * config/vx-gdb.exp (gdb_start): Use \030, not \CX.  tcl doesn't
31734         support the latter anymore.
31735
31736         * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
31737         -DNO_PROTOTYPES.
31738         * gdb.base/callfuncs.c: Control use of prototypes based on
31739         NO_PROTOTYPES, not __STDC__.
31740         * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
31741         t_float_values2 tests if prototypes in use.
31742
31743         * gdb.base/callfuncs.c (t_float_values, t_float_values2,
31744         t_double_values):  When checking differences against DELTA, check
31745         that difference is within the range (-DELTA,DELTA), not just
31746         (-infinity,DELTA).
31747
31748 Tue Feb 28 16:28:54 1995  Kung Hsu  <kung@mexican.cygnus.com>
31749
31750         * config/mips-gdb.exp (gdb_load): In every test case, we need to do
31751         'file' command firts, then 'target', then 'load', this is due to gdb
31752         target set up.
31753         * config/mips-gdb.exp: Fix a couple regular exp bugs.
31754
31755 Thu Feb 23 17:44:55 1995  Jeff Law  (law@snake.cs.utah.edu)
31756
31757         * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
31758         FP load/store variants.
31759         * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
31760
31761 Wed Feb 22 18:29:08 1995  Jim Kingdon  <kingdon@rtl.cygnus.com>
31762
31763         * gdb.base/term.exp: Do not give a warning if not native, it is
31764         not an abnormal condition.
31765
31766 Tue Feb 21 13:08:47 1995  Jim Kingdon  <kingdon@cygnus.com>
31767
31768         * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
31769         t_char_array".
31770
31771 Sun Feb 19 13:10:06 1995  Jim Kingdon  <kingdon@rtl.cygnus.com>
31772
31773         * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
31774         are getting the version number.
31775
31776         * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
31777         if not native, it is not an abnormal condition.
31778
31779 Thu Feb 16 15:56:56 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31780
31781         * lib/gdb.exp: Just use "file exists", rather than undocumented
31782         dejagnu procedure "findfile".
31783
31784 Thu Feb 16 10:30:24 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
31785
31786         * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
31787           (LDFLAGS): Set to -Xlinker -Ur.
31788
31789         * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
31790           Removed, these values are set by lib/gdb.exp.
31791
31792         * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
31793
31794 Wed Feb 15 14:23:28 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
31795
31796         * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
31797           of replicating gdb startup code.
31798
31799         * config/mt-vxworks (LDFLAGS): Set to -r.
31800           (CFLAGS_FOR_TARGET): Removed.
31801
31802         * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
31803           (gdb) and gdb for vxworks uses (vxgdb).
31804
31805         * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
31806           executable is not in the tree and host != target, use sed and
31807           program_transform_name to determine the gdb name used by the
31808           target.
31809
31810         * configure.in, gdb.{base,c++,chill}/configure.in: changed so
31811           *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
31812
31813 Sun Feb 12 08:11:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31814
31815         * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
31816         floats, chars, and shorts where there are ANSI-style function
31817         definitions.
31818
31819         * gdb.base/langs.exp, gdb.base/langs*: New test.
31820         * gdb.base/Makefile.in: Build it.
31821         * TODO: Remove item about checking that C names don't get C++
31822         demangling applied; this test tests it.
31823
31824 Thu Feb  9 12:43:56 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31825
31826         * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
31827         went with the const70 xfail.  The xfail went away a year ago.
31828
31829         * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
31830
31831         * gdb.base/corefile.exp: Give backtrace test unique name.  xfail
31832         for hp300.
31833
31834         * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
31835
31836         * gdb.base/a1-selftest.exp: Don't run on hp300.
31837
31838 Sat Feb  4 15:04:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31839
31840         * Makefile.in (site.exp): Set host_alias and target_alias as well
31841         as host_triplet and target_triplet.
31842
31843 Wed Feb  1 08:03:48 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31844
31845         * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
31846
31847         * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
31848         places as other ecoff systems).
31849
31850         * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
31851         ultrix.
31852
31853 Mon Jan 30 11:44:52 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31854
31855         * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
31856         remove them.
31857         * gdb.base/nodebug.exp: Accept "function" in addition to "text
31858         variable and "variable" in addition to "data variable".
31859         * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
31860
31861         * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
31862         2.
31863         * gdb.base/list1.c (long_line): Add additional statement at start
31864         of function.
31865         * gdb.base/list.exp (test_forward_search): Update line number to
31866         reflect new statement.
31867
31868 Sun Jan 29 13:34:25 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
31869
31870         * gdb.base/signals.exp:  Reinitialize searched source directories
31871         after gdb_start call.
31872
31873 Sat Jan 28 01:34:44 1995  Jeff Law  (law@snake.cs.utah.edu)
31874
31875         * gdb.disasm/Makefile.in (clean): Delete "errs" file.
31876         * gdb.stabs/Makefile.in: Likewise.
31877
31878         * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
31879         change.  Instead split the tests into smaller pieces.
31880         * gdb.disasm/hppa.s: Corresponding changes.
31881
31882 Fri Jan 27 09:24:51 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31883
31884         * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
31885         Quote ^C when passing it to stty.  For some shells ^ is a pipe.
31886
31887         * gdb.base/funcargs.exp: Modify many tests so that every test
31888         either passes or fails.  Make some test names unique.
31889
31890 Thu Jan 26 19:20:34 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31891
31892         * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
31893         Call stty to set interrupt character.
31894
31895         * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
31896         for HP assembler versus GNU assembler based on actual behavior of
31897         $(CC), rather than assuming that $(AS) is always the GNU assembler.
31898
31899         * TODO: Suggest a few more stepping tests.
31900
31901 Wed Jan 25 14:52:41 1995  Stan Shebs  <shebs@andros.cygnus.com>
31902
31903         * gdb.base/default.exp: xfail no-stack backtraces for h8300,
31904         restart GDB for h8300 after a continue.
31905         (return): Add pattern to match a29k-udi behavior.
31906         * gdb.base/nodebug.exp: Remove obsolete comment.
31907         * gdb.base/regs.exp: New file, testing of register displays.
31908         * gdb.base/return.exp: Fix typo in reference to $objdir.
31909         * gdb.base/whatis.exp: Always start with a fresh GDB.
31910
31911 Wed Jan 25 11:12:07 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31912
31913         * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
31914         higher, these tests generate a lot of output.
31915
31916 Tue Jan 24 07:58:44 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31917
31918         * lib/gdb.exp (gdb_test): Remove catch from around the send.  The
31919         code following the catch silently ignored some errors; without the
31920         catch they should be thrown like any other tcl error.  Also, the
31921         catch used "" instead of {} which meant all the callers who wanted
31922         to include one of the characters "[]$ had to quote it an extra time.
31923         * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
31924         ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
31925         demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
31926         Remove extra quoting.
31927
31928 Mon Jan 23 21:57:54 1995  Jeff Law  (law@snake.cs.utah.edu)
31929
31930         * gdb.base/commands.exp: Make test names unique; every test either
31931         passes or fails.  Update some comments.
31932
31933         * gdb.disasm/hppa.exp (do_system_control_tests): Update.
31934
31935 Sat Jan 21 15:34:52 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31936
31937         The following fixes a FAIL caused by the fact that the alpha stabs
31938         configuration didn't use the ".if alpha" code in weird.def.
31939         * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
31940         bit pointer, so the 32 bit version works even on the alpha.
31941         * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
31942         Remove the stuff which allowed us to have separate versions for
31943         alpha and everything else.
31944
31945         * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
31946         regexp which "info func operator\[\](" is supposed to match.  Fix
31947         string to send to GDB.  Note that GDB still doesn't work right.  Add a
31948         new test for "info func .perator\[\](" which GDB does handle correctly.
31949
31950         * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
31951
31952 Fri Jan 20 12:14:23 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31953
31954         * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
31955         gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
31956         gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
31957         gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
31958         it makes the tests harder to understand and confuses test-o-matic.
31959         The preferred style is that each test provides a PASS or a FAIL,
31960         and has a unique message (e.g. "continue #54" not just "continue")
31961         which is the same for the pass and the fail.
31962         * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
31963         gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
31964         to lib/gdb.exp.
31965         * gdb.base/printcmds.exp: Use test_print_accept.  Remove
31966         prt_accept which was basically the same thing.  Likewise for
31967         test_print_reject and prt_reject.
31968         * lib/gdb.exp (test_print_reject): Add some more error message
31969         patterns to match from the former printcmds.exp (prt_reject).
31970         * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
31971         One defect of the passcount stuff is that some of it failed to
31972         report XPASS where appropriate.
31973         * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
31974         stuff before and after arg in expected pattern.
31975         (test_paddr_operator_functions): Re-do test without print_addr_of;
31976         this is the only test which seems to want extra stuff there.
31977
31978 Tue Jan 17 10:47:53 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
31979
31980         * gdb.base/nodebug.exp: Update new tests to reflect improved
31981         wording of gdb output.
31982
31983         * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
31984         and "ptype" work on variables in files compiled without -g.
31985         Replaces commented out "maint print msymbol" tests.
31986
31987 Mon Jan 16 12:13:28 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
31988
31989         * gdb.base/setvar.c (dummy): Call malloc.
31990
31991         * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
31992         losing with the irix4 sed.
31993
31994         * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
31995         ALRM" on irix4.
31996
31997 Sun Jan 15 21:58:26 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
31998
31999         * TODO: Remove items about corefile.exp testing new exec-file and
32000         backtrace; both are now done.  Add items about printing enums.
32001
32002 Sat Jan 14 11:25:28 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
32003
32004         * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
32005         "get signal $thissig" test fails.
32006
32007         * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
32008
32009 Thu Jan 12 01:14:53 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
32010
32011         * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
32012         compiler warning with dec alpha compiler.
32013
32014         * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
32015         extra \n from gdb_test call (this explains why the prompt test
32016         that I removed yesterday was there).
32017         (user_defined_command_test): Remove extra \n and prompt test.
32018
32019         * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
32020         doesn't exist.  Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
32021         doesn't exist.
32022         * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
32023         Also remove alpha workaround, which turns out to be because
32024         SIGABRT == SIGLOST.
32025
32026         * gdb.base/sigall.exp: Add workaround for alpha weirdness.
32027
32028         * gdb.base/help.exp: Don't test "help show".
32029
32030 Wed Jan 11 14:37:04 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
32031
32032         * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
32033         "set print address" is on.
32034         * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
32035         pass prompt to gdb_test; gdb_test already looks for the prompt.
32036
32037         * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
32038
32039         * gdb.base/a1-selftest.exp: Don't test "maint dump-me".  That test
32040         was a vestige of the manual TESTSTRATEGY, and the purpose of it
32041         was to make sure that gdb can read a core file.  But (a) the "read
32042         the corefile" part didn't make it to a1-selftest.exp, we just
32043         delete the corefile after creating it, and (b) we test reading
32044         corefiles in corefile.exp anyway.  Also, this test left around a
32045         xgdb process on Solaris.
32046
32047         * gdb.base/corefile.exp: Also test backtrace.
32048
32049 Wed Jan 11 00:14:40 1995  Jeff Law  (law@snake.cs.utah.edu)
32050
32051         * gdb.base/commands.exp: Test a simple user defined command with
32052         arguments and if/while statements; verify the full user command is
32053         printed by "show user".
32054
32055         * gdb.base/commands.exp: Test if/while commands as part of a
32056         breakpoint command list; verify they appear in breakpoint
32057         information.
32058
32059 Wed Jan 11 00:47:58 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
32060
32061         * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
32062         than by dividing by zero.
32063
32064 Tue Jan 10 21:38:05 1995  Jeff Law  (law@snake.cs.utah.edu)
32065
32066         * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
32067         performing an inferior call with watchpoints enabled.
32068         * gdb.base/watchpoint.c (main): Delete second unnecessary read
32069         call.
32070
32071 Tue Jan 10 18:42:07 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
32072
32073         * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
32074         of "file" command.
32075
32076         * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
32077         Add additional pattern for when "int operator int(void);" appears
32078         in a different order.
32079
32080 Mon Jan  9 16:22:46 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
32081
32082         * gdb.base/signals.exp: Call gdb_exit and gdb_start.
32083
32084         * gdb.base/help.exp: Replace most of docstrings for "info signals"
32085         and "signal" with ".*".
32086
32087 Wed Jan  4 11:35:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
32088
32089         * TODO: Add note about "handle all nostop".
32090
32091         * gdb.base/{sigall.c, sigall.exp}: New test.
32092         * gdb.base/Makefile.in: Add it.
32093
32094 Thu Jan  5 17:34:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
32095
32096         * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
32097         when invoking GDB, suppresses any windowing interface.
32098
32099 Mon Jan  2 17:40:21 1995  Stan Shebs  <shebs@andros.cygnus.com>
32100
32101         * config/sim-gdb: New file, simulator testing support.
32102
32103 Wed Dec 28 12:21:50 1994  Jeff Law  (law@snake.cs.utah.edu)
32104
32105         * gdb.base/interrupt.exp: Test calling func1 twice.
32106
32107 Wed Dec 21 12:51:37 1994  Jim Kingdon  <kingdon@deneb.cygnus.com>
32108
32109         * gdb.base/list.exp (test_forward_search): Set timeout higher
32110         when we'll be getting lots of output from gdb.
32111
32112         * gdb.base/a1-selftest.exp: Move code that was inside expect -re
32113         "init_malloc" to after the expect statement.  Run it if that
32114         regexp is taken, but also for two others which happen if source
32115         cannot be found.
32116
32117 Tue Dec 20 12:35:21 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32118
32119         * gdb.base/printcmds.exp: New test, for printing register before
32120         program is running.
32121
32122 Mon Dec 19 00:32:55 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32123
32124         * gdb.base/list.exp:  Correct some alternate expect patterns
32125         to reflect changes in list1.c.
32126
32127 Sat Dec 17 14:20:03 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32128
32129         * TODO: Add item regarding large frames.
32130
32131         * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
32132
32133         * TODO: Remove item about enabling return.exp; it
32134         is enabled.  Suggest a few more "return" tests.
32135
32136 Sat Dec 17 02:33:37 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32137
32138         * gdb.c++/misc.cc, gdb.c++/inherit.exp:  Add testcases for
32139         anonymous unions.
32140
32141 Tue Dec 13 11:26:00 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32142
32143         * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
32144         and pr-5646.o, so "make" is the same as "make all", not "make
32145         pr-4975.o".
32146
32147 Wed Dec  7 19:02:02 1994  Stan Shebs  <shebs@andros.cygnus.com>
32148
32149         * gdb.base/list.exp: Adjust expectations to reflect changes in
32150         list1.c.
32151         (test_forward_search): New test proc.
32152         * gdb.base/list1.c (long_line): New function, has long source line.
32153
32154 Thu Dec  1 23:14:49 1994  Stan Shebs  <shebs@andros.cygnus.com>
32155
32156         * gdb.base/a1-selftest.exp: Change initial stepping to know about
32157         additional line of code that was added.
32158
32159 Wed Nov 30 19:43:14 1994  Jeff Law  (law@snake.cs.utah.edu)
32160
32161         * gdb.disasm/hppa.s: Break the large branching tests into smaller
32162         tests so as not to overflow expect's input buffers.
32163         * gdb.disasm/hppa.exp: Corresponding changes.
32164
32165 Fri Nov 25 13:37:10 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32166
32167         Beginnings of template debugging tests.
32168         * gdb.c++/templ-info.cc:  New file to test for template
32169         debugging capability of the compiler.
32170         * gdb.c++/Makefile.in:  Add rule to build templ-info.exp from
32171         templ-info.cc.
32172         * gdb.c++/templates.cc:  Add explicit template instantiations
32173         to enable compiling with -fno-implicit-templates. Add destructor
32174         and 'value' method to T5 class for template tests.
32175         * gdb.c++/templates.exp:  Add testcases for printing of template
32176         types, setting breakpoints on template methods and calling a
32177         template method.
32178
32179 Sat Nov  5 00:20:17 1994  Jeff Law  (law@snake.cs.utah.edu)
32180
32181         * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
32182         branch target since some assemblers (gas-2.5)  may emit a
32183         relocation for the branch instead of resolving it in the
32184         assembler.
32185
32186 Sat Oct 29 02:40:40 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32187
32188         * gdb.base/a1-selftest.exp:  Remove RS/6000 xfail for backtrace
32189         through signal handler.
32190
32191 Fri Oct 21 11:10:16 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
32192
32193         * configure.in (*-*-netware): Use config/mt-netware.
32194
32195         * config/mt-netware: New file.
32196         * config/mt-i386-netware: Removed, separate configs for different
32197           netware architectures are no longer needed now that we have
32198           --with-headers.
32199
32200 Sat Oct 15 03:43:00 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32201
32202         * gdb.base/exprs.exp:  Remove xfail for alpha, it is fixed
32203         by the recent changes to use ANSI C arithmetic conversions.
32204
32205 Sun Oct  9 07:44:06 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32206
32207         * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
32208         bug involving using inferior_pid to figure out whether to select a
32209         frame.
32210
32211 Wed Sep 28 23:12:02 1994  Jeff Law  (law@snake.cs.utah.edu)
32212
32213         * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
32214         match the current disassembler output.
32215
32216 Fri Sep 16 11:42:41 1994  Stan Shebs  (shebs@andros.cygnus.com)
32217
32218         * gdb.fortran/exprs.exp: Expect VOID instead of void.
32219         * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
32220         types, expect "int" as type of integer values (for now).
32221
32222 Wed Sep  7 23:33:51 1994  Jeff Law  (law@snake.cs.utah.edu)
32223
32224         * gdb.base/commands.exp: New tests for if/while commands.
32225
32226 Tue Sep  6 13:16:11 1994  Per Bothner  (bothner@kalessin.cygnus.com)
32227
32228         * lib/gdb.exp (runto):  Replace sub-pattern for hex value
32229         by .*, since hex values have different syntax in Chill mode.
32230
32231 Tue Sep  6 02:15:51 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32232
32233         * gdb.c++/demangle.exp (test_arm_style_demangling):  Remove
32234         linefeed from expect pattern for repeated types with indices > 9.
32235
32236 Mon Aug 29 14:20:44 1994  Stan Shebs  (shebs@andros.cygnus.com)
32237
32238         First part of Fortran test suite.
32239         * gdb.fortran: New directory.
32240         * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
32241
32242 Sat Aug 27 23:32:43 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32243
32244         * gdb.base/default.exp:  Update expect pattern for load command
32245         without arguments.
32246
32247 Wed Aug 24 13:15:02 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
32248
32249         * configure.in: Change i386 to i[345]86.
32250         * gdb.base/configure.in: Likewise.
32251         * gdb.c++/configure.in: Likewise.
32252         * gdb.chill/configure.in: Likewise.
32253
32254 Tue Aug 23 19:14:06 1994  Stan Shebs  (shebs@andros.cygnus.com)
32255
32256         * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
32257         patterns, since that is not a valid context for comments.
32258
32259 Fri Aug 19 15:07:30 1994  Kung Hsu  (kung@mexican.cygnus.com)
32260
32261         * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
32262         repeated types and repeated types with indices > 9.
32263
32264 Tue Aug 16 15:57:52 1994  Stan Shebs  (shebs@andros.cygnus.com)
32265
32266         * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
32267         2417; old bug has been fixed.
32268
32269 Fri Aug 12 19:35:41 1994  Jeff Law  (law@snake.cs.utah.edu)
32270
32271         * gdb.base/interrupt.exp: When trying to wake up the inferior,
32272         send the newline ourselves instead of assuming gdb_test will do
32273         so when passed an empty input string.
32274
32275         * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
32276         stabs testcode.
32277
32278 Fri Aug  5 17:01:07 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
32279
32280         * lib/gdb.exp (gdb_test): Don't send anything if the first
32281           argument is an empty string.  This makes cases where we want to
32282           match output that is already in expect's buffers (for example,
32283           matching a breakpoint after gdb_run_cmd has been called) work
32284           reliably.
32285
32286 Tue Aug  2 10:24:08 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
32287
32288         * config/netware.exp: New file.
32289
32290 Thu Jul 28 12:54:07 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
32291
32292         * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
32293           the -B and -L prefixes so we can find the debugging stub.
32294
32295         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
32296           there and we are using the gcc from the tree.
32297
32298         * gdb.base/types.c: Removed.
32299
32300         * gdb.base/configure.in: Look for makefile fragments in ../config.
32301           Recognize i386-*-netware.
32302         * gdb.c++/configure.in: Likewise.
32303
32304 Mon Jul 25 23:48:50 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32305
32306         * gdb.base/corefile.exp:  Change `else if' to `elseif', which is
32307         the correct TCL syntax.
32308
32309 Mon Jul 25 15:35:56 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
32310
32311         * gdb.base/opaque.exp: use runto instead of messing around with
32312           breakpoints.  Simplify by using gdb_test.
32313
32314         * gdb.base/bitfields.exp: restart between tests on netware targets
32315           because breakpoints aren't relocated after target death.  Run
32316           processes to completion.
32317
32318         * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
32319
32320 Sun Jul 24 09:55:51 1994  Fred Fish  (fnf@cygnus.com)
32321
32322         * Makefile.in:  Remove extra tabs that confuse some versions
32323         of "make".  Use the newly built gdb to test with by default,
32324         rather than the first one in the tester's search path.
32325
32326 Sat Jul 23 15:05:47 1994  Stan Shebs  (shebs@andros.cygnus.com)
32327
32328         * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
32329
32330         * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
32331         condition help.
32332
32333 Tue Jul 19 10:26:32 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
32334
32335         * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
32336
32337         * lib/gdb.exp (gdb_run_cmd): New function, used to start program
32338           running.
32339         * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
32340         * gdb.base/funcargs.exp: Likewise.
32341
32342         * gdb.base/bitfields.exp: Simplify by using gdb_test.
32343         * gdb.base/funcargs.exp: Likewise.
32344
32345         * lib/gdb.exp (gdb_test): if match times out, don't call fail if
32346           message is "".
32347
32348 Mon Jul 18 12:18:07 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
32349
32350         * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
32351           return,signals,twice}.exp: Handle non-existant binaries
32352           consistantly.
32353
32354         * gdb.base/corefile.exp: Execute coremaker to generate core dump.
32355         * gdb.base/Makefile.in: Don't try to generate a core dump, we
32356           might testing a cross development system.
32357
32358 Thu Jul 14 18:13:56 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
32359
32360         * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
32361           runtest script is relative to ${srcdir}, not ${rootdir}.
32362
32363 Thu Jul 14 14:56:59 1994  Stan Shebs  (shebs@andros.cygnus.com)
32364
32365         * gdb.base/signals.exp: Allow for optionality of breakpoint
32366         address.
32367
32368 Thu Jul 14 11:21:27 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32369
32370         * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
32371
32372 Tue Jul 12 12:22:32 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
32373
32374         * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
32375           for size_t definition.
32376         * gdb.c++/templates.cc: Likewise
32377
32378         * config/mt-i386-netware: New file.
32379
32380         * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
32381           defined.
32382
32383         * gdb.base/Makefile.in: Added support for systems that name core
32384           files by appending "core" to the program name.
32385         * gdb.base/a1-selftest.exp: Likewise.
32386
32387 Mon Jul 11 23:59:18 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32388
32389         * gdb.base/return.exp:  Add comment and message for `return double'
32390         test failure on Sparc Solaris.
32391
32392 Mon Jul  4 12:10:48 1994  Stan Shebs  (shebs@andros.cygnus.com)
32393
32394         * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
32395
32396 Wed Jun 29 00:26:17 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32397
32398         * gdb.c++/misc.cc:  Instantiate classes to inhibit the compiler
32399         from optimizing them away.
32400         * gdb.c++/classes.exp, gdb.c++/inherit.exp:  Update ptype expect
32401         patterns to include default constructors and assignment operators,
32402         to match gcc versions beyond 2.5.8. Accept any cplus demangling
32403         character in the output of the virtual base pointer.
32404
32405 Fri Jun 24 08:15:42 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32406
32407         * gdb.c++/cplusfuncs.exp:  Use string_to_regexp and a regular
32408         expression match in print_addr_of to avoid unintented matches.
32409         * gdb.c++/virtfunc.exp:  Accept alternate ptype output of g++
32410         versions up to 2.5.8.
32411
32412 Mon Jun 20 23:54:37 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32413
32414         * gdb.base/list.exp:  Tweak alternate pattern for listing of an
32415         included file to run under newer versions of expect.
32416         * gdb.c++/demangle.exp:  Add spaces to the expect patterns between
32417         consecutive >'s in templates to accomodate recent cplus-dem.c change.
32418         Remove xfail for the virtual table of BDDHookV.
32419
32420 Sat Jun 18 12:51:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
32421
32422         * lib/gdb.exp (string_to_regexp): Set a default result.
32423         (default_gdb_start): Fix misleading message.
32424
32425 Wed Jun 15 12:10:10 1994  Stan Shebs  (shebs@andros.cygnus.com)
32426
32427         * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
32428         Remove all CC, etc definitions.
32429         * config/mt-hpux: New file.
32430         * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
32431         (CFLAGS, LDFLAGS): Define.
32432         * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
32433
32434         * Makefile.in (site.exp): Don't insert host_os, etc.
32435         (just-check): Just use RUNTEST with RUNTESTFLAGS only.
32436         (distclean): Check existence of subdir.
32437         * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
32438         * gdb.base/Makefile.in: General cleanup and simplification.
32439         Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
32440         to build executables.   Use default rule to build .o files.
32441         (EXPECT, RUNTEST, CC): Fix relative pathname.
32442         (site.exp): Don't insert host_os, etc.
32443         * gdb.base/signals.c (main): Don't call signal unless SIGALRM
32444         and/or SIGUSR1 defined.
32445         * gdb.base/watchpoint.c: Don't include stdio.h a second time.
32446         * gdb.c++/Makefile.in: General cleanup and simplification.
32447         Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
32448         (CFLAGS): Remove.
32449         (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
32450
32451 Fri Jun 10 10:55:09 1994  Jeff Law  (law@snake.cs.utah.edu)
32452
32453         * gdb.base/recurse.exp: Misc changes to get tests running again
32454         after Kung's changes to the watchpoint code.
32455         * gdb.base/watchpoint.exp: Likewise.
32456
32457 Thu Jun  9 15:16:55 1994  Per Bothner  (bothner@kalessin.cygnus.com)
32458
32459         * lib/gdb.exp (string_to_regexp):  Convert {\} also.
32460
32461 Wed Jun  8 12:12:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
32462
32463         * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
32464         * lib/gdb.exp (default_gdb_start): Define.
32465         * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
32466         gdb.base/funcargs.exp, gdb.base/opaque.exp,
32467         gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
32468         gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
32469         gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
32470         Don't call gdb_target_udi in between tests.
32471
32472 Tue Jun  7 08:30:15 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32473
32474         * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
32475         (which was basically just a local version of the same thing).  In
32476         addition to avoiding duplication, gdb_test_exact is faster.
32477         * lib/gdb.exp (gdb_test_exact): Fix typo.
32478
32479         * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
32480         don't give an error.
32481
32482         * gdb.base/term.exp: Call delete_breakpoints before starting.
32483
32484         * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
32485         (t10): Add comment.
32486
32487 Mon Jun  6 18:26:50 1994  Stan Shebs  (shebs@andros.cygnus.com)
32488
32489         Reorganization of the GDB Test Suite.
32490
32491         * gdb.base: New directory, contains all the basic tests.
32492         * gdb.c++: New directory, tests specific to C++.
32493         * gdb.chill: New directory, tests specific to Chill.
32494         * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
32495         gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
32496         gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
32497         gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
32498         into appropriate new directories (t00-t17 to base, t20-t23 to c++,
32499         t30-31 to chill).
32500         * */gdbme.*: Rename to match appropriate expect scripts.
32501         * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
32502         gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
32503         gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
32504         gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
32505         gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
32506         gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
32507         gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
32508         gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
32509         gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
32510         gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
32511         * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
32512         gdb.c++/virtfunc.cc: New names of C++ files.
32513         * gdb.chill/chillvars.ch: New name of Chill file.
32514         * gdb.base/configure.in, gdb.c++/configure.in,
32515         gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
32516         * gdb.base/Makefile.in, gdb.c++/Makefile.in,
32517         gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
32518         * configure.in (configdirs): Update to reflect directory changes.
32519         (target_abbrev): No longer define for any configuration.
32520         * Makefile.in: Cosmetic improvements to header comments.
32521
32522 Fri Jun  3 18:56:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
32523
32524         Various changes to gdb.t31:
32525
32526         * Makefile.in (gdbme.o):  Compile with -fspecial_UC.
32527         * gdbme.ch:  Make all key-words and predefineds be upper-case.
32528         * chillvars.exp:  Expect key-words and predefinds in upper-case.
32529
32530         * chillvars.exp:  Use gdb_test_exact many places.
32531         Change expected output for arrays (which now includes index labels).
32532
32533         * pr-5020.exp, gdme.ch (module PR_5020):
32534         New test, for PR-5020.
32535
32536 Thu Jun  2 16:02:41 1994  Per Bothner  (bothner@kalessin.cygnus.com)
32537
32538         * lib/gdb.exp (string_to_regexp, gdb_test_exact):  New procedures.
32539         * Makefile.in (CHILL_LIB):  Remove bogus redundant definitions.
32540
32541 Sun May 29 22:31:42 1994  Per Bothner  (bothner@kalessin.cygnus.com)
32542
32543         * Makefile.in:  Fix bit-rot in definitions of CHILL,
32544         CHILL_FOR_TARGET and Chill_LIB.
32545         * gdb.t31/gdbme.ch:  Fix syntax of nested array tuples.
32546         * gdb.t31/Makefile.in:  Add definitions for CHILLFLAGS,
32547         CHILL, and CHILL_LIB.
32548
32549 Sat May 21 10:05:08 1994  Bill Cox  (bill@rtl.cygnus.com)
32550
32551         * Revert the previous changes.  Please see Rob's directory
32552           /lisa/test/rob/progressive/gdb/testsuite for these fixes.
32553
32554 Thu May 19 12:51:00 1994  Bill Cox  (bill@rtl.cygnus.com)
32555
32556         * Makefile.in, configure.in, config/mips-gdb.exp,
32557           config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
32558           config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
32559           config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
32560           gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
32561           gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
32562           gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
32563           gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
32564           gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
32565           gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
32566           gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
32567           gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
32568           gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
32569           gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
32570           gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
32571           gdb.t24/demangle.exp, lib/gdb.exp:  Check in Rob's testing
32572           changes from 94Q1.
32573
32574 Wed May 18 17:04:03 1994  Bill Cox  (bill@rtl.cygnus.com),
32575
32576         * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
32577           config/mt-slite, config/mt-unix, config/mt-vxworks: Add
32578           Rob's new testing fragments.
32579
32580 Tue May 17 15:04:14 1994  Bill Cox  (bill@rtl.cygnus.com)
32581
32582         * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
32583           lib/gdb.exp: Replace error proc calls with perror.
32584
32585 Mon May 16 19:00:50 1994  Stan Shebs  (shebs@andros.cygnus.com)
32586
32587         * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
32588         version also, match on casted version strings, and match on
32589         gdb startup case where the line numbers might be messed up.
32590
32591 Fri May 13 18:00:27 1994  Bill Cox  (bill@rtl.cygnus.com)
32592
32593         * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
32594           (CFLAGS): Delete it from here.
32595
32596 Tue May  3 16:08:09 1994  Kung Hsu  (kung@mexican.cygnus.com)
32597
32598         * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
32599
32600 Fri Apr 29 14:26:35 1994  Stan Shebs  (shebs@andros.cygnus.com)
32601
32602         * Makefile.in (RUNTEST): Default to just "runtest".
32603
32604 Tue Apr 26 22:21:40 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
32605
32606         * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
32607         * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
32608         the code has been restructured.
32609
32610 Thu Apr 21 12:48:07 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32611
32612         * gdb.t00/default.exp (set write): Allow any number of \r and/or
32613         \n, not just one of each.
32614
32615         * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
32616         /bin/cc gives a warning if you do.
32617
32618 Thu Apr 21 11:54:04 1994  Kung Hsu  (kung@mexican.cygnus.com)
32619
32620         * gdb.t24/demangle.exp: change expect pattern of
32621         __t10ListS_link1ZUiRCUiPT0
32622
32623 Wed Apr 13 15:05:00 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
32624
32625         * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
32626         on local variables in recursive functions.
32627
32628         * gdb.t07/Makefile.in: Build the new test.
32629
32630 Tue Apr 12 20:45:25 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
32631
32632         * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
32633         directly.  Instead compare the return values from actual calls.
32634
32635 Mon Apr 11 10:31:00 1994  Bill Cox  (bill@rtl.cygnus.com)
32636
32637         * Makefile.in (check): Set TCL_LIBRARY for runtest.
32638
32639 Mon Apr 11 09:15:30 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
32640
32641         * From Peter Schauer with minor modifications.
32642         * gdb.t15/return.exp (return_tests): Handle targets where "return"
32643         stops in mid-line in the caller.  Add xfail for returning a float
32644         value on X86 targets.
32645
32646 Tue Apr  5 15:16:33 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
32647
32648         * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
32649         to avoid expect lossage.
32650         (fmem_LRbug_tests): Likewise.
32651         * gdb.disasm/hppa.s: Corresponding changes.
32652
32653         * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
32654         conditions to work with latest dejagnu/expect.
32655
32656         * gdb.t15/funcargs.exp (finish from indirect call): No longer
32657         expected to fail on the PA.
32658         (backtrace in call with trampolines): Explicitly require main
32659         to be frame #1 (no trampolines should show up in backtrace).
32660
32661         * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
32662         "continue -expect".
32663         * gdb.t06/break.exp: Likewise.
32664         * gdb.t07/watchpoint.exp: Likewise.
32665         * gdb.t13/bitfields.exp: Likewise.
32666         * gdb.t15/{funcargs,return}.exp: Likewise.
32667         * gdb.stabs/weird.exp: Likewise.
32668         * config/{mips,udi}-gdb.exp: Likewise.
32669
32670         * hppa.sed: Enclose comments within a sed command to avoid
32671         losing with the old OSF1 sed.
32672
32673 Wed Mar 30 00:31:49 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32674
32675         * gdb.t02/whatis.exp, gdb.t08/opaque.exp:  Add XFAILs for
32676         sequent dynix.
32677         * gdb.t06/signals.exp:  Add clear_xfail for sequent dynix.
32678         * gdb.t15/funcargs.exp:  Conditionally step again to really
32679         finish from marker_call_with_trampolines. Handle the case where
32680         the first step from within call_with_trampolines already steps
32681         us back to main.
32682         * gdb.t15/gdbme.c:  Add comment to closing brace of
32683         call_with_trampolines for funcargs.exp.
32684
32685 Tue Mar 29 23:55:27 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
32686
32687         * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
32688         Fix typo(s).
32689
32690 Sun Mar 27 16:53:14 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
32691
32692         * gdb.t07/gdbme.c: More code for watchpoint testing.
32693
32694         * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
32695         "Hardware watchpoint" throughout file.
32696         (test_watchpoint_triggered_in_syscall): New test.
32697         (test_complex_watchpoint): New test.
32698
32699 Fri Mar 25 17:05:31 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
32700
32701         * gdbme.c (call_with_trampolines): New function to try and step
32702         into.  Tests trampoline problems on the PA.
32703
32704         * funcargs.exp (localvars_in_indirect_call): No longer expect
32705         stepping into indirect call to fail on PAs.
32706         (test_stepping_over_trampolines): New test.
32707
32708 Wed Mar 23 07:43:33 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32709
32710         * TODO: Add suggestions for static member function tests, and
32711         completion tests.
32712
32713 Wed Mar 16 08:28:28 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32714
32715         * TODO: Add suggestions for "p/a" tests.
32716
32717         * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
32718         (default_gdb_exit): Replace all the hair with sending "quit" to
32719         the process with a simple close.
32720
32721 Tue Mar 15 08:45:50 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32722
32723         * TODO: Add suggestions for shared library tests.
32724
32725 Sun Mar 13 10:45:22 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32726
32727         * TODO: Add suggestions for x/s tests.
32728
32729 Fri Mar 11 08:22:00 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32730
32731         * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
32732         "enable once", and "enable breakpoints once" with ".*".
32733
32734 Thu Mar 10 08:34:27 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32735
32736         * TODO: Add suggestions about structure passing tests.
32737
32738 Mon Mar  7 13:45:54 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32739
32740         * gdb.t03/gdbme.c:  gcc version 1 puts out the wrong stabs for
32741         the primary1 test, use work around if __GNUC__ < 2.
32742         * gdb.t06/signals.c:  Add comments for signals.exp pattern matching.
32743         * gdb.t06/signals.exp:  Add XFAILs for i386 bsd and vax ultrix.
32744         Test for bad output rather than waiting for timeout.  Issue
32745         second continue only if first continue failed.
32746
32747 Wed Mar  2 10:08:01 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
32748
32749         * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
32750         operator[] test with gdb_test because the old code didn't seem to
32751         be getting the quoting right with the new dejagnu.
32752
32753 Thu Feb 24 19:49:25 1994  Rob Savoye  (rob@poseidon.cygnus.com)
32754
32755         * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
32756         one from the path.
32757         * Makefile.in: Use a fresh expect if there is one, use runtest
32758         from the src tree if there is one.
32759
32760 Thu Feb 24 18:49:37 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
32761
32762         * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
32763         next over recursive call.  Revise the tests from that point on
32764         (which had been skipped) to match GDB's actual (correct) output.
32765
32766         * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
32767         with next over a breakpoint whose condition is false.
32768
32769         * gdb.t00/help.exp: Comment out "help set print" tests just like
32770         (and for same reason as) "help set" test.
32771
32772 Mon Feb 14 09:58:23 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
32773
32774         * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
32775         * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
32776
32777 Sun Feb  6 15:36:13 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32778
32779         * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
32780         necessary gdb_target_udi.
32781
32782         * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
32783
32784         * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
32785         1838 and 2417; they are fixed.
32786
32787         * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
32788         gdb.t03/ptype.exp (ptype structure, ptype union):
32789         Remove xfails; the test is looser than when the xfails were added.
32790
32791         * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
32792         * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
32793
32794         * gdb.t01/run.exp: Only run shell test if isnative.
32795
32796         * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
32797         since "run" automatically loads if necessary.  Call gdb_target_udi
32798         after the "file" since "file" kills any execution target.
32799
32800         * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
32801         GDB.  GDB doesn't work that way (not anymore at least) on UDI.
32802         * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
32803         argument for UDI.
32804
32805 Fri Feb  4 12:19:32 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
32806
32807         * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
32808
32809         * gdb.t17/callfuncs.exp: Add xfails for rs6000.
32810
32811 Sat Feb  5 09:11:56 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32812
32813         * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
32814         properly quoting regexps.  This makes the second argument to
32815         demangle a fixed string, which matches the callers, instead of a
32816         shell-style pattern which is what the previous implementation
32817         used.  Update some of the callers.
32818
32819 Sat Feb  5 10:19:09 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
32820
32821         * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
32822         (comib_nullified_tests): Fix typo.
32823         * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
32824         strings.  No longer expected to fail.
32825
32826         * gdb.disasm/hppa.s (addib_tests): Fix typo.
32827         * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
32828         strings.  No longer expected to fail.
32829
32830         * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
32831         string.  No longer expected to fail.
32832
32833 Fri Feb  4 23:45:11 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
32834
32835         * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
32836         No longer expected to fail.
32837
32838         * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
32839         string.  No longer expected to fail.
32840
32841 Fri Feb  4 10:35:42 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32842
32843         * gdb.t24/demangle.exp: Remove a bunch more tests which differ
32844         only in the names (I probably got most of them).  I was even
32845         generous with some which differed in underscores in names, and
32846         probably missed a few, and I *still* was able to remove almost a
32847         third of the file with almost no impact on testsuite coverage.
32848
32849 Thu Feb  3 12:04:49 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32850
32851         * gdb.t00/default.exp: Match udi_attach error message as well as
32852         the one from child_attach.
32853
32854         * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
32855
32856         * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
32857
32858         * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
32859         * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
32860
32861         * Move test with enums and partial symbols back to
32862         gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
32863         Reverts the change of 26 May 93.  Per today's change to
32864         stabs.texinfo, the behavior that weird.exp was expecting was
32865         unreasonable; what is important is that the compiler+gdb get
32866         things right, which happens with a recent gcc.  Also fix the test
32867         to deal with native compilers which put out the stab gdb can't
32868         deal with.
32869
32870 Mon Jan 31 15:40:11 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32871
32872         * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
32873         in the names.  The main thing these accomplish is to slow things down.
32874         Many more such duplicates surely remain.
32875
32876         * gdb.t00/help.exp: Comment out "help support" test just like
32877         (and for same reason as) "help set" test.
32878
32879 Mon Jan 31 06:43:45 1994  Fred Fish  (fnf@cygnus.com)
32880
32881         * gdb.t06/break.exp:  Remove setup_xfails for
32882         sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
32883         * gdb.t20/inherit.exp (test_ptype_si):  Update warning message
32884         about known bug in gcc to include up through 2.5.8.
32885         * gdb.t20/inherit.exp (test_ptype_vi):  Accept "_vb." as well as
32886         well as "_vb$".
32887         * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
32888         Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
32889         with latest gcc and gdb.
32890         * gdb.t22/virtfunc.exp (test_ptype_of_classes):  Accept "_vb." as
32891         well as "_vb$".
32892
32893 Sat Jan 29 23:31:26 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
32894
32895         * configure.in (hppa*-*-*): Also configure and build stabs-only
32896         tests.
32897
32898 Thu Jan 27 08:21:16 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
32899
32900         * gdb.t10/hppa.mt: A makefile fragment for the PA.
32901         * gdb.t10/configure.in (hppa*-*-*): Use it.
32902
32903 Tue Jan 25 12:58:26 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32904
32905         * gdb.t09/corefile:  Increase timeout when spawning gdb explicitly.
32906
32907 Wed Jan 19 12:40:25 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32908
32909         * gdb.t06/signals.exp:  Handle blocked SIGTRAP on sun3 for bash
32910         versions prior to 1.13.5.
32911
32912 Tue Jan 18 20:10:50 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32913
32914         * gdb.t00/default.exp (show prompt): In FAIL case, only match if
32915         the prompt is at the start of a line.
32916
32917 Mon Jan 17 20:07:51 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
32918
32919         * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
32920         Enable "diag" instruction.  Delete copr from fpu_misc_tests, it's
32921         in the copr tests now.
32922         * gdb.disasm/hppa.exp: Run new sfu and copr tests.  Do not expect
32923         copr in the fpu_misc tests anymore.  fpu_misc tests are no longer
32924         expected to fail.
32925
32926 Fri Jan 14 14:24:21 1994  Rob Savoye  (rob@darkstar.cygnus.com)
32927
32928         * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
32929         gdb.t31/chillvars.exp, lib/gdb.exp:
32930         Tweak to run under either version of expect.
32931         * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
32932         * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
32933         * gdb.t11/list.exp: Remove extraneous whitespace.
32934
32935 Sat Jan 15 09:57:22 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32936
32937         * gdb.t16/printcmds.exp (test_print_strings): Accept
32938         "(unsigned char *) " before the string.
32939
32940         * TODO: Add notes about printing of fancy types and GDB expressions.
32941
32942 Thu Jan 13 17:16:09 1994  Stan Shebs  (shebs@andros.cygnus.com)
32943
32944         * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
32945         * gdb.t06/configure.in: Don't try to compile signals test program
32946         if doing mips-idt-ecoff.
32947
32948 Thu Jan 13 08:25:55 1994  Rob Savoye  (rob@darkstar.cygnus.com)
32949
32950         * Most .exp files: Tweak to run under either version of expect.
32951
32952 Tue Jan 11 15:21:13 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32953
32954         * gdb.t12/scope.exp: Add xfails for rs6000.  Remove 1806 from existing
32955         xfails; I'm not sure why they are failing, but not because of PR 1806.
32956
32957 Mon Jan 10 22:14:20 1994  Rob Savoye  (rob@darkstar.cygnus.com)
32958
32959         * config/unix-gdb.exp: Remove gdb_unload cause it's already
32960         defined in lib/gdb.exp.
32961
32962 Fri Jan  7 12:42:45 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32963
32964         * gdb.t07/watchpoint.exp:  Clear xfail for calling function with
32965         watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
32966         * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc:  Conversion operator functions
32967         have to be typeless.
32968
32969 Tue Jan  4 09:32:22 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32970
32971         * TODO: Add suggestion for copyright year test.
32972
32973 Mon Jan  3 11:35:26 1994  Stan Shebs  (shebs@andros.cygnus.com)
32974
32975         * configure.in (*-*-lynxos*): Add stabs tests.
32976
32977 Wed Dec  1 21:54:05 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
32978
32979         * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
32980         so insert a tab before any assembler directive in column zero.
32981
32982         * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
32983         stores.
32984         * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
32985         stores.
32986         (fpu_short_memory_tests): Likewise.
32987
32988 Mon Nov 22 13:23:22 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32989
32990         * gdb.stabs/ecoff.mt:  Delete alpha specific if block, fix typo.
32991         * gdb.stabs/ecoff.sed:  Escape inserted blanks with backslashes, embed
32992         .stabs directives in comments.
32993
32994 Fri Nov 19 14:09:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
32995
32996         * TODO: New file, describing tests we could write.
32997         * gdb.t09/corefile.exp: Move description of tests to write to TODO.
32998
32999 Tue Nov 16 21:07:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33000
33001         * gdb.t06/signals.exp: Add kludge to force re-sync.
33002
33003         * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
33004         to xgdb instead of gdb, get out of gdb.
33005
33006 Tue Nov 16 10:21:57 1993  Rob Savoye  (rob@cygnus.com)
33007
33008         * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
33009         for info.
33010
33011 Sat Nov 13 23:17:48 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
33012
33013         * gdb.stabs/hppa.mt: A makefile fragment for the PA.
33014         * gdb.stabs/configure.in (hppa*-*-*): Use it.
33015         * gdb.stabs/hppa.sed: New sed script for the PA.
33016
33017 Sat Nov 13 22:50:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33018
33019         * gdb.stabs: Re-write weird.def and configuration to use sed
33020         instead of cpp.  sed is portable and POSIX; cpp is neither.
33021
33022 Fri Nov 12 15:26:36 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33023
33024         * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
33025
33026 Mon Nov  8 16:55:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33027
33028         * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
33029
33030 Thu Nov  4 23:07:59 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33031
33032         * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
33033         "_vb$".
33034         * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
33035         * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
33036
33037 Wed Nov  3 13:53:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33038
33039         * lib/gdb.exp: Comment out code which depends on non-existent
33040         `transform' procedure.
33041
33042 Wed Nov  3 11:23:11 1993  Rob Savoye  (rob@darkstar.cygnus.com)
33043
33044         * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
33045         * lib/gdb.exp: Transform tool name.
33046         * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
33047         1.1's new error handling system.
33048
33049 Mon Nov  1 10:36:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33050
33051         * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
33052
33053 Fri Oct 29 17:58:14 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33054
33055         * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
33056         They made pattern matching so slow that timeouts happened on
33057         heavily loaded systems.  Now any output from "show print" which
33058         gets us back to the GDB prompt is a PASS.
33059
33060 Mon Oct 25 14:36:50 1993  Stu Grossman  (grossman at cygnus.com)
33061
33062         * gdb.disasm/hppa.mt:  Use $(srcdir) in hppa.o make rule.
33063
33064 Mon Oct 25 13:35:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33065
33066         * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
33067
33068         * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
33069         It is not from PR 3220.
33070
33071 Sun Oct 24 18:49:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33072
33073         * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
33074         just started failing because they depended on the order the
33075         subcommands are presented, or exact docstring text.  This kind of
33076         test is a pain and has minimal benefit.
33077
33078 Thu Oct 21 08:26:48 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33079
33080         * gdb.t09/corefile.exp: At end of test, use "core" command with
33081         no arguments.
33082
33083 Wed Oct 20 08:56:02 1993  Stu Grossman  (grossman at cygnus.com)
33084
33085         * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
33086         17}/Makefile.in:  Make it possible to run the testsuite with Sun
33087         make and CC = cross gcc by adding explicit build rules for .o
33088         files.
33089
33090 Tue Oct 19 14:57:38 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33091
33092         * gdb.t15/funcargs.exp: Don't put comments on same line as
33093         setup_xfail (@#$*%& tcl braindamage!).
33094
33095 Mon Oct 18 21:50:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33096
33097         * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
33098
33099 Fri Oct 15 15:39:54 1993  Kung Hsu  (kung@cirdan.cygnus.com)
33100
33101         * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
33102         * gdb.t20/inherit.exp: remove three dumplicate entries.
33103
33104 Fri Oct 15 13:45:25 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33105
33106         * gdb.t06/break.exp: For "next over recursive call", fail on any
33107         incorrect output, not just on "factorial (value=2)".
33108
33109 Fri Oct 15 11:52:56 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33110
33111         * gdb.t12/scope.exp:  Remove xfails, filename::var syntax should be
33112         working now. Add an xfail if accesing a bss variable causes
33113         a memory error if the target is not yet run.
33114
33115 Thu Oct 14 19:16:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33116
33117         * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
33118         constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
33119         name of __st* demangling (2 strings).  Did Kung really get the
33120         more than 95 others right without testing them?
33121
33122 Thu Oct 14 16:27:08 1993  Kung Hsu  (kung@cirdan.cygnus.com)
33123
33124         * gdb.t24/demangle.exp: clean up XFAILS, more than 100
33125
33126 Thu Oct 14 11:40:30 1993  Jeffrey Law  (law@cs.uah.edu)
33127
33128         * configure.in (configdirs): Add gdb.disasm
33129         * gdb.disasm: New directory for GDB disassembler tests.
33130         * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
33131
33132 Thu Oct 14 11:40:30 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33133
33134         * gdb.t00/help.exp: Don't test "help set".
33135
33136         * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
33137         from within expect statements.  None of these happen anymore and
33138         they cause regressions to be silently unnoticed.
33139
33140         * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
33141         messages) about known failures with gcc cygnus-2.4.5-930417.
33142
33143         * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
33144         comp-info.exp so it gets built if it doesn't exist.
33145
33146         * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
33147         it is no longer used.
33148         * gdb.t13/comp-info.c: Removed.
33149
33150 Wed Oct 13 22:54:06 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
33151
33152         * gdb.t06/signals.exp: Add xfail for sun3.
33153
33154 Thu Oct  7 12:01:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33155
33156         * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
33157         relevant because ^C doesn't get sent but failure can be reproduced
33158         interactively).
33159
33160 Tue Oct  5 10:43:11 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33161
33162         * gdb.stabs/alpha.mt:  New configuration file for alpha.
33163         * gdb.stabs/configure.in:  Use it.
33164         * gdb.stabs/ecoff.mt, weird-ecoff.sed:  Change sed script to enable
33165         sharing with alpha.mt, redefine long to word via preprocessor.
33166         * gdb.stabs/weird.def:  Conditionally adapt storage layout of v_comb
33167         for alpha.
33168         * gdb.stabs/weird.exp:  Handle compilation of weird.s by alpha
33169         native cc.
33170         * gdb.t00/teststrategy.exp:  Change expect string so that we
33171         consume the `(xgdb)' from the command echo and from the gdb prompt.
33172         * gdb.t05/expr.exp:  xfail "print unsigned int == (~0)" on the alpha.
33173         gdb currently compares all values as long, so this failure probably
33174         applies to any configuration where LONGEST is bigger than a target int.
33175         * gdb.t08/comp-info.c:  New file to determine if gdbme is compiled
33176         with gcc.
33177         * gdb.t08/Makefile.in, opaque.exp:  Use it. Alpha native cc is unable
33178         to handle opaque pointers, gcc is.
33179         * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc:  operator new takes a size_t
33180         as first argument. Include <sys/types.h> and change all operator
33181         new definitions to use size_t.
33182         * gdb.t21/cplusfuncs.exp:  Handle changes in output for operator new
33183         now that we use size_t.
33184
33185 Wed Sep 29 00:55:49 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33186
33187         * gdb.t03/ptype.exp, gdb.t15/printcmds.exp:  When constructing
33188         a long or float array cast all array members to the same type.
33189         * gdb.t04/setvar.exp:  Handle the decimal output of an unsigned long
33190         with 64 bit longs.
33191         * gdb.t07/watchpoint.exp:  Add finish and until variations encountered
33192         on alpha.
33193         * gdb.t08/opaque.exp, gdb.t17/interrupt.exp:  Add xfails for alpha.
33194
33195 Tue Sep 28 17:26:47 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33196
33197         * gdb.t24 (demangle.exp): Constructors of templates have names like
33198         vector<int>::vector(int) not vector<int>::vector<int>(int).  See
33199         section 14.6 of the ARM.
33200
33201         * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
33202         "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
33203         accomplish little and slow down the testsuite.
33204
33205         * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
33206         Accept spaces various places.
33207
33208 Tue Sep 21 17:28:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33209
33210         * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
33211         with watchpoint enabled.
33212
33213         * Makefile.in: Remove definition of CC and remove the second
33214         definition of CXX (the "CXX = gcc" one remains).  These definitions
33215         were causing backquotes to be expanded within backquotes, which
33216         doesn't work.
33217
33218 Sat Sep 18 09:43:21 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
33219
33220         * gdb.t17/callfuncs.exp: Add "return 0" to end.
33221
33222 Fri Sep 17 04:41:17 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33223
33224         * gdb.stabs/ecoff.mt:  Remove STABSCC hack.
33225         * gdb.stabs/weird.exp:  Handle the case where weird.o is compiled
33226         by mips cc and contains no stabs entries.
33227
33228 Thu Sep 16 17:22:12 1993  Rob Savoye  (rob@darkstar.cygnus.com)
33229
33230         * config/vx-gdb.exp: Use fake device to load files rather than
33231         NFS.
33232         * lib/gdb.exp: New proc to do "file" command.
33233         * config/unix-gdb.exp: Use new "file" proc.
33234
33235 Thu Sep 16 13:45:44 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
33236
33237         * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
33238         Rework board rebooting slightly.
33239         (gdb_exit): Don't exit from the remote shell; there isn't one.
33240         * gdb.stabs/weird.exp: If a program is being debugged already,
33241         kill it.
33242         * gdb.t04/setvar.exp: Stop and restart gdb.
33243         * gdb.t05/expr.exp: Likewise.
33244         * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
33245         restart gdb and reload the program.
33246         * gdb.t08/opaque.exp: Likewise.
33247         * gdb.t12/scope.exp: Likewise.
33248         * gdb.t13/bitfields.exp: Likewise.
33249         * gdb.t15/funcargs.exp: Likewise.
33250         * gdb.t20/classes.exp: Likewise.
33251         * gdb.t03/ptype.exp: Increase timeout.
33252         * gdb.t16/printcmds.exp (test_print_string_constants,
33253         test_print_array_constants): Likewise.
33254         * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
33255         * gdb.t20/classes.exp (do_tests): Likewise.
33256         * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
33257
33258 Wed Sep 15 14:24:36 1993  Ian Lance Taylor  (ian@cygnus.com)
33259
33260         * gdb.stabs: Renamed *wierd* to *weird*.
33261
33262 Wed Sep 15 10:36:50 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
33263
33264         * gdb.t13/bitfields.exp: Test for bad output rather than waiting
33265         for timeout.  Add "known gcc 2.4.5 bug" to failure message.
33266
33267 Tue Sep 14 17:16:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
33268
33269         * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
33270         (do_tests): Remove xfail for whatis on one_var and two_var.
33271
33272 Wed Sep  8 23:14:23 1993  Rob Savoye  (rob@darkstar.cygnus.com)
33273
33274         * Makefile.in: Made cross building work better by adding
33275         {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
33276
33277 Tue Sep  7 14:11:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33278
33279         * gdb.t15/{return.c,return.exp,Makefile.in}:
33280         New test, currently commented out.
33281
33282 Tue Aug 31 16:51:29 1993  Rob Savoye  (rob@darkstar.cygnus.com)
33283
33284         * config/udi-gdb.exp: gdb_exit now kills any isstip processes
33285         still running and removes the leftover named socket so GDb can do
33286         clean restarts.
33287
33288 Mon Aug 30 17:55:16 1993  Rob Savoye  (rob@darkstar.cygnus.com)
33289
33290         * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
33291         console, not GDB.
33292         * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
33293         cross testing works better with "make check"
33294         * config/unix-gdb: Use default procedures for exit and version.
33295         * config/vx-gdb.exp: Cleaned up and massaged back to working order
33296         with the newest VxWorks.
33297
33298 Thu Aug 26 17:50:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33299
33300         * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
33301         old form.
33302
33303         * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
33304         name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
33305
33306         * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
33307
33308         * config/unix-gdb.exp: Remove this version of gdb_exit
33309         * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
33310         Rob says he'll look at it when he gets back to testing boards.
33311
33312 Thu Aug 26 07:20:00 1993  Fred Fish  (fnf@deneb.cygnus.com)
33313
33314         * gdb.t22/virtfunc.exp:  Accept missing struct/class names as
33315         an expected fail for certain ptype commands.
33316
33317         * gdb.t20/classes.exp:  Update expected results of "ptype class
33318         Base1" to account for the constructor that now appears in the type.
33319
33320 Wed Aug 25 16:48:05 1993  Fred Fish  (fnf@deneb.cygnus.com)
33321
33322         * configure.in (configdirs):  Restore gdb.t04, which mysteriously
33323         disappeared from list.
33324         * config/{udi-gdb.exp, gdb-unix.exp}:  Replace calls to obsolete
33325         "alldone" proc with call to cleanup and exit.
33326         * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
33327         gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
33328         gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
33329         gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
33330         gdb.t12/scope.exp, gdb.t13/bitfields.exp}:  Replace calls to
33331         "alldone" proc with simple returns that suppress remaining
33332         tests.  The alldone proc went away many months ago.
33333
33334 Tue Aug 24 11:04:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33335
33336         * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
33337
33338         * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
33339
33340 Thu Aug 19 22:08:41 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33341
33342         * gdb.t15/funcargs.exp:  Allow arguments for main in backtraces
33343         as vax gdb will display them.
33344
33345 Thu Aug 19 18:18:59 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33346
33347         * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
33348         optimizers.
33349
33350         * scope.exp: Change "bad value for localval" messages so each one
33351         is unique.
33352
33353         * config/unix-gdb.exp (gdb_exit): Move info on this vs.
33354         lib/gdb.exp (gdb_exit) from ChangeLog to comments.
33355
33356         * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
33357
33358 Tue Aug 17 00:05:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33359
33360         * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
33361         doesn't exist (due to optimization).
33362
33363 Mon Aug 16 21:05:49 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33364
33365         * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
33366         contains \r because the filename is long.
33367
33368         * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
33369         'continue'" bug, and change xfail back to i*86-univel-sysv4*.
33370
33371 Mon Aug 16 03:05:17 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33372
33373         * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
33374         gdb.t08/opaque.exp, gdb.t17/interrupt.exp:  Update for vax running
33375         Ultrix.
33376         * gdb.t02/whatis.exp:  Use procedure to setup xfails on long versus
33377         int tests.
33378         * gdb.t08/opaque.exp:  Use procedure to setup xfails for opaque tests.
33379
33380 Thu Aug 12 15:24:28 1993  Fred Fish  (fnf@deneb.cygnus.com)
33381
33382         * Makefile.in (distclean):  Remove *.log *.plog *.sum *.psum site.*.
33383
33384         * gdb.t17/interrupt.exp:  Fix 'missing Continuing' case so pattern
33385         to match does not match the passing case but still matches the
33386         failing case.
33387
33388 Thu Aug 12 16:58:59 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33389
33390         * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
33391
33392 Wed Aug 11 19:47:27 1993  John Gilmore  (gnu@rtl.cygnus.com)
33393
33394         * lib/gdb.exp (gdb_exit):  Move the best version of gdb_exit
33395         to here.  Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
33396         * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
33397         Remove various versions of gdb_exit.
33398         * config/vx-gdb.exp:  Remove quit_vxgdb, change a caller to call
33399         gdb_exit.
33400         * config/unix-gdb.exp:  gdb_exit remains here, and should override
33401         the generic version, since it's doing a lot of wierd stuff that
33402         the other versions aren't.  FIXME, fold it in, or abandon this
33403         version.
33404
33405 Wed Aug 11 12:09:32 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33406
33407         * gdb.t24/demangle.exp: Add tests for PR 3220.
33408
33409 Tue Aug 10 15:49:35 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33410
33411         * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
33412
33413 Tue Aug 10 15:45:25 1993  Fred Fish  (fnf@deneb.cygnus.com)
33414
33415         * gdb.t07/watchpoint.exp:  Clear xfail with "i*86-*-*", not just
33416         "i386-*-*".  Works for i486 as well.
33417
33418         * gdb.t06/signals.exp:  Rework code that recognizes known SVR4
33419         bug, and expand domain of xfail to all SVR4 systems, since the
33420         actual problem is likely to be in generic SVR4 /proc support.
33421
33422 Tue Aug 10 15:49:35 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33423
33424         * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
33425
33426 Tue Aug 10 09:56:56 1993  Fred Fish  (fnf@deneb.cygnus.com)
33427
33428         * gdb.t17/interrupt.exp:  Set up xfail for *-*-sysv4*, in chain of
33429         xfails for other systems.  Match a missing 'Continuing.' as an
33430         explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
33431
33432         * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
33433         gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
33434         Only issue warning for missing executables if -all option is used.
33435
33436         * gdb.stabs/wierd.exp:  Only issue warning for missing wierd.o
33437         file if -all option is used.  It's like an unpredictable XFAIL.
33438
33439 Mon Aug  9 10:13:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33440
33441         * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
33442         for dynamically linked binaries.
33443
33444         * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
33445
33446 Sun Aug  8 14:21:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33447
33448         * gdb.t20/inherit.exp: Change message for "print tagless struct"
33449         to state that this is a known bug in old versions of g++.
33450
33451 Fri Aug  6 21:40:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33452
33453         * gdb.t17/interrupt.exp:  Add xfail for 386 bsd. Accept echoed newline
33454         while waiting for `Continuing'.
33455
33456 Fri Aug  6 13:38:08 1993  Fred Fish  (fnf@deneb.cygnus.com)
33457
33458         * gdb.t10/nodebug.exp:  Expect to find local/global minimal symbols
33459         in text, data, and bss.
33460         * gdb.t10/nodebug.c:  Add local and global test variables for
33461         initialized and uninitialized data.
33462
33463 Thu Aug  5 12:18:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33464
33465         * config/unix-gdb.exp (gdb_exit): Add "wait".
33466
33467 Thu Aug  5 18:14:06 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33468
33469         * gdb.t06/signals.exp:  xfail the continue from the handler for all
33470         targets.
33471
33472         * gdb.t07/watchpoint.exp:  clear_xfail for i386 when calling a
33473         function with watchpoints enabled, the i386 call dummy starts with
33474         a call.
33475
33476         * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in:  Handle the way
33477         386 bsd names its corefiles.
33478
33479 Wed Aug  4 08:53:41 1993  Fred Fish  (fnf@cygnus.com)
33480
33481         * gdb.t10/Makefile.in (nodebug.o):  Don't use "-c -o", many
33482         compilers don't grok it.
33483         * gdb.t16/gdbme.c (ctable1):  Initialize unsigned char array
33484         with small octal ints rather than character constants, which
33485         are signed and might not fit if first promoted to int.
33486
33487 Tue Aug  3 18:28:25 1993  Fred Fish  (fnf@cygnus.com)
33488
33489         * gdb.t09/Makefile.in (clean):  Remove corefile.
33490
33491 Mon Aug  2 12:47:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33492
33493         * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
33494
33495 Mon Aug  2 12:30:14 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33496                           and Jim Kingdon (kingdon@cygnus.com)
33497
33498         * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
33499         NO_SINGLE_STEP machines.  Fix comment about its cause.  Uncomment
33500         the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
33501
33502 Fri Jul 30 19:46:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33503
33504         * gdb.t17/interrupt.exp: Add xfail for hppa.
33505
33506 Fri Jul 30 12:54:11 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33507
33508         * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
33509         gdb.t09/corefile.exp:  Cleanup xfails for fixed mips bugs.
33510         * gdb.t13/bitfields.exp, gdbme.c:  Examine a variable in the inferior
33511         to determine signed-ness of bitfields and use the result to setup
33512         the xfail.
33513         * gdb.t15/gdbme.c:  Add comments to the two indirect call0a lines.
33514         * gdb.t15/funcargs.exp:  Use them to step until the second indirect
33515         call line is reached if necessary.
33516
33517 Thu Jul 29 20:33:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33518
33519         * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
33520
33521 Mon Jul 26 00:15:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33522
33523         * gdb.t06/break.exp: Also test `clear' command.
33524
33525 Wed Jul 21 18:03:38 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
33526
33527         * gdb.t00/teststrategy.exp: Remove extra quote.
33528
33529         * gdb.t07/watchpoint.exp: Change xfail for calling function with
33530         watchpoint enabled to be for all non-68k machines.
33531
33532         * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
33533
33534 Mon Jul 19 23:59:26 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33535
33536         * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
33537         targets use aout.mt instead of ecoff.mt as gas understands
33538         standard aout format.
33539
33540 Mon Jul 19 18:14:06 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
33541
33542         * lib/gdb.exp (runto): Don't insist that function we are running to
33543         was compiled with -g.
33544
33545         * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
33546
33547         * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
33548         to get back into the read system call.
33549         Accept leading newline in case where we woke it up.
33550
33551 Sun Jul 18 08:40:45 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33552
33553         * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}:  New files
33554         to make the stabs test work on ecoff systems using gcc and -with-stabs.
33555         * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}:  Modify to
33556         enable ecoff configuration.
33557
33558 Thu Jul 15 11:54:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33559
33560         * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
33561
33562 Wed Jul 14 09:36:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33563
33564         * gdb.t16/printcmds.exp: Add another printf test.
33565
33566 Wed Jul 14 15:37:13 1993  Ian Lance Taylor  (ian@cygnus.com)
33567
33568         * configure.in: If configured -with-stabs on any target, add
33569         stabsdirs to configdirs.
33570
33571 Wed Jul 14 09:36:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33572
33573         * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
33574         fun" so pattern does not match the command itself.
33575
33576 Mon Jul 12 11:22:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33577
33578         * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
33579
33580 Sun Jul 11 12:03:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33581
33582         * gdb.t17/interrupt.exp: Test for more things.
33583
33584 Fri Jul  9 14:11:17 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33585
33586         * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
33587         compiler arranges the code and line numbers.
33588
33589         * gdb.t17/interrupt.exp: Don't send \n after ^C.
33590
33591 Fri Jul  9 09:47:02 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33592
33593         * gdb.t00/help.exp:  Increase expect input buffer size.
33594
33595 Thu Jul  8 14:26:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33596
33597         * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
33598
33599         * gdb.t07/watchpoint.exp: Add xfail for hppa.
33600
33601         * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
33602
33603         * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
33604         [0-9]*, not just [0-9].
33605
33606 Wed Jul  7 17:52:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33607
33608         * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
33609
33610         * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
33611
33612 Tue Jul  6 13:54:49 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33613
33614         * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
33615
33616 Mon Jul  5 22:03:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33617
33618         * gdb.t06/signals.c: Add xfails for sun3.
33619
33620         * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
33621
33622         * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597.  Also add
33623         test_stepping tests.
33624
33625 Fri Jul  2 09:08:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33626
33627         * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
33628
33629         * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
33630
33631         * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
33632         rather than actually putting it through cpp twice.
33633
33634         * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
33635
33636 Fri Jul  2 10:48:03 1993  Ian Lance Taylor  (ian@cygnus.com)
33637
33638         * config/mips-gdb.exp (gdb_exit): Removed close statement which is
33639         no longer needed.
33640
33641 Fri Jul  2 09:08:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33642
33643         * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
33644
33645         * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
33646         C++ features prints as "struct", make it a pass, not an xfail.
33647
33648 Thu Jul  1 22:03:33 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33649
33650         * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
33651         Don't require VA to print as "class" rather than "struct".
33652
33653 Thu Jul  1 18:27:40 1993  Jim Kingdon  (kingdon@cygnus.com)
33654
33655         * gdb.t06/twice.exp: Don't care about the file name GDB prints.
33656
33657 Wed Jun 30 18:01:00 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33658
33659         * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
33660
33661 Tue Jun 29 13:15:42 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33662
33663         * gdb.t12/scope.exp:  Remove xfail for parameter printing in wrong
33664         order.
33665
33666 Tue Jun 29 09:22:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33667
33668         * gdb.t16/printcmds.exp: Add printf tests.
33669
33670         * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
33671
33672         * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
33673
33674 Mon Jun 28 11:25:59 1993  Fred Fish  (fnf@cygnus.com)
33675
33676         * gdb.t20/classes.exp:  Add clear_xfail's before printing summary
33677         pass counts, to counteract any existing or future setup_xfails.
33678
33679 Mon Jun 28 09:15:17 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33680
33681         * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
33682         {BEGIN,END}_COMMON for common block instead of STAB.
33683         * gdb.stabs/wierd.exp: Add xfail for rs6000.
33684
33685         * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
33686         intp_var should be N_GSYM not N_LSYM.
33687         wierd-aout.S: Use a label for the value of the N_SO.
33688         wierd.def: Remove all backslashes.
33689         wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
33690
33691 Mon Jun 28 07:21:51 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33692
33693         * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
33694         get the expected next to inheritance3.
33695
33696 Sun Jun 27 12:29:53 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33697
33698         * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
33699         now that gcc-2.4 gets it right.
33700
33701 Fri Jun 25 12:00:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33702
33703         * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
33704
33705         * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
33706         generating comp-info.exp which works for cross-compilation.
33707
33708 Thu Jun 24 16:55:05 1993  Fred Fish  (fnf@cygnus.com)
33709
33710         * gdb.t11/list.exp:  For SVR4 xfails, match "*-*-sysv4*", not
33711         "*-*-sysv4.*".
33712
33713 Tue Jun 22 21:17:26 1993  Fred Fish  (fnf@cygnus.com)
33714
33715         * gdb.t01/run.exp:  Start with a fresh gdb.
33716         * gdb.t11/list.exp:  For SVR4 xfails, match on all versions of
33717         SVR4.x.
33718
33719 Mon Jun 21 15:23:22 1993  Fred Fish  (fnf@cygnus.com)
33720
33721         * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
33722         gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
33723         gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
33724         Makefile.in (distclean, realclean):  Remove gdbme.c from list of
33725         things to remove.
33726
33727 Sat Jun 19 07:49:10 1993  Fred Fish  (fnf@cygnus.com)
33728
33729         * gdb.t24/demangle.exp (test_gnu_style_demangling):  Add some new
33730         test cases from bug reports.
33731
33732 Fri Jun 18 10:38:49 1993  Fred Fish  (fnf@cygnus.com)
33733
33734         * gdb.t06/break.exp:  Add xfails for sparc-sun-solaris2.*.
33735         * gdb.t12/scope.exp:  Add clear_xfails at appropriate places to
33736           avoid spurious xfails.
33737         * gdb.t20/classes.exp:  Add xfails for longstanding C++ problems.
33738         * gdb.t21/cplusfuncs.exp:  Add xfails for sparc-sun-solaris2.*.
33739         * gdb.t22/virtfunc.exp:  Add xfails for longstanding C++ problems.
33740
33741 Wed Jun 16 10:11:57 1993  Fred Fish  (fnf@cygnus.com)
33742
33743         * gdb.t00/teststrategy.exp:  Rework to provide more useful
33744         description of each test, fix problem with systems that define
33745         ALIGN_STACK_ON_STARTUP code, other misc cleanups.
33746         * gdb.t06/break.exp (test_next_with_recursion):  Fix expected
33747         results for "next over recursive call" so timeouts aren't taken
33748         by error.
33749
33750 Mon Jun 14 09:09:04 1993  Jim Kingdon  (kingdon@cygnus.com)
33751
33752         * gdb.t12/scope.exp: Test printing of variables before run.
33753
33754         * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
33755         printed in wrong order due to sorting.
33756
33757 Sat Jun 12 15:03:58 1993  Fred Fish  (fnf@cygnus.com)
33758
33759         * gdb.t00/teststrategy.exp:  Fix expected results for printing
33760         user entered string constant.  Is array of char, prints with no
33761         address.
33762
33763         * gdb.t00/{default.exp, help.exp}:  Account for changes to radix
33764         commands.
33765         * gdb.t16/gdbme.c:  Add and use struct containing arrays of char.
33766         * gdb.t16/printcmds.exp:  Fix all lines that match "unsigned char *".
33767         * gdb.t16/printcmds.exp (test_print_char_arrays):  Test printing
33768         of struct of char arrays.
33769         * gdb.t00/radix.exp:  New tests for radix commands.
33770
33771 Fri Jun 11 13:12:27 1993  Jim Kingdon  (kingdon@cygnus.com)
33772
33773         * gdb.t16/printcmd.exp: Print a variable before running program
33774         (with xfail for AIX).
33775
33776 Thu Jun 10 11:04:04 1993  Jim Kingdon  (kingdon@cygnus.com)
33777
33778         * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
33779
33780         * gdb.t16/printcmd.exp: Don't print variables before running program.
33781
33782         * gdb.t06/break.exp: Don't require envp argument to main.
33783
33784         * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
33785
33786         * gdb.t02/whatis.exp, gdb.t11/list.exp:
33787         Add xfails for rs6000.
33788
33789         * gdb.t02/whatis.exp: Change other tests not to re-test something
33790         we already tested.
33791
33792         * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
33793         each type used has a variable of that type.
33794
33795 Tue Jun  8 16:45:20 1993  Jim Kingdon  (kingdon@rtl.cygnus.com)
33796
33797         * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
33798
33799 Fri Jun  4 11:07:19 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
33800
33801         * configure.in: change srctrigger to be a file, not a directory
33802
33803 Fri Jun  4 08:23:57 1993  Ian Lance Taylor  (ian@cygnus.com)
33804
33805         * configure.in (mips-idt-ecoff*): Added trailing '*'.
33806
33807         * gdb.t11/list.exp: Fixed a couple of typos.
33808
33809 Tue Jun  1 21:28:06 1993  Fred Fish  (fnf@cygnus.com)
33810
33811         * gdb.t00 (teststrategy.exp):  Remove notice about PR 1823.  Bug
33812         is fixed and PR is closed.
33813         * gdb.t16 (gdbme.c):  Add simple test string variable.
33814         * gdb.t16 (printcmds.exp):  Add tests with simple test string
33815         variable, primarily for boundaries on "set print elements".
33816
33817 Mon May 31 11:36:08 1993  Jim Kingdon  (kingdon@cygnus.com)
33818
33819         * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
33820         Make leading 0's optional and don't expect a tab in the middle
33821         of the number.
33822
33823         * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
33824
33825         * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
33826         * gdb.stabs/wierd.exp: Remove xfails for type attributes.  Also
33827         don't end command passed to gdb_test with newline.
33828
33829         * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
33830         signed keyword away, don't expect signed bitfields to be signed.
33831
33832         * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
33833         printing with only as many 1's as are in the field as well as printing
33834         with 32 1's (see comment).
33835
33836 Sat May 29 17:57:01 1993  Fred Fish  (fnf@cygnus.com)
33837
33838         * gdb.t00/default.exp:  Start with a fresh gdb.
33839         * configure.in (configdirs):  Remove gdb.t31 until the chill
33840         compiler works again.  It no longer is able to find chillrt0
33841         since it isn't in libchill.a anymore.
33842         * gdb.stabs/wierd.exp:  Rewrite to properly handling a missing
33843         wierd.o, make more modular.
33844         * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const):  Remove
33845         spurious newlines that caused problems.
33846
33847 Wed May 26 09:57:19 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33848
33849         * Move test with enums and partial symbols from gdb.t03/ptype.exp
33850         to gdb.stabs/wierd.exp since GCC has worked around the bug.
33851         gdb.stabs/wierd.{exp,def}: Many new tests.
33852
33853         * gdb.t00/default.exp: update info line for new message.
33854
33855         * gdb.t02/{whatis.exp,gdbme.c}:
33856         Test that "char *" doesn't print as "caddr_t".
33857
33858 Tue May 25 13:28:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33859
33860         * gdb.t00/help.exp: Use .* in place of some help messages which
33861         just changed.
33862         gdb.t00/default.exp: Update "info frame" test for new message.
33863         * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
33864         Remove some xfails
33865
33866 Mon May 24 00:24:47 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33867
33868         * gdb.t03/{gdbme.c,ptype.exp}:
33869         Add tests for typedef'd struct and union without tags.
33870         Also check "whatis" on a variable of a typedef'd enum without a tag.
33871
33872         * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
33873         PRMS 1823; the bug still exists but isn't reproduced by this test
33874         anymore), and remove rs6000 XFAIL (the bug is fixed).
33875
33876         * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
33877         duplicated from whatis.exp.  For those that are left, accept
33878         "long", "long int", or "int" for long variables (whatis.exp already
33879         has an XFAIL for "int", so no need to fail it here).
33880
33881         * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
33882         Deal with GCC's names for types now that GDB uses the compiler's names.
33883
33884         * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}:  If not GCC, do some
33885         setup_xfail's for sunos4.  If we #defined the signed keyword away,
33886         don't expect GDB to know that char it is signed.
33887
33888         * gdb.t00/teststrategy.exp: Update for symbolic signal names.
33889
33890 Sun May 23 08:44:55 1993  Fred Fish  (fnf@cygnus.com)
33891
33892         * configure.in (configdirs):  Add gdb.t24 for C++ tests that
33893         should work on any system, regardless of debugging format.
33894         * gdb.t21/demangle.exp:  Move to gdb.t24.
33895         * gdb.t24/demangle.exp:  Move from gdb.t21.
33896         * gdb.t24/{Makefile.in, configure.in}:  New files.
33897
33898 Thu May 20 19:39:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33899
33900         * configure.in: Do gdb.stabs and C++ tests only for stabs.
33901         * gdb.stabs: New directory.
33902
33903 Tue May 18 21:12:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33904
33905         * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
33906         not just "Quit anyway?".
33907
33908 Tue May 18 17:13:20 1993  Fred Fish  (fnf@cygnus.com)
33909
33910         * gdb.t21/demangle.exp:  Add a couple of new patterns.  Ensure
33911         that all setup_xfails are immediately followed by clear_xfails.
33912
33913 Tue May 11 09:10:47 1993  Fred Fish  (fnf@cygnus.com)
33914
33915         * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
33916         gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
33917         gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
33918         gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
33919         gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
33920         gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
33921         gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
33922         gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
33923         gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
33924         gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
33925         gdb.t31/chillvars.exp, lib/gdb.exp:
33926         Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
33927         bug-gdb@prep.ai.mit.edu.
33928
33929 Fri May  7 09:15:35 1993  Fred Fish  (fnf@cygnus.com)
33930
33931         * gdb.t17/callfuncs.exp (do_function_calls):  Call t_double_values
33932         with 0.0, not integer 0.
33933
33934 Fri Apr 30 13:17:24 1993  Jim Kingdon  (kingdon@cygnus.com)
33935
33936         * gdb.t06/break.exp: Update for "Kill the program" message change.
33937
33938 Fri Apr 30 09:42:57 1993  Fred Fish  (fnf@cygnus.com)
33939
33940         * Makefile.in (GDBFLAGS):  Set to -nx.
33941         * Makefile.in (site.exp):  Use GDBFLAGS.
33942
33943 Wed Apr 28 13:19:07 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
33944
33945         * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
33946           Makefiles.
33947           (check): depend on just-check.
33948           (just-check): added so that tests can be run without a noop
33949           build pass.
33950
33951 Fri Apr 23 18:13:28 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
33952
33953         Switch to using configure's configdirs.
33954         * Makefile.in (Makefile): add configure.in dependency.
33955           (SUBDIRS): removed redundant assignment.
33956         * configure.in: switch subdirs assignment to configdirs.
33957         * gdb.t*/configure.in: new files.
33958
33959 Thu Apr 22 08:27:53 1993  Ian Lance Taylor  (ian@cygnus.com)
33960
33961         * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
33962         works.
33963
33964 Tue Apr 20 13:38:40 1993  Fred Fish  (fnf@cygnus.com)
33965
33966         * gdb.{t20,t21,t22,t23}/Makefile.in:  Use $(srcdir) to avoid $<
33967         in explicit rules.  Apparently this is not supported by some makes.
33968
33969 Mon Apr 19 01:54:53 1993  John Gilmore  (gnu@cygnus.com)
33970
33971         * gdb.t31/Makefile.in:  Use $(srcdir) when avoiding $<, sigh.
33972
33973 Fri Apr 16 09:33:46 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33974
33975         * config/unix-gdb.exp:  Add back missing return 0 which mysteriously
33976         disappeared.
33977
33978 Thu Apr 15 02:28:24 1993  John Gilmore  (gnu@cacophony.cygnus.com)
33979
33980         * gdb.t31/Makefile.in:  Avoid $< in explicit rule.
33981
33982 Wed Apr 14 16:38:47 1993  Fred Fish  (fnf@cygnus.com)
33983
33984         * gdb.t07/watchpoint.exp:  Remove setup_xfail for i486
33985         watchpoint problem that is now fixed.
33986         * gdb.t30/chexp.exp:  Remove setup_xfail for printing
33987         uninitialized convenience variables.
33988         * gdb.t31/chillvars.exp:  Fix expected patterns for printing
33989         structures.
33990
33991 Wed Apr 14 12:55:58 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33992
33993         * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
33994         which causes expect to get out of sync with gdb on long output
33995         from help set.
33996         * gdb.t09/corefile.exp: Make expected pattern for core file
33997         failing signal and frame output format less sun specific.
33998
33999 Tue Apr 13 23:18:07 1993  Per Bothner  (bothner@cygnus.com)
34000
34001         * gdb.t31/chillvars.exp:  Add and remove initial dummy
34002         breakpoint, so that symbol table is forced in.
34003         (Needed at least on Sunos4, though it seems not SVR4.)
34004         * gdb.t31/chillvars.exp:  Update for changed output format.
34005
34006 Sun Apr 11 17:21:45 1993  Rob Savoye  (rob at darkstar.cygnus.com)
34007
34008         * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
34009
34010 Wed Apr  7 21:28:21 1993  Rob Savoye  (rob@cygnus.com)
34011
34012         * Makefile.in: Added --srcdir when invoking runtest, removed the
34013         need for a local config file. (optional now)
34014
34015 Wed Apr  7 14:13:41 1993  Fred Fish  (fnf@cygnus.com)
34016
34017         * gdb.t21/demangle.exp:  Only count real fails (not xfails) for
34018         failure count used to force early termination.  Add some more
34019         expected failures for gnu style demangling.
34020
34021 Thu Apr  1 09:50:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
34022
34023         * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
34024         pmi variable from gdb.t20/gdbme to get optimized away.
34025         * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
34026         Check for written corefile upon timeout _and_ eof.
34027
34028 Tue Mar 30 09:58:16 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
34029
34030         * config/unix-gdb.exp:  Add missing return 0.
34031
34032 Tue Mar 30 08:34:25 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
34033
34034         * gdb.t16/printcmds.exp:  Remove misplaced xfail that caused an early
34035         test termination.
34036
34037 Mon Mar 29 17:37:25 1993  Fred Fish  (fnf@cygnus.com)
34038
34039         * configure.in (subdirs):  Put back gdb.t17 which mysteriously
34040         disappeared.
34041
34042 Thu Mar 25 21:05:16 1993  Fred Fish  (fnf@cygnus.com)
34043
34044         * gdb.t10/crossload.exp:  Disable the i860-elf test until such
34045         time as i860 support works.
34046
34047         * gdb.t15/funcargs.exp:  Fix expected outputs to include
34048         "backtrace 100\r" rather than just "backtrace\r", to match last
34049         change.
34050
34051 Thu Mar 25 12:14:28 1993  Ian Lance Taylor  (ian@cygnus.com)
34052
34053         * config/udi-gdb.exp (gdb_exit): Remove close command.
34054         (gdb_target_udi): New procedure to set the UDI target.
34055         (gdb_start): Don't remove *_soc files.  Use gdb_target_udi.
34056         * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
34057         Added waits for prompts after several question responses.  Added
34058         some more responses used by a29k-amd-udi-gdb.
34059         * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
34060         pass different arguments, restart UDI connection after program
34061         completion.
34062         * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
34063         gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
34064         gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
34065         gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
34066         * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
34067         gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
34068         gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
34069         gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
34070         gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
34071         after program completion.
34072         * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
34073         compiled with a SELECT_VECS setting.
34074         * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
34075         infinite recursion.
34076
34077         * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
34078         Added checks for COFF results, and made them expected failures for
34079         all targets.  It would be better to make them expected failures
34080         for COFF targets only.
34081
34082 Wed Mar 24 14:43:38 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
34083
34084         * Makefile.in: add null dvi target, don't bother to recurse
34085         through test directories for info and install-info; rename
34086         $(datadir) to be dejagnu instead of deja-gnu
34087
34088 Wed Mar 24 09:48:03 1993  Fred Fish  (fnf@cygnus.com)
34089
34090         * gdb.t31/gdbme.ch:  Re-enable code that previously caused
34091         compiler to coredump.
34092         * gdb.t31/chillvars.exp:  Re-enable tests that depend on that
34093         code.
34094
34095 Tue Mar 23 08:53:42 1993  Fred Fish  (fnf@cygnus.com)
34096
34097         * gdb.t31/gdbme.ch:  Comment out code that causes chill compiler
34098         coredump.
34099         * gdb.t31/chillvars.exp:  Comment out tests that depend on that
34100         code.
34101
34102 Sun Mar 21 17:56:47 1993  Rob Savoye  (rob at darkstar.cygnus.com)
34103
34104         * gdb.t03/ptype.exp: tests for return code from gdb_test.
34105         * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
34106         which in a shell. Deletes xgdb when done.
34107         * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
34108         Tests the return from the "set height" or "set width" commands.
34109         Added a few return codes where needed.
34110
34111 Wed Mar 17 11:31:01 1993  Fred Fish  (fnf@cygnus.com)
34112
34113         * Makefile.in (SUBDIRS):  Add gdb.t17.
34114         * configure.in (subdirs):  Add gdb.t17.
34115         * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}:  New test
34116         files to test gdb's calling of functions in the inferior with
34117         the correct arguments and gdb's ability to retrieve any
34118         result returned.
34119
34120 Tue Mar 16 15:37:11 1993  Fred Fish  (fnf@cygnus.com)
34121
34122         * config/unix-gdb.exp (gdb_exit):  Remove close commands that
34123         may be called after gdb goes away.  Previous versions of expect
34124         needed these to avoid file descriptor leaks, but they cause
34125         errors with the current revision of expect.
34126         * gdb.t00/gdbvars.exp:  Use -re on expected output after
34127         setting sevenbit-strings.
34128         * gdb.t04/setvar.exp, gdb.t13/bitfields.exp:  Make commands
34129         to set sevenbit-strings consistent across tests.
34130         gdb.t30/chexp.exp, gdb.t31/chillvars.exp:  Make commands to
34131         set sevenbit-strings consistent across tests.
34132
34133 Fri Mar 12 08:47:20 1993  Fred Fish  (fnf@cygnus.com)
34134
34135         * gdb.t21/demangle.exp (proc demangle):  Adjust quotes in an
34136         expected output to match current "expect" expectations.
34137
34138 Wed Mar 10 18:01:49 1993  Fred Fish  (fnf@cygnus.com)
34139
34140         * gdb.t00/default.exp:  Change expected output for default "source"
34141         command, to match new gdb behavior which requires a filename to
34142         source.
34143
34144 Tue Mar  9 11:00:56 1993  Fred Fish  (fnf@cygnus.com)
34145
34146         * gdb.t07/watchpoint.exp (test_simple_watchpoint):  Set up
34147         expected fail for i486-*-* that misses the marker2 function.
34148         * gdb.t10/crossload.exp (bfddefault):  Allow successful
34149         recognition of a format to pass even if no symbols are found.
34150         Explicitly catch failures where the format is not recognized
34151         or is ambiguous, and add the reason to the fail message.
34152         * gdb.t10/crossload.exp (bfdexplicit):  Catch failure where
34153         the cause is and invalid target and add reason to failure message.
34154         * gdb.t10/crossload.exp:  Fix bfd target names for elf32-m68k,
34155         elf32-i386, elf32-sparc, and elf32-i860.
34156         * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
34157         Set up expected failure for 'filename'::variable scope resolution,
34158         which is now apparently broken on all targets.
34159         * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
34160         gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
34161         gdb.t23/templates.exp:   Change failure for missing binfile into
34162         just a warning.
34163         gdb.t21/demangle.exp:  Change all cfront references to 'arm'
34164         references.
34165
34166 Mon Mar  8 19:20:28 1993  Fred Fish  (fnf@cygnus.com)
34167
34168         * gdb.t00/default.exp:  Add expected output for default "source"
34169         command, to match new gdb behavior.
34170         * gdb.t09/corefile.exp:  Use GDBFLAGS when spawning GDB.
34171
34172 Sun Mar  7 15:14:09 1993  Rob Savoye  (rob@cygnus.com)
34173
34174         * config/*-gdb.exp: returns an error, rather than exiting on
34175         internal errors.
34176
34177 Tue Mar  2 18:09:32 1993  Fred Fish  (fnf@cygnus.com)
34178
34179         * gdb.t03/gdbme.c:  Add pointer to struct variable.
34180         * gdb.t03/ptype.exp:  Test equivalence of '.' and '->' for
34181         referencing struct members.
34182
34183 Thu Feb 25 10:39:06 1993  Ian Lance Taylor  (ian@cygnus.com)
34184
34185         * configure.in (mips-idt-ecoff): New target.
34186         * config/mips-gdb.exp: New file for remote board using MIPS remote
34187         debugging protocol.
34188
34189         * Redid configuration scheme.  Removed gdb.t*/configure.in.
34190         Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*.  Changed to use CC, CXX
34191         instead of CC_FOR_TARGET, CXX_FOR_TARGET.  Added mostlyclean and
34192         distclean targets.  Built executables via .o files.  Adjusted
34193         tests to account for source files in $(srcdir) rather than
34194         $(objdir).
34195         * lib/gdb.exp (runto): Don't expect () after the function name,
34196         because it may have arguments.
34197
34198 Wed Feb 24 08:05:38 1993  Ian Lance Taylor  (ian@cygnus.com)
34199
34200         * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
34201         gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
34202         expected failures for mips-idt-* and mips-sgi-*.
34203         * gdb.t00/default.exp (attach): Kill process if requested.
34204         * gdb.t00/help.exp (help target core, help target): Accept a gdb
34205         that does not read core files.
34206         * gdb.t01/run.exp: Removed checks for exit status code.
34207         * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
34208         it is linked in.
34209         * gdb.t03/ptype.exp: Increase timeout when calling malloc.
34210         * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
34211         appropriate, rather than doing it by hand.
34212         * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
34213         execution.
34214         * gdb.t10/crossload.exp: Kill existing program if needed.
34215         * gdb.t15/funcargs.exp: Use delete_breakpoints function where
34216         appropriate, rather than doing it by hand.  Always increase
34217         timeout for this test, not just for VxWorks.
34218
34219 Wed Feb 24 08:03:38 1993  Fred Fish  (fnf@cygnus.com)
34220
34221         * gdb.t31/chillvars.exp (test_structs):  New proc to test printing
34222         of Chill STRUCT types and STRUCT values.
34223         * gdb.t31/chillvars.exp (test_strings):  Expect "CHAR" now, rather
34224         than "char".
34225         * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
34226         struct2):  New struct definitions and initializations to test
34227         simple Chill STRUCT types.
34228
34229 Tue Feb 23 11:55:06 1993  Fred Fish  (fnf@cygnus.com)
34230
34231         * gdb.t00/teststrategy.exp:  Track reversion in gdb to not print
34232         the null byte at the end of strings.
34233         * gdb.t00/default.exp:  Make show version insensitive to copyright
34234         date.
34235         * gdb.t16/in-gdbme.c (ctable1, ctable2):  Make explicitly unsigned
34236         to avoid dependencies on target char signedness.
34237         * gdb.t16/printcmds.exp:  Update expected results for explicitly
34238         unsigned char.
34239         * gdb.t16/printcmds.exp:  Remove setup_xfails for i960 that should
34240         now work.
34241         * gdb.t21/demangle.exp:  Add many more patterns for template
34242         demangling, most of them being expected failures.
34243         * gdb.t21/demangle.exp (proc demangle):  Quote the demangled
34244         string we are matching for, to match on the whole string.
34245         * gdb.t21/demangle.exp:  Add many new test strings to demangle,
34246         and fix a whole bunch that had incorrect expected output but were
34247         passing anyway because of the bug in "proc demangle".
34248         * gdb.t31/chillvars.exp:  Remove setup_xfail for printing string
34249         type.
34250         * gdb.t31/in-gdbme.ch:  Uncomment string4, now compiles.
34251
34252 Mon Feb 22 07:54:03 1993  Mike Werner  (mtw@poseidon.cygnus.com)
34253
34254         * gdb/testsuite: made modifications to testcases, etc., to allow
34255         them to work properly  given the reorganization of deja-gnu and the
34256         relocation of the testcases from deja-gnu to a "tool" subdirectory.
34257
34258 Sun Feb 21 10:55:55 1993  Mike Werner  (mtw@poseidon.cygnus.com)
34259
34260         * gdb/testsuite: Initial creation of gdb/testsuite.
34261         Migrated dejagnu testcases and support files for testing nm to
34262         gdb/testsuite from deja-gnu.  These files were moved "as is"
34263         with no modifications.  This migration is part of a major overhaul
34264         of dejagnu.  The modifications to these testcases, etc., which
34265         will allow them to work with the new version of dejagnu will be
34266         made in a future update.
34267
34268  For additional changes see gdb.mi/ChangeLog-1999-2003.
34269 \f
34270 ;; Local Variables:
34271 ;; mode: change-log
34272 ;; left-margin: 8
34273 ;; fill-column: 74
34274 ;; version-control: never
34275 ;; End:
34276
34277     Copyright 1993-2014 Free Software Foundation, Inc.
34278   Copying and distribution of this file, with or without modification,
34279   are permitted provided the copyright notice and this notice are preserved.