gdb.base/async.exp: Leave gdb_protocol alone.
[platform/upstream/binutils.git] / gdb / testsuite / ChangeLog
1 2014-03-19  Pedro Alves  <palves@redhat.com>
2
3         * gdb.base/async.exp: Don't frob gdb_protocol.
4
5 2014-03-18  Doug Evans  <xdje42@gmail.com>
6
7         * gdb.base/async.exp: Whitespace fixes.  Turn on target-async.
8         Fix spelling of exec-done-display.
9
10 2014-03-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
11
12         PR gdb/15358
13         * gdb.base/gdb-sigterm.c: New file.
14         * gdb.base/gdb-sigterm.exp: New file.
15
16 2014-03-18  Pedro Alves  <palves@redhat.com>
17
18         PR gdb/13860
19         * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
20         * lib/mi-support.exp (mi_expect_stop): Add special handling for
21         solib-event.
22
23 2014-03-17  Joel Brobecker  <brobecker@adacore.com>
24
25         * gdb.ada/pckd_arr_ren: New testcase.
26
27 2014-03-13  Doug Evans  <xdje42@gmail.com>
28
29         PR guile/16612
30         * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
31         collect after discarding symbols.
32
33 2014-03-13  Ludovic Courtès  <ludo@gnu.org>
34             Doug Evans  <xdje42@gmail.com>
35
36         * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
37         to history survives a gc.
38
39 2014-03-13  Pedro Alves  <palves@redhat.com>
40
41         * gdb.base/default.exp: Don't test "target procfs".
42
43 2014-03-13  Pedro Alves  <palves@redhat.com>
44
45         * gdb.base/default.exp: Update "target child" and "target procfs"
46         tests to not expect "Unix".
47
48 2014-03-12  Tom Tromey  <tromey@redhat.com>
49
50         * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
51         New procs.  Add target-async tests.
52         * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
53         Add target-async tests.
54
55 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
56
57         * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
58         'func_start' and 'func_end' for the beginning and end of the
59         function code, respectively.
60         * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
61         'func_end' instead of 'func' and 'main'.
62
63 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
64
65         * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
66         * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
67         generate the debug info assembler source.
68
69 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
70
71         * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
72         * gdb.dwarf2/arr-subrange.exp: Likewise.
73         * gdb.dwarf2/dwz.exp: Likewise.
74         * gdb.dwarf2/method-ptr.exp: Likewise.
75         * gdb.dwarf2/missing-sig-type.exp: Likewise.
76         * gdb.dwarf2/subrange.exp: Likewise.
77         * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
78         * gdb.dwarf2/implptrpiece.exp: Likewise.
79         * gdb.dwarf2/nostaticblock.exp: Likewise.
80
81 2014-03-12  Andreas Arnez  <arnez@linux.vnet.ibm.com>
82
83         * lib/gdb.exp (build_executable_from_specs): Don't prepend source
84         directory to absolute path name arguments.
85
86 2014-03-10  Joel Brobecker  <brobecker@adacore.com>
87
88         * gdb.ada/tagged_access: New testcase.
89
90 2014-03-07  Markus Metzger  <markus.t.metzger@intel.com>
91
92         * gdb.btrace/data.exp: Update expected output.
93
94 2014-03-06  Yao Qi  <yao@codesourcery.com>
95
96         * gdb.trace/pr16508.exp: New file.
97
98 2014-03-05  Pedro Alves  <palves@redhat.com>
99
100         PR gdb/16575
101         * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
102         procedure.
103         (top level): Adjust to use it.  Add tests that exercise breakpoint
104         interaction with the code-cache.
105
106 2014-02-26  Ludovic Courtès  <ludo@gnu.org>
107
108         * gdb.guile/scm-value.exp (test_value_in_inferior): Add
109         test for 'history-append!'.
110
111 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
112
113         * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
114         * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
115         * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
116         * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
117         * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
118         * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
119
120 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
121
122         * testsuite/gdb.python/py-pp-re-notag.c: New file.
123         * testsuite/gdb.python/py-pp-re-notag.ex: New file.
124         * testsuite/gdb.python/py-pp-re-notag.p: New file.
125
126 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
127
128         * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
129
130 2014-02-26  Joel Brobecker  <brobecker@adacore.com>
131
132         * gdb.dwarf2/arr-stride.c: New file.
133         * gdb.dwarf2/arr-stride.exp: New file.
134
135 2014-02-26  Pedro Alves  <palves@redhat.com>
136
137         * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
138         that won't ever trigger.  Make sure that GDB reports the correct
139         breakpoint that caused the stop.
140
141 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
142
143         PR gdb/16626
144         * gdb.base/auto-load-script: New file.
145         * gdb.base/auto-load.c: New file.
146         * gdb.base/auto-load.exp: New file.
147
148         PR gdb/16626
149         * gdb.base/auto-load.exp: Fix out-of-srctree run.
150
151 2014-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
152
153         Fix dw2-icycle.exp -fsanitize=address GDB crash.
154         * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
155
156 2014-02-24  Doug Evans  <dje@google.com>
157
158         * lib/gdb.exp (run_on_host): Log error output if program fails.
159
160 2014-02-21  Pedro Alves  <palves@redhat.com>
161
162         * gdb.threads/step-after-sr-lock.c: Rename to ...
163         * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
164         * gdb.threads/step-after-sr-lock.exp: Rename to ...
165         * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
166         ... this.
167
168 2014-02-20  Sergio Durigan Junior  <sergiodj@redhat.com>
169
170         PR tdep/16397
171         * gdb.arch/amd64-stap-special-operands.exp: New file.
172         * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
173         * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
174         * gdb.arch/amd64-stap-triplet.S: Likewise.
175         * gdb.arch/amd64-stap-triplet.c: Likewise.
176
177 2014-02-20  Joel Brobecker  <brobecker@adacore.com>
178
179         * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
180         in .section pseudo-op.
181
182 2014-02-20  lin zuojian  <manjian2006@gmail.com>
183             Joel Brobecker  <brobecker@adacore.com>
184             Doug Evans  <xdje42@gmail.com>
185
186         PR symtab/16581
187         * gdb.dwarf2/dw2-icycle.S: New file.
188         * gdb.dwarf2/dw2-icycle.c: New file.
189         * gdb.dwarf2/dw2-icycle.exp: New file.
190
191 2014-02-19  Siva Chandra Reddy  <sivachandra@google.com>
192
193         * gdb.python/py-value-cc.cc: Improve test case to enable testing
194         operations on gdb.Value objects.
195         * gdb.python/py-value-cc.exp: Add new test to test operations on
196         gdb.Value objects.
197
198 2014-02-18  Doug Evans  <dje@google.com>
199
200         * Makefile.in (TESTS): New variable.
201         (expanded_tests, expanded_tests_or_none): New variables
202         (check-single): Pass $(expanded_tests_or_none) to runtest.
203         (check-parallel): Only run tests in $(TESTS) if non-empty.
204         (check/no-matching-tests-found): New rule.
205         * README: Document TESTS makefile variable.
206
207 2014-02-18  Doug Evans  <dje@google.com>
208
209         * Makefile.in (check-parallel): rm -rf outputs temp.
210
211 2014-02-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
212
213         Fix "ERROR: no fileid for" in the testsuite.
214         * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
215
216 2014-02-12  Doug Evans  <dje@google.com>
217
218         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
219         (MISCELLANEOUS): New variable.
220         (clean): rm -rf $(MISCELLANEOUS).
221         * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
222         dwp live in the same directory as symlinks, with each symlink pointed
223         to a differently named file in a different directory.
224
225 2014-02-11  Doug Evans  <dje@google.com>
226
227         * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
228         of Tcl file commands.
229
230 2014-02-10  Mark Kettenis  <kettenis@gnu.org>
231
232         * gdb.threads/step-after-sr-lock.exp: Avoid executing
233         "kill -SIGUSR1 -1".
234
235 2014-02-10  Joel Brobecker  <brobecker@adacore.com>
236
237         * gdb.ada/tick_length_array_enum_idx: New testcase.
238
239 2014-02-10  Doug Evans  <xdje42@gmail.com>
240
241         * configure.ac (AC_OUTPUT): Add gdb.guile.
242         * configure: Regenerate.
243         * lib/gdb-guile.exp: New file.
244         * lib/gdb.exp (get_target_charset): New function.
245         * gdb.base/help.exp: Update expected output from "apropos apropos".
246         * gdb.guile/Makefile.in: New file.
247         * gdb.guile/guile.exp: New file.
248         * gdb.guile/scm-arch.c: New file.
249         * gdb.guile/scm-arch.exp: New file.
250         * gdb.guile/scm-block.c: New file.
251         * gdb.guile/scm-block.exp: New file.
252         * gdb.guile/scm-breakpoint.c: New file.
253         * gdb.guile/scm-breakpoint.exp: New file.
254         * gdb.guile/scm-disasm.c: New file.
255         * gdb.guile/scm-disasm.exp: New file.
256         * gdb.guile/scm-equal.c: New file.
257         * gdb.guile/scm-equal.exp: New file.
258         * gdb.guile/scm-error.exp: New file.
259         * gdb.guile/scm-error.scm: New file.
260         * gdb.guile/scm-frame-args.c: New file.
261         * gdb.guile/scm-frame-args.exp: New file.
262         * gdb.guile/scm-frame-args.scm: New file.
263         * gdb.guile/scm-frame-inline.c: New file.
264         * gdb.guile/scm-frame-inline.exp: New file.
265         * gdb.guile/scm-frame.c: New file.
266         * gdb.guile/scm-frame.exp: New file.
267         * gdb.guile/scm-generics.exp: New file.
268         * gdb.guile/scm-gsmob.exp: New file.
269         * gdb.guile/scm-iterator.c: New file.
270         * gdb.guile/scm-iterator.exp: New file.
271         * gdb.guile/scm-math.c: New file.
272         * gdb.guile/scm-math.exp: New file.
273         * gdb.guile/scm-objfile-script-gdb.in: New file.
274         * gdb.guile/scm-objfile-script.c: New file.
275         * gdb.guile/scm-objfile-script.exp: New file.
276         * gdb.guile/scm-objfile.c: New file.
277         * gdb.guile/scm-objfile.exp: New file.
278         * gdb.guile/scm-ports.exp: New file.
279         * gdb.guile/scm-pretty-print.c: New file.
280         * gdb.guile/scm-pretty-print.exp: New file.
281         * gdb.guile/scm-pretty-print.scm: New file.
282         * gdb.guile/scm-section-script.c: New file.
283         * gdb.guile/scm-section-script.exp: New file.
284         * gdb.guile/scm-section-script.scm: New file.
285         * gdb.guile/scm-symbol.c: New file.
286         * gdb.guile/scm-symbol.exp: New file.
287         * gdb.guile/scm-symtab-2.c: New file.
288         * gdb.guile/scm-symtab.c: New file.
289         * gdb.guile/scm-symtab.exp: New file.
290         * gdb.guile/scm-type.c: New file.
291         * gdb.guile/scm-type.exp: New file.
292         * gdb.guile/scm-value-cc.cc: New file.
293         * gdb.guile/scm-value-cc.exp: New file.
294         * gdb.guile/scm-value.c: New file.
295         * gdb.guile/scm-value.exp: New file.
296         * gdb.guile/source2.scm: New file.
297         * gdb.guile/types-module.cc: New file.
298         * gdb.guile/types-module.exp: New file.
299
300 2014-02-10  Yao Qi  <yao@codesourcery.com>
301
302         PR testsuite/16543
303         * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
304         * configure: Regenerated.
305         * Makefile.in: New file.
306
307 2014-02-08  Andreas Schwab  <schwab@linux-m68k.org>
308
309         * gdb.python/py-framefilter.exp: Fix typo.
310
311 2014-02-08  Yao Qi  <yao@codesourcery.com>
312
313         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
314         that no =breakpoint-modified is emitted when breakpoints are
315         modified through MI commands.
316
317 2014-02-07  Pedro Alves  <pedro@codesourcery.com>
318             Pedro Alves  <palves@redhat.com>
319
320         * gdb.threads/step-after-sr-lock.c: New file.
321         * gdb.threads/step-after-sr-lock.exp: New file.
322
323 2014-02-07  Pedro Alves  <palves@redhat.com>
324
325         * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
326
327 2014-02-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
328
329         Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
330         * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
331
332 2014-02-06  Doug Evans  <xdje42@gmail.com>
333
334         * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
335         output.
336
337         * gdb.gdb/python-interrupts.exp: New file.
338
339 2014-02-05  Yao Qi  <yao@codesourcery.com>
340
341         * gdb.trace/report.exp (use_collected_data): Test the output
342         of "info threads" and "info inferiors".
343
344 2014-02-05  Yao Qi  <yao@codesourcery.com>
345
346         Revert this patch:
347
348         2013-05-24  Yao Qi  <yao@codesourcery.com>
349
350         * gdb.trace/tfile.exp: Test inferior and thread.
351
352 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
353
354         * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
355         on a function.
356         * gdb.base/step-bt.c: Call hello via function pointer to make
357         sure its first instruction is executed on powerpc64le-linux.
358
359 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
360
361         * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
362
363 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
364
365         * gdb.arch/vsx-regs.exp: Check target endianness.  Provide variants
366         of the test patterns for use on little-endian systems.
367
368 2014-02-04  Ulrich Weigand  <uweigand@de.ibm.com>
369
370         * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
371         (decimal_vector): Fix for little-endian.
372
373 2014-01-29  Jose E. Marchesi  <jose.marchesi@oracle.com>
374
375         * gdb.arch/sparc-sysstep.exp: New file.
376         * gdb.arch/sparc-sysstep.c: Likewise.
377
378         * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
379
380 2014-01-28  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
381
382         * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
383
384 2014-01-23  Tom Tromey  <tromey@redhat.com>
385
386         * gdb.ada/array_char_idx: New testcase.
387
388 2014-01-23  Tom Tromey  <tromey@redhat.com>
389
390         PR python/16487:
391         * gdb.python/py-framefilter.exp: Add test using "Error" filter.
392         * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
393         classes.
394
395 2014-01-23  Tom Tromey  <tromey@redhat.com>
396
397         PR python/16491:
398         * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
399         string from an inferior frame.
400         * gdb.python/py-framefilter-mi.exp: Update.
401
402 2014-01-22  Doug Evans  <dje@google.com>
403
404         * gdb.server/server-mon.exp: Add tests for "set debug-format".
405
406 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
407
408         * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
409
410 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
411
412         * gdb.trace/entry-values.exp: Remove excess space character from
413         regex patterns.  Handle s390 call instruction.
414
415 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
416
417         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
418         define "*_start" label.  Make "name" static.
419         * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
420         ${name} by references to ${name}_start.
421
422 2014-01-22  Andreas Arnez  <arnez@vnet.linux.ibm.com>
423
424         * gdb.base/info-macros.exp: Remove "debug" from the compile
425         options.
426
427 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
428
429         * gdb.dlang/demangle.exp: New file.
430
431 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
432
433         * gdb.dlang/primitive-types.exp: New file.
434
435 2014-01-17  Iain Buclaw  <ibuclaw@gdcproject.org>
436
437         * configure.ac: Create gdb.dlang/Makefile.
438         * configure: Regenerate.
439         * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
440         * gdb.dlang/Makefile.in: New file.
441         * lib/d-support.exp: New file.
442         * lib/gdb.exp (skip_d_tests): New proc.
443
444 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
445
446         * gdb.btrace/delta.exp: Check reverse stepi.
447         * gdb.btrace/tailcall.exp: Update.  Add stepping tests.
448         * gdb.btrace/finish.exp: New.
449         * gdb.btrace/next.exp: New.
450         * gdb.btrace/nexti.exp: New.
451         * gdb.btrace/record_goto.c: Add comments.
452         * gdb.btrace/step.exp: New.
453         * gdb.btrace/stepi.exp: New.
454         * gdb.btrace/multi-thread-step.c: New.
455         * gdb.btrace/multi-thread-step.exp: New.
456         * gdb.btrace/rn-dl-bind.c: New.
457         * gdb.btrace/rn-dl-bind.exp: New.
458         * gdb.btrace/data.c: New.
459         * gdb.btrace/data.exp: New.
460         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
461
462 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
463
464         * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
465         * gdb.btrace/exception.exp: Update.
466         * gdb.btrace/instruction_history.exp: Update.
467         * gdb.btrace/record_goto.exp: Update.
468         * gdb.btrace/tailcall.exp: Update.
469         * gdb.btrace/unknown_functions.exp: Update.
470         * gdb.btrace/delta.exp: New.
471
472 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
473
474         * gdb.btrace/record_goto.exp: Add backtrace test.
475         * gdb.btrace/tailcall.exp: Add backtrace test.
476
477 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
478
479         * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
480         * gdb.btrace/record_goto.c: New.
481         * gdb.btrace/record_goto.exp: New.
482         * gdb.btrace/x86-record_goto.S: New.
483
484 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
485
486         * gdb.btrace/function_call_history.exp: Update tests.
487         * gdb.btrace/instruction_history.exp: Update tests.
488
489 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
490
491         * gdb.btrace/function_call_history.exp: Fix expected field
492         order for "record function-call-history".
493         Add new tests for "record function-call-history /c".
494         * gdb.btrace/exception.cc: New.
495         * gdb.btrace/exception.exp: New.
496         * gdb.btrace/tailcall.exp: New.
497         * gdb.btrace/x86-tailcall.S: New.
498         * gdb.btrace/x86-tailcall.c: New.
499         * gdb.btrace/unknown_functions.c: New.
500         * gdb.btrace/unknown_functions.exp: New.
501         * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
502
503 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
504
505         * gdb.btrace/instruction_history.exp: Update.
506         * gdb.btrace/function_call_history.exp: Update.
507
508 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
509
510         * gdb.btrace/function_call_history.exp: Fix expected function
511         trace.
512         * gdb.btrace/instruction_history.exp: Initialize traced.
513         Remove traced_functions.
514
515 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
516
517         * gdb.btrace/function_call_history.exp: Update
518         * gdb.btrace/instruction_history.exp: Update.
519
520 2014-01-16  Markus Metzger  <markus.t.metzger@intel.com>
521
522         * gdb.btrace/enable.exp: Update expected text.
523
524 2014-01-16  Omair Javaid  <Omair.Javaid@linaro.org>
525
526         * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
527         bytes.
528
529 2014-01-15  Maciej W. Rozycki  <macro@codesourcery.com>
530
531         * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
532
533 2014-01-15  Omair Javaid  <omair.javaid@linaro.org>
534
535         * lib/gdb.exp (supports_process_record): Return true for
536         arm*-linux*.  (supports_reverse): Likewise.
537
538 2014-01-13  Siva Chandra Reddy  <sivachandra@google.com>
539
540         PR python/15464
541         PR python/16113
542         * gdb.python/py-type.c: Enhance test case.
543         * gdb.python/py-value-cc.cc: Likewise
544         * gdb.python/py-type.exp: Add new tests.
545         * gdb.python/py-value-cc.exp: Likewise
546
547 2014-01-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
548             Pedro Alves <palves@redhat.com>
549
550         * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
551         Make "name" extern.
552         * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
553         references to ${name}_start by references to ${name}.
554
555 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
556
557         * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
558
559 2014-01-10  Joel Brobecker  <brobecker@adacore.com>
560
561         * gdb.python/py-pp-integral.exp: Remove path from "source" test.
562
563 2014-01-09  Maciej W. Rozycki  <macro@codesourcery.com>
564             Pedro Alves  <palves@redhat.com>
565
566         * gdb.mi/mi-info-os.exp: Connect to the target with
567         mi_gdb_target_load.
568
569 2014-01-08  Pedro Alves  <palves@redhat.com>
570
571         * gdb.threads/reconnect-signal.c: New file.
572         * gdb.threads/reconnect-signal.exp: New file.
573
574 2014-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
575
576         * gdb.base/source-dir.exp: New file.
577
578 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
579
580         * gdb.ada/mi_interface: New testcase.
581
582 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
583
584         * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
585         gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
586         gdb.ada/pp-rec-component/pck.ads: New files.
587
588 2014-01-07  Joel Brobecker  <brobecker@adacore.com>
589
590         * gdb.python/py-pp-integral.c: New file.
591         * gdb.python/py-pp-integral.py: New file.
592         * gdb.python/py-pp-integral.exp: New file.
593
594 2013-12-19  Sergio Durigan Junior  <sergiodj@redhat.com>
595
596         PR breakpoints/16297
597         * gdb.base/catch-syscall.c (read_syscall, pipe_syscall)
598         (write_syscall): New variables.
599         (main): Create a pipe, write 1 byte in it, and read 1 byte from
600         it.
601         * gdb.base/catch-syscall.exp (all_syscalls): Include "pipe,
602         "write" and "read" syscalls.
603         (fill_all_syscalls_numbers): Improve the way to obtain syscalls
604         numbers.
605
606 2013-12-19  Keven Boell  <keven.boell@intel.com>
607
608         * gdb.fortran/module.exp: Completion matches fortran module
609         names as well. ptype/whatis on modules return a proper type.
610         Add new check for having the correct scope.
611
612 2013-12-19  Keven Boell  <keven.boell@intel.com>
613
614         * gdb.fortran/type.f90: New file.
615         * gdb.fortran/whatis_type.f90: New file.
616
617 2013-12-18  Sergio Durigan Junior  <sergiodj@redhat.com>
618
619         * gdb.base/catch-syscall.c: Include <sys/syscall.h>.
620         (close_syscall, chroot_syscall, exit_group_syscall): New
621         variables.
622         * gdb.base/catch-syscall.exp: Replace gdb_compile by
623         prepare_for_testing.  Call fill_all_syscalls_numbers before
624         starting.  Replace gdb_exit, gdb_start, gdb_reinitialize_dir and
625         gdb_load by clean_restart.
626         (check_info_bp_any_syscall, check_info_bp_specific_syscall)
627         (check_info_bp_many_syscalls): Remove global gdb_prompt.
628         (check_call_to_syscall): Likewise.  Add global decimal.  Improve
629         testing regex.
630         (check_return_from_syscall): Likewise.
631         (check_continue, insert_catch_syscall_with_arg): Remove global
632         gdb_prompt.
633         (insert_catch_syscall_with_many_args): Likewise.  Add global
634         decimal.  Fix $filter_str.  Improve testing regex.
635         (check_for_program_end): Remove global gdb_prompt.
636         (test_catch_syscall_without_args): Likewise.  Add global decimal.
637         Improve testing regex.
638         (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
639         (test_catch_syscall_with_wrong_args)
640         (test_catch_syscall_restarting_inferior)
641         (test_catch_syscall_fail_nodatadir): Remove global gdb_prompt.
642         (do_syscall_tests): Likewise.  Remove global srcdir.
643         (test_catch_syscall_without_args_noxml): Remove global gdb_prompt.
644         Add global last_syscall_number.  Test for the exact syscall number
645         to be caught.
646         (test_catch_syscall_with_args_noxml): Remove global gdb_prompt.
647         Add global all_syscalls_numbers.  Test each syscall number to be
648         caught, instead of only testing "close".
649         (test_catch_syscall_with_wrong_args_noxml): Remove global gdb_prompt.
650         (do_syscall_tests_without_xml): Likewise.  Remove global srcdir.
651         Remove stale comment.
652         (fill_all_syscalls_numbers): Add global last_syscall_number.  Fill
653         the correct syscall numbers using information from the inferior.
654
655 2013-12-17  Pedro Alves  <palves@redhat.com>
656
657         * gdb.trace/circ.exp: Expect frame info to be printed when
658         switching between frames with unavailable stack, but different
659         functions.
660
661 2013-12-17  Andrew Burgess  <aburgess@broadcom.com>
662
663         * gdb.trace/unavailable-dwarf-piece.c: New file.
664         * gdb.trace/unavailable-dwarf-piece.exp: New file.
665
666 2013-12-15  Yao Qi  <yao@codesourcery.com>
667
668         * gdb.perf/skip-prologue.c: New.
669         * gdb.perf/skip-prologue.exp: New.
670         * gdb.perf/skip-prologue.py: New.
671
672 2013-12-13  Joel Brobecker  <brobecker@adacore.com>
673
674         * gdb.ada/arraydim: New testcase.
675
676 2013-12-12  Siva Chandra Reddy  <sivachandra@google.com>
677
678         PR python/16113
679         * gdb.python/py-value-cc.cc: Improve test case.
680         * gdb.python/py-value-cc.exp: Add new tests to test usage of
681         gdb.Field objects as subscripts on gdb.Value objects.
682
683 2013-12-10  Doug Evans  <dje@google.com>
684
685         PR 16286
686         * gdb.python/py-value.c: #include stdlib.h, string.h.
687         (str): New struct.
688         (main): New local xstr.
689         * gdb.python/py-value.exp (test_value_in_inferior): Add test to
690         fetch a value as a string with a length beyond the declared length
691         of the array.
692
693 2013-12-10  Andrew Burgess  <aburgess@broadcom.com>
694
695         * lib/gdb.exp (gdb_compile_shlib): Add call to get_compiler_info,
696         update comment.
697
698 2013-12-10  Joel Brobecker  <brobecker@adacore.com>
699
700         * gdb.ada/int_deref.exp: Add test verifying that we print
701         the decoded symbol name when printing the address of Ada
702         symbols.
703
704 2013-12-10  Joel Brobecker  <brobecker@adacore.com>
705
706         * gdb.mi/mi-start.exp: Add test verifying that -list-features
707         contains "exec-run-start-option".
708
709 2013-12-08  Yao Qi  <yao@codesourcery.com>
710
711         * lib/gdb.exp (support_complex_tests): Use gdb_produce_source.
712         (is_elf_target, is_ilp32_target, is_ilp64_target): Likewise.
713         (is_64_target, is_amd64_regs_target): Likewise.
714         (skip_altivec_tests, skip_vsx_tests, skip_btrace_tests): Likewise.
715
716 2013-12-07  Mike Frysinger  <vapier@gentoo.org>
717
718         * gdb.ada/uninitialized_vars/parse_controlled.ads: Remove +x file mode.
719         * gdb.base/testenv.c: Likewise.
720
721 2013-12-07  Mike Frysinger  <vapier@gentoo.org>
722
723         * gdb.hp/gdb.base-hp/so-thresh.sh: Change /bin/ksh to /bin/sh.
724         * gdb.hp/gdb.objdbg/tools/symaddr: Likewise.
725         * gdb.hp/gdb.objdbg/tools/symaddr.pa64: Likewise.
726
727 2013-12-06  Pedro Alves  <palves@redhat.com>
728
729         * gdb.dwarf2/dw2-undefined-ret-addr.S: New file.
730         * gdb.dwarf2/dw2-undefined-ret-addr.c: New file.
731         * gdb.dwarf2/dw2-undefined-ret-addr.exp: New file.
732
733 2013-12-06  Doug Evans  <dje@google.com>
734
735         * gdb.base/break.exp: Fix setting of $baz.
736
737 2013-12-06  Andrew Burgess  <aburgess@broadcom.com>
738
739         * lib/dwarf.exp: (Dwarf::_location): Handle DW_OP_bit_piece and
740         DW_OP_plus_uconst.
741
742 2013-12-06  Keven Boell  <keven.boell@intel.com>
743
744         * lib/mi-support.exp (mi_list_varobj_children_range): Add
745         call to mi_list_array_varobj_children_with_index.
746         (mi_list_array_varobj_children_with_index): New function.
747         Add parameter to specify array start.
748
749 2013-12-03  Jose E. Marchesi  <jose.marchesi@oracle.com>
750
751         * gdb.base/sigall.exp (test_one_sig): gdb identifies SIGLOST as a
752         SIGPWR in sparc64.
753
754         * gdb.base/sigall.c (main): In some targets SIGLOST and SIGPWR
755         have the same signal number.  Handle this situation.
756
757 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
758
759         * gdb.ada/dot_all: New testcase.
760
761 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
762
763         * gdb.mi/mi-undefined-cmd.exp: New testcase.
764
765 2013-12-03  Joel Brobecker  <brobecker@adacore.com>
766
767         * gdb.mi/mi-i-cmd.exp: New file.
768
769 2013-12-02  Doug Evans  <dje@google.com>
770
771         * gdb.dwarf/dwp-symlink.c: Fake out gdb to not load debug info
772         at start.
773         * gdb.dwarf/dwp-symlink.exp: Test trying to load dwp when the binary
774         has been specified with a relative path and we have chdir'd before
775         accessing the debug info.
776
777 2013-11-28  Andrew Burgess  <aburgess@broadcom.com>
778
779         * gdb.trace/unavailable.exp (gdb_collect_args_test): Update
780         expected results.
781         (gdb_collect_locals_test): Likewise.
782         (gdb_collect_globals_test): Likewise.
783
784 2013-11-28  Yao Qi  <yao@codesourcery.com>
785
786         * lib/gdb.exp (with_gdb_prompt): New proc.
787         * gdb.perf/disassemble.exp: New.
788         * gdb.perf/disassemble.py: New.
789
790 2013-11-26  Luis Machado  <lgustavo@codesourcery.com>
791
792         * gdb.base/callfuncs.c (main): Assign malloc's return value
793         and free it afterwards.
794         * gdb.base/charset-malloc.c (malloc_stub): Likewise.
795         * gdb.base/printcmds.c (main): Likewise.
796         * gdb.base/randomize.c (main): Free "p" and change breakpoint
797         marker position.
798         * gdb.base/setvar.c (dummy): Assign malloc's return value
799         and free it afterwards.
800
801 2013-11-26  Andrew Burgess  <aburgess@broadcom.com>
802
803         * gdb.base/setshow.exp: Add $gdb_prompt to the patterns in
804         gdb_test_multiple.
805
806 2013-11-26  Tom Tromey  <tromey@redhat.com>
807
808         * gdb.dwarf2/dw2-unspecified-ret-addr.S: Remove.
809         * gdb.dwarf2/dw2-unspecified-ret-addr.c: Remove.
810         * gdb.dwarf2/dw2-unspecified-ret-addr.exp: Remove.
811
812 2013-11-25  Keith Seitz  <keiths@redhat.com>
813
814         PR c++/14819
815         * gdb.cp/impl-this.cc: New file.
816         * gdb.cp/impl-this.exp: New file.
817
818 2013-11-25  Yao Qi  <yao@codesourcery.com>
819
820         * gdb.perf/backtrace.c: New.
821         * gdb.perf/backtrace.exp: New.
822         * gdb.perf/backtrace.py: New.
823
824 2013-11-24  Yao Qi  <yao@codesourcery.com>
825
826         * gdb.perf/single-step.c: New.
827         * gdb.perf/single-step.exp: New.
828         * gdb.perf/single-step.py: New.
829
830 2013-11-23  Doug Evans  <xdje42@gmail.com>
831
832         * gdb.base/ena-dis-br.exp: Add missing quote to "step after continue
833         with ignore count".
834
835 2013-11-23  Doug Evans  <xdje42@gmail.com>
836
837         * gdb.python/py-value.exp (test_lazy_strings): Tweak test names.
838         (test_subscript_regression): Ditto.
839         (top level): Run test_subscript_regression for c++ with "c++" prefix.
840
841 2013-11-23  Doug Evans  <xdje42@gmail.com>
842
843         * gdb.python/py-type.exp (test_enums): Fix typo.
844
845 2013-11-23  Doug Evans  <xdje42@gmail.com>
846
847         * gdb.python/py-symbol.exp: Add some comments.  Make all test names
848         unique.
849
850 2013-11-23  Doug Evans  <xdje42@gmail.com>
851
852         * gdb.python/py-symbol.exp: Fix whitespace.
853
854 2013-11-23  Doug Evans  <xdje42@gmail.com>
855
856         * gdb.python/python.exp: Don't call skip_python_tests, we still want
857         to test some things in the case where python is not configured in.
858
859 2013-11-22  Pedro Alves  <palves@redhat.com>
860
861         * gdb.dwarf2/dw2-bad-cfi.S: Rename to ...
862         * gdb.dwarf2/dw2-unspecified-ret-addr.S: ... this.  Adjust.
863         * gdb.dwarf2/dw2-bad-cfi.c: Rename to ...
864         * gdb.dwarf2/dw2-unspecified-ret-addr.c: ... this.
865         * gdb.dwarf2/dw2-bad-cfi.exp: Rename to ...
866         * gdb.dwarf2/dw2-unspecified-ret-addr.exp: ... this.
867
868 2013-11-22  Tom Tromey  <tromey@redhat.com>
869
870         * gdb.dwarf2/dw2-bad-cfi.S: Update comment.
871
872 2013-11-22  Tom Tromey  <tromey@redhat.com>
873
874         * gdb.dwarf2/dw2-bad-cfi.c: New file.
875         * gdb.dwarf2/dw2-bad-cfi.exp: New file.
876         * gdb.dwarf2/dw2-bad-cfi.S: New file.
877
878 2013-11-22  Pedro Alves  <palves@redhat.com>
879
880         PR 16155
881         * gdb.dwarf2/dw2-dup-frame.S: New file.
882         * gdb.dwarf2/dw2-dup-frame.c: New file.
883         * gdb.dwarf2/dw2-dup-frame.exp: New file.
884
885 2013-11-22  Yao Qi  <yao@codesourcery.com>
886
887         * lib/mi-support.exp (mi_create_dynamic_varobj): Update
888         comment and add one more argument "has_more".
889         * gdb.python/py-mi.exp: Callers update.
890
891 2013-11-22  Yao Qi  <yao@codesourcery.com>
892
893         * gdb.python/py-mi.exp: Use mi_create_floating_varobj instead
894         of mi_create_dynamic_varobj.
895
896 2013-11-20  Pedro Alves  <palves@redhat.com>
897
898         * gdb.base/maint.exp (maint print objfiles): Consume one line at a
899         time, and run it through all three milestone regexes.
900
901 2013-11-20  Sanimir Agovic  <sanimir.agovic@intel.com>
902
903         * gdb.base/eval-avoid-side-effects.exp: New file.
904
905 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
906
907         * gdb.arch/i386-mpx.c: New file
908         * gdb.arch/i386-mpx.exp: New file.
909
910 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
911
912         * gdb.python/py-pp-maint.exp: Consider new pretty-print added 
913         for bnd registers.
914
915 2013-11-20  Walfred Tedeschi  <walfred.tedeschi@intel.com>
916
917         * gdb.xml/maint_print_struct.xml (bitfield): Added bitfield having
918         start and end equal 0.
919
920 2013-11-19  Yao Qi  <yao@codesourcery.com>
921
922         * lib/mi-support.exp (mi_child_regexp): Remove 'whatever'.
923         (mi_list_varobj_children_range): Likewise.
924
925 2013-11-19  Yao Qi  <yao@codesourcery.com>
926
927         * lib/mi-support.exp (mi_child_regexp): Remove unnecessary '\'.
928
929 2013-11-19  Yao Qi  <yao@codesourcery.com>
930
931         * lib/mi-support.exp: Fix format.
932
933 2013-11-19  Joel Brobecker  <brobecker@adacore.com>
934
935         * gdb.ada/py_range: New testcase.
936
937 2013-11-18  Joel Brobecker  <brobecker@adacore.com>
938
939         * mi-language.exp: Add "-list-features" test verifying that
940         its output contains "language-option".
941
942 2013-11-16  Joel Brobecker  <brobecker@adacore.com>
943
944         * info_exc/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
945         * info_exc/foo.adb: Adjust to new exception name.
946         * info_exc.exp: Adjust after exception renaming in const.ads.
947         Update "info exception global" test to test "info exceptions
948         global_gdb" instead.
949
950         * mi_exc_info/const.ads (Aint_Global_GDB_E): Renames Aint_Global_E.
951         * mi_exc_info/foo.adb (Adjust to new exception name.
952         * mi_exc_info.exp: Adjust after exception renaming in const.ads.
953         Update "-info-ada-exceptions global" test to test
954         "-info-ada-exceptions global_gdb" instead.
955
956 2013-11-15  Luis Machado  <lgustavo@codesourcery.com>
957
958         * lib/mi-support.exp (mi_gdb_test): Expect different formats
959         of inferior output for remote and native sessions.
960         * gdb.mi/mi-console.exp: Remove obsolete comment.
961         Check for semihosted inferior output pattern.
962         (semihosted_string): New function.
963
964 2013-11-15  Joel Brobecker  <brobecker@adacore.com>
965
966         * gdb.ada/info_exc.exp: Allow other global exceptions to be
967         listed in the output of "info exceptions".
968         * gdb.ada/mi_exc_info.exp: Allow other global exceptions to be
969         listed in the output of "-info-ada-exceptions".
970
971 2013-11-15  Joel Brobecker  <brobecker@adacore.com>
972
973         * gdb.ada/info_exc.exp: Start inferior before starting
974         the "info exceptions" tests.
975         * gdb.ada/mi_exc_info.exp: Start inferior before starting
976         the "-info-ada-exceptions" tests.
977
978 2013-11-15  Tom Tromey  <tromey@redhat.com>
979
980         * gdb.cp/includefile: New file.
981         * gdb.cp/filename.exp: New file.
982         * gdb.cp/filename.cc: New file.
983
984 2013-11-15  Doug Evans  <xdje42@gmail.com>
985
986         * gdb.python/py-breakpoint.exp: Make tests have unique names.
987
988 2013-11-15  Doug Evans  <xdje42@gmail.com>
989
990         * gdb.python/py-breakpoint.exp: Reformat for 80 columns.
991
992 2013-11-15  Doug Evans  <xdje42@gmail.com>
993
994         * gdb.python/py-breakpoint.exp: Split up into several functions,
995         each with their own test prefix.
996
997 2013-11-15  Joel Brobecker  <brobecker@adacore.com>
998
999         * gdb.ada/O2_float_param: New testcase.
1000
1001 2013-11-14  Tom Tromey  <tromey@redhat.com>
1002
1003         * Makefile.in (check-parallel): Print summary from gdb.sum.
1004
1005 2013-11-14  Omair Javaid  <Omair.Javaid@linaro.org>
1006
1007         * gdb.dwarf2/dw2-case-insensitive-debug.S: Updated compile unit
1008         and function label names.
1009         * gdb.dwarf2/dw2-case-insensitive.c: Created function and
1010         compile unit labels.
1011
1012 2013-11-14  Joel Brobecker  <brobecker@adacore.com>
1013
1014         * gdb.mi/mi-language.exp: New file.
1015
1016 2013-09-17  Keith Seitz  <keiths@redhat.com>
1017
1018         PR c++/7935
1019         PR c++/10541
1020         * gdb.cp/nsalias.exp: New file.
1021         * gdb.cp/nsalias.cc: New file.
1022         * gdb.cp/nsrecurs.exp: Remove kfails. Conditionally run
1023         tests only on known, working compiler versions.
1024
1025 2013-11-13  Tom Tromey  <tromey@redhat.com>
1026
1027         * gdb.multi/multi-arch-exec.exp: Define BASEDIR when compiling.
1028         * gdb.multi/multi-arch-exec.c (main): Use BASEDIR.
1029
1030 2013-11-12  Doug Evans  <dje@google.com>
1031
1032         * gdb.base/fileio.exp: Make $dir2 writable after the test is done
1033         so that "rm -rf $builddir" Just Works.
1034
1035 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
1036
1037         * gdb.ada/mi_exc_info: New testcase.
1038
1039 2013-11-12  Joel Brobecker  <brobecker@adacore.com>
1040
1041         * gdb.ada/info_exc: New testcase.
1042
1043 2013-11-11  Doug Evans  <dje@google.com>
1044
1045         * gdb.arch/arm-bl-branch-dest.exp: Use gdb_test_file_name instead
1046         of testfile.
1047
1048 2013-11-11  Phil Muldoon  <pmuldoon@redhat.com>
1049
1050         * gdb.python/py-linetable.S: New file.
1051         * gdb.python/py-linetable.c: New file.
1052         * gdb.python/py-linetable.exp: New file.
1053
1054 2013-11-11  Joel Brobecker  <brobecker@adacore.com>
1055
1056         * gdb.ada/mi_ex_cond: New testcase.
1057
1058 2013-11-07  Doug Evans  <dje@google.com>
1059
1060         PR 11786
1061         * gdb.base/gcore-relro-pie.c: New file.
1062         * gdb.base/gcore-relro-pie.exp: New file.
1063
1064 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
1065
1066         * gdb.python/py-cmd.exp: Add COMPLETE_EXPRESSION tests.
1067         * gdb.python/py-cmd.c: New File.
1068
1069 2013-11-07  Phil Muldoon  <pmuldoon@redhat.com>
1070
1071         * gdb.python/py-breakpoint.exp: Add temporary breakpoint tests.
1072
1073 2013-11-06  Doug Evans  <xdje42@gmail.com>
1074
1075         * gdb.python/py-arch.exp: Tweak test name for bad memory access test.
1076
1077 2013-11-06  Yao Qi  <yao@codesourcery.com>
1078
1079         * lib/gdb.exp (gdb_produce_source): New procedure.
1080         * gdb.perf/solib.c: New.
1081         * gdb.perf/solib.exp: New.
1082         * gdb.perf/solib.py: New.
1083
1084 2013-11-06  Yao Qi  <yao@codesourcery.com>
1085
1086         * README: Mention performance tests.
1087
1088 2013-11-06  Yao Qi  <yao@codesourcery.com>
1089
1090         * lib/perftest.exp: New.
1091         * gdb.perf/lib/perftest/__init__.py: New.
1092         * gdb.perf/lib/perftest/measure.py: New.
1093         * gdb.perf/lib/perftest/perftest.py: New.
1094         * gdb.perf/lib/perftest/reporter.py: New.
1095         * gdb.perf/lib/perftest/testresult.py: New.
1096
1097 2013-11-06  Yao Qi  <yao@codesourcery.com>
1098
1099         * Makefile.in (check-perf): New target.
1100         * configure.ac (AC_OUTPUT): Output Makefile in gdb.perf.
1101         * configure: Re-generated.
1102         * gdb.perf/Makefile.in: New.
1103
1104 2013-11-04  Tom Tromey  <tromey@redhat.com>
1105
1106         * Makefile.in (TEST_DIRS): Remove.
1107         (TEST_TARGETS, check-parallel): Rewrite.
1108         (check-gdb.%, BASE1_FILES, BASE2_FILES, check-gdb.base%)
1109         (subdir_do, subdirs): Remove.
1110         (do-check-parallel, check/%): New targets.
1111         (clean): Remove outputs, temp, and cache directories.
1112         (saw_dash_j): New variable.
1113         (CHECK_TARGET): Use it.
1114         (check): Depend on all, site.exp.  Rewrite.
1115         (check-single): Remove dependencies.
1116         (slow_tests, all_tests, reordered_tests): New variables.
1117
1118 2013-11-04  Tom Tromey  <tromey@redhat.com>
1119
1120         * gdb.dwarf2/fission-base.S: Remove "gdb.dwarf/".
1121         * gdb.dwarf2/fission-base.exp: Set debug-file-directory
1122         before loading binfile.
1123         * gdb.dwarf2/fission-loclists.S: Remove "gdb.dwarf/".
1124         * gdb.dwarf2/fission-loclists.exp: Set debug-file-directory
1125         before loading binfile.
1126
1127 2013-11-04  Tom Tromey  <tromey@redhat.com>
1128
1129         * gdb.base/foll-exec.c (main): Use BASEDIR.
1130         * gdb.base/foll-exec.exp: Define BASEDIR during compilation.
1131         * gdb.base/foll-vfork.c (main): Use BASEDIR.
1132         * gdb.base/foll-vfork.exp: Define BASEDIR during compilation.
1133         * gdb.multi/bkpt-multi-exec.c (main): Use BASEDIR.
1134         * gdb.multi/bkpt-multi-exec.exp: Define BASEDIR during compilation.
1135
1136 2013-11-04  Tom Tromey  <tromey@redhat.com>
1137
1138         * gdb.base/argv0-symlink.exp: Compute executable's directory
1139         dynamically.
1140
1141 2013-11-04  Tom Tromey  <tromey@redhat.com>
1142
1143         * gdb.asm/asm-source.exp: Use standard_output_file.
1144
1145 2013-11-04  Tom Tromey  <tromey@redhat.com>
1146
1147         * gdb.server/file-transfer.exp: Use standard_output_file.
1148
1149 2013-11-04  Tom Tromey  <tromey@redhat.com>
1150
1151         * gdb.base/fullname.exp: Use standard_output_file,
1152         relative_filename.
1153         * gdb.base/hashline1.exp: Use standard_testfile,
1154         standard_output_file, relative_filename, clean_restart.
1155         * gdb.base/hashline2.exp: Use standard_testfile,
1156         standard_output_file.
1157         * gdb.base/hashline3.exp: Use standard_testfile,
1158         standard_output_file, relative_filename.
1159         * lib/gdb.exp (relative_filename): New proc.
1160
1161 2013-11-04  Tom Tromey  <tromey@redhat.com>
1162
1163         * gdb.base/fileio.c (test_open, test_write, test_read)
1164         (test_lseek, test_close, test_stat, test_fstat)
1165         (test_isatty, test_system, test_rename, test_unlink):
1166         Use OUTDIR define.
1167         * gdb.base/fileio.exp: Define OUTDIR during compilation.
1168         Use standard_output_file.
1169
1170 2013-11-04  Tom Tromey  <tromey@redhat.com>
1171
1172         * gdb.base/checkpoint.c (main): Use PI_TXT and COPY1_TXT
1173         defines.
1174         * gdb.base/checkpoint.exp: Define PI_TXT and COPY1_TXT during
1175         compilation.  Use prepare_for_testing, standard_output_file.
1176
1177 2013-11-04  Tom Tromey  <tromey@redhat.com>
1178
1179         * gdb.base/advance.exp: Use standard_testfile and
1180         prepare_for_testing.
1181         * gdb.base/bigcore.exp: Use standard_output_file.  "cd" to
1182         appropriate directory when local.
1183         * gdb.base/dump.exp: Use standard_output_file.  Update all
1184         "dump" and "restore" filenames.
1185         * gdb.base/interact.exp: Use standard_output_file.
1186         * gdb.base/jit-so.exp: Don't download file when local.
1187         * gdb.base/jit.exp (compile_jit_test): Don't download file
1188         when local.
1189         * gdb.base/list.exp: Use gdb_remote_download.
1190         * gdb.base/maint.exp: Use standard_output_file.
1191         * gdb.base/prelink.exp: Use standard_output_file.
1192         * gdb.base/save-bp.exp: Use standard_output_file.
1193         * gdb.base/sepdebug.exp: Use standard_testfile,
1194         standard_output_file.
1195         (test_different_dir): Don't declare objdir.
1196         * gdb.base/solib-search.exp: Use standard_output_file.
1197         * gdb.base/step-line.exp: Use gdb_remote_download.
1198         * gdb.base/trace-commands.exp: Use standard_output_file.
1199
1200 2013-11-04  Tom Tromey  <tromey@redhat.com>
1201
1202         * gdb.trace/mi-traceframe-changed.exp: Pass -DTFILE_DIR
1203         to compilation.  Use standard_output_file.
1204         (test_tfind_tfile): Update.
1205         * gdb.trace/tfile.c (write_basic_trace_file)
1206         (write_error_trace_file): Use TFILE_DIR.
1207         * gdb.trace/tfile.exp: Pass -DTFILE_DIR to compilation.  Use
1208         standard_output_file.
1209
1210 2013-11-04  Tom Tromey  <tromey@redhat.com>
1211
1212         * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
1213         Use "dwarf2 always-disassemble" for the "maint set" test.
1214         * gdb.mi/mi-file-transfer.exp (test_file_transfer): Use
1215         standard_output_file.
1216         * gdb.mi/mi-logging.exp: Use standard_output_file.
1217
1218 2013-11-04  Tom Tromey  <tromey@redhat.com>
1219
1220         * gdb.xml/tdesc-arch.exp: Use standard_output_file.  Make
1221         downloads conditional on remote host.
1222         (set_arch): Likewise.
1223         * gdb.xml/tdesc-regs.exp: Use gdb_remote_download.
1224         (load_description): Use standard_output_file.
1225
1226 2013-11-04  Tom Tromey  <tromey@redhat.com>
1227
1228         * gdb.gdb/selftest.exp: Use standard_output_file.
1229         * lib/selftest-support.exp (do_self_tests): Use
1230         standard_output_file.
1231
1232 2013-11-04  Tom Tromey  <tromey@redhat.com>
1233
1234         * gdb.stabs/weird.exp: Use gdb_remote_download and
1235         standard_output_file.
1236
1237 2013-11-04  Tom Tromey  <tromey@redhat.com>
1238
1239         * gdb.base/gcore-buffer-overflow.exp: Use
1240         standard_output_file, not standard_testfile.
1241         * gdb.base/twice.exp: Use standard_testfile, not
1242         standard_output_file.  Use gdb_remote_download.
1243
1244 2013-11-04  Tom Tromey  <tromey@redhat.com>
1245
1246         * lib/gdb.exp (get_compiler_info): Use log_file -info and
1247         restore from that.
1248
1249 2013-11-02  Maciej W. Rozycki  <macro@codesourcery.com>
1250
1251         * gdb.cp/derivation.exp: s/perrro/perror/
1252
1253 2013-11-01  Maciej W. Rozycki  <macro@codesourcery.com>
1254
1255         * gdb.dwarf2/dwzbuildid.exp: Rename `outdir' variable to
1256         `debugdir'.
1257
1258 2013-10-31  Andrew Burgess  <aburgess@broadcom.com>
1259
1260         * gdb.base/watchpoint.exp (test_no_hw_watchpoints): Add additional
1261         tests and update expected error message.
1262         (test_watch_register_location): New tests.
1263         (do_tests): Call test_watch_register_location.
1264         * gdb.base/watchpoints.exp: Update expected error message.
1265
1266 2013-10-30  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1267
1268         * gdb.arch/s390-multiarch.exp (test_linux_v2): Add $gdb_prompt to
1269         the patterns in gdb_test_multiple.
1270
1271 2013-10-29  Nicolas Blanc  <nicolas.blanc@intel.com>
1272
1273         * gdb.base/sym-file-lib.c: New file.
1274         * gdb.base/sym-file-loader.c: New file.
1275         * gdb.base/sym-file-loader.h: New file.
1276         * gdb.base/sym-file-main.c: New file.
1277         * gdb.base/sym-file.exp: New file.
1278         * lib/gdb.exp (is_elf_target): New function.
1279
1280 2013-10-29  Pedro Alves  <palves@redhat.com>
1281
1282         * gdb.mi/mi-console.c, gdb.mi/mi-stack.c: Remove local emacs
1283         variable setting change-log-default-name to ChangeLog-mi.
1284
1285 2013-10-29  Andrew Burgess  <aburgess@broadcom.com>
1286
1287         * gdb.trace/unavailable.exp (gdb_unavailable_registers_test):
1288         Expect <unavailable> pattern.
1289
1290 2013-10-28  Tom de Vries  <tom@codesourcery.com>
1291
1292         * gdb.arch/thumb2-it.S (it_8): Fix typo.
1293
1294 2013-10-25  Anton Kolesov  <Anton.Kolesov@synopsys.com>  (tiny change)
1295
1296         * gdb.base/bang.exp: Use gdb_continue_to_end to properly support
1297         remote stubs where exit() behaviour is unreliable.
1298
1299 2013-10-25  Pedro Alves  <palves@redhat.com>
1300
1301         * gdb.cp/m-static.exp: Adjust expected output of printing a
1302         nonexistent or optimized out static field.  Also test printing the
1303         the "container" object.
1304
1305 2013-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
1306
1307         * lib/gdb.exp (gdb_finish): Send a kill request to `gdbserver'
1308         if in the persistent mode.
1309         * gdb.trace/disconnected-tracing.exp: Reconnect before completion.
1310
1311 2013-10-24  Maciej W. Rozycki  <macro@codesourcery.com>
1312
1313         * lib/gdb.exp (gdb_gcore_cmd): Also handle a "Target does not
1314         support core file generation" reply.
1315
1316 2013-10-21  Jose E. Marchesi  <jose.marchesi@oracle.com>
1317
1318         PR gdb/15986
1319         * gdb.base/run.c (main): gdb_get_line_number tag added for
1320         commands.exp.
1321         (factorial): Likewise.
1322
1323         * gdb.base/commands.exp (watchpoint_command_test): Use
1324         gdb_get_line_number in order to determine the locations in run.c
1325         where local_var is detected to go out of scope.
1326
1327 2013-10-21  Jose E. Marchesi  <jose.marchesi@oracle.com>
1328
1329         * gdb.base/gnu_vector.exp: Care about endianness when casting
1330         scalars to vectors.
1331
1332 2013-10-18  Tom Tromey  <tromey@redhat.com>
1333
1334         * lib/gdb.exp (build_executable_from_specs): Remove duplicate set
1335         of "binfile".
1336
1337 2013-10-18  Andrew Burgess  <aburgess@broadcom.com>
1338
1339         * gdb.base/watchpoints.exp: Add test for setting software
1340         watchpoints of different types before starting the inferior.
1341
1342 2013-10-18  Pedro Alves  <palves@redhat.com>
1343
1344         PR gdb/16062
1345         * gdb.threads/stepi-random-signal.c: New file.
1346         * gdb.threads/stepi-random-signal.exp: New file.
1347
1348 2013-10-17  Maciej W. Rozycki  <macro@codesourcery.com>
1349
1350         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
1351         Fix comment typo.
1352         * lib/gdb.exp (gdb_init): Likewise.
1353
1354 2013-10-17  Tom Tromey  <tromey@redhat.com>
1355
1356         * gdb.base/printcmds.exp (test_printf): Test printf flushing.
1357
1358 2013-10-14  Tom Tromey  <tromey@redhat.com>
1359
1360         * gdb.dwarf2/dwzbuildid.exp (write_dwarf_file): Pass explicit test
1361         name to gdb_test_no_output.
1362
1363 2013-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
1364
1365         Canonicalize directories for EXEC_FILENAME.
1366         * gdb.base/argv0-symlink.exp
1367         (kept file symbolic link name for info inferiors): New.
1368         (kept directory symbolic link name): Setup kfail.
1369         (kept directory symbolic link name for info inferiors): New.
1370
1371 2013-10-11  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1372
1373         * gdb.arch/s390-multiarch.exp: New file.
1374         * gdb.arch/s390-multiarch.c: New file.
1375
1376 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
1377
1378         * gdb.ada/mi_catch_ex.exp: Adjusts all "catch ..." tests to
1379         use the appropriate GDB/MI command instead, and verify
1380         the test output.
1381
1382 2013-10-11  Joel Brobecker  <brobecker@adacore.com>
1383
1384         * gdb.base/source-nofile.gdb: New file.
1385         * gdb.base/source.exp: Add two tests verifying the behavior when
1386         the "source" command is given a non-existant filename.
1387
1388 2013-10-11  Yao Qi  <yao@codesourcery.com>
1389
1390         * gdb.mi/mi-catch-load.c: Remove the include of "dlfcn.h".
1391          [__WIN32__]: Include "windows.h" and define macro 'dlopen'
1392          and 'dlclose'.
1393         [!__WIN32__]: Include "dlfcn.h".
1394         * gdb.mi/mi-catch-load.exp: Set up kfail.
1395
1396 2013-10-10  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1397
1398         * lib/gdb.exp (gdb_core_cmd): Replace fixed string "re-load
1399         generated corefile" by argument "$test".
1400
1401 2013-10-09  Pedro Alves  <palves@redhat.com>
1402
1403         * gdb.python/py-prettyprint.exp (run_lang_tests): Adjust expected
1404         output.
1405
1406 2013-10-09  Pedro Alves  <palves@redhat.com>
1407
1408         * gdb.base/catch-syscall.exp (test_catch_syscall_without_args)
1409         (test_catch_syscall_with_args, test_catch_syscall_with_many_args)
1410         (test_catch_syscall_with_wrong_args)
1411         (test_catch_syscall_restarting_inferior)
1412         (test_catch_syscall_fail_nodatadir)
1413         (test_catch_syscall_without_args_noxml)
1414         (test_catch_syscall_with_args_noxml)
1415         (test_catch_syscall_with_wrong_args_noxml): Use with_test_prefix.
1416
1417 2013-10-08  Tom Tromey  <tromey@redhat.com>
1418
1419         * gdb.dwarf2/dwzbuildid.exp: New file.
1420         * lib/dwarf.exp (Dwarf::_section): Add "flags" and "type"
1421         parameters.
1422         (Dwarf::_defer_output): Change "section" parameter to
1423         "section_spec"; update.
1424         (Dwarf::gnu_debugaltlink, Dwarf::_note, Dwarf::build_id): New
1425         procs.
1426
1427 2013-10-08  Joel Brobecker  <brobecker@adacore.com>
1428
1429         * gdb.ada/mi_catch_ex.exp: Make "mi_execute_to" test names unique.
1430
1431 2013-10-07  Tom Tromey  <tromey@redhat.com>
1432
1433         * lib/mi-support.exp (varobj_tree::walk_tree): Set _root_idx
1434         to 0.
1435
1436 2013-10-06  Sergio Durigan Junior  <sergiodj@redhat.com>
1437
1438         * gdb.base/corefile.exp: Test whether $_exitsignal is set and
1439         $_exitcode is void when opening a corefile.
1440         * gdb.base/exitsignal.exp: New file.
1441         * gdb.base/segv.c: Likewise.
1442         * gdb.base/normal.c: Likewise.
1443
1444 2013-10-04  Joel Brobecker  <brobecker@adacore.com>
1445
1446         * gdb.mi/mi-start.c, gdb.mi/mi-start.exp: New files.
1447
1448 2013-10-02  Vidya Praveen  <vidyapraveen@arm.com>
1449
1450         * gdb.trace/entry-values.exp: Modify regular expression to scan for
1451         'bl' instruction instead of 'call' for ARM and AArch64 targets.
1452
1453 2013-10-02  Pedro Alves  <palves@redhat.com>
1454
1455         * gdb.dwarf2/dw2-reg-undefined.exp <pattern_rax_rbx_rcx_print,
1456         pattern_rax_rbx_rcx_info>: Set to "<not saved>".
1457         * gdb.mi/mi-reg-undefined.exp (opt_out_pattern): Delete.
1458         (not_saved_pattern): New.
1459         Replace use of the former with the latter.
1460
1461 2013-10-02  Pedro Alves  <palves@redhat.com>
1462
1463         * README (Board Settings): Document "exit_is_reliable".
1464         * lib/gdb.exp (gdb_continue_to_end): Check whether the board says
1465         running to exit reliably reports program exits.
1466         * boards/native-gdbserver.exp: Set exit_is_reliable in the board
1467         info.
1468         * boards/native-stdio-gdbserver.exp: Likewise.
1469
1470 2013-10-01  Doug Evans  <dje@google.com>
1471
1472         * gdb.python/python.exp: Remove redundant print-stack tests.
1473         Make all print-stack test names unique.  Fix spelling of print-stack.
1474
1475 2013-09-29  Yao Qi  <yao@codesourcery.com>
1476
1477         * gdb.base/shreloc.exp: Set $msymfile to 'shreloc.txt' if host
1478         is remote.
1479
1480 2013-09-25  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1481
1482         PR shlibs/8882
1483         * gdb.base/corefile.exp: Add a check to assure warning-free
1484         core-file load.
1485
1486 2013-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
1487
1488         * gdb.dwarf2/dwp-symlink.c: New file.
1489         * gdb.dwarf2/dwp-symlink.exp: New file.
1490
1491 2013-09-20  Doug Evans  <dje@google.com>
1492
1493         * lib/dwarf.exp (build_executable_from_fission_assembler): New proc.
1494         * gdb.dwarf2/fission-base.S: Update.  Split out .dwo into separate
1495         file.
1496         * gdb.dwarf2/fission-loclists.S: Ditto.
1497         * gdb.dwarf2/fission-reread.S: Ditto.
1498         * gdb.dwarf2/fission-base.exp: Skip of remote host.  Compile with
1499         build_executable_from_fission_assembler.
1500         * gdb.dwarf2/fission-loclists.exp: Ditto.
1501         * gdb.dwarf2/fission-reread.exp: Ditto.
1502
1503         * lib/future.exp (gdb_find_objcopy, gdb_find_readelf): New procs.
1504         * lib/gdb.exp (build_id_debug_filename_get): Update to use them.
1505         (gdb_gnu_strip_debug): Ditto.
1506         * lib/prelink-support.exp (section_get, prelink_no): Ditto.
1507         * gdb.arch/altivec-abi.exp: Ditto.
1508         * gdb.base/attach-pie-misread.exp: Ditto.
1509         * gdb.base/comprdebug.exp: Ditto.
1510         * gdb.base/dup-sect.exp: Ditto.
1511         * gdb.base/gnu-debugdata.exp: Ditto.
1512         * gdb.base/step-symless.exp: Ditto.
1513         * gdb.dwarf2/dw2-inline-param.exp: Ditto.
1514         * gdb.dwarf2/dw2-skip-prologue.exp: Ditto.
1515         * gdb.dwarf2/gdb-index.exp: Ditto.
1516
1517 2013-09-18  Andrew Burgess  <aburgess@broadcom.com>
1518
1519         * gdb.dwarf2/dw2-reg-undefined.exp: Change pattern for info
1520         register to "<optimized out>", and also print the registers.
1521
1522 2013-09-18  Pedro Alves  <palves@redhat.com>
1523
1524         PR server/15967
1525         * gdb.server/wrapper.exp: Also return unsupported for Cygwin, and
1526         change text.
1527
1528 2013-09-18  Yao Qi  <yao@codesourcery.com>
1529
1530         * gdb.server/wrapper.c: New.
1531         * gdb.server/wrapper.exp: New.
1532
1533 2013-09-17  Muhammad Waqas  <mwaqas@codesourccery.com>
1534             Jan Kratochvil  <jan.kartochvil@redhat.com>
1535             Pedro Alves  <palves@redhat.com>
1536
1537         PR gdb/11568
1538         * gdb.thread/thread-specific-bp.c: New file.
1539         * gdb.thread/thread-specific-bp.exp: New file.
1540
1541 2013-09-17  Sergio Durigan Junior  <sergiodj@redhat.com>
1542
1543         * gdb.base/defaults.exp (<show_conv_list>): Add check for $_isvoid
1544         convenience function.
1545
1546 2013-09-17  Pedro Alves  <palves@redhat.com>
1547
1548         PR gdb/15911
1549         * gdb.threads/info-threads-cur-sal-2.c: New file.
1550         * gdb.threads/info-threads-cur-sal.c: New file.
1551         * gdb.threads/info-threads-cur-sal.exp: New file.
1552
1553 2013-09-17  Yao Qi  <yao@codesourcery.com>
1554
1555         * gdb.base/catch-load.c: Remove the include of "dlfcn.h".
1556          [__WIN32__]: Include "windows.h" and define macro dlopen
1557          and dlclose.
1558         [!__WIN32__]: Include "dlfcn.h".
1559         * gdb.base/catch-load.exp (one_catch_load_test): Match
1560         directory separator.
1561
1562 2013-09-16  Doug Evans  <dje@google.com>
1563
1564         * lib/gdb.exp (using_fission): New proc.
1565         * gdb.base/info-macros.exp: Skip test if using Fission.
1566
1567         * gdb.base/break-interp.exp: Fix indentation.
1568
1569 2013-09-16  Sergio Durigan Junior  <sergiodj@redhat.com>
1570
1571         * gdb.base/gdbvars.c (foo_void): New function.
1572         (foo_int): Likewise.
1573         * gdb.base/gdbvars.exp (test_convenience_functions): New
1574         function.  Call it.
1575
1576 2013-09-13  Andreas Arnez  <arnez@linux.vnet.ibm.com>
1577
1578         * gdb.arch/s390-tdbregs.c: New file.
1579         * gdb.arch/s390-tdbregs.exp: New file.
1580
1581 2013-09-12  Stan Shebs  <stan@codesourcery.com>
1582
1583         * README: New file.
1584
1585 2013-09-12  Doug Evans  <dje@google.com>
1586
1587         * gdb.python/py-events.py (new_objfile_handler): Remove accidentally
1588         added code to print event.inferior.
1589
1590 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1591
1592         * gdb.base/gnu-debugdata.exp (objcopy 1): Move it lower and use only
1593         debug part of the binary.
1594
1595 2013-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
1596
1597         * gdb.base/gnu-debugdata.exp (strip): Add -R .comment.
1598         (addlink): Add comment.
1599
1600 2013-09-10  Sanimir Agovic  <sanimir.agovic@intel.com>
1601
1602         * gdb.base/default.exp: Adjust regexpr for 'cd' to match optional
1603         canonical pathname.
1604
1605 2013-09-04  Doug Evans  <dje@google.com>
1606
1607         * gdb.python/py-events.py (exit_handler): Verify we get the expected
1608         event.
1609         (continue_handler, new_objfile_handler): Ditto.
1610         (test_events): Rename command to "test-events".
1611         (test_newobj_events): Rename command to "test-objfile-events".
1612         * gdb.python/py-events.exp: Update.
1613         * gdb.python/py-evsignal.exp: Update.
1614         * gdb.python/py-evthreads.exp: Update.
1615
1616         * gdb.base/enumval.c (ZERO): New enum value.
1617         (main): Use it
1618         * gdb.base/enumval.exp: Test ability to print ZERO.
1619
1620 2013-09-03  Muhammad Bilal  <mbilal@codesourcery.com>
1621             Pedro Alves  <palves@redhat.com>
1622
1623         * gdb.base/relocate.exp: Check that invalid options are
1624         rejected.
1625
1626 2013-08-30  Andrew Burgess  <aburgess@broadcom.com>
1627
1628         * gdb.base/code_elim1.c (my_bss_symbol): New variable added.
1629         (my_static_symbol): Add comment.
1630         (main): Reference my_bss_symbol.
1631
1632 2013-08-30  Phil Muldoon  <pmuldoon@redhat.com>
1633
1634         * gdb.python/py-arch.exp: Tests for invalid architecture.
1635
1636 2013-08-29  Sterling Augustine  <saugustine@google.com>
1637
1638         * boards/remote-stdio-gdbserver.exp: Set rcp_prog and
1639         rsh_prog in new conditional.  Move use of REMOTE_PORTNUM into
1640         said conditional.
1641
1642 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
1643
1644         * gdb.python/py-arch.exp: Load gdb-python.exp.
1645
1646 2013-08-29  Phil Muldoon  <pmuldoon@redhat.com>
1647
1648         * gdb.python/py-framefilter.py (FrameFilter.filter): Check
1649         itertools for imap attribute.  Otherwise use map().
1650         (ElidingIterator): Define wrapper function __next__.
1651         * gdb.python/py-framefilter-mi.exp: Do not use execfile,
1652         use exec (open (read ())) instead.
1653         * gdb.python/py-framefilter.exp: Ditto.
1654         * gdb.python/py-arch.exp: Update print based test to Python 3.x
1655         compliance.
1656         * gdb.python/py-frame.exp: Ditto.
1657         * gdb.python/py-type.exp: Ditto.
1658
1659 2013-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
1660
1661         PR gdb/15415
1662         * gdb.base/argv0-symlink.c: New file.
1663         * gdb.base/argv0-symlink.exp: New file.
1664
1665 2013-08-28  Tom Tromey  <tromey@redhat.com>
1666
1667         * gdb.dwarf2/gdb-index.exp (add_gdb_index): Use explicit test name
1668         when saving index.
1669
1670 2013-08-27  Yao Qi  <yao@codesourcery.com>
1671
1672         * gdb.trace/entry-values.exp: Test unavailable entry value is
1673         not shown when option '--skip-unavailable' is specified.
1674         * gdb.trace/mi-trace-unavailable.exp (test_trace_unavailable):
1675         Add tests for new option '--skip-unavailable'.
1676
1677 2013-08-27  Yao Qi  <yao@codesourcery.com>
1678
1679         * lib/gdb.exp (gdb_remote_download): Don't pass $tofile to
1680         remote_download if it is empty.
1681
1682 2013-08-26  Doug Evans  <dje@google.com>
1683
1684         PR symtab/15885
1685         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add gdb-index.
1686         (clean): rm -f *.gdb-index *.with-index.
1687         * gdb.dwarf2/gdb-index.exp: New testcase.
1688
1689         * lib/gdb.exp (run_on_host): Moved here from gnu-debugdata.exp.
1690         * gdb.base/gnu-debugdata.exp (run): Moved to gdb.exp and renamed to
1691         run_on_host.  All callers updated.
1692
1693 2013-08-24  Yao Qi  <yao@codesourcery.com>
1694
1695         * gdb.trace/entry-values.c (end): New
1696         (main): Call end.
1697         * gdb.trace/entry-values.exp: Load trace-support.exp.  Set
1698         tracepoint and collect data.  Test entry value is unavailable.
1699
1700 2013-08-24  Yao Qi  <yao@codesourcery.com>
1701
1702         * lib/dwarf.exp (_location): Handle DW_OP_deref_size.
1703         * gdb.trace/entry-values.c: New.
1704         * gdb.trace/entry-values.exp: New.
1705
1706 2013-07-12  Muhammad Waqas  <mwaqas@codesourccery.com>
1707
1708         PR gdb/15501
1709         * gdb.base/ena-dis-br.exp: Add test to verify
1710         enable/disable commands work correctly with
1711         multiple arguments that include multiple locations.
1712
1713 2013-08-22  Samuel Bronson  <naesten@gmail.com>
1714
1715         ARM Linux support for `catch syscall'.
1716         * gdb.base/catch-syscall.exp: Test this on ARM now.
1717         (fill_all_syscalls_numbers): ARM has close/chroot on 6/61, too.
1718
1719 2013-08-22  Tom Tromey  <tromey@redhat.com>
1720
1721         * lib/dwarf.exp (cu, tu): Handle addr_size of "default".  Change
1722         default addr_size.
1723         * lib/gdb.exp (is_64_target): New gdb_caching_proc.
1724
1725 2013-08-22  Tom Tromey  <tromey@redhat.com>
1726
1727         * lib/gdb.exp (skip_btrace_tests): Use gdb_caching_proc and
1728         standard_temp_file.
1729
1730 2013-08-22  Tom Tromey  <tromey@redhat.com>
1731
1732         * gdb.arch/amd64-byte.exp: Use standard_testfile,
1733         clean_restart.
1734         * gdb.arch/amd64-disp-step.exp: Use standard_testfile.
1735         * gdb.arch/amd64-dword.exp: Use standard_testfile,
1736         clean_restart.
1737         * gdb.arch/amd64-entry-value-param.exp: Use standard_testfile.
1738         * gdb.arch/amd64-entry-value.exp: Use standard_testfile.
1739         * gdb.arch/amd64-prologue-xmm.exp: Use standard_testfile.
1740         * gdb.arch/amd64-word.exp: Use standard_testfile,
1741         clean_restart.
1742         * gdb.arch/i386-avx.exp: Use standard_testfile, clean_restart.
1743         * gdb.arch/i386-byte.exp: Use standard_testfile, clean_restart.
1744         * gdb.arch/i386-disp-step.exp: Use standard_testfile.
1745         * gdb.arch/i386-dr3-watch.exp: Use standard_testfile.
1746         * gdb.arch/i386-permbkpt.exp: Use standard_testfile, clean_restart.
1747         * gdb.arch/i386-signal.exp: Use standard_testfile.
1748         * gdb.arch/i386-size-overlap.exp: Use standard_testfile, clean_restart.
1749         * gdb.arch/i386-sse.exp: Use standard_testfile, clean_restart.
1750         * gdb.arch/i386-unwind.exp: Use standard_testfile.
1751         * gdb.arch/i386-word.exp: Use standard_testfile, clean_restart.
1752
1753 2013-08-22  Tom Tromey  <tromey@redhat.com>
1754
1755         * gdb.python/py-error.exp: Use gdb_remote_download.
1756         * gdb.python/py-mi.exp: Use gdb_remote_download.
1757         * gdb.python/py-objfile-script.exp: Use standard_output_file.
1758         * gdb.python/py-prettyprint.exp: Use gdb_remote_download.
1759         (run_lang_tests): Likewise.
1760         * gdb.python/py-section-script.c: Use SCRIPT_FILE rather than
1761         filename.
1762         * gdb.python/py-section-script.exp: Set SCRIPT_FILE when
1763         compiling.  Use gdb_remote_download.  Update some tests.
1764         * gdb.python/py-strfns.exp (test_strfns_core_file): Use
1765         standard_output_file.
1766         * gdb.python/py-typeprint.exp: Use gdb_remote_download.
1767         * gdb.python/py-frame-args.exp: Use gdb_remote_download.
1768         * gdb.python/py-framefilter-mi.exp: Use gdb_remote_download.
1769         * gdb.python/py-framefilter.exp: Use gdb_remote_download,
1770         standard_output_file.
1771
1772 2013-08-22  Tom Tromey  <tromey@redhat.com>
1773
1774        * lib/cell.exp (skip_cell_tests): Use standard_temp_file.
1775
1776 2013-08-22  Tom Tromey  <tromey@redhat.com>
1777
1778         * gdb.dwarf2/dw2-basic.exp: Use gdb_remote_download.
1779         * gdb.dwarf2/dw2-compressed.exp: Use gdb_remote_download.
1780         * gdb.dwarf2/dw2-intercu.exp: Use gdb_remote_download.
1781         * gdb.dwarf2/dw2-intermix.exp: Use gdb_remote_download.
1782         * gdb.dwarf2/dw2-producer.exp: Use gdb_remote_download.
1783         * gdb.dwarf2/mac-fileno.exp: Use gdb_remote_download.
1784         * lib/gdb.exp (gdb_remote_download): New proc.
1785
1786 2013-08-22  Tom Tromey  <tromey@redhat.com>
1787
1788         * gdb.dwarf2/clztest.exp: Use standard_testfile.
1789         * gdb.dwarf2/dw2-minsym-in-cu.exp: Use standard_testfile.
1790         * gdb.dwarf2/fission-base.S: Remove directory from
1791         DW_AT_GNU_dwo_name.
1792         * gdb.dwarf2/fission-base.exp: Use build_executable.  Set
1793         debug-file-directory.
1794         * gdb.dwarf2/fission-reread.S: Remove directory from
1795         DW_AT_GNU_dwo_name.
1796         * gdb.dwarf2/fission-reread.exp: Use build_executable.  Set
1797         debug-file-directory.
1798
1799 2013-08-16  Doug Evans  <dje@google.com>
1800
1801         * lib/prelink-support.exp (prelink_yes): Flag test as unsupported if
1802         prelink complains about an unhandled DWARF version.
1803
1804 2013-08-14  Cary Coutant  <ccoutant@google.com>
1805
1806         * boards/fission.exp: Add -fdebug-types-section to debug_flags.
1807
1808 2013-08-13  Tom Tromey  <tromey@redhat.com>
1809             Yao Qi  <yao@codesourcery.com>
1810
1811         * lib/cache.exp (gdb_do_cache): Handle GDB_PARALLEL.
1812         * lib/gdb.exp: Handle GDB_PARALLEL.
1813         (default_gdb_version): Kill inotify_pid if it exists.
1814         (default_gdb_exit): Emit warning if the inotify log is not
1815         empty.
1816         (standard_output_file): Respect GDB_PARALLEL.
1817         (standard_temp_file): Likewise.
1818         (gdb_init): Start inotifywait if requested.
1819
1820 2013-08-13  Andrew Burgess  <aburgess@broadcom.com>
1821
1822         * gdb.base/printcmds.exp (test_printf): Add test for printf of
1823         pointer with various flags.
1824
1825 2013-08-13  Tom Tromey  <tromey@redhat.com>
1826
1827         * lib/cache.exp: New file.
1828         * lib/cell.exp (skip_cell_tests): Use gdb_caching_proc.
1829         * lib/gdb.exp: Load cache.exp.
1830         (support_complex_tests, is_ilp32_target, is_lp64_target)
1831         (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests)
1832         (gdb_skip_xml_test): Use gdb_caching_proc.
1833         * lib/opencl.exp (skip_opencl_tests): Use gdb_caching_proc.
1834
1835 2013-08-13  Tom Tromey  <tromey@redhat.com>
1836
1837         * lib/gdb.exp (standard_temp_file): New proc.
1838         (support_complex_tests, is_ilp32_target, is_lp64_target)
1839         (is_amd64_regs_target, skip_altivec_tests, skip_vsx_tests): Use
1840         standard_temp_file.
1841
1842 2013-08-13  Tom Tromey  <tromey@redhat.com>
1843
1844         * lib/gdb.exp (build_id_debug_filename_get): Use
1845         standard_output_file.
1846         * lib/prelink-support.exp (section_get)
1847         (build_executable_own_libs): Use standard_output_file.
1848
1849 2013-08-12  Tom Tromey  <tromey@redhat.com>
1850
1851         * Makefile.in (ALL_SUBDIRS): Add gdb.go.
1852
1853 2013-08-12  Ali Anwar  <alianwar@codesourcery.com>
1854
1855         * gdb.base/break.exp: Test break via convenience variable
1856         with file name.
1857
1858 2013-08-09  Doug Evans  <dje@google.com>
1859
1860         * lib/future.exp (gdb_find_ldd): New proc.
1861         * lib/prelink-support.exp (build_executable_own_libs): Call it.
1862         Make "/usr/sbin/" in prelink path optional.
1863
1864 2013-08-09  Yao Qi  <yao@codesourcery.com>
1865
1866         * gdb.trace/collection.exp (gdb_collect_args_test): Set
1867         "only" and "both" to 'print entry-values' before selecting
1868         trace frame.
1869
1870 2013-08-08  Yao Qi  <yao@codesourcery.com>
1871
1872         * gdb.trace/mi-trace-unavailable.exp: Don't set
1873         "print entry-values" to "no".
1874         (test_trace_unavailable): Set various values to
1875         "print entry-values" to test that the output of
1876         '-stack-list-locals' is not affected, and then set
1877         set "print entry-values" to "no".
1878
1879 2013-08-07  Doug Evans  <dje@google.com>
1880
1881         * gdb.python/py-value-cc.cc: Renamed from py-value.cc.
1882         * gdb.python/py-value-cc.exp: Update.
1883         * gdb.python/py-value.exp: Use different names for .o files for
1884         C and C++.  Only perform C++ tests if !skip_cplus_tests.
1885
1886 2013-08-07  Tom Tromey  <tromey@redhat.com>
1887
1888         * gdb.base/maint.exp: Allow zero symtabs to be expanded.
1889
1890 2013-08-07  Tom Tromey  <tromey@redhat.com>
1891
1892         * gdb.dwarf2/dwz.exp: New file.
1893
1894 2013-08-02  Tom Tromey  <tromey@redhat.com>
1895
1896         * gdb.base/watchpoint.c (struct foo5): New.
1897         (nullptr): New global.
1898         * gdb.base/watchpoint.exp (test_watch_location): Add test.
1899
1900 2013-08-01  Doug Evans  <dje@google.com>
1901
1902         PR symtab/15691
1903         * gdb.dwarf2/fission-mix.exp: New file.
1904         * gdb.dwarf2/fission-mix.h: New file.
1905         * gdb.dwarf2/fission-mix.c: New file.
1906         * gdb.dwarf2/fission-mix2.c: New file.
1907
1908         PR symtab/15695
1909         * gdb.base/func-ptr.exp: New file.
1910         * gdb.base/func-ptr.c: New file.
1911
1912 2013-08-01  Yao Qi  <yao@codesourcery.com>
1913
1914         * gdb.python/py-sync-interp.c: New.
1915         * gdb.python/py-sync-interp.exp: New.
1916
1917 2013-07-31  Yao Qi  <yao@codesourcery.com>
1918
1919         * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Test command
1920         'tdump' on stack frame 0 and 1 respectively.
1921
1922 2013-07-31  Yao Qi  <yao@codesourcery.com>
1923
1924         PR gdb/13443
1925         * gdb.trace/backtrace.exp (gdb_backtrace_tdp_3): Add parameter
1926         'traceframe'.  Wrap test with with_test_prefix.
1927         (top level): Update.
1928
1929 2013-07-31  Yao Qi  <yao@codesourcery.com>
1930
1931         * gdb.trace/backtrace.exp: Don't invoke 'get_exit' and
1932         'gdb_start'.
1933         Invoke 'prepare_for_testing' instead of 'gdb_compile'.
1934         Use gdb_test_no_output to issue commands 'tstart' and 'tstop'.
1935
1936 2013-07-30  Andrew Burgess  <aburgess@broadcom.com>
1937
1938         * gdb.dwarf2/pieces-optimized-out.exp: Expect "<optimized out>"
1939         when printing an optimized out value.  Expect an error when using
1940         an optimized out value in an expression.
1941
1942 2013-07-30  Andrew Burgess  <aburgess@broadcom.com>
1943
1944         * gdb.dwarf2/pieces-optimized-out.exp: New file.
1945         * gdb.dwarf2/pieces-optimized-out.c: New file.
1946         * gdb.dwarf2/pieces-optimized-out.S: New file.
1947
1948 2013-07-30  Muhammad Bilal  <mbilal@codesourcery.com>
1949
1950         PR gdb/15715
1951         * gdb.base/setshow.exp: Test that relative paths passed to
1952         'set history filename' are converted to absolute paths.
1953
1954 2013-07-26  Keith Seitz  <keiths@redhat.com>
1955
1956         * gdb.mi/mi-var-child-f.exp: Pass f90 to gdb_compile instead
1957         of f77.
1958         Allow for compiler variations of integer types.
1959         Use mi_create_varobj.
1960         Use mi_list_varobj_children for the immediate children of `array'.
1961         Add "has_more" attribute for grandchildren test.
1962
1963 2013-07-26  Pedro Alves  <palves@redhat.com>
1964
1965         * gdb.base/interrupt-noterm.c, gdb.base/interrupt-noterm.exp: New
1966         files.
1967
1968 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
1969
1970         * gdb.mi/mi-reg-undefined.exp: New file.
1971         * gdb.mi/mi-reg-undefined.c: Likewise.
1972         * gdb.mi/mi-reg-undefined.S: Likewise.
1973
1974 2013-07-25  Andrew Burgess  <aburgess@broadcom.com>
1975
1976         * gdb.base/printcmds.exp (test_print_int_arrays): Add tests for x,
1977         z, o, and t output formats.
1978         * gdb.base/display.exp: Use 'k' as an undefined format now that
1979         'z' is defined.
1980
1981 2013-07-24  Doug Evans  <dje@google.com>
1982
1983         * boards/native-stdio-gdbserver.exp (${board}_build_remote_cmd): Pass
1984         "--" to switch.
1985
1986 2013-07-24  Yao Qi  <yao@codesourcery.com>
1987
1988         * gdb.mi/mi-var-cmd.exp: If host is remote, use ${testfile} on
1989         host.
1990         * gdb.mi/mi-basics.exp (test_exec_and_symbol_mi_operatons):
1991         Likewise.  If host is remote, copy ${binfile} to host.
1992
1993 2013-07-23  Yao Qi  <yao@codesourcery.com>
1994
1995         * gdb.mi/mi-var-cmd.exp: Adjust pattern to match current error
1996         message.
1997
1998 2013-07-19  Omair Javaid  <Omair.Javaid@linaro.org>
1999
2000         * gdb.base/disp-step-syscall.exp: Add svc and swi syscall
2001         instructions and enable disp-step-syscall for arm targets.
2002
2003 2013-07-19  Omair Javaid  <Omair.Javaid@linaro.org>
2004
2005         * gdb.dwarf2/fission-reread.S: Replace @ sign with % sign to remove
2006         assembler errors on arm.
2007         * gdb.dwarf2/mac-fileno.S: Likewise.
2008         * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
2009         * gdb.dwarf2/pr13961.S: Likewise.
2010
2011 2013-07-19  Hui Zhu  <hui@codesourcery.com>
2012
2013         PR gdb/15692
2014         * gdb.mi/mi-dprintf.exp: Add double quotes test.
2015
2016 2013-07-19  Yao Qi  <yao@codesourcery.com>
2017
2018         * gdb.trace/read-memory.exp (test_from_remote): Update test.
2019         (teset_from_exec): Likewise.
2020
2021 2013-07-19  Yao Qi  <yao@codesourcery.com>
2022
2023         * gdb.trace/read-memory.c: New.
2024         * gdb.trace/read-memory.exp: New.
2025
2026 2013-07-19  Yao Qi  <yao@codesourcery.com>
2027
2028         * lib/gdb.exp (gdb_compile_shlib): Pass the tail name of
2029         $dest to link options if host is remote.  Move the
2030         generated file to $dest.a on host if host is remote.
2031
2032 2013-07-18  Will Newton  <will.newton@linaro.org>
2033
2034         * gdb.threads/tls-nodebug.c: Call pthread_testcancel
2035         to ensure the test is linked against pthreads.
2036         * gdb.threads/tls-var-main.c: Likewise.
2037         * gdb.threads/tls-shared.c: Likewise.
2038
2039 2013-07-18  Yao Qi  <yao@codesourcery.com>
2040
2041         * lib/future.exp (gdb_default_target_compile): Use tail name
2042         of $destfile as the output name of compile.  Move the
2043         generated file to $destfile on build.
2044
2045 2013-07-18  Yao Qi  <yao@codesourcery.com>
2046
2047         * lib/gdb.exp (gdb_compile): Set
2048         gdb_saved_set_unbuffered_mode_obj to
2049         set_unbuffered_mode_saved.o if host is remote.  Invoke
2050         remote_download to copy $unbuf_obj to host.
2051
2052 2013-07-17  Doug Evans  <dje@google.com>
2053
2054         * gdb.python/py-frame-args.c: New file.
2055         * gdb.python/py-frame-args.py: New file.
2056         * gdb.python/py-frame-args.exp New file.
2057
2058 2013-07-16  Andrew Burgess  <aburgess@broadcom.com>
2059
2060         * gdb.base/printcmds.exp (test_printf): Add tests for format
2061         strings with missing format specifier.
2062
2063 2013-07-16  Tom Tromey  <tromey@redhat.com>
2064
2065         * gdb.ada/info_types.exp: Use standard_testfile.
2066
2067 2013-07-16  Tom Tromey  <tromey@redhat.com>
2068
2069         * gdb.mi/mi-basics.exp: Use standard_output_file.
2070         (test_dir_specification, test_cwd_specification)
2071         (test_path_specification): Use testsubdir, not subdir and objdir.
2072
2073 2013-07-16  Tom Tromey  <tromey@redhat.com>
2074
2075         * gdb.trace/mi-traceframe-changed.exp: Don't use objdir.
2076
2077 2013-07-09  Joel Brobecker  <brobecker@adacore.com>
2078
2079         * gdb.ada/small_reg_param.exp: Accept optional entry value
2080         for parameter "w".
2081
2082 2013-07-09  Joel Brobecker  <brobecker@adacore.com>
2083
2084         * gdb.ada/small_reg_param.exp: Remove trailing space.
2085
2086 2013-07-09  Doug Evans  <dje@google.com>
2087
2088         * gdb.base/default.exp: Update expected output of "show print array"
2089         and "show print pretty".
2090
2091 2013-07-08  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2092
2093         * gdb.threads/wp-replication.exp: Stop counting available hardware
2094         watchpoints after NR_THREADS iterations.
2095
2096 2013-07-08  Andrew Burgess  <aburgess@broadcom.com>
2097
2098         * gdb.python/py-explore.exp: Add $gdb_prompt to test regexp.
2099
2100 2013-07-07  Yao Qi  <yao@codesourcery.com>
2101
2102         * boards/native-gdbserver.exp: Move invoke of
2103         process_multilib_options to gdbserver-base.exp.
2104         Move set_board_info 'compiler', 'gdb,noinferiorio',
2105         'gdb,nofileio', 'gdb_server_prog' and 'gdb,predefined_tsv' to
2106         gdbserver-base.exp.
2107         Move proc ${board}_download, ${board}_upload and
2108         ${board}_file to gdbserver-base.exp.
2109         * boards/native-extended-gdbserver.exp: Likewise.
2110         * boards/native-stdio-gdbserver.exp: Likewise.
2111         * boards/gdbserver-base.exp: New file.
2112
2113 2013-07-05  Luis Machado  <lgustavo@codesourcery.com>
2114
2115         * gdb.base/dump.exp: Remove arch-specific tests and do a
2116         generic data address check to set is64bitonly correctly.
2117
2118 2013-07-05  Luis Machado  <lgustavo@codesourcery.com>
2119
2120         * gdb.mi/gdb2549.exp (register_tests): Expect any decimal for
2121         the register number instead of expecting only 0.
2122
2123 2013-07-05  Will Newton  <will.newton@linaro.org>
2124
2125         * gdb.base/gnu-ifunc-lib.c: Use %function instead of @function
2126         in asm syntax to allow building on ARM.
2127
2128 2013-07-05  Yao Qi  <yao@codesourcery.com>
2129
2130         * boards/local-remote-host.exp: Remove obsolete comments.
2131         * boards/native-extended-gdbserver.exp: Likewise.
2132         * boards/native-gdbserver.exp: Likewise.
2133         * boards/native-stdio-gdbserver.exp: Likewise.
2134
2135 2013-07-04  Andrew Burgess  <aburgess@broadcom.com>
2136
2137         * gdb.dwarf2/dw2-reg-undefined.exp: New file.
2138         * gdb.dwarf2/dw2-reg-undefined.c: Likewise.
2139         * gdb.dwarf2/dw2-reg-undefined.S: Likewise.
2140
2141 2013-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
2142
2143         * gdb.base/break-on-linker-gcd-function.exp: Replace
2144         prepare_for_testing by build_executable_from_specs and clean_restart.
2145
2146 2013-06-27  Tom Tromey  <tromey@redhat.com>
2147
2148         * gdb.base/testenv.exp, gdb.base/tui-layout.exp,
2149         gdb.base/twice.exp, gdb.base/type-opaque.exp, gdb.base/unload.exp,
2150         gdb.base/unwindonsignal.exp, gdb.base/valgrind-db-attach.exp,
2151         gdb.base/valgrind-infcall.exp, gdb.base/value-double-free.exp,
2152         gdb.base/varargs.exp, gdb.base/watch-cond-infcall.exp,
2153         gdb.base/watch-cond.exp, gdb.base/watch-non-mem.exp,
2154         gdb.base/watch-read.exp, gdb.base/watch-vfork.exp,
2155         gdb.base/watch_thread_num.exp, gdb.base/watchpoint-cond-gone.exp,
2156         gdb.base/watchpoint-delete.exp, gdb.base/watchpoint-hw.exp,
2157         gdb.base/watchpoint-solib.exp, gdb.base/watchpoint.exp,
2158         gdb.base/watchpoints.exp, gdb.base/wchar.exp, gdb.base/whatis.exp:
2159         Use standard_testfile, standard_output_file, prepare_for_testing,
2160         clean_restart.
2161
2162 2013-06-27  Tom Tromey  <tromey@redhat.com>
2163
2164         * gdb.base/save-bp.exp, gdb.base/savedregs.exp,
2165         gdb.base/scope.exp, gdb.base/sep.exp, gdb.base/sepsymtab.exp,
2166         gdb.base/set-lang-auto.exp, gdb.base/setshow.exp,
2167         gdb.base/setvar.exp, gdb.base/shlib-call.exp,
2168         gdb.base/shreloc.exp, gdb.base/sigall.exp,
2169         gdb.base/sigaltstack.exp, gdb.base/sigbpt.exp,
2170         gdb.base/sigchld.exp, gdb.base/siginfo-addr.exp,
2171         gdb.base/siginfo-infcall.exp, gdb.base/siginfo-obj.exp,
2172         gdb.base/siginfo.exp, gdb.base/signals.exp, gdb.base/signest.exp,
2173         gdb.base/signull.exp, gdb.base/sigrepeat.exp,
2174         gdb.base/sigstep.exp, gdb.base/sizeof.exp,
2175         gdb.base/skip-solib.exp, gdb.base/so-impl-ld.exp,
2176         gdb.base/solib-display.exp, gdb.base/solib-nodir.exp,
2177         gdb.base/solib-overlap.exp, gdb.base/solib-symbol.exp,
2178         gdb.base/solib-weak.exp, gdb.base/source.exp,
2179         gdb.base/stack-checking.exp, gdb.base/stale-infcall.exp,
2180         gdb.base/stap-probe.exp, gdb.base/start.exp,
2181         gdb.base/step-break.exp, gdb.base/step-bt.exp,
2182         gdb.base/step-line.exp, gdb.base/step-resume-infcall.exp,
2183         gdb.base/step-test.exp, gdb.base/structs.exp,
2184         gdb.base/structs2.exp, gdb.base/structs3.exp,
2185         gdb.base/symbol-without-target_section.exp: Use standard_testfile,
2186         standard_output_file, prepare_for_testing, clean_restart.
2187
2188 2013-06-27  Tom Tromey  <tromey@redhat.com>
2189
2190         * gdb.base/nextoverexit.exp, gdb.base/nextoverexit.exp,
2191         gdb.base/nodebug.exp, gdb.base/nofield.exp, gdb.base/nostdlib.exp,
2192         gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/pc-fp.exp,
2193         gdb.base/pending.exp, gdb.base/permissions.exp,
2194         gdb.base/pie-execl.exp, gdb.base/pointers.exp,
2195         gdb.base/pr11022.exp, gdb.base/print-file-var.exp,
2196         gdb.base/printcmds.exp, gdb.base/prologue.exp,
2197         gdb.base/psymtab.exp, gdb.base/ptr-typedef.exp,
2198         gdb.base/ptype.exp, gdb.base/randomize.exp,
2199         gdb.base/readline-ask.exp, gdb.base/recpar.exp,
2200         gdb.base/recurse.exp, gdb.base/relativedebug.exp,
2201         gdb.base/relocate.exp, gdb.base/remote.exp, gdb.base/reread.exp,
2202         gdb.base/return-nodebug.exp, gdb.base/return2.exp: Use
2203         standard_testfile, standard_output_file, prepare_for_testing,
2204         clean_restart.
2205
2206 2013-06-27  Tom Tromey  <tromey@redhat.com>
2207
2208         * gdb.base/hook-stop-continue.exp, gdb.base/hook-stop-frame.exp,
2209         gdb.base/huge.exp, gdb.base/included.exp,
2210         gdb.base/inferior-died.exp, gdb.base/infnan.exp,
2211         gdb.base/info-fun.exp, gdb.base/info-macros.exp,
2212         gdb.base/info-os.exp, gdb.base/info-proc.exp,
2213         gdb.base/info-target.exp, gdb.base/infoline.exp,
2214         gdb.base/interp.exp, gdb.base/interrupt.exp,
2215         gdb.base/jit-simple.exp, gdb.base/jit-so.exp, gdb.base/jump.exp,
2216         gdb.base/kill-after-signal.exp, gdb.base/label.exp,
2217         gdb.base/langs.exp, gdb.base/lineinc.exp, gdb.base/list.exp,
2218         gdb.base/logical.exp, gdb.base/long_long.exp,
2219         gdb.base/longjmp.exp, gdb.base/macscp.exp, gdb.base/maint.exp,
2220         gdb.base/memattr.exp, gdb.base/mips_pro.exp,
2221         gdb.base/miscexprs.exp, gdb.base/morestack.exp,
2222         gdb.base/moribund-step.exp, gdb.base/multi-forks.exp: Use
2223         standard_testfile, standard_output_file, prepare_for_testing,
2224         clean_restart.
2225
2226 2013-06-27  Tom Tromey  <tromey@redhat.com>
2227
2228         * gdb.base/ena-dis-br.exp, gdb.base/enum_cond.exp,
2229         gdb.base/enumval.exp, gdb.base/environ.exp,
2230         gdb.base/eu-strip-infcall.exp, gdb.base/eval-skip.exp,
2231         gdb.base/exe-lock.exp, gdb.base/expand-psymtabs.exp,
2232         gdb.base/exprs.exp, gdb.base/fileio.exp, gdb.base/find.exp,
2233         gdb.base/fixsection.exp, gdb.base/foll-exec.exp,
2234         gdb.base/foll-fork.exp, gdb.base/fortran-sym-case.exp,
2235         gdb.base/frame-args.exp, gdb.base/freebpcmd.exp,
2236         gdb.base/fullname.exp, gdb.base/funcargs.exp,
2237         gdb.base/gcore-buffer-overflow.exp, gdb.base/gcore.exp,
2238         gdb.base/gdb1090.exp, gdb.base/gdb11530.exp,
2239         gdb.base/gdb11531.exp, gdb.base/gdb1250.exp, gdb.base/gdb1555.exp,
2240         gdb.base/gdb1821.exp, gdb.base/gdbindex-stabs.exp,
2241         gdb.base/gdbvars.exp, gdb.base/gnu-ifunc.exp,
2242         gdb.base/gnu_vector.exp: Use standard_testfile,
2243         standard_output_file, prepare_for_testing, clean_restart.
2244
2245 2013-06-27  Tom Tromey  <tromey@redhat.com>
2246
2247         * gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
2248         gdb.base/call-sc.exp, gdb.base/call-signal-resume.exp,
2249         gdb.base/call-strs.exp, gdb.base/callexit.exp,
2250         gdb.base/callfuncs.exp, gdb.base/catch-load.exp,
2251         gdb.base/catch-syscall.exp, gdb.base/charset.exp,
2252         gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
2253         gdb.base/code-expr.exp, gdb.base/code_elim.exp,
2254         gdb.base/commands.exp, gdb.base/completion.exp,
2255         gdb.base/complex.exp, gdb.base/cond-expr.exp,
2256         gdb.base/condbreak.exp, gdb.base/consecutive.exp,
2257         gdb.base/constvars.exp, gdb.base/corefile.exp,
2258         gdb.base/ctxobj.exp, gdb.base/cursal.exp, gdb.base/cvexpr.exp,
2259         gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
2260         gdb.base/del.exp, gdb.base/detach.exp, gdb.base/dfp-test.exp,
2261         gdb.base/display.exp, gdb.base/dmsym.exp, gdb.base/dump.exp,
2262         gdb.base/dup-sect.exp: Use standard_testfile,
2263         standard_output_file, prepare_for_testing, clean_restart.
2264
2265 2013-06-27  Tom Tromey  <tromey@redhat.com>
2266
2267         * gdb.base/a2-run.exp, gdb.base/all-bin.exp, gdb.base/annota1.exp,
2268         gdb.base/annota3.exp, gdb.base/anon.exp, gdb.base/args.exp,
2269         gdb.base/arithmet.exp, gdb.base/arrayidx.exp, gdb.base/assign.exp,
2270         gdb.base/async-shell.exp, gdb.base/async.exp,
2271         gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-noexec.exp,
2272         gdb.base/attach-twice.exp, gdb.base/attach.exp, gdb.base/auxv.exp,
2273         gdb.base/bang.exp, gdb.base/bfp-test.exp, gdb.base/bigcore.exp,
2274         gdb.base/bitfields.exp, gdb.base/bitfields2.exp,
2275         gdb.base/break-entry.exp, gdb.base/break-interp.exp,
2276         gdb.base/break-on-linker-gcd-function.exp,
2277         gdb.base/breakpoint-shadow.exp: Use standard_testfile,
2278         standard_output_file, prepare_for_testing, clean_restart.
2279
2280 2013-06-26  Yao Qi  <yao@codesourcery.com>
2281
2282         * gdb.trace/mi-trace-frame-collected.exp: New.
2283
2284 2013-06-25  Yao Qi  <yao@codesourcery.com>
2285
2286         * boards/native-extended-gdbserver.exp: Set board_info
2287         'gdb,predefined_tsv'.
2288         * boards/native-gdbserver.exp: Likewise.
2289         * boards/native-stdio-gdbserver.exp: Likewise.
2290         * gdb.server/ext-attach.exp: Load trace-support.exp.  Check
2291         uploaded TSVs if target supports tracing.
2292         * gdb.trace/tsv.exp: Check uploaded TSVs if target supports
2293         tracing and target has predefined tsv.
2294
2295 2013-06-25  Yao Qi  <yao@codesourcery.com>
2296             Hui Zhu  <hui@codesourcery.com>
2297             Pedro Alves  <palves@redhat.com>
2298
2299         PR breakpoints/15075
2300         PR breakpoints/15434
2301         * gdb.base/dprintf-next.c: New file.
2302         * gdb.base/dprintf-next.exp: New file.
2303         * gdb.base/dprintf-non-stop.c: New file.
2304         * gdb.base/dprintf-non-stop.exp: New file.
2305         * gdb.base/dprintf.exp: Don't check "continue" in the output
2306         of "info breakpoints".
2307         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
2308         Don't check "continue" in script field.
2309
2310 2013-06-21  Tom Tromey  <tromey@redhat.com>
2311
2312         * gdb.trace/actions.exp (check_tracepoint): Don't use a full file
2313         name in a test name.
2314
2315 2013-06-20  Yao Qi  <yao@codesourcery.com>
2316
2317         * gdb.trace/mi-trace-unavailable.exp: Set tracepoint on 'foo'
2318         and set an action.
2319         (test_trace_unavailable): Test command -data-list-register-values
2320         in the context of traceframe and with option --skip-unavailable.
2321         * gdb.trace/trace-unavailable.c (foo): New.
2322         (main): Call it.
2323         * gdb.mi/gdb2549.exp: Update matching pattern.
2324
2325 2013-06-19  Mike Frysinger  <vapier@gentoo.org>
2326
2327         * gdb.arch/i386-avx.c (have_avx): Change __get_cpuid call to i386_cpuid.
2328         * gdb.arch/i386-avx.exp (additional_flags): Add -I${srcdir}/../common.
2329         * gdb.arch/i386-cpuid.h: Moved to ../common/i386-gcc-cpuid.h.
2330         * gdb.arch/i386-sse.c: Call new i386_cpuid function.
2331         * gdb.arch/i386-see.exp (additional_flags): Add -I${srcdir}/../common.
2332
2333 2013-06-19  Luis Machado  <lgustavo@codesourcery.com>
2334
2335         * gdb.base/subst.exp: Delete default rules before further
2336         tests.
2337
2338 2013-06-19  Yao Qi  <yao@codesourcery.com>
2339
2340         * gdb.base/maint.exp: Make the test to command 'maint dump-me'
2341         unsupported if it is not registered.
2342
2343 2013-06-18  Tom Tromey  <tromey@redhat.com>
2344
2345         * gdb.base/random-signal.c: New file.
2346         * gdb.base/random-signal.exp: New file.
2347
2348 2013-06-18  Will Newton  <will.newton@linaro.org>
2349
2350         * gdb.base/skip.c: Use comma to evaluate results of foo()
2351         and bar() before passing to baz().
2352         * gdb.base/skip.c: baz() now takes one argument instead of
2353         two.
2354
2355 2013-06-18  Tom Tromey  <tromey@redhat.com>
2356
2357         * gdb.dwarf2/implptrpiece.exp: New file.
2358         * gdb.dwarf2/implptrconst.exp (d): New variable.
2359         Print d.
2360         * lib/dwarf2.exp (Dwarf::_location): Handle DW_OP_piece.
2361
2362 2013-06-18  Tom Tromey  <tromey@redhat.com>
2363
2364         * lib/selftest-support.exp (do_self_tests): Reject remote or
2365         non-native targets.
2366         * gdb.gdb/complaints.exp: Remove check.
2367         * gdb.gdb/observer.exp: Remove check.
2368         * gdb.gdb/xfullpath.exp: Remove check.
2369         * gdb.gdb/complaints.exp: Remove check.
2370
2371 2013-06-07  Pedro Alves  <palves@redhat.com>
2372
2373         * boards/native-extended-gdbserver.exp: Remove semicolon.
2374         * config/arm-ice.exp: Likewise.
2375         * config/bfin.exp: Likewise.
2376         * config/cygmon.exp: Likewise.
2377         * config/h8300.exp: Likewise.
2378         * config/monitor.exp: Likewise.
2379         * config/sid.exp: Likewise.
2380         * config/sim.exp: Likewise.
2381         * config/slite.exp: Likewise.
2382         * config/vx.exp: Likewise.
2383         * gdb.arch/i386-bp_permanent.exp: Likewise.
2384         * gdb.asm/asm-source.exp: Likewise.
2385         * gdb.base/args.exp: Likewise.
2386         * gdb.base/attach-pie-misread.exp: Likewise.
2387         * gdb.base/auxv.exp: Likewise.
2388         * gdb.base/bigcore.exp: Likewise.
2389         * gdb.base/bitfields2.exp: Likewise.
2390         * gdb.base/bitfields.exp: Likewise.
2391         * gdb.base/break.exp: Likewise.
2392         * gdb.base/break-interp.exp: Likewise.
2393         * gdb.base/callfuncs.exp: Likewise.
2394         * gdb.base/call-sc.exp: Likewise.
2395         * gdb.base/commands.exp: Likewise.
2396         * gdb.base/corefile.exp: Likewise.
2397         * gdb.base/dbx.exp: Likewise.
2398         * gdb.base/ending-run.exp: Likewise.
2399         * gdb.base/exprs.exp: Likewise.
2400         * gdb.base/funcargs.exp: Likewise.
2401         * gdb.base/hbreak2.exp: Likewise.
2402         * gdb.base/huge.exp: Likewise.
2403         * gdb.base/list.exp: Likewise.
2404         * gdb.base/memattr.exp: Likewise.
2405         * gdb.base/overlays.exp: Likewise.
2406         * gdb.base/printcmds.exp: Likewise.
2407         * gdb.base/recurse.exp: Likewise.
2408         * gdb.base/remotetimeout.exp: Likewise.
2409         * gdb.base/reread.exp: Likewise.
2410         * gdb.base/savedregs.exp: Likewise.
2411         * gdb.base/scope.exp: Likewise.
2412         * gdb.base/sepdebug.exp: Likewise.
2413         * gdb.base/setshow.exp: Likewise.
2414         * gdb.base/setvar.exp: Likewise.
2415         * gdb.base/sigaltstack.exp: Likewise.
2416         * gdb.base/siginfo-addr.exp: Likewise.
2417         * gdb.base/siginfo.exp: Likewise.
2418         * gdb.base/siginfo-obj.exp: Likewise.
2419         * gdb.base/sigrepeat.exp: Likewise.
2420         * gdb.base/sigstep.exp: Likewise.
2421         * gdb.base/structs.exp: Likewise.
2422         * gdb.base/testenv.exp: Likewise.
2423         * gdb.base/twice.exp: Likewise.
2424         * gdb.base/valgrind-db-attach.exp: Likewise.
2425         * gdb.base/valgrind-infcall.exp: Likewise.
2426         * gdb.base/varargs.exp: Likewise.
2427         * gdb.base/watchpoint.exp: Likewise.
2428         * gdb.cp/gdb1355.exp: Likewise.
2429         * gdb.cp/misc.exp: Likewise.
2430         * gdb.disasm/hppa.exp: Likewise.
2431         * gdb.disasm/t01_mov.exp: Likewise.
2432         * gdb.disasm/t02_mova.exp: Likewise.
2433         * gdb.disasm/t03_add.exp: Likewise.
2434         * gdb.disasm/t04_sub.exp: Likewise.
2435         * gdb.disasm/t05_cmp.exp: Likewise.
2436         * gdb.disasm/t06_ari2.exp: Likewise.
2437         * gdb.disasm/t07_ari3.exp: Likewise.
2438         * gdb.disasm/t08_or.exp: Likewise.
2439         * gdb.disasm/t09_xor.exp: Likewise.
2440         * gdb.disasm/t10_and.exp: Likewise.
2441         * gdb.disasm/t11_logs.exp: Likewise.
2442         * gdb.disasm/t12_bit.exp: Likewise.
2443         * gdb.disasm/t13_otr.exp: Likewise.
2444         * gdb.gdb/selftest.exp: Likewise.
2445         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
2446         * gdb.mi/mi-reverse.exp: Likewise.
2447         * gdb.pascal/floats.exp: Likewise.
2448         * gdb.python/py-inferior.exp: Likewise.
2449         * gdb.threads/attach-into-signal.exp: Likewise.
2450         * gdb.threads/pthreads.exp: Likewise.
2451         * gdb.threads/thread_events.exp: Likewise.
2452         * gdb.threads/watchthreads.exp: Likewise.
2453         * gdb.trace/actions-changed.exp: Likewise.
2454         * gdb.trace/actions.exp: Likewise.
2455         * gdb.trace/ax.exp: Likewise.
2456         * gdb.trace/backtrace.exp: Likewise.
2457         * gdb.trace/change-loc.exp: Likewise.
2458         * gdb.trace/deltrace.exp: Likewise.
2459         * gdb.trace/disconnected-tracing.exp: Likewise.
2460         * gdb.trace/ftrace.exp: Likewise.
2461         * gdb.trace/infotrace.exp: Likewise.
2462         * gdb.trace/passc-dyn.exp: Likewise.
2463         * gdb.trace/passcount.exp: Likewise.
2464         * gdb.trace/pending.exp: Likewise.
2465         * gdb.trace/qtro.exp: Likewise.
2466         * gdb.trace/range-stepping.exp: Likewise.
2467         * gdb.trace/report.exp: Likewise.
2468         * gdb.trace/save-trace.exp: Likewise.
2469         * gdb.trace/status-stop.exp: Likewise.
2470         * gdb.trace/strace.exp: Likewise.
2471         * gdb.trace/tfile.exp: Likewise.
2472         * gdb.trace/tfind.exp: Likewise.
2473         * gdb.trace/trace-break.exp: Likewise.
2474         * gdb.trace/tracecmd.exp: Likewise.
2475         * gdb.trace/trace-mt.exp: Likewise.
2476         * gdb.trace/tspeed.exp: Likewise.
2477         * gdb.trace/tsv.exp: Likewise.
2478         * gdb.trace/while-stepping.exp: Likewise.
2479         * lib/gdb.exp: Likewise.
2480         * lib/gdbserver-support.exp: Likewise.
2481         * lib/java.exp: Likewise.
2482         * lib/mi-support.exp: Likewise.
2483         * lib/pascal.exp: Likewise.
2484         * lib/prompt.exp: Likewise.
2485         * lib/trace-support.exp: Likewise.
2486
2487 2013-06-07  Pedro Alves  <palves@redhat.com>
2488
2489         * gdb.ada/info_types.c: Fix formating in copyright header.
2490         * gdb.base/break-on-linker-gcd-function.cc: Likewise.
2491         * gdb.base/float.c: Likewise.
2492         * gdb.base/inferior-died.c: Likewise.
2493         * gdb.base/interp.c: Likewise.
2494         * gdb.base/jit-main.c: Likewise.
2495         * gdb.base/jit-solib.c: Likewise.
2496         * gdb.base/long_long.c: Likewise.
2497         * gdb.base/longjmp.c: Likewise.
2498         * gdb.base/nextoverexit.c: Likewise.
2499         * gdb.base/pr11022.c: Likewise.
2500         * gdb.base/prelink-lib.c: Likewise.
2501         * gdb.base/prelink.c: Likewise.
2502         * gdb.base/prologue.c: Likewise.
2503         * gdb.base/restore.c: Likewise.
2504         * gdb.base/sigchld.c: Likewise.
2505         * gdb.base/solib-search-lib1.c: Likewise.
2506         * gdb.base/solib-search-lib2.c: Likewise.
2507         * gdb.base/solib-search.c: Likewise.
2508         * gdb.base/solib-search.h: Likewise.
2509         * gdb.base/whatis.c: Likewise.
2510         * gdb.cp/abstract-origin.cc: Likewise.
2511         * gdb.cp/anon-struct.cc: Likewise.
2512         * gdb.cp/baseenum.cc: Likewise.
2513         * gdb.cp/bs15503.cc: Likewise.
2514         * gdb.cp/call-c-1.c: Likewise.
2515         * gdb.cp/call-c.cc: Likewise.
2516         * gdb.cp/class2.cc: Likewise.
2517         * gdb.cp/classes.cc: Likewise.
2518         * gdb.cp/cttiadd.cc: Likewise.
2519         * gdb.cp/cttiadd1.cc: Likewise.
2520         * gdb.cp/cttiadd2.cc: Likewise.
2521         * gdb.cp/cttiadd3.cc: Likewise.
2522         * gdb.cp/derivation.cc: Likewise.
2523         * gdb.cp/derivation2.cc: Likewise.
2524         * gdb.cp/dispcxx.cc: Likewise.
2525         * gdb.cp/exception.cc: Likewise.
2526         * gdb.cp/gdb2384-base.cc: Likewise.
2527         * gdb.cp/gdb2384-base.h: Likewise.
2528         * gdb.cp/gdb2384.cc: Likewise.
2529         * gdb.cp/gdb2495.cc: Likewise.
2530         * gdb.cp/mb-inline.h: Likewise.
2531         * gdb.cp/mb-inline1.cc: Likewise.
2532         * gdb.cp/mb-inline2.cc: Likewise.
2533         * gdb.cp/member-name.cc: Likewise.
2534         * gdb.cp/member-ptr.cc: Likewise.
2535         * gdb.cp/misc.cc: Likewise.
2536         * gdb.cp/namespace1.cc: Likewise.
2537         * gdb.cp/nextoverthrow.cc: Likewise.
2538         * gdb.cp/pr-574.cc: Likewise.
2539         * gdb.cp/pr9631.cc: Likewise.
2540         * gdb.cp/printmethod.cc: Likewise.
2541         * gdb.cp/psmang1.cc: Likewise.
2542         * gdb.cp/psmang2.cc: Likewise.
2543         * gdb.cp/psymtab-parameter.cc: Likewise.
2544         * gdb.cp/ptype-flags.cc: Likewise.
2545         * gdb.cp/ref-params.cc: Likewise.
2546         * gdb.cp/ref-types.cc: Likewise.
2547         * gdb.cp/smartp.cc: Likewise.
2548         * gdb.cp/try_catch.cc: Likewise.
2549         * gdb.cp/userdef.cc: Likewise.
2550         * gdb.cp/using-crash.cc: Likewise.
2551         * gdb.cp/virtfunc.cc: Likewise.
2552         * gdb.cp/virtfunc2.cc: Likewise.
2553         * gdb.dwarf2/callframecfa.S: Likewise.
2554         * gdb.dwarf2/dw2-ranges.c: Likewise.
2555         * gdb.dwarf2/dw2-ranges2.c: Likewise.
2556         * gdb.dwarf2/dw2-ranges3.c: Likewise.
2557         * gdb.dwarf2/dw2-restore.S: Likewise.
2558         * gdb.dwarf2/pieces.S: Likewise.
2559         * gdb.dwarf2/valop.S: Likewise.
2560         * gdb.java/jnpe.java: Likewise.
2561         * gdb.mi/mi-stepn.c: Likewise.
2562         * gdb.mi/mi-var-cp.cc: Likewise.
2563         * gdb.mi/mi-var-rtti.cc: Likewise.
2564         * gdb.mi/ns-stale-regcache.c: Likewise.
2565         * gdb.mi/pr11022.c: Likewise.
2566         * gdb.mi/solib-lib.c: Likewise.
2567         * gdb.mi/solib-main.c: Likewise.
2568         * gdb.python/py-arch.c: Likewise.
2569         * gdb.python/py-block.c: Likewise.
2570         * gdb.python/py-breakpoint.c: Likewise.
2571         * gdb.python/py-events.c: Likewise.
2572         * gdb.python/py-evthreads.c: Likewise.
2573         * gdb.python/py-explore.c: Likewise.
2574         * gdb.python/py-explore.cc: Likewise.
2575         * gdb.python/py-finish-breakpoint.c: Likewise.
2576         * gdb.python/py-finish-breakpoint2.cc: Likewise.
2577         * gdb.python/py-symbol.c: Likewise.
2578         * gdb.threads/execl.c: Likewise.
2579         * gdb.threads/execl1.c: Likewise.
2580
2581 2013-06-07  Will Newton  <will.newton@linaro.org>
2582
2583         * gdb.base/long_long.exp: Fix ARM EABI target glob.
2584
2585 2013-06-07  Will Newton  <will.newton@linaro.org>
2586
2587         * gdb.cp/annota2.exp: Add empty line between "post-prompt"
2588         and "starting".
2589
2590 2013-06-07  Will Newton  <will.newton@linaro.org>
2591
2592         * gdb.cp/anon-struct.exp: Conditionalize constructor and
2593         destructor prototypes for ARM ABI.
2594         * gdb.cp/m-static.exp: Likewise.
2595
2596 2013-06-07  Yao Qi  <yao@codesourcery.com>
2597
2598         * gdb.trace/mi-trace-unavailable.exp: New.
2599         * gdb.trace/trace-unavailable.c: New.
2600
2601 2013-06-06  Doug Evans  <dje@google.com>
2602
2603         * gdb.cp/derivation.exp: Make tests have unique names.
2604
2605 2013-06-06  Tom Tromey  <tromey@redhat.com>
2606
2607         * gdb.base/dump.exp (capture_value): Don't put expression into
2608         test name if arguments passed in.
2609         Rename a couple more tests to make them unique.
2610
2611 2013-06-06  Tom Tromey  <tromey@redhat.com>
2612
2613         * gdb.base/break-always.exp: Explicitly specify test name.
2614
2615 2013-06-05  Doug Evans  <dje@google.com>
2616             Keith Seitz  <keiths@redhat.com>
2617
2618         * gdb.cp/derivation2.cc: New file.
2619         * gdb.cp/derivation.cc (main): Call foo2.
2620         * gdb.cp/derivation.exp: Add tests for typedefs in another
2621         file, and when there's an active block.
2622
2623 2013-06-05  Luis Machado  <lgustavo@codesourcery.com>
2624
2625         * gdb.cp/virtfunc.exp (make_one_vtable_result): Handle extra output
2626         from targets that use function descriptors in the virtual tables.
2627         Handle presence of dot symbols.
2628
2629 2013-06-04  Gary Benson  <gbenson@redhat.com>
2630
2631         * gdb.base/break-probes.exp: New file.
2632         * gdb.base/break-probes.c: Likewise.
2633         * gdb.base/break-probes-solib.c: Likewise.
2634         * gdb.base/info-shared.exp: New file.
2635         * gdb.base/info-shared.c: Likewise.
2636         * gdb.base/info-shared-solib1.c: Likewise.
2637         * gdb.base/info-shared-solib2.c: Likewise.
2638
2639 2013-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
2640             Gary Benson  <gbenson@redhat.com>
2641
2642         * lib/gdb.exp (build_executable_from_specs): Use gdb_compile_pthread,
2643         gdb_compile_shlib or gdb_compile_shlib_pthreads where appropriate.
2644         * lib/prelink-support.exp (build_executable_own_libs): Allow INTERP
2645         to be set to "no" to indicate that no ld.so copy should be made.
2646         * gdb.base/break-interp.exp (solib_bp): New constant.
2647         (reach_1): Use the above instead of "_dl_debug_state".
2648         (test_attach): Likewise.
2649         (test_ld): Likewise.
2650         * gdb.threads/dlopen-libpthread.exp: New file.
2651         * gdb.threads/dlopen-libpthread.c: Likewise.
2652         * gdb.threads/dlopen-libpthread-lib.c: Likewise.
2653         * gdb.base/solib-corrupted.exp: Disable test if GDB is using probes.
2654
2655 2013-05-30  Yao Qi  <yao@codesourcery.com>
2656
2657         * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
2658         Add a test that no MI notification is emitted when executing
2659         -exec-arguments.
2660
2661 2013-05-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
2662
2663         PR testsuite/12649
2664         * gdb.mi/mi-dprintf.exp (mi_continue_dprintf) (mi 2nd dprintf): Replace
2665         $mi_gdb_prompt expectation by mi_expect_stop.
2666         (mi 1st dprintf, agent, mi 2nd dprintf, agent)
2667         (mi info dprintf second time): Replace them by mi_send_resuming_command
2668         and mi_expect_stop.
2669
2670 2013-05-24  Gary Benson  <gbenson@redhat.com>
2671
2672         * gdb.base/solib-disc.exp (exec_opts): Remove unnecesary
2673         backslash.
2674         * gdb.base/unload.exp (exec_opts): Remove two unnecessary
2675         backslashes.
2676         * gdb.base/watchpoint-solib.exp (exec_opts): Remove unnecesary
2677         backslash.
2678
2679 2013-05-24  Yao Qi  <yao@codesourcery.com>
2680
2681         * gdb.trace/tfile.exp: Test inferior and thread.
2682
2683 2013-05-24  Yao Qi  <yao@codesourcery.com>
2684             Pedro Alves  <palves@redhat.com>
2685
2686         * gdb.base/range-stepping.exp: Skip the rest of tests if the
2687         test fails.
2688         * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
2689         Return 0 if the test passes, otherwise return 1.
2690
2691 2013-05-23  Doug Evans  <dje@google.com>
2692
2693         * boards/fission-dwp.exp: New file.
2694
2695 2013-05-23  Yao Qi  <yao@codesourcery.com>
2696             Pedro Alves  <palves@redhat.com>
2697
2698         * gdb.base/range-stepping.c: New file.
2699         * gdb.base/range-stepping.exp: New file.
2700         * gdb.trace/range-stepping.c: New file.
2701         * gdb.trace/range-stepping.exp: New file.
2702         * lib/range-stepping-support.exp: New file.
2703
2704 2013-05-22  Tom Tromey  <tromey@redhat.com>
2705
2706         * gdb.cp/class2.cc (main): New local 'aref'.
2707         * gdb.cp/class2.exp: Check printing of 'aref'.
2708
2709 2013-05-22  Doug Evans  <dje@google.com>
2710
2711         * gdb.threads/wp-replication.c (main): Insert some code at the start
2712         to ensure the breakpoint on main is only hit once.  Fix comment.
2713
2714 2013-05-21  Keith Seitz  <keiths@redhat.com>
2715             Pedro Alves  <palves@redhat.com>
2716
2717         * gdb.base/filesym.exp: Use gdb_test_multiple instead of
2718         gdb_expect.
2719         Add test to flush the remaining input buffer so that this
2720         file passes testsuite/12649.
2721
2722 2013-05-21  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2723
2724         * gdb.base/catch-signal-fork.exp: New file.
2725         * gdb.base/catch-signal-fork.c: New file.
2726
2727 2013-05-21  Sterling Augustine  <saugustine@google.com>
2728
2729         * boards/remote-stdio-gdbserver.exp: New file.
2730
2731 2013-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
2732
2733         PR testsuite/12649
2734         * gdb.mi/mi-dprintf.exp (mi_continue_dprintf): Fix expect strings for
2735         racy matches.
2736
2737 2013-05-21  Christian Groessler  <chris@groessler.org>
2738
2739         * gdb.dwarf2/dw2-dir-file-name.exp: Don't use brace expansion,
2740         since it's not supported in all shells.
2741
2742 2013-05-21  Hui Zhu  <hui@codesourcery.com>
2743
2744         * gdb.mi/Makefile.in (PROGS): Add "mi-dprintf".
2745         * gdb.mi/mi-dprintf.exp, gdb.mi/mi-dprintf.c: New.
2746
2747 2013-05-20  Doug Evans  <dje@google.com>
2748
2749         * lib/dwarf.exp (Dwarf): New variable _abbrev_section.
2750         (_handle_DW_TAG): Use it.
2751         (cu, tu): Replace parameters is_64, version, addr_size with options.
2752         All callers updated.  Add Fission support.
2753         * gdb.dwarf2/implptrconst.exp: Update callers of "cu".
2754         * gdb.dwarf2/method-ptr.exp: Ditto.
2755         * gdb.dwarf2/nostaticblock.exp: Ditto.
2756         * gdb.dwarf2/subrange.exp: Ditto.
2757         * gdb.dwarf2/missing-sig-type.exp: Update callers of "cu", "tu".
2758
2759 2013-05-20  Tom Tromey  <tromey@redhat.com>
2760
2761         * gdb.gdb/python-selftest.exp: New file.
2762
2763 2013-05-20  Doug Evans  <dje@google.com>
2764
2765         * gdb.base/maint.exp: Fix test for "mt expand-symtabs" to account for
2766         -fdebug-types-section.
2767
2768 2013-05-20  Joel Brobecker  <brobecker@adacore.com>
2769
2770         * gdb.ada/float_param: New testcase.
2771
2772 2013-05-17  Doug Evans  <dje@google.com>
2773
2774         * gdb.base/maint.exp: Update test for "maint check-psymtabs".
2775         Add tests for "maint check-symtabs", "maint expand-symtabs".
2776
2777         * gdb.base/maint.exp: Remove testing of individual maint command
2778         help output.
2779
2780 2013-05-16  Pedro Alves  <palves@redhat.com>
2781
2782         * gdb.ada/complete.exp (test_gdb_no_completion): Fix typo in
2783         comment.  Use gdb_test_no_output.
2784
2785 2013-05-16  Joel Brobecker  <brobecker@adacore.com>
2786
2787         * gdb.ada/complete.exp: Add test verifying completion using
2788         the "tab" key.
2789
2790 2013-05-15  Keith Seitz  <keiths@redhat.com>
2791
2792         * gdb.base/filesym.exp: New completer test.
2793         * gdb.base/filesym.c: New file.
2794
2795 2013-05-15  Pedro Alves  <palves@redhat.com>
2796
2797         * gdb.base/fixsection.c: Remove attribution.
2798         * gdb.base/watch-read.exp: Ditto.
2799
2800 2013-05-13  Tom Tromey  <tromey@redhat.com>
2801
2802         * gdb.dwarf2/implptrconst.exp: Create a CU with 4 byte address
2803         size and change type sizes to 4 bytes.
2804
2805 2013-05-13  Tom Tromey  <tromey@redhat.com>
2806
2807         * gdb.base/exprs.exp (test_expr): Add regression test.
2808         * gdb.base/exprs.c (null_t_struct): New global.
2809
2810 2013-05-13  Muhammad Bilal  <mbilal@codesourcery.com>
2811
2812        * gdb.base/default.exp: Disable history saving.
2813        * gdb.base/setshow.exp: Likewise.
2814
2815 2013-05-10  Pedro Alves  <palves@redhat.com>
2816
2817         PR remote/15455
2818
2819         * gdb.trace/qtro.c: New file.
2820         * gdb.trace/qtro.exp: New file.
2821
2822 2013-05-10  Phil Muldoon  <pmuldoon@redhat.com>
2823
2824         * gdb.python/py-framefilter.py: New File.
2825         * gdb.python/py-framefilter-mi.exp: Ditto.
2826         * gdb.python/py-framefilter.c: Ditto.
2827         * gdb.python/py-framefilter-mi.exp: Ditto.
2828         * gdb.python/py-framefilter-mi.c: Ditto,
2829         * gdb.python/py-framefilter-gdb.py.in: Ditto.
2830
2831 2013-05-08  Tom Tromey  <tromey@redhat.com>
2832
2833         * gdb.base/solib-search.exp: Set test name for "set
2834         solib-search-path" test.
2835
2836 2013-05-08  Hafiz Abid Qadeer  <abidh@codesourcery.com>
2837
2838         * gdb.trace/circ.exp: Remove unnecessary 'if then' checks.
2839         (set_a_tracepoint): Set tracepoint before prologue.
2840         (run_trace_experiment): Test setup_tracepoints and 'break end'
2841         in it.
2842         (trace_buffer_normal): Remove.
2843         (gdb_trace_circular_tests): Remove.  Move tests to...
2844         (top level): ...here.  Call 'runto_main' before checking for
2845         trace support.  Use commands to check the support for circular
2846         trace buffer and changing of trace buffer size.  Add test
2847         to calculate size of single frame.  Use this size to
2848         calculate the size of trace buffer.  Use 'tfind pc func9'
2849         instead of 'tfind 9'.  Use 'with_test_prefix'.
2850
2851 2013-05-07  Tom Tromey  <tromey@redhat.com>
2852
2853         * lib/selftest-support.exp: New file.
2854         * gdb.gdb/complaints.exp: Load selftest-support.exp.  Use
2855         do_self_tests.
2856         (setup_test, find_gdb): Remove.
2857         * gdb.gdb/observer.exp: Load selftest-support.exp.  Use
2858         do_self_tests.
2859         (setup_test, find_gdb): Remove.
2860         (test_observer): Don't call setup_test.  Remove argument.
2861         * gdb.gdb/selftest.exp: Load selftest-support.exp.
2862         (find_gdb): Remove.
2863         * gdb.gdb/complaints.exp: Load selftest-support.exp.  Use
2864         do_self_tests.
2865         (setup_test, find_gdb): Remove.
2866         (test_with_self): Don't call setup_test.  Remove argument.
2867
2868 2013-05-07  Andreas Arnez  <arnez@linux.vnet.ibm.com>
2869
2870         * gdb.arch/system-gcore.exp: Remove.
2871         * gdb.arch/gcore.c: Remove.
2872         * gdb.base/gcore.exp: Add "info reg system".
2873
2874 2013-05-07  Sergio Durigan Junior  <sergiodj@redhat.com>
2875
2876         PR breakpoints/15413:
2877         * gdb.base/pending.exp: Add test for completion of the "condition"
2878         command for pending breakpoints.
2879         * gdb.linespec/linespec.ex: Add test for completion of the
2880         "condition" command when dealing with multiple locations.
2881
2882 2013-05-07  Luis Machado  <lgustavo@codesourcery.com>
2883
2884         * gdb.threads/wp-replication.c: New file.
2885         * gdb.threads/wp-replication.exp: New file.
2886
2887 2013-05-06  Sandra Loosemore  <sandra@codesourcery.com>
2888
2889         * gdb.xml/tdesc-regs.exp: Add case for nios2.
2890
2891 2013-05-06  Doug Evans  <dje@google.com>
2892
2893         * gdb.base/solib-search-lib1.c: New file.
2894         * gdb.base/solib-search-lib2.c: New file.
2895         * gdb.base/solib-search.c: New file.
2896         * gdb.base/solib-search.h: New file.
2897         * gdb.base/solib-search.exp: New file.
2898
2899         * lib/gdb.exp (gdb_core_cmd): New function.
2900         * gdb.arch/system-gcore.exp: Use it.
2901         * gdb.arch/vsx-regs.exp: Ditto.
2902         * gdb.base/gcore.exp: Ditto.
2903         * gdb.threads/gcore-thread.exp: Ditto.
2904
2905         * gdb.reverse/shr.h: New file.
2906         * gdb.reverse/shr1.c: New file.
2907         * gdb.reverse/shr2.c: #include "shr.h".
2908         * gdb.reverse/solib-reverse.c: Remove #include <stdio.h>.
2909         #include "shr.h".  Replace calls to printf,sleep to call shr1 instead.
2910         * gdb.reverse/solib-precsave.exp: Build shr2.sl.
2911         Update tests using sleep/printf to use shr2.sl instead.
2912         * gdb.reverse/solib-reverse.exp: Ditto.
2913
2914 2013-05-06  Tom Tromey  <tromey@redhat.com>
2915
2916         * gdb.dwarf2/implptrconst.c: New file.
2917         * gdb.dwarf2/implptrconst.exp: New file.
2918         * lib/dwarf.exp (Dwarf::_nz_quote): New proc.
2919         (Dwarf::_handle_DW_FORM): Handle DW_FORM_block1.
2920         (Dwarf::_location): Handle DW_OP_GNU_implicit_pointer.
2921
2922 2013-05-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
2923
2924         * gdb.base/catch-sig.c (main): Raise SIGINT.
2925         * gdb.base/catch-sig.exp: Test "catch signal SIGINT".
2926
2927 2013-05-03  Hafiz Abid Qadeer  <abidh@codesourcery.com>
2928
2929         * status-stop.exp (test_tstart_tstart): Check for error
2930         returned by the second 'tstart' command.
2931
2932 2013-03-27  Walfred Tedeschi  <walfred.tedeschi@intel.com>
2933
2934         * gdb.xml/maint_print_struct.exp: New file.
2935         * gdb.xml/maint_print_struct.xml: New file.
2936
2937 2013-04-25  Tom Tromey  <tromey@redhat.com>
2938
2939         * gdb.dwarf2/nostaticblock.exp: New file.
2940
2941 2013-04-24  Muhammad Bilal  <mbilal@codesourcery.com>
2942
2943         PR gdb/10462
2944         * gdb.base/setshow.exp: Add test case.
2945
2946 2013-04-23  Hui Zhu  <hui@codesourcery.com>
2947
2948         PR gdb/15293
2949         * gdb.base/dprintf.exp: Add ignore command.
2950
2951 2013-04-23  Hui Zhu  <hui@codesourcery.com>
2952
2953         PR gdb/15165
2954         * gdb.base/save-bp.exp: Add test for dprintf.
2955
2956 2013-04-22  Tom Tromey  <tromey@redhat.com>
2957
2958         * gdb.gdb/selftest.exp (do_steps_and_nexts): Check for
2959         notice_open_fds.
2960
2961 2013-04-22  Sergio Durigan Junior  <sergiodj@redhat.com>
2962
2963         * gdb.arch/arm-bl-branch-dest.exp: Replace additional_flags by
2964         ldflags.
2965
2966 2013-04-22  Sergio Durigan Junior  <sergiodj@redhat.com>
2967
2968         * gdb.arch/arm-bl-branch-dest.c: New file.
2969         * gdb.arch/arm-bl-branch-dest.exp: Likewise.
2970
2971 2013-04-19  Vladimir Kargov  <kargov@gmail.com>
2972             Pedro Alves  <palves@redhat.com>
2973
2974         * gdb.arch/i386-float.S: New file.
2975         * gdb.arch/i386-float.exp: New file.
2976
2977 2013-04-18  Luis Machado  <lgustavo@codesourcery.com>
2978
2979         * gdb.mi/mi-var-create-rtti.exp: Create a variable of
2980         type void *.
2981
2982 2013-04-17  Doug Evans  <dje@google.com>
2983
2984         * lib/dwarf.exp (Dwarf): New proc "tu".
2985         * gdb.dwarf2/missing-sig-type.exp: New file.
2986
2987 2013-04-15  Siva Chandra Reddy  <sivachandra@google.com>
2988
2989         Add option to link testcases with Pthreads library when
2990         using 'prepare_for_testing' in tests.
2991
2992         * lib/gdb.exp (build_executable_from_specs): Use
2993         gdb_compile_pthreads to compile if option "pthreads" is
2994         specified.
2995
2996 2013-04-15  Tom Tromey  <tromey@redhat.com>
2997
2998         * gdb.cp/exceptprint.exp: Add regexp catchpoint tests.
2999
3000 2013-04-15  Tom Tromey  <tromey@redhat.com>
3001
3002         * gdb.base/default.exp: Update for $_exception.
3003         * gdb.cp/exceptprint.cc: New file.
3004         * gdb.cp/exceptprint.exp: New file.
3005         * lib/gdb.exp (skip_libstdcxx_probe_tests): New proc.
3006
3007 2013-04-15  Tom Tromey  <tromey@redhat.com>
3008
3009         * gdb.cp/typeid.cc: New file.
3010         * gdb.cp/typeid.exp: New file.
3011
3012 2013-04-15  Tom Tromey  <tromey@redhat.com>
3013
3014         * gdb.cp/exception.exp: Add "catch rethrow" tests.
3015
3016 2013-04-13  Yao Qi  <yao@codesourcery.com>
3017
3018         * gdb.base/completion.exp: Test completion of command
3019         'target ctf' if target ctf is supported.
3020
3021 2013-04-10  Pedro Alves  <palves@redhat.com>
3022
3023         * gdb.base/completion.exp: Test "set height", "set listsize" and
3024         "set trace-buffer-size" completion.
3025         * gdb.base/setshow.exp: Test "set height unlimited".
3026         * gdb.trace/trace-buffer-size.exp: Test "set trace-buffer-size
3027         unlimited".
3028
3029 2013-04-10  Yao Qi  <yao@codesourcery.com>
3030
3031         * gdb.trace/actions.exp: Save trace data to CTF.
3032         Change to ctf target if GDB supports, read CTF data in ctf
3033         target, and check the actions of tracepoints.
3034         * gdb.trace/while-stepping.exp: Likewise.
3035         * gdb.trace/report.exp: Test GDB saves trace data to CTF
3036         format and read CTF trace file if GDB supports.
3037         * gdb.trace/tstatus.exp: Save trace data to CTF.  If ctf
3038         target is supported, change to ctf target, read trace data and
3039         check output of command "tstatus".
3040         * gdb.trace/tsv.exp: Save trace frame to CTF.  If GDB supports,
3041         read CTF data by target ctf and call check_tsv.
3042
3043 2013-04-10  Yao Qi  <yao@codesourcery.com>
3044
3045         * gdb.trace/actions.exp (check_tracepoint): New.
3046         (top level): Start the tracing and check the actions of
3047         tracepoints.  Save trace data to tfile format.  Restart GDB
3048         and read trace file in tfile target.  Check the actions of
3049         tracepoints again.
3050         * gdb.trace/while-stepping.exp: Likewise.
3051
3052 2013-04-10  Yao Qi  <yao@codesourcery.com>
3053
3054         * gdb.trace/report.exp: Use standard_output_file for saved
3055         trace file.
3056
3057 2013-04-10  Hui Zhu  <hui@codesourcery.com>
3058
3059         * gdb.base/Makefile.in (EXECUTABLES): Add dprintf-pending.
3060         (MISCELLANEOUS): Add dprintf-pendshr.sl.
3061         * gdb.base/dprintf-pending.c, gdb.base/dprintf-pending.exp: New.
3062
3063 2013-04-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
3064
3065         * gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
3066         response.
3067
3068 2013-04-08  Pedro Alves  <palves@redhat.com>
3069
3070         * gdb.mi/mi-break.exp (test_error): Add tests with garbage after
3071         the location.
3072
3073 2013-04-04  Sandra Loosemore  <sandra@codesourcery.com>
3074
3075         * gdb.cp/cplabel.exp: Allow empty directory in file reported
3076         for breakpoint location.
3077
3078 2013-04-04  Sandra Loosemore  <sandra@codesourcery.com>
3079
3080         * gdb.linespec/linespec.exp: Make dir/file:line tests
3081         conditional for non-remote hosts only.
3082
3083 2013-04-04  Stan Shebs  <stan@codesourcery.com>
3084             Pedro Alves  <palves@redhat.com>
3085
3086         * gdb.trace/Makefile.in (PROGS): Add actions-changed.
3087         * gdb.trace/actions-changed.c: New file.
3088         * gdb.trace/actions-changed.exp: New file.
3089         * lib/trace-support.exp (gdb_trace_setactions): Rename to ...
3090         (gdb_trace_setactions_command): ... this.  Add "actions_command"
3091         parameter, and handle it.
3092         (gdb_trace_setactions, gdb_trace_setcommands): New procedures.
3093
3094 2013-04-04  Yao Qi  <yao@codesourcery.com>
3095
3096         * gdb.server/server-kill.exp: Use command 'tstatus' instead of
3097         'step'.
3098
3099 2013-04-03  Yao Qi  <yao@codesourcery.com>
3100
3101         * gdb.trace/mi-traceframe-changed.exp: Update tfile name to
3102         "tfile-basic.tf".
3103         (test_tfind_tfile): Likewise.
3104
3105 2013-04-03  Yao Qi  <yao@codesourcery.com>
3106
3107         * gdb.trace/tfile.c (write_basic_trace_file): Pass argument
3108         "tfile-basic.tf" instead of "basic.tf".
3109         (write_error_trace_file): Pass argument "tfile-error.tf"
3110         instead of "error.tf".
3111         * gdb.trace/tfile.exp: Update tfile names to
3112         "tfile-basic.tf" and "tfile-error.tf".
3113
3114 2013-04-02  Sandra Loosemore  <sandra@codesourcery.com>
3115
3116         * gdb.cp/ovsrch.exp (test_class): Correct regexp to allow
3117         empty directory in file for breakpoint hit.
3118
3119 2013-03-29  Yao Qi  <yao@codesourcery.com>
3120
3121         * gdb.base/completion.exp: Test completion of commands
3122         "target core", "target tfile" and "target exec".
3123         * gdb.trace/tfile.exp: Test completion of command
3124         "target tfile".
3125
3126 2013-03-28  Joel Brobecker  <brobecker@adacore.com>
3127
3128         * gdb.ada/win_fu_syms: New testcase.
3129
3130 2013-03-28  Doug Evans  <dje@google.com>
3131
3132         * gdb.base/maint.exp (maint print statistics): Update expected output.
3133
3134 2013-03-28  Pedro Alves  <palves@redhat.com>
3135
3136         PR gdb/15294
3137
3138         * gdb.base/list.exp (set_listsize): Adjust to accept $arg == 0 to
3139         mean unlimited instead of $arg < 0.
3140         (test_listsize): Remove "listsize of 0 suppresses output" test.
3141         Test that "set listsize 0" ends up with an unlimited listsize.
3142
3143 2013-03-28  Pedro Alves  <palves@redhat.com>
3144
3145         * gdb.base/list.exp (last_line): New global.
3146         (last_line_re): New global.
3147         (test_listsize, test_list_function, test_list_forward)
3148         (test_repeat_list_command, test_list_range)
3149         (test_list_filename_and_function): Use them.
3150         * gdb.base/list0.c: Comment the last line of the file with "last
3151         line".
3152
3153 2013-03-28  Pedro Alves  <palves@redhat.com>
3154
3155         * gdb.base/list.exp (test_listsize): Adjust test to make sure we
3156         list the whole file.
3157
3158 2013-03-28  Pedro Alves  <palves@redhat.com>
3159
3160         * gdb.base/list.exp (set_listsize): Use gdb_test_no_output for
3161         "set listsize".
3162
3163 2013-03-26  Keith Seitz  <keiths@redhat.com>
3164
3165         * gdb.base/dprintf.exp: Fix typo preventing "dprintf info 2"
3166         from passing.
3167
3168 2013-03-26  Pedro Alves  <palves@redhat.com>
3169
3170         * lib/gdb.exp (skip_btrace_tests): Delay deleting the source file
3171         until after GDB has run.
3172
3173 2013-03-26  Yao Qi  <yao@codesourcery.com>
3174
3175         * gdb.trace/actions.c, gdb.trace/circ.c: Add license header.
3176         * gdb.trace/collection.c, gdb.trace/tfile.c: Likewise.
3177
3178 2013-03-26  Markus Metzger  <markus.t.metzger@intel.com>
3179
3180         * gdb.btrace/enable.exp: Add regression test.
3181
3182 2013-03-25  Tom Tromey  <tromey@redhat.com>
3183
3184         * gdb.cp/m-static.exp: Add destructor-printing tests.
3185
3186 2013-03-25  Tom Tromey  <tromey@redhat.com>
3187
3188         * gdb.cp/m-static.exp: Add constructor ptype tests.
3189         * gdb.cp/m-static.cc (single_constructor): New class.
3190         (main): Make instance of single_constructor.
3191
3192 2013-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
3193             Pedro Alves  <palves@redhat.com>
3194
3195         * gdb.server/server-kill.c: New file.
3196         * gdb.server/server-kill.exp: New file.
3197
3198 2013-03-21  Pedro Alves  <palves@redhat.com>
3199
3200         * gdb.trace/trace-buffer-size.exp (get default buffer size):
3201         Expect $gdb_prompt in gdb_test_multiple.
3202
3203 2013-03-21  Doug Evans  <dje@google.com>
3204
3205         * gdb.base/maint.exp: Update tests for per-command stats.
3206
3207 2013-03-21  Tom Tromey  <tromey@redhat.com>
3208
3209         * gdb.cp/cpexprs.exp: Add test for FILENAME:: case.
3210         * gdb.cp/misc.exp: Add test for FILENAME:: case.
3211
3212 2013-03-20  Pedro Alves  <palves@redhat.com>
3213
3214         PR gdb/15289
3215
3216         * gdb.base/remote.exp: Test
3217         "set remote hardware-watchpoint-limit -1",
3218         "set remote hardware-breakpoint-limit -1",
3219         "set remote hardware-watchpoint-limit 2147483647" and
3220         "set remote hardware-breakpoint-limit 2147483647".
3221
3222 2013-03-20  Pedro Alves  <palves@redhat.com>
3223             Yao Qi  <yao@codesourcery.com>
3224
3225         * gdb.trace/tfile.c: Add comments.
3226         (nonconstglob): New global.
3227         * gdb.trace/tfile.exp: Add comments.  Test printing a non-const
3228         global that is not covered by the trace frame.  Test
3229         disassembling.
3230
3231 2013-03-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3232
3233         * gdb.base/valgrind-infcall.exp
3234         (continue #$continue_count) <remote connection closed>
3235         (continue #$continue_count) <valgrind vgdb has terminated>: Add kill of
3236         $valgrind_pid.
3237
3238 2013-03-15  Tom Tromey  <tromey@redhat.com>
3239
3240         * gdb.cp/overload.cc (intintfunc): New.
3241         * gdb.cp/overload.exp: Add regression test.
3242
3243 2013-03-15  Yao Qi  <yao@codesourcery.com>
3244
3245         * gdb.threads/non-ldr-exc-1.exp (do_test): Fix the indent of
3246         using with_test_prefix.
3247         * gdb.threads/non-ldr-exc-2.exp (do_test): Likewise.
3248         * gdb.threads/non-ldr-exc-3.exp (do_test): Likewise.
3249         * gdb.threads/non-ldr-exc-4.exp (do_test): Likewise.
3250         * gdb.threads/watchpoint-fork.exp (test): Likewise.
3251         * gdb.base/break-interp.exp (test_core): Likewise.
3252         (test_attach_gdb): Likewise.
3253         * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3254         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3255         Likewise.
3256         * gdb.base/jit-so.exp (one_jit_test): Likewise.
3257         * gdb.base/jit.exp (one_jit_test): Likewise.
3258         * gdb.base/sepdebug.exp (test_different_dir): Likewise.
3259         * gdb.dwarf2/dw2-dir-file-name.exp (test): Likewise.
3260         * gdb.dwarf2/dw2-noloc.exp (file_symbols): Likewise.
3261         * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved):
3262         Likewise.
3263         * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
3264         Likewise.
3265         * gdb.mi/mi-watch.exp test_watchpoint_all): Likewise.
3266         * gdb.mi/pr11022.exp (test_memory_changed_observer): Likewise.
3267         * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Likewise.
3268         (tracepoint_change_loc_2): Likewise.
3269         * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
3270         Likewise.
3271         (disconnected_tfind): Likewise.
3272         * gdb.trace/mi-traceframe-changed.exp (test_tfind_tfile):
3273         Likewise.
3274         (test_tfind_remote): Likewise.
3275         * gdb.trace/mi-tracepoint-changed.exp (test_reconnect):
3276         Likewise.
3277         (test_pending_resolved): Likewise.
3278         * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv):
3279         Likewise.
3280         (test_upload_tsv): Likewise.
3281         * gdb.trace/pending.exp (pending_tracepoint_resolved):
3282         Likewise.
3283         (pending_tracepoint_works): Likewise.
3284         * gdb.trace/report.exp (use_collected_data): Likewise.
3285         * gdb.trace/status-stop.exp (test_tstart_tstop_tstart):
3286         Likewise.
3287         (test_tstart_tstart, test_buffer_full_tstart): Likewise.
3288         * gdb.trace/strace.exp (strace_info_marker): Likewise.
3289         (strace_trace_on_same_addr): Likewise.
3290         (strace_trace_on_diff_addr): Likewise.
3291         * gdb.trace/unavailable.exp (gdb_collect_args_test): Likewise.
3292         (gdb_collect_locals_test): Likewise.
3293         (gdb_unavailable_registers_test): Likewise.
3294         (gdb_collect_globals_test): Likewise.
3295
3296 2013-03-15  Yao Qi  <yao@codesourcery.com>
3297
3298         * gdb.base/condbreak.exp: Add semicolon back which was removed
3299         by my previous commit.
3300
3301 2013-03-14  Yao Qi  <yao@codesourcery.com>
3302
3303         * config/monitor.exp (gdb_target_cmd): Remove semicolon after
3304         'return'.
3305         (gdb_target_monitor, gdb_load): Likewise.
3306         * config/sid.exp (gdb_load): Likewise.
3307         * config/slite.exp (gdb_load): Likewise.
3308         * config/vx.exp (gdb_start, spawn_vxgdb): Likewise.
3309         * gdb.ada/arrayidx.exp, gdb.ada/null_array.exp: Likewise.
3310         * gdb.arch/mips-octeon-bbit.exp (single_step): Likewise.
3311         (single_step_until): Likewise.
3312         * gdb.arch/powerpc-d128-regs.exp: Likewise.
3313         * gdb.arch/system-gcore.exp: Likewise.
3314         * gdb.base/bigcore.exp (extract_heap): Likewise.
3315         * gdb.base/break-on-linker-gcd-function.exp: Likewise.
3316         * gdb.base/call-ar-st.exp: Likewise.
3317         * gdb.base/call-rt-st.exp: Likewise.
3318         * gdb.base/call-sc.exp, gdb.base/call-strs.exp: Likewise.
3319         * gdb.base/callfuncs.exp, gdb.base/completion.exp: Likewise.
3320         * gdb.base/condbreak.exp, gdb.base/constvars.exp: Likewise.
3321         * gdb.base/corefile.exp: Likewise.
3322         * gdb.base/dbx.exp (gdb_file_cmd): Likewise.
3323         * gdb.base/exprs.exp, gdb.base/fileio.exp: Likewise.
3324         * gdb.base/fixsection.exp: Likewise.
3325         * gdb.base/funcargs.exp: Likewise.
3326         * gdb.base/gcore-buffer-overflow.exp: Likewise.
3327         * gdb.base/gcore-relro.exp: Likewise.
3328         * gdb.base/gcore.exp, gdb.base/gdb11530.exp: Likewise.
3329         * gdb.base/gdb11531.exp, gdb.base/gnu-ifunc.exp: Likewise.
3330         * gdb.base/info-os.exp, gdb.base/info-proc.exp: Likewise.
3331         * gdb.base/interp.exp, gdb.base/langs.exp:: Likewise.
3332         * gdb.base/list.exp: Likewise.
3333         (set_listsize): Likewise.
3334         * gdb.base/logical.exp, gdb.base/mips_pro.exp: Likewise.
3335         * gdb.base/miscexprs.exp, gdb.base/nodebug.exp: Likewise.
3336         * gdb.base/opaque.exp, gdb.base/pointers.exp: Likewise.
3337         * gdb.base/psymtab.exp, gdb.base/ptype.exp: Likewise.
3338         * gdb.base/relational.exp, gdb.base/scope.exp: Likewise.
3339         * gdb.base/setvar.exp: Likewise.
3340         (test_set): Likewise.
3341         * gdb.base/signals.exp, gdb.base/sizeof.exp: Likewise.
3342         * gdb.base/solib-overlap.exp: Likewise.
3343         * gdb.base/store.exp, gdb.base/structs.exp: Likewise.
3344         * gdb.base/structs2.exp, gdb.base/volatile.exp: Likewise.
3345         * gdb.base/watchpoint.exp (initialize): Likewise.
3346         (test_simple_watchpoint): Likewise.
3347         (test_disabling_watchpoints): Likewise.
3348         (test_watchpoint_triggered_in_syscall): Likewise.
3349         * gdb.base/whatis.exp, gdb.cp/ambiguous.exp: Likewise.
3350         * gdb.cp/casts.exp, gdb.cp/ctti.exp: Likewise.
3351         * gdb.cp/namespace.exp, gdb.cp/nsdecl.exp: Likewise.
3352         * gdb.cp/psmang.exp, gdb.dwarf2/dw2-ranges.exp: Likewise.
3353         * gdb.hp/gdb.aCC/optimize.exp: Likewise.
3354         * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
3355         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
3356         * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
3357         * gdb.hp/gdb.compat/xdb1.exp: Likewise.
3358         * gdb.hp/gdb.compat/xdb2.exp: Likewise.
3359         * gdb.hp/gdb.compat/xdb3.exp: Likewise.
3360         * gdb.hp/gdb.defects/bs14602.exp: Likewise.
3361         * gdb.hp/gdb.defects/solib-d.exp: Likewise.
3362         * gdb.mi/gdb792.exp: Likewise.
3363         * gdb.mi/mi-inheritance-syntax-error.exp: Likewise.
3364         * gdb.mi/mi-logging.exp, gdb.mi/mi-var-cp.exp : Likewise.
3365         * gdb.mi/mi-var-rtti.exp, gdb.python/py-type.exp: Likewise.
3366         * gdb.threads/gcore-thread.exp: Likewise.
3367         (load_core): Likewise.
3368         * gdb.threads/pthreads.exp (all_threads_running): Likewise.
3369         (test_startup, check_control_c): Likewise.
3370         * gdb.threads/sigstep-threads.exp: Likewise.
3371         * gdb.threads/thread_check.exp: Likewise.
3372         * gdb.trace/backtrace.exp, gdb.trace/change-loc.exp: Likewise.
3373         * gdb.trace/circ.exp (run_trace_experiment): Likewise.
3374         (set_a_tracepoint, trace_buffer_normal): Likewise.
3375         (gdb_trace_circular_tests): Likewise.
3376         * gdb.trace/collection.exp: Likewise.
3377         * gdb.trace/disconnected-tracing.exp: Likewise.
3378         * gdb.trace/infotrace.exp: Likewise.
3379         * gdb.trace/mi-traceframe-changed.exp: Likewise.
3380         * gdb.trace/mi-tracepoint-changed.exp: Likewise.
3381         * gdb.trace/mi-tsv-changed.exp (test_create_delete_modify_tsv): Likewise.
3382         * gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp: Likewise.
3383         * gdb.trace/pending.exp, gdb.trace/report.exp: Likewise.
3384         * gdb.trace/stap-trace.exp: Likewise.
3385         * gdb.trace/status-stop.exp,gdb.trace/strace.exp: Likewise.
3386         * gdb.trace/tfind.exp, gdb.trace/trace-break.exp: Likewise.
3387         * gdb.trace/trace-buffer-size.exp: Likewise.
3388         * gdb.trace/tspeed.exp, gdb.trace/tsv.exp: Likewise.
3389         * gdb.trace/unavailable.exp: Likewise.
3390         * gdb.trace/while-dyn.exp: Likewise.
3391         * lib/fortran.exp (set_lang_fortran): Likewise.
3392         * lib/gdb.exp (default_gdb_version, gdb_start_cmd): Likewise.
3393         (gdb_breakpoint, gdb_reinitialize_dir): Likewise.
3394         (default_gdb_start, get_compiler_info): Likewise.
3395         (gdb_compile, gdb_compile_objc, gdb_reload, gdb_init): Likewise.
3396         (get_debug_format, setup_xfail_format): Likewise.
3397         (rerun_to_main, gdb_skip_float_test): Likewise.
3398         (build_id_debug_filename_get, get_remotetimeout): Likewise.
3399         * lib/java.exp (set_lang_java): Likewise.
3400         * lib/mi-support.exp (default_mi_gdb_start): Likewise.
3401         (mi_gdb_reinitialize_dir, mi_gdb_target_cmd): Likewise.
3402         (mi_gdb_file_cmd, mi_gdb_test): Likewise.
3403         (mi_run_cmd_full, mi_expect_interrupt): Likewise.
3404         * lib/objc.exp (set_lang_objc): Likewise.
3405         * lib/pascal.exp (set_lang_pascal): Likewise.
3406         * lib/prompt.exp (default_prompt_gdb_start): Likewise.
3407         * lib/trace-support.exp (gdb_trace_setactions, gdb_tfind_test): Likewise.
3408         (gdb_readexpr, gdb_gettpnum, gdb_find_recursion_test_baseline): Likewise.
3409
3410 2013-03-14  Sergio Durigan Junior  <sergiodj@redhat.com>
3411
3412         PR c++/15203
3413         PR c++/15210
3414         * gdb.cp/m-static.cc (keepalive_int): New function.
3415         (gnu_obj_1::method): New variable `sintvar', call `keepalive_int'.
3416         * gdb.cp/m-static.exp: New test for `sintvar'.
3417
3418 2013-03-14  Yao Qi  <yao@codesourcery.com>
3419
3420         * gdb.trace/tstatus.exp (run_trace_experiment): Save the output
3421         of 'tstatus' into tstatus_output.
3422         (top level): Save the trace data to tfile.  Read trace file in
3423         tfile target.  Check the trace status.
3424
3425 2013-03-13  Yao Qi  <yao@codesourcery.com>
3426
3427         * gdb.trace/tsv.exp (check_tsv): New.
3428         (top level): Save a tfile on current trace session. Call
3429         check_tsv on live target.  Load the tfile with target tfile
3430         and call check_tsv again.
3431
3432 2013-03-13  Yao Qi  <yao@codesourcery.com>
3433
3434         * gdb.trace/tsv.exp: Remove code unrelated to testing TSV.
3435         Replace some "gdb_test" with "gdb_test_no_output".
3436
3437 2013-03-12  Paul Hilfinger  <hilfingr@adacore.com>
3438
3439         * gdb.ada/expr_delims.exp: New file.
3440         * gdb.ada/expr_delims/foo.adb: New file.
3441         * gdb.ada/expr_delims/pck.ads: New file.
3442         * gdb.ada/expr_delims/pck.adb: New file.
3443
3444 2013-03-11  Keith Seitz  <keiths@redhat.com>
3445
3446         * watchpoint.exp (test_no_hw_watchpoints): Add test using
3447         both condition and thread.  Then delete the watchpoint.
3448
3449 2013-03-11  Christian Himpel  <christian.himpel@intel.com>
3450
3451         * Makefile.in: Add btrace testsuite.
3452         * configure: Regenerated.
3453         * configure.ac: Add btrace testsuite.
3454         * gdb.btrace/Makefile.in: New file.
3455         * gdb.btrace/enable.c: New file.
3456         * gdb.btrace/enable.exp: New file.
3457         * gdb.btrace/function_call_history.c: New file.
3458         * gdb.btrace/function_call_history.exp: New file.
3459         * gdb.btrace/instruction_history.c: New file.
3460         * gdb.btrace/instruction_history.exp: New file.
3461         * gdb.btrace/instruction_history.S: New file.
3462         * lib/gdb.exp: Add btrace skip proc.
3463
3464 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
3465
3466         Fix entry-values if the callee called a noreturn function.
3467         * gdb.arch/amd64-tailcall-noret.S: New file.
3468         * gdb.arch/amd64-tailcall-noret.c: New file.
3469         * gdb.arch/amd64-tailcall-noret.exp: New file.
3470
3471 2013-03-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
3472
3473         Fix entry-values in C++ across CUs.
3474         * gdb.arch/amd64-tailcall-cxx.exp: New file.
3475         * gdb.arch/amd64-tailcall-cxx1.S: New file.
3476         * gdb.arch/amd64-tailcall-cxx1.cc: New file.
3477         * gdb.arch/amd64-tailcall-cxx2.S: New file.
3478         * gdb.arch/amd64-tailcall-cxx2.cc: New file.
3479
3480 2013-03-08  Stan Shebs  <stan@codesourcery.com>
3481             Hafiz Abid Qadeer  <abidh@codesourcery.com>
3482
3483         gdb/testsuite/
3484         * gdb.trace/trace-buffer-size.exp: New file.
3485         * gdb.trace/trace-buffer-size.c: New file.
3486
3487 2013-03-06  Pedro Alves  <palves@redhat.com>
3488
3489         * gdb.trace/tstatus.exp (run_trace_experiment): When the target
3490         doesn't support the tested optional feature, call "unsupported"
3491         with the same test message as the "pass" case, instead of calling
3492         "pass" with a different message.  Use the same text for the "fail"
3493         cases too.
3494
3495 2013-03-06  Yao Qi  <yao@codesourcery.com>
3496
3497         * gdb.trace/tstatus.exp: Remove the invocation of
3498         gdb_load_shlibs, gdb_compile, clean_restart and runto_main.
3499         (test_tracepoints): Don't set fast tracepoint.
3500         (top level): Don't check agent library is loaded or not.
3501
3502 2013-03-06  Yao Qi  <yao@codesourcery.com>
3503
3504         * gdb.trace/tstatus.exp (run_trace_experiment): Escape
3505         parentheses by "\\".
3506
3507 2013-03-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
3508
3509         * gdb.linespec/base/one/thefile.cc (twodup): New.
3510         (m): Call it.
3511         * gdb.linespec/base/two/thefile.cc (dupname): New.
3512         (n): Call it.
3513         * gdb.linespec/break-ask.exp: New file.
3514         * gdb.linespec/lspec.cc (body_elsewhere): New comment marker.
3515
3516 2013-02-28  Yao Qi  <yao@codesourcery.com>
3517
3518         * gdb.trace/report.exp: Move some code to ...
3519         (use_collected_data): New.
3520         (top level): Call use_collected_data once on the live target.
3521         Save at file of the current trace session, load it with target
3522         tfile, and call use_collected_data again.
3523
3524 2013-02-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3525
3526         * gdb.threads/fork-thread-pending.c (main): Add alarm.
3527
3528 2013-02-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
3529
3530         * gdb.base/valgrind-infcall.exp (valgrind_pid): New variable.
3531         Add final kill of ${valgrind_pid}.
3532
3533 2013-02-20  Siva Chandra Reddy  <sivachandra@google.com>
3534
3535         * gdb.python/py-arch.c: New test case
3536         * gdb.python/py-arch.exp: New tests to test
3537         gdb.Architecture.disassemble
3538         * gdb.python/Makefile.in: Add py-arch to the list of
3539         EXECUTABLES.
3540
3541 2013-02-18  Tom Tromey  <tromey@redhat.com>
3542
3543         * gdb.dwarf2/subrange.exp: New file.
3544
3545 2013-02-15  Pedro Alves  <pedro@codesourcery.com>
3546             Hafiz Abid Qadeer  <abidh@codesourcery.com>
3547
3548         * gdb.trace/tfile.exp: Add test for -trace-status command.
3549
3550 2013-02-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
3551
3552         * gdb.threads/pthread_cond_wait.c (main): Remove variable ts.  Replace
3553         nanosleep by sleep.
3554
3555 2013-02-14  Pedro Alves  <palves@redhat.com>
3556
3557         * gdb.cp/userdef.exp (ptype &*c): Don't expect an &.
3558
3559 2013-02-14  Pedro Alves  <pedro@codesourcery.com>
3560             Hafiz Abid Qadeer  <abidh@codesourcery.com>
3561
3562         * gdb.trace/tsv.exp: Adjust tests, and add a few more.
3563
3564 2013-02-12  Tom Tromey  <tromey@redhat.com>
3565
3566         * gdb.cp/m-static.cc (gnu_obj_1::~gnu_obj_1): New destructor.
3567         * gdb.cp/m-static.exp: Add tests to print quoted destructor.
3568
3569 2013-02-12  Pedro Alves  <palves@redhat.com>
3570
3571         * gdb.base/catch-signal.c: Update copyright years.
3572         * gdb.base/catch-signal.exp: Update copyright years.
3573         * gdb.dwarf2/dw2-dir-file-name.c: Update copyright years.
3574         * gdb.dwarf2/dw2-dir-file-name.exp: Update copyright years.
3575         * gdb.dwarf2/dw2-empty-pc-range.S: Update copyright years.
3576         * gdb.dwarf2/dw2-error.S: Update copyright years.
3577         * gdb.dwarf2/dw2-error.c: Update copyright years.
3578         * gdb.dwarf2/dw2-restrict.S: Update copyright years.
3579         * gdb.dwarf2/dw2-restrict.c: Update copyright years.
3580         * gdb.dwarf2/dw2-restrict.exp: Update copyright years.
3581
3582 2013-02-12  Pedro Alves  <palves@redhat.com>
3583
3584         * gdb.base/catch-signal.exp: Correct test file name in "Skipping"
3585         message.
3586         * gdb.base/sigaltstack.exp: Ditto.
3587         * gdb.base/siginfo.exp: Ditto.
3588         * gdb.base/sizeof.exp: Ditto.
3589
3590 2013-02-12  Pedro Alves  <palves@redhat.com>
3591
3592         * gdb.mi/mi-basics.exp: Tweak intro comment.
3593         * gdb.mi/mi-break.exp: Tweak intro comment.
3594         * gdb.mi/mi-console.exp: Tweak intro comment.
3595         * gdb.mi/mi-file.exp: Tweak intro comment.
3596         * gdb.mi/mi-read-memory.exp: Tweak intro comment.
3597         * gdb.mi/mi-return.exp: Tweak intro comment.
3598         * gdb.mi/mi-stepi.exp: Tweak intro comment.
3599         * gdb.mi/mi-until.exp: Tweak intro comment.
3600         * gdb.mi/mi-watch.exp: Tweak intro comment.
3601
3602 2013-02-12  Sanimir Agovic  <sanimir.agovic@intel.com>
3603
3604         * gdb.server/no-thread-db.exp: New file.
3605         * gdb.server/no-thread-db.c: New file.
3606         * gdb.server/Makefile.in (EXECUTABLES): Add no-thread-db.
3607
3608 2013-02-11  Doug Evans  <dje@google.com>
3609
3610         * gdb.base/printcmds.exp (test_printf_with_dfp): Add test for printing
3611         two decfloats.
3612
3613 2013-02-11  Sergio Durigan Junior  <sergiodj@redhat.com>
3614
3615         * gdb.base/bitfields.c (struct internalvartest): New declaration.
3616         * gdb.base/bitfields.exp (bitfield_internalvar): New function.
3617
3618 2013-02-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
3619
3620         * gdb.python/py-prompt.exp: Add to the end a kill of $testpid.
3621
3622 2013-02-06  Yao Qi  <yao@codesourcery.com>
3623
3624         * gdb.trace/mi-tsv-changed.exp (test_create_delete_tsv): Rename
3625         to ...
3626         (test_create_delete_modify_tsv): ... here.  New test on modifying
3627         the initial value of a tsv.
3628
3629 2013-02-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
3630
3631         * gdb.dwarf2/dw2-dir-file-name.exp (cd ${srcabsdir}/rdir): Rename to ...
3632         (cd .../rdir): ... here.
3633
3634 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3635
3636         * gdb.linespec/base/one/header.h: New file.
3637         * gdb.linespec/base/two/header.h: New file.
3638         * gdb.linespec/macro-relative.c: New file.
3639         * gdb.linespec/macro-relative.exp: New file.
3640
3641 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3642
3643         * gdb.base/fullpath-expand-func.c: New file.
3644         * gdb.base/fullpath-expand.c: New file.
3645         * gdb.base/fullpath-expand.exp: New file.
3646         * gdb.base/realname-expand-real.c: New file.
3647         * gdb.base/realname-expand.c: New file.
3648         * gdb.base/realname-expand.exp: New file.
3649
3650 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3651
3652         * gdb.dwarf2/dw2-dir-file-name.exp: New file.
3653         * gdb.dwarf2/dw2-dir-file-name.c: New file.
3654
3655 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3656
3657         * gdb.mi/mi-fullname-deleted.exp: Use double last slash for $srcfileabs.
3658         (compare_filenames_for_search does not match)
3659         (compare_filenames_for_search does match): New tests.
3660
3661 2013-02-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
3662
3663         * gdb.gdb/xfullpath.exp: Replace xfullpath calls by gdb_realpath calls.
3664
3665 2013-02-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
3666
3667         * lib/java.exp (compile_java_from_source): Initialize ARGS as a list.
3668
3669 2013-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
3670
3671         * gdb.base/gnu-debugdata.exp): Create ${binfile}.debug,
3672         ${binfile}.mini_debuginfo-debuglink, add -k to xz, use now
3673         ${binfile}.mini_debuginfo-debuglink and
3674         ${binfile}.mini_debuginfo-debuglink.xz.
3675
3676 2013-02-01  Tom Tromey  <tromey@redhat.com>
3677
3678         * gdb.dwarf2/method-ptr.exp: Use correct form for non-string
3679         attributes.
3680
3681 2013-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
3682             Tom Tromey  <tromey@redhat.com>
3683
3684         * gdb.dwarf2/method-ptr.exp: Link with c++.
3685         * lib/dwarf.exp (Dwarf::assemble): Declare _cu_count.
3686
3687 2013-01-31  Tom Tromey  <tromey@redhat.com>
3688
3689         * gdb.base/jit.exp (compile_jit_test): New proc.
3690         Add PIE tests.
3691
3692 2013-01-31  Tom Tromey  <tromey@redhat.com>
3693
3694         * gdb.dwarf2/method-ptr.cc: New file.
3695         * gdb.dwarf2/method-ptr.exp: New file.
3696
3697 2013-01-31  Tom Tromey  <tromey@redhat.com>
3698
3699         * lib/dwarf.exp (namespace Dwarf): New.
3700
3701 2013-01-29  Tom Tromey  <tromey@redhat.com>
3702
3703         * gdb.dwarf2/fission-reread.exp: Add unload test.
3704
3705 2013-01-28  Doug Evans  <dje@google.com>
3706
3707         * gdb.dwarf2/fission-loclists.exp: New file.
3708         * gdb.dwarf2/fission-loclists.S: New file.
3709
3710 2013-01-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
3711
3712         Code cleanup.
3713         * gdb.base/restore.exp: Replace gdb_compile, gdb_exit, gdb_start,
3714         gdb_reinitialize_dir and gdb_load by standard_testfile, set executable
3715         and prepare_for_testing.
3716         * gdb.base/store.exp: Likewise.
3717
3718 2013-01-25  Tom Tromey  <tromey@redhat.com>
3719
3720         * gdb.python/py-explore.exp: Expect the gdb prompt.
3721
3722 2013-01-25  Andrew Burgess  <aburgess@broadcom.com>
3723
3724         * gdb.base/gnu_vector.c: New variable for use in tests.
3725         * gdb.base/gnu_vector.exp: Update and extend tests to reflect
3726         changes in scalar to vector casting and widening.
3727         * gdb.python/py-type.c: New variables for use in tests.
3728         * gdb.python/py-type.exp: Update vector related tests to reflect
3729         changes in scalar to vector casting and widening.
3730
3731 2013-01-24  Tiago Stürmer Daitx  <tdaitx@linux.vnet.ibm.com>
3732
3733         * gdb.base/prologue-include.c: New file.
3734         * gdb.base/prologue-include.exp: New file.
3735         * gdb.base/prologue-include.h: New file.
3736
3737 2013-01-24  Hafiz Abid Qadeer  <abidh@codesourcery.com>
3738
3739         PR gdb/13443
3740         * gdb.mi/mi-var-block.exp: Make test messages unique.
3741
3742 2013-01-23  Tom Tromey  <tromey@redhat.com>
3743
3744         * gdb.dwarf2/dw2-error.exp: Pass test name to "file" test.
3745
3746 2013-01-23  Tom Tromey  <tromey@redhat.com>
3747
3748         * gdb.cp/converts.cc (main): Initialize 'a'.
3749
3750 2013-01-23  Siva Chandra Reddy  <sivachandra@google.com>
3751
3752         * testsuite/gdb.python/frame.exp: Add a test for
3753         gdb.Frame.architecture() method.
3754
3755 2013-01-22  Pedro Alves  <palves@redhat.com>
3756
3757         * gdb.base/annota1.exp (signal sent): No longer expect
3758         breakpoints-invalid.
3759         * gdb.cp/annota2.exp (continue until exit)
3760         (watch triggered on a.x): Ditto.
3761
3762 2013-01-22  Pedro Alves  <palves@redhat.com>
3763
3764         * gdb.base/annota1.exp (breakpoints_invalid): New variable.
3765         Adjust tests to breakpoints-invalid changes.
3766         * gdb.cp/annota2.exp (breakpoints_invalid, frames_invalid): New
3767         variables.
3768         Adjust tests to breakpoints-invalid changes.
3769
3770 2013-01-22  Pedro Alves  <palves@redhat.com>
3771
3772         * gdb.base/annota1.exp (annotate ignore count change): Add
3773         expected output for failure case.
3774
3775 2013-01-22  Tom Tromey  <tromey@redhat.com>
3776
3777         * gdb.gdb/selftest.exp (do_steps_and_nexts): Handle bfd_init
3778         call.
3779
3780 2013-01-21  Marc Khouzam  <marc.khouzam@ericsson.com>
3781
3782         * gdb.mi/mi-break.exp: Expect new 'thread-groups' field.
3783         * gdb.mi/mi-catch-load.exp: Ditto.
3784         * gdb.mi/mi-nsmoribund.exp: Expect new 'thread-groups' field.
3785         Also handle 'thread' field.
3786         * gdb.mi/mi-simplerun.exp: Expect new 'thread-groups' field.
3787         * gdb.mi/mi-watch.exp: Ditto.
3788         * lib/mi-support.exp: Ditto.
3789
3790 2013-01-21  Siva Chandra Reddy  <sivachandra@google.com>
3791
3792         * gdb.python/py-explore.exp: Improve a test
3793
3794 2013-01-18  David Blaikie  <dblaikie@gmail.com>
3795
3796         * gdb.base/label.c (main): Correct the type of the second
3797         parameter.
3798
3799 2013-01-18  Tom Tromey  <tromey@redhat.com>
3800
3801         * gdb.dwarf2/trace-crash.s: New file.
3802         * gdb.dwarf2/trace-crash.exp: New file.
3803
3804 2013-01-18  Hafiz Abid Qadeer<abidh@codesourcery.com>
3805
3806         PR gdb/13443
3807         * gdb.base/checkpoint.exp: Update test messages to make them
3808         unique.
3809
3810 2013-01-18  Yao Qi  <yao@codesourcery.com>
3811
3812         * gdb.trace/infotrace.exp: Check 'traceframe usage' in the
3813         output of 'info tracepoints'.
3814         * gdb.trace/disconnected-tracing.exp (disconnected_tracing):
3815         Likewise.
3816         * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
3817         * gdb.trace/disconnected-tracing.c (struct foo): New.
3818
3819 2013-01-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
3820
3821         * gdb.dwarf2/dw2-dos-drive.S: New file.
3822         * gdb.dwarf2/dw2-dos-drive.exp: New file.
3823
3824 2013-01-17  Doug Evans  <dje@google.com>
3825
3826         * boards/dwarf4-gdb-index.exp: Use any existing CC_FOR_TARGET,
3827         CXX_FOR_TARGET.
3828
3829         * boards/cc-with-tweaks.exp: New file.
3830
3831 2013-01-17  Tom Tromey  <tromey@redhat.com>
3832
3833         * gdb.base/completion.exp: Add "set cp-abi" completion test.
3834
3835 2013-01-17  Pedro Alves  <palves@redhat.com>
3836
3837         Merge dg-extract-results.sh from upstream (svn 195224).
3838
3839         2013-01-15  David Blaikie <dblaikie@gmail.com>
3840         * dg-extract-results.sh: Fix order of summary counts.
3841
3842         2013-01-15  David Blaikie <dblaikie@gmail.com>
3843         * dg-extract-results.sh: Constrain the start-of-log pattern.
3844
3845         2013-01-15  David Blaikie <dblaikie@gmail.com>
3846         * dg-extract-results.sh: Handle KPASSes.
3847
3848         2010-05-25  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
3849         * dg-extract-results.sh: Redirect grep output to /dev/null instead
3850         of grep -q.
3851
3852 2012-01-17  Sanjoy Das <sanjoy@playingwithpointers.com>
3853
3854         * gdb.base/jit-reader.exp: New file. Test case for the jit-reader
3855         interface.
3856         * gdb.base/jithost.c: New file.
3857         * gdb.base/jithost.h: New file.
3858         * gdb.base/jitreader.c : New file.
3859         * gdb.base/jit-protocol.h: New file.
3860
3861 2013-01-16  Tom Tromey  <tromey@redhat.com>
3862
3863         * gdb.base/catch-signal.c: New file.
3864         * gdb.base/catch-signal.exp: New file.
3865
3866 2013-01-16  Tom Tromey  <tromey@redhat.com>
3867
3868         * gdb.mi/mi-catch-load.exp: Look for "catch-type".
3869
3870 2013-01-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
3871
3872         * gdb.dwarf2/dw2-restrict.exp: Skip compilation on non-x86_64 targets.
3873
3874 2013-01-14  Tom Tromey  <tromey@redhat.com>
3875
3876         * gdb.base/completion.exp: Add "set gnutarget" test.
3877
3878 2013-01-14  Tom Tromey  <tromey@redhat.com>
3879
3880         * gdb.dwarf2/dw2-restrict.S: New file.
3881         * gdb.dwarf2/dw2-restrict.c: New file.
3882         * gdb.dwarf2/dw2-restrict.exp: New file.
3883
3884 2013-01-14  Tom Tromey  <tromey@redhat.com>
3885
3886         * gdb.dwarf2/dw2-error.exp: New file.
3887         * gdb.dwarf2/dw2-error.c: New file.
3888         * gdb.dwarf2/dw2-error.S: New file.
3889
3890 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3891
3892         * gdb.cp/parse-lang.cc: New file.
3893         * gdb.cp/parse-lang.exp: New file.
3894
3895 2013-01-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
3896
3897         * gdb.mi/mi-fullname-deleted.exp: Set srcfileabssubst and initdir.
3898         (set substitute-path): New test.
3899         (fullname present): Remove content.
3900         (substituted fullname): New test.
3901
3902 2013-01-13  Joel Brobecker  <brobecker@adacore.com>
3903
3904         * gdb.python/py-finish-breakpoint.exp: Add skip_python_tests
3905         check.  Move $gdb_py_is_py24 value check right after.
3906
3907 2013-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
3908
3909         * gdb.base/dprintf.exp (dprintf info 1): Fix expectation on 64-bit
3910         targets.
3911
3912 2013-01-11  Yao Qi  <yao@codesourcery.com>
3913
3914         * gdb.base/dprintf.exp: Check the output of 'info breakpoints'
3915         for dprintf.
3916         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
3917         Check the fields in "=breakpoint-created" for dprintf.
3918
3919 2012-12-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
3920
3921         * gdb.mi/mi-fullname-deleted.exp: New file.
3922
3923 2012-12-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
3924
3925         * gdb.base/skip-solib.exp (info skip with pending file): Update the
3926         expected output.
3927         (info skip with pending file): Remove.
3928         (ignoring function in solib, info skip for function multiply): Update
3929         the expected output.
3930         * gdb.base/skip.ex (skip (main), skip function baz, info skip)
3931         (info skip (delete 1), info skip after disabling all)
3932         (info skip after enabling all, info skip after disabling 4 2-3)
3933         (info skip after enabling 2-3, info skip 2-3)
3934         (info skip after deleting 2 3): Update the expected output.
3935         * gdb.linespec/base/two/thefile.cc (n): New variable v, split the
3936         statement to its initialization and return.
3937         * gdb.linespec/skip-two.exp: New file.
3938
3939 2012-12-19  Doug Evans  <dje@google.com>
3940
3941         * gdb.base/maint.exp: Handle testing with .gdb_index.
3942
3943 2012-12-19  Joel Brobecker  <brobecker@adacore.com>
3944
3945         * gdb.arch/mips-octeon-bbit.exp: Fix copyright header from
3946         Cavium to FSF.
3947
3948 2012-12-19  Joel Brobecker  <brobecker@adacore.com>
3949
3950         * dg-extract-results.sh: Update contact info in copyright notice.
3951         * gdb.arch/mips-octeon-bbit.exp: Update copyright notice to
3952         GPL v3 or later.  Update contact info.
3953         * gdb.fortran/logical.f90, gdb.threads/watchpoint-fork-child.c,
3954         gdb.threads/watchpoint-fork-mt.c,
3955         gdb.threads/watchpoint-fork-parent.c,
3956         gdb.threads/watchpoint-fork-st.c,
3957         gdb.threads/watchpoint-fork.h: Likewise.
3958
3959 2012-12-15  Yao Qi  <yao@codesourcery.com>
3960
3961         * gdb.trace/mi-tracepoint-changed.exp (test_pending_resolved): Check
3962         'installed' field in '=breakpoint-modified'.
3963         (test_reconnect): Check 'installed' field in
3964         '=breakpoint-modified' and '=breakpoint-created'.
3965
3966         * gdb.trace/actions.exp: Update test for 'installed' field.
3967         * gdb.trace/change-loc.exp (tracepoint_change_loc_1):
3968         (tracepoint_change_loc_2): Likewise.
3969         Check 'info tracepoint' display nothing else.
3970         * gdb.trace/deltrace.exp: Likewise.
3971         * gdb.trace/infotrace.exp: Likewise.
3972         * gdb.trace/mi-traceframe-changed.exp (test_tfind_remote):
3973         Likewise.
3974         * gdb.trace/passcount.exp: Likewise.
3975         * gdb.trace/tracecmd.exp: Likewise.
3976         * gdb.trace/while-stepping.exp: Likewise.
3977
3978 2012-12-14  Tom Tromey  <tromey@redhat.com>
3979
3980         * gdb.cp/member-name.exp: New file.
3981         * gdb.cp/member-name.cc: New file.
3982
3983 2012-12-14  Tom Tromey  <tromey@redhat.com>
3984
3985         * gdb.cp/templates.exp (test_ptype_of_templates): Update kfails.
3986
3987 2012-12-14  Doug Evans  <dje@google.com>
3988
3989         * gdb.dwarf2/implptr-optimized-out.S: DIE offset for
3990         DW_OP_GNU_implicit_pointer is section-relative.
3991
3992 2012-12-14  Tom Tromey  <tromey@redhat.com>
3993
3994         * gdb.base/info-proc.exp: Add core file tests.
3995
3996 2012-12-14  Yufeng Zhang  <yufeng.zhang@arm.com>
3997
3998         * gdb.base/kill-after-signal.exp: Disable if gdb,nosignals.
3999
4000 2012-12-13  Doug Evans  <dje@google.com>
4001
4002         * gdb.multi/multi-arch-exec.exp: Skip for i*86-linux.
4003         * gdb.multi/multi-arch.exp: Ditto.
4004
4005 2012-12-12  Keven Boell  <keven.boell@intel.com>
4006
4007         * gdb.mi/mi-catch-load-so.c: New. Clone of the
4008         catch load test library source file.
4009         * gdb.mi/mi-catch-load.c: New. Clone of the catch
4010         load test source file.
4011         * gdb.mi/mi-catch-load.exp: New. Test file for
4012         basic MI -catch-load and -catch-unload tests.
4013
4014 2012-12-11  Paul Koning  <paul_koning@dell.com>
4015
4016         * gdb.python/py-prettyprint.py (_iterator): Remove exception_flag
4017         exception.
4018         (_iterator_except): New function.
4019         (ArrayPrinter): Use _iterator function instead of local _iterator
4020         class for Python 3 compatibility.
4021         (NoStringContainerPrinter): Use _iterator_except instead of
4022         _iterator.
4023         * gdb.python/py-typeprint.exp: Use exec(open(...).read()) instead of
4024         execfile for Python 3 compatibility.
4025         * gdb.python/python.exp: Handle Python 2.4 exception traceback
4026         format in error_prompt test.
4027
4028 2012-12-10  Paul Koning  <paul_koning@dell.com>
4029
4030         * gdb.base/charset.exp: Change print syntax for Python 3
4031         compatibility.
4032         * gdb.python/py-block.exp: Ditto.
4033         * gdb.python/py-breakpoint.exp: Ditto.
4034         * gdb.python/py-cmd.exp: Ditto.
4035         * gdb.python/py-events.py: Ditto.
4036         * gdb.python/py-finish-breakpoint.py: Ditto.
4037         * gdb.python/py-finish-breakpoint2.exp: Ditto.
4038         * gdb.python/py-finish-breakpoint2.py: Ditto.
4039         * gdb.python/py-frame-inline.exp: Ditto.
4040         * gdb.python/py-frame.exp: Ditto.
4041         * gdb.python/py-infthread.exp: Ditto.
4042         * gdb.python/py-objfile.exp: Ditto.
4043         * gdb.python/py-parameter.exp: Ditto.
4044         * gdb.python/py-progspace.exp: Ditto.
4045         * gdb.python/py-prompt.exp: Ditto.
4046         * gdb.python/py-symbol.exp: Ditto.
4047         * gdb.python/py-symtab.exp: Ditto.
4048         * gdb.python/py-template.exp: Ditto.
4049         * gdb.python/py-value-cc.exp: Ditto.
4050         * gdb.python/python.exp: Ditto.
4051         * gdb.python/source2.py: Ditto.
4052         * gdb.python/lib-types.exp: Change print syntax for Python 3
4053         compatibility.
4054         Use sorted() function rather than sort() method.
4055         Accept either int or long values for enum values.
4056         * gdb.python/py-events.exp: Use exec(open(...).read()) instead of
4057         execfile for Python 3 compatibility.
4058         * gdb.python/py-evsignal.exp: Ditto.
4059         * gdb.python/py-evthreads.exp: Ditto.
4060         * gdb.python/py-mi.exp: Ditto.
4061         * gdb.python/py-pp-maint.exp: Ditto.
4062         * gdb.python/py-prettyprint.exp: Ditto.
4063         * gdb.python/py-finish-breakpoint.exp: Change print syntax for
4064         Python 3 compatibility.
4065         Skip tests for Python 2.4.
4066         * gdb.python/py-inferior.exp: Change print syntax for
4067         Python 3 compatibility.
4068         Use byte string rather than character string in memory write test
4069         if Python 3.
4070         * gdb.python/py-pp-maint.py: Change class declarations to "new
4071         class" syntax.
4072         * gdb.python/py-prettyprint.py: Change iterator class to generator
4073         function for Python 3 compatibility.
4074         Make all classes "new style".
4075         Fix indentation issue and stray semicolon.
4076         * gdb.python/py-shared.expChange print syntax for Python 3
4077         compatibility.
4078         Define "long" if Python 3.
4079         * gdb.python/py-type.exp: Change print syntax for Python 3
4080         compatibility.
4081         Accept either int or long values for enum values.
4082         * gdb.python/py-value.exp: Change print syntax for Python 3
4083         compatibility.
4084         Skip "long" and "unicode" tests if Python 3.
4085         Accept either "type" or "class" in type checks.
4086         * lib/gdb.exp (gdb_py_is_py3k): New flag set if Python 3.
4087         (gdb_py_is_py24): New flag set if Python 2.4 or 2.5.
4088
4089 2012-12-10  Tom Tromey  <tromey@redhat.com>
4090
4091         * gdb.dwarf2/implptr-64bit.exp: Run tests with two CUs as well.
4092         (test): Add "two_cu" argument.
4093         * gdb.dwarf2/implptr-64bit.S: Move subprogram later; use ref_addr
4094         for types; allow two CUs.
4095
4096 2012-12-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
4097
4098         * gdb.dwarf2/dw2-compdir-oldgcc.S: New file.
4099         * gdb.dwarf2/dw2-compdir-oldgcc.exp: New file.
4100
4101 2012-12-08  Yao Qi  <yao@codesourcery.com>
4102             Pedro Alves  <palves@redhat.com>
4103
4104         * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Test
4105         '=breakpoint-created' when GDB merges the tracepoints of both
4106          sides.
4107
4108 2012-12-07  Tom Tromey  <tromey@redhat.com>
4109
4110         * gdb.base/break1.c (enum some_enum, union some_union): New.
4111         (some_enum_global, some_union_global, some_value): New globals.
4112         * gdb.base/completion.exp: Add tag completion tests.
4113
4114 2012-12-07  Tom Tromey  <tromey@redhat.com>
4115
4116         * gdb.base/completion.exp: Add tests for ptype and whatis
4117         completion.
4118
4119 2012-12-07  Joel Brobecker  <brobecker@adacore.com>
4120
4121         * gdb.base/stale-infcall.exp: Fix copyright line.
4122
4123 2012-12-07  Joel Brobecker  <brobecker@adacore.com>
4124
4125         * gdb.ada/lang_switch.exp: The "msg" parameter may be a reference.
4126
4127 2012-12-06  Pedro Alves  <palves@redhat.com>
4128             Tom Tromey  <tromey@redhat.com>
4129
4130         * gdb.base/exprs.exp: Add tests for cast to void.
4131
4132 2012-12-06  Jens Elmenthaler <jens.elmenthaler@advantest.com>
4133
4134         * gdb.python/py-mi.exp: Correct expected results for attribute
4135         "dynamic" returned by -var-update.
4136         Add test case for correct handling of "diplayhint" for children
4137         of dynamic varobjs.
4138         * gdb.python/py-prettyprint.c (set_itme): New function.
4139         (bug_14741) New function.
4140         (main) Add call to bug_14741().
4141         * gdb.python/py-prettyprint.py (class ArrayPrinter): New class.
4142
4143 2012-12-05  Ulrich Weigand  <uweigand@de.ibm.com>
4144
4145         * gdb.base/gnu-debugdata.exp: Also include "D" symbols in
4146         ${binfile}.funcsyms list.
4147
4148 2012-12-04  Yao Qi  <yao@codesourcery.com>
4149
4150         PR gdb/13443
4151         * gdb.trace/actions.exp: Make test messages unique.
4152
4153 2012-11-29  Tom Tromey  <tromey@redhat.com>
4154
4155         * gdb.base/gnu-debugdata.exp (run, pipeline): Don't use lassign.
4156
4157 2012-11-29  Ulrich Weigand  <uweigand@de.ibm.com>
4158
4159         * gdb.opencl/convs_casts.exp: Always expect standard vector type names.
4160         * gdb.opencl/datatypes.exp: Likewise.
4161         * gdb.opencl/operators.exp: Likewise.
4162         * gdb.opencl/vec_comps.exp: Likewise.
4163
4164 2012-11-29  Jerome Guitton  <guitton@adacore.com>
4165
4166         * gdb.ada/iwide: New testcase.
4167
4168 2012-11-29  Jerome Guitton  <guitton@adacore.com>
4169
4170         * gdb.ada/ptype_tagged_param.exp: Adjust expected output in
4171         ptype test.
4172
4173 2012-11-29  Jerome Guitton  <guitton@adacore.com>
4174
4175         * gdb.ada/variant_record_packed_array.exp: Test expressions of the
4176         form {VARIANT_TYPE}ADDRESS.
4177
4178 2012-11-27  Daniel Jacobowitz  <dan@codesourcery.com>
4179
4180         * gdb.cp/member-ptr.cc (class Diamond): Add func_ptr.
4181         (func): New function.
4182         (main): Initialize diamond.func_ptr and add diamond_pfunc_ptr.
4183         * gdb.cp/member-ptr.exp: Add new tests for ptype and for
4184         pointers to members with pointer-to-function type.
4185
4186 2012-11-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
4187             Tom Tromey  <tromey@redhat.com>
4188
4189         * gdb.base/gnu-debugdata.exp: New file.
4190         * gdb.base/gnu-debugdata.c: New file.
4191         * lib/gdb.exp (gdb_file_cmd): Handle LZMA warning.
4192         (gdb_unload): Return 0 on success.
4193
4194 2012-11-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
4195
4196         * gdb.base/enumval.exp (print e, print f, print K): XFAIL on GCC <= 4.6.
4197
4198 2012-11-26  Joel Brobecker  <brobecker@adacore.com>
4199
4200         * gdb.base/empty_exe.exp: New testcase.
4201
4202 2012-11-20  Mike Frysinger  <vapier@gentoo.org>
4203
4204         * gdb.base/completion.exp: Add test for help aliases completion.
4205
4206 2012-11-20  Yao Qi  <yao@codesourcery.com>
4207
4208         * gdb.mi/mi-cmd-param-changed.exp (test_command_param_changed):
4209         Don't test 'maint set show-debug-regs'.
4210         Use command 'set remotecache' instead of
4211         'set circular-trace-buffer'.
4212
4213 2012-11-16  Keith Seitz  <keiths@redhat.com>
4214
4215         PR c++/13615
4216         * gdb.cp/baseenum.cc: New file.
4217         * gdb.cp/baseenum.exp: New file.
4218         * gdb.cp/derivation.cc (A): Add copyright.
4219         Add a typedef.
4220         (B): Use A::value_type instead of int.  Change all references.
4221         (D): Use value_type instead of int.  Change all references.
4222         (E): Likewise.
4223         (F); Likewise.
4224         (Z): New class.
4225         (ZZ): New class.
4226         (N, Base, Derived): New namespace and classes.
4227         (main): Add instances of Z and ZZ.
4228         Make sure all symbols from N are kept.
4229         * gdb.cp/derivation.exp: Update typedef changes in tests.
4230         Add tests for class typedefs both before and after starting
4231         the inferior.
4232         Add tests for searching for a typedef while stopped in a
4233         method.
4234
4235 2012-11-14  Luis Machado  <lgustavo@codesourcery.com>
4236
4237         * gdb.mi/mi-var-create-rtti.c: New file.
4238         * gdb.mi/mi-var-create-rtti.exp: New file.
4239
4240 2012-11-14  Luis Machado  <lgustavo@codesourcery.com>
4241
4242         * gdb.base/structs3.exp: Run to main before doing any tests.
4243
4244 2012-11-14  Andrew Burgess  <aburgess@broadcom.com>
4245
4246         * gdb.python/py-type.exp: Uniquify test names.
4247
4248 2012-11-14  Yao Qi  <yao@codesourcery.com>
4249
4250         * gdb.threads/manythreads.c [DEBUG]: Include "stdio.h".
4251         (thread_function) [DEBUG]: Call 'printf'.
4252         * gdb.threads/manythreads.exp: Pass '-DDEBUG' to compilation
4253         command line if 'DEBUG=1' is passed to test.
4254         Remove a pattern to match inferior's output.
4255
4256 2012-11-13  Giuseppe Montalto  <giuseppe.montalto@st.com>
4257
4258         * gdb.mi/mi-fill-memory.exp: New test.
4259
4260 2012-11-12  Tom Tromey  <tromey@redhat.com>
4261
4262         * gdb.base/completion.exp: Update for "info type-printers".
4263         * gdb.python/py-typeprint.cc: New file.
4264         * gdb.python/py-typeprint.exp: New file.
4265         * gdb.python/py-typeprint.py: New file.
4266
4267 2012-11-12  Tom Tromey  <tromey@redhat.com>
4268
4269         * gdb.base/call-sc.exp: Use "ptype/r".
4270         * gdb.base/volatile.exp: Don't expect "int".
4271         * gdb.cp/ptype-flags.cc: New file.
4272         * gdb.cp/ptype-flags.exp: New file.
4273         * gdb.cp/templates.exp: Use ptype/r.
4274         (test_ptype_of_templates, test_template_typedef): Likewise.
4275         * lib/cp-support.exp (cp_test_ptype_class): Add in_ptype_arg
4276         argument.  Handle template names and template parameters.
4277         * gdb.mi/mi-var-cmd.exp: Accept "long".
4278         * gdb.mi/mi-var-child.exp: Accept "long".
4279         * gdb.mi/mi-var-display.exp: Accept "long".
4280         * gdb.mi/mi2-var-child.exp: Accept "long".
4281
4282 2012-11-12  Tom Tromey  <tromey@redhat.com>
4283
4284         * gdb.cp/classes.exp (test_ptype_class_objects): Remove
4285         "ptype" from calls to cp_test_ptype_class.
4286         (test_enums): Likewise.
4287         * gdb.cp/derivation.exp: Remove "ptype" from calls to
4288         cp_test_ptype_class.
4289         * gdb.cp/inherit.exp (test_ptype_si): Remove "ptype" from
4290         calls to cp_test_ptype_class.
4291         (test_ptype_mi, test_ptype_vi, test_ptype_mvi): Likewise.
4292         * gdb.cp/virtfunc.exp (test_ptype_of_classes): Remove "ptype"
4293         from calls to cp_test_ptype_class.
4294         * lib/cp-support.exp (cp_test_ptype_class): Supply "ptype"
4295         command here.  Change "in_command" argument to "in_exp".
4296
4297 2012-11-10  Keith Seitz  <keiths@redhat.com>
4298
4299         PR gdb/14288
4300         * gdb.base/printcmds.c: Add invalid_XXX globals
4301         for repeated byte tests.
4302         * gdb.base/printcmds.exp (test_repeat_bytes): New procedure.
4303         * gdb.base/wchar.c (main): Add and construct a wchar_t
4304         array with repeated characters.
4305         * gdb.base/wchar.exp: Add repeated character tests.
4306
4307 2012-11-09  Andrew Burgess  <aburgess@broadcom.com>
4308
4309         * gdb.mi/mi-disassemble.exp: Expect fullname field in mi
4310         disassembly output.
4311
4312 2012-11-09  Pedro Alves  <palves@redhat.com>
4313
4314         PR gdb/14306
4315
4316         * gdb.multi/multi-arch-exec.c: New file.
4317         * gdb.multi/multi-arch-exec.exp: New file.
4318
4319 2012-11-09  Yao Qi  <yao@codesourcery.com>
4320
4321         * gdb.mi/mi-break.exp (test_abreak_creation): New procedure.
4322         (top level): Call it.
4323
4324 2012-11-09  Yao Qi  <yao@codesourcery.com>
4325
4326         * gdb.mi/mi-watch.exp (test_rwatch_creation_and_listing): Fix
4327         typo.
4328
4329 2012-11-09  Pedro Alves  <palves@redhat.com>
4330
4331         * gdb.multi/multi-arch.exp: New.
4332
4333 2012-11-08  Tom Tromey  <tromey@redhat.com>
4334
4335         * gdb.base/siginfo-obj.exp: Create core file.  Test siginfo from
4336         core files, if possible.
4337         * gdb.base/siginfo-thread.c: New file
4338         * gdb.base/siginfo-thread.exp: New file
4339
4340 2012-11-08  Tom Tromey  <tromey@redhat.com>
4341
4342         * gdb.base/comprdebug.exp: New file.
4343
4344 2012-11-06  Pedro Alves  <palves@redhat.com>
4345
4346         PR gdb/14810
4347
4348         * gdb.base/disabled-location.c: New file.
4349         * gdb.base/disabled-location.exp: New file.
4350
4351 2012-11-06  Tom Tromey  <tromey@redhat.com>
4352
4353         * gdb.threads/gcore-thread.exp: Use gdb_gcore_cmd.
4354         * gdb.python/py-strfns.exp (test_strfns_core_file): Use
4355         gdb_gcore_cmd.
4356         * gdb.cell/gcore.exp: Use gdb_gcore_cmd.
4357         * gdb.base/gcore.exp: Use gdb_gcore_cmd.
4358         * gdb.base/gcore-relro.exp: Use gdb_gcore_cmd.
4359         * gdb.base/gcore-buffer-overflow.exp: Use gdb_gcore_cmd.
4360         * gdb.base/auxv.exp: Use gdb_gcore_cmd.
4361         * gdb.arch/vsx-regs.exp: Use gdb_gcore_cmd.
4362         * gdb.arch/system-gcore.exp: Use gdb_gcore_cmd.
4363         * gdb.arch/pa-nullify.exp (test_core_bt): Use gdb_gcore_cmd.
4364         * lib/gdb.exp (gdb_gcore_cmd): New proc.
4365
4366 2012-11-05  Pedro Alves  <palves@redhat.com>
4367
4368         * gdb.base/foll-vfork.exp (vfork_relations_in_info_inferiors): New
4369         procedure.
4370         (do_vfork_and_follow_child_tests_exec)
4371         (do_vfork_and_follow_child_tests_exit): Call it.
4372
4373 2012-11-05  Pedro Alves  <palves@redhat.com>
4374
4375         * gdb.base/foll-vfork.c (main): Call perror and _exit if execlp()
4376         fails.
4377
4378 2012-11-03  Yao Qi  <yao@codesourcery.com>
4379
4380         Fix PR gdb/14617.
4381         * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify):
4382         Remove setup_kfail, and update test.
4383
4384 2012-11-02  Tom Tromey  <tromey@redhat.com>
4385
4386         * gdb.base/catch-syscall.exp (do_syscall_tests): Add completion
4387         test.
4388
4389 2012-11-02  Pedro Alves  <palves@redhat.com>
4390
4391         PR gdb/14766
4392
4393         * gdb.base/foll-vfork.exp (vfork_child_follow_to_exit): Remove
4394         setup_kfail.
4395         (tcatch_vfork_then_child_follow_exit): No longer expect "Couldn't
4396         get registers".
4397
4398 2012-11-02  Pedro Alves  <palves@redhat.com>
4399
4400         * gdb.base/foll-vfork-exit.c: New file.
4401         * gdb.base/foll-vfork.exp (top level): New file-describing
4402         comment.
4403         (vfork_child_follow_to_exit): New procedure.
4404         (tcatch_vfork_then_child_follow): Rename as ...
4405         (tcatch_vfork_then_child_follow_exec): ... this.
4406         (tcatch_vfork_then_child_follow_exit): New procedure.
4407         (do_vfork_and_follow_parent_tests): New procedure, factored out
4408         from do_vfork_and_exec_tests.
4409         (do_vfork_and_follow_child_tests_exec): Ditto.
4410         (do_vfork_and_exec_tests): Delete.
4411         (do_vfork_and_follow_child_tests_exit): New procedure.
4412         (top level): Run tests with both the program that has the vfork
4413         child execing, and the program has the vfork child exiting.
4414
4415 2012-11-02  Pedro Alves  <palves@redhat.com>
4416
4417         * gdb.base/foll-vfork.exp (setup_gdb): New procedure.
4418         (check_vfork_catchpoints, vfork_parent_follow_through_step)
4419         (vfork_parent_follow_to_bp): Call it.
4420         (kill_child): Delete.
4421         (vfork_and_exec_child_follow_to_main_bp)
4422         (vfork_and_exec_child_follow_through_step): Call setup_gdb.  No
4423         longer call kill_child.
4424         (tcatch_vfork_then_parent_follow): Call setup_gdb.
4425         (do_vfork_and_exec_tests): Don't runto_main before calling each
4426         test procedure.
4427         (top level): Don't clean restart and set verbose before running
4428         each test procedure.
4429
4430 2012-11-02  Pedro Alves  <palves@redhat.com>
4431
4432         * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step)
4433         (vfork_parent_follow_to_bp)
4434         (vfork_and_exec_child_follow_to_main_bp)
4435         (vfork_and_exec_child_follow_through_step)
4436         (tcatch_vfork_then_parent_follow)
4437         (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
4438         Use with_test_prefix.
4439
4440 2012-11-02  Pedro Alves  <palves@redhat.com>
4441
4442         * gdb.base/foll-vfork.c: Add copyright header.
4443         * gdb.base/vforked-prog.c: Add copyright header.
4444
4445 2012-11-02  Pedro Alves  <palves@redhat.com>
4446
4447         * gdb.base/foll-vfork.exp
4448         (vfork_and_exec_child_follow_through_step): Don't skip on
4449         non-HP/UX targets.  Expect the next to only step one line on
4450         non-HP/UX targets, rather than stopping only after the exec.
4451
4452 2012-11-02  Pedro Alves  <palves@redhat.com>
4453
4454         Don't hard code line numbers.
4455
4456         * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step):
4457         Expect text from the sources instead of a line number.
4458         (vfork_parent_follow_to_bp)
4459         (vfork_and_exec_child_follow_to_main_bp)
4460         (vfork_and_exec_child_follow_through_step)
4461         (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow):
4462         Use gdb_get_line_number.
4463
4464 2012-11-02  Pedro Alves  <palves@redhat.com>
4465
4466         Modernize.
4467
4468         * gdb.base/foll-vfork.exp: Use standard_testfile and
4469         build_executable.  Pass descriptive string to untested.
4470         (vfork_parent_follow_through_step, vfork_parent_follow_to_bp)
4471         (vfork_and_exec_child_follow_to_main_bp)
4472         (vfork_and_exec_child_follow_through_step)
4473         (tcatch_vfork_then_parent_follow, tcatch_vfork_then_child_follow)
4474         (do_vfork_and_exec_tests): Use gdb_test/gdb_test_multiple instead
4475         of send_gdb/gdb_expect.
4476
4477         (kill_child): New procedure.
4478         (vfork_and_exec_child_follow_to_main_bp)
4479         (vfork_and_exec_child_follow_through_step): Use it.
4480
4481 2012-11-02  Yao Qi  <yao@codesourcery.com>
4482
4483         * gdb.base/setvar.exp: Test setting nested struct.
4484         * gdb.base/setvar.c (v_struct3): New.
4485
4486 2012-11-01  Doug Evans  <dje@google.com>
4487
4488         * gdb.arch/amd64-pseudo.c (main): Mark registers that the testsuite
4489         changes as clobbered (e.g., amd64-dword.exp) so gcc doesn't try to
4490         use them.
4491
4492 2012-10-31  Andrew Burgess  <aburgess@broadcom.com>
4493
4494         PR cli/14772
4495         * gdb.base/gnu_vector.c (union_with_vector_1)
4496         (struct_with_vector_1): Add new struct and union for testing
4497         ptype.
4498         * gdb.base/gnu_vector.exp: Add testing of ptype on vectors, and
4499         structs / unions containing vectors.
4500
4501 2012-10-25  Yao Qi  <yao@codesourcery.com>
4502
4503         * gdb.trace/ftrace.exp (test_fast_tracepoints): Use
4504         'setup_kfail' instead of 'setup_kfail_for_target'.
4505         * gdb.base/varargs.exp: Likewise.
4506         * lib/gdb.exp (setup_kfail_for_target): Remove.
4507
4508 2012-10-25  Mark Kettenis  <kettenis@openbsd.nfra.nl>
4509
4510         * gdb.base/varargs.exp: PR gdb/12790 is now fixed.
4511
4512 2012-10-25  Mark Kettenis  <kettenis@gnu.org>
4513
4514         * gdb.base/varargs.exp: PR gdb/12776 is now fixed.
4515
4516 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
4517
4518         * gdb.ada/set_wstr: New testcase.
4519
4520 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
4521
4522         * gdb.base/ldbl_e308.c, gdb.base/ldbl_e308.exp: New files.
4523
4524 2012-10-24  Joel Brobecker  <brobecker@adacore.com>
4525
4526         * gdb.ada/unc_arr_ptr_in_var_rec: New testcase.
4527
4528 2012-10-24  Mark Kettenis  <kettenis@gnu.org>
4529
4530         * gdb.base/callfuncs.exp: PR gdb/12783 is now fixed.
4531
4532 2012-10-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
4533
4534         * gdb.base/callfuncs.exp (do_function_calls): Fix
4535         setup_kfail_for_target for -m32 mode.
4536
4537 2012-10-23  Mark Kettenis  <kettenis@gnu.org>
4538
4539         * gdb.base/callfuncs.exp: PR gdb/12796, gdb/12798 and gdb/12800
4540         are now fixed.
4541
4542 2012-10-23  Yao Qi  <yao@codesourcery.com>
4543
4544         * gdb.base/info-os.exp: Resume the inferior until it exits.
4545
4546 2012-10-18  Yufeng Zhang  <yufeng.zhang@arm.com>
4547
4548         * gdb.base/ctxobj.exp: Skip if skip_shlib_tests returns true.
4549         * gdb.base/print-file-var.exp: Likewise.
4550         * gdb.base/type-opaque.exp: Likewise.
4551
4552 2012-10-17  Yao Qi  <yao@codesourcery.com>
4553
4554         * gdb.mi/mi-memory-changed.exp: New.
4555
4556 2012-10-16  Yao Qi  <yao@codesourcery.com>
4557
4558         * gdb.reverse/solib-precsave.exp: Skip if skip_shlib_test
4559         returns true.
4560         Call gdb_load_shlibs.
4561         * gdb.reverse/solib-reverse.exp: Likewise.
4562
4563 2012-10-15  Keith Seitz  <keiths@redhat.com>
4564
4565         * lib/cp-support.exp (cp_test_ptype_class): Add support
4566         for class typedefs.
4567
4568         * gdb.cp/derivation.exp: Add tests for g_instance.
4569
4570 2012-10-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
4571
4572         Fix entry values resolving in inlined frames.
4573         * gdb.arch/amd64-entry-value-inline.S: New file.
4574         * gdb.arch/amd64-entry-value-inline.c: New file.
4575         * gdb.arch/amd64-entry-value-inline.exp: New file.
4576
4577 2012-10-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
4578             Doug Evans  <dje@google.com>
4579
4580         Fix recent gdb_breakpoint regression.
4581         * gdb.java/jmisc.exp: gdb_breakpoint for $function - remove curly
4582         braces from the parameter.
4583         * gdb.java/jprint.exp: Likewise.
4584
4585 2012-10-15  Doug Evans  <dje@google.com>
4586
4587         * lib/gdb.exp (runto): Fix call to gdb_breakpoint.
4588
4589 2012-10-15  Yufeng Zhang  <yufeng.zhang@arm.com>
4590
4591         * gdb.dwarf2/dw2-icc-opaque.S: Remove '#'.
4592
4593 2012-10-15  Tom Tromey  <tromey@redhat.com>
4594
4595         * gdb.python/py-symtab.exp: Test sal and symtab destructors.
4596
4597 2012-10-15  Tom Tromey  <tromey@redhat.com>
4598
4599         * gdb.python/py-symbol.exp: Test symbol destructor.
4600
4601 2012-10-14  Yao Qi  <yao@codesourcery.com>
4602
4603         * gdb.mi/mi2-cli.exp: Move to mi-cli.exp.
4604         * gdb.mi/mi-cli.exp: New.
4605
4606         * gdb.mi/mi2-basics.exp: Remove.
4607         * gdb.mi/mi2-break.exp: Remove.
4608         * gdb.mi/mi2-console.exp: Remove.
4609         * gdb.mi/mi2-disassemble.exp: Remove.
4610         * gdb.mi/mi2-eval.exp: Remove.
4611         * gdb.mi/mi2-file.exp: Remove.
4612         * gdb.mi/mi2-hack-cli.exp: Remove.
4613         * gdb.mi/mi2-pthreads.exp: Remove.
4614         * gdb.mi/mi2-read-memory.exp: Remove.
4615         * gdb.mi/mi2-regs.exp: Remove.
4616         * gdb.mi/mi2-return.exp: Remove.
4617         * gdb.mi/mi2-simplerun.exp: Remove.
4618         * gdb.mi/mi2-stack.exp: Remove.
4619         * gdb.mi/mi2-stepi.exp: Remove.
4620         * gdb.mi/mi2-syn-frame.exp: Remove.
4621         * gdb.mi/mi2-until.exp: Remove.
4622         * gdb.mi/mi2-watch.exp: Remove.
4623         * gdb.mi/mi2-var-block.exp: Remove.
4624         * gdb.mi/mi2-var-cmd.exp: Remove.
4625         * gdb.mi/mi2-var-display.exp: Remove.
4626
4627 2012-10-12  Yao Qi  <yao@codesourcery.com>
4628
4629         * gdb.mi/mi-breakpoint-changed.exp (test_pending_resolved): Remove
4630         trail '.*' on matching patterns.
4631
4632 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
4633
4634         * gdb.arch/i386-bp_permanent.exp: Skip if not is_x86_like_target.
4635         * gdb.arch/i386-cfi-notcurrent.exp: Likewise.
4636         * gdb.arch/i386-disp-step.exp: Likewise.
4637         * gdb.arch/i386-gnu-cfi.exp: Likewise.
4638         * gdb.arch/i386-prologue.exp: Likewise.
4639         * gdb.arch/i386-size-overlap.exp: Likewise.
4640         * gdb.arch/i386-size.exp: Likewise.
4641         * gdb.arch/i386-unwind.exp: Likewise.
4642
4643 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
4644
4645         * gdb.arch/i386-byte.exp: Remove is_ilp32_target check.
4646         * gdb.arch/i386-word.exp: Likewise.
4647
4648 2012-10-11  H.J. Lu  <hongjiu.lu@intel.com>
4649
4650         * gdb.arch/i386-avx.exp: Check is_amd64_regs_target instead of
4651         is_ilp32_target to set nr_regs.
4652         * gdb.arch/i386-sse.exp: Likewise.
4653
4654 2012-10-11  Doug Evans  <dje@google.com>
4655
4656         PR breakpoints/14643.
4657         * gdb.linespec/ls-errs.exp: Change tests of "b if|task|thread".
4658         * gdb.linespec/thread.c: New file.
4659         * gdb.linespec/thread.exp: New file.
4660
4661         * lib/gdb.exp (gdb_breakpoint): Fix varargs scan.
4662         Recognize "message" -> print pass and fail.  Add eof case.
4663         (runto): Recognize message, no-message.  Print pass/fail if requested,
4664         with same treatment as gdb_breakpoint.
4665         (runto_main): Pass no-message to runto.
4666         (gdb_internal_error_resync): Add log message.
4667         (gdb_file_cmd): Tweak internal error fail text for consistency.
4668
4669 2012-10-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
4670
4671         Fix crash during stepping on ppc32.
4672         * gdb.base/step-symless.c: New file.
4673         * gdb.base/step-symless.exp: New file.
4674
4675 2012-10-03  Doug Evans  <dje@google.com>
4676
4677         PR symtab/14601
4678         * gdb.cp/using-crash.exp: New file.
4679         * gdb.cp/using-crash.cc: New file.
4680
4681 2012-10-02  Doug Evans  <dje@google.com>
4682
4683         * lib/gdb.exp (gdb_unload): Change wording of perror text to be
4684         more consistent.
4685         (runto,gdb_debug_format): Ditto.
4686         (gdb_file_cmd): Watch for eof in nested gdb_expect.
4687         Clean up logging and error messages.
4688
4689 2012-10-01  Andrew Burgess  <aburgess@broadcom.com>
4690
4691         Test find command on unmapped memory.
4692         * gdb.base/find-unmapped.c: New file.
4693         * gdb.base/find-unmapped.exp: New file.
4694
4695 2012-09-29  Yao Qi  <yao@codesourcery.com>
4696
4697         * gdb.trace/mi-tracepoint-changed.exp: New.
4698         * gdb.mi/mi-breakpoint-changed.exp: New.
4699         * gdb.mi/pending.c, gdb.mi/pendshr1.c: New
4700         * gdb.mi/pendshr2.c: New.
4701
4702 2012-09-28  Yao Qi  <yao@codesourcery.com>
4703
4704         * gdb.mi/pr11022.exp: New.
4705         * gdb.mi/pr11022.c: New.  Copied from gdb.base/.
4706
4707 2012-09-27  Tom Tromey  <tromey@redhat.com>
4708
4709         * gdb.cp/derivation.exp: Add regression test.
4710         * gdb.cp/derivation.cc (class V_base, class V_inter, class
4711         V_derived): New.
4712         (vderived): New global.
4713
4714 2012-09-26  Tom Tromey  <tromey@redhat.com>
4715
4716         * gdb.dwarf2/dw2-common-block.S: New file.
4717         * gdb.dwarf2/dw2-common-block.exp: New file.
4718
4719 2012-09-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
4720
4721         * gdb.fortran/common-block.exp: New file.
4722         * gdb.fortran/common-block.f90: New file.
4723
4724 2012-09-26  Andrew Burgess  <aburgess@broadcom.com>
4725
4726         * gdb.base/duplicate-bp.c: New file.
4727         * gdb.base/duplicate-bp.exp: New file.
4728
4729 2012-09-26  Yao Qi  <yao@codesourcery.com>
4730
4731         * gdb.mi/mi2-cli.exp:  Avoid line number in test summary.
4732
4733         Revert:
4734         2012-09-21  Yao Qi  <yao@codesourcery.com>
4735
4736         * gdb.mi/mi2-cli.exp: Remove redundant '\'.
4737
4738 2012-09-25  Siddhesh Poyarekar  <siddhesh@redhat.com>
4739
4740         * gdb.base/longest-types.c: New test case.
4741         * gdb.base/longest-types.exp: New test case.
4742
4743 2012-09-25  Yao Qi  <yao@codesourcery.com>
4744
4745         * gdb.mi/mi2-cli.exp: Check breakpoint notification.
4746
4747 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
4748
4749         Fix internal error on canonicalization of clang types.
4750         * gdb.dwarf2/dw2-canonicalize-type.S: New file.
4751         * gdb.dwarf2/dw2-canonicalize-type.exp: New file.
4752         * lib/gdb.exp (gdb_file_cmd): Catch also GDB internal error.
4753
4754 2012-09-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
4755
4756         Fix disassemble without parameters in tailcall frame.
4757         * gdb.arch/amd64-entry-value.exp (down, disassemble): New tests.
4758
4759 2012-09-21  Andrew Burgess  <aburgess@broadcom.com>
4760
4761         * gdb.dwarf2/dw2-op-out-param.S: New file.
4762         * gdb.dwarf2/dw2-op-out-param.exp: New file.
4763
4764 2012-09-21  Yao Qi  <yao@codesourcery.com>
4765
4766         * gdb.mi/mi2-cli.exp: Remove redundant '\'.
4767
4768 2012-09-21  Yao Qi  <yao@codesourcery.com>
4769
4770         * gdb.mi/mi-cli.exp: Remove.
4771         * gdb.mi/mi2-cli.exp: Merged from mi-cli.exp.
4772
4773 2012-09-21  Yao Qi  <yao@codesourcery.com>
4774
4775         * gdb.mi/mi-reverse.exp: Fix the typo in expected output of
4776         "=record-started" notification.
4777
4778 2012-09-21  Yao Qi  <yao@codesourcery.com>
4779
4780         * gdb.mi/mi-record-changed.exp: New.
4781         * gdb.mi/mi-reverse.exp: Adjust expected output.
4782
4783 2012-09-20  Tom Tromey  <tromey@redhat.com>
4784
4785         * gdb.python/python.exp: Test atexit.register.
4786
4787 2012-09-20  Doug Evans  <dje@google.com>
4788
4789         * boards/dwarf4-gdb-index.exp: New file.
4790
4791         * gdb.base/callfuncs.exp (do_function_calls): Set unwindonsignal to on
4792         while running the tests.
4793
4794 2012-09-18  Joel Brobecker  <brobecker@adacore.com>
4795
4796         * gdb.ada/bp_reset: New testcase.
4797
4798 2012-09-18  Yao Qi  <yao@codesourcery.com>
4799
4800         * gdb.trace/mi-tsv-changed.exp: New.
4801
4802 2012-09-18  Yao Qi  <yao@codesourcery.com>
4803
4804         * gdb.trace/mi-traceframe-changed.exp: New.
4805
4806 2012-09-17  Yao Qi  <yao@codesourcery.com>
4807
4808         * gdb.base/list.exp (set_listsize): Don't set arg to "unlimited"
4809         when it is less than 0.
4810
4811 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4812
4813         PR 14119
4814         * gdb.arch/amd64-tailcall-ret.S: New file.
4815         * gdb.arch/amd64-tailcall-ret.c: New file.
4816         * gdb.arch/amd64-tailcall-ret.exp: New file.
4817         * gdb.reverse/amd64-tailcall-reverse.S: New file.
4818         * gdb.reverse/amd64-tailcall-reverse.c: New file.
4819         * gdb.reverse/amd64-tailcall-reverse.exp: New file.
4820
4821 2012-09-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
4822
4823         PR 14548
4824         * gdb.reverse/singlejmp-reverse-nodebug.S: New file.
4825         * gdb.reverse/singlejmp-reverse-nodebug.c: New file.
4826         * gdb.reverse/singlejmp-reverse.S: New file.
4827         * gdb.reverse/singlejmp-reverse.c: New file.
4828         * gdb.reverse/singlejmp-reverse.exp: New file.
4829
4830 2012-09-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
4831
4832         Fix compatibility with old GCC (~4.1).
4833         * gdb.cp/converts.cc (my_enum_var): New variable.
4834
4835 2012-09-14  Andrew Burgess  <aburgess@broadcom.com>
4836
4837         * gdb.xml/tdesc-regs.exp: Update expected output for new
4838         vector_size syntax of vector types.
4839
4840 2012-09-13  Khoo Yit Phang  <khooyp@cs.umd.edu>
4841
4842         Refactor Python "gdb" module into a proper Python package, by
4843         introducing a new "_gdb" module for code implemented in C, and
4844         using reload/__import__ instead of exec.
4845         * gdb.python/python.exp (Test stderr location): Update module
4846         location of GDB-specific sys.stderr.
4847         (Test stdout location): Ditto for sys.stdout.
4848
4849 2012-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
4850
4851         * gdb.base/valgrind-infcall.exp: Remove comment about Ubuntu.
4852
4853 2012-09-12  Keith Seitz  <keiths@redhat.com>
4854
4855         * gdb.cp/converts.cc (main): Comment out the pointer to boolean
4856         conversion statement.
4857
4858 2012-09-12  Doug Evans  <dje@google.com>
4859
4860         * gdb.base/help.exp: Remove testing of individual command help text,
4861         too much of a maintenance burden.  Instead, test the functionality
4862         of "help" itself.
4863
4864 2012-09-11  Doug Evans  <dje@google.com>
4865
4866         * gdb.cp/mb-inline.exp: Do "info break" after setting multi-location
4867         breakpoint.
4868
4869         * gdb.dwarf2/fission-base.S: Include gdb.dwarf2/ in dwo_name.
4870         * gdb.dwarf2/fission-reread.S: Ditto.
4871         * gdb.dwarf2/fission-base.exp: Remove setting of debug-file-directory.
4872         * gdb.dwarf2/fission-reread.exp: Ditto.
4873
4874 2012-09-11  Andrew Burgess  <aburgess@broadcom.com>
4875
4876         * gdb.base/ptype.exp: Test ptype on a pointer to a typedef.
4877
4878 2012-09-10  Joel Brobecker  <brobecker@adacore.com>
4879
4880         * gdb.ada/optim_drec: New testcase.
4881
4882 2012-09-10  Doug Evans  <dje@google.com>
4883
4884         * boards/fission.exp: Explicitly mark "board" as not remote.
4885
4886 2012-09-10  Keith Seitz  <keiths@redhat.com>
4887
4888         PR gdb/13483
4889         * gdb.cp/converts.cc (A::A): Add ctor.
4890         (A::member_): Add member.
4891         (enum my_enum): New enumeration.
4892         (main): Add calls to foo1_7 with various
4893         permitted arguments.
4894         * gdb.cp/converts.exp: Add tests for boolean
4895         conversions permitted by the standard.
4896
4897 2012-09-08  Khoo Yit Phang  <khooyp@cs.umd.edu>
4898
4899         Replace -nw option with $INTERNAL_GDBFLAGS in "xgdb" tests to
4900         avoid spurious results due to ~/.gdbinit.
4901         * gdb.gdb/complaint.exp (setup_test): Replace -nw option with
4902         $INTERNAL_GDBFLAGS in run command.
4903         * gdb.gdb/observer.exp (setup_test): Ditto.
4904         * gdb.gdb/selftest.exp (test_with_self): Ditto.
4905         * gdb.gdb/xfullpath.exp (setup_test): Ditto.
4906
4907 2012-09-06  Doug Evans  <dje@google.com>
4908
4909         * boards/fission.exp: New file.
4910
4911         * gdb.python/py-value.exp: Use clean_restart.
4912
4913 2012-09-05  Doug Evans  <dje@google.com>
4914
4915         * gdb.base/info-macros.c: Fix whitespace.
4916
4917 2012-08-28  Pedro Alves  <palves@redhat.com>
4918
4919         PR gdb/14428
4920
4921         * gdb.base/pc-fp.exp: Adjust expected output of 'info registers pc fp'.
4922
4923 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
4924
4925         * gdb.base/break-caller-line.c: New file.
4926         * gdb.base/break-caller-line.exp: New file.
4927
4928 2012-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
4929
4930         * gdb.ada/rdv_wait.exp (set debug-file-directory): New command.
4931         * gdb.arch/i386-cfi-notcurrent.S: New file.
4932         * gdb.arch/i386-cfi-notcurrent.exp: New file.
4933
4934 2012-08-27  Wei-cheng Wang  <cole945@gmail.com>
4935             Yao Qi <yao@codesourcery.com>
4936             Pedro Alves <palves@redhat.com>
4937
4938         * gdb.base/memattr.exp (delete_memory, region_pass, region_fail):
4939         New procedures.
4940         (top level): Add overlap checking tests.
4941
4942 2012-08-24  Tom Tromey  <tromey@redhat.com>
4943
4944         * lib/gdb.exp (skip_unwinder_tests): Don't leave 'ok' set if
4945         gdb_test_multiple fails for other reasons.
4946
4947 2012-08-24  Yao Qi  <yao@codesourcery.com>
4948
4949         * lib/gdb.exp (skip_unwinder_tests): Remove pass.
4950
4951 2012-08-23  Pedro Alves  <palves@redhat.com>
4952
4953         * gdb.base/help.exp: Adjust to "handle" help text change.
4954
4955 2012-08-23  Yao Qi  <yao@codesourcery.com>
4956
4957         * gdb.trace/disconnected-tracing.c (start, end): New.
4958         (main): Call start and end.
4959         * gdb.trace/disconnected-tracing.exp (disconnected_tracing): Move
4960         existing tests into this proc.
4961         (disconnected_tfind): New.
4962
4963 2012-08-23  Yao Qi  <yao@codesourcery.com>
4964
4965         * boards/native-gdbserver.exp (${board}_upload): New.
4966         * boards/native-stdio-gdbserver.exp (${board}_upload): New.
4967         * gdb.trace/tfile.exp: Don't check 'gdb,nofileio'.
4968         Execute tfile on remote target.
4969         Copy trace file from target to host.
4970
4971 2012-08-22  Joseph Myers  <joseph@codesourcery.com>
4972
4973         * gdb.arch/thumb-bx-pc.S: New file.
4974         * gdb.arch/thumb-bx-pc.exp: New file.
4975
4976 2012-08-22  Tom Tromey  <tromey@redhat.com>
4977
4978         * gdb.base/maint.exp: Update.
4979
4980 2012-08-22  Tom Tromey  <tromey@redhat.com>
4981
4982         * lib/gdb.exp (skip_unwinder_tests): New proc.
4983         * gdb.cp/nextoverthrow.exp: Use skip_unwinder_tests.
4984         * gdb.java/jnpe.exp: Use skip_unwinder_tests.
4985
4986 2012-08-21  Tom Tromey  <tromey@redhat.com>
4987
4988         * gdb.hp/gdb.aCC/exception.exp: Remove.
4989
4990 012-08-19  Andrew Pinski  <apinski@cavium.com>
4991
4992         * gdb.arch/mips-octeon-bbit.c: New file.
4993         * gdb.arch/mips-octeon-bbit.exp: New Test.
4994
4995 012-08-19  Keith Seitz  <keiths@redhat.com>
4996
4997         PR c++/14365
4998         * gdb.dwarf2/dw2-anon-mptr.exp: New file.
4999         * gdb.dwarf2/dw2-anon-mptr.S: New file.
5000
5001 2012-08-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
5002
5003         * gdb.base/solib-corrupted.exp (make solibs looping): Replace
5004         verbose -log by more specific untested call.
5005
5006 2012-08-18  Yao Qi  <yao@codesourcery.com>
5007
5008         * gdb.trace/tfind.exp: Move tests on various command help before
5009         checking target supports trace.
5010         Fix the expected output of 'help tfind end'.
5011
5012 2012-08-17  Keith Seitz  <keiths@redhat.com>
5013
5014         PR c++/13356
5015         * gdb.base/default.exp: Update all "check type" tests.
5016         * gdb.base/help.exp: Likewise.
5017         * gdb.base/setshow.exp: Likewise.
5018         * gdb.cp/converts.cc (foo1_type_check): New function.
5019         (foo2_type_check): New function.
5020         (foo3_type_check): New function.
5021         (main): Call new functions.
5022         * converts.exp: Add tests for integer-to-pointer conversions
5023         with/without strict type-checking.
5024
5025 2012-08-16  Mike Frysinger  <vapier@gentoo.org>
5026
5027         * gdb.base/help.exp: Update expected output.
5028
5029 2012-08-16  Joel Brobecker  <brobecker@adacore.com>
5030
5031         * gdb.ada/rdv_wait: New testcase.
5032
5033 2012-08-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
5034
5035         * gdb.base/attach-twice.exp: Remove excessive ps exec.
5036
5037 2012-08-13  Doug Evans  <dje@google.com>
5038
5039         * gdb.base/help.exp: Update expected output.
5040         * gdb.base/default.exp: Update expected output of "show convenience".
5041
5042 2012-08-10  Doug Evans  <dje@google.com>
5043
5044         * gdb.python/py-strfns.c: New file.
5045         * gdb.python/py-strfns.exp: New file.
5046         * gdb.python/py-type.exp (test_fields): Add vector tests.
5047
5048 2012-08-10  Mike Frysinger  <vapier@gentoo.org>
5049
5050         PR cli/10436:
5051         * gdb.base/completion.exp: Add tests for handle completion.
5052
5053 2012-08-09  Yao Qi  <yao@codesourcery.com>
5054
5055         * gdb.mi/mi-cmd-param-changed.exp: New.
5056         * gdb.mi/mi-cli.exp: Update for MI notification "=cmd-param-changed".
5057         * gdb.mi/mi-var-rtti.exp, gdb.mi/mi2-cli.exp: Likewise.
5058         * gdb.mi/mi2-prompt.exp: Likewise.
5059
5060 2012-08-08  Doug Evans  <dje@google.com>
5061
5062         * gdb.base/debug-expr.c: New file.
5063         * gdb.base/debug-expr.exp: New file.
5064         * gdb.base/exprs.exp: Test {type} casts.
5065         * gdb.cp/debug-expr.exp: New file.
5066
5067 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
5068
5069         * gdb.base/valgrind-infcall.exp (continue #$continue_count): Use
5070         global variable loop, not a 'break'.  Add loop count limit to 100.
5071         Add new fail case for terminated vgdb.
5072
5073 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
5074             Jean-Marc Saffroy  <saffroy@gmail.com>
5075
5076         PR 11804
5077         * gdb.base/gcore-relro.exp: New file.
5078         * gdb.base/gcore-relro-main.c: New file.
5079         * gdb.base/gcore-relro-lib.c: New file.
5080
5081 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
5082
5083         Do not false FAIL with old GCCs.
5084         * gdb.base/watchpoint.exp (self-delete local watch) <$no_hw>: XFAIL for
5085         GCC < 4.5 in $no_hw mode.
5086
5087 2012-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
5088
5089         * gdb.base/default.exp (cd): Accept new directory with no arguments.
5090
5091 2012-08-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
5092
5093         * gdb.base/list.exp (test_only_end): New function.
5094         Call it.
5095
5096 2012-08-06  Tom Tromey  <tromey@redhat.com>
5097
5098         * gdb.python/py-mi.exp: Add test for printer whose children
5099         are a list.
5100         * gdb.python/py-prettyprint.c (struct children_as_list): New.
5101         (main): New variable children_as_list.
5102         * gdb.python/py-prettyprint.py (class pp_children_as_list):
5103         New.
5104         (register_pretty_printers): Register new printer.
5105
5106 2012-08-03  Edjunior Machado  <emachado@linux.vnet.ibm.com>
5107
5108         * gdb.base/valgrind-infcall.exp: Expect leading `.' on ppc64's
5109         symbols. Abort if vgdb remote connection is closed.
5110
5111 2012-08-02  Doug Evans  <dje@google.com>
5112
5113         * gdb.base/info-fun.exp: Fix failures on m68k, ppc64, s390x.
5114
5115 2012-08-02  Sergio Durigan Junior  <sergiodj@redhat.com>
5116
5117         * gdb.base/pc-fp.exp: Adjust testcase to match different outputs from
5118         s390x, PowerPC 64 and m68k-linux.
5119
5120 2012-08-02  Ulrich Weigand  <uweigand@de.ibm.com>
5121
5122         * gdb.base/annota1.exp: Accept no frames-invalid notification
5123         when starting up the program.
5124         * gdb.python/py-value.exp (test_value_numeric_ops): Pointers may
5125         show a symbolic value as well.
5126         * gdb.server/server-exec-info.exp: Skip test when skipping
5127         gdbserver test and/or when skipping shared library tests.
5128         * gdb.threads/linux-dp.exp: Unset "seen" when done with it to
5129         avoid name conflicts with other tests.
5130
5131 2012-08-02  Ulrich Weigand  <uweigand@de.ibm.com>
5132
5133         * gdb.dwarf2/dw2-icc-opaque.S: Remove .align directives.
5134         Fix wrong output on big-endian systems.
5135         * gdb.dwarf2/dw2-icc-opaque.exp: Expect @mode32 attribute on
5136         4-byte pointer types on 64-bit s390x.
5137
5138 2012-08-02  Ulrich Weigand  <uweigand@de.ibm.com>
5139
5140         * gdb.base/watchpoint.c (func2): Initialize local_a.  Add
5141         marker comment at the beginning (after intialization).
5142         * gdb.base/watchpoint.exp (test_complex_watchpoint): Set func2
5143         breakpoint on marker comment instead of function begin.
5144         (test_wide_location_1): Do not expect HW watchpoints on 32-bit
5145         PowerPC.
5146         (test_wide_location_2): Do not expect HW watchpoints on 32-bit
5147         or 64-bit PowerPC.
5148         (do_tests): Consistently set can-use-hw-watchpoints to 0 if
5149         gdb,no_hardware_watchpoints flag is set.
5150         (initialize): Remove now redundant can-use-hw-watchpoints change.
5151
5152 2012-08-02  Yao Qi  <yao@codesourcery.com>
5153             Pedro Alves  <palves@redhat.com>
5154
5155         * boards/local-remote-host.exp: New.
5156
5157 2012-08-01  Ulrich Weigand  <ulrich.weigand@linaro.org>
5158
5159         * gdb.base/catch-load.exp: Fix argument to gdb_load_shlibs.
5160         * gdb.base/ctxobj.exp: Call gdb_load_shlibs.
5161         * gdb.base/print-file-var.exp: Likewise.
5162         * gdb.server/solib-list.exp: Skip on remote targets.
5163
5164 2012-08-01  Ulrich Weigand  <ulrich.weigand@linaro.org>
5165
5166         * gdb.base/watchpoint.exp (test_wide_location_1): Expect software
5167         watchpoints on ARM.  When expecting software watchpoints, tolerate
5168         (remote) targets that report unsupported hardware watchpoint only
5169         at continue time.
5170         (test_wide_location_2): Likewise.
5171
5172 2012-08-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
5173
5174         * gdb.base/valgrind-infcall.exp: Relax the UNSUPPORTED check for more
5175         valgrind versions.
5176
5177 2012-07-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
5178
5179         * gdb.base/valgrind-infcall.c: New file.
5180         * gdb.base/valgrind-infcall.exp: New file.
5181
5182         * gdb.base/valgrind-db-attach.exp: Do not run in remote mode.
5183
5184 2012-07-30  Keith Seitz  <keiths@redhat.com>
5185
5186         * gdb.linespec/ls-errs.exp: Check some quote-enclosed
5187         linespecs.
5188
5189 2012-07-30  Doug Evans  <dje@google.com>
5190
5191         * gdb.dwarf2/fission-reread.S: Use .data instead of .bss.
5192         * gdb.dwarf2/pr13961.S: Ditto.
5193
5194         * gdb.dwarf2/dw4-sig-types.exp: Fix typo.
5195
5196 2012-07-30  Andrew Burgess  <aburgess@broadcom.com>
5197
5198         * gdb.mi/mi-var-invalidate.exp: Create a floating variable and
5199         change its format immediately after reloading the binary.
5200
5201 2012-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
5202
5203         Fix testsuite regression after --use-deprecated-index-sections removal.
5204         * gdb.base/annota1.exp (run until main breakpoint): Update the expect
5205         string.
5206         * gdb.base/async-shell.exp (gdbindex_warning_re): Likewise.
5207
5208 2012-07-27  Yao Qi  <yao@codesourcery.com>
5209
5210         KFAIL for PR remote/14161.
5211         * gdb.trace/strace.exp (strace_remove_socket): kfail for native.
5212         Cleanup socket files.
5213         (strace_info_marker): Detach inferior.
5214
5215 2012-07-26  Tom Tromey  <tromey@redhat.com>
5216
5217         * gdb.objc/print.exp (test_float_accepted): Remove kfails.
5218
5219 2012-07-26  Markus Metzger  <markus.t.metzger@intel.com>
5220
5221         * gdb.python/py-inferior.c (thread): New function.
5222         (check_threads): New function.
5223         (test_threads): New function.
5224         * gdb.python/py-inferior.exp: Added test.
5225         Replaced runto with continue to breakpoint.
5226
5227 2012-07-26  Tom Tromey  <tromey@redhat.com>
5228
5229         * lib/ada.exp (standard_ada_testfile): New proc.
5230         * gdb.ada/aliased_array.exp: Use standard_ada_testfile.
5231         * gdb.ada/array_bounds.exp: Use standard_ada_testfile.
5232         * gdb.ada/array_return.exp: Use standard_ada_testfile.
5233         * gdb.ada/array_subscript_addr.exp: Use standard_ada_testfile.
5234         * gdb.ada/arrayidx.exp: Use standard_ada_testfile.
5235         * gdb.ada/arrayparam.exp: Use standard_ada_testfile.
5236         * gdb.ada/arrayptr.exp: Use standard_ada_testfile.
5237         * gdb.ada/atomic_enum.exp: Use standard_ada_testfile.
5238         * gdb.ada/bad-task-bp-keyword.exp: Use standard_ada_testfile.
5239         * gdb.ada/bp_enum_homonym.exp: Use standard_ada_testfile.
5240         * gdb.ada/bp_on_var.exp: Use standard_ada_testfile.
5241         * gdb.ada/bp_range_type.exp: Use standard_ada_testfile.
5242         * gdb.ada/call_pn.exp: Use standard_ada_testfile.
5243         * gdb.ada/catch_ex.exp: Use standard_ada_testfile.
5244         * gdb.ada/char_enum.exp: Use standard_ada_testfile.
5245         * gdb.ada/char_param.exp: Use standard_ada_testfile.
5246         * gdb.ada/complete.exp: Use standard_ada_testfile.
5247         * gdb.ada/cond_lang.exp: Use standard_ada_testfile,
5248         standard_output_file.
5249         * gdb.ada/dyn_loc.exp: Use standard_ada_testfile.
5250         * gdb.ada/enum_idx_packed.exp: Use standard_ada_testfile.
5251         * gdb.ada/exec_changed.exp: Use standard_ada_testfile,
5252         standard_output_file.
5253         * gdb.ada/exprs.exp: Use standard_ada_testfile.
5254         * gdb.ada/fixed_cmp.exp: Use standard_ada_testfile.
5255         * gdb.ada/fixed_points.exp: Use standard_ada_testfile.
5256         * gdb.ada/formatted_ref.exp: Use standard_ada_testfile.
5257         * gdb.ada/frame_args.exp: Use standard_ada_testfile.
5258         * gdb.ada/fullname_bp.exp: Use standard_ada_testfile.
5259         * gdb.ada/fun_addr.exp: Use standard_ada_testfile.
5260         * gdb.ada/fun_in_declare.exp: Use standard_ada_testfile.
5261         * gdb.ada/funcall_param.exp: Use standard_ada_testfile.
5262         * gdb.ada/homonym.exp: Use standard_ada_testfile.
5263         * gdb.ada/info_locals_renaming.exp: Use standard_ada_testfile.
5264         * gdb.ada/int_deref.exp: Use standard_ada_testfile.
5265         * gdb.ada/interface.exp: Use standard_ada_testfile.
5266         * gdb.ada/lang_switch.exp: Use standard_ada_testfile,
5267         standard_output_file
5268         * gdb.ada/mi_catch_ex.exp: Use standard_ada_testfile.
5269         * gdb.ada/mi_task_arg.exp: Use standard_ada_testfile.
5270         * gdb.ada/mi_task_info.exp: Use standard_ada_testfile.
5271         * gdb.ada/mod_from_name.exp: Use standard_ada_testfile.
5272         * gdb.ada/nested.exp: Use standard_ada_testfile.
5273         * gdb.ada/null_array.exp: Use standard_ada_testfile.
5274         * gdb.ada/null_record.exp: Use standard_ada_testfile.
5275         * gdb.ada/operator_bp.exp: Use standard_ada_testfile.
5276         * gdb.ada/packed_array.exp: Use standard_ada_testfile.
5277         * gdb.ada/packed_tagged.exp: Use standard_ada_testfile.
5278         * gdb.ada/print_chars.exp: Use standard_ada_testfile.
5279         * gdb.ada/print_pc.exp: Use standard_ada_testfile.
5280         * gdb.ada/ptr_typedef.exp: Use standard_ada_testfile.
5281         * gdb.ada/ptype_field.exp: Use standard_ada_testfile.
5282         * gdb.ada/ptype_tagged_param.exp: Use standard_ada_testfile.
5283         * gdb.ada/rec_return.exp: Use standard_ada_testfile.
5284         * gdb.ada/ref_param.exp: Use standard_ada_testfile.
5285         * gdb.ada/ref_tick_size.exp: Use standard_ada_testfile.
5286         * gdb.ada/same_enum.exp: Use standard_ada_testfile.
5287         * gdb.ada/set_pckd_arr_elt.exp: Use standard_ada_testfile.
5288         * gdb.ada/small_reg_param.exp: Use standard_ada_testfile.
5289         * gdb.ada/start.exp: Use standard_ada_testfile.
5290         * gdb.ada/str_ref_cmp.exp: Use standard_ada_testfile.
5291         * gdb.ada/sym_print_name.exp: Use standard_ada_testfile.
5292         * gdb.ada/taft_type.exp: Use standard_ada_testfile.
5293         * gdb.ada/tagged.exp: Use standard_ada_testfile.
5294         * gdb.ada/tagged_not_init.exp: Use standard_ada_testfile.
5295         * gdb.ada/task_bp.exp: Use standard_ada_testfile.
5296         * gdb.ada/tasks.exp: Use standard_ada_testfile.
5297         * gdb.ada/tick_last_segv.exp: Use standard_ada_testfile.
5298         * gdb.ada/type_coercion.exp: Use standard_ada_testfile.
5299         * gdb.ada/uninitialized_vars.exp: Use standard_ada_testfile.
5300         * gdb.ada/variant_record_packed_array.exp: Use standard_ada_testfile.
5301         * gdb.ada/watch_arg.exp: Use standard_ada_testfile.
5302         * gdb.ada/whatis_array_val.exp: Use standard_ada_testfile.
5303         * gdb.ada/widewide.exp: Use standard_ada_testfile.
5304
5305 2012-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
5306
5307         Fix testsuite regression after --use-deprecated-index-sections removal.
5308         * lib/mi-support.exp (gdbindex_warning_re): Update the expect string.
5309
5310 2012-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
5311
5312         Fix compatibility with Tcl before 7.5.
5313         * lib/future.exp (lreverse): New function if it does not exist.
5314
5315 2012-07-25  Marc Khouzam  <marc.khouzam@ericsson.com>
5316
5317         * gdb.mi/mi-pending.c: New method to set a second pending
5318         breakpoint.
5319         * gdb.mi/mi-pending.exp: Set a pending breakpoint with a
5320         condition.
5321
5322 2012-07-20  Pedro Alves  <palves@redhat.com>
5323
5324         PR threads/11692
5325         PR gdb/12203
5326
5327         * gdb.threads/create-fail.c: New file.
5328         * gdb.threads/create-fail.exp: New file.
5329
5330 2012-07-19  Pedro Alves  <palves@redhat.com>
5331
5332         * config/monitor.exp (gdb_load): Remove redundant ';' in for loop.
5333         * config/vx.exp (gdb_start): Likewise.
5334         * gdb.base/printcmds.exp (test_print_repeats_10): Likewise.
5335         * gdb.base/setvar.exp (test_set): Likewise.
5336         * gdb.base/sigall.exp: Use foreach+lrange instead of for+continue.
5337         * gdb.reverse/sigall-precsave.exp: Likewise.
5338         * gdb.reverse/sigall-reverse.exp: Likewise.
5339
5340 2012-07-19  Pedro Alves  <palves@redhat.com>
5341
5342         * gdb.reverse/sigall-precsave.exp: Set a breakpoint at each signal
5343         handler before recording.
5344
5345 2012-07-19  Tom Tromey  <tromey@redhat.com>
5346
5347         * gdb.cp/casts.exp: Add tests for typeof and decltype.
5348         * gdb.cp/casts.cc (decltype): New function.
5349         (main): Use it.
5350
5351 2012-07-19  Pedro Alves  <palves@redhat.com>
5352
5353         * gdb.base/sigall.exp (signals): New list.
5354         <top level>: Loop over signals in the $signals list instead of
5355         calling a test function once per signal.
5356         * gdb.reverse/sigall-precsave.exp (signals): New list.
5357         <top level>: Loop over signals in the $signals list instead of
5358         calling a test function once per signal.
5359         * gdb.reverse/sigall-reverse.exp (signals): New list.
5360         <top level>: Loop over signals in the $signals list instead of
5361         calling a test function once per signal.
5362
5363 2012-07-19  Yao Qi  <yao@codesourcery.com>
5364
5365         * gdb.base/setshow.exp: Test 'set args ~'.
5366
5367 2012-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
5368
5369         * gdb.base/store.exp (check_set): Import gdb_prompt.
5370         (continue to wack_${t}): Make it to conditional gdb_test_multiple.
5371         (${prefix}; next ${t}): Hide its name, handle it conditionally now.
5372
5373 2012-07-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
5374
5375         PR 11914
5376         * gdb.python/py-prettyprint.c (eval_func, eval_sub): New.
5377         (main): Call eval_sub.
5378         * gdb.python/py-prettyprint.exp:
5379         (python execfile ('py-prettyprint.py')): Move it earlier.
5380         New breakpoint for eval-break.
5381         (continue to breakpoint: eval-break, info locals): New test.
5382         (python execfile ('py-prettyprint.py')): Move it from here.
5383         * gdb.python/py-prettyprint.py (class pp_eval_type): New.
5384         (register_pretty_printers): Register pp_eval_type.
5385
5386 2012-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
5387
5388         Fix a testcase regression by me.
5389         * gdb.dwarf2/fission-reread.S: Fix two DW_FORM_data8 to be
5390         DW_FORM_data4.
5391
5392 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5393             Doug Evans  <dje@google.com>
5394
5395         * gdb.dwarf2/dw2-minsym-in-cu.S: New file.
5396         * gdb.dwarf2/dw2-minsym-in-cu.exp: New file.
5397
5398 2012-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
5399
5400         Fix gdbserver run regression.
5401         * gdb.trace/disconnected-tracing.exp (executabel): Fix typo.
5402
5403 2012-07-12  Tom Tromey  <tromey@redhat.com>
5404
5405         * lib/gdb.exp (standard_testfile): Don't declare objdir.
5406         (clean_restart): Likewise.
5407         (core_find): Use standard_output_file.
5408
5409 2012-07-12  Tom Tromey  <tromey@redhat.com>
5410
5411         * gdb.dwarf2/dup-psym.exp: Use prepare_for_testing_full.
5412         * gdb.dwarf2/dw2-anonymous-func.exp: Use
5413         prepare_for_testing_full.
5414         * gdb.dwarf2/dw2-basic.exp: Use prepare_for_testing_full.
5415         * gdb.dwarf2/dw2-compressed.exp: Use prepare_for_testing_full.
5416         * gdb.dwarf2/dw2-const.exp: Use prepare_for_testing_full.
5417         * gdb.dwarf2/dw2-cu-size.exp: Use prepare_for_testing_full.
5418         * gdb.dwarf2/dw2-intercu.exp: Use prepare_for_testing_full.
5419         * gdb.dwarf2/dw2-intermix.exp: Use prepare_for_testing_full.
5420         * gdb.dwarf2/dw2-linkage-name-trust.exp: Use
5421         prepare_for_testing_full.
5422         * gdb.dwarf2/dw2-producer.exp: Use prepare_for_testing_full.
5423         * gdb.dwarf2/dw2-ref-missing-frame.exp: Use
5424         prepare_for_testing_full.
5425         * gdb.dwarf2/dw2-restore.exp: Use prepare_for_testing_full.
5426         * gdb.dwarf2/dw2-strp.exp: Use prepare_for_testing_full.
5427         * gdb.dwarf2/mac-fileno.exp: Use prepare_for_testing_full.
5428
5429 2012-07-12  Tom Tromey  <tromey@redhat.com>
5430
5431         * lib/gdb.exp (build_executable_from_specs): New proc, from
5432         build_executable.
5433         (build_executable): Use it.
5434         (prepare_for_testing_full): New proc.
5435
5436 2012-07-11  Tom Tromey  <tromey@redhat.com>
5437
5438         * gdb.reverse/break-precsave.exp: Use standard_output_file.
5439         * gdb.reverse/consecutive-precsave.exp: Use standard_output_file.
5440         * gdb.reverse/finish-precsave.exp: Use standard_output_file.
5441         * gdb.reverse/i386-precsave.exp: Use standard_output_file.
5442         * gdb.reverse/machinestate-precsave.exp: Use standard_output_file.
5443         * gdb.reverse/sigall-precsave.exp: Use standard_output_file.
5444         * gdb.reverse/solib-precsave.exp: Use standard_output_file.
5445         * gdb.reverse/step-precsave.exp: Use standard_output_file.
5446         * gdb.reverse/until-precsave.exp: Use standard_output_file.
5447         * gdb.reverse/watch-precsave.exp: Use standard_output_file.
5448
5449 2012-07-10  Tom Tromey  <tromey@redhat.com>
5450
5451         * gdb.mi/dw2-ref-missing-frame.exp: Use standard_testfile,
5452         standard_output_file.
5453         * gdb.mi/gdb2549.exp: Use standard_testfile.
5454         * gdb.mi/gdb669.exp: Use standard_testfile.
5455         * gdb.mi/gdb701.exp: Use standard_testfile.
5456         * gdb.mi/gdb792.exp: Use standard_testfile.
5457         * gdb.mi/mi-async.exp: Use standard_testfile.
5458         * gdb.mi/mi-basics.exp: Use standard_testfile.
5459         * gdb.mi/mi-break.exp: Use standard_testfile.
5460         * gdb.mi/mi-cli.exp: Use standard_testfile.
5461         * gdb.mi/mi-console.exp: Use standard_testfile.
5462         * gdb.mi/mi-disassemble.exp: Use standard_testfile.
5463         * gdb.mi/mi-eval.exp: Use standard_testfile.
5464         * gdb.mi/mi-file-transfer.exp: Use standard_testfile.
5465         * gdb.mi/mi-file.exp: Use standard_testfile.
5466         * gdb.mi/mi-inheritance-syntax-error.exp: Use standard_testfile.
5467         * gdb.mi/mi-logging.exp: Use standard_testfile.
5468         * gdb.mi/mi-nonstop-exit.exp: Use standard_testfile.
5469         * gdb.mi/mi-nonstop.exp: Use standard_testfile.
5470         * gdb.mi/mi-ns-stale-regcache.exp: Use standard_testfile.
5471         * gdb.mi/mi-nsintrall.exp: Use standard_testfile.
5472         * gdb.mi/mi-nsmoribund.exp: Use standard_testfile.
5473         * gdb.mi/mi-nsthrexec.exp: Use standard_testfile.
5474         * gdb.mi/mi-pending.exp: Use standard_testfile,
5475         standard_output_file.
5476         * gdb.mi/mi-pthreads.exp: Use standard_testfile.
5477         * gdb.mi/mi-read-memory.exp: Use standard_testfile.
5478         * gdb.mi/mi-regs.exp: Use standard_testfile.
5479         * gdb.mi/mi-return.exp: Use standard_testfile.
5480         * gdb.mi/mi-reverse.exp: Use standard_testfile.
5481         * gdb.mi/mi-simplerun.exp: Use standard_testfile.
5482         * gdb.mi/mi-solib.exp: Use standard_testfile,
5483         standard_output_file.
5484         * gdb.mi/mi-stack.exp: Use standard_testfile.
5485         * gdb.mi/mi-stepi.exp: Use standard_testfile.
5486         * gdb.mi/mi-stepn.exp: Use standard_testfile.
5487         * gdb.mi/mi-syn-frame.exp: Use standard_testfile.
5488         * gdb.mi/mi-until.exp: Use standard_testfile.
5489         * gdb.mi/mi-var-block.exp: Use standard_testfile.
5490         * gdb.mi/mi-var-child-f.exp: Use standard_testfile.
5491         * gdb.mi/mi-var-child.exp: Use standard_testfile.
5492         * gdb.mi/mi-var-cmd.exp: Use standard_testfile.
5493         * gdb.mi/mi-var-cp.exp: Use standard_testfile.
5494         * gdb.mi/mi-var-display.exp: Use standard_testfile.
5495         * gdb.mi/mi-var-invalidate.exp: Use standard_testfile,
5496         standard_output_file.
5497         * gdb.mi/mi-var-rtti.exp: Use standard_testfile.
5498         * gdb.mi/mi-watch-nonstop.exp: Use standard_testfile.
5499         * gdb.mi/mi-watch.exp: Use standard_testfile.
5500         * gdb.mi/mi2-amd64-entry-value.exp: Use standard_testfile.
5501         * gdb.mi/mi2-basics.exp: Use standard_testfile.
5502         * gdb.mi/mi2-break.exp: Use standard_testfile.
5503         * gdb.mi/mi2-cli.exp: Use standard_testfile.
5504         * gdb.mi/mi2-console.exp: Use standard_testfile.
5505         * gdb.mi/mi2-disassemble.exp: Use standard_testfile.
5506         * gdb.mi/mi2-eval.exp: Use standard_testfile.
5507         * gdb.mi/mi2-file.exp: Use standard_testfile.
5508         * gdb.mi/mi2-pthreads.exp: Use standard_testfile.
5509         * gdb.mi/mi2-read-memory.exp: Use standard_testfile.
5510         * gdb.mi/mi2-regs.exp: Use standard_testfile.
5511         * gdb.mi/mi2-return.exp: Use standard_testfile.
5512         * gdb.mi/mi2-simplerun.exp: Use standard_testfile.
5513         * gdb.mi/mi2-stack.exp: Use standard_testfile.
5514         * gdb.mi/mi2-stepi.exp: Use standard_testfile.
5515         * gdb.mi/mi2-syn-frame.exp: Use standard_testfile.
5516         * gdb.mi/mi2-until.exp: Use standard_testfile.
5517         * gdb.mi/mi2-var-block.exp: Use standard_testfile.
5518         * gdb.mi/mi2-var-child.exp: Use standard_testfile.
5519         * gdb.mi/mi2-var-cmd.exp: Use standard_testfile.
5520         * gdb.mi/mi2-var-display.exp: Use standard_testfile.
5521         * gdb.mi/mi2-watch.exp: Use standard_testfile.
5522
5523 2012-07-10  Tom Tromey  <tromey@redhat.com>
5524
5525         * gdb.cp/abstract-origin.exp: Use standard_testfile.
5526         * gdb.cp/ambiguous.exp: Use standard_testfile,
5527         prepare_for_testing.
5528         * gdb.cp/annota2.exp: Use standard_testfile, prepare_for_testing.
5529         * gdb.cp/annota3.exp: Use standard_testfile, prepare_for_testing.
5530         * gdb.cp/anon-ns.exp: Use standard_testfile.
5531         * gdb.cp/anon-struct.exp: Use standard_testfile.
5532         * gdb.cp/anon-union.exp: Use standard_testfile,
5533         prepare_for_testing.
5534         * gdb.cp/arg-reference.exp: Use standard_testfile,
5535         prepare_for_testing.
5536         * gdb.cp/bool.exp: Use standard_testfile, prepare_for_testing.
5537         * gdb.cp/breakpoint.exp: Use standard_testfile,
5538         prepare_for_testing.
5539         * gdb.cp/bs15503.exp: Use standard_testfile, prepare_for_testing.
5540         * gdb.cp/call-c.exp: Use standard_testfile, clean_restart,
5541         standard_output_file.
5542         * gdb.cp/casts.exp: Use standard_testfile, prepare_for_testing.
5543         * gdb.cp/class2.exp: Use standard_testfile, prepare_for_testing.
5544         * gdb.cp/classes.exp: Use standard_testfile, prepare_for_testing.
5545         (test_static_members): Update.
5546         * gdb.cp/cmpd-minsyms.exp: Use standard_testfile.
5547         * gdb.cp/converts.exp: Use standard_testfile.
5548         * gdb.cp/cp-relocate.exp: Use standard_testfile.
5549         * gdb.cp/cpcompletion.exp: Use standard_testfile,
5550         prepare_for_testing.
5551         * gdb.cp/cpexprs.exp: Use standard_testfile, prepare_for_testing.
5552         * gdb.cp/cplabel.exp: Use standard_testfile.
5553         * gdb.cp/cplusfuncs.exp: Use standard_testfile,
5554         prepare_for_testing.
5555         * gdb.cp/ctti.exp: Use standard_testfile, prepare_for_testing.
5556         * gdb.cp/derivation.exp: Use standard_testfile,
5557         prepare_for_testing.
5558         * gdb.cp/destrprint.exp: Use standard_testfile.
5559         * gdb.cp/dispcxx.exp: Use standard_testfile.
5560         * gdb.cp/exception.exp: Use standard_testfile,
5561         prepare_for_testing.
5562         * gdb.cp/expand-psymtabs-cxx.exp: Use standard_testfile.
5563         * gdb.cp/extern-c.exp: Use standard_testfile,
5564         prepare_for_testing.
5565         * gdb.cp/formatted-ref.exp: Use standard_testfile,
5566         prepare_for_testing.
5567         * gdb.cp/fpointer.exp: Use standard_testfile.
5568         * gdb.cp/gdb1355.exp: Use standard_testfile, prepare_for_testing.
5569         * gdb.cp/gdb2384.exp: Use standard_testfile, clean_restart,
5570         standard_output_file.
5571         * gdb.cp/gdb2495.exp: Use standard_testfile, prepare_for_testing.
5572         * gdb.cp/hang.exp: Use standard_testfile, prepare_for_testing.
5573         * gdb.cp/infcall-dlopen.exp: Use standard_testfile,
5574         standard_output_file.
5575         * gdb.cp/inherit.exp: Use standard_testfile, prepare_for_testing.
5576         (do_tests): Update.
5577         * gdb.cp/koenig.exp: Use standard_testfile.
5578         * gdb.cp/local.exp: Use standard_testfile, prepare_for_testing.
5579         * gdb.cp/m-data.exp: Use standard_testfile, prepare_for_testing.
5580         * gdb.cp/m-static.exp: Use standard_testfile,
5581         prepare_for_testing.
5582         * gdb.cp/mb-ctor.exp: Use standard_testfile, prepare_for_testing.
5583         * gdb.cp/mb-inline.exp: Use standard_testfile,
5584         prepare_for_testing.
5585         * gdb.cp/mb-templates.exp: Use standard_testfile,
5586         prepare_for_testing.
5587         * gdb.cp/member-ptr.exp: Use standard_testfile,
5588         prepare_for_testing.
5589         * gdb.cp/meth-typedefs.exp: Use standard_testfile.
5590         * gdb.cp/method.exp: Use standard_testfile, prepare_for_testing.
5591         * gdb.cp/method2.exp: Use standard_testfile.
5592         * gdb.cp/minsym-fallback.exp: Use standard_testfile,
5593         standard_output_file.
5594         * gdb.cp/misc.exp: Use standard_testfile, prepare_for_testing.
5595         (do_tests): Update.
5596         * gdb.cp/namespace-enum.exp: Use standard_testfile,
5597         prepare_for_testing.
5598         * gdb.cp/namespace-nested-import.exp: Use standard_testfile,
5599         prepare_for_testing.
5600         * gdb.cp/namespace.exp: Use standard_testfile,
5601         prepare_for_testing.
5602         * gdb.cp/nextoverthrow.exp: Use standard_testfile.
5603         * gdb.cp/no-dmgl-verbose.exp: Use standard_testfile.
5604         * gdb.cp/nsdecl.exp: Use standard_testfile, prepare_for_testing.
5605         * gdb.cp/nsimport.exp: Use standard_testfile,
5606         prepare_for_testing.
5607         * gdb.cp/nsnested.exp: Use standard_testfile.
5608         * gdb.cp/nsnoimports.exp: Use standard_testfile.
5609         * gdb.cp/nsrecurs.exp: Use standard_testfile,
5610         prepare_for_testing.
5611         * gdb.cp/nsstress.exp: Use standard_testfile,
5612         prepare_for_testing.
5613         * gdb.cp/nsusing.exp: Use standard_testfile, prepare_for_testing.
5614         * gdb.cp/operator.exp: Use standard_testfile.
5615         * gdb.cp/oranking.exp: Use standard_testfile.
5616         * gdb.cp/overload-const.exp: Use standard_testfile.
5617         * gdb.cp/overload.exp: Use standard_testfile,
5618         prepare_for_testing.
5619         * gdb.cp/ovldbreak.exp: Use standard_testfile.
5620         * gdb.cp/ovsrch.exp: Use standard_testfile.
5621         * gdb.cp/paren-type.exp: Use standard_testfile.
5622         * gdb.cp/pass-by-ref.exp: Use standard_testfile,
5623         prepare_for_testing.
5624         * gdb.cp/pr-1023.exp: Use standard_testfile, prepare_for_testing.
5625         * gdb.cp/pr-1210.exp: Use standard_testfile, prepare_for_testing.
5626         * gdb.cp/pr-574.exp: Use standard_testfile, prepare_for_testing.
5627         * gdb.cp/pr10687.exp: Use standard_testfile, clean_restart.
5628         * gdb.cp/pr10728.exp: Use standard_testfile,
5629         standard_output_file.
5630         * gdb.cp/pr12028.exp: Use standard_testfile.
5631         * gdb.cp/pr9067.exp: Use standard_testfile, prepare_for_testing.
5632         * gdb.cp/pr9167.exp: Use standard_testfile.
5633         * gdb.cp/pr9631.exp: Use standard_testfile, prepare_for_testing.
5634         * gdb.cp/printmethod.exp: Use standard_testfile,
5635         prepare_for_testing.
5636         * gdb.cp/psmang.exp: Use standard_testfile, clean_restart.
5637         * gdb.cp/psymtab-parameter.exp: Use standard_testfile.
5638         * gdb.cp/ptype-cv-cp.exp: Use standard_testfile.
5639         * gdb.cp/re-set-overloaded.exp: Use standard_testfile,
5640         standard_output_file.
5641         * gdb.cp/readnow-language.exp: Use standard_testfile.
5642         * gdb.cp/ref-params.exp: Use standard_testfile, build_executable.
5643         (gdb_start_again): Use clean_restart.
5644         * gdb.cp/ref-types.exp: Use standard_testfile,
5645         prepare_for_testing.
5646         * gdb.cp/rtti.exp: Use standard_testfile, prepare_for_testing.
5647         * gdb.cp/shadow.exp: Use standard_testfile, prepare_for_testing.
5648         * gdb.cp/smartp.exp: Use standard_testfile.
5649         * gdb.cp/static-method.exp: Use standard_testfile.
5650         * gdb.cp/static-print-quit.exp: Use standard_testfile.
5651         * gdb.cp/temargs.exp: Use standard_testfile.
5652         * gdb.cp/templates.exp: Use standard_testfile,
5653         prepare_for_testing.
5654         (do_tests): Update.
5655         * gdb.cp/try_catch.exp: Use standard_testfile,
5656         prepare_for_testing.
5657         * gdb.cp/typedef-operator.exp: Use standard_testfile.
5658         * gdb.cp/userdef.exp: Use standard_testfile, prepare_for_testing.
5659         * gdb.cp/virtbase.exp: Use standard_testfile,
5660         prepare_for_testing.
5661         * gdb.cp/virtfunc.exp: Use standard_testfile,
5662         prepare_for_testing.
5663         (do_tests): Update.
5664         * gdb.cp/virtfunc2.exp: Use standard_testfile,
5665         prepare_for_testing.
5666
5667 2012-07-10  Tom Tromey  <tromey@redhat.com>
5668
5669         * lib/gdb.exp (standard_testfile): Unset output variables from
5670         earlier invocations.
5671
5672 2012-07-10  Yao Qi  <yao@codesourcery.com>
5673
5674         * gdb.mi/gdb2549.exp: Remove -DFAKEARGV from compilation flags.
5675         * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp: Likewise.
5676         * gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp: Likewise.
5677         * gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp: Likewise.
5678         * gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp: Likewise.
5679         * gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp: Likewise.
5680         * gdb.mi/mi-return.exp, gdb.mi/mi-reverse.exp: Likewise.
5681         * gdb.mi/mi-simplerun.exp, gdb.mi/mi-stack.exp: Likewise.
5682         * gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp: Likewise.
5683         * gdb.mi/mi-until.exp, gdb.mi/mi-var-block.exp: Likewise.
5684         * gdb.mi/mi-var-child.exp, gdb.mi/mi-var-cmd.exp: Likewise.
5685         * gdb.mi/mi-var-display.exp: Likewise.
5686         * gdb.mi/mi-var-invalidate.exp: Likewise.
5687         * gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp: Likewise.
5688         * gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp: Likewise.
5689         * gdb.mi/mi2-console.exp: Likewise.
5690         * gdb.mi/mi2-disassemble.exp: Likewise.
5691         * gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp: Likewise.
5692         * gdb.mi/mi2-read-memory.exp: Likewise.
5693         * gdb.mi/mi2-regs.exp, gdb.mi/mi2-return.exp: Likewise.
5694         * gdb.mi/mi2-simplerun.exp: Likewise.
5695         * gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp: Likewise.
5696         * gdb.mi/mi2-syn-frame.exp: Likewise.
5697         * gdb.mi/mi2-until.exp, gdb.mi/mi2-var-block.exp: Likewise.
5698         * gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp: Likewise.
5699         * gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp: Likewise.
5700
5701 2012-07-09  Tom Tromey  <tromey@redhat.com>
5702
5703         * gdb.base/whatis.exp: Add error checks for improper 'void' uses.
5704         * gdb.base/callfuncs.exp: Add cast-based test.
5705         * gdb.base/callfuncs.c (voidfunc): New function.
5706
5707 2012-07-08  Doug Evans  <dje@google.com>
5708
5709         * gdb.dwarf2/dw4-sig-type-unused.S: Fix typo.
5710
5711 2012-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
5712
5713         Fix XFAIL compatibility with old i386 systems.
5714         * gdb.base/stale-infcall.exp (test system longjmp tracking support):
5715         Check also 'Cannot insert breakpoint 0'.
5716
5717 2012-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
5718
5719         PR 14321
5720         * gdb.base/find.exp
5721         (find int64_search_buf, +64/8*100, int64_search_buf): New test.
5722
5723 2012-07-06  Tom Tromey  <tromey@redhat.com>
5724
5725         * gdb.base/whatis.exp: Add test.
5726
5727 2012-07-06  Tom Tromey  <tromey@redhat.com>
5728
5729         * gdb.base/whatis.exp: Add regression test.
5730
5731 2012-07-06  Tom Tromey  <tromey@redhat.com>
5732
5733         * gdb.base/whatis.exp: Add tests.
5734
5735 2012-07-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
5736
5737         PR 12649
5738         * gdb.base/dprintf.exp (Set dprintf style to agent): Add missing
5739         gdb_test_multiple $gdb_prompt terminator.
5740
5741 2012-07-04  Pedro Alves  <palves@redhat.com>
5742
5743         * gdb.mi/mi-reverse.exp: Use supports_reverse and
5744         supports_process_record.
5745
5746 2012-07-04  Pedro Alves  <palves@redhat.com>
5747
5748         * gdb.ada/packed_tagged/comp_bug.adb: Convert to unix text line
5749         endings.
5750         * gdb.mi/mi-reverse.exp: Convert to unix text line endings.
5751
5752 2012-07-03  Stan Shebs  <stan@codesourcery.com>
5753
5754         * gdb.base/info-os.c (main): Retry resource acquisition until an
5755         available one is found.
5756         * gdb.base/info-os.exp: Collect resource keys from the program
5757         and use them in matching.
5758
5759 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5760
5761         * gdb.threads/gcore-thread.exp: Remove variable libthread_db_seen.
5762         Wrap the test into loop for corefile and core0file.
5763
5764 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5765
5766         * gdb.dwarf2/fission-reread.S: Remove .section attributes.
5767         Change CU pointer size to 4 bytes, adjust .8byte to .4byte.  Remove
5768         .note.GNU-stack.
5769
5770         * gdb.dwarf2/fission-reread.S: Change # comments to /* */ comments.
5771
5772 2012-07-02  Sergio Durigan Junior  <sergiodj@redhat.com>
5773
5774         * gdb.base/help.exp (help b, help br, help bre, help brea, help
5775         break): Include help message for the new `-probe' and `-probe-stap'
5776         options.
5777
5778 2012-07-02  Stan Shebs  <stan@codesourcery.com>
5779
5780         * gdb.base/dprintf.exp: Add agent style tests.
5781
5782 2012-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
5783
5784         * gdb.base/stale-infcall.c (infcall): New label test-next.
5785         (main): New labels test-pass and test-fail.
5786         * gdb.base/stale-infcall.exp: Continue to test-next.  Put breakpoint
5787         $test_fail_bpnum to test-fail.
5788         (test system longjmp tracking support): New test.
5789         Delete $test_fail_bpnum.
5790         * lib/gdb.exp (gdb_continue_to_breakpoint): Accept also Temporary
5791         breakpoint.
5792
5793 2012-06-30  Doug Evans  <dje@google.com>
5794
5795         * gdb.dwarf2/fission-reread.S: New file.
5796         * gdb.dwarf2/fission-reread.exp: New file.
5797
5798 2012-06-28  Stan Shebs  <stan@codesourcery.com>
5799
5800         * gdb.mi/mi-logging.exp: New file.
5801
5802 2012-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
5803             Pedro Alves  <palves@redhat.com>
5804
5805         * gdb.threads/siginfo-threads.exp: New file.
5806         * gdb.threads/siginfo-threads.c: New file.
5807         * gdb.threads/sigstep-threads.exp: New file.
5808         * gdb.threads/sigstep-threads.c: New file.
5809
5810 2012-06-28  Tom Tromey  <tromey@redhat.com>
5811
5812         * gdb.go/package.exp: Partially revert earlier patch; use
5813         gdb_compile again.  Use standard_output_file.
5814
5815 2012-06-27  Doug Evans  <dje@google.com>
5816
5817         * gdb.dwarf2/fission-base.c: New file.
5818         * gdb.dwarf2/fission-base.S: New file.
5819         * gdb.dwarf2/fission-base.exp: New file.
5820
5821 2012-06-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
5822
5823         * gdb.dwarf2/callframecfa.exp: Replace $testname by $testfile.
5824
5825 2012-06-27  Tom Tromey  <tromey@redhat.com>
5826
5827         * gdb.base/macscp1.c (macscp_expr): Add breakpoint comment.
5828         * gdb.base/macscp.exp (maybe_kfail): Add test for macro scope.
5829
5830 2012-06-27  Tom Tromey  <tromey@redhat.com>
5831
5832         * gdb.dwarf2/pr10770.exp: Use standard_testfile.
5833         * gdb.dwarf2/dw2-var-zero-addr.exp: Use standard_testfile.
5834         * gdb.dwarf2/dw2-param-error.exp: Use standard_testfile.
5835         * gdb.dwarf2/dw2-op-call.exp: Use standard_testfile.
5836         * gdb.dwarf2/dw2-inline-param.exp: Use standard_testfile,
5837         prepare_for_testing.
5838         * gdb.dwarf2/dw2-inline-break.exp: Use standard_testfile.
5839         * gdb.dwarf2/dw2-ifort-parameter.exp: Use standard_testfile.
5840         * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Use
5841         standard_testfile.
5842         * gdb.dwarf2/dw2-case-insensitive.exp: Use standard_testfile.
5843         * gdb.dwarf2/dw4-sig-types.exp: Use standard_testfile.
5844         * gdb.dwarf2/dw2-objfile-overlap.exp: Use standard_testfile.
5845         * gdb.dwarf2/callframecfa.exp: Use standard_testfile,
5846         prepare_for_testing.
5847         * gdb.dwarf2/dup-psym.exp: Use standard_testfile.
5848         * gdb.dwarf2/dw2-ada-ffffffff.exp: Use standard_testfile.
5849         * gdb.dwarf2/dw2-anonymous-func.exp: Use standard_testfile.
5850         * gdb.dwarf2/dw2-bad-parameter-type.exp: Use standard_testfile.
5851         * gdb.dwarf2/dw2-basic.exp: Use standard_testfile.
5852         * gdb.dwarf2/dw2-compressed.exp: Use standard_testfile.
5853         * gdb.dwarf2/dw2-const.exp: Use standard_testfile.
5854         * gdb.dwarf2/dw2-cu-size.exp: Use standard_testfile.
5855         * gdb.dwarf2/dw2-double-set-die-type.exp: Use standard_testfile.
5856         * gdb.dwarf2/dw2-empty-namespace.exp: Use standard_testfile.
5857         * gdb.dwarf2/dw2-empty-pc-range.exp: Use standard_testfile.
5858         * gdb.dwarf2/dw2-filename.exp: Use standard_testfile.
5859         * gdb.dwarf2/dw2-icc-opaque.exp: Use standard_testfile.
5860         * gdb.dwarf2/dw2-inheritance.exp: Use standard_testfile.
5861         * gdb.dwarf2/dw2-intercu.exp: Use standard_testfile.
5862         * gdb.dwarf2/dw2-intermix.exp: Use standard_testfile.
5863         * gdb.dwarf2/dw2-linkage-name-trust.exp: Use standard_testfile.
5864         * gdb.dwarf2/dw2-modula2-self-type.exp: Use standard_testfile.
5865         * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use standard_testfile.
5866         * gdb.dwarf2/dw2-op-stack-value.exp: Use standard_testfile.
5867         * gdb.dwarf2/dw2-producer.exp: Use standard_testfile.
5868         * gdb.dwarf2/dw2-ranges.exp: Use standard_testfile,
5869         standard_output_file.
5870         * gdb.dwarf2/dw2-ref-missing-frame.exp: Use standard_testfile,
5871         standard_output_file.
5872         * gdb.dwarf2/dw2-restore.exp: Use standard_testfile.
5873         * gdb.dwarf2/dw2-simple-locdesc.exp: Use standard_testfile.
5874         * gdb.dwarf2/dw2-skip-prologue.exp: Use standard_testfile.
5875         * gdb.dwarf2/dw2-stack-boundary.exp: Use standard_testfile.
5876         * gdb.dwarf2/dw2-strp.exp: Use standard_testfile.
5877         * gdb.dwarf2/dw4-sig-type-unused.exp: Use standard_testfile.
5878         * gdb.dwarf2/implptr-64bit.exp: Use standard_testfile.
5879         * gdb.dwarf2/implptr-optimized-out.exp: Use standard_testfile.
5880         * gdb.dwarf2/implptr.exp: Use standard_testfile.
5881         * gdb.dwarf2/mac-fileno.exp: Use standard_testfile.
5882         * gdb.dwarf2/member-ptr-forwardref.exp: Use standard_testfile.
5883         * gdb.dwarf2/pieces.exp: Use standard_testfile.
5884         * gdb.dwarf2/pr11465.exp: Use standard_testfile.
5885         * gdb.dwarf2/pr13961.exp: Use standard_testfile.
5886         * gdb.dwarf2/valop.exp: Use standard_testfile,
5887         prepare_for_testing.
5888
5889 2012-06-27  Tom Tromey  <tromey@redhat.com>
5890
5891         * gdb.python/python.exp: Fix regexps in pagination tests.
5892
5893 2012-06-26  Siva Chandra Reddy  <sivachandra@google.com>
5894
5895         * gdb.python/py-symtab.exp: Add tests to test the new attribute
5896         'last' of gdb.Symtab_and_line.
5897         * gdb.python/py-symbol.c: Move break point comment to enable
5898         testing of gdb.Symtab_and_line.last.
5899
5900 2012-06-26  Tom Tromey  <tromey@redhat.com>
5901
5902         * gdb.threads/step.c: Remove.
5903         * gdb.threads/step.exp: Remove.
5904         * gdb.threads/step2.exp: Remove.
5905
5906 2012-06-26  Tom Tromey  <tromey@redhat.com>
5907
5908         * gdb.threads/watchpoint-fork.exp (test): Use
5909         standard_output_file.  Don't declare objdir.
5910         * gdb.threads/attach-into-signal.exp: Use standard_testfile,
5911         standard_output_file.
5912         * gdb.threads/attach-stopped.exp: Use standard_testfile.
5913         * gdb.threads/bp_in_thread.exp: Use standard_testfile,
5914         clean_restart.  Remove incdir.
5915         * gdb.threads/corethreads.exp: Use standard_testfile.
5916         * gdb.threads/execl.exp: Use standard_testfile,
5917         standard_output_file, clean_restart.
5918         * gdb.threads/fork-child-threads.exp: Use standard_testfile,
5919         clean_restart.
5920         * gdb.threads/fork-thread-pending.exp: Use standard_testfile,
5921         clean_restart.
5922         * gdb.threads/gcore-thread.exp: Use standard_testfile.  Remove
5923         incdir.
5924         * gdb.threads/hand-call-in-threads.exp: Use standard_testfile,
5925         clean_restart.  Remove incdir.
5926         * gdb.threads/ia64-sigill.exp: Use standard_testfile.
5927         * gdb.threads/interrupted-hand-call.exp: Use standard_testfile,
5928         clean_restart.  Remove incdir.
5929         * gdb.threads/killed.exp: Use standard_testfile, clean_restart.
5930         Remove incdir.
5931         * gdb.threads/leader-exit.exp: Use standard_testfile.
5932         * gdb.threads/linux-dp.exp: Use standard_testfile, clean_restart.
5933         * gdb.threads/local-watch-wrong-thread.exp: Use standard_testfile,
5934         clean_restart.
5935         * gdb.threads/manythreads.exp: Use standard_testfile,
5936         clean_restart.  Remove incdir.
5937         * gdb.threads/multi-create.exp: Use standard_testfile,
5938         clean_restart.
5939         * gdb.threads/no-unwaited-for-left.exp: Use standard_testfile.
5940         * gdb.threads/non-ldr-exc-1.exp: Use standard_testfile.
5941         * gdb.threads/non-ldr-exc-2.exp: Use standard_testfile.
5942         * gdb.threads/non-ldr-exc-3.exp: Use standard_testfile.
5943         * gdb.threads/non-ldr-exc-4.exp: Use standard_testfile.
5944         * gdb.threads/pending-step.exp: Use standard_testfile,
5945         clean_restart.  Remove incdir.
5946         * gdb.threads/print-threads.exp: Use standard_testfile,
5947         clean_restart.  Remove incdir.
5948         * gdb.threads/pthread_cond_wait.exp: Use standard_testfile,
5949         clean_restart.  Remove incdir.
5950         * gdb.threads/pthreads.exp: Use standard_testfile, clean_restart.
5951         Remove incdir.
5952         * gdb.threads/schedlock.exp: Use standard_testfile.  Remove
5953         incdir.
5954         * gdb.threads/sigthread.exp: Use standard_testfile,
5955         clean_restart.
5956         * gdb.threads/staticthreads.exp: Use standard_testfile,
5957         clean_restart.  Remove incdir.
5958         * gdb.threads/switch-threads.exp: Use standard_testfile,
5959         clean_restart.  Remove incdir.
5960         * gdb.threads/thread-execl.exp: Use standard_testfile,
5961         clean_restart.  Remove incdir.
5962         * gdb.threads/thread-find.exp: Use standard_testfile,
5963         clean_restart.
5964         * gdb.threads/thread-specific.exp: Use standard_testfile,
5965         clean_restart.  Remove incdir.
5966         * gdb.threads/thread-unwindonsignal.exp: Use standard_testfile,
5967         clean_restart.  Remove incdir.
5968         * gdb.threads/thread_check.exp: Use standard_testfile,
5969         clean_restart.  Remove incdir.
5970         * gdb.threads/thread_events.exp: Use standard_testfile.  Remove
5971         incdir.
5972         * gdb.threads/threadapply.exp: Use standard_testfile,
5973         clean_restart.  Remove incdir.
5974         * gdb.threads/threxit-hop-specific.exp: Use standard_testfile,
5975         clean_restart.  Remove incdir.
5976         * gdb.threads/tls-nodebug.exp: Use standard_testfile,
5977         clean_restart.
5978         * gdb.threads/tls-shared.exp: Use standard_testfile,
5979         clean_restart, standard_output_file.
5980         * gdb.threads/tls-var.exp: Use standard_testfile,
5981         standard_output_file.
5982         * gdb.threads/tls.exp: Use standard_testfile, clean_restart.
5983         Remove incdir.
5984         * gdb.threads/watchthreads-reorder.exp: Use standard_testfile.
5985         * gdb.threads/watchthreads.exp: Use standard_testfile.  Remove
5986         incdir.
5987         * gdb.threads/watchthreads2.exp: Use standard_testfile,
5988         clean_restart.  Remove incdir.
5989
5990 2012-06-26  Tom Tromey  <tromey@redhat.com>
5991
5992         * gdb.trace/actions.exp: Use standard_testfile.
5993         * gdb.trace/ax.exp: Use standard_testfile.
5994         * gdb.trace/backtrace.exp: Use standard_testfile.
5995         * gdb.trace/change-loc.exp: Use standard_testfile.
5996         * gdb.trace/circ.exp: Use standard_testfile, prepare_for_testing.
5997         * gdb.trace/collection.exp: Use standard_testfile,
5998         prepare_for_testing.
5999         * gdb.trace/deltrace.exp: Use standard_testfile.
6000         * gdb.trace/disconnected-tracing.exp: Use standard_testfile.
6001         * gdb.trace/ftrace.exp: Use standard_testfile.
6002         * gdb.trace/infotrace.exp: Use standard_testfile.
6003         * gdb.trace/packetlen.exp: Use standard_testfile.
6004         * gdb.trace/passc-dyn.exp: Use standard_testfile.
6005         * gdb.trace/passcount.exp: Use standard_testfile.
6006         * gdb.trace/pending.exp: Use standard_testfile.
6007         * gdb.trace/report.exp: Use standard_testfile.
6008         * gdb.trace/save-trace.exp: Use standard_testfile.
6009         * gdb.trace/stap-trace.exp: Use standard_testfile.
6010         * gdb.trace/status-stop.exp: Use standard_testfile.
6011         * gdb.trace/strace.exp: Use standard_testfile.
6012         * gdb.trace/tfile.exp: Use standard_testfile.
6013         * gdb.trace/tfind.exp: Use standard_testfile.
6014         * gdb.trace/trace-break.exp: Use standard_testfile.
6015         * gdb.trace/trace-mt.exp: Use standard_testfile.
6016         * gdb.trace/tracecmd.exp: Use standard_testfile.
6017         * gdb.trace/tspeed.exp: Use standard_testfile.
6018         * gdb.trace/tstatus.exp: Use standard_testfile.
6019         * gdb.trace/tsv.exp: Use standard_testfile.
6020         * gdb.trace/unavailable.exp: Use standard_testfile,
6021         prepare_for_testing.
6022         * gdb.trace/while-dyn.exp: Use standard_testfile.
6023         * gdb.trace/while-stepping.exp: Use standard_testfile.
6024
6025 2012-06-26  Tom Tromey  <tromey@redhat.com>
6026
6027         * gdb.reverse/break-precsave.exp: Use standard_testfile.
6028         * gdb.reverse/break-reverse.exp: Use standard_testfile.
6029         * gdb.reverse/consecutive-precsave.exp: Use standard_testfile.
6030         * gdb.reverse/consecutive-reverse.exp: Use standard_testfile.
6031         * gdb.reverse/finish-precsave.exp: Use standard_testfile.
6032         * gdb.reverse/finish-reverse-bkpt.exp: Use standard_testfile.
6033         * gdb.reverse/finish-reverse.exp: Use standard_testfile.
6034         * gdb.reverse/i386-precsave.exp: Use standard_testfile,
6035         prepare_for_testing.
6036         * gdb.reverse/i386-reverse.exp: Use standard_testfile,
6037         prepare_for_testing.
6038         * gdb.reverse/i386-sse-reverse.exp: Use standard_testfile,
6039         prepare_for_testing.
6040         * gdb.reverse/i387-env-reverse.exp: Use standard_testfile,
6041         prepare_for_testing.
6042         * gdb.reverse/i387-stack-reverse.exp: Use standard_testfile,
6043         prepare_for_testing
6044         * gdb.reverse/machinestate-precsave.exp: Use standard_testfile.
6045         * gdb.reverse/machinestate.exp: Use standard_testfile.
6046         * gdb.reverse/next-reverse-bkpt-over-sr.exp: Use standard_testfile.
6047         * gdb.reverse/sigall-precsave.exp: Use standard_testfile,
6048         build_executable.
6049         * gdb.reverse/sigall-reverse.exp: Use standard_testfile,
6050         build_executable.
6051         * gdb.reverse/solib-precsave.exp: Use standard_testfile,
6052         standard_output_file.
6053         * gdb.reverse/solib-reverse.exp: Use standard_testfile,
6054         standard_output_file.
6055         * gdb.reverse/step-precsave.exp: Use standard_testfile.
6056         * gdb.reverse/step-reverse.exp: Use standard_testfile.
6057         * gdb.reverse/until-precsave.exp: Use standard_testfile.
6058         * gdb.reverse/until-reverse.exp: Use standard_testfile.
6059         * gdb.reverse/watch-precsave.exp: Use standard_testfile.
6060         * gdb.reverse/watch-reverse.exp: Use standard_testfile.
6061
6062 2012-06-26  Tom Tromey  <tromey@redhat.com>
6063
6064         * gdb.stabs/weird.exp: Remove directory-checking code.  Use
6065         standard_output_file.
6066         * gdb.stabs/exclfwd.exp: Use standard_testfile,
6067         prepare_for_testing.  Remove directory-checking code.
6068
6069 2012-06-25  Tom Tromey  <tromey@redhat.com>
6070
6071         * gdb.multi/watchpoint-multi.exp: Use standard_testfile.
6072         * gdb.multi/bkpt-multi-exec.exp: Use standard_output_file.  Use
6073         build_executable, not prepare_for_testing.
6074         * gdb.multi/base.exp: Use standard_output_file.  Use
6075         build_executable,  not prepare_for_testing.
6076
6077 2012-06-25  Tom Tromey  <tromey@redhat.com>
6078
6079         * gdb.fortran/subarray.exp: Use standard_testfile,
6080         prepare_for_testing.
6081         * gdb.fortran/multi-dim.exp: Use standard_testfile.
6082         * gdb.fortran/module.exp: Use standard_testfile.
6083         * gdb.fortran/logical.exp: Use standard_testfile.
6084         * gdb.fortran/library-module.exp: Use standard_testfile,
6085         standard_output_file.
6086         * gdb.fortran/derived-type.exp: Use standard_testfile,
6087         prepare_for_testing.
6088         * gdb.fortran/complex.exp: Use standard_testfile,
6089         prepare_for_testing.
6090         * gdb.fortran/charset.exp: Use standard_testfile.
6091         * gdb.fortran/array-element.exp: Use standard_testfile,
6092         prepare_for_testing.
6093
6094 2012-06-25  Keith Seitz  <keiths@redhat.com>
6095
6096         * gdb.mi/mi-break.exp (test_rbreak_creation_and_listing):
6097         Change rbreak-related tests to KFAIL and add bugzilla numbers.
6098
6099 2012-06-25  Tom Tromey  <tromey@redhat.com>
6100
6101         * gdb.pascal/integers.exp: Use standard_testfile, clean_restart.
6102         * gdb.pascal/hello.exp: Use standard_testfile, clean_restart.
6103         * gdb.pascal/gdb11492.exp: Use standard_testfile, clean_restart.
6104         * gdb.pascal/floats.exp: Use standard_testfile, clean_restart.
6105
6106 2012-06-25  Tom Tromey  <tromey@redhat.com>
6107
6108         * gdb.linespec/ls-errs.exp: Use standard_testfile.
6109         * gdb.linespec/ls-dollar.exp: Use standard_testfile.
6110         * gdb.linespec/linespec.exp: Use standard_testfile.
6111
6112 2012-06-25  Tom Tromey  <tromey@redhat.com>
6113
6114         * gdb.modula2/unbounded-array.exp: Use standard_testfile,
6115         prepare_for_testing.
6116
6117 2012-06-25  Tom Tromey  <tromey@redhat.com>
6118
6119         * gdb.opt/clobbered-registers-O2.exp: Use standard_testfile,
6120         prepare_for_testing.
6121         * gdb.opt/inline-break.exp: Use standard_testfile,
6122         prepare_for_testing.
6123         * gdb.opt/inline-bt.exp: Use standard_testfile,
6124         prepare_for_testing.
6125         * gdb.opt/inline-cmds.exp: Use standard_testfile,
6126         prepare_for_testing.
6127         * gdb.opt/inline-locals.exp: Use standard_testfile,
6128         prepare_for_testing.
6129
6130 2012-06-25  Tom Tromey  <tromey@redhat.com>
6131
6132         * gdb.asm/asm-source.exp: Use standard_output_file,
6133         standard_testfile.  Construct .o files in proper subdir.
6134
6135 2012-06-25  Tom Tromey  <tromey@redhat.com>
6136
6137         * gdb.server/ext-attach.exp: Use standard_testfile,
6138         prepare_for_testing.
6139         * gdb.server/ext-run.exp: Use standard_testfile,
6140         build_executable.
6141         * gdb.server/file-transfer.exp: Use standard_testfile,
6142         prepare_for_testing.
6143         * gdb.server/server-exec-info.exp: Use standard_testfile.
6144         * gdb.server/server-mon.exp: Use standard_testfile,
6145         prepare_for_testing.
6146         * gdb.server/server-run.exp: Use standard_testfile,
6147         build_executable.
6148         * gdb.server/solib-list.exp: Use standard_testfile,
6149         standard_output_file.
6150
6151 2012-06-25  Tom Tromey  <tromey@redhat.com>
6152
6153         * lib/gdb.exp (standard_output_file): Use "file join".
6154         * gdb.go/chan.exp: Use standard_testfile.
6155         * gdb.go/handcall.exp: Use standard_testfile.
6156         * gdb.go/hello.exp: Use standard_testfile.
6157         * gdb.integers/chan.exp: Use standard_testfile.
6158         * gdb.go/methods.exp: Use standard_testfile.
6159         * gdb.go/package.exp: Use standard_testfile.
6160         * gdb.go/strings.exp: Use standard_testfile.
6161         * gdb.go/types.exp: Use standard_testfile.
6162         * gdb.go/unsafe.exp: Use standard_testfile.
6163
6164 2012-06-25  Greta Yorsh  <greta.yorsh@arm.com>
6165
6166         * gdb.arch/arm-disp-step.S: Fix use of .global directives.
6167
6168 2012-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
6169
6170         Fix regression by the previous commit.
6171         * gdb.python/lib-types.exp: Add c++ to the compilation flags.
6172
6173 2012-06-22  Tom Tromey  <tromey@redhat.com>
6174
6175         * gdb.python/lib-types.exp: Use standard_testfile,
6176         prepare_for_testing.
6177         * gdb.python/py-block.exp: Use standard_testfile.
6178         * gdb.python/py-breakpoint.exp: Use standard_testfile.
6179         * gdb.python/py-events.exp: Use standard_testfile,
6180         standard_output_file.
6181         * gdb.python/py-evsignal.exp: Use standard_testfile.
6182         * gdb.python/py-evethreads.exp: Use standard_testfile.
6183         * gdb.python/py-explore-cc.exp: Use standard_testfile.
6184         * gdb.python/py-explore.exp: Use standard_testfile.
6185         * gdb.python/py-finish-breakpoint.exp: Use standard_testfile,
6186         standard_output_file.
6187         * gdb.python/py-finish-breakpoint2.exp: Use standard_testfile,
6188         prepare_for_testing.
6189         * gdb.python/py-frame-inline.exp: Use standard_testfile.
6190         * gdb.python/py-frame.exp: Use standard_testfile.
6191         * gdb.python/py-inferior.exp: Use standard_testfile.
6192         * gdb.python/py-infthread.exp: Use standard_testfile.
6193         * gdb.python/py-mi.exp: Use standard_testfile.
6194         * gdb.python/py-objfile-script.exp: Use standard_testfile,
6195         build_executable.
6196         * gdb.python/py-objfile.exp: Use standard_testfile.
6197         * gdb.python/py-pp-maint.exp: Use standard_testfile,
6198         prepare_for_testing.
6199         * gdb.python/py-prettyprint.exp: Use standard_testfile.
6200         * gdb.python/py-progspace.exp: Use standard_testfile,
6201         build_executable.
6202         * gdb.python/py-prompt.exp: Use standard_testfile,
6203         build_executable.
6204         * gdb.python/py-section-script.exp: Use standard_testfile,
6205         build_executable.
6206         * gdb.python/py-shared.exp: Use standard_testfile,
6207         standard_output_file, clean_restart.
6208         * gdb.python/py-symbol.exp: Use standard_output_file,
6209         prepare_for_testing.
6210         * gdb.python/py-symtab.exp: Use standard_output_file,
6211         prepare_for_testing
6212         * gdb.python/py-template.exp: Use standard_testfile.
6213         * gdb.python/py-type.exp: Use standard_testfile.
6214         * gdb.python/py-value-cc.exp: Use standard_testfile.
6215         * gdb.python/py-value.exp: Use standard_testfile.
6216         * gdb.python/python.exp: Use standard_testfile, build_executable.
6217
6218 2012-06-22  Tom Tromey  <tromey@redhat.com>
6219
6220         * gdb.objc/basicclass.exp: Use standard_testfile.
6221         (do_objc_tests): Don't declare objdir.
6222         * gdb.objc/nondebug.exp: Use standard_testfile.
6223         (do_objc_tests): Don't declare objdir.
6224         * gdb.objc/objcdecode.exp: Use standard_testfile.
6225         (do_objc_tests): Don't declare objdir.
6226
6227 2012-06-22  Tom Tromey  <tromey@redhat.com>
6228
6229         * gdb.java/jmain.exp: Use standard_testfile.
6230         * gdb.java/jmisc.exp: Use standard_testfile.
6231         * gdb.java/jnpe.exp: Use standard_testfile.
6232         * gdb.java/jprint.exp: Use standard_testfile.
6233
6234 2012-06-22  Tom Tromey  <tromey@redhat.com>
6235
6236         * lib/gdb.exp (default_gdb_init): Set gdb_test_file_name.
6237         (standard_output_file, standard_testfile): New procs.
6238         (build_executable, clean_restart): Use standard_output_file.
6239
6240 2012-06-22  Yao Qi  <yao@codesourcery.com>
6241
6242         * boards/native-gdbserver.exp: New proc ${board}_exec.
6243         * boards/native-stdio-gdbserver.exp: Likewise.
6244
6245 2012-06-21  Tom Tromey  <tromey@redhat.com>
6246
6247         * lib/gdb.exp (skip_altivec_tests, skip_vsx_tests)
6248         (build_executable): Update.
6249         (get_compiler_info): Remove 'binfile' argument.
6250         * gdb.ada/arrayidx.exp: Update.
6251         * gdb.ada/null_array.exp: Update.
6252         * gdb.arch/altivec-abi.exp: Update.
6253         * gdb.arch/altivec-regs.exp: Update.
6254         * gdb.arch/amd64-byte.exp: Update.
6255         * gdb.arch/amd64-dword.exp: Update.
6256         * gdb.arch/amd64-word.exp: Update.
6257         * gdb.arch/i386-avx.exp: Update.
6258         * gdb.arch/i386-byte.exp: Update.
6259         * gdb.arch/i386-sse.exp: Update.
6260         * gdb.arch/i386-word.exp: Update.
6261         * gdb.arch/ppc-dfp.exp: Update.
6262         * gdb.arch/ppc-fp.exp: Update.
6263         * gdb.arch/vsx-regs.exp: Update.
6264         * gdb.base/all-bin.exp: Update.
6265         * gdb.base/annota1.exp: Update.
6266         * gdb.base/async.exp: Update.
6267         * gdb.base/attach.exp: Update.
6268         * gdb.base/break-interp.exp: Update.
6269         * gdb.base/call-ar-st.exp: Update.
6270         * gdb.base/call-rt-st.exp: Update.
6271         * gdb.base/call-sc.exp: Update.
6272         * gdb.base/callfuncs.exp: Update.
6273         * gdb.base/catch-load.exp: Update.
6274         * gdb.base/completion.exp: Update.
6275         * gdb.base/complex.exp: Update.
6276         * gdb.base/condbreak.exp: Update.
6277         * gdb.base/consecutive.exp: Update.
6278         * gdb.base/constvars.exp: Update.
6279         * gdb.base/corefile.exp: Update.
6280         * gdb.base/eval-skip.exp: Update.
6281         * gdb.base/expand-psymtabs.exp: Update.
6282         * gdb.base/exprs.exp: Update.
6283         * gdb.base/fileio.exp: Update.
6284         * gdb.base/fixsection.exp: Update.
6285         * gdb.base/funcargs.exp: Update.
6286         * gdb.base/gdb11530.exp: Update.
6287         * gdb.base/gdb1555.exp: Update.
6288         * gdb.base/gnu-ifunc.exp: Update.
6289         * gdb.base/gnu_vector.exp: Update.
6290         * gdb.base/info-macros.exp: Update.
6291         * gdb.base/jit-simple.exp: Update.
6292         * gdb.base/jit-so.exp: Update.
6293         * gdb.base/jit.exp: Update.
6294         * gdb.base/langs.exp: Update.
6295         * gdb.base/list.exp: Update.
6296         * gdb.base/logical.exp: Update.
6297         * gdb.base/long_long.exp: Update.
6298         * gdb.base/longjmp.exp: Update.
6299         * gdb.base/macscp.exp: Update.
6300         * gdb.base/mips_pro.exp: Update.
6301         * gdb.base/miscexprs.exp: Update.
6302         * gdb.base/morestack.exp: Update.
6303         * gdb.base/nodebug.exp: Update.
6304         * gdb.base/opaque.exp: Update.
6305         * gdb.base/pc-fp.exp: Update.
6306         * gdb.base/pending.exp: Update.
6307         * gdb.base/permissions.exp: Update.
6308         * gdb.base/pointers.exp: Update.
6309         * gdb.base/prelink.exp: Update.
6310         * gdb.base/printcmds.exp: Update.
6311         * gdb.base/psymtab.exp: Update.
6312         * gdb.base/ptype.exp: Update.
6313         * gdb.base/relational.exp: Update.
6314         * gdb.base/scope.exp: Update.
6315         * gdb.base/setvar.exp: Update.
6316         * gdb.base/shlib-call.exp: Update.
6317         * gdb.base/shreloc.exp: Update.
6318         * gdb.base/signals.exp: Update.
6319         * gdb.base/sizeof.exp: Update.
6320         * gdb.base/so-impl-ld.exp: Update.
6321         * gdb.base/so-indr-cl.exp: Update.
6322         * gdb.base/solib-disc.exp: Update.
6323         * gdb.base/solib-display.exp: Update.
6324         * gdb.base/solib-nodir.exp: Update.
6325         * gdb.base/solib-overlap.exp: Update.
6326         * gdb.base/solib-symbol.exp: Update.
6327         * gdb.base/solib-weak.exp: Update.
6328         * gdb.base/solib.exp: Update.
6329         * gdb.base/store.exp: Update.
6330         * gdb.base/structs.exp: Update.
6331         * gdb.base/structs2.exp: Update.
6332         * gdb.base/type-opaque.exp: Update.
6333         * gdb.base/unload.exp: Update.
6334         * gdb.base/varargs.exp: Update.
6335         * gdb.base/volatile.exp: Update.
6336         * gdb.base/watch_thread_num.exp: Update.
6337         * gdb.base/watchpoint-solib.exp: Update.
6338         * gdb.base/watchpoint.exp: Update.
6339         * gdb.base/watchpoints.exp: Update.
6340         * gdb.base/whatis.exp: Update.
6341         * gdb.cell/arch.exp: Update.
6342         * gdb.cell/break.exp: Update.
6343         * gdb.cell/bt.exp: Update.
6344         * gdb.cell/core.exp: Update.
6345         * gdb.cell/data.exp: Update.
6346         * gdb.cell/ea-cache.exp: Update.
6347         * gdb.cell/f-regs.exp: Update.
6348         * gdb.cell/fork.exp: Update.
6349         * gdb.cell/gcore.exp: Update.
6350         * gdb.cell/mem-access.exp: Update.
6351         * gdb.cell/ptype.exp: Update.
6352         * gdb.cell/registers.exp: Update.
6353         * gdb.cell/sizeof.exp: Update.
6354         * gdb.cell/solib-symbol.exp: Update.
6355         * gdb.cell/solib.exp: Update.
6356         * gdb.cp/ambiguous.exp: Update.
6357         * gdb.cp/breakpoint.exp: Update.
6358         * gdb.cp/bs15503.exp: Update.
6359         * gdb.cp/casts.exp: Update.
6360         * gdb.cp/class2.exp: Update.
6361         * gdb.cp/cpexprs.exp: Update.
6362         * gdb.cp/cplusfuncs.exp: Update.
6363         * gdb.cp/ctti.exp: Update.
6364         * gdb.cp/dispcxx.exp: Update.
6365         * gdb.cp/gdb1355.exp: Update.
6366         * gdb.cp/gdb2384.exp: Update.
6367         * gdb.cp/gdb2495.exp: Update.
6368         * gdb.cp/infcall-dlopen.exp: Update.
6369         * gdb.cp/local.exp: Update.
6370         * gdb.cp/m-data.exp: Update.
6371         * gdb.cp/m-static.exp: Update.
6372         * gdb.cp/mb-ctor.exp: Update.
6373         * gdb.cp/mb-inline.exp: Update.
6374         * gdb.cp/mb-templates.exp: Update.
6375         * gdb.cp/member-ptr.exp: Update.
6376         * gdb.cp/method.exp: Update.
6377         * gdb.cp/namespace.exp: Update.
6378         * gdb.cp/nextoverthrow.exp: Update.
6379         * gdb.cp/nsdecl.exp: Update.
6380         * gdb.cp/nsrecurs.exp: Update.
6381         * gdb.cp/nsstress.exp: Update.
6382         * gdb.cp/nsusing.exp: Update.
6383         * gdb.cp/pr-1023.exp: Update.
6384         * gdb.cp/pr-1210.exp: Update.
6385         * gdb.cp/pr-574.exp: Update.
6386         * gdb.cp/pr9631.exp: Update.
6387         * gdb.cp/printmethod.exp: Update.
6388         * gdb.cp/psmang.exp: Update.
6389         * gdb.cp/re-set-overloaded.exp: Update.
6390         * gdb.cp/rtti.exp: Update.
6391         * gdb.cp/shadow.exp: Update.
6392         * gdb.cp/templates.exp: Update.
6393         * gdb.cp/try_catch.exp: Update.
6394         * gdb.dwarf2/dw2-ranges.exp: Update.
6395         * gdb.dwarf2/pr10770.exp: Update.
6396         * gdb.fortran/library-module.exp: Update.
6397         * gdb.hp/gdb.aCC/optimize.exp: Update.
6398         * gdb.hp/gdb.aCC/watch-cmd.exp: Update.
6399         * gdb.hp/gdb.base-hp/callfwmall.exp: Update.
6400         * gdb.hp/gdb.base-hp/hwwatchbus.exp: Update.
6401         * gdb.hp/gdb.base-hp/pxdb.exp: Update.
6402         * gdb.hp/gdb.base-hp/sized-enum.exp: Update.
6403         * gdb.hp/gdb.base-hp/so-thresh.exp: Update.
6404         * gdb.hp/gdb.compat/xdb1.exp: Update.
6405         * gdb.hp/gdb.compat/xdb2.exp: Update.
6406         * gdb.hp/gdb.compat/xdb3.exp: Update.
6407         * gdb.hp/gdb.defects/bs14602.exp: Update.
6408         * gdb.hp/gdb.defects/solib-d.exp: Update.
6409         * gdb.hp/gdb.objdbg/objdbg01.exp: Update.
6410         * gdb.hp/gdb.objdbg/objdbg02.exp: Update.
6411         * gdb.hp/gdb.objdbg/objdbg03.exp: Update.
6412         * gdb.hp/gdb.objdbg/objdbg04.exp: Update.
6413         * gdb.mi/gdb792.exp: Update.
6414         * gdb.mi/mi-pending.exp: Update.
6415         * gdb.mi/mi-solib.exp: Update.
6416         * gdb.mi/mi-var-cp.exp: Update.
6417         * gdb.opt/clobbered-registers-O2.exp: Update.
6418         * gdb.opt/inline-bt.exp: Update.
6419         * gdb.opt/inline-cmds.exp: Update.
6420         * gdb.opt/inline-locals.exp: Update.
6421         * gdb.python/py-events.exp: Update.
6422         * gdb.python/py-finish-breakpoint.exp: Update.
6423         * gdb.python/py-type.exp: Update.
6424         * gdb.reverse/solib-precsave.exp: Update.
6425         * gdb.reverse/solib-reverse.exp: Update.
6426         * gdb.server/solib-list.exp: Update.
6427         * gdb.stabs/weird.exp: Update.
6428         * gdb.threads/attach-into-signal.exp: Update.
6429         * gdb.threads/attach-stopped.exp: Update.
6430         * gdb.threads/tls-shared.exp: Update.
6431         * gdb.trace/change-loc.exp: Update.
6432         * gdb.trace/strace.exp: Update.
6433
6434 2012-06-19  Tom Tromey  <tromey@redhat.com>
6435
6436         * gdb.base/whatis.exp: Add tests.
6437
6438 2012-06-19  Tom Tromey  <tromey@redhat.com>
6439
6440         * gdb.cp/m-static.cc (keepalive): New function.
6441         (gnu_obj_1::method): Use it.
6442
6443 2012-06-18  Doug Evans  <dje@google.com>
6444
6445         * gdb.base/info-fun.exp: New file.
6446         * gdb.base/info-fun.c: New file.
6447         * gdb.base/info-fun-solib.c: New file.
6448
6449 2012-06-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
6450
6451         Remove stale dummy frames.
6452         * gdb.base/call-signal-resume.exp (maintenance print dummy-frames)
6453         (maintenance info breakpoints): New tests.
6454         * gdb.base/stale-infcall.c: New file.
6455         * gdb.base/stale-infcall.exp: New file.
6456
6457 2012-06-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
6458
6459         * gdb.arch/amd64-entry-value-param.S: New file.
6460         * gdb.arch/amd64-entry-value-param.c: New file.
6461         * gdb.arch/amd64-entry-value-param.exp: New file.
6462
6463 2012-06-15  Tom Tromey  <tromey@redhat.com>
6464
6465         * gdb.cp/namespace.exp: Add "show lang" test.
6466
6467 2012-06-15  Iain Sandoe <iain@codesourcery.com>
6468
6469         * gdb.base/list.exp (test_listsize): Remove $use_gdb_stub special
6470         case. (top level): Use gdb_file_cmd instead of gdb_load.
6471
6472 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
6473
6474         PR tdep/14222
6475         * gdb.arch/i386-sse-stack-align.S: New file.
6476         * gdb.arch/i386-sse-stack-align.c: New file.
6477         * gdb.arch/i386-sse-stack-align.exp: New file.
6478
6479 2012-06-13  Keith Seitz  <keiths@redhat.com>
6480
6481         PR breakpoints/13798 and mi/11541
6482         * gdb.linespec/ls-errs.exp: Add a few more tests for
6483         filenames with spaces and colons.
6484
6485 2012-06-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
6486
6487         PR c++/14177 - Fix parsing TYPENAME:: in parentheses.
6488         * gdb.cp/cpexprs.cc (class CV, CV::i, ATTRIBUTE_USED, CV_f): New.
6489         (test_function): Call CV_f.
6490         * gdb.cp/cpexprs.exp (p 'CV::m(int)', p CV::m(int))
6491         (p 'CV::m(int) const', p CV::m(int) const, p 'CV::m(int) volatile')
6492         (p CV::m(int) volatile, p 'CV::m(int) const volatile')
6493         (p CV::m(int) const volatile, p CV_f(int), p CV_f(CV::t))
6494         (p CV_f(CV::i)): New tests.
6495
6496 2012-06-13  Tom Tromey  <tromey@redhat.com>
6497
6498         * gdb.base/condbreak.exp: Add tests for "condition" completion.
6499
6500 2012-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6501
6502         Fix regression by the "ambiguous linespec" series.
6503         * gdb.base/break.exp (list marker1, break lineno, delete $bpnum): New
6504         tests.
6505
6506 2012-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
6507
6508         * lib/future.exp: Set $use_gdb_compile even if only find_go_linker is
6509         missing.
6510
6511 2012-06-11  Tom Tromey  <tromey@redhat.com>
6512
6513         * gdb.base/longjmp.c (hidden_longjmp): Move expected catch
6514         location...
6515         (main): ...here.
6516
6517 2012-06-07  Yao Qi  <yao@codesourcery.com>
6518
6519         * gdb.trace/strace.exp: Shorten some too-long lines.
6520
6521 2012-06-06  Pedro Alves  <palves@redhat.com>
6522
6523         * gdb.threads/clone-new-thread-event.c: New file.
6524         * gdb.threads/clone-new-thread-event.exp: New file.
6525
6526 2012-06-06  Yao Qi  <yao@codesourcery.com>
6527
6528         * gdb.base/dprintf.c (main): Add extra parameter when calling
6529         printf and fprintf.
6530         (bar): New function.  It is a dead function, but to ensure
6531         'malloc' is linked explicitly.
6532
6533 2012-06-06  Yao Qi  <yao@codesourcery.com>
6534
6535         * gdb.base/info-proc.exp: Return if target doesn't support
6536         'info proc'.
6537
6538 2012-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
6539
6540         * gdb.base/freebpcmd.exp (set lines): Check valid range of I.
6541         (run program with breakpoint commands): XFAIl if it is not.
6542
6543 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
6544
6545         * gdb.base/ctxobj-f.c (GET_VERSION): Introduce local variable
6546         and add comment.
6547         * gdb.base/ctxobj-m.c (main): Rewrite, and add comment.
6548         * gdb.base/ctxobj.exp: Insert breakpoint in ctxobj-f.c using
6549         "STOP" marker.  Adjust testing strategy to make it work on
6550         all targets.
6551
6552         * gdb.base/print-file-var-main.c (main): Rewrite using local
6553         variables and adjust get_version_2's return value check.
6554         Add small comment.
6555         * gdb.base/print-file-var.exp: Insert breakpoint using "STOP"
6556         marker.  Adjust testing strategy to make it work on all targets.
6557
6558 2012-06-05  Joel Brobecker  <brobecker@adacore.com>
6559
6560         * gdb.ada/bad-task-bp-keyword: New testcase.
6561
6562 2012-06-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
6563
6564         * gdb.base/code_elim.exp (add-symbol-file ${testfile1} 0x100000):
6565         Simplify it to ...
6566         (symbol-file ${testfile1}): ... here.
6567         (test eliminated var my_global_symbol)
6568         (test eliminated var my_static_symbol)
6569         (test eliminated var my_global_func, get address of main): Wrap them to
6570         'single psymtabs' and 'single symtabs'
6571         (get address of my_global_symbol, get address of my_static_symbol)
6572         (get address of my_global_func, get address of main): Wrap them to
6573         'order1' and 'order2'.
6574
6575         * gdb.base/code_elim.exp
6576         (add-symbol-file ${testfile1} 0x100000)
6577         (add-symbol-file ${testfile2} 0x200000): Wrap them to 'order1' and
6578         'order2'.
6579         (order1: add-symbol-file ${testfile1} 0x100000)
6580         (order1: add-symbol-file ${testfile2} 0x200000)
6581         (order2: add-symbol-file ${testfile2} 0x200000)
6582         (order2: add-symbol-file ${testfile1} 0x100000): Add -s .data and -s
6583         .bss as appropriate.
6584
6585 2012-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
6586
6587         * gdb.server/solib-list-lib.c: New file.
6588         * gdb.server/solib-list-main.c: New file.
6589         * gdb.server/solib-list.exp: New file.
6590
6591 2012-05-25  Maciej W. Rozycki  <macro@codesourcery.com>
6592
6593         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Update
6594         for 'set print symbol' change.
6595
6596 2012-05-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
6597
6598         * gdb.dwarf2/dw2-icc-opaque.S: Add debug_info_seg3 and
6599         .debug_abbrev_seg3.
6600
6601 2012-05-24  John Steele Scott  <toojays@toojays.net>
6602
6603         PR symtab/13277: Resolving opaque structures in ICC generated binaries.
6604         * gdb.dwarf2/dw2-icc-opaque.S: New file.
6605         * gdb.dwarf2/dw2-icc-opaque.exp: New file.
6606
6607 2012-05-23  Stan Shebs  <stan@codesourcery.com>
6608
6609         * gdb.mi/mi-info-os.exp: New file.
6610
6611 2012-05-23  Keith Seitz  <keiths@redhat.com>
6612
6613         * gdb.trace/stap-trace.exp: If compile_stap_bin fails,
6614         return -1 to suppress the rest of the tests.
6615         (compile_stap_bin): Return boolean success value.
6616
6617 2012-05-21  Tom Tromey  <tromey@redhat.com>
6618
6619         * gdb.cp/inherit.exp (test_print_mi_members): Expect errors.
6620         Remove kfails.
6621         (test_print_mi_member_types): Likewise.
6622
6623 2012-05-21  Tom Tromey  <tromey@redhat.com>
6624
6625         * gdb.base/callfuncs.exp (do_function_calls): Update for 'set
6626         print symbol' change.
6627
6628 2012-05-18  Thiago Jung Bauermann  <thiago.bauermann@linaro.org>
6629
6630         * gdb.python/py-prompt.exp: Quit if the target is remote.
6631
6632 2012-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
6633
6634         Fix ERROR: internal buffer is full.
6635         * gdb.base/info-os.exp (expect_multiline): New function.
6636         (get process list, get process groups, get threads)
6637         (get file descriptors, get internet-domain sockets)
6638         (get shared-memory regions, get semaphores, get message queues): Use
6639         it for these tests.
6640
6641 2012-05-18  Tom Tromey  <tromey@redhat.com>
6642
6643         * gdb.mi/mi-var-cmd.exp: Update.
6644         * gdb.objc/basicclass.exp (do_objc_tests): Update.
6645         * gdb.cp/virtbase.exp: Update.
6646         * gdb.cp/classes.exp (test_static_members): Update.
6647         * gdb.cp/casts.exp: Update.
6648         * gdb.base/pointers.exp: Update.
6649         * gdb.base/funcargs.exp (pointer_args): Update.
6650         (structs_by_reference): Update.
6651         * gdb.base/find.exp: Update.
6652         * gdb.base/call-strs.exp: Send "set print symbol off".
6653         * gdb.base/call-ar-st.exp: Update.
6654         * gdb.ada/fun_addr.exp: Update.
6655         * gdb.base/printcmds.exp (test_print_symbol): New proc.
6656         Call it.
6657         (test_print_repeats_10, test_print_strings)
6658         (test_print_char_arrays): Update.
6659
6660 2012-05-18  Tom Tromey  <tromey@redhat.com>
6661
6662         * gdb.base/charset.exp (string_display): Update.
6663
6664 2012-05-18  Tom Tromey  <tromey@redhat.com>
6665
6666         * gdb.mi/mi2-var-display.exp: Update.
6667         * gdb.mi/mi-var-display.exp: Update.
6668         * gdb.mi/mi-var-child.exp: Update.
6669         * gdb.cp/expand-psymtabs-cxx.exp: Update.
6670         * gdb.cp/cp-relocate.exp (get_func_address): Update.
6671
6672 2012-05-17  Doug Evans  <dje@google.com>
6673
6674         * info-macros.exp: Pass "debug" to prepare_for_testing.
6675
6676         * Makefile.in (clean): Remove Fission .dwo and .dwp files.
6677         * gdb.ada/Makefile.in (clean): Ditto.
6678         * gdb.arch/Makefile.in (clean): Ditto.
6679         * gdb.asm/Makefile.in (clean): Ditto.
6680         * gdb.base/Makefile.in (clean): Ditto.
6681         * gdb.cell/Makefile.in (clean): Ditto.
6682         * gdb.cp/Makefile.in (clean): Ditto.
6683         * gdb.disasm/Makefile.in (clean): Ditto.
6684         * gdb.dwarf2/Makefile.in (clean): Ditto.
6685         * gdb.fortran/Makefile.in (clean): Ditto.
6686         * gdb.go/Makefile.in (clean): Ditto.
6687         * gdb.hp/Makefile.in (clean): Ditto.
6688         * gdb.hp/gdb.aCC/Makefile.in (clean): Ditto.
6689         * gdb.hp/gdb.base-hp/Makefile.in (clean): Ditto.
6690         * gdb.hp/gdb.compat/Makefile.in (clean): Ditto.
6691         * gdb.hp/gdb.defects/Makefile.in (clean): Ditto.
6692         * gdb.hp/gdb.objdbg/Makefile.in (clean): Ditto.
6693         * gdb.java/Makefile.in (clean): Ditto.
6694         * gdb.linespec/Makefile.in (clean): Ditto.
6695         * gdb.mi/Makefile.in (clean): Ditto.
6696         * gdb.modula2/Makefile.in (clean): Ditto.
6697         * gdb.multi/Makefile.in (clean): Ditto.
6698         * gdb.objc/Makefile.in (clean): Ditto.
6699         * gdb.opencl/Makefile.in (clean): Ditto.
6700         * gdb.opt/Makefile.in (clean): Ditto.
6701         * gdb.pascal/Makefile.in (clean): Ditto.
6702         * gdb.python/Makefile.in (clean): Ditto.
6703         * gdb.reverse/Makefile.in (clean): Ditto.
6704         * gdb.server/Makefile.in (clean): Ditto.
6705         * gdb.stabs/Makefile.in (clean): Ditto.
6706         * gdb.threads/Makefile.in (clean): Ditto.
6707         * gdb.trace/Makefile.in (clean): Ditto.
6708         * gdb.xml/Makefile.in (clean): Ditto.
6709
6710 2012-05-16  Tom Tromey  <tromey@redhat.com>
6711
6712         * gdb.base/macscp1.c (macscp_expr): Add comment.
6713         * gdb.base/macscp.exp: Test __FILE__ and __LINE__.
6714
6715 2012-05-16  Maciej W. Rozycki  <macro@codesourcery.com>
6716
6717         * gdb.base/return-nodebug.exp: Also test float and double types.
6718
6719 2012-05-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
6720
6721         PR testsuite/12649
6722         * gdb.base/dprintf.exp: Replace gdb_run_cmd by runto main.
6723
6724         * gdb.base/dprintf.exp: Remove now redundant breakpoint for main.
6725
6726 2012-05-14  Sergio Durigan Junior  <sergiodj@redhat.com>
6727
6728         * gdb.base/stap-probe.exp (stap_test): Remove calls to
6729         `rerun_to_main'.
6730         (stap_test_no_debuginfo): Likewise.
6731
6732 2012-05-14  Stan Shebs  <stan@codesourcery.com>
6733
6734         * gdb.base/dprintf.c: New file.
6735         * gdb.base/dprintf.exp: New file.
6736
6737 2012-05-14  Hui Zhu  <hui_zhu@mentor.com>
6738
6739         * gdb.trace/Makefile.in (PROGS): Add disconnected-tracing.
6740         * gdb.trace/disconnected-tracing.c: New file.
6741         * gdb.trace/disconnected-tracing.exp: New file.
6742
6743 2012-05-13  Siva Chandra Reddy  <sivachandra@google.com>
6744
6745         * gdb.python/python.c: Add a new breakpoint comment.
6746         * gdb.python/python.exp: Add tests to test gdb.find_pc_line.
6747
6748 2011-12-26  Kwok Cheung Yeung  <kcy@codesourcery.com>
6749
6750         * gdb.base/info-os.exp: New file.
6751         * gdb.base/info-os.c: New file.
6752
6753 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
6754
6755         * gdb.base/print-file-var-lib1.c, gdb.base/print-file-var-lib2.c,
6756         gdb.base/print-file-var-main.c, gdb.base/print-file-var.exp:
6757         New files.
6758
6759 2012-05-10  Joel Brobecker  <brobecker@adacore.com>
6760
6761         * gdb.base/ctxobj-f.c, gdb.base/ctxobj-m.c, gdb.base/ctxobj-v.c,
6762         gdb.base/ctxobj.exp: New files.
6763
6764 2012-05-09  Tom Tromey  <tromey@redhat.com>
6765
6766         * gdb.trace/strace.exp: Add 'quiet' to compiler flags.
6767
6768 2012-05-09  Maciej W. Rozycki  <macro@codesourcery.com>
6769
6770         * lib/gdb.exp (gdb_test_multiple): Correct formatting.
6771
6772 2012-05-08  Maciej W. Rozycki  <macro@codesourcery.com>
6773
6774         * gdb.mi/mi-var-display.exp: Check for the existence of $fp
6775         before using it.
6776
6777 2012-05-04  Tristan Gingold  <gingold@adacore.com>
6778
6779         * gdb.base/set-noassign.exp: New test.
6780
6781 2012-05-03  Siva Chandra Reddy  <sivachandra@google.com>
6782
6783         * gdb.python/py-symbol.exp: Add tests to test the new methods
6784         gdb.Symtab.global_block() and gdb.Symtab.static_block().
6785         * gdb.python/py-symbol.c: Add new struct to help test
6786         gdb.Symtab.static_block().
6787
6788 2012-05-03  Doug Evans  <dje@google.com>
6789
6790         * gdb.dwarf2/pr13961.S: Add file and source location, but leave
6791         commented out.
6792
6793 2012-05-03  Yao Qi  <yao@codesourcery.com>
6794
6795         * gdb.base/catch-syscall.exp: Skip it before compilation if target
6796         doesn't support.
6797         * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp: Likewise.
6798         * gdb.base/foll-vfork.exp, gdb.multi/bkpt-multi-exec.exp: Likewise.
6799
6800 2012-05-03  Yao Qi  <yao@codesourcery.com>
6801
6802         * gdb.mi/mi-solib.exp: Setup kfail for gdb/13860.
6803
6804 2012-04-30  Doug Evans  <dje@google.com>
6805
6806         PR testsuite/13961
6807         * gdb.dwarf2/pr13961.S: New file.
6808         * gdb.dwarf2/pr13961.exp: New file.
6809
6810 2012-04-29  Yao Qi  <yao@codesourcery.com>
6811
6812         * gdb.dwarf2/dw2-ifort-parameter.exp: Use proc `dwarf2_support'.
6813
6814 2012-04-28  Doug Evans  <dje@google.com>
6815
6816         * gdb.dwarf2/dw2-intercu.S (.Ltype_int2_in_cu2): Renamed from
6817         .Ltype_int_in_cu2.  Use name "int2" instead of "int".
6818         All uses updated.
6819         * gdb.dwarf2/dw2-intercu.exp: Add "ptype int2" ahead of
6820         "ptype func_cu1" to expand cu2 before cu1.
6821
6822 2012-04-27  Sergio Durigan Junior  <sergiodj@redhat.com>
6823             Tom Tromey  <tromey@redhat.com>
6824
6825         * gdb.base/default.exp: Add `$_probe_arg*' convenience
6826         variables.
6827         * gdb.base/stap-probe.c: New file.
6828         * gdb.base/stap-probe.exp: New file.
6829         * gdb.trace/stap-trace.c: New file.
6830         * gdb.trace/stap-trace.exp: New file.
6831         * gdb.cp/nextoverthrow.exp: Add check for SystemTap probe in
6832         libgcc's unwinder.
6833
6834 2012-04-26  Maciej W. Rozycki  <macro@codesourcery.com>
6835
6836         * gdb.arch/mips16-thunks-inmain.c: New file.
6837         * gdb.arch/mips16-thunks-main.c: New file.
6838         * gdb.arch/mips16-thunks-sin.c: New file.
6839         * gdb.arch/mips16-thunks-sinfrob.c: New file.
6840         * gdb.arch/mips16-thunks-sinfrob16.c: New file.
6841         * gdb.arch/mips16-thunks-sinmain.c: New file.
6842         * gdb.arch/mips16-thunks-sinmips16.c: New file.
6843         * gdb.arch/mips16-thunks.exp: New file.
6844
6845 2012-04-25  Doug Evans  <dje@google.com>
6846
6847         * configure.ac: Create gdb.go/Makefile.
6848         * configure: Regenerate.
6849         * gdb.base/default.exp: Add "go" to "set language" testing.
6850         * gdb.go/Makefile.in: New file.
6851         * gdb.go/basic-types.exp: New file.
6852         * gdb.go/chan.exp: New file.
6853         * gdb.go/chan.go: New file.
6854         * gdb.go/handcall.exp: New file.
6855         * gdb.go/handcall.go: New file.
6856         * gdb.go/hello.exp: New file.
6857         * gdb.go/hello.go: New file.
6858         * gdb.go/integers.exp: New file.
6859         * gdb.go/integers.go: New file.
6860         * gdb.go/methods.exp: New file.
6861         * gdb.go/methods.go: New file.
6862         * gdb.go/package.exp: New file.
6863         * gdb.go/package1.go: New file.
6864         * gdb.go/package2.go: New file.
6865         * gdb.go/print.exp: New file.
6866         * gdb.go/strings.exp: New file.
6867         * gdb.go/strings.go: New file.
6868         * gdb.go/types.exp: New file.
6869         * gdb.go/types.go: New file.
6870         * gdb.go/unsafe.exp: New file.
6871         * gdb.go/unsafe.go: New file.
6872         * lib/future.exp: Add Go support.
6873         (gdb_find_go, gdb_find_go_linker): New procs.
6874         (gdb_default_target_compile): Add Go support.
6875         * lib/gdb.exp (skip_go_tests): New proc.
6876         * lib/go.exp: New file.
6877
6878 2012-04-25  Tom Tromey  <tromey@redhat.com>
6879
6880         * gdb.threads/linux-dp.exp: Unset 'seen' before 'array set'.
6881
6882 2012-04-18  Siddhesh Poyarekar  <siddhesh@redhat.com>
6883             Jan Kratochvil  <jan.kratochvil@redhat.com>
6884
6885         PR symtab/7259:
6886         * gdb.base/enumval.c: New test case.
6887         * gdb.base/enumval.exp: New test case.
6888         * gdb.python/py-type.exp (test_enums): Use field.enumval instead of
6889         field.bitpos.
6890
6891 2012-04-17  Pedro Alves  <palves@redhat.com>
6892
6893         * Makefile.in (site.exp): Make site.exp source
6894         $srcdir/lib/append_gdb_boards_dir.exp.
6895         * lib/append_gdb_boards_dir.exp: New file.
6896
6897 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
6898
6899         New option "set auto-load safe-path".
6900         * gdb.python/py-objfile-script.exp (set auto-load safe-path): New.
6901         * gdb.python/py-section-script.exp (set auto-load safe-path): New.
6902
6903 2012-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
6904
6905         auto-load: Implementation.
6906         * gdb.base/help.exp (test set height): Increase the height.
6907         * gdb.python/py-objfile-script.exp (info auto-load-scripts): Change
6908         to ...
6909         (info auto-load python-scripts): ... here.
6910         * gdb.python/py-section-script.exp (info auto-load-scripts *): Change
6911         to ...
6912         (info auto-load python-scripts *): ... here.
6913
6914 2012-04-16  Yao Qi  <yao@codesourcery.com>
6915
6916         * lib/trace-support.exp (get_in_proc_agent): New.
6917         * gdb.trace/change-loc.exp: Call get_in_proc_agent to get the location
6918         of in process trace agent.
6919         * gdb.trace/ftrace.exp: Likewise.
6920         * gdb.trace/pending.exp: Likewise.
6921         * gdb.trace/trace-break.exp: Likewise.
6922         * gdb.trace/trace-mt.exp
6923         * gdb.trace/tspeed.exp: Likewise.
6924         * gdb.trace/tstatus.exp
6925         * gdb.trace/strace.exp: Likewise.
6926
6927 2012-04-16  Thomas Schwinge  <thomas@codesourcery.com>
6928
6929         * gdb.asm/sh.inc (gdbasm_startup): Only set up the stack pointer if the
6930         symbol _stack is defined.  Get rid of a hard-coded constant for _stack.
6931
6932         * gdb.asm/sh.inc (gdbasm_end) <.size>: Refer to the function's name.
6933
6934 2012-04-14  Anton Gorenkov <xgsa@yandex.ru>
6935
6936         PR mi/13393
6937         * gdb.mi/mi-var-rtti.cc: New file.
6938         * gdb.mi/mi-var-rtti.exp: New file.
6939         * lib/mi-support.exp (mi_varobj_update_with_child_type_change): New
6940         function.
6941         (mi_varobj_update_with_type_change): updated to avoid code duplication.
6942
6943 2012-04-11  Siva Chandra Reddy  <sivachandra@google.com>
6944
6945         * gdb.python/Makefile.in: Add py-explore and py-explore-cc to
6946         EXECUTABLES.
6947         * gdb.python/py-explore.c: C program used for testing the new
6948         'explore' command on C constructs.
6949         * gdb.python/py-explore.cc: C++ program used for testing the new
6950         'explore' command on C++ constructs.
6951         * gdb-python/py-explore.exp: Tests for the new 'explore'
6952         command on C constructs.
6953         * gdb-python/py-explore-cc.exp: Tests for the new 'explore'
6954         command on C++ constructs.
6955
6956 2012-04-07  Mark Kettenis  <kettenis@gnu.org>
6957
6958         * gdb.base/funcargs.exp (complex_args): Fix typo.
6959
6960 2012-04-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
6961
6962         * gdb.trace/change-loc.exp (tracepoint_change_loc_1)
6963         (tracepoint_change_loc_2): Accept both orders of pending set_tracepoint.
6964
6965 2012-04-05  Keith Seitz  <keiths@redhat.com>
6966
6967         * gdb.base/advance.exp: Update error message for
6968         "advance malformed" test.
6969         * gdb.base/break.exp: Likewise for "breakpoint with
6970         trailing garbage" test.
6971         * gdb.base/hbreak2.exp: Likewise for "hardware breakpoint
6972         with trailing garbage" test.
6973         * gdb.base/sepdebug.exp: Likewise for "breakpoint with
6974         trailng garbage" test.
6975         * gdb.base/until.exp: Likewise for "malformed until" test.
6976         * gdb.cp/ovldbreak.exp: Create the breakpoint table
6977         for "breakpoint info (after setting on all)".
6978         * gdb.cp/userdef.exp: Remove quoting for "break A2::operator+"
6979         tests.
6980         * gdb.cp/cplabel.cc: New file.
6981         * gdb.cp/cplabel.exp: New test.
6982         * gdb.linespec/ls-errs.c: New file.
6983         * gdb.linespec/ls-errs.exp: New test.
6984
6985 2012-04-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
6986
6987         * gdb.trace/unavailable.exp
6988         (collect globals: print object on: print derived_partial)
6989         (collect globals: print object on: print derived_whole)
6990         (collect globals: print object off: print derived_partial)
6991         (collect globals: print object off: print derived_whole): Update
6992         expected output.
6993
6994 2012-03-30  Keith Seitz  <keiths@redhat.com>
6995
6996         * gdb.python: Add test for linespecs with commas.
6997
6998 2012-03-28  Keith Seitz  <keiths@redhat.com>
6999
7000         * gdb.linespec/ls-dollar.cc: New file.
7001         * gdb.linespec/ls-dollar.exp: New test.
7002
7003 2012-03-28  Keith Seitz  <keiths@redhat.com>
7004
7005         * gdb.cp/namespace.exp: Add breakpoint tests for functions
7006         starting with the global namespace.
7007
7008 2012-03-23  Doug Evans  <dje@google.com>
7009
7010         * lib/gdb.exp (BUILD_DATA_DIRECTORY): New global.
7011
7012 2012-03-22  Siva Chandra Reddy  <sivachandra@google.com>
7013
7014         * gdb.python/py-value.cc: Add test case for testing the
7015         methodology exposing C++ values to Python.
7016         * gdb.python/py-value-cc.exp: Add tests testing the methodology
7017         exposing C++ values to Python.
7018         * gdb.python/Makefile.in: Add py-value-cc to EXECUTABLES.
7019
7020 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
7021             Siddhesh Poyarekar  <siddhesh@redhat.com>
7022
7023         * gdb.base/auxv.c (func2): setrlimit to infinity to enable core dumps.
7024         * gdb.base/auxv.exp: Try to compile it with -DUSE_RLIMIT first.
7025         (generate native core dump): Make the test unsupported if core cannot
7026         be generated.
7027
7028 2012-03-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
7029
7030         * gdb.gdb/selftest.exp (do_steps_and_nexts): New entry
7031         for cmdarg_vec = NULL.  Remove entries for cmdsize = 1, cmdarg = and
7032         ncmd = 0.  New entry for VEC_cleanup cmdarg_s.
7033
7034 2012-03-19  Siddhesh Poyarekar  <siddhesh@redhat.com>
7035
7036         * gdb.base/cond-eval-mode.exp: Fix the anticipated warning string.
7037
7038 2012-03-17  Doug Evans  <dje@google.com>
7039
7040         * dg-extract-results.sh: Handle KFAILs.
7041
7042 2012-03-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
7043
7044         PR symtab/13777
7045         * gdb.dwarf2/dw2-skip-prologue.S (DW_AT_producer): Set it to 4.5.0.
7046
7047 2012-03-16  Joel Brobecker  <brobecker@adacore.com>
7048
7049         * gdb.ada/set_pckd_arr_elt: New testcase.
7050
7051 2012-03-16  Gary Benson  <gbenson@redhat.com>
7052
7053         PR breakpoints/10738
7054         * gdb.opt/inline-break.exp: New file.
7055         * gdb.opt/inline-break.c: Likewise.
7056         * gdb.dwarf2/dw2-inline-break.exp: Likewise.
7057         * gdb.dwarf2/dw2-inline-break.S: Likewise.
7058         * gdb.base/annota1.exp: Cope with old .gdb_index warnings.
7059         * gdb.base/async-shell.exp: Likewise.
7060         * lib/mi-support.exp (library_loaded_re): Likewise.
7061
7062 2012-03-15  Tom Tromey  <tromey@redhat.com>
7063
7064         * gdb.cp/virtfunc2.exp: Update expected output.
7065         * gdb.cp/pr9631.exp: Update expected output.
7066         * gdb.cp/member-ptr.exp: Update expected output.
7067         * gdb.cp/inherit.exp (test_print_mvi_classes): Update expected
7068         output.
7069         * gdb.cp/casts.exp: Update expected output.
7070
7071 2012-03-15  Tom Tromey  <tromey@redhat.com>
7072
7073         * gdb.cp/virtfunc.exp (make_one_vtable_result): New proc.
7074         (test_info_vtbl): Likewise.
7075         (do_tests): Call test_info_vtbl.
7076         * gdb.cp/virtfunc.cc (va): New global.
7077
7078 2012-03-15  Thomas Schwinge  <thomas@codesourcery.com>
7079
7080         * gdb.dwarf2/dw2-ada-ffffffff.S: Use .4byte instead of .long for
7081         describing DWARF data structures.
7082         * gdb.dwarf2/dw2-bad-parameter-type.S: Likewise.
7083         * gdb.dwarf2/dw2-double-set-die-type.S: Likewise.
7084         * gdb.dwarf2/dw2-empty-pc-range.S: Likewise.
7085         * gdb.dwarf2/dw2-entry-value.S: Likewise.
7086         * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
7087         * gdb.dwarf2/dw2-param-error.S: Likewise.
7088         * gdb.dwarf2/dw2-skip-prologue.S: Likewise.
7089         * gdb.dwarf2/dw2-stack-boundary.S: Likewise.
7090         * gdb.dwarf2/dw4-sig-type-unused.S: Likewise.
7091         * gdb.dwarf2/implptr-optimized-out.S: Likewise.
7092         * gdb.dwarf2/member-ptr-forwardref.S: Likewise.
7093         * gdb.dwarf2/pr11465.S: Likewise.
7094
7095 2012-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7096
7097         * gdb.mi/mi2-prompt.exp: New file.
7098
7099 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
7100
7101         * gdb.base/enum_cond.c, gdb.base/enum_cond.exp: New testcase.
7102
7103 2012-03-13  Joel Brobecker  <brobecker@adacore.com>
7104
7105         * gdb.ada/bp_range_type: New testcase.
7106
7107 2012-03-13  Doug Evans  <dje@google.com>
7108
7109         * gdb.base/default.exp: Delete tests for symbol-reloading.
7110         * gdb.base/help.exp: Ditto.
7111         * gdb.base/setshow.exp: Ditto.
7112         * gdb.base/gdb_history: Delete references to symbol-reloading.
7113
7114 2012-03-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
7115
7116         * gdb.base/attach-twice.c: New files.
7117         * gdb.base/attach-twice.exp: New files.
7118
7119 2012-03-08  Keith Seitz  <keiths@redhat.com>
7120
7121         * lib/gdb.exp (gdb_get_line_number): Throw an
7122         error instead of returning -1.
7123         * gdb.base/break.exp: Remove unused variable
7124         bp_location5.
7125         * gdb.base/hbreak2.exp: Likewise.
7126         * gdb.base/sepdebug.exp: Likewise.
7127
7128 2012-03-08  Yao Qi  <yao@codesourcery.com>
7129             Pedro Alves  <palves@redhat.com>
7130
7131         Fix PR server/13392.
7132         * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Remove kfail.
7133         (tracepoint_change_loc_2): Remove kfail.  Return if failed to
7134         download tracepoints.
7135         * gdb.trace/pending.exp (pending_tracepoint_works): Likewise.
7136         (pending_tracepoint_resolved_during_trace): Likewise.
7137         (pending_tracepoint_installed_during_trace): Likewise.
7138         (pending_tracepoint_with_action_resolved): Likewise.
7139
7140 2012-03-08  Keith Seitz  <keiths@redhat.com>
7141
7142         * gdb.ada/array_bounds.exp: Get breakpoint for line
7143         with "START", not "STOP".
7144         * gdb.python/py-infthread.exp: Do not continue to
7145         line marked "Break here.", which is undefined.
7146
7147 2012-03-08  Luis Machado  <lgustavo@codesourcery.com>
7148
7149         Revert:
7150
7151         2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7152
7153         Implement testsuite workaround for PR breakpoints/13781.
7154         * gdb.cp/mb-templates.exp: New loop with variable $workaround.
7155         (set breakpoint condition-evaluation host): New conditional command.
7156
7157 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7158
7159         Fix CU relative vs. absolute DIE offsets.
7160         * gdb.dwarf2/dw2-op-call.S: New compilation unit preceding the existing
7161         one.
7162
7163 2012-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
7164
7165         Fix false FAIL on distros with relro linkage as default.
7166         * gdb.reverse/solib-precsave.exp: Try to compile the test using
7167         -Wl,-z,norelro first.
7168
7169 2012-03-06  Joel Brobecker  <brobecker@adacore.com>
7170
7171         * gdb.ada/bp_on_var: New testcase.
7172
7173 2012-03-06  Joel Brobecker  <brobecker@adacore.com>
7174
7175         * gdb.ada/bp_enum_homonym: New testcase.
7176
7177 2012-03-06  Yao Qi  <yao@codesourcery.com>
7178
7179         * gdb.trace/ftrace.exp (test_fast_tracepoints): Run test on target
7180         x86_64-*-* and i?86-*-*.
7181         Set up KFAIL for gdb/13808.
7182
7183 2012-03-05  Tom Tromey  <tromey@redhat.com>
7184
7185         * gdb.ada/operator_bp.exp: Clear debug-file-directory.
7186         * gdb.ada/mi_task_arg.exp: Clear debug-file-directory.
7187
7188 2012-03-05  Tom Tromey  <tromey@redhat.com>
7189
7190         * gdb.java/jprint.java (jprint.main): Keep 'x' live.
7191
7192 2012-03-04  Yao Qi  <yao@codesourcery.com>
7193
7194         * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall): Catch error
7195         messages for KFAIL.
7196
7197 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7198
7199         * gdb.ada/arrayidx.exp: Call get_compiler_info.  New variable old_gcc.
7200         (print one_two_three, indexes off, print few_reps, indexes off)
7201         (print many_reps, indexes off, print empty, indexes off)
7202         (print one_two_three, print few_reps, print many_reps, print empty):
7203         Call setup_xfail if $gcc_old.
7204
7205 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7206
7207         Implement testsuite workaround for PR breakpoints/13781.
7208         * gdb.cp/mb-templates.exp: New loop with variable $workaround.
7209         (set breakpoint condition-evaluation host): New conditional command.
7210
7211 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7212
7213         Code cleanup.
7214         * gdb.cp/mb-templates.exp: New variables executable.  Use it for
7215         binfile.  use clean_restart.  Replace gdb_expect by gdb_test_multiple.
7216         Replace GDB restart by kill and delete_breakpoints.  Replace breakpoint
7217         number 1 by $bpnum.  Four times.
7218
7219 2012-03-03  Yao Qi  <yao@codesourcery.com>
7220
7221         * gdb.trace/strace.exp: run strace_info_marker in linux native gdb.
7222
7223 2012-03-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
7224
7225         Setup KFAIL for PR server/13796.
7226         * gdb.base/disp-step-syscall.exp (single step over vfork): Setup KFAIL.
7227
7228 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
7229
7230         * gdb.ada/operator_bp: New testcase.
7231
7232 2012-03-02  Joel Brobecker  <brobecker@adacore.com>
7233
7234         * gdb.ada/info_locals_renaming: New testcase.
7235
7236 2012-03-02  Tom Tromey  <tromey@redhat.com>
7237
7238         * gdb.base/nextoverexit.c: New file.
7239         * gdb.base/nextoverexit.exp: New file.
7240
7241 2012-03-02  Edjunior Machado  <emachado@linux.vnet.ibm.com>
7242
7243         * gdb.arch/altivec-abi.exp (altivec_abi_tests): Remove obsolete
7244         parameter.
7245
7246 2012-03-01  Maciej W. Rozycki  <macro@mips.com>
7247
7248         * gdb.xml/tdesc-regs.exp: Add "mips-dsp.xml" to the list of MIPS
7249         core registers.
7250
7251 2012-03-01  Maciej W. Rozycki  <macro@mips.com>
7252             Maciej W. Rozycki  <macro@codesourcery.com>
7253             Daniel Jacobowitz  <dan@codesourcery.com>
7254
7255         * gdb.base/hbreak2.exp: New test for "hbreak" and "thbreak".
7256
7257 2012-03-01  Pedro Alves  <palves@redhat.com>
7258
7259         PR gdb/13767
7260
7261         * gdb.trace/unavailable.exp (gdb_unavailable_floats): New.
7262         (gdb_collect_globals_test): Call it.
7263
7264 2012-03-01  Keith Seitz  <keiths@redhat.com>
7265
7266         * gdb.cp/method2.exp: Output of overload menu is now
7267         alphabetized.  Update tests for "break A::method".
7268         * gdb.cp/ovldbreak.exp: Use gdb_get_line_number instead
7269         of hard-coding them.
7270         Overload menu is alphabetized: rewrite to accommodate.
7271         Unset variables LINE and TYPES which are used in other tests.
7272         Compute the output of "info break".
7273         Update the breakpoint table after all breakpoints are deleted.
7274         (continue_to_bp_overloaded): Rename ACTUALS to ARGUMENT and
7275         compute ACTUALS and the method body based on parameters.
7276         Update expected output accordingly.
7277         * gdb.cp/ovldbreak.cc (foo::overload1arg): Reformat and add
7278         unique comments to allow the use of gdb_get_line_number.
7279
7280 2012-03-01  Keith Seitz  <keiths@redhat.com>
7281
7282         * gdb.cp/method2.exp: Use prepare_for_testing and cleanup
7283         some Tcl syntax.
7284         * gdb.cp/ovldbreak.exp: Likewise.
7285
7286 2012-03-01  Keith Seitz  <keiths@redhat.com>
7287
7288         * gdb.base/help.exp (help show user): Update expected result
7289         for new doc string changes (add "non-python").
7290
7291 2012-03-01  Scott J. Goldman <scottjg@vmware.com>
7292
7293         * gdb.python/py-cmd.exp: Add test to verify that python commands can
7294         be put in the user-defined category and that the commands appear in
7295         "help user-defined".
7296
7297 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
7298
7299         * gdb.ada/tagged_not_init: New testcase.
7300
7301 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
7302
7303         * gdb.ada/arrayidx.exp: Adjust expected output for p_one_two_three.
7304         * gdb.ada/enum_idx_packed: New testcase.
7305
7306 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
7307
7308         * gdb.ada/aliased_array: New testcase.
7309
7310 2012-02-29  Joel Brobecker  <brobecker@adacore.com>
7311
7312         * gdb.ada/whatis_array_val: New testcase.
7313
7314 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
7315
7316         Fix disp-step-syscall.exp: fork: single step over fork.
7317         * gdb.base/disp-step-syscall.exp (syscall_insn): Anchor it by
7318         whitespaces.
7319         (single step over $syscall): Remove its check.
7320         (single step over $syscall final pc): New check.
7321
7322 2012-02-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
7323
7324         Support processors without SSSE3.
7325         * gdb.reverse/i386-sse-reverse.c (sse_test): Move pabsb, pabsw and
7326         pabsd into ...
7327         (ssse3_test): ... a new function.
7328         (main): Call ssse3_test.
7329         * gdb.reverse/i386-sse-reverse.exp: New variable end_ssse3_test.
7330         Update expected values everywhere.
7331         (reverse-step to pabsd, verify xmm0 after reverse pabsd)
7332         (verify xmm1 after reverse pabsd, verify xmm2 after reverse pabsd)
7333         (reverse-step to pabsw, verify xmm0 after reverse pabsw)
7334         (verify xmm1 after reverse pabsw, verify xmm2 after reverse pabsw)
7335         (reverse-step to pabsb, verify xmm0 after reverse pabsb)
7336         (verify xmm1 after reverse pabsb, verify xmm2 after reverse pabsb):
7337         Move these tests lower.
7338         (set breakpoint at end of ssse3_test, continue to end of ssse3_test)
7339         (verify xmm0 at end of ssse3_test, verify xmm1 at end of ssse3_test)
7340         (verify xmm2 at end of ssse3_test, continue to end of ssse3_test #2):
7341         New tests.
7342
7343 2012-02-29  Yao Qi  <yao@codesourcery.com>
7344             Pedro Alves  <palves@redhat.com>
7345
7346         * gdb.trace/trace-mt.c: New.
7347         * gdb.trace/trace-mt.exp: New.
7348
7349 2012-02-28  Thomas Schwinge  <thomas@codesourcery.com>
7350
7351         * gdb.base/annota1.exp: Use gdb_get_line_number for retrieving line
7352         numbers instead of hardcoding them.
7353         * gdb.base/annota1.c: Provide suitable markers.
7354         * gdb.base/annota3.exp: Use gdb_get_line_number for retrieving line
7355         numbers instead of hardcoding them.
7356         * gdb.base/annota3.c: Provide suitable markers.
7357
7358         * gdb.base/annota1.c [__sh__]: Remove any special-casing.
7359         * gdb.base/annota3.c: Likewise.
7360         * gdb.base/sigall.c: Likewise.
7361         * gdb.base/signals.c: Likewise.
7362         * gdb.reverse/sigall-reverse.c: Likewise.
7363
7364 2012-02-27  Maciej W. Rozycki  <macro@codesourcery.com>
7365
7366         * gdb.cp/breakpoint.exp (test_breakpoint): Fix the runto_main
7367         failure return path.
7368
7369 2012-02-27  Luis Machado  <lgustavo@codesourcery.com>
7370
7371         * gdb.base/save-bp.exp: Account for new condition evaluator output.
7372
7373 2012-02-24  Luis Machado  <lgustavo@codesourcery.com>
7374
7375         * gdb.base/cond-eval-mode.exp: New file.
7376
7377 2012-02-24  Pedro Alves  <palves@redhat.com>
7378
7379         * gdb.base/break-interp.exp (test_ld): Use with_test_prefix.
7380         (top level): Use with_test_prefix.
7381
7382 2012-02-24  Pedro Alves  <palves@redhat.com>
7383
7384         * gdb.threads/attach-into-signal.exp (corefunc): Use
7385         with_test_prefix.
7386
7387 2012-02-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
7388
7389         Fix false FAILs on old CPUs without SSE.
7390         * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test):
7391         Return untested for Illegal instruction.
7392
7393 2012-02-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
7394
7395         Fix false FAILs with glibc debug infos installed.
7396         * gdb.reverse/solib-precsave.exp (set debug-file-directory): New test.
7397         * gdb.reverse/solib-reverse.exp (set debug-file-directory): New test.
7398
7399 2012-02-22  Sterling Augustine  <saugustine@google.com>
7400
7401         * gdb.base/watchpoint.exp (test_constant_watchpoint): Add test for
7402         constant with cast.
7403
7404 2012-02-21  Pedro Alves  <palves@redhat.com>
7405
7406         * gdb.threads/watchpoint-fork.exp (test): Use with_test_prefix.
7407
7408 2012-02-21  Pedro Alves  <palves@redhat.com>
7409
7410         * gdb.base/return-nodebug.exp (do_test): Use with_test_prefix.
7411
7412 2012-02-21  Pedro Alves  <palves@redhat.com>
7413
7414         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Use
7415         with_test_prefix.
7416
7417 2012-02-21  Pedro Alves  <palves@redhat.com>
7418
7419         * gdb.arch/altivec-abi.exp (altivec_abi_tests): Don't do
7420         with_test_prefix here.
7421         (top level): Do it here instead.  Remove `:' from the
7422         with_test_prefix string.
7423         * gdb.base/attach-pie-misread.exp: Remove the leading space the
7424         the suffix `:' from the with_test_prefix prefix string.
7425         * gdb.base/break-interp.exp: Ditto.
7426         * gdb.base/catch-load.exp: Ditto.
7427         * gdb.base/disp-step-syscall.exp: Ditto.
7428         * gdb.base/jit-so.exp: Ditto.
7429         * gdb.base/jit.exp: Ditto.
7430         * gdb.base/sepdebug.exp: Ditto.
7431         * gdb.base/solib-display.exp: Ditto.
7432         * gdb.base/solib-overlap.exp: Ditto.
7433         * gdb.base/watch-cond-infcall.exp: Ditto.
7434         * gdb.base/watchpoint.exp: Ditto.
7435         * gdb.dwarf2/dw2-noloc.exp: Ditto.
7436         * gdb.mi/mi-watch.exp: Ditto.
7437         * gdb.mi/mi2-watch.exp: Ditto.
7438         * gdb.threads/non-ldr-exc-1.exp: Ditto.
7439         * gdb.threads/non-ldr-exc-2.exp: Ditto.
7440         * gdb.threads/non-ldr-exc-3.exp: Ditto.
7441         * gdb.threads/non-ldr-exc-4.exp: Ditto.
7442         * gdb.threads/watchpoint-fork.exp: Ditto.
7443         * gdb.threads/watchthreads-reorder.exp: Ditto.
7444         * gdb.trace/change-loc.exp: Ditto.
7445         * gdb.trace/pending.exp: Ditto.
7446         * gdb.trace/status-stop.exp: Ditto.
7447         * gdb.trace/strace.exp: Ditto.
7448         * gdb.trace/trace-break.exp: Ditto.
7449         * gdb.trace/unavailable.exp: Ditto.
7450         * lib/gdb.exp (with_test_prefix): Always prefix with space and
7451         suffix with colon.  Adjust leading comments.
7452
7453 2012-02-21  Pedro Alves  <palves@redhat.com>
7454             Tom Tromey  <tromey@redhat.com>
7455
7456         * lib/gdb.exp: Add description of test prefixes.
7457         (with_test_prefix): New procedure.
7458         * gdb.arch/altivec-abi.exp: Use with_test_prefix.
7459         * gdb.base/attach-pie-misread.exp: Use with_test_prefix.
7460         * gdb.base/break-interp.exp: Use with_test_prefix.  Use append
7461         instead of lappend to append to pf_prefix.
7462         * gdb.base/catch-load.exp: Use with_test_prefix.
7463         * gdb.base/disp-step-syscall.exp: Use with_test_prefix.
7464         * gdb.base/jit-so.exp: Use with_test_prefix.
7465         * gdb.base/jit.exp: Use with_test_prefix.
7466         * gdb.base/return-nodebug.exp (do_test): Use append instead of
7467         lappend to append to pf_prefix.
7468         * gdb.base/sepdebug.exp: Use with_test_prefix.
7469         * gdb.base/solib-display.exp: Use with_test_prefix.
7470         * gdb.base/solib-overlap.exp: Use with_test_prefix.
7471         * gdb.base/watch-cond-infcall.exp: Use with_test_prefix.
7472         * gdb.base/watchpoint.exp: Use with_test_prefix.
7473         * gdb.dwarf2/dw2-noloc.exp: Use with_test_prefix.
7474         * gdb.mi/mi-watch.exp: Use with_test_prefix.
7475         * gdb.mi/mi2-watch.exp: Use with_test_prefix.
7476         * gdb.threads/non-ldr-exc-1.exp: Use with_test_prefix.
7477         * gdb.threads/non-ldr-exc-2.exp: Use with_test_prefix.
7478         * gdb.threads/non-ldr-exc-3.exp: Use with_test_prefix.
7479         * gdb.threads/non-ldr-exc-4.exp: Use with_test_prefix.
7480         * gdb.threads/watchpoint-fork.exp: Use with_test_prefix.  Use
7481         append instead of lappend to append to pf_prefix.
7482         * gdb.threads/watchthreads-reorder.exp: Use with_test_prefix.
7483         * gdb.trace/change-loc.exp: Use with_test_prefix.
7484         * gdb.trace/pending.exp: Use with_test_prefix.
7485         * gdb.trace/status-stop.exp: Use with_test_prefix.
7486         * gdb.trace/strace.exp: Use with_test_prefix.
7487         * gdb.trace/trace-break.exp: Use with_test_prefix.
7488         * gdb.trace/unavailable.exp: Use with_test_prefix.  Use append
7489         instead of lappend to append to pf_prefix.
7490
7491 2012-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7492
7493         Fix racy FAILs.
7494         * gdb.base/inferior-died.c (main): Add return of 0.
7495         * gdb.base/inferior-died.exp (continue): Fix expectation of
7496         asynchronous events.
7497         (p 1): New test.
7498
7499 2012-02-20  Pedro Alves  <palves@redhat.com>
7500
7501         * gdb.threads/attach-into-signal.exp (corefunc): Don't enable
7502         lin-lwp output.  Set SIGALRM to stop.  Adjust tests to not rely on
7503         gdb's internal debug output.  For the non-threaded case, look for
7504         "Program received signal SIGLARM", for the threaded case, peek at
7505         the thread's siginfo.
7506
7507 2012-02-20  Pedro Alves  <palves@redhat.com>
7508
7509         General cleanup, make output test messages unique, and build
7510         different executable files for the non-threaded and threaded
7511         cases.
7512
7513         * gdb.threads/attach-into-signal.exp (binfile, escapedbinfile):
7514         Delete.
7515         (executable_nothr, executable_thr): New globals.
7516         (top level): Adjust to delete both executables.
7517         (corefunc): New parameter $executable.  Set $pf_prefix instead of
7518         hand writing a prefix in tests.  Issue a clean_restart and enable
7519         lin-lwp debug output here.
7520         (top level): Adjust.  Use build_executable.  Don't start gdb here,
7521         and don't enable lin-lwp debug output here.
7522         * gdb.threads/Makefile.in (EXECUTABLES): Adjust.
7523
7524 2012-02-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
7525
7526         Fix racy FAILs.
7527         * gdb.base/catch-load.exp (one_catch_load_test): Remove duplicate
7528         "continue" command.
7529
7530 2012-02-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
7531
7532         Fix for gdbserver non-extended mode.
7533         * gdb.base/break-inline.exp (start): Replace "start" by gdb_breakpoint
7534         and gdb_run_cmd.
7535
7536 2012-02-17  Tom Tromey  <tromey@redhat.com>
7537
7538         * gdb.python/py-events.py (exit_handler): Add test for 'dir'.
7539         * gdb.python/py-events.exp: Check 'dir' output.
7540         * gdb.python/py-type.exp (test_fields): Add test for 'dir'.
7541
7542 2012-02-17  Yao Qi  <yao@codesourcery.com>
7543
7544         * gdb.trace/strace.exp (strace_info_marker): Test `info threads'.
7545
7546 2012-02-16  Tom Tromey  <tromey@redhat.com>
7547
7548         * gdb.base/inferior-died.c: Don't include stdio.h.
7549
7550 2012-02-16  Tom Tromey  <tromey@redhat.com>
7551
7552         * gdb.base/inferior-died.c: New file.
7553         * gdb.base/inferior-died.exp: New file.
7554
7555 2012-02-15  Aleksandar Ristovski  <aristovski@qnx.com>
7556
7557         * gdb.base/break-inline.exp: New file.
7558         * gdb.base/break-inline.c: New file.
7559
7560 2012-02-15  Tom Tromey  <tromey@redhat.com>
7561
7562         * gdb.base/pc-fp.exp: Add "info register" tests.
7563
7564 2012-02-15  Tom Tromey  <tromey@redhat.com>
7565
7566         * gdb.base/regs.exp: Remove.
7567
7568 2012-02-15  Pedro Alves  <palves@redhat.com>
7569
7570         * gdb.trace/backtrace.exp: Issue UNSUPPORTED instead of PASS when
7571         the target doesn't support tracepoints.
7572         * gdb.trace/circ.exp: Ditto.
7573         * gdb.trace/collection.exp: Ditto.
7574         * gdb.trace/packetlen.exp: Ditto.
7575         * gdb.trace/passc-dyn.exp: Ditto.
7576         * gdb.trace/report.exp: Ditto.
7577         * gdb.trace/tfind.exp: Ditto.
7578         * gdb.trace/tspeed.exp: Ditto.
7579         * gdb.trace/tsv.exp: Ditto.
7580         * gdb.trace/unavailable.exp: Ditto.
7581         * gdb.trace/while-dyn.exp: Ditto.
7582
7583 2012-02-15  Pedro Alves  <palves@redhat.com>
7584
7585         * gdb.trace/circ.exp (trace_buffer_normal): Rewrite using
7586         gdb_test_multiple, and call unsupported instead of fail, if the
7587         remote side does not support the request.
7588
7589 2012-02-15  Pedro Alves  <palves@redhat.com>
7590
7591         * gdb.server/ext-attach.exp: Make sure gdb is disconnected.
7592         * gdb.server/ext-run.exp: Make sure gdb is disconnected.
7593         * gdb.server/file-transfer.exp: Make sure gdb is disconnected.
7594         * gdb.server/server-mon.exp: Make sure gdb is disconnected.
7595         * gdb.server/server-run.exp: Make sure gdb is disconnected.
7596         * lib/gdbserver-support.exp (gdbserver_start_extended): Only
7597         prepend "extended-" to $gdbserver_protocol if $gdbserver_protocol
7598         doesn't start with "extended-" already.
7599
7600 2012-02-15  Pedro Alves  <palves@redhat.com>
7601
7602         Support extended-remote.  Avoid cascading timeouts.
7603
7604         * gdb.base/attach.exp (do_attach_tests): Add expected output for
7605         the extended-remote target.  If attaching with no file fails, load
7606         the file manually.
7607         * gdb.server/ext-attach.exp: Adjust expected attach/detach output.
7608
7609 2012-02-14  Stan Shebs  <stan@codesourcery.com>
7610
7611         * gdb.base/ena-dis-br.exp: Add enable count test.
7612
7613 2012-02-13  Pedro Alves  <palves@redhat.com>
7614
7615         * config/mips-idt.exp: Delete.
7616         * gdb.base/a2-run.exp: Remove mips-idt xfails.
7617         * gdb.base/bitfields.exp: Remove mips-idt restarts.
7618         * gdb.base/break.exp: Remove mips-idt references.
7619         * gdb.base/chng-syms.exp: Ditto.
7620         * gdb.base/default.exp: Ditto.
7621         * gdb.base/funcargs.exp (funcargs_reload): Delete.
7622         (top level): Don't call it.
7623         * gdb.base/opaque.exp: Remove mips-idt restarts.
7624         * gdb.base/ptype.exp: Remove mips-idt xfails.
7625         * gdb.base/scope.exp: Remove mips-idt restarts.
7626         * gdb.base/sepdebug.exp: Remove mips-idt references.
7627         * gdb.base/watchpoint.exp (maybe_clean_restart)
7628         (maybe_reinitialize): Delete.
7629         (test_disabling_watchpoints, test_disabling_watchpoints)
7630         (test_watchpoint_triggered_in_syscall)
7631         (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
7632         Don't call them.
7633
7634 2012-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
7635
7636         * gdb.server/server-exec-info.exp: New file.
7637
7638 2012-02-10  Pedro Alves  <palves@redhat.com>
7639
7640         * gdb.base/break-interp.exp (test_attach_gdb): Assume $file is
7641         always non-empty.
7642         (test_attach): Always pass $exec to test_attach_gdb.
7643
7644 2012-02-08  Tom Tromey  <tromey@redhat.com>
7645
7646         * gdb.python/py-symbol.exp: Use lookup_global_symbol for tests
7647         before inferior is started.
7648
7649 2012-02-07  Tom Tromey  <tromey@redhat.com>
7650
7651         * gdb.python/py-symbol.exp: Test Symbol.needs_frame and
7652         Symbol.value.
7653         * gdb.python/py-symbol.c (qq): Set default value.
7654
7655 2012-02-07  Tom Tromey  <tromey@redhat.com>
7656
7657         * gdb.python/py-symbol.c (qq): New global.
7658         * gdb.python/py-symbol.exp: Add test for frame-less
7659         lookup_symbol.
7660         * gdb.python/py-symtab.exp: Fix line number.
7661
7662 2012-02-03  Joel Brobecker  <brobecker@adacore.com>
7663
7664         * gdb.ada/mi_task_arg: New testcase.
7665
7666 2012-02-02  Pedro Alves  <palves@redhat.com>
7667
7668         * gdb.reverse/until-precsave.exp: Also put "record save" under the
7669         extended timeout.
7670
7671 2012-02-02  Pedro Alves  <palves@redhat.com>
7672
7673         * gdb.gdb/complaints.exp: Skip if gdb,noinferiorio is set.
7674         * gdb.gdb/selftest.exp (test_with_self): Handle gdb,noinferiorio.
7675
7676 2012-02-02  Pedro Alves  <palves@redhat.com>
7677
7678         * gdb.base/term.exp: Rewrite.
7679         * gdb.base/term.c: New.
7680
7681 2012-02-02  Pedro Alves  <palves@redhat.com>
7682
7683         * gdb.base/default.exp (run "r" abbreviation, run): Add
7684         extended-remote expected output.
7685
7686 2012-02-02  Tom Tromey  <tromey@redhat.com>
7687
7688         * gdb.cp/dispcxx.exp: New file.
7689         * gdb.cp/dispcxx.cc: New file.
7690
7691 2012-02-01  Tom Tromey  <tromey@redhat.com>
7692
7693         * gdb.base/jit-simple.exp: New file.
7694         * gdb.base/jit-simple.c: New file.
7695
7696 2012-01-30  Yao Qi  <yao@codesourcery.com>
7697
7698         * gdb.base/skip.exp: Make test result unique.
7699
7700 2012-01-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
7701
7702         * gdb.base/valgrind-db-attach.exp (attach to debugger): Fix
7703         compatibility with valgrind-3.7.0.
7704
7705 2012-01-27  Pedro Alves  <palves@redhat.com>
7706
7707         * gdb.base/watchpoint.exp (no_hw): New global.
7708         (maybe_clean_restart, maybe_reinitialize): If no_hw is set,
7709         disable hw watchpoints.
7710         (test_wide_location_1, test_wide_location_2): If no_hw is set,
7711         don't expect hw watchpoints.
7712         (no_hw_watchpoints): Always clean restart.
7713         (do_tests): New procedure, factored out from the top level.
7714         (top level): Run tests twice.  Once with hw watchpoints enabled,
7715         another time with hw watchpoints disabled.
7716
7717 2012-01-27  Pedro Alves  <palves@redhat.com>
7718
7719         * gdb.base/watchpoint.exp (test_no_hw_watchpoints): New, factored
7720         out from the top level.
7721         (top level): Call it instead.
7722
7723 2012-01-27  Pedro Alves  <palves@redhat.com>
7724
7725         * gdb.base/watchpoint.exp (top level): Re-enable hardware
7726         watchpoints sooner.
7727
7728 2012-01-27  Pedro Alves  <palves@redhat.com>
7729
7730         * gdb.base/watchpoint.exp (top level): Delete watch ival3.
7731
7732 2012-01-27  Pedro Alves  <palves@redhat.com>
7733
7734         * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): Expect
7735         "You may have requested too many hardware
7736         breakpoints/watchpoints".
7737
7738 2012-01-27  Pedro Alves  <palves@redhat.com>
7739
7740         * gdb.base/watchpoint.exp (maybe_clean_restart)
7741         (maybe_reinitialize): New.
7742         (test_disabling_watchpoints): Call maybe_reinitialize.  Don't
7743         expect "hit N times".
7744         (test_disabling_watchpoints, test_complex_watchpoint)
7745         (test_watchpoint_and_breakpoint, test_inaccessible_watchpoint):
7746         Call maybe_clean_restart.
7747         (top level): Use clean_restart.  Remove "mips-idt-*"
7748         reinitialization.
7749
7750 2012-01-27  Pedro Alves  <palves@redhat.com>
7751
7752         * gdb.base/watchpoint.exp: Always run test_complex_watchpoint.
7753
7754 2012-01-27  Pedro Alves  <palves@redhat.com>
7755
7756         * gdb.base/watchpoint.exp: Clean restart after tests that don't
7757         require `initialize' anymore.  Remove unnecessary `initialize'
7758         calls.
7759
7760 2012-01-27  Pedro Alves  <palves@redhat.com>
7761
7762         * gdb.base/watchpoint.exp (wp_set): Delete.
7763         (initialize, test_simple_watchpoint, top level): Remove dead code.
7764
7765 2012-01-27  Pedro Alves  <palves@redhat.com>
7766
7767         * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Fix
7768         typo.
7769
7770 2012-01-27  Pedro Alves  <palves@redhat.com>
7771
7772         * config/extended-gdbserver.exp: New file.
7773         * lib/gdbserver-support.exp (gdbserver_start_extended): Extend
7774         comment.
7775         (gdbserver_start_multi, mi_gdbserver_start_multi): New.
7776         * boards/native-extended-gdbserver.exp: New file.
7777
7778 2012-01-26  Pedro Alves  <palves@redhat.com>
7779
7780         * gdb.base/watchpoint.exp: Replace send_gdb/gdb_expect by gdb_test
7781         and gdb_test_multiple.
7782
7783 2012-01-26  Pedro Alves  <palves@redhat.com>
7784
7785         Make test messages unique, and more identifiable.
7786         * gdb.multi/watchpoint-multi.exp: Change test messages.
7787
7788 2012-01-25  Tom Tromey  <tromey@redhat.com>
7789
7790         * gdb.base/solib-disc.exp: Fix regexps.
7791
7792 2012-01-24  Tom Tromey  <tromey@redhat.com>
7793
7794         * lib/mi-support.exp (mi_expect_stop): Add special case for
7795         solib-event.
7796         * gdb.base/catch-load-so.c: New file.
7797         * gdb.base/catch-load.exp: New file.
7798         * gdb.base/catch-load.c: New file.
7799         * gdb.base/break-interp.exp (reach_1): Update regexp.
7800
7801 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
7802
7803         Fix fuzzy results.
7804         * gdb.mi/var-cmd.c (do_locals_tests): Initialize variables lsimple,
7805         lpsimple and func.
7806
7807 2012-01-24  Gary Benson  <gbenson@redhat.com>
7808
7809         Delete #if 0'd out code.
7810         * gdb.base/default.exp (info catch): Remove.
7811         * gdb.base/gdb_history (info catch): Likewise.
7812         * gdb.base/help.exp (info catch): Likewise.
7813
7814 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
7815
7816         Fix watchpoints to be specific for each inferior.
7817         * gdb.multi/watchpoint-multi.c: New file.
7818         * gdb.multi/watchpoint-multi.exp: New file.
7819
7820 2012-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
7821
7822         Fix watchpoints across inferior fork.
7823         * gdb.threads/watchpoint-fork-child.c: New file.
7824         * gdb.threads/watchpoint-fork-mt.c: New file.
7825         * gdb.threads/watchpoint-fork-parent.c: New file.
7826         * gdb.threads/watchpoint-fork-st.c: New file.
7827         * gdb.threads/watchpoint-fork.exp: New file.
7828         * gdb.threads/watchpoint-fork.h: New file.
7829
7830 2012-01-23  Pedro Alves  <palves@redhat.com>
7831
7832         * gdb.base/call-signal-resume.exp: Allow output after "return".
7833
7834 2012-01-20  Pedro Alves  <palves@redhat.com>
7835
7836         * gdb.python/py-finish-breakpoint.py: Fix typo.
7837
7838 2012-01-20  Ulrich Weigand  <ulrich.weigand@linaro.org>
7839
7840         * gdb.base/info-proc.exp: Also run on remote targets.  Main
7841         "info proc" command is now always present; whether target supports
7842         actual info proc operation is detected when attempting to issue
7843         the command.
7844
7845 2012-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
7846
7847         * .gdbinit: Remove.
7848
7849 2012-01-19  Pedro Alves  <palves@redhat.com>
7850
7851         * gdb.java/jprint.exp: Don't rely on inferior output, but instead
7852         look at the funtions' returns.
7853         * gdb.java/jprint.java (jvclass.addprint, jprint.print(int))
7854         (jprint.print(int, int)): Change return type to int.  Adjust.
7855
7856 2012-01-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
7857
7858         PR gdb/9538
7859         * gdb.base/sepdebug.exp: New test.
7860
7861 2012-01-18  Pedro Alves  <palves@redhat.com>
7862
7863         * gdb.ada/mi_task_info.exp (-ada-task-info with no argument):
7864         Allow output before ^done.
7865
7866 2012-01-16  Tom Tromey  <tromey@redhat.com>
7867
7868         * gdb.linespec/linespec.exp: Change some tests to use $decimal.
7869         Add tests for relative directory.
7870
7871 2012-01-16  Tom Tromey  <tromey@redhat.com>
7872
7873         * gdb.base/printcmds.c (enum flag_enum): New.
7874         (three): New global.
7875         * gdb.base/printcmds.exp (test_print_enums): Add test for flag
7876         enum printing.
7877         * gdb.python/py-pp-maint.py (build_pretty_printer): Instantiate
7878         FlagEnumerationPrinter.
7879         * gdb.python/py-pp-maint.exp: Add tests for FlagEnumerationPrinter.
7880         * gdb.python/py-pp-maint.c (enum flag_enum): New.
7881         (fval): New global.
7882
7883 2012-01-16  Pedro Alves  <palves@redhat.com>
7884
7885         * lib/gdb.exp (banned_procedures): New variable.
7886         (banned_variables_traced): Rename to ...
7887         (banned_traced): ... this.
7888         (gdb_init): Also trace banned procedures.
7889         (gdb_finish): Also untrace banned procedures.
7890
7891 2012-01-16  Pedro Alves  <palves@redhat.com>
7892
7893         Remove all calls to strace.
7894
7895 2012-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
7896
7897         * gdb.dwarf2/dw2-namespaceless-anonymous.S: New file.
7898         * gdb.dwarf2/dw2-namespaceless-anonymous.exp: New file.
7899
7900 2012-01-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
7901
7902         * gdb.base/attach-pie-misread.exp: Pass -pie only to the linker.
7903         * gdb.base/pie-execl.exp: Likewise.
7904
7905 2012-01-12  Keith Seitz  <keiths@redhat.com>
7906
7907         PR mi/10586
7908         * gdb.mi/var-cmd.c (struct anonymous): New structure.
7909         (do_anonymous_type_tests): New function.
7910         (main): Call do_anonymous_type_tests.
7911         * gdb.mi/mi2-var-child.exp: Add anonymous type tests.
7912         (verify_everything): New procedure.
7913         * gdb.mi/mi-var-cp.cc (class A): New class.
7914         (anonymous_structs_and_unions): New function.
7915         (main): Call anonymous_structs_and_unions.
7916         * gdb.mi/mi-var-cp.exp: Add anonymous type tests.
7917         (verify_everything): New procedure.
7918
7919 2012-01-12  Keith Seitz  <keiths@redhat.com>
7920
7921         * lib/mi-support.exp: Expand comments about PATH_EXPR.
7922         (varobj_tree::get_path_expr): Assume that all varobjs are
7923         compound unless they are known simple types.
7924         Adjust path expressions based on parent type, path parent type,
7925         and tree language.
7926         (varobj_tree::walk_tree): Add LANGUAGE parameter and save it into
7927         the root varobj.
7928         (mi_walk_varobj_tree): Add LANGUAGE parameter.
7929
7930 2012-01-11  Pedro Alves  <palves@redhat.com>
7931
7932         * gdb.base/default.exp (core-file): Don't expect "GDB can't read
7933         core files on this machine" anymore.
7934
7935 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
7936
7937         * gdb.base/watchpoint.c (recurser): Initialize local_x.
7938         (main): Repeat recurser call.
7939         * gdb.base/watchpoint.exp: Check that 'watch recurser::local_x' is
7940         equivalent to 'local_x'.
7941
7942 2012-01-11  Paul Hilfinger  <hilfingr@adacore.com>
7943             Joel Brobecker <brobecker@adacore.com>
7944
7945         * gdb.base/recpar.c, gdb.base/recpar.exp: New files.
7946
7947 2012-01-05  Pedro Alves  <alves.ped@gmail.com>
7948
7949         * gdb.mi/mi-stepn.c, gdb.mi/mi-stepn.exp: New files.
7950         * gdb.python/py-events.c (first): Add bits for new "step N" test.
7951         * gdb.python/py-events.exp: Test that "step N" tripping on a
7952         breakpoint emits a breakpoint event.
7953
7954 2012-01-03  Joel Brobecker  <brobecker@adacore.com>
7955
7956         * gdb.base/auxv.exp: Reformat the copyright notice.
7957
7958 2012-01-03  Yao Qi  <yao@codesourcery.com>
7959
7960         * gdb.trace/strace.exp (strace_trace_on_same_addr): New.
7961         (strace_trace_on_diff_addr): New.
7962         * gdb.trace/strace.c: (main): Add two local variables.
7963
7964 2011-01-02  Ulrich Weigand  <uweigand@de.ibm.com>
7965
7966         * gdb.cell/fork.exp: Delete breakpoints after reaching main.
7967         * gdb.cell/gcore.exp: Likewise.
7968         * gdb.cell/solib-symbol.exp: Use "info symbol" instead of "break"
7969         to verify the correct instance of main is selected.
7970
7971 2012-01-02  Joel Brobecker  <brobecker@adacore.com>
7972
7973         * dg-extract-results.sh, gdb.arch/gcore.c, gdb.arch/gdb1558.c,
7974         gdb.arch/i386-gnu-cfi.c, gdb.base/complex.c, gdb.base/cvexpr.c,
7975         gdb.base/gcore.c, gdb.base/gdb1555-main.c, gdb.base/gdb1555.c,
7976         gdb.base/gdb1821.c, gdb.base/long_long.c, gdb.base/restore.c,
7977         gdb.base/sepdebug.c, gdb.base/type-opaque-lib.c,
7978         gdb.base/type-opaque-main.c, gdb.cp/maint.exp, gdb.cp/namespace1.cc,
7979         gdb.cp/pr9631.cc, gdb.cp/psmang1.cc, gdb.cp/psmang2.cc,
7980         gdb.cp/try_catch.cc, gdb.cp/virtfunc.cc, gdb.hp/gdb.base-hp/reg.exp,
7981         gdb.mi/basics.c, gdb.mi/mi-stack.c, gdb.mi/mi-var-child.c,
7982         gdb.mi/mi2-var-child.exp, gdb.mi/var-cmd.c,
7983         gdb.threads/thread_check.c: Reformat copyright header.
7984
7985 2011-12-30  Edjunior Machado  <emachado@linux.vnet.ibm.com>
7986
7987         * gdb.python/py-finish-breakpoint.exp: Add `.' prefix for ppc64.
7988         * gdb.python/py-finish-breakpoint2.exp: Skip testcase if python support
7989         is not enabled.
7990
7991 2011-12-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
7992
7993         * gdb.python/py-finish-breakpoint.c (test_exec_exit): Change the
7994         parameter to self_exec, adjust the function.
7995         (main): Check for argv[1] "exit".  Use argv[0] for test_exec_exit.
7996         * gdb.python/py-finish-breakpoint.exp (set var self_exec = 0): New test.
7997         (set var do_exit = 0): Remove test.
7998         (newline at end of file): Add one.
7999
8000 2011-12-27  Joel Brobecker  <brobecker@adacore.com>
8001
8002         * gdb.base/dmsym.c, gdb.base/dmsym_main.c, gdb.base/dmsym.exp:
8003         New files.
8004
8005 2011-12-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
8006
8007         Fix racy FAILs.
8008         * gdb.threads/fork-thread-pending.c (barrier): New variable.
8009         (thread_function, thread_forker): Call pthread_barrier_wait for it.
8010         (main): Call pthread_barrier_init for it.
8011
8012 2011-12-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
8013
8014         Fix double send_gdb leading to racy FAILs.
8015         * gdb.base/break.exp (set silent break bp_location1): Replace
8016         3x send_gdb and gdb_expect by gdb_test.
8017         * gdb.base/fileio.exp: Replace 2x send_gdb by gdb_exit and sleep.
8018         * gdb.base/foll-vfork.exp (vfork_and_exec_child_follow_to_main_bp)
8019         (vfork_and_exec_child_follow_through_step): Use gdb_test_no_output
8020         instead of send_gdb.  Twice.
8021         * gdb.base/sepdebug.exp (set silent break bp_location1): Replace
8022         3x send_gdb and gdb_expect by gdb_test.
8023         * gdb.mi/mi-nsmoribund.exp: Replace 3x send_gdb by mi_gdb_test.
8024
8025 2011-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
8026
8027         * gdb.linespec/linespec.exp: Compile using {c++}.
8028
8029 2011-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
8030
8031         * gdb.cp/templates.exp (test_template_typedef): Import gdb_prompt.
8032         (print destructor of template typedef): Extend it for gcc/51668 XFAIL.
8033         (verify GCC PR debug/51668): New test.
8034
8035 2011-12-23  Kevin Pouget  <kevin.pouget@st.com>
8036
8037         Introduce gdb.FinishBreakpoint in Python.
8038         * Makefile.in (EXECUTABLES): Add py-finish-breakpoint and
8039         py-finish-breakpoint2
8040         (MISCALLANEOUS): Add py-events-shlib.so and py-events-shlib-nodebug.so
8041         * gdb.python/py-breakpoint.exp (mult_line): Define and use variable
8042         instead of line number.
8043         * gdb.python/py-finish-breakpoint.c: New file.
8044         * gdb.python/py-finish-breakpoint.exp: New file.
8045         * gdb.python/py-finish-breakpoint.py: New file.
8046         * gdb.python/py-finish-breakpoint2.cc: New file.
8047         * gdb.python/py-finish-breakpoint2.exp: New file.
8048         * gdb.python/py-finish-breakpoint2.py: New file.
8049
8050 2011-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
8051
8052         Partial fix of compatibility with gcc-4.7.
8053         * gdb.cp/templates.exp (ptype T5<int>, ptype t5i): Turn all PASS cases
8054         into XFAIL "new without size_t".  Permit size_t for the KFAIL case.
8055         Add comment to add a PASS case in the future.
8056
8057         Fix compatibility with gcc-4.7.
8058         * gdb.python/py-frame-inline.c (f): Use inline for __always_inline__.
8059
8060 2011-12-21  Ulrich Weigand  <ulrich.weigand@linaro.org>
8061
8062         PR tdep/12797
8063         * gdb.base/callfuncs.exp: Remove KFAIL.
8064
8065 2011-12-21  Joel Brobecker  <brobecker@adacore.com>
8066
8067         * gdb.ada/task_bp: New testcase.
8068
8069 2011-12-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8070
8071         * gdb.base/reread.exp: If srcfile2 fails to build retry it with
8072         -DNO_SECTIONS.
8073         * gdb.base/reread2.c <!NO_SECTIONS>: New sections block.
8074
8075 2011-12-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8076
8077         * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Make
8078         PR gcc/45997 XFAIL conditional for gcc <= 4.5.
8079         * gdb.python/py-type.exp (python print ttype.template_argument(2)):
8080         Change PR gcc/41736 to the more specific PR gcc/46955.  Make it
8081         conditional for gcc <= 4.5.
8082
8083 2011-12-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8084
8085         * gdb.cp/ptype-cv-cp.exp (ptype v_volatile_const_my_int): Replace KFAIL
8086         by XFAIL.
8087         * gdb.cp/static-method.exp (info addr A::func())
8088         (list static-method.cc:xxx::(anonymous namespace)::A::func)
8089         (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
8090         (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
8091         (list static-method.cc:'xxx::(anonymous namespace)::A::func'): Likewise.
8092         * gdb.cp/temargs.exp (test value of F in k2_m, test type of F in k3_m)
8093         (test value of F in k3_m): Likewise.
8094         * gdb.python/py-type.exp (python print ttype.template_argument(2)):
8095         Likewise.
8096
8097 2011-12-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
8098
8099         * gdb.threads/attach-stopped.exp (continue (*: attach2 continue))
8100         (*: attach2 stop interrupt, *: attach2, exit leaves process sleeping):
8101         Remove.
8102         * gdb.threads/attachstop-mt.c: Remove.
8103         * gdb.threads/attachstop-mt.exp: Remove.
8104
8105 2011-12-17  Mark Kettenis  <kettenis@gnu.org>
8106
8107         * gdb.arch/amd64-i386-address.exp: Skip on *-*-openbsd*.
8108
8109 2011-12-16  Doug Evans  <dje@google.com>
8110
8111         * boards/native-stdio-gdbserver.exp: New file.
8112         * boards/native-gdbserver.exp: New file.
8113
8114         * lib/gdbserver-support.exp (gdb_target_cmd): Recognize stdio
8115         gdbserver output.
8116         (gdbserver_default_get_remote_address): New function.
8117         (gdbserver_start): Call gdb,get_remote_address to compute argument
8118         to "target remote" command.
8119
8120 2011-12-16  Phil Muldoon  <pmuldoon@redhat.com>
8121
8122         * gdb.python/py-function.exp: Change "on" to "full" for
8123         python print-stack.  Add set/show python print-stack
8124         off|full|message tests.
8125
8126 2011-12-15  Yao Qi  <yao@codesourcery.com>
8127
8128         * gdb.trace/strace.c: New
8129         * gdb.trace/strace.exp: New.
8130
8131 2011-12-14  Tom Tromey  <tromey@redhat.com>
8132
8133         * gdb.dwarf2/dw2-inline-param.exp: Log the objcopy command.
8134
8135 2011-12-14  Doug Evans  <dje@google.com>
8136
8137         * lib/gdb.exp (gdb_start_cmd): Fix error return value.
8138
8139 2011-12-14  Pedro Alves  <pedro@codesourcery.com>
8140
8141         PR threads/10729
8142
8143         * gdb.mi/watch-nonstop.c: New file.
8144         * gdb.mi/mi-watch-nonstop.exp: New file.
8145
8146 2011-12-13  Pedro Alves  <pedro@codesourcery.com>
8147             Doug Evans  <dje@google.com>
8148
8149         * lib/gdb.exp (gdb_run_cmd, runto_main, gdb_compile)
8150         (clean_restart): Remove references to the gdb_stub target board
8151         variable.
8152         (gdb_step_for_stub): Delete.
8153
8154         * gdb.base/annota1.exp: Remove all references to [target_info
8155         exists gdb_stub], gdb_step_for_stub and usestubs.
8156         * gdb.base/annota3.exp: Ditto.
8157         * gdb.base/async.exp: Ditto.
8158         * gdb.base/break.exp: Ditto.
8159         * gdb.base/code-expr.exp: Ditto.
8160         * gdb.base/commands.exp: Ditto.
8161         * gdb.base/completion.exp: Ditto.
8162         * gdb.base/condbreak.exp: Ditto.
8163         * gdb.base/consecutive.exp: Ditto.
8164         * gdb.base/cvexpr.exp: Ditto.
8165         * gdb.base/define.exp: Ditto.
8166         * gdb.base/display.exp: Ditto.
8167         * gdb.base/ena-dis-br.exp: Ditto.
8168         * gdb.base/environ.exp: Ditto.
8169         * gdb.base/gnu-ifunc.exp: Ditto.
8170         * gdb.base/maint.exp: Ditto.
8171         * gdb.base/pending.exp: Ditto.
8172         * gdb.base/sect-cmd.exp: Ditto.
8173         * gdb.base/sepdebug.exp: Ditto.
8174         * gdb.base/unload.exp: Ditto.
8175         * gdb.base/watchpoint-solib.exp: Ditto.
8176         * gdb.cp/annota2.exp: Ditto.
8177         * gdb.cp/annota3.exp: Ditto.
8178         * gdb.dwarf2/dw2-inline-param.exp: Ditto.
8179         * gdb.hp/gdb.compat/xdb1.exp: Ditto.
8180         * gdb.mi/mi-pending.exp: Ditto.
8181         * gdb.trace/circ.exp: Ditto.
8182         * gdb.cp/ovldbreak.exp: Ditto.  Adjust expected line numbers.
8183         * gdb.base/list.exp: Ditto.
8184
8185         * gdb.base/all-types.c: Remove all calls to set_debug_traps and
8186         breakpoint function and all references to the usestubs macro.
8187         * gdb.base/exprs.c: Ditto.
8188         * gdb.base/freebpcmd.c: Ditto.
8189         * gdb.base/bitfields.c: Ditto.
8190         * gdb.base/bitfields2.c: Ditto.
8191         * gdb.base/break.c: Ditto.
8192         * gdb.base/call-sc.c: Ditto.
8193         * gdb.base/call-signals.c: Ditto.
8194         * gdb.base/callfuncs.c: Ditto.
8195         * gdb.base/charset.c: Ditto.
8196         * gdb.base/consecutive.c: Ditto.
8197         * gdb.base/constvars.c: Ditto.
8198         * gdb.base/funcargs.c: Ditto.
8199         * gdb.base/int-type.c: Ditto.
8200         * gdb.base/interrupt.c: Ditto.
8201         * gdb.base/langs0.c: Ditto.
8202         * gdb.base/list0.c: Ditto.
8203         * gdb.base/mips_pro.c: Ditto.
8204         * gdb.base/miscexprs.c: Ditto.
8205         * gdb.base/nodebug.c: Ditto.
8206         * gdb.base/opaque0.c: Ditto.
8207         * gdb.base/pointers.c: Ditto.
8208         * gdb.base/printcmds.c: Ditto.
8209         * gdb.base/ptype.c: Ditto.
8210         * gdb.base/recurse.c: Ditto.
8211         * gdb.base/reread1.c: Ditto.
8212         * gdb.base/reread2.c: Ditto.
8213         * gdb.base/restore.c: Ditto.
8214         * gdb.base/return.c: Ditto.
8215         * gdb.base/run.c: Ditto.
8216         * gdb.base/scope0.c: Ditto.
8217         * gdb.base/sepdebug.c: Ditto.
8218         * gdb.base/setshow.c: Ditto.
8219         * gdb.base/setvar.c: Ditto.
8220         * gdb.base/sigall.c: Ditto.
8221         * gdb.base/signals.c: Ditto.
8222         * gdb.base/structs.c: Ditto.
8223         * gdb.base/structs2.c: Ditto.
8224         * gdb.base/testenv.c: Ditto.
8225         * gdb.base/twice.c: Ditto.
8226         * gdb.base/unwindonsignal.c: Ditto.
8227         * gdb.base/watchpoint.c: Ditto.
8228         * gdb.base/watchpoints.c: Ditto.
8229         * gdb.base/whatis.c: Ditto.
8230         * gdb.cp/classes.cc: Ditto.
8231         * gdb.cp/cplusfuncs.cc: Ditto.
8232         * gdb.cp/derivation.cc: Ditto.
8233         * gdb.cp/formatted-ref.cc: Ditto.
8234         * gdb.cp/misc.cc: Ditto.
8235         * gdb.cp/overload.cc: Ditto.
8236         * gdb.cp/ovldbreak.cc: Ditto.
8237         * gdb.cp/ref-params.cc: Ditto.
8238         * gdb.cp/ref-types.cc: Ditto.
8239         * gdb.cp/templates.cc: Ditto.
8240         * gdb.cp/virtfunc.cc: Ditto.
8241         * gdb.hp/gdb.aCC/run.c: Ditto.
8242         * gdb.hp/gdb.base-hp/callfwmall.c: Ditto.
8243         * gdb.hp/gdb.compat/xdb0.c: Ditto.
8244         * gdb.reverse/consecutive-reverse.c: Ditto.
8245         * gdb.reverse/sigall-reverse.c: Ditto.
8246         * gdb.reverse/until-reverse.c: Ditto.
8247         * gdb.reverse/watch-reverse.c: Ditto.
8248         * gdb.trace/actions.c: Ditto.
8249         * gdb.trace/circ.c: Ditto.
8250         * gdb.trace/collection.c: Ditto.
8251
8252 2011-12-13  Pedro Alves  <pedro@codesourcery.com>
8253
8254         * gdb.base/watchpoint.c (struct foo2, foo2, struct foo4, foo4)
8255         (func6, func7): New.
8256         (main): Call func6 and func7.
8257         * gdb.base/watchpoint.exp (test_wide_location_1)
8258         (test_wide_location_2): New.
8259         (top level): Re-enable hardware watchpoints if necessary.  Call
8260         test_wide_location_1 and test_wide_location_2.
8261
8262 2011-12-11  Yao Qi  <yao@codesourcery.com>
8263
8264         * gdb.trace/status-stop.exp: Skip it if target doesn't support trace.
8265
8266 2011-12-11  Joel Brobecker  <brobecker@adacore.com>
8267
8268         * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp: Adjust
8269         expected output for unsupported case.
8270
8271 2011-12-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8272
8273         PR testsuite/12649
8274         * gdb.trace/ftrace.exp (test_fast_tracepoints): Import gdb_prompt.
8275         Protect gdb_test_multiple by final $gdb_prompt match.
8276
8277 2011-12-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
8278
8279         * gdb.cp/static-method.exp (have_gcc_45682_fixed, info addr A::func()):
8280         New variable, new test.
8281         (list static-method.cc:xxx::(anonymous namespace)::A::func)
8282         (list 'static-method.cc:xxx::(anonymous namespace)::A::func')
8283         (list 'static-method.cc':'xxx::(anonymous namespace)::A::func')
8284         (list static-method.cc:'xxx::(anonymous namespace)::A::func'): KFAIL
8285         them if HAVE_GCC_45682_FIXED is not set.
8286
8287 2011-12-10  Yao Qi  <yao@codesourcery.com>
8288
8289         * gdb.trace/status-stop.exp: New.
8290         * gdb.trace/status-stop.c: New.
8291
8292 2011-12-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
8293
8294         * gdb.reverse/until-precsave.exp (run to end of main) Extend the
8295         timeout.
8296
8297 2011-12-08  Tom Tromey  <tromey@redhat.com>
8298
8299         * gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
8300         condition.
8301
8302 2011-12-07  Stan Shebs  <stan@codesourcery.com>
8303
8304         * gdb.trace/tfind.exp: Update for output changes.
8305
8306 2011-12-07  Pedro Alves  <pedro@codesourcery.com>
8307
8308         * gdb.ada/catch_ex.exp: Skip as unsupported if "catch exception"
8309         throws "Cannot insert catchpoints in this configuration".
8310         * gdb.ada/mi_catch_ex.exp: Likewise.
8311
8312 2011-12-06  Pedro Alves  <pedro@codesourcery.com>
8313
8314         * gdb.base/break-always.exp: Test changing memory at addresses
8315         with breakpoints inserted.
8316
8317 2011-12-06  Joel Brobecker  <brobecker@acacore.com>
8318
8319         * gdb.ada/fullname_bp.exp: Add tests for other valid linespecs
8320         involving a fully qualified function name.
8321
8322 2011-12-06  Tom Tromey  <tromey@redhat.com>
8323
8324         * gdb.ada/homonym.exp: Add three breakpoint tests.
8325
8326 2011-12-06  Tom Tromey  <tromey@redhat.com>
8327
8328         * gdb.base/solib-weak.exp (do_test): Remove kfail.
8329         * gdb.trace/tracecmd.exp: Disable pending breakpoints earlier.
8330         * gdb.objc/objcdecode.exp: Update for output changes.
8331         * gdb.linespec/linespec.exp: New file.
8332         * gdb.linespec/lspec.cc: New file.
8333         * gdb.linespec/lspec.h: New file.
8334         * gdb.linespec/body.h: New file.
8335         * gdb.linespec/base/two/thefile.cc: New file.
8336         * gdb.linespec/base/one/thefile.cc: New file.
8337         * gdb.linespec/Makefile.in: New file.
8338         * gdb.cp/templates.exp (test_template_breakpoints): Update for
8339         output changes.
8340         * gdb.cp/re-set-overloaded.exp: Remove kfail.
8341         * gdb.cp/ovldbreak.exp: Update for output changes.  "all" test now
8342         makes one breakpoint.
8343         * gdb.cp/method2.exp (test_break): Update for output changes.
8344         * gdb.cp/mb-templates.exp: Update for output changes.
8345         * gdb.cp/mb-inline.exp: Update for output changes.
8346         * gdb.cp/mb-ctor.exp: Update for output changes.
8347         * gdb.cp/ovsrch.exp: Use fully-qualified names.
8348         * gdb.base/solib-symbol.exp: Run to main later.  Breakpoint now
8349         has multiple matches.
8350         * gdb.base/sepdebug.exp: Disable pending breakpoints.  Update for
8351         error message change.
8352         * gdb.base/list.exp (test_list_filename_and_number): Update for
8353         error message change.
8354         * gdb.base/break.exp: Disable pending breakpoints.  Update for
8355         output changes.
8356         * configure.ac: Add gdb.linespec.
8357         * configure: Rebuild.
8358         * Makefile.in (ALL_SUBDIRS): Add gdb.linespec.
8359
8360 2011-12-06  Ulrich Weigand  <uweigand@de.ibm.com>
8361
8362         * gdb.base/callfuncs.exp (fetch_all_registers): Filter out read-only
8363         last_break register on s390*-*-* targets.
8364
8365 2011-12-06  Joel Brobecker  <brobecker@adacore.com>
8366
8367         * gdb.ada/watch_arg/pck.ads, gdb.ada/watch_arg/pck.adb: New files.
8368         * gdb.ada/watch_arg/watch.adb: Adjust code to avoid modification
8369         of parameter X in procedure Foo.
8370
8371 2011-12-05  Stan Shebs  <stan@codesourcery.com>
8372
8373         * gdb.trace/tfind.exp: Update help string matches.
8374
8375 2011-12-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
8376
8377         * gdb.server/ext-run.exp (get process list): Accept also systemd
8378         as PID 1.
8379
8380 2011-12-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
8381             Pedro Alves  <pedro@codesourcery.com>
8382
8383         * gdb.base/break-entry.exp: Move the target use_gdb_stub test before
8384         starting GDB.
8385         * gdb.base/default.exp: Replace target use_gdb_stub checks by global
8386         $use_gdb_stub.
8387         * gdb.base/display.exp: Likewise.
8388         * gdb.base/ending-run.exp: Likewise.
8389         * gdb.base/list.exp (test_listsize): Likewise.
8390         * gdb.base/setshow.exp: Likewise.
8391         * gdb.base/valgrind-db-attach.exp: Set global use_gdb_stub to 1.
8392         * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd): Replace target use_gdb_stub
8393         check by global $use_gdb_stub.
8394         (gdb_test_multiple): Forbid run, start or attach for !$use_gdb_stub.
8395         (default_gdb_start): Set global use_gdb_stub from target use_gdb_stub.
8396         (default_gdb_init): Unset global $use_gdb_stub.
8397         (gdb_continue_to_end, rerun_to_main): Replace target use_gdb_stub check
8398         by global $use_gdb_stub.
8399         * lib/gdbserver-support.exp: Extend comments for set_board_info
8400         gdb_protocol and gdb,socketport.
8401         (gdbserver_start_extended): Set global gdbserver_protocol and
8402         gdbserver_gdbport.  Clear global use_gdb_stub.
8403         * lib/mi-support.exp (default_mi_gdb_start): Set global use_gdb_stub
8404         from target use_gdb_stub.
8405         (mi_run_cmd): Replace target use_gdb_stub check by global $use_gdb_stub.
8406
8407 2011-12-03  Doug Evans  <dje@google.com>
8408
8409         * lib/gdb.exp (gdb_run_cmd, gdb_start_cmd, run_to_main): Add comments.
8410         (gdb_step_for_stub): Add comments.
8411
8412 2011-12-02  Maciej W. Rozycki  <macro@codesourcery.com>
8413
8414         * lib/gdb.exp (gdb_expect): Pass all the exception conditions up
8415         to the caller.
8416         (gdb_test_multiple): Likewise.
8417
8418 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8419
8420         Fix gdb.mi/mi-solib.exp without system debug info installed.
8421         * lib/mi-support.exp (mi_expect_stop): Accept FILE also for `from'
8422         expect attribute, return 0 for it.  Update comments.
8423
8424 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8425
8426         * gdb.base/solib-corrupted.exp: Suppress test on is_remote target.
8427         (corrupted list): Adjust the expectation.
8428
8429 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8430
8431         PR threads/13448
8432         * gdb.dwarf2/dw2-var-zero-addr.S: New file.
8433         * gdb.dwarf2/dw2-var-zero-addr.exp: New file.
8434         * gdb.threads/tls-var-main.c: New file.
8435         * gdb.threads/tls-var.c: New file.
8436         * gdb.threads/tls-var.exp: New file.
8437
8438 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8439
8440         PR testsuite/12649
8441         * gdb.trace/collection.exp (gdb_collect_return_test): Import gdb_prompt.
8442         Protect gdb_test_multiple by final $gdb_prompt match.
8443         * gdb.trace/tspeed.exp (gdb_fast_trace_speed_test): Likewise.
8444         * gdb.trace/tstatus.exp (run_trace_experiment): Likewise.
8445         (test_tracepoints): Likewise.
8446
8447 2011-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8448
8449         PR breakpoints/13346
8450         * gdb.dwarf2/dw2-objfile-overlap-inner.S: New file.
8451         * gdb.dwarf2/dw2-objfile-overlap-outer.S: New file.
8452         * gdb.dwarf2/dw2-objfile-overlap.exp: New file.
8453
8454 2011-12-01  Joel Brobecker  <brobecker@adacore.com>
8455
8456         * gdb.ada/homonym/pck.ads, gdb.ada/homonym/pck.adb: New files.
8457         * gdb.ada/homonym/homonym.adb: For use of all types defined
8458         locally inside both Get_Value subprograms.
8459
8460 2011-12-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
8461
8462         Fix racy FAILs.
8463         * gdb.base/foll-exec.exp (zap_session): Use gdb_test_no_output instead
8464         of send_gdb.
8465
8466 2011-11-30  Ulrich Weigand  <uweigand@de.ibm.com>
8467
8468         * gdb.base/testenv.exp: Skip on remote targets.  Unset global
8469         environment variable after test completed.
8470
8471 2011-11-30  Ulrich Weigand  <uweigand@de.ibm.com>
8472
8473         * gdb.base/solib-nodir.exp: Skip if remote target.
8474         * gdb.base/gdb.fortran.exp: Use shlib= flag when linking main
8475         application.  Call gdb_load_shlibs.
8476         * gdb.mi/mi-solib.exp: Use mi_load_shlibs instead of gdb_load_shlibs.
8477
8478 2011-11-29  Joel Brobecker  <brobecker@adacore.com>
8479
8480         * gdb.base/infoline.c, gdb.base/infoline.exp: New files.
8481
8482 2011-11-28  Joel Brobecker  <brobecker@adacore.com>
8483
8484         * gdb.ada/fullname_bp: New testcase.
8485
8486 2011-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
8487
8488         PR testsuite/12649
8489         * gdb.reverse/i386-sse-reverse.exp (continue to end of sse_test #2):
8490         Wrap send_gdb into a new gdb_test.
8491
8492         Code cleanup.
8493         * gdb.reverse/i386-sse-reverse.exp (continue to end of sse4_test):
8494         Convert send_gdb and gdb_expect to gdb_test_multiple.
8495
8496 2011-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
8497
8498         * gdb.base/jit-so.exp (one_jit_test): Add testcase name to log message.
8499
8500 2011-11-23  Keith Seitz  <keiths@redhat.com>
8501
8502         * lib/mi-support.exp (varobj_tree): New namespace and procs.
8503         (mi_varobj_tree_test_children_callback): New proc.
8504         (mi_walk_varobj_tree): New proc.
8505
8506 2011-11-22  Tom Tromey  <tromey@redhat.com>
8507
8508         * lib/mi-support.exp (mi_run_cmd_full): Rename from mi_run_cmd.
8509         Add "use_mi_command" argument.
8510         (mi_run_cmd, mi_run_with_cli): New procs.
8511         * gdb.mi/solib-lib.c: New file.
8512         * gdb.mi/solib-main.c: New file.
8513         * gdb.mi/mi-solib.exp: New file.
8514
8515 2011-11-21  Doug Evans  <dje@google.com>
8516
8517         * gdb.cp/nextoverthrow.exp: Skip test if debug info for
8518         _Unwind_DebugHook is missing.
8519
8520 2011-11-20  Stan Shebs  <stan@codesourcery.com>
8521
8522         * gdb.trace/tstatus.exp: New.
8523         * gdb.trace/actions.c: Include string.h.
8524
8525 2011-11-18  Yao Qi  <yao@codesourcery.com>
8526
8527         * gdb.trace/pending.exp: New.
8528         * gdb.trace/pending.c: New.
8529         * gdb.trace/pendshr1.c: New.
8530         * gdb.trace/pendshr2.c: New.
8531         * gdb.trace/change-loc.exp (tracepoint_change_loc_1): Check one
8532         tracepoint location becomes pending.
8533         (tracepoint_change_loc_2): New.
8534
8535 2011-11-16  David S. Miller  <davem@davemloft.net>
8536
8537         * lib/gdb.exp (can_single_step_to_signal_handler): Return zero when
8538         target is sparc*-*-linux*
8539
8540 2011-11-15  Paul Koning  <paul_koning@dell.com>
8541
8542         * gdb.python/py-type.exp: New testcases for exceptions on scalar
8543         types.
8544
8545 2011-11-14  Doug Evans  <dje@google.com>
8546
8547         * gdb.base/shell.exp: New file.
8548
8549 2011-11-14  Stan Shebs  <stan@codesourcery.com>
8550
8551         * gdb.trace/ftrace.c: New.
8552         * gdb.trace/ftrace.exp: New.
8553
8554 2011-11-14  Yao Qi  <yao@codesourcery.com>
8555
8556         * gdb.trace/change-loc-1.c: New.
8557         * gdb.trace/change-loc-2.c: New.
8558         * gdb.trace/change-loc.c: New.
8559         * gdb.trace/change-loc.exp:  New.
8560         * gdb.trace/change-loc.h:  New.
8561         * gdb.trace/trace-break.c (marker): Define new symbol.
8562         * gdb.trace/trace-break.exp (break_trace_same_addr_5):
8563         New.
8564         (break_trace_same_addr_6): New.
8565
8566 2011-11-12  Matt Rice  <ratmice@gmail.com>
8567
8568         * gdb.base/info-macros.exp: Make tests for info definitions
8569         test info macro.  Add tests for info macro argument processing.
8570         Rename a few tests.
8571
8572 2011-11-11  Keith Seitz  <keiths@redhat.com>
8573
8574         PR gdb/12843
8575         * gdb.base/linespecs.exp: New file.
8576
8577 2011-11-11  Doug Evans  <dje@google.com>
8578
8579         * gdb.threads/print-threads.exp: Extend timeout for slower
8580         tests.
8581
8582 2011-11-10  Doug Evans  <dje@google.com>
8583
8584         * gdb.reverse/i387-env-reverse.exp: Extend timeout of
8585         "record to end of main" test.
8586
8587         * gdb.python/py-type.c (TS): New typedef.
8588         (ts): New global.
8589         * gdb.python/py-type.exp: Test field list of typedef.
8590
8591 2011-11-10  Joel Brobecker  <brobecker@adacore.com>
8592
8593         * gdb.ada/small_reg_param: New testcase.
8594
8595 2011-11-09  Tom Tromey  <tromey@redhat.com>
8596
8597         * gdb.cp/destrprint.exp: New file.
8598         * gdb.cp/destrprint.cc: New file.
8599
8600 2011-11-08  Meador Inge  <meadori@codesourcery.com>
8601
8602         * gdb.arch/thumb-prologue.c (switch_stack_to_same): New test function.
8603         (switch_stack_to_other): New test function.
8604         * gdb.arch/thumb-prologue.exp: New test cases.
8605
8606 2011-11-08  Maciej W. Rozycki  <macro@codesourcery.com>
8607
8608         * lib/mi-support.exp (mi_send_resuming_command_raw): Fix a typo.
8609
8610 2011-11-08  Yao Qi  <yao@codesourcery.com>
8611
8612         * gdb.exp (supports_process_record): New.
8613         (supports_reverse): New.
8614         * gdb.reverse/break-precsave.exp: Call support_process_record
8615         to run test conditionally.
8616         * gdb.reverse/consecutive-precsave.exp: Likewise.
8617         * gdb.reverse/i386-precsave.exp: Likewise.
8618         * gdb.reverse/machinestate-precsave.exp: Likewise.
8619         * gdb.reverse/solib-precsave.exp: Likewise.
8620         * gdb.reverse/step-precsave.exp: Likewise.
8621         * gdb.reverse/until-precsave.exp: Likewise.
8622         * gdb.reverse/watch-precsave.exp: Likewise.
8623         * gdb.reverse/break-reverse.exp: Call support_reverse  to run
8624         test conditionally.
8625         * gdb.reverse/consecutive-reverse.exp: Likewise.
8626         * gdb.reverse/finish-precsave.exp: Likewise.
8627         * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8628         * gdb.reverse/finish-reverse.exp: Likewise.
8629         * gdb.reverse/i386-reverse.exp: Likewise.
8630         * gdb.reverse/i386-sse-reverse.exp: Likewise.
8631         * gdb.reverse/machinestate.exp: Likewise.
8632         * gdb.reverse/next-reverse-bkpt-over-sr.exp: Likewise.
8633         * gdb.reverse/sigall-precsave.exp: Likewise.
8634         * gdb.reverse/sigall-reverse.exp: Likewise.
8635         * gdb.reverse/solib-reverse.exp: Likewise.
8636         * gdb.reverse/step-reverse.exp: Likewise.
8637         * gdb.reverse/until-reverse.exp: Likewise.
8638         * gdb.reverse/watch-reverse.exp: Likewise.
8639
8640 2011-11-05  Yao Qi  <yao@codesourcery.com>
8641
8642         * gdb.trace/trace-break.exp: Add test on setting two
8643         fast tracepoints at the same address.
8644
8645 2011-11-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
8646
8647         * gdb.base/commands.exp (cmd1 error): Fix false ERROR with gdbserver.
8648
8649 2011-11-02  Stan Shebs  <stan@codesourcery.com>
8650
8651         * gdb.trace/collection.c: Add code using strings.
8652         * gdb.trace/collection.exp: Add tests of string collection.
8653
8654 2011-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
8655
8656         * gdb.base/skip-solib.exp (executable_main): New variable.
8657         (binfile_main): Base it on that.
8658         Use $executable_main in clean_restart calls.  Drop gdb_exit and
8659         gdb_start calls.
8660
8661 2011-11-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
8662
8663         Fix racy FAILs.
8664         * lib/mi-support.exp (mi_gdb_test): Replace thread_selected_re and
8665         breakpoint_re globals import by async.  Set string_regex to .* for
8666         async.  Remove the optional thread_selected_re and breakpoint_re
8667         globals expectations.
8668
8669 2011-11-01  Joseph Myers  <joseph@codesourcery.com>
8670
8671         * gdb.base/maint.exp: XFAIL "maint info sections DATA" on MinGW as
8672         well as Cygwin.
8673
8674 2011-11-01  Justin Lebar <justin.lebar@gmail.com>
8675
8676         Add tests for skip command.
8677         * gdb.base/skip-solib-lib.c: New
8678         * gdb.base/skip-solib-main.c: New
8679         * gdb.base/skip-solib.exp: New
8680         * gdb.base/skip.c: New
8681         * gdb.base/skip.exp: New
8682         * gdb.base/skip1.c: New
8683         * gdb.base/Makefile.in: Adding new files.
8684
8685 2011-10-31  Yao Qi  <yao@codesourcery.com>
8686             Pedro Alves  <pedro@codesourcery.com>
8687
8688         * gdb.trace/trace-break.c: New.
8689         * gdb.trace/trace-break.exp: New.
8690
8691 2011-10-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
8692
8693         * gdb.threads/no-unwaited-for-left.exp: Specify $srcfile for
8694         break-here-2.
8695
8696 2011-10-28  Pedro Alves  <pedro@codesourcery.com>
8697
8698         * gdb.threads/no-unwaited-for-left.c: New.
8699         * gdb.threads/no-unwaited-for-left.exp: New.
8700         * gdb.threads/non-ldr-exc-1.c: New.
8701         * gdb.threads/non-ldr-exc-1.exp: New.
8702         * gdb.threads/non-ldr-exc-2.c: New.
8703         * gdb.threads/non-ldr-exc-2.exp: New.
8704         * gdb.threads/non-ldr-exc-3.c: New.
8705         * gdb.threads/non-ldr-exc-3.exp: New.
8706         * gdb.threads/non-ldr-exc-4.c: New.
8707         * gdb.threads/non-ldr-exc-4.exp: New.
8708
8709 2011-10-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
8710
8711         * gdb.base/async-shell.exp: Skip the testfile for use_gdb_stub.
8712         * gdb.base/attach-pie-misread.exp: Likewise.
8713         * gdb.base/break-interp.exp: Likewise.
8714         * gdb.base/default.exp (attach, run "r" abbreviation, run): Skip these
8715         testcases for use_gdb_stub.
8716         * gdb.dwarf2/dw2-restore.exp: Fix the run for use_gdb_stub.
8717         (continue): New testcase.
8718         * gdb.python/py-events.exp: Skip the testfile for use_gdb_stub.
8719         * gdb.threads/attach-into-signal.exp: Likewise.
8720         * gdb.threads/attach-stopped.exp: Likewise.
8721         * gdb.threads/attachstop-mt.exp: Likewise.
8722
8723 2011-10-28  Paul Koning  <paul_koning@dell.com>
8724
8725         * gdb.python/lib-types.exp (deep_items): Rename from deepitems.
8726
8727 2011-10-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
8728
8729         * lib/mi-support.exp (breakpoint_re): Suppress match reporting.
8730         (mi_gdb_test): Import globals thread_selected_re
8731         and breakpoint_re.  Expect them optionally at the regex start.
8732
8733 2011-10-27  Doug Evans  <dje@google.com>
8734
8735         * gdb.python/python.exp: Test source -s.
8736
8737 2011-10-26  Paul Koning  <paul_koning@dell.com>
8738
8739         * gdb.python/lib-types.cc (struct A): New structure.
8740         * gdb.python/lib-types.exp (deepitems): New tests.
8741
8742 2011-10-25  Paul Koning  <paul_koning@dell.com>
8743
8744         PR python/13327
8745
8746         * gdb.python/py-value.exp: Add testcases for is_lazy attribute,
8747         fetch_lazy method.
8748
8749 2011-10-24  Yao Qi  <yao@codesourcery.com>
8750
8751         * lib/gdb.exp (can_single_step_to_signal_handler): Return 0 when
8752         target is tic6x-*-*.
8753
8754 2011-10-21  Joel Brobecker  <brobecker@adacore.com>
8755
8756         * gdb.ada/mi_task_info/task_switch.adb: New file.
8757         * gdb.ada/mi_task_info.exp: New file.
8758
8759 2011-10-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
8760
8761         * gdb.cp/expand-psymtabs-cxx.exp: New file.
8762         * gdb.cp/expand-psymtabs-cxx.cc: New file.
8763
8764 2011-10-20  Phil Muldoon  <pmuldoon@redhat.com>
8765
8766         PR python/12656
8767
8768         * gdb.python/py-block.exp: Add is_global, is_static, static_block,
8769         global_block tests.
8770
8771 2011-10-18  Tom Tromey  <tromey@redhat.com>
8772
8773         * gdb.base/jit-so.exp (one_jit_test): Remove spurious backslash.
8774
8775 2011-10-18  Tom Tromey  <tromey@redhat.com>
8776
8777         * gdb.base/source.exp: Don't include full file name in test name.
8778         * gdb.python/python.exp: Don't include full file name in test
8779         name.
8780
8781 2011-10-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
8782
8783         * gdb.base/attach-pie-noexec.c: New files.
8784         * gdb.base/attach-pie-noexec.exp: New files.
8785
8786 2011-10-17  Joseph Myers  <joseph@codesourcery.com>
8787
8788         * lib/gdb.exp (gdb_test_multiple): Expect newline and secondary
8789         prompt for each extra line in command.
8790
8791 2011-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
8792
8793         * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.shl): KFAIL it.
8794         Revert the part of:
8795         2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
8796         * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
8797         Change the expected string.
8798
8799 2011-10-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
8800
8801         Fix results with system glibc debug info installed.
8802         * gdb.base/disp-step-syscall.exp (continue to $syscall (1st time))
8803         (continue to $syscall (2nd time), continue to $syscall (3rd time)):
8804         Accept also __libc_ symbol prefix and no prefix.
8805
8806 2011-10-14  Keith Seitz  <keiths@redhat.com>
8807
8808         PR c++/13225
8809         * gdb.cp/converts.cc (foo3_1): New function.
8810         (foo3_2): New functions.
8811         * gdb.cp/converts.exp: Add tests for int to pointer conversion
8812         and null pointer conversions of integer constant zero.
8813         Add test to check if all arguments are checked for incompatible
8814         conversion BADNESS.
8815
8816 2011-10-14  Tom Tromey  <tromey@redhat.com>
8817
8818         * gdb.threads/attachstop-mt.exp: Add $srcfile to the linespecs.
8819         * gdb.threads/attach-stopped.exp (corefunc): Add $srcfile to the
8820         linespec.
8821
8822 2011-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
8823
8824         Fix internal error regression.
8825         * gdb.dwarf2/implptr-optimized-out.S: New file.
8826         * gdb.dwarf2/implptr-optimized-out.exp: New file.
8827
8828 2011-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
8829
8830         Fix empty DWARF expressions DATA vs. SIZE conditionals.
8831         * gdb.dwarf2/dw2-op-call.S (arraycallnoloc, arraynoloc): New DIEs.
8832         (loclist): New.
8833         (4): New abbrev.
8834         * gdb.dwarf2/dw2-op-call.exp: Remove variable srcfile and executable.
8835         Use prepare_for_testing, remove clean_restart.
8836         (p arraynoloc, p arraycallnoloc): New tests.
8837
8838 2011-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
8839
8840         * gdb.cp/namespace-enum.exp (executable): New variable.
8841         (binfile): Use ${objdir}/${subdir}/ prefix.
8842         Use ${executable} for clean_restart.
8843
8844 2011-10-11  Sterling Augustine  <saugustine@google.com>
8845
8846         * gdb.cp/Makefile.in: Add namespace-enum test.
8847         * gdb.cp/namespace-enum.exp: New file.
8848         * gdb.cp/namespace-enum.c: New file.
8849         * gdb.cp/namespace-enum-main.c: New file.
8850
8851 2011-10-11  Ulrich Weigand  <ulrich.weigand@linaro.org>
8852
8853         * gdb.python/py-shared.exp: Relax filename check to handle remote:
8854         sysroot.
8855
8856 2011-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
8857
8858         Reimplement @entry in input expressions.
8859         * gdb.base/exprs.c (v_int_array_init): New variable.
8860         * gdb.base/exprs.exp (print v_int_array_init)
8861         (print *v_int_array_init@1, print *v_int_array_init@2)
8862         (print v_int_array_init[0]@1, print v_int_array_init[0]@2)
8863         (print v_int_array_init[1]@1): New tests.
8864
8865 2011-10-10  Joseph Myers  <joseph@codesourcery.com>
8866
8867         * gdb.cp/gdb2495.exp: Do not include directories in filename in
8868         expected message.
8869
8870 2011-10-09  Doug Evans  <dje@google.com>
8871
8872         * gdb.base/alias.exp: Add tests for alias command.
8873
8874 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
8875
8876         * gdb.arch/amd64-entry-value.s: New file.
8877         * gdb.mi/mi2-amd64-entry-value.s: New file.
8878
8879 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
8880
8881         Display @entry parameter values even for references.
8882         * gdb.arch/amd64-entry-value.cc (reference, datap, datap_input): New
8883         functions.
8884         (main): New variables regvar, nodatavarp, stackvar1, stackvar2.  Call
8885         reference and datap_input.
8886         * gdb.arch/amd64-entry-value.exp (reference, breakhere_reference): New
8887         breakpoints.
8888         (continue to breakpoint: entry_reference: reference)
8889         (entry_reference: bt at entry)
8890         (continue to breakpoint: entry_reference: breakhere_reference)
8891         (entry_reference: bt, entry_reference: ptype regparam)
8892         (entry_reference: p regparam, entry_reference: ptype regparam@entry)
8893         (entry_reference: p regparam@entry, entry_reference: p &regparam@entry)
8894         (entry_reference: p regcopy, entry_reference: p nodataparam)
8895         (entry_reference: p nodataparam@entry): New tests.
8896
8897 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
8898
8899         Support @entry in input expressions.
8900         * gdb.arch/amd64-entry-value.exp (entry: p i@entry, entry: p j@entry)
8901         (entry_stack: p s1@entry, entry_stack: p s2@entry)
8902         (entry_stack: p d9@entry, entry_stack: p da@entry, tailcall: p i@entry)
8903         (tailcall: p j@entry): New tests.
8904         * gdb.cp/koenig.cc (A::entry): New function.
8905         (main): Call it.
8906         * gdb.cp/koenig.exp (p entry (c)): New test.
8907
8908 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
8909
8910         Display @entry parameter values (without references).
8911         * gdb.arch/amd64-entry-value.cc (locexpr, stacktest, data, data2)
8912         (different, validity, invalid): New functions.
8913         (main): Call them.
8914         * gdb.arch/amd64-entry-value.exp: New breakpoints breakhere_locexpr,
8915         stacktest, breakhere_stacktest, different, breakhere_different,
8916         breakhere_validity and breakhere_invalid.
8917         (entry: bt): Update for @entry.
8918         (entry_locexpr: *, entry_stack: *, entry_equal: *, entry_different: *)
8919         (entry_validity: *, entry_invalid: *): Many new tests.
8920         * gdb.base/break.exp
8921         (run until breakpoint set at small function, optimized file): Accept
8922         also the @entry suffix.
8923         * gdb.mi/Makefile.in (PROGS): Add mi2-amd64-entry-value.
8924         * gdb.mi/mi2-amd64-entry-value.c: New files.
8925         * gdb.mi/mi2-amd64-entry-value.exp: New files.
8926
8927 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
8928
8929         Protect entry values against self tail calls.
8930         * gdb.arch/amd64-entry-value.cc (self2, self): New.
8931         (main): Call self.
8932         * gdb.arch/amd64-entry-value.exp (self: breakhere, self: bt)
8933         (set debug entry-values 1, self: bt debug entry-values): New tests.
8934
8935 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
8936
8937         Recognize virtual tail call frames.
8938         * gdb.arch/amd64-entry-value.cc (c, a, b, amb_z, amb_y, amb_x, amb)
8939         (amb_b, amb_a): New.
8940         (main): Call a and b.
8941         * gdb.arch/amd64-entry-value.exp (tailcall: breakhere, tailcall: bt)
8942         (tailcall: p i, tailcall: p j, set $sp0=$sp, up, p $sp0 == $sp, frame 3)
8943         (p $sp0 + sizeof (void *) == $sp, ambiguous: breakhere, ambiguous: bt):
8944         New tests.
8945
8946 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
8947
8948         Implement basic support for DW_TAG_GNU_call_site.
8949         * gdb.arch/Makefile.in (EXECUTABLES): Add amd64-entry-value.
8950         * gdb.arch/amd64-entry-value.cc: New file.
8951         * gdb.arch/amd64-entry-value.exp: New file.
8952
8953 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
8954
8955         Fix DW_OP_GNU_implicit_pointer for DWARF32 v3+ on 64-bit arches.
8956         * gdb.dwarf2/implptr-64bit.S: New file.
8957         * gdb.dwarf2/implptr-64bit.exp: New file.
8958
8959 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
8960
8961         Fix initial language detection with -readnow.
8962         * gdb.cp/readnow-language.cc: New file.
8963         * gdb.cp/readnow-language.exp: New file.
8964
8965 2011-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
8966
8967         Fix printed anonymous struct name.
8968         * gdb.cp/anon-struct.exp (print type of X::t2): New test.
8969
8970 2011-10-09  Joseph Myers  <joseph@codesourcery.com>
8971
8972         * gdb.base/solib-symbol.exp: Do not include directories in
8973         filenames in expected messages.
8974
8975 2011-10-07  Doug Evans  <dje@google.com>
8976
8977         * gdb.python/py-pp-maint.py: Add tests for `replace' arg.
8978
8979 2011-10-07  Kevin Pouget  <kevin.pouget@st.com>
8980
8981         Allow Python notification of new object-file loadings.
8982         * gdb.python/py-events.exp: Test newobjfile event.
8983         * gdb.python/py-events.py: Register newobjfile callback.
8984         * gdb.python/py-events.c: Add call to shared library
8985         * gdb.python/py-events-shlib.c: New file.
8986
8987 2011-10-06  Joseph Myers  <joseph@codesourcery.com>
8988
8989         * gdb.base/fixsection.exp: Do not include directories in filename
8990         in expected message.
8991
8992 2011-10-05  Pierre Muller  <muller@ics.u-strasbg.fr>
8993
8994         Add tests for passing of environment variables to inferior.
8995         * gdb.base/testenv.c: New test source.
8996         * gdb.base/testenv.exp: New expect test.
8997
8998 2011-10-04  Paul Koning  <paul_koning@dell.com>
8999
9000         * gdb.python/py-value.c (main): Break before return.
9001
9002 2011-10-04  Kevin Pouget  <kevin.pouget@st.com>
9003
9004         PR python/12691: Add the inferior to Python exited event
9005         * gdb.python/py-events.exp: Test the inferior attribute of exited
9006         event with a fork.
9007         * gdb.python/py-events.py: Print inferior number on exit.
9008         * gdb.python/py-events.c: Fork the inferior.
9009
9010 2011-10-03  Edjunior Machado  <emachado@linux.vnet.ibm.com>
9011
9012         * gdb.base/jit.exp: Add testcase name to log message
9013
9014 2011-10-03  Paul Koning  <paul_koning@dell.com>
9015             Jan Kratochvil  <jan.kratochvil@redhat.com>
9016
9017         * gdb.python/py-value.exp
9018         (python inval = gdb.parse_and_eval('*(int*)0'))
9019         (python argc_lazy = gdb.parse_and_eval('argc'), sanity check argc)
9020         (set argc=2, python print argc_lazy): New tests.
9021
9022 2011-10-02  Joel Brobecker  <brobecker@adacore.com>
9023
9024         * gdb.base/save-bp.exp, gdb.base/save-bp.c: New files.
9025
9026 2011-10-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9027             Pedro Alves  <pedro@codesourcery.com>
9028
9029         * gdb.python/py-value.exp (test_value_in_inferior): New variable
9030         can_read_0, test for it.
9031         (python print gdb.parse_and_eval('*(int*)0')): Rename to ...
9032         (parse_and_eval with memory error): ... here, make it untested if
9033         can_read_0.
9034
9035 2011-09-30  Marek Polacek  <mpolacek@redhat.com>
9036
9037         * gdb.python/python.exp (verify pagination beforehand)
9038         (verify pagination afterwards): Fix race by splitting the line.
9039
9040 2011-09-29  Joseph Myers  <joseph@codesourcery.com>
9041
9042         * lib/gdb.exp (is_amd64_regs_target, is_x86_like_target): Allow
9043         for 64-bit multilibs from i?86-* targets.
9044
9045 2011-09-29  Marek Polacek  <mpolacek@redhat.com>
9046
9047         * lib/gdb.exp: Fix a typo in one of the comments.
9048
9049 2011-09-29  Marek Polacek  <mpolacek@redhat.com>
9050
9051         * gdb.base/foll-fork.exp: Fix race by adding "y or n" to the
9052         matching pattern.
9053
9054 2011-09-28  Paul Koning  <paul_koning@dell.com>
9055
9056         * gdb.python/py-type.c (enum E): New.
9057         * gdb.python/py-type.exp (test_fields): Add tests for Python
9058         mapping access to fields.
9059         (test_enums): New test for field access on enums.
9060
9061 2011-09-27  Stan Shebs  <stan@codesourcery.com>
9062
9063         * gdb.trace/collection.exp: Test collection of $_ret.
9064
9065 2011-09-22  Andreas Tobler  <andreast@fgznet.ch>
9066
9067         * lib/gdb.exp (gdb_compile): Set rpath and remove -ldl from the
9068         list of compilation switches for <*-*-freebsd*>.
9069
9070 2011-09-19  Stan Shebs  <stan@codesourcery.com>
9071
9072         * gdb.trace/tspeed.exp: New file.
9073         * gdb.trace/tspeed.c: New file.
9074
9075 2011-09-18  Yao Qi  <yao@codesourcery.com>
9076
9077         * gdb.arch/arm-disp-step.S (test_ldr_literal): Test for Thumb
9078         instructions.
9079         (test_adr_32bit, test_pop_pc): Likewise.
9080         (test_ldr_literal_16, test_cbz_cbnz, test_adr): New test for
9081         Thumb instructions.
9082         * gdb.arch/arm-disp-step.exp (test_ldm_stm_pc): Match $gdb_prompt
9083         in gdb_test_multiple.
9084         (test_ldr_literal_16, test_cbz_cbnz, test_adr): New.
9085
9086 2011-09-17  Yao Qi  <yao@codesourcery.com>
9087
9088         * lib/gdb.exp (can_single_step_to_signal_handler): New.
9089         * gdb.base/kill-after-signal.exp: Call it.  Skip if target doesn't
9090         support single step to signal handler.
9091
9092 2011-09-17  Yao Qi  <yao@codesourcery.com>
9093
9094         * gdb.base/disp-step-fork.c: New.
9095         * gdb.base/disp-step-syscall.exp: New.
9096         * gdb.base/disp-step-vfork.c: New.
9097
9098 2011-09-16  Joel Brobecker  <brobecker@adacore.com>
9099
9100         * gdb.ada/tasks.exp: Make the expected output for
9101         the `info tasks' tests more resilient to spacing
9102         changes.
9103
9104 2011-09-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
9105
9106         * gdb.python/py-evthreads.exp (Run to breakpoint 1)
9107         (reached breakpoint 2, reached breakpoint 3): Update expected output.
9108
9109 2011-09-15  Kevin Pouget  <kevin.pouget@st.com>
9110
9111         PR Python/12692 Add gdb.selected_inferior() to Python interface.
9112         * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().
9113
9114 2011-04-30  Kevin Pouget  <kevin.pouget@st.com>
9115
9116         Handle multiple breakpoint hits in Python interface:
9117         * gdb.python/py-events.exp: Set a duplicate breakpoint and check its
9118         presence.
9119         * gdb.python/py-events.py (breakpoint_stop_handler): Browse all the
9120         breakpoint hits.
9121
9122 2011-09-13  Sami Wagiaalla  <swagiaal@redhat.com>
9123             Jan Kratochvil  <jan.kratochvil@redhat.com>
9124
9125         * gdb.python/py-events.exp: Remove pretty printing comment.
9126         * gdb.python/py-evsignal.exp: New file.
9127         * gdb.python/py-evthreads.c: Include signal.h.
9128         (thread3): Remove variable count3.  Remove variable bad and use raise
9129         instead.
9130         (thread2): Remove variable count2.  Move thread3 pthread_create here,
9131         merge pthread_join to a single line.
9132         (main): Remove variable count1.  Merge pthread_join with pthread_create
9133         to a single line.
9134         * gdb.python/py-evthreads.exp: Remove pretty printing comment.  New
9135         KFAIL python/12966 for gdbserver.  Test return value of
9136         gdb_compile_pthreads.  Use gdb_run_cmd.  Replace send_gdb and
9137         gdb_expect by gdb_test and gdb_test_multiple.
9138         (thread 2, thread 3): New tests.
9139
9140 2011-09-12  Matt Rice  <ratmice@gmail.com>
9141             Pedro Alves  <pedro@codesourcery.com>
9142
9143         PR gdb/13175
9144
9145         * gdb.base/interp.exp: New tests.
9146         * gdb.base/interp.c: New file.
9147
9148 2011-09-12  Doug Evans  <dje@google.com>
9149
9150         * gdb.dwarf2/clztest.exp: Fix initialization of tests array.
9151         * gdb.dwarf2/typeddwarf.exp: Ditto.
9152
9153 2011-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9154
9155         Fix compatibility with x32 arch.
9156         * testsuite/gdb.dwarf2/typeddwarf.exp: Check also is_lp64_target.
9157         * testsuite/gdb.trace/backtrace.exp: Use is_amd64_regs_target and
9158         is_x86_like_target.
9159         * testsuite/gdb.trace/collection.exp: Likewise.
9160         * testsuite/gdb.trace/report.exp: Likewise.
9161         * testsuite/gdb.trace/unavailable.exp: Likewise.
9162         * testsuite/gdb.trace/while-dyn.exp: Likewise.
9163         * testsuite/lib/gdb.exp (is_amd64_regs_target): New function.
9164         (is_x86_like_target): Check also is_amd64_regs_target.
9165
9166 2011-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9167
9168         PR breakpoints/12435
9169         * gdb.arch/amd64-prologue-xmm.c: New file.
9170         * gdb.arch/amd64-prologue-xmm.exp: New file.
9171         * gdb.arch/amd64-prologue-xmm.s: New file.
9172
9173 2011-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9174
9175         * gdb.dwarf2/dw2-param-error-main.c: New file.
9176         * gdb.dwarf2/dw2-param-error.S: New file.
9177         * gdb.dwarf2/dw2-param-error.exp: New file.
9178
9179 2011-09-08  Pedro Alves  <pedro@codesourcery.com>
9180
9181         * gdb.base/annota1.exp, gdb.base/annota3.exp: Extract the
9182         inferior's pid and look for a core dump named core.$pid.  Use
9183         `remote_file' commands on the host instead of hand coding shell
9184         commands on the build.
9185         * gdb.base/valgrind-db-attach.exp: Kill the program before
9186         finishing the test.
9187
9188 2011-09-02  Matt Rice  <ratmice@gmail.com>
9189
9190         * lib/prompt.exp: New file for testing the first prompt.
9191         * gdb.python/py-prompt.exp: Ditto.
9192         * gdb.python/py-prompt.c: Ditto (copy of ext-attach.c).
9193
9194 2011-09-02  Pedro Alves  <pedro@codesourcery.com>
9195
9196         * gdb.threads/gcore-thread.exp: Set the global core_supported to
9197         0, before testing gcore.
9198
9199 2011-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9200
9201         * dw2-ifort-parameter-debug.S: Update copyright year.
9202         * dw2-ifort-parameter.c: Update copyright year.
9203         * dw2-ifort-parameter.exp: Update copyright year.
9204
9205         * dw2-ifort-parameter-debug.S: New file.
9206         * dw2-ifort-parameter.c: New file.
9207         * dw2-ifort-parameter.exp: New file.
9208
9209 2011-08-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9210
9211         * gdb.base/commands.exp (error_clears_commands_left): New function.
9212         (): Call it.
9213
9214 2011-08-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9215
9216         * gdb.mi/mi-inheritance-syntax-error.cc (A): Make `a' public.
9217         (C): Initialize `a'.
9218         * gdb.mi/mi-inheritance-syntax-error.exp
9219         (-data-evaluate-expression $path):  Expect `a' as 5.
9220
9221 2011-08-26  Marc Khouzam  <marc.khouzam@ericsson.com>
9222
9223         PR mi/11912
9224         * gdb.mi/mi-inheritance-syntax-error.cc: New file.
9225         * gdb.mi/mi-inheritance-syntax-error.exp: New file.
9226         * gdb.mi/mi-var-cp.cc: Updated for new 'class'
9227         keyword in output of -var-info-path-expression.
9228
9229 2011-08-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
9230
9231         * gdb.trace/backtrace.exp: Use is_lp64_target to check 64bit target.
9232         * gdb.trace/collection.exp: Likewise.
9233         * gdb.trace/report.exp: Likewise.
9234         * gdb.trace/unavailable.exp: Likewise.
9235         * gdb.trace/while-dyn.exp: Likewise.
9236
9237 2011-08-18  Keith Seitz  <keiths@redhat.com>
9238
9239         PR c++/12266
9240         * gdb.cp/meth-typedefs.cc: New file.
9241         * gdb.cp/meth-typedefs.exp: New file.
9242
9243 2011-08-17  Phil Muldoon  <pmuldoon@redhat.com>
9244
9245         * gdb.python/python.exp: Add extended-prompt tests.
9246
9247 2011-08-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9248
9249         * gdb.arch/i386-dr3-watch.exp
9250         (watchpoint on gap1 does not fit debug registers)
9251         (delete all watchpoints): Fix racy expect strings.
9252
9253 2011-08-14  Yao Qi  <yao@codesourcery.com>
9254
9255         * gdb.base/maint.exp: set data_section to ".neardata".
9256         * gdb.base/savedregs.c (thrower): Trigger SIGILL on NO-MMU machine.
9257         * gdb.base/savedregs.exp: Handle SIGILL.
9258         * gdb.mi/mi-syn-frame.c (bar): Trigger SIGILL on NO-MMU machine.
9259         * gdb.xml/tdesc-regs.exp: Set core-regs for tic6x-*-*.
9260
9261 2011-08-12  Doug Evans  <dje@google.com>
9262
9263         * gdb.python/py-symbol.exp: Add test for symbol.type.
9264
9265 2011-08-12  Ulrich Weigand  <ulrich.weigand@linaro.org>
9266
9267         * gdb.threads/pthreads.exp: Enable on non-native configurations.
9268         * gdb.mi/mi-pthreads.exp: Likewise.
9269         * gdb.mi/mi2-pthreads.exp: Likewise.
9270         * gdb.mi/gdb669.exp.exp: Likewise.
9271
9272 2011-08-09  Pedro Alves  <pedro@codesourcery.com>
9273
9274         * lib/mi-support.exp (detect_async): Rename to...
9275         (mi_detect_async): ... this.
9276         * gdb.mi/mi-nonstop-exit.exp: Adjust.
9277         * gdb.mi/mi-nonstop.exp: Adjust.
9278         * gdb.mi/mi-ns-stale-regcache.exp: Adjust.
9279         * gdb.mi/mi-nsintrall.exp: Adjust.
9280         * gdb.mi/mi-nsmoribund.exp: Adjust.
9281         * gdb.mi/mi-nsthrexec.exp: Adjust.
9282
9283 2011-08-09  Pedro Alves  <pedro@codesourcery.com>
9284
9285         * gdb.base/display.c (do_loops): New `p_i' local.
9286         * gdb.base/display.exp: Test displaying a variable that is
9287         temporarily at a bad address.
9288
9289 2011-08-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9290
9291         * gdb.dwarf2/dw2-op-stack-value.S: New file.
9292         * gdb.dwarf2/dw2-op-stack-value.exp: New file.
9293
9294 2011-08-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
9295
9296         * gdb.dwarf2/dw2-simple-locdesc.S: Replace .value by .2byte.
9297         * gdb.dwarf2/dw2-case-insensitive.exp (regexp case-sensitive off)
9298         (p fuNC_symtab): Permit also ppc64 leading dot.
9299
9300 2011-08-05  Pedro Alves  <pedro@codesourcery.com>
9301
9302         * gdb.trace/unavailable.exp (test_maybe_regvar_display): New
9303         procedure.
9304         (gdb_collect_args_test, gdb_collect_locals_test): Use it.
9305
9306 2011-08-05  Yao Qi  <yao@codesourcery.com>
9307
9308         * gdb.base/callfuncs.exp: Set language after main.
9309         * gdb.cp/cplusfuncs.exp: Likewise.
9310         * gdb.cp/inherit.exp: Likewise.
9311
9312 2011-08-04  Ulrich Weigand  <ulrich.weigand@linaro.org>
9313
9314         * gdb.base/nostdlib.exp: Skip on gdb_stub targets.
9315         * gdb.base/watch-vfork.exp: Skip on remote targets.
9316
9317 2011-08-04  Ulrich Weigand  <ulrich.weigand@linaro.org>
9318
9319         * gdb.threads/thread-find.exp: Support remote targets.
9320
9321 2011-08-04  Ulrich Weigand  <ulrich.weigand@linaro.org>
9322
9323         * gdb.base/jit.exp: Download solib_binfile to target.
9324         * gdb.base/jit-so.exp:  Likewise.  Also, use gdb_load_shlibs
9325         and call dlopen without full path name.
9326         * gdb.cp/infcall-dlopen.exp: Use gdb_load_shlibs and call
9327         dlopen without full path name.
9328
9329 2011-08-03  Philippe Waroquiers  <philippe.waroquiers@skynet.be>
9330
9331         * gdb.base/break-always.exp: Complete the test
9332         with duplicated breakpoints and enabling/disabling them.
9333
9334 2011-08-02  Tom Tromey  <tromey@redhat.com>
9335
9336         PR gdb/11289:
9337         * gdb.cp/overload.exp: Fix regexps.  Remove kfails.
9338
9339 2011-08-01  Paul Pluzhnikov  <ppluzhnikov@google.com>
9340
9341         PR gdb/13045
9342         * gdb.base/float.exp: Add new test case for PR gdb/13045
9343         * gdb.base/float.c: New file.
9344
9345 2011-07-28  Phil Muldoon  <pmuldoon@redhat.com>
9346
9347         * gdb.python/py-mi.exp: Test printers returning string hint, and
9348         also not returning a value.
9349         * gdb.python/py-prettyprint.c: Add testcase for above.
9350         * gdb.python/py-prettyprint.py: Add test printer for above.
9351
9352 2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
9353
9354         * gdb.dwarf2/dw2-simple-locdesc.S: Change DWARF version to 3.
9355         (.Ldie26, .Ldie41, .Ldie4a, .Ldie54, .Ldie5b): Remove.
9356         (.Ldie30) Add as field "data4".
9357         (.Ldie32) Rename field "b" to "shl".
9358         (abbrev4) Change for the "data4" field.
9359         (abbrev5, abbrev6) Remove.
9360         * gdb.dwarf2/dw2-simple-locdesc.exp (p &s.b): Rename to ...
9361         (p &s.shl): ... here.  Add comment.
9362         (p &s.data4): New.
9363
9364 2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
9365
9366         Fix crash on lval_computed values.
9367         * gdb.dwarf2/implptr.exp (print sizeof (j[0])): New test.
9368
9369 2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
9370
9371         * gdb.base/help.exp (help whatis): Update the expected string.
9372
9373 2011-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
9374
9375         * gdb.dwarf2/dw2-simple-locdesc.S: New file.
9376         * gdb.dwarf2/dw2-simple-locdesc.exp: New file.
9377         * gdb.dwarf2/dw2-stack-boundary.exp (check partial symtab errors):
9378         Change the expected string.
9379
9380 2011-07-26  Pedro Alves  <pedro@codesourcery.com>
9381
9382         * gdb.base/watchpoint.exp
9383         (test_disable_enable_software_watchpoint): New procedure.
9384         (top level): Run it.
9385
9386 2011-07-26  Ulrich Weigand  <ulrich.weigand@linaro.org>
9387
9388         * gdb.python/py-mi.exp: Avoid '+' in filenames.  Call C version of
9389         executable file "${binfile}", C++ version "${binfile}-cxx".
9390         * gdb.python/py-prettyprint.exp: Likewise.
9391         * gdb.python/py-symbol.exp: Likewise.
9392         * gdb.python/py-type.exp: Likewise.
9393         * gdb.python/py-value.exp: Likewise.
9394         * gdb.python/py-template.exp (test_template_arg): Pass full executable
9395         file name instead of just suffix.
9396
9397 2011-07-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
9398
9399         Fix implicit pointer offsets.
9400         * gdb.dwarf2/implptr.c (add): New marker baz breakpoint.
9401         * gdb.dwarf2/implptr.exp (set baz breakpoint for implptr)
9402         (continue to breakpoint: continue to baz breakpoint for implptr)
9403         (sanity check element 0, sanity check element 1)
9404         (enter the inlined function, check element 0 for the offset)
9405         (check element 1 for the offset)
9406         (continue to breakpoint: ignore the second baz breakpoint): New tests.
9407         (set foo breakpoint for implptr): Update the breakpoint number.
9408
9409 2011-07-22  Ulrich Weigand  <ulrich.weigand@linaro.org>
9410
9411         * gdb.python/py-mi.exp: Use different file names for different
9412         versions of the executable under test.
9413         * gdb.python/py-prettyprint.exp: Likewise.
9414         * gdb.python/py-symbol.exp: Likewise.
9415         * gdb.python/py-template.exp: Likewise.
9416         * gdb.python/py-type.exp: Likewise.
9417         * gdb.python/py-value.exp: Likewise.
9418
9419 2011-07-22  Ulrich Weigand  <ulrich.weigand@linaro.org>
9420
9421         * gdb.python/py-breakpoint.exp: Re-set can-use-hw-watchpoints
9422         flag after restarting GDB if necessary.
9423
9424 2011-07-22  Ulrich Weigand  <ulrich.weigand@linaro.org>
9425
9426         * gdb.python/py-shared.exp: Call gdb_load_shlibs.
9427
9428 2011-07-22  Pedro Alves  <pedro@codesourcery.com>
9429
9430         * gdb.arch/i386-dr3-watch.exp: Test that the i386 watchpoints
9431         backend doesn't leave used debug registers behind.
9432
9433 2011-07-22  Tom Tromey  <tromey@redhat.com>
9434
9435         * gdb.dwarf2/typeddwarf.c: XFAIL 'z' on x86-64.
9436         * gdb.dwarf2/typeddwarf.exp (xfail-gdb-test): Add arch_pattern
9437         argument.
9438         * gdb.dwarf2/typeddwarf-amd64.S: New file.
9439
9440 2011-07-21  Matt Rice  <ratmice@gmail.com>
9441
9442         * gdb.threads/Makefile.in: Avoid globbing corethreads.exp
9443         in mostlyclean rule.  Add files ending in .core.
9444
9445 2011-07-21  Matt Rice  <ratmice@gmail.com>
9446
9447         PR macros/12999
9448         * gdb.base/info-macros.c: New test sources.
9449         * gdb.base/info-macros.exp: New tests.
9450
9451 2011-07-21  Phil Muldoon  <pmuldoon@redhat.com>
9452
9453         * gdb.python/python.exp: Add prompt substitution tests.
9454
9455 2011-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
9456
9457         Fix crash if referenced CU is aged out.
9458         * gdb.dwarf2/dw2-op-call.exp (maintenance set dwarf2 max-cache-age 0):
9459         New.
9460         * gdb.dwarf2/implptr.exp: Likewise.
9461
9462 2011-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
9463
9464         * gdb.dwarf2/implptr.S: Rebuilt.
9465         * gdb.dwarf2/implptr.c (intp, intpp, intppp): New typedefs.
9466         (bar): Use them for j, k, l.
9467         * gdb.dwarf2/implptr.exp: New variable opts.  Support runtest parameter
9468         COMPILE.
9469         (print j in implptr:bar): Update for the intp typedef.
9470         (print p[0].x in implptr:foo): Use more exact regex.
9471
9472 2011-07-18  Tom Tromey  <tromey@redhat.com>
9473
9474         * gdb.cp/static-method.exp: Add missing single quote.
9475
9476 2011-07-18  Yao Qi  <yao@codesourcery.com>
9477
9478         * gdb.base/async-shell.exp: Skip test if displaced stepping is not
9479         supported.
9480         * gdb.mi/mi-nonstop-exit.exp: Likewise.
9481         * gdb.mi/mi-nonstop.exp: Likewise.
9482         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9483         * gdb.mi/mi-nsintrall.exp: Likewise.
9484         * gdb.mi/mi-nsmoribund.exp: Likewise.
9485         * gdb.mi/mi-nsthrexec.exp: Likewise.
9486         * gdb.python/py-evthreads.exp: Likewise.
9487
9488 2011-07-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
9489
9490         Code cleanup.
9491         * gdb.cp/namespace.exp (xfail_class_types): New variable.  Initialize
9492         it.  Substitute it instead of test_compiler_info everywhere.
9493
9494 2011-07-15  Ulrich Weigand  <ulrich.weigand@linaro.org>
9495
9496         * gdb.base/type-opaque.exp: Use gdb_load_shlibs.  Run test on
9497         remote targets as well.
9498
9499 2011-07-15  Ulrich Weigand  <ulrich.weigand@linaro.org>
9500
9501         * lib/gdb.exp (gdb_compile_shlib_pthreads): New helper.
9502         * gdb.threads/tls-shared.exp: Use it.  Call gdb_load_shlibs.
9503
9504 2011-07-15  Ulrich Weigand  <ulrich.weigand@linaro.org>
9505
9506         * lib/gdb.exp (gdb_compile): Specify rpath if the *target* is
9507         a remote machine, not the host.
9508         (gdb_compile_shlib): Set soname if target is remote.
9509
9510 2011-07-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
9511
9512         * gdb.cp/minsym-fallback.exp: Link in C++ mode.
9513
9514 2011-07-13  Matt Rice <ratmice@gmail.com>
9515
9516         * gdb.python/py-objfile-script-gdb.py: Renamed to
9517         py-objfile-script-gdb.py.in.
9518         * gdb.python/py-objfile-script-gdb.py.in: Renamed from
9519         py-objfile-script-gdb.py.
9520         * gdb.python/py-objfile-script.exp: Update reference to
9521         py-objfile-script-gdb.py.
9522
9523 2011-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
9524
9525         * gdb.dwarf2/dw2-op-call.S (array1): Use the real label; do not
9526         reference undefined label.
9527
9528 2011-07-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
9529
9530         * gdb.dwarf2/dw2-const.S (Pointer size): Change from 4 to 8.
9531         (DW_AT_high_pc, DW_AT_low_pc): Remove them.
9532         (val8, .Ltype_const8, .Ltype_int8, DW_TAG_variable): New.
9533         * gdb.dwarf2/dw2-const.exp (print/x val8): New test.
9534
9535 2011-07-11  Phil Muldoon  <pmuldoon@redhat.com>
9536
9537         PR python/12438
9538         * gdb.python/python.exp: Add maint set/show python print-stack
9539         deprecated tests.  Add set/show python print-backtrace tests.
9540
9541 2011-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
9542
9543         * gdb.java/jprint.exp (print a java.lang.String): xfail without system
9544         debug info.
9545
9546 2011-07-06  Matt Rice  <ratmice@gmail.com>
9547
9548         * gdb.python/python.exp: Update filename paths.
9549         * gdb.python/py-symtab.exp: Ditto.
9550
9551 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
9552
9553         * gdb.python/py-evthreads.exp: Add missing `$'.
9554
9555 2011-07-06  Jie Zhang  <jie.zhang@analog.com>
9556
9557         * config/bfin.exp: New file.
9558         * gdb.asm/asm-source.exp (bfin-*-*): Handle Blackfin targets.
9559         * gdb.asm/bfin.inc: New file.
9560
9561 2011-07-06  Marek Polacek  <mpolacek@redhat.com>
9562
9563         * gdb.python/py-evthreads.exp: Fix race by adding an anchor to match
9564         the whole output.
9565
9566 2011-07-05  Tom Tromey  <tromey@redhat.com>
9567
9568         * gdb.java/jprint.java (jprint.hi): New field.
9569         * gdb.java/jprint.exp: Print string.
9570
9571 2011-07-05  Thiago Jung Bauermann  <bauerman.ibm.com>
9572
9573         * gdb.base/call-sc.c: Fix typos.
9574         * gdb.base/ifelse.exp: Likewise.
9575         * gdb.base/structs.c: Likewise.
9576
9577 2011-07-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
9578
9579         * gdb.base/jit-so.exp: New test.
9580         * gdb.base/jit-dlmain.c: New file.
9581         * gdb.base/jit-main.c: Allow "main" to be elsewhere.
9582
9583 2011-07-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
9584
9585         * gdb.cp/m-static.exp: Call get_compiler_info.
9586         (static const int initialized nowhere): Call setup_xfail for gcc <= 4.4.
9587         * gdb.cp/pr9167.exp (p b): Likewise.
9588         * gdb.cp/temargs.exp: Do not set have_pr_45024_fixed for gcc 4.6.
9589         (test value of P in inner_m, test type of Z in inner_m): Call
9590         setup_xfail for gcc <= 4.5.
9591
9592 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9593
9594         * gdb.cp/paren-type.cc: New files.
9595         * gdb.cp/paren-type.exp: New files.
9596
9597 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9598
9599         Stop on first linespec terminator instead of eating what we can.
9600         * gdb.cp/minsym-fallback-main.cc (main): Call also C::operator ().
9601         * gdb.cp/minsym-fallback.cc (C::operator ()): Define.
9602         * gdb.cp/minsym-fallback.exp (break 'C::f()'): Change to ...
9603         (break C::f()): ... this one.
9604         (break C::operator()()): New test.
9605         * gdb.cp/minsym-fallback.h (C::operator ()): Declare.
9606         * gdb.java/jmisc.exp (break jmisc.main(java.lang.String[])int): New
9607         test.
9608
9609 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9610
9611         Fall back linespec to minimal symbols.
9612         * gdb.base/psymtab.exp (Don't search past end of psymtab.): Update the
9613         error message.
9614         * gdb.cp/cplusfuncs.exp (list foo::operator int*): Likewise.
9615         * gdb.cp/minsym-fallback-main.cc: New file.
9616         * gdb.cp/minsym-fallback.cc: New file.
9617         * gdb.cp/minsym-fallback.exp: New file.
9618         * gdb.cp/minsym-fallback.h: New file.
9619
9620 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9621
9622         * gdb.cp/no-dmgl-verbose.cc: New file.
9623         * gdb.cp/no-dmgl-verbose.exp: New file.
9624
9625 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9626
9627         * gdb.base/break-interp.exp (reach_1, test_ld): Allow also the prefix
9628         __GI_.
9629         * gdb.cp/psymtab-parameter.cc (func): Make it a template function.
9630         (f): New function.
9631         * gdb.cp/psymtab-parameter.exp (complete break 'func(): Rename to ...
9632         (complete p 'func<short>(): ... here.
9633         * gdb.dwarf2/dw2-linkage-name-trust-main.cc: New file.
9634         * gdb.dwarf2/dw2-linkage-name-trust.S: New file.
9635         * gdb.dwarf2/dw2-linkage-name-trust.exp: New file.
9636         * gdb.cp/temargs.exp (test type of F in k3_m, test value of F in k3_m):
9637         Make them KFAIL gcc/49546.
9638
9639 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
9640
9641         * gdb.ada/catch_ex.exp: Add temporary catchpoint tests.
9642
9643 2011-07-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
9644
9645         Test GCC PR debug/49546.
9646         * gdb.cp/temargs.exp (set sixth breakpoint for temargs)
9647         (test type of F in k3_m, test value of F in k3_m): New.
9648         * gdb.cp/temargs.cc (struct S3, struct K3): New.
9649         (main): New variable k3.  Call k3.k3_m.
9650
9651 2011-07-01  Jean-Charles Delay  <delay@adacore.com>
9652
9653         * gdb.ada/packed_array.exp: Fix expected outout.
9654
9655 2011-07-01  Jean-Charles Delay  <delay@adacore.com>
9656
9657         * gdb.ada/packed_array.exp: fixed expected output.
9658
9659 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
9660
9661         * gdb.ada/same_enum: New testcase.
9662
9663 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
9664
9665         * gdb.ada/ptr_typedef: New testcase.
9666
9667 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
9668
9669         * gdb.ada/arrayptr.exp: Add ptype test.
9670
9671 2011-07-01  Joel Brobecker  <brobecker@adacore.com>
9672
9673         * gdb.ada/char_enum: New testcase.
9674
9675 2011-07-01  Yao Qi  <yao@codesourcery.com>
9676
9677         * gdb.base/dump.exp (capture_pointer_with_type): New.
9678         Get value from address instead of name.
9679         Start GDB once, and do `dump' and `restore'
9680         tests together.
9681
9682 2011-06-30  Jie Zhang <jie.zhang@analog.com>
9683             Mike Frysinger  <vapier@gentoo.org>
9684
9685         * config/monitor.exp (get_remotetimeout, set_remotetimeout): New
9686         helper functions for getting/setting remotetimeout variable.
9687         * lib/gdb.exp (gdb_load): If the target is remote, set
9688         $oldremotetimeout to get_remotetimeout, then call set_remotetimeout
9689         with $loadtimeout.  Set $load_ok to 0 before doing the load.
9690         Instead of returning, immediately, set $load_ok to 0.  Call
9691         set_remotetimeout with $oldremotetimeout, and then return if
9692         $load_ok is 1.
9693
9694 2011-06-30  Andrew Burgess  <aburgess@broadcom.com>
9695
9696         * gdb.python/py-template.exp: Don't run this test if the target
9697         does not support c++ tests.
9698
9699 2011-06-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
9700
9701         Fix non-only rename list for Fortran modules import.
9702         * gdb.fortran/module.exp (print var_x, print var_y, print var_z): New
9703         tests.
9704         * gdb.fortran/module.f90 (module moduse): New.
9705         (program module): use moduse, test var_x, var_y and var_z.
9706
9707 2011-06-29  Tom Tromey  <tromey@redhat.com>
9708
9709         PR testsuite/12040:
9710         * gdb.fortran/array-element.exp: Use f90, not f77.
9711         * gdb.fortran/complex.exp: Use f90, not f77.
9712         * gdb.fortran/derived-type.exp: Use f90, not f77.
9713         * gdb.fortran/library-module.exp: Use f90, not f77.
9714         * gdb.fortran/logical.exp: Use f90, not f77.
9715         * gdb.fortran/module.exp: Use f90, not f77.
9716         * gdb.fortran/multi-dim.exp: Use f90, not f77.
9717         * gdb.fortran/subarray.exp: Use f90, not f77.
9718
9719 2011-06-29  Tom Tromey  <tromey@redhat.com>
9720
9721         * gdb.fortran/charset.exp: New file.
9722         * gdb.fortran/charset.f90: New file.
9723
9724 2011-06-29  Tom Tromey  <tromey@redhat.com>
9725
9726         PR testsuite/12040:
9727         * lib/future.exp: New file, mostly extracted from ada.exp.
9728         Rewrote compatibility code to use rename.
9729         (gdb_find_gfortran): New proc.
9730         (gdb_default_target_compile): Refresh from dejagnu; plus a pending
9731         gfortran patch.
9732         * lib/ada.exp (gdb_find_gnatmake, gdb_default_target_compile):
9733         Move to future.exp.
9734         * lib/gdb.exp: Always load future.exp.
9735
9736 2011-06-28  Yao Qi  <yao@codesourcery.com>
9737
9738         * gdb.cp/exception.cc: Don't include iostream.
9739         (bar): Remove print statement.
9740         (catcher): New.
9741         (main): Remove print statements.  Call function catcher.
9742         * gdb.cp/exception.exp : Don't match inferior's output in regexp.
9743         Set breakpoint on catcher, and check the value of parameter.
9744
9745 2011-06-23  Yao Qi  <yao@codesourcery.com>
9746
9747         * gdb.cp/mb-inline.exp: Parse the output of `info break' to check
9748         breakpoint 1.2 is disabled.  KFAIL for uclinux.
9749
9750 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
9751
9752         * gdb.mi/mi2-var-display.exp: Replace gdb_test_multiple with
9753         mi_gdb_test.
9754
9755 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
9756
9757         * gdb.mi/mi2-return.exp: Replace gdb_test_multiple with mi_gdb_test.
9758
9759 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
9760
9761         * gdb.mi/mi2-console.exp: Replace gdb_test_multiple with mi_gdb_test.
9762
9763 2011-06-23  Marek Polacek  <mpolacek@redhat.com>
9764
9765         * gdb.mi/mi2-basics.exp: Fix races.  Honour the
9766         `test_exec_and_symbol_mi_operatons' return value.
9767         (test_mi_interpreter_selection): Use mi_gdb_test instead of
9768         gdb_test_multiple.
9769         (test_exec_and_symbol_mi_operatons): Likewise.
9770         (test_path_specification): Likewise.
9771
9772 2011-06-23  Yao Qi  <yao@codesourcery.com>
9773
9774         * gdb.base/moribund-step.exp: Skip test if displaced stepping is not
9775         supported.
9776         * lib/gdb.exp (support_displaced_stepping): New.
9777
9778 2011-06-23  Yao Qi  <yao@codesourcery.com>
9779
9780         * gdb.threads/execl.exp: Skip on remote target.
9781
9782 2011-06-21  Marek Polacek  <mpolacek@redhat.com>
9783
9784         * gdb.mi/mi-var-display.exp: Replace gdb_test_multiple with
9785         mi_gdb_test.
9786
9787 2011-06-20  Marek Polacek  <mpolacek@redhat.com>
9788
9789         * gdb.mi/mi-nsintrall.exp: Replace gdb_test_multiple with mi_gdb_test.
9790
9791 2011-06-20  Marek Polacek  <mpolacek@redhat.com>
9792
9793         * gdb.mi/mi-nsmoribund.exp: Replace gdb_test_multiple with
9794         mi_gdb_test.
9795
9796 2011-06-20  Marek Polacek  <mpolacek@redhat.com>
9797
9798         * gdb.mi/mi-return.exp: Replace gdb_test_multiple with mi_gdb_test.
9799
9800 2011-06-14  Yao Qi  <yao@codesourcery.com>
9801
9802         gdb/testsuite/
9803         * gdb.threads/ia64-sigill.exp: Remove "set debug lin-lwp 1".
9804
9805 2011-06-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
9806
9807         * gdb.dwarf2/dw2-filename.exp (info sources): New testcase.
9808
9809 2011-06-10  Tom Tromey  <tromey@redhat.com>
9810
9811         * gdb.cp/temargs.exp: Let tests pass if compiler bug is fixed.
9812         Add tests for pointer-to-member-function.
9813         * gdb.cp/temargs.cc (S::somefunc): New function.
9814         (K2): New class.
9815         (main): Instantiate K2; call method.
9816
9817 2011-06-08  Joel Brobecker  <brobecker@adacore.com>
9818
9819         * gdb.python/py-inferior.c (f2): Make str an array rather
9820         than a pointer.
9821         * gdb.python/py-inferior.exp: Adjust testcase accordingly.
9822
9823 2011-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
9824
9825         * gdb.base/async-shell.c: New file.
9826         * gdb.base/async-shell.exp: New file.
9827
9828 2011-06-06  Pedro Alves  <pedro@codesourcery.com>
9829
9830         * gdb.threads/pending-step.exp: Add more context to SIGTRAP match.
9831
9832 2011-06-03  Joel Brobecker  <brobecker@adacore.com>  (obvious fix)
9833
9834         From Stephen Kitt  <steve@sk2.org>
9835         * gdb.base/help.exp: Adjust following some spelling corrections
9836         in GDB.
9837
9838 2011-06-01  Yao Qi  <yao@codesourcery.com>
9839
9840         * gdb.base/ending-run.exp: Match __uClibc_main for uClibc.
9841
9842 2010-05-31  Keith Seitz  <keiths@redhat.com>
9843
9844         PR c++/12750
9845         * gdb.cp/static-method.cc: New file.
9846         * gdb.cp/static-method.exp: New file.
9847
9848 2010-05-31  Keith Seitz  <keiths@redhat.com>
9849
9850         PR symtab/12704
9851         * gdb.cp/anon-ns.cc: New file.
9852         * gdb.cp/anon-ns.exp: New file.
9853
9854 2011-05-31  Pedro Alves  <pedro@codesourcery.com>
9855
9856         * gdb.arch/i386-dr3-watch.c: New file.
9857         * gdb.arch/i386-dr3-watch.exp: New file.
9858
9859 2011-05-30  Yao Qi  <yao@codesourcery.com>
9860
9861         * gdb.base/callfuncs.c (t_structs_fc): New.
9862         (t_structs_dc, t_structs_ldc): New.
9863         (t_double_many_args):
9864         (DEF_FUNC_MANY_ARGS_1, DEF_FUNC_MANY_ARGS_2): Define.
9865         (DEF_FUNC_MANY_ARGS_3, DEF_FUNC_VALUES_1): Define.
9866         (DEF_FUNC_VALUES_2, DEF_FUNC_VALUES_3): Define.
9867         * gdb.base/callfuncs.exp: Call new functions.
9868
9869 2011-05-30  Yao Qi  <yao@codesourcery.com>
9870
9871         * gdb.base/callfuncs.exp (rerun_and_prepare): New.
9872         Call rerun_and_prepare for each test to isolate effects.
9873
9874 2011-05-30  Yao Qi  <yao@codesourcery.com>
9875
9876         * gdb.base/varargs.c (find_max_float_real): New.
9877         (find_max_double_real, find_max_long_double_real): New.
9878         * gdb.base/varargs.exp: Call these new added functions.
9879         * lib/gdb.exp (setup_kfail_for_target): New.
9880
9881 2011-05-30  Yao Qi  <yao@codesourcery.com>
9882
9883         * gdb.base/funcargs.c (callca, callcb, callcc): New.
9884         (callcd, callce, callcf, callc1a, callc1b): New.
9885         (callc2a, callc2b): New.
9886         * gdb.base/funcargs.exp (complex_args): New.
9887         (complex_integral_args, complex_float_integral_args): New.
9888         * lib/gdb.exp (support_complex_tests): New.  Determine
9889         whether to run test cases on _Complex types.
9890
9891 2011-05-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
9892
9893         * gdb.threads/leader-exit.c: New file.
9894         * gdb.threads/leader-exit.exp: New file.
9895
9896 2011-05-27  Marek Polacek  <mpolacek@redhat.com>
9897
9898         * gdb.mi/mi-nonstop.exp: Replace gdb_test_multiple with mi_gdb_test.
9899
9900 2011-05-27  Marek Polacek  <mpolacek@redhat.com>
9901
9902         * gdb.mi/mi-nonstop-exit.exp: Remove the `-gdb-show non-stop' testcase,
9903         remove the `supported' variable.
9904         * gdb.mi/mi-nonstop.exp: Likewise.
9905         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9906         * gdb.mi/mi-nsintrall.exp: Likewise.
9907         * gdb.mi/mi-nsmoribund.exp: Likewise.
9908         * gdb.mi/mi-nsthrexec.exp: Likewise.
9909
9910 2011-05-26  Pedro Alves  <pedro@codesourcery.com>
9911
9912         * gdb.reverse/finish-reverse-bkpt.exp: New test.
9913
9914 2011-05-26  Pedro Alves  <pedro@codesourcery.com>
9915
9916         * gdb.reverse/next-reverse-bkpt-over-sr.exp: New test.
9917
9918 2011-05-24  Keith Seitz  <keiths@redhat.com>
9919
9920         PR breakpoint/12803
9921         * gdb.cp/cmpd-minsyms.cc (a): New method.
9922         (b): New method.
9923         (c): New method.
9924         * gdb.cp/cmpd-minsyms.exp: Add tests for new methods.
9925
9926 2011-05-24  Pedro Alves  <pedro@codesourcery.com>
9927
9928         * gdb.base/commands.exp (watchpoint_command_test): Check that the
9929         watchpoint's command list didn't execute when the watchpoint went
9930         out of scope.
9931
9932 2011-05-24  Pierre Muller  <muller@ics.u-strasbg.fr>
9933
9934         Centralize -DSYMBOL_PREFIX=\"_\" additional flags in gdb.exp.
9935         * lib/gdb.exp (gdb_target_symbol_prefix_flags): New procedure.
9936         * gdb.arch/i386-bp_permanent.exp: Use gdb_target_symbol_prefix_flags.
9937         * gdb.arch/i386-gnu-cfi.exp: Likewise.
9938         * gdb.arch/i386-permbkpt.exp: Likewise.
9939         * gdb.arch/i386-prologue.exp: Likewise.
9940         * gdb.arch/i386-size-overlap.exp: Likewise.
9941         * gdb.arch/i386-size.exp: Likewise.
9942         * gdb.arch/i386-unwind.exp: Likewise.
9943         * gdb.reverse/i386-precsave.exp: Likewise.
9944         * gdb.reverse/i386-reverse.exp: Likewise.
9945         * gdb.reverse/i386-sse-reverse.exp: Likewise.
9946         * gdb.reverse/i387-env-reverse.exp: Likewise.
9947         * gdb.reverse/i387-stack-reverse.exp: Likewise.
9948
9949 2011-05-24  Pedro Alves  <pedro@codesourcery.com>
9950
9951         * gdb.trace/tfile.exp: Add test that opening the basic.tf trace
9952         file doesn't error, using MI.
9953
9954 2011-05-23  Tom Tromey  <tromey@redhat.com>
9955
9956         * gdb.base/charset.exp (string_display): Add tests to assign to
9957         arrays.
9958         * gdb.base/charset.c (short_array, int_array, long_array): New.
9959
9960 2011-05-20  Pedro Alves  <pedro@codesourcery.com>
9961
9962         Cope with async mode.
9963
9964         * gdb.mi/mi-break.exp (test_breakpoint_commands): Split gdb_test
9965         into gdb_test + mi_expect_stop.
9966
9967 2011-05-20  Pedro Alves  <pedro@codesourcery.com>
9968
9969         * gdb.mi/basics.c: Don't include stdio.h or unistd.h.
9970         (callme): Remove printf call.
9971
9972 2011-05-20  Pierre Muller  <muller@ics.u-strasbg.fr>
9973
9974         * lib/gdb.exp (gdb_test_list_exact): Suggest use of double
9975         quote pattern to avoid problems with Cygwin/mingw expect versions.
9976         * gdb.base/default.exp (show convenience): Use double
9977         quote pattern for regular expressions.
9978
9979 2011-05-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
9980
9981         Fix -readnow for -gdwarf-4 unused type units.
9982         * gdb.dwarf2/dw4-sig-type-unused.S: New file.
9983         * gdb.dwarf2/dw4-sig-type-unused.exp: New file.
9984
9985 2011-05-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
9986
9987         * gdb.base/kill-after-signal.c: New file.
9988         * gdb.base/kill-after-signal.exp: New file.
9989
9990 2011-05-16  Pedro Alves  <pedro@codesourcery.com>
9991
9992         * gdb.ada/start.exp: Call untested with the correct test filename.
9993         * gdb.arch/i386-bp_permanent.exp: Call untested with the correct
9994         test filename.  Make the test's binary unique.
9995         * gdb.arch/i386-signal.exp: Call untested with the correct test
9996         filename.
9997         * gdb.arch/i386-size-overlap.exp: Ditto.
9998         * gdb.arch/Makefile.in (EXECUTABLES): Update.
9999         * gdb.base/gcore-buffer-overflow.exp: Ditto.
10000         * gdb.cp/call-c.exp: Ditto.
10001         * gdb.mi/mi-reverse.exp: Call untested with the correct test
10002         filename.  Make the test's binary unique.
10003         * gdb.mi/Makefile.in (EXECUTABLES): Update.
10004         * gdb.python/py-mi.exp: Ditto.
10005         * gdb.python/Makefile.in (EXECUTABLES): Update.
10006         * gdb.reverse/i386-precsave.exp: Ditto.
10007         * gdb.reverse/i387-env-reverse.exp: Call untested with the correct
10008         test filename.
10009         * gdb.reverse/i387-stack-reverse.exp: Ditto.
10010         * gdb.reverse/sigall-precsave.exp: Ditto.  Make the test's binary
10011         unique.
10012         * gdb.reverse/sigall-reverse.exp: Call untested with the correct
10013         test filename.
10014         * gdb.reverse/Makefile.in (EXECUTABLES): Update.
10015         * gdb.trace/tfile.exp: Ditto.
10016
10017 2011-05-14  Yao Qi  <yao@codesourcery.com>
10018
10019         * gdb.trace/tfile.c(add_memory_block): Store address in unsigned
10020         type.
10021
10022 2011-05-13  Doug Evans  <dje@google.com>
10023
10024         * gdb.python/py-objfile-script.exp: New file.
10025         * gdb.python/py-objfile-script.c: New file.
10026         * gdb.python/py-objfile-script-gdb.py: New file.
10027         * testsuite/gdb.python/py-section-script.exp: Test
10028         "info auto-load-scripts".
10029
10030 2011-05-13  Tom Tromey  <tromey@redhat.com>
10031
10032         * gdb.dwarf2/clztest.exp: New file.
10033         * gdb.dwarf2/clztest.c: New file.
10034         * gdb.dwarf2/clztest.S: New file.
10035
10036 2011-05-13  Doug Evans  <dje@google.com>
10037
10038         * gdb.base/charset.exp: If UTF-16 is not available, skip char16_t,
10039         String16 tests.
10040
10041 2011-05-13  Tom Tromey  <tromey@redhat.com>
10042
10043         * lib/gdb.exp (is_x86_like_target): New proc.
10044         * gdb.dwarf2/watch-notconst.exp: Use is_x86_like_target.
10045         * gdb.dwarf2/valop.exp: Use is_x86_like_target.
10046         * gdb.dwarf2/typeddwarf.exp: Use is_x86_like_target.  Pass
10047         -nostdlib to compiler.
10048         * gdb.dwarf2/typeddwarf.S (_start): Rename from 'main'.
10049         * gdb.dwarf2/pieces.exp: Use is_x86_like_target.
10050         * gdb.dwarf2/implptr.exp: Use is_x86_like_target.
10051         * gdb.dwarf2/dw2-restore.exp: Check for LP64.
10052         * gdb.dwarf2/callframecfa.exp: Use is_x86_like_target.
10053
10054 2011-05-13  Thiago Jung Bauermann  <bauerman@br.ibm.com>
10055
10056         * gdb.python/py-function.exp: Test setting a value from a function
10057         which executes a command.
10058
10059 2011-05-12  Tom Tromey  <tromey@redhat.com>
10060
10061         * gdb.dwarf2/typeddwarf.S: New file.
10062         * gdb.dwarf2/typeddwarf.c: New file.
10063         * gdb.dwarf2/typeddwarf.exp: New file.
10064
10065 2011-05-12  Marek Polacek  <mpolacek@redhat.com>
10066
10067         * gdb.mi/mi-basics.exp: Fix races.  Honour the
10068         `test_exec_and_symbol_mi_operatons' return value.
10069         (test_mi_interpreter_selection): Use mi_gdb_test instead of
10070         gdb_test_multiple.
10071         (test_exec_and_symbol_mi_operatons): Likewise.
10072         (test_path_specification): Likewise.
10073
10074 2011-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10075
10076         * lib/gdb.exp (gdb_rename_execfile): Remove catch wrappers.
10077         (gdb_touch_execfile): Remove catch wrappers.  New variable time.
10078         Replace `file copy' and `file rename' by `file mtime'.  Twice.
10079
10080 2011-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10081
10082         * gdb.base/readline-ask.c: New file.
10083         * gdb.base/readline-ask.exp: New file.
10084         * gdb.base/readline-ask.inputrc: New file.
10085
10086 2011-05-06  Ulrich Weigand  <uweigand@de.ibm.com>
10087
10088         * gdb.cell/bt.exp: Delete breakpoints before running to signal
10089         to avoid race condition.
10090         * gdb.cell/coremaker.c: Use small stack size.
10091         * gdb.cell/ea-standalone.exp: Use file name without path as
10092         argument to c_to.
10093         * gdb.cell/fork.exp: Allow other output when continuing to end.
10094
10095 2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
10096
10097         * gdb.threads/corethreads.c: New file.
10098         * gdb.threads/corethreads.exp: New file.
10099
10100 2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
10101
10102         * gdb.threads/gcore-thread.exp (objfile, opts): New variables.
10103         Try to compile the test using -Wl,-z,norelro first.
10104         (load_core): New variable libthread_db_seen, initialize it.
10105         (zeroed-threads cannot be listed): Protect it by XFAIL on
10106         !$libthread_db_seen.
10107
10108 2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
10109
10110         PR 12573
10111         * gdb.dwarf2/dw2-skip-prologue.S: New file.
10112         * gdb.dwarf2/dw2-skip-prologue.c: New file.
10113         * gdb.dwarf2/dw2-skip-prologue.exp: New file.
10114
10115 2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
10116
10117         * gdb.cp/psymtab-parameter.cc: New file.
10118         * gdb.cp/psymtab-parameter.exp: New file.
10119
10120 2011-05-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
10121
10122         Fix a race.
10123         * gdb.cp/static-print-quit.exp (print c): Split to ...
10124         (print c - <return>, print c - q <return>, print c - to quit):
10125         ... these.  Make the testfile untested on gdb-7.1.
10126
10127 2011-5-05  Janis Johnson  <janisjo@codesourcery.com>
10128
10129         * lib/gdb.exp (exec_target_file, exec_symbol_file,
10130         gdb_rename_execfile, gdb_touch_execfile): New.
10131         * gdb.base/reread.exp: Use new procs to handle multiple
10132         exec files.
10133
10134 2011-05-05  Yao Qi  <yao@codesourcery.com>
10135
10136         * gdb.arch/arm-disp-step.S(test_ldr_literal): New.
10137         (test_adr_32bit, test_pop_pc): New.
10138         * gdb.arch/arm-disp-step.exp (test_ldr_literal): New.
10139         (test_adr_32bit, test_pop_pc): New.
10140
10141 2011-05-04  Joseph Myers  <joseph@codesourcery.com>
10142
10143         * gdb.base/a2-run.exp (strongarm-*-coff): Don't handle target.
10144         * gdb.base/float.exp (xscale*-*-*, strongarm*-*-*): Don't handle
10145         targets.
10146         * gdb.base/long_long.exp (xscale*-*-*, strongarm*-*-*): Don't
10147         handle targets.
10148
10149 2011-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
10150
10151         * gdb.base/completion.exp (complete help info wat): Rename to ...
10152         (complete 'help info wat'): ... here.
10153         Remove all `-re ".*' and `-re "^.*' redundant regexes.
10154         (complete 'p 'arg', complete (2) 'p 'arg'): Remove redundant backslash.
10155
10156 2011-05-04  Pedro Alves  <pedro@codesourcery.com>
10157
10158         * gdb.base/completion.exp: Use gdb_test_multiple instead of
10159         gdb_test and explicit $gdb_prompt/timeout matches.
10160
10161 2011-05-04  Yao Qi  <yao@codesourcery.com>
10162
10163         * gdb.arch/arm-disp-step.S: Fix usage of macros __thumb__
10164         and __thumb2__.
10165
10166 2011-05-03  Marek Polacek  <mpolacek@redhat.com>
10167
10168         * gdb.base/pr10179.exp: Get rid of races using `delete_breakpoints'
10169         in place of `gdb_test "delete breakpoints"'.  This eliminates two
10170         testcases.
10171
10172 2011-05-02  Pedro Alves  <pedro@codesourcery.com>
10173
10174         PR testsuite/12649
10175         Fix races.
10176
10177         * gdb.base/completion.exp: Remove all sleep calls.  Remove
10178         unnecessary regexs.  Don't explicitly expect anything after the
10179         prompt.  Eat the prompt if necessary.
10180
10181 2011-05-02  Edjunior Machado  <emachado@linux.vnet.ibm.com>
10182
10183         * gdb.opt/inline-cmds.exp: Adjust checks with "finish" command to
10184         accept to show the caller line again as well as the line after.
10185
10186 2011-04-29  Phil Muldoon  <pmuldoon@redhat.com>
10187
10188         PR mi/12531
10189
10190         * gdb.python/py-mi.exp: Add CPLUS_FAKE_CHILD tests and a C++
10191         compile target.
10192         * gdb.python/py-prettyprint.exp: Add C++ object for
10193         CPLUS_FAKE_CHILD test.
10194
10195 2011-04-28  Ulrich Weigand  <ulrich.weigand@linaro.org>
10196
10197         * gdb.base/signest.exp: New file.
10198         * gdb.base/signest.c: Likewise.
10199
10200 2011-04-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
10201
10202         * lib/mi-support.exp (mi_expect_stop) <stopped at wrong place>: Accept
10203         thread and breakpoint notifications.
10204
10205 2011-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
10206
10207         * gdb.base/fortran-sym-case.c: New file.
10208         * gdb.base/fortran-sym-case.exp: New file.
10209         * gdb.dwarf2/dw2-case-insensitive-debug.S: New file.
10210         * gdb.dwarf2/dw2-case-insensitive.c: New file.
10211         * gdb.dwarf2/dw2-case-insensitive.exp: New file.
10212
10213 2011-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
10214
10215         * lib/gdb.exp (gdb_test_multiple): Eror on newline in $message.
10216         * gdb.base/ifelse.exp: Give names to the "" tests as `if true else
10217         false #1', `if true else false #2' and `if true else false #3'.
10218
10219 2011-04-27  Ulrich Weigand  <ulrich.weigand@linaro.org>
10220
10221         * gdb.base/annota1.exp: Accept breakpoints-invalid annotation
10222         while delivering signal.
10223
10224 2011-04-27  Vladimir Prus  <vladimir@codesourcery.com>
10225
10226         MI breakpoint notifications.
10227
10228         * testsuite/gdb.mi/mi-cli.exp: Adust.
10229         * testsuite/gdb.mi/mi2-cli.exp: Adust.
10230         * testsuite/gdb.mi/mi-watch.exp: Adust.
10231         * testsuite/gdb.mi/mi2-watch.exp: Adust.
10232         * testsuite/lib/mi-support.exp (mi_expect_stop): Accept breakpoint
10233         notifications.
10234
10235 2011-04-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
10236
10237         * gdb.base/gdbindex-stabs-dwarf.c: New file.
10238         * gdb.base/gdbindex-stabs.c: New file.
10239         * gdb.base/gdbindex-stabs.exp: New file.
10240
10241 2011-04-25  Yao Qi  <yao@codesourcery.com>
10242
10243         * gdb.dwarf2/dw2-double-set-die-type.S: Replace comment char `#'
10244         with /*...*/.
10245         * gdb.dwarf2/dw2-modula2-self-type.S: Likewise.
10246
10247 2011-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10248
10249         * gdb.python/py-value.exp (test_objfiles): Name the first test
10250         `py-value in file.filename'.
10251
10252 2011-04-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
10253
10254         * gdb.base/solib-disc.exp: Set gdbserver_reconnect_p.
10255         * lib/gdb.exp (gdb_init): Clear gdbserver_reconnect_p.
10256         * lib/gdbserver-support.exp (gdbserver_start): Add `--once' if
10257         !gdbserver_reconnect_p..
10258         (gdbserver_reconnect): Call error if !gdbserver_reconnect_p..
10259
10260 2011-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
10261
10262         * gdb.cp/cpcompletion.exp (complete class methods)
10263         (complete class methods beginning with F): Move them above runto.  New
10264         comment about the runto delimiter.
10265
10266 2011-04-20  Pedro Alves  <pedro@codesourcery.com>
10267
10268         * gdb.base/maint.exp: Test that "maint print registers" works
10269         without a running program.
10270
10271 2011-04-20  Marek Polacek  <mpolacek@redhat.com>
10272
10273         * gdb.base/setshow.exp: Fix racy tests.
10274         ($old_gdb_prompt): New variable.
10275
10276 2011-04-19  Tom Tromey  <tromey@redhat.com>
10277
10278         * gdb.mi/mi-nsmoribund.exp:
10279         * gdb.hp/gdb.objdbg/objdbg01.exp:
10280         * gdb.base/structs.exp (test_struct_returns):
10281         * gdb.base/call-sc.exp (test_scalar_returns):
10282         * gdb.base/bigcore.exp: Remove duplicate words.
10283
10284 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
10285
10286         * gdb.base/break-interp-lib.c (v, vptr): New variables.
10287         * gdb.base/break-interp.exp (test_attach): New comment.
10288
10289 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
10290
10291         * gdb.threads/gcore-thread.exp ($core0file): New variable.
10292         (clear __stack_user.next, clear stack_used.next)
10293         (save a zeroed-threads corefile): New test.
10294         Call core_load for $core0file.
10295         (zeroed-threads cannot be listed): New test.
10296
10297 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
10298
10299         * gdb.threads/gcore-thread.exp ($testfile): Match it the .exp
10300         filename.
10301         ($srcfile): Preserve the original value.
10302         ($testfile): Match it the .exp filename.
10303         ($corefile): New variable.  Substitute it around.
10304         Use clean_restart.
10305         ($prev_timeout): Remove.
10306         (load_core): Move core loading into this proc.
10307         Fix restore of $timeout if load_core fails.
10308
10309 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
10310
10311         * gdb.base/eu-strip-infcall.c: New file.
10312         * gdb.base/eu-strip-infcall.exp: New file.
10313
10314 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
10315
10316         * gdb.base/callfuncs.c (Lcallfunc, callfunc): New functions.
10317         * gdb.base/callfuncs.exp (print callfunc (Lcallfunc, 5)): New test.
10318
10319 2011-04-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
10320
10321         Fix Python access to inlined frames.
10322         * gdb.python/py-frame-inline.c: New file.
10323         * gdb.python/py-frame-inline.exp: New file.
10324
10325 2011-04-13  Edjunior Machado  <emachado@linux.vnet.ibm.com>
10326
10327         * gdb.base/gdb1090.exp: Change breakpoint location to read the
10328         content of 's24' correctly (avoiding "optimized out").
10329         * gdb.base/gdb1090.c: Add comment in order to set breakpoint.
10330
10331 2011-04-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
10332
10333         * lib/gdb.exp (gdb_breakpoint): New case for a GDB internal error.
10334
10335 2011-04-13  Thiago Jung Bauermann  <bauerman@br.ibm.com>
10336
10337         * gdb.base/watchpoint.exp (test_inaccessible_watchpoint): Don't
10338         expect a colon in watch -location output.
10339
10340 2011-04-13  Marek Polacek  <mpolacek@redhat.com>
10341
10342         * gdb.base/commands.exp (redefine_backtrace_test): Fix race.
10343         New testcase `expect response to define backtrace'.  Also remove
10344         redundant `default' block.
10345
10346 2011-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
10347
10348         * gdb.python/py-prettyprint.c (struct hint_error): New.
10349         (main): New variable hint_error.
10350         * gdb.python/py-prettyprint.exp (run_lang_tests): New testcase
10351         "print hint_error".
10352         * gdb.python/py-prettyprint.py (class pp_hint_error): New.
10353         (register_pretty_printers): Register it.
10354
10355 2011-04-04  Tom Tromey  <tromey@redhat.com>
10356
10357         * gdb.cp/maint.exp (test_help): Update.
10358         (test_namespace): Likewise.
10359
10360 2011-04-01  Joel Brobecker  <brobecker@adacore.com>
10361
10362         * gdb.ada/arrayptr/foo.adb: Add access to constrained array.
10363         * gdb.ada/arrayptr.exp: Add new tests.
10364
10365 2011-04-01  Joel Brobecker  <brobecker@adacore.com>
10366
10367         * gdb.ada/mi_catch_ex: New testcase.
10368
10369 2011-04-01  Pedro Alves  <pedro@codesourcery.com>
10370
10371         * gdb.cp/cpexprs.exp (Overloaded methods): No longer try the
10372         base::overload(void) method without specifying "const".
10373
10374 2011-04-01  Ulrich Weigand  <ulrich.weigand@linaro.org>
10375
10376         * gdb.arch/thumb-singlestep.S: New file.
10377         * gdb.arch/thumb-singlestep.exp: Likewise.
10378
10379 2011-03-31  Tom Tromey  <tromey@redhat.com>
10380
10381         * gdb.python/py-prettyprint.py (exception_flag): New global.
10382         (NoStringContainerPrinter._iterator.next): Check it.
10383         * gdb.python/py-prettyprint.c (main): New variable nstype2.
10384         * gdb.python/py-mi.exp: Set exception_flag and do more tests.
10385
10386 2011-03-29  Tom Tromey  <tromey@redhat.com>
10387
10388         * gdb.cp/anon-struct.cc: New file.
10389         * gdb.cp/anon-struct.exp: New file.
10390
10391 2011-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
10392
10393         Test STT_GNU_IFUNC support.
10394         * gdb.base/gnu-ifunc-lib.c: New file.
10395         * gdb.base/gnu-ifunc.c: New file.
10396         * gdb.base/gnu-ifunc.exp: New file.
10397
10398 2011-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
10399
10400         Support a ring of related breakpoints.
10401         * gdb.base/watchpoint-delete.c: New file.
10402         * gdb.base/watchpoint-delete.exp: New file.
10403
10404 2011-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
10405
10406         * gdb.ada/arrayparam.exp (print first after function call): Use
10407         explicit package name.  Add a comment
10408         (print lasta after function call): Rename ...
10409         (print last after function call): ... it and use explicit package
10410         name.
10411         (print length after function call): Use explicit package name.
10412         * gdb.ada/str_ref_cmp.exp (operator = works for strings): New test.
10413         * gdb.ada/sym_print_name.exp: Change `i' to `integervar'.
10414         (multiple matches for symbol i): Rename ...
10415         (multiple matches for symbol integervar): ... it.
10416         * gdb.ada/sym_print_name/foo.adb (Foo): Change `I' to `IntegerVar'.
10417         * gdb.ada/sym_print_name/pck.ads (Pck): Likewise.
10418
10419 2011-03-25  Andrew Burgess  <aburgess@broadcom.com>
10420
10421         * lib/gdb.exp (default_gdb_start,gdb_init): Clear the GREP_OPTIONS
10422         environment variable to make grep output more predictable. Move
10423         all the environment setup into gdb_init so it's done once per test
10424         case rather than each time we start gdb.
10425
10426 2011-03-24  Tom Tromey  <tromey@redhat.com>
10427
10428         * gdb.base/label.exp: Use `main:there' linespec.  Add re-running
10429         test.
10430
10431 2011-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
10432
10433         * gdb.dwarf2/dw2-entry-value-main.c: New file.
10434         * gdb.dwarf2/dw2-entry-value.S: New file.
10435         * gdb.dwarf2/dw2-entry-value.exp: New file.
10436
10437 2011-03-22  Phil Muldoon  <pmuldoon@redhat.com>
10438
10439         PR python/12183
10440
10441         * gdb.python/py-function.exp: Add GdbError tests.
10442
10443 2011-03-18  Pedro Alves  <pedro@codesourcery.com>
10444
10445         * gdb.trace/unavailable.cc (args_test_func, local_test_func)
10446         (reglocal_test_func, statlocal_test_func): New functions.
10447         (globals_test_func): Call new functions.
10448         * gdb.trace/unavailable.exp (gdb_collect_args_test)
10449         (gdb_collect_locals_test): New procedure.
10450         (gdb_trace_collection_test): Call new procedures.
10451
10452 2011-03-18  Pedro Alves  <pedro@codesourcery.com>
10453
10454         * gdb.trace/unavailable.exp (fpreg, spreg, pcreg): Define.
10455         (test_register, test_register_unavailable): New procedures.
10456         (gdb_unavailable_registers_test): New procedure.
10457         (gdb_trace_collection_test): Call it.
10458
10459 2011-03-18  Phil Muldoon  <pmuldoon@redhat.com>
10460
10461         PR python/12149
10462
10463         * gdb.python/python.exp: Add gdb.write tests.
10464
10465 2010-03-17  Phil Muldoon  <pmuldoon@redhat.com>
10466
10467         * gdb.python/Makefile.in: Add py-objfile.
10468         * gdb.python/py-objfile.exp: New file.
10469         * gdb.python/py-objfile.c: New file.
10470         * gdb.python/py-block.exp: Add is_valid tests.
10471         * gdb.python/py-inferior.exp: Ditto.
10472         * gdb.python/py-infthread.exp: Ditto.
10473         * gdb.python/py-symbol.exp: Ditto.
10474         * gdb.python/py-symtab.exp: Ditto.
10475
10476 2011-03-16  Keith Seitz  <keiths@redhat.com>
10477
10478         PR c++/12273
10479         * gdb.cp/cmpd-minsyms.exp: New test.
10480         * gdb.cp/cmpd-minsyms.cc: New file.
10481
10482         PR c++/11734
10483         * gdb.cp/ovsrch.exp: New test.
10484         * gdb.cp/ovsrch.h: New file.
10485         * gdb.cp/ovsrch1.cc: New file.
10486         * gdb.cp/ovsrch2.cc: New file.
10487         * gdb.cp/ovsrch3.cc: New file.
10488         * gdb.cp/ovsrch4.cc: New file.
10489
10490 2011-03-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
10491
10492         PR gdb/12528
10493         * gdb.base/Makefile.in: Adjust EXECUTABLES.
10494         * gdb.base/break-on-linker-gcd-function.exp: New test.
10495         * gdb.base/break-on-linker-gcd-function.cc: New file.
10496
10497 2011-03-15  Andreas Tobler  <andreast@fgznet.ch>
10498
10499         * gdb.base/jit-main.c: Define ElfW for non glibc elf targets.
10500
10501 2011-03-15  Phil Muldoon  <pmuldoon@redhat.com>
10502
10503         * lib/gdb.exp (gdb_unload): Add another termination case.
10504
10505 2011-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
10506
10507         * gdb.dwarf2/dw2-empty-pc-range.S: New file.
10508         * gdb.dwarf2/dw2-empty-pc-range.exp: New file.
10509         * gdb.dwarf2/pr11465.S: New .text labels text_start and text_end.
10510         Provide a stub byte there.
10511         (DW_TAG_compile_unit): Set DW_AT_low_pc, DW_AT_high_pc and
10512         DW_AT_entry_pc.
10513         (dieb4, dieda): Set DW_AT_high_pc higher than DW_AT_low_pc.
10514
10515 2011-03-15  Ulrich Weigand  <uweigand@de.ibm.com>
10516
10517         * gdb.arch/altivec-abi.exp: Skip "generic" tests on 64-bit when
10518         using a GCC 4.1 or 4.2 compiler.  Add an additional test variant
10519         "generic ABI, auto".
10520         (altivec_abi_tests): Accept vectors returned by reference.
10521
10522 2010-03-14  Phil Muldoon  <pmuldoon@redhat.com>
10523
10524         * gdb.python/py-breakpoint.exp: Add Python stop operations tests.
10525
10526 2011-03-13  Ulrich Weigand  <uweigand@de.ibm.com>
10527
10528         * gdb.python/py-section-script.exp: Skip test if no Python support.
10529
10530 2011-03-12  Ulrich Weigand  <uweigand@de.ibm.com>
10531
10532         * gdb.base/solib-weak.exp: Allow "." prefix for ppc64.
10533
10534 2011-03-10  Phil Muldoon  <pmuldoon@redhat.com>
10535
10536         * gdb.python/py-parameter.exp: Update tests to the new Python
10537         parameter API. Add "no documentation" test.  Add deprecated API
10538         backward compatibility test.
10539
10540 2011-03-09  Tom Tromey  <tromey@redhat.com>
10541
10542         * gdb.ada/catch_ex.exp: Use explicit gdb_test rather than
10543         gdb_continue_to_end.
10544
10545 2011-03-09  Mark Kettenis  <kettenis@gnu.org>
10546
10547         * gdb.base/memattr.exp: Adjust regexps to accept spaces as well as
10548         tabs.
10549
10550 2011-03-09  Tom Tromey  <tromey@redhat.com>
10551
10552         * lib/gdb.exp (inferior_exited_re): Match. leading `['.  Wrap in
10553         parentheses.
10554         (gdb_continue_to_end): Add "allow_extra" parameter.  Use
10555         $command.
10556         * gdb.threads/thread-unwindonsignal.exp: Pass "allow_extra"
10557         argument to gdb_continue_to_end.
10558         * gdb.threads/interrupted-hand-call.exp: Pass "allow_extra"
10559         argument to gdb_continue_to_end.
10560         * gdb.cp/annota3.exp: Fix regex.
10561         * gdb.cp/annota2.exp: Fix regex.
10562         * gdb.base/shlib-call.exp: Pass "allow_extra" argument to
10563         gdb_continue_to_end.
10564         * gdb.base/call-signal-resume.exp: Revert earlier patch.
10565         * gdb.ada/tasks.exp: Pass "allow_extra" argument to
10566         gdb_continue_to_end.
10567
10568 2011-03-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
10569
10570         * gdb.server/ext-run.exp
10571         (load new file without any gdbserver inferior): New test.
10572
10573 2011-03-07  Tom Tromey  <tromey@redhat.com>
10574
10575         * Makefile.in (TAGS): Rewrite.
10576
10577 2011-03-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
10578
10579         * gdb.trace/report.exp (12.1: trace report #1): New match for the
10580         initial commands echo.  New match for `Found trace'.  Anchor all the
10581         other matches.  Anchor and match for `No trace frame found' the final
10582         match.
10583
10584 2011-03-07  Tom Tromey  <tromey@redhat.com>
10585
10586         * Makefile.in (TAGS): New target.
10587
10588 2011-03-07  Tom Tromey  <tromey@redhat.com>
10589
10590         * lib/opencl.exp (skip_opencl_tests): Update for exit message
10591         change.
10592         * lib/mi-support.exp (mi_gdb_test): Update for exit message
10593         change.
10594         * lib/gdb.exp (gdb_test_multiple): Update comment.  Update for
10595         exit message change.
10596         (skip_altivec_tests): Update for exit message change.
10597         (skip_vsx_tests): Likewise.
10598         (gdb_continue_to_end): Likewise.  Add 'command' argument.
10599         * lib/cell.exp (skip_cell_tests): Update for exit message change.
10600         * gdb.threads/tls.exp: Update for exit message change.
10601         * gdb.threads/thread-unwindonsignal.exp: Use
10602         gdb_continue_to_end.
10603         * gdb.threads/step.exp (step_it): Update for exit message change.
10604         (continue_all): Likewise.
10605         * gdb.threads/print-threads.exp (test_all_threads): Update for
10606         exit message change.
10607         * gdb.threads/interrupted-hand-call.exp: Use
10608         gdb_continue_to_end.
10609         * gdb.threads/execl.exp: Use gdb_continue_to_end.
10610         * gdb.python/py-prettyprint.exp (run_lang_tests): Use
10611         gdb_continue_to_end.
10612         * gdb.hp/gdb.objdbg/objdbg02.exp: Use gdb_continue_to_end.
10613         * gdb.hp/gdb.objdbg/objdbg01.exp: Use gdb_continue_to_end.
10614         * gdb.hp/gdb.defects/solib-d.exp: Update for exit message change.
10615         * gdb.cp/method.exp: Update for exit message change.
10616         * gdb.cp/mb-templates.exp: Update for exit message change.
10617         * gdb.cp/mb-inline.exp: Use gdb_continue_to_end.
10618         * gdb.cp/annota3.exp: Update for exit message change.
10619         * gdb.cp/annota2.exp: Update for exit message change.
10620         * gdb.cell/fork.exp: Use gdb_continue_to_end.
10621         * gdb.base/term.exp: Update for exit message change.
10622         * gdb.base/step-test.exp (test_i): Update for exit message change.
10623         * gdb.base/sigstep.exp (advance): Update for exit message change.
10624         (advancei): Likewise.
10625         * gdb.base/siginfo.exp: Update for exit message change.
10626         * gdb.base/shlib-call.exp: Use gdb_continue_to_end.
10627         * gdb.base/reread.exp: Use gdb_continue_to_end.
10628         * gdb.base/langs.exp: Use gdb_continue_to_end.
10629         * gdb.base/interrupt.exp: Update for exit message change.
10630         * gdb.base/gdb1555.exp: Update for exit message change.
10631         * gdb.base/exe-lock.exp: Use gdb_continue_to_end.
10632         * gdb.base/ending-run.exp: Update for exit message change.
10633         * gdb.base/chng-syms.exp: Update for exit message change.
10634         * gdb.base/checkpoint.exp: Update for exit message change.
10635         * gdb.base/catch-syscall.exp (check_for_program_end): Use
10636         gdb_continue_to_end.
10637         (test_catch_syscall_with_wrong_args): Likewise.
10638         * gdb.base/call-signal-resume.exp: Use gdb_continue_to_end.
10639         * gdb.base/break-interp.exp (test_ld): Update for exit message
10640         change.
10641         * gdb.base/bang.exp: Update for exit message change.
10642         * gdb.base/attach.exp (do_attach_tests): Use gdb_continue_to_end.
10643         (do_call_attach_tests): Likewise.
10644         * gdb.base/a2-run.exp: Update for exit message change.
10645         * gdb.arch/ppc-dfp.exp: Update for exit message change.
10646         * gdb.ada/tasks.exp: Use gdb_continue_to_end.
10647         * gdb.ada/catch_ex.exp: Use gdb_continue_to_end.
10648
10649 2011-03-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
10650
10651         * gdb.base/help.exp (help thread find): Fix one forgotten quote.
10652
10653 2011-03-03  Tom Tromey  <tromey@redhat.com>
10654
10655         * gdb.hp/gdb.aCC/Makefile.in (Makefile): Remove.
10656         * gdb.hp/gdb.aCC/configure (Makefile): Remove.
10657         * gdb.hp/gdb.aCC/configure.ac: Remove.
10658         * gdb.hp/gdb.base-hp/Makefile.in (Makefile): Remove.
10659         * gdb.hp/gdb.base-hp/configure (Makefile): Remove.
10660         * gdb.hp/gdb.base-hp/configure.ac: Remove.
10661         * gdb.hp/gdb.compat/Makefile.in (Makefile): Remove.
10662         * gdb.hp/gdb.compat/configure (Makefile): Remove.
10663         * gdb.hp/gdb.compat/configure.ac: Remove.
10664         * gdb.hp/gdb.defects/Makefile.in (Makefile): Remove.
10665         * gdb.hp/gdb.defects/configure (Makefile): Remove.
10666         * gdb.hp/gdb.defects/configure.ac: Remove.
10667         * gdb.hp/gdb.objdbg/Makefile.in (Makefile): Remove.
10668         * gdb.hp/gdb.objdbg/configure (Makefile): Remove.
10669         * gdb.hp/gdb.objdbg/configure.ac: Remove.
10670         * gdb.hp/configure.ac: Remove.
10671         * gdb.hp/configure: Remove.
10672         * gdb.hp/Makefile.in (SUBDIRS): No longer a configure
10673         substitution.
10674         (Makefile): Remove rule.
10675         * gdb.cell/configure.ac: Remove.
10676         * gdb.cell/configure: Remove.
10677         * gdb.stabs/Makefile.in (Makefile): Remove.
10678         (distclean): Don't remove config.status or config.log.
10679         * gdb.stabs/configure (Makefile): Remove.
10680         * gdb.stabs/configure.ac: Remove.
10681         * configure: Rebuild.
10682         * configure.ac: Don't AC_CONFIG_SUBDIRS in gdb.hp or gdb.stabs.
10683         Remove stabs- and cell-specific logic.  Test for existence of
10684         ../gdbtk before configuring gdb.gdbtk.  Build Makefiles in gdb.hp
10685         subdirectories, gdb.cell, and and gdb.stabs.
10686         * Makefile.in (ALL_SUBDIRS): Add gdb.hp and gdb.stabs.
10687
10688 2011-03-03  Joel Brobecker  <brobecker@adacore.com>
10689
10690         * gdb.python/py-inferior.exp: Avoid searching pattern beyond
10691         end of buffer.
10692
10693 2011-03-02  Joel Brobecker  <brobecker@adacore.com>
10694
10695         * gdb.python/py-inferior.exp: Use gdb_test_no_output instead of
10696         gdb_test when running a test where we expected no output back.
10697
10698 2011-02-28  Michael Snyder  <msnyder@vmware.com>
10699
10700         * gdb.cp/overload.cc: Change initializer value to integer.
10701
10702 2011-02-27  Michael Snyder  <msnyder@vmware.com>
10703
10704         * gdb.multi/base.exp: Add test for remove-inferiors.
10705
10706 2011-02-26  Joel Brobecker  <brobecker@adacore.com>
10707
10708         * gdb.python/py-frame.exp: Simplify the initialization phase
10709         using prepare_for_testing.
10710
10711 2011-02-25  Michael Snyder  <msnyder@vmware.com>
10712
10713         * gdb.multi/base.exp: Add tests for info inferiors with args.
10714
10715 2011-02-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
10716
10717         * gdb.dwarf2/dw2-ranges.S: Rename to ...
10718         * gdb.dwarf2/dw2-ranges.c: ... here, convert it to C.
10719         * gdb.dwarf2/dw2-ranges.exp: Skip the testcase on !$gcc_compiled.
10720         Rename srcfile, srcfile2 and srcfile3, new asmfile, asmfile2 and
10721         asmfile3.  Comment the STABS (#3) file compilation.  Compile
10722         everything through assembler.  Provide KFAIL for symtab/12497.
10723         * gdb.dwarf2/dw2-ranges2.S: Rename to ...
10724         * gdb.dwarf2/dw2-ranges2.c: ... here, convert it to C.
10725         * gdb.dwarf2/dw2-ranges3.S: Rename to ...
10726         * gdb.dwarf2/dw2-ranges3.c: ... here, convert it to C.
10727
10728 2011-02-24  Michael Snyder  <msnyder@vmware.com>
10729
10730         * gdb.base/break.exp: Add tests for delete breakpoints using
10731         convenience variables and value history references.
10732
10733 2011-02-24  Michael Snyder  <msnyder@vmware.com>
10734
10735         * gdb.base/break.exp: Remove debugging 'printf' accidentally
10736         left behind in previous check-in.
10737
10738 2011-02-23  Michael Snyder  <msnyder@vmware.com>
10739
10740         * gdb.base/break.exp: Add tests for "info break" with arguments.
10741         * gdb.trace/infotrace.exp: Update patterns for error and help.
10742         * gdb.base/completion.exp: Update pattern.
10743         * gdb.base/ena-dis-br.exp: Update pattern.
10744         * gdb.base/help.exp: Update patterns.
10745
10746 2011-02-23  Michael Snyder  <msnyder@vmware.com>
10747
10748         * gdb.base/memattr.exp: New test.
10749         * gdb.base/memattr.c: Test load for memattr.exp.
10750
10751 2011-02-22  Doug Evans  <dje@google.com>
10752
10753         * gdb.python/py-symbol.exp: Test lookup_global_symbol.
10754
10755 2011-02-22  Michael Snyder  <msnyder@vmware.com>
10756
10757         * Makefile.in: Make more clean.
10758         * gdb.ada/Makefile.in: Ditto.
10759         * gdb.arch/Makefile.in: Ditto.
10760         * gdb.asm/Makefile.in: Ditto.
10761         * gdb.base/Makefile.in: Ditto.
10762         * gdb.cp/Makefile.in: Ditto.
10763         * gdb.dwarf2/Makefile.in: Ditto.
10764         * gdb.java/Makefile.in: Ditto.
10765         * gdb.mi/Makefile.in: Ditto.
10766         * gdb.modula2/Makefile.in: Ditto.
10767         * gdb.python/Makefile.in: Ditto.
10768         * gdb.server/Makefile.in: Ditto.
10769         * gdb.stabs/Makefile.in: Ditto.
10770         * gdb.threads/Makefile.in: Ditto.
10771         * gdb.trace/Makefile.in: Ditto.
10772
10773 2011-02-22  Michael Snyder  <msnyder@vmware.com>
10774
10775         * gdb.threads/thread-find.exp: Add tests for bad input to
10776         info threads.
10777
10778 2011-02-22  Joel Brobecker  <brobecker@adacore.com>
10779
10780         * gdb.python/py-breakpoint.exp: Fix the expected output of
10781         one of the "maint info breakpoints" tests to accept the output
10782         generated on platforms that do not have hardware watchpoints.
10783
10784 2011-02-22  Joel Brobecker  <brobecker@adacore.com>
10785
10786         * gdb.python/py-breakpoint.exp: Remove unnecessary call to
10787         clean_restart.  Be a little stricter in the expected output
10788         for one of the tests.  Fix a typo in one of the comments.
10789
10790 2011-02-22  Joel Brobecker  <brobecker@adacore.com>
10791
10792         * gdb.python/py-block.exp: Simplify using prepare_for_testing.
10793         Delete variable binfile, no longer use.  Add or modify test
10794         comments to make them unique.
10795
10796 2011-02-21  Michael Snyder  <msnyder@vmware.com>
10797
10798         * Makefile.in: Update for make clean.
10799         * gdb.ada/Makefile.in: Ditto.
10800         * gdb.arch/Makefile.in: Ditto.
10801         * gdb.asm/Makefile.in: Ditto.
10802         * gdb.base/Makefile.in: Ditto.
10803         * gdb.cp/Makefile.in: Ditto.
10804         * gdb.dwarf2/Makefile.in: Ditto.
10805         * gdb.java/Makefile.in: Ditto.
10806         * gdb.mi/Makefile.in: Ditto.
10807         * gdb.modula2/Makefile.in: Ditto.
10808         * gdb.python/Makefile.in: Ditto.
10809         * gdb.server/Makefile.in: Ditto.
10810         * gdb.stabs/Makefile.in: Ditto.
10811         * gdb.threads/Makefile.in: Ditto.
10812         * gdb.trace/Makefile.in: Ditto.
10813
10814 2011-02-21  Michael Snyder  <msnyder@vmware.com>
10815
10816         * gdb.threads/thread-find.exp: Update patterns for changes in
10817         output of "info threads" command.
10818
10819 2011-02-21  Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
10820             Ulrich Weigand  <uweigand@de.ibm.com>
10821
10822         * lib/gdb.exp (skip_hw_breakpoint_tests): Add arm*-*-* target.
10823         (skip_hw_watchpoint_tests): Likewise.
10824         (skip_hw_watchpoint_multi_tests): Likewise.
10825
10826 2011-02-21  Ulrich Weigand  <uweigand@de.ibm.com>
10827
10828         * lib/gdb.exp (skip_hw_breakpoint_tests): New procedure.
10829         (skip_hw_watchpoint_tests): Likewise.
10830         (skip_hw_watchpoint_multi_tests): Likewise.
10831         (skip_hw_watchpoint_access_tests): Likewise.
10832
10833         * gdb.base/hbreak.exp: Use appropriate skip_hw_..._tests checks.
10834         * gdb.base/pr11022.exp: Likewise.
10835         * gdb.base/watch-read.exp: Likewise.
10836         * gdb.base/watch_thread_num.exp: Likewise.
10837         * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
10838         * gdb.base/watchpoint-hw.exp: Likewise.
10839         * gdb.base/watchpoint.exp: Likewise.
10840         * gdb.threads/local-watch-wrong-thread.exp: Likewise.
10841         * gdb.threads/watchthreads-reorder.exp: Likewise.
10842         * gdb.threads/watchthreads.exp: Likewise.
10843         * gdb.threads/watchthreads2.exp: Likewise.
10844
10845 2011-02-21  Joel Brobecker  <brobecker@adacore.com>
10846
10847         * gdb.ada/packed_array.exp: Add xfail for "print u_var" if
10848         the debugger is unable to find the array bounds.
10849
10850 2011-02-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
10851
10852         * gdb.cp/typedef-operator.exp: New file.
10853         * gdb.cp/typedef-operator.cc: New file.
10854
10855 2011-02-17  Michael Snyder  <msnyder@vmware.com>
10856
10857         * gdb.threads/thread-find.exp: Fix regular expressions.
10858
10859 2011-02-17  Joel Brobecker  <brobecker@adacore.com>
10860
10861         * gdb.ada/packed_array: Expand testcase to test printing of
10862         unconstrained packed array.
10863
10864 2011-02-17  Joel Brobecker  <brobecker@adacore.com>
10865
10866         * gdb.dwarf2/dw2-ranges.exp: Simplify using clean_restart.
10867
10868 2011-02-16  Pedro Alves  <pedro@codesourcery.com>
10869
10870         * gdb.trace/collection.c (globalarr3): New global.
10871         (main): Initialize it before collecting, and and clear it
10872         afterwards.
10873         * gdb.trace/collection.exp (gdb_collect_globals_test): Test
10874         collecting with '{type} addr', where the addr expression is not an
10875         rvalue.
10876
10877 2011-02-16  Ken Werner  <ken.werner@de.ibm.com>
10878
10879         * gdb.opencl/datatypes.exp: Allow "false" when printing the content of
10880         a bool variable. Expect correct OpenCL names for vector types. Use the
10881         uc3 variable name instead of referring to the uchar3 built-in type.
10882         Escape the asterisk at the half pointer test.
10883
10884 2011-02-16  Pedro Alves  <pedro@codesourcery.com>
10885
10886         * gdb.trace/collection.c (globalarr2): New global.
10887         (main): Initialize it before collecting, and and clear it
10888         afterwards.
10889         * gdb.trace/collection.exp (gdb_collect_globals_test): Test
10890         collecting overlapping memory ranges.
10891
10892 2011-02-15  Michael Snyder  <msnyder@vmware.com>
10893
10894         * gdb.base/default.exp: Add tests for thread commands.
10895         * gdb.base/help.exp: Add tests for thread commands.
10896         * gdb.threads/thread-find.exp: New test for thread find command.
10897
10898 2011-02-15  Ken Werner  <ken.werner@de.ibm.com>
10899
10900         * gdb.opencl/datatypes.exp: Expect the size of a bool to be one byte.
10901
10902 2011-02-15  Yao Qi  <yao@codesourcery.com>
10903
10904         PR tdep/12352
10905         * gdb.arch/arm-disp-step.S : New test for str instruction.
10906         * gdb.arch/arm-disp-step.exp : Likewise.
10907
10908 2011-02-15  Thiago Jung Bauermann  <bauerman@br.ibm.com>
10909
10910         * gdb.arch/vsx-regs.exp: Add "vector_register1_vr" and
10911         "vector_register2_vr" test strings.  Test the extended floating
10912         point registers (F32~F63).
10913         * lib/gdb.exp (skip_vsx_tests): Update compile flags for the
10914         IBM XL C compiler.  Make the test program use a register provided
10915         by the compiler for the lxvd2x instruction.
10916
10917 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
10918
10919         * gdb.trace/unavailable.cc (class Base, class Middle, class
10920         Derived): New types.
10921         (derived_unavail, derived_partial, derived_whole): New globals.
10922         (virtual_partial): New global.
10923         (virtualp): Point at virtual_partial.
10924         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add tests
10925         related to unavailable vptr.
10926
10927 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
10928
10929         * gdb.trace/unavailable.cc (a, b, c): New globals.
10930         (main): Set and clear them.
10931         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Collect
10932         `a' and `c', and check that `b' isn't collected, although `a' and
10933         `c' are.
10934
10935 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
10936
10937         * gdb.trace/unavailable.cc (struct Virtual): New.
10938         (virtualp): New global pointer.
10939         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test
10940         printing a pointer to an object whose type has a vtable, with
10941         print object on.
10942
10943 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
10944
10945         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Test that
10946         value repeat handles unavailableness.
10947
10948 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
10949
10950         * gdb.trace/unavailable.exp (gdb_collect_globals_test): Add new
10951         tests for building arrays from unavailable values, subscripting
10952         non-memory rvalue unvailable arrays, and accessing fields or
10953         baseclasses of non-lazy unavailable values,
10954         * gdb.trace/unavailable.cc (small_struct, small_struct_b): New
10955         struct types.
10956         (g_smallstruct, g_smallstruct_b): New globals.
10957
10958 2011-02-14  Pedro Alves  <pedro@codesourcery.com>
10959
10960         * gdb.trace/unavailable.cc, gdb.trace/unavailable.exp: New files.
10961
10962 2011-02-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
10963
10964         Fix const/volatile qualifiers of C++ types, PR c++/12328.
10965         * gdb.cp/overload-const.exp: New file.
10966         * gdb.cp/overload-const.cc: New file.
10967
10968 2011-02-08  Ulrich Weigand  <uweigand@de.ibm.com>
10969
10970         * gdb.opencl/callfuncs.cl: New file.
10971         * gdb.opencl/callfuncs.exp: New test.
10972         * gdb.opencl/Makefile.in (EXECUTABLES): Add callfuncs.
10973
10974 2011-02-08  Ulrich Weigand  <uweigand@de.ibm.com>
10975
10976         * gdb.arch/altivec-abi.c (vec_func): Make use of intv_on_stack_f
10977         when computing result.
10978         * gdb.arch/altivec-abi.exp: Update expected results.
10979
10980 2011-02-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
10981
10982         * gdb.base/break-interp.exp: Remove ${objdir} from test messages.
10983         * gdb.base/jit.exp: Likewise.
10984         * gdb.base/pie-execl.exp: Likewise.
10985         * gdb.base/solib-nodir.exp: Likewise.
10986         * gdb.base/solib-overlap.exp: Likewise.
10987
10988 2011-02-07  Pedro Alves  <pedro@codesourcery.com>
10989
10990         * gdb.trace/collection.c (global_pieces): New.
10991         * gdb.trace/collection.exp (gdb_collect_global_in_pieces_test):
10992         New procedure.
10993         (gdb_trace_collection_test): Call it.
10994
10995 2011-02-04  Sami Wagiaalla  <swagiaal@redhat.com>
10996
10997         * gdb.python/py-evthreads.c: New file.
10998         * gdb.python/py-evthreads.exp: New file.
10999         * gdb.python/py-events.py: New file.
11000         * gdb.python/py-events.exp: New file.
11001         * gdb.python/py-events.c: New file.
11002
11003 2011-02-04 David Daney <ddaney@caviumnetworks.com>
11004
11005         * gdb.base/catch-syscall.exp: Enable for mips*-linux*.
11006
11007 2011-02-03  Andrew Burgess  <aburgess@broadcom.com>
11008
11009         * gdb.base/disasm-end-cu-1.c, gdb.base/disasm-end-cu-2.c,
11010         gdb.base/disasm-end-cu.exp: New test for disassembling over the
11011         boundary between two compilation units.
11012
11013 2011-02-02  Pedro Alves  <pedro@codesourcery.com>
11014
11015         * gdb.cp/virtbase.cc (VirtualBase, VirtualMiddleA, VirtualMiddleB)
11016         (Virtual): New structs.
11017         (virtual_o, virtual_middle_b): New globals.
11018         * gdb.cp/virtbase.exp: New tests.
11019
11020 2011-01-31  Paul Pluzhnikov  <ppluzhnikov@google.com>
11021
11022         * gdb.base/jit.exp: New file.
11023         * gdb.base/jit-main.c: New file.
11024         * gdb.base/jit-solib.c: New file.
11025
11026 2011-01-31  Ulrich Weigand  <uweigand@de.ibm.com>
11027
11028         * gdb.opencl/convs_casts.exp: Use tbreak instead of break to
11029         proceed to initial kernel entry point.
11030         * gdb.opencl/datatypes.exp: Likewise.
11031         * gdb.opencl/operators.exp: Likewise.
11032         * gdb.opencl/vec_comps.exp: Likewise.
11033
11034 2011-01-31  Sami Wagiaalla  <swagiaal@redhat.com>
11035
11036         * gdb.cp/nsnested.cc: New.
11037         * gdb.cp/nsnested.exp: New.
11038         * gdb.cp/nsnoimports.exp: New.
11039         * gdb.cp/nsnoimports.cc: New.
11040
11041 2011-01-31  Joel Brobecker  <brobecker@adacore.com>
11042
11043         * gdb.base/interact.exp: Add extra tests that verify that
11044         the value of the interactive-mode setting does not change
11045         after the script is sourced.
11046
11047 2011-01-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
11048
11049         * gdb.cp/noparam.exp: New file.
11050         * gdb.cp/noparam.cc: New file.
11051
11052 2011-01-28  Pedro Alves  <pedro@codesourcery.com>
11053
11054         * gdb.trace/tfile.exp: Test that with no traceframe selected,
11055         there's no stack or registers.
11056
11057 2011-01-26  Tom Tromey  <tromey@redhat.com>
11058
11059         * gdb.python/py-prettyprint.exp (run_lang_tests): Ensure no blank
11060         space before string output.  Add test for "set print pretty off"
11061         case.
11062
11063 2011-01-25  Pedro Alves  <pedro@codesourcery.com>
11064
11065         * gdb.base/frame-args.exp: Adjust.
11066         * gdb.dwarf2/dw2-noloc.exp: Adjust.
11067         * gdb.dwarf2/dw2-inline-param.exp: Adjust.
11068         * gdb.dwarf2/pieces.exp: Adjust.
11069         * gdb.opt/clobbered-registers-O2.exp: Adjust.
11070         * gdb.opt/inline-locals.exp: Adjust.
11071         * gdb.threads/fork-child-threads.exp: Adjust.
11072
11073 2011-01-25  Ken Werner  <ken.werner@de.ibm.com>
11074
11075         * gdb.opencl/convs_casts.cl: Move program scope variables into the
11076         OpenCL kernel function. Add a comment as marker. Add address space
11077         qualifiers for the remaining program scope variables.
11078         * gdb.opencl/datatypes.cl: Likewise.
11079         * gdb.opencl/operators.cl: Likewise.
11080         * gdb.opencl/vec_comps.cl: Likewise.
11081         * gdb.opencl/convs_casts.exp: Replace gdb_test_multiple by gdb_test.
11082         Add breakpoint at the marker comment.
11083         * gdb.opencl/datatypes.exp: Likewise.
11084         * gdb.opencl/operators.exp: Likewise.
11085         * gdb.opencl/vec_comps.exp: Likewise.
11086
11087 2011-01-24  Pedro Alves  <pedro@codesourcery.com>
11088
11089         * gdb.base/printcmds.c (some_struct): New struct and instance.
11090         * gdb.base/printcmds.exp (test_print_repeats_embedded_array): New
11091         procedure.
11092         <global scope>: Call it.
11093
11094 2011-01-21  Ken Werner  <ken.werner@de.ibm.com>
11095
11096         * lib/opencl.exp (skip_opencl_tests): Add missing compile_flags
11097         argument to the gdb_compile_opencl_hostapp call.
11098
11099 2011-01-19  Yao Qi  <yao@codesourcery.com>
11100
11101         * lib/dwarf.exp (dwarf2_support): Change supported targets to a
11102         positve list.
11103
11104 2011-01-19  Yao Qi  <yao@codesourcery.com>
11105
11106         * gdb.asm/asm-source.exp: Replace ARM target triplet with a
11107         canonical form.
11108         Remove "xscale-*-*"
11109         * gdb.xml/tdesc-regs.exp: Likewise.
11110         * gdb.python/py-section-script.exp: Replace ARM target triplet
11111         with canonical form.
11112         Match arm*-*-symbianelf*.
11113         * gdb.base/dup-sect.exp: Likewise.
11114         * lib/dwarf.exp: New.
11115         * gdb.dwarf2/callframecfa.exp: Check dwarf2 support by routine
11116         dwarf2_support.
11117         * gdb.dwarf2/dup-psym.exp: Likewise.
11118         * gdb.dwarf2/dw2-ada-ffffffff.exp: Likewise.
11119         * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
11120         * gdb.dwarf2/dw2-bad-parameter-type.exp: Likewise.
11121         * gdb.dwarf2/dw2-basic.exp: Likewise.
11122         * gdb.dwarf2/dw2-compressed.exp: Likewise.
11123         * gdb.dwarf2/dw2-const.exp: Likewise.
11124         * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Likewise.
11125         * gdb.dwarf2/dw2-cu-size.exp: Likewise.
11126         * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
11127         * gdb.dwarf2/dw2-empty-namespace.exp: Likewise.
11128         * gdb.dwarf2/dw2-filename.exp: Likewise.
11129         * gdb.dwarf2/dw2-inheritance.exp: Likewise.
11130         * gdb.dwarf2/dw2-inline-param.exp: Likewise.
11131         * gdb.dwarf2/dw2-intercu.exp: Likewise.
11132         * gdb.dwarf2/dw2-intermix.exp: Likewise.
11133         * gdb.dwarf2/dw2-modula2-self-type.exp: Likewise.
11134         * gdb.dwarf2/dw2-noloc.exp: Likewise.
11135         * gdb.dwarf2/dw2-op-call.exp: Likewise.
11136         * gdb.dwarf2/dw2-producer.exp: Likewise.
11137         * gdb.dwarf2/dw2-ranges.exp: Likewise.
11138         * gdb.dwarf2/dw2-ref-missing-frame.exp: Likewise.
11139         * gdb.dwarf2/dw2-stack-boundary.exp: Likewise.
11140         * gdb.dwarf2/dw2-strp.exp: Likewise.
11141         * gdb.dwarf2/dw2-unresolved.exp: Likewise.
11142         * gdb.dwarf2/implptr.exp: Likewise.
11143         * gdb.dwarf2/mac-fileno.exp: Likewise.
11144         * gdb.dwarf2/member-ptr-forwardref.exp: Likewise.
11145         * gdb.dwarf2/pieces.exp: Likewise.
11146         * gdb.dwarf2/pr11465.exp: Likewise.
11147         * gdb.dwarf2/valop.exp: Likewise.
11148         * gdb.dwarf2/watch-notconst.exp: Likewise.
11149         * gdb.mi/dw2-ref-missing-frame.exp: Likewise.
11150
11151 2011-01-19  Tom Tromey  <tromey@redhat.com>
11152
11153         * gdb.python/py-infthread.exp: Add thread tests.
11154
11155 2011-01-14  Joel Brobecker  <brobecker@adacore.com>
11156
11157         * gdb.base/wchar.c, gdb.base/wchar.exp: New testcases.
11158
11159 2011-01-14  Joel Brobecker  <brobecker@adacore.com>
11160
11161         * gdb.ada/widewide: New testcase.
11162
11163 2011-01-13  Joel Brobecker  <brobecker@adacore.com>
11164
11165         * gdb.base/interact.exp: New testcase.
11166
11167 2011-01-12  Tom Tromey  <tromey@redhat.com>
11168
11169         * gdb.mi/gdb2549.exp: Update for error message changes.
11170         * gdb.mi/mi-cli.exp: Likewise.
11171         * gdb.mi/mi-disassemble.exp: Likewise.
11172         * gdb.mi/mi-pthreads.exp: Likewise.
11173         * gdb.mi/mi-regs.exp: Likewise.
11174         * gdb.mi/mi-stack.exp: Likewise.
11175         * gdb.mi/mi-var-block.exp: Likewise.
11176         * gdb.mi/mi-var-cmd.exp: Likewise.
11177         * gdb.mi/mi2-cli.exp: Likewise.
11178         * gdb.mi/mi2-disassemble.exp: Likewise.
11179         * gdb.mi/mi2-pthreads.exp: Likewise.
11180         * gdb.mi/mi2-regs.exp: Likewise.
11181         * gdb.mi/mi2-stack.exp: Likewise.
11182         * gdb.mi/mi2-var-block.exp: Likewise.
11183         * gdb.mi/mi2-var-cmd.exp: Likewise.
11184
11185 2011-01-12  Andrew Burgess  <aburgess@broadcom.com>
11186             Jan Kratochvil  <jan.kratochvil@redhat.com>
11187
11188         PR fortran/11104 and DWARF unbound arrays detection.
11189         * gdb.fortran/multi-dim.exp: New file.
11190         * gdb.fortran/multi-dim.f90: New file.
11191
11192 2011-01-12  Andrew Burgess  <aburgess@broadcom.com>
11193
11194         * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Update
11195         expected output to reflect changes in gdb/mi/mi-cmd-disas.c and
11196         add new tests for opcode dumping.
11197
11198 2011-01-11  Tom Tromey  <tromey@redhat.com>
11199
11200         * gdb.python/py-infthread.exp: Load gdb-python.exp.
11201
11202 2010-01-11  Thiago Jung Bauermann  <bauerman@br.ibm.com>
11203
11204         Convert hardware watchpoints to use breakpoint_ops.
11205         * gdb.base/foll-exec.exp: Adapt to new error string when the catchpoint
11206         type is not supported.
11207         * gdb.base/foll-fork.exp: Likewise.
11208         * gdb.base/foll-vfork.exp: Likewise.
11209
11210 2011-01-10  Phil Muldoon  <pmuldoon@redhat.com>
11211
11212         * gdb.python/py-cmd.exp: Remove gdb_py_test_multiple function.
11213         Use load_lib gdb-python.exp.
11214         * gdb.python/python.exp: Ditto.
11215         * gdb.python/py-function.exp: Ditto.
11216
11217 2011-01-09  Andreas Schwab  <schwab@linux-m68k.org>
11218
11219         * gdb.threads/tls.exp ("info address me"): Fix expected output.
11220
11221 2011-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
11222
11223         * configure: Regenerate.
11224
11225 2011-01-06  Tom Tromey  <tromey@redhat.com>
11226
11227         * gdb.python/py-frame.exp: Test gdb.newest_frame.
11228
11229 2011-01-06  Joel Brobecker  <brobecker@adacore.com>
11230
11231         * gdb.ada/array_bounds.exp, gdb.ada/array_return.exp,
11232         gdb.ada/array_subscript_addr.exp, gdb.ada/arrayidx.exp,
11233         gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
11234         gdb.ada/atomic_enum.exp, gdb.ada/call_pn.exp,
11235         gdb.ada/catch_ex.exp, gdb.ada/char_param.exp,
11236         gdb.ada/complete.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
11237         gdb.ada/fixed_points.exp, gdb.ada/formatted_ref.exp,
11238         gdb.ada/frame_args.exp, gdb.ada/fun_addr.exp,
11239         gdb.ada/fun_in_declare.exp, gdb.ada/funcall_param.exp,
11240         gdb.ada/homonym.exp, gdb.ada/int_deref.exp,
11241         gdb.ada/interface.exp, gdb.ada/lang_switch.exp,
11242         gdb.ada/mod_from_name.exp, gdb.ada/nested.exp,
11243         gdb.ada/null_array.exp, gdb.ada/null_record.exp,
11244         gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
11245         gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
11246         gdb.ada/ptype_field.exp, gdb.ada/ptype_tagged_param.exp,
11247         gdb.ada/rec_return.exp, gdb.ada/ref_param.exp,
11248         gdb.ada/ref_tick_size.exp, gdb.ada/start.exp,
11249         gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
11250         gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/tasks.exp,
11251         gdb.ada/tick_last_segv.exp, gdb.ada/type_coercion.exp,
11252         gdb.ada/uninitialized_vars.exp,
11253         gdb.ada/variant_record_packed_array.exp, gdb.ada/watch_arg.exp:
11254         Simplify by using clean_restart.
11255
11256 2011-01-06  Joel Brobecker  <brobecker@adacore.com>
11257
11258         Add marker to be used as anchor for inserting breakpoints.
11259         * gdb.ada/null_record/null_record.adb: Add "-- START" comment.
11260         * gdb.ada/start/dummy.adb, gdb.ada/uninitialized_vars/parse.adb:
11261         Likewise.
11262
11263         Remove uses of gdb_start_cmd.
11264         * gdb.ada/null_record.exp: Remove use of gdb_start_cmd.
11265         * gdb.ada/print_pc.exp, gdb.ada/uninitialized_vars.exp: Ditto.
11266
11267         Do not run testcase if testing with GDBserver.
11268         * gdb.ada/exec_changed.exp, gdb.ada/start.exp: Abort as untested
11269         if testing with GDBserver.
11270
11271 2011-01-06  Joel Brobecker  <brobecker@adacore.com>
11272
11273         * gdb.ada/complete/foo.adb, gdb.ada/complete/pck.adb,
11274         gdb.ada/complete/pck.ads, gdb.ada/print_chars/foo.adb: Add
11275         copyright header.
11276
11277 2011-01-05  Joel Brobecker  <brobecker@adacore.com>
11278
11279         * testsuite/configure.ac, testsuite/gdb.arch/gdb1291.s,
11280         testsuite/gdb.arch/gdb1431.s, testsuite/gdb.fortran/array-element.f,
11281         testsuite/gdb.fortran/complex.f,
11282         testsuite/gdb.fortran/derived-type.f90,
11283         testsuite/gdb.fortran/library-module-lib.f90,
11284         testsuite/gdb.fortran/library-module-main.f90,
11285         testsuite/gdb.fortran/logical.f90, testsuite/gdb.fortran/module.f90,
11286         testsuite/gdb.fortran/subarray.f, testsuite/gdb.mi/array.f:
11287         Copyright year update.
11288
11289 2011-01-05  Joel Brobecker  <brobecker@adacore.com>
11290
11291         * gdb.base/langs1.f: Add copyright header.
11292
11293 2011-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11294
11295         * gdb.base/morestack.exp: New file.
11296         * gdb.base/morestack.c: New file.
11297
11298 2011-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11299
11300         * gdb.ada/gnat_ada.gpr: Fix copyright comment line regression by 2011.
11301
11302 2010-12-29  Joel Brobecker  <brobecker@adacore.com>
11303
11304         * gdb.ada/arrayptr/foo.adb: Add new local variable Null_String.
11305         * gdb.ada/arrayptr.exp: Add test printing that new variable.
11306
11307 2010-12-29  Joel Brobecker  <brobecker@adacore.com>
11308
11309         * gdb.ada/lang_switch.exp: Correct expected parameter value.
11310
11311 2010-12-25  Andreas Schwab  <schwab@linux-m68k.org>
11312
11313         * gdb.threads/tls.exp: Fix typo.
11314
11315         * gdb.threads/thread-specific.exp (get_thread_list): Update.
11316         * gdb.threads/execl.exp: Update.
11317
11318 2010-12-23  Yao Qi  <yao@codesourcery.com>
11319
11320         * gdb.arch/arm-disp-step.exp: New.
11321         * gdb.arch/arm-disp-step.S: New.
11322
11323 2010-12-21  Tom Tromey  <tromey@redhat.com>
11324
11325         * gdb.threads/execl.exp: Update.
11326         * gdb.threads/linux-dp.exp: Update.
11327         * gdb.threads/manythreads.exp: Update.
11328         * gdb.threads/tls.exp: Update.
11329
11330 2010-12-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
11331
11332         * gdb.cp/nextoverthrow.cc (dummy): Return int 0.
11333         (NextOverThrowDerivates) <resumebpt>: New.
11334         (resumebpt_test): New.
11335         (main): Call resumebpt_test.
11336         * gdb.cp/nextoverthrow.exp: New block for test of "resumebpt".
11337
11338 2010-12-12  Stan Shebs  <stan@codesourcery.com>
11339
11340         * gdb.trace/tsv.exp: Test print command on trace state variables.
11341
11342 2010-12-09  Tom Tromey  <tromey@redhat.com>
11343
11344         * gdb.base/interp.exp: Add regression test.
11345
11346 2010-12-09  Tom Tromey  <tromey@redhat.com>
11347
11348         * gdb.java/jnpe.java: New file.
11349         * gdb.java/jnpe.exp: New file.
11350         * gdb.cp/nextoverthrow.exp: New file.
11351         * gdb.cp/nextoverthrow.cc: New file.
11352
11353 2010-12-07  Doug Evans  <dje@google.com>
11354
11355         * gdb.base/catch-syscall.exp (do_syscall_tests): Remove setting
11356         of data-directory.
11357         * lib/gdb-python.exp (gdb_check_python_config): Delete, all callers
11358         updated.
11359         * lib/gdb.exp (INTERNAL_GDBFLAGS): Add -data-directory.
11360
11361 2010-11-29  Michael Snyder  <msnyder@vmware.com>
11362
11363         * gdb.base/callfuncs.exp: Test for skip_float_tests.
11364         * gdb.base/call-sc.exp: Ditto.
11365         * gdb.base/finish.exp: Ditto.
11366         * gdb.base/return.exp: Ditto.
11367         * gdb.base/return2.exp: Ditto.
11368
11369 2010-11-30  Doug Evans  <dje@google.com>
11370
11371         * lib/gdb.exp (gdb_test_sequence): Return result of gdb_expect_list.
11372         (gdb_expect_list): Fix spelling errors in comments.
11373         * gdb.arch/system-gcore.exp: Use gdb_test_sequence instead of
11374         send_gdb/gdb_expect_list where applicable.
11375         * gdb.base/call-ar-st.exp: Ditto.
11376         * gdb.base/funcargs.exp: Ditto.
11377         * gdb.base/gcore.exp: Ditto.
11378         * gdb.base/page.exp: Ditto.
11379         * gdb.base/sigaltstack.exp: Ditto.
11380         * gdb.base/siginfo.exp: Ditto.
11381         * gdb.base/sigstep.exp: Ditto.
11382         * gdb.base/trace-commands.exp: Ditto.
11383
11384 2010-11-29  Doug Evans  <dje@google.com>
11385
11386         * gdb.python/py-pp-maint.exp: Change printer-name:subprinter-name to
11387         printer-name;subprinter-name.
11388
11389 2010-11-29  Tom Tromey  <tromey@redhat.com>
11390
11391         * gdb.dwarf2/implptr.exp: New file.
11392         * gdb.dwarf2/implptr.c: New file.
11393         * gdb.dwarf2/implptr.S: New file.
11394
11395 2010-11-29  Phil Muldoon  <pmuldoon@redhat.com>
11396
11397         PR python/12199
11398
11399         * gdb.python/py-breakpoint.exp: Test the delete method.
11400
11401 2010-11-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
11402
11403         Fix step_resume_breakpoint unsaved during an infcall.
11404         * gdb.base/step-resume-infcall.exp: New file.
11405         * gdb.base/step-resume-infcall.c: New file.
11406
11407 2010-11-24  Edjunior Machado  <emachado@br.ibm.com>
11408
11409         * gdb.asm/powerpc.inc: Use 'sys_exit' on gdbasm_exit0 macro.
11410
11411 2010-11-24  Edjunior Machado  <emachado@br.ibm.com>
11412
11413         * gdb.asm/asm-source.exp: Add new target "powerpc64"; expect leading `.'
11414         on ppc64's symbols; "finish" and "return" commands must accept to
11415         show the caller line again as well as the line after.
11416         * gdb.asm/powerpc64.inc: New file.
11417
11418 2010-11-23  Doug Evans  <dje@google.com>
11419
11420         * lib/gdb.exp (gdb_test_sequence): New function.
11421         (gdb_expect_list): Add verbose -log call for each pattern.
11422         * gdb.base/signals.exp (test_handle_all_print): Call it.
11423         Reduce timeout increment from 6 minutes to 1 minute.
11424         * gdb.server/ext-run.exp: Call it.
11425
11426 2010-11-23  Phil Muldoon  <pmuldoon@redhat.com>
11427
11428         PR python/12212
11429
11430         * gdb.python/python.exp: Check that selected_thread raises an
11431         error when no inferior is loaded.
11432
11433 2010-11-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
11434
11435         * gdb.dwarf2/dw2-stack-boundary.exp: New file.
11436         * gdb.dwarf2/dw2-stack-boundary.S: New file.
11437
11438 2010-11-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
11439
11440         * gdb.dwarf2/dw2-ada-ffffffff.S: New file.
11441         * gdb.dwarf2/dw2-ada-ffffffff.exp: New file.
11442
11443 2010-11-18  Doug Evans  <dje@google.com>
11444
11445         * gdb.server/ext-run.exp: Fix intermittent failures.
11446
11447 2010-11-12  Nathan Froyd  <froydnj@codesourcery.com>
11448
11449         * gdb.stabs/gdb11479.exp: Use runto_main.
11450
11451 2010-11-12  Nathan Froyd  <froydnj@codesourcery.com>
11452
11453         * gdb.base/break-entry.exp: Skip if using a stub.
11454
11455 2010-11-12  Nathan Froyd  <froydnj@codesourcery.com>
11456
11457         * gdb.python/py-inferior.exp: Pack values in target endianness.
11458
11459 2010-11-12  Tom Tromey  <tromey@redhat.com>
11460
11461         * gdb.python/py-prettyprint.c (main): Add new 'ns2' local.
11462         * gdb.python/py-prettyprint.exp (run_lang_tests): Add test for
11463         MemoryError.
11464         * gdb.python/python.exp (gdb_py_test_multiple): Update exception
11465         type.
11466         * gdb.python/py-value.exp (test_value_in_inferior): Add test for
11467         MemoryError.
11468         (test_subscript_regression): Update exception type.
11469
11470 2010-11-11  Phil Muldoon  <pmuldoon@redhat.com>
11471
11472         * gdb.python/py-breakpoint.exp: Add internal watchpoint and
11473         breakpoint tests.
11474
11475 2010-11-09  Pedro Alves  <pedro@codesourcery.com>
11476
11477         * gdb.base/watchpoint.exp: Test "watch -location" with an
11478         innacessible location.
11479
11480 2010-11-09  Edjunior Machado  <emachado@br.ibm.com>
11481             Luis Machado  <luisgpm@br.ibm.com>
11482
11483         * gdb.base/maint.exp: Expect "." prefix.
11484         * gdb.base/nodebug.exp: Expect "." Likewise.
11485         * gdb.base/sepsymtab.exp: Expect "." Likewise.
11486         * gdb.base/watchpoint-cond-gone.exp: Likewise.
11487         * gdb.base/watchpoint.exp: Expect a software watch to be created for
11488         POWER server processors.
11489
11490 2010-11-08  Edjunior Machado  <emachado@br.ibm.com>
11491             Luis Machado  <luisgpm@br.ibm.com>
11492
11493         * gdb.base/break-entry.exp: convert entry point for
11494         ppc64 and expect leading `.' on ppc64's symbols
11495
11496 2010-11-05  Doug Evans  <dje@google.com>
11497
11498         * gdb.base/help.exp: Update expected output.
11499         * gdb.python/py-param.exp: Delete, contents moved to ...
11500         * gdb.python/py-parameter.exp: ... here.  New file.
11501         Add test for gdb.parameter ("directories").
11502
11503 2010-11-05  Ken Werner  <ken.werner@de.ibm.com>
11504
11505         * Makefile.in (ALL_SUBDIRS): Add gdb.opencl.
11506         * configure.ac (AC_OUTPUT): Add gdb.opencl/Makefile.
11507         * configure: Regenerate.
11508         * gdb.opencl/Makefile.in: New File.
11509         * gdb.opencl/datatypes.exp: Likewise.
11510         * gdb.opencl/datatypes.cl: Likewise.
11511         * gdb.opencl/operators.exp: Likewise.
11512         * gdb.opencl/operators.cl: Likewise.
11513         * gdb.opencl/vec_comps.exp: Likewise.
11514         * gdb.opencl/vec_comps.cl: Likewise.
11515         * gdb.opencl/convs_casts.exp: Likewise.
11516         * gdb.opencl/convs_casts.cl: Likewise.
11517         * lib/opencl.exp: Likewise.
11518         * lib/opencl_hostapp.c: Likewise.
11519         * lib/opencl_kernel.cl: Likewise.
11520         * lib/cl_util.c: Likewise.
11521         * lib/cl_util.c: Likewise.
11522         * gdb.base/default.exp (set language): Add "opencl" to the list of
11523         languages.
11524
11525 2010-11-04  Sami Wagiaalla  <swagiaal@redhat.com>
11526
11527         * gdb.cp/overload.exp: Added test for inheritance overload.
11528         * gdb.cp/overload.cc: Ditto.
11529         * gdb.cp/oranking.exp: Removed releveant kfails.
11530
11531 2010-11-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
11532             Joel Brobecker  <brobecker@adacore.com>
11533
11534         * gdb.ada/null_array.exp (print my_table): Call get_compiler_info and
11535         check test_compiler_info.
11536
11537 2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
11538
11539         * gdb.base/gnu_vector.exp: Adjust expect messages.
11540
11541 2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
11542
11543         * gdb.base/gnu_vector.exp: Add unary operator tests.
11544
11545 2010-11-03  Ken Werner  <ken.werner@de.ibm.com>
11546
11547         * gdb.base/exprs.exp: Add tests for pre-/post- in-/decrement operators.
11548
11549 2010-11-02  Doug Evans  <dje@google.com>
11550
11551         * gdb.python/py-pp-maint.c: New file.
11552         * gdb.python/py-pp-maint.exp: New file.
11553         * gdb.python/py-pp-maint.py: New file.
11554
11555 2010-11-02  Tom Tromey  <tromey@redhat.com>
11556
11557         * gdb.base/default.exp: Remove "scheme" from language list.
11558
11559 2010-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11560
11561         Revert:
11562         2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11563         * gdb.threads/sigstep-threads.exp: New file.
11564         * gdb.threads/sigstep-threads.c: New file.
11565
11566 2010-10-20  Michael Snyder  <msnyder@vmware.com>
11567
11568         * gdb.threads/fork-child-threads.exp: Don't run on remote target.
11569
11570 2010-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
11571
11572         * gdb.base/watch_thread_num.exp: Revert 2008-09-03 change.
11573         Skip test completely if gdb,no_hardware_watchpoints.
11574
11575 2010-10-19  Ulrich Weigand  <uweigand@de.ibm.com>
11576
11577         * gdb.base/foll-fork.exp: Make regexps to match catchpoint hits more
11578         strict, but do not check for any particular function name within libc.
11579
11580 2010-10-19  Sami Wagiaalla  <swagiaal@redhat.com>
11581
11582         * gdb.cp/smartp.exp: New test.
11583         * gdb.cp/smartp.cc : New test.
11584
11585 2010-10-19  Sami Wagiaalla  <swagiaal@redhat.com>
11586
11587         * gdb.cp/converts.exp: Test pointer to bool conversion.
11588         Test pointer to long conversion.
11589         * gdb.cp/oranking.exp: Removed relevant kfail.
11590
11591 2010-10-18  Tom Tromey  <tromey@redhat.com>
11592
11593         * gdb.python/py-prettyprint.exp (run_lang_tests): Test encoding
11594         argument to lazy_string.
11595         * gdb.python/py-prettyprint.py (pp_ls_encoding): New global.
11596         (pp_ls.to_string): Use it.
11597         * gdb.python/py-prettyprint.c (main): Move declarations to top.
11598         Add "estring2" local.
11599
11600 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11601
11602         Fix s390x compatibility.
11603         * gdb.dwarf2/pr11465.S (DW_TAG_pointer_type): Use PTRBITS.  Twice.
11604         * gdb.dwarf2/pr11465.exp: Set ptrbits, use it for -DPTRBITS.
11605
11606 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11607
11608         * gdb.threads/sigstep-threads.exp: New file.
11609         * gdb.threads/sigstep-threads.c: New file.
11610
11611 2010-10-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
11612
11613         * gdb.base/pie-execl.exp: New file.
11614         * gdb.base/pie-execl.c: New file.
11615
11616 2010-10-13  Doug Evans  <dje@google.com>
11617             Jan Kratochvil  <jan.kratochvil@redhat.com>
11618
11619         PR exp/12117
11620         * gdb.cp/ptype-cv-cp.cc: New file.
11621         * gdb.cp/ptype-cv-cp.exp: New file.
11622
11623 2010-10-14  Sami Wagiaalla  <swagiaal@redhat.com>
11624
11625         * gdb.cp/converts.cc: New test program.
11626         * gdb.cp/converts.exp: New test.
11627         * gdb.cp/overload.exp: Added test for void* vs int*.
11628         * gdb.cp/overload.exp: Ditto.
11629         * gdb.cp/oranking.exp: Removed related kfail.
11630
11631 2010-10-13  Doug Evans  <dje@google.com>
11632
11633         * lib/gdb-python.exp (gdb_check_python_config): New function.
11634         * gdb.python/Makefile.in (EXECUTABLES): Add lib-types.
11635         * gdb.python/lib-types.cc: New file.
11636         * gdb.python/lib-types.exp: New file.
11637
11638 2010-10-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
11639
11640         * gdb.python/py-error.exp: New file.
11641         * gdb.python/py-error.py: New file.
11642
11643 2010-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
11644
11645         * gdb.base/break-interp.exp (test_ld): Replace gdb_expect by
11646         gdb_test_multiple.
11647
11648 2010-10-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
11649
11650         * gdb.base/break-interp.exp: Use ldlags for linking flags.
11651         * gdb.base/prelink.exp: Likewise.
11652         * gdb.base/solib-nodir.exp: Likewise.
11653         * lib/gdb.exp (gdb_compile) <*-*-openbsd*>
11654         (gdb_compile) <shlib_load>: Use ldlags for linking flags.
11655         * lib/prelink-support.exp (build_executable_own_libs): Likewise.
11656
11657 2010-10-12  Ulrich Weigand  <uweigand@de.ibm.com>
11658
11659         * break-interp.exp (test_ld): Use two separate gdb_expect statements
11660         for the "info files" test to avoid timeouts on slow machines.
11661
11662 2010-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11663
11664         * gdb.cp/infcall-dlopen.cc (openlib): Support NULL FILENAME.
11665         (main): Make openlib dummy call.
11666
11667 2010-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11668
11669         Fix missing _start PIE relocation on ppc64 due to stop on dl_main.
11670         * break-interp.exp (reach): Move the core body ...
11671         (reach_1): ... here.  Use stop-on-solib-events for _dl_debug_state.
11672         (test_ld): Provide always real argument, even to the linker.  Replace
11673         dl_main by _dl_debug_state.
11674
11675 2010-10-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11676
11677         Fix results of prelinked PIEs on ppc*.
11678         * gdb.base/break-interp.exp (reach, test_core, test_attach_gdb):
11679         Accept also DISPLACEMENT "PRESENT".
11680         (main): Replace "ZERO" displacements by "PRESENT".
11681
11682 2010-10-08  Sami Wagiaalla  <swagiaal@redhat.com>
11683
11684         * gdb.cp/oranking.exp: New test.
11685         * gdb.cp/oranking.cc: New test program.
11686
11687 2010-10-08  Ken Werner  <ken.werner@de.ibm.com>
11688
11689         * gdb.base/gnu_vector.c (ia, ib, fa, fb): New variables.
11690         * gdb.base/gnu_vector.exp: Add tests for scalar to vector widening.
11691
11692 2010-10-06  Ken Werner  <ken.werner@de.ibm.com>
11693
11694         * gdb.base/constvars.c (logical, lugged, luck, lunar, lumen, lurk,
11695         lush, lynx) New constant.
11696         * gdb.base/constvars.exp: Test const array types.
11697         * gdb.dwarf2/dw2-strp.exp: Add const qualifier for ptype tests.
11698
11699 2010-10-06  Doug Evans  <dje@google.com>
11700
11701         * gdb.base/catch-syscall.exp (do_syscall_tests): Update location
11702         of syscall staging area.
11703
11704 2010-10-06  Ken Werner  <ken.werner@de.ibm.com>
11705
11706         * gdb.base/gnu_vector.c: Add variable c4.
11707         * gdb.base/gnu_vector.exp: Add tests for character vector printing.
11708         * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
11709
11710 2010-10-05  Maciej W. Rozycki  <macro@codesourcery.com>
11711
11712         * gdb.arch/altivec-abi.exp: Fix a typo.
11713
11714 2010-10-02  Maciej W. Rozycki  <macro@codesourcery.com>
11715
11716         * lib/mi-support.exp (thread_selected_re): Correct pattern used
11717         to match a thread ID.
11718
11719 2010-10-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11720
11721         Fix s390x testcase compatibility.
11722         * gdb.dwarf2/dw2-double-set-die-type.S: Use .2byte, not .value.
11723
11724 2010-10-01  Doug Evans  <dje@google.com>
11725
11726         * lib/gdb-python.exp: New file.
11727         * gdb.python/py-block.exp: Use it.
11728         * gdb.python/py-breakpoint.exp: Ditto.
11729         * gdb.python/py-frame.exp: Ditto.
11730         * gdb.python/py-inferior.exp: Ditto.
11731         * gdb.python/py-param.exp: Ditto.
11732         * gdb.python/py-prettyprint.exp: Ditto.
11733         * gdb.python/py-shared.exp: Ditto.
11734         * gdb.python/py-symbol.exp: Ditto.
11735         * gdb.python/py-symtab.exp: Ditto.
11736         * gdb.python/py-type.exp: Ditto.
11737         * gdb.python/py-value.exp: Ditto.
11738         * gdb.python/python.exp: Ditto.
11739
11740 2010-09-30  Tom Tromey  <tromey@redhat.com>
11741
11742         * gdb.base/anon.exp: New file.
11743         * gdb.base/anon.c: New file.
11744
11745 2010-09-30  Tom Tromey  <tromey@redhat.com>
11746
11747         * gdb.base/completion.exp: Test completion through anonymous
11748         union.
11749         * gdb.base/break1.c (struct some_struct): Add anonymous union.
11750
11751 2010-09-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
11752
11753         Fix printing parameters of inlined functions.
11754         * gdb.dwarf2/dw2-inline-param.exp: New file.
11755         * gdb.dwarf2/dw2-inline-param-main.c: New file.
11756         * gdb.dwarf2/dw2-inline-param.S: New file.
11757
11758 2010-09-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
11759
11760         PR corefiles/12071.
11761         * gdb.base/corefile.exp (quit with a process, no question: load core)
11762         (quit with a core file): New tests.
11763
11764 2010-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
11765
11766         Fix GDB crash on inferior calls with self-referencing classes.
11767         * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: New file.
11768         * gdb.dwarf2/dw2-cp-infcall-ref-static-main.c: New file.
11769         * gdb.dwarf2/dw2-cp-infcall-ref-static.S: New file.
11770
11771 2010-09-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
11772
11773         Fix lost siginfo_t for inferior calls.
11774         * gdb.base/siginfo-infcall.exp: New file.
11775         * gdb.base/siginfo-infcall.c: New file.
11776
11777 2010-09-22  Joel Brobecker  <brobecker@adacore.com>
11778
11779         * gdb.dwarf2/dw2-const.S: Minor (space) reformatting.
11780
11781 2010-09-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
11782
11783         * gdb.fortran/module.exp (fully qualified name of DW_TAG_constant):
11784         New test.
11785         * gdb.fortran/module.f90 (mod1) <var_const>: New constant.
11786
11787 2010-09-22  Joel Brobecker  <brobecker@adacore.com>
11788
11789         * gdb.dwarf2/dw2-const.S: Use .4byte to reference the target
11790         type of our const type.
11791
11792 2010-09-22  Sami Wagiaalla  <swagiaal@redhat.com>
11793
11794         * gdb.cp/pr12028.cc: New.
11795         * gdb.cp/pr12028.exp: New.
11796
11797 2010-09-22  Joel Brobecker  <brobecker@adacore.com>
11798
11799         * gdb.dwarf2/dw2-const.S, gdb.dwarf2/dw2-const.exp: New files.
11800
11801 2010-09-16  Phil Muldoon  <pmuldoon@redhat.com>
11802             Jan Kratochvil  <jan.kratochvil@redhat.com>
11803
11804         PR mi/11407
11805         * gdb.mi/dw2-ref-missing-frame-func.c: New File.
11806         * gdb.mi/dw2-ref-missing-frame-main.c New File.
11807         * gdb.mi/dw2-ref-missing-frame.S New File.
11808         * gdb.mi/dw2-ref-missing-frame.exp New File.
11809
11810 2010-09-14  Tom Tromey  <tromey@redhat.com>
11811
11812         PR symtab/8399:
11813         * gdb.threads/tls.exp: Remove kfail.  Update expected output.
11814
11815 2010-09-14  Tom Tromey  <tromey@redhat.com>
11816
11817         PR exp/11803:
11818         * gdb.threads/tls.exp: Use C++.
11819         (check_thread_local): Use K::another_thread_local.
11820         * gdb.threads/tls.c (class K): New.
11821         (another_thread_local): Now a member of K.
11822         (spin): Update.  No longer K&R C.
11823
11824 2010-09-13  Sami Wagiaalla  <swagiaal@redhat.com>
11825
11826         * gdb.cp/koenig.cc: created class for testing member lookup.
11827         * gdb.cp/koenig.exp: Added test for member lookup.
11828
11829 2010-09-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
11830
11831         Fix false FAILs on sourcetree topdir directory containing "kill".
11832         * gdb.base/sigall.exp (test_one_sig) <advance to $nextsig>: Extend the
11833         source line matching regexp.
11834
11835 2010-09-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
11836
11837         * gdb.python/python.exp (set height 0, collect help from uiout)
11838         (verify help to uiout): New tests.
11839
11840 2010-09-10  Edjunior Barbosa Machado  <emachado@linux.vnet.ibm.com>
11841
11842         * gdb.base/break-interp.exp (test_ld) <istarget powerpc64-*>: Add
11843         is_lp64_target to check 64bit target.
11844
11845 2010-09-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
11846
11847         * gdb.base/break-interp.exp (reach): Permit leading . for ppc64.
11848         (test_ld) <powerpc64-*>: New.
11849
11850 2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
11851
11852         * gdb.cp/templates.exp (test_template_args): Allow "struct".
11853
11854 2010-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
11855
11856         * gdb.cp/templates.cc (Empty, FunctionArg): New classes.
11857         (FunctionArg::method): New function.
11858         (empty, arg): New variables.
11859         (main): Call arg.method.
11860         * gdb.cp/templates.exp (test_template_args): New function.
11861         (do_tests): Call it.
11862
11863 2010-09-08  Ulrich Weigand  <uweigand@de.ibm.com>
11864
11865         * gdb.threads/threxit-hop-specific.exp: Use "continue" instead
11866         of "next" to proceed over pthread_exit call.
11867
11868 2010-09-08  Ulrich Weigand  <uweigand@de.ibm.com>
11869
11870         * gdb.base/maint.exp: Avoid wildcards against potentially very long
11871         "maint print statistics" output to prevent expect timeouts.
11872
11873 2010-09-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
11874
11875         * gdb.base/printcmds.exp (test_float_accepted): Import gdb_prompt.
11876         Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11877         (test_float_rejected): ... here.
11878         * gdb.java/jv-print.exp (test_float_accepted): Import gdb_prompt.
11879         Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11880         (test_float_rejected): ... here.
11881         * gdb.objc/print.exp (test_float_accepted): Import gdb_prompt.
11882         Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11883         (test_float_rejected): ... here.
11884         * gdb.pascal/print.exp (test_float_accepted): Import gdb_prompt.
11885         Move here, negate and extend by XFAIL the "p 0x1.1" test from ...
11886         (test_float_rejected): ... here.
11887
11888 2010-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
11889
11890         * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint
11891         before disabling hardware watchpoints.
11892         (test_inaccessible_watchpoint): Check that hardware watchpoints
11893         are used.  Test for watchpoints on a constant address.
11894
11895 2010-09-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
11896
11897         * gdb.base/ui-redirect.exp: New file.
11898
11899 2010-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
11900             Joel Brobecker  <brobecker@adacore.com>
11901
11902         * gdb.dwarf/dw2-filename.S, gdb.dwarf/dw2-filename.exp: New files.
11903
11904 2010-08-31  Doug Evans  <dje@google.com>
11905
11906         * gdb.dwarf2/dw4-sig-types.exp: Use .x for executable name.
11907
11908 2010-08-30  Tom Tromey  <tromey@redhat.com>
11909
11910         PR python/11792:
11911         * gdb.python/py-value.exp (test_subscript_regression): Add
11912         dynamic_type test.
11913
11914 2010-08-30  Daniel Jacobowitz  <dan@codesourcery.com>
11915
11916         * gdb.cp/cpexprs.exp (test_breakpoint): Continue to test_function
11917         instead of running to main.  Do not test the main function.
11918         * gdb/testsuite/gdb.cp/cpexprs.cc (main): Rename to test_function.
11919         Add new main.
11920
11921 2010-08-26  Pedro Alves  <pedro@codesourcery.com>
11922
11923         * gdb.mi/mi-nsmoribund.exp: Revert back to send_gdb/gdb_expect in
11924         one test.
11925
11926 2010-08-24  Doug Evans  <dje@google.com>
11927
11928         PR symtab/11942
11929         * gdb.dwarf2/dw4-sig-types.cc: New file.
11930         * gdb.dwarf2/dw4-sig-types.h: New file.
11931         * gdb.dwarf2/dw4-sig-types-b.cc: New file.
11932         * gdb.dwarf2/dw4-sig-types.exp: New file.
11933
11934 2010-08-23  Tom Tromey  <tromey@redhat.com>
11935
11936         PR python/11145:
11937         * gdb.python/py-value.c (Base, Derived): New types.
11938         (base): New global.
11939         * gdb.python/py-value.exp (test_subscript_regression): Add
11940         dynamic_cast test.
11941
11942 2010-08-23  Tom Tromey  <tromey@redhat.com>
11943
11944         PR python/10676:
11945         * gdb.python/py-type.exp (test_fields): Add tests for type
11946         equality.
11947
11948 2010-08-23  Tom Tromey  <tromey@redhat.com>
11949
11950         PR python/11915:
11951         * gdb.python/py-type.exp (test_fields): Add tests for array.
11952
11953 2010-08-23  Keith Seitz  <keiths@redhat.com>
11954
11955         * gdb.dwarf2/dw2-double-set-die-type.S: DIE 0x51f does not
11956         have any children. Create a new abbrev for it.
11957         Add missing terminal sequence to .debug_abbrev.
11958
11959 2010-08-20  Keith Seitz  <keiths@redhat.com>
11960
11961         PR symtab/11465:
11962         * gdb.dwarf2/pr11465.exp: New test.
11963         * gdb.dwarf2/pr11465.S: New file.
11964         * gdb.dwarf2/dw2-double-set-die-type.S: New file.
11965         * gdb.dwarf2/dw2-double-set-die-type.exp: New test.
11966
11967 2010-08-19  Thiago Jung Bauermann  <bauerman@br.ibm.com>
11968
11969         * gdb.arch/vsx-regs.exp: Remove wrong comment about testing AltiVec
11970         registers.  Update data sets with the new v2_double element in the
11971         VSX register union.  Add vector_register3_vr data set for the AltiVec
11972         registers.  Use gdb_test_no_output instead of send_gdb.
11973
11974 2010-08-19  Pedro Alves  <pedro@codesourcery.com>
11975
11976         * gdb.python/py-shared.exp: New file, factored out from
11977         python.exp.
11978         * gdb.python/py-shared.c: New file.
11979         * gdb.python/py-shared-sl.c: New file.
11980         * gdb.python/python-1.c: New file.
11981         * gdb.python/python-sl.c: Delete.
11982         * gdb.python/python.c: Mention python-1.c.
11983         * gdb.python/python.exp: Move shared library tests to
11984         py-shared.exp.
11985         * gdb.python/Makefile.in (EXECUTABLES): Add py-shared and python.
11986         (MISCELLANEOUS): New.
11987         (clean mostlyclean): Also remove $MISCELLANEOUS.
11988
11989 2010-08-19  Doug Evans  <dje@google.com>
11990
11991         PR exp/11926
11992         * gdb.base/printcmds.exp (test_float_accepted): New function.
11993         Move existing float tests there.  Add tests for floats with suffixes.
11994         (test_float_rejected): New function.
11995         * gdb.java/jv-print.exp (test_float_accepted): New function.
11996         (test_float_rejected): New function.
11997         * gdb.objc/print.exp: New file.
11998         * gdb.pascal/print.exp: New file.
11999         * lib/objc.exp: New file.
12000
12001 2010-08-19  Pierre Muller  <muller@ics.u-strasbg.fr>
12002
12003         * gdb.base/default.exp (info set): Avoid full buffer error and force
12004         reading up to final gdb prompt.
12005         (show): Likewise.
12006
12007 2010-08-18  Tom Tromey  <tromey@redhat.com>
12008
12009         PR symtab/11919:
12010         * gdb.base/completion.exp: Add test.
12011
12012 2010-08-18  Doug Evans  <dje@google.com>
12013
12014         * gdb.base/call-ar-st.exp (set_lang_c): Delete, unused.
12015         * gdb.base/callfuncs.exp (set_lang_c): Delete, set c language directly.
12016         * gdb.base/printcmds.exp (set_lang_c): Delete, set c language directly.
12017         Simplify, early exit if runto_main fails.
12018         * gdb.fortran/exprs.exp: load_lib fortran.exp.
12019         (set_lang_fortran): Moved to lib/fortran.exp.
12020         * gdb.fortran/types.exp: load_lib fortran.exp.
12021         (set_lang_fortran): Moved to lib/fortran.exp.
12022         * gdb.java/jmisc.exp (set_lang_java): Moved to lib/java.exp.
12023         * gdb.java/jprint.exp (set_lang_java): Ditto.
12024         * gdb.java/jv-exp.exp: load_lib java.exp.
12025         If set_lang_java fails, issue a warning instead of failure to be
12026         consistent with other set_lang_foo uses.
12027         (set_lang_java): Moved to lib/java.exp.
12028         * gdb.java/jv-print.exp (set_lang_java): Moved to lib/java.exp.
12029         If set_lang_java fails, issue a warning instead of failure to be
12030         consistent with other set_lang_foo uses.
12031         * gdb.pascal/types.exp: load_lib pascal.exp.
12032         (set_lang_pascal): Moved to lib/pascal.exp.
12033         * lib/fortran.exp: New file.
12034         * lib/java.exp (set_lang_java): New function.
12035         * lib/pascal.exp (set_lang_pascal): New function.
12036
12037 2010-08-18  Yao Qi  <yao@codesourcery.com
12038
12039         * gdb.dwarf2/dw2-ref-missing-frame-func.c: Add .p2align 4 for labels
12040         func_nofb_start and func_loopfb_start, so that address of functions
12041         is equal to these labels on Thumb.
12042
12043 2010-08-18  Yao Qi  <yao@codesourcery.com>
12044
12045         * gdb.gdb/selftest.exp (do_steps_and_nexts): Update test case
12046         to reflect latest c source file.
12047
12048 2010-08-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
12049
12050         * gdb.cp/infcall-dlopen.exp: New file.
12051         * gdb.cp/infcall-dlopen.cc: New file.
12052         * gdb.cp/infcall-dlopen-lib.cc: New file.
12053
12054 2010-08-17  Jan Kratochvil  <jan.kratochvil@redhat.com>
12055             Pedro Alves  <pedro@codesourcery.com>
12056
12057         PR breakpoints/11371
12058
12059         * gdb.base/watch-cond-infcall.exp: New file.
12060         * gdb.base/watch-cond-infcall.c: New file.
12061
12062 2010-08-16  Tom Tromey  <tromey@redhat.com>
12063
12064         * gdb.base/help.exp: Update.
12065         * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): Delete
12066         watchpoint.
12067         (test_watch_location): New proc.
12068         (test_watchpoint_in_big_blob): Delete watchpoint.
12069         * gdb.base/watchpoint.c (func5): New function.
12070         (main): Call it.
12071
12072 2010-08-16  Doug Evans  <dje@google.com>
12073
12074         * gdb.python/python.exp: Fix syntax in "post event insertion" test.
12075
12076 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
12077
12078         * gdb.python/python.exp (gdb_py_test_multiple): Add gdb.post_event
12079         tests.
12080
12081 2010-08-11  Ken Werner  <ken.werner@de.ibm.com>
12082
12083         * gdb.base/Makefile.in (EXECUTABLES): Add gnu_vector.
12084         * gdb.base/gnu_vector.c: New File.
12085         * gdb.base/gnu_vector.exp: Likewise.
12086
12087 2010-08-11  Phil Muldoon  <pmuldoon@redhat.com>
12088
12089         * gdb.python/python.c: New File.
12090         * gdb.python/python-sl.c: New File.
12091         * gdb.python/python.exp: Test solib_address and decode_line
12092         * functions.
12093
12094 2010-08-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
12095
12096         * gdb.python/python.exp (show height, set height 10)
12097         (verify pagination beforehand, verify pagination beforehand: q)
12098         (gdb.execute does not page, verify pagination afterwards)
12099         (verify pagination afterwards: q): New.
12100
12101 2010-08-02  Doug Evans  <dje@google.com>
12102
12103         * gdb.cp/namespace.exp: When "print ::cOtherFileClassVar" fails
12104         because of an older gcc, change test2
12105         "print ::C::OtherFileClass::cOtherFileClassVar" from unresolved
12106         to unsupported.
12107
12108 2010-07-30  Kazu Hirata  <kazu@codesourcery.com>
12109
12110         * gdb.base/break-always.exp: Do not expect full paths to file
12111         names.
12112         * gdb.base/commands.exp: Likewise.
12113
12114 2010-07-30  Doug Evans  <dje@google.com>
12115
12116         * gdb.cp/temargs.exp: For new tests that require newer gccs,
12117         xfail them when run with older gccs.
12118
12119         * lib/gdb.exp (build_executable): Forward "c++" option to
12120         get_compiler_info.
12121
12122         * gdb.python/py-type.exp (test_template): Mark as xfail tests
12123         "python print ttype.template_argument(1)" and
12124         "python print isinstance(ttype.template_argument(1), gdb.Value)"
12125         if using gcc 4.4 or earlier.
12126
12127         * gdb.base/valgrind-db-attach.exp: Use unique test name for
12128         attach-to-debugger handling.
12129
12130 2010-07-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
12131
12132         * gdb.base/prelink-lib.c (copyreloc): New initialized variable.
12133         * gdb.base/prelink.c (copyreloc, bssvar, bssvarp): New variables.
12134         (main): Use copyreloc.
12135         * gdb.base/prelink.exp (split debug of executable)
12136         (.dynbss vs. .bss address shift): New tests.
12137
12138 2010-07-29  Pedro Alves  <pedro@codesourcery.com>
12139
12140         * gdb.threads/pthreads.exp (check_backtraces): Consume $gdb_prompt
12141         in gdb_test_multiple.
12142
12143 2010-07-29  Pedro Alves  <pedro@codesourcery.com>
12144
12145         * lib/gdb.exp (gdb_init): Set LC_ALL and LANG to C in the
12146         environment.
12147
12148 2010-07-28  Tom Tromey  <tromey@redhat.com>
12149
12150         PR python/11060:
12151         * gdb.python/py-type.c (Temargs): New template.
12152         (temvar): New variable.
12153         * gdb.python/py-type.exp (test_template): New proc.
12154
12155 2010-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
12156
12157         * gdb.cp/member-ptr.exp, gdb.cp/printmethod.exp,
12158         gdb.dwarf2/member-ptr-forwardref.exp: Adjust.
12159
12160 2010-07-28  Tom Tromey  <tromey@redhat.com>
12161
12162         PR c++/9946:
12163         * gdb.cp/temargs.exp: New file.
12164         * gdb.cp/temargs.cc: New file.
12165
12166 2010-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
12167
12168         * gdb.base/help.exp (help disassemble): Update the content.
12169
12170 2010-07-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
12171
12172         * gdb.threads/ia64-sigill.exp: New file.
12173         * gdb.threads/ia64-sigill.c: New file.
12174
12175 2010-07-27  Tom Tromey  <tromey@redhat.com>
12176
12177         * gdb.opt/inline-cmds.c (ATTR): New define.
12178         (func1): Use it.
12179         (func2): Likewise.
12180         (func3): Likewise.
12181         (outer_inline1): Likewise.
12182         (outer_inline2): Likewise.
12183         * gdb.opt/inline-bt.c (ATTR): New define.
12184         (func1): Use it.
12185         (func2): Likewise.
12186         * gdb.opt/inline-locals.c (ATTR): New define.
12187         (func1): Use it.
12188         (func2): Likewise.
12189
12190 2010-07-27  Tom Tromey  <tromey@redhat.com>
12191
12192         * gdb.stabs/gdb11479.c (hack): New function.
12193         (test): Use it.
12194         (test2): Use it.
12195         * gdb.python/py-inferior.c (int8_search_buf, int16_search_buf)
12196         (int32_search_buf, int64_search_buf): No longer static.
12197         (x): Remove.
12198         * gdb.base/relocate.c (hack): New function.
12199
12200 2010-07-27  Phil Muldoon  <pmuldoon@redhat.com>
12201
12202         * gdb.python/py-value.exp (test_inferior_function_call): New function.
12203         * gdb.python/py-value.c (func1): New function.
12204         (func2): Likewise.
12205
12206 2010-07-26  Corinna Vinschen  <vinschen@redhat.com>
12207
12208         * gdb.asm/xstormy16.inc (gdbasm_startup): Fix beginning of stack so
12209         as not to clash with .data section.
12210
12211 2010-07-26  Jerome Guitton  <guitton@adacore.com>
12212
12213         * gdb.base/code_elim.exp: New file.
12214         * gdb.base/code_elim1.c: New file.
12215         * gdb.base/code_elim2.c: New file.
12216
12217 2010-07-21  Pedro Alves  <pedro@codesourcery.com>
12218
12219         PR symtab/11827
12220
12221         * gdb.base/printcmds.c (enum some_volatile_enum): New enum.
12222         (some_volatile_enum): New variable.
12223         * gdb.base/printcmds.exp (test_print_enums): New.
12224         <top level>: Call it.
12225
12226 2010-07-21  Sami Wagiaalla  <swagiaal@redhat.com>
12227
12228         * gdb.cp/fpointer.cc: New test.
12229         * gdb.cp/fpointer.exp: New test.
12230
12231 2010-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
12232
12233         * gdb.base/solib-nodir.exp: New file.
12234         * lib/gdb.exp (runto): New case for a GDB internal error.
12235
12236 2010-07-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
12237             Ulrich Weigand  <uweigand@de.ibm.com>
12238             Tom Tromey  <tromey@redhat.com>
12239
12240         * gdb.base/charset-malloc.c: New file.
12241         * gdb.base/charset.c (malloc_stub): New prototype.
12242         (main): Call it instead of malloc itself.
12243         * gdb.base/charset.exp: Use only prepare_for_testing.
12244         (binfile): Remove the variable.
12245
12246 2010-07-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
12247
12248         Make core files the process_stratum.
12249         * gdb.base/corefile.exp (run: load core again)
12250         (run: sanity check we see the core file, run: with core)
12251         (run: core file is cleared, attach: load core again)
12252         (attach: sanity check we see the core file, attach: with core)
12253         (attach: core file is cleared): New tests.
12254         * gdb.base/coremaker.c (main): New parameters.  Implement "sleep" argv.
12255
12256 2010-07-14  Ken Werner  <ken.werner@de.ibm.com>
12257
12258         * gdb.arch/altivec-abi.exp: New tests.
12259
12260 2010-07-13  Tom Tromey  <tromey@redhat.com>
12261
12262         * gdb.python/py-prettyprint.c (struct arraystruct): New struct.
12263         (main): Use it.
12264         * gdb.python/py-prettyprint.exp (run_lang_tests): Add test.
12265
12266 2010-07-13  Tom Tromey  <tromey@redhat.com>
12267
12268         * gdb.base/label.exp: New file.
12269         * gdb.base/label.c: New file.
12270
12271 2010-07-12  Ulrich Weigand  <uweigand@de.ibm.com>
12272             H.J. Lu  <hongjiu.lu@intel.com>
12273
12274         * lib/gdb.exp (is_ilp32_target): New.
12275         (is_lp64_target): Likewise.
12276
12277         * gdb.arch/amd64-byte.exp: Use is_lp64_target to check 64bit
12278         target.
12279         * gdb.arch/amd64-disp-step.exp: Likewise.
12280         * gdb.arch/amd64-dword.exp: Likewise.
12281         * gdb.arch/amd64-i386-address.exp: Likewise.
12282         * gdb.arch/amd64-word.exp: Likewise.
12283
12284         * gdb.arch/i386-avx.exp: Use is_ilp32_target to check for 32bit
12285         target.
12286         * gdb.arch/i386-bp_permanent.exp: Likewise.
12287         * gdb.arch/i386-byte.exp: Likewise.
12288         * gdb.arch/i386-disp-step.exp: Likewise.
12289         * gdb.arch/i386-gnu-cfi.exp: Likewise.
12290         * gdb.arch/i386-prologue.exp: Likewise.
12291         * gdb.arch/i386-size-overlap.exp: Likewise.
12292         * gdb.arch/i386-size.exp: Likewise.
12293         * gdb.arch/i386-sse.exp: Likewise.
12294         * gdb.arch/i386-unwind.exp: Likewise.
12295         * gdb.arch/i386-word.exp: Likewise.
12296
12297         * gdb.arch/ppc64-atomic-inst.exp: Use is_lp64_target to execute
12298         test only when building 64-bit executables.  Do not hard-code
12299         -m64 option.
12300
12301 2010-07-07  Doug Evans  <dje@google.com>
12302
12303         * lib/gdb.exp (gdb_test_list_exact): New function.
12304         * gdb.base/default.exp (show convenience): Call it, add tests for
12305         $_sdata = void, $_thread = 0.
12306
12307 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
12308             Joel Brobecker  <brobecker@adacore.com>
12309
12310         Fix re-run of PIE executable, PR shlibs/11776.
12311         * gdb.base/break-interp.exp (test_ld): Turn off "disable-randomization".
12312         Remove $displacement_main to match the solib-svr4.c change.  New "kill"
12313         and re-"run" of the inferior.
12314
12315 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
12316             Joel Brobecker  <brobecker@adacore.com>
12317
12318         Cope with missing /usr/sbin/prelink.
12319         * lib/prelink-support.exp (prelink_no):
12320         <result == 1 && $output is "no such file or directory">: New.
12321         (prelink_yes): Likewise.  Return on failed prelink_no.
12322
12323 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
12324             Joel Brobecker  <brobecker@adacore.com>
12325
12326         * gdb.base/attach-pie-misread.exp: Load prelink-support.exp.  Replace
12327         build_executable by build_executable_own_libs.  Replace "prelink -R"
12328         execution by a call of prelink_yes.  Comment why "prelink -r" needs no
12329         change.
12330         * gdb.base/break-interp.exp: Load prelink-support.exp.  Rename calls of
12331         copy to file_copy.  Move setting opts --dynamic-linker and -rpath,
12332         mkdir $dir and ldd its parsing and copying to lib/prelink-support.exp.
12333         Replace build_executable by build_executable_own_libs's function
12334         build_executable_own_libs.
12335         (prelinkNO): Create new stub to call prelink_no.
12336         (prelinkYES): Create new stub to call prelink_yes.
12337         (test_attach): Rename calls of copy to file_copy.
12338         (section_get, prelinkNO_run, prelinkNO, prelinkYES, symlink_resolve)
12339         (copy): Move to ...
12340         * lib/prelink-support.exp: ... a new file.  Rename prelinkNO to
12341         prelink_no, prelinkYES to prelink_yes, copy to file_copy.
12342         * gdb.base/prelink.exp: Disable testcase also for is_remote and
12343         skip_shlib_tests.  Load prelink-support.exp.  Replace gdb_compile with
12344         special flags by gdb_compile_shlib.  Replace second gdb_compile by
12345         build_executable_own_libs.  Replace "prelink -R" execution by a call of
12346         prelink_yes.  Replace "prelink -u" and second "prelink -R" execution by
12347         a second call of prelink_yes.  Replace restart commands by
12348         clean_restart.
12349         (prelink): Rename to ...
12350         (seen displacement message): ... this test.  Extend its expectation
12351         strictness.
12352
12353 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
12354
12355         * gdb.base/attach-pie-misread.exp, gdb.base/attach-pie-misread.c: New.
12356         * gdb.base/break-interp.exp (reach, test_core, test_ld): Require each
12357         displacement message exactly once.
12358
12359 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
12360             Joel Brobecker  <brobecker@adacore.com>
12361
12362         * gdb.base/break-interp.exp (test_attach): Keep $interp changed.  Move
12363         its restore after the <$relink_args != ""> loop.  new comment.
12364
12365 2010-07-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
12366             Joel Brobecker  <brobecker@adacore.com>
12367
12368         * gdb.base/break-interp.exp: Run $binpie with new value "ATTACH", new
12369         code for it.  New variable relink_args.
12370         (prelinkYES): Call prelinkNO.
12371         (test_attach): Accept new parameter relink_args.  Re-prelink the binary
12372         in such case.  Move the core code to ...
12373         (test_attach_gdb): ... a new function.  Send GDB command "file".
12374         Extend expected "Attaching to " string.
12375
12376 2010-07-02  Tom Tromey  <tromey@redhat.com>
12377
12378         * gdb.base/bitops.exp: Remove extraneous "pass".
12379
12380 2010-07-02  Ken Werner  <ken.werner@de.ibm.com>
12381
12382         * gdb.arch/altivec-abi.exp: Fix expect pattern of character vectors.
12383
12384 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
12385
12386         * gdb.base/help.exp: Adjust expected output.
12387
12388 2010-07-01  Pedro Alves  <pedro@codesourcery.com>
12389
12390         * gdb.base/help.exp: Adjust expected output.
12391
12392 2010-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
12393
12394         * gdb.cp/namespace.exp (print C::OtherFileClass::cOtherFileClassVar)
12395         (print ::C::OtherFileClass::cOtherFileClassVar): Remove KFAIL for
12396         c++/11702.
12397
12398 2010-06-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
12399             Doug Evans  <dje@google.com>
12400
12401         * gdb.base/break-interp.exp (prelinkYES): XFAIL on `Not enough room to
12402         add .dynamic entry'.
12403
12404 2010-06-29  Doug Evans  <dje@google.com>
12405
12406         Test PR c++/11702.
12407         * gdb.cp/m-static.exp: Add testcase.
12408         * gdb.cp/m-static.h (gnu_obj_4): Add initialized static const member.
12409
12410 2010-06-28  Phil Muldoon  <pmuldoon@redhat.com>
12411             Tom Tromey  <tromey@redhat.com>
12412             Thiago Jung Bauermann  <bauerman@br.ibm.com>
12413
12414         * gdb.python/py-inferior.c: New File.
12415         * gdb.python/py-infthread.c: New File.
12416         * gdb.python/py-inferior.exp: New File.
12417         * gdb.python/py-infthread.exp: New File.
12418
12419 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
12420
12421         * gdb.cp/namespace.exp (ptype OtherFileClass typedefs)
12422         (ptype ::C::OtherFileClass typedefs): New.
12423         * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType2)
12424         (C::OtherFileClass::cOtherFileClassVar2): New.
12425         (C::OtherFileClass::cOtherFileClassVar_use): Use also
12426         cOtherFileClassVar2.
12427         (C::cOtherFileType2, C::cOtherFileVar2): New.
12428         (C::cOtherFileVar_use): use also cOtherFileVar2.
12429         * gdb.cp/userdef.exp (ptype &*c): Permit arbitrary trailing text.
12430
12431 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
12432
12433         * gdb.cp/namespace.exp (whatis C::cOtherFileType)
12434         (whatis ::C::cOtherFileType, whatis C::cOtherFileVar)
12435         (whatis ::C::cOtherFileVar, print C::cOtherFileVar)
12436         (print ::C::cOtherFileVar)
12437         (whatis C::OtherFileClass::cOtherFileClassType)
12438         (whatis ::C::OtherFileClass::cOtherFileClassType)
12439         (print C::OtherFileClass::cOtherFileClassVar)
12440         (print ::cOtherFileClassVar)
12441         (print ::C::OtherFileClass::cOtherFileClassVar): New tests.
12442         (ptype OtherFileClass, ptype ::C::OtherFileClass): Permit arbitrary
12443         trailing content.
12444         * gdb.cp/namespace1.cc (C::OtherFileClass::cOtherFileClassType)
12445         (C::OtherFileClass::cOtherFileClassVar)
12446         (C::OtherFileClass::cOtherFileClassVar_use, C::cOtherFileType)
12447         (C::cOtherFileVar, C::cOtherFileVar_use): New.
12448
12449 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
12450
12451         Test PR c++/11703 and PR gdb/1448.
12452         * gdb.cp/namespace.exp (ptype ::C::NestedClass): Remove KFAIL for
12453         gdb/1448.
12454
12455 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
12456
12457         * gdb.cp/virtbase.cc (class RTTI_base, class RTTI_data)
12458         (main) <rtti_data>: New.
12459         * gdb.cp/virtbase.exp (print rtti_data): New.
12460
12461 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
12462             Joel Brobecker  <brobecker@adacore.com>
12463
12464         * lib/gdb.exp (gdb_test_multiple): Error on trailing newlines.
12465
12466 2010-06-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
12467
12468         * gdb.cp/static-print-quit.exp, gdb.cp/static-print-quit.cc: New.
12469
12470 2010-06-28  Doug Evans  <dje@google.com>
12471
12472         * gdb.base/break-interp.exp (reach): Relax expected output a bit.
12473
12474 2010-06-27  Doug Evans  <dje@google.com>
12475
12476         * gdb.cp/m-static.exp: Update expected test output.
12477
12478 2010-06-25  Paul Hilfinger  <hilfinger@adacore.com>
12479
12480         * gdb.gdb/selftest.exp: Adjust expected message for
12481         capturing start-up runtime.
12482
12483 2010-06-25  Tom Tromey  <tromey@redhat.com>
12484
12485         PR python/10808:
12486         * gdb.python/python.exp: Add new tests.
12487
12488 2010-06-25  Sami Wagiaalla  <swagiaal@redhat.com>
12489
12490         * gdb.cp/operator.cc: Created an import loop.
12491         * gdb.cp/operator.exp: Added testcase for import loop.
12492
12493 2010-06-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
12494
12495         Test PR python/11407.
12496         * gdb.dwarf2/dw2-ref-missing-frame-func.c: New file.
12497         * gdb.dwarf2/dw2-ref-missing-frame.S: Use cu_text_start and cu_text_end.
12498         Split main into func_nofb and func_loopfb dropping NO_FRAME_BASE.
12499         * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove variables sources,
12500         executable_nofb and executable_fb.  New variables srcsfile, objsfile,
12501         srcfuncfile, objfuncfile, srcmainfile, objmainfile, executable and
12502         binfile.  Call gdb_compile with clean_restart twice.
12503         (func_nofb print, func_nofb backtrace, func_loopfb print)
12504         (func_loopfb backtrace): New.
12505
12506 2010-06-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
12507
12508         * gdb.dwarf2/dw2-ref-missing-frame-main.c: New.
12509         * gdb.dwarf2/dw2-ref-missing-frame.S: Replace compiler generated output
12510         by a hand made one.
12511         * gdb.dwarf2/dw2-ref-missing-frame.exp: Remove invalid comment.  Remove
12512         i?86 requirement.  Remove variables srcfile and binfile.  New variable
12513         sources, executable_nofb and executable_fb.  Call prepare_for_testing.
12514
12515 2010-06-25  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12516
12517         * gdb.cell/dwarfaddr.exp: New file.
12518         * gdb.cell/dwarfaddr.S: New file.
12519
12520 2010-06-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
12521
12522         Test PR 9436.
12523         * gdb.base/nostdlib.exp, gdb.base/nostdlib.c: New.
12524
12525 2010-06-24  Hui Zhu  <teawater@gmail.com>
12526
12527         * gdb.base/eval.exp: New file.
12528
12529 2010-06-23  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12530
12531         * gdb.cell/fork.exp: New file.
12532         * gdb.cell/fork.c: Likewise.
12533         * gdb.cell/fork-spu.c: Likewise.
12534
12535 2010-06-22  Pierre Muller  <muller@ics.u-strasbg.fr>
12536
12537         * lib/gdb.exp (banned_variables_traced): New global variable.
12538         (gdb_init, gdb_finish): Use new variable to avoid multiple tracing.
12539         (gdb_init): Use `trace add variable' instead of obsolete
12540         `trace variable'.
12541
12542 2010-06-21  Doug Evans  <dje@google.com>
12543
12544         * gdb.gdb/selftest.exp: Remove support for gpl v1 and v2 gdb's.
12545
12546 2010-06-19  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12547
12548         * gdb.arch/spu-ls.exp: New file.
12549         * gdb.arch/spu-ls.c: Likewise.
12550
12551 2010-06-18  Stan Shebs  <stan@codesourcery.com>
12552
12553         * gdb.threads/thread-specific.exp: Add tests of $_thread.
12554
12555 2010-06-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12556
12557         * gdb.base/gdb11531.exp: Respect gdb,no_hardware_watchpoints flag.
12558         * gdb.base/watch-cond.exp: Likewise.
12559         * gdb.python/py-breakpoint.exp: Likewise.
12560
12561 2010-06-18  Pedro Alves  <pedro@codesourcery.com>
12562
12563         * gdb.multi/base.exp, gdb.multi/bkpt-multi-exec.exp: Use
12564         clean_restart, make sure every test has a distinct message, and
12565         that messages don't include the executable' full path.
12566
12567 2010-06-17  Doug Evans  <dje@google.com>
12568
12569         * gdb.arch/i386-size.exp: Updated expected output for
12570         DISASSEMBLY_OMIT_FNAME.
12571
12572 2010-06-16  Jan Kratochvil  <jan.kratochvil@redhat.com>
12573             Sergio Durigan Junior  <sergiodj@redhat.com>
12574
12575         * gdb.base/watch-notconst.c: New file.
12576         * gdb.base/watch-notconst.S: New file.
12577         * gdb.base/watch-notconst2.c: New file.
12578         * gdb.base/watch-notconst2.S: New file.
12579         * gdb.base/watch-notconst.exp: New file.
12580         * gdb.base/watchpoint.c (global_ptr_ptr): New variable.
12581         (func4): Add operations on `global_ptr_ptr'.
12582         * gdb.base/watchpoint.exp (test_constant_watchpoint): New
12583         routine to test watchpoints created with a constant expression.
12584         (test_inaccessible_watchpoint): Include tests for watchpoints
12585         created with a constant expression.
12586
12587 2010-06-14  Kevin Buettner  <kevinb@redhat.com>
12588
12589         * gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
12590         gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp,
12591         gdb.disasm/t05_cmp.exp, gdb.disasm/t06_ari2.exp,
12592         gdb.disasm/t07_ari3.exp, gdb.disasm/t08_or.exp,
12593         gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
12594         gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
12595         gdb.disasm/t13_otr.exp: Examine instruction at label `start' instead
12596         of `_start'.
12597
12598 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12599
12600         * gdb.mi/mi-nonstop.exp: Do not call perror if non-stop mode is
12601         not supported on the target.
12602         * gdb.mi/mi-nonstop-exit.exp: Likewise.
12603         * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
12604         * gdb.mi/mi-nsintrall.exp: Likewise.
12605         * gdb.mi/mi-nsmoribund.exp: Likewise.
12606         * gdb.mi/mi-nsthrexec.exp: Likewise.
12607
12608 2010-06-11  Stan Shebs  <stan@codesourcery.com>
12609
12610         * gdb.base/permissions.exp: New file.
12611
12612 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12613
12614         * gdb.base/valgrind-db-attach.exp: Fail gracefully if valgrind
12615         does not support ELF executable class.
12616
12617 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12618
12619         * gdb.trace/packetlen.exp: Respect gdb_target_supports_trace.
12620
12621 2010-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
12622
12623         * lib/gdb.exp (gdb_run_cmd): Return on $gdb_prompt.
12624         (runto): Catch "The target does not support running in non-stop mode.".
12625
12626 2010-06-11  Michael Snyder  <msnyder@vmware.com>
12627
12628         * gdb.base/setshow.exp (set language asm): Don't use
12629         gdb_test_no_output, fails on some targets.
12630
12631 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12632
12633         * gdb.cp/cpexprs.exp: Skip test on spu*-*-*.
12634         * gdb.cp/pr9167.exp: Likewise.
12635
12636 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12637
12638         * gdb.python/py-breakpoint.exp: Handle software watchpoints as well.
12639
12640 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12641
12642         * gdb.base/solib-corrupted.exp: Respect skip_shlib_tests.
12643
12644 2010-06-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
12645
12646         * gdb.base/charset.c (main): Make sure malloc gets linked in.
12647
12648 2010-06-11  Tom Tromey  <tromey@redhat.com>
12649
12650         PR gdb/9977, PR exp/11636::
12651         * gdb.dwarf2/pieces.exp (pieces_test_f3): Remove kfail.
12652         (pieces_test_f6): Update expected output.
12653
12654 2010-06-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
12655
12656         * gdb.base/moribund-step.exp: New.
12657
12658 2010-06-08  Michael Snyder  <msnyder@vmware.com>
12659
12660         * gdb.ada/assign_1.exp: Use ".*" instead of "" as wildcard regexp.
12661         * gdb.ada/boolean_expr.exp:
12662         * gdb.ada/frame_args.exp: Ditto.
12663         * gdb.ada/lang_switch.exp: Ditto.
12664         * gdb.ada/ptype_arith_binop.exp: Ditto.
12665         * gdb.ada/ref_param.exp: Ditto.
12666         * gdb.ada/type_coercion.exp:Ditto.
12667
12668         * gdb.asm/asm-source.exp: Ditto.
12669
12670         * gdb.base/attach.exp: Ditto.
12671         * gdb.base/bitfields2.exp: Ditto.
12672         * gdb.base/call-signal-resume.exp: Ditto.
12673         * gdb.base/callfuncs.exp: Ditto.
12674         * gdb.base/commands.exp: Ditto.
12675         * gdb.base/dbx.exp: Ditto.
12676         * gdb.base/default.exp: Ditto.
12677         * gdb.base/dump.exp: Ditto.
12678         * gdb.base/exprs.exp: Ditto.
12679         * gdb.base/freebpcmd.exp: Ditto.
12680         * gdb.base/interrupt.exp: Ditto.
12681         * gdb.base/list.exp: Ditto.
12682         * gdb.base/long_long.exp: Ditto.
12683         * gdb.base/maint.exp: Ditto.
12684         * gdb.base/ptype.exp: Ditto.
12685         * gdb.base/return.exp: Ditto.
12686         * gdb.base/setshow.exp: Ditto.
12687         * gdb.base/sigbpt.exp: Ditto.
12688         * gdb.base/sigrepeat.exp: Ditto.
12689
12690         * gdb.cp/classes.exp: Ditto.
12691
12692         * gdb.dwarf2/dw2-restore.exp: Ditto.
12693
12694         * gdb.gdb/selftest.exp: Ditto.
12695
12696         * gdb.multi/base.exp: Ditto.
12697         * gdb.multi/bkpt-multi-exec.exp: Ditto.
12698
12699         * gdb.python/py-block.exp: Ditto.
12700         * gdb.python/py-prettyprint.exp: Ditto.
12701         * gdb.python/py-template.exp: Ditto.
12702
12703         * gdb.server/ext-attach.exp: Ditto.
12704         * gdb.server/ext-run.exp: Ditto.
12705         * gdb.server/server-mon.exp: Ditto.
12706
12707         * gdb.threads/fork-thread-pending.exp: Ditto.
12708         * gdb.threads/hand-call-in-threads.exp: Ditto.
12709         * gdb.threads/interrupted-hand-call.exp: Ditto.
12710         * gdb.threads/linux-dp.exp: Ditto.
12711         * gdb.threads/manythreads.exp: Ditto.
12712         * gdb.threads/print-threads.exp: Ditto.
12713         * gdb.threads/pthreads.exp: Ditto.
12714         * gdb.threads/schedlock.exp: Ditto.
12715         * gdb.threads/thread-unwindonsignal.exp: Ditto.
12716         * gdb.threads/threadapply.exp: Ditto.
12717
12718 2010-06-08  Michael Snyder  <msnyder@vmware.com>
12719
12720         * gdb.ada/exec_changed.exp:
12721         Use ".*" instead of "" as wildcard regexp.
12722
12723         * gdb.base/async.exp: Use ".*" instead of "" as wildcard regexp.
12724         * gdb.base/call-ar-st.exp: Ditto.
12725         * gdb.base/checkpoint.exp: Ditto.
12726         * gdb.base/default.exp: Ditto.
12727         * gdb.base/dump.exp: Ditto.
12728         * gdb.base/ending-run.exp: Ditto.
12729         * gdb.base/fileio.exp: Ditto.
12730         * gdb.base/miscexprs.exp: Ditto.
12731         * gdb.base/pointers.exp: Ditto.
12732         * gdb.base/readline.exp: Ditto.
12733         * gdb.base/reread.exp: Ditto.
12734         * gdb.base/restore.exp: Ditto.
12735         * gdb.base/shlib-call.exp: Ditto.
12736         * gdb.base/valgrind-db-attach.exp: Ditto.
12737         * gdb.base/volatile.exp: Ditto.
12738         * gdb.base/watchpoints.exp: Ditto.
12739
12740         * gdb.cp/classes.exp: Use ".*" instead of "" as wildcard regexp.
12741
12742         * gdb.python/py-frame.exp: Use ".*" instead of "" as wildcard regexp.
12743         * gdb.python/py-value.exp: Ditto.
12744
12745         * gdb.trace/backtrace.exp: Use ".*" instead of "" as wildcard regexp.
12746         * gdb.trace/circ.exp: Ditto.
12747         * gdb.trace/collection.exp: Ditto.
12748         * gdb.trace/packetlen.exp: Ditto.
12749         * gdb.trace/passc-dyn.exp: Ditto.
12750         * gdb.trace/report.exp: Ditto.
12751         * gdb.trace/tfile.exp: Ditto.
12752         * gdb.trace/tfind.exp: Ditto.
12753         * gdb.trace/while-dyn.exp: Ditto.
12754
12755 2010-06-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
12756
12757         * gdb.python/python.exp (pythonX.Y/lib-dynload/*.so): New.
12758
12759 2010-06-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
12760
12761         Test PR 10640.
12762         * gdb.dwarf2/dw2-op-call.exp, gdb.dwarf2/dw2-op-call.S: New.
12763
12764 2010-06-07  Sami Wagiaalla  <swagiaal@redhat.com>
12765
12766         * gdb.cp/koenig.exp: Test for ADL operators.
12767         * gdb.cp/koenig.cc: Added ADL operators.
12768         * gdb.cp/operator.exp: New test.
12769         * gdb.cp/operator.cc: New test.
12770
12771 2010-06-04  Michael Snyder  <msnyder@vmware.com>
12772
12773         * gdb.base/attach.exp: Replace gdb_test_multiple with gdb_test.
12774         * gdb.base/pending.exp: Ditto.
12775
12776         * gdb.cp/pr-1210.exp: Add message string to gdb_test_multiple.
12777
12778 2010-06-04  Doug Evans  <dje@google.com>
12779
12780         * gdb.python/py-prettyprint.exp: Add new test for enabled and
12781         disabled printers.
12782         * gdb.python/py-prettyprint.py (disable_lookup_function): New function.
12783         (enable_lookup_function): New function.
12784
12785 2010-06-04  Tom Tromey  <tromey@redhat.com>
12786
12787         * gdb.python/py-value.exp (test_value_hash): Don't test equality
12788         of hash and id.
12789
12790 2010-06-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
12791
12792         * gdb.base/commands.exp (add printf tbreak command): Remove trailing
12793         newline.
12794         * gdb.gdb/complaints.exp (empty non-verbose non-noisy clear)
12795         (empty verbose non-noisy clear, empty verbose noisy clear)
12796         (empty non-verbose noisy clear): Likewise.
12797
12798 2010-06-03  Michael Snyder  <msnyder@vmware.com>
12799
12800         * gdb.base/commands.exp: Replace gdb_test with gdb_test_no_output.
12801         * gdb.base/display.exp: Ditto.
12802         * gdb.base/find.exp: Ditto.
12803         * gdb.base/ifelse.exp: Ditto.
12804         * gdb.base/multi-forks.exp: Ditto.
12805         * gdb.base/recurse.exp: Ditto.
12806         * gdb.base/setshow.exp: Ditto.
12807         * gdb.base/value-double-free.exp: Ditto.
12808         * gdb.base/watch-vfork.exp: Ditto.
12809         * gdb.base/watch_thread_num.exp: Ditto.
12810         * gdb.base/watchpoint-solib.exp: Ditto.
12811         * gdb.base/watchpoint.exp: Ditto.
12812         * gdb.base/watchpoints.exp: Ditto.
12813
12814         * gdb.cp/classes.exp: Replace gdb_test with gdb_test_no_output.
12815         * gdb.cp/overload.exp: Ditto.
12816         * gdb.cp/virtfunc.exp: Ditto.
12817
12818         * gdb.python/py-value.exp: Replace gdb_test with gdb_test_no_output.
12819
12820         * gdb.reverse/watch-precsave.exp:
12821         Replace gdb_test with gdb_test_no_output.
12822
12823         * gdb.threads/attach-into-signal.exp:
12824         Replace gdb_test with gdb_test_no_output.
12825         * gdb.threads/local-watch-wrong-thread.exp: Ditto.
12826         * gdb.threads/watchthreads.exp: Ditto.
12827         * gdb.threads/watchthreads2.exp: Ditto.
12828
12829         * gdb.trace/deltrace.exp: Replace gdb_test with gdb_test_no_output.
12830         * gdb.trace/tfind.exp: Ditto.
12831
12832 2010-06-03  Joel Brobecker  <brobecker@adacore.com>
12833
12834         * lib/gdb.exp (gdb_test_no_output): Do not emit pass for
12835         successful test if message is the empty string.
12836
12837 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12838
12839         * gdb.fortran/module.exp (stopped language detection): New test.
12840
12841 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12842
12843         Support DW_TAG_module as separate namespaces.
12844         * gdb.fortran/library-module.exp, gdb.fortran/library-module-main.f90,
12845         gdb.fortran/library-module-lib.f90: New.
12846         * gdb.fortran/module.exp: Replace startup by a prepare_for_testing call.
12847         (print i): Remove.
12848         (continue to breakpoint: i-is-1, print var_i value 1)
12849         (continue to breakpoint: i-is-2, print var_i value 2)
12850         (continue to breakpoint: a-b-c-d, print var_a, print var_b, print var_c)
12851         (print var_d, print var_i value 14, ptype modmany, complete `modm)
12852         (complete `modmany, complete `modmany`, complete `modmany`var)
12853         (show language, setting breakpoint at module): New tests.
12854         * gdb.fortran/module.f90 (module mod): Remove.
12855         (module mod1, module mod2, module modmany, subroutine sub1)
12856         (subroutine sub2, program module): New.
12857
12858 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12859
12860         * gdb.cp/ref-types.exp (pass, pass, pass): Rename to ...
12861         (print value of rUC, print value of rI, print value of UI): ... here.
12862         * gdb.cp/anon-union.exp (pass): Rename to ...
12863         (print z 2): ... here.
12864
12865 2010-06-02  Michael Snyder  <msnyder@vmware.com>
12866
12867         * gdb.trace/actions.exp: Use gdb_test_no_output.
12868         * gdb.trace/circ.exp: Ditto.
12869         * gdb.trace/packetlen.exp: Ditto.
12870         * gdb.trace/save-trace.exp: Ditto.
12871         * gdb.trace/tracecmd.exp: Ditto.
12872         * gdb.trace/tsv.exp: Ditto.
12873
12874         * gdb.threads/fork-thread-pending.exp: Use gdb_test_no_output.
12875         * gdb.threads/hand-call-in-thraeds.exp: Ditto.
12876         * gdb.threads/local-watch-wrong-thread.exp: Ditto.
12877         * gdb.threads/manythreads.exp: Ditto.
12878         * gdb.threads/print-threads.exp: Ditto.
12879         * gdb.threads/pthreads.exp: Ditto.
12880         * gdb.threads/schedlock.exp: Ditto.
12881         * gdb.threads/staticthreads.exp: Ditto.
12882         * gdb.threads/thread-specific.exp: Ditto.
12883         * gdb.threads/thread-unwindonsignal.exp: Ditto.
12884         * gdb.threads/threadapply.exp: Ditto.
12885         * gdb.threads/watchthreads.exp: Ditto.
12886         * gdb.threads/watchthreads2.exp: Ditto.
12887
12888         * gdb.python/py-block.exp: Use gdb_test_no_output.
12889         * gdb.python/py-prettyprint.exp: Ditto.
12890         * gdb.python/py-template.exp: Ditto.
12891         * gdb.python/py-value.exp: Ditto.
12892
12893         * gdb.reverse/watch-precsave.exp: Use gdb_test_no_output.
12894         * gdb.reverse/watch-reverse.exp: Ditto.
12895
12896         * gdb.server/ext-attach.exp: Use gdb_test_no_output.
12897         * gdb.server/ext-run.exp: Ditto.
12898
12899         * gdb.dwarf2/dw2-basic.exp: Use gdb_test_no_output.
12900         * gdb.dwarf2/dw2-compressed.exp: Ditto.
12901         * gdb.dwarf2/dw2-intercu.exp: Ditto.
12902         * gdb.dwarf2/dw2-intermix.exp: Ditto.
12903         * gdb.dwarf2/dw2-producer.exp: Ditto.
12904         * gdb.dwarf2/mac-fileno.exp: Ditto.
12905
12906         * gdb.gdb/observer.exp: Use gdb_test_no_output.
12907         * gdb.gdb/selftest.exp: Ditto.
12908
12909         * gdb.multi/base.exp: Use gdb_test_no_output.
12910
12911         * gdb.opt/inline-cmds.exp: Use gdb_test_no_output.
12912
12913 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12914
12915         * gdb.cp/ref-types.exp (print value of UI): Remove excessive newline.
12916
12917 2010-06-02  Michael Snyder  <msnyder@msnyder-server.eng.vmware.com>
12918
12919         * gdb.cp/class2.exp: Use gdb_test_no_output.
12920         * gdb.cp/classes.exp: Ditto.
12921         * gdb.cp/extern-c.exp: Ditto.
12922         * gdb.cp/inherit.exp: Ditto.
12923         * gdb.cp/maint.exp: Ditto.
12924         * gdb.cp/mb-inline.exp: Ditto.
12925         * gdb.cp/mb-templates.exp: Ditto.
12926         * gdb.cp/method2.exp: Ditto.
12927         * gdb.cp/misc.exp: Ditto.
12928         * gdb.cp/ovldbreak.exp: Ditto.
12929         * gdb.cp/punctuator.exp: Ditto.
12930         * gdb.cp/templates.exp: Ditto.
12931         * gdb.cp/virtbase.exp: Ditto.
12932
12933         * gdb.threads/attach-stopped.exp:
12934         Replace uses of send_gdb / gdb_expect.
12935         * gdb.threads/attachstop-mt.exp:
12936         Replace uses of send_gdb / gdb_expect.
12937         * gdb.threads/gcore-thread.exp:
12938         Replace uses of send_gdb / gdb_expect.
12939         * gdb.threads/hand-call-in-threads.exp:
12940         Replace uses of send_gdb / gdb_expect.
12941         * gdb.threads/linux-dp.exp: Replace uses of send_gdb / gdb_expect.
12942         * gdb.threads/print-threads.exp:
12943         Replace uses of send_gdb / gdb_expect.
12944         * gdb.threads/pthreads.exp: Replace uses of send_gdb / gdb_expect.
12945         * gdb.threads/schedlock.exp: Replace uses of send_gdb / gdb_expect.
12946         * gdb.threads/sigthread.exp: Replace uses of send_gdb / gdb_expect.
12947
12948         * gdb.trace/actions.exp: Replace uses of send_gdb / gdb_expect.
12949         * gdb.trace/backtrace.exp: Replace uses of send_gdb / gdb_expect.
12950         * gdb.trace/collection.exp: Replace uses of send_gdb / gdb_expect.
12951         * gdb.trace/deltrace.exp: Replace uses of send_gdb / gdb_expect.
12952         * gdb.trace/infotrace.exp: Replace uses of send_gdb / gdb_expect.
12953         * gdb.trace/limits.exp: Replace uses of send_gdb / gdb_expect.
12954         * gdb.trace/report.exp: Replace uses of send_gdb / gdb_expect.
12955         * gdb.trace/save-trace.exp: Replace uses of send_gdb / gdb_expect.
12956         * gdb.trace/tfind.exp: Replace uses of send_gdb / gdb_expect.
12957         * gdb.trace/tracecmd.exp: Replace uses of send_gdb / gdb_expect.
12958         * gdb.trace/tsv.exp: Replace uses of send_gdb / gdb_expect.
12959
12960 2010-06-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
12961
12962         * gdb.cp/re-set-overloaded.exp, gdb.cp/re-set-overloaded.cc: New.
12963
12964 2010-06-02  Sami Wagiaalla  <swagiaal@redhat.com>
12965
12966         * gdb.cp/koenig.exp: Added new test case.
12967         * gdb.cp/koenig.cc: Ditto.
12968
12969 2010-06-01  Michael Snyder  <msnyder@vmware.com>
12970
12971         * gdb.base/arithmet.exp: Use gdb_test_no_output.
12972         * gdb.base/arrayidx.exp: Ditto.
12973         * gdb.base/attach.exp: Ditto.
12974         * gdb.base/auxv.exp: Ditto.
12975         * gdb.base/bigcre.exp: Ditto.
12976         * gdb.base/break-always.exp: Ditto.
12977         * gdb.base/break-interp.exp: Ditto.
12978         * gdb.base/break.exp: Ditto.
12979         * gdb.base/breakpoint-shadow.exp: Ditto.
12980         * gdb.base/call-ar-st.exp: Ditto.
12981         * gdb.base/call-sc.exp: Ditto.
12982         * gdb.base/call-signal-resume.exp: Ditto.
12983         * gdb.base/callfuncs.exp: Ditto.
12984         * gdb.base/catch-syscall.exp: Ditto.
12985         * gdb.base/charset.exp: Ditto.
12986         * gdb.base/code-expr.exp: Ditto.
12987         * gdb.base/commands.exp: Ditto.
12988         * gdb.base/cond-expr.exp: Ditto.
12989         * gdb.base/condbreak.exp: Ditto.
12990         * gdb.base/cursal.exp: Ditto.
12991         * gdb.base/cvexpr.exp: Ditto.
12992         * gdb.base/default.exp: Ditto.
12993         * gdb.base/del.exp: Ditto.
12994         * gdb.base/detach.exp: Ditto.
12995         * gdb.base/display.exp: Ditto.
12996         * gdb.base/ena-dis-br.exp: Ditto.
12997         * gdb.base/eval-skip.exp: Ditto.
12998         * gdb.base/foll-fork.exp: Ditto.
12999         * gdb.base/foll-vfork.exp: Ditto.
13000         * gdb.base/frame-args.exp: Ditto.
13001         * gdb.base/funcargs.exp: Ditto.
13002         * gdb.base/gcore-buffer-overflow.exp: Ditto.
13003         * gdb.base/gdbvars.exp: Ditto.
13004         * gdb.base/help.exp: Ditto.
13005         * gdb.base/ifelse.exp: Ditto.
13006         * gdb.base/included.exp: Ditto.
13007         * gdb.base/list.exp: Ditto.
13008         * gdb.base/macscp.exp: Ditto.
13009         * gdb.base/maint.exp: Ditto.
13010         * gdb.base/multi-fork.exp: Ditto.
13011         * gdb.base/overlays.exp: Ditto.
13012         * gdb.base/page.exp: Ditto.
13013         * gdb.base/pending.exp: Ditto.
13014         * gdb.base/pointers.exp: Ditto.
13015         * gdb.base/pr11022.exp: Ditto.
13016         * gdb.base/prelink.exp: Ditto.
13017         * gdb.base/printcmds.exp: Ditto.
13018         * gdb.base/psymtab.exp: Ditto.
13019         * gdb.base/randomize.exp: Ditto.
13020         * gdb.base/relational.exp: Ditto.
13021         * gdb.base/relocate.exp: Ditto.
13022         * gdb.base/remote.exp: Ditto.
13023         * gdb.base/sepdebug.exp: Ditto.
13024         * gdb.base/set-lang-auto.exp: Ditto.
13025         * gdb.base/setshow.exp: Ditto.
13026         * gdb.base/setvar.exp: Ditto.
13027         * gdb.base/signals.exp: Ditto.
13028         * gdb.base/signull.exp: Ditto.
13029         * gdb.base/sigstep.exp: Ditto.
13030         * gdb.base/sizeof.exp: Ditto.
13031         * gdb.base/solib-disc.exp: Ditto.
13032         * gdb.base/store.exp: Ditto.
13033         * gdb.base/structs.exp: Ditto.
13034         * gdb.base/structs2.exp: Ditto.
13035         * gdb.base/subst.exp: Ditto.
13036         * gdb.base/term.exp: Ditto.
13037         * gdb.base/trace-commands.exp: Ditto.
13038         * gdb.base/unwindonsignal.exp: Ditto.
13039         * gdb.base/valgrind-db-attach.exp: Ditto.
13040         * gdb.base/varargs.exp: Ditto.
13041         * gdb.base/watch-cond.exp: Ditto.
13042         * gdb.base/watch_thread_num.exp: Ditto.
13043         * gdb.base/watchpoint-cond-gone.exp: Ditto.
13044         * gdb.base/watchpoint.exp: Ditto.
13045         * gdb.base/whatis-exp.exp: Ditto.
13046
13047 2010-06-01  Michael Snyder  <msnyder@vmware.com>
13048
13049         * gdb.cp/annota2.exp: Replace uses of send_gdb / gdb_expect.
13050         * gdb.cp/annota3.exp: Replace uses of send_gdb / gdb_expect.
13051         * gdb.cp/anon-union.exp: Replace uses of send_gdb / gdb_expect.
13052         * gdb.cp/cplusfuncs.exp: Replace uses of send_gdb / gdb_expect.
13053         * gdb.cp/demangle.exp: Replace uses of send_gdb / gdb_expect.
13054         * gdb.cp/formatted-ref.exp: Replace uses of send_gdb / gdb_expect.
13055         * gdb.cp/local.exp: Replace uses of send_gdb / gdb_expect.
13056         * gdb.cp/method.exp: Replace uses of send_gdb / gdb_expect.
13057         * gdb.cp/misc.exp: Replace uses of send_gdb / gdb_expect.
13058         * gdb.cp/namespace.exp: Replace uses of send_gdb / gdb_expect.
13059         * gdb.cp/ovldbreak.exp: Replace uses of send_gdb / gdb_expect.
13060         * gdb.cp/pr-1023.exp: Replace uses of send_gdb / gdb_expect.
13061         * gdb.cp/ref-types.exp: Replace uses of send_gdb / gdb_expect.
13062         * gdb.cp/templates.exp: Replace uses of send_gdb / gdb_expect.
13063         * gdb.cp/userdef.exp: Replace uses of send_gdb / gdb_expect.
13064
13065 2010-06-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
13066
13067         * gdb.base/commands.exp (begin commands on watch): Remove excessive
13068         trailing newline.
13069         * gdb.mi/mi-nsintrall.exp (-gdb-show non-stop): Likewise.
13070         * gdb.java/jmisc.exp (p *args\n): Rename to ...
13071         (p *args): ... here and remove excessive trailing newline.
13072
13073 2010-05-31  Joel Brobecker  <brobecker@adacore.com>
13074
13075         * gdb.base/subst.exp: Fix call to gdb_test with empty message.
13076
13077 2010-05-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
13078
13079         Accept the new Linux kernel "t (tracing stop)" string.
13080         * gdb.threads/watchthreads-reorder.c (thread1_func, thread2_func):
13081         Update comment.
13082         (state_wait) <T (tracing stop)>: New.
13083         (main): Update the state_wait expect string.
13084
13085 2010-05-28  Pedro Alves  <pedro@codesourcery.com>
13086
13087         * limits.c, limits.exp: Delete files.
13088         * Makefile.in (clean mostlyclean): Adjust.
13089         * tracecmd.exp: Adjust.
13090
13091 2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
13092
13093         * gdb.base/tui-layout.exp: New.
13094
13095 2010-05-28  Michael Snyder  <msnyder@vmware.com>
13096
13097         * gdb.reverse/break-precsave.exp:
13098         Replace uses of send_gdb / gdb_expect.
13099         * gdb.reverse/break-reverse.exp:
13100         Replace uses of send_gdb / gdb_expect.
13101         * gdb.reverse/consecutive-precsave.exp:
13102         Replace uses of send_gdb / gdb_expect.
13103         * gdb.reverse/consecutive-reverse.exp:
13104         Replace uses of send_gdb / gdb_expect.
13105         * gdb.reverse/finish-precsave.exp:
13106         Replace uses of send_gdb / gdb_expect.
13107         * gdb.reverse/finish-reverse.exp:
13108         Replace uses of send_gdb / gdb_expect.
13109         * gdb.reverse/i386-precsave.exp:
13110         Replace uses of send_gdb / gdb_expect.
13111         * gdb.reverse/i386-reverse.exp:
13112         Replace uses of send_gdb / gdb_expect.
13113         * gdb.reverse/i386-sse-reverse.exp:
13114         Replace uses of send_gdb / gdb_expect.
13115         * gdb.reverse/i387-env-reverse.exp:
13116         Replace uses of send_gdb / gdb_expect.
13117         * gdb.reverse/i387-stack-reverse.exp:
13118         Replace uses of send_gdb / gdb_expect.
13119         * gdb.reverse/machinestate-precsave.exp:
13120         Replace uses of send_gdb / gdb_expect.
13121         * gdb.reverse/machinestate.exp:
13122         Replace uses of send_gdb / gdb_expect.
13123         * gdb.reverse/sigall-precsave.exp:
13124         Replace uses of send_gdb / gdb_expect.
13125         * gdb.reverse/sigall-reverse.exp:
13126         Replace uses of send_gdb / gdb_expect.
13127         * gdb.reverse/solib-precsave.exp:
13128         Replace uses of send_gdb / gdb_expect.
13129         * gdb.reverse/solib-reverse.exp:
13130         Replace uses of send_gdb / gdb_expect.
13131         * gdb.reverse/step-precsave.exp:
13132         Replace uses of send_gdb / gdb_expect.
13133         * gdb.reverse/step-reverse.exp:
13134         Replace uses of send_gdb / gdb_expect.
13135         * gdb.reverse/until-precsave.exp:
13136         Replace uses of send_gdb / gdb_expect.
13137         * gdb.reverse/until-reverse.exp:
13138         Replace uses of send_gdb / gdb_expect.
13139         * gdb.reverse/watch-precsave.exp:
13140         Replace uses of send_gdb / gdb_expect.
13141         * gdb.reverse/watch-reverse.exp:
13142         Replace uses of send_gdb / gdb_expect.
13143
13144 2010-05-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
13145
13146         * gdb.base/sepdebug.exp (info silent break bp_location1): Fix racy
13147         excessive newline.
13148
13149 2010-05-27  Michael Snyder  <msnyder@vmware.com>
13150
13151         * gdb.base/break.exp: Replace uses of send_gdb / gdb_expect.
13152         * gdb.base/relational.exp: Replace uses of send_gdb / gdb_expect.
13153         * gdb.base/relocate.exp: Replace uses of send_gdb / gdb_expect.
13154         * gdb.base/restore.exp: Replace uses of send_gdb / gdb_expect.
13155         * gdb.base/return.exp: Replace uses of send_gdb / gdb_expect.
13156         * gdb.base/return2.exp: Replace uses of send_gdb / gdb_expect.
13157         * gdb.base/sepdebug.exp: Replace uses of send_gdb / gdb_expect.
13158         * gdb.base/setshow.exp: Replace uses of send_gdb / gdb_expect.
13159         * gdb.base/setvar.exp: Replace uses of send_gdb / gdb_expect.
13160         * gdb.base/shlib-call.exp: Replace uses of send_gdb / gdb_expect.
13161         * gdb.base/shreloc.exp: Replace uses of send_gdb / gdb_expect.
13162         * gdb.base/sigall.exp: Replace uses of send_gdb / gdb_expect.
13163         * gdb.base/sigbpt.exp: Replace uses of send_gdb / gdb_expect.
13164         * gdb.base/signull.exp: Replace uses of send_gdb / gdb_expect.
13165         * gdb.base/so-impl-ld.exp: Replace uses of send_gdb / gdb_expect.
13166         * gdb.base/varargs.exp: Replace uses of send_gdb / gdb_expect.
13167         * gdb.base/volatile.exp: Replace uses of send_gdb / gdb_expect.
13168         * gdb.base/watch_thread_num.exp: Replace uses of send_gdb / gdb_expect.
13169         * gdb.base/watchpoint.exp: Replace uses of send_gdb / gdb_expect.
13170
13171 2010-05-26  Michael Snyder  <msnyder@vmware.com>
13172
13173         * gdb.java/jmisc.exp: Replace uses of send_gdb / gdb_expect.
13174         * gdb.java/jprint.exp: Replace uses of send_gdb / gdb_expect.
13175
13176         * gdb.gdb/complaints.exp: Replace uses of send_gdb / gdb_expect.
13177         * gdb.gdb/selftest.exp: Replace uses of send_gdb / gdb_expect.
13178         * gdb.gdb/xfullpath.exp: Replace uses of send_gdb / gdb_expect.
13179
13180         * gdb.reverse/consecutive-reverse.exp:
13181         Replace uses of send_gdb / gdb_expect.
13182         * gdb.reverse/consecutive-precsave.exp:
13183         Replace uses of send_gdb / gdb_expect.
13184
13185         * gdb.mi/mi-basics.exp: Replace uses of send_gdb / gdb_expect.
13186         * gdb.mi/mi-nonstop-exit.exp: Replace uses of send_gdb / gdb_expect.
13187         * gdb.mi/mi-nonstop.exp: Replace uses of send_gdb / gdb_expect.
13188         * gdb.mi/mi-ns-stale-regcache.exp:
13189         Replace uses of send_gdb / gdb_expect.
13190         * gdb.mi/mi-nsintrall.exp: Replace uses of send_gdb / gdb_expect.
13191         * gdb.mi/mi-nsmoribund.exp: Replace uses of send_gdb / gdb_expect.
13192         * gdb.mi/mi-nsthrexec.exp: Replace uses of send_gdb / gdb_expect.
13193         * gdb.mi/mi-return.exp: Replace uses of send_gdb / gdb_expect.
13194         * gdb.mi/mi-var-display.exp: Replace uses of send_gdb / gdb_expect.
13195         * gdb.mi/mi2-basics.exp: Replace uses of send_gdb / gdb_expect.
13196         * gdb.mi/mi2-console.exp: Replace uses of send_gdb / gdb_expect.
13197         * gdb.mi/mi2-return.exp: Replace uses of send_gdb / gdb_expect.
13198         * gdb.mi/mi2-var-display.exp: Replace uses of send_gdb / gdb_expect.
13199
13200 2010-05-26  Michael Snyder  <msnyder@vmware.com>
13201
13202         * gdb.ada/formatted_ref.exp: Replace uses of send_gdb / gdb_expect.
13203
13204         * gdb.asm/asm-source.exp: Replace uses of send_gdb / gdb_expect.
13205
13206         * gdb.base/a2-run.exp: Replace uses of send_gdb / gdb_expect.
13207         * gdb.base/all-bin.exp: Replace uses of send_gdb / gdb_expect.
13208         * gdb.base/annota1.exp: Replace uses of send_gdb / gdb_expect.
13209         * gdb.base/annota3.exp: Replace uses of send_gdb / gdb_expect.
13210         * gdb.base/assign.exp: Replace uses of send_gdb / gdb_expect.
13211         * gdb.base/attach.exp: Replace uses of send_gdb / gdb_expect.
13212         * gdb.base/bitfields.exp: Replace uses of send_gdb / gdb_expect.
13213         * gdb.base/bitfields2.exp: Replace uses of send_gdb / gdb_expect.
13214         * gdb.base/bitops.exp: Replace uses of send_gdb / gdb_expect.
13215
13216 2010-05-25  Tom Tromey  <tromey@redhat.com>
13217
13218         * gdb.base/macscp.exp: Add missing space after setup_kfail.
13219
13220 2010-05-25  Tom Tromey  <tromey@redhat.com>
13221
13222         * gdb.arch/i386-prologue.exp (skip_breakpoint): Fix setup_kfail
13223         argument order.
13224         * gdb.base/macscp.exp: Fix setup_kfail argument order.
13225         * gdb.base/long_long.exp (gdb_test_xxx): Fix setup_kfail argument
13226         order.
13227         * gdb.base/sigbpt.exp (stepi_out): Fix setup_kfail argument
13228         order.
13229         * gdb.base/call-sc.exp (setup_kfails): Remove.
13230         (setup_compiler_kfails): Remove.
13231         * gdb.base/callfuncs.exp (do_function_calls): Fix setup_kfail
13232         argument order.
13233         * gdb.base/siginfo.exp: Fix setup_kfail argument order.
13234         * gdb.base/sigstep.exp (advance): Fix setup_kfail argument order.
13235         (advancei): Fix setup_kfail argument order.
13236         * gdb.base/radix.exp: Fix setup_kfail argument order.
13237         * gdb.base/solib-weak.exp (do_test): Fix setup_kfail argument
13238         order.
13239         * gdb.base/structs.exp (setup_kfails): Remove.
13240         (setup_compiler_kfails): Fix setup_kfail argument order.
13241         * gdb.base/sigaltstack.exp (finish_test): Fix setup_kfail argument
13242         order.
13243         * gdb.java/jmain.exp: Fix setup_kfail argument order.
13244         * gdb.pascal/types.exp (test_string_literal_types_accepted): Fix
13245         setup_kfail argument order.
13246         * gdb.cp/overload.exp: Fix setup_kfail argument order.
13247
13248 2010-05-25  Tom Tromey  <tromey@redhat.com>
13249
13250         * gdb.dwarf2/pieces.exp (pieces_test_f3): Mention PR 11636.
13251
13252 2010-05-25  Michael Snyder  <msnyder@vmware.com>
13253
13254         * gdb.base/a2-run.exp: Replace send_gdb with gdb_test.
13255         * gdb.base/all-bin.exp: Replace send_gdb with gdb_test.
13256         * gdb.base/annota1.exp: Replace send_gdb with gdb_test.
13257         * gdb.base/annota3.exp: Replace send_gdb with gdb_test.
13258         * gdb.base/assign.exp: Replace send_gdb with gdb_test.
13259         * gdb.base/attach.exp: Replace send_gdb with gdb_test.
13260         * gdb.base/bitfields.exp: Replace send_gdb with gdb_test.
13261         * gdb.base/bitfields2.exp: Replace send_gdb with gdb_test.
13262         * gdb.base/bitops.exp: Replace send_gdb with gdb_test.
13263         * gdb.base/call-ar-st.exp: Replace send_gdb with gdb_test.
13264         * gdb.base/callfuncs.exp: Replace send_gdb with gdb_test.
13265         * gdb.base/call-rt-st.exp: Replace send_gdb with gdb_test.
13266         * gdb.base/call-signal-resume.exp: Replace send_gdb with gdb_test.
13267         * gdb.base/call-strs.exp: Replace send_gdb with gdb_test.
13268         * gdb.base/catch-syscall.exp: Replace send_gdb with gdb_test.
13269         * gdb.base/charset.exp: Replace send_gdb with gdb_test.
13270         * gdb.base/checkpoint.exp: Replace send_gdb with gdb_test.
13271         * gdb.base/commands.exp: Replace send_gdb with gdb_test.
13272         * gdb.base/condbreak.exp: Replace send_gdb with gdb_test.
13273         * gdb.base/cond-exprs.exp: Replace send_gdb with gdb_test.
13274         * gdb.base/consecutive.exp: Replace send_gdb with gdb_test.
13275         * gdb.base/constvars.exp: Replace send_gdb with gdb_test.
13276         * gdb.base/corefile.exp: Replace send_gdb with gdb_test.
13277         * gdb.base/default.exp: Replace send_gdb with gdb_test.
13278         * gdb.base/define.exp: Replace send_gdb with gdb_test.
13279         * gdb.base/display.exp: Replace send_gdb with gdb_test.
13280         * gdb.base/dump.exp: Replace send_gdb with gdb_test.
13281         * gdb.base/ending-run.exp: Replace send_gdb with gdb_test.
13282         * gdb.base/eval-skip.exp: Replace send_gdb with gdb_test.
13283         * gdb.base/exprs.exp: Replace send_gdb with gdb_test.
13284         * gdb.base/fileio.exp: Replace send_gdb with gdb_test.
13285         * gdb.base/finish.exp: Replace send_gdb with gdb_test.
13286         * gdb.base/foll-fork.exp: Replace send_gdb with gdb_test.
13287         * gdb.base/funcargs.exp: Replace send_gdb with gdb_test.
13288         * gdb.base/gcore-buffer-overflow.exp: Replace send_gdb with gdb_test.
13289         * gdb.base/gcore.exp: Replace send_gdb with gdb_test.
13290         * gdb.base/gdb1090.exp: Replace send_gdb with gdb_test.
13291         * gdb.base/gdbvars.exp: Replace send_gdb with gdb_test.
13292         * gdb.base/help.exp: Replace send_gdb with gdb_test.
13293         * gdb.base/info-proc.exp: Replace send_gdb with gdb_test.
13294         * gdb.base/jump.exp: Replace send_gdb with gdb_test.
13295         * gdb.base/long_long.exp: Replace send_gdb with gdb_test.
13296         * gdb.base/maint.exp: Replace send_gdb with gdb_test.
13297         * gdb.base/miscexprs.exp: Replace send_gdb with gdb_test.
13298         * gdb.base/nodebug.exp: Replace send_gdb with gdb_test.
13299         * gdb.base/pointers.exp: Replace send_gdb with gdb_test.
13300         * gdb.base/ptype.exp: Replace send_gdb with gdb_test.
13301         * gdb.base/whatis.exp: Replace send_gdb with gdb_test.
13302
13303 2010-05-25  Doug Evans  <dje@google.com>
13304
13305         * gdb.python/py-cmd.exp: Add tests for gdb.GdbError and
13306         gdb.string_to_argv.
13307
13308 2010-05-21  Tom Tromey  <tromey@redhat.com>
13309
13310         * gdb.dwarf2/pieces.exp (pieces_test_f3): New proc.
13311         Call it.
13312         * gdb.dwarf2/pieces.S: Update.
13313         * gdb.dwarf2/pieces.c (struct B): Remove initial field.
13314
13315 2010-05-21  Tom Tromey  <tromey@redhat.com>
13316
13317         * gdb.dwarf2/pieces.exp (pieces_test_f6): New proc.
13318         Call it.
13319         * gdb.dwarf2/pieces.c (struct C): New.
13320         (f6): New function.
13321         * gdb.dwarf2/pieces.S: Replace.
13322
13323 2010-05-21  Tom Tromey  <tromey@redhat.com>
13324
13325         * gdb.dwarf2/pieces.exp (pieces_test_f2): New proc.
13326         Call it.
13327
13328 2010-05-21  Tom Tromey  <tromey@redhat.com>
13329
13330         * gdb.dwarf2.pieces.exp: New file.
13331         * gdb.dwarf2.pieces.S: New file.
13332         * gdb.dwarf2.pieces.c: New file.
13333
13334 2010-05-20  Pedro Alves  <pedro@codesourcery.com>
13335             Joel Brobecker  <brobecker@adacore.com>
13336
13337         * lib/gdb.exp (gdb_test_no_output): New function.
13338         * lib/gdb.ada/arrayidx.exp: Use gdb_test_no_output instead of gdb_test
13339         when testing commands that should produce no output.
13340
13341 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
13342
13343         * gdb.ada/watch_arg/watch.adb: Rewrite testcase to avoid the
13344         parameter that we want to watch being a constant.
13345
13346 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
13347
13348         * gdb.ada/cond_lang: New testcase.
13349
13350 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
13351
13352         * lib/gdb.exp (banned_variables): New variable/constant.
13353         (gdb_init): Add write trace on variables listed in banned_variables.
13354         (gdb_finish): Remove write traces on variables listed in
13355         banned_variables.
13356
13357 2010-05-17  Joel Brobecker  <brobecker@adacore.com>
13358
13359         * gdb.base/gdb11530.exp: Delete setting of prms_id and bug_id.
13360         * gdb.cp/koenig.exp: Likewise.
13361
13362 2010-05-14  Phil Muldoon  <pmuldoon@redhat.com>
13363
13364         PR python/11482
13365
13366         * gdb.python/py-value.exp (test_value_hash): New function.
13367
13368 2010-05-11  Pierre Muller  <muller@ics.u-strasbg.fr>
13369
13370         PR exp/11530.
13371         * gdb.base/gdb11530.c: New file.
13372         * gdb.base/gdb11530.exp: New file.
13373
13374 2010-05-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
13375
13376         * gdb.dwarf2/dw2-modula2-self-type.exp: New.
13377         * gdb.dwarf2/dw2-modula2-self-type.S: New.
13378
13379 2010-05-07  Sami Wagiaalla  <swagiaal@redhat.com>
13380
13381         * gdb.cp/koenig.exp: New test.
13382         * gdb.cp/koenig.cc: New test program.
13383
13384 2010-05-05  Joel Brobecker  <brobecker@adacore.com>
13385
13386         Remove the use of prms_id and bug_id throughout the testsuite.
13387
13388 2010-05-04  Pierre Muller  <muller@ics.u-strasbg.fr>
13389
13390         PR exp/11349.
13391         * testsuite/gdb.cp/ref-types.exp: Add test to examine
13392         use a reference local variable.
13393
13394 2010-05-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
13395
13396         * gdb.base/break-interp.exp: Remove $exec.debug safety removal.
13397         * gdb.base/sepdebug.exp: Remove .debug subdirectory handling.  New
13398         variable different_dir. Move debugfile into a full directory pathname
13399         under DIFFERENT_DIR.
13400         * lib/gdb.exp (separate_debug_filename): Remove.
13401         (gdb_gnu_strip_debug): No longer call separate_debug_filename.  Remove
13402         variable debug_dir and mkdir of it.  Update function comments.
13403
13404 2010-04-29  Pedro Alves  <pedro@codesourcery.com>
13405
13406         PR gdb/11557
13407
13408         * gdb.mi/mi-ns-stale-regcache.exp, gdb.mi/ns-stale-regcache.c: New
13409         files.
13410
13411 2010-04-29  Phil Muldoon  <pmuldoon@redhat.com>
13412
13413         * gdb.python/py-param.exp: New File.
13414
13415 2010-04-29  Mihail Zenkov  <mihail.zenkov@gmail.com>
13416
13417         * gdb.base/default.exp: Fix "set language" test.
13418
13419 2010-04-24  Pierre Muller  <muller@ics.u-strasbg.fr>
13420
13421         PR breakpoints/11531.
13422         * gdb.base/gdb11531.c: New file.
13423         * gdb.base/gdb11531.exp: New file.
13424
13425 2010-04-26  Tom Tromey  <tromey@redhat.com>
13426
13427         * gdb.base/completion.exp: Add tests for completion and deprecated
13428         commands.
13429
13430 2010-04-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
13431
13432         * gdb.pascal/gdb11492.exp (print integer_array, print /d char_array)
13433         (print /x char_array): Escape curly brackets.
13434
13435 2010-04-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
13436
13437         Fix deadlock on looped list of loaded shared objects.
13438         * gdb.base/solib-corrupted.exp: New.
13439
13440 2010-04-23  Doug Evans  <dje@google.com>
13441
13442         * gdb.python/py-section-script.c: New file.
13443         * gdb.python/py-section-script.exp: New file.
13444         * gdb.python/py-section-script.py: New file.
13445
13446 2010-04-20  Chris Moller  <cmoller@redhat.com>
13447
13448         PR 10179
13449
13450         * gdb.base/Makefile.in (EXECUTABLES): Added pr10179.
13451         * gdb.base/pr10179-a.c:
13452         * gdb.base/pr10179-b.c:
13453         * gdb.base/pr10179.exp: New files.
13454
13455 2010-04-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
13456
13457         Fix crashes on dangling display expressions.
13458         * gdb.base/solib-display.exp: Call gdb_gnu_strip_debug if LIBSEPDEBUG
13459         is SEP.
13460         (lib_flags): Remove the "debug" keyword.
13461         (libsepdebug): New variable for iterating new loop.
13462         (save_pf_prefix): New variable wrapping the loop.
13463         (sep_lib_flags): New variable derived from LIB_FLAGS.  Use it.
13464         * lib/gdb.exp (gdb_gnu_strip_debug): Document the return code.
13465
13466 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
13467
13468         * gdb.threads/watchthreads.exp: Change to obtain consistent output.
13469
13470 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
13471
13472         PR stabs/11479.
13473         * gdb.stabs/gdb11479.exp: New file.
13474         * gdb.stabs/gdb11479.c: New file.
13475
13476 2010-04-22  Pierre Muller  <muller@ics.u-strasbg.fr>
13477
13478         * gdb.base/charset.c (Strin16, String32): New variables.
13479         * gdb.base/charset.exp (gdb_test): Test correct display
13480         of 16 or 32 bit strings.
13481
13482 2010-04-21  Chris Moller  <cmoller@redhat.com>
13483
13484         PR 9167
13485         * gdb.cp/Makefile.in (EXECUTABLES): Added pr9167.
13486         * gdb.cp/pr9167.cc: New file.
13487         * gdb.cp/pr9167.exp: New file.
13488
13489
13490 2010-04-21  Pierre Muller  <muller@ics.u-strasbg.fr>
13491
13492         PR pascal/11492.
13493         * gdb.pascal/gdb11492.pas: New file.
13494         * gdb.pascal/gdb11492.exp: New file.
13495
13496 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
13497
13498         * gdb.ada/info_types.c, gdb.ada/info_types.exp: New files.
13499
13500 2010-04-20  Joel Brobecker  <brobecker@adacore.com>
13501
13502         * gdb.ada/dyn_loc: New testcase.
13503
13504 2010-04-20  Chris Moller  <cmoller@redhat.com>
13505
13506         PR 10867
13507
13508         * gdb.cp/Makefile.in  (EXECUTABLES): Added pr10687
13509         * gdb.cp/pr10687.cc: New file.
13510         * gdb.cp/pr10687.exp: New file.
13511
13512
13513 2010-04-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
13514             Sergio Durigan Junior  <sergiodj@redhat.com>
13515
13516         * gdb.fortran/logical.exp: New testcase.
13517         * gdb.fortran/logical.f90: New file.
13518
13519 2010-04-19  Doug Evans  <dje@google.com>
13520
13521         * gdb.base/help.exp (help source): Update expected output.
13522
13523 2010-04-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
13524
13525         * gdb.base/solib-display.exp: Replace gdb_exit, gdb_start,
13526         gdb_reinitialize_dir and gdb_load by clean_restart.  Remove trailing
13527         gdb_exit and return.
13528         (executable): New variable.
13529         (binfile): Use it.
13530
13531 2010-04-19  Pedro Alves  <pedro@codesourcery.com>
13532
13533         PR breakpoints/8554.
13534
13535         * gdb.trace/save-trace.exp: Adjust.
13536
13537 2010-04-17  H.J. Lu  <hongjiu.lu@intel.com>
13538
13539         PR corefiles/11511
13540         * gdb.arch/system-gcore.exp: New.
13541         * gdb.arch/gcore.c: Likewise.
13542
13543 2010-04-15  Doug Evans  <dje@google.com>
13544
13545         * gdb.python/py-progspace.c: New file.
13546         * gdb.python/py-progspace.exp: New file.
13547
13548         * gdb.base/source.exp: Add tests for "source -s".
13549
13550 2010-04-14  Phil Muldoon  <pmuldoon@redhat.com>
13551
13552         * gdb.python/py-prettyprint.py (NoStringContainerPrinter): New printer.
13553         * gdb.python/py-prettyprint.c: Add justchildren struct, typedefs.
13554         * gdb.python/py-prettyprint.exp: New test for to_string returning None.
13555         * gdb.python/py-mi.exp: New test for to_string returning None.
13556
13557 2010-04-12  Phil Muldoon  <pmuldoon@redhat.com>
13558
13559         * gdb.python/py-breakpoint.c: Make result global.
13560
13561 2010-04-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
13562
13563         Fix non-GNU make compatibility.
13564         * Makefile.in ($(TEST_TARGETS)): Conditionalize it by @GMAKE_TRUE@.
13565
13566 2010-04-09  Phil Muldoon  <pmuldoon@redhat.com>
13567
13568         * gdb.python/py-breakpoint.exp: New File.
13569         * gdb.python/py-breakpoint.C: Ditto.
13570
13571 2010-04-08  Stan Shebs  <stan@codesourcery.com>
13572
13573         * gdb.trace/actions.exp: Clear default-collect.
13574         * gdb.trace/save-trace.exp: Clear default-collect.
13575
13576 2010-04-08  Phil Muldoon  <pmuldoon@redhat.com>
13577
13578         * gdb.python/py-value: Add null string variable.
13579           (test_lazy_string): Test zero length, NULL address lazy
13580           strings.
13581
13582 2010-04-07  H.J. Lu  <hongjiu.lu@intel.com>
13583
13584         * gdb.arch/i386-avx.c: New.
13585         * gdb.arch/i386-avx.exp: Likewise.
13586
13587         * gdb.arch/i386-cpuid.h: Updated from gcc 4.4.
13588
13589 2010-04-06  Doug Evans  <dje@google.com>
13590
13591         * gdb.base/source-test.gdb: New file.
13592         * gdb.base/source.exp: Test source -v.
13593
13594 2010-04-06  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13595
13596         * gdb.cp/inherit.exp (test_print_anon_union): Fix re_class pattern.
13597
13598 2010-04-06  Pierre Muller  <muller@ics.u-strasbg.fr>
13599
13600         * gdb.stabs/aout.sed: Convert all backslash to double backslash
13601         within one line, unless it is followed by a double quote.
13602         * gdb.stabs/hppa.sed: Idem.
13603         * gdb.stabs/weird.def: Add char and String constants
13604         * gdb.stabs/weird.exp: Check for correct parsing of
13605         char and string constants.
13606         * gdb.stabs/xcoff.sed: Ignore escaped quote quotes
13607         in .stabs to .stabx substitution.
13608
13609 2010-04-05  Stan Shebs  <stan@codesourcery.com>
13610
13611         * gdb.trace/tfile.c: Add a variable split across two blocks, and a
13612         constant global.
13613         * gdb.trace/tfile.exp: Try to print them.
13614
13615 2010-04-04  Stan Shebs  <stan@codesourcery.com>
13616
13617         * gdb.base/completion.exp: Update for new "info watchpoints".
13618         * gdb.base/default.exp: Ditto.
13619         * gdb.base/help.exp: Ditto.
13620         * gdb.base/watchpoint.exp: Ditto.
13621         * gdb.trace/infotrace.exp: Update "info tracpoints" output.
13622
13623 2010-04-04  Stan Shebs  <stan@codesourcery.com>
13624
13625         * gdb.trace/tfile.exp: Sharpen tfind test.
13626
13627 2010-04-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
13628
13629         * gdb.base/break-entry.exp: New.
13630
13631 2010-04-02  Hui Zhu  <teawater@gmail.com>
13632             Michael Snyder <msnyder@vmware.com>
13633
13634         * gdb.reverse/i386-sse-reverse.exp: New file.
13635         * gdb.reverse/i386-sse-reverse.c: New file.
13636
13637 2010-04-02  Pedro Alves  <pedro@codesourcery.com>
13638
13639         * gdb.trace/tfind.exp: Adjust expected disassembly output.
13640
13641 2010-04-01  Stan Shebs  <stan@codesourcery.com>
13642
13643         * gdb.trace/actions.exp: Tweak expected output.
13644         * gdb.trace/while-stepping.exp: Tweak expected output.
13645
13646 2010-04-01  H.J. Lu  <hongjiu.lu@intel.com>
13647
13648         * gdb.arch/amd64-byte.exp: Check "ah", "bh", "ch", "dh".
13649
13650 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
13651
13652         * gdb.base/commands.exp: Adjust.
13653         * gdb.cp/extern-c.exp: Adjust.
13654
13655 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
13656
13657         * gdb.trace/collection.c (local_test_func): Define a local struct,
13658         and instanciate it.
13659
13660 2010-04-01  Pedro Alves  <pedro@codesourcery.com>
13661
13662         * gdb.trace/collection.exp (gdb_collect_args_test)
13663         (gdb_collect_argarray_test): XFAIL the tests that assume the
13664         argarray argument's elements are collected.
13665
13666 2010-03-31  Jan Kratochvil  <jan.kratochvil@redhat.com>
13667
13668         * gdb.dwarf2/dw2-bad-parameter-type.exp,
13669         gdb.dwarf2/dw2-bad-parameter-type.S: New.
13670
13671 2010-03-31  Stan Shebs  <stan@codesourcery.com>
13672
13673         * gdb.trace/save-trace.exp: Test save/restore of default-collect
13674         and tracepoint conditionals.
13675         (gdb_verify_tracepoints): Delete unused return.
13676
13677 2010-03-26  Keith Seitz  <keiths@redhat.com>
13678
13679         * gdb.java/jmisc.exp (ptype jmisc): Allow the constructor to
13680         appear in the output before main.
13681         Remove KFAIL for gdb/2215 aka bz 9320.
13682
13683 2010-03-30  Doug Evans  <dje@google.com>
13684
13685         * gdb.arch/amd64-word.exp: Rename hex to hexr, the former is defined
13686         by dejagnu.
13687         * gdb.arch/amd64-dword.exp: Ditto.
13688
13689         * gdb.base/annota1.exp (break handle_USR1): Make fail and pass text
13690         match.
13691         (break printf): Ditto.
13692
13693 2010-03-29  Sami Wagiaalla  <swagiaal@redhat.com>
13694
13695         * gdb.cp/nsusing.exp: Marked imported declaration test as xfail with
13696         gcc < 4.4.
13697         * gdb.cp/shadow.exp: Ditto.
13698
13699 2010-03-29  Pedro Alves  <pedro@codesourcery.com>
13700
13701         * gdb.trace/collection.exp (run_trace_experiment): Make sure
13702         "tstart" is silent.
13703
13704 2010-03-29  Pedro Alves  <pedro@codesourcery.com>
13705
13706         * gdb.trace/collection.exp (executable): New.
13707         (binfile): Use it.
13708         (fpreg, spreg, pcreg): New.
13709         (test_register): Use gdb_test_multiple.  Pass /x to print.
13710         (prepare_for_trace_test): New.
13711         (run_trace_experiment): Use "continue", not gdb_run_cmd.
13712         (gdb_collect_args_test, gdb_collect_argstruct_test)
13713         (gdb_collect_argarray_test, gdb_collect_locals_test): Use
13714         prepare_for_trace_test.
13715         (gdb_collect_registers_test): Use prepare_for_trace_test.  Use
13716         fpreg, spreg and pcreg.
13717         (gdb_collect_expression_test, gdb_collect_globals_test): Use
13718         prepare_for_trace_test.
13719         (gdb_trace_collection_test): Use fpreg, spreg and pcreg.  Don't
13720         try to detect tracing support here.  Don't set breakpoints at
13721         `begin' or `end' here.
13722         <global scope>: Use clean_restart.  Run to main before checking
13723         for tracing support.  Check for for tracing support here.
13724
13725 2010-03-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
13726
13727         * gdb.base/break-interp.exp (test_core, test_attach, test_ld): Add
13728         " as $displacement" to "seen displacement message".
13729
13730 2010-03-28  Pedro Alves  <pedro@codesourcery.com>
13731
13732         * gdb.trace/while-dyn.exp (executable): New variable.
13733         (binfile): Use it.
13734         (test_while_stepping): New function.  Move most tests here.  Call
13735         it once for each of the while-stepping, stepping and ws aliases.
13736
13737 2010-03-26  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13738
13739         * gdb.cp/inherit.exp (test_ptype_si): XFAIL test for GCC versions
13740         that do not provide the tagless_struct type name at all.
13741         (test_print_anon_union): Do not check value of uninitialized
13742         union member.  Do not use cp_test_ptype_class, so we can accept
13743         "long" as well as "long int".
13744
13745 2010-03-26  Pedro Alves  <pedro@codesourcery.com>
13746
13747         * gdb.trace/tfile.c (tohex, bin2hex): New.
13748         (write_error_trace_file): Hexify error description.
13749
13750 2010-03-25  Stan Shebs  <stan@codesourcery.com>
13751
13752         * gdb.trace/tfile.c: Generate an additional trace file, improve
13753         portability.
13754         * gdb.trace/tfile.exp: Test trace file with an error stop, delete
13755         files in a better way.
13756
13757 2010-03-25  Keith Seitz  <keiths@redhat.com>
13758
13759         * gdb.java/jprint.exp: XFAIL printing of static class members
13760         because of GCC debuginfo problem.
13761
13762 2010-03-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
13763
13764         * gdb.base/dup-sect.exp, gdb.base/dup-sect.S: New.
13765
13766 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
13767
13768         * gdb.base/completion.exp: Allow long instead of long int.
13769         * gdb.base/ending-run.exp: Match _rt_entry.* for RealView.
13770         * gdb.base/gdbvars.c (main): Remove unused usestubs code.  Reference
13771         variable p.
13772         * gdb.base/maint.exp: Allow ER_RO and ER_RW instead of .text and .data.
13773         * gdb.base/pointers.exp: Allow long instead of long int.
13774         * gdb.base/printcmds.exp: XFAIL for RealView on ARM EABI.
13775         * gdb.base/step-line.exp: Allow a directory before the source file name.
13776
13777 2010-03-24  Tom Tromey  <tromey@redhat.com>
13778
13779         PR breakpoints/9352:
13780         * gdb.base/default.exp: Update.
13781         * gdb.base/commands.exp: Update.
13782         * gdb.cp/extern-c.exp: Test setting commands on multiple
13783         breakpoints at once.
13784
13785 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
13786
13787         * gdb.base/call-signal-resume.exp, gdb.base/unwindonsignal.exp: Skip
13788         if gdb,nosignals.
13789         * gdb.base/watchpoints.c: Do not include unnecessary headers.
13790         * lib/gdb.exp (gdb_test_multiple): Relax pattern for "the program
13791         exited".
13792
13793 2010-03-24  Stan Shebs  <stan@codesourcery.com>
13794
13795         * gdb.trace/tfile.exp: Expect "trace frame", with a space.
13796
13797 2010-03-24  Daniel Jacobowitz  <dan@codesourcery.com>
13798
13799         * gdb.base/callfuncs.exp (do_function_calls): Add XFAILs for RealView.
13800         * gdb.base/ptype.exp (ptype_maybe_prototyped): Add overprototyped
13801         argument.  Handle "short" and "long".
13802         (Top level): Pass overprototyped output for old_fptr and xptr.
13803
13804 2010-03-23  Pedro Alves  <pedro@codesourcery.com>
13805
13806         * gdb.threads/pthreads.c (thread1, thread2, main): Fix printf
13807         format strings and add casts to avoid compiler warnings.
13808
13809 2010-03-23  Vladimir Prus  <vladimir@codesourcery.com>
13810
13811         * lib/trace-support.exp (gdb_trace_setactions):
13812         Don't expect whitespace after ">" prompt.
13813         * gdb.trace/actions.exp: Adjust for output changes.
13814         * gdb.trace/while-stepping.exp: Likewise.
13815
13816 2010-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
13817
13818         * dg-extract-results.sh: Sync with GCC HEAD (import r155655, r157175
13819         and r157645).
13820
13821 2010-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
13822
13823         * gdb.dwarf2/dw2-empty-namespace.exp, gdb.dwarf2/dw2-empty-namespace.S:
13824         New.
13825
13826 2010-03-22  Daniel Jacobowitz  <dan@codesourcery.com>
13827
13828         * gdb.python/Makefile.in (EXECUTABLES): Add py-mi.
13829         * gdb.python/py-mi.exp (binfile): Rename to py-mi.
13830
13831 2010-03-19  Stan Shebs  <stan@codesourcery.com>
13832
13833         * gdb.trace/ax.exp: New file.
13834
13835 2010-03-19  Doug Evans  <dje@google.com>
13836
13837         * lib/gdb.exp (gdb_compile_test): Watch for "compiler not installed"
13838         output from gcc.
13839
13840         * gdb.base/break-interp.exp (prelinkNO): Handle prelink binaries
13841         named /usr/sbin/prelink<foo>.
13842
13843 2010-03-18  Stan Shebs  <stan@codesourcery.com>
13844
13845         * gdb.trace/circ.exp: Test circular-trace-buffer.
13846         * gdb.trace/tfile.exp: Update tstatus test.
13847
13848 2010-03-18  Joel Brobecker  <brobecker@adacore.com>
13849
13850         * gdb.dwarf2/dw2-anonymous-func.S: New file.
13851         * gdb.dwarf2/dw2-anonymous-func.exp: New testcase.
13852
13853 2010-03-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
13854
13855         * gdb.mi/gdb680.exp: Revert 2009-06-17 change.
13856
13857 2010-03-18  Pedro Alves  <pedro@codesourcery.com>
13858
13859         * gdb.base/default.exp: Adjust the expected output of the finish
13860         and until commands when the inferior is not being run.
13861
13862 2010-03-15  Sami Wagiaalla  <swagiaal@redhat.com>
13863
13864         * gdb.cp/shadow.exp: Removed kfail; test has been fix.
13865         * gdb.cp/nsusing.exp: Ditto.
13866
13867 2010-03-15  Tom Tromey  <tromey@redhat.com>
13868
13869         * gdb.cp/userdef.exp: Add tests for explicit calls to operator==.
13870         * gdb.cp/userdef.cc (operator==): New function.
13871         (main): New locals mem1, mem2.
13872
13873 2010-03-15  Jie Zhang  <jie@codesourcery.com>
13874
13875         * lib/mi-support.exp (mi_gdb_target_load): Delete unused timeout var.
13876         Declare and use new loadtimeout variable.
13877
13878 2010-03-14  Daniel Jacobowitz  <dan@codesourcery.com>
13879
13880         * gdb.base/printcmds.exp: Use gdb_file_cmd instead of gdb_load.
13881         Use gdb_load later.
13882
13883 2010-03-14  Pedro Alves  <pedro@codesourcery.com>
13884
13885         * gdb.base/solib-disc.c (main): Make format of fprintf a string
13886         literal.  Add missing endlines to prints to stderr.
13887
13888 2010-03-12  Tom Tromey  <tromey@redhat.com>
13889
13890         PR c++/9708:
13891         * gdb.cp/m-static.exp: Add regression test.
13892         * gdb.cp/m-static.cc (method): New method.
13893         (main): Call it.
13894
13895 2010-03-12  Sami Wagiaalla  <swagiaal@redhat.com>
13896
13897         * gdb.cp/gdb2384-base.h: Created 'namespace B'.
13898         * gdb.cp/gdb2384-base.cc: Use 'namespace B'.
13899
13900 2010-03-12  Daniel Jacobowitz  <dan@codesourcery.com>
13901
13902         * lib/gdb.exp (gdb_test_multiple): Handle -timeout.
13903
13904 2010-03-12  Daniel Jacobowitz  <dan@codesourcery.com>
13905
13906         * lib/gdb.exp (skip_stl_tests): New.
13907         (gdb_compile): Symbian needs -ldl.
13908         (shlib_target_file): New.
13909         (shlib_symbol_file): New.
13910         (gdb_load_shlibs): Use shlib_target_file.
13911         * lib/mi-support.exp (mi_load_shlibs): Use shlib_target_file.
13912         * gdb.cp/exception.exp: Use skip_stl_tests.
13913         * gdb.cp/bs15503.exp: Use skip_stl_tests.  Use untested.
13914         * gdb.cp/try_catch.exp: Use skip_stl_tests.
13915         * gdb.cp/mb-templates.exp: Ditto.
13916         * gdb.base/commands.exp: Relax regexes.
13917         * gdb.base/watchpoint-solib.exp: Don't skip on symbian.  Use
13918         shlib_target_file and shlib_symbol_file.
13919         * gdb.base/maint.exp: Allow lowercase t.  Allow .rodata in
13920         sections.
13921         * gdb.base/ending-run.exp: Accept E32Main for symbian.
13922         * gdb.base/solib-disc.exp: Use
13923         shlib_target_file and shlib_symbol_file.
13924         * gdb.base/unload.exp: Don't skip on symbian.  Use
13925         shlib_target_file and shlib_symbol_file.
13926         * gdb.base/list.exp: Check use_gdb_stub instead of is_remote.
13927
13928 2010-03-12  Pedro Alves  <pedro@codesourcery.com>
13929
13930         * gdb.trace/backtrace.exp: Adjust for x86 and x86_64.
13931         * gdb.trace/report.exp: Adjust for x86 and x86_64.
13932         Issue a tfind end before looking for a tracepoint frame.
13933         * gdb.trace/tfind.exp: Adjust tstatus output.
13934         Adjust disassembly output.
13935         * gdb.trace/while-dyn.exp: Adjust for x86 and x86_64.
13936
13937 2010-03-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
13938
13939         * gdb.base/break-interp.exp: Create new displacement parameter value
13940         for the test_ld calls.
13941         (reach): New parameter displacement, verify its content.  New push of
13942         pf_prefix "reach-$func:".  Import global expect_out.
13943         (test_core): New parameter displacement, verify its content.  New push
13944         of pf_prefix "core:".  New command "set verbose on".  Import global
13945         expect_out.
13946         (test_attach): New parameter displacement, verify its content.  New
13947         push of pf_prefix "attach:".  New command "set verbose on".  Import
13948         global expect_out.
13949         (test_ld): New parameter displacement, pass it to the reach, test_core
13950         and test_attach calls and verify its content in the "ld.so exit" test.
13951         * gdb.base/prelink.exp: Remove gdb_exit and final return.
13952         (prelink): Update expected text, use gdb_test.
13953
13954 2010-03-10  Doug Evans  <dje@google.com>
13955
13956         * gdb.base/checkpoint.exp: Fix comment.
13957         Lengthen timeout while doing >600 checkpoints test.
13958         Rename duplicate "kill all one" test to keep test names unique.
13959
13960 2010-03-10  Pedro Alves  <pedro@codesourcery.com>
13961
13962         * gdb.base/watch-cond.c, gdb.base/watch-cond.exp: New.
13963
13964 2010-03-08  Keith Seitz  <keiths@redhat.com>
13965
13966         * gdb.cp/cp-relocate.exp: Remove single-quoting of C++ methods.
13967         * gdb.cp/cplusfuncs.cc (dm_type_short): New function.
13968         (dm_type_long): New function.
13969         (dm_type_unsigned_short): New function.
13970         (dm_type_unsigned_long): New function.
13971         (myint): New typedef.
13972         * gdb.cp/cplusfuncs.exp (probe_demangler): Add tests for short,
13973         long, unsigned shor and long, operator char*, and typedef.
13974         (test_lookup_operator_functions): Add operator char* test.
13975         (test_paddr_operator_functions): Likewise.
13976         (test_paddr_overloaded_functions): Use probe values for
13977         short, long, and unsigned short and long.
13978         (test_paddr_hairy_functions): If the demangler probe detected
13979         gdb type printers, "expect" them. Otherwise "expect" the v2 or v3
13980         demangler.
13981         * gdb.cp/expand-sals.exp: Backtrace may contain class names.
13982         * gdb.cp/member-ptr.exp: Refine expected result for "print pmf"
13983         and "print null_pmf".
13984         Add test "ptype a.*pmf".
13985         * gdb.cp/overload.exp: Allow optional "int" to appear with
13986         "short" and "long".
13987         * gdb.cp/ovldbreak.exp: Use append to construct super-duper
13988         long expect value for men_overload1arg.
13989         Allow "int" to appear with "short" and "long".
13990         When testing "info break", add argument for main (void).
13991         Also allow "int" to appear with "short" and "long".
13992         Ditto with "unsigned" and "long long".
13993         * gdb.java/jmain.exp: Do not enclose methods names in single
13994         quotes.
13995         * gdb.java/jmisc.exp: Likewise.
13996         * gdb.java/jprint.exp: Likewise.
13997         * gdb.python/py-symbol.exp: Update expected "linkage_name" value.
13998
13999         From Jan Kratochvil  <jan.kratochvil@redhat.com>:
14000         * gdb.cp/exception.exp (backtrace after first throw)
14001         (backtrace after second throw): Allow a namespace before __cxa_throw.
14002         (backtrace after first catch, backtrace after second catch): Allow
14003         a namespace before __cxa_begin_catch.
14004
14005         * gdb.cp/cpexprs.exp: New file.
14006         * gdb.cp/cpexprs.cc: New file.
14007
14008         From Daniel Jacobowitz  <dan@codesourcery.com>
14009         * gdb.cp/cpexprs.exp (escape): Delete.  Change all callers
14010         to use string_to_regexp.
14011         (ctor, dtor): New functions.  Use them to match constructor
14012         and destructor function types.
14013         (Top level): Use runto_main.
14014
14015 2010-03-05  Tom Tromey  <tromey@redhat.com>
14016
14017         * gdb.python/py-prettyprint.py (pp_nullstr.to_string): Use
14018         gdb.target_charset.
14019         (pp_ns.to_string): Likewise.
14020
14021 2010-03-04  Keith Seitz  <keiths@redhat.com>
14022
14023         * gdb.cp/overload.exp: Test that the filename portion of a linespec
14024         can be quoted.  Test that both the filename and function/line
14025         portions can be quoted at the same time.
14026
14027 2010-03-04  Pedro Alves  <pedro@codesourcery.com>
14028
14029         * gdb.base/watch-non-mem.c, gdb.base/watch-non-mem.exp: New.
14030
14031 2010-03-03  Doug Evans  <dje@google.com>
14032
14033         * lib/gdb.exp (gdb_compile_pthreads): Handle case where
14034         libc contains libpthread.
14035
14036         * gdb.threads/linux-dp.c (shared_random): Call rand instead of rand_r.
14037         * gdb.threads/linux-dp.exp: Compile with gdb_compile_pthreads instead
14038         of gdb_compile.  Add another pattern to match android backtrace.
14039
14040 2010-03-03  Tom Tromey  <tromey@redhat.com>
14041
14042         PR gdb/11345:
14043         * gdb.base/printcmds.exp (test_printf): Add test.
14044
14045 2010-03-02  H.J. Lu  <hongjiu.lu@intel.com>
14046
14047         * gdb.arch/amd64-byte.exp: New.
14048         * gdb.arch/amd64-dword.exp: Likewise.
14049         * gdb.arch/amd64-pseudo.c: Likewise.
14050         * gdb.arch/amd64-word.exp: Likewise.
14051         * gdb.arch/i386-byte.exp: Likewise.
14052         * gdb.arch/i386-pseudo.c: Likewise.
14053         * gdb.arch/i386-word.exp: Likewise.
14054
14055 2010-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
14056
14057         * gdb.xml/extra-regs.xml: Add struct1, struct2, and flags
14058         types.  Add structreg, bitfields, and flags registers.
14059         * gdb.xml/tdesc-regs.exp: Test structreg and bitfields
14060         registers.
14061
14062 2010-03-01  H.J. Lu  <hongjiu.lu@intel.com>
14063
14064         * gdb.xml/tdesc-regs.exp (architecture): New.  Set it for x86.
14065         (load_description): Set architecture if defined.
14066
14067 2010-02-28  Phil Muldoon  <pmuldoon@redhat.com>
14068
14069         * gdb.python/py-frame.exp: Add read_var block tests.
14070         * gdb.python/py-frame.c (block): New function.
14071
14072 2010-02-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
14073             Daniel Jacobowitz  <dan@codesourcery.com>
14074
14075         * gdb.base/callfuncs.exp: New tests for $spval 0 and -1.  Remove return.
14076
14077 2010-02-25  David S. Miller  <davem@davemloft.net>
14078
14079         * gdb.base/catch-syscall.exp: Allow to run on sparc*-*-linux and
14080         fix logic for setting all_syscalls_numbers.
14081
14082 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
14083
14084         * Makefile.in: Add py-block and py-symbol.
14085         * gdb.python/py-symbol.exp: New File.
14086         * gdb.python/py-symtab.exp: New File.
14087         * gdb.python/py-block.exp: New File.
14088         * gdb.python/py-symbol.c: New File.
14089         * gdb.python/py-block.c: New File.
14090
14091 2010-02-24  Phil Muldoon  <pmuldoon@redhat.com>
14092
14093         PR python/11314
14094         * lib/gdb.exp (skip_python_tests): New function.
14095         * gdb.python/py-cmd.exp: Use skip_python_tests.
14096         * gdb.python/py-frame.exp: Likewise.
14097         * gdb.python/py-function.exp: Likewise.
14098         * gdb.python/py-prettyprint.exp: Likewise.
14099         * gdb.python/py-template.exp: Likewise.
14100         * gdb.python/py-type.exp: Likewise.
14101         * gdb.python/py-value.exp: Likewise.
14102
14103 2010-02-22  Pedro Alves  <pedro@codesourcery.com>
14104
14105         PR9605
14106
14107         * gdb.base/watch-read.c, gdb.base/watch-read.exp: New files.
14108
14109 2010-02-19  Tom Tromey  <tromey@redhat.com>
14110
14111         PR c++/8693, PR c++/9496:
14112         * gdb.cp/namespace.exp: Remove some setup_kfail calls.  Added
14113         regression tests.
14114
14115 2010-02-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
14116
14117         Fix compatibility with m68k as.
14118         * gdb.dwarf2/member-ptr-forwardref.S: Use .data section.  Use .2byte.
14119         Use only /* comments */.
14120
14121 2010-02-18  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14122
14123         * configure.ac: Add gdb.multi/Makefile to AC_OUTPUT.
14124         * configure: Regenerate.
14125
14126 2010-02-18  Daniel Jacobowitz  <dan@codesourcery.com>
14127
14128         * gdb.python/py-type.exp: Check for Python support.
14129
14130 2010-02-17  Pedro Alves  <pedro@codesourcery.com>
14131
14132         * lib/gdb.exp (build_id_debug_filename_get): Don't assume new
14133         `regsub' syntax available.
14134
14135 2010-02-17  Pedro Alves  <pedro@codesourcery.com>
14136
14137         * gdb.base/shmain.c (main): Remove printf call.
14138         * gdb.base/sizeof.c (main): Cast return of sizeof to int.
14139         * gdb.base/unload.c (main): Make format of fprintf a string
14140         literal.  Add missing endlines to prints to stderr.
14141         * gdb.base/watchpoint-solib.c (open_shlib): Ditto.
14142
14143 2010-02-17  Tom Tromey  <tromey@redhat.com>
14144
14145         * gdb.java/jprint.java (jprint.props): New field.
14146         * gdb.java/jprint.exp (set_lang_java): Add regression test.
14147
14148 2010-02-17  Pedro Alves  <pedro@codesourcery.com>
14149
14150         * gdb.base/charset.exp: Don't assume new `regsub' syntax
14151         available.
14152
14153 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
14154
14155         * gdb.xml/tdesc-arch.exp, gdb.xml/tdesc-regs.exp: Rewrite file
14156         creation to support remote host testing.
14157
14158 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
14159
14160         * gdb.base/valgrind-db-attach.exp: Use unsupported instead of xfail.
14161         Recognize "command not found".
14162
14163 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
14164
14165         * gdb.arch/thumb2-it.exp (test_it_break): Handle hardware
14166         single-stepping.
14167
14168 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
14169
14170         * gdb.python/py-value.exp (test_value_in_inferior): Skip arg0 test
14171         if arguments are not supported.
14172
14173 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
14174
14175         * gdb.cp/overload.exp: Allow foo::overload1arg's "this" pointer to
14176         be const or non-const.
14177
14178 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
14179
14180         * gdb.mi/mi-break.exp (test_breakpoint_commands): Use
14181         mi_send_resuming_command to send -exec-continue.
14182
14183 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
14184
14185         * gdb.base/list.exp (test_list_filename_and_function): Add test
14186         with single quotes.
14187         * gdb.cp/overload.cc (intToChar): Rewrite onto one line for easy
14188         matching.
14189         * gdb.cp/overload.exp: Add tests with filename, function, and quotes.
14190         Add KFAIL'd tests for PR gdb/11289.
14191
14192 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
14193
14194         * gdb.cp/cpcompletion.exp: Specify source file name explicitly.
14195
14196 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
14197
14198         * gdb.base/comp-dir/subdir/dummy.txt: New file.
14199         * gdb.base/completion.exp: Use comp-dir/subdir instead of creating
14200         a temporary directory.
14201
14202 2010-02-16  Daniel Jacobowitz  <dan@codesourcery.com>
14203
14204         * gdb.base/charset.exp: Use a single regular expression to match
14205         show host-charset and show target-charset output.
14206
14207 2010-02-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
14208
14209         * gdb.base/attach.exp (attach to nonsense is prohibited): Make the
14210         "Illegal process-id" expect string more exact.
14211         (attach to digits-starting nonsense is prohibited): New.
14212
14213 2010-02-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
14214
14215         * gdb.base/prelink.exp (set verbose on): New.
14216
14217 2010-02-12  Tomas Holmberg  <th@virtutech.com>
14218
14219         * mi-reverse.exp: New file. Test for reverse option to the
14220         following MI commands: exec-continue, exec-finish, exec-next,
14221         exec-step, exec-next-instruction, exec-step-instruction.
14222
14223 2010-02-09  Joel Brobecker  <brobecker@adacore.com>
14224
14225         * gdb.ada/ptype_tagged_param: New testcase.
14226
14227 2010-02-08  Tom Tromey  <tromey@redhat.com>
14228
14229         PR c++/8017:
14230         * gdb.cp/overload.exp: Add tests.
14231         * gdb.cp/overload.cc (struct K): New.
14232         (namespace N): New.
14233         (main): Call new functions.
14234         (K::staticoverload): Define.
14235
14236 2010-02-08  Chris Moller  <moller@mollerware.com>
14237
14238         PR gdb/10728
14239         * gdb.cp/pr10728-x.h: New file.
14240         * gdb.cp/pr10728-x.cc: New file.
14241         * gdb.cp/pr10728-y.cc: New file.
14242         * gdb.cp/pr10728.exp: New file.
14243         * gdb.cp/Makefile.in (EXECUTABLES): Add pr10728
14244
14245 2010-02-08  Chris Moller  <moller@mollerware.com>
14246
14247         PR gdb/9067
14248         * gdb.cp/pr9067.exp:  New
14249         * gdb.cp/pr9067.cc:   New
14250         * gdb.cp/Makefile.in (EXECUTABLES): Add pr9067
14251
14252 2010-02-08  Joel Brobecker  <brobecker@adacore.com>
14253
14254         * lib/gdb.exp (gdb_test_timeout): New global variable.
14255         Set it to timeout if not already set.
14256         (gdb_init): Reset the value of timeout to gdb_test_timeout.
14257
14258 2010-02-05  Doug Evans  <dje@google.com>
14259
14260         * lib/gdb.exp (INTERNAL_GDBFLAGS): Don't override value provided by
14261         user.
14262
14263 2010-02-05  Sami Wagiaalla  <swagiaal@redhat.com>
14264
14265         PR c++/7935:
14266         * gdb.cp/namespace-using.exp: Removed kfail; bug has been fixed.
14267
14268 2010-02-04  Tom Tromey  <tromey@redhat.com>
14269
14270         * gdb.cp/virtbase.exp: Make test case names unique.
14271
14272 2010-02-02  Tom Tromey  <tromey@redhat.com>
14273
14274         * gdb.cp/virtbase.exp: Add regression tests.
14275         * gdb.cp/virtbase.cc (RHA, RHB, RHC): New classes.
14276         (main): Instantiate RHC.
14277
14278 2010-02-02  Tom Tromey  <tromey@redhat.com>
14279
14280         * gdb.dwarf2/member-ptr-forwardref.exp: Update expected result for
14281         type-printing change.
14282
14283 2010-02-02  Tom Tromey  <tromey@redhat.com>
14284
14285         PR c++/11226, PR c++/9629, PR c++/9688, PR c++/8890:
14286         * gdb.cp/virtbase.cc: New file.
14287         * gdb.cp/virtbase.exp: New file.
14288         * gdb.cp/userdef.exp: Allow 'struct' or 'class'.
14289
14290 2010-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
14291
14292         PR libc/11214:
14293         * gdb.threads/current-lwp-dead.c: Include features.h.
14294         (HAS_NOMMU): New.
14295         (fn, main): Move CLONE_VM into [__UCLIBC__ && HAS_NOMMU].
14296
14297 2010-02-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
14298
14299         * gdb.base/symbol-without-target_section.exp,
14300         gdb.base/symbol-without-target_section.c: New.
14301
14302 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
14303
14304         * gdb.base/bigcore.exp: Reset increased timeout.
14305         * gdb.base/interrupt.exp: Match unexpected gdb prompt.
14306
14307 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
14308
14309         * gdb.base/gcore.exp (capture_command_output): Use
14310         gdb_test_multiple.
14311
14312 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
14313
14314         * gdb.arch/thumb2-it.S (it_breakpoints): New function.
14315         * gdb.arch/thumb2-it.exp (test_it_break): New function.
14316         (Top level): Call it.
14317
14318 2010-02-01  Daniel Jacobowitz  <dan@codesourcery.com>
14319
14320         * gdb.arch/thumb2-it.S, gdb.arch/thumb2-it.exp: New files.
14321
14322 2010-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
14323
14324         * gdb.base/call-strs.exp, gdb.base/default.exp,
14325         gdb.base/ending-run.exp, gdb.base/finish.exp, gdb.base/funcargs.exp,
14326         gdb.base/huge.exp, gdb.base/nodebug.exp, gdb.base/ptype.exp,
14327         gdb.base/restore.exp, gdb.base/return.exp, gdb.base/setvar.exp,
14328         gdb.base/watchpoints.exp, gdb.threads/gcore-thread.exp,
14329         gdb.base/watchpoint-solib.exp: Save and restore timeout.
14330         * gdb.base/ending-run.exp: Correct restore of timeout.
14331         * gdb.base/page.exp: Remove unnecessary timeout setting.
14332
14333 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
14334
14335         * gdb.ada/rec_return: New testcase.
14336
14337 2010-01-29  Joel Brobecker  <brobecker@adacore.com>
14338
14339         * gdb.ada/call_pn: New testcase.
14340
14341 2010-01-28  Daniel Jacobowitz  <dan@codesourcery.com>
14342
14343         * gdb.mi/mi-nonstop.exp (mi_nonstop_resume): New function.
14344         (Top level): Use it to resume.
14345         * lib/mi-support.exp (mi_send_resuming_command_raw): Recognize
14346         the Thumb mode displaced stepping error as unsupported.
14347
14348 2010-01-28  Sami Wagiaalla  <swagiaal@redhat.com>
14349
14350         * gdb.cp/nsusing.exp: Added more tests.
14351         * gdb.cp/nsrecurs.exp: Ditto.
14352         * gdb.cp/nsusing.cc: Added test functions.
14353         * gdb.cp/nsrecurs.cc: Ditto.
14354
14355 2010-01-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
14356
14357         * gdb.base/break-interp.exp: Use [file tail $filename] to omit any
14358         absolute directory pathnames in gdb.sum file.
14359
14360 2010-01-27  Sami Wagiaalla  <swagiaal@redhat.com>
14361
14362         * gdb.cp/namespace-using.exp: Rename to nsusing.exp.
14363         * gdb.cp/namespace-using.cc: Rename to nsusing.cc.
14364
14365 2010-01-26  Tom Tromey  <tromey@redhat.com>
14366
14367         PR exp/7643:
14368         * gdb.base/printcmds.exp (test_print_string_constants): Remove
14369         setup_kfail.
14370
14371 2010-01-14  Sami Wagiaalla  <swagiaal@redhat.com>
14372
14373         * gdb.cp/nsrecurs.exp: New test.
14374         * gdb.cp/nsrecurs.cc: New test program.
14375         * gdb.cp/nsstress.exp: New test.
14376         * gdb.cp/nsstress.cc: New test program.
14377         * gdb.cp/nsdecl.exp: New test.
14378         * gdb.cp/nsdecl.cc: New test program.
14379
14380 2010-01-26  Sami Wagiaalla  <swagiaal@redhat.com>
14381
14382         * gdb.cp/namespace-using.exp: Add test for printing of namespaces
14383         imported into file scope.
14384         Marked test as xfail.
14385         * gdb.cp/namespace-using.cc (marker5): New function.
14386         * gdb.cp/shadow.exp: New test.
14387         * gdb.cp/shadow.cc: New test program.
14388         * gdb.cp/nsimport.exp: New test.
14389         * gdb.cp/nsimport.cc: New test program.
14390
14391 2010-01-25  Tom Tromey  <tromey@redhat.com>
14392
14393         PR gdb/11049:
14394         * gdb.base/printcmds.exp (test_print_typedef_arrays): Add test
14395         with "set print null-stop on".
14396
14397 2010-01-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
14398
14399         * gdb.arch/i386-bp_permanent.exp (Disassemble function '$function'):
14400         Adjust it for DISASSEMBLY_OMIT_FNAME.
14401
14402 2010-01-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
14403
14404         PR symtab/11199:
14405         * gdb.dwarf2/member-ptr-forwardref.exp,
14406         gdb.dwarf2/member-ptr-forwardref.S: New.
14407
14408 2010-01-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
14409
14410         * gdb.threads/watchthreads-reorder.c (gdbstop_mutex): Remove.
14411         (thread1_func): Protect thread1_tid with thread1_tid_cond by
14412         thread1_tid_mutex.  Remove gdbstop_mutex handling.
14413         (thread2_func): Protect thread2_tid with thread2_tid_cond by
14414         thread2_tid_mutex.  Remove gdbstop_mutex handling.
14415         (main): Move thread1_tid_mutex and thread2_tid_mutex locks before
14416         pthread_create.  Remove gdbstop_mutex handling.  New comment.  Replace
14417         pthread_cond_wait conditionalizations by while loops.
14418
14419 2010-01-20  Tom Tromey  <tromey@redhat.com>
14420
14421         PR backtrace/10770:
14422         * gdb.dwarf2/pr10770.exp: New file.
14423         * gdb.dwarf2/pr10770.c: New file.
14424         * gdb.dwarf2/Makefile.in (EXECUTABLES): Add pr10770.
14425
14426 2010-01-20  Vladimir Prus  <vladimir@codesourcery.com>
14427
14428         * gdb.mi/mi-async.exp: Remove check for 'async' target, because
14429         that target was removed, and the test always runs native anyway.
14430
14431 2010-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
14432
14433         * gdb.base/watchpoint-cond-gone.exp, gdb.base/watchpoint-cond-gone.c,
14434         gdb.base/watchpoint-cond-gone-stripped.c: New.
14435
14436 2010-01-19  Tom Tromey  <tromey@redhat.com>
14437
14438         PR c++/8000:
14439         * gdb.cp/namespace.exp: Use new enum.  Fix line numbers in
14440         existing tests.
14441         * gdb.cp/namespace.cc (AAA::SomeEnum): New enum.
14442         (main): Use AAA::SomeEnum.
14443
14444 2010-01-19  Jan Kratochvil  <jan.kratochvil@redhat.com>
14445
14446         * gdb.mi/mi-break.exp (set line_callme_head, set line_callme_body): New.
14447         (test_ignore_count): Declare line_callme_body global.
14448         (run to breakpoint with ignore count): Use line_callme_body.
14449         * gdb.mi/mi-cli.exp (set line_main_head, set line_main_body)
14450         (set line_main_hello, set line_main_return): Reindent.
14451         (set line_callee4_head, set line_callee4_body, set line_callee4_next):
14452         New.
14453         (continue to callee4): Use line_callee4_body.
14454         (check *stopped from CLI command): Use line_callee4_next.
14455         * gdb.mi/mi2-cli.exp (set line_main_head, set line_main_body)
14456         (set line_main_hello, set line_main_return): Reindent.
14457         (set line_callee4_head, set line_callee4_body): New.
14458         (continue to callee4): Use line_callee4_body.
14459
14460 2010-01-18  Tom Tromey  <tromey@redhat.com>
14461
14462         PR c++/9680:
14463         * gdb.cp/casts.cc: Add new classes and variables.
14464         * gdb.cp/casts.exp: Test new operators.
14465
14466 2010-01-18  Tom Tromey  <tromey@redhat.com>
14467             Thiago Jung Bauermann  <bauerman@br.ibm.com>
14468
14469         * gdb.python/source2.py: New file.
14470         * gdb.python/source1: New file.
14471         * gdb.python/python.exp: Test "source" command.
14472
14473 2010-01-15  Stan Shebs  <stan@codesourcery.com>
14474
14475         * gdb.trace/tfile.c: New file.
14476         * gdb.trace/tfile.exp: New file.
14477
14478 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
14479
14480         * gdb.base/pie-support.exp, gdb.base/pie-support.c: Remove.
14481
14482 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
14483
14484         * gdb.base/valgrind-db-attach.exp, gdb.base/valgrind-db-attach.c: New.
14485
14486 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
14487
14488         * gdb.base/break-interp-lib.c: Include unistd.h, assert.h and stdio.h.
14489         (libfunc): New parameter action.  Implement also selectable "sleep".
14490         * gdb.base/break-interp-main.c: Include assert.h.
14491         (libfunc): New parameter action.
14492         (main): New parameters argc and argv.  Assert argc.  Pass argv.
14493         * gdb.base/break-interp.exp (test_core): Pass the "segv" argument.
14494         (test_attach): New proc.
14495         (test_ld): Pass new "segv" exec parameter.  Call also test_attach.
14496         * lib/gdb.exp (core_find): New parameter arg.  Pass it to $binfile.
14497
14498 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
14499
14500         * gdb.base/break-interp.exp (test_core): New proc.
14501         (test_ld): Call it.
14502
14503 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
14504
14505         * gdb.base/break-interp-main.c, gdb.base/break-interp-lib.c: New.
14506         * gdb.base/break-interp.exp: Exit on skip_shlib_tests.  Change $srcfile.
14507         New variables $binfile_lib and $srcfile_lib.  Call get_compiler_info
14508         and gdb_compile_shlib.  Use new -Wl compiler options.
14509         (dl bt, main bt): New tests.
14510
14511 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
14512
14513         Support PIEs with no symfile_objfile.
14514         * gdb.base/break-interp.exp: New argument at the test_ld calls.
14515         (test_ld): New parameter trynosym.
14516         (test_ld <$trynosym>): New block.
14517
14518 2010-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
14519
14520         * gdb.base/break-interp.exp: New file.
14521
14522 2010-01-13  Phil Muldoon  <pmuldoon@redhat.com>
14523
14524         * gdb.python/py-value.exp (test_lazy_strings): Add lazy string test.
14525         * gdb.python/py-prettyprint.py (pp_ls): New printer.
14526         * gdb.python/py-prettyprint.exp (run_lang_tests): Add lazy string
14527         test.
14528         * gdb.python/py-prettyprint.c: Define lazystring test structure.
14529         * gdb.python/py-mi.exp: Add lazy string test.
14530
14531 2010-01-13  Vladimir Prus  <vladimir@codesourcery.com>
14532
14533         * lib/mi-support.exp (mi_check_thread_states): Handle
14534         core number in thread listing.
14535
14536 2010-01-12  Joel Brobecker  <brobecker@adacore.com>
14537
14538         * gdb.base/maint.exp: Adjust the expected output for the
14539         "maint print type" test. Use gdb_test_multiple instead of
14540         gdb_sent/gdb_expect.
14541
14542 2010-01-11  Doug Evans  <dje@google.com>
14543
14544         * lib/gdbserver-support.exp (gdbserver_download_current_prog): Rename
14545         from gdbserver_download.  All callers updated.
14546
14547         * gdb.server/ext-run.exp: "info os processes" requires xml support.
14548
14549 2010-01-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
14550
14551         Implement binary numbers parsing.
14552         * gdb.base/printcmds.exp (test_integer_literals_accepted)
14553         (test_integer_literals_rejected): New binary tests.
14554
14555 2010-01-09  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
14556
14557         * gdb.cell/configure: Regenerate.
14558
14559 2010-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
14560
14561         * gdb.base/corefile.exp: Move the core finding block out and call it as
14562         core_find, new variable $corefile, replace corefile by $corefile and
14563         [file tail $corefile] for usage vs. test names resp.
14564         * lib/gdb.exp (core_find): Move it as a new function here.  New
14565         parameter binfile and deletefiles.  New variable $destcore.  Pre-delete
14566         $destcore.  Return "" on error.
14567
14568 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
14569
14570         Workaround PR binutils/10802.
14571         * lib/gdb.exp (gdb_gnu_strip_debug): Preserve the file attributes
14572         (twice).
14573
14574 2010-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
14575
14576         * gdb.cp/gdb2495.exp: Skip if gdb,nosignals.
14577
14578 2010-01-08  Joel Brobecker  <brobecker@adacore.com>
14579
14580         * lib/gdb.exp (gdb_start_cmd): Move comment outside of gdb_expect
14581         call, to avoid interruption.
14582
14583 2010-01-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
14584
14585         * gdb.stabs/weird.def (args93): New.
14586
14587 2010-01-07  Doug Evans  <dje@google.com>
14588
14589         * lib/gdb.exp (gdb_skip_xml_test): Add comment.
14590
14591 2010-01-07  Tom Tromey  <tromey@redhat.com>
14592
14593         * gdb.base/source.exp: Use correct line number.
14594
14595 2010-01-05  Stan Shebs  <stan@codesourcery.com>
14596
14597         * gdb.trace/tracecmd.exp: Test ftrace.
14598
14599 2010-01-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14600
14601         * gdb.xml/tdesc-regs.exp: Support s390*-*-* targets.
14602
14603 2010-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
14604
14605         * gdb.mi/var-cmd.c (do_bitfield_tests): Change "V.sharable" type to
14606         "uint_for_mi_testing".
14607
14608 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
14609
14610         Test indented comment in file being sourced.
14611         * gdb.base/commands.exp: Test indented comment in file being sourced.
14612
14613 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
14614
14615         * gdb.fortran/array-element.f, gdb.fortran/complex.f,
14616         gdb.fortran/derived-type.f90, gdb.fortran/module.f90,
14617         gdb.fortran/subarray.f, gdb.mi/array.f: Update year in copyright
14618         notice.
14619
14620 2010-01-01  Joel Brobecker  <brobecker@adacore.com>
14621
14622         * gdb.arch/gdb1291.s, gdb.arch/gdb1431.s: Update year in copyright
14623         notice.
14624
14625 2010-01-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
14626
14627         * lib/mi-support.exp (mi_expect_stop <stopped at wrong place>): Insert
14628         missing $after_stopped and comma (,) expectation.
14629
14630 2009-12-31  Stan Shebs  <stan@codesourcery.com>
14631
14632         * gdb.trace/actions.exp: Test teval action.
14633
14634 2009-12-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
14635
14636         * gdb.base/watchpoint.exp (test_watchpoint_in_big_blob): New function.
14637         (top level): Call test_watchpoint_in_big_blob.
14638         * gdb.base/watchpoint.c (buf): Change size to value too big for hardware
14639         watchpoints.
14640         (func3): Write to buf.
14641
14642 2009-12-29  Stan Shebs  <stan@codesourcery.com>
14643
14644         * gdb.trace/actions.exp: Test default-collect.
14645
14646 2009-12-28  Stan Shebs  <stan@codesourcery.com>
14647
14648         * gdb.trace/tsv.exp: New file.
14649         * gdb.base/completion.exp: Update ambiguous info output.
14650
14651 2009-12-28  Daniel Jacobowitz  <dan@codesourcery.com>
14652
14653         * gdb.base/find.c (main): Reference search buffers.
14654         * gdb.base/included.c (main): Reference integer.
14655         * gdb.base/ptype.c (charfoo): Declare.
14656         (intfoo): Call charfoo.
14657         * gdb.base/scope0.c (useitp): New function.
14658         (usestatics): Use useitp.
14659         (useit): Add a type for val.
14660         * gdb.base/scope1.c (useit1): Take a pointer argument.
14661         (usestatics1): Update calls to useit1.
14662         * gdb.cp/call-c.cc: Declare foo.
14663         (main): Call foo.
14664         * gdb.cp/m-static.cc (main): Reference test4.elsewhere.
14665         * gdb.cp/namespace.cc (ensureOtherRefs): Declare.
14666         (main): Call C::ensureRefs and ensureOtherRefs.
14667         * gdb.cp/namespace1.cc (C::ensureOtherRefs): Also reference int
14668         variables.
14669         (ensureOtherRefs): New function.
14670         * gdb.cp/overload.cc (main): Call all overloadNamespace variants.
14671         * gdb.cp/templates.cc (main): Call t5i.value.
14672
14673 2009-12-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
14674
14675         Fix compatibility with G++-4.5.
14676         * gdb.cp/expand-sals.cc (main): Remove the "exit-line" comment.
14677         * gdb.cp/expand-sals.exp: Remove breakpoint on "exit-line".
14678         (uncaught return): Remove.
14679
14680 2009-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
14681             Phil Muldoon  <pmuldoon@redhat.com>
14682
14683         * gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
14684         (bp_location13, bp_location14, bp_location17, bp_location18)
14685         (marker3_proto, marker4_proto): New variables.
14686         (breakpoint info): Update output.
14687         (run until breakpoint at marker3, run until breakpoint at marker4): New
14688         tests.
14689
14690 2009-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
14691
14692         * gdb.base/unload.c (main): Change the UNLOADSHR parameter to 1.
14693         Replace the printf call of Y by provided "y-set-1" label.  New block
14694         for the second shared library.
14695         * gdb.base/unload.exp: Compile also the second library, call
14696         gdb_load_shlibs also for it.  Use now gdb_breakpoint.
14697         (single pending breakpoint info): Rename to ...
14698         (pending breakpoint info before run): ... this extended test.
14699         (libfile2, libname2, libsrcfile2, libsrc2)
14700         (lib_sl2): New variables.
14701         (exec_opts): Set also SHLIB_NAME2.
14702         (pending breakpoint info on first run at shrfunc1)
14703         (pending breakpoint info on second run at shrfunc1)
14704         (pending breakpoint info on second run at shrfunc2)
14705         (print y from libfile, print y from libfile2): New tests.
14706         * gdb.base/unloadshr.c (shrfunc1): Change the returned value.
14707         * gdb.base/unloadshr2.c: New.
14708
14709 2009-12-22  Hui Zhu  <teawater@gmail.com>
14710
14711         * gdb.reverse/sigall-reverse.exp: Adjust.
14712
14713 2009-12-21  Vladimir Prus  <vladimir@codesourcery.com>
14714
14715         PR gdb/10884
14716
14717         * gdb.mi/var-cmd.c (do_bitfield_tests): New
14718         (main): Call do_bitfield_tests.
14719         * gdb.mi/mi-var-cmd.exp: Run the 'bitfield' testcase.
14720
14721 2009-12-20  Joel Brobecker  <brobecker@adacore.com>
14722
14723         * Makefile.in gdb.ada/gnat_ada.gpr, gdb.base/gcore-buffer-overflow.c,
14724         gdb.base/gcore-buffer-overflow.exp, gdb.base/source-error.gdb,
14725         gdb.base/watch_thread_num.c, gdb.java/jprint.java,
14726         gdb.mi/mi-async.exp, gdb.modula2/unbounded-array.exp,
14727         gdb.modula2/unbounded1.c: Update copyright header.
14728
14729 2009-12-10  Chris Moller  <moller@mollerware.com>
14730
14731         PR gdb/9399
14732         * gdb.cp/virtfunc2.exp: New tests
14733         * gdb.cp/virtfunc2.cc: New tests
14734         * gdb.cp/Makefile.in: Added tests to EXECUTABLES
14735
14736 2009-12-10  Oza Pawandeep (paawan1982@yahoo.com
14737
14738         * gdb.reverse/i387-env-reverse.c: New file.
14739         * gdb.reverse/i387-env-reverse.exp: New file.
14740         * gdb.reverse/i387-stack-reverse.c: New file.
14741         * gdb.reverse/i387-stack-reverse.exp: New file.
14742
14743 2009-12-08  Phil Muldoon  <pmuldoon@redhat.com>
14744
14745         * gdb.python/py-type.exp (test_range): New test.
14746
14747 2009-12-03  Phil Muldoon <pmuldoon@redhat.com>
14748
14749         PR python/10805
14750
14751         * gdb.python/py-type.exp: New file.
14752         * gdb.python/py-type.c: New file.
14753         * Makefile.in: Add py-type.
14754
14755 2009-12-03  Tom Tromey  <tromey@redhat.com>
14756
14757         * gdb.python/py-value.exp (test_parse_and_eval): New
14758         function.
14759
14760 2009-12-03  Paul Pluzhnikov  <ppluzhnikov@google.com>
14761
14762        PR gdb/11022
14763
14764        * gdb.base/pr11022.exp: New test.
14765        * gdb.base/pr11022.c: New test.
14766
14767 2009-12-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
14768
14769         Fix spurious false FAILs.
14770         * gdb.base/structs.c (chartest): New.
14771         (main): Fill-in chartest.
14772         * gdb.base/structs.exp (anychar_re, first): New.
14773         (start_structs_test): Import global anychar_re and first.
14774         New gdb_test call "set print elements 300; ${testfile}"
14775         (start_structs_test <$first>): New block.
14776         (any): Import global anychar_re.  New variable ac.  Use ${ac}.
14777
14778 2009-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
14779
14780         * gdb.base/bigcore.exp (extract_heap): Set $lim limit to 200.
14781
14782 2009-11-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
14783
14784         * gdb.base/foll-fork.exp (unpatch child, breakpoint at exit call):
14785         Force $srcfile file.
14786         * gdb.base/foll-fork.c (callee): Comment out the printf call.
14787
14788 2009-11-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
14789
14790         * gdb.base/hbreak.exp: Disable for s390*-*-* targets.
14791         * gdb.base/watchpoint-hw-hit-once.exp: Likewise.
14792         * gdb.threads/watchthreads-reorder.exp: Likewise.
14793
14794 2009-11-24  Daniel Jacobowitz  <dan@codesourcery.com>
14795
14796         PR gdb/8704
14797
14798         * gdb.base/condbreak.exp: Test combinations of "break *EXP",
14799         "if", and "thread".  Correct matching in the previous test.
14800
14801 2009-11-25  Daniel Jacobowitz  <dan@codesourcery.com>
14802
14803         * gdb.cp/extern-c.cc, gdb.cp/extern-c.exp: New test.
14804
14805 2009-11-23  Michael Snyder  <msnyder@vmware.com>
14806
14807         * gdb.reverse/watch-reverse.exp: Extend test for hw watchpoints.
14808         * gdb.reverse-watch-precsave.exp: Ditto.
14809
14810 2009-11-23  Paul Pluzhnikov  <ppluzhnikov@google.com>
14811
14812         * gdb.asm/asm-source.exp: Adjust.
14813         * gdb.base/help.exp: Adjust.
14814
14815 2009-11-22  Pedro Alves  <pedro@codesourcery.com>
14816
14817         * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir)
14818         (do_syscall_tests_without_xml): Set data-directory to
14819         /the/path/to/nowhere.
14820
14821 2009-11-21  Pedro Alves  <pedro@codesourcery.com>
14822
14823         * gdb.threads/local-watch-wrong-thread.c,
14824         gdb.threads/local-watch-wrong-thread.exp: New files.
14825
14826 2009-11-21  Pedro Alves  <pedro@codesourcery.com>
14827
14828         * gdb.cp/cplusfuncs.exp (info_func_regexp, print_addr): Don't
14829         assume new `regsub' syntax available.
14830
14831 2009-11-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
14832
14833         * gdb.base/watchpoint-hw-hit-once.exp,
14834         gdb.base/watchpoint-hw-hit-once.c: New.
14835
14836 2009-11-20  Jan Kratochvil  <jan.kratochvil@redhat.com>
14837
14838         * gdb.threads/watchthreads-reorder.exp,
14839         gdb.threads/watchthreads-reorder.c: New.
14840
14841 2009-11-17  Nathan Sidwell  <nathan@codesourcery.com>
14842
14843         * gdb.xml/tdesc-regs.exp: Use for m68k.
14844
14845 2009-11-15  Pedro Alves  <pedro@codesourcery.com>
14846
14847         * gdb.base/watch-vfork.c, gdb.base/watch-vfork.exp: New files.
14848
14849 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
14850
14851         * lib/gdb.exp (current_target_name): New procedure.
14852         (gdb_wrapper_target): New variable.
14853         (gdb_wrapper_init): Set gdb_wrapper_target.
14854         (default_gdb_init): Check gdb_wrapper_target before rebuilding the
14855         wrapper.
14856
14857 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
14858
14859         * gdb.base/remote.exp: Delete the slowest load test.
14860         Do not load with fixed packet sizes.
14861
14862 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
14863
14864         * gdb.cp/virtfunc.exp (do_tests): If runto_main fails, give up.
14865
14866 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
14867
14868         * gdb.base/freebpcmd.exp: Delete unused variable.  Specify
14869         srcfile when setting a breakpoint.
14870
14871 2009-11-13  Maciej W. Rozycki  <macro@codesourcery.com>
14872
14873         * gdb.base/find.c (int8_t, int16_t, int32_t, int64_t): Undefine
14874         macros.
14875
14876 2009-11-13  Daniel Jacobowitz  <dan@codesourcery.com>
14877
14878         * gdb.cp/formatted-ref.exp (test_p_x_ref_addr): Allow the reference
14879         to be in memory.
14880         * gdb.base/display.c (force_mem): New.
14881         (do_loops): Use it.  Add breakpoint comments.
14882         (do_vars): Add a breakpoint comment.
14883         * gdb.base/display.exp: Use gdb_get_line_number.  Remove hardcoded
14884         line numbers.
14885
14886 2009-11-13  Nathan Froyd  <froydnj@codesourcery.com>
14887
14888         * gdb.base/pending.exp: Use gdb_run_cmd to start the program
14889         instead of a bare "run".
14890
14891 2009-11-13  Paul Pluzhnikov  <ppluzhnikov@google.com>
14892
14893         * gdb.python/py-prettyprint.exp: Adjust.
14894
14895 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
14896
14897         * lib/cell.exp (skip_cell_tests): Clean up test files before
14898         returning.
14899
14900 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
14901
14902         * lib/gdb.exp (gdb_test_multiple): Handle "y or [n]", "[y] or n",
14903         and the breakpoint menu.  Do not call perror if a prompt is seen.
14904         Consume the following GDB prompt.
14905         * gdb.cp/method2.exp (test_break): Use gdb_test_multiple.
14906         * gdb.cp/namespace.exp: Use gdb_test.
14907         * gdb.cp/templates.exp: Use gdb_test.
14908         (test_template_breakpoints): Use gdb_test_multiple.
14909
14910 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
14911
14912         * gdb.base/break1.c (struct some_struct, values): Move earlier.
14913         (marker4): Reference values.
14914
14915 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
14916
14917         * gdb.base/macscp.exp: Avoid the first FAIL if macro information
14918         is missing.
14919
14920 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
14921
14922         * gdb.base/break.c (need_malloc): New.
14923         * gdb.base/constvars.c (main): Reference crass and crisp.
14924         * gdb.base/gdb1821.c (main): Reference bar.
14925         * gdb.cp/gdb1355.cc (main): Reference s1.
14926         * gdb.cp/hang1.cc (dummy2, dummy3): Declare.
14927         (main): Call them.
14928         * gdb.cp/hang2.cc (dummy2): Define.
14929         * gdb.cp/hang3.cc (dummy3): Define.
14930         * gdb.cp/m-data.cc (main): Reference shadow.
14931
14932 2009-11-12  Daniel Jacobowitz  <dan@codesourcery.com>
14933             Nathan Froyd  <froydnj@codesourcery.com>
14934
14935         * lib/gdb.exp (gdb_compile): Also set rpath for shlib=, on a
14936         remote host.
14937
14938 2009-11-12  Nathan Froyd  <froydnj@codesourcery.com>
14939
14940         * gdb.base/step-line.exp: Copy step-line.inp to the remote host.
14941         * gdb.dwarf2/dw2-basic.exp: Copy file1.txt to the remote host.
14942         * gdb.dwarf2/dw2-compressed.exp: Likewise.
14943         * gdb.dwarf2/dw2-intercu.exp: Likewise.
14944         * gdb.dwarf2/dw2-intermix.exp: Likewise.
14945         * gdb.dwarf2/dw2-producer.exp: Likewise.
14946         * gdb.dwarf2/mac-fileno.exp: Likewise.
14947         * gdb.python/py-prettyprint.exp (run_lang_tests): Copy
14948         py-prettyprint.py to the remote host.
14949         * gdb.python/py-mi.exp: Copy py-mi.py to the remote host.
14950
14951 2009-11-11  Keith Seitz  <keiths@redhat.com>
14952
14953         * gdb.cp/classes.cc (ByAnyOtherName): Add typedef and
14954         use it instead of "Foo".
14955         * gdb.cp/classes.exp (do_tests): Add a test to access
14956         a method through a typedef'd class name.
14957
14958 2009-11-11  Nathan Froyd  <froydnj@codesourcery.com>
14959
14960         * gdb.base/long_long.exp: Permit leading zeros on floating-point
14961         exponents.
14962         * gdb.base/pointers.exp: Likewise.
14963         * gdb.cp/ref-types.exp: Likewise.
14964
14965 2009-11-11  Keith Seitz  <keiths@redhat.com>
14966
14967         * gdb.cp/cplusfuncs.cc (class foo): Add operators
14968         new[] and delete[].
14969         * gdb.cp/cplusfuncs.exp (dm_type_void): Change to
14970         "void".
14971         (probe_demangler): Remove all single-quoting of
14972         method and variable names.
14973         (info_func_regexp): Remove the word "void" from any
14974         occurrence of "(void)".
14975         (print_addr_2): Remove all single-quoting of
14976         method names.
14977         (print_addr_2_kfail): Likewise.
14978         (print_addr): Single-quote C function names before
14979         passing to print_addr_2.
14980         (test_paddr_operator_functions): Remove single-quoting
14981         for method names.
14982         Add tests for operator new[] and operator delete[].
14983
14984 2009-11-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
14985
14986         * gdb.dwarf2/dw2-ranges.exp: Call runto_main.
14987
14988 2009-11-09  Keith Seitz  <keiths@redhat.com>
14989
14990         * gdb.cp/overload.exp: Add tests for resolving overloaded
14991         methods in expression parsing/evaluation.
14992
14993 2009-11-10  Daniel Jacobowitz  <dan@codesourcery.com>
14994
14995         * lib/gdb.exp (default_gdb_version): Use --version instead of
14996         --command.
14997
14998 2009-11-10  Nathan Sidwell  <nathan@codesourcery.com>
14999
15000         * lib/gdb.exp (gdb_compile_test): New.
15001         (skip_ada_tests, skip_java_tests): New.
15002         (gdb_compile): Use gdb_compile_test for f77.
15003         * lib/ada.exp (gdb_compile_ada): Use gdb_compile_test to record result.
15004         * lib/java.exp (compile_java_from_source): Remove runtests check,
15005         use gdb_compile_test to record result.
15006         * gdb.ada/packed_array.exp, gdb.ada/fixed_points.exp,
15007         gdb.ada/exec_changed.exp, gdb.ada/start.exp,
15008         gdb.ada/watch_arg.exp, gdb.ada/null_record.exp,
15009         gdb.ada/array_return.exp, gdb.ada/arrayidx.exp,
15010         gdb.mi/mi-var-child-f.exp, gdb.fortran/types.exp,
15011         gdb.fortran/array-element.exp, gdb.fortran/subarray.exp,
15012         gdb.fortran/derived-type.exp, gdb.fortran/exprs.exp,
15013         gdb.java/jmisc.exp, gdb.java/jmisc1.exp, gdb.java/jprint.exp,
15014         gdb.java/jv-print.exp, gdb.java/jmain.exp: Add language skip,
15015         adjust gdb_compile invocations.
15016
15017 2009-11-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
15018
15019         * Makefile.in (abs_builddir): New.
15020         (site.exp): New target `$(abs_builddir)/site.exp'.  New comment.
15021         (check-single, $(TEST_TARGETS), check-gdb.base%): Change `site.exp' to
15022         `$(abs_builddir)/site.exp'.
15023
15024 2009-11-05  Daniel Jacobowitz  <dan@codesourcery.com>
15025
15026         * config/m68k-emc.exp, lib/emc-support.exp,
15027         gdb.trace/gdb_c_test.c: Delete.
15028         * gdb.trace/actions.exp, gdb.trace/backtrace.exp, gdb.trace/circ.exp,
15029         gdb.trace/collection.exp, gdb.trace/deltrace.exp,
15030         gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
15031         gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
15032         gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
15033         gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp: Remove special
15034         casing for m68k-*-elf.
15035
15036 2009-11-03  Pedro Alves  <pedro@codesourcery.com>
15037
15038         * gdb.arch/i386-gnu-cfi.exp: Define SYMBOL_PREFIX on *-*-mingw*.
15039         * gdb.arch/i386-prologue.exp: Likewise.
15040         * gdb.arch/i386-unwind.exp: Likewise.
15041
15042 2009-11-02  Daniel Jacobowitz  <dan@codesourcery.com>
15043
15044         * lib/gdb.exp (gdb_expect): Fix timeout typo.
15045
15046 2009-11-02  Daniel Jacobowitz  <dan@codesourcery.com>
15047
15048         * gdb.base/opaque.exp: Remove duplicate tests and xyz from test name.
15049
15050 2009-11-02  Daniel Jacobowitz  <dan@codesourcery.com>
15051
15052         * gdb.cp/ctti.exp: Correct return values for unsigned char functions.
15053
15054 2009-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
15055
15056         * gdb.base/sepdebug.exp: New test_different_dir call for multiple-dirs.
15057
15058 2009-11-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
15059
15060         * gdb.base/sepdebug.exp (CRC mismatch is reported): New test.
15061         * gdb.base/sepdebug2.c: New file.
15062
15063 2009-10-31  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
15064
15065         * gdb.base/catch-syscall.exp: Adapt the testcase in order to accept
15066         the modified warnings for catch syscall.  Verify if GDB was compiled
15067         with support for lib expat, and choose which tests to run depending
15068         on this.
15069
15070 2009-10-30  Vladimir Prus  <vladimir@codesourcery.com>
15071
15072         * gdb.mi/mi-break.exp (test_breakpoint_commands): Test
15073         that composite commands are parsed OK. And also test
15074         that breakpoint commands do work.
15075
15076 2009-10-23  Michael Snyder  <msnyder@vmware.com>
15077
15078         gdb.reverse/consecutive-precsave.exp: Change expect pattern
15079         to allow for new disassembly style.
15080
15081 2009-10-22  Paul Pluzhnikov  <ppluzhnikov@google.com>
15082
15083         * gdb.asm/asm-source.exp: Adjust.
15084
15085 2009-10-22  Michael Snyder  <msnyder@vmware.com>
15086
15087         * gdb.reverse/break-precsave.exp: New test.
15088         * gdb.reverse/consecutive-precsave.exp: Ditto.
15089         * gdb.reverse/finish-precsave.exp: Ditto.
15090         * gdb.reverse/i386-precsave.exp: Ditto.
15091         * gdb.reverse/machinestate-precsave.exp: Ditto.
15092         * gdb.reverse/sigall-precsave.exp: Ditto.
15093         * gdb.reverse/solilb-precsave.exp: Ditto.
15094         * gdb.reverse/step-precsave.exp: Ditto.
15095         * gdb.reverse/until-precsave.exp: Ditto.
15096         * gdb.reverse/watch-precsave.exp: Ditto.
15097
15098 2009-10-22  Michael Snyder  <msnyder@vmware.com>
15099
15100         * gdb.reverse/consecutive-reverse.exp: Substitute gdb_test_multiple
15101         for gdb_expect.  Adjust one test's expect strings for the new
15102         format of disassemble.
15103         * gdb.reverse/finish-reverse.exp: Delete 'return'.
15104         * gdb.reverse/sigall-reverse.exp: Substitute gdb_test for
15105         gdb_test_multiple.
15106         * gdb.reverse/step-reverse.exp: Delete 'return'.
15107         * gdb.reverse/until-reverse.exp: Delete blank lines.
15108         * gdb.reverse/watch-reverse.exp: Delete blank lines.
15109
15110 2009-10-21  Paul Pluzhnikov  <ppluzhnikov@google.com>
15111
15112         * gdb.base/consecutive.exp: Adjust.
15113         * gdb.base/display.exp: Likewise.
15114         * gdb.base/pc-fp.exp: Likewise.
15115         * gdb.base/sigbpt.exp: Likewise.
15116
15117 2009-10-19  Michael Snyder  <msnyder@vmware.com>
15118
15119         * gdb.reverse/consecutive-reverse.c: Add comment at end of main.
15120         * gdb.reverse/finish-reverse.c: Ditto.
15121         * gdb.reverse/sigall-reverse.c: Ditto.
15122         * gdb.reverse/solib-reverse.c: Ditto.
15123         * gdb.reverse/step-reverse.c: Ditto.
15124         * gdb.reverse/watch-reverse.c: Ditto.
15125
15126 2009-10-19  Pedro Alves  <pedro@codesourcery.com>
15127             Stan Shebs  <stan@codesourcery.com>
15128
15129         * gdb.base/foll-vfork.exp: Adjust to spell out "follow-fork".
15130         * gdb.base/foll-exec.exp: Adjust to expect a process id before
15131         "Executing new program".
15132         * gdb.base/foll-fork.exp: Adjust to spell out "follow-fork".
15133         * gdb.base/multi-forks.exp: Ditto.  Adjust to the inferior being
15134         left listed after having been killed.
15135         * gdb.base/attach.exp: Adjust to spell out "symbol-file".
15136         * gdb.base/maint.exp: Adjust test.
15137
15138         * Makefile.in (ALL_SUBDIRS): Add gdb.multi.
15139         * gdb.multi/Makefile.in: New.
15140         * gdb.multi/base.exp: New.
15141         * gdb.multi/goodbye.c: New.
15142         * gdb.multi/hangout.c: New.
15143         * gdb.multi/hello.c: New.
15144         * gdb.multi/bkpt-multi-exec.c: New.
15145         * gdb.multi/bkpt-multi-exec.exp: New.
15146         * gdb.multi/crashme.c: New.
15147
15148 2009-10-13  Tristan Gingold  <gingold@adacore.com>
15149
15150         * gdb.base/sepdebug.exp: Check debug info are found.
15151
15152 2009-10-08  Pedro Alves  <pedro@codesourcery.com>
15153
15154         * lib/gdb.exp (gdb_compile): Remove dead aix and irix related
15155         bits.
15156
15157 2009-10-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
15158
15159         * gdb.base/hbreak.exp, gdb.base/hbreak.c: New.
15160
15161 2009-10-07  Joel Brobecker  <brobecker@adacore.com>
15162
15163         * gdb.base/watchpoints.c: Add copyright header.  Reformat one
15164         of the comments.
15165
15166 2009-10-06  Pierre Muller  <muller@ics.u-strasbg.fr>
15167
15168         * gdb.base/annota1.exp: Remove obsolete match_max increase.
15169         * gdb.base/annota3.exp: Idem.
15170         * gdb.base/maint.exp: Idem.
15171
15172 2009-10-05  Pierre Muller  <muller@ics.u-strasbg.fr>
15173
15174         * lib/gdb.exp (default_gdb_init): Set current value of match_max
15175         to default.
15176
15177 2009-10-02  Pierre Muller  <muller@ics.u-strasbg.fr>
15178
15179         * lib/gdb.exp (gdb_compile): Add --enable-auto-import option for
15180         mingw and cygwin targets.
15181
15182 2009-10-02  Pierre Muller  <muller@ics.u-strasbg.fr>
15183             Pedro Alves  <pedro@codesourcery.com>
15184
15185         * lib/gdb.exp (gdb_compile): Avoid adding
15186         gdb_saved_unbuffered_mode_obj if -nostdlib option is used.
15187
15188 2009-10-01  Pierre Muller  <muller@ics.u-strasbg.fr>
15189
15190         * gdb.base/shr1.c: Use %p in format string.
15191         * gdb.base/unload.c: Avoid warning in fprintf.
15192         * gdb.base/watchpoint-solib.c: Idem.
15193
15194 2009-10-01  Pierre Muller  <muller@ics.u-strasbg.fr>
15195
15196         * gdb.base/fileio.c (test_lseek): typecast ofs_t ret variable to
15197         long type.
15198         (test_unlink): Correct printf string.
15199         * gdb.base/checkpoint.c (main): Correct fprintf string for variable i.
15200         * gdb.threads/attachstop-mt.c: Add #include <string.h>.
15201
15202 2009-09-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
15203
15204         * gdb.base/breakpoint-shadow.exp: Move the ia64 part into ...
15205         * gdb.arch/ia64-breakpoint-shadow.exp: ... a new file, with new tests.
15206         * gdb.arch/ia64-breakpoint-shadow.S: New file.
15207
15208 2009-09-29  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15209
15210         * gdb.objc/basicclass.exp: Disable pending breakpoint query.
15211         * gdb.objc/nondebug.exp: Likewise.
15212
15213 2009-09-29  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15214
15215         * gdb.base/watchpoints.exp: Respect gdb,no_hardware_watchpoints
15216         target_info setting.
15217
15218         * gdb.threads/thread-specific.exp (get_thread_list): Support targets
15219         that detect new threads during "info threads".
15220
15221 2009-09-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15222
15223         * gdb.threads/manythreads.c (main): Increase thread stack size
15224         to 2*PTHREAD_STACK_MIN.
15225         * gdb.threads/multi-create.c (main): Likewise.
15226         (create_function): Likewise.
15227
15228 2009-09-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15229
15230         * gdb.base/dump.exp: Pass difference of pointer types instead
15231         of integer types as offset to restore in intarr3.srec case.
15232
15233 2009-09-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15234
15235         * gdb.cp/gdb2495.exp: Skip test on spu*-*-*.
15236
15237 2009-09-27  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15238
15239         * gdb.base/pie-support.exp: Pass "quiet" flag to gdb_compile.
15240
15241 2009-09-26  Pierre Muller  <muller@ics.u-strasbg.fr>
15242
15243         New test for two watchpoints, with disabling of
15244         the first inserted.
15245         * testsuite/gdb.base/watchpoints.c: New file.
15246         * testsuite/gdb.base/watchpoints.exp: New file.
15247
15248 2009-09-25  Tom Tromey  <tromey@redhat.com>
15249
15250         * gdb.base/charset.exp: Test utf-16 strings with Python.
15251
15252 2009-09-25  Tom Tromey  <tromey@redhat.com>
15253
15254         * gdb.base/charset.exp: Use UTF-16 and UTF-32, not UCS-2 and
15255         UCS-4.
15256         * gdb.base/charset.c (utf_32_string): Rename.
15257         (init_utf32): Rename.
15258         (main): Update.
15259
15260 2009-09-22  Tom Tromey  <tromey@redhat.com>
15261
15262         * gdb.python/py-function.exp: Add regression tests.
15263
15264 2009-09-21  Keith Seitz  <keiths@redhat.com>
15265
15266         * gdb.cp/cplusfuncs.exp (do_tests): Add check for proper error message
15267         with invalid operator.
15268
15269 2009-09-21  Keith Seitz  <keiths@redhat.com>
15270
15271         * gdb.cp/classes.exp (do_tests): Add tests to print a constructor
15272         and destructor using typedef name of class.
15273         * gdb.cp/classes.cc (class Base1): Add a destructor.
15274         (base1): New typedef.
15275         (use_methods): Instanitate an object of type base1.
15276         * gdb.cp/templates.exp (test_template_typedef): New procedure.
15277         (do_tests): Call test_template_typedef.
15278         * gdb.cp/templates.cc (Baz::~Baz): New method.
15279         (intBazOne): New typedef.
15280         (main): Instantiate intBazOne.
15281
15282 2009-09-21  Phil Muldoon <pmuldoon@redhat.com>
15283
15284         PR python/10633
15285
15286         * gdb.python/py-prettyprint.exp (gdb_py_test_silent_cmd): New
15287         Function.
15288         (run_lang_tests): Add print elements test.
15289
15290 2009-09-21  Phil Muldoon <pmuldoon@redhat.com>
15291
15292         * gdb.python/py-value.exp (test_subscript_regression): New
15293         function.  Test for invalid subscripts.
15294         * gdb.python/py-value.c (main): Add test array, and pointer to it.
15295         (ptr_ref): New function.
15296
15297 2009-09-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
15298
15299         * gdb.base/default.exp: Fix "show convenience".
15300
15301 2009-09-15  Tom Tromey  <tromey@redhat.com>
15302
15303         * lib/mi-support.exp (mi_create_varobj): Update.
15304         (mi_create_floating_varobj): Likewise.
15305         (mi_create_dynamic_varobj): New proc.
15306         (mi_varobj_update): Update.
15307         (mi_varobj_update_with_type_change): Likewise.
15308         (mi_varobj_update_kv_helper): New proc.
15309         (mi_varobj_update_dynamic_helper): Rewrite.
15310         (mi_varobj_update_dynamic): New proc.
15311         (mi_list_varobj_children): Update.
15312         (mi_list_varobj_children_range): Add 'from' and 'to' arguments.
15313         * gdb.python/python-prettyprint.py (pp_outer): New class.
15314         (pp_nullstr): Likewise.
15315         (lookup_function): Register new printers.
15316         * gdb.python/python-prettyprint.c (struct substruct): New type.
15317         (struct outerstruct): Likewise.
15318         (substruct_test): New function.
15319         (struct nullstr): New type.
15320         (string_1, string_2): New globals.
15321         (main): Add new tests.
15322         * gdb.python/python-mi.exp: Added regression tests.
15323         * gdb.mi/mi2-var-display.exp: Update.
15324         * gdb.mi/mi2-var-cmd.exp: Update.
15325         * gdb.mi/mi2-var-child.exp: Update.
15326         * gdb.mi/mi2-var-block.exp: Update.
15327         * gdb.mi/mi-var-invalidate.exp: Update.
15328         * gdb.mi/mi-var-display.exp: Update.
15329         * gdb.mi/mi-var-cmd.exp: Update.
15330         * gdb.mi/mi-var-child.exp: Update.
15331         * gdb.mi/mi-var-block.exp: Update.
15332         * gdb.mi/mi-break.exp: Update.
15333         * gdb.mi/gdb701.exp: Update.
15334
15335 2009-09-14  Sergio Durigan Junior <sergiodj@linux.vnet.ibm.com>
15336
15337         * Makefile.in: Inclusion of catch-syscall object.
15338         * gdb.base/catch-syscall.c: New file.
15339         * gdb.base/catch-syscall.exp: New file.
15340
15341 2009-09-12  Michael Snyder  <msnyder@vmware.com>
15342
15343         * gdb.reverse/step-reverse.exp: Explicitly check for targets
15344         that can support reverse debuggnig.
15345
15346 2009-09-11  Tom Tromey  <tromey@redhat.com>
15347
15348         * gdb.dwarf2/valop.S: New file.
15349         * gdb.dwarf2/valop.exp: New file.
15350
15351 2009-09-11  Mark Kettenis  <kettenis@gnu.org>
15352
15353         * gdb.threads/current-lwp-dead.exp: Only run this on Linux.
15354
15355 2009-09-10  Doug Evans  <dje@google.com>
15356
15357         * gdb.base/breakpoint-shadow.exp: Fix intermittent failures.
15358         Add $gdb_prompt to second breakpoint regexp.
15359
15360 2009-09-08  Thiago Jung Bauermann  <thiago.bauermann@gmail.com>
15361
15362         * gdb.python/Makefile.in (EXECUTABLES): Adjust to new executable
15363         names, add missing ones.
15364         * gdb.python/py-cmd.exp: Rename from python-cmd.exp.
15365         * gdb.python/py-frame.c: Rename from python-frame.c.
15366         * gdb.python/py-frame.exp: Rename from python-frame.exp.  Adjust
15367         testfile name.
15368         * gdb.python/py-function.exp: Rename from python-function.exp.
15369         * gdb.python/py-mi.exp: Rename from python-mi.exp.  Adjust
15370         testfile name.
15371         * gdb.python/py-prettyprint.c: Rename from python-prettyprint.c.
15372         * gdb.python/py-prettyprint.exp: Rename from python-prettyprint.exp.
15373         Adjust testfile name.
15374         * gdb.python/py-prettyprint.py: Rename from python-prettyprint.py.
15375         * gdb.python/py-template.cc: Rename from python-template.cc.
15376         * gdb.python/py-template.exp: Rename from python-template.exp.
15377         Adjust testfile name.
15378         * gdb.python/py-value.c: Rename from python-value.c.
15379         * gdb.python/py-value.exp: Rename from python-value.exp.  Adjust
15380         testfile name.
15381
15382 2009-09-08  Jan Kratochvil  <jan.kratochvil@redhat.com>
15383
15384         * gdb.base/breakpoint-shadow.exp (Second breakpoint placed): Initialize
15385         $bpt2address.
15386         (Second breakpoint address is valid on ia64)
15387         (Third breakpoint on ia64 in the Second breakpoint's bundle): New.
15388
15389 2009-09-03  Joseph Myers  <joseph@codesourcery.com>
15390
15391         * gdb.base/ending-run.exp: Restrict regular expression matching
15392         line number to require closing brace following.
15393
15394 2009-09-03  Doug Evans  <dje@google.com>
15395
15396         * gdb.base/store.exp (check_set): Fix typo in expected value message.
15397
15398 2009-09-02  Tom Tromey  <tromey@redhat.com>
15399
15400         * gdb.dwarf2/callframecfa.exp: Use gdb_continue_to_breakpoint.
15401
15402 2009-09-02  Tom Tromey  <tromey@redhat.com>
15403
15404         * gdb.dwarf2/callframecfa.exp: New file.
15405         * gdb.dwarf2/callframecfa.S: New file.
15406
15407 2009-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
15408
15409         * gdb.base/solib-overlap.exp, gdb.base/solib-overlap-lib.c,
15410         gdb.base/solib-overlap-main.c: New.
15411
15412 2009-08-28  Daniel Jacobowitz  <dan@codesourcery.com>
15413
15414         PR gdb/10565
15415
15416         * gdb.base/bitfields.c (struct container, container): New.
15417         (main): Initialize it and call break5.
15418         * gdb.base/bitfields.exp (bitfield_at_offset): New test.
15419
15420 2009-08-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
15421
15422         Support constant DW_AT_data_member_location by GCC PR debug/40659.
15423         * gdb.dwarf2/dw2-inheritance.exp, gdb.dwarf2/dw2-inheritance.S: New.
15424
15425 2009-08-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
15426
15427         * gdb.mi/mi2-var-cmd.exp (create variable with invalid FRAME-ADDR): New.
15428
15429 2009-08-26  Michael Snyder  <msnyder@vmware.com>
15430
15431         * gdb.base/i386-reverse.c: New file.
15432         * gdb.base/i386-reverse.exp: New file.
15433         * gdb.base/Makefile.in: Add new files to be removed.
15434
15435 2009-08-26  Joseph Myers  <joseph@codesourcery.com>
15436
15437         * gdb.mi/mi-basics.exp (test_cwd_specification): Do not test
15438         environment-pwd for remote host.
15439         * gdb.mi/mi2-basics.exp (test_cwd_specification): Likewise.
15440
15441 2009-08-24  Keith Seitz  <keiths@redhat.com>
15442
15443         * gdb.cp/cpcompletion.exp (test_class_complete): New procedure.
15444         Add two new C++ completer tests which limit the output to a
15445         given class.
15446
15447 2009-08-24  Michael Snyder  <msnyder@vmware.com>
15448
15449         * gdb.base/del.exp: Fix typo in comment.
15450         * gdb.base/step-bt.exp: Fix cut and paste error in comment.
15451
15452 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
15453
15454         * configure: Regenerate.
15455         * gdb.hp/configure: Likewise.
15456         * gdb.hp/gdb.aCC/configure: Likewise.
15457         * gdb.hp/gdb.base-hp/configure: Likewise.
15458         * gdb.hp/gdb.compat/configure: Likewise.
15459         * gdb.hp/gdb.defects/configure: Likewise.
15460         * gdb.hp/gdb.objdbg/configure: Likewise.
15461         * gdb.stabs/configure: Likewise.
15462
15463 2009-08-19  Doug Evans  <dje@google.com>
15464
15465         * gdb.base/gdbvars.c: New file.
15466         * gdb.base/gdbvars.exp: Test convenience vars with program variables.
15467
15468 2009-08-14  Pedro Alves  <pedro@codesourcery.com>
15469
15470         * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
15471         gdb.threads/staticthreads.exp: Adjust to "quit" output changes.
15472
15473 2009-08-13  Pedro Alves  <pedro@codesourcery.com>
15474
15475         * gdb.base/default.exp: Adjust "set language test": it's now an
15476         enum command.  Larger help string moved to "help set language".
15477         * gdb.base/help.exp: Adjust "help set language" expected output,
15478         now lists all known languages.
15479
15480 2009-08-11  Nathan Froyd  <froydnj@codesourcery.com>
15481
15482         * gdb.arch/altivec-abi.exp (altivec_abi_tests): Turn on printing of
15483         all frame arguments.
15484         * gdb.arch/altivec-regs.exp: Likewise.
15485
15486 2009-08-07  Tom Tromey  <tromey@redhat.com>
15487
15488         * gdb.base/setshow.exp: Add tests for changes to set language, set
15489         check range, and set check type.
15490
15491 2009-08-03  Vladimir Prus  <vladimir@codesourcery.com>
15492
15493         * lib/mi-support.exp (mi_list_breakpoints): Make it work.
15494         * gdb.mi/mi-break.exp (test_breakpoint_commands): New.
15495         Call it.
15496
15497 2009-07-31  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15498
15499         * configure.ac: Run gdb.cell tests when appropriate.
15500         * configure: Regenerate.
15501         * lib/cell.exp: New file.
15502         * gdb.cell: New directory.
15503         * gdb.cell/configure.ac: New file.
15504         * gdb.cell/configure: New file.
15505         * gdb.cell/Makefile.in: New file.
15506         * gdb.cell/arch.exp: New file.
15507         * gdb.cell/break.c: New file.
15508         * gdb.cell/break.exp: New file.
15509         * gdb.cell/break-spu.c: New file.
15510         * gdb.cell/bt.c: New file.
15511         * gdb.cell/bt2-spu.c: New file.
15512         * gdb.cell/bt-spu.c: New file.
15513         * gdb.cell/bt.exp: New file.
15514         * gdb.cell/coremaker.c: New file.
15515         * gdb.cell/coremaker-spu.c: New file.
15516         * gdb.cell/core.exp: New file.
15517         * gdb.cell/gcore.exp: New file.
15518         * gdb.cell/data.c: New file.
15519         * gdb.cell/data.exp: New file.
15520         * gdb.cell/data-spu.c: New file.
15521         * gdb.cell/ea-cache.exp: New file.
15522         * gdb.cell/ea-cache.c: New file.
15523         * gdb.cell/ea-cache-spu.c: New file.
15524         * gdb.cell/ea-standalone.c: New file.
15525         * gdb.cell/ea-standalone.exp: New file.
15526         * gdb.cell/ea-test.c: New file.
15527         * gdb.cell/ea-test.exp: New file.
15528         * gdb.cell/f-regs.exp: New file.
15529         * gdb.cell/mem-access.c: New file.
15530         * gdb.cell/mem-access.exp: New file.
15531         * gdb.cell/mem-access-spu.c: New file.
15532         * gdb.cell/ptype.exp: New file.
15533         * gdb.cell/registers.exp: New file.
15534         * gdb.cell/size.c: New file.
15535         * gdb.cell/sizeof.exp: New file.
15536         * gdb.cell/size-spu.c: New file.
15537         * gdb.cell/solib.exp: New file.
15538         * gdb.cell/solib-symbol.exp: New file.
15539
15540 2009-07-31  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15541
15542         * gdb.xml/tdesc-regs.exp: Skip for SPU targets.
15543
15544 2009-07-28  Daniel Jacobowitz  <dan@codesourcery.com>
15545
15546         * gdb.base/float.exp: Handle VFP registers.
15547
15548 2009-07-14  Michael Snyder  <msnyder@vmware.com>
15549
15550         * gdb.reverse/finish-reverse.exp: Do not expect reverse-finish
15551         to bring gdb to the beginning of the calling line.
15552
15553         * gdb.arch/i386-signal.c (sigframe): Add a nop to avoid
15554         confusing the i386 epilogue unwinder.
15555
15556 2009-07-14  Stan Shebs  <stan@codesourcery.com>
15557
15558         * gdb.trace/tracecmd.exp: Add basic test of tracepoint conditions.
15559
15560 2009-07-14  Michael Snyder  <msnyder@vmware.com>
15561
15562         * gdb.reverse/step-reverse.exp (stepi into function call):
15563         Call instruction may not be first instruction in the line.
15564         (reverse stepi from a function call): Used wrong line number.
15565
15566 2009-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
15567
15568         * gdb.arch/amd64-i386-address.exp, gdb.arch/amd64-i386-address.S: New.
15569
15570 2009-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
15571
15572         Fix gdb.base/macscp.exp when using custom inputrc.
15573         * gdb.base/completion.exp: Remove env(INPUTRC) set and restore.
15574         * gdb.base/readline.exp: Remove env(INPUTRC) set and restore.  Remove
15575         env(TERM) set.
15576         * gdb.cp/cpcompletion.exp: Remove env(INPUTRC) set.
15577         * lib/gdb.exp (default_gdb_start): Add env(INPUTRC) and env(TERM) set.
15578
15579 2009-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
15580
15581         Fix racy clashing of output files for gdb.base{1,2}/ parallel run.
15582         * gdb.base/annota1.exp (thread_test): Import global $testfile.
15583         Change the compilation target to match the testcase name.
15584         * gdb.base/sect-cmd.exp: Change the compilation target to match the
15585         testcase name.
15586         * a2-run.exp: Use for setup prepare_for_testing.  Change the
15587         compilation target to match the testcase name.
15588         * gdb.base/commands.exp: Likewise.
15589         * gdb.base/finish.exp: Likewise.
15590         * gdb.base/float.exp: Likewise.
15591         * gdb.base/info-target.exp: Likewise.
15592         * gdb.base/relational.exp: Likewise.
15593         * gdb.base/term.exp: Likewise.
15594         * gdb.base/until.exp: Likewise.
15595         * gdb.base/volatile.exp: Likewise.
15596         * gdb.base/whatis-exp.exp: Likewise.
15597
15598 2009-07-11  Hui Zhu  <teawater@gmail.com>
15599
15600         * gdb.base/help.exp (disassemble): Update expected help text.
15601
15602 2009-07-09  Tom Tromey  <tromey@redhat.com>
15603
15604         * lib/gdb.exp: Handle TRANSCRIPT.
15605         (remote_spawn, remote_close, send_gdb): New procs.
15606
15607 2009-07-10 Phil Muldoon  <pmuldoon@redhat.com>
15608
15609         * gdb.python/python-prettyprint.c: Add counted null string
15610         structure.
15611         * gdb.python/python-prettyprint.exp: Print null string. Test for
15612         embedded nulls.
15613         * gdb.python/python-prettyprint.py (pp_ns): New Function.
15614         * gdb.python/python-value.exp (test_value_in_inferior): Add
15615         variable length string fetch tests.
15616         * gdb.python/python-value.c (main): Add strings for string fetch tests.
15617
15618 2009-07-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
15619
15620         * gdb.base/dump.exp (inaccessible memory is reported): New test.
15621
15622 2009-07-07  Tom Tromey  <tromey@redhat.com>
15623
15624         * gdb.base/call-rt-st.exp: Update for change to escape output.
15625         * gdb.base/callfuncs.exp: Likewise.
15626         * gdb.base/charset.exp: Likewise.
15627         * gdb.base/constvars.exp: Likewise.
15628         * gdb.base/long_long.exp: Likewise.
15629         * gdb.base/pointers.exp: Likewise.
15630         * gdb.base/printcmds.exp: Likewise.
15631         * gdb.base/setvar.exp: Likewise.
15632         * gdb.base/store.exp: Likewise.
15633         * gdb.cp/ref-types.exp: Likewise.
15634         * gdb.mi/mi-var-child.exp: Likewise.
15635         * gdb.mi/mi-var-display.exp: Likewise.
15636         * gdb.mi/mi2-var-display.exp: Likewise.
15637         * gdb.base/charset.exp: Test octal escape sequence length.
15638         Update for change to escape output.
15639
15640 2009-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
15641
15642         * gdb.mi/mi2-var-cmd.exp (floating varobj invalidation): New test.
15643
15644 2009-07-06  Daniel Jacobowitz  <dan@codesourcery.com>
15645
15646         * lib/java.exp (java_init): Ignore $GCJ if it is empty.
15647
15648 2009-07-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
15649
15650         * lib/gdbserver-support.exp (gdbserver_start): Loop spawning
15651         gdbserver increasing $portnum if "Can't bind address" has been seen.
15652
15653 2009-07-05  Pedro Alves  <pedro@codesourcery.com>
15654
15655         * gdb.base/ending-run.exp: Add "step out of main" pattern for
15656         mingw32ce.
15657
15658 2009-07-05  Pedro Alves  <pedro@codesourcery.com>
15659
15660         * gdb.base/long_long.exp: arm-mingw32ce defaults to natural-endian
15661         VFP format.
15662
15663 2009-07-02  Pedro Alves  <pedro@codesourcery.com>
15664
15665         * gdb.base/multi-forks.exp: Only run detach-on-fork tests on
15666         linux.  Adjust to use "inferior", "info inferiors", "detach
15667         inferior" and "kill inferior" instead of "restart", "info fork",
15668         "detach fork" and "delete fork".
15669         * gdb.base/ending-run.exp: Spell out "info".
15670         * gdb.base/help.exp: Adjust to use test_prefix_command_help for
15671         the "kill" command.
15672
15673 2009-07-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15674
15675         * gdb.threads/tls-shared.exp: Update to locexpr_describe_location
15676         change to prefix TLS offset in hex with 0x.
15677
15678 2009-07-02  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15679
15680         * gdb.base/default.exp: Update test case for "x" changes.
15681
15682 2009-07-01  Tristan Gingold  <gingold@adacore.com>
15683
15684         * gdb.base/bigcore.exp: Make darwin untested.
15685
15686 2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
15687
15688         * gdb.base/completion.exp (directory completion): Create the directory.
15689         New variables uniquedir, escapeduniquedir, uniquesu, uniquesub,
15690         escapeuniquesub.
15691         (directory completion 2): Expect now ${escapeuniquesub}.
15692         (Glob remaining of directory test): Remove one excessive newline.
15693         Expect the real output.
15694
15695 2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
15696
15697         Fix `make check//%' target after `make check' has been ran.
15698         * Makefile.in (TEST_TARGETS): Remove the %/.dir dependency.  Add
15699         a mkdir call.
15700         (check-gdb.base%): Remove the gdb.base%/.dir dependency.
15701         (%/.dir): Remove.
15702
15703 2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
15704
15705         * lib/mi-support.exp (mi_check_thread_states): Permit any output before
15706         the expected result record.
15707
15708 2009-06-30  Jan Kratochvil  <jan.kratochvil@redhat.com>
15709
15710         Remove racy FAILs relying just on the timeouts.
15711         * gdb.base/setshow.exp (set annotate 2, show annotate (2))
15712         (annotation_level 2): Remove racy FAILs.
15713
15714 2009-06-30  Paul Pluzhnikov  <ppluzhnikov@google.com>
15715
15716         gdb/10275
15717         * gdb.dwarf2/dw2-restore.{S,exp}: New test.
15718
15719 2009-06-30  Daniel Jacobowitz  <dan@codesourcery.com>
15720
15721         * gdb.opt/inline-locals.exp: Remove XFAIL with duplicated arg1.
15722
15723 2009-06-30  Vladimir Prus  <vladimir@codesourcery.com>
15724
15725         * gdb.mi/mi-stack.exp: Testing symbolic options
15726         to -stack-list-locals and -stack-list-arguments.
15727
15728 2009-06-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
15729
15730         * gdb.threads/current-lwp-dead.exp, gdb.threads/current-lwp-dead.c: New.
15731
15732 2009-06-29  Tom Tromey  <tromey@redhat.com>
15733
15734         * dg-extract-results.sh: New file.
15735         * Makefile.in (FORCE_PARALLEL): New variable.
15736         (CHECK_TARGET): New conditional variable.
15737         (check): Use CHECK_TARGET.
15738         (DO_RUNTEST): New variable.
15739         (check-single): New target.
15740         (TEST_DIRS): New variable.
15741         (TEST_TARGETS): Likewise.
15742         (check-parallel): New target.
15743         (check-gdb.%): New pattern.
15744         (BASE1_FILES): New variable.
15745         (BASE2_FILES): Likewise.
15746         (check-gdb.base%): New pattern.
15747         (%/.dir): New pattern.
15748         * configure: Rebuild.
15749         * aclocal.m4 (AM_CONDITIONAL): New defun.
15750         * configure.ac: Check whether user is using GNU make.
15751         (GMAKE): New conditional.
15752
15753 2009-06-29  Sami Wagiaalla  <swagiaal@redhat.com>
15754
15755         * gdb.cp/namespace-nested-import.cc: New test.
15756         * gdb.cp/namespace-nested-import.exp: New test.
15757
15758 2009-06-27  Daniel Jacobowitz  <dan@codesourcery.com>
15759
15760         * gdb.base/break.exp: Add an XFAIL for gcc/36748.
15761         * gdb.cp/annota2.exp: Accept frames-invalid in more places.
15762         * gdb.opt/Makefile.in (EXECUTABLES): Update.
15763         * gdb.opt/clobbered-registers-O2.exp: Update to GPL v3.
15764         * gdb.opt/inline-bt.c, gdb.opt/inline-bt.exp,
15765         gdb.opt/inline-cmds.c, gdb.opt/inline-cmds.exp,
15766         gdb.opt/inline-locals.c, gdb.opt/inline-locals.exp,
15767         gdb.opt/inline-markers.c: New files.
15768         * lib/gdb.exp (skip_inline_frame_tests): New function.
15769         (skip_inline_var_tests): New function.
15770
15771 2009-06-27  Andreas Schwab  <schwab@linux-m68k.org>
15772
15773         * gdb.cp/exception.exp: Don't require $hex before inner frame in
15774         backtrace.
15775
15776 2009-06-27  Michael Snyder  <msnyder@vmware.com>
15777
15778         * gdb.reverse: New directory.
15779         * gdb.reverse/break-reverse.c: New test.
15780         * gdb.reverse/break-reverse.exp: New test.
15781         * gdb.reverse/consecutive-reverse.c: New test.
15782         * gdb.reverse/consecutive-reverse.exp: New test.
15783         * gdb.reverse/finish-reverse.c: New test.
15784         * gdb.reverse/finish-reverse.exp: New test.
15785         * gdb.reverse/machinestate.c: New test.
15786         * gdb.reverse/ms1.c: New test.
15787         * gdb.reverse/machinestate.exp: New test.
15788         * gdb.reverse/Makefile.in: New file.
15789         * gdb.reverse/shr2.c: New test.
15790         * gdb.reverse/solib-reverse.c: New test.
15791         * gdb.reverse/solib-reverse.exp: New test.
15792         * gdb.reverse/step-reverse.c: New test.
15793         * gdb.reverse/step-reverse.exp: New test.
15794         * gdb.reverse/until-reverse.c: New test.
15795         * gdb.reverse/ur1.c: New test.
15796         * gdb.reverse/until-reverse.exp: New test.
15797         * gdb.reverse/watch-reverse.c: New test.
15798         * gdb.reverse/watch-reverse.exp: New test.
15799         * configure.ac (AC_OUTPUT): Add gdb.reverse/Makefile.
15800         * configure: Regenerate.
15801
15802 2009-06-26  Doug Evans  <dje@google.com>
15803
15804         * gdb.base/psymtab.exp: Turn off pending breakpoints.
15805
15806 2009-06-26  Pierre Muller  <muller@ics.u-strasbg.fr>
15807
15808         * gdb.base/exe-lock.exp (binfile): Add $EXEEXT suffix to fix
15809         windows problem for 'file delete $binfile'.
15810
15811 2009-06-23  Sami Wagiaalla  <swagiaal@redhat.com>
15812
15813         * gdb.cp/namespace-using.exp: New test.
15814         * gdb.cp/namespace-using.cc: New test.
15815
15816 2009-05-20  Joel Brobecker  <brobecker@adacore.com>
15817
15818         * gdb.ada/variant_record_packed_array: New testcase.
15819
15820 2009-06-23  Tom Tromey  <tromey@redhat.com>
15821
15822         * gdb.base/charset.exp (test_combination): Regression test.
15823         * gdb.base/charset.c (my_wchar_t): New typedef.
15824         (myvar): New global.
15825         (main): Set myvar.
15826
15827 2009-06-18  Pierre Muller  <muller@ics.u-strasbg.fr>
15828
15829         * lib/gdb.exp (gdb_compile): Also force unbuffered mode for DJGPP
15830         target.
15831
15832 2009-06-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15833
15834         * gdb.base/dump.exp: Handle SPU like 64-bit platforms.
15835
15836 2009-06-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15837
15838         * gdb.mi/gdb680.exp: Update test for error message.
15839
15840 2009-06-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
15841
15842         * gdb.base/annota1.exp: Allow multiple occurrences of the
15843         frames-invalid annotation.
15844         * gdb.cp/annota2.exp: Likewise.
15845
15846 2009-06-15  Phil Muldoon  <pmuldoon@redhat.com>
15847
15848         * gdb.cp/gdb2495.cc: New file.
15849         * gdb.cp/gdb2495.exp: New file.
15850
15851 2009-06-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
15852
15853         Report error on GDB crash during runto.
15854         * lib/gdb.exp (runto <eof>): New.
15855
15856 2009-06-09  Daniel Jacobowitz  <dan@codesourcery.com>
15857
15858         * gdb.mi/mi-async.exp, gdb.mi/mi-basics.exp,
15859         gdb.mi/mi-break.exp, gdb.mi/mi-cli.exp,
15860         gdb.mi/mi-disassemble.exp, gdb.mi/mi-eval.exp,
15861         gdb.mi/mi-file-transfer.exp, gdb.mi/mi-file.exp,
15862         gdb.mi/mi-regs.exp, gdb.mi/mi-return.exp,
15863         gdb.mi/mi-simplerun.exp, gdb.mi/mi-stepi.exp,
15864         gdb.mi/mi-var-block.exp, gdb.mi/mi-var-cmd.exp,
15865         gdb.mi/mi-var-display.exp, gdb.mi/mi-var-invalidate.exp,
15866         gdb.mi/mi-watch.exp, gdb.mi/mi2-basics.exp,
15867         gdb.mi/mi2-break.exp, gdb.mi/mi2-cli.exp,
15868         gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-eval.exp,
15869         gdb.mi/mi2-file.exp, gdb.mi/mi2-regs.exp,
15870         gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
15871         gdb.mi/mi2-stepi.exp, gdb.mi/mi2-var-block.exp,
15872         gdb.mi/mi2-var-child.exp, gdb.mi/mi2-var-cmd.exp,
15873         gdb.mi/mi2-var-display.exp, gdb.mi/mi2-watch.exp,
15874         gdb.server/ext-run.exp, gdb.server/file-transfer.exp,
15875         gdb.server/server-mon.exp, gdb.server/server-run.exp,
15876         gdb.trace/actions.exp, gdb.trace/backtrace.exp,
15877         gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
15878         gdb.trace/packetlen.exp, gdb.trace/passc-dyn.exp,
15879         gdb.trace/passcount.exp, gdb.trace/report.exp,
15880         gdb.trace/save-trace.exp, gdb.trace/tfind.exp,
15881         gdb.trace/tracecmd.exp, gdb.trace/while-dyn.exp,
15882         gdb.trace/while-stepping.exp: Use a unique name for the compiled
15883         executable.
15884
15885 2009-06-07  Pedro Alves  <pedro@codesourcery.com>
15886
15887         * gdb.threads/manythreads.c (main): Check if PTHREAD_STACK_MIN is
15888         defined before referencing it.
15889
15890 2009-06-03  Doug Evans  <dje@google.com>
15891
15892         * gdb.arch/i386-sse.exp: Test xmm[8-15] if amd64.
15893         * gdb.arch/i386-see.c: Ditto.
15894
15895 2009-05-30  Pierre Muller  <muller@ics.u-strasbg.fr>
15896
15897         * gdb.base/macscp.exp (info_macro): Return undefined if undefined.
15898         (check_macro): Return 1 if undefined.
15899         If first test fails, check if macro debug information is available,
15900         and report unsupported test if no macro information is found.
15901
15902 2009-05-29  Doug Evans  <dje@google.com>
15903
15904         * gdb.threads/hand-call-in-threads.exp: New.
15905         * gdb.threads/hand-call-in-threads.c: New.
15906
15907 2009-05-29  Michael Snyder  <msnyder@vmware.com>
15908
15909         * gdb.base/break-always.exp: Change "1" to "on".
15910         Add confirmation check.
15911
15912 2009-05-28  Pedro Alves  <pedro@codesourcery.com>
15913
15914         * gdb.threads/threxit-hop-specific.c: New.
15915         * gdb.threads/threxit-hop-specific.exp: New.
15916         * gdb.threads/thread-execl.c: New.
15917         * gdb.threads/thread-execl.exp: New.
15918
15919 2009-05-27  Tom Tromey  <tromey@redhat.com>
15920             Thiago Jung Bauermann  <bauerman@br.ibm.com>
15921
15922         * lib/mi-support.exp (mi_varobj_update_dynamic): New proc.
15923         (mi_child_regexp): Likewise.
15924         (mi_list_varobj_children_range): Likewise.
15925         (mi_get_features): Likewise.
15926         (mi_list_varobj_children): Rewrite.
15927         * gdb.python/python-mi.exp: New file.
15928
15929 2009-05-27  Tom Tromey  <tromey@redhat.com>
15930             Thiago Jung Bauermann  <bauerman@br.ibm.com>
15931             Phil Muldoon  <pmuldoon@redhat.com>
15932             Paul Pluzhnikov  <ppluzhnikov@google.com>
15933
15934         * gdb.python/python-prettyprint.exp: New file.
15935         * gdb.python/python-prettyprint.c: New file.
15936         * gdb.python/python-prettyprint.py: New file.
15937         * gdb.base/display.exp: print/r is now valid.
15938
15939 2009-05-27  Thiago Jung Bauermann  <bauerman@br.ibm.com>
15940             Tom Tromey  <tromey@redhat.com>
15941             Pedro Alves  <pedro@codesourcery.com>
15942             Paul Pluzhnikov  <ppluzhnikov@google.com>
15943
15944         * gdb.python/python-template.exp: New file.
15945         * gdb.python/python-template.cc: New file.
15946         * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
15947         tests.
15948         * gdb.python/python-value.exp (py_objfile_tests): New proc.
15949         Call it.
15950         (test_value_after_death): New proc.
15951         * gdb.python/python-value.c (PTR): New typedef.
15952         (main): New variable 'x'.
15953
15954 2009-05-27  Tom Tromey  <tromey@redhat.com>
15955
15956         * gdb.python/python.exp (gdb_py_test_multiple): Add two objfile
15957         tests.
15958         * gdb.python/python-value.exp (py_objfile_tests): New proc.
15959         Call it.
15960
15961 2009-05-27  Pedro Alves  <pedro@codesourcery.com>
15962
15963         * gdb.mi/nsthrexec.c, gdb.mi/mi-nsthrexec.exp: New.
15964
15965 2009-05-24  Pedro Alves  <pedro@codesourcery.com>
15966
15967         * gdb.threads/fork-thread-pending.c: New.
15968         * gdb.threads/fork-thread-pending.exp: New.
15969
15970 2009-05-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
15971
15972         * gdb.dwarf2/dw2-strp.exp (p a_string2, ptype a_string2): New.
15973         * gdb.dwarf2/dw2-strp.S (a_string2): New.
15974
15975 2009-05-18  Jon Beniston  <jon@beniston.com>
15976
15977         * gdb.asm/asm-source.exp: Add lm32 target.
15978
15979 2009-05-17  Pedro Alves  <pedro@codesourcery.com>
15980
15981         * gdb.base/foll-fork.c: Include stdlib.h.  Add markers for
15982         `gdb_get_line_number'.  Call `callee' in both parent and child.
15983         * gdb.base/foll-fork.exp (catch_fork_child_follow): Use
15984         `gdb_get_line_number' instead of hardcoding line numbers.
15985         (catch_fork_unpatch_child): New procedure to test detaching
15986         breakpoints from child fork.
15987         (tcatch_fork_parent_follow): Use `gdb_get_line_number' instead of
15988         hardcoding line numbers.
15989         (do_fork_tests): Run `catch_fork_unpatch_child'.
15990
15991 2009-05-17  Vladimir Prus  <vladimir@codesourcery.com>
15992
15993         * gdb.mi/mi-cmd-var.exp: Check that when varobj
15994         of structure type enters or leaves the scope, it
15995         is reported by -var-update.
15996
15997 2009-05-11  Doug Evans  <dje@sebabeach.org>
15998
15999         * gdb.mi/nsintrall.c (main): Fix off-by-one error.
16000         * gdb.threads/pending-step.c (main): Fix off-by-one error.
16001         * gdb.threads/schedlock.c (main): Fix off-by-one error.
16002
16003 2009-05-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
16004
16005         * gdb.cp/expand-sals.exp, gdb.cp/expand-sals.cc: New.
16006
16007 2009-04-30  Doug Evans  <dje@google.com>
16008
16009         * gdb.threads/watchthreads2.exp: New testcase.
16010         * gdb.threads/watchthreads2.c: New testcase.
16011
16012 2009-04-29  Doug Evans  <dje@google.com>
16013
16014         * gdb.cp/mb-ctor.exp: Add multi-line source statement test.
16015         * gdb.cp/mb-ctor.cc: Ditto.
16016         * gdb.cp/mb-inline.exp: Add multi-line source statement test.
16017         * gdb.cp/mb-inline.h (multi_line_foo): New function.
16018         * gdb.cp/mb-inline1.cc: Call it.
16019         * gdb.cp/mb-inline2.cc: Ditto.
16020         * gdb.cp/mb-templates.exp: Add multi-line source statement test.
16021         * gdb.cp/mb-templates.cc (multi_line_foo): New template.
16022
16023 2009-04-29  Jan Kratochvil  <jan.kratochvil@redhat.com>
16024
16025         * gdb.base/macscp.exp: New `options' parameter `-DFROM_COMMANDLINE'.
16026         (info_macro): Remova `decimal' declaration.  New variable `nonzero'.
16027         Replace all uses of `decimal' by `nonzero'.
16028         (info macro FROM_COMMANDLINE): New test.
16029
16030 2009-04-27  Tom Tromey  <tromey@redhat.com>
16031
16032         * gdb.base/printcmds.exp (test_printf): Test comma operator in [].
16033
16034 2009-04-27  Doug Evans  <dje@google.com>
16035
16036         * gdb.threads/watchthreads.c (main): Initialize args before starting
16037         the threads.  Plus formatting cleanup.
16038         * gdb.threads/watchthreads.exp: Avoid errant failures due to
16039         biased scheduling of one thread.
16040
16041 2009-04-27  Jerome Guitton  <guitton@adacore.com>
16042
16043         * gdb.cp/templates.cc (GetMax): New template.
16044         (main): Declare two instances of GetMax.
16045         * gdb.cp/templates.exp: Add new test.
16046
16047 2009-04-27  Jan Kratochvil  <jan.kratochvil@redhat.com>
16048
16049         * gdb.cp/abstract-origin.exp, gdb.cp/abstract-origin.cc: New test.
16050
16051 2009-04-22  Joseph Myers  <joseph@codesourcery.com>
16052
16053         * lib/gdb.exp (get_compiler_info): Use -E -o in remote-host case.
16054
16055 2009-04-15  Tom Tromey  <tromey@redhat.com>
16056
16057         * gdb.base/charset.exp: Add regression test.
16058
16059 2009-04-14  Joel Brobecker  <brobecker@adacore.com>
16060
16061         * gdb.base/exe-lock.exp: New testcase.
16062
16063 2009-04-13  Tom Tromey  <tromey@redhat.com>
16064
16065         * gdb.python/python-frame.exp (gdb_py_test_silent_cmd): Test !=
16066         operator on Frame.
16067
16068 2009-04-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
16069
16070         * gdb.base/attach.exp: Re-enable for spu*-*-* targets.
16071         * gdb.server/ext-attach.exp: Likewise.
16072
16073 2009-04-03  Vladimir Prus  <vladimir@codesourcery.com>
16074
16075         Eliminate some sleep usage.
16076
16077         * gdb.mi/basics.c (do_nothing): New.
16078         (main): Use do_nothing instead of printf, so that
16079         not to introduce race condition between output of
16080         inferiour and output of gdb. Do not use sleep as it
16081         is not generally available on embedded targets.
16082
16083 2009-04-02  Pedro Alves  <pedro@codesourcery.com>
16084
16085         * gdb.server/ext-attach.exp: Expect an optional process id after
16086         "Detached from remote process".
16087
16088 2009-04-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
16089
16090         * gdb.dwarf2/dw2-unresolved-main.c, gdb.dwarf2/dw2-unresolved.S,
16091         gdb.dwarf2/dw2-unresolved.exp: New.
16092
16093 2009-04-02  Pedro Alves  <pedro@codesourcery.com>
16094
16095         * gdb.mi/mi-nonstop-exit.exp: Don't check isnative.  Use
16096         mi_run_to_main.
16097
16098 2009-04-02  Pedro Alves  <pedro@codesourcery.com>
16099
16100         * gdb.mi/mi-nonstop.exp: Don't check isnative.  Use
16101         mi_run_to_main.  Skip thread exit test on remote targets.
16102         * gdb.mi/mi-nsintrall.exp: Don't check isnative.  Use
16103         mi_run_to_main.
16104         * gdb.mi/mi-nsmoribund.exp: Don't check isnative.  Use
16105         mi_run_to_main.
16106         * lib/mi-support.exp (mi_gdb_target_cmd): Remove trailing anchor
16107         when expecting ^connected.  Detect when the target doesn't support
16108         non-stop mode.
16109         (mi_run_cmd): Detect if non-stop mode was requested by isn't
16110         supported.  Return -1 on error, 0 on success.
16111         (mi_runto_helper): Don't expect a stop if mi_run_cmd failed.
16112         (mi_runto): Return mi_runto_helper's result explicitly.
16113
16114 2009-04-01  Pedro Alves  <pedro@codesourcery.com>
16115
16116         * gdb.threads/pending-step.c, gdb.threads/pending-step.exp: New.
16117
16118 2009-04-01  Tom Tromey  <tromey@redhat.com>
16119
16120         * gdb.base/funcargs.exp: Set print frame-arguments to "all".
16121         * gdb.base/call-ar-st.exp: Set print frame-arguments to "all".
16122         * gdb.ada/ref_param.exp: Set print frame-arguments to "all".
16123         * gdb.ada/lang_switch.exp: Set print frame-arguments to "all".
16124
16125 2009-03-31  Daniel Jacobowitz  <dan@codesourcery.com>
16126             Jan Kratochvil  <jan.kratochvil@redhat.com>
16127
16128         PR gdb/931
16129         * gdb.cp/gdb1355.exp (f_li, f_lui, f_si, f_sui): Allow canonical
16130         output.
16131         * gdb.cp/templates.exp: Allow canonical output.  Remove KFAILs
16132         for gdb/931.
16133         * dw2-strp.S (DW_AT_language): Change to C++.
16134         (DW_TAG_variable (name ""), Abbrev code 7, .Lemptyname): New.
16135
16136 2009-03-31  Joel Brobecker  <brobecker@adacore.com>
16137
16138         * gdb.ada/tasks: New testcase.
16139
16140 2009-03-30  Stan Shebs  <stan@codesourcery.com>
16141
16142         * gdb.trace/actions.exp: Update to match new info trace format.
16143         * gdb.trace/deltrace.exp: Ditto.
16144         * gdb.trace/infotrace.exp: Ditto.
16145         * gdb.trace/passcount.exp: Ditto.
16146         * gdb.trace/save-trace.exp: Ditto.
16147         * gdb.trace/while-stepping.exp: Ditto.
16148         * gdb.trace/tracecmd.exp: Ditto, plus don't allow pending option.
16149
16150 2009-03-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
16151
16152         * gdb.python/python-frame.c: New file.
16153         * gdb.python/python-frame.exp: New file.
16154
16155 2009-03-29  Thiago Jung Bauermann  <bauerman@br.ibm.com>
16156
16157         * gdb.python/python-value.exp: Add tests for the address
16158         attribute.
16159
16160 2009-03-29  Andreas Schwab  <schwab@linux-m68k.org>
16161
16162         * gdb.arch/powerpc-prologue.exp: Update for disassemble-next-line.
16163
16164 2009-03-26  Doug Evans  <dje@google.com>
16165
16166         * gdb.mi/mi-nonstop-exit.exp: New file.
16167         * gdb.mi/non-stop-exit.c: New file.
16168
16169 2009-03-26  Tom Tromey  <tromey@redhat.com>
16170
16171         Update for change to prologue skipping:
16172         * gdb.mi/mi2-simplerun.exp: Update.
16173         * gdb.mi/mi2-break.exp: Update.
16174         * gdb.mi/mi-simplerun.exp: Update.
16175         * gdb.mi/mi-break.exp: Update.
16176         * gdb.base/ending-run.exp: Update.
16177
16178 2009-03-26  Thiago Jung Bauermann  <bauerman@br.ibm.com>
16179
16180         * gdb.python/python-value.exp (test_value_in_inferior): Test
16181         gdb.Value.is_optimized_out attribute.
16182
16183 2009-03-26  Jan Kratochvil  <jan.kratochvil@redhat.com>
16184
16185         * gdb.dwarf2/dw2-noloc-main.c: New file.
16186         * gdb.dwarf2/dw2-noloc.S: New symbols matrix.
16187         (.text): Remove.
16188         (.data): New.
16189         (DW_AT_stmt_list, .debug_line, DW_AT_frame_base): Remove.
16190         (DW_AT_low_pc, DW_AT_high_pc): Reference `dw2-noloc-main.c'.
16191         (DW_TAG_subprogram func_cu1, noloc): Remove.
16192         (main): New.
16193         * gdb.dwarf2/dw2-noloc.exp: Use prepare_for_testing, compile also
16194         `dw2-noloc-main.c'.  Test the new DIEs from `dw2-noloc.S'.
16195         (file_symbols): New procedure.
16196
16197 2009-03-25  Tom Tromey  <tromey@redhat.com>
16198
16199         * gdb.base/charset.exp (valid_target_charset): New proc.
16200         Use it to skip tests on invalid charsets.
16201
16202 2009-03-25  Pierre Muller  <muller@ics.u-strasbg.fr>
16203
16204         * gdb.base/completion.exp: Add a test for directory completion.
16205
16206 2009-03-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
16207
16208         Fix a racy FAIL.
16209         * gdb.base/auxv.exp (fetch_auxv): Fix trailing newlines consumption.
16210         * gdb.base/callfuncs.exp (fetch_all_registers): Likewise.
16211
16212 2009-03-21  Thiago Jung Bauermann  <bauerman@br.ibm.com>
16213
16214         * gdb.python/python-cmd.exp: Add tests for keyword arguments.
16215         * gdb.python/python-function.exp: Add test for function returning
16216         a GDB value.
16217
16218 2009-03-20  Thiago Jung Bauermann  <bauerman@br.ibm.com>
16219
16220         * gdb.python/python-function.exp: New file.
16221
16222 2009-03-20  Tom Tromey  <tromey@redhat.com>
16223
16224         * gdb.base/store.exp: Update for change to escape output.
16225         * gdb.base/callfuncs.exp (fetch_all_registers): Update for change
16226         to escape output.
16227         * gdb.base/pointers.exp: Update for change to escape output.
16228         * gdb.base/long_long.exp (gdb_test_long_long): Update for change
16229         to escape output.
16230         * gdb.base/constvars.exp (do_constvar_tests): Update for change to
16231         escape output.
16232         * gdb.base/call-rt-st.exp (print_struct_call): Update for change
16233         to escape output.
16234         * gdb.cp/ref-types.exp (gdb_start_again): Update for change to
16235         escape output.
16236         * gdb.base/setvar.exp: Update for change to escape output.
16237         * lib/gdb.exp (default_gdb_start): Set LC_CTYPE to C.
16238         * gdb.base/printcmds.exp (test_print_all_chars): Update for change
16239         to escape output.
16240         (test_print_string_constants): Likewise.
16241         * gdb.base/charset.exp (valid_host_charset): Check size of
16242         wchar_t.  Handle UCS-2 and UCS-4.  Add tests for wide and unicode
16243         cases.  Handle "auto"-related output.
16244         * gdb.base/charset.c (char16_t, char32_t): New typedefs.
16245         (uvar, Uvar): New globals.
16246
16247 2009-03-19  Jerome Guitton  <guitton@adacore.com>
16248
16249         * gdb.ada/fixed_points/fixed_points.adb: Add a test on overprecise
16250         deltas.
16251         * gdb.ada/fixed_points.exp: Ditto.
16252
16253 2009-03-18  Pedro Alves  <pedro@codesourcery.com>
16254
16255         * return-nodebug.c: Don't include stdio.h.
16256         (init): Delete.
16257         (func): Delete definition and provide extern declaration.
16258         (t): New.
16259         (main): Don't call printf.  Call func and store its result in t.
16260         * return-nodebug1.c: New.
16261         * return-nodebug.exp: Don't expect stdio output.  Instead, print
16262         the global variable t.  Drop printf formatters and cast types from
16263         foreach loop.  Don't use prepare_for_testing.  Compile
16264         return-nodebug.c and return-nodebug1.c in separate steps.  Don't
16265         define FORMAT or CAST.
16266
16267 2009-03-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
16268
16269         * gdb.base/solib-display.exp: Disable test for remote targers.
16270
16271 2009-03-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
16272
16273         * gdb.base/return-nodebug.exp, gdb.base/return-nodebug.c: New.
16274
16275 2009-03-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
16276
16277         Fix a racy FAIL.
16278         * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): New function with
16279         code from `follow parent, print pids'.
16280         (`follow child, print pids', `follow parent, print pids'): Call it.
16281         Replace `gdb_test "break..."' by gdb_breakpoint.
16282
16283 2009-03-13  Vladimir Prus  <vladimir@codesourcery.com>
16284
16285         * gdb.mi/mi-cli.exp: Adjust for output difference in
16286         sync and async modes.
16287
16288 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
16289
16290         * gdb.ada/ptype_arith_binop.exp: Remove some commented-out code
16291         that was checked in by mistake. Remove loading of ada.exp, since
16292         this is not necessary in this case.
16293
16294 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
16295
16296         * gdb.ada/ptype_arith_binop.exp: New testcase.
16297
16298 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
16299
16300         * gdb.ada/mod_from_name: New testcase.
16301
16302 2009-03-12  Joel Brobecker  <brobecker@adacore.com>
16303
16304         * gdb.ada/tick_last_segv: New testcase.
16305
16306 2009-03-12  Vladimir Prus  <vladimir@codesourcery.com>
16307
16308         * gdb.mi/mi-cli.exp: Remove debug print.
16309
16310 2009-03-12  Vladimir Prus  <vladimir@codesourcery.com>
16311
16312         * gdb.mi/mi-cli.exp: Verify that CLI commands that run inferior
16313         include the token in ^running and frame info in *stopped.
16314
16315 2009-03-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
16316
16317         * solib-display.exp: New file.
16318         * solib-display-main.c: New file.
16319         * solib-display-lib.c: New file.
16320
16321 2009-03-05  Pedro Alves  <pedro@codesourcery.com>
16322
16323         * gdb.arch/i386-permbkpt.S, gdb.arch/i386-permbkpt.exp: New.
16324
16325 2009-02-18  Jan Kratochvil  <jan.kratochvil@redhat.com>
16326
16327         * gdb.base/macscp.exp (objfile): Move it to ${objdir}/${subdir}/.
16328         (list_and_check_macro): Use more specific test name.
16329         (next to definition): Make the test names unique.
16330
16331 2009-02-18  Pierre Muller  <muller@ics.u-strasbg.fr>
16332
16333         * gdb.pascal/floats.exp: Accept approximate results everywhere.
16334
16335 2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
16336
16337         * gdb.mi/mi-nonstop.exp (notifs): Adjust for library
16338         notifications.
16339         * gdb.mi/mi-nsintrall.exp (notifs): Likewise.
16340         * gdb.mi/mi-nsmoribund.exp (notifs): Likewise.
16341         * lib/mi-support.exp (library_loaded_re): New.
16342         (mi_run_cmd, mi_send_resuming_command_raw): Adjust.
16343
16344 2009-02-17  Vladimir Prus  <vladimir@codesourcery.com>
16345
16346         * gdb.gdb/observer.exp: Use test_notification observer, not
16347         normal_stop, everywhere.
16348         (test_normal_stop_notifications): Rename to...
16349         (test_notifications): ...this.
16350         (test_observer_normal_stop): Rename to...
16351         (test_observer): ...this.
16352
16353 2009-02-16  Doug Evans  <dje@google.com>
16354
16355         * gdb.arch/amd64-disp-step.S (test_int3): New test.
16356         * gdb.arch/amd64-disp-step.exp (test_int3): New test.
16357         * gdb.arch/i386-disp-step.S (test_prefixed_abs_jump): New test.
16358         (test_prefixed_syscall,test_int3): New tests.
16359         * gdb.arch/i386-disp-step.exp (test_prefixed_abs_jump): New test.
16360         (test_prefixed_syscall,test_int3): New tests.
16361
16362 2009-02-14  Vladimir Prus  <vladimir@codesourcery.com>
16363
16364         * lib/mi-support.exp (mi_expect_stop): Adjust the order of fields.
16365         (mi_expect_interrupt): Likewise.
16366         * gdb.mi/mi-cli.exp: Check that "step" results in proper *stopped
16367         response.
16368
16369 2009-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
16370
16371         * lib/gdb.exp (get_hexadecimal_valueof): New procedure.
16372         * gdb.base/pc-fp.exp (get_valueofx): Remove.
16373         Replace calls to get_valueofx by get_hexadecimal_valueof.
16374
16375 2009-02-14  Pierre Muller  <muller@ics.u-strasbg.fr>
16376
16377         * lib/gdb.exp (get_valueof): Accept anything as a return value.
16378         (get_integer_valueof): New procedure.
16379         (get_sizeof): Use new get_integer_value_of.
16380         * gdb.base/sizeof.exp: Replace all uses of get_valueof
16381         by get_integer_valueof.
16382
16383 2009-02-13  Tom Tromey  <tromey@redhat.com>
16384
16385         * gdb.base/remote.exp (get_sizeof): Remove.
16386         * gdb.base/long_long.exp (get_valueof, get_sizeof): Remove.
16387         * gdb.base/dfp-test.exp (get_valueof, get_sizeof): Remove.
16388         * gdb.base/sizeof.exp (get_valueof, get_sizeof): Remove.
16389         * lib/gdb.exp (get_valueof): Move from long_long.exp.
16390         (get_sizeof): Likewise.
16391
16392 2009-02-12  Jan Kratochvil  <jan.kratochvil@redhat.com>
16393
16394         PR fortran/9806
16395         * gdb.fortran/module.exp, gdb.fortran/module.f90: New.
16396
16397 2009-02-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
16398
16399         * gdb.cp/pr9594.cc: Prevent GCC from optimizing 'a' out.
16400
16401 2009-02-06  Pedro Alves  <pedro@codesourcery.com>
16402
16403         * gdb.base/siginfo-obj.c, gdb.base/siginfo-obj.exp: New.
16404
16405 2009-02-06  Thiago Jung Bauermann  <bauerman@br.ibm.com>
16406
16407         * gdb.python/python-cmd.exp: New file.
16408
16409 2009-02-06  Tristan Gingold  <gingold@adacore.com>
16410
16411         * gdb.arch/i386-sse.c (main): Replace call to puts by an nop asm.
16412
16413 2009-02-05  Tristan Gingold  <gingold@adacore.com>
16414
16415         * gdb.base/sigbpt.exp: Detect which signal is received when a NULL
16416         pointer is dereferenced and use this signal name in regexp.
16417         * gdb.base/signull.exp: Ditto.
16418         * gdb.base/sigbpt.c (main): Catch SIGBUS too.
16419         * gdb.base/signull.c (main): Ditto.
16420
16421 2009-02-04  Tom Tromey  <tromey@redhat.com>
16422             Thiago Jung Bauermann  <bauerman@br.ibm.com>
16423
16424         * gdb.python/python-value.exp: Use `gdb.history' instead of
16425         `gdb.value_from_history'.
16426         (test_value_numeric_ops): Add test for conversion of enum constant.
16427         * gdb.python/python-value.c (enum e): New type.
16428         (evalue): New global.
16429         (main): Use argv.
16430
16431 2009-02-04  Jerome Guitton  <guitton@adacore.com>
16432
16433         * gdb.ada/uninitialized_vars: New test program.
16434         * gdb.ada/uninitialized_vars.exp: New testcase.
16435
16436 2009-02-02  Tom Tromey  <tromey@redhat.com>
16437
16438         * gdb.cp/cpcompletion.exp: Name the test "pr9594".
16439         * gdb.cp/pr2489.cc: Rename...
16440         * gdb.cp/pr9594.cc: ... to this.
16441
16442 2009-02-02  Tom Tromey  <tromey@redhat.com>
16443
16444         * gdb.cp/Makefile.in (EXECUTABLES): Add pr2489.
16445         * gdb.cp/pr2489.cc: New file.
16446         * gdb.cp/cpcompletion.exp: New file.
16447
16448 2009-02-02  Tom Tromey  <tromey@redhat.com>
16449
16450         PR exp/9059:
16451         * gdb.cp/call-c.exp: Add regression test.
16452         * gdb.cp/call-c.cc (FooHandle): New typedef.
16453         (main): New variable 'handle'.
16454
16455 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
16456
16457         * lib/mi-support.exp (et_mi_thread_list)
16458         (check_mi_and_console_threads): Adjust for current thread in
16459         -thread-list-ids output.
16460
16461 2009-01-30  Vladimir Prus  <vladimir@codesourcery.com>
16462
16463         * gdb.mi/mi-break.exp (test_disabled_creation): New.
16464         Call it.
16465
16466 2009-01-28  Doug Evans  <dje@google.com>
16467
16468         * gdb.arch/amd64-disp-step.S: New file.
16469         * gdb.arch/amd64-disp-step.exp: New file.
16470         * gdb.arch/i386-disp-step.S: New file.
16471         * gdb.arch/i386-disp-step.exp: New file.
16472
16473 2009-01-27  Pierre Muller  <muller@ics.u-strasbg.fr>
16474
16475         * gdb.base/find.exp: Set newline variable
16476         using quotes instead of braces to fix cygwin failures.
16477
16478 2009-01-23  Pedro Alves  <pedro@codesourcery.com>
16479
16480         * gdb.base/radix.exp: Add tests to ensure that that set
16481         input-radix 0 and set output-radix 0 are really rejected.
16482
16483 2009-01-23  Pedro Alves  <pedro@codesourcery.com>
16484
16485         * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: Update
16486         copyright years.
16487
16488 2009-01-23  Pedro Alves  <pedro@codesourcery.com>
16489
16490         PR gdb/9664:
16491         * gdb.base/hook-stop-frame.c, gdb.base/hook-stop-frame.exp: New.
16492
16493 2009-01-22  Pedro Alves  <pedro@codesourcery.com>
16494
16495         PR c++/9631:
16496         * gdb.cp/pr9631.cc, gdb.cp/pr9631.exp: New.
16497
16498 2009-01-22  Pierre Muller  <muller@ics.u-strasbg.fr>
16499
16500         * gdb.server/file-transfer.exp: Use EXEEXT variable for
16501         binfile definition to fix Windows OS failure.
16502
16503 2009-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
16504
16505         PR gdb/9346
16506         * gdb.base/interrupt.c (sigint_handler): New.
16507         (main): Install a SIGINT handler if SIGNALS is defined.  Exit
16508         on error.
16509         * gdb.base/interrupt.exp: Define SIGNALS unless gdb,nosignals.
16510         Test "signal SIGINT".
16511
16512 2009-01-19  Doug Evans  <dje@google.com>
16513
16514         * gdb.base/break.exp: Update expected gdb output.
16515         * gdb.base/sepdebug.exp: Ditto.
16516         * gdb.mi/mi-syn-frame.exp: Ditto.
16517         * gdb.mi/mi2-syn-frame.exp: Ditto.
16518         * gdb.base/call-signal-resume.exp: New file.
16519         * gdb.base/call-signals.c: New file.
16520         * gdb.base/unwindonsignal.exp: New file.
16521         * gdb.base/unwindonsignal.c: New file.
16522         * gdb.threads/interrupted-hand-call.exp: New file.
16523         * gdb.threads/interrupted-hand-call.c: New file.
16524         * gdb.threads/thread-unwindonsignal.exp: New file.
16525
16526 2009-01-14  Daniel Jacobowitz  <dan@codesourcery.com>
16527
16528         * gdb.base/define.exp: Test defining and hooking prefix commands.
16529         * gdb.python/python.exp: Update test for "show user" output.
16530
16531 2009-01-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
16532
16533         * gdb.fortran/derived-type.exp: New variables int4 and real4.  Match
16534         now the output exactly, using less wildcards.  Expect also the output
16535         of gfortran-4.3.  Update for the f-valprint.c modification from
16536         2008-04-22.
16537         * gdb.fortran/subarray.exp: Expect also the output of gfortran-4.3.
16538         Remove gdb_test test names where matching the command.
16539
16540 2009-01-01  Pedro Alves  <pedro@codesourcery.com>
16541
16542         PR breakpoints/9681:
16543         * gdb.base/watchpoint.exp: Add regression test.
16544
16545 2008-12-31  Pedro Alves  <pedro@codesourcery.com>
16546
16547         * gdb.threads/attach-into-signal.exp: Don't use
16548         gdb_suppress_entire_file.
16549         * gdb.threads/attach-stopped.exp: Ditto.
16550         * gdb.threads/attachstop-mt.exp: Ditto.
16551
16552 2008-12-31  Pedro Alves  <pedro@codesourcery.com>
16553
16554         PR gdb/8812:
16555         * gdb.base/signal.exp: Change kfail to fail, and update PR number.
16556
16557 2008-12-29  Pedro Alves  <pedro@codesourcery.com>
16558
16559         PR gdb/7536:
16560         * gdb.base/radix.exp: Add tests to ensure invalid input radices
16561         and unsupported output radices are really rejected.
16562
16563 2008-12-23  Jan Kratochvil  <jan.kratochvil@redhat.com>
16564
16565         * gdb.cp/punctuator.exp: Backslash the '$' signs.
16566
16567 2008-12-22  Tom Tromey  <tromey@redhat.com>
16568
16569         * gdb.cp/punctuator.exp: New file.
16570
16571 2008-12-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
16572
16573         * gdb.base/completion.exp (Completing non-existing component): New test.
16574
16575 2008-12-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
16576
16577         Fix for PR gdb/8648.
16578         * gdb.arch/ppc-fp.exp, gdb.arch/vsx-regs.exp, gdb.base/watchpoint-hw.c,
16579         gdb.gdbtk/browser.test, gdb.gdbtk/console.test, gdb.gdbtk/srcwin.test,
16580         gdb.gdbtk/srcwin2.test, gdb.gdbtk/srcwin3.test, gdb.gdbtk/windows.test,
16581         gdb.threads/tls2.c: Remove reference to bug-gdb@prep.ai.mit.edu .
16582
16583 2008-12-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
16584
16585         * gdb.base/watchpoint-hw.exp, gdb.base/watchpoint-hw.c: New.
16586
16587 2008-12-16  Christophe Lyon  <christophe.lyon@st.com>
16588
16589         * gdb.base/expand-psymtabs.c: Insert code in foo so that the
16590         compiler actually generate code at the expected line number.
16591
16592 2008-12-15  Jie Zhang  <jie.zhang@analog.com>
16593
16594         * gdb.base/consecutive.exp: Don't use global in gdb_expect.
16595
16596 2008-12-12  Tom Tromey  <tromey@redhat.com>
16597
16598         * gdb.base/commands.exp (redefine_hook_test): New proc.
16599         Call it.
16600
16601 2008-12-11  Tom Tromey  <tromey@redhat.com>
16602
16603         * gdb.base/macscp.exp: New regression test.
16604
16605 2008-12-11  Tom Tromey  <tromey@redhat.com>
16606
16607         * gdb.base/macscp.exp: Print "address.addr".
16608         * gdb.base/macscp1.c (struct outer): New struct.
16609         (address): New global.
16610
16611 2008-12-09  Tom Tromey  <tromey@redhat.com>
16612
16613         * gdb.base/commands.exp (redefine_backtrace_test): New proc.
16614         Call it.
16615
16616 2008-12-04  Doug Evans  <dje@google.com>
16617
16618         * gdb.server/ext-run.exp: Relax regexp for init program.
16619
16620 2008-12-03  Tristan Gingold  <gingold@adacore.com>
16621
16622         * gdb.base/macscp.exp: Generate an object file during compilation
16623         to work around Darwin dsymutil limitations.
16624
16625 2008-12-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
16626
16627         Test resolving external references to TLS variables.
16628         * gdb.threads/tls.exp: New tests to examine A_THREAD_LOCAL and
16629         FILE2_THREAD_LOCAL.
16630         (testfile2, srcfile2): New variables.
16631         * gdb.threads/tls.c (file2_thread_local)
16632         (function_referencing_file2_thread_local): New.
16633         * gdb.threads/tls2.c: New file.
16634
16635 2008-11-28  Joel Brobecker  <brobecker@adacore.com>
16636
16637         * gdb.ada/int_deref.exp: Convert the addresses into long_integer
16638         rather than integer, as integer might not be big enough when
16639         on 64bit targets.
16640
16641 2008-11-27  Jerome Guitton  <guitton@adacore.com>
16642
16643         * gdb.cp/formatted-ref.exp: Add equality test.
16644         * gdb.ada/formatted_ref.exp: Ditto.
16645
16646 2008-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
16647
16648         * gdb.base/breakpoint-shadow.exp, gdb.base/breakpoint-shadow.c: New.
16649         * gdb.base/start.exp: New comment about an alternative - `runto_main'.
16650
16651 2008-11-20  Andreas Schwab  <schwab@suse.de>
16652
16653         * gdb.base/foll-fork.exp (catch_fork_child_follow): Fix patterns
16654         matching syscall entry point.
16655         * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
16656         (tcatch_vfork_then_child_follow): Likewise.  Finish through
16657         vfork even if we stopped at the syscall trampoline.
16658
16659 2008-11-20  Doug Evans  <dje@google.com>
16660
16661         * gdb.base/sepsymtab.exp: Update, old "info sym" format restored.
16662
16663 2008-11-18  Thiago Jung Bauermann  <bauerman@br.ibm.com>
16664
16665         * gdb.arch/ppc-dfp.exp: New file.
16666         * gdb.arch/ppc-dfp.c: New file.
16667
16668 2008-11-18  Paul Pluzhnikov  <ppluzhnikov@google.com>
16669
16670         * gdb.base/sepsymtab.exp: Update for new 'info sym' format.
16671
16672 2008-11-17  Doug Evans  <dje@google.com>
16673
16674         * gdb.mi/mi-syn-frame.exp: Update expected output.
16675         * gdb.mi/mi2-syn-frame.exp: Update expected output.
16676
16677 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
16678
16679         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Make sure
16680         "thread N" results in =thread-selected.
16681         * lib/mi-support (mi_run_cmd, mi_expect_stop)
16682         (mi_send_resuming_command_raw): Be prepared for
16683         =thread-selected.
16684
16685 2008-11-17  Vladimir Prus  <vladimir@codesourcery.com>
16686
16687         * gdb.mi/mi-nonstop.exp: Expect 'group-id' field.
16688         * lib/mi-support.exp: Likewise.
16689
16690 2008-11-16  Joel Brobecker  <brobecker@adacore.com>
16691
16692         * gdb.base/help.exp: Remove the "catch load" and "catch unload"
16693         commands from the expected output for "help catch".
16694
16695 2008-11-15  Joel Brobecker  <brobecker@adacore.com>
16696
16697         * gdb.ada/int_deref.exp: New testcase.
16698
16699 2008-11-14  Nick Roberts  <nickrob@snap.net.nz>
16700
16701         * gdb.mi/gdb2549.exp: New file.
16702
16703 2008-11-11  Doug Evans  <dje@google.com>
16704
16705         * gdb.base/callexit.exp: New file.
16706         * gdb.base/callexit.c: New file.
16707
16708 2008-11-10  Doug Evans  <dje@google.com>
16709
16710         * lib/gdb.exp (GDBFLAGS): Move -nx ...
16711         (INTERNAL_GDBFLAGS): ... to here.  Move -nw to here as well.
16712         (default_gdb_version): Add $INTERNAL_GDBFLAGS to gdb invocations.
16713         (default_gdb_start,default_gdb_exit): Ditto.
16714         * lib/mi-support.exp (default_mi_gdb_start): Ditto.
16715         (mi_uncatched_gdb_exit): Add $INTERNAL_GDBFLAGS to log message.
16716         * gdb.base/corefile.exp: Add $INTERNAL_GDBFLAGS to gdb invocations.
16717         * gdb.base/dbx.exp (dbx_gdb_start): Ditto.
16718         * gdb.base/args.exp (GDBFLAGS): Don't overwrite, append.
16719         * gdb.base/remotetimeout.exp (GDBFLAGS): Ditto.
16720
16721 2008-11-03  Andreas Schwab  <schwab@suse.de>
16722
16723         * gdb.base/hashline2.exp: Fix typo.
16724         * gdb.base/hashline3.exp: Likewise.
16725
16726 2008-10-30  Tom Tromey  <tromey@redhat.com>
16727
16728         * gdb.base/pointers.exp: Add test.
16729         * gdb.base/pointers.c (k, S): New typedefs.
16730         (instance): New global.
16731
16732 2008-10-30  Andreas Schwab  <schwab@suse.de>
16733
16734         * gdb.base/args.exp: Add tests for newlines.
16735
16736 2008-10-30  Joel Brobecker  <brobecker@adacore.com>
16737
16738         gdb.base/foll-exec.exp: Update the expected output of a couple
16739         of "info breakpoints" tests.
16740
16741 2008-10-28  Tom Tromey  <tromey@redhat.com>
16742
16743         * gdb.base/exprs.exp (test_expr): Add enum formatting tests.
16744
16745 2008-10-24  Pedro Alves  <pedro@codesourcery.com>
16746
16747         * gdb.python/python-value.exp (test_value_in_inferior): Don't use
16748         gdb_start_cmd.
16749         Use runto_main before any test that requires execution.
16750
16751 2008-10-23  Pedro Alves  <pedro@codesourcery.com>
16752
16753         * lib/mi-support.exp (mi_expect_interrupt): Expect signal 0
16754         instead of SIGINT.
16755
16756 2008-10-22  Joel Brobecker  <brobecker@adacore.com>
16757
16758         * gdb.base/completion.exp: Update expected output following
16759         the addition of the "info tasks" command.
16760
16761 2008-10-22  Tom Tromey  <tromey@redhat.com>
16762
16763         * gdb.base/exprs.exp (test_expr): Add test for string
16764         concatenation.
16765
16766 2008-10-19  Pedro Alves  <pedro@codesourcery.com>
16767
16768         * configure.ac: Output gdb.python/Makefile.
16769         * configure: Regenerate.
16770         * gdb.python/Makefile.in: New.
16771
16772 2008-10-16  Joel Brobecker  <brobecker@adacore.com>
16773
16774         * gdb.base/foll-fork.exp: Adjust the expected output to match
16775         the new description for fork/vfork catchpoints in the "info
16776         breakpoints" output.
16777
16778 2008-10-16  Paul Pluzhnikov  <ppluzhnikov@google.com>
16779
16780         * Makefile.in: Add gdb.python to ALL_SUBDIRS.
16781
16782 2008-10-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
16783
16784         * gdb.python/python-value.c: New file.
16785         * gdb.python/python-value.exp: New file.
16786
16787 2008-10-15  Pedro Alves  <pedro@codesourcery.com>
16788
16789         * gdb.mi/mi-nsmoribund.exp, gdb.mi/nsmoribund.c: New test.
16790
16791 2008-10-15  Denis Pilat  <denis.pilat@st.com>
16792
16793         * gdb.cp/mb-ctor.exp: Fix a typo.
16794
16795 2008-10-09  Tom Tromey  <tromey@redhat.com>
16796
16797         * gdb.base/macscp.exp: Use 'vafunc' and 'fixedarg' rather than
16798         'fprintf' and 'stderr'.
16799
16800 2008-10-07  Joel Brobecker  <brobecker@adacore.com>
16801
16802         * gdb.ada/ref_tick_size.exp: New testcase.
16803
16804 2008-10-06  Doug Evans  <dje@google.com>
16805
16806         * gdb.dwarf2/dw2-cu-size.exp: New file.
16807         * gdb.dwarf2/dw2-cu-size.S: New file.
16808
16809         * gdb.dwarf2/dw2-intercu.S (.Ltype_int_in_cu2): Renamed from
16810         .Ltype_int for clarity.
16811
16812 2008-10-03  Paul Pluzhnikov  <ppluzhnikov@google.com>
16813
16814         PR gdb/2384:
16815         * gdb.cp/gdb2384.exp: Extended to test more cases.
16816         * gdb.cp/gdb2384.cc: Likewise.
16817         * gdb.cp/gdb2384-base.h: Likewise.
16818         * gdb.cp/gdb2384-base.cc: Likewise.
16819
16820 2008-10-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
16821
16822         * gdb.base/maint.exp (maint print type): Remove printing
16823         UPPER_BOUND_TYPE and LOWER_BOUND_TYPE.
16824
16825 2008-09-30  Tom Tromey  <tromey@redhat.com>
16826
16827         * gdb.base/macscp.exp: Add completion tests.
16828         * gdb.base/macscp1.c (FIFTY_SEVEN): New macro.
16829         (TWENTY_THREE): Likewise.
16830         (FORTY_EIGHT): Likewise.
16831
16832 2008-09-30  Tom Tromey  <tromey@redhat.com>
16833
16834         * gdb.base/macscp.exp: Change "M" to "MACRO_TO_EXPAND"
16835         everywhere.
16836         * gdb.base/macscp1.c (MACRO_TO_EXPAND): Rename from "M".
16837
16838 2008-09-28  Jan Kratochvil  <jan.kratochvil@redhat.com>
16839
16840         * gdb.threads/attachstop-mt.exp: Note a real testcase name this
16841         testcase is derived from.  Fix racy dependency on an expected PID
16842         number.  No longer support the testcase on Linux kernel 2.4.x.
16843
16844 2008-09-27  Tom Tromey  <tromey@redhat.com>
16845
16846         * gdb.base/macscp.exp: Add tests for stringification, splicing,
16847         and varargs.
16848
16849 2008-09-22  Pedro Alves  <pedro@codesourcery.com>
16850
16851         * lib/mi-support.exp (mi_expect_interrupt): New.
16852         (mi_reverse_list, mi_check_thread_states): New, moved and renamed
16853         from gdb.mi/mi-nonstop.exp.
16854         * gdb.mi/mi-nsintrall.exp, gdb.mi/nsintrall.c: New.
16855         * gdb.mi/mi-nonstop.exp (myreverse, check_thread_states): Moved to
16856         lib/mi-support.exp.
16857         Use mi_check_thread_states throughout.  Avoid ".*" and do not
16858         require an anchor after -exec-run.
16859
16860 2008-09-13  Daniel Jacobowitz  <dan@codesourcery.com>
16861
16862         * gdb.mi/mi-nonstop.exp: Do not check thread state while a
16863         stop is pending.  Avoid ".*" when two stops are pending.
16864         * lib/gdb.exp (fullname_syntax_POSIX, fullname_syntax_UNC)
16865         (fullname_syntax_DOS_CASE, fullname_syntax_DOS): Do not match
16866         newlines in fullnames.
16867         * lib/mi-support.exp (mi_run_cmd): Do not require an anchor.
16868         (mi_expect_stop): Update comments.  Only anchor in sync mode.
16869         Do not match newlines.
16870         (mi_send_resuming_command_raw): Always return status.
16871         (mi_get_stop_line): Do not match more than one line by accident.
16872         Only anchor in sync mode.
16873         (mi_run_inline_test): If -exec-next fails, give up.
16874
16875 2008-09-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
16876
16877         * gdb.base/stack-checking.c (big_frame): Reduce stack consumption
16878         on SPU.
16879
16880 2008-09-10  Joel Brobecker  <brobecker@adacore.com>
16881
16882         * gdb.ada/Makefile.in (EXECUTABLES): Bring up to date.
16883
16884 2008-09-10  Joel Brobecker  <brobecker@adacore.com>
16885
16886         * gdb.ada/array_bounds.exp, gdb.ada/array_subscript_addr.exp,
16887         gdb.ada/arrayidx.exp, gdb.ada/arrayparam.exp, gdb.ada/arrayptr.exp,
16888         gdb.ada/assign_1.exp, gdb.ada/boolean_expr.exp,
16889         gdb.ada/char_param.exp, gdb.ada/exprs.exp, gdb.ada/fixed_cmp.exp,
16890         gdb.ada/fixed_points.exp, gdb.ada/fun_addr.exp,
16891         gdb.ada/funcall_param.exp, gdb.ada/homonym.exp,
16892         gdb.ada/interface.exp, gdb.ada/null_array.exp,
16893         gdb.ada/packed_array.exp, gdb.ada/packed_tagged.exp,
16894         gdb.ada/print_chars.exp, gdb.ada/print_pc.exp,
16895         gdb.ada/str_ref_cmp.exp, gdb.ada/sym_print_name.exp,
16896         gdb.ada/taft_type.exp, gdb.ada/tagged.exp, gdb.ada/type_coercion.exp:
16897         Include the "= " sequence in the expected output of print tests.
16898
16899 2008-09-10  Joel Brobecker  <brobecker@adacore.com>
16900
16901         * gdb.ada/packed_tagged.exp: Accept "boolean" as a valid type
16902         description for boolean types.
16903
16904 2008-09-09  Pedro Alves  <pedro@codesourcery.com>
16905
16906         * gdb.base/hook-stop-continue.c: New.
16907         * gdb.base/hook-stop-continue.exp: New.
16908
16909 2008-09-08  Daniel Jacobowitz  <dan@codesourcery.com>
16910
16911         * gdb.base/structs3.c, gdb.base/structs3.exp: New files.
16912
16913 2008-09-08  Jerome Guitton  <guitton@adacore.com>
16914
16915         * gdb.arch/powerpc-aix-prologue.c (stack_check_probe_1)
16916         (stack_check_probe_2, stack_check_probe_loop_1)
16917         (stack_check_probe_loop_2): New functions.
16918         (main): Add call to these new functions.
16919         * gdb.arch/powerpc-aix-prologue.exp: When breaking on these
16920         functions, check that the breakpoint is inserted at the appropriate
16921         location.
16922         (insert_breakpoint): Slightly refine this procedure so that it can
16923         be called several times in the test.
16924
16925 2008-09-08  Jerome Guitton  <guitton@adacore.com>
16926
16927         * gdb.base/stack-checking.c: New file.
16928         * gdb.base/stack-checking.exp: New file.
16929
16930 2008-09-05  Thiago Jung Bauermann  <bauerman@br.ibm.com>
16931
16932         * gdb.arch/altivec-abi.exp: Remove extra verbose call.
16933         * gdb.arch/altivec-regs.exp: Likewise.
16934         * gdb.arch/vsx-regs.exp: Likewise.
16935
16936 2008-09-05  Thiago Jung Bauermann  <bauerman@br.ibm.com>
16937
16938         * gdb.arch/ppc-fp.exp: New file.
16939         * gdb.arch/ppc-fp.c: New file.
16940
16941 2008-09-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
16942
16943         *gdb.base/mips_pro.exp: compile with gcc -fno-inline,
16944         lest gcc-4.3.1 optimizes the whole thing away.
16945
16946 2008-09-04  Michael Snyder  <msnyder@vmware.com>
16947
16948         * lib/gdb.exp (gdb_continue_to_breakpoint): Accept "in" as well
16949         as "at" (for non-debug functions such as _start).
16950
16951 2008-09-03  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
16952
16953         * gdb.base/value-double-free.exp: Respect gdb,no_hardware_watchpoints.
16954         * gdb.base/watchpoint-solib.exp: Likewise.  Update tests to handle
16955         software watchpoints.
16956         * gdb.base/watch_thread_num.exp: Likewise.
16957
16958 2008-09-03  Aleksandar Ristovski  <aristovski@qnx.com>
16959
16960         * gdb.arch/i386-bp_permanent.exp: New test.
16961
16962 2008-08-24  Tom Tromey  <tromey@redhat.com>
16963
16964         * gdb.base/maint.exp: Update "maint print type".
16965
16966 2008-08-21  Vladimir Prus  <vladimir@codesourcery.com>
16967
16968         * gdb.mi/mi-nonstop.exp: Fix the check for non-stop
16969         support.  Adjust the order of "*running" notifications.
16970         * gdb.mi/non-stop.c: Don't cast from int to void* and
16971         back.
16972
16973 2008-08-20  Mark Kettenis  <kettenis@gnu.org>
16974
16975         * gdb.arch/powerpc-prologue.exp: Code doesn't save %r31 so don't
16976         expect to find it in the "info frame" output.
16977
16978 2008-08-20  Daniel Jacobowitz  <dan@codesourcery.com>
16979
16980         * gdb.base/interp.exp: Always consume both prompts.
16981
16982 2008-08-20  Pedro Alves  <pedro@codesourcery.com>
16983
16984         * gdb.base/pending.exp: Test pending breakpoints without symbols
16985         loaded.
16986
16987 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
16988
16989         * lib/mi-support.exp (mi_expect_stop): Produce
16990         more details on failures.
16991         * gdb.mi/mi-nonstop.exp: New.
16992         * gdb.mi/non-stop.c: New.
16993
16994 2008-08-19  Vladimir Prus  <vladimir@codesourcery.com>
16995
16996         * gdb.mi/mi-async.exp: Use 'set target-async'.
16997         * lib/mi-support.exp: Use 'set/show target-async'.
16998
16999 2008-08-18  Daniel Jacobowitz  <dan@codesourcery.com>
17000
17001         * gdb.arch/powerpc-prologue.exp: Correct saved registers.
17002
17003 2008-08-17  Tom Tromey  <tromey@redhat.com>
17004
17005         * gdb.base/help.exp (help catch): Rewrite.
17006
17007 2008-08-16  Thiago Jung Bauermann  <bauerman@br.ibm.com>
17008
17009         * gdb.base/define.exp: Test indented command documentation.
17010         * gdb.python/python.exp: Test indented multi-line command.
17011
17012 2008-08-15  Luis Machado  <luisgpm@br.ibm.com>
17013
17014         * testsuite/gdb.arch/vsx-regs.c: New source file.
17015         * testsuite/gdb.arch/vsx-regs.exp: New testcase.
17016         * testsuite/lib/gdb.exp (skip_vsx_tests): New function.
17017
17018 2008-08-14  Tom Tromey  <tromey@redhat.com>
17019
17020         * gdb.base/macscp.exp: Add regression test for "macro define" or
17021         "macro undef" with no arguments.
17022
17023 2008-08-08  Paul Pluzhnikov  <ppluzhnikov@google.com>
17024
17025         * gdb.base/args.exp: Prevent ~/.gdbinit from affecting test.
17026
17027 2008-08-07  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17028
17029         * gdb.arch/spu-info.exp: Updated for "info spu dma" changes.
17030
17031 2008-08-06  Tom Tromey  <tromey@redhat.com>
17032
17033         * gdb.python/python.exp: New file.
17034
17035 2008-08-06  Jan Kratochvil  <jan.kratochvil@redhat.com>
17036
17037         Fix for PR gdb/1543.
17038         * gdb.base/sep.exp: `sep-proc.c' absolute line numbers replaced with
17039         $LOCATION.
17040         (location): New variable.
17041         * config/cfdbug.exp, config/d10v.exp, config/dve.exp, config/i960.exp,
17042         config/m32r.exp, config/mn10300-eval.exp, config/proelf.exp,
17043         config/rom68k.exp, config/sh.exp, config/unix.exp, config/vr4300.exp,
17044         config/vr5000.exp, config/vxworks.exp, gdb.arch/altivec-regs.exp,
17045         gdb.arch/e500-abi.exp, gdb.arch/e500-regs.exp, gdb.asm/asm-source.exp,
17046         gdb.base/a2-run.exp, gdb.base/advance.exp, gdb.base/all-bin.exp,
17047         gdb.base/args.exp, gdb.base/arithmet.exp, gdb.base/assign.exp,
17048         gdb.base/async.exp, gdb.base/auxv.exp, gdb.base/bigcore.c,
17049         gdb.base/bigcore.exp, gdb.base/bitfields.exp, gdb.base/bitops.exp,
17050         gdb.base/break.c, gdb.base/break.exp, gdb.base/break1.c,
17051         gdb.base/call-ar-st.exp, gdb.base/call-rt-st.exp,
17052         gdb.base/call-strs.exp, gdb.base/callfuncs.c, gdb.base/callfuncs.exp,
17053         gdb.base/checkpoint.exp, gdb.base/chng-syms.exp,
17054         gdb.base/code-expr.exp, gdb.base/commands.exp, gdb.base/completion.exp,
17055         gdb.base/complex.exp, gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
17056         gdb.base/consecutive.exp, gdb.base/corefile.exp, gdb.base/cvexpr.c,
17057         gdb.base/cvexpr.exp, gdb.base/dbx.exp, gdb.base/default.exp,
17058         gdb.base/define.exp, gdb.base/del.c, gdb.base/detach.exp,
17059         gdb.base/display.exp, gdb.base/dump.exp, gdb.base/echo.exp,
17060         gdb.base/environ.exp, gdb.base/eval-skip.exp, gdb.base/exprs.exp,
17061         gdb.base/fileio.exp, gdb.base/find.exp, gdb.base/finish.exp,
17062         gdb.base/funcargs.exp, gdb.base/gcore-buffer-overflow.exp,
17063         gdb.base/gcore.exp, gdb.base/gdb1555.exp, gdb.base/gdbvars.exp,
17064         gdb.base/help.exp, gdb.base/huge.exp, gdb.base/info-proc.exp,
17065         gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/langs.exp,
17066         gdb.base/lineinc.exp, gdb.base/list.exp, gdb.base/macscp.exp,
17067         gdb.base/maint.exp, gdb.base/mips_pro.exp, gdb.base/miscexprs.exp,
17068         gdb.base/nodebug.exp, gdb.base/nofield.c, gdb.base/opaque.exp,
17069         gdb.base/overlays.exp, gdb.base/page.exp, gdb.base/pc-fp.exp,
17070         gdb.base/pending.c, gdb.base/pendshr.c, gdb.base/pointers.exp,
17071         gdb.base/psymtab.exp, gdb.base/ptype.exp, gdb.base/randomize.c,
17072         gdb.base/readline.exp, gdb.base/recurse.exp, gdb.base/regs.exp,
17073         gdb.base/relational.exp, gdb.base/relocate.exp, gdb.base/remote.exp,
17074         gdb.base/reread.exp, gdb.base/return.exp, gdb.base/return2.exp,
17075         gdb.base/scope.exp, gdb.base/sect-cmd.exp, gdb.base/sep-proc.c,
17076         gdb.base/sep.c, gdb.base/sep.exp, gdb.base/sepdebug.c,
17077         gdb.base/sepdebug.exp, gdb.base/setshow.exp, gdb.base/shlib-call.exp,
17078         gdb.base/sigaltstack.c, gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
17079         gdb.base/source.exp, gdb.base/start.c, gdb.base/step-bt.c,
17080         gdb.base/step-line.exp, gdb.base/structs.c, gdb.base/structs.exp,
17081         gdb.base/structs2.exp, gdb.base/term.exp, gdb.base/twice.exp,
17082         gdb.base/type-opaque.exp, gdb.base/until.exp,
17083         gdb.base/value-double-free.c, gdb.base/varargs.exp,
17084         gdb.base/watchpoint.exp, gdb.base/whatis-exp.exp, gdb.disasm/am33.exp,
17085         gdb.disasm/h8300s.exp, gdb.disasm/hppa.exp, gdb.disasm/mn10300.exp,
17086         gdb.disasm/sh3.exp, gdb.disasm/t01_mov.exp, gdb.disasm/t02_mova.exp,
17087         gdb.disasm/t03_add.exp, gdb.disasm/t04_sub.exp, gdb.disasm/t05_cmp.exp,
17088         gdb.disasm/t06_ari2.exp, gdb.disasm/t07_ari3.exp,
17089         gdb.disasm/t08_or.exp, gdb.disasm/t09_xor.exp, gdb.disasm/t10_and.exp,
17090         gdb.disasm/t11_logs.exp, gdb.disasm/t12_bit.exp,
17091         gdb.disasm/t13_otr.exp, gdb.fortran/exprs.exp, gdb.fortran/types.exp,
17092         gdb.hp/gdb.aCC/exception.exp, gdb.hp/gdb.aCC/optimize.exp,
17093         gdb.hp/gdb.aCC/watch-cmd.exp, gdb.hp/gdb.base-hp/callfwmall.exp,
17094         gdb.hp/gdb.base-hp/dollar.exp, gdb.hp/gdb.base-hp/hwwatchbus.exp,
17095         gdb.hp/gdb.base-hp/pxdb.exp, gdb.hp/gdb.base-hp/reg-pa64.exp,
17096         gdb.hp/gdb.base-hp/reg.exp, gdb.hp/gdb.base-hp/sized-enum.exp,
17097         gdb.hp/gdb.base-hp/so-thresh.exp, gdb.hp/gdb.compat/xdb1.exp,
17098         gdb.hp/gdb.compat/xdb2.exp, gdb.hp/gdb.compat/xdb3.exp,
17099         gdb.java/jmisc.exp, gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
17100         gdb.mi/gdb669.exp, gdb.mi/gdb680.exp, gdb.mi/gdb701.exp,
17101         gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-console.exp,
17102         gdb.mi/mi-hack-cli.exp, gdb.mi/mi-pending.c, gdb.mi/mi-pendshr.c,
17103         gdb.mi/mi-pthreads.exp, gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
17104         gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp, gdb.mi/mi2-basics.exp,
17105         gdb.mi/mi2-console.exp, gdb.mi/mi2-hack-cli.exp,
17106         gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-read-memory.exp,
17107         gdb.mi/mi2-regs.exp, gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
17108         gdb.pascal/types.exp, gdb.stabs/weird.exp,
17109         gdb.threads/gcore-thread.exp, gdb.threads/manythreads.exp,
17110         gdb.threads/print-threads.exp, gdb.threads/pthreads.exp,
17111         gdb.threads/schedlock.exp, gdb.threads/step.exp, gdb.threads/step2.exp,
17112         gdb.threads/switch-threads.exp, gdb.threads/thread-specific.exp,
17113         gdb.threads/thread_check.exp, gdb.threads/thread_events.exp,
17114         gdb.threads/tls-nodebug.exp, gdb.threads/tls-shared.exp,
17115         gdb.threads/tls.exp, gdb.trace/actions.exp, gdb.trace/backtrace.exp,
17116         gdb.trace/circ.exp, gdb.trace/collection.exp, gdb.trace/deltrace.exp,
17117         gdb.trace/infotrace.exp, gdb.trace/limits.exp, gdb.trace/packetlen.exp,
17118         gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp, gdb.trace/report.exp,
17119         gdb.trace/save-trace.exp, gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
17120         gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
17121         lib/mi-support.exp, lib/trace-support.exp: Remove reference
17122         to bug-gdb@prep.ai.mit.edu .
17123
17124 2008-07-31  Vladimir Prus  <vladimir@codesourcery.com>
17125
17126         * lib/mi-support.exp (mi_load_shlibs): New.
17127         * gdb.mi/mi-pending.exp: Use mi_load_shlibs, not gdb_load_shlibs.
17128
17129 2008-07-30  Vladimir Prus  <vladimir@codesourcery.com>
17130
17131         * lib/mi-support.exp (get_mi_thread_list)
17132         (check_mi_and_console_threads): New, moved from ...
17133         * gdb.mi/mi-pthread.exp: ...here.
17134         * gdb.mi/gdb669.exp (get_mi_thread_list)
17135         (check_mi_and_console_threads): Delete.
17136         * gdb.mi/mi2-pthread.exp: Likewise.
17137
17138 2008-07-28  Tom Tromey  <tromey@redhat.com>
17139
17140         * Makefile.in (just-check): Remove.  Move body to...
17141         (check): ... here.
17142
17143 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
17144
17145         * gdb.threads/manythreads.exp: Use remote_expect instead of after.
17146         Add a test for duplicated SIGINTs.
17147
17148 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
17149
17150         * gdb.threads/schedlock.exp (get_args): Update to work for any
17151         value of NUM.
17152         (Top level): Report the number of threads that did not resume.
17153
17154 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
17155
17156         * gdb.dwarf2/dw2-compressed.S: Also define __start.
17157
17158 2008-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
17159
17160         * lib/mi-support.exp (default_mi_gdb_start): Remove check for
17161         non-MI prompt.
17162
17163 2008-07-26  Tom Tromey  <tromey@redhat.com>
17164
17165         * gdb.base/callfuncs.c (struct struct_with_fnptr): New struct.
17166         (function_struct, function_struct_ptr): New globals.
17167         * gdb.base/callfuncs.exp (do_function_calls): Test calling via a
17168         function pointer in a struct.
17169
17170 2008-07-26  Tom Tromey  <tromey@redhat.com>
17171
17172         * gdb.base/macscp.exp: Add test for macro lexing bug.
17173
17174 2008-07-18  Tom Tromey  <tromey@redhat.com>
17175
17176         * gdb.base/macscp.exp: Add macro tests.
17177
17178 2008-07-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
17179
17180         * gdb.base/foll-fork.exp: Fix for Linux/VDSO failure.
17181
17182 2008-07-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
17183
17184         * gdb.base/coremaker.c: Fix for Linux failure in gdb.base/corefile.exp
17185
17186 2008-07-15  Paul Pluzhnikov  <ppluzhnikov@google.com>
17187
17188         * gdb.cp/class2.exp: fix for failure on spu-elf
17189
17190 2008-07-14  Paul Pluzhnikov  <ppluzhnikov@google.com>
17191
17192         * gdb.cp/class2.exp, gdb.cp/class2.cc: Test for PR2477.
17193
17194 2008-07-13  Jan Kratochvil  <jan.kratochvil@redhat.com>
17195
17196         * gdb.base/randomize.exp: Catch non-Linux targets as untested.
17197
17198 2008-07-12  Vladimir Prus  <vladimir@codesourcery.com>
17199
17200         * lib/mi-support.exp (mi_expect_stop): Adjust for the new field.
17201
17202 2008-07-11  Kevin Buettner  <kevinb@redhat.com>
17203
17204         * gdb.arch/e500-regs.exp (decimal_vector): Adjust "v8_int8" portion
17205         of regexp to account for changes made to GDB in the printing of
17206         byte vectors.
17207
17208 2008-07-11  Tom Tromey  <tromey@redhat.com>
17209
17210         * gdb.base/completion.exp: Add 'help' completion test.
17211
17212 2008-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
17213
17214         * gdb.base/randomize.exp: Remove dependency on tcl-8.4+.
17215
17216 2008-07-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
17217
17218         * gdb.base/randomize.exp, gdb.base/randomize.c: New files.
17219
17220 2008-07-09  Pedro Alves  <pedro@codesourcery.com>
17221
17222         * gdb.base/chng-syms.exp: Don't expect "No symbol ...".
17223
17224 2008-07-09  Pedro Alves  <pedro@codesourcery.com>
17225
17226         * gdb.base/fullname.exp: Restore pwd if compiling failed.
17227
17228 2008-07-07  Jan Kratochvil  <jan.kratochvil@redhat.com>
17229
17230         * gdb.base/value-double-free.exp, gdb.base/value-double-free.c: New.
17231
17232 2008-06-28  Vladimir Prus  <vladimir@codesourcery.com>
17233
17234         * lib/mi-support.exp (mi_send_resuming_command_raw): Revert
17235         previous commit.  Add a comment.
17236
17237 2008-06-28  Pedro Alves  <pedro@codesourcery.com>
17238
17239         * gdb.base/sigchld.c, gdb.base/sigchld.exp: New test.
17240
17241 2008-06-28  Vladimir Prus  <vladimir@codesourcery.com>
17242
17243         * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
17244
17245 2008-06-27  Pedro Alves  <pedro@codesourcery.com>
17246
17247         * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global.
17248         (gdb_compile): If target is *-*-cygwin* or *-*-mingw*, and we're
17249         compiling an executable, link in an object that forces unbuffered
17250         output.
17251         * lib/set_unbuffered_mode.c: New file.
17252
17253 2008-06-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
17254
17255         * lib/gdb.exp (prepare_for_testing): Do not drop the OPTIONS argument.
17256
17257 2008-06-25  Vladimir Prus  <vladimir@codesourcery.com>
17258
17259         * gdb.mi/mi-async.exp: Use mi_sending_resuming_command_raw and
17260         mi_expect_stop.
17261         * gdb.mi/mi-support.exp (mi_run_cmd, mi_send_resuming_command):
17262         Demand that *running is output.
17263         (detect_async): Perform checking every time.
17264         (mi_send_resuming_command): Extract everything into...
17265         (mi_send_resuming_command_raw): ...this.
17266         (mi_expect_stop): Don't accept any output before *stopped.
17267
17268 2008-06-13  Vladimir Prus  <vladimir@codesourcery.com>
17269
17270         Robustify mi-simplerun.
17271         * gdb.mi/basics.c (main): Add a call to sleep.
17272         * gdb.mi/mi-cli.exp: Adjust for change in line numbers.
17273         * gdb.mi/mi2-cli.exp: Likewise.
17274         * gdb.mi/mi-break.exp: Likewise.
17275
17276 2008-06-11  Vladimir Prus  <vladimir@codesourcery.com>
17277
17278         * gdb.mi/mi-break.exp (test_ignore_count): Use mi_expect_stop.
17279
17280 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
17281
17282         * gdb.mi/mi-console.exp: Adjust.
17283         * gdb.mi/mi-syn-frame.exp: Adjust.
17284         * gdb.mi/mi2-console.exp: Adjust.
17285         * gdb.mi/mi2-syn-frame.exp: Adjust.
17286         * lib/mi-support.exp (mi_run_cmd): Adjust.
17287         (mi_send_resuming_command): Adjust.
17288
17289 2008-06-10  Vladimir Prus  <vladimir@codesourcery.com>
17290
17291         * gdb.mi/mi-break.exp (test_ignore_count): Adjust stopped pattern.
17292         * gdb.mi/mi-syn-frame.exp: Use mi_expect_stop instead of direct
17293         testing of stopped.
17294         * gdb.mi/mi2-syn-frame.exp: Likewise.
17295         * lib/mi-support.exp (default_mi_gdb_start): Call detect_async.
17296         (async, detect_async): New.
17297         (mi_expect_stop, mi_continue_to_line): Adjust expectation
17298         depending on if we're running in sync or async mode.
17299
17300 2008-06-09  Tom Tromey  <tromey@redhat.com>
17301
17302         * gdb.base/completion.exp: New tests for field name completion
17303         with spaces, and field name completion with '->'.
17304
17305 2008-06-06  Tom Tromey  <tromey@redhat.com>
17306
17307         * gdb.base/break1.c (struct some_struct): New struct.
17308         (values): New global.
17309         * gdb.base/completion.exp: Add field name completion test.
17310
17311 2008-06-06  Paul Pluzhnikov  <ppluzhnikov@google.com>
17312
17313         * gdb.cp/call-c.exp: Test for incorrect handling of reference
17314         to pointer.
17315         * gdb.cp/call-c.cc: Likewise.
17316
17317 2008-06-06  Nick Roberts  <nickrob@snap.net.nz>
17318
17319         * gdb.base/annota1.exp (thread_switch): Test for thread-changed
17320         annotation.
17321
17322 2008-06-05  Paul Pluzhnikov  <ppluzhnikov@google.com>
17323             Pedro Alves  <pedro@codesourcery.com>
17324
17325         * gdb.threads/execl.c, gdb.threads/execl1.c,
17326         gdb.threads/execl.exp: New tests.
17327
17328 2008-06-05  Aleksandar Ristovski  <aristovski@qnx.com>
17329             Daniel Jacobowitz  <dan@codesourcery.com>
17330
17331         * gdb.cp/exception.exp: Activate test, make it work with pending
17332         catchpoints.
17333
17334 2008-06-05  Jan Kratochvil  <jan.kratochvil@redhat.com>
17335
17336         * dw2-ref-missing-frame.S, dw2-ref-missing-frame.exp: New files.
17337
17338 2008-05-28  Vladimir Prus  <vladimir@codesourcery.com>
17339
17340         * gdb.mi/mi-var-cmd.exp: Adjust for the fact that type_changed field is
17341         now printed.
17342         * gdb.mi/mi2-var-cmd.exp: Likewise.
17343
17344 2008-05-27  Andreas Schwab  <schwab@suse.de>
17345
17346         * gdb.base/frame-args.exp: Handle arguments that are optimized
17347         out.
17348
17349 2008-05-26  Luis Machado  <luisgpm@br.ibm.com>
17350
17351         * gdb.arch/ppc64-atomic-inst.exp: Make the expected compile failure
17352         quiet for ppc32 and group options into a single variable.
17353
17354 2008-05-23  Joel Brobecker  <brobecker@adacore.com>
17355
17356         * gdb.ada/null_array/foo.adb: Add multi-dimensional array
17357         of zero-size elements.
17358         * gdb.ada/null_array.exp: Test printing this new array.
17359
17360 2008-05-22  Jan Kratochvil  <jan.kratochvil@redhat.com>
17361
17362         * gdb.base/longjmp.exp: Fix GDB_TEST_MULTIPLE missing GDB_PROMPT races.
17363
17364 2008-05-21  Joel Brobecker  <brobecker@adacore.com>
17365
17366         * gdb.base/finish.exp: Test that "fin" works as an abbreviation
17367         of the "finish" command.
17368
17369 2008-05-21  Nick Roberts  <nickrob@snap.net.nz>
17370
17371         * gdb.base/annota1.exp: Test for new annotation.
17372
17373 2008-05-16  Pedro Alves  <pedro@codesourcery.com>
17374
17375         * gdb.base/fixsection.exp: New file.
17376         * gdb.base/fixsection0.c: New file.
17377         * gdb.base/fixsection1.c: New file.
17378
17379 2008-05-16  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17380
17381         * gdb.base/annota1.exp: Accept printf@... in place of printf.
17382         * gdb.base/annota3.exp: Likewise.
17383
17384 2008-05-13  Nathan Froyd  <froydnj@codesourcery.com>
17385
17386         * gdb.base/watch_thread_num.exp: Don't run tests that require
17387         watchpoints if the target doesn't support them.
17388
17389 2008-05-12  Doug Evans  <dje@google.com>
17390
17391         * lib/gdbserver-support.exp (find_gdbserver): Use $GDBSERVER if set.
17392
17393 2008-05-09  Joel Brobecker  <brobecker@adacore.com>
17394
17395         * gdb.ada/assign_1.exp: New testcase.
17396
17397 2008-05-09  Doug Evans  <dje@google.com>
17398
17399         * gdb.base/find.exp: New file.
17400         * gdb.base/find.c: New file.
17401
17402 2008-05-08  Daniel Jacobowitz  <dan@codesourcery.com>
17403
17404         * gdb.base/commands.exp (watchpoint_command_test): Handle
17405         gdb,no_hardware_watchpoints.
17406         * gdb.base/float.exp: Allow ARM targets without floating point.
17407         * gdb.base/step-test.exp: Allow callee@plt when stepping in.
17408
17409 2008-05-06  Jerome Guitton  <guitton@adacore.com>
17410             Joel Brobecker  <brobecker@adacore.com>
17411
17412         * gdb.ada/lang_switch: New test program.
17413         * gdb.ada/lang_switch.exp: New testcase.
17414
17415 2008-05-05  Doug Evans  <dje@google.com>
17416
17417         * gdb.base/help.exp (disassemble): Update expected help text.
17418
17419 2008-05-04  Pedro Alves  <pedro@codesourcery.com>
17420
17421         * gdb.base/longjmp.c, gdb.base/longjmp.exp: New files.
17422
17423 2008-05-04  Pedro Alves  <pedro@codesourcery.com>
17424
17425         * gdb.cp/annota2.exp: Adjust to breakpoints invalidations at
17426         different times.
17427
17428 2008-05-04  Jan Kratochvil  <jan.kratochvil@redhat.com>
17429
17430         * gdb.dwarf2/dw2-ranges.S: Merge the secondary section with `.fini'.
17431         * gdb.dwarf2/dw2-ranges.exp: Compile also `dw2-ranges2.S' and
17432         `dw2-ranges3.S' and test also their MAIN2, FUNC2 and MAIN3 symbols.
17433         * gdb.dwarf2/dw2-ranges2.S, gdb.dwarf2/dw2-ranges3.S: New files.
17434
17435 2008-05-04  Vladimir Prus  <vladimir@codesourcery.com>
17436
17437         * lib/mi-support.exp (mi_run_cmd): Allow for =thread-created
17438         notification to appear.
17439
17440 2008-05-04  Daniel Jacobowitz  <dan@debian.org>
17441
17442         * gdb.base/fullname.c: New file.
17443         * gdb.base/fullname.exp: New file.
17444         * lib/gdb.exp (gdb_breakpoint): Support no-message option.
17445
17446 2008-05-03  Pedro Alves  <pedro@codesourcery.com>
17447
17448         * gdb.base/macscp.exp, gdb.base/macscp1.c: Add test for printing
17449         expressions with macros.
17450
17451 2008-05-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
17452
17453         * gdb.base/dfp-test.exp: Fix random FAIL risk on calling functions.
17454
17455 2008-05-02  Daniel Jacobowitz  <dan@codesourcery.com>
17456
17457         * gdb.base/completion.exp: Handle lack of other symbols beginning
17458         with "a".
17459
17460         * gdb.base/varargs.exp: Correct quoting for options to gdb_compile.
17461
17462 2008-05-02  Jim Blandy  <jimb@codesourcery.com>
17463
17464         * gdb.asm/asmsrc1.s: Add scratch space.
17465
17466 2008-05-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
17467             Daniel Jacobowitz  <dan@codesourcery.com>
17468
17469         * gdb.threads/attach-into-signal.c, gdb.threads/attach-into-signal.exp,
17470         gdb.threads/attach-stopped.c, gdb.threads/attach-stopped.exp,
17471         gdb.threads/attachstop-mt.c, gdb.threads/attachstop-mt.exp: New.
17472
17473 2007-05-01  Daniel Jacobowitz  <dan@codesourcery.com>
17474
17475         * gdb.arch/thumb-prologue.exp: Do not expect a saved PC.
17476
17477 2008-05-01  Joel Brobecker  <brobecker@adacore.com>
17478
17479         * gdb.base/info-target.exp: New testcase.
17480
17481 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
17482
17483         * gdb.cp/hang.exp: Use .cc instead of .C.
17484         * gdb.cp/hang1.cc, gdb.cp/hang2.cc, gdb.cp/hang3.cc: Renamed from ...
17485         * gdb.cp/hang1.C, gdb.cp/hang2.C, gdb.cp/hang3.C: ... here.
17486
17487 2008-04-30  Daniel Jacobowitz  <dan@codesourcery.com>
17488
17489         * gdb.base/gdb1250.exp: Remove perror.
17490         * lib/mi-support.exp (mi_delete_breakpoints): Match the prompt.
17491
17492 2008-04-30  Pedro Alves  <pedro@codesourcery.com>
17493
17494         * gdb.dwarf2/dw2-strp.S: Replace .long by .4byte and .value by
17495         .2byte.
17496
17497 2008-04-25  Daniel Jacobowitz  <dan@codesourcery.com>
17498
17499         * gdb.base/macscp.exp: Enable kfails.  Compile with -g3 for GCC.
17500         (maybe_kfail): New.
17501
17502 2008-04-25  Pedro Alves  <pedro@codesourcery.com>
17503
17504         * gdb.dwarf2/dw2-strp.S, gdb.dwarf2/dw2-strp.exp: New files.
17505
17506 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
17507
17508         * gdb.mi/mi-syn-frame.exp: Adjust for token disappearance.
17509         * gdb.mi/mi2-syn-frame.exp: Likewise.
17510         * lib/mi-support.exp: Likewise.
17511
17512 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
17513
17514         * lib/gdb.exp (gdb_continue_to_breakpoint): Allow the caller
17515         to specify regexp for the location to stop at.
17516         * gdb.base/break-always.c: New.
17517         * gdb.base/break-always.exp: New.
17518
17519 2008-04-24  Vladimir Prus  <vladimir@codesourcery.com>
17520
17521         * lib/mi-support.exp (mi_runto_helper): Adjust
17522         for the original-location field.
17523         (mi_create_breakpoint, mi_list_breakpoints): New.
17524         * gdb.mi/mi-break.exp: Adjust.
17525         * gdb.mi/mi2-break.exp: Adjust.
17526         * gdb.mi/mi-pending.exp: Adjust.
17527         * gdb.mi/mi-simplerun.exp: Adjust.
17528         * gdb.mi/mi2-simplerun.exp: Adjust.
17529         * gdb.mi/mi-syn-frame.exp: Adjust.
17530         * gdb.mi/mi2-syn-frame.exp: Adjust.
17531         * gdb.mi/mi-until.exp: Adjust.
17532         * gdb.mi/mi2-until.exp: Adjust.
17533         * gdb.mi/mi-var-display.exp: Adjust.
17534         * gdb.mi/mi2-var-display.exp: Adjust.
17535         * gdb.mi/mi-watch.exp: Adjust.
17536         * gdb.mi/mi2-watch.exp: Adjust.
17537
17538 2008-04-23  Paolo Bonzini  <bonzini@gnu.org>
17539
17540         * aclocal.m4: Add override.m4.
17541         * configure: Regenerate.
17542
17543 2008-04-19  Vladimir Prus  <vladimir@codesourcery.com>
17544
17545         * gdb.mi/var-cmd.c (do_at_tests): Verify that
17546         '-var-update --all-values' reports new value even the type
17547         of a variable object has changed.
17548
17549 2008-04-18  Craig Silverstein  <csilvers@google.com>
17550
17551         * gdb.dwarf2/dw2-compressed.S, gdb.dwarf2/dw2-compressed.exp: New
17552         files.
17553
17554 2008-04-18  Joel Brobecker  <brobecker@adacore.com>
17555
17556         * gdb.ada/atomic_enum: New test program.
17557         * gdb.ada/atomic_enum.exp: New testcase.
17558
17559 2008-04-17  Doug Evans  <dje@google.com>
17560
17561         * gdb.opt/Makefile.in: Fix whitespace.
17562
17563 2008-04-17  Daniel Jacobowitz  <dan@codesourcery.com>
17564
17565         * gdb.threads/linux-dp.exp: Continue after unrecognized lines.
17566
17567 2008-04-17  Doug Evans  <dje@google.com>
17568
17569         * gdb.base/hashline1.exp: New testcase.
17570         * gdb.base/hashline2.exp: New testcase.
17571         * gdb.base/hashline2.exp: New testcase.
17572
17573 2008-04-17  Pedro Alves  <pedro@codesourcery.com>
17574
17575         * gdb.base/step-break.exp, gdb.base/step-break.c: New files.
17576
17577 2008-04-15  Aleksandar Ristovski  <aristovski@qnx.com>
17578
17579         * gdb.base/attach.exp (do_attach_tests): Matching pattern for
17580         temporary breakpoint to match "Temporary breakpoint".
17581         * gdb.base/break.exp (delete_breakpoints): Likewise.
17582         * gdb.base/call-ar-st.exp (get_debug_format): Likewise.
17583         * gdb.base/commands.exp (temporary_breakpoint_commands): Likewise.
17584         * gdb.base/display.exp: Likewise.
17585         * gdb.base/foll-exec.exp (do_exec_tests): Likewise.
17586         * gdb.base/foll-fork.exp (catch_fork_child_follow): Likewise.
17587         * gdb.base/restore.exp (restore_tests): Likewise.
17588         * gdb.base/sepdebug.exp: Likewise.
17589         * gdb.base/watchpoint.exp: Likewise.
17590         * gdb.mi/mi-cli.exp: Added argument for new "disp" field.
17591         * gdb.mi/mi-pending.exp: Likewise.
17592         * gdb.mi/mi-simplerun.exp (test_running_the_program): Likewise.
17593         * gdb.mi/mi-until.exp (test_runnint_to_foo): Likewise.
17594         * gdb.mi/mi-var-cmd.exp: Likewise.
17595         * gdb.mi/mi-var-display.exp: Likewise.
17596         * gdb.mi/mi2-cli.exp: Likewise.
17597         * gdb.mi/mi2-simplerun.exp (test_running_the_program): Likewise.
17598         * gdb.mi/mi2-until.exp (test_running_to_foo): Likewise.
17599         * gdb.mi/mi2-var-display.exp: Likewise.
17600         * lib/gdb.exp (gdb_breakpoint): Pattern for temporary breakpoint.
17601         * lib/mi-support.exp (mi_runto_helper): Use "after_reason" argument for
17602         new "disp" field.
17603         (mi_expect_stop): Move after_reason argument to be really after
17604         reason. This is to support fix for PR2424.
17605
17606 2008-04-15  Jan Kratochvil  <jan.kratochvil@redhat.com>
17607
17608         * gdb.dwarf2/dw2-ranges.S: New stub `.file' directive.
17609
17610 2008-04-13  Vladimir Prus  <vladimir@codesourcery.com>
17611
17612         * gdb.mi/mi-var-cmd.exp: Adjust for appearance of type_changed
17613         field.  Add more floating varobj tests.
17614         * gdb.mi/mi2-var-cmd.exp: Adjust for appearance of type_changed
17615         field.
17616         * gdb.mi/var-cmd.c (do_at_tests_callee, do_at_tests): New.
17617         (main): Call do_at_tests.
17618         * lib/mi-support.exp (mi_create_floating_varobj)
17619         (mi_varobj_update_with_type_change): New.
17620
17621 2008-04-09  Marc Khouzam  <marc.khouzam@ericsson.com>
17622
17623         * gdb.mi/mi2-var-display.exp: Added tests for the new -f
17624         option of -var-evaluate-expression.
17625         * gdb.mi/mi2-var-display.exp: Likewise.
17626
17627 2008-04-07  Vladimir Prus  <vladimir@codesourcery.com>
17628
17629         Introduce test setup helpers.
17630         * lib/gdb.exp (build_executable, clean_restart)
17631         (prepare_for_testing): New.
17632         * gdb.base/break.exp: Use prepare_for_testing, and clean_restart.
17633         * gdb.base/return.exp: Likewise.
17634         * gdb.base/ending-run.exp: Likewise.
17635
17636 2008-04-07  Nick Roberts  <nickrob@snap.net.nz>
17637
17638         * gdb.mi/mi-async.exp: New test for asynchronous Machine
17639         Interface (MI) responses.
17640
17641 2008-04-06  Vladimir Prus  <vladimir@codesourcery.com>
17642
17643         * gdb.cp/breakpoint.cc: New code to test conditions involving
17644         member variables.
17645         * gdb.cp/breakpoint.exp: Test condition involving member
17646         variables.
17647
17648 2008-04-05  Vladimir Prus  <vladimir@codesourcery.com>
17649
17650         * lib/mi-support.exp (mi_expect_stop): New.
17651         (mi_run_cmd): Change the
17652         token.  Use mi_send_resuming_command, use
17653         mi_expect_stop.
17654         (mi_execute_to_helper): Rename to mi_execute_to.
17655         (mi_send_resuming_command): Add more error patterns.
17656         (mi_wait_for_stop): Renamed to...
17657         (mi_get_stop_line): ...this.
17658         (mi_run_inline_test): Adjust.
17659
17660         * gdb.mi/mi-cli.exp: Use mi_execute_to/mi_expect_stop.
17661         * gdb.mi/mi-console.exp: Likewise.
17662         * gdb.mi/mi-pending.exp: Likewise.
17663         * gdb.mi/mi-simplerun.exp: Likewise.
17664         * gdb.mi/mi-stack.exp: Likewise.
17665         * gdb.mi/mi-stepi.exp: Likewise.
17666         * gdb.mi/mi-syn-frame.exp: Add comment.
17667         * gdb.mi/mi-until.exp: Likewise.
17668         * gdb.mi/mi-var-display.exp: Likewise.
17669         * gdb.mi/mi-watch.exp: Likewise.
17670         * gdb.mi/mi2-cli.exp: Likewise.
17671         * gdb.mi/mi2-console.exp: Likewise.
17672         * gdb.mi/mi2-simplerun.exp: Likewise.
17673         * gdb.mi/mi2-stack.exp: Likewise.
17674         * gdb.mi/mi2-stepi.exp: Likewise.
17675         * gdb.mi/mi2-until.exp: Likewise.
17676         * gdb.mi/mi2-var-display.exp: Likewise.
17677         * gdb.mi/mi2-watch.exp: Likewise.
17678
17679 2008-04-04  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17680
17681         * gdb.base/watch_thread_num.exp: Use gdb_compile_pthreads.
17682
17683         * gdb.cp/mb-templates.exp: Skip test on spu*-*-* targets.
17684
17685 2008-04-04  Pedro Alves  <pedro@codesourcery.com>
17686
17687         * gdb.mi/mi-disassemble.exp, gdb.mi/mi-stack.exp,
17688         gdb.mi/mi-syn-frame.exp, gdb.mi/mi-var-block.exp,
17689         gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
17690         gdb.mi/mi2-disassemble.exp, gdb.mi/mi2-stack.exp,
17691         gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-var-block.exp,
17692         gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp: Update to not
17693         expect an mi error duplicated in stderr.
17694
17695 2008-04-03  Joel Brobecker  <brobecker@adacore.com>
17696
17697         * gdb.cp/ovldbreak.cc: Add missing bodies for methods foo::foofunc.
17698         * gdb.cp/ovldbreak.exp: Set multiple-symbols to "ask".
17699         Add a couple of tests that verify the behavior when the new setting
17700         is set to "cancel" and "all".
17701         * gdb.cp/method2.exp, gdb.cp/templates.exp: Set multiple-symbols to
17702         "ask" before we start the testing.
17703
17704 2008-04-01  Aleksandar Ristovski  <aristovski@qnx.com>
17705
17706         * gdb.cp/casts.cc: Add class reference variables.
17707         * gdb.cp/casts.exp: New test cases for up/down casting references.
17708
17709 2008-04-01  Marc Khouzam  <marc.khouzam@ericsson.com>
17710
17711         * gdb.mi/mi-var-display.exp: Stop at end of do_special_tests
17712         instead of beginning to make an extra test pass.
17713         * gdb.mi/mi2-var-display.exp: Likewise.
17714
17715 2008-03-31  Maciej W. Rozycki  <macro@mips.com>
17716
17717         * gdb.base/break.exp: Mark failures as such.  Fix formatting.
17718
17719 2008-03-31  Markus Deuling  <deuling@de.ibm.com>
17720             Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
17721
17722         * gdb.arch/spu-info.exp (info spu mailbox): Check for correct initial
17723         value.  Add xfail for older kernels.
17724
17725 2008-03-28  Aleksandar Ristovski  <aristovski@qnx.com>
17726
17727         Bring mi-support in line with gdb.exp.
17728         * lib/mi-support.exp (default_mi_gdb_start): Rename from mi_gdb_start.
17729         (mi_gdb_start): New function.
17730
17731 2008-03-28  Maciej W. Rozycki  <macro@mips.com>
17732
17733         * gdb.mi/mi-var-cmd.exp: Fix a typo.
17734
17735 2008-03-26  Vladimir Prus  <vladimir@codesourcery.com>
17736
17737         * gdb.mi/mi-var-display.exp: Remove obsolete xfail.
17738         * gdb.mi/mi2-var-display.exp: Likewise.
17739
17740 2008-03-26  Vladimir Prus  <vladimir@codesourcery.com>
17741
17742         * lib/mi-support.exp (mi_create_varobj_checked): New.
17743         (mi_list_varobj_children): Allow to check for a
17744         value.
17745         (mi_list_array_varobj_children): New.
17746
17747         * gdb.mi/mi-var-child.exp: Use mi_create_varobj
17748         and mi_list_varobj_children, as opposed to hardcoding
17749         expected strings.
17750         * gdb.mi/gdb701.exp: Likewise.
17751         * gdb.mi/gdb792.exp: Likewise.
17752         * gdb.mi/mi-var-block.exp: Likewise.
17753         * gdb.mi/mi-var-cmd.exp: Likewise.
17754         * gdb.mi/mi-var-invalidate.exp: Likewise.
17755         * gdb.mi/mi2-var-block.exp: Likewise.
17756         * gdb.mi/mi2-var-child.exp: Likewise.
17757         * gdb.mi/mi2-var-cmd.exp: Likewise.
17758         * gdb.mi/mi2-var-display.exp: Likewise.
17759
17760 2008-03-24  Jan Kratochvil  <jan.kratochvil@redhat.com>
17761
17762         Fix random false FAILs on i386.
17763         * gdb.base/prelink.exp: Use `--no-exec-shield' for prelink.
17764
17765 2008-03-23  Daniel Jacobowitz  <dan@codesourcery.com>
17766
17767         PR gdb/544
17768         * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Reapply 2008-03-21 changes.
17769
17770 2008-03-23  Daniel Jacobowitz  <dan@codesourcery.com>
17771
17772         PR gdb/544
17773         * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Revert 2008-03-21 changes.
17774
17775 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
17776
17777         * gdb.cp/annota2.exp, gdb.cp/annota3.exp: Remove KFAIL for
17778         fixed PR gdb/544.
17779
17780 2008-03-21  Pedro Alves  <pedro@codesourcery.com>
17781
17782         * gdb.threads/fork-child-threads.exp: Test next over fork.
17783
17784 2008-03-21  Chris Demetriou  <cgd@google.com>
17785
17786         * gdb.base/break.exp (rbreak junk): New test for rbreak
17787         "Junk at end of arguments" issue.
17788
17789 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
17790
17791         * gdb.base/printcmds.exp (test_print_array_constants): Do not expect
17792         *& to work on created array elements.
17793         (Top level): Test print $pc with a file.  Test string operations
17794         without a target.
17795         * gdb.base/ptype.exp: Do not expect *& to work on created array
17796         elements.
17797
17798 2008-03-21  Daniel Jacobowitz  <dan@codesourcery.com>
17799
17800         * gdb.threads/killed.exp, gdb.threads/manythreads.exp,
17801         gdb.threads/staticthreads.exp: Update exit query.
17802
17803 2008-03-07  Sandra Loosemore  <sandra@codesourcery.com>
17804
17805         * lib/gdb.exp (gdb_load_cmd): Fix $args typo in timeout error message.
17806
17807 2008-03-03  Daniel Jacobowitz  <dan@codesourcery.com>
17808
17809         * gdb.base/watchpoint.c (global_ptr, func4): New.
17810         (main): Call func4.
17811         * gdb.base/watchpoint.exp: Call test_inaccessible_watchpoint.
17812         (test_inaccessible_watchpoint): New.
17813
17814 2008-02-29  Maciej W. Rozycki  <macro@mips.com>
17815
17816         * lib/gdb.exp (gdb_expect): Of all the timeouts provided always
17817         select the largest.
17818
17819 2008-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
17820
17821         * gdb.base/annota1.exp, gdb.cp/annota2.exp: Update for fewer
17822         frames-invalid annotations.
17823
17824 2008-02-28  Pierre Muller  <muller@ics.u-strasbg.fr>
17825
17826         * gdb.base/assign.exp: avoid same output for different tests.
17827
17828 2008-02-27  Doug Evans  <dje@google.com>
17829
17830         * gdb.base/sigstep.exp (breakpoint_to_handler): Remove setup_kfail
17831         for bug 1738.
17832         (breakpoint_to_handler_entry): Ditto.
17833
17834 2008-02-27  Joel Brobecker  <brobecker@adacore.com>
17835
17836         * gdb.base/ending-run.exp: Use the first line of code inside
17837         function body to test breakpoints.
17838         * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Adjust the actual
17839         location where the breakpoint is inserted when using the line
17840         where a function is declared. Fix typo in the description of
17841         one of the tests.
17842         * gdb.mi/mi-simplerun.exp, gdb.mi/mi2-simplerun.exp: Likewise.
17843
17844 2008-02-27  Pierre Muller  <muller@ics.u-strasbg.fr>
17845
17846         * gdb.arch/i386-sse.exp: avoid same output for two breakpoint setting
17847         tests.
17848
17849 2008-02-27  Pierre Muller  <muller@ics.u-strasbg.fr>
17850
17851         * gdb.base/args.exp: avoid same output for tests
17852         with single quotes.
17853
17854 2008-02-26  Vladimir Prus  <vladimir@codesourcery.com>
17855
17856         * gdb.base/annota1.exp: Adjust for 'info break'
17857         format changes.
17858         * gdb.base/annota3.exp: Likewise.
17859         * gdb.base/break.exp: Likewise.
17860         * gdb.base/condbreak.exp: Likewise.
17861         * gdb.base/pending.exp: Likewise.
17862         * gdb.base/sepdebug.exp: Likewise.
17863         * gdb.base/unload.exp: Likewise.
17864         * gdb.cp/ovldbreak.exp: Likewise.
17865         * gdb.mi/mi-pending.exp: Likewise.
17866
17867 2008-02-07  Doug Evans  <dje@google.com>
17868
17869         * gdb.cp/mb-inline.exp: New.
17870         * gdb.cp/mb-inline.h: New.
17871         * gdb.cp/mb-inline1.cc: New.
17872         * gdb.cp/mb-inline2.cc: New.
17873
17874 2008-02-06  Pierre Muller  <muller@ics.u-strasbg.fr>
17875
17876         * gdb.pascal/floats.pas: New test program.
17877         * gdb.pascal/floats.exp: New testcase.
17878
17879 2008-02-06  Thiago Jung Bauermann  <bauerman@br.ibm.com>
17880
17881         * gdb.base/callfuncs.c (t_float_many_args): New function.
17882         (t_double_many_args): New function.
17883         * gdb.base/callfuncs.exp: Add tests for exceeding float
17884         and double parameters passed through the stack.
17885
17886 2008-02-05  Joel Brobecker  <brobecker@adacore.com>
17887
17888         * gdb.ada/complete/pck.ads, gdb.ada/complete/pck.adb,
17889         gdb.ada/complete/foo.adb: New files.
17890         * gdb.ada/complete.exp: New testcase.
17891
17892 2008-02-03  Doug Evans  <dje@google.com>
17893
17894         * gdb.base/whatis-exp.exp: Fix expected result of whatis x+y, x-y, x*y.
17895
17896         * gdb.cp/gdb2384.exp: New file.
17897         * gdb.cp/gdb2384.cc: New file.
17898         * gdb.cp/gdb2384-base.h: New file.
17899         * gdb.cp/gdb2384-base.cc: New file.
17900
17901 2008-02-02  Doug Evans  <dje@google.com>
17902
17903         * gdb.base/sigall.c (main): Ensure all signals aren't blocked.
17904
17905 2007-02-01  Joel Brobecker  <brobecker@adacore.com>
17906
17907         * gdb.ada/sym_print_name: New test program.
17908         * gdb.ada/sym_print_name.exp: New testcase.
17909
17910 2007-02-01  Joel Brobecker  <brobecker@adacore.com>
17911
17912         * gdb.ada/nested/hello.adb: New file.
17913         * gdb.ada/nested.exp: New testcase.
17914         * gdb.ada/Makefile.in (EXECUTABLES): Update list.
17915
17916 2008-02-01  Vladimir Prus  <vladimir@codesourcery.com>
17917
17918         * gdb.mi/basic.c (return_1): New function.
17919         * gdb.mi/mi-break.exp: Make sure that failed -break-insert
17920         don't cause future evaluations of function to report
17921         creation of internal breakpoints.
17922
17923 2008-02-01  Vladimir Prus  <vladimir@codesourcery.com>
17924
17925         * gdb.mi/mi-break.exp (test_error): New.
17926         Call it.
17927
17928 2008-01-31  Luis Machado  <luisgpm@br.ibm.com>
17929
17930         * gdb.arch/ppc64-atomic-inst.c: New testcase source file.
17931         * gdb.arch/ppc64-atomic-inst.exp: New testcase expect file.
17932
17933 2008-01-31  Pierre Muller  <muller@ics.u-strasbg.fr>
17934
17935         * gdb.pascal/integers.pas: New test program.
17936         * gdb.pascal/integers.exp: New testcase.
17937
17938 2008-01-31  Pierre Muller  <muller@ics.u-strasbg.fr>
17939
17940         * gdb.pascal/hello.exp (binfile): Add ${EXEEXT}.
17941
17942 2008-01-30  Luis Machado  <luisgpm@br.ibm.com>
17943
17944         * gdb.arch/powerpc-d128-regs.exp: New testcase expect file.
17945         * gdb.arch/powerpc-d128-regs.c: New testcase source file.
17946
17947 2008-01-30  Paul Hilfinger  <hilfinger@adacore.com>
17948
17949         * gdb.ada/formatted_ref: New test program.
17950         * gdb.ada/formatted_ref.exp: New testcase.
17951
17952         * gdb.cp/formatted-ref.cc: New file.
17953         * gdb.cp/formatted-ref.exp: New testcase.
17954
17955 2008-01-30  Joel Brobecker  <brobecker@adacore.com>
17956
17957         * gdb.base/ptype.exp: Add testing of "ptype $pc".
17958
17959 2008-01-30  Nick Roberts  <nickrob@snap.net.nz>
17960
17961         * gdb.mi/mi-file.exp, gdb.mi/mi2-file.exp
17962         (test_file_list_exec_source_file): Update to new macro-info field.
17963
17964 2008-01-30  Paul N. Hilfinger  <hilfinger@adacore.com>
17965
17966         * gdb.ada/exprs: New test program.
17967         * gdb.ada/exprs.exp: New testcase.
17968
17969 2008-01-30  Thiago Jung Bauermann  <bauerman@br.ibm.com>
17970
17971         * dfp-test.c (DELTA, DELTA_B): New definitions.
17972         (double_val1, double_val2, double_val3, double_val4, double_val5,
17973         double_val6, double_val7, double_val8, double_val9, double_val10,
17974         double_val11, double_val12, double_val13, double_val14, dec32_val1,
17975         dec32_val2, dec32_val3, dec32_val4, dec32_val5, dec32_val6, dec32_val7,
17976         dec32_val8, dec32_val9, dec32_val10, dec32_val11, dec32_val12,
17977         dec32_val13, dec32_val14, dec32_val15, dec32_val16, dec64_val1,
17978         dec64_val2, dec64_val3, dec64_val4, dec64_val5, dec64_val6, dec64_val7,
17979         dec64_val8, dec64_val9, dec64_val10, dec64_val11, dec64_val12,
17980         dec64_val13, dec64_val14, dec64_val15, dec64_val16, dec128_val1,
17981         dec128_val2, dec128_val3, dec128_val4, dec128_val5, dec128_val6,
17982         dec128_val7, dec128_val8, dec128_val9, dec128_val10, dec128_val11,
17983         dec128_val12, dec128_val13, dec128_val14, dec128_val15,
17984         dec128_val16): New global variables.
17985         (decimal_dec128_align): New function.
17986         (decimal_mixed): Likewise.
17987         (decimal_many_args_dec32): Likewise.
17988         (decimal_many_args_dec64): Likewise.
17989         (decimal_many_args_dec128): Likewise.
17990         (decimal_many_args_mixed): Likewise.
17991         * dfp-test.exp: Add tests calling new inferior functions.
17992
17993 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
17994
17995         * gdb.server/ext-attach.c, gdb.server/ext-attach.exp,
17996         gdb.server/ext-run.exp: New files.
17997         * lib/gdbserver-support.exp (gdbserver_download): New.
17998         (gdbserver_start): New.  Update gdbserver expected
17999         output.
18000         (gdbserver_spawn): Use them.
18001         (gdbserver_start_extended): New.
18002
18003 2008-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
18004
18005         * gdb.base/foll-exec.exp: Update header.  Skip on remote targets.
18006         Run on GNU/Linux.
18007         (do_exec_tests): Check for systems which do not support catchpoints.
18008         Do not match START.
18009         * gdb.base/foll-fork.exp: Update header.  Skip on remote targets.
18010         Run on GNU/Linux.  Enable verbose output.
18011         (check_fork_catchpoints): New.
18012         (explicit_fork_child_follow, catch_fork_child_follow)
18013         (tcatch_fork_parent_follow): Update expected messages.
18014         (do_fork_tests): Use check_fork_catchpoints.
18015         * gdb.base/foll-vfork.exp: Update header.  Skip on remote targets.
18016         Run on GNU/Linux.  Enable verbose output.
18017         (check_vfork_catchpoints): New.
18018         (vfork_parent_follow_to_bp, tcatch_vfork_then_child_follow): Update
18019         expected messages.
18020         (do_vfork_and_exec_tests): Use check_fork_catchpoints.
18021
18022 2008-01-29  Jim Blandy  <jimb@red-bean.com>
18023
18024         * lib/gdbserver-support.exp (gdb_target_cmd): Recognize 'unknown
18025         host' errors.
18026         * lib/mi-support.exp (mi_gdb_target_cmd): Same.
18027
18028 2008-01-29  Jim Blandy  <jimb@red-bean.com>
18029
18030         * gdb.threads/sigthread.c: Use barriers to ensure that
18031         child_thread and child_thread_two are always initialized before we
18032         start to use them.
18033
18034 2008-01-29  Vladimir Prus  <vladimir@codesourcery.com>
18035
18036         * gdb.base/watchpoint-solib.exp: New.
18037         * gdb.base/watchpoint-solib.c: New.
18038         * gdb.base/watchpoint-solib-shr.c: New.
18039
18040 2008-01-29  Pierre Muller  <muller@ics.u-strasbg.fr>
18041
18042         * gdb.base/gdb1056.exp: Add unsigned integer test.
18043
18044 2008-01-28  Doug Evans  <dje@google.com>
18045
18046         * gdb.base/maint.exp: Tighten patterns looking for .text/.data/.bss.
18047
18048 2008-01-27  Jim Blandy  <jimb@codesourcery.com>
18049
18050         * gdb.base/expand-psymtabs.exp: Doc fix to the doc fix.
18051
18052         * gdb.base/expand-psymtabs.exp: Doc fix.
18053
18054 2008-01-26  Mark Kettenis  <kettenis@gnu.org>
18055
18056         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
18057
18058 2008-01-24  Nick Roberts  <nickrob@snap.net.nz>
18059
18060         * gdb.mi/mi2-var-display.exp: Add value field to tests for output of
18061         -var-set-format.
18062
18063 2008-01-23  Chris Demetriou  <cgd@google.com>
18064
18065         * gdb.threads/thread_events.c: New testcase source file.
18066         * gdb.threads/thread_events.exp: New testcase expect file.
18067
18068 2008-01-23  Nick Roberts  <nickrob@snap.net.nz>
18069
18070         * lib/gdb.exp: Add the variable octal.
18071
18072         * gdb.mi/mi-var-display.exp: Add value field to tests for output of
18073         -var-set-format.
18074
18075 2008-01-22  Daniel Jacobowitz  <dan@codesourcery.com>
18076             Vladimir Prus  <vladimir@codesourcery.com>
18077
18078         * gdb.base/float.exp: Allow missing floating point for m68k and
18079         PowerPC.
18080
18081 2008-01-22  Vladimir Prus  <vladimir@codesourcery.com>
18082
18083         * gdb.mi/basics.c: Setup for testing breakpoints
18084         ignore count.
18085         * gdb.mi/mi-break.exp: Test for breakpoint ignore count.
18086         * gdb.mi/mi-cli.exp: Adjust.
18087         * gdb.mi/mi2-cli.exp: Adjust.
18088
18089 2008-01-17  Pedro Alves  <pedro@codesourcery.com>
18090
18091         * gdb.mi/mi-var-child.c (do_children_tests): Add 'dummy' integer
18092         and 'dummy_ptr' integer pointer.  Initialize struct_declarations
18093         with dummy_ptr's address.
18094         * gdb.mi/var-cmd.c (do_children_tests): Likewise.
18095         * gdb.mi/mi-var-child.exp: int_ptr_ptr is now always "editable" on
18096         all targets.
18097         * gdb.mi/mi2-var-child.exp: Likewise.
18098
18099 2008-01-09  Joel Brobecker  <brobecker@adacore.com>
18100
18101         * gdb.ada/null_array: New test program.
18102         * gdb.ada/null_array.exp: New testcase.
18103
18104 2008-01-09  Luis Machado  <luisgpm@br.ibm.com>
18105
18106         * gdb.base/printcmds.exp (test_printf_with_dfp): Update printf calls
18107         with required float modifiers.
18108
18109 2008-01-08  Joel Brobecker  <brobecker@adacore.com>
18110
18111         * gdb.ada/funcall_param: New test program.
18112         * gdb.ada/funcall_param.exp: New testcase.
18113
18114 2008-01-08  Joel Brobecker  <brobecker@adacore.com>
18115
18116         * gdb.ada/arrayparam: New test program.
18117         * gdb.ada/arrayparam.exp: New testcase.
18118
18119 2008-01-08  Joel Brobecker  <brobecker@adacore.com>
18120
18121         * gdb.ada/print_pc.exp: Add verification of where gdb_start_cmd
18122         landed.  Should also fix random failures in the test following it.
18123
18124 2008-01-07  Thiago Jung Bauermann  <bauerman@br.ibm.com>
18125
18126         * gdb.base/dfp-exprs.exp (test_dfp_arithmetic_expressions): Add tests
18127         for expressions with decimal float values.
18128         (test_dfp_conversions): New function to test casts to and from
18129         decimal float types.
18130         Call test_dfp_conversions.
18131         * gdb.base/dfp-test.c (struct decstruct): Add float4 and double8
18132         elements.
18133         (main): Initialize ds.float4 and ds.double8 elements.
18134         * gdb.base/dfp-test.exp (d32_set_tests): Fix typo.  Adjust expect
18135         string to new error message.
18136         (d64_set_tests): Likewise.
18137         (d128_set_tests): Likewise.
18138         Add tests for expressions with decimal float variables.  Add tests for
18139         conversions to and from decimal float types.
18140
18141 2008-01-05  Joel Brobecker  <brobecker@adacore.com>
18142
18143         * gdb.ada/packed_tagged/comp_bug.adb: New file.
18144         * gdb.ada/packed_tagged.exp: New testcase.
18145
18146 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
18147
18148         * gdb.ada/homonym/homonym.ads, gdb.ada/homonym/homonym.adb,
18149         gdb.ada/homonym/homonym_main.adb: New files.
18150         * gdb.ada/homonym.exp: New testcase.
18151
18152 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
18153
18154         * gdb.ada/packed_array.exp: Add testing of references to
18155         a packed array.
18156
18157 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
18158
18159         * gdb.ada/type_coercion/ident.adb, gdb.ada/type_coercion/assign.adb:
18160         New files.
18161         * gdb.ada/type_coercion.exp: New testcase.
18162
18163 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
18164
18165         * gdb.ada/tagged/pck.ads, gdb.ada/tagged/pck.adb,
18166         gdb.ada/tagged/foo.adb: New file.
18167         * gdb.ada/tagged.exp: New testcase.
18168
18169 2008-01-04  Joel Brobecker  <brobecker@adacore.com>
18170
18171         * gdb.ada/ptype_field/pck.ads, gdb.ada/ptype_field/pck.adb,
18172         gdb.ada/ptype_field/foo.adb: New files.
18173         * gdb.ada/ptype_field.exp: New testcase.
18174
18175 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
18176
18177         * gdb.ada/print_pc.exp: New testcase.
18178
18179 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
18180
18181         * gdb.ada/taft_type/pck.ads, gdb.ada/taft_type/pck.adb,
18182         gdb.ada/taft_type/p.adb: New files.
18183         * gdb.ada/taft_type.exp: New testcase.
18184
18185 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
18186
18187         * gdb.ada/array_bounds/bar.adb: New file.
18188         * gdb.ada/array_bounds.exp: New testcase.
18189
18190 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
18191
18192         * gdb.ada/arrayptr/pck.ads, gdb.ada/arrayptr/pck.adb,
18193         gdb.ada/arrayptr/foo.adb: New files.
18194         * gdb.ada/arrayptr.exp: New testcase.
18195
18196 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
18197
18198         * gdb.base/set-lang-auto.exp: New testcase.
18199
18200 2008-01-03  Joel Brobecker  <brobecker@adacore.com>
18201
18202         * gdb.ada/fun_addr/foo.adb: New file.
18203         * gdb.ada/fun_addr.exp: New testcase.
18204
18205 2008-01-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
18206
18207         * gdb.threads/fork-child-threads.exp, gdb.threads/fork-child-threads.c:
18208         New files
18209
18210 2008-01-02  Joel Brobecker  <brobecker@adacore.com>
18211
18212         * array_subscript_addr/p.adb: New file.
18213         * array_subscript_addr.exp: New testcase.
18214
18215 2008-01-02  Joel Brobecker  <brobecker@adacore.com>
18216
18217         * gdb.ada/str_cmp_ref/pck.ads, gdb.ada/str_cmp_ref/foo.adb:
18218         New files.
18219         * gdb.ada/str_cmp_ref.exp: New testcase.
18220
18221 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
18222
18223         * gdb.ada/fun_in_declare/pck.ads, gdb.ada/fun_in_declare/pck.adb,
18224         gdb.ada/fun_in_declare/foo.adb: New files.
18225         * gdb.ada/fun_in_declare.exp: New testcase.
18226
18227 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
18228
18229         * gdb.ada/ref_param/foo.adb, gdb.ada/ref_param/pck.adb,
18230         gdb.ada/ref_param/pck.ads: New files.
18231         * gdb.ada/ref_param.exp: New testcase.
18232
18233 2008-01-01  Joel Brobecker  <brobecker@adacore.com>
18234
18235         * gdb.ada/interface/types.ads, gdb.ada/interface/types.adb,
18236         gdb.ada/interface/foo.adb: New files.
18237         * gdb.ada/interface.exp: New testcase.
18238
18239 2007-12-31  Jim Blandy  <jimb@codesourcery.com>
18240
18241         * gdb.base/multi-forks.exp: Consume all output from child
18242         processes before proceeding to next test.
18243
18244 2007-12-29  Jim Blandy  <jimb@codesourcery.com>
18245
18246         * configure: Regenerated.
18247
18248 2007-12-27  Joel Brobecker  <brobecker@adacore.com>
18249
18250         * gdb.ada/fixed_cmp/pck.ads, gdb.ada/fixed_cmp/pck.adb,
18251         gdb.ada/fixed_cmp/fixed.adb: New files.
18252         * gdb.ada/fixed_cmp.exp: New testcase.
18253
18254 2007-12-27  Joel Brobecker  <brobecker@adacore.com>
18255
18256         * gdb.ada/boolean_expr.exp: New testcase.
18257
18258 2007-12-26  Jim Blandy  <jimb@codesourcery.com>
18259
18260         * gdb.base/multi-forks.exp: Doc fix.
18261
18262 2007-12-26  Joel Brobecker  <brobecker@adacore.com>
18263
18264         * gdb.ada/Makefile.in (EXECUTABLES): Update list.
18265         * gdb.ada/char_param.exp: Do not compile our test program with
18266         -gnata, this is unnecessary.
18267         * gdb.ada/char_param/pck.ads: Remove unnecessary "with".
18268
18269 2007-12-24  Joel Brobecker  <brobecker@adacore.com>
18270
18271         * gdb.ada/print_chars/pck.ads, gdb.ada/print_chars/pck.adb,
18272         gdb.ada/print_chars/foo.adb: New files.
18273         * gdb.ada/print_chars.exp: New testcase.
18274
18275 2007-12-24  Joel Brobecker  <brobecker@adacore.com>
18276
18277         * gdb.ada/char_param/pck.ads, gdb.ada/char_param/pck.adb,
18278         gdb.ada/char_param/foo.adb: New files.
18279         * gdb.ada/char_param.exp: New testcase.
18280
18281 2007-12-22  Jim Blandy  <jimb@codesourcery.com>
18282
18283         * gdb.asm/asm-source.exp: Use gdb_get_line_number, instead of
18284         hard-coding source line numbers into the test.
18285         * gdb.asm/asmsrc1.s, gdb.asm/asmsrc2.s: Add comments for
18286         gdb_get_line_number to find.
18287
18288 2007-12-22  Joel Brobecker  <brobecker@adacore.com>
18289
18290         * gdb.base/ptype.c (highest): New struct type.
18291         (the_highest): New variable of that type.
18292         (main): Add dummy assignment to a field of variable the_highest.
18293         * gdb.base/ptype.exp: Test type printing of our new variable.
18294
18295 2007-12-19  Pierre Muller  <muller@ics-u-strasbg.fr>
18296
18297         * (gdb.base/watch_thread_num.exp): Add breakpoint at thread_function
18298         and record first explicitly generated thread number.
18299         Use that thread number for thread specific watchpoint test.
18300         Add iteration number to repetitive tests.
18301
18302 2007-12-16  Carlos Eduardo Seo  <cseo@linux.vnet.ibm.com>
18303             Jim Blandy  <jimb@codesourcery.com>
18304
18305         * gdb.base/expand-psymtabs.c: New testcase
18306         source file.
18307         * gdb.base/expand-psymtabs.exp: New testcase
18308         expect file.
18309
18310 2007-12-17  Luis Machado  <luisgpm@br.ibm.com>
18311
18312         * testsuite/gdb.base/watch_thread_num.c: New testcase source file.
18313         * testsuite/gdb.base/watch_thread_num.exp: New testcase expect file.
18314
18315 2007-12-17  Joel Brobecker  <brobecker@adacore.com>
18316
18317         * gdb.ada/frame_args/foo.adb: New file.
18318         * gdb.ada/frame_args/pck.ads: New file.
18319         * gdb.ada/frame_args/pck.adb: New file.
18320         * gdb.ada/frame_args.exp: New testcase.
18321
18322 2007-12-17  Joel Brobecker  <brobecker@adacore.com>
18323
18324         * gdb.base/frame-args.c: New file.
18325         * gdb.base/frame-args.exp: New testcase.
18326
18327 2007-12-16  Daniel Jacobowitz  <dan@codesourcery.com>
18328             Joseph Myers  <joseph@codesourcery.com>
18329
18330         * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
18331
18332 2007-12-14  Vladimir Prus  <vladimir@codesourcery.com>
18333
18334         * gdb.mi/mi-pending.exp: New.
18335         * gdb.mi/mi-pending.c: New.
18336         * gdb.mi/mi-pendshr.c: New.
18337
18338 2007-12-06  Jim Blandy  <jimb@codesourcery.com>
18339
18340         * gdb.base/default.exp: Update expected output for 'info catch'.
18341
18342 2007-12-10  Jan Kratochvil  <jan.kratochvil@redhat.com>
18343
18344         * lib/gdb.exp (build_id_debug_filename_get): OBJCOPY pipe being read
18345         must be set to binary.
18346
18347 2007-12-09  Pedro Alves  <pedro_alves@portugalmail.pt>
18348
18349         * lib/gdb.exp (gdb_gnu_strip_debug): Remove debug format test.
18350
18351 2007-11-30  Daniel Jacobowitz  <dan@codesourcery.com>
18352
18353         * gdb.server/file-transfer.exp, gdb.server/transfer.txt,
18354         gdb.mi/mi-file-transfer.exp: New.
18355
18356 2007-11-25  Jan Kratochvil  <jan.kratochvil@redhat.com>
18357
18358         * gdb.dwarf2/dw2-ranges.S, gdb.dwarf2/dw2-ranges.exp: New files.
18359
18360 2007-11-22  Maciej W. Rozycki  <macro@mips.com>
18361
18362         * gdb.trace/backtrace.exp: Fix a typo.
18363         * gdb.trace/circ.exp: Likewise.
18364         * gdb.trace/collection.exp: Likewise.
18365         * gdb.trace/limits.exp: Likewise.
18366         * gdb.trace/report.exp: Likewise.
18367         * gdb.trace/tfind.exp: Likewise.
18368         * gdb.trace/while-dyn.exp: Likewise.
18369
18370 2007-11-21  Nick Roberts  <nickrob@snap.net.nz>
18371
18372         * gdb.mi/mi2-var-child.exp, gdb.mi/mi-var-child.exp: Variables
18373         objects of pointers that can't be dereferenced are now
18374         "noneditable".
18375
18376 2007-11-17  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18377
18378         * Makefile.in (Makefile): Do not depend on target_makefile_frag.
18379         (target_cpu): Remove.
18380
18381 2007-10-15  Vladimir Prus  <vladimir@codesourcery.com>
18382
18383         * gdb.base/ending-run.exp: Expect the list of cleared
18384         breakpoint to come in natural order, not the reversed one.
18385
18386 2007-11-07  Vladimir Prus  <vladimir@codesourcery.com>
18387
18388         * gdb.mi/mi-var-child.c (do_child_deletion): New.
18389         * gdb.mi/mi-var-child.exp: Run child_deletion tests.
18390
18391 2007-11-05  Luis Machado  <luisgpm@br.ibm.com>
18392
18393         * gdb.base/printcmds.exp: New function
18394         test_printf_with_dfp.
18395
18396 2007-11-02  Doug Evans  <dje@google.com>
18397
18398         * gdb.disasm/t01_mov.s: Remove carriage returns.
18399         * gdb.disasm/t02_mova.s: Ditto.
18400         * gdb.disasm/t03_add.s: Ditto.
18401         * gdb.disasm/t04_sub.s: Ditto.
18402         * gdb.disasm/t05_cmp.s: Ditto.
18403         * gdb.disasm/t06_ari2.s: Ditto.
18404         * gdb.disasm/t07_ari3.s: Ditto.
18405         * gdb.disasm/t08_or.s: Ditto.
18406         * gdb.disasm/t09_xor.s: Ditto.
18407         * gdb.disasm/t10_and.s: Ditto.
18408         * gdb.disasm/t11_logs.s: Ditto.
18409         * gdb.disasm/t12_bit.s: Ditto.
18410         * gdb.disasm/t13_otr.s: Ditto.
18411
18412 2007-11-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
18413
18414         * gdb.cp/arg-reference.exp, gdb.cp/arg-reference.c: New files.
18415
18416 2007-10-30  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18417
18418         * gdb.base/dfp-test.exp: Fail gracefully if toolchain does not
18419         provide DFP support.
18420
18421 2007-10-30  Daniel Jacobowitz  <dan@codesourcery.com>
18422
18423         * gdb.arch/altivec-abi.exp: Run multiple times for GCC on GNU/Linux.
18424         Test "set powerpc vector-abi".  Skip auto-detection tests for old
18425         toolchains.
18426
18427 2007-10-30  Pedro Alves  <pedro_alves@portugalmail.pt>
18428
18429         * lib/gdb.exp, gdb.base/sepdebug.exp: Replace usage of eq and ne
18430         with [string compare].
18431
18432 2007-10-30  Pedro Alves  <pedro_alves@portugalmail.pt>
18433
18434         * gdb.base/sepdebug.exp (binfile): Add ${EXEEXT}.
18435         * gdb.base/sepsymtab.exp (binfile): Add ${EXEEXT}.
18436
18437 2007-10-25  Luis Machado  <luisgpm@br.ibm.com>
18438
18439         * gdb.opt/clobbered-registers-O2.c: New testcase source file.
18440         * gdb.opt/clobbered-registers-O2.exp: New testcase expect file.
18441         * gdb.opt/Makefile.in: New makefile.
18442         * Makefile.in: Create new directory "gdb.opt".
18443         * configure.ac: Add "gdb.opt" directory.
18444         * configure: Regenerated.
18445
18446 2007-10-25  Doug Evans  <dje@google.com>
18447
18448         * gdb.cp/mb-ctor.exp: Check skip_cplus_tests.
18449         * gdb.cp/mb-templates.exp: Check skip_cplus_tests.
18450
18451 2007-10-15  Wu Zhou  <woodzltc@cn.ibm.com>
18452             Thiago Jung Bauermann  <bauerman@br.ibm.com>
18453
18454         * gdb.base/dfp-exprs.exp: new file adding tests for Decimal
18455         Floating Point expressions.
18456         * gdb.base/dfp-test.exp: new file adding tests for Decimal
18457         Floating Point variables.
18458         * gdb.base/dfp-test.c: new file containing program with Decimal
18459         Floating variables, used by gdb.base/dfp-test.exp.
18460
18461 2007-10-23  Daniel Jacobowitz  <dan@codesourcery.com>
18462
18463         * gdb.threads/multi-create.c, gdb.threads/multi-create.exp: New.
18464
18465 2007-10-21  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18466
18467         * gdb.arch/altivec-abi.exp (compile_flags): Use -mabi=altivec when
18468         compiling test case with GCC.
18469         * gdb.arch/altivec-regs.exp (compile_flags): Likewise.
18470
18471 2007-10-21  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18472
18473         * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
18474         format changes.
18475
18476 2007-10-18  Michael Snyder  <msnyder@specifix.com>
18477
18478         * gdb.base/dbx.exp: Add missing "-re " operator.
18479
18480 2007-10-16  Gaius Mulley  <gaius@glam.ac.uk>
18481
18482         * configure.ac: Added gdb.modula2/Makefile to AC_OUTPUT.
18483         * configure.ac: Removed trailing spaces after backslash.
18484         * gdb.modula2: New directory.
18485         * gdb.modula2/Makefile.in: New file.
18486         * gdb.modula2/unbounded-array.exp: New file.
18487         * gdb.modula2/unbounded1.c: New file.
18488
18489 2007-10-15  Daniel Jacobowitz  <dan@codesourcery.com>
18490
18491         * gdb.xml/tdesc-regs.exp: Add PowerPC support.
18492
18493 2007-10-15  Pierre Muller  <muller@ics.u-strasbg.fr>
18494
18495         * gdb.base/sigstep.c (main): Add checks for
18496         return values for setitimer call.
18497         Call setitimer again with itimer = ITIMER_REAL
18498         if first call to setitimer fails.
18499
18500 2007-10-11  Kazu Hirata  <kazu@codesourcery.com>
18501
18502         * lib/gdb.exp (gdb_load_cmd): Print out $loadtimeout instead
18503         of $timeout.
18504
18505 2007-10-09  Daniel Jacobowitz  <dan@codesourcery.com>
18506
18507         * gdb.server/server-run.exp: Test for dynamic linker symbols.
18508
18509 2007-10-09  Pierre Muller  <muller@ics.u-strasbg.fr>
18510
18511         * lib/gdb.exp (gdb_run_cmd): Move comment outside
18512         of gdb_expect call, to avoid interruption.
18513
18514 2007-10-09  Pedro Alves  <pedro_alves@portugalmail.pt>
18515
18516         * gdb.base/whatis.c (v_long_long, v_signed_long_long)
18517         (v_unsigned_long_long, v_long_long_array)
18518         (v_signed_long_long_array, v_unsigned_long_long_array)
18519         (slong_long_addr, a_slong_long_addr, v_long_long_pointer)
18520         (v_signed_long_long_pointer, v_unsigned_long_long_pointer)
18521         [!NO_LONG_LONG]: New.
18522         (t_struct, v_struct2, t_union, v_union2) [!NO_LONG_LONG]: Add
18523         v_long_long_member.
18524
18525         (v_long_long_func, v_signed_long_long_func)
18526         (v_unsigned_long_long_func) [!NO_LONG_LONG]: New.
18527         (main) [!NO_LONG_LONG]: Initialize long long variants.
18528
18529         * gdb.base/whatis.exp: If board file requests no_long_long, build
18530         test with NO_LONG_LONG defined.  Test long long, signed long long,
18531         and unsigned long long variants but only if board file doesn't
18532         disable it.
18533
18534 2007-10-08  Pierre Muller  <muller@ics.u-strasbg.fr>
18535             Daniel Jacobowitz  <dan@codesourcery.com>
18536
18537         * Makefile.in (ALL_SUBDIRS): Add gdb.pascal.
18538         * configure.ac (AC_OUTPUT): Add gdb.pascal/Makefile.
18539         * configure: Regenerated.
18540         * gdb.pascal/Makefile.in, gdb.pascal/hello.exp, gdb.pascal/hello.pas,
18541         gdb.pascal/types.exp, lib/pascal.exp: New files.
18542
18543 2007-10-02  Daniel Jacobowitz  <dan@codesourcery.com>
18544
18545         * gdb.cp/classes.exp (do_tests): Always step to the line after the
18546         call.
18547         * gdb.mi/mi-simplerun.exp (test_controlled_execution): Allow finish
18548         to return to the call.
18549         * gdb.mi/mi2-simplerun.exp (test_controlled_execution): Likewise.
18550         * gdb.mi/mi-return.exp (test_return_simple): Likewise.
18551         * gdb.mi/mi2-return.exp (test_return_simple): Likewise.
18552         * gdb.mi/mi-until.exp (test_until): Likewise.
18553         * gdb.mi/mi2-until.exp (test_until): Likewise.
18554
18555 2007-10-01  Daniel Jacobowitz  <dan@codesourcery.com>
18556
18557         * gdb.mi/var-cmd.c (do_locals_tests): Define lcharacter as a
18558         two-char array.
18559         * gdb.mi/mi-var-cmd.exp, gdb.mi/mi2-var-cmd.exp: Use lcharacter[0].
18560
18561 2007-09-30  Daniel Jacobowitz  <dan@codesourcery.com>
18562
18563         * gdb.threads/watchthreads.c (thread_function): Sleep between
18564         iterations.
18565         * gdb.threads/watchthreads.exp: Allow two watchpoints to trigger
18566         at once for S/390.  Generate matching fails and passes.
18567
18568 2007-09-27  Vladimir Prus  <vladimir@codesourcery.com>
18569
18570         * gdb.mi/var-cmd.c (do_children_tests): Initialize
18571         the 'struct_declarations' variable to zeros.
18572
18573 2007-09-24  Vladimir Prus  <vladimir@codesourcery.com>
18574
18575         * gdb.cp/mb-ctor.cc: New.
18576         * gdb.cp/mb-ctor.exp: New.
18577         * gdb.cp/mb-templates.cc: New.
18578         * gdb.cp/mb-templates.exp: New.
18579
18580 2007-09-23  Daniel Jacobowitz  <dan@codesourcery.com>
18581
18582         * gdb.cp/pass-by-ref.cc, gdb.cp/pass-by-ref.exp: New files.
18583
18584 2007-09-23  Pedro Alves  <pedro_alves@portugalmail.pt>
18585
18586         * configure.ac: Do gdb.stabs tests by default on Cygwin and MinGW
18587         targets.
18588         * configure: Regenerate.
18589
18590 2007-09-23  Vladimir Prus  <vladimir@codesourcery.com>
18591
18592         * gdb.base/annota1.exp: Adjust for 'info break'
18593         format changes.
18594         * gdb.base/annota3.exp: Likewise.
18595         * gdb.base/break.exp: Likewise.
18596         * gdb.base/condbreak.exp: Likewise.
18597         * gdb.base/pending.exp: Likewise.
18598         * gdb.base/sepdebug.exp: Likewise.
18599         * gdb.base/unload.exp: Likewise.
18600         * gdb.base/ovldbreak.exp: Likewise.
18601
18602 2007-09-22  Vladimir Prus  <vladimir@codesourcery.com>
18603
18604         * gdb.base/pending.exp: No longer expect "Pending breakpoint resolved"
18605         messages.
18606         * gdb.base/chng-syms.exp: Likewise.
18607         * gdb.base/unload.exp: Likewise.
18608
18609 2007-09-21  Daniel Jacobowitz  <dan@codesourcery.com>
18610
18611         * gdb.base/sepdebug.exp (test_different_dir): Append to pf_prefix.
18612
18613 2007-09-17  Daniel Jacobowitz  <dan@codesourcery.com>
18614
18615         * schedlock.c (NUM): Change to 1.
18616         (main): Use args[0] for the main thread.
18617         * schedlock.exp: Only expect two threads.  Only issue one pass or fail
18618         regardless of the number of threads.
18619
18620 2007-09-14  Maciej W. Rozycki  <macro@mips.com>
18621
18622         * gdb.mi/mi-watch.exp (test_watchpoint_all): Pass the watchpoint
18623         type down.
18624         (test_watchpoint_triggering): XFAIL the sw watchpoint scope
18625         test.
18626         * gdb.mi/mi2-watch.exp (test_watchpoint_all): Pass the
18627         watchpoint type down.
18628         (test_watchpoint_triggering): XFAIL the sw watchpoint scope
18629         test.
18630
18631 2007-09-14  Maciej W. Rozycki  <macro@mips.com>
18632
18633         * gdb.mi/mi-watch.exp (test_watchpoint_all): New function.
18634         Move all the tests here and run them twice, once using software
18635         watchpoints and once using hardware watchpoints.
18636         * gdb.mi/mi2-watch.exp (test_watchpoint_all): Likewise.
18637
18638 2007-09-12  Daniel Jacobowitz  <dan@codesourcery.com>
18639
18640         * gdb.base/solib-weak.exp (do_test): Adjust the file names for each
18641         test.
18642
18643 2007-09-10  Mark Kettenis  <kettenis@gnu.org>
18644
18645         * lib/gdb.exp (build_id_debug_filename_get): Improve check for
18646         build-id.
18647
18648         * lib/gdb.exp (gdb_compile): OpenBSD doesn't need -dl, and doesn't
18649         know about $ORIGIN.  Calculate output dir from $dest instead of
18650         using ${objdir}/{$subdir}.
18651
18652 2007-09-09  Mark Kettenis  <kettenis@gnu.org>
18653
18654         * gdb.base/gcore-buffer-overflow.exp: Check whether gdb supports
18655         gcore, before continuing with the test.
18656
18657 2007-09-06  Daniel Jacobowitz  <dan@codesourcery.com>
18658
18659         * gdb.mi/mi2-watch.exp: Set can-use-hw-watchpoints to 0 if required.
18660         * gdb.mi/mi-watch.exp: Likewise.
18661
18662 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
18663             Jim Blandy  <jimb@codesourcery.com>
18664
18665         * gdb.arch/i386-sse.exp: Do not expect character constants.
18666         * gdb.base/charsign.c, gdb.base/charsign.exp: Delete.
18667         * gdb.base/display.exp: Allow print/s.
18668         * gdb.base/printcmds.exp, gdb.base/setvar.exp: Revert signed
18669         and unsigned char array changes.
18670
18671 2007-09-04  Daniel Jacobowitz  <dan@codesourcery.com>
18672
18673         * gdb.base/display.exp: Add tests for printf %p.
18674
18675 2007-09-03  Pedro Alves  <pedro_alves@portugalmail.pt>
18676
18677         * gdb.base/unload.c (dlopen, dlsym): Use the TEXT macro to convert
18678         the dll name to unicode.
18679
18680 2007-09-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
18681
18682         * gdb.base/default.exp (show version): Update the version text.
18683         * gdb.gdb/selftest.exp (xgdb is at prompt): Likewise.
18684
18685 2007-09-02  Jan Kratochvil  <jan.kratochvil@redhat.com>
18686
18687         * gdb.base/gcore-buffer-overflow.c, gdb.base/gcore-buffer-overflow.exp:
18688         New files.
18689
18690 2007-09-01  Jan Kratochvil  <jan.kratochvil@redhat.com>
18691
18692         * lib/gdb.exp (build_id_debug_filename_get): New function.
18693         * gdb.base/sepdebug.exp: Reflect the changes in the heading comment.
18694         Remove the generate DEBUG file for the future testcase runs.
18695         New testcase for the NT_GNU_BUILD_ID retrieval.
18696         Move the final testing step to ...
18697         (test_different_dir): ... a new function.
18698         New parameter XFAIL to XFAIL all the tests performed.
18699         New parameter TEST_DIFFERENT_DIR parametrizing the directory.
18700         New parameter TYPE to PF_PREFIX all the tests performed.
18701
18702 2007-08-31  Vladimir Prus  <vladimir@codesourcery.com>
18703
18704         * gdb.mi/mi-var-cp.cc (path_expression): New
18705         function.
18706         * gdb.mi/mi-var-cp.exp: Run path exression tests.
18707
18708 2007-08-27  Markus Deuling  <deuling@de.ibm.com>
18709
18710         * gdb.cp/cp-relocate.exp (add-symbol-file): Change addresses
18711         to fit into SPU Local Store memory.
18712
18713 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
18714
18715         * gdb.base/default.exp: Adjust the expected output of "info
18716         warranty" after the switch to GPLv3.
18717
18718 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
18719
18720         * lib/gdb.exp (default_gdb_init): Increase expect buffer size
18721         to 30000 (from 20000).
18722
18723 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
18724
18725         Switch the license of all .exp files to GPLv3.
18726         Switch the license of all .f and .f90 files to GPLv3.
18727         Switch the license of all .s and .S files to GPLv3.
18728
18729 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
18730
18731         * configure.ac: Switch license to GPLv3.
18732
18733 2007-08-23  Joel Brobecker  <brobecker@adacore.com>
18734
18735         Switch the licensing to GPLv3 for all .ads and .adb files.
18736
18737 2007-08-22  Daniel Jacobowitz  <dan@codesourcery.com>
18738
18739         * gdb.base/callfuncs.exp (do_function_calls): Use t_double_int
18740         and t_int_double.
18741         * gdb.base/callfuncs.c (t_double_int, t_int_double): New.
18742
18743 2007-08-17  Joel Brobecker  <brobecker@adacore.com>
18744
18745         * gdb.base/step-line.c: Switch license to GPL version 3, and
18746         update copyright year.
18747         * gdb.base/step-line.inp: Likewise.
18748
18749 2007-08-17  Joel Brobecker  <brobecker@adacore.com>
18750
18751         * gdb.base/gdb1555.exp: Make expected output immune to formatting
18752         changes inside gdb1555.c.
18753         * gdb.base/pending.exp: Likewise.
18754
18755 2007-08-13  Daniel Jacobowitz  <dan@codesourcery.com>
18756
18757         * config/default.exp: New file.
18758
18759 2007-07-31  Daniel Jacobowitz  <dan@codesourcery.com>
18760
18761         * gdb.base/prologue.c, gdb.base/prologue.exp: New.
18762         * lib/gdb.exp (gdb_breakpoint): Handle "temporary".
18763
18764 2007-07-30  Maciej W. Rozycki  <macro@mips.com>
18765
18766         * gdb.base/dump.exp: Force the correct endianness for binary
18767         formats not carrying this information.
18768
18769 2007-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
18770
18771         * gdb.threads/staticthreads.exp: Match .*sem_post.
18772
18773 2007-07-27  Daniel Jacobowitz  <dan@codesourcery.com>
18774
18775         * gdb.base/readline.exp (operate_and_get_next): Match the final
18776         prompt.
18777
18778 2007-07-23  Kevin Buettner  <kevinb@redhat.com>
18779
18780         * lib/mi-support.exp (mi_gdb_target_load): Do a "kill" prior
18781         to restarting SID.
18782
18783 2007-07-18  Kevin Buettner  <kevinb@redhat.com>
18784
18785         * gdb.cp/ref-params.exp (gdb_start_again): Invoke `gdb_exit'
18786         prior to `gdb_start'.
18787
18788 2007-07-18  Kevin Buettner  <kevinb@redhat.com>
18789
18790         * config/sid.exp (gdb_load): Add test for empty argument.  Adjust
18791         return value to be compatible with gdb_run_cmd in lib/gdb.exp.
18792         Remove call to gdb_unload.
18793
18794 2007-07-17  Pedro Alves  <pedro_alves@portugalmail.pt>
18795             Daniel Jacobowitz  <dan@codesourcery.com>
18796
18797         * gdb.base/unload.c (dlopen, dlsym, dlclose, dlerror): Define
18798         for __WIN32__.
18799         (SHLIB_NAME): Delete definition.  Always pass dlerror to fprintf.
18800         * gdb.base/unload.exp: Use shared library test routines.
18801
18802 2007-07-03  Markus Deuling  <deuling@de.ibm.com>
18803
18804         * gdb.base/solib-symbol.exp: New file (testcase multiple symbol lookup).
18805         * gdb.base/solib-symbol-lib.c: Likewise.
18806         * gdb.base/solib-symbol-main.c: Likewise.
18807
18808 2007-07-02  Daniel Jacobowitz  <dan@codesourcery.com>
18809
18810         * config/gdbserver.exp (gdb_reconnect): New.
18811         * gdb.base/so-disc-shr.c, gdb.base/solib-disc.c,
18812         gdb.base/solib-disc.exp: New files.
18813         * lib/gdb.exp (gdb_test_multiple): Allow tests to match "Ending
18814         remote debugging".
18815         (gdb_compile): Add shlib_load flag.
18816         * lib/gdbserver-support.exp (gdbserver_run): Save the protocol and
18817         port.
18818         (gdbserver_reconnect): New.
18819
18820 2007-07-01  Nick Roberts  <nickrob@snap.net.nz>
18821             Daniel Jacobowitz  <dan@codesourcery.com>
18822
18823         * gdb.base/annota3.exp: Test for if construct.
18824
18825 2007-06-26  Daniel Jacobowitz  <dan@codesourcery.com>
18826
18827         * gdb.base/chng-syms.exp: Handle glibc's __GI_exit.
18828
18829 2007-06-21  Chris Dearman  <chris@mips.com>
18830             Maciej W. Rozycki  <macro@mips.com>
18831
18832         * gdb.base/display.exp: Allow a newline after display/i.
18833         * gdb.base/pc-fp.exp: Likewise.
18834         * gdb.base/sigbpt.exp: Likewise.
18835
18836 2007-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
18837
18838         * gdb.xml/tdesc-regs.exp: Add MIPS support.  Allow multiple
18839         required features to be included.
18840
18841 2007-06-12  Daniel Jacobowitz  <dan@codesourcery.com>
18842
18843         * gdb.threads/manythreads.exp: Prevent expect buffer overflow
18844         in info threads output.
18845
18846 2007-06-12  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18847             Markus Deuling  <deuling@de.ibm.com>
18848
18849         * gdb.arch/spu-info.exp: New testcase.
18850         * gdb.arch/spu-info.c: New file.
18851
18852 2007-06-05  Daniel Jacobowitz  <dan@codesourcery.com>
18853
18854         * gdb.arch/thumb-prologue.c: Record the breakpoint address in
18855         tpcs_offset.  Restore lr after the call.
18856         * gdb.arch/thumb-prologue.exp: Use tpcs_offset.
18857
18858 2007-05-23  Daniel Jacobowitz  <dan@codesourcery.com>
18859
18860         * lib/gdbserver-support.exp (gdbserver_spawn): Only match full_buffer.
18861         (gdbserver_run): Kill any running gdbserver.
18862         * lib/mi-support.exp (mi_gdb_target_load): Likewise.
18863
18864 2007-05-17  Maciej W. Rozycki  <macro@mips.com>
18865
18866         * gdb.base/sigbpt.exp: Preset segv_addr.
18867
18868 2007-05-16  Daniel Jacobowitz  <dan@codesourcery.com>
18869
18870         * lib/gdb.exp (gdb_compile): Add support for Windows DLLs.
18871         (gdb_compile_shlib): Likewise.
18872         (skip_shlib_tests, gdb_download, gdb_load_shlibs): New.
18873         (default_gdb_init): Clear cleanfiles.
18874         (gdb_finish): Delete recorded cleanfiles.
18875         * lib/gdbserver-support.exp (gdbserver_spawn): Use gdb_download.
18876
18877         * gdb.base/gdb1555.exp: Use skip_shlib_tests and gdb_load_shlibs.
18878         Do not use isnative.
18879         * gdb.base/pending.exp, gdb.base/shlib-call.exp, gdb.base/shreloc.exp,
18880         gdb.base/so-impl-ld.exp: Likewise.
18881         * gdb.base/solib-weak.exp: Likewise.  Skip for DLL targets.
18882         * gdb.base/unload.exp: Likewise.  Do not pass empty option to
18883         gdb_compile.
18884
18885 2007-05-15  Vladimir Prus  <vladimir@codesourcery.com>
18886
18887         * config/unknown.exp: Remove.
18888
18889 2007-05-15  Markus Deuling  <deuling@de.ibm.com>
18890
18891         * gdb.base/info-proc.exp: Check is_remote.
18892
18893 2007-05-14  Markus Deuling  <deuling@de.ibm.com>
18894
18895         * gdb.base/gcore.exp: Initialize variable core_supported.
18896
18897 2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
18898
18899         * gdb.threads/linux-dp.exp: Allow non-hexadecimal IDs also.
18900
18901 2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
18902
18903         * gdb.threads/linux-dp.exp: Expect hexadecimal thread IDs.
18904         * gdb.threads/print-threads.exp (test_all_threads): Allow
18905         negative and hexadecimal thread IDs.
18906
18907 2007-05-14  Daniel Jacobowitz  <dan@codesourcery.com>
18908
18909         * gdb.java/jprint.java (public): Avoid invalid call to static
18910         method.
18911
18912 2007-05-14  Denis Pilat  <denis.pilat@st.com>
18913
18914         * gdb.mi/mi-console.exp, gdb.mi/gdb669.exp, gdb.mi/mi-cli.exp,
18915         gdb.mi/mi-regs.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp,
18916         gdb.mi/mi2-cli.exp, gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
18917         gdb.mi/mi2-regs.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi-disassemble.exp,
18918         gdb.mi/mi2-syn-frame.exp: Remove commands already run in mi_run_to_main.
18919
18920 2007-05-11  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
18921
18922         * gdb.base/overlays.exp: Add support for targets with only code
18923         overlay support, not data overlay.  Support spu-*-* target in
18924         this mode.
18925         * gdb.base/ovlymgr.c: Provide stubs for spu target.
18926         * gdb.base/spu.ld: New file.
18927
18928 2007-05-07  Daniel Jacobowitz  <dan@codesourcery.com>
18929
18930         * gdb.cp/virtfunc.exp (proc do_tests): Test stepping through a thunk.
18931
18932 2007-05-06  Daniel Jacobowitz  <dan@codesourcery.com>
18933
18934         * gdb.fortran/complex.exp, gdb.fortran/complex.f: New files.
18935
18936 2007-04-29  Daniel Jacobowitz  <dan@codesourcery.com>
18937
18938         * gdb.java/jmain.exp: Handle demangled names with and without method
18939         signatures.
18940
18941 2007-04-29  Daniel Jacobowitz  <dan@codesourcery.com>
18942
18943         * gdb.mi/mi-syn-frame.c (main, foo, bar)
18944         (have_a_very_merry_interrupt): Remove calls to puts.
18945         * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Do not expect
18946         inferior output.
18947         * lib/mi-support.exp (mi_gdb_test): Check gdb,noinferiorio.  Correct
18948         test names.
18949
18950 2007-04-29  Markus Deuling  <deuling@de.ibm.com>
18951             Daniel Jacobowitz  <dan@codesourcery.com>
18952
18953         * gdb.base/auxv.exp (core_works): Also check is_remote.
18954         * gdb.base/checkpoint.exp, gdb.base/multi-forks.exp: Likewise.
18955
18956 2007-04-25  Vladimir Prus  <vladimir@codesourcery.com>
18957
18958         * gdb.base/sigaltstack.exp: Use 'srcfile' in error
18959         message, not the undefined 'module' variable.
18960         * gdb.base/siginfo.exp: Likewise.
18961         * gdb.base/sigstep.exp: Likewise.
18962         * lib/gdbserver-support.exp (gdb_target_cmd): Quote
18963         serialport.
18964         * lib/mi-support.exp (mi_gdb_target_cmd): Likewise.
18965
18966 2007-04-25  Corinna Vinschen <vinschen@redhat.com>
18967
18968         * config/sim.exp (gdb_target_sim): Just return with -1 when setting
18969         target sim fails.  Return 0 otherwise.
18970         (gdb_load): Return prematurely if gdb_target_sim fails.
18971
18972 2007-04-16  Denis Pilat  <denis.pilat@st.com>
18973
18974         * gdb.base/setshow.exp: Reset height after having set it to 100.
18975
18976 2007-04-16  Denis Pilat  <denis.pilat@st.com>
18977
18978         * gdb.mi/mi2-stack.exp: update from mi-stack.exp.
18979
18980 2007-04-16  Denis Pilat  <denis.pilat@st.com>
18981
18982         * gdb.mi/mi2-var-display.exp: Test for the fullname field.
18983
18984 2007-04-14  Vladimir Prus  <vladimir@codesourcery.com>
18985
18986         * gdb.mi/mi-var-cmd.exp: Delete varobjs left by previous
18987         tests. Run the frozen varobjs test.
18988         * gdb.mi/var-cmd.c (do_frozen_tests): New.
18989         * lib/mi-support.exp (mi_varobj_update): Fix thinko.
18990
18991 2007-04-11  Jan Kratochvil  <jan.kratochvil@redhat.com>
18992
18993         * gdb.base/type-opaque-lib.c, gdb.base/type-opaque-main.c,
18994         gdb.base/type-opaque.exp: New files.
18995
18996 2007-04-01  Vladimir Prus  <vladimir@codesourcery.com>
18997
18998         * gdb.mi/mi-var-child.c
18999         (do_children_tests): User char[2] instead of
19000         char so that automatic printing of pointers to char
19001         don't give unpredicable result.
19002         * gdb.mi/var-cmd.c (do_locals_test): Initialize
19003         local variables.
19004         * gdb.mi/mi-var-child.exp: Step to right line
19005         of do_children_tests.
19006         * gdb.mi/mi2-var-child.exp: Likewise.
19007         * gdb.mi/mi-var-cmd.exp: Step to right line of
19008         do_locals_tests.
19009         (do_children_tests): User char[2] instead of
19010         char so that automatic printing of pointers to char
19011         don't give unpredicable result.
19012         * gdb.mi/mi2-var-cmd.exp: Likewise.
19013         * lib/mi-support.exp (mi_continue_to_line):
19014         Pass test name to mi_wait_for_stop.
19015
19016 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
19017
19018         * gdb.asm/asm-source.exp: Remove d10v case.
19019         * lib/gdb.exp (skip_cplus_tests): Likewise.
19020         * gdb.asm/d10v.inc: Deleted.
19021
19022 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
19023
19024         * gdb.base/infnan.c, gdb.base/infnan.exp: New files.
19025
19026 2007-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
19027
19028         * config/netware.exp: Delete file.
19029
19030 2007-03-29  Joel Brobecker  <brobecker@adacore.com>
19031
19032         * gdb.dwarf2/dw2-noloc.S: New file.
19033         * gdb.dwarf2/dw2-noloc.exp: New file.
19034
19035 2007-03-28  Pedro Alves  <pedro_alves@portugalmail.pt>
19036
19037         * gdb.cp/method2.cc: New test.
19038         * gdb.cp/method2.exp: New test.
19039         * gdb.cp/Makefile.in (EXECUTABLES): Add method2.
19040
19041 2007-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
19042
19043         * gdb.ada/exec_changed.exp: Avoid "set confirm off".
19044
19045 2007-03-27  Brooks Moses  <brooks.moses@codesourcery.com>
19046
19047         * Makefile.in: Add dummy "pdf" and "install-pdf" targets.
19048
19049 2007-03-27  Daniel Jacobowitz  <dan@codesourcery.com>
19050
19051         * config/gdbserver.exp (gdbserver_gdb_load): Update argument list.
19052         (gdb_load): Delete, replace with...
19053         (gdb_reload): ...this.
19054         * gdb.server/server-run.exp: Use gdb_load and gdbserver_run.
19055         * gdb.server/server-mon.exp: Likewise.
19056         * lib/gdb.exp (gdb_run_cmd): Use gdb_reload.
19057         (gdb_start_cmd): New.
19058         (gdb_file_cmd): Save the last loaded file.
19059         (gdb_reload): New.
19060         (gdb_gnu_strip_debug): Use transform.
19061         * lib/gdbserver-support.exp (gdbserver_spawn): Move file download
19062         support here.  Use new $last_loaded_file.  Check mtime.
19063         (gdb_target_cmd): Handle ObjC failure case.
19064         (infer_host_exec): Delete.
19065         (gdbserver_load): Rename to...
19066         (gdbserver_run): ...this.  Simplify.
19067         * lib/mi-support.exp (mi_gdb_file_cmd): Set last_loaded_file.
19068         (mi_gdb_load): Move most contents to a new function...
19069         (mi_gdb_target_load): ...here.  Simplify call to gdbserver_gdb_load.
19070         (mi_run_cmd): Use mi_gdb_target_load.
19071         * gdb.base/break.exp, gdb.base/ending-run.exp, gdb.base/pending.exp,
19072         gdb.base/sepdebug.exp, gdb.base/unload.exp, gdb.objc/objcdecode.exp:
19073         Use gdb_run_cmd.
19074         * gdb.base/charsign.exp: Remove incorrect comment.
19075         * gdb.base/dbx.exp (gdb_file_cmd): Set last_loaded_file.
19076         * gdb.ada/exec_changed.exp, gdb.ada/null_record.exp, gdb.ada/start.exp,
19077         gdb.base/start.exp: Use gdb_start_cmd.
19078
19079 2007-03-23  Nigel Stephens  <nigel@mips.com>
19080             Maciej W. Rozycki  <macro@mips.com>
19081
19082         * gdb.base/sigbpt.exp: Fix the message when skipping test.
19083         * gdb.base/signull.exp: Similarly.
19084
19085 2007-03-16  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19086
19087         * lib/gdb.exp (gdb_run_cmd): Use -notransfer to make start-up
19088         messages available to test cases (like chng-sym.exp).
19089
19090 2007-03-14  Andreas Schwab  <schwab@suse.de>
19091
19092         * gdb.arch/altivec-regs.exp (decimal_vector): Adjust for output
19093         format changes.
19094
19095 2007-03-13  Daniel Jacobowitz  <dan@codesourcery.com>
19096
19097         * gdb.arch/powerpc-prologue.c (optimized_1_marker, gdb2029_marker)
19098         (optimized_1): New.
19099         (main): Call optimized_1.
19100         (gdb2029): Correct typos.  Call gdb2029_marker.
19101         * gdb.arch/powerpc-prologue.exp: Run new test.  Use a breakpoint
19102         for gdb2029.
19103
19104 2007-03-12  Mark Kettenis  <kettenis@gnu.org>
19105
19106         * gdb.gdb/selftest.exp (do_steps_and_nexts): Match spaces as well
19107         as tabs.  Remove redundant test pattern.
19108
19109 2007-03-09  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19110
19111         * gdb.base/long_long.exp: Accept optional symbol name in <...>
19112         for /a format output.
19113
19114 2007-03-09  Daniel Jacobowitz  <dan@codesourcery.com>
19115
19116         * gdb.base/checkpoint.exp: Rewrite 600 checkpoint test to
19117         collect output incrementally.
19118
19119 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19120
19121         * gdb.mi/mi-var-cmd.exp: Allow value without "..." string
19122         for -var-create lpcharacter test.
19123         * gdb.mi/mi2-var-cmd.exp: Likewise.
19124
19125 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19126
19127         * gdb.mi/mi-var-cmd.exp: Allow -var-update null_ptr test to
19128         pass on targets where address zero is readable.
19129
19130 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19131
19132         * gdb.xml/tdesc-arch.exp: Test is unsupported on target with
19133         just a single architecture.
19134
19135 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19136
19137         * gdb.base/callfuncs.exp (do_get_all_registers): Remove.
19138         (fetch_all_registers): New function, uses gdb_test_multiple and
19139         exp_continue to fetch inferior output line-by-line.
19140         Replace all uses of do_get_all_registers by fetch_all_registers.
19141
19142 2007-03-08  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19143
19144         * gdb.base/relativedebug.exp: Skip test if gdb,nosignals is set
19145         in target_info.
19146
19147 2007-03-02  Michael Snyder  <michael.snyder@palmsource.com>
19148
19149         * gdb.threads/manythreads.exp: Use $message string for
19150         consistancy; add a default (timeout) case.
19151
19152 2007-03-02  Michael Snyder  <michael.snyder@palmsource.com>
19153
19154         * gdb.base/watchpoint.exp: Fix truncated comment.
19155
19156 2007-03-02  Michael Snyder  <michael.snyder@palmsource.com>
19157
19158         * Makefile.in: Remove spurious single-quotes from sed command.
19159
19160 2007-02-28  Daniel Jacobowitz  <dan@codesourcery.com>
19161
19162         * gdb.mi/mi-var-cmd.exp: Correct test name.  Allow any value for
19163         func.
19164         * gdb.mi/mi2-var-cmd.exp: Likewise.
19165
19166 2007-02-27  Joel Brobecker  <brobecker@adacore.com>
19167
19168         * gdb.dwarf2/dw2-producer.S: New file.
19169         * gdb.dwarf2/dw2-producer.exp: New testcase.
19170
19171 2007-02-27  Nick Roberts  <nickrob@snap.net.nz>
19172
19173         * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
19174         * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
19175         * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
19176         * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
19177         * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
19178         Revert tests to use mi_gdb_test and include value field in output
19179         of -var-create.
19180
19181 2007-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
19182
19183         * gdb.arch/i386-signal.c, gdb.arch/i386-signal.exp: New files.
19184
19185 2007-02-27  Daniel Jacobowitz  <dan@codesourcery.com>
19186
19187         * gdb.base/maint.exp: Remove full paths from test names.
19188         * gdb.base/prelink.exp, gdb.cp/cp-relocate.exp,
19189         gdb.xml/tdesc-errors.exp, gdb.xml/tdesc-xinclude.exp: Likewise.
19190
19191 2007-02-27  Joel Brobecker  <brobecker@adacore.com>
19192
19193         * gdb.ada/catch_ex.exp: Fix a couple of copy/paste typos.
19194
19195 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
19196
19197         * gdb.server/server-mon.exp: New test.
19198
19199 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
19200
19201         * gdb.cp/cp-relocate.cc, gdb.cp/cp-relocate.exp: New.
19202
19203 2007-02-26  Daniel Jacobowitz  <dan@codesourcery.com>
19204
19205         * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: Update
19206         register capitalization.
19207
19208 2007-02-13  Denis Pilat  <denis.pilat@st.com>
19209
19210         * gdb.mi/mi-var-invalidate.exp: New file.
19211
19212 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
19213
19214         * gdb.arch/iwmmxt-regs.c, gdb.arch/iwmmxt-regs.exp: New.
19215
19216 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
19217
19218         * tdesc-arch.exp (set_arch): Add KFAIL for missing OS ABI handlers.
19219
19220 2007-02-08  Daniel Jacobowitz  <dan@codesourcery.com>
19221
19222         * gdb.xml/single-reg.xml, gdb.xml/tdesc-regs.exp,
19223         gdb.xml/core-only.xml, gdb.xml/extra-regs.xml: New files.
19224
19225 2007-02-08  Nick Roberts  <nickrob@snap.net.nz>
19226
19227         * gdb.mi/mi-var-block.exp, gdb.mi/mi2-var-block.exp
19228         * gdb.mi/mi-var-child.exp, gdb.mi/mi2-var-child.exp
19229         * gdb.mi/mi-var-child-f.exp, gdb.mi/mi-var-cmd.exp
19230         * gdb.mi/mi2-var-cmd.exp, gdb.mi/mi-var-display.exp
19231         * gdb.mi/mi2-var-display.exp, gdb.mi/gdb701.exp
19232         * gdb.mi/gdb792.exp, lib/mi-support.exp:
19233         Update tests to include value field in output of -var-create.
19234
19235 2007-02-08  Andreas Schwab  <schwab@suse.de>
19236
19237         * gdb.mi/mi-var-child.exp: Fix matching display of function value.
19238
19239 2007-02-07  Daniel Jacobowitz  <dan@codesourcery.com>
19240
19241         * gdb.xml/bad-include.xml, gdb.xml/inc-2.xml, gdb.xml/inc-body.xml,
19242         gdb.xml/includes.xml, gdb.xml/tdesc-xinclude.exp: New files.
19243
19244 2007-02-02  Denis Pilat  <denis.pilat@st.com>
19245
19246         * gdb.threads/threadapply.exp: check that frame is not changed by
19247         the thread apply all command.
19248
19249 2007-01-31  Andreas Schwab  <schwab@suse.de>
19250
19251         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add more matches.
19252
19253         * gdb.dwarf2/dup-psym.S: Use .2byte/.4byte instead of .short/.int
19254         in the dwarf sections.
19255         * gdb.dwarf2/mac-fileno.S: Likewise.
19256
19257         * gdb.base/callfuncs.exp (do_get_all_registers): Filter out
19258         bspstore register on ia64.
19259
19260 2007-01-29  Andreas Schwab  <schwab@suse.de>
19261
19262         * gdb.cp/annota3.exp ("watch triggered on a.x"): Match optional
19263         "frame-begin" annotation.
19264
19265         * gdb.cp/annota2.exp ("watch triggered on a.x"): Allow arbitrary
19266         number of "frames-invalid" annotations.
19267
19268 2007-01-29  Daniel Jacobowitz  <dan@codesourcery.com>
19269
19270         * gdb.base/commands.exp: Call if_commands_test.
19271         (gdb_test_no_prompt, if_commands_test): New.
19272
19273 2007-01-28  Mark Kettenis  <kettenis@gnu.org>
19274
19275         * gdb.threads/sigthread.c (NSIGS): Make bigger.
19276
19277 2007-01-27  Andreas Schwab  <schwab@suse.de>
19278
19279         * gdb.dwarf2/dw2-basic.S: Use .2byte/.4byte/.8byte instead of
19280         .short/.int/.quad in the dwarf sections.
19281         * gdb.dwarf2/dw2-intercu.S: Likewise.
19282         * gdb.dwarf2/dw2-intermix.S: Likewise.
19283
19284 2007-01-25  Jan Kratochvil <jan.kratochvil@redhat.com>
19285
19286         * gdb.base/charsign.exp, gdb.base/charsign.c: New files.
19287         * gdb.arch/i386-sse.exp: Check $xmm.v16_int8 printing as a number
19288         array.
19289         * gdb.base/printcmds.exp: Sign-provided CHARs now became arrays.
19290         * gdb.base/setvar.exp: Likewise.
19291
19292 2007-01-26  Andreas Schwab  <schwab@suse.de>
19293
19294         * gdb.base/corefile.exp: Allow non-empty argument list in reinit
19295         test.
19296
19297         * gdb.base/multi-forks.exp ("restart $i"): Also match
19298         __kernel_syscall_via_break.
19299
19300 2007-01-24  Vladimir Prus  <vladimir@codesourcery.com>
19301
19302         * lib/mi-support.exp (mi_delete_varobj): New.
19303         * gdb.mi/mi-var-cp.exp: Run the reference_to_struct
19304         testcase.
19305         * gdb.mi/mi-var-cp.cc (reference_to_struct): New function.
19306         (main): Call the above.
19307         (reference_update_test, base_in_reference_test)
19308         (reference_to_pointer): Delete the created varobjs.
19309
19310 2007-01-23  Daniel Jacobowitz  <dan@codesourcery.com>
19311
19312         * Makefile.in (ALL_SUBDIRS): Add gdb.xml.
19313         * configure: Regenerated.
19314         * configure.ac (AC_OUTPUT): Add gdb.xml/Makefile.
19315         * gdb.xml/Makefile.in, gdb.xml/tdesc-arch.exp,
19316         gdb.xml/tdesc-bogus.xml, gdb.xml/tdesc-errors.exp,
19317         gdb.xml/trivial.xml, gdb.xml/tdesc-unknown.xml: New files.
19318         * lib/gdb.exp (gdb_skip_xml_test): New function.
19319
19320 2007-01-23  Nick Hudson  <nick.hudson@dsl.pipex.com>
19321
19322         * gdb.base/sigrepeat.exp: Correct error message.
19323
19324 2007-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
19325             Daniel Jacobowitz  <dan@codesourcery.com>
19326
19327         * gdb.arch/i386-gnu-cfi.exp, gdb.arch/i386-gnu-cfi.c,
19328         gdb.arch/i386-gnu-cfi-asm.S: New files.
19329
19330 2007-01-14  Jan Kratochvil  <jan.kratochvil@redhat.com>
19331
19332         * lib/gdb.exp: Abort on missing `site.exp'.
19333
19334 2007-01-21  Jan Kratochvil  <jan.kratochvil@redhat.com>
19335             Daniel Jacobowitz  <dan@codesourcery.com>
19336
19337         * gdb.base/included.c, gdb.base/included.exp,
19338         gdb.base/included.h: New files.
19339
19340 2007-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
19341
19342         * gdb.base/bigcore.c (RLIMIT_CAP): Define.
19343         (maximize_rlimit): Reduce limits on 64-bit systems.
19344
19345 2007-01-19  Mark Kettenis  <kettenis@gnu.org>
19346
19347         From Marcus Deuling <deuling@de.ibm.com>:
19348         * gdb.arch/altivec-regs.exp: Initialise variable endianness in
19349         every case.
19350
19351 2007-01-13  Nick Roberts  <nickrob@snap.net.nz>
19352
19353         * gdb.mi/mi-basics.exp, gdb.mi/mi2-basics.exp (test_dir_specification)
19354         (test_path_specification): Use objdir instead of srcdir to always
19355         get an absolute filename.
19356
19357 2007-01-12  Daniel Jacobowitz  <dan@codesourcery.com>
19358
19359         * gdb.cp/member-ptr.cc (class Padding): Make contents public.
19360
19361 2007-01-11  Vladimir Prus  <vladimir@codesourcery.com>
19362
19363         * gdb.mi/mi-var-cp.cc (reference_update_tests):
19364         Make sure the variable we're using is in scope.
19365         (reference_to_pointer): Likewise.
19366
19367 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
19368
19369         * gdb.ada/catch_ex.exp: Call unsupported and stop if the runtime
19370         has no debug information.
19371
19372 2007-01-09  Daniel Jacobowitz  <dan@codesourcery.com>
19373
19374         * gdb.base/annota1.exp: Remove extra send_gdb.
19375
19376 2007-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
19377
19378         * gdb.base/relativedebug.c, gdb.base/relativedebug.exp: New files.
19379
19380 2007-01-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
19381
19382         * gdb.arch/i386-size-overlap.c, gdb.arch/i386-size-overlap.exp: New.
19383
19384 2007-01-08  Nick Roberts  <nickrob@snap.net.nz>
19385             Daniel Jacobowitz  <dan@codesourcery.com>
19386
19387         * gdb.mi/mi-var-cmd.exp: Expect lpcharacter to update when
19388         lcharacter or linteger change.  Correct duplicated test name.
19389         * gdb.mi/mi2-var-cmd.exp: Likewise.
19390
19391 2007-01-08  Daniel Jacobowitz  <dan@codesourcery.com>
19392
19393         * gdb.threads/sigthread.c, gdb.threads/sigthread.exp: New.
19394
19395 2007-01-05  Joel Brobecker  <brobecker@adacore.com>
19396
19397         * gdb.base/nofield.c: New file.
19398         * gdb.base/nofield.exp: New testcase.
19399
19400 2007-01-05  Nick Roberts  <nickrob@snap.net.nz>
19401
19402         * gdb.mi/mi-var-cp.exp: New test for references to pointers.
19403
19404         * gdb.mi/mi-var-cp.cc: (reference_to_pointer): New procedure for above
19405          test.
19406
19407 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
19408
19409         * gdb.mi/mi-var-cmd.exp: Add tests for unreadable varobjs.
19410
19411 2007-01-04  Daniel Jacobowitz  <dan@codesourcery.com>
19412
19413         * lib/mi-support.exp (mi_runto_helper): Expect two prompts
19414         when continuing.
19415
19416 2007-01-04  Pedro Alves  <pedro_alves@portugalmail.pt>
19417
19418         * gdb.base/annota3.exp ($binfile): Append $EXEEXT.
19419         Expect ".exe" extension.
19420
19421 2007-01-04  Pedro Alves  <pedro_alves@portugalmail.pt>
19422
19423         * gdb.base/charset.exp: Add explicit filename to break.
19424         * gdb.base/dbx.exp: Add explicit filename to breaks.
19425
19426 2007-01-04  Pedro Alves  <pedro_alves@portugalmail.pt>
19427
19428         * gdb.mi/mi-file.exp: Use mi_gdb_file_cmd instead of mi_gdb_load.
19429         * gdb.mi/mi2-file.exp: Likewise.
19430
19431 2007-01-04  Vladimir Prus  <vladimir@codesourcery.com>
19432
19433         Implement specification of MI tests as comments
19434         in C and C++ sources.
19435         * lib/mi-support.exp (mi_autotest_data): New variable.
19436         (mi_autotest_source): New variable.
19437         (count_newlines, mi_prepare_inline_tests)
19438         (mi_get_inline_test, mi_continue_to_line)
19439         (mi_run_inline_test, mi_tbreak)
19440         (mi_send_resuming_command, mi_wait_for_stop): New functions.
19441         * gdb.mi/mi-var-cp.exp: Move most content to the C file.
19442         Run inline tests.
19443         * gdb.mi/mi-var-cp.cc: Define tests here.
19444
19445 2007-01-04  Vladimir Prus  <vladimir@codesourcery.com>
19446
19447         Simplify usage of mi_continue_to.
19448         * lib/mi-support.exp (mi_runto_helper): Renamed
19449         from mi_runto, added new parameter 'run_or_continue'.
19450         (mi_runto): Use mi_runto_helper.
19451         (mi_continue_to): Accept just function name as parameter.
19452         Use mi_runto_helper.
19453         * gdb.mi/mi-var-cmd.exp: Adjust to changes.
19454         * gdb.mi/mi2-var-cmd.exp: Likewise.
19455
19456 2006-01-04  Joel Brobecker  <brobecker@adacore.com>
19457
19458         Make this testcase a bit more realistic. The current code
19459         is too simplistic, and allows the compiler to optimize out
19460         some of the entities we need for this testcase.
19461         * gdb.ada/null_record/bar.ads (Void_Star): New type.
19462         (Do_Nothing): Add extra parameter.
19463         * gdb.ada/null_record/bar.adb (Do_Nothing): Likewise.
19464         * gdb.ada/null_record/null_record.adb: Fake use of type Empty
19465         by using a variable of type Void_Star.
19466
19467 2006-01-04  Joel Brobecker  <brobecker@adacore.com>
19468
19469         * gdb.ada/catch_ex/foo.adb: New file.
19470         * gdb.ada/catch_ex.exp: New testcase.
19471
19472 2007-01-03  Pedro Alves  <pedro_alves@portugalmail.pt>
19473
19474         * gdb.base/shreloc.exp: Use ldflags instead of additional_flags to
19475         pass --image-base to linker.
19476
19477 2007-01-03  Jan Kratochvil  <jan.kratochvil@redhat.com>
19478             Daniel Jacobowitz  <dan@codesourcery.com>
19479
19480         * gdb.base/readline.exp: Set $TERM.  Test arrow keys in
19481         secondary prompts.
19482
19483 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
19484
19485         * gdb.cp/classes.exp (test_pointers_to_class_members): Update expected
19486         output.  Test the types of members and member pointers.
19487         * gdb.cp/inherit.exp (test_print_mi_member_types): Remove KFAILs for
19488         gdb/2092.
19489         * gdb.cp/member-ptr.exp: Search for a comment instead of a
19490         statement.  Enable for GCC.  Update expected output for some tests
19491         and add new tests.  Remove obsolete GCC KFAILs.  Allow GCC's class
19492         layout.
19493         * gdb.cp/member-ptr.cc (Padding, Padding::vspacer, Base, Base::get_x)
19494         (Base::vget_base, Left, Left::vget, Right, Right::vget, Diamond)
19495         (Diamond::vget_base): New.
19496         (main): Add new tests.
19497         * gdb.cp/printmethod.exp: Update expected output for member functions.
19498         * gdb.cp/virtfunc.exp (test_virtual_calls): Add a KFAIL for
19499         print pEe->D::vg().
19500
19501 2007-01-03  Daniel Jacobowitz  <dan@codesourcery.com>
19502
19503         * gdb.threads/tls.exp: Allow stops in sem_post.
19504
19505 2006-12-31  Daniel Jacobowitz  <dan@codesourcery.com>
19506
19507         * gdb.base/annota1.exp: Allow .*printf in backtraces.
19508         * gdb.base/annota3.exp: Likewise.
19509         * gdb.base/sigstep.exp (advancei): Fail if we hit the breakpoint
19510         again (instead of timing out).
19511         * gdb.gdb/selftest.exp (do_steps_and_nexts): Add an XFAIL for
19512         GCC bug 26475.
19513         * gdb.java/jmisc.exp: Adjust to work with method signatures including
19514         return types.  Add kfails for GDB bugs 2214 and 2215.  Move exit
19515         test from jmisc1.exp.
19516         * gdb.java/jmisc1.exp: Delete.
19517         * gdb.java/jprint.exp: Adjust to work with method signatures including
19518         return types.
19519         * gdb.objc/basicclass.exp: Update for gobjc 4.1 debug info.
19520         * gdb.threads/linux-dp.exp: Don't be confused by program output.
19521         * lib/java.exp (compile_java_from_source): Pass the correct type
19522         to target_compile.
19523
19524 2006-12-31  Joel Brobecker  <brobecker@adacore.com>
19525
19526         * gdb.arch/i386-prologue.c (stack_align_ecx): Renamed from stack_align.
19527         (stack_align_edx): New function.
19528         (stack_align_eax): New function.
19529         (main): Add calls to stack_align_edx and stack_align_eax.
19530         * gdb.arch/i386-prologue.exp: Replace stack_align with stack_align_ecx.
19531         Add testing for the cases where the register used during a stack
19532         realignment is edx. Same for eax.
19533
19534 2006-12-30  Pedro Alves  <pedro_alves@portugalmail.pt>
19535
19536         * lib/gdb.exp: Don't pass -fpic to gcc on Cygwin, MinGW
19537         and generic PE targets.
19538
19539 2006-12-29  Joel Brobecker  <brobecker@adacore.com>
19540
19541         * gdb.ada/array_return.exp: Update copyright date list.
19542
19543 2006-12-27  Joel Brobecker  <brobecker@adacore.com>
19544
19545         * gdb.ada/array_return/pck.ads (Small_Float_Vector): New type.
19546         (Create_Small_Float_Vector): New function.
19547         * gdb.ada/array_return/pck.adb (Create_Small_Float_Vector): Add
19548         function body.
19549         * gdb.ada/array_return/p.adb: Use new type and function from
19550         package Pck.
19551         * gdb.ada/array_return.exp: Add a test verifying that GDB is
19552         able to print the value returned by a function returning an
19553         array of float.
19554
19555 2006-12-20  Joel Brobecker  <brobecker@adacore.com>
19556
19557         * gdb.arch/i386-prologue.exp: Remove calls to setup_kfail.
19558         The associated tests should be PASSing.
19559
19560 2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
19561
19562         Test for base in references.
19563         * gdb.mi/mi-var-cp.cc: Add test code.
19564         * gdb.mi/mi-var-cp.exp: Test for bases in references.
19565         * gdb.mi/mi-watch.exp: Adjust to mi_runto changes.
19566         * gdb.mi/mi2-watch.exp: Likewise.
19567         * lib/mi-support.exp (mi_runto): Use temporary breakpoint.
19568         (mi_list_varobj_children): New function.
19569
19570 2006-12-08  Vladimir Prus  <vladimir@codesourcery.com>
19571
19572         * lib/mi-support.exp
19573         (mi_runto): Accept "()" after function name.
19574         (mi_create_varobj): New function.
19575         (mi_varobj_update): New function.
19576         (mi_Check_varobj_value): New function.
19577         * gdb.mi/mi-var-cp.exp: New file.
19578         * gdb.mi/mi-var-cp.cc: New file.
19579
19580 2006-12-01  Daniel Jacobowitz  <dan@codesourcery.com>
19581
19582         * gdb.base/solib-weak.c, gdb.base/solib-weak.exp, gdb.base/weaklib1.c,
19583         gdb.base/weaklib2.c: New files.
19584
19585 2006-11-29  Nathan Sidwell  <nathan@codesourcery.com>
19586
19587         * gdb.threads/linux-dp.exp: Adjust regexps used to scan thread
19588         info.  Adjust test names.
19589
19590         * gdb.base/break.c (main): Move position of malloc.
19591         * gdb.base/break.exp: Revert mistaken checkin.
19592
19593 2006-11-28  Vladimir Prus  <vladimir@codesourcery.com>
19594
19595         * gdb.mi/mi-var-cmd.exp: Check -var-update after
19596         assignement of arrays and function pointers.
19597         * gdb.mi/var-cmd.c: Add declaration necessary for above
19598         tests.
19599
19600 2006-11-27  Nathan Sidwell  <nathan@codesourcery.com>
19601
19602         * gdb.base/break.c (main): Call malloc.
19603
19604         * gdb.threads/linux-dp.exp: Read thread table before and after
19605         creating each philosopher and verify it.
19606
19607 2006-11-27  Nathan Sidwell  <nathan@codesourcery.com>
19608             Paul Brook  <paul@codesourcery.com>
19609             Daniel Jacobowitz  <dan@codesourcery.com>
19610
19611         * gdb.base/ending-run.exp: Flatten expect script stepping out of
19612         main to remove duplication.  Add start function of the form
19613         '_*start[1-9]*'. Add RVDS start function.
19614
19615 2006-11-22  Daniel Jacobowitz  <dan@codesourcery.com>
19616
19617         * gdb.arch/thumb-prologue.c, gdb.arch/thumb-prologue.exp: New files.
19618
19619 2006-11-22  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
19620
19621         * gdb.asm/asm-source.exp: Add "spu*-*-*" target.
19622         * gdb.asm/spu.inc: New file.
19623         * gdb.base/term.exp: Disable if [target_info exists noargs].
19624         * gdb.gdb/complaints.exp: Disable if ![isnative].
19625         * gdb.gdb/selftest.exp: Likewise.
19626         * gdb.gdb/observer.exp: Likewise.
19627         * gdb.gdb/xfullpath.exp: Likewise.
19628         * gdb.base/attach.exp: Disable on SPU target.
19629         * gdb.cp/bs145503.exp: Likewise.
19630         * gdb.cp/exception.exp: Likewise.
19631         * gdb.cp/userdef.exp: Likewise.
19632
19633 2006-11-22  Daniel Jacobowitz  <dan@codesourcery.com>
19634
19635         * gdb.stabs/weird.exp (print_weird_var): Don't send extra \n.
19636
19637 2006-11-10  Vladimir Prus  <vladimir@codesourcery.com>
19638
19639         * gdb.base/completion.exp: Fix completion tests for
19640         'info' and 'info '.
19641         * gdb.base/help.exp (help_test_raw, test_class_help)
19642         (test_prefix_command_help): Move...
19643         * lib/gdb.exp: Here.
19644         * gdb.base/main.exp: Adjust.
19645         * gdb.cp/maint.exp: Adjust.
19646         * gdb.trace/tracecmd.exp: Use test_help_class.
19647
19648 2006-11-09  Vladimir Prus  <vladimir@codesourcery.com>
19649
19650         * gdb.stabs/weird.exp (print_weird_var): Use
19651         gdb_test_multiple instead of gdb_expect.
19652
19653 2006-11-09  Vladimir Prus  <vladimir@codesourcery.com>
19654
19655         * gdb.base/help.exp (help_test_raw): New.
19656         (test_class_help): New.
19657         (test_prefix_command_help): New.
19658         Adjust testcases.
19659
19660 2006-11-09  Christophe Lyon  <christophe.lyon@st.com>
19661
19662         * gdb.base/constvars.c (main): Write to crass and crips, so that
19663         they are allocated by the compiler.
19664
19665 2006-10-27  Andreas Schwab  <schwab@suse.de>
19666
19667         * gdb.base/multi-forks.exp: Use "detach fork" instead of
19668         "detach-fork".
19669
19670 2006-10-18  Daniel Jacobowitz  <dan@codesoucery.com>
19671
19672         * lib/gdbserver-support.exp (gdb_target_cmd): Anchor the ends
19673         of patterns.
19674
19675 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
19676
19677         * gdb.base/sepdebug.exp: Remove debug format test.
19678         * lib/gdb.exp (gdb_gnu_strip_debug): Perform debug format test.
19679         Handle no-symtab.
19680         * gdb.base/sepsymtab.c, gdb.base/sepsymtab.exp: New.
19681
19682 2006-10-17  Daniel Jacobowitz  <dan@codesourcery.com>
19683
19684         * gdb.threads/manythreads.c (thread_function, main): Don't cast
19685         int to pointer or pointer to int.
19686         * gdb.threads/manythreads.exp: Don't expect the string "LWP".
19687
19688 2006-10-12  Daniel Jacobowitz  <dan@codesourcery.com>
19689
19690         * gdb.base/annota1.exp, gdb.base/maint.exp: Use string_to_regexp.
19691
19692 2006-10-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
19693
19694         * gdb.threads/tls-nodebug.c, gdb.threads/tls-nodebug.exp: New test.
19695
19696 2006-10-09  Daniel Jacobowitz  <dan@codesourcery.com>
19697
19698         PR c++/2116
19699         * gdb.cp/call-c.cc, gdb.cp/call-c.exp, gdb.cp/call-c-1.c: New.
19700
19701 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
19702
19703         * gdb.ada/arrayidx.exp: Remove calls to setup_kfail now that
19704         the corresponding bug has been fixed in GDB (PR/2018).
19705
19706 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
19707
19708         * gdb.base/subst.exp: New testcase.
19709
19710 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
19711
19712         * gdb.ada/array_return/pck.ads: Add copyright notice.
19713         * gdb.ada/array_return/pck.adb: Likewise.
19714         * gdb.ada/array_return/p.adb: Likewise.
19715         * gdb.ada/exec_changed/first.adb: Likewise.
19716         * gdb.ada/exec_changed/second.adb: Likewise.
19717
19718 2006-10-06  Joel Brobecker  <brobecker@adacore.com>
19719
19720         * gdb.ada/watch_arg/watch.adb: New file.
19721         * gdb.ada/watch_arg.exp: New testcase.
19722
19723 2006-10-02  Vladimir Prus  <vladimir@codesourcery.com>
19724
19725         * gdb.mi/mi-basics.exp (test_path_specification): Pass orig_path
19726         via string_to_regexp.
19727         * gdb.mi/mi2-basics.exp: Likewise.
19728
19729 2006-09-20  Michael Snyder  <michael.snyder@palmsource.com>
19730
19731         * abug.exp, cpu32bug.exp, est.exp hmsirom.exp, nind.exp:
19732         Remove unused / obsolete files.
19733
19734 2006-09-19  Nick Roberts  <nickrob@snap.net.nz>
19735
19736         * gdb.base/multi-forks.exp: Include __kernel_vsyscall in regexp.
19737
19738 2006-09-17  Vladimir Prus  <vladimir@codesourcery.com>
19739
19740         * gdb.mi/mi-stack.exp (test_stack_args_listing): Test that
19741         HIGH_FRAME argument to -stack-list-arguments can be larger than
19742         the number of frames.
19743
19744 2006-09-15  Daniel Jacobowitz  <dan@codesourcery.com>
19745
19746         * gdb.base/args.c (main): Add breakpoint marker.
19747         * gdb.base/args.exp: Use args_test for tests.  Add new tests which
19748         really test empty arguments.
19749         (args_load): Delete.
19750         (args_test): New.
19751
19752 2006-09-13  Nick Roberts  <nickrob@snap.net.nz>
19753
19754         * gdb.mi/mi-file.exp (test_file_list_exec_source_files): Just
19755         check for one file.
19756
19757 2006-09-07  Vladimir Prus  <ghost@vladimir@codesourcery.com>
19758
19759         * gdb.mi/mi-stack.exp (test_stack_frame_listing): Test that
19760         HIGH_FRAME argument to -stack-list-locals can be larger than
19761         the number of frames.
19762
19763 2006-08-18  Fred Fish  <fnf@specifix.com>
19764
19765         * lib/gdb.exp (skip_altivec_tests): Fix apparent typo,
19766         '$' in front of skip_vmx_tests_saved when setting that.
19767
19768 2006-08-10  Andrew Stubbs  <andrew.stubbs@st.com>
19769
19770         * gdb.base/trace-commands.exp: New file.
19771
19772 2006-08-10  Joel Brobecker  <brobecker@adacore.com>
19773             Daniel Jacobowitz  <dan@codesourcery.com>
19774
19775         * gdb.base/step-bt.exp: Make hexadecimal address optional in
19776         expected output of the backtrace commands.
19777
19778 2006-08-09  Joel Brobecker  <brobecker@adacore.com>
19779
19780         * gdb.arch/altivec-abi.exp: Replace gdb_suppress_entire_file with
19781         untested followed by return combination.
19782         * gdb.arch/altivec-regs.exp: Likewise.
19783         * gdb.arch/e500-abi.exp: Likewise.
19784         * gdb.arch/e500-regs.exp: Likewise.
19785         * gdb.arch/gdb1291.exp: Likewise.
19786         * gdb.arch/gdb1431.exp: Likewise.
19787         * gdb.arch/gdb1558.exp: Likewise.
19788         * gdb.arch/i386-prologue.exp: Likewise.
19789         * gdb.arch/i386-unwind.exp: Likewise.
19790         * gdb.asm/asm-source.exp: Likewise.
19791         * gdb.base/a2-run.exp: Likewise.
19792         * gdb.base/advance.exp: Likewise.
19793         * gdb.base/all-bin.exp: Likewise.
19794         * gdb.base/annota1.exp: Likewise.
19795         * gdb.base/annota3.exp: Likewise.
19796         * gdb.base/args.exp: Likewise.
19797         * gdb.base/arithmet.exp: Likewise.
19798         * gdb.base/assign.exp: Likewise.
19799         * gdb.base/async.exp: Likewise.
19800         * gdb.base/attach.exp: Likewise.
19801         * gdb.base/bang.exp: Likewise.
19802         * gdb.base/bigcore.exp: Likewise.
19803         * gdb.base/bitfields.exp: Likewise.
19804         * gdb.base/bitfields2.exp: Likewise.
19805         * gdb.base/break.exp: Likewise.
19806         * gdb.base/call-sc.exp: Likewise.
19807         * gdb.base/call-strs.exp: Likewise.
19808         * gdb.base/callfuncs.exp: Likewise.
19809         * gdb.base/checkpoint.exp: Likewise.
19810         * gdb.base/chng-syms.exp: Likewise.
19811         * gdb.base/code-expr.exp: Likewise.
19812         * gdb.base/commands.exp: Likewise.
19813         * gdb.base/completion.exp: Likewise.
19814         * gdb.base/cond-expr.exp: Likewise.
19815         * gdb.base/condbreak.exp: Likewise.
19816         * gdb.base/consecutive.exp: Likewise.
19817         * gdb.base/constvars.exp: Likewise.
19818         * gdb.base/corefile.exp: Likewise.
19819         * gdb.base/cvexpr.exp: Likewise.
19820         * gdb.base/dbx.exp: Likewise.
19821         * gdb.base/define.exp: Likewise.
19822         * gdb.base/detach.exp: Likewise.
19823         * gdb.base/display.exp: Likewise.
19824         * gdb.base/dump.exp: Likewise.
19825         * gdb.base/ena-dis-br.exp: Likewise.
19826         * gdb.base/ending-run.exp: Likewise.
19827         * gdb.base/environ.exp: Likewise.
19828         * gdb.base/eval-skip.exp: Likewise.
19829         * gdb.base/exprs.exp: Likewise.
19830         * gdb.base/fileio.exp: Likewise.
19831         * gdb.base/finish.exp: Likewise.
19832         * gdb.base/float.exp: Likewise.
19833         * gdb.base/foll-exec.exp: Likewise.
19834         * gdb.base/foll-fork.exp: Likewise.
19835         * gdb.base/foll-vfork.exp: Likewise.
19836         * gdb.base/freebpcmd.exp: Likewise.
19837         * gdb.base/funcargs.exp: Likewise.
19838         * gdb.base/gcore.exp: Likewise.
19839         * gdb.base/gdb1090.exp: Likewise.
19840         * gdb.base/gdb1250.exp: Likewise.
19841         * gdb.base/huge.exp: Likewise.
19842         * gdb.base/info-proc.exp: Likewise.
19843         * gdb.base/interrupt.exp: Likewise.
19844         * gdb.base/jump.exp: Likewise.
19845         * gdb.base/langs.exp: Likewise.
19846         * gdb.base/lineinc.exp: Likewise.
19847         * gdb.base/list.exp: Likewise.
19848         * gdb.base/logical.exp: Likewise.
19849         * gdb.base/long_long.exp: Likewise.
19850         * gdb.base/macscp.exp: Likewise.
19851         * gdb.base/maint.exp: Likewise.
19852         * gdb.base/mips_pro.exp: Likewise.
19853         * gdb.base/miscexprs.exp: Likewise.
19854         * gdb.base/multi-forks.exp: Likewise.
19855         * gdb.base/opaque.exp: Likewise.
19856         * gdb.base/overlays.exp: Likewise.
19857         * gdb.base/pc-fp.exp: Likewise.
19858         * gdb.base/pointers.exp: Likewise.
19859         * gdb.base/printcmds.exp: Likewise.
19860         * gdb.base/psymtab.exp: Likewise.
19861         * gdb.base/ptype.exp: Likewise.
19862         * gdb.base/recurse.exp: Likewise.
19863         * gdb.base/relational.exp: Likewise.
19864         * gdb.base/relocate.exp: Likewise.
19865         * gdb.base/remote.exp: Likewise.
19866         * gdb.base/reread.exp: Likewise.
19867         * gdb.base/restore.exp: Likewise.
19868         * gdb.base/return.exp: Likewise.
19869         * gdb.base/return2.exp: Likewise.
19870         * gdb.base/scope.exp: Likewise.
19871         * gdb.base/sect-cmd.exp: Likewise.
19872         * gdb.base/sep.exp: Likewise.
19873         * gdb.base/sepdebug.exp: Likewise.
19874         * gdb.base/setshow.exp: Likewise.
19875         * gdb.base/setvar.exp: Likewise.
19876         * gdb.base/sigall.exp: Likewise.
19877         * gdb.base/sigbpt.exp: Likewise.
19878         * gdb.base/signals.exp: Likewise.
19879         * gdb.base/signull.exp: Likewise.
19880         * gdb.base/sizeof.exp: Likewise.
19881         * gdb.base/solib.exp: Likewise.
19882         * gdb.base/step-line.exp: Likewise.
19883         * gdb.base/step-test.exp: Likewise.
19884         * gdb.base/structs.exp: Likewise.
19885         * gdb.base/structs2.exp: Likewise.
19886         * gdb.base/term.exp: Likewise.
19887         * gdb.base/twice.exp: Likewise.
19888         * gdb.base/until.exp: Likewise.
19889         * gdb.base/varargs.exp: Likewise.
19890         * gdb.base/volatile.exp: Likewise.
19891         * gdb.base/watchpoint.exp: Likewise.
19892         * gdb.base/whatis-exp.exp: Likewise.
19893         * gdb.base/whatis.exp: Likewise.
19894         * gdb.cp/ambiguous.exp: Likewise.
19895         * gdb.cp/annota2.exp: Likewise.
19896         * gdb.cp/annota3.exp: Likewise.
19897         * gdb.cp/bool.exp: Likewise.
19898         * gdb.cp/breakpoint.exp: Likewise.
19899         * gdb.cp/casts.exp: Likewise.
19900         * gdb.cp/class2.exp: Likewise.
19901         * gdb.cp/classes.exp: Likewise.
19902         * gdb.cp/cplusfuncs.exp: Likewise.
19903         * gdb.cp/ctti.exp: Likewise.
19904         * gdb.cp/derivation.exp: Likewise.
19905         * gdb.cp/exception.exp: Likewise.
19906         * gdb.cp/gdb1355.exp: Likewise.
19907         * gdb.cp/hang.exp: Likewise.
19908         * gdb.cp/inherit.exp: Likewise.
19909         * gdb.cp/local.exp: Likewise.
19910         * gdb.cp/m-data.exp: Likewise.
19911         * gdb.cp/m-static.exp: Likewise.
19912         * gdb.cp/member-ptr.exp: Likewise.
19913         * gdb.cp/method.exp: Likewise.
19914         * gdb.cp/misc.exp: Likewise.
19915         * gdb.cp/namespace.exp: Likewise.
19916         * gdb.cp/overload.exp: Likewise.
19917         * gdb.cp/ovldbreak.exp: Likewise.
19918         * gdb.cp/pr-1023.exp: Likewise.
19919         * gdb.cp/pr-1210.exp: Likewise.
19920         * gdb.cp/pr-574.exp: Likewise.
19921         * gdb.cp/printmethod.exp: Likewise.
19922         * gdb.cp/psmang.exp: Likewise.
19923         * gdb.cp/ref-params.exp: Likewise.
19924         * gdb.cp/ref-types.exp: Likewise.
19925         * gdb.cp/rtti.exp: Likewise.
19926         * gdb.cp/templates.exp: Likewise.
19927         * gdb.cp/try_catch.exp: Likewise.
19928         * gdb.cp/userdef.exp: Likewise.
19929         * gdb.cp/virtfunc.exp: Likewise.
19930         * gdb.disasm/am33.exp: Likewise.
19931         * gdb.disasm/h8300s.exp: Likewise.
19932         * gdb.disasm/mn10300.exp: Likewise.
19933         * gdb.disasm/sh3.exp: Likewise.
19934         * gdb.disasm/t01_mov.exp: Likewise.
19935         * gdb.disasm/t02_mova.exp: Likewise.
19936         * gdb.disasm/t03_add.exp: Likewise.
19937         * gdb.disasm/t04_sub.exp: Likewise.
19938         * gdb.disasm/t05_cmp.exp: Likewise.
19939         * gdb.disasm/t06_ari2.exp: Likewise.
19940         * gdb.disasm/t07_ari3.exp: Likewise.
19941         * gdb.disasm/t08_or.exp: Likewise.
19942         * gdb.disasm/t09_xor.exp: Likewise.
19943         * gdb.disasm/t10_and.exp: Likewise.
19944         * gdb.disasm/t11_logs.exp: Likewise.
19945         * gdb.disasm/t12_bit.exp: Likewise.
19946         * gdb.disasm/t13_otr.exp: Likewise.
19947         * gdb.hp/gdb.aCC/optimize.exp: Likewise.
19948         * gdb.hp/gdb.aCC/watch-cmd.exp: Likewise.
19949         * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
19950         * gdb.hp/gdb.base-hp/dollar.exp: Likewise.
19951         * gdb.hp/gdb.base-hp/hwwatchbus.exp: Likewise.
19952         * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
19953         * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
19954         * gdb.hp/gdb.base-hp/reg.exp: Likewise.
19955         * gdb.hp/gdb.base-hp/sized-enum.exp: Likewise.
19956         * gdb.hp/gdb.compat/xdb1.exp: Likewise.
19957         * gdb.hp/gdb.compat/xdb3.exp: Likewise.
19958         * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
19959         * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
19960         * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
19961         * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
19962         * gdb.mi/gdb701.exp: Likewise.
19963         * gdb.mi/gdb792.exp: Likewise.
19964         * gdb.mi/mi-basics.exp: Likewise.
19965         * gdb.mi/mi-break.exp: Likewise.
19966         * gdb.mi/mi-cli.exp: Likewise.
19967         * gdb.mi/mi-console.exp: Likewise.
19968         * gdb.mi/mi-disassemble.exp: Likewise.
19969         * gdb.mi/mi-eval.exp: Likewise.
19970         * gdb.mi/mi-file.exp: Likewise.
19971         * gdb.mi/mi-read-memory.exp: Likewise.
19972         * gdb.mi/mi-regs.exp: Likewise.
19973         * gdb.mi/mi-return.exp: Likewise.
19974         * gdb.mi/mi-simplerun.exp: Likewise.
19975         * gdb.mi/mi-stack.exp: Likewise.
19976         * gdb.mi/mi-stepi.exp: Likewise.
19977         * gdb.mi/mi-syn-frame.exp: Likewise.
19978         * gdb.mi/mi-until.exp: Likewise.
19979         * gdb.mi/mi-var-block.exp: Likewise.
19980         * gdb.mi/mi-var-child.exp: Likewise.
19981         * gdb.mi/mi-var-cmd.exp: Likewise.
19982         * gdb.mi/mi-var-display.exp: Likewise.
19983         * gdb.mi/mi-watch.exp: Likewise.
19984         * gdb.mi/mi2-basics.exp: Likewise.
19985         * gdb.mi/mi2-break.exp: Likewise.
19986         * gdb.mi/mi2-cli.exp: Likewise.
19987         * gdb.mi/mi2-console.exp: Likewise.
19988         * gdb.mi/mi2-disassemble.exp: Likewise.
19989         * gdb.mi/mi2-eval.exp: Likewise.
19990         * gdb.mi/mi2-file.exp: Likewise.
19991         * gdb.mi/mi2-read-memory.exp: Likewise.
19992         * gdb.mi/mi2-regs.exp: Likewise.
19993         * gdb.mi/mi2-return.exp: Likewise.
19994         * gdb.mi/mi2-simplerun.exp: Likewise.
19995         * gdb.mi/mi2-stack.exp: Likewise.
19996         * gdb.mi/mi2-stepi.exp: Likewise.
19997         * gdb.mi/mi2-syn-frame.exp: Likewise.
19998         * gdb.mi/mi2-until.exp: Likewise.
19999         * gdb.mi/mi2-var-block.exp: Likewise.
20000         * gdb.mi/mi2-var-child.exp: Likewise.
20001         * gdb.mi/mi2-var-cmd.exp: Likewise.
20002         * gdb.mi/mi2-var-display.exp: Likewise.
20003         * gdb.mi/mi2-watch.exp: Likewise.
20004         * gdb.stabs/exclfwd.exp: Likewise.
20005         * gdb.stabs/weird.exp: Likewise.
20006         * gdb.threads/gcore-thread.exp: Likewise.
20007         * gdb.trace/actions.exp: Likewise.
20008         * gdb.trace/backtrace.exp: Likewise.
20009         * gdb.trace/circ.exp: Likewise.
20010         * gdb.trace/collection.exp: Likewise.
20011         * gdb.trace/deltrace.exp: Likewise.
20012         * gdb.trace/infotrace.exp: Likewise.
20013         * gdb.trace/limits.exp: Likewise.
20014         * gdb.trace/packetlen.exp: Likewise.
20015         * gdb.trace/passc-dyn.exp: Likewise.
20016         * gdb.trace/passcount.exp: Likewise.
20017         * gdb.trace/report.exp: Likewise.
20018         * gdb.trace/save-trace.exp: Likewise.
20019         * gdb.trace/tfind.exp: Likewise.
20020         * gdb.trace/tracecmd.exp: Likewise.
20021         * gdb.trace/while-dyn.exp: Likewise.
20022         * gdb.trace/while-stepping.exp: Likewise.
20023
20024 2006-08-08  Joel Brobecker  <brobecker@adacore.com>
20025
20026         * gdb.base/step-bt.c: New file.
20027         * gdb.base/step-bt.exp: New testcase.
20028
20029 2006-08-08  Daniel Jacobowitz  <dan@codesourcery.com>
20030
20031         * config/monitor.exp (gdb_load): Remove support for obsolete
20032         download-write-size.
20033         * gdb.base/remote.exp: Likewise.  Update all callers of
20034         gdb_timed_load.
20035
20036 2006-08-02  Daniel Jacobowitz  <dan@codesourcery.com>
20037
20038         * cursal.exp: Pass binfile to gdb_load.
20039
20040 2006-08-01  Nathan Sidwell  <nathan@codesourcery.com>
20041
20042         * gdb.base/cursal.exp: Add "" to gdb_load call.
20043
20044 2006-07-29  Mark Kettenis  <kettenis@gnu.org>
20045
20046         * gdb.asm/asm-source.exp: Add alpha-*-netbsd* to the list of
20047         NetBSD/ELF targets.
20048
20049 2006-07-25  Daniel Jacobowitz  <dan@codesourcery.com>
20050
20051         * gdb.cp/userdef.cc, gdb.cp/userdef.exp: New tests for unary
20052         operator*.
20053
20054 2006-07-24  Daniel Jacobowitz  <dan@codesourcery.com>
20055
20056         * gdb.base/completion.exp: Update for change in "file" behavior.
20057         * gdb.stabs/weird.exp: Likewise.
20058         * lib/mi-support.exp (mi_gdb_file_cmd): Likewise.
20059         * lib/gdb.exp (gdb_file_cmd): Likewise.  Kill the program explicitly.
20060
20061 2006-07-24  Nathan Sidwell  <nathan@codesourcery.com>
20062
20063         * gdb.base/auxv.exp: Skip on non-linux, non-solaris targets.
20064         * gdb.base/cursal.exp: Use gdb_file_cmd first, then separate gdb_load.
20065
20066 2006-07-21  Andrew Stubbs  <andrew.stubbs@st.com>
20067
20068         * gdb.base/default.exp: Update source command error message.
20069         * gdb.base/help.exp: Update 'help source' message.
20070
20071 2006-07-20  Daniel Jacobowitz  <dan@codesourcery.com>
20072
20073         * gdb.cp/bs15503.exp: Update comment for no longer crashing
20074         test.
20075
20076 2006-07-19  Andrew Stubbs  <andrew.stubbs@st.com>
20077
20078         * gdb.base/ifelse.exp: Remove troublesome 'got here' messages.
20079
20080 2006-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
20081
20082         * gdb.arch/i386-size.c, gdb.arch/i386-size.exp: New files.
20083
20084 2006-07-18  Daniel Jacobowitz  <dan@codesourcery.com>
20085
20086         * gdb.threads/print-threads.exp: Use gdb_breakpoint.
20087
20088 2006-07-17  Mark Kettenis  <kettenis@gnu.org>
20089
20090         * gdb.base/long_long.exp (gdb_test_long_long): Exclude
20091         *-*-openbsd* from targets for wich we expect ARM FPA floating
20092         point format.
20093
20094 2006-07-17  Nick Roberts  <nickrob@snap.net.nz>
20095
20096         * gdb.cp/annota3.exp: Expect frame-begin annotation.
20097
20098 2006-07-17  Mark Kettenis  <kettenis@gnu.org>
20099
20100         * gdb.base/annota3.exp: Expect frame-begin annotation.
20101
20102 2006-07-14  Joel Brobecker  <brobecker@adacore.com>
20103
20104         * gdb.base/help.exp: Adjust "help unset" test to accept
20105         any list of unset commands.
20106
20107 2006-07-13  Paul N. Hilfinger  <Hilfinger@adacore.com>
20108             Daniel Jacobowitz  <dan@codesourcery.com>
20109
20110         * gdb.cp/ref-params.exp: New test.
20111         * gdb.cp/ref-params.cc: New source file.
20112         * gdb.cp/Makefile.in (EXECUTABLES): Add ref-params.
20113
20114 2006-07-08  Mark Kettenis  <kettenis@gnu.org>
20115
20116         * gdb.arch/alpha-step.exp (test_stepi): Do not include trailing
20117         spaces/tabs in regular expressions since they might not be there.
20118
20119 2006-07-07  Andrew Stubbs  <andrew.stubbs@st.com>
20120
20121         * gdb.base/ifelse.exp: New file.
20122
20123 2006-07-04  Nathan Sidwell  <nathan@codesourcery.com>
20124
20125         * gdb.base/huge.c: Allow CRASH_GDB to be set from command
20126         line.
20127         * gdb.base/huge.exp: Loop over compilation to find a size that
20128         is acceptable.
20129         * gdb.base/remote.exp: Correct expected strings.
20130         * gdb.dwarf2/mac-fileno.S: Avoid # comments.
20131
20132 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
20133
20134         * gdb.base/store.exp: Don't use gdb_suppress_entire_file.
20135
20136 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
20137
20138         * gdb.base/gdb1555.exp: Use gdb_compile_shlib.  Skip if not
20139         native.
20140
20141 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
20142
20143         * gdb.stabs/exclfwd.exp: Skip the test if configure did not
20144         enable stabs testing.
20145
20146 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
20147
20148         * gdb.base/auxv.exp: Intercept undefined command messages before
20149         gdb_test_multiple does.
20150
20151 2006-06-22  Daniel Jacobowitz  <dan@codesourcery.com>
20152
20153         * Makefile.in (host_alias): Remove.
20154         (target_alias): Use @target_noncanonical@.
20155         (site.exp): Don't set host_alias.
20156         * aclocal.m4: Remove contents.  Include acx.m4.
20157         * configure: Regenerated.
20158         * configure.ac: Use ACX_NONCANONICAL_TARGET.
20159
20160 2006-06-13  Nathan Sidwell  <nathan@codesourcery.com>
20161
20162         * lib/gdb.exp (gdb_load_cmd): New.
20163
20164         * gdb.base/fileio.c: Add system(NULL) test.
20165         * gdb.base/fileio.exp: Check it.
20166
20167         * gdb.base/break.c: Add 10a breakpoint at }
20168         * gdb.base/break.exp: Add test for breakpoint at }
20169         * gdb.cp/anon-union.cc: Add code at end of function.
20170         * gdb.cp/anon-union.exp: Adjust end of function breakpoint.
20171         * gdb.mi/var-cmd.c: Add code at end of function.
20172         * gdb.mi/mi-var-display.exp: Adjust end of next.
20173         * gdb.mi/mi2-var-display.exp: Likewise.
20174         * gdb.base/fileio.c: Add stop function and insert calls at
20175         stopping places.
20176         * gdb.base/fileio.exp: Breakpoint stop function and remove
20177         explicit line number references.
20178
20179 2006-05-19  Joel Brobecker  <brobecker@adacore.com>
20180
20181         * gdb.base/del.exp (test_delete_alias): New function.
20182         Now check that both "del" and "d" work as aliases for "delete".
20183
20184 2006-05-18  Fred Fish  <fnf@specifix.com>
20185
20186         * gdb.base/a2-run.exp: Allow part of test to run when args aren't
20187         required.  Check for spurious output after program exits normally.
20188
20189 2006-05-17  Fred Fish  <fnf@specifix.com>
20190
20191         * gdb.base/relocate.exp: Use gdb_file_cmd rather than
20192         gdb_load, so it works in the simulator.
20193
20194 2006-05-11  Fred Fish  <fnf@specifix.com>
20195
20196         * gdb.base/bang.exp: Ignore unexpected output between the
20197         "program exited normally" and the gdb prompt, as many other
20198         tests do.
20199
20200 2006-05-07  Mark Kettenis  <kettenis@gnu.org>
20201
20202         * gdb.base/help.exp: Make "delete checkpoint" part option for
20203         "help d" and "help delete" tests.
20204
20205 2006-05-06  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
20206
20207         * gdb.mi/mi-basics.exp: Add missing serial number to
20208         expected output in some mi_gdb_test statements.
20209         * gdb.mi/mi2-basics.exp: Likewise.
20210
20211 2006-05-05  Joel Brobecker  <brobecker@adacore.com>
20212
20213         * gdb.base/del.c: New file.
20214         * gdb.base/del.exp: New testcase.
20215
20216 2006-05-05  David S. Miller  <davem@sunset.davemloft.net>
20217
20218         * gdb.base/break.exp: Do not assume a breakpoint on
20219         main will actually be in $srcfile when optimizing.
20220         * gdb.base/savedregs.exp: Do not require that the dummy
20221         frame location match up to a symbol and source file location.
20222         * gdb.mi/mi-regs.exp (111-data-list-register-values x): "No registers"
20223         will get printed without a mi_cmd_data_list_register_values prefix.
20224         (*-data-list-register-*): Correct regular expressions to expect the new
20225         pseudo d? floating point registers.
20226         * gdb.mi/mi2-regs.exp: Likewise.
20227
20228 2006-05-05  Christophe Lyon  <christophe.lyon@st.com>
20229
20230         * gdb.cp/m-static.h (class gnu_obj_4): Add dummy member.
20231         * gdb.cp/m-static.cc (main): Write to test4.dummy, so that test4
20232         is allocated by the compiler.
20233         * gdb.mi/var-cmd.c: (do_special_tests): Write to u, anonu, s,
20234         anons, e, anone to force their allocation by the compiler.
20235
20236 2006-05-05  Daniel Jacobowitz  <dan@codesourcery.com>
20237
20238         * gdb.base/help.exp: Update expected text for help d and
20239         help delete.
20240
20241 2006-05-02  Mark Kettenis  <kettenis@gnu.org>
20242
20243         * gdb.asm/asm-source.exp: Add powerpc-*-netbsd* to the list of
20244         NetBSD/ELF targets.
20245
20246 2006-04-30  Mark Kettenis  <kettenis@gnu.org>
20247
20248         * gdb.base/sigbpt.exp (stepi_out): FAIL when inserting a
20249         single-step breakpoint fails; make this a KFAIL on
20250         sparc*-*-openbsd*.
20251         * gdb.base/siginfo.exp: Likewise.
20252         * gdb.base/sigstep.exp (advance, advancei): Likewise.
20253
20254 2006-04-26  Michael Snyder  <msnyder@redhat.com>
20255
20256         * gdb.base/multi-forks.exp: Modify patterns for "run to exit",
20257         which may have to consume output from other forks.
20258         Add tests to make sure that "delete fork" succeeded.
20259
20260 2006-04-20  Michael Snyder  <msnyder@redhat.com>
20261
20262         * 2006-03-22  Jim Blandy  <jimb@redhat.com>
20263         Add support for the Renesas M32C and M16C.
20264
20265         * gdb.asm/asm-source.exp: Add m32c target.
20266         * gdb.asm/m32c.inc: Support for m32c target.
20267
20268 2006-04-07  Andrew Stubbs  <andrew.stubbs@st.com>
20269
20270         * gdb.base/commands.exp (recursive_source_test): New test.
20271
20272 2006-04-04  David S. Miller  <davem@sunset.davemloft.net>
20273
20274         * gdb.base/float.exp: Add pattern for sparc targets.
20275
20276 2006-03-30  Daniel Jacobowitz  <dan@codesourcery.com>
20277
20278         * gdb.base/commands.exp (stray_arg0_test): New test.
20279
20280 2006-03-30  Paul Brook  <paul@codesourcery.com>
20281
20282         * gdb.mi/mi-until.exp: kfail broken until command.
20283         * gdb.mi/mi2-until.exp: Ditto.
20284
20285 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
20286
20287         * gdb.mi/mi-var-child-f.exp, gdb.mi/array.f: New files.
20288
20289 2006-03-08  Alexandre Oliva  <aoliva@redhat.com>
20290
20291         * gdb.base/prelink.exp: Anchor tested-for regular expression
20292         on gdb prompt.
20293
20294 2006-03-07  Paul Brook  <paul@codesourcery.com>
20295
20296         * gdb.base/assign.exp: Correct fail message.
20297
20298 2006-03-07  Paul Brook  <paul@codesourcery.com>
20299
20300         * lib/compiler.c: Extract armcc version number.
20301         * lib/compiler.cc: Ditto.
20302
20303 2006-03-07  Paul Brook  <paul@codesourcery.com>
20304
20305         * gdb.arch/altivec-abi.exp: Use nowarnings instead of
20306         additional_flags=-w.
20307         * gdb.arch/altivec-regs.exp: Ditto.
20308         * gdb.arch/e500-abi.exp: Ditto.
20309         * gdb.arch/e500-regs.exp: Ditto.
20310         * gdb.base/all-bin.exp: Ditto.
20311         * gdb.base/annota1.exp: Ditto.
20312         * gdb.base/annota3.exp: Ditto.
20313         * gdb.base/args.exp: Ditto.
20314         * gdb.base/arithmet.exp: Ditto.
20315         * gdb.base/assign.exp: Ditto.
20316         * gdb.base/async.exp: Ditto.
20317         * gdb.base/bang.exp: Ditto.
20318         * gdb.base/break.exp: Ditto.
20319         * gdb.base/call-rt-st.exp: Ditto.
20320         * gdb.base/completion.exp: Ditto.
20321         * gdb.base/cond-expr.exp: Ditto.
20322         * gdb.base/condbreak.exp: Ditto.
20323         * gdb.base/consecutive.exp: Ditto.
20324         * gdb.base/define.exp: Ditto.
20325         * gdb.base/display.exp: Ditto.
20326         * gdb.base/ena-dis-br.exp: Ditto.
20327         * gdb.base/environ.exp: Ditto.
20328         * gdb.base/eval-skip.exp: Ditto.
20329         * gdb.base/info-proc.exp: Ditto.
20330         * gdb.base/jump.exp: Ditto.
20331         * gdb.base/logical.exp: Ditto.
20332         * gdb.base/long_long.exp: Ditto.
20333         * gdb.base/maint.exp: Ditto.
20334         * gdb.base/miscexprs.exp: Ditto.
20335         * gdb.base/pc-fp.exp: Ditto.
20336         * gdb.base/pointers.exp: Ditto.
20337         * gdb.base/relational.exp: Ditto.
20338         * gdb.base/reread.exp: Ditto.
20339         * gdb.base/sect-cmd.exp: Ditto.
20340         * gdb.base/sep.exp: Ditto.
20341         * gdb.base/sepdebug.exp: Ditto.
20342         * gdb.base/until.exp: Ditto.
20343         * gdb.base/whatis-exp.exp: Ditto.
20344         * gdb.cp/annota2.exp: Ditto.
20345         * gdb.cp/annota3.exp: Ditto.
20346         * gdb.trace/actions.exp: Ditto.
20347         * gdb.trace/backtrace.exp: Ditto.
20348         * gdb.trace/circ.exp: Ditto.
20349         * gdb.trace/collection.exp: Ditto.
20350         * gdb.trace/deltrace.exp: Ditto.
20351         * gdb.trace/infotrace.exp: Ditto.
20352         * gdb.trace/limits.exp: Ditto.
20353         * gdb.trace/packetlen.exp: Ditto.
20354         * gdb.trace/passc-dyn.exp: Ditto.
20355         * gdb.trace/passcount.exp: Ditto.
20356         * gdb.trace/report.exp: Ditto.
20357         * gdb.trace/save-trace.exp: Ditto.
20358         * gdb.trace/tfind.exp: Ditto.
20359         * gdb.trace/tracecmd.exp: Ditto.
20360         * gdb.trace/while-dyn.exp: Ditto.
20361         * gdb.trace/while-stepping.exp: Ditto.
20362         * lib/gdb.exp: Ditto.
20363         (gdb_compile): Handle nowarning option.
20364
20365 2006-03-07  Alexandre Oliva  <aoliva@redhat.com>
20366
20367         * gdb.base/prelink.c, gdb.base/prelink-lib.c: Update FSF address.
20368         * gdb.base/prelink.exp: Likewise.  Add -q to prelink runs.
20369         Rename executable to prelinkt.  Don't re-prelink if we didn't
20370         get a core file.  Test prelink -u exit status to tell whether
20371         prelinking failed.  Use gdb_test_multiple.
20372
20373 2006-03-01  Daniel Jacobowitz  <dan@codesourcery.com>
20374
20375         * gdb.cp/inherit.exp (test_print_mi_member_types): New function.
20376         (do_tests): Call it.
20377
20378 2006-02-28  Alexandre Oliva  <aoliva@redhat.com>
20379
20380         * gdb.base/prelink.exp: New test.
20381         * gdb.base/prelink.c, gdb.base/prelink-lib.c: New sources.
20382
20383 2006-02-24  Wu Zhou  <woodzltc@cn.ibm.com>
20384
20385         * gdb.fortran/derived-type.f90: New file.
20386         * gdb.fortran/derived-type.exp: New testcase.
20387
20388 2006-02-23  Daniel Jacobowitz  <dan@codesourcery.com>
20389
20390         * gdb.base/default.exp: Allow ';' as a directory separator.
20391
20392 2006-02-21  Andrew Stubbs  <andrew.stubbs@st.com>
20393
20394         * gdb.base/help.exp (help add-symbol-file): Update.
20395
20396 2006-02-21  Andrew Stubbs  <andrew.stubbs@st.com>
20397
20398         * gdb.base/help.exp (help load): Update expected results.
20399
20400 2006-02-19  Fred Fish  <fnf@specifix.com>
20401
20402         * gdb.base/pc-fp.exp (get_valueofx): Don't print environment
20403         specifix hex value as part of results.
20404         * gdb.base/shreloc.exp (get_msym_addrs): Ditto.
20405
20406 2006-02-16  Fred Fish  <fnf@specifix.com>
20407
20408         * gdb.base/whatis.c: Define variables using typedefs char_addr,
20409         ushort_addr, and slong_addr, so the typedefs are not optimized
20410         away.
20411         * gdb.base/whatis.exp: Add tests using type name for struct type,
20412         union type, enum type, and typedef.
20413
20414 2006-02-13  Mark Kettenis  <kettenis@gnu.org>
20415
20416         * gdb.arch/i386-prologue.exp: Add testcase for PR breakpoints/2080.
20417
20418 2006-02-13  Jim Blandy  <jimb@redhat.com>
20419
20420         * gdb.base/scope.exp (test_at_main): Remove logic to handle the
20421         case where it takes two "next" commands to skip past the init
20422         call.
20423
20424 2006-02-12  Fred Fish  <fnf@specifix.com>
20425
20426         * gdb.base/scope.exp (test_at_main): Use gdb_test_multiple
20427         to handle cases where it takes two "next" commands to skip
20428         past the init call.
20429
20430 2006-02-07  Joel Brobecker  <brobecker@adacore.com>
20431
20432         * gdb.ada/array_return.exp: Mark the last test as expected to fail
20433         on hppa32 targets.
20434
20435 2006-02-06  Vladimir Prus  <ghost@cs.msu.su>
20436
20437         * gdb.mi/mi-break.exp, gdb.mi/mi2-break.exp: Test for the fullname
20438         field.
20439
20440 2006-01-29  Mark Kettenis  <kettenis@gnu.org>
20441
20442         * gdb.cp/bool.cc, gdb.cp/bool.exp: New files.
20443
20444 2006-01-22  Daniel Jacobowitz  <dan@codesourcery.com>
20445
20446         * gdb.arch/powerpc-prologue.c, gdb.arch/powerpc-prologue.exp: New
20447         files.
20448
20449 2006-01-20  Daniel Jacobowitz  <dan@codesourcery.com>
20450
20451         * gdb.cp/maint.exp: Set complaints to a positive value.
20452
20453 2006-01-15  Daniel Jacobowitz  <dan@codesourcery.com>
20454
20455         * gdb.base/multi-forks.c: Add copyright notice.  Include <stdlib.h>.
20456         * gdb.base/multi-forks.exp: Use a loop.  Allow "fork" as a stopped
20457         function name.
20458
20459 2006-01-15  Daniel Jacobowitz  <dan@codesourcery.com>
20460
20461         * gdb.base/checkpoint.c: Update copyright notice.  Include
20462         <stdlib.h>.
20463
20464 2006-01-04  Jim Blandy  <jimb@redhat.com>
20465
20466         * gdb.asm/asm-source.exp: Independently provide default values for
20467         asm-flags and debug-flags.  Use 'string equal' to do the
20468         comparison, not the implicit expr's '==' operator.  Remove
20469         now-unneeded assignments to asm-flags.  In h8300 case, place
20470         "-gdwarf-2", not "-gdwarf2", in debug-flags, not asm-flags.
20471
20472 2006-01-04  Michael Snyder  <msnyder@redhat.com>
20473
20474         * gdb.base/checkpoint.c: New file.
20475         * gdb.base/checkpoint.exp: New file.
20476         * gdb.base/multi-fork.c: New file.
20477         * gdb.base/multi-fork.exp: New file.
20478         * gdb.base/pi.txt: New file (data for checkpoint.c test).
20479
20480 2006-01-04  Fred Fish  <fnf@specifix.com>
20481
20482         * gdb.base/ptype.c (foo): Add typedef.
20483         (intfoo): Add function.
20484         * gdb.base/ptype1.c: New file.
20485         * gdb.base/ptype.exp: Handle compilation and linking with two
20486         source files.  Test that proper type for "foo" is found based
20487         on source context rather than first match found in symtabs.
20488
20489 2005-12-28  Mark Kettenis  <kettenis@gnu.org>
20490
20491         * gdb.asm/asm-source.exp (hppa-*-openbsd*): New.
20492         * gdb.asm/openbsd.inc: Indent commands.
20493
20494 2005-12-26  Mark Kettenis  <kettenis@gnu.org>
20495
20496         * gdb.base/freebpcmd.exp: Increase timeout.
20497
20498         * gdb.gdb/selftest.exp (test_with_self): Update copyright check.
20499
20500 2005-12-17  Daniel Jacobowitz  <dan@codesourcery.com>
20501
20502         * gdb.base/default.exp: Update check for "show version".
20503
20504 2005-12-09  Randolph Chung  <tausq@debian.org>
20505
20506         * gdb.asm/asm-source.exp (hppa64-*-hpux*): New.
20507         * gdb.asm/pa64.inc: New file.
20508
20509 2005-12-09  Randolph Chung  <tausq@debian.org>
20510
20511         * gdb.asm/common.inc: Indent commands.
20512         * gdb.asm/asmsrc1.s: Likewise.
20513         * gdb.asm/asmsrc2.s: Likewise.
20514
20515 2005-12-09  Randolph Chung  <tausq@debian.org>
20516
20517         * gdb.arch/pa-nullify.exp: Handle hppa64-*-* targets.
20518         (get_addr_of_sym): Remove duplicate print.
20519         (gen_core): xfail hppa*-*-hpux*, update expected output.
20520         * gdb.arch/pa-nullify.s: Reformat to also work on HPUX.
20521         * gdb.arch/pa64-nullify.s: New file.
20522
20523 2005-12-09  Randolph Chung  <tausq@debian.org>
20524
20525         * gdb.base/dump.exp: Mark hppa64-*-* as 64-bit target.
20526
20527 2005-12-07  Christophe Lyon  <christophe.lyon@st.com>
20528
20529         * gdb.cp/printmethod.cc (main): Call virt and nonvirt, to force
20530         code generation for these functions.
20531         * gdb.cp/printmethod.exp: Expect "&A::nonvirt()" instead of an
20532         error message.
20533
20534 2005-12-02  Andrew Stubbs  <andrew.stubbs@st.com>
20535
20536         * gdb.base/help.exp (help b, help br, help bre, help brea)
20537         (help break): Update the expected message.
20538
20539 2005-11-11  Stephane Carrez  <stcarrez@nerim.fr>
20540
20541         * gdb.asm/m68hc11.inc: Setup the data section.
20542         * gdb.asm/asm-source.exp (m6811-*-*): Don't use the target board linker
20543         script for this test.
20544         (m6812-*-*): Likewise.
20545
20546 2005-11-09  Randolph Chung <tausq@debian.org>
20547
20548         * gdb.base/structs2.exp: Update xfail to only trigger for gcc-3.x.
20549
20550 2005-11-09  Wu Zhou  <woodzltc@cn.ibm.com>
20551
20552         * gdb.base/break.exp: Fix a comment typo.
20553
20554 2005-11-03  Jim Blandy  <jimb@redhat.com>
20555
20556         Checked in by Elena Zannoni  <ezannoni@redhat.com>
20557
20558         * gdb.dwarf2/mac-fileno.exp, gdb.dwarf2/mac-fileno.S: New tests.
20559
20560 2005-11-02  Corinna Vinschen  <vinschen@redhat.com>
20561
20562         * gdb.arch/gdb1558.c: Include stdio.h.
20563
20564 2005-10-31  Mark Kettenis  <kettenis@gnu.org>
20565
20566         * gdb.asm/asm-source.exp: Use -e instead of --entry.
20567
20568 2005-10-31  Mark Kettenis  <kettenis@gnu.org>
20569
20570         * gdb.base/bfp-test.exp: Properly anchor gdb_multiple_test usage.
20571
20572 2005-10-17  Paul Gilliam  <pgilliam@us.ibm.com>
20573
20574         * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
20575         vscr" tests to better match output.
20576
20577 2005-10-12  Jim Blandy  <jimb@redhat.com>
20578
20579         * gdb.base/structs.exp (any): New function.
20580         (test_struct_returns): Don't make any assumptions at all about
20581         what value the function returns when GDB can't set the return
20582         value.
20583
20584 2005-10-09  Joel Brobecker  <brobecker@adacore.com>
20585
20586         * gdb.ada/arrayidx/p.adb: New file.
20587         * gdb.ada/arrayidx.exp: New testcase
20588
20589 2005-10-09  Joel Brobecker  <brobecker@adacore.com>
20590
20591         * gdb.ada/array_return/pck.ads: New file.
20592         * gdb.ada/array_return/pck.adb: New file.
20593         * gdb.ada/array_return/p.adb: New file.
20594         * gdb.ada/array_return.exp: New testcase.
20595
20596 2005-10-03  Joel Brobecker  <brobecker@adacore.com>
20597
20598         * gdb.base/arrayidx.c: New file.
20599         * gdb.base/arrayidx.exp: New testcase.
20600
20601 2005-09-29  Nick Roberts  <nickrob@snap.net.nz>
20602
20603         * gdb.base/annota3.exp, gdb.cp/annota3.exp: The annotations
20604         frames-invalid and breakpoints-invalid are no longer generated
20605         with level 3 so don't expect them in the output.
20606
20607 2005-09-27  Bob Rossi  <bob@brasko.net>
20608
20609         * gdb.mi/mi-disassemble.exp, gdb.mi/mi2-disassemble.exp: Remove .*
20610         from test.  Escape the | in mi_gdb_test call.
20611         * gdb.mi/mi-basics.exp, gdb.mi/mi-cli.exp, gdb.mi/mi-disassemble.exp,
20612         gdb.mi/mi-pthreads.exp, gdb.mi/mi-stack.exp, gdb.mi/mi2-basics.exp,
20613         gdb.mi/mi2-cli.exp, gdb.mi/mi2-disassemble.exp,
20614         gdb.mi/mi2-pthreads.exp, gdb.mi/mi2-stack.exp: Add extra details to
20615         expected regex's in mi_gdb_test calls.
20616         * lib/mi-support.exp: Remove arbitrary .* from tests.
20617         (mi_gdb_test): Add string_regex variable. Add anchor to main -re.
20618         Fully anchor GDB/MI expected results in mi_gdb_test.
20619         * lib/gdb.exp (string_to_regexp): Escape the ] character.
20620         * gdb.base/sizeof.exp: Remove escape character. Correct test.
20621
20622 2005-09-26  Paul Brook  <paul@codesourcery.com>
20623
20624         * long_long.exp: Exclude eabi targets from arm FPA float format test.
20625
20626 2005-09-20  Wu Zhou  <woodzltc@cn.ibm.com>
20627
20628         * bfp-test.c: New file.
20629         * bfp-test.exp: New testcase.
20630
20631 2005-09-20  Wu Zhou  <woodzltc@cn.ibm.com>
20632
20633         * gdb.fortran/subarray.exp: New testcase to test the evaluation
20634         of subarray and substring variable.
20635         * gdb.fortran/subarray.f: New source file for the test of subarray
20636         and substring variable evaluation.
20637         * gdb.fortran/exprs.exp: Add four tests for substring evaluation
20638         of string constant.
20639
20640 2005-09-19  Daniel Jacobowitz  <dan@codesourcery.com>
20641
20642         * gdb.arch/altivec-regs.exp, gdb.arch/altivec-abi.exp: Update
20643         copyright dates.
20644
20645 2005-09-19  Paul Gilliam  <pgilliam@us.ibm.com>
20646
20647         * gdb.arch/altivec-regs.exp (info powerpc altivec): Replace the 'info
20648         powerpc altivec' test with an almost identical 'info vector' test.
20649
20650 2005-09-13  Paul Gilliam  <pgilliam@us.ibm.com>
20651
20652         * gdb.arch/altivec-regs.exp: Adjust "info reg vrsave" and "info reg
20653         vscr" tests to match output.
20654
20655 2005-09-13  Paul Gilliam  <pgilliam@us.ibm.com>
20656
20657         * gdb.arch/altivec-regs.exp: Adjust "print $vx<i>" tests to match
20658         output.
20659
20660 2005-09-11  Bob Rossi  <bob@brasko.net>
20661
20662         * lib/mi-support.exp (mi_gdb_test): Change -re to not be anchored.
20663         * gdb.mi/mi-syn-frame.exp: Call mi_gdb_test twice instead of once for
20664         commands that return an MI output command and an asyncronous MI output
20665         command.
20666         * gdb.mi/mi-console.exp: Ditto.
20667
20668 2005-09-11  Bob Rossi  <bob@brasko.net>
20669
20670         * gdb.mi/mi-var-child.c: Include <string.h>.
20671
20672 2005-09-10  Daniel Jacobowitz  <dan@codesourcery.com>
20673
20674         * killed.exp: Correct gdb_expect syntax.
20675
20676 2005-08-09  Corinna Vinschen  <vinschen@redhat.com>
20677
20678         * lib/mi-support.exp (mi_gdb_load): Fix typo.
20679
20680 2005-08-02  Bob Rossi  <bob@brasko.net>
20681
20682         * gdb.mi/mi-basics.exp: Tell mi_gdb_start to use a PTY for inferior.
20683         (test_setshow_inferior_tty): Add global mi_inferior_tty_name to scope.
20684         Change tests to inferior-tty-set/show.
20685         * gdb.mi/mi-console.exp: Tell mi_gdb_start to use a PTY for inferior.
20686         (47-exec-next): Use mi_gdb_test to get GDB and Inferior output.
20687         * gdb.mi/mi-syn-frame.exp: Tell mi_gdb_start to use a PTY for
20688         inferior.  Use mi_gdb_test to get GDB and Inferior output.
20689         * lib/mi-support.exp (mi_inferior_spawn_id): Add inferior PTY
20690         descriptor.
20691         (mi_inferior_tty_name): Add inferior PTY file name.
20692         (mi_gdb_start): Add INFERIOR_PTY parameter.
20693         (mi_gdb_test): Add IPATTERN parameter.
20694
20695 2005-08-02   Bob Rossi  <bob@brasko.net>
20696
20697         * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Add MESSAGE
20698         parameter to mi_gdb_test.
20699         * lib/mi-support.exp (mi_gdb_test): Make MESSAGE parameter necessary.
20700
20701 2005-07-31  Daniel Jacobowitz  <dan@codesourcery.com>
20702
20703         * gdb.mi/mi-var-child.c (do_children_tests): Initialize
20704         struct_declarations.
20705         * gdb.mi/mi-var-child.exp: Step over the initialization of
20706         struct_declarations.
20707
20708 2005-07-31  Daniel Jacobowitz  <dan@codesourcery.com>
20709
20710         * gdb.mi/basics.c, gdb.mi/var-cmd.c: Revert last change.
20711         * gdb.mi/mi-stack.c: New file, based on gdb.mi/basics.c.
20712         * gdb.mi/mi-var-child.c: New file, based on gdb.mi/var-cmd.c.
20713         * gdb.mi/mi-stack.exp: Update to use mi-stack.c as a source file.
20714         * gdb.mi/mi-var-child.exp: Update to use mi-var-child.c as a source
20715         file.
20716
20717 2005-07-27  Nick Roberts  <nickrob@snap.net.nz>
20718
20719         * gdb.mi/var-cmd.c: Give long_array in _struct_decl 12 elements.
20720         (do_children_tests): Assign values to the extra elements.
20721
20722         * gdb.mi/mi-var-child.exp: Adapt tests for extra elements and use
20723         them for tests for "-var-update --no-values" and
20724         "-var-update --all-values".
20725         Add test for "-var-list-children --simple-values".
20726
20727         * gdb.mi/basics.c (callee4): Add integer array D[3]...
20728
20729         * gdb.mi/mi-stack.exp (test_stack_locals_listing): ...to test
20730         "-stack-list-locals --simple-values"  Improve doc strings and
20731         comments.
20732
20733 2005-07-18  Mark Kettenis  <kettenis@gnu.org>
20734
20735         * gdb.base/sigaltstack.exp (finish_test): KFAIL gdb/1736 on
20736         *-*-openbsd*.
20737         * gdb.base/sigstep.exp (advancei): KFAIL gdb/1736 on *-*-openbsd*.
20738
20739         * gdb.base/sigaltstack.c (main): Use stack_t instead of `struct
20740         sigaltsatck'.
20741
20742 2005-07-14  Bob Rossi  <bob@brasko.net>
20743
20744         * gdb.base/default.exp (tty): Changed output of command.
20745         * gdb.base/help.exp (help tty): Ditto.
20746
20747 2005-07-12  Mark Kettenis  <kettenis@gnu.org>
20748
20749         * gdb.arch/i386-sse.exp: Compile with -msse when using GCC.
20750
20751 2005-07-10  Mark Kettenis  <kettenis@gnu.org>
20752
20753         * gdb.mi/mi2-stack.exp (test_stack_locals_listing): Remove test for
20754         -stack-select-frame without arguments.
20755         (test_stack_frame_listing): Add test for newly implemented command
20756         -stack-info-frame.
20757
20758 2005-07-06  Bob Rossi  <bob@brasko.net>
20759
20760         * gdb.mi/mi-basics.exp (test_setshow_inferior_tty): Test MI tty
20761         command.
20762         (Copyright): Update copyright.
20763
20764 2005-07-06  Wu Zhou  <woodzltc@cn.ibm.com>
20765
20766         * gdb.fortran/exprs.exp (test_arithmetic_expressions): Add five
20767         tests to evaluate exponentiation expression.
20768
20769 2005-06-29  Andreas Schwab  <schwab@suse.de>
20770
20771         * gdb.base/sigrepeat.c: Include <stdlib.h> and add return type for
20772         main to avoid warnings.
20773
20774         * gdb.base/sigrepeat.exp: Fix reference to undefined variable.
20775
20776 2005-06-20  Nick Roberts  <nickrob@snap.net.nz>
20777
20778         * gdb.mi/mi-stack.exp (test_stack_locals_listing): Remove test for
20779         -stack-select-frame without arguments.
20780         (test_stack_frame_listing): Add test for newly implemented command
20781         -stack-info-frame.
20782
20783 2005-06-17  Wu Zhou  <woodzltc@cn.ibm.com>
20784
20785         * gdb.fortran/array-element.f: New file.
20786         * gdb.fortran/array-element.exp: New testcase.
20787
20788 2005-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
20789
20790         * gdb.base/bigcore.exp: Correct checks for systems which can
20791         not dump a large core file.
20792
20793 2005-06-13  Daniel Jacobowitz  <dan@codesourcery.com>
20794
20795         * gdb.base/relocate.c: Add a copyright notice.
20796         (dummy): Remove.
20797         * gdb.base/relocate.exp: Test printing the values of variables
20798         from a relocatable file.
20799
20800 2005-06-12  Daniel Jacobowitz  <dan@codesourcery.com>
20801
20802         * gdb.mi/mi-syn-frame.exp, gdb.mi/mi2-syn-frame.exp: Don't expect
20803         excess MI output after an error.
20804
20805 2005-05-29  Joel Brobecker  <brobecker@adacore.com>
20806
20807         * gdb.arch/alpha-step.c: New file.
20808         * gdb.arch/alpha-step.exp: New testcase.
20809
20810 2005-05-17  Daniel Jacobowitz  <dan@codesourcery.com>
20811             Dennis Brueni  <dennis@slickedit.com>
20812
20813         * gdb.mi/mi-cli.exp, gdb.mi/mi-return.exp, gdb.mi/mi-stack.exp,
20814         gdb.mi/mi-stepi.exp, gdb.mi/mi-syn-frame.exp, gdb.mi/mi-until.exp,
20815         gdb.mi/mi-var-display.exp, gdb.mi/mi-watch.exp, gdb.mi/mi2-cli.exp,
20816         gdb.mi/mi2-return.exp, gdb.mi/mi2-stack.exp,
20817         gdb.mi/mi2-syn-frame.exp, gdb.mi/mi2-until.exp,
20818         gdb.mi/mi2-var-display.exp: Expect fullname field in stack frames.
20819         * lib/mi-support.exp (mi_runto, mi_execute_to_helper): Likewise.
20820
20821 2005-05-17  Paul Gilliam  <pgilliam@us.ibm.com>
20822             Wu Zhou  <woodzltc@cn.ibm.com>
20823
20824         * gdb.base/shreloc.exp: Use gdb_compile_shlib.  Add support for
20825         IBM's xlc compiler.
20826         * gdb.base/shreloc1.c (fn_1): Reference variable static_var_1.
20827         * gdb.base/shreloc2.c (fn_2): Reference variable static_var_2.
20828
20829 2005-05-13  Jim Blandy  <jimb@redhat.com>
20830
20831         * gdb.base/call-ar-st.exp: Call 'untested' and return -1 instead of
20832         calling gdb_suppress_entire_file.
20833         * gdb.base/charset.exp: Same.
20834         * gdb.base/call-rt-st.exp: Same.
20835
20836 2005-05-05  Bob Rossi  <bob_rossi@cox.net>
20837
20838         * lib/gdb.exp (fullname_syntax): Added global regex.
20839         (fullname_syntax_POSIX): Ditto.
20840         (fullname_syntax_UNC): Ditto.
20841         (fullname_syntax_DOS_CASE): Ditto.
20842         (fullname_syntax_DOS): Ditto.
20843         * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Added
20844         fullname_syntax variable to scope and use it.
20845         (test_file_list_exec_source_files): Ditto.
20846         * gdb.mi/mi2-file.exp (test_file_list_exec_source_file): Ditto.
20847
20848 2005-05-04  Daniel Jacobowitz  <dan@codesourcery.com>
20849
20850         * gdb.threads/linux-dp.exp: Check for *-*-linux-gnu*.
20851
20852 2004-05-02  Paul Gilliam  <pgilliam@us.ibm.com>
20853
20854         * lib/gdb.exp (skip_altivec_tests): New function, based on
20855         check_vmx_hw_available from the GCC testsuite.
20856         * lib/gdb.arch/altivec-abi.exp: Use skip_altivec_tests.
20857         * lib/gdb.arch/altivec-regs.exp: Likewise.
20858
20859 2005-05-02  Jim Blandy  <jimb@redhat.com>
20860
20861         * gdb.base/auxv.exp: Call 'untested' and return -1 instead of
20862         calling gdb_suppress_entire_file.
20863
20864 2005-04-30  Randolph Chung  <tausq@debian.org>
20865
20866         * gdb.threads/staticthreads.exp: Override signal to check for hppa.
20867         Slightly relax "sem_post" name checking.
20868
20869 2005-04-29  Paul Gilliam  <pgilliam@us.ibm.com>
20870
20871         * gdb.base/unload.exp: Use new shared library infrastructure.
20872
20873 2005-04-29  Paul Gilliam  <pgilliam@us.ibm.com>
20874
20875         * gdb.base/so-impl-ld.exp: Use new shared library
20876         infrastructure.
20877
20878 2005-04-29  Corinna Vinschen  <vinschen@redhat.com>
20879
20880         * gdb.asm/asm-source.exp: Add h8300 to supported targets.
20881         * gdb.asm/h8300.inc: New file.
20882
20883 2005-04-28  Paul Gilliam  <pgilliam@us.ibm.com>
20884
20885         * gdb.base/shlib-call.exp: Change to use new shared library
20886         infrastructure.
20887
20888 2005-04-28  Paul Gilliam  <pgilliam@us.ibm.com>
20889
20890         * gdb.base/pending.exp: Change to use new shared library
20891         infrastructure.
20892
20893 2005-04-28  Paul Gilliam  <pgilliam@us.ibm.com>
20894
20895         * gdb.base/nodebug.exp: Allow for compiling by IBM's xlc compiler,
20896         use test_compiler_info instead of gcc_compiled, and update copyright.
20897
20898 2005-04-27  Paul Gilliam  <pgilliam@us.ibm.com>
20899
20900         * gdb.base/annota1.exp : Deal with messages caused by breakpoints in
20901         shared objects being adjusted and update copyright years.
20902
20903 2005-04-27  Daniel Jacobowitz  <dan@codesourcery.com>
20904
20905         * ChangeLog: Correct some 2003-01-13 dates.
20906         * gdb.base/sigbpt.exp, gdb.base/signull.exp, gdb.cp/bs15503.exp,
20907         gdb.cp/exception.exp, gdb.cp/userdef.cc, gdb.cp/userdef.exp,
20908         gdb.mi/mi-console.exp, gdb.mi/mi2-console.exp,
20909         gdb.trace/collection.exp, gdb.trace/passc-dyn.exp,
20910         gdb.trace/tfind.exp: Update copyright years.
20911
20912 2005-04-14  Paul Gilliam  <pgilliam@us.ibm.com>
20913             Daniel Jacobowitz  <dan@codesourcery.com>
20914
20915         * lib/gdb.exp (gdb_compile): Handle shlib=.
20916         (gdb_compile_shlib): New function.
20917
20918 2005-04-12  Paul Gilliam  <pgilliam@us.ibm.com>
20919
20920         * lib/gdb.exp (test_compiler_info): Give argument a default value.
20921
20922 2005-04-08  Daniel Jacobowitz  <dan@codesourcery.com>
20923
20924         * Makefile.in (ALL_SUBDIRS): Replace gdb.gdbserver with
20925         gdb.server.
20926         * configure.ac: Likewise.
20927         * configure: Regenerated.
20928         * gdb.gdbserver/Makefile.in: Moved to...
20929         * gdb.server/Makefile.in: ... here.
20930         * gdb.gdbserver/server.c: Moved to...
20931         * gdb.server/server.c: ... here.
20932         * gdb.gdbserver/server-run.exp: Moved to...
20933         * gdb.server/server-run.exp: ... here.
20934
20935 2005-04-08  Daniel Jacobowitz  <dan@codesourcery.com>
20936
20937         * Makefile.in (ALL_SUBDIRS): Add gdb.gdbserver.
20938         * configure.ac: Create gdb.gdbserver/Makefile.
20939         * configure: Regenerated.
20940         * lib/gdbserver-support.exp: New file, derived from
20941         config/gdbserver.exp.
20942         * config/gdbserver.exp: Use gdbserver-support.exp.
20943         * gdb.gdbserver/Makefile.in: New file.
20944         * gdb.gdbserver/server.c: New file.
20945         * gdb.gdbserver/server-run.exp: New file.
20946
20947 2005-04-06  Paul Gilliam  <pgilliam@us.ibm.com>
20948
20949         * lib/gdb.exp (test_compiler_info): Return compiler_info
20950         if no arguments are given.
20951
20952 2005-04-01  Paul Gilliam  <pgilliam@us.ibm.com>
20953
20954         * gdb.arch/altivec-abi.exp: Check for compiler and set
20955         use altivec' flag accordingly.
20956         * gdb.arch/altivec-regs.exp: Likewise.
20957
20958 2005-03-29  Daniel Jacobowitz  <dan@codesourcery.com>
20959
20960         * gdb.base/ptr-typedef.exp, gdb.base/ptr-typedef.c: New files.
20961
20962 2005-03-27  Andreas Schwab  <schwab@suse.de>
20963
20964         * gdb.base/bigcore.c (main): Add missing mode argument in open
20965         call.
20966
20967 2005-03-25  Daniel Jacobowitz  <dan@codesourcery.com>
20968
20969         * lib/mi-support.exp (mi_gdb_load): Use /tmp for gdbserver
20970         downloads.
20971         * config/gdbserver.exp (gdb_load): Likewise.
20972
20973 2005-03-14  Paul Brook  <paul@codesourcery.com>
20974
20975         * lib/mi-support.exp: Use mi_gdb_target_cmd to connect to remote
20976         targets.
20977
20978 2005-03-09  Joel Brobecker  <brobecker@adacore.com>
20979
20980         * gdb.dwarf2/dup-psym.S: New file.
20981         * gdb.dwarf2/dup-psym.exp: New testcase.
20982
20983 2005-03-09  Joel Brobecker  <brobecker@adacore.com>
20984
20985         * gdb.ada/exec_changed/first.adb: New file.
20986         * gdb.ada/exec_changed/second.adb: New file.
20987         * gdb.ada/exec_changed.exp: New testcase.
20988
20989 2005-03-08  Nathan Sidwell  <nathan@codesourcery.com>
20990
20991         * gdb.cp/userdef.cc (A1::operator+): New unary plus.
20992         (A2): New class.
20993         (main): Test operator+.
20994         * gdb.cp/userdef.exp: Test unary plus.  Use A2::operator+ for
20995         breakpoint test.
20996
20997         * gdb.base/sigbpt.exp: Disable if gdb,nosignals.
20998         * gdb.base/signull.exp: Disable if gdb,nosignals.
20999         * gdb.cp/bs15503.exp: Disable if skip_cplus_tests
21000         * gdb.cp/exception.exp: Disable if skip_cplus_tests.
21001         * gdb.mi/mi-console.exp: Disable hello test if gdb,noinferiorio.
21002         * gdb.mi/mi2-console.exp: Likewise.
21003         * gdb.trace/collection.exp (run_trace_experiment): Consume the
21004         continue output at start.
21005         (gdb_collect_locals_test): Robustify regexp.
21006         * gdb.trace/passc-dyn.exp: Fix comment typo.
21007         * gdb.trace/tfind.exp: Don't enable optimization. Remove stray ']'.
21008
21009 2005-03-08  Corinna Vinschen  <vinschen@redhat.com>
21010
21011         * gdb.asm/asm-source.exp: Add iq2000 case.
21012         * gdb.asm/iq2000.inc: New file.
21013
21014 2005-03-07  Manoj Iyer <manjo@austin.ibm.com>
21015
21016         * gdb.base/command.exp: Change hardcoded value to regular expression.
21017         * gdb.base/float.exp: Add powerpc to the list of targets checked.
21018
21019 2005-03-07  Daniel Jacobowitz  <dan@codesourcery.com>
21020
21021         * gdb.asm/alpha.inc, gdb.asm/frv.inc, gdb.asm/i386.inc,
21022         gdb.asm/ia64.inc, gdb.asm/m68hc11.inc, gdb.asm/m68k.inc,
21023         gdb.asm/mips.inc, gdb.asm/pa.inc, gdb.asm/powerpc.inc,
21024         gdb.asm/s390.inc, gdb.asm/s390x.inc, gdb.asm/sh.inc,
21025         gdb.asm/x86_64.inc: Use .purgem before redefining macros.
21026
21027 2005-03-05  Mark Kettenis  <kettenis@gnu.org>
21028
21029         * gdb.cp/ovldbreak.exp: Adjust regular expression for recent
21030         changes.
21031
21032 2004-03-03  Paul Gilliam  <pgilliam@us.ibm.com>
21033
21034         * lib/compiler.c: Add test for IBM's xlc compiler.
21035         * lib/compiler.cc: Likewise.
21036
21037 2004-02-24  Joel Brobecker  <brobecker@adacore.com>
21038
21039         * gdb.ada/fixed_points.exp: Create compilation object directory
21040         before running the test.
21041         * gdb.ada/null_record.exp: Likewise.
21042         * gdb.ada/packed_array.exp: Likewise.
21043         * gdb.ada/start.exp: Likewise.
21044
21045 2005-02-15  Joel Brobecker  <brobecker@adacore.com>
21046
21047         * gdb.ada/packed_array/pa.adb: New file.
21048         * gdb.ada/packed_array.exp: New testcase.
21049
21050 2005-02-10  Mark Kettenis  <kettenis@gnu.org>
21051
21052         * gdb.dwarf2/dw2-intermix.exp, gdb.dwarf2/dw2-intermix.S: New
21053         files.
21054
21055         * gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/dw2-intercu.exp: Run tests
21056         on *-*-openbsd*.  Correctly match whitespace in regukar
21057         expressions.
21058
21059 2005-02-10  Daniel Jacobowitz  <dan@debian.org>
21060
21061         From Ramana Radhakrishnan <ramana.radhakrishnan@codito.com>:
21062         PR exp/1821
21063         * gdb.base/gdb1821.c: New test file.
21064         * gdb.base/gdb1821.exp: New test file.
21065
21066 2005-02-09  Joel Brobecker  <brobecker@adacore.com>
21067
21068         * gdb.base/start.c: New file.
21069         * gdb.base/start.exp: New testcase.
21070
21071 2005-02-09  Joel Brobecker  <brobecker@adacore.com>
21072
21073         * gdb.ada/start/dummy.adb: New file.
21074         * gdb.ada/start.exp: New testcase.
21075
21076 2005-02-09  Corinna Vinschen  <vinschen@redhat.com>
21077
21078         * maint.exp: Raise timeout to give Cygwin targeted GDBs more time
21079         for printing symbols and statistics.
21080         Add test for using relative pathnames in "maint print msymbols" test.
21081         Mark "maint info sections DATA" XFAIL on Cygwin.
21082         Remove Cygwin XFAIL mark on "help maint dump-me" and "maint dump-me"
21083         tests.
21084
21085 2005-02-09  Andreas Schwab  <schwab@suse.de>
21086
21087         Committed by Andrew Cagney  <cagney@gnu.org>
21088         * gdb.base/remotetimeout.exp: New file.
21089
21090 2005-02-07  Mark Kettenis  <kettenis@gnu.org>
21091
21092         * gdb.base/interp.exp: Remove trailing \n in gdb_test commands.
21093
21094 2005-02-03  Joel Brobecker  <brobecker@adacore.com>
21095
21096         * gdb.ada/gnat_ada.gpr: New file.
21097         * gdb.ada/gnat_ada.gin: Delete, no longer used.
21098         * lib/ada.exp (gdb_compile_ada): Minor adaptation to new project file.
21099         * configure.ac: No longer generate gnat_ada.gpr.
21100         * configure: Regenerate.
21101         * gdb.ada/Makefile.in: Minor adaptations due to new project file.
21102         * gdb.ada/null_record/null_record.adb: Moved here from gdb.ada.
21103         * gdb.ada/null_record/bar.ads: Likewise.
21104         * gdb.ada/null_record/bar.adb: Likewise.
21105         * gdb.ada/fixed_points/fixed_points.adb: Likewise.
21106         * gdb.ada/null_record.exp (testdir): New variable.
21107         (testfile): executable is now in testdir subdirectory.
21108         (srcfile): Use full path to the main compilation unit.
21109         * gdb.ada/fixed_points.exp: Same changes as above.
21110
21111 2005-02-03  Nick Roberts  <nickrob@snap.net.nz>
21112
21113         * gdb.base/interp.exp: New test.
21114
21115 2005-01-24  Andrew Cagney  <cagney@gnu.org>
21116
21117         * gdb.base/sigrepeat.exp, gdb.base/sigrepeat.c: New test.
21118
21119 2005-01-19  Andrew Cagney  <cagney@gnu.org>
21120
21121         * gdb.stabs/Makefile.in (Makefile): Update dependencies -
21122         configure.ac not configure.in.
21123
21124         * gdb.base/scope.exp (test_at_main): Delete any XFAIL and/or KFAIL
21125         of powerpc*-*-*.
21126         * gdb.hp/gdb.base-hp/callfwmall.exp (do_function_calls): Ditto.
21127         * gdb.base/list.exp (test_list_function)
21128         (test_list_filename_and_function): Ditto.
21129         * gdb.base/callfuncs.exp (do_function_calls): Ditto.
21130
21131 2005-01-16  Andrew Cagney  <cagney@gnu.org>
21132
21133         * gdb.base/source.exp: Delete KFAIL gdb/1846, simplify.
21134
21135         * gdb.base/source-error.gdb, gdb.base/source.exp: New files.
21136
21137 2005-01-14  Andrew Cagney  <cagney@gnu.org>
21138
21139         * gdb.mi/mi-var-cmd.exp: Adjust "create int" test to match output.
21140         * gdb.mi/mi2-var-cmd.exp: Ditto.
21141
21142 2005-01-10  Corinna Vinschen  <vinschen@redhat.com>
21143
21144         * gdb.base/fileio.c: Include unistd.h as required for lseek(2).
21145
21146 2005-01-07  Andrew Cagney  <cagney@gnu.org>
21147
21148         * configure.ac: Rename configure.in, require autoconf 2.59.
21149         * configure: Re-generate.
21150         * gdb.stabs/configure.ac: Rename configure.in, require autoconf 2.59.
21151         * gdb.stabs/configure: Re-generate.
21152         * gdb.hp/configure.ac: Rename configure.in, require autoconf 2.59.
21153         * gdb.hp/configure: Re-generate.
21154         * gdb.hp/gdb.objdbg/configure.ac: Rename configure.in, require
21155         autoconf 2.59.
21156         * gdb.hp/gdb.objdbg/configure: Re-generate.
21157         * gdb.hp/gdb.defects/configure.ac: Rename configure.in, require
21158         autoconf 2.59.
21159         * gdb.hp/gdb.defects/configure: Re-generate.
21160         * gdb.hp/gdb.compat/configure.ac: Rename configure.in, require
21161         autoconf 2.59.
21162         * gdb.hp/gdb.compat/configure: Re-generate.
21163         * gdb.hp/gdb.base-hp/configure.ac: Rename configure.in, require
21164         autoconf 2.59.
21165         * gdb.hp/gdb.base-hp/configure: Re-generate.
21166         * gdb.hp/gdb.aCC/configure.ac: Rename configure.in, require
21167         autoconf 2.59.
21168         * gdb.hp/gdb.aCC/configure: Re-generate.
21169
21170 2004-12-15  Jim Blandy  <jimb@redhat.com>
21171
21172         * gdb.threads/linux-dp.exp: Fix output regexp to handle output
21173         under NPTL when there is debugging info available for libpthread.
21174
21175 2004-12-13  Jerome Guitton  <guitton@gnat.com>
21176
21177         * gdb.ada/fixed_points.c: New file.
21178         * gdb.ada/fixed_points.exp: New file.
21179
21180 2004-12-03  Randolph Chung  <tausq@debian.org>
21181
21182         * gdb.arch/pa-nullify.exp: New file.
21183         * gdb.arch/pa-nullify.s: New file.
21184
21185 2004-11-30  Randolph Chung  <tausq@debian.org>
21186
21187         * gdb.threads/thread_check.exp: Use ${srcfile} for test program name
21188         instead of "tbug".  Fix regexp to work properly with gdb_test.
21189
21190 2004-11-29  Paul Hilfinger  <Hilfinger@gnat.com>
21191
21192         * gdb.base/bitfields2.exp: New test.
21193         * gdb.base/bitfields2.c: New file.
21194
21195 2004-11-28  Richard Earnshaw  <rearnsha@arm.com>
21196
21197         * config/sim.exp (gdb_load): Return 0 on success, -1 on failure.
21198
21199 2004-11-16  Randolph Chung  <tausq@debian.org>
21200
21201         * gdb.base/unload.exp: Pass relative path to gdb_get_line_number.
21202
21203 2004-11-14  Daniel Jacobowitz  <dan@debian.org>
21204
21205         * gdb.threads/threadapply.exp: Correct "macro details" test.
21206
21207 2004-11-11  Jeff Johnston  <jjohnstn@redhat.com>
21208
21209         * gdb.threads/threadapply.exp: New test.
21210         * gdb.threads/threadapply.c: New file.
21211
21212 2004-11-07  Mark Kettenis  <kettenis@gnu.org>
21213
21214         * gdb.base/savedregs.exp: Correct pattern used for sigtramp
21215         frames.
21216
21217 2004-11-05  Felix Lee  <felix+log1@specifixinc.com>
21218
21219         * gdb.base/cursal.exp: New file.
21220         * gdb.base/cursal.c: New file.
21221
21222 2004-11-03  Andrew Cagney  <cagney@gnu.org>
21223
21224         * gdb.base/savedregs.exp, gdb.base/savedregs.c: New files.
21225
21226 2004-10-30  Mark Kettenis  <kettenis@gnu.org>
21227
21228         * gdb.asm/asm-source.exp: Add mips*-*-netbsd* to the list of
21229         NetBSD/ELF targets.
21230
21231 2004-10-29  Joel Brobecker  <brobecker@gnat.com>
21232
21233         * gdb.threads/bp_in_thread.c: New file, copied from
21234         pthread_cond_wait.c.
21235         * gdb.threads/bp_in_thread.c: Use bp_in_thread.c as the source
21236         file, rather than reusing the .c file from another testcase.
21237
21238 2004-10-20  Joel Brobecker  <brobecker@gnat.com>
21239
21240         * gdb.ada/null_record.exp: Check where we stopped after
21241         sending the start command, instead of where the associated
21242         temporary breakpoint was inserted.
21243
21244 2004-10-14  Andrew Cagney  <cagney@gnu.org>
21245
21246         * gdb.mi/gdb701.c (main): Return 0.
21247
21248 2004-10-13  Daniel Jacobowitz  <dan@debian.org>
21249
21250         * gdb.dwarf2/dw2-intercu.S, gdb.dwarf2/dw2-intercu.exp: New files.
21251
21252 2004-10-12  Jeff Johnston  <jjohnstn@redhat.com>
21253
21254         * gdb.threads/schedlock.c: Add comment markers to use to find
21255         line numbers.
21256         * gdb.threads/schedlock.exp: Adjust regex to handle the new
21257         comments.
21258         * gdb.threads/watchthreads.exp: Use gdb_get_line_number to find
21259         breakpoint lines.
21260
21261 2004-10-12  Daniel Jacobowitz  <dan@debian.org>
21262
21263         * gdb.dwarf2/dw2-basic.exp: Run on Hurd also.
21264
21265 2004-10-12  Daniel Jacobowitz  <dan@debian.org>
21266
21267         * configure.in: Add gdb.dwarf2.
21268         * configure: Regenerated.
21269         * Makefile.in: Add gdb.dwarf2.
21270         * gdb.dwarf2/Makefile.in, gdb.dwarf2/dw2-basic.S,
21271         gdb.dwarf2/dw2-basic.exp, gdb.dwarf2/main.c,
21272         gdb.dwarf2/file1.txt: New files.
21273
21274 2004-10-11  Orjan Friberg  <orjanf@axis.com>
21275
21276         * gdb.threads/bp_in_thread.exp: Use runto_main and "continue" instead
21277         of "run", since the latter doesn't work with remote targets.  Adjust
21278         the breakpoint numbering accordingly.
21279         * gdb.threads/pthread_cond_wait.exp: Ditto.
21280
21281 2004-10-08  Michael Chastain  <mec.gnu@mindspring.com>
21282
21283         * gdb.base/overlays.exp: Update copyright years.
21284
21285 2004-10-08  Kei Sakamoto  <sakamoto.kei@renesas.com>
21286
21287         * gdb.base/overlays.exp: Disable if target is Linux.
21288
21289 2004-10-06  Felix Lee  <felix+log1@specifixinc.com>
21290
21291         * config/gdbserver.exp (gdb_load): Use right filename on remote.
21292
21293 2004-10-05  Kei Sakamoto  <sakamoto.kei@renesas.com>
21294
21295         * gdb.asm/asm-source.exp: Add m32r-linux target.
21296         * gdb.asm/m32r-linux.inc: New file.
21297
21298 2004-09-24  Andrew Cagney  <cagney@redhat.com>
21299             David Anderson <anderson@redhat.com>
21300
21301         * gdb.base/bigcore.exp (extract_heap): If the expect "file size"
21302         command fails, assume things will work.
21303         * gdb.base/bigcore.c: Include <sys/stat.h> and <fcntl.h>.
21304         (_GNU_SOURCE): Define.
21305         (print_unsigned, print_hex): Change parameter to "long long".
21306         (print_byte_count): New function, use to print byte counts.
21307         (large_off_t, large_lseek, O_LARGEFILE): Define dependant on
21308         O_LARGEFILE.
21309         (main): Compute an upper bound on a corefile in max_core_size.
21310         Limit memory chunk size to max_core_size.  Limit total memory
21311         allocated to max_core_size.
21312
21313 2004-09-23  Andrew Cagney  <cagney@gnu.org>
21314
21315         * gdb.base/bigcore.exp: Replace the code that creates a corefile
21316         from a separate process with code that creates a corefile by
21317         making the inferior dump core.
21318
21319 2004-09-23  Mark Kettenis  <kettenis@gnu.org>
21320
21321         * gdb.base/sigstep.exp: Avoid comments withing gdb_test_multiple
21322         block.
21323
21324 2004-09-23  Michael Chastain  <mec.gnu@mindspring.com>
21325
21326         * gdb.base/constvars.exp (local_compiler_xfail_check_2):
21327         New proc.  Accept both gcc 3.x.x and gcc 4.x.x.
21328         * gdb.base/volatile.exp (local_compiler_xfail_check_2):
21329         Likewise.
21330
21331 2004-09-20  Jeff Johnston  <jjohnstn@redhat.com>
21332
21333         * gdb.java/jprint.exp: New test case for java inferior call.
21334         * gdb.java/jprint.java: Ditto.
21335
21336 2004-09-15  Joel Brobecker  <brobecker@gnat.com>
21337
21338         * gdb.base/bigcore.exp: Deactivate on IRIX targets.
21339
21340 2004-09-14  Michael Chastain  <mec.gnu@mindspring.com>
21341
21342         * gdb.threads/killed.c: Include <stdlib.h>.
21343         * gdb.threads/pthreads.c: Likewise.
21344
21345 2004-09-14  Michael Chastain  <mec.gnu@mindspring.com>
21346
21347         * gdb.threads/killed.c: Add copyright notice.
21348
21349 2004-09-10  Jason Molenda  (jmolenda@apple.com)
21350
21351         * gdb.base/define.exp: Two new tests to verify zero space chars
21352         after 'if' and 'while' commands in a user-defined command is correctly
21353         parsed.
21354
21355 2004-09-08  Andrew Cagney  <cagney@gnu.org>
21356
21357         * gdb.base/signals.exp (signal_tests_1): Delete.  Merge signal
21358         delivery test with duplicate at end of file.
21359
21360 2004-09-06  Mark Kettenis  <kettenis@jive.nl>
21361
21362         * gdb.base/unload.exp: Link with -dl on *-*-solaris*.
21363
21364 2004-09-05  Michael Chastain  <mec.gnu@mindspring.com>
21365
21366         * config/hppro.exp: Removed.
21367
21368 2004-09-05  Michael Chastain  <mec.gnu@mindspring.com>
21369
21370         * config/sparclet.exp: Removed.
21371
21372 2004-09-05  Michael Chastain  <mec.gnu@mindspring.com>
21373
21374         * config/udi.exp: Removed.
21375
21376 2004-09-02  Michael Chastain  <mec.gnu@mindspring.com>
21377
21378         * gdb.base/sigstep.exp (advance): Use "-continue_timer" option
21379         of "exp_continue".
21380         (advancei): Likewise.
21381
21382 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
21383
21384         * gdb.base/unload.exp: Fix so messages aren't duplicated.
21385
21386 2004-09-01  Manoj Iyer  <manjo@austin.ibm.com>
21387
21388         * gdb.gdb/complaints.exp (setup_test): Use new gdb.exp functionality
21389         to check for nodebug in executable.
21390         * gdb.gdb/observer.exp (setup_test): Likewise.
21391         * gdb.gdb/selftest.exp (test_with_self): Likewise.
21392         * gdb.gdb/xfullpath.exp (setup_test): Likewise.
21393
21394 2004-09-01  Andrew Cagney  <cagney@gnu.org>
21395
21396         * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
21397         files.
21398
21399 2004-09-01  Jeff Johnston  <jjohnstn@redhat.com>
21400
21401         * gdb.base/unload.exp: Fix expected warning message to match
21402         latest format.
21403
21404 2004-09-01  Corinna Vinschen  <vinschen@redhat.com>
21405
21406         * gdb.base/call-rt-st.exp: Fix typos.
21407
21408 2004-08-31  Manoj Iyer  <manjo@austin.ibm.com>
21409
21410         * gdb.threads/thread_check.exp: New testcase.
21411         * gdb.threads/thread_check.c: New testcase.
21412
21413 2004-08-31  Andrew Cagney  <cagney@gnu.org>
21414
21415         * gdb.base/sigstep.exp (breakpoint_to_handler_entry)
21416         (skip_to_handler_entry): New procedures.  Test stepping into a
21417         handler when the breakpoint is at the handler's entry point.
21418
21419 2004-08-30  Andrew Cagney  <cagney@gnu.org>
21420
21421         * gdb.base/sigstep.exp (breakpoint_over_handler): Remove kfail
21422         gdb/1757.
21423
21424 2004-08-27  Michael Chastain  <mec.gnu@mindspring.com>
21425
21426         With code from Manoj Iyer <manjo@austin.ibm.com>:
21427         * lib/gdb.exp (gdb_file_cmd): Return more information in the
21428         return value.  Add an arm for "no debugging symbols found".
21429         Change a stray "error" to "perror".
21430         (gdb_run_cmd): Adapt to new return value.
21431         * gdb.base/remote.exp: Adapt to new return value.
21432         * gdb.gdb/complaints.exp: Likewise.
21433         * gdb.gdb/observer.exp: Likewise.
21434         * gdb.gdb/selftest.exp: Likewise.
21435         * gdb.gdb/xfullpath.exp: Likewise.
21436
21437 2004-08-27  Joel Brobecker  <brobecker@gnat.com>
21438
21439         * gdb.threads/bp_in_thread.exp: New testcase.
21440
21441 2004-08-27  Michael Chastain  <mec.gnu@mindspring.com>
21442
21443         Fix PR testsuite/1735.
21444         * gdb.threads/schedlock.c (thread_function): Add a cast
21445         to suppress a gcc warning.
21446         * gdb.threads/thread-specific.c (thread_function): Likewise.
21447
21448 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
21449
21450         * gdb.base/unload.c: Include <stdlib.h>.
21451
21452 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
21453
21454         From Paul Gilliam <pgilliam@us.ibm.com>:
21455         * gdb.base/call-sc.exp (test_scalar_returns): Make sure PC is
21456         synchronized after the "return".
21457
21458 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
21459
21460         * gdb.mi/basics.c: Include <stdio.h>.
21461         * gdb.mi/pthreads.c: Include <stdlib.h>.
21462         * gdb.mi/var-cmd.c: Include <stdlib.h>.
21463
21464 2004-08-26  Michael Chastain  <mec.gnu@mindspring.com>
21465
21466         * gdb.threads/schedlock.c: Add copyright notice.
21467
21468 2004-08-25  Andrew Cagney  <cagney@gnu.org>
21469
21470         * gdb.base/sigstep.exp (breakpoint_to_handler, skip_to_handler)
21471         (skip_over_handler, breakpoint_over_hander): New test procedures.
21472         (advance, advancei): Add a proper prefix, do not use
21473         rerun_to_main.
21474         * gdb.base/sigstep.c (main): Change to use an infinite loop.
21475
21476 2004-08-24  Michael Chastain  <mec.gnu@mindspring.com>
21477
21478         * gdb.mi/basics.c: Add copyright notice.
21479         * gdb.mi/var-cmd.c: Add copyright notice.
21480
21481 2004-08-23  Michael Chastain  <mec.gnu@mindspring.com>
21482
21483         * lib/gdb.exp: Remove signed_keyword_not_used.
21484         * lib/compiler.c: Likewise.
21485         * lib/compiler.cc: Likewise.
21486
21487 2004-08-23  Michael Chastain  <mec.gnu@mindspring.com>
21488
21489         * gdb.base/whatis.c: Remove conditional disabling of "signed".
21490         * gdb.base/whatis.exp: Remove signed_keyword_not_used.
21491
21492 2004-08-23  Michael Chastain  <mec.gnu@mindspring.com>
21493
21494         * gdb.base/whatis.c: Add copyright notice.
21495
21496 2004-08-20  Mark Kettenis  <kettenis@gnu.org>
21497
21498         * gdb.arch/i386-prologue.exp (skip_breakpoint): New function.  Use
21499         it to skip the breakpoints encoded in the inline assembly.
21500
21501 2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>
21502
21503         * Makefile.in: Add gdb.fortran.
21504
21505 2004-08-20  Michael Chastain  <mec.gnu@mindspring.com>
21506
21507         * gdb.base/call-sc.exp (test_scalar_returns):
21508         Fix cut-and-paste glitch in "Make fun return now".
21509
21510 2004-08-17  Michael Chastain  <mec.gnu@mindspring.com>
21511
21512         * configure.in: Add gdb.fortran.
21513         * configure: Regenerate.
21514         * gdb.fortran/Makefile.in: New file.
21515         * lib/gdb.exp (skip_fortran_tests): New procedure.
21516
21517 2004-08-17  Michael Chastain  <mec.gnu@mindspring.com>
21518
21519         * gdb.mi/mi-var-block.exp: Use gdb_get_line_number.  Remove
21520         reference to bug-gnu@prep.ai.mit.edu.
21521         * gdb.mi/mi-var-child.exp: Likewise.
21522         * gdb.mi/mi-var-cmd.exp: Likewise.
21523         * gdb.mi/mi-var-display.exp: Likewise.
21524         * gdb.mi/mi2-var-block.exp: Likewise.
21525         * gdb.mi/mi2-var-child.exp: Likewise.
21526         * gdb.mi/mi2-var-cmd.exp: Likewise.
21527         * gdb.mi/mi2-var-display.exp: Likewise.
21528
21529 2004-08-15  Mark Kettenis  <kettenis@gnu.org>
21530
21531         * gdb.base/unload.c (main): Make local variable msg const.
21532
21533 2004-08-15  Michael Chastain  <mec.gnu@mindspring.com>
21534
21535         * gdb.mi/mi-cli.exp: Use gdb_get_line_number.  Remove reference
21536         to bug-gnu@prep.ai.mit.edu.
21537         * gdb.mi/mi-disassemble.exp: Likewise.
21538         * gdb.mi/mi-eval.exp: Likewise.
21539         * gdb.mi/mi-file.exp: Likewise.  Also, add comment about the
21540         default line number.
21541         * gdb.mi/mi-return.exp: Likewise.
21542         * gdb.mi/mi-simplerun.exp: Likewise.
21543         * gdb.mi/mi-stack.exp: Likewise.
21544         * gdb.mi/mi-stepi.exp: Likewise.  Also, replace wildcarded line
21545         number with explicit range test.
21546         * gdb.mi/mi-watch.exp: Likewise.
21547         * gdb.mi/mi2-break.exp: Likewise.
21548         * gdb.mi/mi2-cli.exp: Likewise.
21549         * gdb.mi/mi2-disassemble.exp: Likewise.
21550         * gdb.mi/mi2-eval.exp: Likewise.
21551         * gdb.mi/mi2-file.exp: Likewise.  Also, add comment about the
21552         default line number.
21553         * gdb.mi/mi2-return.exp: Likewise.
21554         * gdb.mi/mi2-simplerun.exp: Likewise.
21555         * gdb.mi/mi2-stack.exp: Likewise.
21556         * gdb.mi/mi2-stepi.exp: Likewise.  Also, replace wildcarded line
21557         number with explicit range test.
21558         * gdb.mi/mi2-watch.exp: Likewise.
21559
21560 2004-08-15  Michael Chastain  <mec.gnu@mindspring.com>
21561
21562         * gdb.cp/ctti.exp: Tweak srcfile and objfile to have no slashes.
21563         * gdb.cp/m-static.exp: Likewise.
21564         * gdb.cp/rtti.exp: Likewise.
21565
21566 2004-08-14  Mark Kettenis  <kettenis@gnu.org>
21567
21568         * gdb.base/bigcore.c: Include <sys/types.h> and <sys/time.h>.
21569
21570 2004-08-14  Eli Zaretskii  <eliz@gnu.org>
21571
21572         * ChangeLog: Prefix Local Variables with semi-colons and indent
21573         the reference to older ChangeLog files, to fix fontification in
21574         Emacs.
21575
21576 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
21577
21578         * gdb.mi/mi-break.exp: Use gdb_get_line_number.
21579         * gdb.mi/mi2-break.exp: Likewise.
21580
21581 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
21582
21583         * gdb.gdb/selftest.exp: Revert removal of call to init_malloc.
21584
21585 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
21586
21587         * gdb.cp/inherit.exp: Use cp_test_ptype_class.
21588
21589 2004-08-13  Michael Chastain  <mec.gnu@mindspring.com>
21590
21591         * gdb.cp/classes.exp: Remove unused declarations.  Just let
21592         test names default instead of providing special names.  Remove
21593         extraneous demangler test.
21594
21595 2004-08-12  Jeff Johnston  <jjohnstn@redhat.com>
21596
21597         * gdb.base/unload.exp: New test for breakpoints in dynamically
21598         loaded libraries.
21599         * gdb.base/unload.c: Ditto.
21600         * gdb.base/unloadshr.c: Ditto.
21601
21602 2004-08-12  Michael Chastain  <mec.gnu@mindspring.com>
21603
21604         * gdb.cp/classes.exp (test_ptype_class_objects): Call
21605         cp_test_ptype_class.
21606         (test_enums): Likewise.
21607
21608 2004-08-10  Andrew Cagney  <cagney@gnu.org>
21609
21610         * gdb.threads/staticthreads.c, gdb.threads/staticthreads.exp: New
21611         files.
21612
21613 2004-08-10  Andrew Cagney  <cagney@gnu.org>
21614
21615         * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove code to skip
21616         init_malloc call.
21617
21618 2004-08-10  Michael Chastain  <mec.gnu@mindspring.com>
21619
21620         * ChangeLog: Add copyright notice.  The notice is copied
21621         from emacs 21.3 top level ChangeLog.
21622
21623 2004-08-09  Michael Chastain  <mec.gnu@mindspring.com>
21624
21625         * lib/cp-support.exp: New file.
21626         * lib/cp-support.exp (cp_test_type_class): New function.
21627         * gdb.cp/derivation.exp: Use cp_test_ptype_class.
21628         * gdb.cp/virtfunc.exp (test_one_ptype): Removed.
21629         * gdb.cp/virtfunc.exp (test_ptype_of_classes): Use
21630         cp_test_ptype_class.
21631
21632 2004-08-09  Michael Chastain  <mec.gnu@mindspring.com>
21633
21634         * gdb.mi/mi2-basics.exp, gdb.mi/mi2-break.exp,
21635         gdb.mi/mi2-console.exp, gdb.mi/mi2-disassemble.exp,
21636         gdb.mi/mi2-eval.exp, gdb.mi/mi2-file.exp, gdb.mi/mi2-hack-cli.exp,
21637         gdb.mi/mi2-read-memory.exp, gdb.mi/mi2-regs.exp,
21638         gdb.mi/mi2-return.exp, gdb.mi/mi2-simplerun.exp,
21639         gdb.mi/mi2-stack.exp, gdb.mi/mi2-stepi.exp, gdb.mi/mi2-until.exp,
21640         gdb.mi/mi2-var-block.exp, gdb.mi/mi2-var-child.exp,
21641         gdb.mi/mi2-var-cmd.exp, gdb.mi/mi2-var-display.exp,
21642         gdb.mi/mi2-watch.exp: Update copyright years.
21643
21644 2004-08-09  Mark Kettenis  <kettenis@gnu.org>
21645
21646         * gdb.base/sigaltstack.exp: Provide proper anchoring.
21647
21648 2004-08-09  Michael Chastain  <mec.gnu@mindspring.com>
21649
21650         * gdb.mi/gdb792.exp, gdb.mi/mi-basics.exp, gdb.mi/mi-break.exp,
21651         gdb.mi/mi-console.exp, gdb.mi/mi-disassemble.exp,
21652         gdb.mi/mi-eval.exp, gdb.mi/mi-file.exp, gdb.mi/mi-hack-cli.exp,
21653         gdb.mi/mi-read-memory.exp, gdb.mi/mi-regs.exp,
21654         gdb.mi/mi-return.exp, gdb.mi/mi-simplerun.exp,
21655         gdb.mi/mi-stack.exp, gdb.mi/mi-stepi.exp, gdb.mi/mi-until.exp,
21656         gdb.mi/mi-var-block.exp, gdb.mi/mi-var-child.exp,
21657         gdb.mi/mi-var-cmd.exp, gdb.mi/mi-var-display.exp,
21658         gdb.mi/mi-watch.exp: Update copyright years.
21659
21660 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
21661
21662         PR gdb/1738
21663         * gdb.base/signals.exp (signal_tests_1): KFAIL bug in continuing
21664         from a breakpoint with a pending signal.
21665
21666 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
21667
21668         PR gdb/1736
21669         * lib/gdb.exp (gdb_test_multiple): Handle return -code return.
21670         * gdb.base/sigaltstack.exp (finish_test): Consume output until
21671         the prompt.
21672         * gdb.base/sigstep.exp: Add KFAIL for gdb/1736.
21673
21674 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
21675
21676         * gdb.cp/templates.exp: Handle (char)115 for template argument 's'.
21677
21678 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
21679
21680         PR gdb/1736
21681         * gdb.base/sigaltstack.exp (finish_test): New procedure.  KFAIL
21682         for i?86-*-linux*.
21683
21684 2004-08-08  Daniel Jacobowitz  <dan@debian.org>
21685
21686         * gdb.arch/i386-prologue.exp: Compile without debug information.
21687
21688 2004-08-08  Michael Chastain  <mec.gnu@mindspring.com>
21689
21690         * lib/gdb.exp (gdb_get_line_number): Rewrite with native tcl
21691         rather than asking gdb to search.
21692
21693 2004-08-05  Michael Chastain  <mec.gnu@mindspring.com>
21694
21695         * gdb.base/gcore.c: Include <string.h>.
21696
21697 2004-08-05  Michael Chastain  <mec.gnu@mindspring.com>
21698
21699         * gdb.base/gcore.c: Add copyright notice.
21700
21701 2004-08-05  Michael Chastain  <mec.gnu@mindspring.com>
21702
21703         * gdb.base/freebpcmd.c: Include <stdio.h>.
21704         * gdb.base/long_long.c: Include <string.h>.
21705         * gdb.base/sigaltstack.c: Include <stdlib.h> <string.h>.
21706         * gdb.base/siginfo.c: Include <string.h>.
21707         * gdb.base/sigstep.c: Include <string.h>.
21708
21709 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
21710
21711         * gdb.base/complex.c: Include <stdlib.h>.
21712
21713 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
21714
21715         * gdb.base/complex.c: Add copyright notice.
21716
21717 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
21718
21719         * gdb.base/charset.c: Include <stdlib.h>.
21720
21721 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
21722
21723         * gdb.base/auxv.c: Include <stdlib.h>.
21724
21725 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
21726
21727         * gdb.base/auxv.c: Add copyright notice.
21728
21729 2004-08-04  Michael Chastain  <mec.gnu@mindspring.com>
21730
21731         * gdb.base/coremaker.c: Add copyright notice.
21732         * gdb.base/coremaker2.c: Add copyright notice.
21733
21734 2004-08-04  Andrew Cagney  <cagney@gnu.org>
21735
21736         * gdb.base/store.exp: Update copyright.
21737         (check_set, up_set, check_struct, up_struct): Add a prefix to test
21738         names, do not import gdb_prompt.
21739
21740 2004-08-01  Andrew Cagney  <cagney@gnu.org>
21741
21742         Fix PR testsuite/1729.
21743         * gdb.base/dump.exp: Add test name to callers of capture_value, do
21744         not use capture_value with value 4.
21745         (capture_value): Add optional test name parameter.
21746         (test_reload_saved_value, test_restore_saved_value): Use $msg as
21747         the prefix, pass to capture_value.
21748
21749 2004-08-01  Mark Kettenis  <kettenis@gnu.org>
21750
21751         * gdb.arch/i386-prologue.exp: Add testcase for standard prolgue.
21752         * gdb.arch/i386-prologue.c (standard): New prototype and function.
21753         (main): Call new function.
21754
21755 2004-07-31  Michael Chastain  <mec.gnu@mindspring.com>
21756
21757         * gdb.cp/namespace.exp: Accept more varieties of ptype output.
21758
21759 2004-07-31  Michael Chastain  <mec.gnu@mindspring.com>
21760
21761         * gdb.cp/virtfunc.exp: Accept more varieties of ptype output.
21762
21763 2004-07-31  Michael Chastain  <mec.gnu@mindspring.com>
21764
21765         * gdb.cp/inherit.exp: Accept more varieties of ptype output.
21766         Accept more values of vtbl pointer.  Remove some messages
21767         about "obsolete gcc or gdb".
21768
21769 2004-07-30  Michael Chastain  <mec.gnu@mindspring.com>
21770
21771         * gdb.cp/classes.exp: Accept more varieties of ptype output.
21772
21773 2004-07-30  Michael Chastain  <mec.gnu@mindspring.com>
21774
21775         * gdb.base/asm-source.exp: Properly convert target board
21776         debug flags from gcc format to binutils format.
21777
21778 2004-07-28  Mark Kettenis  <kettenis@gnu.org>
21779
21780         * gdb.arch/i386-prologue.exp: Remove KFAIL of "backtrace in
21781         gdb1718".  PR backtrace/1718 partially fixed.
21782
21783 2004-07-27  Jeff Johnston  <jjohnstn@redhat.com>
21784
21785         * gdb.threads/watchthreads.exp: New test for threaded watchpoints.
21786
21787 2004-07-26  Nick Clifton  <nickc@redhat.com>
21788
21789         * gdb.asm/asm-source.exp (debug-flags): New variable.  If a known
21790         good default value for a specific architecture is available then
21791         set it to that value.  Otherwise default to the -gstabs switch.
21792         Remove the -g... switches from the asm-flags variable.  Allow the
21793         target board info to override the value if it wants to.  Pass the
21794         switch on the assembler command line.
21795
21796 2004-07-23  Mark Kettenis  <kettenis@gnu.org>
21797
21798         * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1718.
21799         * gdb.arch/i386-prologue.c (gdb1718): New prototype and function.
21800         (main): Call new function.
21801
21802 2004-07-22  Michael Chastain  <mec.gnu@mindspring.com>
21803
21804         Test for PR exp/1715.
21805         * gdb.base/radix.exp: Refactor common procedures.  Make all
21806         test names unique.  Change XFAIL to KFAIL.
21807
21808 2004-07-20  Michael Chastain  <mec.gnu@mindspring.com>
21809
21810         * gdb.ada/gnat_ada.gpr.in: Rename from here ...
21811         * gdb.ada/gnat_ada.gin: ... to here.
21812         * configure.in: Use gnat_ada.gin.
21813         * configure: Regenerate.
21814
21815 2004-07-20  Andrew Cagney  <cagney@gnu.org>
21816
21817         * gdb.base/signals.exp: Replace send_gdb and gdb_expect with
21818         gdb_test and gdb_test_multiple.  Delete bash_bug.  Delete suspect
21819         XFAILs.  Clean up test messages and comments.  Check backtraces.
21820         Delete re-sync code.
21821
21822 2004-07-19  Michael Chastain  <mec.gnu@mindspring.com>
21823
21824         Fix PR cli/740.
21825         * gdb.base/annota1.exp: Honor gdb,nosignals.
21826         * gdb.base/annota3.exp: Likewise.
21827
21828 2004-07-19  Michael Chastain  <mec.gnu@mindspring.com>
21829
21830         * lib/java.exp: Update copyright notice.
21831
21832 2004-07-19  Andrew Cagney  <cagney@gnu.org>
21833
21834         * gdb.base/selftest.exp: Copy file from here ...
21835         * gdb.gdb/selftest.exp: ... to here.
21836
21837 2004-07-16  Andrew Cagney  <cagney@redhat.com>
21838
21839         * lib/insight-support.exp: Delete file.
21840         * lib/java.exp (java_init): Fix copyright.
21841
21842 2004-07-16  Andrew Cagney  <cagney@gnu.org>
21843
21844         * gdb.base/restore.c: Append "prologue" to comments marking the a
21845         function's prologue.
21846         * gdb.base/restore.exp: Update copyright, re-indent.
21847         (restore_tests): Use gdb_test_multiple.  Add "calleeN calls
21848         callerN" prefix where needed.  Update patterns that match a
21849         function's prologue.
21850
21851 2004-07-16  Michael Chastain  <mec.gnu@mindspring.com>
21852
21853         * gdb.base/restore.c: Add copyright notice.
21854
21855 2004-07-16  Andrew Cagney  <cagney@gnu.org>
21856
21857         * gdb.base/logical.exp: Update copyright.
21858         (evaluate): New procedure.  Use to re-implement tests using
21859         several tables.
21860
21861 2004-07-14  Martin Hunt  <hunt@redhat.com>
21862
21863         * lib/insight-support.exp (gdbtk_start): Unset TCL_LIBRARY
21864         which fixes some problems where init.tcl was not found.
21865
21866 2004-07-13  Andrew Cagney  <cagney@gnu.org>
21867
21868         * gdb.base/sizeof.exp: Skip test when no inferior I/O.
21869         (check_sizeof, check_valueof): Do not include the output in the
21870         test name.  Use gdb_test.
21871         (get_valueof): Use gdb_test_multiple.
21872
21873         * gdb.base/step-test.exp: Update copyright.  Use
21874         gdb_test_multiple.  Ensure that test names do not include
21875         architecture dependent output.
21876
21877         * gdb.gdb/observer.exp: Update copyright.
21878         (setup_test): Use gdb_test_multiple.
21879         (attach_first_observer, attach_second_observer)
21880         (attach_third_observer, detach_first_observer)
21881         (detach_second_observer, detach_third_observer)
21882         (reset_counters, check_counters): Make $message a prefix.
21883         (test_normal_stop_notifications): Add "args" parameter - a list of
21884         init functions to be called.  Make $message a prefix,
21885         (test_observer_normal_stop): Change the message prefixes so that
21886         they are unique, pass the attach / detach procedures to
21887         test_normal_stop_notifications.
21888
21889         * gdb.base/signull.exp (test_segv): Prefix all tests with
21890         "${name}".  Clean up test messages.
21891
21892         * gdb.base/annota3.exp, gdb.base/annota1.exp: Update copyright.
21893
21894         * gdb.base/ena-dis-br.exp: Update copyright.
21895         (break_at): New function.  Replace send_gdb with gdb_test,
21896         break_at, and gdb_test_multiple.  Replace XFAIL of "continue with
21897         ignore count, not stopped at bpt", with KFAIL.
21898
21899 2004-07-13  Corinna Vinschen  <vinschen@redhat.com>
21900
21901         * gdb.base/attach.exp: Remove cleanupfile handling.
21902
21903 2004-07-12  Andrew Cagney  <cagney@gnu.org>
21904
21905         * gdb.base/annota1.exp: Cleanup corefile test name.
21906         * gdb.base/annota3.exp: Ditto.
21907
21908 2004-07-12  Andrew Cagney  <cagney@gnu.org>
21909
21910         * gdb.base/signals.exp: Clean up copyright, re-indent.
21911
21912         * gdb.base/attach.exp: Replace send_gdb and gdb_expect with
21913         gdb_test and gdb_test_multiple.
21914
21915 2004-07-08  Jeff Johnston  <jjohnstn@redhat.com>
21916
21917         * gdb.java/jmain.exp: Fix expected line number for main to
21918         break at.  Set XFAIL for break at main test since gcj does not
21919         provide line number info for first statement in main.
21920
21921 2004-07-08  Andrew Cagney  <cagney@gnu.org>
21922
21923         * gdb.base/attach.exp: Cleanup copyright.  Re-indent.
21924
21925         * gdb.base/sigbpt.exp: Make the common part of each test name a
21926         prefix instead of suffix.
21927
21928 2004-07-07  Bob Rossi  <bob_rossi@cox.net>
21929
21930         * gdb.mi/mi2-file.exp: Revert to version 1.1, except changed name of
21931         test from test_tbreak_creation_and_listing to
21932         test_file_list_exec_source_file
21933         * gdb.mi/mi-file.exp: Add test for -file-list-exec-source-files
21934         Changed name of test from test_tbreak_creation_and_listing to
21935         test_file_list_exec_source_file
21936
21937 2004-07-07  Jeff Johnston  <jjohnstn@redhat.com>
21938
21939         * gdb.java/jmisc.exp: Fix expected output of ptype to look for
21940         the jmisc() constructor instead of <init>.
21941         * gdb.java/jmisc1.exp: Ditto.
21942
21943 2004-07-07  Andrew Cagney  <cagney@gnu.org>
21944
21945         * gdb.base/sigbpt.exp (stepi_out): Check for a single step
21946         corrupting the PC.
21947
21948 2004-07-06  Michael Chastain  <mec.gnu@mindspring.com>
21949
21950         * gdb.cp/templates.exp: Accept whitespace change in demangler
21951         output.
21952
21953 2004-07-06  Andrew Cagney  <cagney@gnu.org>
21954
21955         * gdb.base/sigbpt.exp, gdb.base/sigbpt.c: New test.
21956
21957 2004-07-02  Michael Chastain  <mec.gnu@mindspring.com>
21958
21959         * lib/compiler.c: Accept __HP_CXD_SPP for old hp ansi c compiler.
21960         * lib/compiler.cc: Likewise.
21961
21962 2004-06-30  Michael Chastain   <mec.gnu@mindspring.com>
21963
21964         * lib/compiler.cc: Work around string preprocessing problem
21965         with old hp c++ compiler.
21966         * lib/compiler.c: Likewise.
21967
21968 2004-06-29  Corinna Vinschen  <vinschen@redhat.com>
21969
21970         * gdb.arch/i386-prologue.c: Add copyright header.  Use preprocessor
21971         directives to conditionalize symbol prefixing.
21972         * gdb.arch/i386-prologue.exp: Allow symbol prefixing by adding
21973         additional_flags handling.  Add underscore prefix for Cygwin.
21974         * gdb.arch/i386-unwind.c: Use preprocessor directives to
21975         conditionalize symbol prefixing.
21976         * gdb.arch/i386-unwind.exp: Allow symbol prefixing by adding
21977         additional_flags handling.  Add underscore prefix for Cygwin.
21978
21979 2004-06-29  Corinna Vinschen  <vinschen@redhat.com>
21980
21981         * gdb.base/bigcore.exp: Skip test on Cygwin.
21982
21983 2004-06-28  Michael Chastain  <mec.gnu@mindspring.com>
21984
21985         * gdb.hp/gdb.base-hp/reg.exp: Accept both old and new gdb output
21986         formats for "info register".  Use gdb_test_multiple.  Fix
21987         the "invalid register" test.
21988
21989 2004-06-28  Corinna Vinschen  <vinschen@redhat.com>
21990
21991         * gdb.base/attach.exp: Fix copyright date.  Set testpid to Windows
21992         PID for Cygwin.  Add Cygwin specific strings to check for in some
21993         tests.
21994         (do_attach_tests): Add a test for user interaction when attaching
21995         to a process with no matching symbol table already loaded.
21996
21997 2004-06-26  Andrew Cagney  <cagney@gnu.org>
21998
21999         Test PR java/1567 and PR java/1565.
22000         * gdb.java/jmain.exp, gdb.java/jmain.java: New files.
22001         * gdb.java/jmisc2.exp: Delete file.
22002
22003 2004-06-26  Michael Chastain  <mec.gnu@mindspring.com>
22004
22005         * gdb.hp/gdb.base-hp/reg.exp: Update copyright notice.
22006
22007 2004-06-25  Corinna Vinschen  <vinschen@redhat.com>
22008
22009         * gdb.base/attach.exp (do_attach_tests): Don't forget to kill second
22010         attach process.
22011
22012 2004-06-23  Michael Chastain  <mec.gnu@mindspring.com>
22013
22014         * gdb.cp/pr-1553.exp: Remove.
22015
22016 2004-06-22  Michael Chastain  <mec.gnu@mindspring.com>
22017
22018         * gdb.cp/pr-1553.cc: Remove.
22019         * gdb.cp/pr-1553.exp: Disable this test.
22020
22021 2004-06-20  Jim Blandy  <jimb@redhat.com>
22022
22023         Fix PR testsuite/1680.
22024         * gdb.arch/i386-sse.exp: Properly quote curly braces in
22025         regular expressions.
22026
22027 2004-06-19  Michael Chastain  <mec.gnu@mindspring.com>
22028
22029         Fix PR testsuite/1679.
22030         * gdb.arch/i386-sse.exp: Do not call gdb_suppress_entire_file.
22031         Issue an UNSUPPORTED result instead.
22032
22033 2004-06-18  Jim Blandy  <jimb@redhat.com>
22034
22035         * gdb.base/charset.exp: Only send a control-C if we see a new
22036         prompt and incomplete command.
22037
22038 2004-06-18  Michael Chastain  <mec.gnu@mindspring.com>
22039
22040         * gdb.cp/pr-574.cc: Add copyright notice.
22041
22042 2004-06-17  Jim Blandy  <jimb@redhat.com>
22043
22044         * gdb.base/charset.exp: Don't refer to $expect_out(1,string) in
22045         cases where the regexp has no groups; this grabs random text from
22046         the previous test suite, whatever that was.
22047
22048 2004-06-17  Michael Chastain  <mec.gnu@mindspring.com>
22049
22050         * gdb.cp/printmethod.cc: Add copyright notice.
22051
22052 2004-06-16  Michael Chastain  <mec.gnu@mindspring.com>
22053
22054         * gdb.cp/psmang1.cc, gdb.cp/psmang2.cc: Add copyright notice.
22055
22056 2004-06-16  Andrew Cagney  <cagney@gnu.org>
22057
22058         * gdb.base/signull.c: Update copyright.  Include <string.h>.
22059         (bowler): Replace data_pointer with data_read
22060         and data_write cases.  Add code_descriptor case.
22061         (zero, desc): New array and pointer.
22062         (data, code): Change to simple pointers.
22063         * gdb.base/signull.exp: Fix probe pattern matching a function
22064         descriptor SIGSEGV.  Replace data_pointer with data_read and
22065         data_write tests.
22066
22067 2004-06-16  Andrew Cagney  <cagney@gnu.org>
22068
22069         * gdb.base/long_long.exp, gdb.base/long_long.c: Rewrite.
22070
22071 2004-06-15  Michael Chastain  <mec.gnu@mindspring.com>
22072
22073         * gdb.base/long_long.c: Add copyright notice.
22074
22075 2004-06-15  Michael Chastain  <mec.gnu@mindspring.com>
22076
22077         * gdb.base/long_long.exp: Remove reference to
22078         bug-gdb@prep.ai.mit.edu.  Change line-number-specific breakpoint
22079         to gdb_breakpoint and gdb_continue_to_breakpoint.
22080
22081 2004-06-14  Jim Blandy  <jimb@redhat.com>
22082
22083         * gdb.arch/e500-regs.exp: Fix up 'print' pattern for the little-
22084         endian case.
22085
22086 2004-06-14  Andrew Cagney  <cagney@gnu.org>
22087
22088         * gdb.base/gcore.exp (capture_command_output): Delete the always
22089         passing tests containing inferior values.
22090         * gdb.base/ending-run.exp: Do not include the breakpoint address
22091         in the test message.  Update copyright.
22092         * gdb.base/sizeof.exp (check_sizeof): Do not include the type's
22093         size in the test name, use gdb_test_multiple.  Update copyright.
22094
22095 2004-06-14  Michael Chastain  <mec.gnu@mindspring.com>
22096
22097         * gdb.cp/ref-types.cc: Add copyright notice.
22098
22099 2004-06-14  Michael Chastain  <mec.gnu@mindspring.com>
22100
22101         * lib/compiler.c: Remove gcc_compiled, hp_cc_compiler,
22102         hp_aCC_compiler.
22103         * lib/compiler.cc: Likewise.
22104         * lib/gdb.exp (get_compiler_info): Eval lines only if they are
22105         'set' commands.  Log diagnostics for other lines.  Set
22106         gcc_compiled, hp_cc_compiler, and hp_aCC_compiler.
22107
22108 2004-06-13  Michael Chastain  <mec.gnu@mindspring.com>
22109
22110         * gdb.cp/try_catch.cc: Add copyright notice.
22111
22112 2004-06-12  Michael Chastain  <mec.gnu@mindspring.com>
22113
22114         * gdb.cp/userdef.cc: Add copyright notice.
22115
22116 2004-06-11  Michael Chastain  <mec.gnu@mindspring.com>
22117
22118         * gdb.cp/virtfunc.cc: Add copyright notice.
22119
22120 2004-06-11  Randolph Chung  <tausq@debian.org>
22121
22122         * gdb.base/structs2.exp: Mark two tests as xfail because of a compiler
22123         problem.
22124
22125 2004-06-10  Andrew Cagney  <cagney@gnu.org>
22126
22127         * lib/compiler.cc, lib/compiler.c: Append either
22128         __GNUC_PATCHLEVEL__, or "unknown" to the compiler_info.
22129         * gdb.base/structs.exp (test_struct_calls): Check for gcc-3-3-*
22130         instead of gcc-3-3.
22131
22132 2004-06-09  Andrew Cagney  <cagney@gnu.org>
22133
22134         * gdb.base/structs.exp (test_struct_calls): Fix KFAIL for
22135         gdb/1455, bug is specific to "long long" and "double".
22136
22137         * gdb.base/structs.exp (test_struct_returns, test_struct_returns)
22138         (test_struct_calls): Remove KFAIL of "long double" on i*86-*-*,
22139         x86_64-*-*, sparc64-*-*, and sparc*-*-solaris2*.  PR tdep/1447
22140         fixed.
22141
22142 2004-06-09  Andrew Cagney  <cagney@gnu.org>
22143
22144         * gdb.base/structs.exp (test_struct_returns): Replace
22145         "return_value_unknown" and "finish_value_unknown" by
22146         "return_value_known" and "finish_value_known".  Instead of
22147         "return_value_unknown" iff "finish_value_unknown", check
22148         "return_value_known" implies "finish_value_known".
22149
22150 2004-06-08  Martin Hunt  <hunt@redhat.com>
22151
22152         * gdb.base/float.exp: Add pattern for mips targets.
22153
22154 2004-06-08  Randolph Chung  <tausq@debian.org>
22155
22156         * gdb.base/float.exp: Add pattern for hppa*-* target; make the failure
22157         message for unknown architectures more clear.
22158
22159 2004-06-08  Joel Brobecker  <brobecker@gnat.com>
22160
22161         * gdb.ada/null_record.exp: Use "start" instead of "begin" to
22162         start the execution of the program.
22163
22164 2004-06-07  Jim Blandy  <jimb@redhat.com>
22165
22166         * gdb.arch/i386-sse.exp, gdb.arch/i386-sse.c: New tests.
22167         * gdb.arch/i386-cpuid.h: New helper file.
22168
22169 2004-06-07  Randolph Chung  <tausq@debian.org>
22170
22171         * gdb.base/shlib-call.exp: Allow breakpoint to be added after inferior
22172         has started.
22173
22174 2004-06-04  Roland McGrath  <roland@redhat.com>
22175
22176         Fix PR gdb/1647.
22177         * gdb.base/auxv.exp (fetch_auxv): Revert last change and fix it
22178         differently to be robust to output buffering differences.
22179
22180 2004-06-04  Michael Chastain  <mec.gnu@mindspring.com>
22181
22182         * gdb.threads/pthreads.exp: Update copyright years.
22183         (check_control_c): Change asynchronous 'after' to synchronous.
22184
22185 2004-06-04  Roland McGrath  <roland@redhat.com>
22186
22187         * gdb.base/auxv.exp (fetch_auxv): Consume output fully through
22188         next gdb prompt.
22189
22190 2004-06-02  Michael Chastain  <mec.gnu@mindspring.com>
22191
22192         Fix PR gdb/1636.
22193         * gdb.threads/manythreads.exp: Change asynchronous 'after'
22194         calls to synchronous.
22195
22196 2004-05-26  Jim Blandy  <jimb@redhat.com>
22197
22198         * gdb.arch/e500-prologue.exp, gdb.arch/e500-prologue.c: New tests.
22199
22200 2004-05-24  Randolph Chung  <tausq@debian.org>
22201
22202         * gdb.asm/asm-source.exp: Enable test for hppa-linux target.
22203         * gdb.asm/pa.inc: New file.
22204
22205 2004-05-22  Mark Kettenis  <kettenis@gnu.org>
22206
22207         * gdb.base/signull.c: Use sigjmp_buf instead of jmp_buf.
22208
22209 2004-05-21  Joel Brobecker  <brobecker@gnat.com>
22210             Daniel Jacobowitz  <drow@mvista.com>
22211
22212         * lib/gdb.exp (gdb_test_multiple): Improve regexp matching the
22213         GDB prompt.
22214
22215 2004-05-20  Ulrich Weigand  <Ulrich.Weigand@de.ibm.com>
22216
22217         * gdb.base/signull.c: Use sigsetjmp/siglongjmp instead of
22218         setjmp/longjmp.  Use sigaction instead of signal.
22219
22220 2004-05-19  J. Brobecker  <brobecker@gnat.com>
22221             Michael Snyder  <msnyder@redhat.com>
22222
22223         * gdb.threads/pthread_cond_wait.c: New file.
22224         * gdb.threads/pthread_cond_wait.exp: New testcase.
22225
22226 2004-05-13  Andrew Cagney  <cagney@redhat.com>
22227
22228         * gdb.base/signull.exp, gdb.base/signull.c: New files.
22229         * gdb.base/gdb1476.c, gdb.base/gdb1476.exp: Delete files.
22230
22231 2004-05-11  Andrew Cagney  <cagney@redhat.com>
22232
22233         * gdb.base/sigstep.exp (advancei): Update KFAILs.  gdb/1613 is
22234         fixed but revealed gdb/1639.
22235
22236 2004-05-10  Andrew Cagney  <cagney@redhat.com>
22237
22238         * gdb.base/signals.exp (signal_tests_1): Simplify "continue to
22239         func1" and "next to 2nd alarm", kernel bug avoided.
22240
22241 2004-05-10  Daniel Jacobowitz  <dan@debian.org>
22242
22243         PR external/1568
22244         * gdb.base/bigcore.exp: Check the size of the dumped core file.
22245         XFAIL if it is smaller than bytes_allocated.
22246         * gdb.base/bigcore.c (bytes_allocated): Make static and unsigned.
22247         (main): Make chunks_allocated unsigned.  Correct comment.
22248
22249 2004-05-07  Joel Brobecker  <brobecker@gnat.com>
22250
22251         * gdb.arch/powerpc-aix-prologue.c: New file.
22252         * gdb.arch/powerpc-aix-prologue.exp: New file.
22253
22254 2004-05-07  Jim Blandy  <jimb@redhat.com>
22255
22256         * gdb.base/lineinc.exp, gdb.base/lineinc1.h, gdb.base/lineinc2.h,
22257         gdb.base/lineinc3.h, gdb.base/lineinc.c: New tests.
22258
22259 2004-05-06  Joel Brobecker  <brobecker@gnat.com>
22260
22261         * gdb.base/sep.exp: No longer setup_kfail when the program was
22262         built with dwarf2.
22263
22264 2004-05-05  Jim Ingham  <jingham@apple.com>
22265
22266         * gdb.base/pending.exp: Make sure pending breakpoints
22267         preserve the ignore count.
22268
22269 2004-04-27  Jerome Guitton  <guitton@gnat.com>
22270
22271         * i386-prologue.exp: Add testcase for jump instruction as first
22272         instruction of the real code.
22273         * i386-prologue.c (jump_at_beginning): New function.
22274
22275 2004-04-28  Mark Kettenis  <kettenis@gnu.org>
22276
22277         * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1624 on
22278         x86_64-*-*.
22279
22280 2004-04-28  Mark Kettenis  <kettenis@gnu.org>
22281
22282         * gdb.base/call-sc.exp: Remove patterns to KFAIL PR gdb/1623 on
22283         i*86-*-*.
22284
22285 2004-04-25  Mark Kettenis  <kettenis@gnu.org>
22286
22287         * gdb.base/call-sc.exp (start_scalars_test): Fix regular
22288         expression that checks the return type.
22289
22290 2004-04-23  Andrew Cagney  <cagney@redhat.com>
22291
22292         * gdb.base/call-sc.exp: New test of scalar call/return values.
22293         * gdb.base/call-sc.c: Ditto.
22294
22295 2004-04-23  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22296
22297         * gdb.threads/manythreads.c: Reduce thread stack size.
22298
22299 2004-04-23  Jeff Johnston  <jjohnstn@redhat.com>
22300
22301         * gdb.threads/manythreads.c: Add copyright notice.
22302
22303 2004-04-23  Andrew Cagney  <cagney@redhat.com>
22304
22305         * gdb.base/siginfo.exp: Better handle step out of signal.
22306         * gdb.base/sigstep.exp: Ditto.
22307
22308 2004-04-22  Jeff Johnston  <jjohnstn@redhat.com>
22309             Daniel Jacobowitz  <drow@mvista.com>
22310
22311         * gdb.threads/manythreads.c: New testcase.
22312         * gdb.threads/manythreads.exp: Ditto.
22313
22314 2004-04-22  Jim Blandy  <jimb@redhat.com>
22315
22316         * gdb.stabs/exclfwd.exp, gdb.stabs/exclfwd1.c,
22317         gdb.stabs/exclfwd2.c, gdb.stabs/exclfwd.h: New test.
22318
22319 2004-04-21  Michael Chastain  <mec.gnu@mindspring.com>
22320
22321         * gdb.stabs/weird.exp: Accept full pathname for $binfile.
22322
22323 2004-04-21  Andrew Cagney  <cagney@redhat.com>
22324
22325         * gdb.base/sigstep.c: New file.
22326         * gdb.base/sigstep.exp: New file.
22327
22328 2004-04-16  Joel Brobecker  <brobecker@gnat.com>
22329
22330         * gdb.gdb/observer.exp (test_normal_stop_notifications): Update
22331         call to observer_notify_normal_stop.
22332
22333 2004-04-15  Andrew Cagney  <cagney@redhat.com>
22334
22335         * gdb.base/siginfo.c: New file.
22336         * gdb.base/siginfo.exp: New file.
22337
22338 2004-04-12  J. Brobecker  <brobecker@gnat.com>
22339
22340         * gdb.base/sep.exp: Fix typo in comment.
22341
22342 2004-04-12  J. Brobecker  <brobecker@gnat.com>
22343
22344         * gdb.base/sep.c: New file.
22345         * gdb.base/sep-proc.c: New file.
22346         * gdb.base/sep.exp: New testcase.
22347
22348 2004-04-09  Mark Kettenis  <kettenis@gnu.org>
22349
22350         * gdb.base/bigcore.exp: Disable on Solaris; no sparse core file
22351         support.
22352
22353 2004-04-05  Andrew Cagney  <cagney@redhat.com>
22354
22355         * gdb.base/sigaltstack.c: New file.
22356         * gdb.base/sigaltstack.exp: New file.
22357
22358 2004-04-04  Joel Brobecker  <brobecker@gnat.com>
22359
22360         * gdb.base/foll-fork.exp: Update the expected output for
22361         "help set follow-fork-mode", to match a change that was made
22362         to the help of this variable on 2004-01-13.
22363
22364 2004-04-01  Joel Brobecker  <brobecker@gnat.com>
22365
22366         * lib/ada.exp: Add copyright notice.
22367         * bar.ads: Likewise.
22368         * bar.adb: Likewise.
22369         * null_record.adb: Likewise.
22370         * null_record.exp: Likewise.
22371         * gnat_ada.gpr.in: Likewise. Fix typo in a comment, clarify another.
22372
22373 2004-04-01  Joel Brobecker  <brobecker@gnat.com>
22374
22375         * configure.in: Generate gdb.ada/Makefile and gdb.ada/gnat_ada.gpr.
22376         * configure: Regenerate.
22377
22378 2004-04-01  Joel Brobecker  <brobecker@gnat.com>
22379
22380         * lib/ada.exp (gdb_compile_ada): Emit UNSUPPORTED if we failed
22381         to build the application. Remove the message printed when in
22382         verbose mode, redundant with the UNSUPPORTED message above.
22383
22384 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
22385
22386         * gdb.ada (bar.ads, bar.adb, null_record.adb): New files.
22387         * gdb.ada (null_record.exp): New testcase.
22388
22389 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
22390
22391         * Makefile.in (ALL_SUBDIRS) Add gdb.ada.
22392
22393 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
22394
22395         * gdb.ada: New subdirectory.
22396         * gdb.ada/Makefile.in: New file.
22397         * gdb.ada/gnat_ada.gpr.in: New file.
22398
22399 2004-03-31  Joel Brobecker  <brobecker@gnat.com>
22400
22401         * lib/ada.exp: New file.
22402
22403 2004-03-24  Daniel Jacobowitz  <drow@mvista.com>
22404
22405         * gdb.base/gdb1250.exp: Use runto {allow-pending}.
22406         * lib/gdb.exp (runto, gdb_breakpoint): Support {allow-pending}.
22407
22408 2004-03-22  Andrew Cagney  <cagney@redhat.com>
22409
22410         * gdb.base/watchpoint.exp (test_stepping): Delete bogus XFAILs
22411         hiding problems with DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET.
22412         Problem identified by Ulrich Weigand.
22413
22414 2004-03-17  David Carlton  <carlton@kealia.com>
22415
22416         * gdb.cp/classes.exp (test_enums): Refer to PR c++/1588 instead of
22417         PR c++/826.
22418
22419 2004-03-16  Roland McGrath  <roland@redhat.com>
22420
22421         * gdb.base/auxv.exp: New file.
22422         * gdb.base/auxv.c: New file, copied verbatim from coremaker2.c.
22423
22424 2004-03-12  David Carlton  <carlton@kealia.com>
22425
22426         * gdb.cp/pr-1553.exp: New.  Tests for PR c++/1553.
22427         * gdb.cp/pr-1553.cc: Ditto.
22428         * gdb.cp/local.exp (ptype NestedInnerLocal): Add comment, third
22429         pass branch.
22430
22431 2004-03-12  Michael Chastain  <mec.gnu@mindspring.com>
22432
22433         * gdb.cp/templates.exp: Accept more template types.
22434
22435 2004-03-09  Michael Chastain  <mec.gnu@mindspring.com>
22436
22437         From Corinna Vinschen with modifications.
22438         * gdb.cp/classes.cc (enums1): Add a line to extend scope of
22439         local variable obj_with_enum.
22440         * gdb.cp/classes.exp (test_enums): Remove TODO note about FAIL
22441         results with obj_with_enum.
22442
22443 2004-03-09  Michael Chastain  <mec.gnu@mindspring.com>
22444
22445         * gdb.cp/classes.cc: New file, copied from misc.cc.
22446         * gdb.cp/classes.exp: Use classes.cc rather than misc.cc.
22447
22448 2004-03-09  Michael Chastain  <mec.gnu@mindspring.com>
22449
22450         * gdb.cp/misc.cc: Add copyright notice.
22451
22452 2004-03-05  David Carlton  <carlton@kealia.com>
22453
22454         * gdb.cp/rtti.exp: Add 'print *obj3' test.
22455         * gdb.cp/rtti.h: Update copyright.
22456         (namespace n2::n3): New.
22457         * gdb.cp/rtti1.cc: (refer_to (n2::n3::C3 *)): New.
22458         (n2::n3::func3): New.
22459         (main): Call n2::n3::func3.
22460         * gdb.cp/rtti2.cc: Update copyright.
22461         (n2::create3): New.
22462
22463 2004-03-04  Mark Kettenis  <kettenis@gnu.org>
22464
22465         * gdb.asm/openbsd.inc: Fix typo.
22466
22467 2004-03-03  Fred Fish  <fnf@redhat.com>
22468
22469         * gdb.base/pc-fp.exp (get_valueofx): Fix apparent typo to now set
22470         "val" instead of unused "size".  Update copyright year.
22471
22472 2004-02-29  Daniel Jacobowitz  <drow@mvista.com>
22473
22474         * gdb.cp/ctti.exp: Handle unsigned char type.  Expect templates
22475         to use unsigned char.
22476         * gdb.cp/cttiadd.c, gdb.cp/cttiadd1.c, gdb.cp/cttiadd2.c,
22477         gdb.cp/cttiadd3.c: Change type of variable to unsigned char.
22478
22479 2004-02-29  Daniel Jacobowitz  <drow@mvista.com>
22480
22481         * config/gdbserver.exp (gdbserver_gdb_load): Wait for a complete
22482         line of output.
22483
22484 2004-02-28  Daniel Jacobowitz  <drow@mvista.com>
22485
22486         * gdb.base/relocate.c (dummy): Initialize.
22487
22488 2004-02-28  Daniel Jacobowitz  <drow@mvista.com>
22489
22490         * gdb.base/chng-syms.exp: Anchor exit pattern.  Allow
22491         a breakpoint at exit.
22492
22493 2004-02-27  Fred Fish  <fnf@redhat.com>
22494
22495         * gdb.base/chng-syms.exp: Add expect condition to match failing
22496         case that isn't a timeout.
22497
22498 2004-02-27  Andrew Cagney  <cagney@redhat.com>
22499
22500         * gdb.base/bigcore.exp: Disable on HP/UX, no sparse corefile
22501         support.
22502
22503 2004-02-26  Fred Fish  <fnf@redhat.com>
22504
22505         * gdb.arch/gdb1431.c: Remove.
22506         * gdb.arch/gdb1431.s: New file, copy of gdb1291.s
22507         * gdb.arch/gdb1431.exp: Use "advance" correctly instead
22508         of "until" incorrectly.
22509
22510 2004-02-26  J. Brobecker  <brobecker@gnat.com>
22511
22512         * gdb.cp/class2.cc (empty): New class.
22513         (refer): New function.
22514         (main): Declare an object of type empty and use it.
22515         * gdb.cp/class2.exp: Print the value of an object of type empty.
22516
22517 2004-02-26  Jeff Johnston  <jjohnstn@redhat.com>
22518
22519         * gdb.base/langs.exp: Update query string to match the
22520         new nquery format used for pending breakpoints.
22521
22522 2004-02-26  Andrew Cagney  <cagney@redhat.com>
22523
22524         Fix PR i18n/1570.
22525         * gdb.base/charset.c: Update copyright notice.
22526         (main, init_string): Remove the escape character '\e' tests.
22527         * gdb.base/printcmds.exp (test_print_all_chars): Ditto.
22528         * gdb.base/charset.exp (valid_host_charset): Ditto.
22529         * gdb.base/setvar.exp: Ditto.
22530
22531 2004-02-24  Andrew Cagney  <cagney@redhat.com>
22532
22533         * gdb.base/corefile.exp: Use gdb_test_multiple, make "accessing
22534         mmapped data in core file" PASS and FAIL messages consistent.
22535
22536         * gdb.java/jmisc.exp: Use the fully quallified name of "main" when
22537         setting a breakpoint.  Work around PR java/1565.
22538
22539 2004-02-23  Jeff Johnston  <jjohnstn@redhat.com>
22540
22541         * lib/gdb.exp (gdb_breakpoint): Update query string to match
22542         new nquery format.
22543         * gdb.base/pending.exp: Ditto.
22544
22545 2004-02-22  Mark Kettenis  <kettenis@gnu.org>
22546
22547         * configure.in: Run stabs tests on *BSD.
22548         * configure: Regenerated.
22549
22550 2004-02-21  Mark Kettenis  <kettenis@gnu.org>
22551
22552         * gdb.base/bigcore.exp: Bail out on *BSD instead of only NetBSD.
22553
22554 2004-02-20  Fred Fish  <fnf@redhat.com>
22555
22556         * gdb.base/callfuncs.exp (do_function_calls): Remove extraneous
22557         blank in test for "returns short", for consistency with other
22558         "returns xxx" tests.  Update copyright year.
22559
22560 2004-02-19  Fred Fish  <fnf@redhat.com>
22561
22562         New testcase for PR breakpoint/1558.
22563         * gdb.arch/gdb1558.exp: New file.
22564         * gdb.arch/gdb1558.c: New file.
22565
22566 2004-02-19  Elena Zannoni  <ezannoni@redhat.com>
22567
22568         * gdb.base/nodebug.exp: Fix typo.
22569
22570 2004-02-17  Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22571
22572         Committed by Jim Blandy  <jimb@redhat.com>.
22573
22574         * gdb.objc/basicclass.exp: Adapt to fixed return type of printHi.
22575
22576         * gdb.base/dump.exp: Handle negative offsets in decimal, not hex.
22577
22578         * gdb.base/float.exp: Support s390*-*-* targets.
22579
22580 2004-02-17  Adam Fedor  <fedor@gnu.org>
22581
22582         * gdb.base/gdb1555.exp: New file.
22583         * gdb.base/gdb1555-main.c, gdb.base/gdb1555.c: New files.
22584
22585 2004-02-17  Elena Zannoni  <ezannoni@redhat.com>
22586
22587         * gdb.base/selftest.exp (do_steps_and_nexts): Add comment.
22588
22589 2004-02-16  Fred Fish  <fnf@redhat.com>
22590
22591         * gdb.arch/gdb1291.c: Remove
22592         * gdb.arch/gdb1291.s: New test input file.
22593         * gdb.arch/gdb1291.exp: Expand test to check case that should not
22594         fail.  Test for correct result, known incorrect result, other
22595         failures and timeouts.
22596
22597 2004-02-16  Andrew Cagney  <cagney@redhat.com>
22598
22599         * gdb.base/bigcore.exp: New file.
22600         * gdb.base/bigcore.c: New file.
22601
22602 2004-02-13  Andrew Cagney  <cagney@redhat.com>
22603
22604         * gdb.mi/mi1-basics.exp, gdb.mi/mi1-break.exp: Delete file.
22605         * gdb.mi/mi1-console.exp, gdb.mi/mi1-disassemble.exp: Delete file.
22606         * gdb.mi/mi1-eval.exp, gdb.mi/mi1-hack-cli.exp: Delete file.
22607         * gdb.mi/mi1-pthreads.exp, gdb.mi/mi1-read-memory.exp: Delete file.
22608         * gdb.mi/mi1-regs.exp, gdb.mi/mi1-return.exp: Delete file.
22609         * gdb.mi/mi1-simplerun.exp, gdb.mi/mi1-stack.exp: Delete file.
22610         * gdb.mi/mi1-stepi.exp, gdb.mi/mi1-symbol.exp: Delete file.
22611         * gdb.mi/mi1-until.exp, gdb.mi/mi1-var-block.exp: Delete file.
22612         * gdb.mi/mi1-var-child.exp, gdb.mi/mi1-var-cmd.exp: Delete file.
22613         * gdb.mi/mi1-var-display.exp, gdb.mi/mi1-watch.exp: Delete file.
22614
22615 2004-02-11  Jeff Johnston  <jjohnstn@redhat.com>
22616
22617         * gdb.asm/ia64.inc (gdbasm_startup): Make sure first instruction
22618         executed is an alloc instruction.
22619
22620 2004-02-11  David Carlton  <carlton@kealia.com>
22621
22622         * gdb.cp/breakpoint.exp: New.
22623         * gdb.cp/breakpoint.cc: New.
22624
22625 2004-02-11  Michael Chastain  <mec.gnu@mindspring.com>
22626
22627         Partial fix for PR gdb/1543.
22628         * gdb.cp/ambiguous.exp, gdb.cp/annota2.exp, gdb.cp/annota3.exp,
22629         gdb.cp/anon-union.exp, gdb.cp/casts.exp, gdb.cp/classes.exp,
22630         gdb.cp/cplusfuncs.exp, gdb.cp/ctti.exp, gdb.exp/demangle.exp,
22631         gdb.cp/derivation.exp, gdb.cp/exception.exp, gdb.cp/hang.exp,
22632         gdb.cp/inherit.exp, gdb.cp/local.exp, gdb.cp/maint.exp,
22633         gdb.cp/member-ptr.exp, gdb.cp/method.exp, gdb.cp/misc.exp,
22634         gdb.cp/namespace.exp, gdb.cp/overload.exp, gdb.cp/ovldbreak.exp,
22635         gdb.cp/psmang.exp, gdb.cp/ref-types.exp, gdb.cp/templates.exp,
22636         gdb.cp/userdef.exp, gdb.cp/virtfunc.exp: Remove reference
22637         to bug-gdb@prep.ai.mit.edu .
22638         * gdb.cp/bs15503.cc, gdb.cp/class2.cc, gdb.cp/cttiadd.cc,
22639         gdb.cp/cttiadd1.cc, gdb.cp/cttiadd2.cc, gdb.cp/cttiadd3.cc,
22640         gdb.cp/exception.cc, gdb.cp/member-ptr.cc, gdb.cp/namespace1.cc:
22641         Likewise.
22642
22643 2004-02-10  Andrew Cagney  <cagney@redhat.com>
22644
22645         * lib/gdb.exp (gdb_expect_list): Recover from internal-errors
22646         using gdb_internal_error_resync.
22647
22648 2004-02-09  Daniel Jacobowitz  <drow@mvista.com>
22649
22650         * gdb.threads/thread-specific.exp: Stop early if no threads are
22651         found.
22652
22653 2004-02-09  Michael Chastain  <mec.gnu@mindspring.com>
22654
22655         * gdb.base/pending.exp: Remove extra \n from gdb_test calls.
22656
22657 2004-02-08  Daniel Jacobowitz  <drow@mvista.com>
22658
22659         * lib/gdb.exp (gdb_breakpoint): Fail on unexpected pending
22660         breakpoints.
22661
22662 2004-02-07  Daniel Jacobowitz  <drow@mvista.com>
22663
22664         * config/sim.exp (gdb_load): Handle $arg == "".
22665         * lib/gdb.exp (gdb_run_cmd): Honor gdb,do_reload_on_run.
22666         * gdb.objc/basicclass.exp: Use gdb_run_cmd.
22667
22668 2004-02-07  Elena Zannoni  <ezannoni@redhat.com>
22669
22670         * gdb.base/maint.exp: Update test to reflect
22671          obstack changes.
22672
22673 2004-02-04  Jeff Johnston  <jjohnstn@redhat.com>
22674
22675         * gdb.base/pendshr.c (pendfunc): New function that calls
22676         pendfunc1.
22677         * gdb.base/pending.c: Call pendfunc instead of pendfunc1.
22678
22679 2004-02-04  Fred Fish  <fnf@redhat.com>
22680
22681         * gdb.arch/gdb1431.c: Add underbar prefixed version of global
22682         function symbols and update copyright years.
22683         * gdb.arch/gdb1291.c: Ditto.
22684
22685 2004-02-03  Michael Chastain  <mec.gnu@mindspring.com>
22686
22687         * gdb.cp/virtfunc.exp: Accept both "ctor()" and "ctor(void)".
22688
22689 2004-02-03  Michael Chastain  <mec.gnu@mindspring.com>
22690
22691         * gdb.cp/inherit.exp: Accept both "ctor()" and "ctor(void)".
22692
22693 2004-02-03  Michael Chastain  <mec.gnu@mindspring.com>
22694
22695         * gdb.cp/inherit.exp: Accept output with gcc 3.2-7-rh.
22696
22697 2004-02-02  Fred Fish  <fnf@redhat.com>
22698
22699         * gdb.base/bang.exp: Use gdb_run_cmd so this tests works with
22700         remote targets.  Update copyright years.
22701
22702 2004-02-02  Jeff Johnston  <jjohnstn@redhat.com>
22703
22704         * lib/gdb.exp (gdb_breakpoint): Add pending breakpoint
22705         support.
22706         * gdb.base/langs.exp: Fix test which attempts to create
22707         breakpoint on non-existent function to handle new pending
22708         support.
22709         * gdb.base/shlib-call.exp: Use gdb_breakpoint to set
22710         a breakpoint.
22711         * gdb.base/pending.exp: New test.
22712         * gdb.base/pending.c: New file.
22713         * gdb.base/pendshr.c: Ditto.
22714
22715 2004-02-02  David Carlton  <carlton@kealia.com>
22716
22717         * gdb.cp/overload.exp: Add overloadNamespace tests.
22718         * gdb.cp/overload.cc (dummyClass, dummyInstance): New.
22719         (overloadNamespace, XXX): New.
22720         (main): Call XXX::marker2.
22721
22722 2004-02-01  Fred Fish  <fnf@redhat.com>
22723
22724         * gdb.base/dump.exp: Use runto_main instead of "runto main".
22725         * gdb.base/finish.exp: Ditto.
22726         * gdb.base/gcore.exp: Ditto.
22727         * gdb.base/huge.exp: Ditto.
22728         * gdb.base/info-proc.exp: Ditto.
22729         * gdb.base/return2.exp: Ditto.
22730         * gdb.threads/gcore-thread.exp: Ditto.
22731
22732 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
22733
22734         * gdb.threads/thread-specific.exp: Add missing anchor to regexp.
22735
22736 2004-02-01  Mark Kettenis  <kettenis@gnu.org>
22737
22738         * gdb.base/fileio.c (test_open): Replace O_RDONLY with O_RDWR such
22739         that opening the file succeeds on OpenBSD.
22740
22741 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
22742
22743         * gdb.threads/thread-specific.c: New file.
22744         * gdb.threads/threads-specific.exp: New test script.
22745         * lib/gdb.exp (gdb_test_multiple): Allow user patterns access
22746         to expect_out.
22747
22748 2004-02-01  Mark Kettenis  <kettenis@gnu.org>
22749
22750         * gdb.base/call-ar-st.exp: Call get_debug_format.  Remove xfail on
22751         sparc*-*-solaris* into a kfail PR gdb/1539 on sparc-*-* for stabs
22752         only on the "print_small_structs from print_long_arg_list" test.
22753
22754 2004-02-01  Daniel Jacobowitz  <drow@mvista.com>
22755
22756         * gdb.base/completion.exp: Kill a stray backslash.
22757
22758         From Jim Ingham <jingham@apple.com>:
22759         * gdb.base/completion.exp: Test that "complete file ./gdb.base/compl"
22760         agrees with the result from sending a tab.
22761
22762 2004-01-31  Daniel Jacobowitz  <drow@mvista.com>
22763
22764         * gdb.base/chng-syms.exp: Remove stray newline.
22765
22766 2004-01-31  Mark Kettenis  <kettenis@gnu.org>
22767
22768         * gdb.asm/asm-source.exp: Set asm-note to "openbsd" for
22769         *-*-openbsd*.
22770         * gdb.asm/openbsd.inc: New file.
22771
22772 2004-01-30  Mark Kettenis  <kettenis@gnu.org>
22773
22774         * gdb.asm/asm-source.exp: Strip -Wl, from link-flags.  Don't
22775         append -static to link-flags for *-*-freebsd*, *-*netbsd* and
22776         *-*solaris2*.  Remove commented out default settings for
22777         asm-flags.  Replace gdb_compile with target_link.
22778
22779 2004-01-29  Michael Chastain  <mec.gnu@mindspring.com>
22780
22781         * gdb.cp/inherit.exp: Rewrite.  Use gdb_test_multiple and gdb
22782         for all tests.  Remove old hp-ux and cygnus xfail cases.
22783
22784 2004-01-29  Paul N. Hilfinger  <Hilfinger@gnat.com>
22785
22786         * gdb.base/chng-syms.exp: New file.
22787         * gdb.base/chng-syms.c: New file.
22788
22789 2004-01-24  Michael Chastain  <mec.gnu@mindspring.com>
22790
22791         * gdb.cp/local.exp: Rewrite "ptype Local".  Add "ptype l".
22792         Provide arms for current output in all my configurations.
22793
22794 2004-01-24  Michael Chastain  <mec.gnu@mindspring.com>
22795
22796         * lib/compiler.c: Add hp_cc_compiler and hp_aCC_compiler.
22797         * lib/compiler.cc: Likewise.
22798         * lib/gdb.exp (get_compiler_info): Always call gdb_compile to
22799         get the right preprocessor.  Eval the output directly.  Remove
22800         special tests for hp_cc_compiler and hp_aCC_compiler.  Remove
22801         hp_f77_compiler and hp_f90_compiler completely.
22802         (gdb_preprocess): Delete.
22803         (get_compiler): Delete.
22804
22805 2004-01-24  Mark Kettenis  <kettenis@gnu.org>
22806
22807         * gdb.base/charset.c, gdb.base/dump.c, gdb.base/huge.c: Include
22808         <string.h>.
22809
22810 2004-01-24  Nick Roberts  <nick@nick.uklinux.net>
22811
22812         * gdb.mi/mi-stack.exp: Update copyright.
22813
22814 2004-01-23  David Carlton  <carlton@kealia.com>
22815
22816         * gdb.cp/rtti.exp: Don't include full path in ${srcfile}.  Add
22817         test for cp_lookup_transparent_type.
22818         * gdb.cp/rtti1.cc: Update copyright.  Add n2::func and refer_to;
22819         call them.
22820
22821 2004-01-23  Daniel Jacobowitz  <drow@mvista.com>
22822
22823         * gdb.mi/mi-var-child.exp: Update copyright year.  Move new test
22824         after -var-update.
22825
22826 2004-01-23  David Carlton  <carlton@kealia.com>
22827
22828         * gdb.cp/namespace.cc (C::ensureRefs): New.
22829         * gdb.cp/namespace1.cc (C::ensureOtherRefs): New.
22830
22831 2004-01-20  Nick Roberts  <nick@nick.uklinux.net>
22832
22833         * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
22834         case "-stack-list-locals 2".
22835         * gdb.mi/mi-var-child.exp: Test for case
22836         "-var-list-children --all-values NAME".
22837
22838 2004-01-18  Michael Chastain  <mec.gnu@mindspring.com>
22839
22840         * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.
22841
22842 2004-01-18  Mark Kettenis  <kettenis@gnu.org>
22843
22844         * gdb.base/fileio.exp: Add "$gdb_prompt $" anchors to patterns
22845         used with gdb_test_multiple.
22846
22847         * gdb.base/gdb1476.exp: Accept alternat pattern for failed memory
22848         read at address 0.  This fixes PR testsuite/1504.
22849
22850 2004-01-18  Daniel Jacobowitz  <drow@mvista.com>
22851
22852         * config/gdbserver.exp (gdbserver_gdb_load): Rename from gdb_load.
22853         Remove downloading, guessing the host executable, the calls to
22854         gdb_file_cmd and gdb_target_cmd, and "load" support.
22855         (infer_host_exec): New function broken out from gdb_load.
22856         (gdb_load): New wrapper for gdbserver_gdb_load.
22857         * lib/mi-support.exp (mi_gdb_target_cmd): New function, based on
22858         gdb_target_cmd.  Use -target-select.
22859         (mi_gdb_file_cmd): New function, broken out from mi_gdb_load.
22860         Download binaries to the host.  Clear last_mi_remote_file when
22861         we load a new binary.
22862         (mi_gdb_load): Call mi_gdb_file_cmd.  If gdbserver.exp is loaded,
22863         call gdbserver_gdb_load and mi_gdb_target_cmd.
22864
22865 2004-01-17  Michael Chastain  <mec.gnu@mindspring.com>
22866
22867         * gdb.cp/templates.exp: Accept more spaces with "<foo, ?bar>"
22868         type patterns.
22869
22870 2004-01-17  Michael Chastain  <mec.gnu@mindspring.com>
22871
22872         * gdb.cp/templates.exp: Fix typo in test name of
22873         "print Foo<volatile char*>::foo".
22874
22875 2004-01-15  Michael Chastain  <mec.gnu@mindspring.com>
22876
22877         * gdb.base/setvar.exp: Remove setup_xfail for hppa*-*-*11*.
22878
22879 2004-01-16  Ben Elliston  <bje@wasabisystems.com>
22880
22881         * gdb.arch/Makefile.in (MISCELLANEOUS): Remove.
22882         (clean mostlyclean): Remove empty rm.
22883
22884 2004-01-15  Michael Chastain  <mec.gnu@mindspring.com>
22885
22886         * gdb.base/setvar.exp: Add copyright years.
22887
22888 2004-01-14  David Carlton  <carlton@bactrian.org>
22889
22890         * gdb.cp/rtti.exp: Update copyright.  KFAIL test with repect to
22891         PR c++/1511 and update coment.
22892         * gdb.cp/templates.exp: Update patterns to match current output.
22893         If changes involve something other than whitespace, KFAIL
22894         w.r.t. PR c++/1512 or PR c++/931 as appropriate.
22895
22896 2004-01-14  David Carlton  <carlton@kealia.com>
22897
22898         * gdb.cp/namespace.exp: Add tests involving classes defined within
22899         namespaces.
22900         * gdb.cp/namespace.cc (C::CClass): New.
22901         * gdb.cp/namespace1.cc (C::OtherFileClass): New.
22902
22903 2004-01-14  Elena Zannoni  <ezannoni@redhat.com>
22904
22905         * gdb.base/sepdebug.exp: Bail out of the test if we don't know
22906         what debug info we have. Print a better message if something goes
22907         wrong while producing the separate debug info file.
22908
22909 2004-01-14  Michael Chastain  <mec.gnu@mindspring.com>
22910
22911         * gdb.base/callfuncs.c: Remove explicit declaration of malloc.
22912
22913 2004-01-14  Michael Chastain  <mec.gnu@mindspring.com>
22914
22915         * gdb.base/callfuncs.c: Add copyright notice.
22916
22917 2004-01-13  Michael Chastain  <mec.gnu@mindspring.com>
22918
22919         * gdb.cp/derivation.exp: Add XFAIL for bug with protected
22920         inheritance.  PR gdb/1498, PR gcc/13539.
22921
22922 2004-01-13  Elena Zannoni  <ezannoni@redhat.com>
22923
22924          * gdb.threads/gcore-thread.exp: Prefix name of binary with
22925          test specific name.
22926          * gdb.mi/gdb669.exp: Ditto.
22927          * gdb.mi/mi-pthreads.exp: Ditto.
22928          * gdb.mi/mi1-pthreads.exp: Ditto.
22929          * gdb.mi/mi2-pthreads.exp: Ditto.
22930
22931 2004-01-12  Michael Chastain  <mec.gnu@mindspring.com>
22932
22933         * gdb.cp/member-ptr.cc: Add copyright notice.
22934
22935 2004-01-12  Michael Chastain  <mec.gnu@mindspring.com>
22936
22937         * gdb.cp/member-ptr.exp: Use gdb_test, gdb_test_multiple.  Add
22938         some patterns for recent versions of gcc and hpacc.  Delete
22939         calls to setup_xfail for hppa*-*-*.  Delete redundant tests.
22940         Delete tests that access a NULL pointer-to-member-data.  This
22941         script is still disabled for gcc.
22942
22943 2004-01-12  Elena Zannoni  <ezannoni@redhat.com>
22944
22945         * gdb.mi/mi2-basics.exp: Make sure that full pathnames are
22946         escaped correctly.
22947
22948 2004-01-12  Elena Zannoni  <ezannoni@redhat.com>
22949
22950         * gdb.base/sepdebug.exp: New file.
22951         * gdb.base/sepdebug.c: New file.
22952         * lib/gdb.exp (separate_debug_filename): New procedure.
22953         (gdb_gnu_strip_debug): New procedure.
22954
22955 2004-01-12  Andrew Cagney  <cagney@redhat.com>
22956
22957         * gdb.mi/ChangeLog: Delete file.  Renamed to ...
22958         * gdb.mi/ChangeLog-1999-2003: New file.
22959
22960 2004-01-12  Andrew Cagney  <cagney@redhat.com>
22961
22962         * gdb.base/fileio.exp: Update copyright year.  On GNU/Linux, for
22963         "Renaming a directory to a non-empty directory returns ENOTEMPTY
22964         or EEXIST", treat EBUSY as an XFAIL.
22965
22966 2004-01-11  Michael Chastain  <mec.gnu@mindspring.com>
22967
22968         * gdb.base/scope.exp: Remove obsolete setup_xfail for
22969         hp_cc_compiler.
22970
22971 2004-01-10  Michael Chastain  <mec.gnu@mindspring.com>
22972
22973         * gdb.cp/classes.exp: Remove old "(obsolescent gcc or gdb)"
22974         decorations.
22975
22976 2004-01-10  Michael Chastain  <mec.gnu@mindspring.com>
22977
22978         * gdb.cp/virtfunc.exp: Remove old "(obsolescent gcc or gdb)"
22979         and "(aCC)" decorations.  Remove obsolete doco about old
22980         test results.
22981
22982 2004-01-09  Michael Chastain  <mec.gnu@mindspring.com>
22983
22984         * gdb.cp/exception.exp: Fix typo in doco.
22985
22986 2004-01-09  Mark Kettenis  <kettenis@gnu.org>
22987
22988         * gdb.base/gdb1476.exp: Fix typo.
22989
22990 2004-01-09  Michael Chastain  <mec.gnu@mindspring.com>
22991
22992         * gdb.hp/gdb.aCC/exception.exp: Re-create as a nearly empty
22993         file.
22994
22995 2004-01-09  Michael Chastain  <mec.gnu@mindspring.com>
22996
22997         * gdb.cp/exception.cc: Change <iostream.h> to <iostream>.
22998         * gdb.cp/exception.exp: Use gdb test, gdb_test_multiple.
22999         Use gdb_compile.  Remove restriction on gcc.  Add some patterns
23000         for recent version of gdb.  Delete second half, which was a copy
23001         of the first half with different build flags.  This test is
23002         still disabled because it is still not ready for production.
23003
23004 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
23005
23006         * gdb.cp/exception.cc: Add copyright notice.
23007         * gdb.cp/exception.exp: Add a notice that this file is broken
23008         because of line number changes caused by addition of copyright
23009         notice.
23010
23011 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
23012
23013         * gdb.cp/exception.cc: Renamed from gdb.hp/gdb.aCC/exception.cc.
23014         * gdb.cp/exception.exp: Renamed from gdb.hp/gdb.aCC/exception.exp.
23015
23016 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
23017
23018         * gdb.cp/classes.exp: Accept gnu abi 2.
23019         * gdb.cp/derivation.exp: Likewise.
23020         * gdb.cp/overload.exp: Likewise.
23021         * gdb.cp/virtfunc.exp: Likewise.
23022
23023 2004-01-08  Michael Chastain  <mec.gnu@mindspring.com>
23024
23025         * gdb.mi/pthreads.c (done_making_threads): Remove extraneous
23026         semicolon after end of function.
23027
23028 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
23029
23030         * gdb.cp/bs15503.cc: Include <iostream>, not <iostream.h>.
23031         * gdb.cp/bs15503.exp: Remove hp-only restriction.  Use modern
23032         boilerplate code for compiling and running the program under
23033         test.  Add some string method tests.
23034
23035 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
23036
23037         * gdb.cp/bs15503.cc: Add copyright notice.
23038         * gdb.cp/bs15503.exp: Adjust line number.
23039
23040 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
23041
23042         * gdb.hp/gdb.defects/bs15503.exp: Renamed to gdb.cp/bs15503.exp.
23043         * gdb.hp/gdb.defects/bs15503.cc: Renamed to gdb.cp/bs15503.cc.
23044
23045 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
23046
23047         * gdb.base/funcargs.exp: Remove obsolete setup_xfail for
23048         hp_cc_compiler.
23049
23050 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
23051
23052         * gdb.cp/cttiadd.c: Add a marker for gdb_get_line_number.
23053         * gdb.cp/ctti.exp: Use the marker instead of "next".
23054         With gcc, run further before bailing.
23055
23056 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
23057
23058         * gdb.cp/cttiadd.cc: Add copyright notice.
23059         * gdb.cp/cttiadd1.cc: Likewise.
23060         * gdb.cp/cttiadd2.cc: Likewise.
23061         * gdb.cp/cttiadd3.cc: Likewise.
23062
23063 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
23064
23065         * gdb.cp/ctti.exp: Partial rewrite.  Call gdb_compile properly.
23066         Use gdb_test, gdb_test_multiple.  Use floating-point values that
23067         have exact representations in IEEE-ish formats.
23068
23069 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
23070
23071         * gdb.base/constvars.exp: Do not force lang=c++ if using HP
23072         compilers.  Delete duplicate call to get_compiler_info.
23073         (local_compiler_xfail_check): setup_xfail if $hp_cc_compiler.
23074         * gdb.base/volatile.exp: Likewise.
23075
23076 2004-01-07  Mark Kettenis  <kettenis@gnu.org>
23077
23078         * gdb.base/gdb1476.exp: Only run the tests if we can't read the
23079         memory at address 0.
23080
23081 2004-01-07  Michael Chastain  <mec.gnu@mindspring.com>
23082
23083         * gdb.stabs/weird.exp: Use hp_cc_compiler and hp_aCC_compiler
23084         to test for hp-ux assembler.  Fix copyright years.
23085
23086 2004-01-07  Andrew Cagney  <cagney@redhat.com>
23087
23088         * gdb.base/fileio.c (strerrno): Add "EBUSY".
23089
23090 2004-01-07  Andrew Cagney  <cagney@redhat.com>
23091
23092         * gdb.base/fileio.c (test_open): Do not pass S_IWUSR to "open"
23093         when creating the read-only file.  From analysis by Roland McGrath
23094         and Elena Zannoni.
23095
23096 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
23097
23098         * gdb.cp/namespace.exp: Call get_compiler_info with "c++".
23099
23100 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
23101
23102         * gdb.base/cvexpr.c: Be type-safe with function pointers and
23103         data pointers.
23104
23105 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
23106
23107         * gdb.cp/m-static.exp: Compile one source file at a time.
23108         Delete unused call to get_compiler_info.
23109
23110 2004-01-06  Michael Chastain  <mec.gnu@mindspring.com>
23111
23112         * gdb.base/call-ar-st.exp: Delete explicit reference to ${binfile}.ci.
23113         * gdb.base/call-rt-st.exp: Likewise.
23114         * gdb.base/nodebug.exp: Likewise.
23115         * gdb.base/volatile.exp: Likewise.
23116         * gdb.cp/ref-types.exp: Likewise.
23117         * gdb.cp/templates.exp: Likewise.
23118
23119 2004-01-05  Mark Kettenis  <kettenis@gnu.org>
23120
23121         * gdb.base/gdb1476.exp, gdb.base/gdb1476.c: New files.
23122
23123 2004-01-05  Michael Chastain  <mec.gnu@mindspring.com>
23124
23125         * gdb.cp/funcargs.exp: Delete special timeout of 240 seconds for
23126         hppa*-hp-hpux*.
23127
23128 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
23129
23130         * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
23131         x86_64-*-*.
23132
23133         * gdb.base/structs.exp: Add patterns to kfail PR gdb/1447 for
23134         sparc64-*-* and sparc*-solaris2*.
23135
23136 2004-01-04  Mark Kettenis  <kettenis@gnu.org>
23137
23138         * gdb.base/structs.exp: Remove ${testfile} from "zed L<n> for
23139         return ${tests}" test.  The ${tests} already mentions the
23140         filename.
23141
23142 2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>
23143
23144         * gdb.cp/local.exp: Accept gcc abi 2.
23145
23146 2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>
23147
23148         * gdb.cp/templates.exp: Accept gcc abi 2.
23149
23150 2004-01-02  Michael Chastain  <mec.gnu@mindspring.com>
23151
23152         * lib/compiler.cc: Remove supports_template_debugging.
23153         * gdb.cp/templates.exp: Do not test supports_template_debugging.
23154
23155 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
23156
23157         * gdb.cp/namespace.exp: Accept gcc abi 2.
23158
23159 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
23160
23161         * gdb.cp/method.exp: Accept gcc abi 2.
23162
23163 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
23164
23165         * gdb.cp/classes.exp: Generate identical results as old version.
23166         * gdb.cp/derivation.exp: Likewise.
23167         * gdb.cp/overload.exp: Likewise.
23168         * gdb.cp/virtfunc.exp: Likewise.
23169
23170 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
23171
23172         * gdb.cp/virtfunc.exp: Modify some patterns to avoid a
23173         mysterious bug with sourceware version of expect.
23174
23175 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
23176
23177         * gdb.cp/overload.exp: Rewrite.  Clean up patterns to match
23178         current versions of gcc, including gcc abi 2.  Remove gratuitous
23179         restart of test program.  Use gdb_test_multiple and gdb_test for
23180         all tests.  Add patterns to xfail missing "const" in "const char *"
23181         and kfail PR gdb/1155.
23182
23183 2004-01-01  Michael Chastain  <mec.gnu@mindspring.com>
23184
23185         * gdb.cp/derivation.exp: Rewrite.  Clean up patterns to match
23186         current versions of gcc, including gcc abi 2.  Remove gratuitous
23187         restart of test program.  Use gdb_test_multiple and gdb_test for
23188         all tests.  Add patterns to kfail PR gdb/1498.
23189
23190 2003-12-31  Michael Chastain  <mec.gnu@mindspring.com>
23191
23192         * gdb.cp/virtfunc.exp: Rewrite.  Clean up patterns to match
23193         current versions of gcc, including gcc abi 2.  Use "breakpoint"
23194         and "continue" instead of restarting the target program.  Use
23195         gdb_test_multiple and gdb_test for all tests.
23196
23197 2004-01-01  Mark Kettenis  <kettenis@gnu.org>
23198
23199         * gdb.asm/asm-source.exp: Update copyright year.  Link statically
23200         for *-*-solaris2*.
23201
23202 2003-12-31  Michael Chastain  <mec.gnu@mindspring.com>
23203
23204         * gdb.cp/classes.exp: Rewrite.  Clean up patterns to match
23205         current versions of gcc, including gcc abi 2.  Use "breakpoint"
23206         and "continue" instead of restarting the target program several
23207         times.  Use gdb_test_multiple and gdb_test for all tests.
23208
23209 2003-12-18  Michael Chastain  <mec.gnu@mindspring.com>
23210
23211         * gdb.base/sect-cmd.exp: Handle compiling test case from multiple
23212         source files.
23213
23214 2003-12-16  Michael Chastain  <mec.gnu@mindspring.com>
23215
23216         * gdb.base/environ.exp: Handle compiling test case from multiple
23217         source files.
23218
23219 2003-12-16  Michael Chastain  <mec.gnu@mindspring.com>
23220
23221         * gdb.base/structs.exp: Call gdb_exit as well as gdb_start.
23222
23223 2003-12-17  Jim Blandy  <jimb@redhat.com>
23224
23225         * gdb.base/freebpcmd.c: Add copyright notice.
23226
23227         * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
23228
23229 2003-12-16  Michael Chastain  <mec.gnu@mindspring.com>
23230
23231         * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
23232
23233 2003-12-13  Jim Blandy  <jimb@redhat.com>
23234
23235         * gdb.base/freebpcmd.exp, gdb.base/freebpcmd.c: New test.
23236
23237 2003-12-12  Kevin Buettner  <kevinb@redhat.com>
23238
23239         * gdb.asm/frv.inc: New file.
23240         * gdb.asm/asm-source.exp: Add frv-*-* as a supported target.
23241
23242 2003-12-09  Fred Fish  <fnf@redhat.com>
23243
23244         * gdb.base/break.c (marker1, marker2, marker3, marker4): Move
23245         functions to break1.c and leave prototypes behind.  Add more
23246         "set breakpoint NN here" comments.
23247         * gdb.base/break1.c: New file.
23248
23249         * gdb.base/break.exp: Handle compiling test case from multiple
23250         source files and change source file references as needed.
23251         * gdb.base/completion.exp: Ditto.
23252         * gdb.base/condbreak.exp: Ditto.
23253         * gdb.base/define.exp: Ditto.
23254         * gdb.base/ena-dis-br.exp: Ditto.
23255         * gdb.base/info-proc.exp: Ditto.
23256         * gdb.base/maint.exp: Ditto.
23257         * gdb.base/until.exp: Ditto.
23258
23259         * gdb.base/condbreak.exp: Use bp_locationNN variables instead of
23260         hardcoded line numbers.
23261         * gdb.base/define.exp: Ditto.
23262         * gdb.base/ena-dis-br.exp: Ditto.
23263         * gdb.base/maint.exp: Ditto.
23264         * gdb.base/until.exp: Ditto.
23265
23266         * gdb.base/completion.exp: Use "break1" for completion tests since
23267         "break" is no longer a unique prefix.
23268
23269 2003-12-06  Andrew Cagney  <cagney@redhat.com>
23270
23271         * gdb.base/structs.exp (test_struct_returns): When applicable, set
23272         "return_value_unimplemented".  When an unimplemented struct return
23273         architecture, report incorrect values as a KFAIL
23274
23275 2003-12-05  Michael Chastain  <mec.gnu@mindspring.com>
23276
23277         * gdb.cp/rtti.exp: Accept new wording of warning from
23278         cp_lookup_rtti_type.
23279
23280 2003-12-05  Michael Chastain  <mec.gnu@mindspring.com>
23281
23282         Partial fix for PR testsuite/1456.
23283         * gdb.base/scope.exp (test_at_main): Replace references to
23284         gcc_compiled with calls to test_compiler_info.
23285         (test_at_foo): Likewise.
23286         (test_at_bar): Likewise.
23287
23288 2003-12-04  Michael Chastain  <mec.gnu@mindspring.com>
23289
23290         Partial fix for PR testsuite/1456.
23291         * gdb.base/so-impl-ld.exp: Replace reference to gcc_compiled with call
23292         to test_compiler_info.
23293
23294 2003-12-03  Michael Chastain  <mec.gnu@mindspring.com>
23295
23296         * gdb.base/so-impl-ld.exp: Update copyright notice.
23297
23298 2003-12-02  Michael Chastain  <mec.gnu@mindspring.com>
23299
23300         Partial fix for PR testsuite/1456.
23301         * gdb.base/mips_pro.exp: Replace references to gcc_compiled with calls
23302         to test_compiler_info.
23303
23304 2003-11-28  Michael Chastain  <mec.gnu@mindspring.com>
23305
23306         * gdb.objc/objcdecode.exp: Match and KFAIL the output that comes
23307         from current versions of gdb.  Clean up regular expressions.
23308         Delete redundant timeout case.
23309
23310 2003-11-28  Michael Chastain  <mec.gnu@mindspring.com>
23311
23312         * gdb.objc/nondebug.exp: Match and KFAIL the output that comes
23313         from current versions of gdb.  Clean up regular expressions.
23314         Delete redundant timeout case.
23315
23316 2003-12-01  Michael Chastain  <mec.gnu@mindspring.com>
23317
23318         Partial fix for PR testsuite/1456.
23319         * gdb.base/callfuncs.exp (do_function_calls): Replace reference to
23320         gcc_compiled with call to test_compiler_info.
23321
23322 2003-11-30  Michael Chastain  <mec.gnu@mindspring.com>
23323
23324         Partial fix for PR testsuite/1456.
23325         * gdb.base/list.exp (test_list_function): Delete unused declaration
23326         of gcc_compiled.
23327
23328 2003-11-29  Michael Chastain  <mec.gnu@mindspring.com>
23329
23330         Partial fix for PR testsuite/1456.
23331         * gdb.base/complex.exp: Replace reference to gcc_compiled with
23332         call to test_compiler_info.
23333
23334 2003-11-29  Mark Kettenis  <kettenis@gnu.org>
23335
23336         * gdb.asm/asm-source.exp: Initialize asm-note to "empty".  Set
23337         asm-note to "netbsd" for *-*-netbsdelf* and x86_64-*-netbsd*.  Use
23338         it to create the appropriate note.inc.
23339         * gdb.asm/asmsrc1.s: Include "note.inc".
23340         * gdb.asm/netbsd.inc: New file.
23341         * gdb.asm/empty.inc: New file.
23342
23343 2003-11-28  Michael Chastain  <mec.gnu@mindspring.com>
23344
23345         Partial fix for PR testsuite/1456.
23346         * gdb.base/constvars.exp: Replace references to gcc_compiled with
23347         calls to test_compiler_info.
23348
23349 2003-11-27  Michael Chastain  <mec.gnu@mindspring.com>
23350
23351         Partial fix for PR testsuite/1456.
23352         * gdb.base/volatile.exp: Replace references to gcc_compiled with
23353         calls to test_compiler_info.
23354
23355 2003-11-27  Mark Kettenis  <kettenis@gnu.org>
23356
23357         * gdb.base/structs.exp: Use i*86-*-* instead of i686-*-* as a
23358         pattern for the KFAILs.
23359
23360 2003-11-25  Adam Fedor  <fedor@gnu.org>
23361
23362         * gdb.objc/objcdecode.exp: Test for PR objc/1238.
23363         * gdb.objc/objcdecode.m: New file.
23364
23365 2003-11-25  Adam Fedor  <fedor@gnu.org>
23366
23367         * gdb.objc/nondebug.exp: Test for PR objc/1236.
23368         * gdb.objc/nondebug.m: New file.
23369
23370 2003-11-26  Ben Elliston  <bje@wasabisystems.com>
23371
23372         * gdb.asm/asm-source.exp: Make sure the final link succeeds on
23373         NetBSD as it does on FreeBSD.  Modelled on a similar change by
23374         Mark Kettenis on 2003-05-30.
23375         (link-flags): Set to "--entry _start" regardless of target.
23376         Special linker flags are to be appended to $link-flags.
23377         * gdb.asm/mips.inc (gdbasm_startup): Remove __start label.
23378
23379 2003-11-25  Michael Chastain  <mec.gnu@mindspring.com>
23380
23381         * gdb.cp/method.exp: Accept output of new demangler.
23382
23383 2003-11-25  Michael Chastain  <mec.gnu@mindspring.com>
23384
23385         * gdb/class2.exp: New file.
23386         * gdb/class2.cc: New file.
23387
23388 2003-11-25  Michael Chastain  <mec.gnu@mindspring.com>
23389
23390         * gdb.cp/templates.exp (test_ptype_of_templates): Accept output
23391         of new demangler.
23392
23393 2003-11-23  Mark Kettenis  <kettenis@gnu.org>
23394
23395         * gdb.arch/i386-unwind.exp: Use gdb_run_cmd and gdb_expect instead
23396         of gdb_test "run".
23397
23398 2003-11-23  Mark Kettenis  <kettenis@gnu.org>
23399
23400         * gdb.arch/i386-unwind.exp: Don't use runto_main.  Change
23401         "continue" into "run".
23402
23403 2003-11-23  Michael Chastain  <mec.gnu@mindspring.com>
23404
23405         Partial fix for PR testsuite/1456.
23406         * gdb.cp/ambiguous.exp: Replace reference to gcc_compiled with
23407         call to test_compiler_info.
23408         * gdb.cp/ctti.exp: Likewise.
23409         * gdb.cp/derivation.exp: Likewise.
23410         * gdb.cp/member-ptr.exp: Likewise.
23411         * gdb.cp/virtfunc.exp (test_virtual_calls): Remove unused
23412         reference to gcc_compiled.
23413
23414 2003-11-23  Michael Chastain  <mec.gnu@mindspring.com>
23415
23416         Fix PR testsuite/1463.
23417         * gdb.base/structs.exp (start_structs_test): Call
23418         get_debug_format before using the debug format.
23419
23420 2003-11-22  Andrew Cagney  <cagney@redhat.com>
23421
23422         * lib/gdb.exp (gdb_test_multiple): Add simple example.
23423         * gdb.base/structs.exp: Use gdb_test_multiple.
23424
23425 2003-11-20  Andrew Cagney  <cagney@redhat.com>
23426
23427         * gdb.base/structs.exp: Handle and recover from internal errors.
23428         Replace "foo${n}" with "foo<n>" in test messages.
23429
23430         * gdb.base/structs.exp: Update copyright.  Rewrite.
23431         * gdb.base/structs.c: Update copyright.  Rewrite.
23432
23433         * lib/gdb.exp (gdb_internal_error_resync): Issue a perror when the
23434         resync count exceeded.
23435
23436         * gdb.base/maint.exp: Use gdb_internal_error_resync to recover
23437         from the internal error.
23438         * lib/gdb.exp (gdb_internal_error_resync): New procedure.
23439         Original from Jim Blandy.
23440         (gdb_test_multiple): Use gdb_internal_error_resync.
23441
23442 2003-11-19  Andrew Cagney  <cagney@redhat.com>
23443
23444         * gdb.base/callfuncs.exp: Change the XFAILed descriptor test to a
23445         KFAIL.
23446
23447 2003-11-17  Mark Kettenis  <kettenis@gnu.org>
23448
23449         New testcase for PR backtrace/1435.
23450         * gdb.arch/i386-unwind.exp: New file.
23451         * gdb.arch/i386-unwind.c: New file.
23452
23453 2003-11-17  Andrew Cagney  <cagney@redhat.com>
23454
23455         * lib/gdb.exp (compiler_info): New global.
23456         (test_compiler_info): New function.
23457         (get_compiler_info): Set compiler_info.
23458         * lib/compiler.c, lib/compiler.cc: Add copyright.  When GNUC, set
23459         "compiler_info" to gcc-<major>-<minor>.
23460
23461 2003-11-15  Michael Chastain  <mec.gnu@mindspring.com>
23462
23463         * gdb.trace/configure: Remove.
23464
23465 2003-11-13  Elena Zannoni  <ezannoni@redhat.com>
23466
23467         * gdb.base/break.c: Add comments to aid finding line numbers for
23468         breakpoints.
23469         * gdb.base/break.exp: Remove all references to explicit line
23470         numbers.
23471
23472 2003-11-11  Nick Clifton  <nickc@redhat.com>
23473
23474         * gdb.base/shreloc.exp: Do not run for targets which do not
23475         support shared objects.
23476
23477 2003-11-10  Corinna Vinschen  <vinschen@redhat.com>
23478
23479         * gdb.base/fileio.exp: Drop tests for nointerrupts and noinferiorio.
23480         Don't run tests if nofileio flag is given.
23481
23482 2003-11-07  Elena Zannoni  <ezannoni@redhat.com>
23483
23484         * gdb.cp/annota3.exp: Make sure we can match 'Hardware watchpoint'
23485         as well as 'Watchpoint'.
23486
23487 2003-11-06  Elena Zannoni  <ezannoni@redhat.com>
23488
23489         Reported by Jim Ingham <jingham@apple.com>:
23490         * gdb.base/annota1.exp: Match at least one occurrence of the
23491         signal handler annotation.
23492
23493 2003-11-06  Elena Zannoni  <ezannoni@redhat.com>
23494
23495         * gdb.cp/annota2.exp: Make sure we can match 'Hardware watchpoint'
23496         as well as 'Watchpoint'.
23497
23498 2003-11-05  Michael Chastain  <mec@shout.net>
23499
23500         * gdb.mi/pthreads.c (routine): Handle early return from sleep.
23501
23502 2003-11-03  Kris Warkentin  <kewarken@qnx.com>
23503
23504         * gdb.arch/gdb1291.c: New test file.
23505         * gdb.arch/gdb1291.exp: New test script.
23506         * gdb.arch/gdb1431.c: New test file.
23507         * gdb.arch/gdb1431.exp: New test script.
23508
23509 2003-10-22  Michael Chastain  <mec@shout.net>
23510
23511         * gdb.mi/pthreads.c: Add copyright notice.
23512
23513 2003-10-22  Michael Chastain  <mec@shout.net>
23514
23515         * gdb.threads/pthreads.c: Add copyright notice.
23516
23517 2003-10-20  Michael Chastain  <mec@shout.net>
23518
23519         * gdb.base/gdb1056.exp: New test script.
23520
23521 2003-10-13  Daniel Jacobowitz  <drow@mvista.com>
23522
23523         * gdb.threads/killed.exp: Use gdb_run_cmd.
23524
23525 2003-10-13  Daniel Jacobowitz  <drow@mvista.com>
23526
23527         * gdb.base/gcore.exp: Issue an UNSUPPORTED and exit if we can't
23528         create a core file.
23529         * gdb.threads/gcore-thread.exp: Likewise.
23530
23531 2003-10-13  Corinna Vinschen  <vinschen@redhat.com>
23532
23533         * gdb.base/call-rt-st.c (struct bit_flags_char_t): New bitfield
23534         type, based on char type.
23535         (struct bit_flags_short_t): New bitfield type, based on short type.
23536         (init_bit_flags_char): New fuction.
23537         (init_bit_flags_short): Ditto.
23538         (print_bit_flags_char): Ditto.
23539         (print_bit_flags_short): Ditto.
23540         (main): Add handling for bit_flags_char_t and bit_flags_short_t.
23541
23542 2003-10-11  Michael Chastain  <mec@shout.net>
23543
23544         * gdb.base/call-rt-st.exp: Update copyright year.
23545
23546 2003-10-10  Kei Sakamoto  <sakamoto.kei@renesas.com>
23547
23548         * config/hmsirom.exp: Replace "Hitachi" with "Renesas".
23549         * gdb.disasm/sh3.s: Ditto.
23550
23551 2003-10-07  Daniel Jacobowitz  <drow@mvista.com>
23552
23553         * gdb.threads/switch-threads.exp: New test.
23554         * gdb.threads/switch-threads.c: New source file.
23555
23556 2003-10-07  Corinna Vinschen  <vinschen@redhat.com>
23557
23558         * gdb.base/ending-run.exp: Add sh specific case.
23559
23560 2003-10-06  Andrew Cagney  <cagney@redhat.com>
23561
23562         * gdb.base/watchpoint.exp: Delete obsolete clear_xfail.
23563         * gdb.disasm/mn10200.exp: Delete obsolete file.
23564
23565 2003-09-29  Daniel Jacobowitz  <drow@mvista.com>
23566
23567         * ChangeLog: Correct an entry command.exp -> commands.exp.
23568         * gdb.base/commands.exp (bp_deleted_in_command_test)
23569         (temporary_breakpoint_commands): Check noargs.
23570
23571 2003-09-25  David Carlton  <carlton@kealia.com>
23572
23573         * gdb.cp/namespace.exp: Tweak comments.  Add non-quoted versions
23574         of some print tests, where appropriate.  Add tests for C::D::cd,
23575         E::ce, F::cXfX, G::XgX.
23576         * gdb.cp/namespace.cc: Add XgX, cXfX, ce.
23577
23578 2003-09-25  Richard Earnshaw  <rearnsha@arm.com>
23579
23580         * lib/java.exp (java_init): Import target_alias before using it.
23581
23582 2003-09-25  David Carlton  <carlton@kealia.com>
23583
23584         * gdb.base/corefile.exp: Delete obsolete setup_xfail.
23585
23586 2003-09-23  Elena Zannoni  <ezannoni@redhat.com>
23587
23588         * gdb.base/selftest.exp: Accomodate more instruction reordering
23589         weirdness.
23590
23591 2003-09-17  Michael Chastain  <mec@shout.net>
23592
23593         * gdb.cp/gdb1355.exp: New file.
23594         * gdb.cp/gdb1355.c: New file.
23595
23596 2003-09-15  Corinna Vinschen  <vinschen@redhat.com>
23597
23598         * gdb.asm/asm-source.exp: Add sh*-*-* as supported target.
23599         * gdb.asm/sh.inc: New file.
23600
23601 2003-09-11  David Carlton  <carlton@kealia.com>
23602
23603         * gdb.cp/namespace.exp: Add tests for namespace types.
23604         * gdb.cp/maint.exp (test_help): Test 'help maint cp namespace'.
23605         (test_namespace): New.
23606
23607 2003-09-11  Elena Zannoni  <ezannoni@redhat.com>
23608
23609         * gdb.base/relocate.exp: Handle new gdb output at startup.
23610         * gdb.stabs/weird.exp: Ditto.
23611
23612 2003-09-08  Michael Chastain  <mec@shout.net>
23613
23614         * gdb.base/gdb1250.c: Rename 'gamma' to 'my_gamma'.
23615
23616 2003-09-07  Michael Chastain  <mec@shout.net>
23617
23618         * gdb.cp/classes.exp: Accommodate both 'syntax error' and
23619         'parse error'.
23620
23621 2003-09-07  Mark Kettenis  <m.kettenis@osp.nl>
23622
23623         * gdb.arch/i386-prologue.exp: Add checks for saved registers.
23624
23625 2003-08-30  Michael Chastain  <mec@shout.net>
23626
23627         * gdb.base/selftest.exp: Remove support for m68k*-*-hpux.
23628         * gdb.gdb/observer.exp: Ditto.
23629         * gdb.gdb/xfullpath.exp: Ditto.
23630
23631 2003-08-29  Mark Kettenis  <kettenis@gnu.org>
23632
23633         * gdb.base/interrupt.exp: XFAIL "call function when asleep" for
23634         *-*-*bsd*.
23635
23636 2003-08-28  Jeff Johnston  <jjohnstn@redhat.com>
23637
23638         * gdb.base/dump.exp: Skip for ia64.
23639
23640 2003-08-25  Jeff Johnston  <jjohnstn@redhat.com>
23641
23642         * gdb.asm/asm-source.exp: Add ia64 support.
23643         * gdb.asm/ia64.inc: New file.
23644
23645 2003-08-22  Michael Chastain  <mec@shout.net>
23646
23647         * gdb.cp: New directory.
23648         * gdb.cp/*: Copy from gdb.c++/*.
23649         * gdb.c++/*: Remove.
23650         * Makefile.in: Change gdb.c++ to gdb.cp.
23651         * configure.in:  Ditto.
23652         * configure: Regnerate.
23653
23654 2003-08-18  Mark Kettenis  <kettenis@gnu.org>
23655
23656         * gdb.arch/i386-prologue.exp: Add testcase for PR backtrace/1338.
23657         * gdb.arch/i386-prologue.c (gdb1338): Add function.
23658
23659 2003-08-17  Daniel Jacobowitz  <drow@mvista.com>
23660
23661         * mi-var-display.exp (-var-list-children weird): Accept function
23662         pointers with argument types.
23663         * mi1-var-display.exp (-var-list-children weird): Likewise.
23664         * mi2-var-display.exp (-var-list-children weird): Likewise.
23665
23666 2003-08-17  Daniel Jacobowitz  <drow@mvista.com>
23667
23668         * gdb.base/annota3.exp: Add missing newline.
23669
23670 2003-08-06  Michael Chastain  <mec@shout.net>
23671
23672         * gdb.java/jmisc1.exp: Add test for pr gdb/1322.
23673
23674 2003-08-12  Michael Snyder  <msnyder@redhat.com>
23675
23676         * gdb.base/float.exp: Add test for SH.
23677
23678 2003-08-10  Mark Kettenis  <kettenis@gnu.org>
23679
23680         * gdb.arch/i386-prologue.c, gdb.arch/i386-prologue.exp: New files.
23681
23682 2003-08-07  Elena Zannoni  <ezannoni@redhat.com>
23683
23684        * gdb.base/completion.exp: Remove reduntant completion test
23685        on filename.
23686
23687 2003-08-07  Elena Zannoni  <ezannoni@redhat.com>
23688
23689         * gdb.base/attach.exp, gdb.base/detach.exp, gdb.base/gcore.exp,
23690         gdb.mi/mi-basics.exp, gdb.threads/gcore-thread.exp,
23691         gdb.trace/save-trace.exp: Make sure that full pathnames are
23692         escaped correctly.
23693
23694 2003-08-07  Elena Zannoni  <ezannoni@redhat.com>
23695
23696         * configure.in: Don't generate config.h from config.hin.
23697         * configure: Regenerate.
23698         * config.hin: Remove file.
23699         * gdb.mi/pthreads.c: Remove include of config.h, and other ifdefs.
23700         * gdb.threads/pthreads.c: Ditto.
23701
23702 2003-08-07  Daniel Jacobowitz  <drow@mvista.com>
23703
23704         From Kei Sakamoto <sakamoto.kei@renesas.com>:
23705         * gdb.asm/asm-source.exp : Add -lgloss to link-flags.
23706         * gdb.asm/m32r.inc : Remove an illegal nop after bl instruction.
23707         Replace ld24 with seth/add3.
23708
23709 2003-08-02  Andrew Cagney  <cagney@redhat.com>
23710
23711         * gdb.base/annota3.exp: New file.
23712         * gdb.base/annota3.c: New file.
23713         * gdb.c++/annota3.exp: New file.
23714         * gdb.c++/annota3.cc: New file.
23715
23716 2003-07-29  Michael Chastain  <mec@shout.net>
23717
23718         * gdb.threads/tls.c (spin): Check errno only if sem_wait
23719         actually failed.
23720         (do_pass): Likewise.
23721         * gdb.threads/tls.exp: Always initialize no_of_threads.
23722
23723 2003-07-27  Daniel Jacobowitz  <drow@mvista.com>
23724
23725         * gdb.threads/print-threads.exp (test_all_threads): Loosen KFAIL
23726         pattern.
23727         * gdb.threads/tls-shared.exp: Don't use gdb_suppress_entire_file.
23728         * gdb.threads/tls.exp: Recognize one case of the host library not
23729         supporting TLS.
23730
23731 2003-07-27  Andrew Cagney  <cagney@redhat.com>
23732
23733         * gdb.base/fileio.exp: Use SH when running commands using
23734         remote_exec.
23735
23736 2003-07-24  Daniel Jacobowitz  <drow@mvista.com>
23737
23738         From Kei Sakamoto <sakamoto.kei@renesas.com>:
23739         * gdb.base/relocate.c (dummy): New padding array.
23740
23741 2003-07-22  Michael Snyder  <msnyder@redhat.com>
23742
23743         * gdb.disasm/8300s.s: Fix syntax of bsr insn.
23744
23745         * gdb.disasm/h8300s.exp : Minor changes in disassembler output require
23746         patterns to be more general, accepting old and new output.
23747         Some output chars (such as '+') also must be quoted.
23748         Some addresses are displayed numerically instead of
23749         symbolically.
23750
23751 2003-07-23  Michael Snyder  <msnyder@redhat.com>
23752
23753         * gdb.base/return2.exp: Don't test long-long return.
23754
23755         * gdb.disasm/t01_mov.s: New file, h8300sx disassembly tests.
23756         * gdb.disasm/t01_mov.exp: Ditto.
23757         * gdb.disasm/t02_mova.s: Ditto.
23758         * gdb.disasm/t02_mova.exp: Ditto.
23759         * gdb.disasm/t03_add.s: Ditto.
23760         * gdb.disasm/t03_add.exp: Ditto.
23761         * gdb.disasm/t04_sub.s: Ditto.
23762         * gdb.disasm/t04_sub.exp: Ditto.
23763         * gdb.disasm/t05_cmp.s: Ditto.
23764         * gdb.disasm/t05_cmp.exp: Ditto.
23765         * gdb.disasm/t06_ari2.s: Ditto.
23766         * gdb.disasm/t06_ari2.exp: Ditto.
23767         * gdb.disasm/t07_ari3.s: Ditto.
23768         * gdb.disasm/t07_ari3.exp: Ditto.
23769         * gdb.disasm/t08_or.s: Ditto.
23770         * gdb.disasm/t08_or.exp: Ditto.
23771         * gdb.disasm/t09_xor.s: Ditto.
23772         * gdb.disasm/t09_xor.exp: Ditto.
23773         * gdb.disasm/t10_and.s: Ditto.
23774         * gdb.disasm/t10_and.exp: Ditto.
23775         * gdb.disasm/t11_logs.s: Ditto.
23776         * gdb.disasm/t11_logs.exp: Ditto.
23777         * gdb.disasm/t12_bit.s: Ditto.
23778         * gdb.disasm/t12_bit.exp: Ditto.
23779         * gdb.disasm/t13_otr.s: Ditto.
23780         * gdb.disasm/t13_otr.exp: Ditto.
23781
23782 2003-07-22  Elena Zannoni  <ezannoni@redhat.com>
23783
23784         * gdb.threads/tls.exp :Add kfail for 'info address' case.
23785
23786 2003-07-22  Elena Zannoni  <ezannoni@redhat.com>
23787
23788         * gdb.threads/tls.c : New file.
23789         * gdb.threads/tls.exp : New file.
23790         * gdb.threads/tls-main.c : New file.
23791         * gdb.threads/tls-shared.c : New file.
23792         * gdb.threads/tls-shared.exp : New file.
23793
23794 2003-07-22  Andreas Schwab  <schwab@suse.de>
23795
23796         * gdb.asm/powerpc.inc (gdbasm_startup): Force alignment.
23797
23798 2003-07-20  Andreas Schwab  <schwab@suse.de>
23799
23800         * gdb.base/selftest.exp (do_steps_and_nexts): Add more patterns
23801         due to insn reordering.
23802
23803 2003-07-15  Andrew Cagney  <cagney@redhat.com>
23804
23805         * gdb.asm/asm-source.exp: Do not allow "start" in the backtrace.
23806
23807 2003-07-15  Michael Chastain  <mec@shout.net>
23808
23809         * gdb.base/gdb1250.exp: New file.
23810         * gdb.base/gdb1250.c: New file.
23811
23812 2003-07-09  Michal Ludvig  <mludvig@suse.cz>
23813
23814         * gdb.c++/templates.exp (test_ptype_of_templates): Recognize
23815         expansion of size_t to 'unsigned long', not only to 'unsigned'.
23816
23817 2003-07-09  Elena Zannoni  <ezannoni@redhat.com>
23818
23819         * gdb.threads/tls.c: New file.
23820         * gdb.threads/tls.exp: New file.
23821         * gdb.threads/tls-main.c: New file.
23822         * gdb.threads/tls-shared.c: New file.
23823         * gdb.threads/tls-shared.exp: New file.
23824
23825 2003-07-09  Elena Zannoni  <ezannoni@redhat.com>
23826
23827         * gdb.base/annota1.exp: Make sure that we properly escape the
23828         full path of the source file. Xfail more permissive patterns,
23829         due to a compiler debug info problem.
23830
23831 2003-07-07  Andreas Schwab  <schwab@suse.de>
23832
23833         * gdb.asm/m68k.inc: New file.
23834         * gdb.asm/asm-source.exp: Use it for m68k-*-*.
23835
23836         * gdb.objc/basicclass.exp ("Call an Objective-C method with no
23837         arguments"): Also match negative number.
23838
23839         * gdb.base/float.exp ("info float"): Add test for m68k-*-*.
23840
23841 2003-07-03  Daniel Jacobowitz  <drow@mvista.com>
23842
23843         * gdb.base/store.c (charest): New typedef.
23844         (add_char): Rename to add_charest, update.
23845         (wack_char): Rename to wack_charest, update types.  Return l + r
23846         to keep r live across the call.
23847         (wack_short, wack_int, wack_long, wack_longest, wack_float)
23848         (wack_double, wack_doublest): Return l + r to keep r live across
23849         the call.
23850         * gdb.base/store.exp: Accomodate store.c changes.
23851
23852 2003-06-30  David Carlton  <carlton@kealia.com>
23853
23854         * gdb.c++/maint.exp (test_invalid_name): New.
23855         (test_first_component): Add tests for invalid names.
23856
23857 2003-06-29  Michael Chastain  <mec@shout.net>
23858
23859         * gdb.c++/inherit.exp (test_print_svi_classes): Accept gdb
23860         output of '<VTT for class>' for virtual base classes.
23861
23862 2003-06-29  Daniel Jacobowitz  <drow@mvista.com>
23863
23864         * gdb.base/completion.exp: Tab-complete "complet" instead of
23865         "compl".
23866         * gdb.base/complex.exp, gdb.base/complex.c: New files.
23867
23868 2003-06-29  Daniel Jacobowitz  <drow@mvista.com>
23869
23870         * gdb.base/constvars.exp: Remove most xfails for GCC 3.x.
23871         * gdb.base/volatile.exp: Likewise.
23872
23873 2003-06-29  Daniel Jacobowitz  <drow@mvista.com>
23874
23875         * gdb.threads/print-threads.exp (test_all_threads): Add kfail for
23876         gdb/1265.
23877
23878 2003-06-28  Michael Chastain  <mec@shout.net>
23879             Daniel Jacobowitz  <drow@mvista.com>
23880
23881         * gdb.base/selftest.exp (do_steps_and_nexts): Increase maximum
23882         initial line count of 'captured_main' from 26 to 32.
23883         (test_with_self): Allow xmalloc call to be interleaved with the
23884         preceding two lines.
23885
23886 2003-06-24  Joel Brobecker  <brobecker@gnat.com>
23887
23888         * gdb.base/bang.exp: New testcase.
23889
23890 2003-06-23  Joel Brobecker  <brobecker@gnat.com>
23891
23892         * gdb.base/langs.exp: Add some tests for the "minimal" language
23893         support.
23894
23895 2003-06-23  Elena Zannoni  <ezannoni@redhat.com>
23896
23897         * gdb.objc/basicclass.exp: Return -1 if we cannot compile
23898         the testcase.
23899
23900 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
23901
23902         * gdb.base/relocate.exp: Test add-symbol-file with a variable
23903         offset.
23904
23905 2003-06-22  Daniel Jacobowitz  <drow@mvista.com>
23906
23907         * gdb.c++/pr-1210.cc: New file.
23908         * gdb.c++/pr-1210.exp: New file.
23909
23910 2003-06-21  Daniel Jacobowitz  <drow@mvista.com>
23911
23912         * lib/mi-support.exp (mi_run_cmd): Expect an MI response to
23913         000-exec-continue.
23914
23915 2003-06-15  Mark Kettenis  <kettenis@gnu.org>
23916
23917         * gdb.base/attach.exp: Use -1 for the ID of a nonexistent process
23918         on *-*-*bsd* instead of *-*-freebsd*.
23919
23920 2003-06-14  Andrew Cagney  <cagney@redhat.com>
23921
23922         * gdb.base/store.exp: Test longest and doublest.  Test all
23923         parameters.  Weaken return statement match.
23924         * gdb.base/store.c: Add longest and doublest - aka long long and
23925         long double functions.  Put all parameters into local register
23926         variables.  Use negative values.
23927
23928 2003-06-14  Andrew Cagney  <cagney@redhat.com>
23929
23930         * gdb.base/fileio.c: Include <errno.h>, and <sys/wait.h>.  Gag
23931         -Wformat errors.  Add lost line.  Use WEXITSTATUS to get system
23932         exit status.
23933         * gdb.base/fileio.exp: Disable target when nointerrupts and
23934         noinferiorio, instead of limiting it to remote.  Use remote_exec
23935         instead of system.
23936
23937 2003-06-12  Jeff Johnston  <jjohnstn@redhat.com>
23938
23939         * gdb.base/float.exp: Add ia64 support.
23940
23941 2003-06-12  Corinna Vinschen  <vinschen@redhat.com>
23942
23943         * gdb.base/fileio.exp: Run only on remote targets.
23944
23945 2003-06-10  Corinna Vinschen  <vinschen@redhat.com>
23946
23947         * gdb.base/fileio.c: New file, testing File-I/O.
23948         * gdb.base/fileio.exp: Ditto.
23949
23950 2003-06-09  Raoul Gough  <RaoulGough@yahoo.co.uk>
23951
23952         * gdb.base/shreloc.exp: New file, check symbol values obtained from
23953         shared objects after relocation at load time (gdb PR/1132).
23954         * gdb.base/shreloc.c, gdb.base/shreloc1.c, gdb.base/shreloc2.c:
23955         as above, part of the shared object relocation test.
23956
23957 2003-06-08  Mark Kettenis  <kettenis@gnu.org>
23958
23959         * gdb.base/readline.exp: Add tests for operate-and-get-next with a
23960         fully filled history list.
23961         * gdb.base/gdb_history: New file.
23962
23963         * gdb.base/signals.exp: XFAIL "continue to func1" on
23964         i*86-*-freebsd*.
23965
23966         * gdb.base/attach.exp: When trying to attach to a nonexistent
23967         process, make it possible to specify the PID based on the target,
23968         and do so for *-*-freebsd*.
23969
23970 2003-06-02  Richard Henderson  <rth@redhat.com>
23971
23972         * gdb.base/float.exp: Add expected regexp for alpha-*-*.
23973
23974 2003-06-02  Richard Henderson  <rth@redhat.com>
23975
23976         * gdb.base/selftest.exp: Next over lim_at_start initialization.
23977
23978 2003-06-02  Richard Henderson  <rth@redhat.com>
23979
23980         * gdb.base/dump.exp [alpha*-*-*]: Add -taso linker switch.
23981
23982 2003-06-01  Daniel Jacobowitz  <drow@mvista.com>
23983
23984         * gdb.asm/asm-source.exp: Dissassemble from &globalvar instead
23985         of globalvar.
23986
23987 2003-06-01  Mark Kettenis  <kettenis@gnu.org>
23988
23989         * gdb.asm/asm-source.exp: Check for memory read errors in
23990         disassembler test on *BSD too.
23991
23992 2003-06-01  Richard Henderson  <rth@redhat.com>
23993
23994         * gdb.asm/alpha.inc (gdbasm_enter): Use numeric register names
23995         for .frame.
23996         (gdbasm_call): Lose ldgp.
23997         (gdbasm_startup): Add frame information.
23998         * gdb.asm/asm-source.exp (alpha*-*): Add -no-mdebug to asm-flags.
23999
24000 2003-05-31  Mark Kettenis  <kettenis@gnu.org>
24001
24002         * gdb.base/float.exp: Expect similar output for x86_64-*-* as for
24003         i?86-*-*.
24004
24005 2003-05-30  Mark Kettenis  <kettenis@gnu.org>
24006
24007         * gdb.asm/asm-source.exp: Make sure the final link succeeds on
24008         FreeBSD.
24009
24010 2003-05-29  Richard Henderson  <rth@redhat.com>
24011
24012         * gdb.asm/alpha.inc: New file.
24013         * gdb.asm/asm-source.exp: Use it.
24014
24015 2003-05-29  Jim Blandy  <jimb@redhat.com>
24016
24017         * gdb.base/corefile.exp: Find corefiles on Linux, which names them
24018         'core.PID'.
24019
24020 2003-05-22  Jim Blandy  <jimb@redhat.com>
24021
24022         * gdb.base/corefile.exp: Tolerate stuff after argument parens in
24023         backtrace.
24024
24025 2003-05-20  David Carlton  <carlton@math.stanford.edu>
24026
24027         * gdb.c++/namespace1.cc: Actually do 'cvs add' before committing
24028         this time.
24029
24030 2003-05-19  David Carlton  <carlton@bactrian.org>
24031
24032         * gdb.c++/rtti.exp: New file, containing tests for PR c++/488.
24033         * gdb.c++/rtti.h, gdb.c++/rtti1.cc, gdb.c++/rtti2.cc: Ditto.
24034
24035 2003-05-19  David Carlton  <carlton@bactrian.org>
24036
24037         * gdb.c++/namespace.exp: Add namespace scope and anonymous
24038         namespace tests.
24039         Bump copyright date.
24040         * gdb.c++/namespace.cc: Add anonymous namespace and namespace C.
24041         (main): Call C::D::marker2.
24042         * gdb.c++/namespace1.cc: New file.
24043
24044 2003-05-14  Jeff Johnston  <jjohnstn@redhat.com>
24045
24046         Roland McGrath  <roland@redhat.com>
24047         * gdb.threads/linux-dp.exp: Account for fact that in nptl model
24048         there is no manager thread.
24049
24050 2003-05-08  Jeff Johnston  <jjohnstn@redhat.com>
24051
24052         * gdb.threads/schedlock.exp: Remove assumption that all threads
24053         will run in a particular small time slice.  Also ensure we break
24054         in one of the child threads rather than the main thread.
24055
24056 2003-05-07  Jim Blandy  <jimb@redhat.com>
24057
24058         Add support for assembly source testing on the s390x.
24059         * gdb.asm/asm-source.exp: Add a case for the s390x-*-*
24060         architecture.
24061         * gdb.asm/s390x.inc: New file.
24062
24063         * gdb.asm/asm-source.exp: Use a 'switch -glob' statement, not a
24064         succession of 'if' statements.
24065
24066 2003-05-05  Andrew Cagney  <cagney@redhat.com>
24067
24068         * gdb.base/maint.exp: Add tests for "maint print dummy-frames".
24069
24070 2003-05-05  Andrew Cagney  <cagney@redhat.com>
24071
24072         * gdb.base/watchpoint.exp: Rename CALL_DUMMY_BREAKPOINT_OFFSET to
24073         DEPRECATED_CALL_DUMMY_BREAKPOINT_OFFSET in comments.
24074
24075 2003-05-02  Elena Zannoni  <ezannoni@redhat.com>
24076
24077         * gdb.base/charset.exp: Update based on new behavior of set/show
24078         charset commands.
24079
24080 2003-05-01  Andrew Cagney  <cagney@redhat.com>
24081
24082         * gdb.asm/asm-source.exp: Check that "disassm" and "x/i" of a
24083         variable do not give memory errors.
24084
24085 2003-04-30  Adam Fedor  <fedor@gnu.org>
24086
24087         * Makefile.in (ALL_SUBDIRS): Add gdb.objc
24088         * configure.in (AC_OUTPUT): Add gdb.objc/Makefile
24089         * gdb.objc/Makefile.in, gdb.objc/basicclass.exp,
24090         gdb.objc/basicclass.m: : New files
24091
24092         * lib/gdb.exp (gdb_compile_objc): New procedure.
24093
24094 2003-04-27  Daniel Jacobowitz  <drow@mvista.com>
24095
24096         * gdb.base/signals.exp: Make backtrace tests more specific.
24097
24098 2003-04-23  David Carlton  <carlton@bactrian.org>
24099
24100         * gdb.c++/maint.exp (test_first_component): Add tests for
24101         'operator' in more locations.
24102
24103 2003-04-16  Kevin Buettner  <kevinb@redhat.com>
24104
24105         * gdb.base/args.exp: Invoke gdb_load for simulator targets.
24106
24107 2003-04-16  Elena Zannoni  <ezannoni@redhat.com>
24108
24109         * gdb.base/completion.exp: Make 'info func mark' complete on 'info
24110         func marke' instead. Update test name.
24111
24112 2003-04-15  David Carlton  <carlton@math.stanford.edu>
24113
24114         * gdb.c++/maint.exp: New file.
24115
24116 2003-04-14  Elena Zannoni  <ezannoni@redhat.com>
24117
24118         * gdb.threads/schedlock.c: Change type of thread function argument
24119         to long, to avoid warnings on 64-bit platforms.
24120
24121 2003-04-14  Elena Zannoni  <ezannoni@redhat.com>
24122
24123         * gdb.base/attach.exp: Add new message from ptrace in case of
24124         attaching to nonexistent process.
24125
24126 2003-04-11  Jim Blandy  <jimb@redhat.com>
24127
24128         * gdb.c++/derivation.exp, gdb.c++/overload.exp,
24129         gdb.c++/userdef.cc: Place comments on the lines to which the
24130         marker function might return.
24131         * gdb.c++/derivation.exp, gdb.c++/overload.exp,
24132         gdb.c++/userdef.exp: Look for those comments to check that we've
24133         returned to the right place, instead of checking line numbers.
24134
24135 2003-04-11  Elena Zannoni  <ezannoni@redhat.com>
24136
24137         * gdb.threads/pthreads.exp (test_startup): When setting a breakpoint
24138         match on sourcefile name, instead of directory name.
24139
24140 2003-04-10  Elena Zannoni  <ezannoni@redhat.com>
24141
24142         * gdb.base/completion.exp: Use string_to_regexp to match the
24143         working directory name.
24144
24145 2003-04-09  Jim Blandy  <jimb@redhat.com>
24146
24147         * gdb.c++/derivation.exp, gdb.c++/overload.exp,
24148         gdb.c++/userdef.exp: If GDB fails to restore the selected frame
24149         after an inferior function call, report the failure, but allow the
24150         test to continue.
24151
24152 2003-04-05  Stephane Carrez  <stcarrez@nerim.fr>
24153
24154         * gdb.base/break.exp: marker4() is defined at line 46 when compiled
24155         with -DPROTOTYPES.
24156
24157 2003-04-05  Stephane Carrez  <stcarrez@nerim.fr>
24158
24159         * gdb.base/break.exp: Revert last patch.
24160
24161 2003-04-04  Stephane Carrez  <stcarrez@nerim.fr>
24162
24163         * gdb.base/break.exp: marker4() is defined at line 46 when compiled
24164         with -DPROTOTYPES.
24165
24166 2003-04-02  Andrew Cagney  <cagney@redhat.com>
24167
24168         * gdb.base/callfuncs.exp: Make "print add" messages unique.
24169         * gdb.base/ending-run.exp: Put spaces around "breakpoint" to stop
24170         matching directories by the name breakpoint.
24171         * gdb.base/pointers.exp: Make "ptype pppC" message consistent.
24172         Make "continue to marker1" consistent.
24173         * gdb.base/call-rt-st.exp: Make "finish out from loop_count"
24174         message consistent.
24175         * lib/gdb.exp: Put "the program is no longer running", and "the
24176         program exited" in parenthesis.
24177         * lib/mi-support.exp: Ditto.
24178
24179 2003-04-02  Bob Rossi  <bob_rossi@cox.net>
24180
24181         * gdb.mi/mi-file.exp: New file for -file-list-exec-source-file.
24182
24183 2003-03-29  Andrew Cagney  <cagney@redhat.com>
24184
24185         * gdb.base/sizeof.c (main): Print the value of '\377'.
24186         * gdb.base/sizeof.exp: Check the sign of '\377'.
24187
24188 2003-03-27  Michael Chastain  <mec@shout.net>
24189
24190         * gdb.base/gdb1090.exp: New file.
24191         * gdb.base/gdb1090.cc: New file.
24192
24193 2003-03-27  J. Brobecker  <brobecker@gnat.com>
24194
24195         * gdb.gdb/observer.exp: New regression test.
24196
24197 2003-03-27  Michael Chastain  <mec@shout.net>
24198
24199         * gdb.base/list.exp: Remove setup_xfail_format for DWARF 1.
24200         * gdb.base/ptype.exp: Likewise.
24201
24202 2003-03-27  Corinna Vinschen  <vinschen@redhat.com>
24203
24204         * gdb.c++/casts.exp: Fix startup to run also on embedded targets.
24205
24206 2003-03-26  Michael Chastain  <mec@shout.net>
24207
24208         * gdb.base/ptype.exp: Actually use some typedef'd types.
24209
24210 2003-03-21  Stephane Carrez  <stcarrez@nerim.fr>
24211
24212         * gdb.asm/asm-source.exp: Set asm-arch for m6811 and m6812.
24213         * gdb.asm/m68hc11.inc: New file for HC11/HC12 macros.
24214
24215 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
24216
24217         * gdb.base/default.exp: Fix regular expression.
24218
24219 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
24220
24221         * gdb.base/args.exp: Fix regular expression.
24222
24223 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
24224
24225         * gdb.base/help.exp: Allow Win32 child process.
24226
24227 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
24228
24229         * gdb.base/ending-run.exp: Check for Cygwin specific wrapper function
24230         when stepping out of main().
24231
24232 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
24233
24234         * gdb.base/default.exp: Check for win32 specific message when calling
24235         "run" without executable.
24236
24237 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
24238
24239         * gdb.base/args.exp: Expect .exe in output.
24240
24241 2003-03-20  Corinna Vinschen  <vinschen@redhat.com>
24242
24243         * gdb.asm/asm-source.exp: Add appropriate --entry linker flag for
24244         Cygwin native.
24245
24246 2003-03-17  Andrew Cagney  <cagney@redhat.com>
24247
24248         From Elena Zannoni <ezannoni@redhat.com>.  Test e500 abi and
24249         vector registes.
24250         * gdb.arch/e500-regs.c, gdb.arch/e500-regs.exp: New files.
24251         * gdb.arch/e500-abi.c, gdb.arch/e500-abi.exp: New files.
24252
24253 2003-03-17  David Carlton  <carlton@math.stanford.edu>
24254
24255         * gdb.base/watchpoint.exp (test_watchpoint_and_breakpoint): New
24256         test, for PR breakpoints/38.
24257         Call test_watchpoint_and_breakpoint.
24258         * gdb.base/watchpoint.c (func3): New function.
24259         (main): Call func3.
24260
24261 2003-03-04  David Carlton  <carlton@math.stanford.edu>
24262
24263         * gdb.c++/templates.exp (do_tests): Accept valid const in "print
24264         Garply<Garply<char> >:: garply".
24265         (test_ptype_of_templates): KFAIL "ptype T5<int>" and "ptype t5i"
24266         with respect to PR c++/1111; note also PR c++/1113.
24267         (test_template_breakpoints): KFAIL "constructor breakpoint" with
24268         respect to PR c++/1062.
24269         KFAIL "destructor breakpoint" with respect to PR c++/1112.
24270
24271 2003-03-03  David Carlton  <carlton@math.stanford.edu>
24272
24273         * gdb.c++/classes.exp (test_enums): KFAIL "ptype obj_with_enum"
24274         with respect to PR c++/57.
24275         KFAIL "print (ClassWithEnum::PrivEnum) 42" with respect to PR
24276         c++/826.
24277         Create "print ('ClassWithEnum::PrivEnum') 42"; KFAIL it with
24278         respect to PR c++/57.
24279
24280 2003-03-03  David Carlton  <carlton@math.stanford.edu>
24281
24282         * gdb.c++/templates.exp (do_tests): Convert the KFAILs with
24283         respect to PR c++/33 into FAILs.
24284
24285 2003-03-03  Michael Chastain  <mec@shout.net>
24286
24287         * configure.in: Update copyright years.
24288
24289 2003-03-03  Michael Chastain  <mec@shout.net>
24290
24291         * Makefile.in: Update copyright years.
24292
24293 2003-02-28  David Carlton  <carlton@math.stanford.edu>
24294
24295         * gdb.c++/classes.exp (test_ptype_class_objects): Accept it if we
24296         print class instead of struct and/or superfluous protection
24297         specifiers, as long as the resulting output is equivalent to the
24298         source code.
24299         Delete FIXME from end of messages on tests that don't need
24300         fixing.
24301
24302 2003-02-28  David Carlton  <carlton@math.stanford.edu>
24303
24304         * gdb.c++/templates.exp (do_tests): Allow const in the two
24305         Foo<volatile char *>::foo tests.
24306
24307 2003-02-27  Michael Snyder  <msnyder@redhat.com>
24308
24309         * gdb.base/restore.c (main): Return zero, so exit code
24310         will be consistant.
24311
24312 2003-02-26  David Carlton  <carlton@math.stanford.edu>
24313
24314         * gdb.c++/templates.exp (do_tests): KFAIL the "print Foo<volatile
24315         char *>::foo" test with respect to PR c++/33.  Create a new test
24316         which is identical to that one except that it doesn't put the
24317         space between the "char" and the "*"; KFAIL it, too.
24318
24319 2003-02-26  David Carlton  <carlton@math.stanford.edu>
24320
24321         * gdb.c++/templates.exp (do_tests): Convert XFAILs about printing
24322         template types into either PASSes or KFAILs (corresponding to PR
24323         c++/57).  Tweak indentation.  Update copyright.
24324
24325 2003-02-23  Stephane Carrez  <stcarrez@nerim.fr>
24326
24327         * lib/gdb.exp: Don't execute C++ tests on m6811/m6812 targets.
24328
24329 2003-02-13  Michael Chastain  <mec@shout.net>
24330
24331         * gdb.base/exprs.exp: Remove i960 remnants.
24332         * gdb.base/funcargs.exp: Likewise.
24333         * gdb.base/list.exp: Likewise.
24334         * gdb.base/ptype.exp: Likewise.
24335
24336 2003-02-14  David Carlton  <carlton@math.stanford.edu>
24337
24338         * gdb.c++/virtfunc.exp (test_virtual_calls): Change 'print
24339         pEe->D::vg()" from XFAIL to KFAIL.
24340
24341 2003-02-13  Jason Molenda  (jmolenda@apple.com)
24342
24343         * gdb.base/maint.exp: Update maint print statistics regexp to include
24344         new entries.
24345
24346 2003-02-13  Michael Chastain  <mec@shout.net>
24347
24348         * gdb.c++/inherit.exp: Remove call to get_debug_format.
24349
24350 2003-02-12  Michael Chastain  <mec@shout.net>
24351
24352         * gdb.c++/classes.exp: Remove setup_xfail_format for DWARF 1.
24353         * gdb.c++/inherit.exp: Likewise.
24354         * gdb.c++/cplusfuncs.exp: Remove suppression logic for DWARF 1.
24355         * gdb.c++/templates.exp: Likewise.
24356         * gdb.c++/virtfunc.exp: Likewise.
24357
24358 2003-02-06  Jason Molenda  (jason-cl@molenda.com)
24359
24360         * gdb.mi/mi-syn-frame.c (subroutine): Add a comment explaining
24361         why the code is written that way.
24362
24363 2003-02-05  Michael Chastain  <mec@shout.net>
24364
24365         * gdb.base/dump.exp: Add missing copyright line.
24366
24367 2003-02-05  Jason Molenda  (jason-cl@molenda.com)
24368
24369         * gdb.mi/mi-syn-frame.c (subroutine): Add an extra statement
24370         at the beginning so the breakpoint doesn't get set on the loop.
24371
24372 2003-02-05  Michael Chastain  <mec@shout.net>
24373
24374         * gdb.c++/local.exp: Relax the test for PR gdb/825 to accept
24375         output for configurations with gcc 2.95.3.
24376
24377 2003-02-05  Keith Seitz  <keiths@redhat.com>
24378             Andrew Cagney  <ac131313@redhat.com>
24379
24380         * gdb.mi/mi-cli.exp: New file.
24381
24382 2003-02-04  Michael Chastain  <mec@shout.net>
24383
24384         * gdb.c++/anon-union.exp: Do not call gdb_suppress_entire_file.
24385         Call perror and then continue.
24386
24387 2003-02-03  Michael Chastain  <mec@shout.net>
24388
24389         * gdb.c++/pr-1023.cc: New file.
24390         * gdb.c++/pr-1023.exp: New file.
24391
24392 2003-02-05  Jim Blandy  <jimb@redhat.com>
24393
24394         * gdb.c++/local.exp: Don't expect Local to be in scope in main;
24395         it's local to foobar.  Check for it there, and check that it's not
24396         present in main.
24397         * gdb.c++/local.cc (marker2): New function.
24398         (foobar): Call marker1.
24399         (main): Call marker2 instead of marker1.
24400
24401 2003-02-04  Andrew Cagney  <ac131313@redhat.com>
24402
24403         * gdb.disasm/mn10200.exp: Obsolete file.
24404         * gdb.trace/Makefile.in (clean mostlyclean): Remove mn10200.
24405         * gdb.disasm/Makefile.in (clean mostlyclean): Remove mn10200.
24406         * gdb.base/watchpoint.exp: Mark the mn10200 xfails as obsolete.
24407
24408 2003-02-04  David Carlton  <carlton@math.stanford.edu>
24409
24410         * gdb.c++/overload.exp: Test intToChar(1).
24411         * gdb.c++/overload.cc (intToChar): New.
24412         (main): Call intToChar.
24413
24414 2003-02-03  David Carlton  <carlton@math.stanford.edu>
24415
24416         * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): Add
24417         'might_kfail' arg.
24418         KFAIL some of the continue_to_bp_overloaded calls, according to
24419         PR c++/1025.
24420
24421 2003-02-01  Michael Chastain  <mec@shout.net>
24422
24423         * gdb.base/advance.c (marker1): New marker function.
24424         * gdb.base/advance.exp: When the 'advance' command lands on the
24425         return breakpoint, it can legitimately stop on either the
24426         current line or the next line.  Accommodate both outcomes.
24427         * gdb.base/until.exp: Likewise.
24428
24429 2003-02-02  Andrew Cagney  <ac131313@redhat.com>
24430
24431         2002-11-10 Jason Molenda (jason-cl@molenda.com):
24432         * gdb.mi/mi-var-child.exp: -var-list-children's CHILDREN field is
24433         now a list, not a tuple.
24434         * gdb.mi/mi-var-display.exp: Ditto.
24435         * gdb.mi/gdb792.exp: Ditto.
24436
24437 2003-02-01  Andrew Cagney  <ac131313@redhat.com>
24438
24439         From 2002-11-09 Jason Molenda (jason-cl@molenda.com):
24440         * gdb.mi/mi-syn-frame.exp: New tests for synthetic frames in
24441         stack backtraces.
24442         * gdb.mi/mi-syn-frame.c: Part of same.
24443
24444 2003-02-01  Mark Kettenis  <kettenis@gnu.org>
24445
24446         * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
24447         gdb.mi/mi1-pthreads.exp: Return instead of calling
24448         gdb_suppress_entire_file.
24449
24450 2003-02-01  Mark Salter  <msalter@redhat.com>
24451
24452         * gdb.asm/arm.inc (gdbasm_startup): Clear frame pointer, not sp.
24453
24454 2003-01-31  Mark Salter  <msalter@redhat.com>
24455
24456         * lib/mi-support.exp (mi_gdb_load): Support remote targets.
24457         Support empty arg.
24458
24459 2003-01-30  Michael Chastain  <mec@shout.net>
24460
24461         * lib/gdb.exp: Revert patch of 2003-01-06, which set LC_ALL.
24462         This was a workaround for a UTF-8 bug in readline 4.3.  The bug
24463         has been fixed in gdb/readline on 2003-01-09.
24464
24465 2003-01-29  Michael Snyder  <msnyder@redhat.com>
24466
24467         * gdb.base/maint.exp: Allow for leading underscore in symbol.
24468         * gdb.base/display.exp: Allow for leading underscore in symbol.
24469         * gdb.base/args.exp: Skip if target does not support args passing.
24470
24471 2003-01-22  Daniel Jacobowitz  <drow@mvista.com>
24472
24473         * lib/gdb.exp (gdb_test_multiple): New function, cloned from
24474         gdb_test.  Accept a list of expect arguments as the third
24475         parameter.
24476         (gdb_test): Use it.
24477
24478 2003-01-20  Elena Zannoni  <ezannoni@redhat.com>
24479
24480         * gdb.arch/altivec-abi.exp: Set variable 'srcfile' differently, to
24481         allow for different test tree configurations.  Update some
24482         tescases accordingly.
24483         * gdb.arch/altivec-regs.exp: Ditto.
24484         * gdb.asm/asm-source.exp: Ditto.
24485         * gdb.base/advance.exp: Ditto.
24486         * gdb.base/display.exp: Ditto.
24487         * gdb.base/long_long.exp: Ditto.
24488         * gdb.base/mips_pro.exp: Ditto.
24489         * gdb.base/overlays.exp: Ditto.
24490         * gdb.base/relocate.exp: Ditto.
24491         * gdb.base/setshow.exp: Ditto.
24492         * gdb.base/step-line.exp: Ditto.
24493         * gdb.base/step-test.exp: Ditto.
24494         * gdb.base/until.exp: Ditto.
24495         * gdb.c++/virtfunc.exp: Get rid of variable 'src'.
24496
24497 2003-01-17  David Carlton  <carlton@math.stanford.edu>
24498
24499         * gdb.c++/demangle.exp (test_lucid_style_demangling): KFAIL test
24500         corresponding to PR c++/945.
24501         Update copyright.
24502
24503 2003-01-17  David Carlton  <carlton@math.stanford.edu>
24504
24505         * gdb.c++/inherit.exp (test_print_mi_members): KFAIL tests
24506         corresponding to PR c++/68.
24507
24508 2003-01-17  David Carlton  <carlton@math.stanford.edu>
24509
24510         * gdb.c++/cplusfuncs.exp (print_addr_2_kfail): New procedure.
24511         (test_paddr_hairy_functions): Call print_addr_2_kfail for
24512         hairyfunc5 through hairyfunc7.  KFAIL for PR c++/19.
24513
24514 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
24515
24516         * gdb.base/break.exp: Fix change of default location, because of
24517         removal of until tests.
24518         * gdb.base/help.exp: Update test for new 'until' help message.
24519         Add test for help on 'advance'.
24520         * gdb.base/args.exp: Fix foobar with GDBFLAGS global.
24521
24522 2003-01-15  Mark Kettenis  <kettenis@gnu.org>
24523
24524         * gdb.base/default.exp: Adapt "info float" test for recent changes
24525         to that command.  Add test for "info vector".
24526         * gdb.base/float.exp: New file.  Add test for "info float" that
24527         resembles the old test in gdb.base/default.exp.
24528
24529 2003-01-15  David Carlton  <carlton@math.stanford.edu>
24530
24531         * gdb.base/selftest.exp (do_steps_and_nexts): Allow gdb_sysroot.
24532
24533 2003-01-15  Elena Zannoni  <ezannoni@redhat.com>
24534
24535         * gdb.base/break.exp: Move the tests of until command from here...
24536         * gdb.base/until.exp: ... to here. New file. Add other tests.
24537         * gdb.base/advance.c: New file.
24538         * gdb.base/advance.exp: New file.
24539
24540 2003-01-14  Elena Zannoni  <ezannoni@redhat.com>
24541
24542         * gdb.base/args.c: New file.
24543         * gdb.base/args.exp: New file.
24544
24545 2003-01-14  Daniel Jacobowitz  <drow@mvista.com>
24546
24547         * gdb.c++/virtfunc.exp: Remove fixed XFAIL.
24548
24549 2003-01-14  Daniel Jacobowitz  <drow@mvista.com>
24550
24551         * gdb.threads/killed.exp: Use KFAIL for gdb/568.
24552
24553 2003-01-14  Daniel Jacobowitz  <drow@mvista.com>
24554
24555         * gdb.base/constvars.exp: Remove two extra XFAILs.  Update copyright
24556         dates.
24557
24558 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
24559
24560         * gdb.c++/printmethod.exp (print virtual method): Accept "(void)".
24561
24562 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
24563
24564         * gdb.base/printcmds.exp: Enable setup_kfail for gdb/538
24565         (ptype &*"foo").
24566         * gdb.c++/local.exp: Enable setup_kfail for gdb/482.
24567
24568 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
24569
24570         * gdb.mi/mi-console.exp: Remove extra "(known bug)".
24571         * gdb.mi/mi1-console.exp: Likewise.
24572
24573 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
24574
24575         * gdb.mi/mi-console.exp: Add KFAIL for "Hello message (known bug)".
24576         * gdb.mi/mi1-console.exp: Likewise.
24577
24578 2003-01-13  Daniel Jacobowitz  <drow@mvista.com>
24579
24580         * gdb.c++/overload.exp: Remove some fixed XFAILs.
24581
24582 2003-01-09  Daniel Jacobowitz  <drow@mvista.com>
24583
24584         * gdb.base/detach.exp: New test.
24585
24586 2003-01-09  Daniel Jacobowitz  <drow@mvista.com>
24587
24588         * Makefile.in (ALL_SUBDIRS): New variable.
24589         (subdirs, clean, distclean): Use it.
24590         * gdb.arch/Makefile.in: Clean up Makefile.  Remove rules for
24591         regenerating Makefile, since it is generated from the top level.
24592         * gdb.asm/Makefile.in: Likewise.
24593         * gdb.base/Makefile.in: Likewise.
24594         * gdb.c++/Makefile.in: Likewise.
24595         * gdb.disasm/Makefile.in: Likewise.
24596         * gdb.java/Makefile.in: Likewise.
24597         * gdb.mi/Makefile.in: Likewise.
24598         * gdb.threads/Makefile.in: Likewise.
24599         * gdb.trace/Makefile.in: Likewise.
24600
24601 2003-01-09  David Carlton  <carlton@math.stanford.edu>
24602
24603         * gdb.c++/annota2.exp: KFAIL "watch triggered on a.x".
24604         Add copyright year 2003.
24605
24606 2003-01-06  Michael Chastain  <mec@shout.net>
24607
24608         * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set):
24609         When selecting a thread, 'line' and 'file' are optional.
24610         * gdb.mi/mi1-pthreads.exp: Likewise.
24611
24612 2003-01-06  Andreas Schwab  <schwab@suse.de>
24613
24614         * lib/gdb.exp: Set LC_ALL to "C" to avoid spurious testsuite
24615         failures.
24616
24617 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
24618
24619         Fix PR gdb/844
24620         * lib/gdb.exp (gdb_compile): Handle "quiet" option.
24621         (gdb_compile_pthreads): Pass "quiet" to gdb_compile.
24622
24623         * gdb.threads/gcore-thread.exp: Use gdb_compile_pthreads.  Return
24624         instead of calling gdb_suppress_entire_file.
24625         * gdb.threads/print-threads.exp: Likewise.
24626         * gdb.threads/schedlock.exp: Likewise.
24627
24628         * gdb.threads/killed.exp: Return instead of calling
24629         gdb_suppress_entire_file.
24630         * gdb.threads/linux-dp.exp: Likewise.
24631         * gdb.threads/pthreads.exp: Likewise.
24632
24633 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
24634
24635         * gdb.base/callfuncs.exp: Don't XFAIL unprototyped functions for
24636         stabs.
24637         * gdb.base/completion.exp: Allow marker1(void) as well as marker1().
24638         * gdb.base/whatis.exp: Always allow (void) after function names.
24639
24640 2003-01-04  Daniel Jacobowitz  <drow@mvista.com>
24641
24642         * gdb.c++/casts.exp: Correct regexp.
24643
24644 2003-01-04  Mark Kettenis  <kettenis@gnu.org>
24645
24646         * configure.in: Call AC_CONFIG_HEADER.  Don't call
24647         AC_CONFIG_SUBDIRS on gdb.arch, gdb.asm, gdb.base gdb.c++ gdb.java,
24648         gdb.disasm, gdb.mi, gdb.threads and gdb.trace.  Call
24649         AC_CHECK_HEADERS on pthread.h.  Put Makefiles in the
24650         aforementioned directories in the AC_OUPUT call.
24651         * config.hin: New file.
24652         * gdb.mi/gdb669.exp, gdb.mi/mi-pthreads.exp,
24653         gdb.mi/mi1-pthreads.exp, gdb.threads/gcore-thread.exp,
24654         gdb.threads/killed.exp, gdb.threads/print-threads.exp,
24655         gdb.threads/pthreads.exp, gdb.threads/schedlock.exp: Make sure we
24656         pass -I$objdir instead of -I$objdir/$subdir in compilation.
24657         * gdb.arch/configure.in, gdb.arch/configure, gdb.asm/configure.in,
24658         gdb.asm/configure, gdb.base/configure.in, gdb.base/configure,
24659         gdb.c++/configure.in, gdb.c++/configure, gdb.disasm/configure.in,
24660         gdb.disasm/configure, gdb.java/configure.in, gdb.java/configure,
24661         gdb.mi/configure.in, gdb.mi/configure, gdb.mi/config.in,
24662         gdb.threads/configure.in, gdb.threads/configure,
24663         gdb.threads/config.in, gdb.trace/configure.in,
24664         gdb.trace/configure: Removed.
24665
24666 2003-01-03  Michael Chastain  <mec@shout.net>
24667
24668         * gdb.base/miscexprs.c: Fix PR gdb/697, "buglet in
24669         testsuite/gdb.base/miscexprs.c, off-by-1 array reference".
24670
24671 2003-01-03  Daniel Jacobowitz  <drow@mvista.com>
24672
24673         * gdb.base/store.exp: Fix regular expressions.
24674
24675 2002-12-28  Mark Kettenis  <kettenis@gnu.org>
24676
24677         * configure.in: Rewrite.
24678         * configure: Regenerated.
24679
24680 2003-01-03  David Carlton  <carlton@math.stanford.edu>
24681
24682         * gdb.base/psymtab.exp: New file.
24683         * gdb.base/psymtab1.c: Ditto.
24684         * gdb.base/psymtab2.c: Ditto.
24685
24686 2002-12-23  Adam Fedor  <fedor@gnu.org>
24687
24688         * gdb.base/maint.exp: Update expect output to include 'ObjC'.
24689
24690 2002-12-23  David Carlton  <carlton@math.stanford.edu>
24691
24692         * gdb.base/selftest.exp (do_steps_and_nexts): Allow initial brace
24693         and current_directory initialization.
24694
24695 2002-12-22  Jim Blandy  <jimb@redhat.com>
24696
24697         * gdb.trace/tfind.exp: Pass '-O1' flag via the 'optimize' option,
24698         rather than as part of the output file name.
24699
24700         * gdb.base/attach.exp: There's no need to copy the test program to
24701         /tmp; that was only ever necessary on HP/UX, and this test is
24702         entirely disabled there anyway.
24703
24704 2002-12-21  Jim Blandy  <jimb@redhat.com>
24705
24706         * gdb.c++/psmang.exp: Doc fix.
24707
24708         * gdb.c++/psmang.exp, gdb.c++/psmang1.cc, gdb.c++/psmang2.cc: New
24709         test.
24710
24711 2002-12-20  David Carlton  <carlton@math.stanford.edu>
24712
24713         * gdb.c++/annota2.exp: KFAIL annotate-quit.
24714
24715 2002-12-18  Michael Chastain  <mec@shout.net>
24716
24717         * gdb.c++/annota2.exp: Add copyright year 2002.
24718
24719 2002-12-17  David Carlton  <carlton@math.stanford.edu>
24720
24721         * gdb.c++/try_catch.cc: Add marker comments.
24722         * gdb.c++/try_catch.exp: Get line numbers from marker comments.
24723         * gdb.c++/m-data.cc: Delete namespace __gnu_test.
24724         * gdb.c++/m-static.cc: Ditto.
24725         * gdb.c++/m-static1.cc: Ditto.
24726         * gdb.c++/try_catch.cc: Ditto.
24727
24728 2002-12-16  Jeff Johnston  <jjohnstn@redhat.com>
24729
24730         * lib/mi-support.exp (mi_reinitialize_dir): Check mi level
24731         to see whether we are using the new -environment-directory
24732         command which resets via -r or the old version of the command
24733         which may prompt the user.  Part of fix for gdb/741.
24734
24735 2002-12-13  Andrew Cagney  <ac131313@redhat.com>
24736
24737         * gdb.fortran/types.exp: Update obsolete comment.
24738         * gdb.fortran/exprs.exp: Ditto.
24739         * lib/gdb.exp: Delete obsolete code.
24740         * gdb.chill/ChangeLog, gdb.chill/Makefile.in: Delete.
24741         * gdb.chill/builtins.ch, gdb.chill/builtins.exp: Delete.
24742         * gdb.chill/callch.ch, gdb.chill/callch.exp: Delete.
24743         * gdb.chill/chexp.exp, gdb.chill/chillvars.ch: Delete.
24744         * gdb.chill/chillvars.exp, gdb.chill/configure: Delete.
24745         * gdb.chill/configure.in, gdb.chill/enum.ch: Delete.
24746         * gdb.chill/enum.exp, gdb.chill/func1.ch: Delete.
24747         * gdb.chill/gch1041.ch, gdb.chill/gch1041.exp: Delete.
24748         * gdb.chill/gch1272.ch, gdb.chill/gch1272.exp: Delete.
24749         * gdb.chill/gch1280.ch, gdb.chill/gch1280.exp: Delete.
24750         * gdb.chill/gch922.ch, gdb.chill/gch922.exp: Delete.
24751         * gdb.chill/gch981.ch, gdb.chill/gch981.exp: Delete.
24752         * gdb.chill/misc.ch, gdb.chill/misc.exp: Delete.
24753         * gdb.chill/powerset.ch, gdb.chill/powerset.exp: Delete.
24754         * gdb.chill/pr-4975-grt.ch, gdb.chill/pr-4975.ch: Delete.
24755         * gdb.chill/pr-4975.exp, gdb.chill/pr-5016.ch: Delete.
24756         * gdb.chill/pr-5016.exp, gdb.chill/pr-5020.ch: Delete.
24757         * gdb.chill/pr-5020.exp, gdb.chill/pr-5022.ch: Delete.
24758         * gdb.chill/pr-5022.exp, gdb.chill/pr-5646-grt.ch: Delete.
24759         * gdb.chill/pr-5646.ch, gdb.chill/pr-5646.exp: Delete.
24760         * gdb.chill/pr-5984.ch, gdb.chill/pr-5984.exp: Delete.
24761         * gdb.chill/pr-6292.ch, gdb.chill/pr-6292.exp: Delete.
24762         * gdb.chill/pr-6632-grt.ch, gdb.chill/pr-6632.ch: Delete.
24763         * gdb.chill/pr-6632.exp, gdb.chill/pr-8134.exp: Delete.
24764         * gdb.chill/pr-8136.ch, gdb.chill/pr-8136.exp: Delete.
24765         * gdb.chill/pr-8405.ch, gdb.chill/pr-8405.exp: Delete.
24766         * gdb.chill/pr-8742.ch, gdb.chill/pr-8742.exp: Delete.
24767         * gdb.chill/pr-8894-grt.ch, gdb.chill/pr-8894.ch: Delete.
24768         * gdb.chill/pr-8894.exp, gdb.chill/pr-9095.ch: Delete.
24769         * gdb.chill/pr-9095.exp, gdb.chill/pr-9946.ch: Delete.
24770         * gdb.chill/pr-9946.exp, gdb.chill/result.ch: Delete.
24771         * gdb.chill/result.exp, gdb.chill/string.ch: Delete.
24772         * gdb.chill/string.exp, gdb.chill/tests1.ch: Delete.
24773         * gdb.chill/tests1.exp, gdb.chill/tests2.ch: Delete.
24774         * gdb.chill/tests2.exp, gdb.chill/tuples.ch: Delete.
24775         * gdb.chill/tuples.exp, gdb.chill/xstruct-grt.ch: Delete.
24776         * gdb.chill/xstruct.ch, gdb.chill/xstruct.exp: Delete.
24777
24778 2002-12-11  David Carlton  <carlton@math.stanford.edu>
24779
24780         * gdb.c++/m-data.exp: Add test for members that shadow global
24781         variables: see PR gdb/804.
24782         * gdb.c++/m-data.cc: Ditto.
24783
24784 2002-12-10  Daniel Jacobowitz  <drow@mvista.com>
24785
24786         * gdb.base/foll-vfork.exp: Re-enable test on HP/UX.
24787
24788 2002-12-06  David Carlton  <carlton@math.stanford.edu>
24789
24790         * gdb.base/store.c: Don't declare functions static.
24791
24792 2002-12-04  Andrew Cagney  <ac131313@redhat.com>
24793
24794         * gdb.base/store.exp, gdb.base/store.c: New files.
24795
24796 2002-12-03  Daniel Jacobowitz  <drow@mvista.com>
24797
24798         * gdb.base/selftest.exp: Update for current gdb.
24799
24800 2002-12-03  Daniel Jacobowitz  <drow@mvista.com>
24801
24802         * gdb.base/maint.exp: Only dump symbols from one source file
24803         or objfile.
24804
24805 2002-12-03  Daniel Jacobowitz  <drow@mvista.com>
24806
24807         * gdb.base/step-test.exp: Allow MIPS to return to the line of a
24808         function call.
24809
24810 2002-11-25  Jim Blandy  <jimb@redhat.com>
24811
24812         * lib/mi-support.exp (mi_delete_breakpoints): Change name of
24813         function appearing in error message.
24814
24815 2002-11-21  Daniel Jacobowitz  <drow@mvista.com>
24816
24817         * gdb.base/maint.exp (help maint dump-me): Update with typo fix.
24818
24819 2002-11-08  Jeff Johnston  <jjohnstn@redhat.com>
24820
24821         * lib/mi-support.exp (mi_gdb_start): Verify the startup message
24822         for mi1 and current mi is in correct format.  New mi startup message
24823         should be in mi console format.  This is part of fix for PR gdb/604.
24824
24825 2002-09-18  Fernando Nasser  <fnasser@redhat.com>
24826
24827         * gdb.asm/asm-source.exp: Adjust patter to new disassembler routine
24828         which explicitly prints the zero offset as "+0".
24829
24830 2002-10-22  Daniel Jacobowitz  <drow@mvista.com>
24831
24832         * gdb.threads/schedlock.c (args): Make unsigned.
24833
24834 2002-10-21  Daniel Jacobowitz  <drow@mvista.com>
24835
24836         * gdb.asm/asm-source.exp: Add "mips*-*" pattern.  Update line
24837         numbers.  Allow "foo2|selected stack frame".
24838         * gdb.asm/asmsrc1.s: Use gdbasm_declare and gdbasm_end.
24839         * gdb.asm/asmsrc2.s: Likewise.
24840         * gdb.asm/common.inc: Define gdbasm_declare and gdbasm_end.  Update
24841         comments.
24842         * gdb.asm/mips.inc: New file.
24843
24844 2002-10-18  Adam Fedor  <fedor@gnu.org>
24845
24846         * gdb.base/default.exp: Update expected output to include 'ObjC'.
24847         * gdb.base/help.exp: Likewise.
24848
24849 2002-10-17  Kevin Buettner  <kevinb@redhat.com>
24850
24851         * gdb.base/constvars.c (struct crass, struct crisp): New structs.
24852         * gdb.base/constvars.exp (ptype crass, ptype crisp): New tests.
24853
24854 2002-10-02  Jim Blandy  <jimb@redhat.com>
24855
24856         * gdb.c++/casts.cc, gdb.c++/casts.exp: New test.
24857
24858 2002-10-01  Andrew Cagney  <ac131313@redhat.com>
24859
24860         * mi1-basics.exp: Copy of mi1-basics.exp MIFLAGS set "-i=mi1".
24861         * mi1-break.exp, mi1-console.exp, mi1-disassemble.exp: Ditto.
24862         * mi1-eval.exp, mi1-hack-cli.exp, mi1-pthreads.exp: Ditto.
24863         * mi1-read-memory.exp, mi1-regs.exp, mi1-return.exp: Ditto.
24864         * mi1-simplerun.exp, mi1-stack.exp, mi1-stepi.exp: Ditto.
24865         * mi1-until.exp, mi1-var-block.exp, mi1-var-child.exp: Ditto.
24866         * mi1-var-cmd.exp, mi1-var-display.exp, mi1-watch.exp: Ditto.
24867
24868 2002-09-29  Andrew Cagney  <ac131313@redhat.com>
24869
24870         * mi0-basics.exp, mi0-break.exp, mi0-console.exp: Delete.
24871         * mi0-disassemble.exp, mi0-eval.exp: Delete.
24872         * mi0-hack-cli.exp, mi0-read-memory.exp: Delete.
24873         * mi0-regs.exp, mi0-return.exp, mi0-simplerun.exp: Delete.
24874         * mi0-stack.exp, mi0-stepi.exp, mi0-until.exp: Delete.
24875         * mi0-var-block.exp, mi0-var-child.exp: Delete.
24876         * mi0-var-cmd.exp, mi0-var-display.exp, mi0-watch.exp: Delete.
24877
24878 2002-09-27  Kevin Buettner  <kevinb@redhat.com>
24879
24880         * gdb.base/annota1.exp (info break): Make directory components of
24881         path optional since not all compilers emit this debug information.
24882
24883         * gdb.base/shlib-call.exp (step inside shr2): Don't fail if first
24884         step ends up stepping out of the function instead of stopping on
24885         the epilogue.
24886
24887 2002-09-26  Keith Seitz  <keiths@redhat.com>
24888
24889         * lib/insight-support.exp (gdbtk_start): Figure out where
24890         the insight executable is based on where gdb is. Use this
24891         executable to start insight instead of gdb.
24892
24893 2002-09-25  Andrew Cagney  <cagney@redhat.com>
24894
24895         * gdb.base/pc-fp.exp, gdb.base/pc-fp.c: New test.
24896
24897 2002-09-24  Andrew Cagney  <ac131313@redhat.com>
24898
24899         * gdb.gdb/complaints.exp (test_initial_complaints): Rename
24900         test_isolated_complaints.
24901         (test_empty_complaint): New function.
24902         (test_empty_complaints): New function.  Check no output when no
24903         complaints.
24904
24905 2002-09-19  Jim Blandy  <jimb@redhat.com>
24906
24907         * gdb.base/charset.exp, gdb.base/charset.c: New files.
24908
24909 2002-09-19  Andrew Cagney  <ac131313@redhat.com>
24910
24911         * gdb.gdb/complaints.exp: New file.
24912
24913 2002-09-18  Andrew Cagney  <ac131313@redhat.com>
24914
24915         * gdb.base/maint.exp: Check `help maint internal-warning'.
24916
24917 2002-09-18  David Carlton  <carlton@math.stanford.edu>
24918
24919         * gdb.c++/m-static.exp: Remove breakpoints depending on line
24920         numbers, and replace them by a single breakpoint after the
24921         constructors are all finished.
24922         Add test 4.
24923         * gdb.c++/m-static.cc: Add test 4.
24924         * gdb.c++/m-static.h: New file.
24925         * gdb.c++/m-static1.cc: New file.
24926
24927         * gdb.c++/printmethod.exp: New file.
24928         * gdb.c++/printmethod.cc: New file.
24929
24930         * gdb.c++/pr-574.exp: New file.
24931         * gdb.c++/pr-574.cc: New file.
24932
24933 2002-09-18  Corinna Vinschen  <vinschen@redhat.com>
24934
24935         * gdb.base/ending-run.exp: Add handling of "step to end of run" for
24936         embedded targets which never actually exit.
24937
24938 2002-09-18  Fernando Nasser  <fnasser@redhat.com>
24939
24940         * gdb.base/ending-run.exp: Properly mark "continue after exit" and
24941         "don't step after run" as unresolved or unsupported, instead of xfail.
24942
24943 2002-09-18  Corinna Vinschen  <vinschen@redhat.com>
24944
24945         * gdb.base/ending-run.exp: Fix expected string for _wrap_main to
24946         allow correct handling of #ifdef UNDERSCORES from dejagnu/testglue.c.
24947         Add newline to expected string in "step out of main (status wrapper)"
24948         case.
24949
24950 2002-09-18  Corinna Vinschen  <vinschen@redhat.com>
24951
24952         * lib/gdb.exp (rerun_to_main): Allow restarting application.
24953         * gdb.base/ena-dis-br.exp (rerun_to_main): Eliminate.
24954
24955 2002-09-17  Tom Tromey  <tromey@redhat.com>
24956
24957         * gdb.base/printcmds.exp (test_print_string_constants): Expect
24958         \000, not \0, in double-quoted string.
24959
24960 2002-09-14  Corinna Vinschen  <vinschen@redhat.com>
24961
24962         * gdb.base/commands.exp: Don't expect a "Program exited normally"
24963         string after running the commands execution on breakpoint tests.
24964
24965 2002-09-13  Corinna Vinschen  <vinschen@redhat.com>
24966
24967         * lib/gdb.exp (gdb_continue_to_end): Fix typo in expected string.
24968
24969 2002-09-12  Joel Brobecker  <brobecker@gnat.com>
24970
24971         * gdb.base/call-strs.exp: Fix a small typo in one of the comments.
24972
24973 2002-09-10  Keith Seitz  <keiths@redhat.com>
24974
24975         * lib/mi-support.exp (mi_runto): New proc. Does the same as gdb's
24976         runto proc.
24977         (mi_run_to_main): Use mi_runto.
24978         (mi_execute_to): Renamed from mi_run_to. Changed all callers.
24979
24980 2002-09-10  Keith Seitz  <keiths@redhat.com>
24981
24982         * lib/mi-support.exp: (mi_run_to_main): Allow anything to precede
24983         regexp for stopping at main. Could have multiple event notifications.
24984         Don't assume that main was declared with no parameters.
24985         (mi_next): Use mi_step_to.
24986         (mi_step): Use mi_next_to.
24987
24988 2002-09-09  Corinna Vinschen  <vinschen@redhat.com>
24989
24990         * gdb.base/default.exp: Fix expected string in `info float' test.
24991
24992 2002-09-09  Ben Elliston  <bje@redhat.com>
24993
24994         * config/mips.exp: Update comments.
24995         * config/mips-idt.exp: Likewise.
24996         * config/nind.exp: Likewise.
24997         * config/slite.exp: Likewise.
24998         * config/sparclet.exp: Likewise.
24999         * config/udi.exp: Likewise.
25000         * config/vx.exp: Likewise.
25001         * config/vxworks29k.exp: Likewise.
25002
25003 2002-09-05  Jim Blandy  <jimb@redhat.com>
25004
25005         * gdb.threads/killed.exp: Fix test failure message.
25006
25007 2002-09-04  Keith Seitz  <keiths@redhat.com>
25008
25009         * lib/mi-support.exp: Update copyright.
25010         (mi_gdb_test): Increase the priority of the expected pattern
25011         so that it matches gdb_test.
25012
25013 2002-09-03  Keith Seitz  <keiths@redhat.com>
25014
25015         * lib/gdb.exp (gdb_compile_pthreads): Fix "build_bin" typo.
25016         Use integer comparison instead of string comparison for testing
25017         whether binary was built.
25018
25019 2002-09-03  Jim Blandy  <jimb@redhat.com>
25020
25021         * gdb.threads/killed.exp, gdb.threads/killed.c: New test.
25022
25023 2002-08-29  Jim Blandy  <jimb@redhat.com>
25024
25025         * gdb.threads/pthreads.exp: Move the portable thread compilation
25026         code into a function in lib/gdb.exp, and call that from here.
25027         * lib/gdb.exp (gdb_compile_pthreads): New function.
25028
25029 2002-08-29  Keith Seitz  <keiths@redhat.com>
25030
25031         * lib/mi-support.exp (mi_gdb_test): Add global declaration for
25032         expect_out so that callers can get at it.
25033
25034 2002-08-23  Daniel Jacobowitz  <drow@mvista.com>
25035
25036         * gdb.threads/print-threads.c: New file.
25037         * gdb.threads/print-threads.exp: New file.
25038         * gdb.threads/schedlock.c: New file.
25039         * gdb.threads/schedlock.exp: New file.
25040
25041 2002-08-22  Elena Zannoni  <ezannoni@redhat.com>
25042
25043         * gdb.arch/altivec-abi.exp: The source C file is altivec-abi.c,
25044         not altivec.c.
25045
25046 2002-08-17  Mark Kettenis  <kettenis@gnu.org>
25047
25048         * gdb.base/return.exp: Remove i*86-*-* from list of xfail'ed
25049         targets.  The problem should be fixed now.
25050
25051 2002-08-15  Mark Kettenis  <kettenis@gnu.org>
25052
25053         * gdb.java/jv-print.exp: Fix p '' and p ''' tests to deal with
25054         2002-07-24 change that removes final dots from error messages.
25055
25056 2002-08-13  Tom Tromey  <tromey@redhat.com>
25057
25058         * gdb.base/readline.exp: New file.
25059
25060 2002-08-01  Andrew Cagney  <ac131313@redhat.com>
25061
25062         * lib/gdb.exp (gdb_expect_list): Only print one pass, fail, or
25063         supress message.
25064
25065 2002-08-01  Andrew Cagney  <cagney@redhat.com>
25066
25067         * Makefile.in (TARGET_FLAGS_TO_PASS): Remove CHILLFLAGS, CHILL,
25068         CHILL_FOR_TARGET and CHILL_LIB.
25069         * configure.in (configdirs): Remove gdb.chill.
25070         * configure: Regenerate.
25071         * lib/gdb.exp: Obsolete references to chill.
25072         * gdb.fortran/types.exp: Ditto.
25073         * gdb.fortran/exprs.exp: Ditto.
25074
25075 2002-07-30  Kevin Buettner  <kevinb@redhat.com>
25076
25077         * gdb.base/shlib-call.exp (additional_flags): Conditionally
25078         set Irix-specific compile and link flags.
25079
25080 2002-07-29  Kevin Buettner  <kevinb@redhat.com>
25081
25082         * lib/gdb.exp (mips*-*-irix*): Use alternate method for preprocessing
25083         source files.  The ``-o'' option doesn't work with the ``-E'' option
25084         when using the Irix compiler.
25085
25086 2002-07-19  Daniel Jacobowitz  <drow@mvista.com>
25087
25088         * config/gdbserver.exp (gdb_load): Don't use TCL varargs.
25089         Improve support for reusing an exec file.  Copy exec file
25090         to target, and run gdbserver on the target instead of on the host.
25091
25092 2002-07-18  Jim Blandy  <jimb@redhat.com>
25093
25094         * gdb.base/ending-run.exp: Don't expect to see the program end in
25095         some orderly fashion when we're running on a real stand-alone
25096         board.
25097
25098         * gdb.base/interrupt.exp: Correct logic for skipping tests on
25099         targets that don't support interrupts.
25100
25101 2002-07-10  Paul N. Hilfinger  <hilfingr@otisco.mckusick.com>
25102
25103         * gdb.base/attach.exp: Add patterns to match output from /proc-based
25104         systems.
25105         Move comments in expect statements to inside the actions, so that they
25106         don't get matched against.
25107
25108 2002-07-10  Mark Kettenis  <kettenis@gnu.org>
25109
25110         * gdb.base/interrupt.exp: Setup xfail for all i386 BSD's on "call
25111         function when asleep" test.
25112
25113 2002-07-10  Andrew Cagney  <ac131313@redhat.com>
25114
25115         * gdb.base/page.exp: Rewrite to handle problems with very long
25116         `info set' output.  Update copyright.
25117
25118 2002-06-26  Andrew Cagney  <ac131313@redhat.com>
25119
25120         * gdb.hp/configure.in (AC_CONFIG_SUBDIRS): Do not try to configure
25121         gdb.threads-hp.
25122         * gdb.hp/configure: Regenerate.
25123         * gdb.hp/gdb.threads-hp/configure.in: Delete file.
25124         * gdb.hp/gdb.threads-hp/configure: Delete file.
25125         * gdb.hp/gdb.threads-hp/Makefile.in: Delete file.
25126
25127 2002-06-22  Andrew Cagney  <ac131313@redhat.com>
25128
25129         * gdb.base/selftest.exp (do_stes_and_next): Skip calls to
25130         setlocale, bindtextdomain and textdomain.
25131
25132 2002-06-11  Jim Blandy  <jimb@redhat.com>
25133
25134         * lib/gdb.exp (get_debug_format): Tolerate message saying whether
25135         preprocessor macro information is present.
25136
25137         * macscp.exp, macscp1.c, macscp2.h, macscp3.h, macscp4.h: New
25138         tests.
25139
25140 2002-06-06  Michael Snyder  <msnyder@redhat.com>
25141
25142         * gdb.base/overlays.exp: Record addresses of overlay
25143         functions in TCL variables rather than in GDB variables,
25144         to avoid having GDB convert them to pointers (with loss
25145         of information).
25146
25147         * gdb.base/d10v.ld: Merge in several years worth of
25148         default linker script changes.
25149         * gdb.base/long_long.exp: Add check for sizeof (long double).
25150
25151 2002-06-06  Michal Ludvig  <mludvig@suse.cz>
25152
25153         * gdb.asm/asm-source.exp: Add x86-64 target.
25154         * gdb.asm/x86_64.inc: New.
25155
25156 2002-05-30  Michael Chastain  <mec@shout.net>
25157
25158         From Benjamin Kosnik <bkoz@redhat.com>:
25159         * gdb.c++/m-static.cc: New file.
25160         * gdb.c++/m-static.exp: New file.
25161
25162 2002-05-28  Michael Snyder  <msnyder@redhat.com>
25163
25164         * gdb.base/call-ar-st.exp: Allow for reduced floating point
25165         precision.
25166
25167 2002-05-27  Michael Chastain  <mec@shout.net>
25168
25169         From Benjamin Kosnik <bkoz@redhat.com>:
25170         * gdb.c++/m-data.cc: New file.
25171         * gdb.c++/m-data.exp: New file.
25172
25173 2002-05-27  Michael Chastain  <mec@shout.net>
25174
25175         From Benjamin Kosnik <bkoz@redhat.com>:
25176         * gdb.c++/try_catch.cc: New file.
25177         * gdb.c++/try_catch.exp: New file.
25178
25179 2002-05-27  Michael Chastain  <mec@shout.net>
25180
25181         * gdb.c++/local.exp: Accept more nested types in output.
25182
25183 2002-05-26  Michael Chastain  <mec@shout.net>
25184
25185         * gdb.base/call-rt-st.exp: Fix typo in brace quoting.
25186
25187 2002-05-15  Nick Clifton  <nickc@cambridge.redhat.com>
25188
25189         * lib/gdb.exp (gdb_wrapper_init): Just because
25190         gdb_wrapper_file exists, this does not mean that the file
25191         should not be rebuilt.  That is what gdb_wrapper_initialized
25192         is for.
25193         (default_gdb_init): Reset gdb_wrapper_initialized.
25194
25195 2002-05-23  Michael Snyder  <msnyder@redhat.com>
25196
25197         * gdb.base/all-bin.exp: Revise previous patch by just reducing
25198         the precision of the floating point test results.
25199         * gdb.base/call-rt-st.exp: Ditto.
25200
25201         * gdb.base/all-bin.exp: Allow for reduced floating point precision.
25202         * gdb.base/call-rt-st.exp: Ditto.
25203
25204 2002-05-19  Michael Chastain  <mec@shout.net>
25205
25206         * gdb.c++/inherit.exp: Accept "VTT for ..." in output strings.
25207
25208 2002-05-19  Elena Zannoni  <ezannoni@redhat.com>
25209
25210         * configure.in (configdirs): Add gdb.arch.
25211         * configure: Regenerate.
25212
25213 2002-05-17  Jim Blandy  <jimb@redhat.com>
25214
25215         * gdb.base/completion.exp: Recognize the more detailed error
25216         messages produced by the macro expander's lexical analyzer.
25217
25218 2002-05-14  Elena Zannoni  <ezannoni@redhat.com>
25219
25220         * gdb.arch/altivec-abi.c: New file.
25221         * gdb.arch/altivec-abi.exp: New file.
25222         * gdb.arch/altivec-regs.c: New file.
25223         * gdb.arch/altivec-regs.exp: New file.
25224
25225 2002-05-14  Daniel Jacobowitz  <drow@mvista.com>
25226
25227         * gdb.base/maint.exp (maint print type): Update for new type
25228         structure.
25229
25230 2002-05-14  Elena Zannoni  <ezannoni@redhat.com>
25231
25232         * gdb.arch: New directory.
25233         * gdb.arch/configure.in: New file.
25234         * gdb.arch/configure: New file.
25235         * gdb.arch/Makefile.in: New file.
25236
25237 2002-05-13  Corinna Vinschen  <vinschen@redhat.com>
25238
25239         * gdb.asm/asm-source.exp: Add v850 as supported target.
25240         * gdb.asm/v850.inc: New file.
25241
25242 2002-05-13  Daniel Jacobowitz  <drow@mvista.com>
25243
25244         * gdb.c++/annota2.exp (annotate-quit): Add comment.
25245
25246 2002-05-12  Daniel Jacobowitz  <drow@mvista.com>
25247
25248         * gdb.base/break.exp: Check 'break "marker2"'.
25249
25250 2002-05-10  Michael Snyder  <msnyder@redhat.com>
25251
25252         * gdb.base/long_long.exp: Fix typo.
25253
25254 2002-05-10  Jim Blandy  <jimb@redhat.com>
25255
25256         * gdb.base/printcmds.exp: Don't xfail the ptype command.  This is
25257         a bug.
25258
25259         * gdb.base/printcmds.exp (test_integer_literals_rejected):
25260         Recognize more detailed error message produced by the macro
25261         expander's lexical analyzer.
25262         * lib/gdb.exp (test_print_reject): Same.
25263
25264 2002-05-09  Mark Kettenis  <kettenis@gnu.org>
25265
25266         * gdb.c++/method.exp: Fix typo.
25267
25268 2002-05-08  Michael Snyder  <msnyder@redhat.com>
25269
25270         * gdb.mi/mi-var-child.exp: Accept (void) as well as ().
25271         * gdb.mi/mi0-var-child.exp: Accept (void) as well as ().
25272         * gdb.base/default.exp: Merge clauses for arm, strongarm, xscale.
25273         * gdb.base/long_long.exp: Merge clauses for arm and xscale.
25274         Add iftarget clause for strongarm.
25275
25276 2002-05-06  Michael Snyder  <msnyder@redhat.com>
25277
25278         * lib/gdb.exp (gdb_test): Add case to allow for status wrapper.
25279         (gdb_continue_to_end): Accept output from status wrapper.
25280         * gdb.base/ending-run.exp: Add case for output from status wrapper.
25281         Clean up fail messages to match pass messages.
25282
25283         Enable the "needs_status_wrapper" testsuite feature.
25284         * lib/gdb.exp (gdb_wrapper_init): New procedure.
25285         (gdb_compile): Conditionally call gdb_wrapper_init.
25286         * gdb.base/a2-run.exp: Recognize output from status wrapper.
25287         * gdb.c++/method.exp: Recognize output from status wrapper.
25288
25289 2002-05-06  Ben Elliston  <bje@redhat.com>
25290 From Graydon Hoare  <graydon@redhat.com>
25291
25292         * config/sid.exp: Include support for "rawsid" protocol.
25293
25294 2002-05-03  Jim Blandy  <jimb@redhat.com>
25295
25296         * gdb.c++/hang.exp: Check for corruption of the cv_type chain.
25297         * gdb.c++/hang3.C: New file.
25298
25299 2002-05-04  Andrew Cagney  <ac131313@redhat.com>
25300
25301         * gdb.base/default.exp: Remove obsolete code.
25302         * gdb.c++/misc.exp: Ditto.  Update copyright.
25303         * gdb.c++/cplusfuncs.exp: Ditto.  Update copyright.
25304         * gdb.base/whatis.exp: Ditto.  Update copyright.
25305         * gdb.base/scope.exp: Ditto.  Update copyright.
25306         * gdb.base/ptype.exp: Ditto.  Update copyright.
25307         * gdb.base/printcmds.exp: Ditto.  Update copyright.
25308         * gdb.base/opaque.exp: Ditto.  Update copyright.
25309         * gdb.base/list.exp: Ditto.
25310         * gdb.base/funcargs.exp: Ditto.  Update copyright.
25311         * gdb.hp/gdb.threads-hp/usrthbasic.c: Delete.
25312         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Delete.
25313         * gdb.hp/gdb.threads-hp/usrthcore.c: Delete.
25314         * gdb.hp/gdb.threads-hp/usrthcore.exp: Delete.
25315         * gdb.hp/gdb.threads-hp/usrthfork.c: Delete.
25316         * gdb.hp/gdb.threads-hp/usrthfork.exp: Delete.
25317
25318 2002-05-02  Michael Snyder  <msnyder@redhat.com>
25319
25320         * gdb.base/watchpoint.exp: Add xscale target.
25321         * gdb.base/long_long.exp: Add xscale target.
25322         * gdb.base/default.exp: Add xscale target.
25323
25324 2002-05-01  Jim Blandy  <jimb@redhat.com>
25325
25326         * gdb.c++/hang1.C, gdb.c++/hang2.C, gdb.c++/hang.H,
25327         gdb.c++/hang.exp: New test.
25328
25329 2002-05-01  Fred Fish  <fnf@redhat.com>
25330
25331         * gdb.base/completion.exp: Handle completions of "./Make" for
25332         more than one completion possibility, as is the case when we
25333         build and test in the source tree.
25334
25335 2002-04-29  Anthony Green  <green@redhat.com>
25336
25337         * gdb.java/jmisc1.exp: New file.
25338         * gdb.java/jmisc2.exp: New file.
25339
25340 2002-04-24  Daniel Jacobowitz  <drow@mvista.com>
25341
25342         * gdb.threads/linux-dp.exp: Use 'unset' instead of 'array unset'.
25343
25344 2002-04-23  Elena Zannoni  <ezannoni@redhat.com>
25345
25346         * gdb.base/help.exp: Change 'help status' to allow for target
25347         dependent output differences.
25348
25349 2002-04-22  Michael Chastain  <mec@shout.net>
25350
25351         * gdb.c++/local.exp: Add PR numbers: gdb/482, gdb/483.
25352
25353 2002-04-22  Michael Chastain  <mec@shout.net>
25354
25355         * gdb.c++/method.exp: Fix syntax of reference to gdb/277.
25356
25357 2002-04-17  David S. Miller  <davem@redhat.com>
25358
25359         * gdb.asm/sparc64.inc: New file.
25360         * gdb.asm/asm-source.exp: Handle sparc64-*-*.
25361
25362 2002-04-19  Elena Zannoni  <ezannoni@redhat.com>
25363
25364         * gdb.asm/asm-source.exp: Don't use a symlink, just copy the
25365         instruction file directly into the build tree.  Clean up at end of
25366         test.
25367
25368 2002-04-18  David S. Miller  <davem@redhat.com>
25369
25370         * gdb.base/annota1.exp: Expect addresses as $hex + whitespace to
25371         handle 64-bit platforms correctly.
25372         * gdb.base/maint.exp: Likewise.
25373
25374 2002-04-18  Kevin Buettner  <kevinb@redhat.com>
25375
25376         * gdb.base/shlib-call.exp (additional_flags): AIX doesn't need
25377         ``-fpic'' when compiling files comprising a shared library, but
25378         it does need additional linker flags in order to find shared
25379         libraries at run time.
25380
25381 2002-04-18  Kevin Buettner  <kevinb@redhat.com>
25382
25383         * gdb.base/cvexpr.c (use): New function.
25384         (main): Invoke use() on all global variables to prevent
25385         some linkers from deleting these otherwise unused symbols.
25386
25387 2002-04-17  Michael Chastain  <mec@shout.net>
25388 From David S. Miller  <davem@redhat.com>
25389
25390         * gdb.c++/ovldbreak.exp: Expect addresses as $hex + whitespace to
25391         handle 64-bit platforms correctly.
25392
25393 2002-04-12  Michael Snyder  <msnyder@redhat.com>
25394 From Jim Blandy  <jimb@redhat.com>
25395         * gdb.base/foo.c (foox): Remove section attribute; the linker
25396         script can handle this instead.
25397         * gdb.base/bar.c (barx): Same.
25398         * gdb.base/baz.c (bazx): Same.
25399         * gdb.base/grbx.c (grbxx): Same.
25400
25401         * gdb.base/overlays.exp: New test: check that GDB's manual overlay
25402         manager doesn't automatically unmap overlays unnecessarily.
25403
25404 2002-04-10  Martin M. Hunt  <hunt@redhat.com>
25405
25406         * gdb.base/ending-run.exp: Fix pattern for Mips targets
25407         stepping out of main.
25408
25409 2002-04-09  Michael Chastain  <mec@shout.net>
25410
25411         * gdb.c++/local.cc (main): Move call to marker1() inside nested
25412         scope so that the nested scope tests will make sense.
25413         * gdb.c++/local.exp: Write patterns that actually work with gcc
25414         (the HP patterns "were never known to work with gcc").
25415         Keep the old aCC patterns too.
25416
25417 2002-04-09  Daniel Jacobowitz  <drow@mvista.com>
25418
25419         * gdb.base/attach.exp: Correct target board test.
25420
25421 2002-04-08  Michael Chastain  <mec@shout.net>
25422
25423         * gdb.c++/method.exp: Require "const ... A * ..." for "ptype this"
25424         in a const method.  Add some xfail and fail cases for configurations
25425         that do not emit the "const ...".
25426
25427 2002-04-07  Michael Chastain  <mec@shout.net>
25428
25429         * gdb.c++/method.exp: Use gdb_test instead of send_gdb/gdb_expect.
25430         Accept "A * const" and "const A * const" as type of "this".
25431         Fix spelling of getFunky throughout.  Make messages uniform.
25432
25433 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
25434
25435         Work around for PR gdb/285:
25436         * gdb.asm/asm-source.exp: Bail out if multilibs are detected.
25437
25438 2002-04-07  Elena Zannoni  <ezannoni@redhat.com>
25439
25440         * gdb.asm/asm-source.exp: Build symbolic link to arch specific
25441         instructions file at run time instead of configure time.
25442         Sometimes we run the test in a directory that is not the one we
25443         configured in.
25444         * gdb.asm/configure.in: Delete creation of symlink.
25445         * gdb.asm/configure: Regenerate.
25446
25447 2002-04-05  J. Brobecker  <brobecker@gnat.com>
25448
25449         * gdb.gdb/xfullpath.exp: New test, to exercise the new
25450         xfullpath () function.
25451
25452 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
25453
25454         * gdb.asm/Makefile.in: Correct dependencies.
25455
25456         * gdb.asm/powerpc.inc: New file.
25457         * gdb.asm/asm-source.exp: Add PowerPC.
25458         * gdb.asm/configure.in: Likewise.
25459         * gdb.asm/configure: Regenerated.
25460
25461 2002-04-04  Daniel Jacobowitz  <drow@mvista.com>
25462
25463         * gdb.base/relocate.exp: New file.
25464         * gdb.base/relocate.c: New file.
25465
25466 2002-04-04  Fred Fish  <fnf@redhat.com>
25467
25468         * gdb.base/step-test.exp: Update comment regarding stopping in
25469         memcpy/bcopy calls inserted as part of the compiler runtime.
25470
25471 2002-04-04  Michael Snyder  <msnyder@redhat.com>
25472
25473         * gdb.base/ovlymgr.c: Add overlay event breakpoint support.
25474
25475 2002-04-03  Daniel Jacobowitz  <drow@mvista.com>
25476
25477         * lib/gdb.exp (gdb_test): Move -notransfer inside of gdb_expect.
25478         (gdb_expect): Remove $notransfer hack.
25479
25480 2002-04-02  Daniel Jacobowitz  <drow@mvista.com>
25481
25482         * gdb.c++/classes.exp ("calling method for small class"): Match
25483         updated register output.
25484
25485 2002-03-30  Daniel Jacobowitz  <drow@mvista.com>
25486
25487         Fix PR gdb/452
25488         * gdb.base/dbx.exp: Restore old definition of gdb_file_cmd
25489         when finished.  Make gdb_file_cmd send "exec-file" when
25490         appropriate.
25491
25492 2002-03-30  Daniel Jacobowitz  <drow@mvista.com>
25493
25494         * gdb.base/attach.exp: Remove extra setup_xfail.
25495
25496 2002-03-26  Michael Snyder  <msnyder@redhat.com>
25497
25498         * gdb.base/default.exp: Add tests for dump, append, and restore.
25499         * gdb.base/help.exp: Add tests for dump, append, and restore.
25500         * gdb.base/dump.exp: New file, test dump, append and restore.
25501         * gdb.base/dump.c: New file.
25502
25503 2002-03-27  Michael Snyder  <msnyder@redhat.com>
25504
25505         * gdb.base/help.exp: Modify expect strings to reflect
25506         clean-ups in help messages.
25507
25508 2002-03-26  Fred Fish  <fnf@redhat.com>
25509
25510         * gdb.base/step-test.exp: Accept stopping in memcpy/bcopy when we
25511         have debugging info for those functions and the compiler uses them
25512         internally to copy structs around.
25513
25514 2002-03-26  Fred Fish  <fnf@redhat.com>
25515
25516         * gdb.base/list.exp: Revert the change made yesterday and add note
25517         about why we don't list the default lines for remote targets.
25518
25519 2002-03-25  Michael Snyder  <msnyder@redhat.com>
25520
25521         * gdb.base/help.exp: Clean up unnecessary wild cards in regexps.
25522
25523 2002-03-25  Fred Fish  <fnf@redhat.com>
25524
25525         * gdb.base/list.exp: This test works on remote targets so remove
25526         the short circuit for remote targets.  Update copyright.
25527
25528 2002-03-25  Fred Fish  <fnf@redhat.com>
25529
25530         * gdb.base/attach.exp: Fix logic error that was suppressing this
25531         test for all non hppa*-*-hpux* targets, instead of the hp target.
25532         Move comments closer to the suppression point.  Also now need to
25533         check that we are running natively.
25534
25535 2002-03-22  Michael Snyder  <msnyder@redhat.com>
25536
25537         * gdb.base/default.exp: Add test for gcore.  Update copyright.
25538         * gdb.base/help.exp: Add test for gcore.  Update copyright.
25539
25540 2002-03-06  Fred Fish  <fnf@redhat.com>
25541
25542         * gdb.base/funcargs.c:  Remove extraneous ';' character.
25543         * gdb.trace/gdb_c_test.c: Remove extraneous ';' character.
25544
25545 2002-03-04  Michael Chastain  <mec@shout.net>
25546
25547         * gdb.mi/mi-var-cmd.exp: In test "create local variable func",
25548         accommodate gcc v3 function signature.
25549         * gdb.mi/mi0-var-cmd-exp: Ditto.
25550
25551 2002-02-24  Andrew Cagney  <ac131313@redhat.com>
25552
25553         * testsuite/gdb.base/huge.c: Replace ``Linux'' with either
25554         ``GNU/Linux'' or ``Linux kernel''
25555         * testsuite/gdb.threads/pthreads.c: Ditto.
25556
25557 2002-02-24  Michael Chastain  <mec@shout.net>
25558
25559         * gdb.threads/pthreads.c (thread1): Add a return statement.
25560         (thread2): Likewise.
25561         (foo): Likewise.
25562
25563 2002-02-23  Michael Chastain  <mec@shout.net>
25564
25565         * gdb.threads/linux-dp.c (philosopher): Add a return statement
25566         to placate gcc.
25567
25568 2002-02-23  Michael Chastain  <mec@shout.net>
25569
25570         * gdb.c++/templates.exp: Remove setup_xfail_format "stabs" on
25571         test "ptype bint".  The test passes on all my stabs configurations.
25572
25573 2002-02-21  Jim Blandy  <jimb@redhat.com>
25574
25575         * gdb.asm/asm-source.exp: Parse the output from `info sources' one
25576         filename at a time, and watch for the ones we want to see.
25577
25578         * gdb.base/ptype.exp, gdb.base/ptype.c: Add tests for printing
25579         types of pointers to prototyped functions.
25580
25581 2002-02-20  Andrew Cagney  <ac131313@redhat.com>
25582
25583         * gdb.base/sizeof.c (main): Call fill_structs.  Print value of
25584         signed, unsigned and straight char.
25585         (padding_char, padding_short, padding_int, padding_long,
25586         padding_long_long, padding_float, padding_double,
25587         padding_long_double): New global variables.
25588         (fill, fill_structs): New functions.
25589
25590         * gdb.base/sizeof.exp: Check for signed and unsigned char.  Check
25591         for correctly sized writes.  Update copyright.
25592         (get_valueof): New procedure.
25593         (get_sizeof): Call get_valueof.
25594         (check_valueof): New procedure.
25595         (check_padding): New procedure.
25596
25597 2002-02-20  Michael Chastain  <mec@shout.net>
25598
25599         * gdb.c++/virtfunc.exp (test_virtual_calls): Remove obsolete calls
25600         to setup_xfail.  Document some of the remaining calls.
25601
25602 2002-02-18  Michael Chastain  <mec@shout.net>
25603
25604         * gdb.c++/userdef.exp: Update copyright year.
25605
25606 2002-02-18  Daniel Jacobowitz  <drow@mvista.com>
25607
25608         * gdb.c++/userdef.exp: Test overloaded operators properly.
25609         Remove xfails.
25610
25611 2002-02-14  Michael Snyder  <msnyder@redhat.com>
25612
25613         * gdb.base/gcore.exp: Relax recognition of function breakpoint.
25614
25615 2002-02-14  Daniel Jacobowitz  <drow@mvista.com>
25616
25617         * gdb.base/a2-run.exp: Check for a remote target properly.
25618         * gdb.base/annota1.exp: Likewise.
25619         * gdb.base/list.exp: Likewise.
25620         * gdb.base/reread.exp: Likewise.
25621         * gdb.base/scope.exp: Likewise.
25622         * gdb.base/shlib-call.exp: Likewise.
25623         * gdb.base/term.exp: Likewise.
25624         * gdb.c++/annota2.exp: Likewise.
25625
25626 2002-02-13  Richard Earnshaw  <rearnsha@arm.com>
25627
25628         * gdb.base/watchpoint.exp: Restore previous timeout at end of test.
25629
25630 2002-02-10  Michael Chastain  <mec@shout.net>
25631
25632         * gdb.base/funcargs.c (localvars_after_alloca): Fix return type.
25633         (call_after_alloca): Ditto.
25634
25635 2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
25636
25637         * gdb.base/ending-run.exp: Guard "cont" test with
25638         gdb_skip_stdio_test.
25639
25640 2002-02-06  Jim Blandy  <jimb@redhat.com>
25641
25642         * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Move these tests
25643         from here...
25644         * gdb.hp/gdb.base-hp/callfwmall.c, gdb.hp/gdb.base-hp/callfwmall.exp:
25645         To here.  Disable this test on non-HP platforms.  Add big comment.
25646
25647 2002-02-04  Michael Snyder  <msnyder@redhat.com>
25648
25649         * gdb.base/ovlymgr.c  (ovly_copy): Generalize for targets
25650           other than d10v and m32r.
25651
25652 2002-02-02  Richard Earnshaw  <rearnsha@arm.com>
25653
25654         * gdb.base/default.exp: Rewrite test patterns to reduce time
25655         taken to match them.
25656
25657 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
25658
25659         * gdb.base/annota1.exp (backtrace from shlibrary): Fix spelling.
25660         Allow a start function above main.
25661         * gdb.threads/linux-dp.exp: Fix copyright date.
25662
25663 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
25664
25665         * gdb.threads/linux-dp.exp: Use 'array unset', not 'array set'.
25666         (check_philosopher_stack): Check for manager thread before checking
25667         for a just-starting thread.
25668
25669 2002-01-30  Daniel Jacobowitz  <drow@mvista.com>
25670
25671         From Neil Booth <neil@daikokuya.demon.co.uk>:
25672         * gdb.base/bitfields.c: Correct assignments to bitfields to avoid
25673         warnings.
25674
25675 2002-01-21  Fred Fish  <fnf@redhat.com>
25676
25677         * gdb.base/restore.exp (restore_tests): Fix obvious typo, callee
25678         not caller.
25679
25680 2002-01-21  Jim Blandy  <jimb@redhat.com>
25681
25682         * gdb.base/reread.exp: Check that GDB properly re-reads the
25683         executable file when it changes while no inferior is running.
25684
25685 2002-01-21  Fred Fish  <fnf@redhat.com>
25686
25687         * gdb.base/maint.exp: Simplify the "maint info breakpoints" test to
25688         optionally accept the "shlib events" variation.
25689
25690 2002-01-21  Jim Blandy  <jimb@redhat.com>
25691
25692         * gdb.base/ending-run.c (main): Avoid messing with setvbuf; just
25693         call `fflush' after every `printf', so that the output is produced
25694         at predictable points, regardless of whatever buffering does (or
25695         doesn't) take place.
25696         * gdb.base/ending-run.exp: Adjust tests to expect output to appear
25697         at different points.
25698
25699 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
25700
25701         * gdb.c++/inherit.exp: Update copyright years.
25702         * gdb.c++/method.exp: Likewise.
25703
25704 2002-01-20  Daniel Jacobowitz  <drow@mvista.com>
25705
25706         * gdb.c++/classes.exp: Update for improved v3 support and skipping
25707         artificial methods/arguments.
25708         * gdb.c++/derivation.exp: Likewise.
25709         * gdb.c++/inherit.exp: Likewise.
25710         * gdb.c++/method.exp: Likewise.
25711         * gdb.c++/virtfunc.exp: Likewise.
25712
25713 2002-01-18  Andrew Cagney  <ac131313@redhat.com>
25714
25715         * gdb.hp/gdb.threads-hp/usrthfork.exp: Mark as obsolete.
25716         * gdb.hp/gdb.threads-hp/usrthcore.exp: Ditto.
25717         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Ditto.
25718         * gdb.hp/gdb.threads-hp/usrthfork.c: Ditto.
25719         * gdb.hp/gdb.threads-hp/usrthbasic.c: Ditto.
25720         * gdb.hp/gdb.threads-hp/usrthcore.c: Ditto.
25721
25722 2002-01-17  Jim Blandy  <jimb@redhat.com>
25723
25724         * gdb.asm/asm-source.exp (info symbol): Take another shot at
25725         anchoring the pattern matching the entry point symbol's name.
25726
25727 2002-01-17  Andrew Cagney  <ac131313@redhat.com>
25728
25729         * gdb.base/maint.exp: Update ``maint internal-error'' to match
25730         continue/quit query.  Update copyright.
25731
25732 2002-01-14  Michael Snyder  <msnyder@redhat.com>
25733
25734         * gdb.base/gcore.exp: Remove extra debugging output.
25735
25736 2002-01-13  Daniel Jacobowitz  <drow@mvista.com>
25737
25738         * gdb.c++/demangle.exp: Accept slightly dubious v2 demangler result
25739         for slightly dubious v2 mangled string.
25740
25741 2002-01-13  Daniel Jacobowitz  <drow@mvista.com>
25742
25743         * gdb.base/completion.exp: Expand ${srcdir} to an absolute path.
25744
25745 2002-01-10  Jason Merrill  <jason@redhat.com>
25746
25747         * gdb.c++/namespace.exp: Accept trailing const for 'this'.
25748
25749         * gdb.c++/classes.exp: Accept 'A const' or 'const A' in copy
25750         constructors.
25751         * gdb.c++/derivation.exp: Likewise.
25752         * gdb.c++/templates.exp: Likewise.
25753         * gdb.c++/virtfunc.exp: Likewise.
25754
25755 2002-01-10  Michael Snyder  <msnyder@redhat.com>
25756
25757         * gdb.c++/namespace.exp: Accept both '\0' and '\000'.
25758
25759 2002-01-08  Michael Snyder  <msnyder@redhat.com>
25760
25761         * gdb.base/gcore.exp: New test for generate-core-file command.
25762         * gdb.base/gcore.c: Testcase for above.
25763         * gdb.threads/gcore-thread.exp: New test for gcore (threaded).
25764
25765 2002-01-08  Jason Merrill  <jason@redhat.com>
25766
25767         * gdb.c++/userdef.cc: Use <iostream> instead of <iostream.h>.
25768
25769 2002-01-07  Fred Fish  <fnf@redhat.com>
25770
25771         * gdb.c++/overload.exp: Remove unconditional xfails for:
25772         print foo_instance1.overloadargs(1)
25773         print foo_instance1.overloadargs(1, 2)
25774         print foo_instance1.overloadargs(1, 2, 3)
25775         print foo_instance1.overloadargs(1, 2, 3, 4)
25776         print foo_instance1.overloadargs(1, 2, 3, 4, 5)
25777         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6)
25778         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7)
25779         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8)
25780         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9)
25781         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10)
25782         print foo_instance1.overloadargs(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11)
25783         print foo_instance1.overload1arg()
25784         print foo_instance1.overload1arg((char)arg2)
25785         print foo_instance1.overload1arg((signed char)arg3)
25786         print foo_instance1.overload1arg((unsigned char)arg4)
25787         print foo_instance1.overload1arg((int)arg7)
25788         print foo_instance1.overload1arg((unsigned int)arg8)
25789         print foo_instance1.overload1arg((float)arg11)
25790         print foo_instance1.overload1arg((double)arg12)
25791
25792 2002-01-07  Michael Snyder  <msnyder@redhat.com>
25793
25794         * gdb.base/huge.exp: New test.  Print a very large target data object.
25795         (skip_huge_test): New test variable.  Define if you want to skip this
25796         test.  The test reads an 8 megabyte data object from the target, so it
25797         might be very time consuming on remote targets with a slow connection.
25798         * gdb.base/huge.c: New file.  Test case for above.
25799
25800 2002-01-07  Fred Fish  <fnf@redhat.com>
25801
25802         * gdb.c++/derivation.exp: Remove gcc xfails for g_instance.afoo,
25803         g_instance.bfoo, and g_instance.cfoo.
25804
25805 2002-01-07  Jeffrey A Law  <law@redhat.com>
25806
25807         * gdb.base/break.c (multi_line_if_conditional): New function.
25808         (multi_ilne_while_conditional): Likewise.
25809         * gdb.base/break.exp: Verify that a breakpoint on a multi-line
25810         IF or WHILE condition puts the breakpoint at the start of
25811         the condition.
25812
25813         * gdb.base/selftest.exp (backtrace through signal handler): Remove
25814         hppa*-*-hpux* expected failure.
25815         * gdb.base/structs.exp (do_function_calls): Similarly.
25816
25817         * gdb.c++/annota2.exp (watch triggered on a.x): Handle hardware
25818         watchpoints.
25819
25820 2002-01-06  Andrew Cagney  <ac131313@redhat.com>
25821
25822         Fix PR gdb/66.
25823         * gdb.base/structs.exp: Replace skip for a29k with skip for
25824         gdb,cannot_call_functions.
25825         * gdb.base/call-ar-st.exp: Remove references to a29k in comments.
25826         * gdb.base/callfuncs.exp: Ditto.
25827         * gdb.base/call-rt-st.exp: Ditto.
25828         * gdb.base/call-strs.exp: Ditto.
25829         * gdb.base/callfwmall.exp: Ditto.
25830         * gdb.base/scope.exp: Obsolete xfail a29k.
25831         * gdb.c++/misc.exp: Ditto.
25832         * gdb.c++/cplusfuncs.exp: Ditto.
25833         * gdb.base/ptype.exp: Ditto.
25834         * gdb.base/printcmds.exp: Ditto.
25835         * gdb.base/opaque.exp: Ditto.
25836         * gdb.base/list.exp: Ditto.
25837         * gdb.base/funcargs.exp: Ditto.
25838         * gdb.base/default.exp: Ditto.
25839
25840 2002-01-04  Michael Snyder  <msnyder@redhat.com>
25841
25842         * gdb.base/info-proc.exp: New file, test for "info proc" cmd.
25843         * gdb.base/maint.exp: Add tests for maint info sections options.
25844
25845 Fri Dec 21 09:42:11 2001  Jeffrey A Law  (law@redhat.com)
25846
25847         * gdb.base/default.exp: Remove bogus hppa*-hp-hpux* xfails.
25848
25849 2001-12-20  Corinna Vinschen  <vinschen@redhat.com>
25850
25851         * gdb.asm/arm.inc: New file.
25852         * gdb.asm/asm-source.exp: Add arm targets.
25853         * gdb.asm/configure.in: Ditto.
25854         * gdb.asm/configure: Recreated from configure.in.
25855
25856 Thu Dec 20 09:54:36 2001  Jeffrey A Law  (law@redhat.com)
25857
25858         * gdb.hp/gdb.defects/bs15503.exp: Only run this test if compiling
25859         with HP's compiler.
25860         * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise.
25861         * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise.
25862         * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise.
25863         * gdb.hp/gdb.objdbg/objdbg04.exp: Likewise.
25864
25865         * gdb.hp/gdb.defects/solib-d.exp: Update to handle building with
25866         either HP's compilers or GCC.
25867
25868         * gdb.hp/gdb.base-hp/hwwatchbus.exp: Allow inferior to get either
25869         a SIGBUS or SIGSEGV.
25870
25871         * gdb.hp/gdb.base-hp/so-thresh.exp: Remove useless send_user command.
25872
25873         * gdb.hp/gdb.defects/bs14602.exp: Revamp slightly so that test
25874         can be compiled with either HP's compiler or GCC.
25875
25876         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Disable completely.
25877         * gdb.hp/gdb.threads-hp/usrthcore.exp: Disable completely.
25878         * gdb.hp/gdb.threads-hp/usrthfork.exp: Disable completely.
25879
25880         * gdb.hp/gdb.base-hp/so-thresh.exp: Update text in expect strings
25881         to match current gdb output.  Update due to using auto-solib-limit
25882         for limiting instead of overloading auto-solib-add.
25883         * gdb.hp/gdb.base-hp/so-thresh.mk: Always use "cc" to build the
25884         test program.
25885
25886         * gdb.c++/templates.exp: Use "hppa64-*-*", not "hppa2.0w-*-*"
25887         * gdb.hp/gdb.base-hp/dollar.exp: Likewise
25888         * gdb.hp/gdb.base-hp/pxdb.exp: Likewise.
25889         * gdb.hp/gdb.base-hp/reg-pa64.exp: Likewise.
25890         * gdb.hp/gdb.base-hp/reg.exp: Likewise.
25891         * gdb.hp/gdb.compat/xdb3.exp: Likewise.
25892         * gdb.hp/gdb.defects/bs15503.exp: Likewise.
25893         * gdb.hp/gdb.objdbg/objdbg01.exp: Likewise
25894         * gdb.hp/gdb.objdbg/objdbg02.exp: Likewise
25895         * gdb.hp/gdb.objdbg/objdbg03.exp: Likewise
25896         * gdb.hp/gdb.threads-hp/usrthbasic.exp: Likewise.
25897         * gdb.hp/gdb.threads-hp/usrthcore.exp: Likewise.
25898         * gdb.hp/gdb.threads-hp/usrthfork.exp: Likewise.
25899
25900         * gdb.base/annota1.exp: Expect failure for hpux11 when posting
25901         a SIGTRAP to the inferior.
25902
25903 2001-12-19  Corinna Vinschen  <vinschen@redhat.com>
25904
25905         * gdb.asm/asm-source.exp: Drop setting link-flags for xstormy16.
25906         Substitute call to target_link by call to gdb_compile.
25907
25908 Wed Dec 19 14:10:57 2001  Jeffrey A Law  (law@redhat.com)
25909
25910         * gdb.base/break.exp: Fix HP specific search string when testing
25911         backtracing in a called function.
25912
25913         * gdb.base/constvars.exp: Only set lang to C++ if we're
25914         compiling the test with HP's compilers.
25915         * gdb.base/volatile.exp: Similarly.
25916
25917 2001-12-19  Jim Blandy  <jimb@redhat.com>
25918
25919         * gdb.base/printcmds.exp: Expect the null character to be printed
25920         as '\0', and the '\013' to be printed as '\v'.
25921         * gdb.base/callfuncs.exp ("backtrace at nested call level 4"): Same.
25922         * gdb.base/setvar.exp: Same.
25923
25924 2001-12-17  Jim Blandy  <jimb@redhat.com>
25925
25926         * gdb.base/completion.exp: Rather than completing very long
25927         filenames, which can make the readline library produce output we
25928         don't recognize, cd to the directory first, and then complete
25929         using nice, short relative paths.
25930
25931         * gdb.base/completion.exp: On some systems, there is, in fact, a
25932         variable named `b' in scope, since GDB treats all static
25933         variables as being in scope.  So use `no_var_named_this'
25934         instead of `b'.
25935
25936         * gdb.base/corefile.exp: Recognize the message saying that GDB
25937         can't find the core file's registers as a failure.
25938
25939 2001-12-13  Jackie Smith Cashion  <jsmith@redhat.com>
25940
25941         * gdb.base/commands.exp (user_defined_command_test): Make "show user"
25942         test expect string more specific.
25943
25944 2001-12-13  Corinna Vinschen  <vinschen@redhat.com>
25945
25946         * gdb.asm/asm-source.exp: Add support for xstormy16.
25947         * gdb.asm/configure.in: Ditto.
25948         * gdb.asm/configure: Rebuild.
25949         * gdb.asm/xstormy16.inc: New file.
25950
25951 2001-12-10  Fred Fish  <fnf@redhat.com>
25952
25953         * gdb.base/maint.exp: Update to match changes in type dumping code.
25954
25955 2001-12-10  Jim Blandy  <jimb@redhat.com>
25956
25957         * gdb.asm/asm-source.exp (info symbol): Anchor the pattern
25958         matching the entry point symbol's name at the beginning of the
25959         line.
25960
25961 2001-12-07  Daniel Jacobowitz  <drow@mvista.com>
25962
25963         * gdb.c++/classes.exp, gdb.c++/derivation.exp,
25964         gdb.c++/inherit.exp, gdb.c++/method.exp,
25965         gdb.c++/namespace.exp, gdb.c++/templates.exp,
25966         gdb.c++/userdef.exp, gdb.c++/virtfunc.exp: Updates for v3 demangler
25967         and class layout support.
25968
25969 2001-12-07  Daniel Jacobowitz  <drow@mvista.com>
25970
25971         * gdb.c++/classes.exp: Add test for static member function.
25972         * gdb.c++/misc.cc: Add class with static member function.
25973
25974 2001-12-07  Jim Blandy  <jimb@redhat.com>
25975
25976         If GDB says it can't find the struct the function returned, report
25977         those tests as `unsupported'.
25978         * gdb.base/call-rt-st.exp (print_struct_call): New function.
25979         Rewrite subsequent tests to use it.
25980
25981         If GDB says it can't find the struct the function returned, report
25982         those tests as `unsupported'.
25983         * gdb.base/structs.exp (call_struct_func): New function.
25984         (do_function_calls): Use call_struct_func to call the functions
25985         returning structs.
25986
25987         * gdb.base/callfuncs.exp: The stabs generated by GCC don't tell us
25988         whether functions are prototyped or not, so we can't possibly pass
25989         arguments to t_float_values2 properly.
25990
25991         * gdb.base/break.exp: (test_next_with_recursion): Don't change the
25992         value of `timeout' for targets other than the mips*tx39-*.
25993
25994 2001-12-06  Michael Snyder  <msnyder@redhat.com>
25995
25996         * gdb.asm/asm-source.exp: Add tests for info target, info symbol,
25997         and detect whether the start symbol has a leading underscore.
25998
25999 2001-12-04  Jim Blandy  <jimb@redhat.com>
26000
26001         * gdb.base/completion.exp: Clarify indentation.
26002
26003 2001-12-03  Jim Blandy  <jimb@redhat.com>
26004
26005         * gdb.asm/s390.inc (gdbasm_datavar): Use `.long' to create `int'
26006         variables on the S/390, not `.word'.
26007
26008 2001-11-30  Jim Blandy  <jimb@redhat.com>
26009
26010         Add assembly-source tests for s390-ibm-linux.
26011         * gdb.asm/s390.inc: New file.
26012         * gdb.asm/configure.in, gdb.asm/asm-source.exp: Add clauses for
26013         the S/390 architecture.
26014         * gdb.asm/configure: Regenerated.
26015
26016 2001-11-30  Michael Snyder  <msnyder@redhat.com>
26017
26018         * gdb.asm/asm-source.exp: Add tests for list, search, finish, return,
26019         next, info source, info sources, info line, global and static
26020         variables, and static functions.
26021         * gdb.asm/common.inc: New macro gdbasm_datavar (default definition).
26022         * gdb.asm/i386.inc: Override default definition of gdbasm_datavar.
26023         * gdb.asm/asmsrc1.s: Add a static function and some variables.
26024         * gdb.asm/asmsrc2.s: Make foo2 call foo3 twice (to test 'next').
26025         * gdb.asm/d10v.inc (gdbasm_enter): Set up frame pointer.
26026         (gdbasm_leave): Restore frame pointer.
26027         (gdbasm_startup): Copy stack set-up from crt0.S.
26028
26029 2001-11-26  Fernando Nasser  <fnasser@redhat.com>
26030
26031         From 2001-11-12 Jackie Smith Cashion  <jsmith@redhat.com>:
26032         * gdb.base/callfuncs.c (t_structs_a): Do not return a pointer
26033         to a local (non-static) variable. Copy tstruct.a to a static buffer
26034         and return a pointer to that buffer.
26035         * gdb.base/callfwmall.c (t_structs_a): Ditto.
26036
26037 2001-11-24  Mark Kettenis  <kettenis@gnu.org>
26038
26039         * gdb.asm/configure.in: Fix recognition of ix86 target.
26040         * gdb.asm/configure: Regenerate.
26041
26042 2001-11-21  Michael Snyder  <msnyder@redhat.com>
26043
26044         * gdb.asm/sparc.inc: New file.
26045         * gdb.asm/asm-source.exp: Recognize sparc target.
26046         * gdb.asm/configure.in: Recognize sparc target.
26047         * gdb.asm/configure: Regenerate.
26048
26049 2001-11-21  Michael Snyder  <msnyder@redhat.com>
26050
26051         * gdb.asm/m32r.inc: New file.
26052         * gdb.asm/asm-source.exp: Recognize m32r target.
26053         * gdb.asm/configure.in: Recognize m32r target.
26054         * gdb.asm/configure: Regenerate.
26055
26056 2001-11-20  Michael Snyder  <msnyder@redhat.com>
26057
26058         * gdb.asm/i386.inc: New file.
26059         * gdb.asm/asm-source.exp: Recognize ix86 target.
26060         * gdb.asm/configure.in: Recognize ix86 target.
26061         * gdb.asm/configure: Regenerate.
26062
26063         * gdb.c++/namespace.exp: Fix quotes in output messages.
26064
26065 2001-11-14  Michael Snyder  <msnyder@redhat.com>
26066
26067         * gdb.base/code-expr.exp: New file.  Tests use of the "@code"
26068         qualifier in a type cast expression, to designate an address
26069         in the instruction space (Harvard architecture).
26070
26071 2001-11-13  Michael Snyder  <msnyder@redhat.com>
26072
26073         * gdb.base/cvexpr.c, gdb.base/cvexpr.exp: New files.
26074         Tests for expressions using 'const' and 'volatile'.
26075
26076 2001-11-13  Corinna Vinschen  <vinschen@redhat.com>
26077
26078         * gdb.asm/asm-sources.exp: Allow defining linker flags.
26079
26080 2001-11-12  Daniel Jacobowitz  <drow@mvista.com>
26081
26082         * lib/mi-support.exp (mi_run_to_helper): Move comments
26083         outside of gdb_expect.
26084
26085 2001-11-11  Daniel Jacobowitz  <drow@mvista.com>
26086
26087         * lib/mi-support.exp: (mi_run_to_helper, mi_run_to,
26088         mi_step_to, mi_next_to, mi_continue_to, mi_finish_to,
26089         mi0_step_to, mi0_next_to, mi0_continue_to, mi0_finish_to,
26090         mi0_run_to): New functions.
26091         * gdb.mi/mi-simplerun.exp: Use them.
26092         * gdb.mi/mi0-simplerun.exp: Likewise.
26093         * gdb.mi/mi-var-cmd.exp: Likewise.
26094         * gdb.mi/mi0-var-cmd.exp: Likewise.
26095
26096 2001-11-10  Andrew Cagney  <ac131313@redhat.com>
26097
26098         * gdb.asm/asmsrc1.s: Add ``gdbasm_'' prefix to all macros.
26099         * gdb.asm/asmsrc2.s, gdb.asm/d10v.inc: Update.
26100
26101 2001-11-09  Andrew Cagney  <ac131313@redhat.com>
26102
26103         * gdb.base/restore.exp: Include $expected value in restored test
26104         message.
26105
26106 2001-11-09  Andrew Cagney  <ac131313@redhat.com>
26107
26108         * gdb.asm/asm-source.exp: Supress file, instead of skip, when not
26109         implemented.
26110
26111 2001-11-08  Michael Snyder  <msnyder@redhat.com>
26112
26113         * gdb.base/callfuncs.exp: Add tests for nested call dummies.
26114         Add pass/fail message for stop at breakpoint in call dummy function.
26115
26116 2001-11-07  Michael Snyder  <msnyder@redhat.com>
26117
26118         * gdb.c++/templates.exp (test_template_breakpoints):
26119         If we get an overload menu, but it does not match what
26120         we expect, we still need to issue the "cancel" command.
26121         * gdb.c++/templates.exp: Replace "void \\*" with "void ?\\*",
26122         making the whitespace optional.  Argument for "new" may be
26123         "unsigned" as well as "unsigned int/long".
26124         * gdb.c++/templates.exp: Replace "const &" with "const ?&",
26125         making the whitespace optional.  Also replace "(void) with
26126         "((void|)), making the keyword "void" optional.
26127         * gdb.c++/virtfunc.exp: Replace "const &" with "const ?&",
26128         making the whitespace optional.  Also replace "(void) with
26129         "((void|)), making the keyword "void" optional.
26130         * gdb.base/callfuncs.c (t_float_values): This function must
26131         _not_ be prototyped, and the following function (t_float_values2)
26132         must be prototyped (if the compiler supports it), so that GDB
26133         can be tested against both cases.  Usually one case involves
26134         promotion of float to double, while the other does not.
26135         * gdb.base/callfwmall.c: Ditto.
26136         * gdb.asm/asm-source.exp (bt ALL in foo2): Accept a backtrace that
26137         includes a stack frame for "start".
26138
26139 2001-11-05  Jim Blandy  <jimb@redhat.com>
26140
26141         * gdb.stabs/weird.exp: Delete "p v_comb" test.  It assumes that
26142         pointers are 32 bits long, and that offsets of relocs are always
26143         stored in the data (REL-style), and not in the reloc entry itself
26144         (RELA-style).
26145         * gdb.stabs/weird.def (v_comb, v_comb_shared): Remove symbols and
26146         stabs.
26147
26148 2001-11-01  Michael Snyder  <msnyder@redhat.com>
26149
26150         * gdb.c++/cplusfuncs.exp: Fix conflicts between operator names
26151         and regular expression operators by using quoting.
26152
26153 2001-10-31  Michael Snyder  <msnyder@redhat.com>
26154
26155         * gdb.c++/overload.exp: Select overloadfnarg(void) or overloadfnarg(),
26156         depending on what the symbol table contains.
26157         * gdb.c++/derivation.exp: Accept both "foo(void)" and "foo()" in
26158         the output of the ptype command.  Similarly, accept both "const &"
26159         and "const&".
26160
26161 2001-10-31  Corinna Vinschen  <vinschen@redhat.com>
26162
26163         * gdb.base/miscexprs.c (main): Add usage of preprocessor
26164         symbol `STORAGE' to allow to choose the storage class of
26165         the local datastructures.
26166         * gdb.base/miscexprs.exp: Handle setting a `-DSTORAGE=...'
26167         compiler directive.
26168
26169 2001-10-30  Michael Snyder  <msnyder@redhat.com>
26170
26171         * gdb.base/jump.exp: Allow it to run for all targets.
26172
26173 2001-10-29  Corinna Vinschen  <vinschen@redhat.com>
26174
26175         * gdb.base/call-ar-st.c (print_double_array): Match for loop
26176         with new double_array size.
26177         (main): Change storage class of all local variables to static.
26178         Reduce size of double_array to 9.
26179         * gdb.base/call-ar-st.exp:  Increase timeout value.
26180         Change expected output for double array to match new size in
26181         call-ar-st.c.
26182
26183 2001-10-29  Corinna Vinschen  <vinschen@redhat.com>
26184
26185         * gdb.base/ending-run.exp: Create identical output when passing
26186         `step to end of run' case.  Add regular expression branch satisfying
26187         Stormy16 target.
26188
26189 2001-10-28  Mark Kettenis  <kettenis@gnu.org>
26190
26191         * gdb.base/interrupt.exp: Treat SIGILL similar to SIGSEGV such
26192         that we catch the expected failure under Linux/x86.
26193
26194 2001-10-29  Orjan Friberg  <orjanf@axis.com>
26195
26196         * gdb.base/setvar.exp: Escape curly braces.
26197         * gdb.stabs/weird.exp: Ditto.
26198
26199 2001-10-27  Daniel Jacobowitz  <drow@mvista.com>
26200
26201         * gdb.mi/mi-hack-cli.exp: Remove excess newlines from test strings.
26202         * gdm.mi/mi0-hack-cli.exp: Likewise.
26203
26204 2001-10-25  Andrew Cagney  <ac131313@redhat.com>
26205
26206         * gdb.stabs/weird.exp: Unify ``variable VAR printed properly''
26207         messages.
26208
26209 2001-10-21  Andrew Cagney  <ac131313@redhat.com>
26210
26211         * lib/mi-support.exp (mi_gdb_start): Don't require MI_OUT when
26212         checking MI enabled.
26213
26214 2001-10-09  Corinna Vinschen  <vinschen@redhat.com>
26215
26216         * gdb.base/maint.exp: Treat $EXEEXT as optional in output.
26217
26218 2001-10-04  Frank Ch. Eigler  <fche@redhat.com>
26219
26220         * lib/insight-support.exp (gdbtk_start): Don't exit dejagnu
26221         if gdb child process crashes, just signal an error.
26222
26223 2001-10-02  Jim Blandy  <jimb@redhat.com>
26224
26225         * lib/gdb.exp (test_xfail_format): Simplify.
26226
26227         * lib/gdb.exp (setup_xfail_format): Don't forget to put a `$' in
26228         front of the variable name `format'.  Simplify `if'.
26229
26230 2001-10-01  Daniel Jacobowitz  <drow@mvista.com>
26231
26232         * gdb.threads/pthreads.exp: Wait for output and delay
26233         before sending ^C.
26234
26235 2001-10-01  Daniel Jacobowitz  <drow@mvista.com>
26236
26237         * gdb.mi/mi-var-display.exp (continue to incr_a):  Recognize
26238         some incorrect output instead of timing out.
26239         * gdb.mi/mi-var-display.exp (continue to incr_a):  Likewise.
26240
26241 2001-09-28  Corinna Vinschen  <vinschen@redhat.com>
26242
26243         * gdb.base/volatile.exp (local_compiler_xfail_check): Change qux2
26244         check to allow additional `int'.
26245
26246 2001-09-27  Daniel Jacobowitz  <drow@mvista.com>
26247
26248         * gdb.base/completion.exp: Remove incorrect 'p "a' test.
26249         Add tests for 'p "break' (pass) and 'p "break.' (xfail).
26250
26251 2001-09-27  Michael Snyder  <msnyder@redhat.com>
26252
26253         * lib/gdb.exp (test_debug_format): New proc.
26254         (setup_xfail_format): Use new proc test_debug_format.
26255         * gdb.base/constvars.exp (local_compiler_xfail_check): New
26256         proc; use new service proc test_debug_format.
26257         Replace all other "gcc_compiled" tests with this test.
26258         * gdb.base/volatile.exp (local_compiler_xfail_check): New
26259         proc; use new service proc test_debug_format.
26260         Replace all other "gcc_compiled" tests with this test.
26261
26262 2001-09-27  Michael Snyder  <msnyder@redhat.com>
26263
26264         * gdb.base/cvexpr.exp: New file.
26265         * gdb.base/cvexpr.c: New file
26266         Test for expressions using const and volatile keywords.
26267
26268 2001-09-26  Corinna Vinschen  <vinschen@redhat.com>
26269
26270         * gdb.base/constvars.exp: Check for different orders of keywords
26271         and additional "int" strings in output.
26272
26273 2001-09-22  Andrew Cagney  <ac131313@redhat.com>
26274
26275         * gdb.base/maint.exp: Add "maintenance set/show" to list of valid
26276         responses from "help maint".
26277
26278 2001-09-19  Frank Ch. Eigler  <fche@redhat.com>
26279
26280         * lib/insight-support.exp (_gdbtk_xvfb_init): Set DISPLAY
26281         to localhost:NNN instead of :NNN, in case Xvfb is listening
26282         only on TCP.
26283
26284 2001-09-19  Corinna Vinschen  <vinschen@redhat.com>
26285
26286         * gdb.base/recurse.exp: When checking leaving the watchpoint
26287         scope, recognize when gdb is in function's epilogue and pass.
26288
26289 2001-09-18  Keith Seitz  <keiths@redhat.com>
26290
26291         * lib/insight-support.exp (_gdbtk_export_target_info): Add
26292         support for running tests against sid targets.
26293         (gdbtk_done): Ditto.
26294
26295 2001-09-18  Corinna Vinschen  <vinschen@redhat.com>
26296
26297         * gdb.base/ending-run.c (main): Set stdout buffersize
26298         to the same reasonable value for any target.
26299         * gdb.base/ending-run.exp: Add a regular expression
26300         to make testsuite happy on Sanyo Stormy16 target.
26301
26302 2001-09-17  Corinna Vinschen  <vinschen@redhat.com>
26303
26304         * gdb.base/display.c (do_loops): Add float variable `f'.
26305         Increment f in loop.
26306         * gdb.base/display.exp: Increment timeout by 60 seconds.
26307         Change float display test to use variable `f'.
26308
26309 2001-09-17  Jim Blandy  <jimb@redhat.com>
26310
26311         * gdb.base/restore.exp: Use temporary breakpoints, to avoid
26312         overflowing the limited breakpoint tables on some ROM monitors
26313         (like the ROM68K).
26314
26315 2001-09-15  Frank Ch. Eigler  <fche@redhat.com>
26316
26317         * lib/insight-support.exp (_gdbtk_xvfb_init): Start Xvfb with
26318         the "-ac" (disable access control) flag.
26319
26320 2001-08-30  Jeff Holcomb  <jeffh@redhat.com>
26321
26322         * gdb.base/remote.c: Use a small buffer for targets with 16-bit
26323         ints.
26324
26325 2001-08-30  Keith Seitz  <keiths@redhat.com>
26326
26327         * lib/gdb.exp: Move all insight-related functionality into
26328         separate file.
26329         * lib/insight-support.exp: New file.
26330
26331 2001-08-29  Frank Ch. Eigler  <fche@redhat.com>
26332
26333         * config/sid.exp (sid_start): Never set sid verbosity; disable
26334         expect_background {} that consumed its stdout; tolerate </dev/null.
26335         Attempt to set endianness override in "sid" protocol mode.  Cleanup.
26336
26337 2001-08-18  Andrew Cagney  <ac131313@redhat.com>
26338
26339         * lib/mi-support.exp (mi_gdb_start): If a remote target, use the
26340         CLI jump command to start it.
26341         (mi_run_to_main): Fail immediatly when unexpected output.
26342
26343 2001-08-18  Andrew Cagney  <ac131313@redhat.com>
26344
26345         * lib/mi-support.exp (mi_gdb_start): Move call to sid_start to
26346         beginning of function.  Fix PR gdb/191.
26347
26348 2001-08-16  Frank Ch. Eigler  <fche@redhat.com>
26349
26350         * config/sid.exp (sid_start): Don't warn if we cannot figure out
26351         what to force sid endianness to.
26352
26353 2001-08-15  Keith Seitz  <keiths@redhat.com>
26354
26355         * lib/gdb.exp (gdbtk_start): Don't set environment
26356         variables for TCL_LIBRARY and friends. Insight will
26357         now figure these out for itself.
26358
26359 2001-08-02  Michael Snyder  <msnyder@redhat.com>
26360
26361         * gdb.base/completion.exp: Remove the symbol "a64l" from
26362         the expect string; this is target-specific, and not related
26363         to what is being tested.
26364
26365 2001-08-02  Dave Brolley  <brolley@redhat.com>
26366
26367         * config/sid.exp: Rename gdb-socket to cpu-gdb-socket.
26368
26369 2001-07-25  Michael Snyder  <msnyder@redhat.com>
26370
26371         * gdb.base/consecutive.exp: New file.  Test stepping over
26372         breakpoints on consecutive instructions.
26373         * gdb.base/consecutive.c: New file.
26374
26375         * gdb.base/call-rt-st.exp: Use double-backslash to quote
26376         curly braces in regular expressions.
26377
26378 2001-07-25  Michael Snyder  <msnyder@redhat.com>
26379
26380         * gdb.base/ending-run.exp: Accept "Program exited normally" as
26381         legitimate output from stepping out of main.
26382
26383 2001-07-22  Keith Seitz  <keiths@redhat.com>
26384
26385         * lib/gdb.exp (_gdbtk_xvfb_init): If GDB_DISPLAY is
26386         the empty string, do not run the tests.
26387
26388 2001-07-17  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
26389
26390         * gdb.base/long_long.exp: Detect size of pointer.  Take into
26391         account 2-byte pointers when testing for p/a results.
26392
26393 2001-07-17  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
26394
26395         * gdb.base/remote.c (RANDOM_DATA_SIZE): New define, defaults to 48K
26396         and defined to 1K for m68hc11.
26397         (random_data): Reduce table to 1K for embedded platforms (68hc11).
26398         * gdb.base/remote.exp (get_sizeof): New function from sizeof.exp.
26399         (sizeof_random_data): New variable to tell the size of the data table;
26400         don't test past this size; always run to main.
26401
26402 2001-07-16  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
26403
26404         * gdb.base/return2.exp: return of long long and double fails for
26405         68HC11; don't execute these tests on that platform.
26406         * gdb.base/return.exp: Return of a double fails for 68hc11.
26407
26408 2001-07-16  Stephane Carrez  <Stephane.Carrez@worldnet.fr>
26409
26410         * call-ar-st.exp: Use gdb_skip_float_test to avoid executing
26411         tests that print a float.
26412         * call-rt-st.exp: Likewise.
26413
26414 2001-07-12  Mark Kettenis  <kettenis@gnu.org>
26415
26416         * gdb.base/so-impl-ld.exp: Remove stray space that prevented
26417         running this test on Linux.
26418
26419 2001-06-24  Michael Chastain  <chastain@redhat.com>
26420
26421         * gdb.base/arithmet.exp: Remove some tests to make all test names
26422         unique.
26423
26424 2001-07-03  Michael Snyder  <msnyder@redhat.com>
26425
26426         * gdb.c++/classes.exp: Accept both "foo(void)" and "foo()" in
26427         the output of the ptype command.
26428
26429 2001-07-02  Michael Snyder  <msnyder@redhat.com>
26430
26431         * gdb.base/completion.exp: Don't assume that break.c is the only
26432         source file that may contain functions named "marker".
26433         * gdb.base/corefile.exp: Quote the curly braces in regexp.
26434
26435 2001-06-28  Andrew Cagney  <ac131313@redhat.com>
26436
26437         * gdb.disasm/Makefile.in (clean mostlyclean): Add h8300s to list
26438         of files to delete.
26439
26440         From 2000-06-15 Kazu Hirata <kazu@hxi.com>:
26441         * gdb.disasm/h8300s.exp: New file.
26442         gdb.disasm/h8300s.s: Likewise.
26443
26444 2001-06-27  Andrew Cagney  <ac131313@redhat.com>
26445
26446         * lib/mi-support.exp (mi_delete_breakpoints): Accept mi1 format
26447         empty breakpoint tables.
26448
26449 2001-06-25  Andrew Cagney  <ac131313@redhat.com>
26450
26451         * lib/mi-support.exp: Update args=... part of stop-reason
26452         patterns. Accept either a list or a tuple.
26453
26454 2001-06-23  Andrew Cagney  <ac131313@redhat.com>
26455
26456         * lib/mi-support.exp: Remove local emacs variable defining
26457         change-log-default-name.
26458
26459 2001-06-22  Michael Chastain  <chastain@redhat.com>
26460
26461         * gdb.base/arithmet.exp: Use gdb_test instead of send_gdb/gdb_expect.
26462         This is operationally compatible with the previous version.
26463
26464 2001-06-13  Jim Blandy  <jimb@redhat.com>
26465
26466         * lib/gdb.exp (gdb_test): Doc fix.
26467
26468 2001-06-10  Michael Chastain  <chastain@redhat.com>
26469
26470         * gdb.base/exprs.exp: Remove a duplicate test.
26471
26472 2001-06-06  Jim Blandy  <jimb@redhat.com>
26473
26474         * gdb.base/return2.exp (main): Use values to test float and double
26475         returns that are not NaN's, to avoid being confused by IEEE
26476         comparison rules.
26477
26478 2001-06-04  Michael Snyder  <msnyder@redhat.com>
26479
26480         * gdb.threads/pthreads.exp (check_control_c): Return 0 for success,
26481         non-zero if control_c fails.  Terminate the test on failure,
26482         rather than wait for 12 more tests to time out.
26483
26484 2001-06-06  Jim Blandy  <jimb@redhat.com>
26485
26486         * gdb.base/exprs.exp ("sizeof (long long) > sizeof (long) (true)"):
26487         Don't forget to match the GDB prompt.
26488
26489         * gdb.trace/gdb_c_test.c, actions.c: Fix misspellings.
26490
26491 2001-06-04  Jim Blandy  <jimb@redhat.com>
26492
26493         * gdb.base/help.exp: Update pattern to exclude `print-load-map'
26494         command.
26495
26496 2001-05-31  Kevin Buettner  <kevinb@redhat.com>
26497
26498         * gdb.base/annota1.exp (info break): Match four or more spaces
26499         after "Address".
26500
26501 2001-05-31  Michael Chastain  <chastain@redhat.com>
26502
26503         * gdb.c++/cplusfuncs.cc (dm_type_char_star): Remove superfluous cast.
26504         (dm_type_int_star): Likewise.
26505         (dm_type_long_star): Likewise.
26506         (dm_type_void_star): Likewise.
26507
26508 2001-05-29  Kevin Buettner  <kevinb@redhat.com>
26509
26510         * gdb.base/completion.exp (INPUTRC): Set this environment variable
26511         to a known value in order to get consistent results regardless
26512         of the setting of INPUTRC or the presence or contents of .inputrc.
26513
26514 2001-05-24  Michael Snyder  <msnyder@redhat.com>
26515
26516         * gdb.threads/linux-dp.exp: Remove assumptions about thread ordering.
26517         Don't require that the main thread and the manager thread are the
26518         first in the list.
26519
26520         * gdb.threads/pthreads.exp (test_startup): Relax test for thread
26521         debugging.  If test fails, issue an "unsupported" not a "fail".
26522
26523 2001-05-24  Jim Blandy  <jimb@redhat.com>
26524
26525         Don't assume that short is shorter than int.
26526         * gdb.base/exprs.exp ("print unsigned short == (~0)"): Don't
26527         assume that shorts are smaller than ints.  On a 16-bit machine,
26528         this isn't true.
26529         ("print unsigned char == (~0)"): Add test that verifies that ~0,
26530         an int, is not equal to ~0 stored in an unsigned char.  This tests
26531         the same thing that the previous test meant to, but works on
26532         16-bit machines, too.
26533         ("print unsigned char != (~0)"): Same test, complemented.
26534
26535 2001-05-24  Michael Snyder  <msnyder@redhat.com>
26536
26537         * gdb.threads/pthreads.exp (all_threads_running): Add an explicit
26538         test for (full_coverage == 0).  This makes the test run faster,
26539         and prevents dejagnu getting out of step.
26540
26541 2001-05-23  Kevin Buettner  <kevinb@redhat.com>
26542
26543         * gdb.base/finish.exp (finish_void): Revise pattern for
26544         stopping on the call statement to not permit stopping at
26545         the start of the instructions comprising the call sequence.
26546
26547 2001-05-19  Michael Chastain  <chastain@redhat.com>
26548
26549         * gdb.base/callfuncs.exp: Make all test names unique.
26550         * gdb.base/commands.exp: Make all test names unique.
26551         * gdb.base/condbreak.exp: Make all test names unique.
26552         * gdb.base/dbx.exp: Make all test names unique.
26553         * gdb.base/default.exp: Make all test names unique.
26554         * gdb.base/define.exp: Make all test names unique.  Conform some FAIL
26555         and TIMEOUT messages to their corresponding PASS message.
26556         * gdb.base/ending-run.exp: Make all test names unique.
26557         * gdb.base/long_long.exp: Remove duplicate test.
26558
26559 2001-05-21  Kevin Buettner  <kevinb@redhat.com>
26560
26561         * gdb.base/finish.exp (finish_void): Allow "finish" command to
26562         stop on the call statement as well as the statement after the
26563         call.
26564
26565 2001-05-21  Michael Snyder  <msnyder@redhat.com>
26566
26567         * gdb.base/long_long.exp: Allow for targets with 4-byte short.
26568
26569 2001-05-10  Elena Zannoni  <ezannoni@redhat.com>
26570
26571         * gdb.base/completion.exp: Revamp test. Make it execute on all
26572         platforms.
26573
26574 2001-05-10  Elena Zannoni  <ezannoni@redhat.com>
26575
26576         * config/gdbserver.exp (gdb_load): Handle the case
26577         in which the arguments to gdbserver are given in the
26578         baseboard configuration file.
26579         Also handle the case in which the server needs to do a
26580         load.
26581
26582 2001-05-07  Keith Seitz <keiths@cygnus.com>
26583
26584         * lib/gdb.exp (gdbtk_initialize_display): New proc which will
26585         set up the display for testing.
26586         (gdbtk_start): Convert all paths to paths that tcl will like.
26587         Export target information to environment.
26588         (_gdbtk_xvfb_init): New proc to start Xvfb if available and
26589         necessary.
26590         (_gdbtk_xvfb_exit): New proc to kill Xvfb if necessary.
26591         (to_tcl_path): New proc to convert a given pathname into
26592         a path acceptible as an argument to a tcl command.
26593         (_gdbtk_export_target_info): New proc to export target info
26594         into the environment for gdbtk testing.
26595         (gdbtk_done): New proc to signal end-of-test.
26596
26597 2001-05-06  Jim Blandy  <jimb@redhat.com>
26598
26599         * restore.c: Make the code of caller0 correspond to its comment.
26600
26601 2001-05-03  Michael Snyder  <msnyder@redhat.com>
26602
26603         * config/sid.exp (gdb_target_sid): Check for error messages.
26604         On error or timeout, don't make expect exit (which will terminate
26605         all subsequent tests); instead just make gdb exit.
26606         (gdb_load): Check for error messages.  On error or timeout,
26607         return a negative value.
26608
26609 2001-04-24  Jim Blandy  <jimb@redhat.com>
26610
26611         * gdb.c++/templates.exp: If we see the prompt for the overload
26612         list, but we haven't recognized any of the longer patterns,
26613         arrange for this test to fail, not hang.
26614
26615         * gdb.c++/classes.exp (ptype class A): Tolerate whitespace
26616         variations.
26617
26618 2001-04-22  Michael Chastain  <chastain@redhat.com>
26619
26620         * gdb.c++/local.exp: Use the 'runto' library function.
26621         * gdb.c++/namespace.exp: Likewise.
26622         * gdb.c++/overload.exp: Likewise.
26623
26624 2001-03-26  Kevin Buettner  <kevinb@redhat.com>
26625
26626         * gdb.base/Makefile.in (EXECUTABLES): Add step-line.
26627         * gdb.base/step-line.exp: New file.  Test step/next in presence of
26628         #line directives.
26629         * gdb.base/step-line.c: New file.  Test program for the above.
26630         * gdb.base/step-line.inp: New file.  We pretend that this file has
26631         been transformed by some other tool into step-line.c.
26632
26633 2001-03-21  Jim Blandy  <jimb@redhat.com>
26634
26635         * gdb.c++/userdef.exp: Check that GDB tolerates whitespace in
26636         unmangled operator names.
26637
26638 2001-03-20  Jim Blandy  <jimb@redhat.com>
26639
26640         * gdb.threads/linux-dp.exp: Recognize an additional message
26641         generated by GDB when it doesn't understand how to debug threads
26642         on the target system.
26643
26644 2001-03-19  Andrew Cagney  <ac131313@redhat.com>
26645
26646         * gdb.mi/mi-console.exp: Document ``Hello'' as a known bug.
26647
26648 2001-03-12  Michael Chastain  <chastain@redhat.com>
26649
26650         * gdb.c++/derivation.exp: Use the 'runto' library function.
26651
26652 2001-03-12  Michael Chastain  <chastain@redhat.com>
26653
26654         * gdb.c++/annota2.exp: Fix regular expression for "post-query".
26655
26656 2001-02-24  Michael Chastain  <chastain@redhat.com>
26657
26658         * gdb.c++/ref-types.exp: Change handwritten code to library
26659         function 'runto'.
26660
26661 2001-03-16  Orjan Friberg  <orjanf@axis.com>
26662
26663         * gdb.base/signals.exp: Set count to 0 explicitly.
26664
26665 2001-03-15  Mark Salter  <msalter@redhat.com>
26666
26667         * config/monitor.exp (gdb_target_cmd): Add explicit error return.
26668         (gdb_target_monitor): Add check of gdb_target_cmd return value.
26669         (gdb_load): Add support for additional target_info: gdb_download_size
26670         and gdb_load_timeout.
26671
26672 Thu Mar  8 16:06:00 2001  David Taylor  <taylor@redhat.com>
26673
26674         * gdb.base/annota1.exp: Move test of isnative to earlier in the
26675         file -- to prevent failing when the compile fails but we have no
26676         intention of running the tests anyway.
26677
26678         * gdb.base/long_long.exp: Test target_info for no_long_long, skip
26679         tests if set.
26680
26681         * gdb.base/maint.exp: Support 2 byte integers as well as 4 byte
26682         integers.
26683
26684         * gdb.c++/ctti.exp: Skip tests if skip_cplus_tests returns true.
26685         * gdb.c++/namespace.exp: Ditto.
26686
26687 2001-03-07  Orjan Friberg  <orjanf@axis.com>
26688
26689         * gdb.base/pointers.c: Don't assume doubles are >= 8 bytes.
26690         * gdb.base/pointers.exp: Relax pattern match of decimals.
26691
26692 2001-03-06  Kevin Buettner  <kevinb@redhat.com>
26693
26694         * Makefile.in, config/abug.exp, config/cfdbug.exp,
26695         config/cpu32bug.exp, config/dve.exp, config/est.exp,
26696         config/gdbserver.exp, config/hmsirom.exp, config/hppro.exp,
26697         config/i960.exp, config/m32r.exp, config/mn10300-eval.exp,
26698         config/monitor.exp, config/proelf.exp, config/rom68k.exp,
26699         config/sh.exp, config/sid.exp, config/slite.exp,
26700         config/sparclet.exp, config/udi.exp, config/unknown.exp,
26701         config/vr4300.exp, config/vr5000.exp, config/vx.exp,
26702         config/vxworks.exp, config/vxworks29k.exp,
26703         gdb.asm/asm-source.exp, gdb.base/a2-run.exp,
26704         gdb.base/all-bin.exp, gdb.base/annota1.exp,
26705         gdb.base/arithmet.exp, gdb.base/assign.exp,
26706         gdb.base/async.exp, gdb.base/attach.exp,
26707         gdb.base/bitfields.exp, gdb.base/bitops.exp,
26708         gdb.base/break.exp, gdb.base/call-ar-st.exp,
26709         gdb.base/call-rt-st.exp, gdb.base/call-strs.exp,
26710         gdb.base/callfuncs.exp, gdb.base/callfwmall.exp,
26711         gdb.base/commands.exp, gdb.base/completion.exp,
26712         gdb.base/cond-expr.exp, gdb.base/condbreak.exp,
26713         gdb.base/constvars.exp, gdb.base/corefile.exp,
26714         gdb.base/dbx.exp, gdb.base/default.exp, gdb.base/define.exp,
26715         gdb.base/display.exp, gdb.base/ena-dis-br.exp,
26716         gdb.base/ending-run.exp, gdb.base/environ.exp,
26717         gdb.base/eval-skip.exp, gdb.base/exprs.exp,
26718         gdb.base/finish.exp, gdb.base/foll-exec.exp,
26719         gdb.base/foll-fork.exp, gdb.base/foll-vfork.exp,
26720         gdb.base/funcargs.exp, gdb.base/help.exp,
26721         gdb.base/interrupt.exp, gdb.base/jump.exp, gdb.base/list.exp,
26722         gdb.base/logical.exp, gdb.base/long_long.exp,
26723         gdb.base/maint.exp, gdb.base/mips_pro.exp,
26724         gdb.base/miscexprs.exp, gdb.base/nodebug.exp,
26725         gdb.base/opaque.exp, gdb.base/overlays.exp, gdb.base/page.exp,
26726         gdb.base/pointers.exp, gdb.base/printcmds.exp,
26727         gdb.base/ptype.exp, gdb.base/radix.exp, gdb.base/recurse.exp,
26728         gdb.base/regs.exp, gdb.base/relational.exp,
26729         gdb.base/remote.exp, gdb.base/reread.exp,
26730         gdb.base/restore.exp, gdb.base/return2.exp,
26731         gdb.base/scope.exp, gdb.base/sect-cmd.exp,
26732         gdb.base/selftest.exp, gdb.base/setshow.exp,
26733         gdb.base/setvar.exp, gdb.base/shlib-call.exp,
26734         gdb.base/sigall.exp, gdb.base/signals.exp,
26735         gdb.base/sizeof.exp, gdb.base/so-impl-ld.exp,
26736         gdb.base/so-indr-cl.exp, gdb.base/solib.exp,
26737         gdb.base/step-test.exp, gdb.base/structs.c,
26738         gdb.base/structs.exp, gdb.base/structs2.exp,
26739         gdb.base/term.exp, gdb.base/twice.exp, gdb.base/varargs.exp,
26740         gdb.base/volatile.exp, gdb.base/watchpoint.exp,
26741         gdb.base/whatis-exp.exp, gdb.base/whatis.exp,
26742         gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
26743         gdb.c++/anon-union.exp, gdb.c++/classes.exp, gdb.c++/ctti.exp,
26744         gdb.c++/derivation.exp, gdb.c++/inherit.exp,
26745         gdb.c++/local.exp, gdb.c++/member-ptr.exp, gdb.c++/method.exp,
26746         gdb.c++/misc.exp, gdb.c++/namespace.exp, gdb.c++/overload.exp,
26747         gdb.c++/ref-types.exp, gdb.c++/templates.exp,
26748         gdb.c++/userdef.exp, gdb.c++/virtfunc.exp,
26749         gdb.disasm/am33.exp, gdb.disasm/hppa.exp,
26750         gdb.disasm/mn10200.exp, gdb.disasm/mn10300.exp,
26751         gdb.fortran/types.exp, gdb.java/jmisc.exp,
26752         gdb.java/jv-exp.exp, gdb.java/jv-print.exp,
26753         gdb.stabs/weird.exp, gdb.threads/linux-dp.exp,
26754         gdb.trace/actions.exp, gdb.trace/backtrace.exp,
26755         gdb.trace/circ.exp, gdb.trace/collection.exp,
26756         gdb.trace/deltrace.exp, gdb.trace/infotrace.exp,
26757         gdb.trace/limits.exp, gdb.trace/packetlen.exp,
26758         gdb.trace/passc-dyn.exp, gdb.trace/passcount.exp,
26759         gdb.trace/report.exp, gdb.trace/save-trace.exp,
26760         gdb.trace/tfind.exp, gdb.trace/tracecmd.exp,
26761         gdb.trace/while-dyn.exp, gdb.trace/while-stepping.exp,
26762         lib/gdb.exp, lib/mi-support.exp: Update/correct copyright
26763         notices.
26764
26765 2001-02-27  Michael Snyder  <msnyder@cygnus.com>
26766
26767         * gdb.base/varargs.c (find_max_double): Fix printf format string:
26768         first arg is int not float.
26769
26770 2001-02-22  Michael Snyder  <msnyder@cygnus.com>
26771
26772         * gdb.base/reread.exp: Unsupported for non-native targets;
26773         doesn't work for remote debugging.
26774
26775 2001-02-19  Fernando Nasser  <fnasser@redhat.com>
26776
26777         From  Drew Moseley  <dmoseley@redhat.com>
26778         * gdb.base/ending-run.exp: Properly handle the BSP state when
26779         stepping past the end of main.
26780
26781 2001-02-19  John Moore  <jmoore@redhat.com>
26782
26783         * gdb.base/commands.exp (infrun_breakpoint_command_test):
26784         Converted HPUX fix for non-expected items following multiple
26785         step commands into general solution for all platforms.
26786
26787 2001-02-18  Michael Chastain  <chastain@redhat.com>
26788
26789         * gdb.c++/classes.exp (do_tests): Change runto statements
26790         from "runto 'foo(void)'" to "runto 'foo'".  This makes the
26791         statements demangler agnostic.
26792         * gdb.c++/virtfunc.exp (do_tests): Likewise.
26793         (gdb_virtfunc_restart): Likewise.
26794
26795 2001-02-14  Michael Chastain  <chastain@redhat.com>
26796
26797         * gdb.c++/inherit.exp (do_tests): Change runto statements
26798         from "runto 'foo(void)'" to "runto 'foo'".  This makes the
26799         statements demangler agnostic.
26800
26801 Sun Feb  4 17:32:21 2001  Andrew Cagney  <cagney@redhat.com>
26802
26803         * gdb.threads/pthreads.exp: Unify pass/fail messages for
26804         ``continue to bkpt at common_routine in thread 2'' and ``stopped
26805         before calling common_routine 15 times'' tests.
26806
26807 2001-02-11  Michael Chastain  <chastain@redhat.com>
26808
26809         * gdb.c++/cplusfuncs.cc (dm_type_char_star): New function.
26810         Helps the test script figure out which demangler is in use.
26811         (dm_type_foo_ref): Ditto.
26812         (dm_type_int_star): Ditto.
26813         (dm_type_long_star): Ditto.
26814         (dm_type_unsigned_int): Ditto.
26815         (dm_type_void): Ditto.
26816         (dm_type_void_star): Ditto.
26817         * gdb.base/cplusfuncs.exp (probe_demangler): New function.
26818         Probe the gdb demangler and set variables to accommodate
26819         formatting differences.
26820         (info_func_regexp): New function.  Same as info_func, but
26821         matches against a regexp.
26822         (info_func): Match against a literal string.
26823         (print_addr_2): New function.  Match against a literal string,
26824         which can be different from the input to gdb.
26825         (print_addr): Simply call print_addr_2 with the same argument twice.
26826         (test_lookup_operator_functions): Use demangler formatting variables.
26827         Blow away the xfails and workarounds for gnats gdb bug gdb/18.  Sort
26828         the tests in the same order as the C++ class declaration.
26829         (test_paddr_operator_functions): Ditto.
26830         (test_paddr_overloaded_functions): Ditto.
26831         (test_paddr_hairy_functions): Use demangler formatting variables.
26832         Add reference to gdb/19 for related tests.
26833         (do_tests): Call probe_demangler.
26834
26835 2001-01-30  Kevin Buettner  <kevinb@redhat.com>
26836
26837         * gdb.c++/templates.cc (printf): Remove unused function definition.
26838
26839 2001-01-26  Felix Lee  <flee@redhat.com>
26840
26841         * sid.exp (sid_exit): Pass host, not target, to remote_close.
26842
26843 2001-01-25  matthew green  <mrg@redhat.com>
26844
26845         * config/sid.exp (sid_start): Call `remote_push_conn' after firing
26846         up sid.
26847         (sid_exit): Call `remote_pop_conn' after GDB is gone.
26848
26849 2001-01-25  matthew green  <mrg@redhat.com>
26850
26851         * config/sid.exp (sid_start): Use `remote_spawn' instead of `spawn.'
26852         Deprecate $sid_spawn_id.
26853         (sid_exit): Remove code necessary only for `spawn.'
26854
26855 2001-01-25  matthew green  <mrg@redhat.com>
26856
26857         * config/sid.exp (sid_start): Handle sim,protocol of `sid.'
26858
26859 2001-01-28  Michael Chastain  <chastain@redhat.com>
26860
26861         * gdb.c++/ovldbreak.exp (take_gdb_out_of_choice_menu): New proc
26862         to call when tests fail.  It takes gdb out of the overloaded
26863         function choice menu back to the main prompt, so that the test
26864         program stays synchronized.
26865         (set_bp_overloaded): New proc to collect all the common
26866         code for setting a breakpoint on an overloaded name.  Calls
26867         take_gdb_out_of_choice_menu when needed.
26868         (menu_overload1arg): New variable to collect the repeated
26869         instances of the expected menu for an overloaded name.  Change
26870         the regular expression to handle changes in g++ type encoding:
26871         "void" can be either "void" or "", and "unsigned int" can be
26872         either "unsigned int" or "unsigned".
26873         (continue_to_bp_overloaded): Change regular expressions to handle
26874         changes in g++ type encoding.
26875         (no proc): Call take_gdb_out_of_choice_menu when needed.
26876         Remove redundant calls to "info break".  Accept either "canceled"
26877         or "cancelled".  Change regular expressions in "info break"
26878         calls to handle changes in g++ type encoding.  Give all tests
26879         unique strings.
26880
26881 2001-01-17  Ben Elliston  <bje@redhat.com>
26882
26883         * config/sid.exp: New file.
26884
26885 Fri Jan 12 18:29:01 2001  Andrew Cagney  <cagney@b1.cygnus.com>
26886
26887         * gdb.base/callfuncs.exp: Add space after ``Value returned is''.
26888
26889 2000-12-21  Michael Snyder  <msnyder@cygnus.com>
26890
26891         * gdb.base/finish.exp: Accept '1' instead of \001 from char_func.
26892         Add a RE to accept a non-ascii char if one is ever presented.
26893
26894 2000-12-20  Fernando Nasser  <fnasser@redhat.com>
26895
26896         * lib/mi-support.exp (mi_gdb_start): Test for MI_OUT, not UI_OUT.
26897
26898 2000-12-18  Michael Snyder  <msnyder@cygnus.com>
26899
26900         * gdb.base/setvar.exp: Use double '\\' to quote curly braces
26901         in regexp.  One '\' does not suffice on Linux.
26902
26903 2000-12-09  Michael Chastain  <chastain@redhat.com>
26904
26905         * gdb.base/break.exp (test_clear_command): Use a marker function
26906         rather than 'main' for the test function.  Also move this
26907         test to an execution point where the marker function names are
26908         guaranteed to be bound to functions.  (Executing tests after a
26909         'finish' from main runs into name conflicts with local names
26910         in __libc_start_main).
26911
26912 2000-12-07  Michael Snyder  <msnyder@cygnus.com>
26913
26914         * gdb.base/finish.exp: New test for gdb's "finish" command.
26915         * gdb.base/return2.exp: New test for gdb's "return" command.
26916         * gdb.base/return2.c: New source file for above.
26917
26918 2000-12-05  Michael Snyder  <msnyder@cygnus.com>
26919
26920         * gdb.base/constvars.exp: Add a "pass" message if "up" succeeds.
26921         * gdb.base/miscexprs.exp: Ditto.
26922         * gdb.base/pointers.exp:  Ditto.
26923         * gdb.c++/derivation.exp: Ditto.
26924         * gdb.c++/local.exp:      Ditto.
26925         * gdb.c++/namespace.exp:  Ditto.
26926         * gdb.c++/overload.exp:   Ditto.
26927         * gdb.c++/ref-types.exp:  Ditto.
26928
26929 2000-12-05  Michael Snyder  <msnyder@cygnus.com>
26930
26931         * gdb.base/constvars.exp: Test result of "up" command.
26932         * gdb.base/miscexprs.exp: Ditto.
26933         * gdb.base/pointers.exp:  Ditto.
26934         * gdb.base/scope.exp:     Ditto.
26935         * gdb.c++/derivation.exp: Ditto.
26936         * gdb.c++/local.exp:      Ditto.
26937         * gdb.c++/namespace.exp:  Ditto.
26938         * gdb.c++/overload.exp:   Ditto.
26939         * gdb.c++/ref-types.exp:  Ditto.
26940
26941 2000-11-22  Michael Chastain  <chastain@redhat.com>
26942
26943         * mips_pro.exp: Accept either "middle -> top -> main" or
26944         "middle -> main" in the backtrace, because gcc can optimize
26945         tail calls to jumps.  Remove setup_xfail for the hppa case.
26946         Add a comment with the original warning messages from PR 3016,
26947         which was filed in 1993, to preserve them for posterity.
26948
26949 2000-11-17  Nick Duffek  <nsd@redhat.com>
26950
26951         * lib/gdb.exp (gdb_test): Override timeout with board info.
26952
26953 2000-11-17  Nick Duffek  <nsd@redhat.com>
26954
26955         * gdb.base/display.exp: Don't kill running stub.  Add "again" to
26956         the second kill and detach messages.
26957
26958 2000-11-17  Nick Duffek  <nsd@redhat.com>
26959
26960         * configure.in: Add AC_EXEEXT.
26961         * configure: Regenerate.
26962         * Makefile.in (just-check): Export EXEEXT.
26963         * lib/gdb.exp ($EXEEXT): Import from environment.
26964         * gdb.base/maint.exp: Expect $EXEEXT in executable name.  Don't
26965         expect "maint dump-me" on Cygwin.
26966         * gdb.base/reread.exp ($binfile, $binfile1, $binfile2): Append
26967         $EXEEXT.
26968
26969 2000-11-17  Nick Duffek  <nsd@redhat.com>
26970
26971         * gdb.base/break.exp: Test backtrace and finish from called
26972         function on all platforms, not just HP-UX.
26973
26974 2000-11-03  Michael Snyder  <msnyder@cygnus.com>
26975
26976         * config/monitor.exp (gdb_target_cmd): Abstracts some of the
26977         code from gdb_target_monitor, so it can be used independantly
26978         for gdbserver.  Also comment out an unnecessary PUTS.
26979
26980 2000-11-03  Michael Snyder  <msnyder@cygnus.com>
26981
26982         * gdb.base/a2-run.exp: Use gdb_skip_stdio_test.
26983         * gdb.base/corefile.exp: Expect the message "Program is being
26984         debugged already" when we send the "corefile" command, since
26985         the preceeding gdb_load may have connected gdb to a remote target.
26986         * gdb.base/display.exp: Disable hardware watchpoints if new
26987         board info variable "no_hardware_watchpoints" is true.
26988         Replace single-letter commands with more readable ones.
26989         * gdb.base/recurse.exp (recurse_tests): Disable hardware watchpoints
26990         if new board info variable "no_hardware_watchpoints" is true.
26991         * gdb.base/restore.exp (restore_tests): Call gdb_skip_stdio_tests
26992         to see if stdio (printf) testing is possible.
26993         * gdb.base/watchpoint.exp: Disable hardware watchpoints if new
26994         board info variable "no_hardware_watchpoints" is true.  Use new
26995         proc "gdb_skip_stdio_tests" to see if printf tests are possible.
26996
26997 2000-11-13  Fernando Nasser  <fnasser@redhat.com>
26998
26999         From Orjan Friberg  <orjanf@axis.com>:
27000         * gdb.base/printcmds.exp: Escape curly braces followed by a number
27001         in array print pattern match.
27002
27003 2000-11-09  Fernando Nasser  <fnasser@redhat.com>
27004
27005         * gdb.c++/templates.exp (test_template_breakpoints): Change Britsh
27006         spelling "cancelled" to U.S. spelling "canceled" to match changes
27007         made to gdb.
27008         * gdb.c++/ovldbreak.exp: Ditto.
27009
27010 2000-11-06  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
27011
27012         * gdb.base/callfuncs.c (main):  Moved to end of file, call
27013         t_double_values to initialize the FPU before inferior calls are made.
27014         * gdb.base/callfuncs.exp:  Test for register preservation after calling
27015         inferior functions.  Add tests for continuining, finishing and
27016         returning from a stop in a call dummy.
27017
27018 2000-10-24  Michael Snyder  <msnyder@cygnus.com>
27019
27020         * gdb.base/commands.exp: Break up long lines, and re-indent.
27021
27022 2000-10-19  Michael Snyder  <msnyder@cygnus.com>
27023
27024         * config/gdbserver.exp:  Rewritten from the ground up, to make it
27025         compatible with the current dejagnu tree, and to make it work with
27026         the new "gdbserver" in libremote.
27027
27028 2000-10-16  Michael Snyder  <msnyder@cygnus.com>
27029
27030         * gdb.base/sizeof.exp (check_sizeof): Skip if no printf support.
27031         * gdb.base/varargs.exp: Skip entire test if no printf support.
27032         * gdb.base/ending-run.exp (Step to return): Skip if no printf supt.
27033         * gdb.base/shlib-call.exp: Skip several tests if no printf support.
27034
27035 2000-10-13  Michael Snyder  <msnyder@cygnus.com>
27036
27037         * lib/gdb.exp (gdb_skip_float_test): New proc.  Skip test if
27038         no floating point support.
27039         (gdb_skip_stdio_test): New proc.  Skip test if no stdio support.
27040         * gdb.base/call-ar-st.exp: Use above procs to skip tests.
27041         * gdb.base/call-rt-st.exp: Ditto.
27042         * gdb.base/call-strs.exp: Ditto.
27043
27044 2000-08-02  Jimmy Guo  <guo@hpcleara.cup.hp.com>
27045
27046         * gdb.base/sizeof.c: include <stdio.h>.
27047
27048         * gdb.c++/classes.exp: Use gdb_test instead of send_gdb to
27049         'finish', otherwise uncaptured gdb_prompt would potentially
27050         throw remaining test points out of sync.
27051
27052 2000-07-26  Scott Bambrough <scottb@netwinder.org>
27053
27054         * gdb.base/recurse.exp: Run tests for all targets.
27055         * gdb.base/so-impl-ld.exp: Added wildcard to handle the
27056         gnu-oldld case on ARM.
27057         * gdb.base/watchpoint.exp (test_stepping): Clear xfail
27058         for ARM targets.
27059
27060 Mon Jul 24 07:46:02 CDT 2000  Clinton Popetz  <cpopetz@cygnus.com>
27061
27062         * gdb.java/configure.in (AC_INIT): Use jmisc.exp.
27063         * gdb.java/configure: Rebuild.
27064
27065 Sun Jul 23 21:42:34 2000  Anthony Green  <green@redhat.com>
27066
27067         * gdb.java/jv-exp.exp: New file.
27068
27069 Sun Jul 23 21:02:42 2000  Anthony Green  <green@redhat.com>
27070
27071         * configure: Rebuilt.
27072         * configure.in (configdirs): Add gdb.java.
27073         * gdb.java/jmisc.java: New file.
27074         * gdb.java/jmisc.exp: New file.
27075         * gdb.java/Makefile.in: New file.
27076         * gdb.java/configure: Rebuilt.
27077         * gdb.java/configure.in: New file.
27078         * lib/java.exp: New file.
27079
27080 Wed Jul 12 18:14:29 2000  Andrew Cagney  <cagney@b1.cygnus.com>
27081
27082         * gdb.base/exprs.exp: Test casts to a pointer including over and
27083         underflow.
27084
27085 Thu Jul 13 11:52:53 2000  Andrew Cagney  <cagney@b1.cygnus.com>
27086
27087         * gdb.base/sizeof.exp, gdb.base/sizeof.c: New files.  Compare GDB
27088         and the compilers sizes.
27089
27090 2000-07-09  Nick Duffek  <nsd@redhat.com>
27091
27092         * gdb.c++/misc.cc (class ClassParam, class_param): Define.
27093         (use_methods): New function.
27094         (main): Call use_methods().
27095         * gdb.c++/classes.exp (test_method_param_class): New procedure.
27096         (do_tests): Call test_method_param_class.
27097
27098 2000-07-09  Nick Duffek  <nsd@redhat.com>
27099
27100         * gdb.c++/classes.exp (test_nonexistant_members): Fix name
27101         spelling.
27102         (test_enums): New procedure.  Move enum tests from end of script
27103         to here.  Set breakpoint on function name instead of line number.
27104         * gdb.c++/misc.cc (ClassWithEnum): Move past Foo definitions.
27105         (enums2): New marker function.
27106         (enums1): New function.
27107         (main): Call enums1().  Move enum tests to enums1().
27108
27109 Tue Jul  4 03:43:49 2000  Andrew Cagney  <cagney@b1.cygnus.com>
27110
27111         * gdb.asm/asm-source.exp: Use raw AS/LD instead of CC to
27112         compile/link program.  Update line numbers.
27113         * gdb.asm/d10v.inc: Define ``startup''.
27114         * gdb.asm/asmsrc1.s: Add definition of _start.
27115
27116 Fri Jun 23 17:45:52 2000  Andrew Cagney  <cagney@b1.cygnus.com>
27117
27118         * gdb.base/call-ar-st.exp: More rewrites of multi-line patterns.
27119
27120 2000-06-18  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27121
27122         * gdb.base/maint.exp: Add 'maint print architecture' item to output
27123         of 'help maint print' command.
27124
27125 Fri Jun 16 18:22:05 2000  Andrew Cagney  <cagney@b1.cygnus.com>
27126
27127         * gdb.base/call-ar-st.exp: Rewrite all multi-line patterns so that
27128         they use gdb_expect_list.
27129
27130 Wed Jun  7 13:02:40 2000  Andrew Cagney  <cagney@b1.cygnus.com>
27131
27132         * gdb.base/commands.exp: Use ``set remote
27133         memory-read-packet-size'' instead of ``set endian big'' to test
27134         long commands.
27135
27136 2000-06-03  Daniel Berlin  <dan@cgsoftware.com>
27137
27138         * gdb.c++/templates.exp (do_tests): Make all of these work under
27139         g++, and stop skipping them.
27140
27141         * gdb.c++/namespace.exp: Move from gdb.hp/gdb.aCC to here, make it
27142         work under g++.
27143
27144         * gdb.c++/misc.cc: Fix ambiguous initialization with correct
27145         initialization.
27146
27147 2000-06-02  Michael Snyder  <msnyder@cygnus.com>
27148
27149         * gdb.base/annota1.exp (run until main breakpoint): Loosen up
27150         the regular expression: accept an (almost) arbitrary sequence of
27151         "frames-invalid" and "breakpoints-invalid" messages both before
27152         and after the "starting" message.
27153
27154 2000-06-02  Michael Snyder  <msnyder@cygnus.com>
27155
27156         * gdb.c++/local.exp: This test has never been known to work with g++.
27157
27158 2000-05-18  Michael Snyder  <msnyder@cygnus.com>
27159
27160         * gdb.base/annota1.exp (annotate-signal-handler-caller):
27161         Relax the regular expression a little, make it pass on Solaris 8.
27162
27163 2000-05-12  Kevin Buettner  <kevinb@redhat.com>
27164
27165         * gdb.base/step-test.exp: On IA-64 targets, when stepping out of
27166         a call, do not require that gdb stop on the line after the call.
27167         Instead, it is permissible for gdb to stop on the line of the
27168         call itself.
27169
27170 2000-05-12  Michael Snyder  <msnyder@.cygnus.com>
27171
27172         * gdb.base/break.exp (bp on small function, optimized file):
27173         Add a second pass pattern.  The behavior differs here between stabs
27174         and dwarf for one-line functions.  Stabs preserves two line symbols
27175         (one before the prologue and one after) with the same line number,
27176         but dwarf regards these as duplicates and discards one of them.
27177         Therefore the address after the prologue (where the breakpoint is)
27178         has no exactly matching line symbol, and GDB reports the breakpoint
27179         as if it were in the middle of a line rather than at the beginning.
27180
27181 2000-05-08  Michael Snyder  <msnyder@cygnus.com>
27182
27183         * gdb.base/interrupt.exp: Make "pass" message say "send"
27184         rather than "send_gdb" (for consistancy).
27185
27186 Mon May  1 15:37:58 2000  Andrew Cagney  <cagney@b1.cygnus.com>
27187
27188         From 2000-04-28 Andreas Jaeger  <aj@suse.de>:
27189         * gdb.c++/templates.cc: Properly check for GCC version number.
27190         * lib/compiler.cc: Likewise
27191
27192 2000-04-28  Michael Snyder  <msnyder@cygnus.com>
27193
27194         * gdb.base/break.exp: When compiled with -O2 optimization,
27195         gdb may not stop at the first line of main, due to code motion.
27196
27197 2000-04-26  Michael Snyder  <msnyder@cygnus.com>
27198
27199         * gdb.base/call-ar-st.exp: Bail out if target is sparclet.
27200         This test depends on parsing the printf output from the target.
27201         Since the sparclet stub doesn't do stdio, this will never work.
27202         * gdb.base/call-rt-st.exp: ditto.
27203         * gdb.base/call-strs: ditto.
27204
27205 2000-04-24  Michael Snyder  <msnyder@cygnus.com>
27206
27207         * gdb.base/miscexprs.exp: make sizeof long array test portable.
27208
27209         * gdb.base/ending-run.exp: After connecting to a remote target,
27210         but before running, the target will appear to be in a random
27211         location.  Specify both a file and a line for breakpoints.
27212         Also, the function that calls main may be called 'init'
27213         rather than 'start'.
27214
27215 2000-04-17  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27216
27217         * gdb.base/help.exp: Update output for add-symbol-file command.
27218
27219 2000-04-10  Fernando Nasser  <fnasser@cygnus.com>
27220
27221         From Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
27222         * gdb.base/structs2.c: Support platforms defaulting to a unsigned char.
27223
27224 2000-04-07  J.T. Conklin  <jtc@redback.com>
27225
27226         * gdb.base/call-ar-st.exp: Relax patterns matching tab characters.
27227
27228         * gdb.base/funcargs.exp: Relax patterns matching pointers to char.
27229
27230 Thu Mar 30 13:26:19 2000  Philippe De Muyter  <phdm@macqel.be>
27231
27232         * gdb.base/call-ar-st.c (init_small_structs, main): Use floating-point
27233         values that can be represented exactly.
27234         * gdb.base/call-ar-st.exp (print print_small_structs): Fixed to match
27235         above change, and to not check against the directory part of the source
27236         file name.
27237         (step into print_long_arg_list): Likewise.
27238         (print print_small_structs from print_long_arg_list): Likewise.
27239         (print print_long_arg_list): Likewise.
27240
27241 2000-03-27  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27242
27243         * gdb.base/printcmds.c: Terminate char array ctable2 with 0.
27244
27245 Mon Mar 27 14:46:37 2000  Andrew Cagney  <cagney@b1.cygnus.com>
27246
27247         * ChangeLog, gdb.base/commands.exp: Revert whitespace changes.
27248
27249 2000-03-25  Daniel Berlin  <dan@cgsoftware.com>
27250
27251         * gdb.base/commands.exp (deprecated_command_test): Add test for
27252         deprecate with no arguments.
27253
27254 2000-03-24  Jonathan Larmour  <jlarmour@redhat.co.uk>
27255
27256         * gdb.base/break.exp: Add new test for setting breakpoints on
27257         optimized code so we can test breakpoints work even when function
27258         prologues may be optimized away
27259
27260 2000-03-23  Fernando Nasser  <fnasser@totem.to.cygnus.com>
27261
27262         From David Whedon <dwhedon@gordian.com>
27263         * gdb.base/commands.exp : Added command deprecator tests.
27264
27265 2000-03-22  Daniel Berlin   <dan@cgsoftware.com>
27266
27267        * gdb.base/help.exp: Added test for new apropos command.
27268
27269 2000-03-21  Kevin Buettner <kevinb@redhat.com>
27270
27271         * gdb.base/pointers.c (usevar): New function.
27272         (main): Make sure that global variables v_int_pointer2, rptr,
27273         and y are all referenced someplace in the program by calling
27274         usevar() on them.  [Some linkers delete symbols which are
27275         never referenced.  The space remains, but there's no way to
27276         get a (symbolic) handle on the variable from the debugger.]
27277
27278 2000-03-14  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27279
27280         * gdb.base/printcmds.c: Add typedeffed arrays.
27281
27282         * gdb.base/printcmds.exp (test_print_typedef_arrays): New
27283         procedure to test arrays that are typedef'd.
27284
27285 2000-03-13  James Ingham  <jingham@leda.cygnus.com>
27286
27287         * lib/gdb.exp: Fix the gdbtk_start routine to correctly find all
27288         the library directories.
27289
27290 Mon Feb 21 13:05:36 2000  Andrew Cagney  <cagney@b1.cygnus.com>
27291
27292         * configure.in (configdirs): Add sub directory gdb.mi.
27293         * configure: Re-generate.
27294
27295         * gdb.mi: New directory.
27296
27297 2000-02-25  Scott Bambrough <scottb@netwinder.org>
27298
27299         * gdb.base/long_long.exp: Correct test suite failure when printing
27300         a long long value as a double on ARM platforms.
27301
27302 2000-02-16  Jim Blandy  <jimb@redhat.com>
27303
27304         * gdb.base/break.exp ("breakpoint line number"): Make sure the
27305         default source file is set properly before running this test.
27306
27307 2000-02-14  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27308
27309         * lib/gdb.exp: Tell the testsuite that now gdbtk is in the
27310         gdbtk/library directory, not in gdbtcl2.
27311
27312 2000-02-04  Jim Blandy  <jimb@redhat.com>
27313
27314         * gdb.c++/templates.exp: ("ptype T5<int>"): Remove extraneous
27315         backslash from regexp pattern.
27316
27317         * gdb.c++/ovldbreak.exp (continue_to_bp_overloaded): New
27318         procedure.  Use it to run all the "continue to bp overloaded"
27319         tests.  Note that this changes the names of the tests slightly.
27320         If the breakpoint hit message includes a hex PC value, because
27321         GCC's Dwarf 2 line info doesn't help us distinguish the prologue
27322         from the real source code, still consider that a pass.
27323
27324         * gdb.base/condbreak.exp ("run until breakpoint at marker2"):
27325         XFAIL here if the breakpoint message contains a hex address.  Note
27326         similar change on 1999-11-02.
27327
27328         * gdb.base/step-test.exp: Comment Fernando's change of 2000-02-02.
27329
27330         * gdb.base/ptype.exp: Establish a default source file before
27331         calling get_debug_format.
27332
27333 2000-02-03  Fernando Nasser  <fnasser@totem.to.cygnus.com>
27334
27335         * gdb.base/watchpoint.exp: Remove duplication of test messages.
27336
27337 2000-02-02  Fernando Nasser  <fnasser@totem.to.cygnus.com>
27338
27339         * gdb.base/step-test.exp: Fix the steps to enter a callee by means
27340         of successive stepi commands -- while in the prologue we should see
27341         the function entry bracket.
27342
27343 2000-02-02  Fernando Nasser  <fnasser@totem.to.cygnus.com>
27344
27345         * gdb.base/ending-run.exp: Add ARM in thumb mode case, where we
27346         reach __change_mode() when stepping through the end of main().
27347
27348 2000-01-17  Fernando Nasser  <fnasser@totem.to.cygnus.com>
27349
27350         * gdb.base/default.exp: Fix expected pattern.
27351         * gdb.base/help.exp: Same.
27352
27353 2000-01-10  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27354
27355         * gdb.base/so-indr-cl.exp: Don't execute the test if not on HPUX.
27356         Don't use xfail's because that affects only the following test.
27357
27358         * gdb.base/so-impl-ld.exp: Don't execute the tests if not on hpux,
27359         solaris or linux.
27360
27361         * gdb.base/selftest.exp: Update to reflect changes to main.c.
27362
27363 2000-01-07  Michael Snyder  <msnyder@cygnus.com>
27364
27365         * gdb.base/display.exp: Some yacc parsers like to say
27366         "A syntax error" rather than "A parse error".  Accept both.
27367
27368 2000-01-06  Fernando Nasser  <fnasser@totem.to.cygnus.com>
27369
27370         * gdb.base/default.exp: Remove OS dependent string from "target
27371         remote" test.
27372         * gdb.base/help.exp: Same for "help target remote" test.
27373
27374 2000-01-04  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27375
27376         From Jim Kingdon <kingdon@redhat.com>:
27377
27378         * gdb.c++/annota2.exp: Fix "delete bps" test to wait for the
27379         prompt (cleanup rather than necessity, but still might keep output
27380         from spilling to next test).
27381
27382 2000-01-02  Fred Fish  <fnf@cygnus.com>
27383
27384         * gdb.base/ptype.c (FALSE, TRUE): #undef these to avoid clash on
27385         AIX, which defines them in <sys/types.h>.
27386
27387 1999-12-16  Stan Shebs  <shebs@andros.cygnus.com>
27388
27389         * gdb.base/default.exp: Match arm* etc instead of arm in "info
27390         float" test.
27391
27392 1999-12-13 Fernando Nasser  <fnasser@totem.to.cygnus.com>
27393
27394         * gdb.base/watchpoint.exp: Add missing "(timeout)" to test message.
27395
27396         * gdb.base/break.exp: Add missing anchor to reg exp on "finish from
27397         outermost frame disallowed".
27398
27399 1999-12-09  Fernando Nasser  <fnasser@totem.to.cygnus.com>
27400
27401         * gdb.base/setvar.exp: New tests for setting the value of a struct
27402         with a constant list.
27403
27404 1999-12-08  Fernando Nasser  <fnasser@totem.to.cygnus.com>
27405
27406         * gdb.base/setvar.exp: Remove pair os tests that expected gdb to
27407         require the user to type a cast before setting the value of a struct.
27408
27409 1999-12-06  Jim Blandy  <jimb@cygnus.com>
27410
27411         * gdb.base/default.exp: Expect the new 'info float' command on
27412         all i386 platforms.
27413
27414         * gdb.threads/linux-dp.exp: Expand our ability to recognize
27415         LinuxThreads libraries that don't support debugging.
27416
27417 Sat Dec  4 15:21:18 1999  Andrew Cagney  <cagney@b1.cygnus.com>
27418
27419         * gdb.base/remote.c: Fill the buffer with truely random data.
27420         Change the buffer type to ``unsigned char'' to simplify size
27421         arithmetic.
27422
27423         * gdb.base/remote.exp: Reduce download numbers by one.  Typical
27424         stub only handles 400-1 byte packets.  Verify that the download
27425         worked.
27426
27427 1999-11-30  Fernando Nasser  <fnasser@totem.to.cygnus.com>
27428
27429         * lib/gdb.exp (gdb_expect_list): FAIL only once on multiple pattern
27430         tests, using UNRESOLVED for the untested cases.  Also, does not wait
27431         for a timeout if the prompt was received before a recognizable pattern.
27432
27433 1999-11-29  Fernando Nasser  <fnasser@totem.to.cygnus.com>
27434
27435         * lib/gdb.exp (gdb_expect_list): Fix spelling.
27436
27437 1999-11-29  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27438
27439         * gdb.base/watchpoint.exp: Add tests cases for the hit count of
27440         watchpoints.
27441
27442 1999-11-24  Jason Merrill  <jason@casey.cygnus.com>
27443
27444         * gdb.base/condbreak.exp: Add missing '$gdb_prompt $'.
27445
27446         * gdb.c++/local.exp: Be more flexible in recognizing local class
27447         name mangling.  Don't allow horribly truncated method names.
27448         * gdb.c++/derivation.exp: Expect protected inheritance.
27449         * gdb.c++/inherit.exp: Be more flexible in recognizing vbase pointers.
27450         * gdb.c++/virtfunc.exp: Likewise.
27451         * gdb.c++/classes.exp: Likewise.  Don't require the enclosing scope
27452         when printing a nested enum.
27453
27454 1999-11-22  Jim Blandy  <jimb@cygnus.com>
27455
27456         * gdb.base/step-test.exp: Properly await GDB's response to setting
27457         a breakpoint on the call to large_struct_by_value.
27458
27459         * gdb.base/ending-run.exp ("step to end of run 1"): Don't fail
27460         just because we have debug info for the `start' function.
27461
27462 1999-11-19  Jim Blandy  <jimb@zenia.red-bean.com>
27463
27464         * gdb.threads/linux-dp.exp ("create philosopher"): Recognize the
27465         "Unknown signal" messages, which indicate (on LinuxThreads) that
27466         GDB doesn't know how to debug threads on this system.  This is
27467         better than hanging while philosopher 0 dumps chatter into gdb.log.
27468
27469 1999-11-18  Tom Tromey  <tromey@cygnus.com>
27470
27471         * gdb.trace/deltrace.exp: Updated test to reflect new error text.
27472
27473 1999-11-18  Fred Fish  <fnf@cygnus.com>
27474
27475         * gdb.base/coremaker2.c: Add sample program for generating
27476         cores that is more self contained than coremaker.c.  Eventually
27477         I'll add more code to this and tie it into the testsuite.
27478
27479 1999-11-12  Stan Shebs  <shebs@andros.cygnus.com>
27480
27481         * gdb.base/dollar.exp: Remove, now in gdb.hp.
27482
27483 1999-11-10  Jimmy Guo  <guo@cup.hp.com>
27484
27485         * gdb.exp (get_compiler_info): pick up compiler.c and compiler.cc
27486         from $srcdir/lib/.
27487         * lib/compiler.c, lib/compiler.cc: New files, moved from gdb.base/
27488         and gdb.c++/.
27489
27490         * gdb.c++/derivation.exp: remove redundant get compiler info code.
27491
27492         * gdb.base/commands.exp: add '$gdb_prompt $' anchor to
27493         'continue with watch' test point.
27494
27495 1999-11-08  Jim Blandy  <jimb@zenia.red-bean.com>
27496
27497         Merged from p2linux-990323-branch:
27498
27499         * lib/gdb.exp (gdb_continue_to_breakpoint): New function.
27500
27501 Mon Nov  8 23:07:09 1999  Andrew Cagney  <cagney@amy.cygnus.com>
27502
27503         * gdb.base/remote.exp: Test ``set remote memory-write-packet-sized
27504         {limit,fixed}''.  Test ``set download-write-size''.
27505
27506 Sun Nov  7 17:37:01 1999  Andrew Cagney  <cagney@b1.cygnus.com>
27507
27508         * gdb.base/funcargs.exp: Rewrite stack traceback checks using
27509         gdb_expect_list.
27510
27511 Fri Nov  5 18:40:52 1999  Andrew Cagney  <cagney@b1.cygnus.com>
27512
27513         * lib/gdb.exp (gdb_expect_list): Return a success/fail indication.
27514
27515 1999-11-03  Mark Salter  <msalter@cygnus.com>
27516
27517         * gdb.base/break.exp: Fix "stub continue" pattern.
27518
27519 1999-11-03  Jim Blandy  <jimb@zwingli.cygnus.com>
27520
27521         * gdb.base/shlib-call.exp ("next to shr1"): Fix test name.
27522
27523 1999-11-02  Jim Blandy  <jimb@zwingli.cygnus.com>
27524
27525         * gdb.base/display.exp ("finish"): Add timeout clause.
27526
27527         * gdb.base/condbreak.exp ("run until breakpoint at marker1"): Add
27528         plain prompt clause, so this doesn't have to time out in order to
27529         fail.
27530
27531         * gdb.base/condbreak.exp, gdb.base/ena-dis-br.exp: XFAIL if the
27532         breakpoint hit messages include an address.
27533
27534         * gdb.base/display.exp: Don't forget to escape parens in regular
27535         expressions.  Unix regexp notatation sucks.
27536
27537 1999-11-02  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27538
27539         * gdb.base/annota1.exp: Test for annotate-signalled: change output
27540         order for 'signalled' message.
27541
27542 1999-11-01  Stan Shebs  <shebs@andros.cygnus.com>
27543
27544         From Jimmy Guo  <guo@cup.hp.com>:
27545         * gdb.base/annota1.exp: Add tests for annotate ignore count change.
27546         * gdb.base/annota1.c: Add code for tests to work with.
27547
27548 1999-10-26  Frank Ch. Eigler  <fche@cygnus.com>
27549
27550         * gdb.base/remote.exp: New test for remote downloading settings.
27551         * gdb.base/remote.c: New file with large .data.
27552
27553 1999-10-18  Jim Blandy  <jimb@zwingli.cygnus.com>
27554
27555         * gdb.threads/linux-dp.c, gdb.threads/linux-dp.exp: New test suite
27556         for LinuxThreads support, merged from the Code Fusion branch.
27557
27558 Mon Oct 11 13:57:21 1999  Andrew Cagney  <cagney@amy.cygnus.com>
27559
27560         * lib/gdb.exp (gdb_run_cmd): Break complicated gdb_expect
27561         containing exp_continue into a while within an expect.  Don't
27562         attempt a start more than three times.  Check return value from
27563         gdb_load.
27564
27565 Wed Oct  6 12:05:58 1999  Andrew Cagney  <cagney@b1.cygnus.com>
27566
27567         * gdb.base/watchpoint.exp: Match fail ``finish from marker1'' with
27568         a pass case.
27569
27570 1999-10-01  Kevin Buettner <kevinb@cygnus.com>
27571
27572         * gdb.base/break.c (main): Added a statement that we can step
27573         off of.
27574         * gdb.base/break.exp: Added tests for setting a breakpoint
27575         at an offset and stepping onto a breakpoint.
27576
27577 1999-10-01  Fred Fish  <fnf@cygnus.com>
27578
27579         * gdb.base/help.exp (help add-symbol-file): Update to match current
27580         gdb output.
27581
27582 1999-09-18  Jim Blandy  <jimb@cris.red-bean.com>
27583
27584         * gdb.base/break.exp: Code locations are in hex, don't forget!
27585         (For HP-UX.)
27586
27587 1999-09-17  Stan Shebs  <shebs@andros.cygnus.com>
27588
27589         * condbreak.exp: Use break.c as test program.
27590         * condbreak.c: Remove, redundant with break.c.
27591
27592 1999-09-15  Stan Shebs  <shebs@andros.cygnus.com>
27593
27594         * config/monitor.exp (gdb_target_monitor): Disable X- and
27595         Z-packets if the target needs it.
27596
27597 1999-09-13  James Ingham  <jingham@leda.cygnus.com>
27598
27599         * gdb.c++/overload.exp: Added tests for listing overloaded
27600         functions with function pointers in the arg, explicitly calling
27601         out the version you want.
27602
27603 1999-09-09  Stan Shebs  <shebs@andros.cygnus.com>
27604
27605         * long_long.exp: Add variations of test cases that work for
27606         targets with 16-bit ints and 32-bit doubles.
27607
27608 1999-09-08  Stan Shebs  <shebs@andros.cygnus.com>
27609
27610         * break.c (main): Compare a possibly-uninitialized argc with an
27611         unlikely value that fits in 16 bits.
27612
27613 1999-09-07  Stan Shebs  <shebs@andros.cygnus.com>
27614
27615         * gdb.base/restore.c, gdb.base/restore.exp: Use 0x7eeb instead of
27616         0xfeeb, don't want negative numbers if ints are 16 bits.
27617
27618         * lib/gdb.exp (skip_cplus_tests): New proc.
27619         * gdb.c++/ambiguous.exp, gdb.c++/annota2.exp,
27620         gdb.c++/anon-union.exp, gdb.c++/classes.exp,
27621         gdb.c++/cplusfuncs.exp, gdb.c++/ctti.exp, gdb.c++/demangle.exp,
27622         gdb.c++/derivation.exp, gdb.c++/inherit.exp, gdb.c++/local.exp,
27623         gdb.c++/member-ptr.exp, gdb.c++/method.exp, gdb.c++/misc.exp,
27624         gdb.c++/overload.exp, gdb.c++/ovldbreak.exp,
27625         gdb.c++/ref-types.exp, gdb.c++/templates.exp, gdb.c++/userdef.exp,
27626         gdb.c++/virtfunc.exp: Use it to skip over C++ tests.
27627
27628         * gdb.c++/cplusfuncs.exp: Use get_compiler_info consistently.
27629
27630 Fri Sep  3 15:37:12 1999  Kevin Buettner  <kevinb@cygnus.com>
27631
27632         * gdb.base/corefile.exp (up): Allow a parameter to appear
27633         in the frame that we're going up to.
27634
27635         From Jim Blandy <jimb@cygnus.com>:
27636
27637         * gdb.base/default.exp (info float): Expect some output now.
27638
27639         * gdb.base/callfuncs.exp (do_function_calls): We no longer expect
27640         returning floating-point values to fail on the x86.
27641         * gdb.base/callfwmall.exp (do_function_calls): Same.
27642
27643         * gdb.base/list.exp (test_listsize): Correct expectations for
27644         listing line 1 with listsize 2.  Also, listing a single line
27645         works now, as does listing three lines.  [Kevin's note: There
27646         were a number of other cases fixed too where the expectations
27647         differed...]
27648
27649 1999-09-02  Stan Shebs  <shebs@andros.cygnus.com>
27650
27651         * gdb.base/selftest.exp: Add case for when version prints as
27652         constant string instead of char pointer.
27653
27654 1999-08-25  Stan Shebs  <shebs@andros.cygnus.com>
27655
27656         * gdb.base/ending-run.exp: Add Solaris case for what happens when
27657         stepping out of main.
27658
27659         * gdb.c++/derivation.exp: XFAIL inf fn calls for all configs, if
27660         G++ used.
27661
27662         * gdb.c++/local.exp: Expect ptype NestedInnerLocal to succeed
27663         always, expect ptype InnerLocal::NestedInnerLocal to fail always.
27664
27665         * gdb.c++/ovldbreak.exp: Update match string in test that
27666         includes a warning of multiple breakpoints.
27667
27668 1999-08-24  Stan Shebs  <shebs@andros.cygnus.com>
27669
27670         * gdb.base/display.exp: Improve precision of step-after-finish
27671         added yesterday.
27672
27673         * gdb.base/signals.exp: Add extra wildcard to "handle all print"
27674         test.
27675
27676         * gdb.c++/classes.exp: XFAIL HP-compiler-only tests for all
27677         configs when using G++, not just hppa*.
27678
27679 1999-08-24  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27680
27681         * gdb.base/async.c: New file.
27682         * gdb.base/async.exp: New file.
27683
27684 Tue Aug 24 03:24:53 1999  Jeffrey A Law  (law@cygnus.com)
27685
27686         * gdb.base/break.exp: Tweak PA specific tests to properly handle
27687         PA64.
27688
27689 Mon Aug 23 10:25:20 1999  Jeffrey A Law  (law@cygnus.com)
27690
27691         * gdb.base/display.exp: "finish" can leave us mid-line on many
27692         targets, deal with it.  Add a small constant to main, instead of
27693         1000 since main+1000 may not be a valid address in the target.
27694
27695         * gdb.base/dollar.exp: Do not run for PA processors in wide mode
27696         on hpux11.
27697
27698         * gdb.base/attach.exp: Handle another hpux11 error message variant
27699         when attaching to a process that does not exist.
27700
27701 1999-08-19  J.T. Conklin  <jtc@redback.com>
27702
27703         * gdb.base/call-ar-exp.exp: Fix pattern matching whitespace
27704         characters in 'continue to 1241' test.
27705
27706 1999-08-17  Stan Shebs  <shebs@andros.cygnus.com>
27707
27708         * gdb.base/call-ar-st.exp: Add a shorter match case for the
27709         stop in print_long_arg_list, define and use a whitespace
27710         variable in print_small_structs test, add an XFAIL for Solaris.
27711         * gdb.base/dbx.exp: XFAIL func commands until somebody is
27712         interested enough to fix.
27713
27714 1999-08-13  Keith Seitz  <keiths@cygnus.com>
27715
27716         * gdb.base/dbx.exp (dbx_gdb_file_cmd): Rename to gdb_file_cmd.
27717         (dbx_gdb_load): Remove. Use gdb_load instead, since that
27718         proc knows about targets other than the natives.
27719         (test_assign): Use "gdb_run_cmd" to "run" the target.
27720         Check that we've actually hit the breakpoint at main.
27721         When we attempt to assign a value to a local variable, check
27722         that the variable is in the current scope, i.e., don't use
27723         a test with an empty result.
27724
27725 Tue Aug 10 15:25:16 1999  Andrew Cagney  <cagney@b1.cygnus.com>
27726
27727         * gdb.base/maint.exp: Add test of ``maintenance internal-error''
27728         command.
27729
27730 1999-08-09  Stan Shebs  <shebs@andros.cygnus.com>
27731
27732         From Jimmy Guo <guo@cup.hp.com> and others at HP:
27733         gdb.hp: Move tests into subdirectories gdb.aCC, gdb.base-hp,
27734         gdb.compat, gdb.threads-hp.
27735         gdb.hp/configure, gdb.hp/configure.in: New files.
27736         gdb.hp/Makefile.in: Recurse into new subdirs.
27737         gdb.hp/gdb.defects: New directory, tests for HP bug reports.
27738         gdb.hp/gdb.objdbg: New directory, tests for debugging info
27739         in object files.
27740         gdb.hp/tools: New directory, aux tools for HP-specific tests.
27741
27742 1999-08-05  Stan Shebs  <shebs@andros.cygnus.com>
27743
27744         * gdb.base/display.exp: Help expect by putting a newline in the
27745         funky printf, remove a bogus p/a test.
27746
27747 1999-08-05  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27748
27749         * gdb.base/display.exp: Make sure that when we say 'run', we are
27750         connected to the target. This is necessary when running not
27751         natively.
27752
27753 1999-08-03  Stan Shebs  <shebs@andros.cygnus.com>
27754
27755         * gdb.base/step-test.exp: Removed some extraneous messages.
27756
27757         * gdb.base/long_long.exp: Don't run memory examination tests
27758         on little-endian targets (they will need a different set of
27759         results to match).
27760
27761 1999-08-02  Stan Shebs  <shebs@andros.cygnus.com>
27762
27763         * gdb.c++/virtfunc.exp: Expect to fail the virtual call tests
27764         until somebody decides to fix GDB.
27765
27766         * gdb.base/long_long.c: Stop compiler complaint by specifying long
27767         constant as "ULL".
27768         * gdb.base/long_long.exp: Loosen x/c test, add partial result
27769         matches for a couple x/2 commands.
27770
27771 1999-07-30  Stan Shebs  <shebs@andros.cygnus.com>
27772
27773         * gdb.c++/ref-types.cc, gdb.c++/ref-types.exp: Appease doschk
27774         by merging in ref-types2 tests.
27775         * gdb.c++/ref-types2.cc, gdb.c++/ref-types2.exp: Remove.
27776
27777         From Jimmy Guo <guo@cup.hp.com> and others at HP:
27778         * gdb.c++/Makefile.in: Add standard actions.
27779         (EXECUTABLES): Rename from PROGS, update list.
27780         * gdb.c++/ambiguous.cc, gdb.c++/ambiguous.exp: Move to here
27781         from gdb.hp.
27782         * gdb.c++/anon-union.cc: Don't use anonymous struct, make
27783         foo and bar locals.
27784         * gdb.c++/anon-union.exp: Fix tests to match.
27785         * gdb.c++/classes.exp: Run if HP compiler used, add extra
27786         expect matches to handle output variations.
27787         * gdb.c++/cplusfuncs.cc: Make operator -> return foo *.
27788         * gdb.c++/cplusfuncs.exp: Update to match, allow word "class" in
27789         output, add HP alternatives for new and delete prints.
27790         * gdb.c++/ctti.exp, gdb.c++/cttiadd.cc, gdb.c++/cttiadd1.cc,
27791         gdb.c++/cttiadd2.cc, gdb.c++/cttiadd3.cc: Move here from gdb.hp.
27792         * gdb.c++/demangle.exp: Use $style when reporting failure.
27793         * gdb.c++/derivation.exp: Add some xfails if GCC-compiled.
27794         * gdb.c++/inherit.exp: Run if HP compiler used, add some
27795         match alternatives.
27796         * gdb.c++/local.exp: Add match alternatives or xfails for HP
27797         compilers.
27798         * gdb.c++/member-ptr.exp: Add xfails for hppa*-*-*.
27799         * gdb.c++/method.exp: Add match alternatives.
27800         * gdb.c++/misc.cc: Add bool types.
27801         * gdb.c++/misc.exp: Add tests for bool types.
27802         * gdb.c++/overload.exp: Add xfails.
27803         * gdb.c++/templates.cc: Remove bogus arglist init, init fvpchar.
27804         * gdb.c++/templates.exp: Run if HP compiler used, add some xfails,
27805         add some more template parameter tests (only for HP currently).
27806         * gdb.c++/userdef.exp: Add xfails for hppa*-*-*.
27807         * gdb.c++/virtfunc.cc: Add return type and value for main.
27808         * gdb.c++/virtfunc.exp: Run if HP compiler used, add some
27809         match alternatives.
27810
27811 1999-07-30  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27812
27813         * gdb.base/display.exp: Fix output of 'p/a &&j' test.
27814
27815 1999-07-29  Jim Blandy  <jimb@savonarola.red-bean.com>
27816
27817         * gdb.base/signals.exp: Don't expect getting a backtrace from
27818         within a signal handler to fail on Linux.
27819
27820 1999-07-29  Stan Shebs  <shebs@andros.cygnus.com>
27821
27822         From Jimmy Guo <guo@cup.hp.com> and others at HP:
27823         * lib/gdb.exp: Remove some gratuitious semicolons.
27824         (delete_breakpoints): Increase timeout.
27825         (gdb_expect): Add -notransfer option.
27826         (gdb_test): Use -notransfer option.
27827         (get_compiler_info): Add f77 case.
27828         (get_compiler): New proc, split out from gdb_preprocess, add f77
27829         case.
27830         (gdb_preprocess): Call get_compiler.
27831
27832         * gdb.base/Makefile.in (EXECUTABLES): Update the list.
27833         * gdb.base/attach.exp, gdb.base/display.exp,
27834         gdb.base/ending-run.exp, gdb.base/gdbvars.exp,
27835         gdb.base/long_long.exp, gdb.base/printcmds.exp,
27836         gdb.base/structs.exp, gdb.base/structs2.exp: Remove or fill in
27837         third arg to gdb_test.
27838         * gdb.base/call-ar-st.exp: Add HP-UX xfail for >10-arg functions.
27839         * gdb.base/callfuncs.exp, gdb.base/callfwmall.exp: Remove some
27840         HP-UX xfails, add others.
27841         * gdb.base/completion.exp: Reflect name change of self-test.
27842         * gdb.base/condbreak.exp, gdb.base/corefile.exp,
27843         gdb.base/foll-exec.exp, gdb.base/interrupt.exp,
27844         gdb.base/ptype.exp, gdb.base/scope.exp, gdb.base/setvar.exp: Note
27845         HP failure number.
27846         * gdb.base/foll-vfork.exp: Loosen matches slightly, remove
27847         useless HP-UX 10.30 references.
27848         * gdb.base/maint.exp: Loosen matches.
27849         * gdb.base/pointers.c (main): Declare more_code.
27850         * gdb.base/pointers.exp: Match on output of a `next'.
27851         * gdb.base/structs.c: Add prototypes.
27852         * gdb.base/watchpoint.exp: Remove HP-UX 10.30 reference.
27853         * gdb.base/whatis.exp: Fail for both HP-UX 10.20 and 11.
27854
27855 1999-07-29  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27856
27857         * gdb.base/list.exp: Add tests for repeating 'list <linenum>'
27858         command.
27859
27860 1999-07-27  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27861
27862         * gdb.c++/annota2.exp: Fix delete breakpoint query testcase.
27863         Fix run to main failures. Watchpoint can be hardware watchpoint.
27864
27865         * gdb.base/annota1.exp: Clean up some more, in case printf has
27866         debug info.  Deal with lack of signal hanlder info in stack.
27867
27868         From Jim Kingdon  <kingdon@redhat.com>:
27869         * gdb.base/annota1.exp: If printf has debug info, deal with it.
27870
27871 1999-07-19  Stan Shebs  <shebs@andros.cygnus.com>
27872
27873         * gdb.base/foll-exec.exp, gdb.base/foll-fork.exp,
27874         gdb.base/foll-vfork.exp: Don't run for crosses.
27875
27876 Tue Jul 13 23:37:18 1999  Andrew Cagney  <cagney@b1.cygnus.com>
27877
27878         * gdb.base/configure.in: Check for gdbvars.exp instead of
27879         a1-selftest.exp.
27880         * gdb.base/configure: Re-generate.
27881
27882 1999-07-12  Stan Shebs  <shebs@andros.cygnus.com>
27883
27884         * gdb.base/selftest.exp: Rename from a1-selftest.exp, no point
27885         in trying to run first and name is too long.
27886
27887         * gdb.base/pointers.c, gdb.base/pointers.exp: Add contents of
27888         pointers2.c and pointers2.exp, respectively.
27889         * gdb.base/pointers2.c, gdb.base/pointers2.exp: Remove, makes
27890         doschk happier.
27891
27892 1999-07-08  Stan Shebs  <shebs@andros.cygnus.com>
27893
27894         * gdb.base/callfwmall.c, gdb.base/callfwmall.exp: Renamed from
27895         callfuncs2.c and callfuncs2.exp.
27896
27897         * gdb.base/list.exp: Remove mistaken xfails.
27898         * gdb.base/list0.h: Add optional prototypes.
27899
27900 Wed Jul  7 00:27:35 1999  Andrew Cagney  <cagney@amy.cygnus.com>
27901
27902         * gdb.base/setvar.exp: Increase the time-out on tests indirectly
27903         calling malloc.
27904         * nodebug.exp, printcmds.exp, ptype.exp, setvar.exp: Ditto.
27905         * ptype.exp: Move test for get_debug_format to before its first
27906         use.
27907
27908 1999-07-06  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
27909
27910         * gdb.base/Makefile.in (EXECUTABLES): Remove annota2 executable.
27911         * gdb.base/annota2.cc, annota2.exp: Move from here.
27912         * gdb.c++/annota2.cc, annota2.exp: To here.
27913         * gdb.c++/Makefile.in (PROGS): Add annota2 executable.
27914
27915 Tue Jun 29 11:56:06 1999  Andrew Cagney  <cagney@b1.cygnus.com>
27916
27917         * lib/gdb.exp (gdb_expect_list): Output one message per pattern in
27918         a consistent format.
27919
27920 1999-06-25  Stan Shebs  <shebs@andros.cygnus.com>
27921
27922         From Jimmy Guo <guo@cup.hp.com> and others at HP:
27923         * lib/gdb.exp (get_compiler_info): Add detection for assorted
27924         HP compilers, also set the globals $true and $false.
27925
27926         * gdb.base/annota1.c, bitfields.c, break.c, call-ar-st.c,
27927         call-rt-st.c, call-strs.c, callfuncs.c, callfuncs2.c, condbreak.c,
27928         coremaker.c, ending-run.c, exprs.c, funcargs.c, interrupt.c,
27929         jump.c, langs0.c, langs1.c, langs2.c, list0.c, list1.c,
27930         long_long.c, mips_pro.c, nodebug.c, opaque0.c, opaque1.c,
27931         printcmds.c, ptype.c, recurse.c, restore.c, return.c, run.c,
27932         scope0.c, scope1.c, setshow.c, setvar.c, shmain.c, shr1.c, shr2.c,
27933         sigall.c, signals.c, so-impl-ld.c, so-indr-cl.c, solib.c,
27934         solib1.c, solib2.c, step-test.c, twice.c, varargs.c, watchpoint.c,
27935         whatis.c} Add C++ compatible function definitions and return
27936         types, add includes for library functions.
27937         * gdb.base/ptype.c (my_false, my_true): Use instead of false/true.
27938         * gdb.base/step-test.c (myglob): Rename from glob.
27939         * gdb.base/attach.c, attach2.c, average.c, execd-prog.c,
27940         foll-exec.c, foll-fork.c, foll-vfork.c, sum.c, vforked-prog.c: New
27941         files, move here from gdb.hp.
27942         * gdb.base/annota1.exp, break.exp, call-ar-st.exp, call-rt-st.exp,
27943         commands.exp, condbreak.exp, define.exp, ena-dis-br.exp,
27944         ending-run.exp, jump.exp. list.exp, long_long.exp, so-impl-ld.exp:
27945         Adjust line numbers in regexps.
27946
27947         * gdb.base/all-bin.exp, eval-skip.exp, exprs.exp, logical.exp,
27948         miscexprs.exp, pointers.exp, relational.exp: Use $true and $false
27949         instead of 0/1.
27950
27951         * gdb.base/attach.exp, dbx.exp, foll-exec.exp, foll-fork.exp,
27952         foll-vfork.exp: New files, move here from gdb.hp.
27953         * gdb.base/page.exp: New file, test of pagination command.
27954
27955         * gdb.base/watchpoint.c (recurser): New function, for watchpoint
27956         recursion test.
27957         * gdb.base/watchpoint.exp: Add more test cases for watchpoints.
27958
27959         * gdb.base/so-impl-ld.exp, gdb.base/so-indr-cl.exp,
27960         gdb.base/solib.exp: Fix compiler invocation process.
27961
27962         * gdb.base/callfuncs.exp, gdb.base/callfuncs2.exp: Don't xfail for
27963         HP-UX 11, turn off overload resolution explicitly.
27964         * gdb.base/commands.exp: Set argument list explicitly, add
27965         watchpoint test.
27966         * gdb.base/completion.exp: Enable if HP-UX, tweak tests to make
27967         them work.
27968         * gdb.base/constvars.exp, gdb.base/volatile.exp: Escape the
27969         expressions properly.
27970         * gdb.base/corefile.exp: Loosen the match slightly.
27971         * gdb.base/default.exp: Allow "Error accessing memory" message
27972         also.
27973         * gdb.base/display.exp: Skip over x/0 j if PA64.
27974         * gdb.base/funcargs.exp: Add xfails for HP-UX.
27975         * gdb.base/interrupt.exp: Ditto.
27976         * gdb.base/langs.exp: Add symbolic matches governed by compiler
27977         in use.
27978         * gdb.base/list.exp: Add xfails for HP-UX.
27979         * gdb.base/long_long.exp: Refine some of the numeric matches.
27980         * gdb.base/mips_pro.exp: Xfail on HP-UX.
27981         * gdb.base/miscexprs.exp: Add PA2.0 case for array size test.
27982         * gdb.base/nodebug.exp: Succeed on more varieties of output.
27983         * gdb.base/opaque.exp: Remove some HP-UX xfails.
27984         * gdb.base/ptype.exp: Succeed on more varieties of output.
27985         * gdb.base/scope.exp: Add xfails for HP-UX.
27986         * gdb.base/sect-cmd.exp: Add more cases.
27987         * gdb.base/setvar.exp: Add xfails for HP-UX.
27988         * gdb.base/shlib-call.exp: Loosen some matches slightly.
27989         * gdb.base/signals.exp: Match on void symbolically.
27990         * gdb.base/step-test.exp: Add case for PA64.
27991         * gdb.base/term.exp: Add exit and restart.
27992         * gdb.base/twice.exp: Clean up after self.
27993         * gdb.base/varargs.exp: Disable overload resolution explicitly.
27994         * gdb.base/whatis.exp: Allow more ways to pass tests.
27995
27996         * gdb.base/smoke.exp, gdb.base/smoke.c, gdb.base/smoke.cc: Remove,
27997         no longer useful.
27998
27999 Fri Jun 25 19:27:28 1999  Andrew Cagney  <cagney@b1.cygnus.com>
28000
28001         * lib/gdb.exp (proc gdb_expect_list): New procedure.  Matches a
28002         list of patterns.
28003         * gdb.base/call-ar-st.exp: Use gdb_expect_list in "print
28004         print_double_array(double_array)", "continuing to breakpoint
28005         1018", "print print_double_array(array_d)" and "continuing to
28006         1034" tests.
28007
28008 1999-06-24  Jason Molenda  (jsm@bugshack.cygnus.com)
28009
28010         * Makefile.in: Add empty html and install-html targets.
28011
28012 1999-06-24  Stan Shebs  <shebs@andros.cygnus.com>
28013
28014         * config/mt-*: Remove, these haven't been used since 1996.
28015
28016 1999-06-22  Stan Shebs  <shebs@andros.cygnus.com>
28017
28018         * gdb.base/call-strs.c, gdb.base/ending-run.c,
28019         gdb.base/step-test.c: Include stdlib.h and string.h as needed.
28020         * gdb.c++/member-ptr.exp: Skip over these tests if using G++.
28021
28022 1999-06-18  Stan Shebs  <shebs@andros.cygnus.com>
28023
28024         * gdb.c++/overload.exp: XFAIL everything if using G++, add a
28025         simpler match case for the ptype of the big class.
28026
28027 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
28028
28029         * gdb.exp: Fix test for gdb_prompt existence.
28030
28031 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
28032
28033         * gdb.exp (gdb_test): Add fail after calls to perror.
28034
28035 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
28036
28037         * gdb.exp (gdb_test): Accept variations of Undefined command messages.
28038
28039 1999-06-16  Fernando Nasser  <fnasser@totem.to.cygnus.com>
28040
28041         * gdb.exp (gdb_test): Fix anchors on gdb_expect statement.
28042
28043 Fri Jun 11 12:56:50 1999  Andrew Cagney  <cagney@b1.cygnus.com>
28044
28045         * gdb.base/call-strs.c (link_malloc): New function.  Ensure that
28046         malloc() is linked in.
28047
28048 1999-06-08  Fernando Nasser  <fnasser@totem.to.cygnus.com>
28049
28050         * gdb.base/ending-run.exp: Make sure we fail and do not timeout at
28051         step at end.
28052
28053         * gdb.base/annota1.exp: Increase match_max to prevent timeout.
28054
28055 1999-06-08  Jim Blandy  <jimb@zwingli.cygnus.com>
28056
28057         * gdb.java/jv-print.exp: New file.  (Our first Java test!)
28058
28059 Fri Jun  4 10:47:46 1999  Jeffrey A Law  (law@cygnus.com)
28060
28061         * gdb.base/a1-selftest.exp: Remove bogus hppa xfail.
28062         * gdb.base/mips_pro.exp: Likewise.
28063
28064 1999-06-02  Keith Seitz  <keiths@cygnus.com>
28065
28066         * gdb.c++/templates.cc: Change all "new" operators to throw
28067         an exception.
28068         * gdb.c++/cplusfuncs.cc: Likewise.
28069
28070         * gdb.base/Makefile.in (EXECUTABLES): Add smoke1, annota1, and annota2.
28071
28072 Wed Jun  2 17:37:05 1999  Andrew Cagney  <cagney@b1.cygnus.com>
28073
28074         * gdb.base/condbreak.exp: Use rerun_to_main to start the program.
28075         * gdb.base/ending-run.exp: When stepping out of main, accept a
28076         step into an arbitrary assembler file.
28077
28078 1999-05-20  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
28079
28080         * gdb.base/annota1.exp: Allow any number of "frames-invalid" and
28081         "breakpoint-invalid" to be printed.
28082         * gdb.base/annota2.exp: Revise line number for main
28083         breakpoint. Allow any number of "frames-invalid" and
28084         "breakpoint-invalid" to be printed.
28085         * gdb.base/annota2.cc: Initialize a.x to 0.
28086
28087 1999-05-17  Keith Seitz  <keiths@cygnus.com>
28088
28089         * gdb.base/call-ar-st.exp: Skip
28090         "print print_double_array (double_array)" when "skip_float_tests" set.
28091         Ditto for "print print_double_array(array_d)",
28092         "print print_small_structs", "print print_ten_doubles", and
28093         "step into print_long_arg_list".
28094         Don't assume we can step into "print_long_arg_list": we could step
28095         into memcpy.
28096         * gdb.base/call-rt-st.exp: Don't run float-related tests when
28097         "skip_float_tests" is set: "print print_one_double(*d1)"
28098         and "print print_two_floats(*f3)".
28099         * gdb.base/funcargs.exp: Don't run "float_and_integral_args" when
28100         "skip_float_tests" is set.
28101         * gdb.base/varargs.exp: Skip
28102         "print find_max_double(5,1.0,17.0,2.0,3.0,4.0)" when
28103         "skip_float_tests" set.
28104
28105 1999-05-06  Keith Seitz  <keiths@cygnus.com>
28106
28107         * gdb.base/annota2.cc: Include stdio.h.
28108
28109 Wed May  5 17:44:31 1999  Stan Shebs  <shebs@andros.cygnus.com>
28110
28111         * gdb.base/crossload.exp: Remove, this has been disabled ever
28112         since BFD stopped including all targets, and cross-GDB gets
28113         plenty of testing anyway.
28114         * gdb.base/i486-elf.u, gdb.base/m68k-aout.u, gdb.base/m68k-elf.u,
28115         gdb.base/sparc-aout.u, gdb.base/i860-elf.u, gdb.base/m68k-aout2.u,
28116         gdb.base/mips-ecoff.u, gdb.base/sparc-elf.u: Remove.
28117         * gdb.base/README: Remove, was doc for this.
28118         * gdb.base/Makefile.in (CROSS_EXECUTABLES): Remove, no longer
28119         needed.
28120
28121 1999-05-04  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
28122
28123         * gdb.base/call-ar-st.exp: Fix one regular expression in test
28124         output.
28125
28126         * gdb.base/annota1.exp: New file. Annotation level 2 tests.
28127         * gdb.base/annota2.exp: New file. More annotation tests.
28128         * gdb.base/annota1.c: New file. Source file for annota1.exp.
28129         * gdb.base/annota2.cc: New file. Source file for annota2.exp.
28130
28131 1999-04-23  Angela Marie Thomas <angela@cygnus.com>
28132
28133         * config/cfdbug.exp: New file.
28134
28135 1999-04-20  Jim Blandy  <jimb@zwingli.cygnus.com>
28136
28137         * gdb.c++/demangle.exp (test_gnu_style_demangling): Add tests for
28138         Marcus Daniel's and Dale Hawkins's demangler crashes.
28139
28140         * gdb.c++/demangle.exp (test_gnu_style_demangling,
28141         test_lucid_style_demangling, test_arm_style_demangling,
28142         test_hp_style_demangling): Try Tom Tromey's core-dumping
28143         identifier under each demangling style.
28144
28145 1999-04-07  Jim Blandy  <jimb@zwingli.cygnus.com>
28146
28147         * gdb.c++/demangle.exp: Include the current demangling style
28148         in all test names.
28149         (current_demangling_style): New global variable.
28150         (set_demangling_style, test_demangling_core, test_demangling,
28151         test_demangling_exact): New functions.
28152         (test_gnu_style_demangling, test_lucid_style_demangling,
28153         test_arm_style_demangling, test_hp_style_demangling): Use those,
28154         instead of calling gdb_test and gdb_test_exact directly.
28155         (catch_demangling_errors): New function, which reports errors
28156         signalled by the demangling test functions in an orderly way.
28157         (do_tests): Use catch_demangling_errors.
28158
28159 1999-04-06  Jim Blandy  <jimb@zwingli.cygnus.com>
28160
28161         * gdb.base/signals.exp (test_handle_all_print): Use () for
28162         grouping in expressions, not {}.
28163
28164         * gdb.base/smoke.exp: Test value of x, not y.  The latter isn't
28165         initialized yet.
28166
28167 1999-04-01  Stan Shebs  <shebs@andros.cygnus.com>
28168
28169         * gdb.c++/derivation.exp: Pass ptype tests if synthesized methods
28170         are listed.
28171
28172 1999-03-26  Stan Shebs  <shebs@andros.cygnus.com>
28173
28174         * gdb.stabs/weird.exp: Test for CC being defined before
28175         looking at its value.
28176
28177 1999-03-25  Stan Shebs  <shebs@andros.cygnus.com>
28178
28179         * gdb.base/call-ar-st.exp: Remove stray '#'.
28180         * gdb.base/miscexprs.exp: Allow "short" and "long" as well as
28181         "short int" and "long int".
28182         * gdb.c++/overload.cc: Cast the string added in the previous
28183         change, to mollify finicky HP compiler.
28184         * gdb.hp/reg-test.exp (testfile): Fix file name.
28185         * gdb.stabs/weird.exp: Don't try to run if HP compiler in use.
28186
28187         * gdb.c++/misc.cc (main): Initialize obj_with_enum.
28188         * gdb.c++/classes.exp: Fix test of obj_with_enum values, allow
28189         alternate form of enum ptype.
28190
28191 1999-03-23  Stan Shebs  <shebs@andros.cygnus.com>
28192
28193         * lib/gdb.exp (skip_hp_tests): Remove gcc_used argument.
28194         * gdb.hp/*.exp: Change all to run compiler probe only after
28195         passing skip_hp_tests, so as not to waste time on guaranteed
28196         failure.
28197
28198         * gdb.c++/overload.cc: Pass string instead of char addr, always
28199         init ccpfoo.
28200         * gdb.c++/templates.cc: Fix syntax error.
28201
28202 Tue Mar 23 14:56:36 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
28203
28204         * gdb.base/commands.exp: Add test for correct position of '>'
28205         when issuing the 'commands' command after a 'while' or 'if'
28206         command.
28207
28208 1999-03-18  James Ingham  <jingham@cygnus.com>
28209
28210         * gdb.c++/ovldbreak.exp: Use gdb_continue_to_end
28211
28212         * gdb.c++/method.exp: It was testing an uninitialized int on the
28213         stack and assuming it was positive.
28214
28215         * gdb.base/watchpoint.exp: Use gdb_continue_to_end.
28216
28217         * gdb.base/step-test.exp: Catch a case where finish is broken and
28218         keep it from killing the rest of the tests.
28219         Use gdb_continue_to_end.
28220
28221         * gdb.base/sigall.exp: use gdb_continue_to_end.
28222
28223         * gdb.base/ena-dis-br.exp: use gdb_continue_to_end.
28224
28225         * gdb.base/display.exp: use runto_main, not run.
28226
28227         * gdb.base/default.exp: Check for the current error message in the
28228         r abbreviation test.
28229         Add strongarm to the targets that know info float.
28230
28231         * gdb.base/condbreak.exp: Use the gdb_run command rather than just
28232         run which doesn't work with monitors.
28233
28234         * gdb.base/call-ar-st.exp: fixed bogus regexp in continuing to
28235         1034 test.
28236
28237         * gdb.base/break.exp: use the gdb_continue_to_end proc.
28238
28239         * lib/gdb.exp: I had added gdb_continue_to_end used to run to the
28240         end of a program.  Traps the case (in Cygmon) when the program
28241         never really exits.  Same as Mark's continue_to_exit, but I had
28242         put it in a lot more places, so I used my name.  Sorry Mark...
28243
28244         * config/monitor.exp (gdb_target_monitor): added another
28245         target_info parameter: remotebinarydownload.  This will set the
28246         remotebinarydownload flag if this is causing some boards trouble.
28247
28248 1999-03-18  Mark Salter  <msalter@cygnus.com>
28249
28250         * lib/gdb.exp (continue_to_exit): New function.
28251
28252         * gdb.base/ena-dis-br.exp: Clean up for remote targets.
28253         * gdb.base/ending-run.exp: Ditto.
28254         * gdb.base/step-test.exp: Ditto.
28255
28256 1999-03-16  Stan Shebs  <shebs@andros.cygnus.com>
28257
28258         * gdb.base/miscexprs.c: Clean up file, clear cbig.c[0] explicitly
28259         (suggested by Art Haas <ahaas@neosoft.com>).
28260
28261 1999-03-16  Jim Blandy  <jimb@zwingli.cygnus.com>
28262
28263         * gdb.base/signals.exp: Filter out *-*-linux* before matching *-*-gnu*.
28264
28265 Fri Mar 12 18:06:21 1999  Stan Shebs  <shebs@andros.cygnus.com>
28266
28267         * gdb.c++/ref-types.exp, ref-types2.exp: Allow alternate
28268         descriptions of types (short unsigned int vs unsigned short, etc).
28269
28270 1999-03-12  Jim Blandy  <jimb@zwingli.cygnus.com>
28271
28272         * gdb.base/call-strs.exp: Don't assume that `step' will step over
28273         a call to strlen; sometimes we do have sources.
28274
28275 1999-03-08  Jim Blandy  <jimb@zwingli.cygnus.com>
28276
28277         * gdb.base/call-ar-st.c (main): Terminate char_array with a null
28278         character, so GDB won't print garbage after its end.
28279
28280         * gdb.base/call-ar-st.exp: Don't step into sum_array_print; set a
28281         breakpoint there instead.  Sometimes GCC emits memcpy to handle
28282         the large structures being passed by value, so we step into that
28283         instead of sum_array_print, which obscures what we're really testing.
28284         * gdb.base/step-test.exp: However, we do want a test that notices
28285         the bizarre steps into memcpy, so do that here.  Add check for
28286         stepping into function calls that pass large structures by value.
28287         ("Is that a noun clause, or are you just happy to see me?")
28288         Remove all references to specific line numbers.
28289         * gdb.base/step-test.c (struct rhomboidal, large_struct_by_value):
28290         New type and function.
28291         (main): Call large_struct_by_value, passing it a large struct by value.
28292         * lib/gdb.exp (gdb_get_line_number): New function.
28293
28294         * gdb.base/step-test.exp: Rewrite `stepi' and `nexti' tests to be
28295         more portable.
28296
28297 1999-03-08  Jim Blandy  <jimb@zwingli.cygnus.com>
28298
28299         * lib/gdb.exp: Doc fixes.
28300
28301 1999-03-05  Nick Clifton  <nickc@cygnus.com>
28302
28303         * gdb.base/a2-run.exp: Add expected fails for strongarm-coff.
28304
28305 1999-03-04  Jim Blandy  <jimb@zwingli.cygnus.com>
28306
28307         * gdb.base/display.exp: Don't exercise the "detach" and "kill"
28308         commands.  They're not germane to this test, and they don't work
28309         that way on remote targets.
28310
28311 1999-03-01  James Ingham  <jingham@cygnus.com>
28312
28313         * Changelog entries merged over from gdb development branch.
28314
28315        Tue Jan  5 12:33:47 1999  Keith Seitz  <keiths@cygnus.com>
28316
28317                * lib/gdb.exp (gdbtk_analyze_results): Generic function
28318                for outputting results of test run.
28319
28320         1998-12-07  Martin M. Hunt  <hunt@cygnus.com>
28321
28322                * lib/gdb.exp (gdbtk_start): Fix path for itcl library.
28323
28324 1999-02-25  Felix Lee  <flee@cygnus.com>
28325
28326         * lib/gdb.exp (debug_format): initialize
28327
28328 1999-02-25  Jason Molenda  (jsm@bugshack.cygnus.com)
28329
28330         * gdb.base/call-ar-st.c: Include string.h, not strings.h.
28331         * gdb.base/call-rt-st.c: Ditto.
28332
28333 1999-02-13  Jim Blandy  <jimb@zwingli.cygnus.com>
28334
28335         * gdb.threads/pthreads.exp (horiz): New variable.
28336         (test_startup): Fix regexps that capture thread numbers.
28337
28338 1999-02-10  Jason Molenda  (jsm@bugshack.cygnus.com)
28339
28340         * gdb.base/smoke.exp: Disambiguate two test case names (both
28341         called ``print'').
28342
28343 Fri Feb  5 12:42:56 1999  Stan Shebs  <shebs@andros.cygnus.com>
28344
28345         * gdb.base/volatile.exp: Use gdb_test, add xfails for GCC
28346         compilation.
28347
28348 1999-02-04  Jason Molenda  (jsm@bugshack.cygnus.com)
28349
28350         * gdb.base/miscexprs.exp: Change patterns to match GDB's
28351         actual output formatting.
28352         * gdb.base/smoke.exp: GDB removes leading 0's.
28353         * gdb.base/volatile.exp: Don't check type of remuneration;
28354         that variable is no longer defined in constvars.c.
28355         * gdb.base/step-test.c (main): Exit with explicit exit code.
28356         * gdb.base/step-test.exp: Remove two nexti checks--they are
28357         not portable.
28358
28359 1999-02-04  Jason Molenda  (jsm@bugshack.cygnus.com)
28360
28361         * gdb.base/help.exp ("help delete display"): Fix test to match
28362         gdb's output.
28363
28364         * gdb.base/long_long.c (known_types): Initialize values to zero.
28365         * gdb.base/long_long.exp: Step one more line
28366         so 'dec' is initialized in "get to known place".  GDB removes
28367         leading zeros.  Explicitly ask for hex formatting.  Use
28368         unique test case names.
28369
28370 Tue Feb  2 10:16:08 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
28371
28372         * lib/gdb.exp (gdb_preprocess): Remove 'puts' statement.
28373
28374         * gdb.c++/method.exp: Add missing close brace.
28375
28376 1999-01-30  Jim Blandy  <jimb@zwingli.cygnus.com>
28377
28378         * gdb.base/maint.exp: Use 'set height 0' to disable page
28379         prompting, not 'set height 400'.
28380
28381         Fix a bunch of timeouts.
28382         * gdb.base/maint.exp ("maint print objfiles"): Break this up into
28383         four separate tests, so expect doesn't take forever to match a ton
28384         of text against a regexp with lots of .* forms.
28385         ("maint print psymbols", "maint print symbols"): Make some of
28386         these greps more selective, so that expect doesn't try to wade
28387         through huge piles of output and time out.
28388
28389         * gdb.base/maint.exp ("maint print msymbols"): Fix pattern.
28390
28391         * gdb.base/maint.exp ("maint info breakpoints"): Split into two
28392         tests: one which doesn't expect shlib events to be reported, and
28393         another which does, but is XFAIL for all platforms other than
28394         HP/UX.
28395
28396         * gdb.base/break.exp: Teach the test suite that the `catch
28397         fork', `catch vfork', and `catch exec' commands produce error
28398         messages on platforms that don't provide these features.
28399
28400 Mon Jan 25 18:35:56 1999  Stan Shebs  <shebs@andros.cygnus.com>
28401
28402         * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp,
28403         so-thresh.linkopts, so-thresh.mk: Move to gdb.hp from gdb.base
28404         (shortening names from solib_threshold.exp etc), won't run on
28405         anything but HP-UX for the foreseeable future.
28406         * gdb.hp/Makefile.in, gdb.base/Makefile.in (clean): Adjust to
28407         reflect move.
28408
28409 Thu Jan 21 15:46:49 1999  Stan Shebs  <shebs@andros.cygnus.com>
28410
28411         * gdb.base/Makefile.in, gdb.c++/Makefile.in,
28412         gdb.trace/Makefile.in (clean): Remove all test executables.
28413
28414 Tue Jan 19 17:20:09 1999  David Taylor  <taylor@texas.cygnus.com>
28415
28416         * gdb.base/shlib-call.exp: add test cases to verify that gdb
28417         successfully re-sets breakpoints in shared libraries.
28418         * gdb.base/shmain.c (main): return 0, don't fall off the end.
28419
28420 Fri Jan 15 14:04:57 1999  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
28421
28422         * gdb.hp/xdb3.exp: do not execute unless on hppa-hpux platform
28423         and compiled w/o GCC.
28424
28425         * gdb.hp/watch-cmd.exp: ditto.
28426
28427         * gdb.hp/watch-hp.exp: ditto.
28428
28429         * gdb.hp/xdb1.exp: ditto.
28430
28431         * gdb.hp/xdb2.exp: ditto.
28432
28433         * gdb.hp/dbx.exp: ditto.
28434
28435 Thu Jan 14 18:36:48 1999  Stan Shebs  <shebs@andros.cygnus.com>
28436
28437         * constvars.c: Remove C++-isms.
28438         * constvars.exp: Use gdb_test everywhere, add xfails if compiled
28439         with GCC.
28440
28441 Mon Jan 11 10:08:03 1999  David Taylor  <taylor@texas.cygnus.com>
28442
28443         The following changes are part of the HP merge.
28444
28445         * gdb.base/break.exp: new tests to verify that catchpoints for
28446         fork, vfork, and exec don't trigger inappropriately.
28447
28448         * gdb.base/opaque.exp: compile one file at a time, then link.
28449
28450         * gdb.base/signals.exp: be more restrictive about which hppa
28451         systems receive a setup_xfail.  new tests.
28452
28453         * gdb.base/solib_threshold.build: new file.
28454         * gdb.base/solib_threshold.exp: new file.
28455         * gdb.base/solib_threshold.link_opts: new file.
28456         * gdb.base/solib_threshold.mk: new file.
28457         * gdb.base/gen_solib_threshold.c: new file.
28458
28459         * gdb.c++/classes.exp: if on HPUX and not using gcc, skip the
28460         tests.  New tests for enums inside classes.
28461
28462         * gdb.c++/compiler.cc: indicate support of template debugging.
28463
28464         * gdb.c++/demangle.exp: run hp style demangling tests.
28465
28466         * gdb.c++/inherit.exp: if on HPUX and not using gcc, skip the
28467         tests.
28468
28469         * gdb.c++/misc.cc: changes to support new tests.
28470
28471         * gdb.c++/templates.cc: changes to support HP's compiler; changes
28472         to support new tests.
28473
28474         * gdb.c++/virtfunc.exp: if we are on HPUX and we are not using
28475         gcc, then skip these tests.
28476
28477 Sun Jan 10 23:44:11 1999  David Taylor  <taylor@texas.cygnus.com>
28478
28479         The following files are part of the HP merge; some had longer
28480         names at HP, but have been renamed to be no more than 14
28481         characters in length.
28482
28483         * gdb.hp/ambiguous.cc: new file.
28484         * gdb.hp/ambiguous.exp: new file.
28485         * gdb.hp/attach.exp: new file.
28486         * gdb.hp/attach2.exp: new file.
28487         * gdb.hp/classes-hp.exp: new file.
28488         * gdb.hp/ctti.exp: new file.
28489         * gdb.hp/ctti-add.cc: new file.
28490         * gdb.hp/ctti-add1.cc: new file.
28491         * gdb.hp/ctti-add2.cc: new file.
28492         * gdb.hp/ctti-add3.cc: new file.
28493         * gdb.hp/dbx.exp: new file.
28494         * gdb.hp/exception.cc: new file.
28495         * gdb.hp/exception.exp: new file.
28496         * gdb.hp/foll-exec.c: new file.
28497         * gdb.hp/foll-exec.exp: new file.
28498         * gdb.hp/foll-fork.c: new file.
28499         * gdb.hp/foll-fork.exp: new file.
28500         * gdb.hp/foll-vfork.c: new file.
28501         * gdb.hp/foll-vfork.exp: new file.
28502         * gdb.hp/inherit-hp.exp: new file.
28503         * gdb.hp/more-steps.exp: new file.
28504         * gdb.hp/namespace.cc: new file.
28505         * gdb.hp/namespace.exp: new file.
28506         * gdb.hp/optimize.exp: new file.
28507         * gdb.hp/pxdb.c: new file.
28508         * gdb.hp/pxdb.exp: new file.
28509         * gdb.hp/quicksort.exp: new file.
28510         * gdb.hp/reg-test.exp: new file.
28511         * gdb.hp/reg-test.s: new file.
28512         * gdb.hp/sized-enum.c: new file.
28513         * gdb.hp/sized-enum.exp: new file.
28514         * gdb.hp/start-stop.exp: new file.
28515         * gdb.hp/templ-hp.cc: new file.
28516         * gdb.hp/templ-hp.exp: new file.
28517         * gdb.hp/thr-lib.c: new file.
28518         * gdb.hp/thr-lib.exp: new file.
28519         * gdb.hp/thr-lib.h: new file.
28520         * gdb.hp/thr-liblib.c: new file.
28521         * gdb.hp/virtfun-hp.c: new file.
28522         * gdb.hp/virtfun-hp.exp: new file.
28523         * gdb.hp/watch-cmd.exp: new file.
28524         * gdb.hp/watch-hp.exp: new file.
28525         * gdb.hp/xdb1.exp: new file.
28526         * gdb.hp/xdb2.exp: new file.
28527         * gdb.hp/xdb3.exp: new file.
28528
28529 Wed Jan  6 18:41:15 1999  David Taylor  <taylor@texas.cygnus.com>
28530
28531         The following files are part of the HP merge; some had longer
28532         names at HP, but have been renamed to be no more than 14
28533         characters in length.
28534
28535         * gdb.base/ss.h: new file.
28536         * gdb.base/call-ar-st.c: new file.
28537         * gdb.base/call-ar-st.exp: new file.
28538         * gdb.base/call-rt-st.c: new file.
28539         * gdb.base/call-rt-st-exp: new file.
28540         * gdb.base/call-strs.exp: new file.
28541         * gdb.base/ena-dis-br.exp: new file.
28542         * gdb.base/environ.exp: new file.
28543         * gdb.base/long_long.exp: new file.
28544         * gdb.base/sect-cmd.exp: new file.
28545         * gdb.base/shlib-cl2.exp: new file.
28546         * gdb.base/smoke.exp: new file.
28547         * gdb.base/so-impl-ld.c: new file.
28548         * gdb.base/so-impl-ld.exp: new file.
28549         * gdb.base/so-indr-cl.c: new file.
28550         * gdb.base/so-indr-cl.exp: new file.
28551         * gdb.base/varargs.exp: new file.
28552         * gdb.base/volatile.exp: new file.
28553         * gdb.base/whatis-exp.exp: new file.
28554         * gdb.base/display.exp: new file.
28555         * gdb.c++/derivation.exp: new file.
28556         * gdb.c++/local.exp: new file.
28557         * gdb.c++/member-ptr.exp: new file.
28558         * gdb.c++/overload.exp: new file.
28559         * gdb.c++/ovldbreak.exp: new file.
28560         * gdb.c++/ref-types.exp: new file.
28561         * gdb.c++/ref-types2.exp: new file.
28562         * gdb.c++/userdef.exp: new file.
28563
28564 Wed Jan  6 13:50:57 1999  Stan Shebs  <shebs@andros.cygnus.com>
28565
28566         * gdb.base/default.exp: Reflect wording change in remote.c.
28567
28568 Tue Jan  5 19:14:51 1999  Michael Snyder  <msnyder@cygnus.com>
28569
28570         * gdb.base/help.exp: Update to reflect current text.
28571
28572 Tue Jan  5 13:05:32 1999  David Taylor  <taylor@texas.cygnus.com>
28573
28574         * gdb.c++/anon-union.cc: make foo and bar global, otherwise
28575         they're stack variables and contain garbage.
28576         * gdb.c++/anon-union.exp: new file.
28577
28578         The following changes were made by David Taylor
28579         <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
28580         Edith Epstein <eepstein@cygnus.com> as part of a project to merge
28581         in changes by HP.
28582
28583         * gdb.base/bitops.exp: new file.
28584         * gdb.base/default.exp: change expected messages for catch and
28585         info catch tests to reflect HP merge changes.
28586         * gdb.base/enable-disable-break.exp
28587         * gdb.base/ending-run.c: new file.
28588         * gdb.base/long_long.c: new file.
28589         * gdb.base/maint.exp: new file.
28590         * gdb.base/pointers2.exp: new file.
28591         * gdb.base/shlib-call2.exp: new file.
28592         * gdb.base/solib.exp: new file.
28593         * gdb.base/step-test.c: new file.
28594         * gdb.c++/anon-union.cc: new file.
28595         * gdb.c++/local.cc: new file.
28596         * gdb.c++/member-pointer.cc: new file.
28597         * gdb.c++/method.cc: new file.
28598         * gdb.c++/ref-types.cc: new file.
28599         * gdb.c++/ref-types2.cc: new file.
28600         * gdb.c++/userdef.cc: new file.
28601
28602         * gdb.base/scope.exp: compile one file at a time, then link.
28603         * gdb.base/langs.exp: ditto.
28604         * gdb.base/list.exp: ditto.
28605
28606 Mon Jan  4 10:06:43 1999  David Taylor  <taylor@texas.cygnus.com>
28607
28608         The following changes were made by David Taylor
28609         <taylor@cygnus.com>, Elena Zannoni <ezannoni@cygnus.com>, and
28610         Edith Epstein <eepstein@cygnus.com> as part of a project to merge
28611         in changes by HP.
28612
28613         * gdb.c++/inherit.exp: if on hppa*-*-hpux* and not using gcc,
28614         skip tests.  When compiling pass c++ flag to gdb_compile.
28615         * gdb.c++/
28616
28617         * lib/gdb.exp (get_compiler_info): new, optional argument -- args;
28618         test for on hppa*-*-hpux*; use args to see if c++ was specified.
28619         (skip_hp_tests): new function.
28620         (gdb_preprocess): new function.
28621
28622         * configure.in (hpdir): decide whether to configure gdb.hp.
28623         * configure: regenerated.
28624
28625         * gdb.base/Makefile.in (MISCELLANEOUS): new macros -- extra things
28626         to delete on clean.
28627         (EXECUTABLES): update to reflect new additions.
28628         * gdb.base/commands.exp: update message expected.
28629         * gdb.base/default.exp: add copyright notice.
28630         * gdb.base/funcargs.exp (timeout): if hpux, increase timeout.
28631         * gdb.base/help.exp: update messages to reflect current text.
28632         * gdb.base/recurse.exp: add hpppa*-*-bsd* to 'list' of enabled
28633         targets for recurse tests.
28634         * gdb.base/watchpoint.exp: if on hpux and not gcc compiled, then
28635         skip this file.
28636
28637         * gdb.c++/Makefile.in (PROGS): update to reflect new executables.
28638         * gdb.c++/cplusfuncs.exp: tell gdb_compile that it's a c++
28639         compilation.
28640         * gdb.c++/misc.exp: ditto.
28641         * gdb.c++/templates.exp: if we're on hpux and it's not gcc, don't
28642         run the tests.  tell gdb_compile that it's a c++ compilation.
28643
28644         * gdb.threads/pthreads.exp: fix typo in message.
28645
28646         * gdb.base/all-bin.exp: new file.
28647         * gdb.base/arithmet.exp: new file.
28648         * gdb.base/assign.exp: new file.
28649         * gdb.base/completion.exp: new file.
28650         * gdb.base/cond-expr.exp: new file.
28651         * gdb.base/condbreak.exp: new file.
28652         * gdb.base/define.exp: new file.
28653         * gdb.base/dollar.exp: new file.
28654         * gdb.base/environment.exp: new file.
28655         * gdb.base/eval-skip.exp: new file.
28656         * gdb.base/jump.exp: new file.
28657         * gdb.base/logical.exp: new file.
28658         * gdb.base/pointers.exp: new file.
28659         * gdb.base/relational.exp: new file.
28660         * gdb.base/section_command.exp: new file.
28661         * gdb.base/whatis-expr.exp: new file.
28662
28663         * gdb.base/all-types.c: new file.
28664         * gdb.base/call-array-struct.c: new file.
28665         * gdb.base/call-return-struct.c: new file.
28666         * gdb.base/call-strings.c: new file.
28667         * gdb.base/callfuncs2.c: new file.
28668         * gdb.base/condbreak.c: new file.
28669         * gdb.base/constvars.c: new file.
28670         * gdb.base/display.c: new file.
28671         * gdb.base/int-type.c: new file.
28672         * gdb.base/jump.c: new file.
28673         * gdb.base/miscexprs.c: new file.
28674         * gdb.base/pointers.c: new file.
28675         * gdb.base/pointers2.c: new file.
28676         * gdb.base/shmain.c: new file.
28677         * gdb.base/shr1.c: new file.
28678         * gdb.base/shr2.c: new file.
28679         * gdb.base/solib.c: new file.
28680         * gdb.base/solib1.c: new file.
28681         * gdb.base/solib2.c: new file.
28682         * gdb.base/varargs.c: new file.
28683         * gdb.c++/derivation.cc: new file.
28684         * gdb.c++/overload.cc: new file.
28685         * gdb.c++/ovldbreak.cc: new file.
28686         * gdb.hp/attach.c: new file.
28687         * gdb.hp/attach2.c: new file.
28688         * gdb.hp/average.c: new file.
28689         * gdb.hp/compiler.c: new file.
28690         * gdb.hp/compiler.cc: new file.
28691         * gdb.hp/execd-program.c: new file.
28692         * gdb.hp/follow-exec.c: new file.
28693         * gdb.hp/follow-fork.c: new file.
28694         * gdb.hp/follow-vfork-and-exec.c: new file.
28695         * gdb.hp/misc-hp.cc: new file.
28696         * gdb.hp/more-steps.c: new file.
28697         * gdb.hp/optimize.c: new file.
28698         * gdb.hp/quicksort.c: new file.
28699         * gdb.hp/run-hp.c: new file.
28700         * gdb.hp/start-stop.c: new file.
28701         * gdb.hp/sum.c: new file.
28702         * gdb.hp/templates-hp.cc: new file.
28703         * gdb.hp/thread-local-in-lib.c: new file.
28704         * gdb.hp/thread-local-in-lib.h: new file.
28705         * gdb.hp/thread-local-in-lib.lib.c: new file.
28706         * gdb.hp/vforked-program.c: new file.
28707         * gdb.hp/virtfunc-hp.cc: new file.
28708         * gdb.hp/watchpoint-hp.c: new file.
28709         * gdb.hp/xdb.c: new file.
28710         * gdb.hp/xdb0.c: new file.
28711         * gdb.hp/xdb0.h: new file.
28712         * gdb.hp/xdb1.c: new file.
28713
28714 Mon Dec 21 14:08:38 1998  David Taylor  <taylor@texas.cygnus.com>
28715
28716         The following change was made by Edith Epstein
28717         <eepstein@cygnus.com> as part of a project to merge in changes
28718         originally made by HP; HP did not create ChangeLog entries.
28719
28720         * gdb.c++/demangle.exp: changed the expected output for some
28721         ARM-style mangling -- removed second reference to datatype.
28722         For example, maint demangle __dt__11T1__pt__2_cFv
28723                      T1<char>::~T1<char>(void)
28724         becomes,
28725                      maint demangle __dt__11T1__pt__2_cFv
28726                      T1<char>::~T1(void)
28727
28728         (test_hp_style_demangling): new hp specific demangling test cases.
28729
28730 Mon Dec 14 15:07:03 1998  Jeffrey A Law  (law@cygnus.com)
28731
28732         * gdb.trace/actions.exp: Ignore compiler warnings compiling actions.c
28733         * gdb.trace/backtrace.exp: Likewise.
28734         * gdb.trace/circ.exp: Likewise.
28735         * gdb.trace/collection.exp: Likewise.
28736         * gdb.trace/deltrace.exp: Likewise.
28737         * gdb.trace/infotrace.exp: Likewise.
28738         * gdb.trace/limits.exp: Likewise.
28739         * gdb.trace/packetlen.exp: Likewise.
28740         * gdb.trace/passc-dyn.exp: Likewise.
28741         * gdb.trace/passcount.exp: Likewise.
28742         * gdb.trace/report.exp: Likewise.
28743         * gdb.trace/save-trace.exp: Likewise.
28744         * gdb.trace/tfind.exp: Likewise.
28745         * gdb.trace/tracecmd.exp: Likewise.
28746         * gdb.trace/while-dyn.exp: Likewise.
28747         * gdb.trace/while-stepping.exp: Likewise.
28748
28749 1998-12-07  Jim Blandy  <jimb@zwingli.cygnus.com>
28750
28751         * gdb.base/restore.exp, gdb.base/restore.c: New tests.
28752
28753 Wed Dec  2 20:03:53 1998  Stan Shebs  <shebs@andros.cygnus.com>
28754
28755         From Brendan Kehoe:
28756         * gdb.c++/cplusfuncs.cc, misc.cc, virtfunc.cc: Add now-required
28757         int return types.
28758
28759 Sat Oct 24 18:04:22 1998  Felix Lee  <flee@cygnus.com>
28760
28761         * config/slite.exp (gdb_load): use gdb_file_cmd, so we can do
28762         remote dos host testing right.
28763
28764 Mon Oct 19 01:31:59 1998  Felix Lee  <flee@cygnus.com>
28765
28766         * gdb.base/corefile.exp: remove some xfails.
28767
28768 Thu Oct 15 10:04:38 1998  Andrew Cagney  <cagney@b1.cygnus.com>
28769
28770         * gdb.base/reread.exp: Sleep 1 - ensures that the two executables
28771         have different timestamps.
28772
28773 Thu Oct  1 20:56:14 1998  Andrew Cagney  <cagney@b1.cygnus.com>
28774
28775         * lib/gdb.exp, gdb.base/default.exp, config/monitor.exp,
28776         gdb.base/default.exp: Replace "exec" with "executable".
28777
28778 Tue Sep 29 15:06:29 1998  Andrew Cagney  <cagney@b1.cygnus.com>
28779
28780         * gdb.base/default.exp: Change else if to elseif from previous
28781         delta.
28782
28783 Mon Sep 28 13:21:43 1998  Nick Clifton  <nickc@cygnus.com>
28784
28785         * gdb.base/default.exp: Add brace missing from previous delta.
28786
28787 Mon Sep 21 14:39:27 1998  Nick Clifton  <nickc@cygnus.com>
28788
28789         * gdb.base/default.exp: Support test for info float for all
28790         varieties of arm toolchain.
28791
28792 Fri Sep 18 14:07:44 1998  Michael Snyder  <msnyder@cygnus.com>
28793
28794         * gdb.trace/*.exp: remove "remote_download" command.
28795
28796 Wed Sep 16 11:38:21 1998  Michael Snyder  <msnyder@cygnus.com>
28797
28798         * gdb.trace/*.exp: remove -gdwarf from compile.
28799
28800 Wed Sep 16 01:23:11 1998  Felix Lee  <flee@cygnus.com>
28801
28802         * gdb.trace/configure.in(AC_INIT): typo
28803         * gdb.trace/configure: regenerated
28804
28805 Mon Sep 14 20:00:04 1998  Michael Snyder  <msnyder@cygnus.com>
28806
28807         * config/m68k-emc.exp: New file.
28808         * lib/<emc-support.exp trace-support.exp}: New files.
28809         * configure.in: add new test directory gdb.trace.
28810         * gdb.trace/{configure configure.in Makefile.in}: New files.
28811         * gdb.trace/{actions.c actions.exp gdb_c_test.c}: New files.
28812         * gdb.trace/{circ.c circ.exp limits.c limits.exp}: New files.
28813         * gdb.trace/{collection.c collection.exp tfind.exp }: New files.
28814         * gdb.trace/{backtrace.exp deltrace.exp infotrace.exp}: New files.
28815         * gdb.trace/{packetlen.exp passc-dyn.exp passcount.exp}: New files.
28816         * gdb.trace/{report.exp save-trace.exp tracecmd.exp}: New files.
28817         * gdb.trace/{while-dyn.exp while-stepping.exp}: New files.
28818
28819 Fri Sep 11 13:58:02 1998  Michael Snyder  <msnyder@cygnus.com>
28820
28821         * gdb.c++/classes.exp: Change all regular expressions to match
28822         arbitrary combinations of newline/carriage-return, so that they
28823         will work equally well on Unix and Windows.
28824         * gdb.c++/inherit.exp: ditto.
28825         * gdb.c++/virtfunc.exp: ditto.
28826
28827 1998-08-11 Dawn Perchik  <dawn@cygnus.com>
28828
28829         * gdb.base/setshow.exp: Fix error introduced by call to runto_main.
28830
28831 Fri Jul 24 15:51:34 1998  Jeffrey A Law  (law@cygnus.com)
28832
28833         * gdb.disasm/am33.s: Add tests for autoincrement instructions.
28834         * gdb.disasm/am33.exp: Run time.  Update tests which use r8-r15
28835         to use a0-a3/d0-d3 as needed.
28836
28837 Thu Jul 16 18:20:46 1998  Jeffrey A Law  (law@cygnus.com)
28838
28839         * gdb.disasm/am33.s: Add 4 operand mul and mulu tests.
28840         * gdb.disasm/am33.exp: Corresponding changes.
28841
28842 1998-07-11  Felix Lee  <flee@cygnus.com>
28843
28844         * gdb.base/callfuncs.exp: add cmp10 test.
28845         * gdb.base/callfuncs.c (cmp10): new function.
28846
28847 Thurs Jul 9 11:08:31 1998  Dawn Perchik  <dawn@cygnus.com>
28848
28849         * gdb.base/commands.exp: Break up infrun_breakpoint_command_test
28850         into two parts to get around a synchronization problem in expect.
28851
28852 Fri Jun 26 14:27:13 1998  Keith Seitz  <keiths@cygnus.com>
28853
28854         * lib/gdb.exp (gdbtk_start): Add startup for gdbtk.
28855
28856         * configure.in: Add options for gdbtk testsuite.
28857
28858         * configure: Regenerate.
28859
28860         * gdb.gdbtk: New directory to hold gdbtk tests.
28861
28862 Fri Jun 26 14:52:47 1998  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
28863
28864         * gdb.fortran/types.exp:  Escape brackets in expect patterns
28865         for test_float_literal_types_accepted tests.
28866         * gdb.base/scope.exp:  Remove extraneous newline in filelocal_bss
28867         before run test.
28868
28869 Fri Jun 26 11:12:17 1998  Jeffrey A Law  (law@cygnus.com)
28870
28871         * am33.exp: Just compile, do not link the testcase.
28872         * am33.s: Add ".am33" pseudoop to force am33 mode.
28873
28874 1998-06-25  Felix Lee  <flee@cygnus.com>
28875
28876         * gdb.base/setshow.exp: make sure $pc is sane.
28877
28878         * gdb.stabs/weird.exp: split expect patterns properly.
28879
28880 Wed Jun 24 13:03:15 1998  Jeffrey A Law  (law@cygnus.com)
28881
28882         * gdb.disasm/am33.s: New disassembler testfile for the am33.
28883         * gdb.disasm/am33.exp: Run it.
28884
28885 Tue Jun 23 11:45:01 1998  Michael Snyder  <msnyder@cygnus.com>
28886
28887         * gdb.base/funcargs.exp: simplify expect strings to ease pattern
28888         match processing (and eliminate spurious timeouts when running).
28889
28890 Fri Jun 12 17:28:22 1998  Michael Snyder  <msnyder@cygnus.com>
28891
28892         * gdb.base/signals.exp (test_handle_all_print): put back Mach
28893         exception test, but conditionalize it on target [mach | gnu].
28894
28895 Wed Jun 10 10:40:03 1998  Michael Snyder  <msnyder@cygnus.com>
28896
28897         * gdb.base/overlays.exp: fixup compile line for linker script.
28898
28899 Thu Jun  4 21:54:15 1998  Felix Lee  <flee@zog.cygnus.com>
28900
28901         * gdb.fortran/types.exp: don't guess at float size.
28902
28903 Thu May 21 02:28:37 1998  Felix Lee  <flee@zog.cygnus.com>
28904
28905         * gdb.base/exprs.exp: delete test that depends on int size.
28906
28907 Sun May 17 17:10:22 1998  Bob Manson  <manson@charmed.cygnus.com>
28908
28909         * config/sim.exp: Removed checks for target triplets.
28910         (gdb_target_sim): Use gdb,target_sim_options.
28911
28912 Sat May 16 23:43:35 1998  Mark Alexander  <marka@cygnus.com>
28913
28914         * gdb.base/reread.exp: New file.
28915         * gdb.base/reread1.c: New file.
28916         * gdb.base/reread2.c: New file.
28917
28918 Sat May 16 23:22:09 1998  Mark Alexander  <marka@cygnus.com>
28919
28920         * config/sim.exp: Use 'target sim -sparclite' when running
28921         SPARClite programs.
28922
28923 Sat May 16 18:48:08 1998  Doug Evans  <devans@canuck.cygnus.com>
28924
28925         * gdb.base/structs2.exp: New file.
28926         * gdb.base/structs2.c: New file.
28927
28928 Wed May 13 13:36:14 1998  Doug Evans  <devans@canuck.cygnus.com>
28929
28930         * gdb.asm/common.inc: New file.
28931         * gdb.asm/d10v.inc: New file.
28932         * asm-source.exp: Pass -I's to gas to find .inc files.
28933         Update line numbers in expected output.
28934         * asmsrc1.s: Rewrite.
28935         * asmsrc2.s: Rewrite.
28936         * configure.in: Create arch.inc symlink.
28937         * configure: Regenerate.
28938         * Makefile.in (distclean): Delete arch.inc.
28939
28940 Wed May  6 10:30:54 1998  John Metzler  <jmetzler@cygnus.com>
28941
28942         *  callfuncs.c (t_enum_value1) : Cleanup return value warnings
28943         (t_enum_value2): ditto
28944         (t_enum_value3): ditto
28945         (main): ditto
28946 Fri May  1 09:33:37 1998  Peter Schauer  <pes@regent.e-technik.tu-muenchen.de>
28947
28948         * gdb.base/break.exp:  Remove xfail for `deleting all breakpoints
28949         when none' unexpected prompt case, fixed by breakpoint.c:delete_command
28950         change.
28951         Use gdb_test instead of send_gdb/gdb_expect sequences.
28952
28953 Thu Apr 23 12:56:19 1998  Jason Molenda  (crash@bugshack.cygnus.com)
28954
28955         * gdb.c++/virtfunc.cc: Declare extern "C" printf to return int,
28956         not void.
28957
28958 Thu Apr 16 10:52:34 1998  John Metzler  <jmetzler@cygnus.com>
28959
28960         * gdb.base/branches.c: Code with lots of loops and
28961         subroutines. Used to test gdbs ability to single step through PC
28962         changes, especially to test mips-tdep.c:mips_next_pc
28963
28964 Mon Apr 13 22:32:51 1998 Frank Ch. Eigler <fche@cygnus.com>
28965
28966         * gdb.c++/virtfunc.cc: Make extern "C" printf declaration pass
28967         more rigorous EGCS C++ error checking.
28968
28969 Fri Apr 10 22:38:12 1998 Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
28970
28971         * gdb.base/help.exp:  Clean up `help set args' and `help show args'
28972         tests.
28973         * gdb.base/interrupt.exp:  Add "i*86-*-solaris2*" xfail for calling
28974         function when asleep.
28975         * gdb.base/signals.exp:  Add "i*86-*-solaris2*" xfails. Add comment
28976         for i*86 Linux and SVR4 signal handling problems.
28977         Remove linux xfail for `next to handler in signals_tests_1', fixed
28978         by recent infrun.c change.
28979         Limit backtrace to 10 frames to avoid timeout problems with infinite
28980         stack backtraces.
28981         Adjust expect pattern in `handle all print' test to match Apr 28 1997
28982         target.[ch] change.
28983
28984 Tue Mar 31 00:40:32 1998  Bob Manson  <manson@charmed.cygnus.com>
28985
28986         * lib/gdb.exp(gdb_test): Send multiline commands one at a time; wait
28987         for a newline from gdb before continuing.
28988         (default_gdb_exit): Just look for y or n.
28989         (gdb_test): Detect abnormal exit from GDB running on DOS; if
28990         it does, fail the rests of the tests in the file.
28991
28992 Tue Mar 24 22:44:52 1998  Bob Manson  <manson@charmed.cygnus.com>
28993
28994         * config/cygmon.exp: New file.
28995
28996 Mon Mar 16 21:39:11 1998  Bob Manson  <manson@charmed.cygnus.com>
28997
28998         * gdb.base/list.exp: Fix problem with "list default lines around
28999         main" test on remote targets.
29000
29001         * gdb.base/scope.exp: Fix problem with filelocal_bss before
29002         run test on remote targets.
29003
29004 Thu Mar 12 16:23:00 1998  Doug Evans  <devans@canuck.cygnus.com>
29005
29006         * gdb.asm: New directory.
29007         * configure.in: Configure it.
29008         * configure: Regenerate.
29009         * gdb.asm/{Makefile.in,configure.in,configure}: New files.
29010         * gdb.asm/{asm-source.exp,asmsrc1.s,asmsrc2.s}: New files.
29011
29012 Mon Feb 23 08:22:44 1998  Mark Alexander  <marka@cygnus.com>
29013
29014         * config/mn10300-eval.exp: New file to support MN10300 eval board.
29015
29016 Wed Feb 18 16:43:46 1998  Michael Snyder  (msnyder@cygnus.com)
29017
29018         * gdb.base/overlays (several files): Merge the two overlay
29019         managers into one.  Change variables (foox, barx, bazx, grbxx)
29020         back into ints but force them to load in their proper sections.
29021
29022 Thu Feb 12 13:49:30 1998  Andrew Cagney  <cagney@b1.cygnus.com>
29023
29024         * gdb.base/d10vovly.c (D10VTranslate): Map IMAP0 to low 128k of
29025         on-chip insn memory and IMAP1 to upper 128k.
29026         (D10VCopy): Handle memory regions crossing 16k boundaries.
29027         (D10VCopy): Transfer data in 32 bit chunks.
29028
29029 Tue Feb 10 17:23:22 1998  Andrew Cagney  <cagney@b1.cygnus.com>
29030
29031         * gdb.base/overlays.c (main): Exit normally when result is
29032         correct.
29033
29034         * gdb.base/d10v.ld: Update LMAs to reflect current d10v address
29035         map.  Include space for printf in .text segment.
29036
29037         * gdb.base/d10vovly.c (D10VTranslate): New function, handle
29038         updated d10v memory VMA/LMA map.
29039         (D10VCopy): Call D10VTranslate.
29040
29041 Fri Feb  6 14:13:12 1998  Andrew Cagney  <cagney@b1.cygnus.com>
29042
29043         * gdb.base/m32rovly.c: Force variable _novlys into .data section.
29044
29045         * gdb.base/bar.c (barx, bar): Change variable to small array so
29046         that it won't be put into the .sdata - small data -
29047         section. Update reference.
29048         * gdb.base/baz.c (bazx, baz): Ditto.
29049         * gdb.base/foo.c (foox, foo): Ditto.
29050         * gdb.base/grbx.c (grbxx, grbx): Ditto.
29051
29052         * gdb.base/overlays.exp: Expect variables barx, bazx, foox, grbxx
29053         to be arrays.
29054
29055 Thu Jan 29 14:48:19 1998  Michael Snyder  (msnyder@cygnus.com)
29056
29057         * gdb.base/overlays.exp: fix up and get working again.
29058         Add tests for backtraces from an overlay function.
29059
29060 Fri Jan 23 07:52:45 1998  Fred Fish  <fnf@cygnus.com>
29061
29062         * gdb.base/watchpoint.exp: Set "d10v*-*-*" clear_xfail for
29063         "calling function with watchpoint enabled".
29064
29065 Thu Jan 22 14:23:29 1998  Fred Fish  <fnf@cygnus.com>
29066
29067         * gdb.base/break.exp (test_next_with_recursion): Remove
29068         gdb_suppress_tests for d10v-*-*.
29069         * lib/gdb.exp (gdb_suppress_tests): Disable this function
29070         pending review of whether it is useful or not.
29071
29072 Tue Jan 20 13:02:09 1998  Mark Alexander  <marka@cygnus.com>
29073
29074         * gdb.base/funcargs.exp: Increase timeout for slow TX39 boards.
29075
29076 Mon Jan 19 08:53:04 1998  Mark Alexander  <marka@cygnus.com>
29077
29078         * gdb.base/break.exp: Increase timeout for slow TX39 boards.
29079         * config/dve.exp: New file to support Densan boards.
29080
29081 Mon Dec 15 22:38:05 1997  Andrew Cagney  <cagney@b1.cygnus.com>
29082
29083         * gdb.base/interrupt.exp: Document problem of simulators, signals,
29084         reads and BSD.
29085
29086 Wed Nov 26 22:29:18 1997  Bob Manson  <manson@charmed.cygnus.com>
29087
29088         * config/monitor.exp: Be a bit less picky about the "Remote debugging"
29089         response.
29090
29091         * gdb.c++/misc.exp: Call runto_main instead of doint it manually.
29092
29093 Tue Nov 25 12:46:36 1997  Andrew Cagney  <cagney@b1.cygnus.com>
29094
29095         * gdb.base/mips_pro.exp: Add "mips64*-*-elf" xfail for backtrace
29096         test.
29097
29098         * gdb.base/funcargs.exp: Query GDB for target_sizeof_int,
29099         target_sizeof_long and target_bigendian_p.
29100         (structs_by_value, structs_by_reference): Check values according
29101         to targets word size and endianess.
29102
29103 Mon Nov 24 16:37:06 1997  Andrew Cagney  <cagney@b1.cygnus.com>
29104
29105         * gdb.base/langs.exp: For "continue to exit" ignore any trailing
29106         output.
29107
29108 Fri Oct 17 13:24:43 1997  Stan Shebs  <shebs@andros.cygnus.com>
29109
29110         * gdb.base/default.exp, gdb.base/help.exp, gdb.base/setshow.exp:
29111         Update test of set args help to match source change.
29112
29113 Fri Sep 26 17:36:20 1997  Jason Molenda  (crash@pern.cygnus.com)
29114
29115         * gdb.base/default.exp: Expect help system output to be in
29116         alphabetical order.
29117         * gdb.base/help.exp: Ditto.
29118
29119 Wed Sep 24 13:08:14 1997  Bob Manson  <manson@charmed.cygnus.com>
29120
29121         * gdb.base/signals.exp: Change "i*86-pc-linux-gnu" to
29122         "i*86-pc-linux-gnu*".
29123         * gdb.base/interrupt.exp: Ditto.
29124         * gdb.base/corefile.exp: Ditto.
29125
29126         * lib/gdb.exp(gdb_compile): If is_vxworks target feature is set,
29127         define vxworks when building the testcase.
29128
29129         * gdb.base/ptype.exp: Fix testnames to be unique.
29130         * gdb.base/radix.exp: Ditto.
29131         * gdb.base/term.exp: Ditto.
29132         * gdb.base/whatis.exp: Ditto.
29133         * gdb.c++/classes.exp: Ditto.
29134
29135 Tue Sep 16 22:21:48 1997  Bob Manson  <manson@charmed.cygnus.com>
29136
29137         * gdb.base/callfuncs.exp: Fix indentation.
29138
29139         * lib/gdb.exp(gdb_expect): Set remote_suppress_flag if
29140         suppress_flag has been set.
29141         (gdb_step_for_stub): Check for gdb,use_breakpoint_for_stub
29142         target feature.
29143
29144 Mon Sep 15 15:43:17 1997  Bob Manson  <manson@charmed.cygnus.com>
29145
29146         * gdb.stabs/weird.exp: Don't start gdb 'til after we've compiled
29147         the testcase.
29148
29149         * gdb.c++/cplusfuncs.cc(main): Add extern "C" declaration for
29150         set_debug_traps() and breakpoint().
29151         * gdb.c++/misc.cc (main): Ditto.
29152         * gdb.c++/templates.cc (main): Ditto.
29153         * gdb.c++/virtfunc.cc (main): Ditto.
29154
29155 Fri Sep 12 16:56:38 1997  Bob Manson  <manson@charmed.cygnus.com>
29156
29157         * lib/gdb.exp(gdb_step_for_stub): New function.
29158         (gdb_run_cmd): Look for gdb,do_reload_on_run target feature--if it
29159         exists, reload the executable and do a "continue" instead of
29160         doing a jump.
29161         (runto_main): Use gdb_step_for_stub.
29162
29163         * gdb.base/break.exp: Use gdb_step_for_stub. Also, rename certain
29164         tests to have unique names.
29165         * gdb.base/callfuncs.exp: Ditto.
29166         * gdb.base/commands.exp: Ditto.
29167         * gdb.base/default.exp: Ditto.
29168         * gdb.base/help.exp: Ditto.
29169         * gdb.base/list.exp: Ditto.
29170         * gdb.base/opaque.exp: Ditto.
29171         * gdb.base/printcmds.exp: Ditto. Use a loop to emit multiple
29172         similar tests.
29173
29174         * gdb.base/setshow.c: Add set_debug_traps/breakpoint calls.
29175         * gdb.c++/cplusfuncs.cc: Ditto.
29176         * gdb.c++/virtfunc.cc: Ditto.
29177
29178         * config/monitor.exp: Keep track of the last file we saw, rather
29179         than trying to get the info from gdb.
29180
29181         * gdb.fortran/types.exp: Move comment to previous line.
29182
29183 Tue Sep  2 19:55:34 1997  Bob Manson  <manson@charmed.cygnus.com>
29184
29185         * config/sparclet.exp: Detect gratuitous change to sparclet gdb
29186         target mode.
29187
29188 Mon Jul 28 12:14:47 1997  Stan Shebs  <shebs@andros.cygnus.com>
29189
29190         From Bob Manson:
29191         * config/monitor.exp (gdb_target_monitor): Look for "Connected to"
29192         string from GDB when it connects.
29193
29194         * lib/gdb.exp: Look for $TOOL_EXECUTABLE.
29195
29196 Thu Jul  3 15:35:12 1997  Bob Manson  <manson@charmed.cygnus.com>
29197
29198         * lib/gdb.exp(get_debug_format): Don't cause the testsuite to fail
29199         if we can't get a debug format from GDB (we may be testing an
29200         older GDB). Use a 10 second timeout when checking for the format.
29201
29202         * gdb.stabs/weird.exp: Fix quoting.
29203
29204         * config/sparclet.exp: Renamed sparclet-loader.c to stub-loader.c.
29205
29206 Mon Jun 30 18:31:43 1997  Bob Manson  <manson@charmed.cygnus.com>
29207
29208         * config/arm-ice.exp: New file.
29209
29210 Sun Jun 29 16:43:30 1997  Bob Manson  <manson@charmed.cygnus.com>
29211
29212         * gdb.base/overlays.exp: Preliminary fixes; temporarily disabled
29213         until it has been modified to work with the new testsuite.
29214
29215         * gdb.*/*.exp: Instead of causing 1 unresolved test when the
29216         testcase won't compile, cause all of the testcases in the file to
29217         fail instead.
29218
29219         * lib/gdb.exp(gdb_suppress_entire_file): New procedure.
29220         (gdb_clear_suppressed): New procedure.
29221         (gdb_stop_suppressing_tests): Only clear suppress_flag if
29222         it contains a positive value.
29223
29224 Sat Jun 28 13:31:11 1997  Bob Manson  <manson@charmed.cygnus.com>
29225
29226         * lib/gdb.exp(default_gdb_start): Use gdb_opts host feature.
29227
29228         * gdb.c++/virtfunc.exp: Remove setting of libs variable.
29229
29230 Fri Jun 27 07:44:25 1997  Fred Fish  <fnf@cygnus.com>
29231
29232         * lib/gdb.exp (setup_xfail_format): New function.
29233         (get_debug_format): New function to get debug format.
29234         (debug_format): New global variable to hold last value set
29235         by get_debug_format.
29236         * gdb.base/list.exp: Call get_debug_format and expect some
29237         tests to fail for DWARF 1 and COFF formats.
29238         * gdb.c++/ptype.exp: Ditto.
29239         * gdb.c++/classes.exp: Ditto.
29240         * gdb.c++/cplusfuncs.exp: Ditto.
29241         * gdb.c++/inherit.exp: Ditto.
29242         * gdb.c++/templates.exp: Ditto.
29243         * gdb.c++/virtfunc.exp: Ditto.
29244
29245 Wed Jun 25 09:08:51 1997  Bob Manson  <manson@charmed.cygnus.com>
29246
29247         * lib/gdb.exp(default_gdb_exit): Don't give an error if the remote
29248         host doesn't have a currently-open connection.
29249
29250         * config/sparclet.exp: Cleanups and fixes to make it generic for
29251         any gdb stub target. Handle cases where gdb doesn't respond when
29252         interrupted in a sane fashion.
29253
29254         * config/m32r-stub.exp: Load sparclet.exp instead of trying to do the
29255         same thing in a totally different way.
29256
29257         * config/monitor.exp: Pass in timeouts to gdb_expect instead of
29258         setting "timeout".
29259         (gdb_start): We set the global gdb_prompt variable in
29260         default_gdb_init now.
29261
29262 Sun Jun 22 09:11:02 1997  Fred Fish  <fnf@cygnus.com>
29263
29264         * gdb.base/printcmds.exp: Fix "check for floating addition"
29265         regexp to accept results within approx +/- .01 of exact value.
29266         * lib/gdb.exp (gdb_test): Remove unused expect_out global decl.
29267
29268 Wed Jun 18 11:11:39 1997  Bob Manson  <manson@charmed.cygnus.com>
29269
29270         * lib/gdb.exp(gdb_init): Pass our arguments to default_gdb_init
29271         properly.
29272         (gdb_expect): Add optional timeout parameter, and add timeout
29273         value to various calls.
29274         (gdb_suppress_tests): Only give one warning message per group.
29275
29276 Tue Jun 17 13:10:10 1997  Bob Manson  <manson@charmed.cygnus.com>
29277
29278         * lib/gdb.exp(gdb_expect): Declare errorInfo and errorCode as
29279         global variables. Handle getting a value for $timeout more
29280         gracefully.
29281
29282 Sat Jun 14 09:23:26 1997  Bob Manson  <manson@charmed.cygnus.com>
29283
29284         * lib/gdb.exp: Close connection to remote host if gdb doesn't
29285         initialize.
29286         (default_gdb_init): New procedure; allow gdb_init to be overridden
29287         by a target configuration file.
29288         (gdb_expect): Pass the timeout to remote_expect.
29289
29290         * config/monitor.exp(gdb_load): Fix typo in regexp.
29291
29292 Thu Jun 12 20:57:12 1997  Bob Manson  <manson@charmed.cygnus.com>
29293
29294         * gdb.base/funcargs.exp: Remove spurious suppress tests call.
29295
29296 Tue Jun  3 15:20:20 1997  Bob Manson  <manson@charmed.cygnus.com>
29297
29298         * config/monitor.exp(gdb_target_monitor): Call gdb_file_cmd
29299         here. Call gdb_target_exec before rebooting the target, to make
29300         sure the connection to the target is closed.
29301         (gdb_load): Pass the name of the executable to gdb_target_monitor.
29302         Don't call gdb_file_cmd here; let gdb_target_monitor do it.
29303         Also detect "Timeout reading from remote" error.
29304
29305         * config/gdbserver.exp: Pass the executable being loaded to
29306         gdb_target_monitor. Don't call gdb_file_cmd here; let
29307         gdb_target_monitor do it.
29308
29309         * gdb.disasm/hppa.exp: Don't use exec_output.
29310
29311 Fri May 23 13:28:29 1997  Bob Manson  <manson@charmed.cygnus.com>
29312
29313         * gdb.base/list.exp: If we're debugging a non-native target,
29314         try to set the pc register to point to the start of the
29315         program before doing the first list command.
29316
29317         * gdb.c++/virtfunc.exp(gdb_virtfunc_restart): Make sure we run
29318         test_calls after restarting.
29319
29320         * lib/gdb.exp(gdb_run_cmd): Send jump command again after
29321         reloading.
29322
29323         * gdb.base/watchpoint.exp: Fix typo.
29324
29325         * gdb.base/setshow.exp: Check for use_gdb_stub.
29326
29327         * gdb.base/break.exp: Fix continue until exit test for the gdb
29328         stub case.
29329         * gdb.base/langs.exp: Ditto.
29330
29331         * config/monitor.exp(gdb_load): Handle gdb_sect_offset and
29332         gdb_load_offset. If we weren't given a file to load, figure out
29333         what the current file is and use it.
29334
29335         * config/i386-bozo.exp: New file.
29336
29337 Thu May 22 18:51:32 1997  Bob Manson  <manson@charmed.cygnus.com>
29338
29339         * lib/gdb.exp(gdb_expect): Look for gdb,timeout target
29340         feature.
29341
29342         * config/proelf.exp: New entry.
29343
29344 Wed May 21 21:23:16 1997  Bob Manson  <manson@charmed.cygnus.com>
29345
29346         * lib/gdb.exp: Remove spurious .* patterns at the beginning
29347         of regexps.
29348
29349         * gdb.base/watchpoint.exp: Don't run the test_stepping
29350         tests if gdb can't call functions on the target.
29351
29352         * gdb.base/setshow.exp: Don't run the set prompt tests if
29353         the board has gdb_prompt set.
29354
29355 Tue May 20 08:58:49 1997  Jeffrey A Law  (law@cygnus.com)
29356
29357         * gdb.base/a2-run.exp: Change "gdb,noargs" to just "noargs".
29358         * gdb.base/commands.exp: Likewise.
29359         * gdb.base/setshow.exp: Likewise.
29360
29361 Mon May 19 15:37:50 1997  Bob Manson  <manson@charmed.cygnus.com>
29362
29363         * config/monitor.exp(gdb_start): Look for gdb_prompt target
29364         feature.
29365
29366         * config/i960.exp: New file.
29367
29368 Thu May  1 18:01:50 1997  Bob Manson  <manson@charmed.cygnus.com>
29369
29370         * gdb.base/funcargs.exp: Check for gdb,short_int target
29371         feature instead of looking for explicit target triplets.
29372
29373 Mon Apr 28 17:27:40 1997  Michael Snyder  <msnyder@cygnus.com>
29374
29375         * gdb.base/printcmds.exp: add a couple more tests a la
29376         "p 123DEADBEEF", to check parse_number.
29377         * top.c: change "to enable to enable" to "to enable" in a couple
29378         of help strings.
29379
29380 Thu Apr 24 14:38:18 1997  Jeffrey A Law  (law@cygnus.com)
29381
29382         * gdb.base/callfuncs.exp: Mark some tests as expected to fail
29383         on the mn10300.
29384
29385 Mon Apr 21 15:05:42 1997  Fred Fish  <fnf@cygnus.com>
29386
29387         * gdb.base/a2-run.exp: Add arm-*-coff setup_xfails for cases
29388         where the test executable is run with explicit args.
29389         * gdb.base/default.exp: Handle arm-*-coff case for "info float".
29390
29391 Mon Apr 21 13:38:58 1997  Fred Fish  <fnf@cygnus.com>
29392
29393         * gdb.base/run.c: Use FAKEARGV to build test executable that
29394         does not require a command line arg, since most simulators
29395         don't currently support passing such an arg into the simulated
29396         program.
29397         * gdb.base/commands.exp: Change tests to insert the proper
29398         value as the arg to the first recursive factorial call.  Change
29399         compilation line to define FAKEARGV at compile time.
29400
29401 Wed Apr  9 11:12:36 1997  Jeffrey A Law  (law@cygnus.com)
29402
29403         * gdb.base/recurse.exp: Enable these tests for the mn10300.
29404         * gdb.base/watchpoint.exp: Don't expect a failure for an "calling
29405         function with watchpoint enabled" test.
29406
29407 Tue Apr  8 19:33:20 1997  Bob Manson  <manson@charmed.cygnus.com>
29408
29409         * gdb.base/watchpoint.exp(test_watchpoint_triggered_in_syscall):
29410         Don't call gdb_test when the command doesn't return to a gdb prompt.
29411
29412         * lib/gdb.exp(gdb_stop_suppressing_tests): Don't print gratuitous
29413         "Tests restarted" messages.
29414
29415 Tue Apr  8 16:38:46 1997  Jeffrey A Law  (law@cygnus.com)
29416
29417         * gdb.disasm/mn10300.exp: Fix buglets in "other" tests.
29418
29419 Thu Apr  3 15:21:26 1997  Michael Snyder  <msnyder@cygnus.com>
29420
29421         * gdb.base/help.exp: update help msg for INFO ADDR; add help test
29422         for INFO SYMBOL; add help tests for OVERLAY commands.
29423         * gdb.base/default.exp: add tests for INFO SYMBOL command;
29424         add tests for OVERLAY commands
29425         * gdb.base/overlays.c overlays.exp foo.c bar.c baz.c grbx.c ovlymgr.h
29426         d10v.ld m32r.ld d10vovly.c m32rovly.c: add test case for overlays.
29427         * gdb.base/sigall.c: add usestubs code frag
29428         * gdb.base/watchpoint.exp: turn on complex watchpoint test for M32R.
29429
29430 Thu Apr  3 09:38:53 1997  Bob Manson  <manson@charmed.cygnus.com>
29431
29432         * lib/gdb.exp(gdb_suppress_tests): Add explanation for subsequent
29433         failures.
29434         (gdb_stop_suppressing_tests): Note that tests have restarted.
29435
29436 Wed Apr  2 19:04:20 1997  Bob Manson  <manson@charmed.cygnus.com>
29437
29438         * config/h8300.exp: New file.
29439
29440 Sun Mar 30 13:38:25 1997  Bob Manson  <manson@charmed.cygnus.com>
29441
29442         * gdb.base/setshow.exp: Check for the existence of a
29443         feature, not its value.
29444
29445 Sat Mar 29 11:19:46 1997  Bob Manson  <manson@charmed.cygnus.com>
29446
29447         * gdb.c++/virtfunc.exp: Restart gdb in a sane fashion.
29448
29449         * gdb.base/scope.exp: It's now init0(), not init().
29450
29451         * gdb.base/scope0.c: For now, change init() to be init0().
29452
29453         * config/monitor.exp: Use gdb_serial in preference to serial
29454         or netport.
29455
29456         * lib/gdb.exp: Set GDB to [transform gdb] if we're using a remote host
29457         and it's not already set.
29458
29459 Fri Mar 28 19:54:18 1997  Bob Manson  <manson@charmed.cygnus.com>
29460
29461         * gdb.base/setshow.exp: Only test the run command if the target
29462         isn't using a stub and if it supports argument passing.
29463
29464 Sat Mar 22 19:50:25 1997  Bob Manson  <manson@charmed.cygnus.com>
29465
29466         * config/udi.exp(gdb_start): Make sure UDICONF is set
29467         properly before starting gdb.
29468
29469 Mon Mar 24 14:40:33 1997  Jeffrey A Law  (law@cygnus.com)
29470
29471         * gdb.disasm/mn10300.s: New test file for mn10300 disassembler.
29472         * gdb.disasm/mn10300.exp: Run mn10300 disassembler tests.
29473         * gdb.disasm/Makefile.in: Remove "mn10300" when cleaning.
29474
29475 Tue Mar 11 11:42:58 1997  Bob Manson  <manson@charmed.cygnus.com>
29476
29477         * config/vx.exp: Use remote_ld, not vxworks_ld. Don't use
29478         specialized code to reboot the board, use remote_reboot instead.
29479
29480         * config/vxworks29k.exp: Use vx.exp, not vx-gdb.exp.
29481
29482         * lib/gdb.exp: Add GDB_TESTCASE_OPTIONS.
29483
29484         * config/monitor.exp: Make sure we disconnect from the target.
29485         Also, try a reboot/reload cycle instead of failing if the
29486         load fails.
29487
29488 Fri Mar  7 13:48:30 1997  Bob Manson  <manson@charmed.cygnus.com>
29489
29490         * gdb.base/default.exp: Don't set match_max.
29491         * gdb.base/help.exp: Ditto.
29492         * gdb.base/list.exp: Ditto.
29493         * gdb.base/signals.exp: Ditto.
29494
29495         * config/monitor.exp(gdb_load): If gdb,use_standard_load is
29496         set, use remote_ld to download the testcase instead of
29497         the GDB loader.
29498
29499 Wed Mar  5 00:00:43 1997  Bob Manson  <manson@charmed.cygnus.com>
29500
29501         * config/vr5000.exp: New file.
29502
29503         * config/monitor.exp(gdb_target_monitor): Add pattern for
29504         "Ending remote" to detect errors in connecting.
29505
29506         * gdb.base/setshow.exp: Add .* within auto language test.
29507
29508         * lib/gdb.exp(gdb_run_cmd): Add check for gdb_init_command
29509         target feature.
29510
29511         * config/monitor.exp(gdb_load): Check for a failure when loading,
29512         and reboot the board if necessary.
29513
29514         * gdb.base/setvar.exp(test_set): Handle multiple prints within
29515         a set of tests. Remove print.* from the patterns being checked.
29516
29517 Mon Mar  3 11:57:43 1997  Bob Manson  <manson@charmed.cygnus.com>
29518
29519         * gdb.base/a1-selftest.exp: Use send_gdb consistently. Don't
29520         refer to gdb_spawn_id.
29521
29522         * config/m32r-stub.exp: Remove references to gdb_spawn_id, no
29523         longer used.
29524         * config/sparclet.exp: Ditto.
29525         * config/sparclet-old.exp: Ditto.
29526         * config/slite.exp: Ditto.
29527         * config/sim.exp: Ditto.
29528         * gdb.base/funcargs.exp: Ditto.
29529
29530         * lib/gdb.exp:Remove references to gdb_spawn_id.
29531         (gdb_expect): Move to remote.exp.
29532
29533 Fri Feb 28 20:47:39 1997  Bob Manson  <manson@charmed.cygnus.com>
29534
29535         * config/monitor.exp: Detect the "Couldn't establish connection"
29536         message from GDB.
29537
29538 Tue Feb 25 14:08:55 1997  Bob Manson  <manson@charmed.cygnus.com>
29539
29540         * gdb.base/bitfields.exp: Use runto instead of explicit
29541         gdb_run_cmd/gdb_expect sequences.
29542
29543         * gdb.base/break.exp(text_next_with_recursion): Add match for
29544         gdb_expect call.
29545
29546         * config/monitor.exp(gdb_target_monitor): Calling exit loses big.
29547         We also need to handle the "A program is being debugged already"
29548         prompt from gdb. Use gdb_test to set the baud rate.
29549
29550         * lib/gdb.exp(gdb_init): Increase the default expect buffer size
29551         to 20000. Really. I mean it.
29552
29553 Mon Feb 24 13:23:26 1997  Bob Manson  <manson@charmed.cygnus.com>
29554
29555         * lib/gdb.exp(gdb_test): Generate a FAIL message when send_gdb
29556         fails. If suppress_flag is set, skip perror message about not
29557         being able to send to GDB.
29558         (send_gdb): If suppress_flag is set, don't try to send commands to
29559         GDB.
29560         (gdb_expect): If suppress_flag is set, always fail immediately.
29561         (gdb_suppress_tests, gdb_stop_suppressing_tests): New functions.
29562         (gdb_init): Call gdb_stop_suppressing_tests.
29563         (default_gdb_exit): Ditto.
29564         (default_gdb_start): Ditto.
29565
29566         * gdb.base/bitfields.exp: Call gdb_suppress_tests and
29567         gdb_stop_suppressing_tests as appropriate.
29568         * gdb.base/break.exp: Ditto.
29569         * gdb.base/callfuncs.exp: Ditto.
29570         * gdb.base/commands.exp: Ditto.
29571         * gdb.base/exprs.exp: Ditto.
29572         * gdb.base/funcargs.exp: Ditto.
29573         * gdb.base/list.exp: Ditto.
29574         * gdb.base/recurse.exp: Ditto.
29575         * gdb.base/scope.exp:  Ditto.
29576         * gdb.base/structs.exp: Ditto.
29577         * gdb.c++/inherit.exp: Ditto.
29578
29579 Sun Feb 23 19:56:02 1997  Bob Manson  <manson@charmed.cygnus.com>
29580
29581         * config/vr4300.exp: New file.
29582
29583         * gdb.*/*.exp: Call gdb_expect instead of expect.
29584
29585         * lib/gdb.exp(gdb_expect): New function.
29586
29587 Thu Feb 20 13:57:01 1997  Bob Manson  <manson@charmed.cygnus.com>
29588
29589         * lib/gdb.exp(gdb_init): New function.
29590
29591         * gdb.base/setvar.exp(test_set): Don't bother printing a PASS/FAIL
29592         for each individual variable set.
29593
29594         * gdb.base/exprs.exp(test_expr): Make sure each test gets a unique
29595         name.
29596
29597         * gdb.base/help.exp: Fix the syntax of a few gdb_test calls.
29598
29599         * gdb.base/scope.exp: Use gdb_test.
29600
29601         * gdb.base/ptype.exp: Don't call "gdb_exit; gdb_start" if we're
29602         aborting; the testsuite driver will do that for us (see
29603         gdb_finish). Also, use gdb_test in a few more places.
29604
29605 Thu Feb 20 13:32:24 1997  Stan Shebs  <shebs@andros.cygnus.com>
29606
29607         * gdb.base/help.exp: Fix syntax of "help info all-registers" test.
29608
29609 Thu Feb 20 10:34:21 1997  Jeffrey A Law  (law@cygnus.com)
29610
29611         * gdb.disasm/mn10200.s: Add "nop" after "main" so that "main"
29612         and "add_tests" are not at the same address.
29613
29614 Fri Feb 14 18:47:23 1997  Bob Manson  <manson@charmed.cygnus.com>
29615
29616         * gdb.base/ptype.exp: Use gdb_test.
29617
29618 Thu Feb 13 16:09:36 1997  Jeffrey A Law  (law@cygnus.com)
29619
29620         * gdb.disasm/mn10200.s (misc_tests): Fix targets for "jsr" insns.
29621         * gdb.disasm/mn10200.exp (misc_tests): Remove bogus line accidentally
29622         left in.  No longer expect them to fail.
29623
29624         * gdb.stabs/*.mt; Deleted, no longer used.
29625         * gdb.stabs/configure.in: Remove references to target makefile
29626         frags.
29627         * gdb.stabs/configure: Rebuilt.
29628
29629         * gdb.disasm/*.mt: Deleted, no longer used.
29630         * gdb.disasm/configure.in: Remove references to target makefile
29631         frags.  Use "sh3.s" as the unique filename for this directory.
29632         * gdb.disasm/configure: Rebuilt.
29633
29634         * gdb.disasm/mn10200.s: New test file for mn10200 disassembler.
29635         * gdb.disasm/mn10200.exp: Run mn10200 disassembler tests.
29636         * gdb.disasm/Makefile.in: Remove "mn10200" when cleaning.
29637
29638 Tue Feb 11 16:57:58 1997  Bob Manson  <manson@charmed.cygnus.com>
29639
29640         * config/udi.exp: Use mondfe,name instead of remote_host.
29641
29642 Tue Feb 11 11:22:36 1997  Jeffrey A Law  (law@cygnus.com)
29643
29644         * gdb.base/watchpoint.exp: Don't expect a failure when calling
29645         a function with a watchpoint enabled on the mn10200.
29646
29647         * gdb.stabs/weird.exp: Don't quit if "weird.s" doesn't exist
29648         before trying to create it!
29649
29650 Mon Feb 10 16:40:47 1997  Bob Manson  <manson@charmed.cygnus.com>
29651
29652         * config/vx.exp: Use hostname instead of netport.
29653
29654         * config/vxworks.exp: New file.
29655
29656         * gdb.base/a2-run.exp: Change vxworks cases to use gdb_spawn_id.
29657
29658         * config/monitor.exp(gdb_target_monitor): Look for a prompt from
29659         gdb before assuming everything worked. Send a ^C if a timeout
29660         occurs.
29661
29662         * lib/gdb.exp(gdb_test): Check the result of send_gdb. Use
29663         $gdb_spawn_id directly.
29664         (gdb_run_cmd): Try _start as well as start. Use the target feature
29665         gdb,start_symbol as the symbol to start from when jumping.
29666
29667 Mon Feb 10 11:26:59 1997  Jeffrey A Law  (law@cygnus.com)
29668
29669         * gdb.base/exprs.exp: Delete bogus/incorrect (and probably
29670         redundant) test.
29671
29672         * gdb.base/recurse.exp: Relax final value test for 'b' so that
29673         it doesn't lose for 16bit integer systems.
29674
29675 Fri Feb  7 09:31:21 1997  Jeffrey A Law  (law@cygnus.com)
29676
29677         * gdb.fortran/types.exp: If the target doesn't support "double"
29678         data types, then expect "real" types to only be 4 bytes.
29679
29680         * gdb.c++/virtfunc.exp: Expect failure for virtual function
29681         call tests if the target doesn't support inferior function calls.
29682
29683         * gdb.base/printcmds.exp: Allow minor deviation in FP values
29684         in printf tests.
29685
29686 Thu Feb  6 12:46:14 1997  Jeffrey A Law  (law@cygnus.com)
29687
29688         * gdb.base/help.exp: Disable "help set", "help show", and
29689         "help support".  Simplify regexp for "help stack".
29690
29691         * gdb.base/default.exp: Set match_max to 5000 and the timeout
29692         to 60 seconds.  Temporarily set match_max to 15000 around the
29693         "info copying" test.
29694
29695         * gdb.base/nodebug.exp: Don't try to do an inferior function
29696         call if the target doesn't support them.
29697         * gdb.base/printcmds.exp: Likewise.
29698         * gdb.base/setvar.exp: Likewise.
29699         * gdb.base/structs.exp: Likewise.
29700         * gdb.c++/templates.exp: Likewise.
29701         * gdb.base/ptype.exp: Likewise.  Remove UDI specific stuff.
29702
29703         * gdb.base/recurse.exp: Enable for the mn10200.
29704
29705         * configure.in: Do configure gdb.stabs directory for *-*-elf
29706         targets.
29707         * configure: Rebuilt.
29708
29709         * gdb.base/break.exp: Check for gdb,noresults before testing
29710         exit status and/or results from the target.
29711         * gdb.base/watchpoint.exp, gdb.base/langs.exp: Likewise.
29712         * lib/gdb.exp: Remove old (now bogus) initialization of
29713         noinferior, noargs, noresults and nosignals.
29714
29715 Tue Feb  4 21:52:17 1997  Bob Manson  <manson@charmed.cygnus.com>
29716
29717         * config/sh.exp: New file.
29718
29719         * config/slite.exp: Try to connect multiple times to the board
29720         before rebooting. Only send a "monitor run" if need_monitor_run
29721         is set.
29722
29723         * gdb.base/break.exp: Don't do the "stub continue" test if
29724         the target has gdb_stub set.
29725
29726         * gdb.base/callfuncs.exp: Increase the timeout.
29727
29728         * gdb.base/interrupt.exp: Don't even try to compile the testcase
29729         if the target has gdb,noinferiorio set.
29730
29731         * gdb.base/list.exp: Increase match_max to 10000 characters.
29732
29733         * gdb.base/sigall.exp: Check for gdb,nosignals on the target.
29734
29735         * gdb.base/watchpoint.exp: Check for gdb,noinferiorio on the
29736         target.
29737
29738         * lib/gdb.exp(gdb_run_cmd): Fix for targets that use stubs.
29739
29740 Mon Feb  3 12:09:37 1997  Bob Manson  <manson@charmed.cygnus.com>
29741
29742         * gdb.base/a1-selftest.exp: Make sure we call gdb_exit before
29743         trying to delete the copy of gdb. Catch the file delete so we
29744         don't die if the delete fails; also, the file should be copied to
29745         the host, not to the build.
29746
29747 Sun Feb  2 00:55:14 1997  Bob Manson  <manson@charmed.cygnus.com>
29748
29749         * lib/gdb.exp(gdb_test): Surround the result pattern with
29750         parenthesis in case it contains multiple regexps separated
29751         with |.
29752
29753         * gdb.base/watchpoint.exp: Use gdb_test.
29754         * gdb.base/default.exp: Ditto.
29755
29756 Sat Feb  1 23:51:01 1997  Bob Manson  <manson@charmed.cygnus.com>
29757
29758         * gdb.*/*.exp: Replace $prompt with $gdb_prompt.
29759
29760         * gdb.base/scope.exp: Use gdb_test.
29761         * gdb.c++/classes.exp: Ditto.
29762         * gdb.c++/inherit.exp: Ditto.
29763
29764 Fri Jan 31 13:09:12 1997  Bob Manson  <manson@charmed.cygnus.com>
29765
29766         * gdb.base/crossload.exp: Don't use execute_anywhere, use
29767         remote_exec instead.
29768         * gdb.base/corefile.exp: Don't be ridiculous.
29769         * gdb.base/*.c: Add missing stub invocations.
29770
29771 Thu Jan 30 16:49:25 1997  Bob Manson  <manson@charmed.cygnus.com>
29772
29773         * config/slite.exp: Miscellaneous fixes.
29774
29775         * lib/gdb.exp: Fix runto.
29776
29777         * gdb.base/signals.exp: Check for a gdb,nosignals feature of
29778         the target.
29779
29780         * gdb.base/watchpoint.exp: Fix regexp.
29781
29782         * lib/gdb.exp(default_gdb_exit): Add a catch to the
29783         close and wait commands, as the descriptor may now be
29784         invalid. Always call "remote_close host".
29785
29786 Tue Jan 28 14:42:31 1997  Bob Manson  <manson@charmed.cygnus.com>
29787
29788            Major rewrite for testsuite revision.
29789
29790         * lib/gdb.exp: Remove references to global CC, CXX, B_OPTIONS,
29791         TARGET_INCLUDES, LDFLAGS and target_alias. Use gdb_spawn_id
29792         instead of relying on spawn_id to always contain a valid
29793         spawn id.
29794         (get_compiler_info): New procedure to build the ${binfile}.ci
29795         file, instead of replicating this in N different places.
29796         (gdb_compile): New procedure.
29797
29798         gdb.*/*.exp: Use gdb_compile and get_compiler_info (with
29799         appropriate arguments) instead of compile. Use gdb_test in a lot
29800         more places.  Use send_gdb instead of send. Always run gdb_start
29801         at the start of a testcase, as this is no longer done magically.
29802
29803         config/*-gdb.exp: Rename without the -gdb suffix.
29804
29805         config/mips.exp: Use remote_close instead of exit_remote_shell.
29806         config/monitor.exp: Use target_info instead of looking at
29807         baud, timeout, etc.
29808         config/sim.exp: Use gdb_spawn_id instead of relying on spawn_id.
29809
29810 Sat Dec 14 00:43:57 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
29811
29812         * gdb.c++/templates.exp (test_ptype_of_templates),
29813         gdb.c++/inherit.exp (test_ptype_si, test_print_anon_union):
29814         Update expect patterns for destructors and assignment operators
29815         to match corresponding c-typeprint.c changes.
29816         * gdb.c++/templates.exp (test_template_breakpoints):  Revert change
29817         to destructor breakpoint test, GDB should be able to set the
29818         destructor breakpoint without specifying arguments.
29819
29820 Tue Dec  3 20:17:52 1996  Fred Fish  <fnf@cygnus.com>
29821
29822         * gdb.threads/pthreads.exp: Change result for failure to compile due
29823         to lack of pthreads runtime support from an error to simply an
29824         unsupported test, per dejagnu standards.
29825
29826 Sun Dec  1 00:18:59 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
29827
29828         * lib/gdb.exp (gdb_test):  Simplify expect pattern for the case
29829         where GDB exits to reduce pattern match time.
29830         (skip_chill_tests):  Skip chill tests for mips*-sgi-irix6*.
29831
29832         * gdb.base/nodebug.exp:  Add mips*-sgi-irix6* xfails.
29833
29834 Tue Nov 26 18:29:23 1996  Michael Snyder  <msnyder@cygnus.com>
29835
29836         * gdb.base/callfuncs.exp: Turn on function call tests for h8300.
29837         * gdb.base/default.exp:   ditto.
29838         * gdb.base/nodebug.exp:   ditto.
29839         * gdb.base/printcmds.exp: ditto.
29840         * gdb.base/ptype.exp:     ditto.
29841         * gdb.base/setvar.exp:    ditto.
29842         * gdb.base/structs.exp:   ditto.
29843         * gdb.base/setshow.c:     Guard against uninitialized values of argc.
29844
29845 Tue Nov 26 17:23:28 1996  Ian Lance Taylor  <ian@cygnus.com>
29846
29847         * configure, */configure: Rebuild with autoconf 2.12.
29848
29849 Sat Nov 23 13:32:15 1996  Fred Fish  <fnf@cygnus.com>
29850
29851         * gdb.base/a1-selftest.exp: Change x86 linux setup_xfails to
29852         use new i*86-pc-linux*-gnu quads.
29853         * gdb.base/corefile.exp: Ditto.
29854         * gdb.base/signals.exp: Ditto.
29855         * gdb.base/sigall.exp: Ditto.
29856         * gdb.base/interrupt.exp: Ditto.
29857
29858         * gdb.base/signals.exp (signal_tests_1): Remove setup_xfail
29859         "i*86-*-linux" for "signal SIGUSR1".  Now works, at least with
29860         RedHat 4.0.
29861
29862         * gdb.threads/pthreads.c (_MIT_POSIX_THREADS): Define if target is
29863         linux.  This allows the test case to at least compile on latest
29864         linux, but still not run due to missing the threads runtime library.
29865
29866 Fri Nov 22 10:13:29 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
29867
29868         * gdb.base/a1-selftest.exp (do_steps_and_nexts):  Reinitialize source
29869         directory to search gdb directory. Accept and step over conditional
29870         stack alignment code. Consume $prompt in failure cases.
29871         Reset timeout to $oldtimeout instead of some arbitrary value.
29872         * gdb.base/nodebug.exp:  Limit backtrace to 10 frames to avoid
29873         timeout problems with infinite stack backtraces.
29874         * gdb.base/ptype.exp (ptype struct link, union tu_link):
29875         Accept function parameters for linkfunc member.
29876
29877 Thu Nov 21 09:17:19 1996  Fred Fish  <fnf@cygnus.com>
29878
29879         * lib/gdb.exp (CFLAGS): Remove, unreferenced.
29880         (CXXFLAGS): Remove, unreferenced.
29881         (B_OPTIONS): Add for -B options and add code to initialize with
29882         previous -B options and also add -B option to pick up cross compiled
29883         runtime.
29884         (TARGET_INCLUDES): Add for -I options and add code to initialize when
29885         doing cross compiles.
29886         (target_alias): Declare global.
29887         (xgcc): Set variable to full path of gcc in build tree.  Use findfile
29888         to verify that gcc exists in build tree, and if so set CC to that
29889         gcc and to use B_OPTIONS and TARGET_INCLUDES.
29890
29891 Tue Nov 12 16:20:13 1996  Fred Fish  <fnf@cygnus.com>
29892
29893         * gdb.c++/inherit.exp (test_print_anon_union): Reenable
29894         ptype test for anonymous union.  Fixup testcase to match
29895         current gcc debug output.
29896
29897 Mon Nov 11 14:12:06 1996  Jeffrey A Law  (law@cygnus.com)
29898
29899         * gdb.base/funcargs.c: Use cast rather than "UL" suffix to
29900         force argument to an unsigned long type.
29901
29902 Mon Nov 11 10:27:55 1996  Fred Fish  <fnf@cygnus.com>
29903
29904         * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
29905         tests and anonymous union print/ptype tests.
29906         * gdb.base/list.exp (test_forward-search): Increase timeout by
29907         5 minutes for the "search extremely long line" case.
29908         * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
29909         completely optional and that the pass/fail messages use the command as
29910         the message if that third arg is a null string.
29911         (gdb_test_exact):  Arrange that a null string pattern means match a
29912         null string output rather than any output, which might include random
29913         errors.
29914         * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
29915         backtrace test.
29916         * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
29917         always failing and failure is now exposed by gdb.exp changes.
29918
29919 Sat Nov  9 11:13:24 1996  Fred Fish  <fnf@cygnus.com>
29920
29921         * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that
29922         weren't being noted.
29923
29924 Sat Nov  9 01:05:10 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
29925
29926         * gdb.base/corefile.exp:  Consume $prompt in mmap fail cases.
29927         * gdb.stabs/weird.exp:  Remove v_comb xfails.
29928
29929 Tue Nov  5 10:44:23 1996  Michael Snyder  <msnyder@cygnus.com>
29930
29931         * gdb.base/[bitfields.exp crossload.exp funcargs.exp interrupt.exp
29932                     list.exp scope.exp watchpoint.exp]
29933           Make all timeout error msgs explicitly say "(timeout)".
29934
29935 Mon Nov  4 12:03:06 1996  Michael Snyder  <msnyder@cygnus.com>
29936
29937         * config/monitor.exp: Increase download timeout to 1000 seconds.
29938
29939 Mon Nov  4 12:02:26 1996  Michael Snyder  <msnyder@cygnus.com>
29940
29941         * config/m32r.exp: Increase timeout to 120 seconds.
29942
29943 Sun Nov  3 14:37:05 1996  Fred Fish  <fnf@cygnus.com>
29944
29945         * gdb.c++/classes.exp: Modify to handle current gcc C++ member ordering
29946         and accept older ordering as obsolescent gcc or gdb.
29947         * gdb.c++/templates.exp: Ditto.
29948         * gdb.c++/virtfunc.exp: Ditto.
29949
29950 Fri Nov  1 11:56:09 1996  Fred Fish  <fnf@cygnus.com>
29951
29952         * gdb.base/coremaker.c: Add code to mmap some data so we
29953         can check that it ends up in the core file.
29954         * gdb.base/corefile.exp: Add test to read mmapped data
29955         from core file.
29956
29957 Wed Oct 30 18:19:16 1996  Michael Snyder  <msnyder@cygnus.com>
29958
29959         * config/m32r.exp: New file.
29960
29961 Mon Oct 21 14:40:50 1996  Stu Grossman  (grossman@critters.cygnus.com)
29962
29963         * testsuite/gdb.base/nodebug.exp:  Whack out -g options by hand so
29964         that cflags can contains -gstabs, and work correctly for other tests.
29965
29966 Mon Oct 21 14:00:37 1996  Michael Snyder  <msnyder@cygnus.com>
29967
29968         * gdb.base/setshow.exp: New file, tests show and set.
29969         * gdb.base/setshow.c:   New file, tests show and set.
29970         * gdb.base/help.exp: Add test for help set|show annotate.
29971         * gdb.base/default.exp: Add test for set|show annotate.
29972
29973 Wed Oct 16 19:03:54 1996  Stu Grossman  (grossman@critters.cygnus.com)
29974
29975         * testsuite/gdb.base/break.exp:  Make backtrace from factorial
29976         errors unique.
29977         * testsuite/gdb.base/nodebug.exp:  Whack out all -g options
29978         explicitly.
29979
29980 Tue Oct 15 16:45:02 1996  Stu Grossman  (grossman@critters.cygnus.com)
29981
29982         * config/sim-gdb.exp (gdb_target_sim):  Remove setting of height
29983         and width commands.  This is done elsewhere.
29984         * (gdb_start):  Don't call gdb_start_sim here.  That's already
29985         done in gdb_load.  This fixes lots of failures in default.exp.
29986
29987 Sun Oct 13 10:40:23 1996  Fred Fish  <fnf@cygnus.com>
29988
29989         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>:
29990         * gdb.base/mips_pro.exp: Fix misplaced gdb_exit/gdb_start/gdb_load.
29991         * lib/gdb.exp (gdb_test): Treat failures due to program exiting
29992         in the same we we treat other failures (since it may be an expected
29993         condition), rather than as an error.
29994         * gdb.base/signals.exp (test_handle_all_print): Revert back to
29995         old test format.
29996
29997 Fri Oct 11 17:05:22 1996  Fred Fish  <fnf@cygnus.com>
29998
29999         * Makefile.in (clean mostlyclean): Also remove chill *.grt files.
30000         (distclean maintainer-clean realclean): No need to remove files
30001         twice.  Nuke the duplicates.
30002         * gdb.base/Makefile.in (EXECUTABLES): Add "structs".
30003         * gdb.threads/Makefile.in (distclean maintainer-clean realclean):
30004         Remove config.h along with other config files.
30005
30006 Mon Sep 30 20:16:22 1996  Fred Fish  <fnf@cygnus.com>
30007
30008         * gdb.base/interrupt.exp: Add i*86-*-linux* setup_xfail for
30009         "p func1 ()" and note that rests of tests are skipped.
30010         * gdb.base/corefile.exp: Add i*86-*-linux* and m68*-*-hpux*
30011         setup_xfails for "print func2::coremaker_local".
30012         Add i*86-*-linux* setup_xfail for "backtrace in corefile.exp".
30013         * gdb.base/mips_pro.exp: Restart gdb in this test so it isn't
30014         affected by the previous run test.
30015         * gdb.chill/misc.exp: Add m68*-*-hpux* setup_xfails for
30016         "print array () ubyte (foo)" and "print/x array () byte (\$i)"
30017         * gdb.chill/pr-8742.exp: Add m68*-*-hpux* setup_xfails for
30018         "pass int powerset tuple" and "pass modeless int powerset tuple".
30019         * gdb.chill/tests2.exp: Add m68*-*-hpux* setup xfails for
30020         "real write 4" and "real write 8".
30021         * gdb.shill/tuples.exp: Add i*86-*-linux* and m68*-*-hpux*
30022         setup_xfails for "print vs1 after tuple assign 2",
30023         "print \$i after tuple assign 2", and
30024         "print vs2 after tuple assign 2".
30025         * lib/gdb.exp (gdb_test): When a gdb aborts, print a more
30026         meaningful error message and return -1 so the caller can
30027         suppress further tests and avoid a cascade of errors.
30028
30029 Fri Sep 27 10:34:51 1996  Fred Fish  <fnf@cygnus.com>
30030
30031         * gdb.base/a1-selftest.exp: Tweak tests to account for new
30032         format for printing version.
30033         * gdb.base/default.exp: Ditto.
30034         * gdb.base/interrupt.exp: Fix problem with cascade of
30035         errors if child process dies while calling a function.
30036
30037 Fri Sep 13 21:43:48 1996  Fred Fish  <fnf@cygnus.com>
30038
30039         * Makefile.in (VPATH): Add
30040         * Makefile.in (Makefile, config.status): Fix rules so things get
30041         remade when necessary.
30042
30043 Fri Sep 13 18:16:10 1996  Fred Fish  <fnf@cygnus.com>
30044
30045         * Makefile.in (just-check): Add path to sibling expect dir
30046         to environment variable specified by RPATH_ENVVAR.
30047
30048 Fri Sep 13 12:05:34 1996  Fred Fish  <fnf@cygnus.com>
30049
30050         * Makefile.in (RPATH_ENVVAR): New var, set to @RPATH_ENVVAR@.
30051         (just-check): Add shared library paths for libstdc++, tk,
30052         tcl, bfd, and opcodes to the environment variable specified
30053         in RPATH_ENVVAR.
30054         * configure.in: Add support to recognize --enable-shared flag
30055         and generate correct value for RPATH_ENVVAR.
30056         * configure: Regenerated with autoconf.
30057
30058 Mon Sep  2 06:36:02 1996  Fred Fish  <fnf@cygnus.com>
30059
30060         * gdb.base/break.exp: Expand "Delete all breakpoints" xfail to
30061         include all osf versions.
30062         * gdb.threads/pthreads.exp: Expand "run to main" xfail to include
30063         all osf versions.  Add -D_MIT_POSIX_THREADS to compilation command
30064         when target is linux.  When failing to build pthreads test
30065         executable, give more meaningful message.
30066         * gdb.threads/pthreads.c: Hpux also uses old definition of second
30067         arg for pthread_create.
30068
30069 Mon Aug 19 09:58:59 1996  Fred Fish  <fnf@cygnus.com>
30070
30071         * gdb.threads/pthreads.c (PTHREAD_CREATE_ARG2,
30072         PTHREAD_CREATE_NULL_ARG2): Accomodate old pthreads implementations.
30073         * gdb.threads/pthreads.exp: Try linking with both -lpthread (Solaris)
30074         and -lpthreads (everybody else).
30075         (test_startup): Fail gracefully if threads are not supported.
30076         * gdb.base/nodebug.exp: Add setup_xfail hppa*-*-hpux* for
30077         "p/c array_index("abcdef",2)" when not gcc compiled.
30078         * gdb.base/corefile.exp: Add setup_xfail hppa*-*-hpux* for
30079         "print func2::coremaker_local" when not gcc compiled.
30080         * gdb.base/opaque.exp: Remove setup_xfail hppa*-*-hpux* for
30081         "ptype on opaque struct tagname (statically)",
30082         "ptype on opaque struct tagname (dynamically) 1", and
30083         "ptype on opaque struct tagname (dynamically) 2"
30084         for not compiled with gcc.
30085         * gdb.base/mips_pro.exp: Only do setup_xfail hppa*-*-* for
30086         backtrace when compiled with gcc.
30087         * lib/gdb.exp (runto_main): Return result of "runto main" rather
30088         than always return success.
30089
30090 Sat Aug 17 13:28:00 1996  Fred Fish  <fnf@cygnus.com>
30091
30092         * gdb.c++/virtfunc.exp: Remove setup_xfail for "mips-*-irix5*".
30093
30094 Tue Aug 13 10:26:10 1996  Jeffrey A Law  (law@cygnus.com)
30095
30096         * gdb.base/structs.exp: Undo last change.
30097
30098 Mon Aug 12 15:29:08 1996  Fred Fish  <fnf@cygnus.com>
30099
30100         * gdb.base/a1-selftest.exp (do_steps_and_nexts): New routine to
30101         encapsulate all the steps/nexts done during self test, starting
30102         at main, and makes them less sensitive to optimization issues.
30103         Add "hppa*-*-hpux*" to setup_xfail for "backtrace through
30104         signal handler" test.
30105         * gdb.threads/pthreads.exp: Only run this for native configs.
30106         * gdb.base/structs.exp (do_function_calls): Add hppa*-*-hpux9*"
30107         setup_xfails for "p fun5()", "p fun6()", "p fun7()", and "p fun8"
30108         tests.
30109         gdb.c++/virtfunc.exp (do_tests): Add "mips-*-irix5*" setup_xfail
30110         for "runto test_calls(void)" test.
30111
30112 Sun Aug 11 13:11:24 1996  Fred Fish  <fnf@cygnus.com>
30113
30114         * gdb.base/term.exp: Set 7-bit strings, address off, width to 0,
30115         and don't expect address info in breakpoint confirmations.
30116
30117 Wed Aug  7 20:47:43 1996  Fred Fish  <fnf@cygnus.com>
30118
30119         * gdb.base/list.exp (test_forward_search): Increase timeout
30120         temporarily by 60 seconds for searching extremely long line,
30121         and then reset to old value when done.  Increase expect input
30122         buffer to 10000.
30123
30124 Wed Aug  7 15:34:22 1996  Fred Fish  <fnf@cygnus.com>
30125
30126         * gdb.base/list.exp (test_forward_search): Fix to handle very
30127         long source line without overflowing expect's input buffer.
30128
30129 Wed Aug  7 12:03:25 1996  Tom Tromey  <tromey@creche.cygnus.com>
30130
30131         * config/slite-gdb.exp (gdb_start): Use "full_buffer", not
30132         "buffer_full".
30133
30134         * config/nind-gdb.exp (gdb_start): Use "full_buffer", not
30135         "buffer_full".
30136
30137         * config/mips-gdb.exp (gdb_start): Use "full_buffer", not
30138         "buffer_full".
30139
30140         * lib/gdb.exp (gdb_test): Correct pattern is "full_buffer", not
30141         "buffer_full".
30142
30143 Wed Aug  7 11:05:47 1996  Fred Fish  <fnf@cygnus.com>
30144
30145         * configure.in (configdirs): Add gdb.threads.
30146         * configure: Regenerated with autoconf.
30147         * gdb.threads/{config.in, pthreads.c, pthreads.exp}: New.
30148         * gdb.threads/{Makefile.in, configure.in}: Complete rewrites.
30149         * gdb.threads/configure: New, generated with autoconf.
30150
30151 Tue Aug  6 10:23:04 1996  Tom Tromey  <tromey@rtl.cygnus.com>
30152
30153         * lib/gdb.exp (gdb_test_exact): Turn \n in pattern into \r\n.
30154
30155 Mon Aug  5 18:11:53 1996  Fred Fish  <fnf@cygnus.com>
30156
30157         * gdb.base/signals.exp (test_handle_all_print): Test separately for
30158         each signal's status in the output of "handle all print".
30159         * lib/gdb.exp (gdb_test): Document that the pattern must NOT include
30160         the \r\n sequence that immediately precedes the gdb prompt.
30161         * gdb.base/a1-selftest.exp: Save original timeout and restore
30162         after test.
30163
30164 Sun Aug  4 10:20:50 1996  Jeffrey A Law  (law@cygnus.com)
30165
30166         * gdb.disasm/hppa.s: Export fmemLRbug_tests_4 as a ST_CODE
30167         symbol.
30168
30169 Fri Aug  2 17:37:26 1996  Brendan Kehoe  <brendan@lisa.cygnus.com>
30170
30171         * config/vx-gdb.exp (gdb_start): Fix syntax of `$shell_id < 0'.
30172
30173 Thu Jun 27 20:41:40 1996  Fred Fish  <fnf@cygnus.com>
30174
30175         * gdb.base/signals.exp (test_handle_all_print): Temporarily increase
30176         timeout by 60 seconds.
30177
30178 Thu Jun 27 18:13:57 1996  Fred Fish  <fnf@cygnus.com>
30179
30180         * config/unix-gdb.exp: Increase default timeout from 30 to 60 sec.
30181         * config/netware.exp (gdb_run_cmd): Restore old timeout before doing
30182         error return.
30183
30184 Thu Jun 27 10:54:58 1996  Fred Fish  <fnf@cygnus.com>
30185
30186         * lib/gdb.exp (default_gdb_start): When reporting a timeout during
30187         gdb initialization, also report how long dejagnu waited.  Restore
30188         old timeout before doing error return.  Temporarily increase timeout
30189         by 3 minutes to allow for slow startups over heavy NFS use.
30190
30191 Tue Jun 25 19:59:17 1996  Fred Fish  <fnf@cygnus.com>
30192
30193         * lib/gdb.exp: Report timeout value for verbosity level 2.
30194         * config/gdbserver.exp: Ditto.
30195         * config/hppro.exp: Ditto.
30196         * config/mips-gdb.exp: Ditto.
30197         * config/monitor.exp: Ditto.
30198         * config/netware.exp: Ditto.
30199         * config/sim-gdb.exp: Ditto.
30200         * config/slite-gdb.exp: Ditto.
30201         * config/udi-gdb.exp: Ditto.
30202         * config/unix-gdb.exp: Ditto.
30203         * config/vx-gdb.exp: Ditto.
30204         * gdb.base/a1-selftest.exp: Ditto.
30205         * gdb.base/a2-run.exp: Ditto.
30206         * gdb.base/break.exp: Ditto.
30207         * gdb.base/corefile.exp: Ditto.
30208         * gdb.base/list.exp: Ditto.
30209         * gdb.base/recurse.exp: Ditto.
30210         * gdb.base/scope.exp: Ditto.
30211         * gdb.base/signals.exp: Ditto.
30212
30213 Tue Jun 25 23:16:58 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
30214
30215         * gdb.threads/Makefile.in (docdir): Removed.
30216
30217 Tue Jun 25 17:02:39 1996  Jason Molenda  (crash@godzilla.cygnus.co.jp)
30218
30219         * configure.in (AC_PREREQ): autoconf 2.5 or higher.
30220         * gdb.{base,c++,chill,disasm,stabs}/Makefile.in (VPATH): set to
30221         @srcdir@.
30222         * gdb.{base,c++,chill,disasm,stabs}/configure.in (AC_PREREQ):
30223         autoconf 2.5 or higher.
30224         * gdb.{base,c++,chill,disasm,stabs}/configure: Rebuilt.
30225
30226 Thu Jun 13 11:16:10 1996  Tom Tromey  <tromey@thepub.cygnus.com>
30227
30228         * configure: Regenerated.
30229         * aclocal.m4 (CY_AC_PATH_TCLH, CY_AC_PATH_TKH): Use odd names to
30230         avoid name clashes with SunOS headers.
30231
30232 Wed Jun  5 16:43:27 1996  Jeffrey A Law  (law@cygnus.com)
30233
30234         * gdb.c++/virtfunc.exp: Search $objdir/../../libstdc++ for libstdc++.
30235
30236 Thu May 30 11:35:11 1996  Jeffrey A Law  (law@cygnus.com)
30237
30238         * gdb.base/callfuncs.exp: Finish last change -- make sure the
30239         prototype information ends up in the compiler info file.
30240
30241 Thu May 23 12:48:41 1996  Fred Fish  <fnf@cygnus.com>
30242
30243         * gdb.base/callfuncs.exp: Remove the compiler info file prior to
30244         attempting to regenerate it.  Eliminate use of a temporary file
30245         and just generate the info file directly.  Source it immediately,
30246         for consistency of use.
30247         * gdb.base/corefile.exp: Ditto
30248         * gdb.base/exprs.exp: Ditto.
30249         * gdb.base/funcargs.exp: Ditto.
30250         * gdb.base/langs.exp: Ditto.
30251         * gdb.base/list.exp: Ditto.
30252         * gdb.base/mips_pro.exp: Ditto.
30253         * gdb.base/nodebug.exp: Ditto.
30254         * gdb.base/opaque.exp: Ditto.
30255         * gdb.base/ptype.exp: Ditto.
30256         * gdb.base/scope.exp: Ditto.
30257         * gdb.base/setvar.exp: Ditto.
30258         * gdb.base/signals.exp: Ditto.
30259         * gdb.base/whatis.exp: Ditto.
30260         * gdb.c++/templates.exp: Ditto.
30261         * gdb.c++/virtfunc.exp: Ditto.
30262         * gdb.c++/virtfunc.exp: Use contents of gcc_compiled to decide
30263         whether or not to add -lstdc++ to the compile command line args.
30264
30265 Sat May 18 02:43:58 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
30266
30267         * gdb.base/recurse.exp:  Remove setup_xfail for "sparc*-*-sunos4*",
30268         it got fixed by the recent lookup_minimal_symbol_by_pc change.
30269         Increase timeout, a lot of single stepping might be needed if the
30270         target has no hardware watchpoints.
30271
30272 Wed May 15 08:47:42 1996  Jeffrey A Law  (law@cygnus.com)
30273
30274         * gdb.base/break.exp: Ignore compiler warnings when compiling
30275         break.c.
30276         * gdb.base/callfuncs.exp: Don't run these tests on the h8300.
30277         * gdb.base/default.exp: Add h8300 xfails.  Handle messages
30278         from remote-sim.
30279         * gdb.base/exprs.exp: Add h8300 xfails.
30280         * gdb.base/funcargs.exp: Likewise.
30281         * gdb.base/nodebug.exp: Likewise.
30282         * gdb.base/printcmds.exp: Likewise.
30283         * gdb.base/ptype.exp: Likewise.
30284         * gdb.base/setvar.exp: Handle sizeof (int) != 4 for h8300.  Add
30285         h8300 xfails.
30286         * gdb.base/return.exp: Handle float/double precision problems
30287         on the h8300.
30288         * gdb.base/funcargs.c: Explicitly make last constant argument to
30289         call_after_alloca_subr an unsigned long type.
30290         * gdb.base/return.c: Include stdio.h.
30291
30292 Tue May  7 22:01:12 1996  Rob Savoye  <rob@chinadoll.cygnus.com>
30293
30294         * config/abug.exp: New file for the older Motorola Bug monitor
30295         that runs on the mvme13x series VME boards.
30296         * config/monitor.exp: Use the new config array for target settings
30297         if they exist.
30298
30299 Fri May  3 16:02:55 1996  Stan Shebs  <shebs@andros.cygnus.com>
30300
30301         * sim-gdb.exp: Make the SH simulator allocate less space when
30302         it is targeted.
30303
30304 Thu May  2 12:31:56 1996  Jeffrey A Law  (law@cygnus.com)
30305
30306         * gdb.base/mips_pro.exp: Expect failure for hppa*-*-* in backtrace
30307         test.
30308
30309 Wed Mar 20 08:48:03 1996  Fred Fish  <fnf@cygnus.com>
30310
30311         * gdb.base/list.exp (test_list_function): Remove setup_xfail for
30312         "rs6000-*-*" for "list function in include file" when gcc compiled.
30313         * gdb.base/printcmds.exp: Remove setup_xfail for "rs6000-*-aix*"
30314         for "p ctable1[120]".
30315         * gdb.base/scope.exp: Remove setup_xfail for "rs6000-*-*" for
30316         "print 'scope0.c'::filelocal_bss before run" when gcc compiled.
30317         Remove setup_xfail for "rs6000-*-*" for
30318         "print 'scope0.c'::filelocal before run".
30319         * gdb.base/{langs.exp, lists.exp, opaque.exp, scope.exp},
30320         gdb.stabs/weird.exp: Remove use of compiler options "-c -o ..."
30321         since some compilers don't allow both options to be given
30322         on the same command line.  Create object file and move it.
30323
30324 Tue Mar 19 23:49:31 1996  Fred Fish  <fnf@cygnus.com>
30325
30326         * gdb.base/corefile.exp: Always regenerate the core file, since
30327         we always regenerate the coremaker program.  Detect special case
30328         where registers cannot be read from core file.
30329
30330 Tue Mar 19 16:52:49 1996  Fred Fish  <fnf@cygnus.com>
30331
30332         From Peter Schauer <Peter.Schauer@Regent.E-Technik.TU-Muenchen.DE>
30333         * gdb.base/funcargs.c: Patch for SPARCworks alloca compatibility
30334         * gdb.c++/templates.exp: Only match on basename of file since
30335         some formats like xcoff don't encode directory information.
30336         * gdb.stabs/weird.exp: Use the right sed script for powerpc
30337         and rs6000 AIX xcoff targets.
30338         * configure.in: Add stabsdirs to configdirs for powerpc-*-aix*.
30339         * configure: Regenerate.
30340         * gdb.base/Makefile.in (clean): Remove generated file twice-tmp.c
30341         here, rather than in distclean.
30342
30343 Sun Mar 17 13:35:31 1996  Fred Fish  <fnf@cygnus.com>
30344
30345         * gdb.base/mips_pro.exp: Create mips_pro.ci to get gcc_compiled
30346         defined, and use it to compile the test case with -O2.  The
30347         native compilation still uses no optimization.
30348         * gdb.base/mips_pro.c: Remove inline assembly code since
30349         it is compiled PIC by default, which results in assembler
30350         warnings that make the testsuite think the compilation
30351         was unsuccessful.
30352
30353 Sat Mar 16 15:02:24 1996  Fred Fish  <fnf@cygnus.com>
30354
30355         * gdb.c++/misc.exp: Add note to message for
30356         "print s.a for foo struct" that this is a known gcc 2.7.2
30357         and earlier bug.
30358
30359 Fri Mar 15 17:49:57 1996  Fred Fish  (fnf@cygnus.com)
30360
30361         * gdb.base/break.exp: Fix pattern for matching "Delete all
30362         breakpoints (y or n) ".  Add "mips-dec-ultrix*" to
30363         setup_xfail for deleting all breakpoints test.  Fix various
30364         timeout messages to include "(timeout)".
30365         * gdb.base/callfuncs.exp: Add "i*86-*-sysv4*" to setup_xfail
30366         for "p t_float_values2(3.14159,float_val2)".
30367         * gdb.base/funcargs.exp: Remove "mips-sgi-irix4*" setup_xfail
30368         for "continue to call2g" when gcc compiled.
30369         * gdb.base/langs.exp: Remove "i*86-*-sysv4*" setup_xfail for
30370         "up to foo in langs.exp", "show language at foo in langs.exp",
30371         "show language at cppsub_ in langs.exp", "up to fsub in langs.exp",
30372         and "show language at fsub in langs.exp".
30373         * gdb.base/list.exp: Remove "*-*-sysv4*" setup_xfail for
30374         "list line 1 in include file", "list message for lines past EOF",
30375         "list function in include file", "list list0.h:foo", and
30376         "list filename:function; nonexistant function".
30377         * gdb.base/ptype.exp: Change "i*86-*-sysv4*" setup_xfail for
30378         "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)"
30379         and "ptype t_char_array" to be for native cc only.
30380
30381 Fri Mar 15 16:17:22 1996  Fred Fish  <fnf@cygnus.com>
30382
30383         * gdb.base/corefile.exp: Remove "alpha-dec-osf2*" native compiled
30384         setup_xfail for "print coremaker_bss", "print coremaker_ro",
30385         "print func2::coremaker_local", and "backtrace in corefile.exp".
30386
30387 Wed Mar 13 14:54:11 1996  Fred Fish  <fnf@cygnus.com>
30388
30389         * gdb.base/signals.exp: Remove "alpha-*-osf2*" setup_xfail for
30390         "bt in signals.exp".  This problem only appears when running
30391         the testsuite, and then only intermittently.
30392
30393 Tue Mar 12 15:00:16 1996  Stan Shebs  <shebs@andros.cygnus.com>
30394
30395         * gdb.base/return.exp (return_tests): Differentiate between
30396         two tests of continuing.
30397
30398 Tue Mar  5 14:33:33 1996  Stan Shebs  <shebs@andros.cygnus.com>
30399
30400         * */Makefile.in (maintainer-clean): Remove config.log.
30401         * gdb.base/Makefile.in (EXECUTABLES): Replace twice with twice-tmp.
30402         * gdb.c++/Makefile.in (PROGS): Add inherit.
30403         (clean): Remove *.ci.
30404
30405 Tue Feb 20 16:36:10 1996  Fred Fish  <fnf@cygnus.com>
30406
30407         * gdb.c++/misc.cc: Add test code from Mike Stump.
30408         * gdb.c++/misc.exp: Add test to print s.a, for Mike Stump.
30409
30410 Sun Feb 18 11:39:12 1996  Fred Fish  <fnf@cygnus.com>
30411
30412         * gdb.base/signals.exp: Change setup_xfail for "alpha-*-osf2"
30413         to "alpha-*-osf2*" and add comment.
30414         * gdb.base/a1-selftest.exp (test_with_self): Remove "alpha-dec-osf2*"
30415         setup_xfail for "step over execarg initialization" and
30416         "step over corearg initialization".
30417         * gdb.base/callfuncs.exp (do_function_calls): Restore setup_xfail
30418         for "hppa*-*-*", "sparc-*-*", "mips*-*-*", and "alpha-dec-osf2*".
30419         * gdb.base/corefile.exp: Add "alpha-dec-osf2*" setup_xfail when not
30420         gcc compiled for "print coremaker_bss", "print coremaker_ro",
30421         "print func2::coremaker_local", and "backtrace in corefile.exp".
30422         * gdb.base/signals.exp: Build and source signals.ci.
30423         Change "alpha-dec-osf2*" setup_xfail for "bt in signals.exp"
30424         to be for gcc only.
30425         * lib/gdb.exp: Move verbose statements outside conditionals.
30426
30427 Sat Feb 17 02:22:14 1996  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
30428
30429         * gdb.base/sigall.exp:  Remove setup_xfail for irix4.  Fixed by
30430         Feb 3 procfs.c change.
30431
30432 Fri Feb 16 13:25:31 1996  Fred Fish  <fnf@cygnus.com>
30433
30434         * config/unix-gdb.exp: Remove extraneous newlines from end of file.
30435
30436 Thu Feb 15 08:12:55 1996  Fred Fish  <fnf@cygnus.com>
30437
30438         * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
30439         from dejagnu's apparent default of 10 seconds, which gives random
30440         results when running the tests over NFS on moderately loaded systems.
30441         * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
30442
30443 Mon Feb 12 16:50:28 1996  Fred Fish  <fnf@cygnus.com>
30444
30445         * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318.  Now fixed.
30446         * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
30447         result reports.
30448
30449 Fri Feb  9 15:56:51 1996  Fred Fish  <fnf@cygnus.com>
30450
30451         * configure.in (CY_AC_PATH_TCLH): Remove.
30452         * configure: Regenerate.
30453
30454 Fri Feb  9 08:21:31 1996  Fred Fish  <fnf@cygnus.com>
30455
30456         * gdb.c++/Makefile.in (clean): Add missing '{'.
30457
30458 Fri Feb  2 10:19:40 1996  Jeffrey A Law  (law@cygnus.com)
30459
30460         * lib/gdb.exp: Provide a default value for noinferior.
30461
30462         * lib/gdb.exp: Fix typos (LDLAGS -> LDFLAGS).
30463         Load libgloss.exp.
30464
30465 Thu Feb  1 20:20:14 1996  Jeffrey A Law  (law@cygnus.com)
30466
30467         * gdb.disasm/hppa.exp: Compile directly into an executable, use
30468         the executable, not the .o to run the tests from.
30469
30470 Wed Jan 31 14:21:09 1996  Jeffrey A Law  (law@cygnus.com)
30471
30472         * gdb.base/break.exp: Don't test for program exit or exit status
30473         if $noresults if nonzero.
30474         * gdb.base/langs.exp: Likewise.
30475         * gdb.base/watchpoint.exp: Likewise.
30476
30477         * gdb.base/default.exp: Remove extraneous call to load gdb.exp.
30478         * gdb.chill/pr-8405.exp: Move skip_chill_tests check to just before
30479         trying to compile the testcase.
30480
30481 Wed Jan 24 23:42:39 1996  Doug Evans  <dje@charmed.cygnus.com>
30482
30483         * gdb.base/interrupt.exp (p func1): xfail sparc64-*-solaris2.
30484         * gdb.base/signals.exp (continue to handler): Likewise.
30485
30486 Tue Jan 23 16:28:22 1996  Per Bothner  <bothner@kalessin.cygnus.com>
30487
30488         * gdb.c++/classes.exp:  Now = returns false/true, not 1/0.
30489
30490         * gdb.fortran/exprs.exp:  .LT. and .GT. now return .TRUE. or .FALSE..
30491
30492 Tue Jan 23 15:41:57 1996  Jeffrey A Law  (law@cygnus.com)
30493
30494         * gdb.base/corefile.exp: Recognize "not found" as failure
30495         when trying to determine if a core file was generated.
30496         If no core file was generate the first time, try again without
30497         the ulimit -c to work around braindamaged shells.
30498
30499 Mon Jan 15 09:33:00 1996  Fred Fish  <fnf@cygnus.com>
30500
30501         * gdb.stabs/configure.in (alpha-*-*,mips-*-*): Replace
30502         [] tests with "test" and enclose string in quotes.
30503         * gdb.stabs/configure: Rebuild
30504
30505 Thu Jan 11 09:43:14 1996  Tom Tromey  <tromey@creche.cygnus.com>
30506
30507         Changes in sync with expect:
30508         * aclocal.m4 (CY_AC_PATH_TCLH): Handle Tcl 7.5 and greater.
30509         (CY_AC_PATH_TCLLIB): Handle Tcl 7.5 and greater.
30510         (CY_AC_PATH_TKH): Handle Tk 4.1 and greater.
30511         (CY_AC_PATH_TKLIB): Handle Tk 4.1 and greater.  Properly quote
30512         argument to AC_REQUIRE.
30513         * configure: Regenerated.
30514
30515 Thu Jan  4 08:17:22 1996  Fred Fish  <fnf@cygnus.com>
30516
30517         * gdb.base/corefile.exp: When generating a core, discard any
30518         error messages about ulimit not found and the "core dumped"
30519         message from the shell that runs the coredumper.
30520
30521 Wed Jan  3 01:30:41 1996  Jeffrey A Law  (law@cygnus.com)
30522
30523         * lib/gdb.exp (skip_chill_tests): Skip them on the PA too.
30524
30525         * gdb.stabs/weird.exp: Use ${target_triplet} to determine
30526         which sed script to run.  Expect failure for v_comb test
30527         on PA targets too.
30528
30529 Sat Dec 30 16:09:04 1995  Fred Fish  <fnf@rtl.cygnus.com>
30530
30531         * gdb.base/corefile.exp: Remove "i*86-*-linux" xfail for
30532         "print func2::coremaker_local" and for "backtrace in corefile.exp"
30533
30534 Sat Dec 30 12:59:12 1995  Fred Fish  <fnf@cygnus.com>
30535
30536         * lib/gdb.exp: Fix typo and rewrite skip_chill_tests.
30537         * gdb.stabs/weird.exp: Setup "sparc-sun-sunos4*" and
30538         "sparc-sun-solaris*" xfails for "p v_comb".
30539         * lib/gdb.exp (default_gdb_start): Fix typo.
30540         * gdb.base/corefile.exp: Allow "Core was generated by ..."
30541         messages to not include the full program name that caused
30542         the core dump since some systems (such as solaris) apparently
30543         truncate this path to about 80 characters.
30544         When generating a core file first try increasing the core file
30545         size limit to unlimited since some systems may default it to
30546         zero, and it is harmless to try it.  Move the test for failing
30547         to generate a core file to where it will actually get executed.
30548         * gdb.c++/templates.exp (test_ptype_of_templates): Accept
30549         new gdb result from g++ debug info improvements and make old
30550         pattern obsolescent.  Also account for size_t differences
30551         (may be int or long).
30552         * gdb.base/a1-selftest.exp (test_with_self): Check for case where
30553         initialization before function call is placed in the delay slot
30554         and thus appears to be skipped over by commands such as "next".
30555
30556 Fri Dec 29 16:09:20 1995  Stan Shebs  <shebs@andros.cygnus.com>
30557
30558         * gdb.base/a1-selftest.exp (test_with_self): Run without windows.
30559
30560 Wed Dec  6 10:45:42 1995  Jeffrey A. Law  <law@sethra.cygnus.com>
30561
30562         * gdb.base/*.exp: Make ${srcfile} only be the basename of the
30563         input source file; fix code to compile test to deal with this
30564         convention.
30565         * gdb.c++/*.exp: Likewise.
30566
30567 Mon Nov 27 11:40:16 1995  Fred Fish  <fnf@cygnus.com>
30568
30569         * gdb.base/signals.exp: Setup "alpha-*-osf2*" xfail for
30570         "bt in signals.exp".
30571
30572 Sat Nov 25 20:52:15 1995  Fred Fish  <fnf@phydeaux.cygnus.com>
30573
30574         * gdb.base/a1-selftest.exp: Add alpha-dec-osf2 setup_xfail for
30575         "step over execarg initialization" and
30576         "step over corearg initialization".
30577
30578 Sat Nov 25 18:20:14 1995  Fred Fish  <fnf@cygnus.com>
30579
30580         * gdb.base/ptype.c (main): Declare malloc as a "char *" for systems
30581         with sizeof(pointer) > sizeof(int).  Avoid "void *" or include files.
30582
30583 Sat Nov 25 11:03:42 1995  Fred Fish  <fnf@cygnus.com>
30584
30585         From Rob Savoye  (rob@poseidon.cygnus.com)
30586         * Makefile.in, configure.in, gdb.base/{Makefile.in, configure.in},
30587         gdb.c++/{Makefile.in, configure.in}, gdb.chill/{Makefile.in,
30588         configure.in}, gdb.disasm/{Makefile.in, configure.in},
30589         gdb.stabs/{Makefile.in, configure.in}, gdb.threads/{Makefile.in,
30590         configure.in}: Major reworking for autoconfig.
30591         * aclocal.m4, configure, gdb.base/configure, gdb.c++/configure,
30592         gdb.disasm/configure, gdb.stabs/configure, gdb.stabs/default.mt :
30593         New files.
30594         * config/unix-gdb.exp:  Make GDB global.
30595         * gdb.base/{a1-selftest.exp, a2-run.exp,bitfields.exp, break.exp,
30596         callfuncs.exp, commands.exp, corefile.exp, crossload.exp, exprs.exp,
30597         funcargs.exp, interrupt.exp, langs.exp, list.exp, mips_pro.exp,
30598         nodebug.exp, opaque.exp, printcmds.exp, ptype.exp, recurse.exp,
30599         regs.exp, return.exp, scope.exp, setvar.exp, sigall.exp, signals.exp,
30600         term.exp, twice.exp, watchpoint.exp, whatis.exp},
30601         gdb.c++/{classes.exp, callfuncs.exp, inherit.exp, misc.exp,
30602         templates.exp, virtfunc.exp}, gdb.chill/{callch.exp, chillvars.exp,
30603         misc.exp, pr-4975.exp, pr-5016.exp, pr-5020.exp, pr-5022.exp,
30604         pr-5646.exp, pr-5984.exp, pr-6292.exp, pr-6632.exp, pr-8134.exp,
30605         pr-8136.exp, result.exp, string.exp, tuples.exp},
30606         gdb.disasm/{hppa.exp, sh3.exp}, gdb.stabs/weird.exp: Change continues
30607         to returns as necessary, arrange for test to compile own testcase
30608         executable.
30609         * lib/gdb.exp: Changes for testsuite to compile own test cases.
30610
30611 Tue Nov 21 16:15:45 1995  Fred Fish  <fnf@cygnus.com>
30612
30613         * gdb.c++/classes.exp (test_pointers_to_class_members): Add
30614         clear_xfail at end of test which might not call either pass or fail.
30615         * gdb.base/a1-selftest.exp: Add i*86-*-linuxaout xfail for
30616         "backtrace through signal handler".
30617
30618 Sat Nov 18 04:09:31 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
30619
30620         * gdb.base/sigall.exp:  Work around OSF/1-3.x kernel bug when
30621         continuing from a job control stop signal.
30622         * gdb.stabs/alpha.mt:  Use $(CFLAGS) when building weird.o.
30623
30624 Wed Nov 15 00:28:03 1995  Jeffrey A Law  (law@cygnus.com)
30625
30626         * gdb.base/callfuncs.exp: Remove bogus hppa xfails.
30627         * gdb.base/corefile.exp: Likewise.
30628         * gdb.base/funcargs.exp: Likewise.
30629
30630 Tue Nov 14 15:18:10 1995  Stu Grossman  (grossman@cygnus.com)
30631
30632         * config/hmsirom.exp:  Setup for talking to hmsi ROM monitor.
30633         * config/monitor.exp:  Add support for setting baud rate.
30634
30635 Sat Nov  4 15:35:52 1995  Fred Fish  <fnf@cygnus.com>
30636
30637         * gdb.base/a1-selftest.exp: Remove i*86-*-sysv4* and
30638         i*86-*-linux* xfails for "backtrace through signal handler".
30639         * gdb.base/corefile.exp: Add i*86-*-sysv4* xfail for
30640         "print func2::coremaker_local".
30641         * gdb.base/break.exp: Add i*86-*-sysv4*, sparc-sun-sunos4,
30642         alpha-dec-osf2* xfail for
30643         "delete all breakpoints when none".
30644
30645 Wed Nov  1 15:57:16 1995  Fred Fish  <fnf@cygnus.com>
30646
30647         * gdb.base/break.exp: Change test that deletes all breakpoints
30648         when no user breakpoints are installed.  A post 4.15 change
30649         causes gdb to no longer prompt in this case.
30650
30651 Tue Oct 31 15:13:43 1995  Fred Fish  <fnf@cygnus.com>
30652
30653         * gdb.base/return.exp (return_tests):  Change xfail for test
30654         "correct value returned double test" to stop xfailing at
30655         Solaris 2.5.  Apparently the bug has been fixed.
30656
30657 Sun Oct 29 12:18:16 1995  Fred Fish  <fnf@cygnus.com>
30658
30659         * gdb.stabs/ecoff.sed: Remove comment lines except for first one.
30660         IRIX 4.0 /bin/sed chokes on them, though they work fine elsewhere.
30661
30662 Tue Oct 24 11:12:12 1995  Jeffrey A Law  (law@cygnus.com)
30663
30664         * gdb.disasm/hppa.exp: Test lci and syncdma instructions.
30665         * gdb.disasm/hppa.s: Corresponding changes.
30666
30667 Wed Oct 18 11:27:47 1995  Jeffrey A Law  (law@cygnus.com)
30668
30669         * gdb.base/configure.in (hppa*-*-hpux*): No longer needs target
30670         makefile fragment.
30671         * config/mt-hpux: Deleted.
30672
30673 Tue Oct 17 23:02:12 1995  Jeffrey A Law  (law@cygnus.com)
30674
30675         * Many files: When warning about suppressed tests due to a
30676         nonexistant test binary, avoid incrementing the warning count.
30677
30678 Tue Oct 10 11:00:41 1995  Fred Fish  <fnf@cygnus.com>
30679
30680         * Makefile.in (TARGET_FLAGS_TO_PASS):  Remove BISON.
30681
30682 Sun Oct  8 04:23:14 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
30683
30684         * gdb.base/return.exp:  Change xfail from "sparc-*-solaris2.*" to
30685         "sparc-*-solaris2*".
30686
30687 Sat Sep 23 01:22:23 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
30688
30689         * gdb.base/coremaker.c:  Produce a full core dump for AIX targets.
30690         Add global and local variables and initialize them.
30691         * gdb.base/corefile.exp:  Test correct mapping of corefile sections
30692         by printing variables. Remove rs6000 and powerpc xfails, BFD now
30693         extracts the file name and terminating signal from the core file.
30694         * TODO:  Remove note about tests for correct mapping of corefile.
30695         * gdb.base/ptype.c (main):  Use boolean2 to inhibit AIX 4.1 xlc
30696         from optimizing it away.
30697         * gdb.stabs/weird.exp:  Remove rs6000 xfail, xcoffread.c now
30698         handles common blocks.
30699
30700 Thu Sep 21 01:28:10 1995  Jeff Law  (law@snake.cs.utah.edu)
30701
30702         * gdb.disasm/sh3.s (fmac): Update for new assembler syntax
30703         * gdb.disasm/sh3.exp (fmac): Corresponding changes.
30704
30705 Wed Sep 20 13:15:05 1995  Ian Lance Taylor  <ian@cygnus.com>
30706
30707         * Makefile.in (maintainer-clean): New target, synonym for
30708         realclean.
30709         * gdb.base/Makefile.in (maintainer-clean): Likewise.
30710         * gdb.c++/Makefile.in (maintainer-clean): Likewise.
30711         * gdb.chill/Makefile.in (maintainer-clean): Likewise.
30712         * gdb.disasm/Makefile.in (maintainer-clean): Likewise.
30713         * gdb.stabs/Makefile.in (maintainer-clean): Likewise.
30714         * gdb.threads/Makefile.in (maintainer-clean): Likewise.
30715
30716 Sun Sep 10 13:14:01 1995  Fred Fish  <fnf@cygnus.com>
30717
30718         * gdb.base/scope.exp (text_at_main):  Add "hppa*-*-hpux*"
30719         xfails when not gcc compiled for "print foo::funclocal".
30720         (test_at_foo):  Add "hppa*-*-hpux*" xfails when not gcc compiled for:
30721         "print foo::funclocal at foo",
30722         "print 'scope1.c'::foo::funclocal at foo",
30723         "print foo::funclocal_bss at foo",
30724         "print 'scope1.c'::foo::funclocal_bss at foo",
30725         "print foo::funclocal_ro at foo",
30726         "print 'scope1.c'::foo::funclocal_ro at foo",
30727         "print bar::funclocal at foo" and
30728         "print 'scope1.c'::bar::funclocal at foo".
30729         (test_at_bar):  Add "hppa*-*-hpux*" xfails when not
30730         gcc compiled for "print foo::funclocal at bar".
30731         Expand all messages to ensure that they identify that
30732         the test is at bar().
30733         * gdb.base/opaque.exp: Add "hppa*-*-hpux*" xfails when not
30734         gcc compiled for:
30735         "ptype on opaque struct pointer (statically)",
30736         "ptype on opaque struct tagname (statically)",
30737         "ptype on opaque struct pointer (dynamically) 1",
30738         "ptype on opaque struct tagname (dynamically) 1",
30739         "ptype on opaque struct pointer (dynamically) 2" and
30740         "ptype on opaque struct tagname (dynamically) 2
30741         * gdb.base/nodebug.exp: Add "hppa*-*-hpux*" xfails when not
30742         gcc compiled for:
30743         "p datalocal"
30744         "whatis datalocal",
30745         "ptype datalocal",
30746         "p bsslocal",
30747         "whatis bsslocal", and
30748         "ptype bsslocal".
30749         * gdb.base/langs.exp: Add "hppa*-*-hpux*" xfails for
30750         "backtrace in langs.exp" and "up to langs0__2do in langs.exp"
30751         when not gcc compiled.
30752         * gdb.base/funcargs.exp (float_and_integral_args):  Add
30753         "hppa*-*-hpux*" xfail for "run to call2a" when not gcc
30754         compiled.
30755         (discard_and_shuffle):  Add "hppa*-*-hpux*" xfail for
30756         "backtrace from call6a" when not gcc compiled.
30757         (shuffle_round_robin): Add "hppa*-*-hpux*" xfail for
30758         "backtrace from call7a" when not gcc compiled.
30759         * gdb.base/callfuncs.exp (do_function_calls):
30760         Add "hppa*-*-hpux*" xfail when not gcc compiled for
30761         "p t_char_array_values(char_array_val2,char_array_val1)",
30762         "p t_char_array_values(char_array_val1,char_array_val2)",
30763         "p t_char_array_values("carray 1","carray 2")",
30764         "p t_char_array_values("carray 1",char_array_val2)",
30765         "p t_char_array_values(char_array_val1,"carray 2")",
30766         "p sum_args(1,{2})",
30767         "p sum_args(2,{2,3})",
30768         "p sum_args(3,{2,3,4})",
30769         "p sum_args(4,{2,3,4,5})"
30770         * gdb.base/corefile.exp: Add "hppa*-*-hpux*" xfail for
30771         "backtrace in corefile.exp" when not gcc compiled.
30772
30773 Sat Sep  9 01:35:39 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
30774
30775         * gdb.base/signals.exp:  Rewrite `handle all print' test as
30776         a procedure. Accept blanks or TABs as whitespace, increase
30777         timeout and expect input buffer size for the large output
30778         from the command. Remove "i*86-*-bsdi2.0" xfail.
30779
30780 Sat Sep  2 06:41:26 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
30781
30782         * gdb.base/setvar.exp:  Add new testcases for truncation when
30783         assigning invalid values to bitfields.
30784
30785 Sat Sep  2 00:17:31 1995  Fred Fish  <fnf@cygnus.com>
30786
30787         * gdb.base/callfuncs.exp (do_function_calls):  Remove
30788         mips-sgi-irix* xfail for
30789         "call inferior func with struct - returns char *"
30790         and fix test so that an optional (unsigned char *) cast is
30791         accepted in the result.
30792
30793 Fri Sep  1 13:42:01 1995  Fred Fish  <fnf@cygnus.com>
30794
30795         * gdb.base/funcargs.exp (float_and_integral_args):  Remove
30796         sparc-sun-solaris2* xfail for "print f1 after run to call2a".
30797         * gdb.c++/Makefile.in (SUFFIXES): Add .SUFFIXES and ".cc" suffix.
30798         * gdb.base/signals.exp: Remove duplicate "handle all print" test
30799         that accidentally got checked in.
30800
30801 Sun Aug 27 23:35:35 1995  Fred Fish  <fnf@cygnus.com>
30802
30803         * gdb.base/callfuncs.exp (do_function_calls):  Add alpha-dec-osf2*
30804         clear_xfail for "p t_float_values2(3.14159,float_val2)" for gcc
30805         compiled test.
30806         * gdb.base/opaque.exp (setup_xfail_on_opaque_pointer):
30807         Add mips-sgi-irix5* xfail for not gcc compiled.
30808         * gdb.base/Makefile.in (nodebug.o):  Also create nodebug.ci.
30809         * gdb.base/nodebug.exp: Add mips-sgi-irix5 xfail when not gcc
30810         compiled for "p top", "whatis top", "p middle", and "whatis
30811         middle".
30812         * gdb.base/whatis.exp: Add mips-sgi-irix* xfail for
30813         "whatis signed char" for not gcc compiled.
30814         * gdb.base/setvar.exp: Add mips-sgi-irix4* xfail (works on irix5) for
30815         "set variable signed char=-1 (-1)" and
30816         "set variable signed char=0xFF (0xFF)" for not gcc compiled.
30817         * gdb.base/funcargs.exp (float_and_integral_args):
30818         Add mips-sgi-irix5* xfail for "run to call2a" for not gcc compiled.
30819         Add mips-sgi-irix* xfail when not gcc compiled for
30820         "continue to call2b".
30821         Add mips-sgi-irix4* xfail (works with irix5) when gcc compiled for
30822         "continue to call2g".
30823         (discard_and_shuffle): Add mips-sgi-irix5* xfail whn not gcc
30824         compiled for "backtrace from call6a"
30825         (shuffle_round_robin): Add mips-sgi-irix* xfail when not gcc
30826         compiled for "backtrace from call7k".  Add mips-sgi-irix5* xfail
30827         when not gcc compiled for "backtrace from call7a".
30828         (localvars_after_alloca):  Fix gdb_test cmds for
30829         "print * after runto ...".
30830         Remove rs6000-*-* xfails for
30831         "print i after runto localvars_after_alloca" and
30832         "print l after runto localvars_after_alloca"
30833         for all compilers.
30834         * gdb.base/exprs.exp: Add mips-sgi-irix4* xfails (works with irix5),
30835         when not compiled with gcc, for:
30836         "print signed char == (minus)",
30837         "print signed char != (minus)",
30838         "print signed char < (minus)",
30839         "print signed char > (minus)".
30840         * gdb.base/callfuncs.exp (do_function_calls):
30841         Add mips-sgi-irix* xfail, when compiled with native compiler, for
30842         "call inferior func with struct - returns char *".
30843         * gdb.base/return.exp (return_tests): Change xfail for
30844         "correct value returned double test" to include Solaris 2.4.
30845         * gdb.base/funcargs.exp (float_and_integral_args):
30846         Add sparc-sun-solaris2* xfail for "print f1 after run to call2a".
30847
30848 Sat Aug 26 00:26:11 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
30849
30850         * gdb.base/setvar.c, gdb.base/setvar.exp:  Add new tests for
30851         enumeration bitfields if compiling with GNU C.
30852         * lib/gdb.exp:  Consume `(y or n) ' in `Reinitialize source path
30853         to empty' prompt.
30854
30855 Tue Aug 22 00:30:37 1995  Jeff Law  (law@snake.cs.utah.edu)
30856
30857         * gdb.base/scope.exp: xfail 'scope0.c'::filelocal_bss before run
30858         test for PRO targets.
30859
30860         * gdb.base/funcargs.exp: Avoid ever setting more than 8
30861         breakpoints in the inferior at any given time by making
30862         two groups of breakpoints for call2*, call6* and call7*
30863         tests.
30864
30865 Sun Aug 20 06:58:25 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
30866
30867         * gdb.base/funcargs.exp:  Fix typos introduced by Aug 15 change.
30868         * gdb.base/callfuncs.c (main):  Use struct_val1 to inhibit xlc
30869         from optimizing it away.
30870         * gdb.base/callfuncs.exp:  Remove rs6000-*-* xfails for
30871         "call inferior func with struct".
30872
30873 Wed Aug 16 11:57:15 1995  Stan Shebs  <shebs@andros.cygnus.com>
30874
30875         * configure.in: Only configure gdb.chill for particular targets.
30876
30877 Tue Aug 15 09:42:44 1995  Fred Fish  <fnf@cygnus.com>
30878
30879         * gdb.base/Makefile.in:  Add action to .c.o transformation
30880         rule that generates a .ci file for each .o file and remove
30881         explicit .c.o rules except for callfuncs.o.
30882         * gdb.c++/Makefile.in:  Add .cc.o transformation rule that
30883         generates a .ci file for each .o file and remove explicit
30884         .cc.o rules.
30885         (clean): Remove *.tmp *.ci files.
30886         (EXECUTABLES): Remove templ-info.exp.
30887         * gdb.base/compiler.c: New file.
30888         * gdb.c++/compiler.cc: New file
30889         * gdb.base/scope.exp: Source gdb.base/scope.ci.
30890         Change rs6000-*-* xfail for
30891         "print 'scope0.c'::filelocal_ro" and
30892         "print 'scope1.c'::filelocal" and
30893         "print 'scope1.c'::filelocal_bss" and
30894         "print 'scope1.c'::filelocal_ro" and
30895         "print 'scope1.c'::foo::funclocal" and
30896         "print 'scope1.c'::foo::funclocal_ro" and
30897         "print 'scope1.c'::bar::funclocal" and
30898         "print 'scope0.c'::filelocal_ro" and
30899         "print 'scope1.c'::filelocal at foo" and
30900         "print 'scope1.c'::filelocal_bss at foo" and
30901         "print 'scope1.c'::filelocal_ro at foo" and
30902         "print 'scope1.c'::foo::funclocal at foo" and
30903         "print 'scope1.c'::foo::funclocal_bss at foo" and
30904         "print 'scope1.c'::foo::funclocal_ro at foo" and
30905         "print 'scope1.c'::bar::funclocal at foo" and
30906         "print 'scope0.c'::filelocal_ro" and
30907         "print 'scope1.c'::filelocal" and
30908         "print 'scope1.c'::filelocal_bss" and
30909         "print 'scope1.c'::filelocal_ro" and
30910         "print 'scope1.c'::foo::funclocal" and
30911         "print 'scope1.c'::foo::funclocal_bss" and
30912         "print 'scope1.c'::foo::funclocal_ro" and
30913         "print 'scope1.c'::bar::funclocal" and
30914         "print 'scope1.c'::bar::funclocal_bss"
30915         to only be xfail'd when not compiled with gcc.
30916         Add rs6000-*-* xfail for
30917         "print 'scope0.c'::filelocal_bss before run"
30918         when compiled with gcc.
30919         (test_at_main): Add rs6000-*-* xfail for
30920         "print filelocal_ro in test_at_main"
30921         when compiled with gcc.
30922         * gdb.base/ptype.exp: Source gdb.base/ptype.ci.
30923         Add rs6000-*-aix* xfail for
30924         "whatis unnamed typedef'd enum (compiler bug in IBM's xlc)" and
30925         "ptype t_char_array",  not compiled with gcc.
30926         * gdb.base/list.exp (test_list_function):  Add rs6000-*-*
30927         xfail for "list foo (in include file)" when gcc compiled.
30928         * gdb.base/funcargs.exp: Source gdb.base/funcargs.ci
30929         (integral_args): Add rs6000-*-* xfail for
30930         "run to call0a" if not compiled with gcc.
30931         (unsigned_integral_args): Add rs6000-*-* xfail for
30932         "run to call1a" if not compiled with gcc.
30933         (float_and_integral_args):  Add rs6000-*-* xfail for
30934         "run to call2a" if not compiled with gcc and for
30935         "continue to call2b" for any compiler.
30936         Add rs6000-*-* xfail to
30937         "print f1 after run to call2a" for gcc compiled.
30938         (discard_and_shuffle): Add rs6000-*-* xfail for
30939         "run to call6a".
30940         (shuffle_round_robin): Add rs6000-*-* xfail for
30941         "backtrace from call7a" if not compiled with gcc.
30942         Add rs6000-*-* xfail for
30943         "backtrace from call7b" if compiled with gcc.
30944         (call_after_alloca): Add rs6000-*-* xfail for
30945         "print c in call_after_alloca" and
30946         "print s in call_after_alloca" and
30947         "backtrace from call_after_alloca_subr"
30948         if not compiled with gcc.
30949         (localvars_in_indirect_call): Add rs6000-*-* xfail for
30950         "print c in localvars_in_indirect_call" and
30951         "print c in localvars_in_indirect_call" and
30952         "backtrace in indirectly called function" and
30953         "stepping into indirectly called function"
30954         if not compiled with gcc.
30955         (localvars_after_alloca): Add rs6000-*-* xfail for
30956         "print c after runto localvars_after_alloca" and
30957         "print s after runto localvars_after_alloca" and
30958         "print i after runto localvars_after_alloca" and
30959         "print l after runto localvars_after_alloca"
30960         for all compilers.
30961         * gdb.base/whatis.exp: Source gdb.base/whatis.ci rather
30962         than whatis-info.exp.
30963         * gdb.base/opaque.exp: Source gdb.base/opaque0.ci rather
30964         than opaque-info.exp.
30965         Setup rs6000-*-* xfail for
30966         "ptype on opaque struct pointer (statically)" and
30967         "ptype on opaque struct pointer (dynamically)" when
30968         not compiled with gcc.
30969         * gdb.base/callfuncs.exp: Source gdb.base/callfuncs.ci
30970         rather than callf-info.exp.
30971         (do_function_calls):  Add clear_xfail for rs6000-*-* for
30972         "p t_float_values2(3.14159,float_val2)".  Seems to work
30973         fine there, both with xlc and gcc.  Need to find out what
30974         it is doing right and fix other platforms.
30975         * gdb.base/callfuncs.exp: Add rs6000-*-* xfail for
30976         "call inferior func with struct - returns int",
30977         "call inferior func with struct - returns long",
30978         "call inferior func with struct - returns float",
30979         "call inferior func with struct - returns double",
30980         "call inferior func with struct - returns char *",
30981         but only if not gcc compiled (presumes xlc compiled).
30982         Change rs6000-*-* xfails for
30983         "call inferior func with struct - returns char" and
30984         " call inferior func with struct -  returns short" to only
30985         xfail if not using gcc.
30986         (clean mostlyclean):  Remove *.ci and *.tmp files.
30987         * gdb.c++/templates.exp: Source gdb.c++/templates.ci rather
30988         than templ-info.exp.
30989         * gdb.base/langs.exp:  Source gdb.base/langs.ci.
30990         Add rs6000-*-* xfail for "up to foo in langs.exp"
30991         "up to cppsub_ in langs.exp" and "up to fsub in langs.exp"
30992         when not gcc compiled.
30993
30994 Sat Aug 12 15:05:36 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
30995
30996         * gdb.base/callfuncs.exp: Add xfails for the powerpc.
30997         * gdb.base/corefile.exp: Likewise.
30998         * gdb.base/list.exp: Likewise.
30999         * gdb.base/scope.exp: Likewise.
31000         * gdb.base/siganls.exp: Likewise.
31001
31002         * gdb.base/nodebug.exp: Add xfails for the powerpc.  Handle aix4
31003         compiler output.
31004         * gdb.base/whatis.exp: Likewise.
31005
31006 Fri Aug 11 13:36:20 1995  Jeff Law  (law@snake.cs.utah.edu)
31007
31008         * gdb.disasm/sh3.exp (all_fp_misc_tests): No longer expect a
31009         failure (opcode table has been fixed to match reality).
31010
31011 Mon Aug 14 09:01:59 1995  Fred Fish  <fnf@cygnus.com>
31012
31013         * gdb.base/callfuncs.exp: Add rs6000-*-* xfails for
31014         "call inferior func with struct - returns char",
31015         "call inferior func with struct - returns short"
31016
31017         * gdb.base/scope.exp: Remove rs6000-*-* xfails for
31018         "print 'scope0.c'::filelocal at main",
31019         "print 'scope0.c'::filelocal_bss in test_at_main",
31020         "print 'scope0.c'::filelocal at foo",
31021         "print 'scope0.c'::filelocal_bss in test_at_foo",
31022         "print 'scope0.c'::filelocal at bar",
31023         "print 'scope0.c'::filelocal_bss in test_at_bar"
31024
31025         * gdb.base/list.exp: Remove rs6000-*-* xfail for "list function
31026         in source file 1".  This bug seems to have been fixed with both
31027         gcc and native cc (was native assembler bug?).
31028
31029 Wed Aug  9 08:04:12 1995  Fred Fish  (fnf@cygnus.com)
31030
31031         * gdb.base/a1-selftest.exp: Change "i*86-*-sysv4" xfail for
31032         "backtrace through signal handler" to "i*86-*-sysv4*".
31033         * gdb.base/signals.exp: Add xfail for "'next' behaved as
31034         continue" case.  Add "known SVR4 bug" to fail message.
31035         Add "i*86-*-bsdi2.0" xfail for "handle all print".
31036         Add "i*86-*-bsdi2.0" xfail for "backtrace in signals_tests_1".
31037         * gdb.base/ptype.exp: Add "i*86-*-sysv4*" xfail for
31038         "whatis unnamed typedef'd enum..." and "ptype t_char_array".
31039         * gdb.base/langs.exp: Add "i*86-*-sysv4*" xfail for
31040         "up to foo in langs.exp", "show language at foo in
31041         langs.exp", "up to cppsub_ in langs.exp", "show
31042         language at cppsub_ in langs.exp", "up to fsub in
31043         langs.exp", and "show language at fsub in langs.exp".
31044         * gdb.base/corefile.exp: Add "i*86-*-sysv4*" to xfail for
31045         "bactrace in corefile.exp".
31046         * gdb.base/callfuncs.exp: Change xfail to "i*86-*-*" for
31047         "call inferior function with struct - returns float" and
31048         "call inferior function with struct - returns double".
31049
31050 Mon Aug  7 02:43:28 1995  Jeff Law  (law@snake.cs.utah.edu)
31051
31052         * gdb.disasm/sh3.s: Source for sh3 disassembler tests.
31053         * gdb.disasm/sh3.exp: Run the sh3 disassembler tests.
31054         * gdb.disasm/configure.in (sh-*-*): Use sh3.mt makefile fragment.
31055         * gdb.disasm/sh3.mt: Makefile fragment for sh3 ests.
31056
31057 Mon Aug  7 08:09:37 1995  Fred Fish  <fnf@cygnus.com>
31058
31059         * Makefile.in (CHILL_FOR_TARGET): Use previously defined
31060         (or overriden) "CHILL" macro rather then bare "gcc".
31061         Also look for ../../gcc/xgcc since that is what we will
31062         actually need, not "Makefile".  Remove following assignment
31063         of CHILL to CHILL_FOR_TARGET because that results in
31064         recursive definition.
31065
31066 Sun Aug  6 16:52:29 1995  Fred Fish  <fnf@cygnus.com>
31067
31068         * gdb.base/corefile.exp:  Change xfail for backtrace in
31069         corefile.exp from linuxaout to all linux.
31070         * gdb.base/sigall.exp (test_one_sig):  Specifically deal with
31071         cases where we miss the breakpoint at the signal handler
31072         for some reason.  Setup xfail for linuxoldld/linuxaout and
31073         getting SIGIO.  Setup xfail for linuxoldld/linuxaout for
31074         hitting SIGURG breakpoint.
31075         * gdb.base/signals.exp:  Setup xfail for "next" acting like
31076         continue to add linuxoldld.  Setup xfail for all linux for
31077         "next to handler in signals_tests_1", "backtrace in
31078         signals_tests_1", "continue to func1", "pass SIGUSR1",
31079         and continue to handler".
31080
31081 Thu Aug  3 10:45:37 1995  Fred Fish  <fnf@cygnus.com>
31082
31083         * Update all FSF addresses except those in COPYING* files.
31084
31085 Sun Jul 30 17:50:35 1995  Fred Fish  <fnf@cygnus.com>
31086
31087         * gdb.base/a2-run.exp: Change messages to be more explicit about
31088         the status of args, and quote binfile in results.
31089
31090 Sun Jul 30 10:24:20 1995  Fred Fish  <fnf@cygnus.com>
31091
31092         * gdb.base/callfuncs.exp: Add tests for passing structs to
31093         inferior functions and return various types.
31094         * gdb.base/callfuncs.c: Add functions to receive a struct
31095         and return a member of the struct, in various types.
31096
31097 Sat Jul 29 14:22:33 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
31098
31099         * gdb.base/Makefile.in (clean):  Remove callf-info.exp.
31100
31101 Fri Jul 28 13:36:11 1995  Brendan Kehoe  <brendan@lisa.cygnus.com>
31102
31103         * config/vxworks29k.exp: New file, sources vxworks.exp.
31104
31105 Fri Jul 28 00:28:36 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
31106
31107         * config/gdbremote.exp: New file.  Testing framework using
31108         gdbserver.
31109
31110 Thu Jul 27 12:17:14 1995  Fred Fish  (fnf@cygnus.com)
31111
31112         * gdb.base/interrupt.exp: Setup "i*86-*-linux" xfail for
31113         "call function when asleep" and "send end of file".
31114         * gdb.base/corefile.exp: Add "i*86-*-linuxaout" to xfail list
31115         for "backtrace in corefile.exp".
31116         * gdb.base/a1-selftest.exp: Add "i*86-*-linux*" to xfail list
31117         for "backtrace through signal handler".
31118         * gdb.base/corefile.exp: Make sure we actually generate a core file
31119         before trying the core tests.  Some systems allow the user to suppress
31120         generation of core files and default to that (linux for example).
31121         * gdb.base/signals.exp: Change xfail for "next" acting like "continue"
31122         from "i*86-*-linux" to "i*86-*-linuxaout".  Works with ELF beta.
31123
31124 Tue Jul 25 17:30:10 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
31125
31126         * gdb.threads: New directory with some crude multi-threaded
31127         gdb tests (step.exp and step2.exp).
31128         * config/mt-lynx (STEP_EXECUTABLE): Define.
31129         (THREADFLAGS): Define.
31130
31131 Tue Jul 25 01:03:52 1995  Jeff Law  (law@snake.cs.utah.edu)
31132
31133         * gdb.base/sigall.exp: Avoid losing in SIGPRIO test on lynx.
31134
31135         * gdb.base/signals.exp: Disable whole file for lynx until
31136         further notice.
31137
31138         * gdb.base/signals.exp: xfail test where "next" acts like
31139         "continue" for lynx.
31140
31141         * gdb.base/interrupt.exp: xfail test for calling function while
31142         inferior is asleep for lynx.
31143
31144         * gdb.base/watchpoint.exp: Handle more cases of gdb echoing more
31145         than one cr-lf  after each command.
31146
31147 Sun Jul 23 23:33:18 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
31148
31149         * configure.in:  Reinstate setting of stabsdirs variable, fix
31150         typo in setting up configdirs for native builds.
31151
31152         * gdb.base/return.exp:  Fix typo in return double test.
31153         * gdb.base/return.c (tmp2, tmp3):  Made global to inhibit the
31154         compiler from optimizing them away.
31155
31156 Fri Jul 21 11:39:34 1995  Jeff Law  (law@snake.cs.utah.edu)
31157
31158         * gdb.base/gdbvars.exp: Expect zero or more additional cr-lf
31159         sequences to be echo'd by gdb when using gdb_test.
31160         * gdb.chill/chexp.exp: Likewise.
31161         * gdb.fortran/exprs.exp: Likewise
31162
31163 Thu Jul 20 13:28:36 1995  Jeffrey A. Law  <law@rtl.cygnus.com>
31164
31165         * gdb.base/a1-selftest.exp: Reset the timeout value to 30 seconds
31166         after the inferior gdb has started.
31167
31168         * gdb.base/a2-run.exp: Handle gdb echoing more than one cr-lf
31169         after each command.
31170         * gdb.base/funcargs.exp: Likewise.
31171         * gdb.base/gdbvars.exp: Likewise.
31172         * gdb.base/interrupt.exp: Likewise.
31173         * gdb.base/list.exp: Likewise.
31174         * gdb.base/watchpoint.exp: Likewise.
31175         * gdb.c++/demangle.exp: Likewise.
31176         * gdb.c++/inherit.exp: Likewise.
31177         * gdb.chill/chexp.exp: Likewise.
31178         * gdb.fortran/exprs.exp: Likewise.
31179
31180         * gdb.base/watchpoint.exp: Disable watchpoint triggered in syscall
31181         test if we can't handle IO to/from the inferior.
31182
31183         * gdb.c++/misc.exp: Always check for a program already being
31184         started after sending a "run" command to gdb.
31185
31186         * gdb.base/twice.exp: Start with a fresh gdb.
31187
31188         * gdb.chill/chexp.exp: Remove skip_chill_tests check; these tests
31189         only depend on gdb's expression code, not the chill runtime.
31190
31191         * gdb.base/return.c: Put return values into variables so we
31192         can have gdb print them rather than depending on the program
31193         to print them.
31194         * gdb.base/return.exp: Corresponding changes.
31195
31196         * lib/gdb.exp: Provide default value for noinferiorio.
31197         * gdb.base/interrupt.exp: Skip tests if we can't handle IO to/from
31198         the inferior.
31199
31200         * gdb.base/break.exp: Always check for a program already being
31201         started after sending a "run" command to gdb.
31202         (text_next_with_recursion): Don't check the output from the
31203         program's printf statement.  Instead just make sure the program
31204         exited.
31205
31206         * gdb.base/commands.exp: Protect tests which need arguments with
31207         $noargs conditionals.
31208
31209 Wed Jul 19 22:42:43 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
31210
31211         * gdb.base/printcmds.exp:  Adjust expect patterns for addresses
31212         of structure member arrays to match gdb/valops.c:value_addr change.
31213
31214 Mon Jul 17 10:12:27 1995  Jeff Law  (law@snake.cs.utah.edu)
31215
31216         * gdb.base/a1-selftest.exp: Fix unmatched quotes in many timeout
31217         cases.
31218
31219 Wed Jul 12 10:20:08 1995  Fred Fish  (fnf@cygnus.com)
31220
31221         * configure.in (configdirs):  Remove gdb.chill from default list
31222         of subdirs and then add it back in only if doing a native build.
31223         The current chill compiler does not yet work in any cross build.
31224         * Revert all signal changes from Jul 6.
31225         * gdb.base/{sigall.c signals.c}:  Define away signal() and alarm()
31226         for sh-hms targets, allowing these tests to link, with no other
31227         changes.  Testing is suppressed by setting "nosignals" in site.exp.
31228
31229 Thu Jul  6 20:58:30 1995  Fred Fish  (fnf@cygnus.com)
31230
31231         * configure.in (signaldirs): Define and add to configdirs for all
31232         targets except some specific ones that are known to not support signals.
31233         Also clean up formatting.
31234         * gdb.base/Makefile.in (EXECUTABLES):  Remove sigall and signals.
31235         (signals, sigall):  Remove rules to build.
31236         * gdb.base/{sigall.c, sigall.exp, signals.c, signals.exp}:
31237         Moved to new gdb.signals directory.
31238         * gdb.signals: New test directory.
31239         * gdb.signals/{Makefile.in, configure.in, sigall.c, sigall.exp,
31240         signals.c signals.exp}:  New or moved files.
31241
31242 Sun Jun 25 12:55:18 1995  Jeff Law  (law@snake.cs.utah.edu)
31243
31244         * gdb.base/interrupt.exp: Don't choke if $nointerrupts doesn't exist.
31245
31246 Wed Jun 21 16:35:55 1995  Fred Fish  <fnf@cygnus.com>
31247
31248         * gdb.base/return.exp:  Xfail `return double' test failure
31249         on at least Solaris 2.3 and handle future/past versions on
31250         a case by case basis as appropriate.  Also update message
31251         to include i*86 failures.
31252
31253 Wed May 24 07:10:10 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31254
31255         * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
31256
31257         * lib/gdb.exp: Fix comment which erroneously identified
31258         gdb_file_cmd as gdb_load (the 19 May change was in fact to
31259         gdb_file_cmd not gdb_load).
31260         * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
31261
31262         * gdb.base/setvar.exp: Make test names consistent between pass and
31263         fail cases.  Use gdb_test more.
31264
31265 Fri May 19 07:22:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31266
31267         * lib/gdb.exp (gdb_load): Add "upvar timeout timeout".
31268
31269 Mon May 15 23:50:51 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
31270
31271         * gdb.base/help.exp:  Fix expected help string for `show commands'.
31272
31273 Thu May 11 07:55:11 1995  Jim Kingdon  <kingdon@deneb.cygnus.com>
31274
31275         * gdb.stabs/xcoff.sed: Change N_LSYM to C_DECL not C_LSYM.
31276
31277         * gdb.stabs/weird.exp: Remove xfail for xcoff bitching about lack
31278         of a text section.
31279
31280 Thu May 11 15:02:24 1995  Stu Grossman  (grossman@andros.cygnus.com)
31281
31282         * config/monitor.exp (gdb_target_monitor):  Fix loop interator so
31283         that loop eventually terminates.  Fix Connection refused logic so
31284         that testsuite will expire nicely.
31285
31286 Wed May 10 17:57:35 1995  Stu Grossman  (grossman@andros.cygnus.com)
31287
31288         * config/cpu32bug.exp, config/est.exp, config/hppro.exp,
31289         config/rom68k.exp:  New tcl glue for the appropriate monitors.
31290         These all just end up calling monitor.exp.
31291         * config/monitor.exp (gdb_target_monitor):  Handle `Connection
31292         refused' by retrying.  Cleanup some timeout issues.
31293         * (gdb_load):  Reduce timeout.  Cleanup some timeout issues.
31294         * lib/gdb.exp (gdb_test gdb_test_exact):  Upvar timeout so that
31295         callers don't have to set/restore global timeout variable.
31296
31297         * The following set of changes centralizes management of the global
31298         timeout variable.  This way, it can be set in one target dependent
31299         place instead of dozens of places scattered throughout the test suite.
31300         If you need to lengthen a timeout, then you should either set timeout
31301         in one of the config/{target}.exp files, or multiply it by a factor.
31302         Setting it to an absolute value is always going to lose for some
31303         targets.
31304         * gdb.base/a1-selftest.exp (test_with_self):  Only use local timeout.
31305         * gdb.base/callfuncs.exp (do_function_calls):  Don't set timeout.
31306         * gdb.base/funcargs.exp:  Don't set timeout.
31307         * gdb.base/list.exp (test_forward_search):  Only use local timeout.
31308         * gdb.base/printcmds.exp (test_print_string_constants
31309         test_print_array_constants):  Don't set timeout.
31310         * gdb.base/ptype.exp:  Don't set timeout.
31311         * gdb.base/recurse.exp:  Don't set timeout.
31312         * gdb.base/return.exp:  Don't set timeout.
31313         * gdb.base/watchpoint.exp:  Don't set timeout.
31314         * gdb.c++/classes.exp (do_tests):  Don't set timeout.
31315         * gdb.c++/virtfunc.exp (test_virtual_calls):  Don't set timeout.
31316
31317 Wed May 10 16:03:23 1995  Torbjorn Granlund  <tege@adder.cygnus.com>
31318
31319         * Makefile.in: Make clean targets work also when SUBDIRS is empty.
31320
31321 Mon May  1 07:32:48 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31322
31323         * lib/gdb.exp: Disable chill tests for irix5.
31324
31325 Wed Apr 26 07:36:03 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31326
31327         * gdb.base/scope.exp: Make test names unique.  Use gdb_test.  Make
31328         each test pass or fail.
31329
31330 Sun Apr 23 21:32:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31331
31332         * gdb.base/opaque.exp: Remove xfails for aix; print a warning if
31333         xlc not gcc.
31334
31335 Fri Apr 21 15:44:02 1995  Stu Grossman  (grossman@rtl.cygnus.com)
31336
31337         * cpu32bug.exp est.exp rom68k.exp:  Delete.  Unify into monitor.exp.
31338
31339 Wed Apr 19 17:41:21 1995  Stu Grossman  (grossman@cygnus.com)
31340
31341         * config/est.exp:  Fix copyright and comments.  Remove dead code.
31342         Use targetname, serialport and baud variables instead of fixed
31343         constants.
31344         * config/rom68k.exp:  Fix copyright and comments.  Remove dead code.
31345         * config/cpu32bug.exp:  New file to support cpu32bug monitors.
31346
31347 Wed Apr 19 13:47:16 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31348
31349         * gdb.base/watchpoint.exp: Don't run
31350         test_watchpoint_triggered_in_syscall for sunos.
31351
31352 Mon Apr 17 12:48:52 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31353
31354         * gdb.base/{break.c,run.c}: Don't include vxWorks.h or stdioLib.h;
31355         they don't seem to exist.  Do include stdio.h.
31356
31357 Fri Apr 14 09:40:22 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31358
31359         * gdb.base/a1-selftest.exp: Add alpha xfail.
31360
31361 Mon Apr 10 13:07:50 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31362
31363         * gdb.base/watchpoint.c (main): Prompt before calling read().
31364         * gdb.base/watchpoint.exp (test_watchpoint_triggered_in_syscall):
31365         Revise accordingly.  Remove cruft about sending "123" several
31366         times, until it gets noticed.  Clean up the "print buf[0]" stuff
31367         so that it passes or fails, and waits for prompts in the usual way.
31368
31369 Sun Apr  9 09:02:36 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31370
31371         * gdb.base/recurse.exp: Fix comment.
31372
31373         * TODO: Remove item about printing variables in nodebug.exp.  Add
31374         item about enabling tests which are only run on some targets.
31375
31376         * gdb.base/watchpoint.exp: Various cleanups (make each test pass or
31377         fail, make test names unique, use new gdb_test convention
31378         regarding pattern, use gdb_test more, etc.).
31379
31380         * gdb.base/bitfields.exp: Various cleanups (make each test pass or
31381         fail, make test names unique, etc.).
31382
31383 Sat Apr  8 02:47:45 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
31384
31385         * gdb.base/nodebug.c:  Change return type of top and middle to
31386         short.
31387         * gdb.base/nodebug.exp:  Remove xfails for ecoff systems, they
31388         are fixed by the recent mdebugread.c changes. Allow `short ()'
31389         as type for top and middle.
31390
31391 Thu Apr  6 08:54:18 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31392
31393         * gdb.base/break.exp: Remove commented out if $usestubs {}.  As
31394         nearly as I can tell, the whole thing was an accident in Stu's
31395         change of 24 Mar 1995 (logged in ../ChangeLog), in which he meant
31396         to replace a send/expect pair with gdb_test, but ended up only
31397         adding the gdb_test.  My change of 24 Mar 1995 and Kung's change
31398         of 30 Mar 1995 took care of it, but left this vestigial comment
31399         which I am now nuking.
31400
31401 Mon Apr  3 09:00:27 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31402
31403         * gdb.base/break.exp: Look for different line number for
31404         breakpoint at main depending on usestubs.
31405
31406 Sun Apr  2 08:15:45 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
31407
31408         * gdb.base/list.exp:  Adjust some alternate expect patterns to
31409         match recent list0.c change. Add alternate expect pattern for
31410         output from `list default lines around main' for optimizing
31411         compilers.
31412
31413 Sat Apr  1 07:23:22 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31414
31415         * lib/gdb.exp: If nosignals is not set, set it to 0.
31416
31417 Fri Mar 31 16:13:48 1995  Kung Hsu  <kung@mexican.cygnus.com>
31418
31419         * config/slite-gdb.exp: Responds to load symbol table prompt.
31420         * gdb.base/break.exp: Adjust line number, fix rerun.
31421         * gdb.base/langs0.c: Add #ifdef usestubs.
31422
31423 Thu Mar 30 15:36:55 1995  Kung Hsu  <kung@mexican.cygnus.com>
31424
31425         * gdb.base/list.exp: Adjust line contents after adding new lines in
31426         list0.c. Also fix a syntax error.
31427
31428         * lib/gdb.exp (gdb_run_cmd): Special handling for targets use stubs.
31429         * gdb.base/break.exp: ditto.
31430         * gdb.base/list.exp: ditto.
31431         * gdb.base/bitfields.c: Add #ifdef usestubs in main().
31432         * gdb.base/run.c: ditto.
31433         * gdb.base/list0.c: ditto.
31434         * gdb.base/funcargs.c: ditto.
31435
31436 Wed Mar 29 17:09:29 1995  Stu Grossman  (grossman@cygnus.com)
31437
31438         * testsuite/config/rom68k.exp (gdb_target_rom68k):  Use
31439         $targetname, $serialport and $baud instead of hardwired variables.
31440         * testsuite/gdb.base/{sigall.exp signals.exp}:  Skip these if the
31441         target doesn't support signals.
31442
31443 Wed Mar 29 12:29:34 1995  Kung Hsu  <kung@mexican.cygnus.com>
31444
31445         * lib/gdb.exp (runto_main): Fix regular expression bug, add return 1.
31446
31447 Tue Mar 28 08:46:45 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31448
31449         * gdb.base/recurse.exp: Make test names unique.  Change \\(+ to \\(.
31450         Don't rely on the value of an auto variable before it has been
31451         initialized.  Use gdb_test more.
31452
31453 Mon Mar 27 08:00:34 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31454
31455         * lib/gdb.exp (default_gdb_version): A version number must start
31456         with a digit, but other than that contains all characters up to
31457         the first whitespace character.
31458
31459 Sun Mar 26 13:19:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31460
31461         * gdb.base/commands.exp (breakpoint_command_test): New tests.
31462
31463 Sat Mar 25 15:38:06 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31464
31465         * gdb.c++/*.exp: Warn if executable does not exist.  The original
31466         reason for skipping the warning was that configure.in sometimes
31467         intentionally skipped building the executables but the tcl code
31468         had no way of knowing.  That (a) was always bogus with respect to
31469         error handling, (b) is no longer true (right now there is no way
31470         to skip C++ tests).
31471
31472         * gdb.c++/demangle.exp: Remove unused binfile and srcfile variables.
31473
31474 Sat Mar 25 01:16:10 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
31475
31476         * gdb.base/list.exp:  Add expect patterns for output from
31477         SunPRO compiled executables.
31478         * gdb.base/whatis.exp:  Allow leading `signed' for all v_signed_*
31479         types.
31480
31481 Fri Mar 24 06:11:05 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31482
31483         * gdb.base/break.exp (test_next_with_recursion): Accept any line
31484         number (we are already testing that the correct source line text
31485         gets printed).
31486
31487         * gdb.base/break.exp: Make one test if $usestubs.  I'm not sure
31488         that is what is intended, but something needed to be done to get
31489         sunos4 native working again.
31490
31491         * gdb.c++/misc.cc (main): Fix typo (#iffef -> #ifdef).
31492
31493         * gdb.base/a1-selftest.exp (test_with_self): Remove comment which
31494         apparently went with a (very) old xfail.
31495
31496 Fri Mar 24 13:41:09 1995  Kung Hsu  <kung@mexican.cygnus.com>
31497
31498         * gdb.base/callfuncs.exp: call runto_main instead of runto main.
31499         runto_main is a proc in gdb.exp that will do 'step' for target use
31500         stubs.
31501         * gdb.base/exprs.exp: ditto.
31502         * gdb.base/interrupt.exp: ditto.
31503         * gdb.base/opaque.exp: ditto.
31504         * gdb.base/printcmds.exp: ditto.
31505         * gdb.base/ptype.exp: ditto.
31506         * gdb.base/scope.exp: ditto.
31507         * gdb.base/setvar.exp: ditto.
31508         * gdb.base/signals.exp: ditto.
31509         * gdb.base/twice.exp: ditto.
31510         * gdb.c++/classes.exp: ditto.
31511         * gdb.c++/inherit.exp: ditto.
31512         * gdb.c++/templates.exp: ditto.
31513         * gdb.base/break.exp: no run and hit main for stubs. Change line
31514         numbers for breakpoints and info breakpoint.
31515         * gdb.base/break.c: Add #ifdef usestubs for set_debug_traps() and
31516         breakpoint().
31517         * gdb.base/callfuncs.c: ditto.
31518         * gdb.base/exprs: ditto.
31519         * gdb.base/interrupt.c: ditto.
31520         * gdb.base/opaque0.c: ditto.
31521         * gdb.base/printcmds.c: ditto.
31522         * gdb.base/ptype.c: ditto.
31523         * gdb.base/scope0.c: ditto.
31524         * gdb.base/setvar.c: ditto.
31525         * gdb.base/signals.c: ditto.
31526         * gdb.base/twice.c: ditto.
31527         * gdb.c++/misc.cc: ditto.
31528         * gdb.c++/templates.cc: ditto.
31529
31530 Fri Mar 24 06:11:05 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31531
31532         * config/vx-gdb.exp, lib/gdb.exp: Regexp cleanups (\[(\] -> \\(, etc.).
31533
31534         * gdb.base/a1-selftest.exp: Don't check for # followed by a digit
31535         somewhere between `read' and `main.c'.  I'm pretty sure the
31536         pattern ".*#\[0-9\].*" was slowing down pattern matching a lot,
31537         and it isn't particularly useful.
31538
31539         * gdb.base/scope.exp: Make test names unique.  \[(\] -> \\(.
31540
31541 Thu Mar 23 14:58:35 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31542
31543         * gdb.base/commands.exp (infrun_breakpoint_command_test): New test.
31544
31545 Wed Mar 22 18:36:05 1995  Kung Hsu  <kung@mexican.cygnus.com>
31546
31547         * config/mt-slite: add LIBS and -nostdlib.
31548         * config/slite-gdb.exp: add this new file to support sparclite target.
31549
31550 Tue Mar 21 21:41:04 1995  Doug Evans  <dje@canuck.cygnus.com>
31551
31552         * config/vx-gdb.exp (gdb_load): Update test of vxworks_ld return code.
31553
31554         * gdb.base/a2-run.exp: Change argument to istarget from
31555         "*-*-vxworks" to "*-*-vxworks*".
31556         * gdb.base/{break.exp,default.exp,scope.exp}: Likewise.
31557
31558 Tue Mar 21 17:08:47 1995  Kung Hsu  <kung@mexican.cygnus.com>
31559
31560         * lib/gdb.exp: add proc runto_main, for targets that use stubs, this
31561         will not runto main but do a 'step' to step out of breakpoint().
31562         * config/mt-slite: add -Dusestubs.
31563
31564 Tue Mar 21 12:14:12 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31565
31566         * gdb.base/printcmds.exp (test_artificial_arrays): Send ^V@
31567         instead of just @.
31568
31569         * gdb.base/signals.exp: Add test for "handle all print".
31570         * TODO: Remove "handle all print".  Also remove item about
31571         checking copyright date (I don't like the idea of a spurious FAIL
31572         based on when we run the tests).
31573
31574         * gdb.base/recurse.exp: Enable test for SunOS4.  xfail one test
31575         for SunOS4 (reason for failure not investigated).  Remove
31576         redundant test for $binfile.
31577
31578         * gdb.base/nodebug.c (array_index): Call malloc.
31579
31580         * gdb.base/{corefile.exp,default.exp}: Make names of "up" tests unique.
31581
31582 Mon Mar 20 10:08:17 1995  Jeff Law  (law@snake.cs.utah.edu)
31583
31584         * gdb.base/recurse.exp: Update gdb_test invocation to use new
31585         conventions and slightly simplify the matching regexp.
31586
31587 Fri Mar 17 05:43:28 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31588
31589         * gdb.base/break.exp: Update gdb_test invocation to use new
31590         convention.
31591
31592         * lib/gdb.exp: If noargs is not set, set it to 0.
31593
31594         * gdb.base/nodebug.exp: Comment out redundant test.  Make name of
31595         tests unique.
31596
31597         * lib/gdb.exp: Skip CHILL for AIX and Solaris.
31598
31599 Thu Mar 16 16:27:07 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31600
31601         * gdb.base/nodebug.exp: It is OK if GDB thinks top and middle have
31602         one argument of type "<non-float parameter>".
31603
31604 Wed Mar 15 15:54:56 1995  Stu Grossman  (grossman@cygnus.com)
31605
31606         * config/rom68k.exp:  New file to support Motorola IDP board.
31607         * gdb.base/a2-run.exp:  Skip this file if noargs is set.
31608         * gdb.base/break.c:  Change things around so that this program
31609         doesn't depend upon args.  This is necessary to make remote
31610         targets work (in general, they can't take args).
31611         * gdb.base/break.exp:  Don't try to send args to program.  Don't
31612         expect output.  Also, replace lots of code with gdb_test.
31613
31614 Wed Mar 15 04:11:14 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31615
31616         * gdb.base/printcmds.exp (test_character_literals_accepted): Test
31617         printing of '\'' (which is what the comment says we are testing,
31618         even though we were not), not '''.
31619         (test_integer_literals_rejected): Test that printing ''' is an error.
31620
31621         * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
31622         gdb.chill/chexp.exp, gdb.base/printcmds.exp,
31623         gdb.c++/cplusfuncs.exp, gdb.chill/callch.exp, gdb.chill/misc.exp,
31624         gdb.chill/pr-6292.exp, gdb.chill/string.exp, gdb.chill/tuples.exp:
31625         Use gdb_test not test_print_accept.
31626         * lib/gdb.exp: Remove test_print_accept.
31627
31628         * gdb.base/signals.exp (signal_tests_1): Make pass message
31629         consistent with fail message.
31630
31631         * gdb.base/whatis.exp: Remove xfails for printing char vs.
31632         unsigned char; the bug (PR 1821) is fixed.
31633
31634         * gdb.base/scope.exp: Remove xfails for PRs 1843 and 1868.
31635
31636         * gdb.base/scope.exp (test_at_localscopes): Call pass for
31637         successful tests--makes xfailing them work right.
31638
31639 Tue Mar 14 07:39:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31640
31641         * lib/gdb.exp (gdb_test): Between $pattern and $prompt, expect
31642         only \r\n, not .*.  The test can pass .* as the last thing in
31643         $pattern if that is what it wants.  In addition to providing this
31644         flexibility, this change should speed up pattern matching in cases
31645         where the pattern already ended with .* (there were a number of
31646         them).  This change also helps catch bad patterns--in the old
31647         scheme the typo "char \*" instead of "char \\*" would pass.  Now
31648         it is caught.
31649         * Many .exp files: Update callers.
31650
31651         * gdb.base/funcargs.exp: Replace \[(\]+ with \\(.  The latter is
31652         clearer and does not spuriously match multiple ('s.  Likewise for
31653         ) and *.
31654
31655         * gdb.base/nodebug.exp: Test ability to call a function and pass
31656         it a string (even with no debugging info).
31657
31658         * gdb.base/printcmds.exp (test_integer_literals_rejected): Change
31659         "p '\'", which is the same as "p ''" once tcl gets done with
31660         quoting, to "p '\\'", which I suspect is what is intended (one
31661         backslash gets sent to GDB).
31662
31663         * gdb.base/printcmds.exp (test_artificial_arrays): New tests.
31664
31665 Fri Mar 10 13:31:46 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31666
31667         * gdb.base/a1-selftest.exp: Remove xfail for solaris.  The bug (PR
31668         1817) was fixed literally years ago.
31669
31670 Fri Mar 10 02:49:40 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
31671
31672         * gdb.base/funcargs.exp (call_after_alloca):  Remove `next'
31673         test, it causes stepping out of call_after_alloca_subr with
31674         optimizing compilers.
31675         (localvars_in_indirect_call):  Consume GDB prompt if `finish'
31676         fails.
31677
31678         * gdb.c++/templates.exp:  Source templ-info.exp only if
31679         the templates executable exists.
31680
31681         * gdb.c++/misc.cc (class Contains_static_instance,
31682         class Contains_nested_static_instance),
31683         gdb.c++/classes.exp (test_static_members):  Test printing of
31684         a class that contains a static instance of the class.
31685
31686 Thu Mar  9 11:43:55 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31687
31688         * gdb.base/langs2.c (cppsub_): Don't prototype.
31689         * gdb.base/langs2.cxx (cppsub_): Fix prototype (cosmetic value
31690         only, I believe).
31691
31692 Wed Mar  8 10:29:33 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31693
31694         * lib/gdb.exp (skip_chill_tests): New procedure.
31695
31696         * gdb.base/signals.exp (signal_tests_1): xfail for irix.
31697
31698 Mon Mar  6 10:44:06 1995  Jeff Law  (law@snake.cs.utah.edu)
31699
31700         * gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
31701         each expect pattern.  Cuts runtime from 12 to about 4 seconds.
31702
31703 Thu Mar  2 05:31:34 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31704
31705         * gdb.base/langs.exp: Don't insist that foo__Fi be demangled.
31706
31707         * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Only
31708         disassemble 8, not 16, instructions for part 4.
31709
31710         * config/vx-gdb.exp (gdb_start): Use \030, not \CX.  tcl doesn't
31711         support the latter anymore.
31712
31713         * gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
31714         -DNO_PROTOTYPES.
31715         * gdb.base/callfuncs.c: Control use of prototypes based on
31716         NO_PROTOTYPES, not __STDC__.
31717         * gdb.base/callfuncs.exp (do_function_calls): xfail one of the
31718         t_float_values2 tests if prototypes in use.
31719
31720         * gdb.base/callfuncs.c (t_float_values, t_float_values2,
31721         t_double_values):  When checking differences against DELTA, check
31722         that difference is within the range (-DELTA,DELTA), not just
31723         (-infinity,DELTA).
31724
31725 Tue Feb 28 16:28:54 1995  Kung Hsu  <kung@mexican.cygnus.com>
31726
31727         * config/mips-gdb.exp (gdb_load): In every test case, we need to do
31728         'file' command firts, then 'target', then 'load', this is due to gdb
31729         target set up.
31730         * config/mips-gdb.exp: Fix a couple regular exp bugs.
31731
31732 Thu Feb 23 17:44:55 1995  Jeff Law  (law@snake.cs.utah.edu)
31733
31734         * gdb.disasm/hppa.s (fmemLRbug_tests): Add tests for the indexing
31735         FP load/store variants.
31736         * gdb.disasm/hppa.exp (fmemLRbug_tests): Test new variants.
31737
31738 Wed Feb 22 18:29:08 1995  Jim Kingdon  <kingdon@rtl.cygnus.com>
31739
31740         * gdb.base/term.exp: Do not give a warning if not native, it is
31741         not an abnormal condition.
31742
31743 Tue Feb 21 13:08:47 1995  Jim Kingdon  <kingdon@cygnus.com>
31744
31745         * gdb.base/ptype.exp: Accept char[0] as well as char[] for "ptype
31746         t_char_array".
31747
31748 Sun Feb 19 13:10:06 1995  Jim Kingdon  <kingdon@rtl.cygnus.com>
31749
31750         * lib/gdb.exp (default_gdb_version): Pass GDBFLAGS to gdb when we
31751         are getting the version number.
31752
31753         * gdb.base/{a1-selftest.exp,corefile.exp}: Do not give a warning
31754         if not native, it is not an abnormal condition.
31755
31756 Thu Feb 16 15:56:56 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31757
31758         * lib/gdb.exp: Just use "file exists", rather than undocumented
31759         dejagnu procedure "findfile".
31760
31761 Thu Feb 16 10:30:24 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
31762
31763         * config/mt-vxworks (CFLAGS): Set to -g -Dvxworks.
31764           (LDFLAGS): Set to -Xlinker -Ur.
31765
31766         * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB, GDBFLAGS):
31767           Removed, these values are set by lib/gdb.exp.
31768
31769         * lib/gdb.exp: If GDBFLAGS is unset, set it to -nx.
31770
31771 Wed Feb 15 14:23:28 1995  J.T. Conklin  <jtc@rtl.cygnus.com>
31772
31773         * config/vx-gdb.exp (spawn_vxgdb): Use default_gdb_start instead
31774           of replicating gdb startup code.
31775
31776         * config/mt-vxworks (LDFLAGS): Set to -r.
31777           (CFLAGS_FOR_TARGET): Removed.
31778
31779         * config/vx-gdb.exp: always set prompt; gdb.exp sets it to
31780           (gdb) and gdb for vxworks uses (vxgdb).
31781
31782         * Makefile.in, gdb.{base,c++,chill}/Makefile.in (GDB): If a gdb
31783           executable is not in the tree and host != target, use sed and
31784           program_transform_name to determine the gdb name used by the
31785           target.
31786
31787         * configure.in, gdb.{base,c++,chill}/configure.in: changed so
31788           *-*-vxworks* matches vxworks and *-*-netware* matches NetWare.
31789
31790 Sun Feb 12 08:11:58 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31791
31792         * gdb.base/{callfuncs.exp,callfuncs.c}: Add tests for passing
31793         floats, chars, and shorts where there are ANSI-style function
31794         definitions.
31795
31796         * gdb.base/langs.exp, gdb.base/langs*: New test.
31797         * gdb.base/Makefile.in: Build it.
31798         * TODO: Remove item about checking that C names don't get C++
31799         demangling applied; this test tests it.
31800
31801 Thu Feb  9 12:43:56 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31802
31803         * gdb.stabs/weird.exp: Remove "Haven't examined" comment which
31804         went with the const70 xfail.  The xfail went away a year ago.
31805
31806         * gdb.base/signals.exp: Rename a bunch of tests to give unique names.
31807
31808         * gdb.base/corefile.exp: Give backtrace test unique name.  xfail
31809         for hp300.
31810
31811         * gdb.base/interrupt.exp: Also xfail hpux (for hp300).
31812
31813         * gdb.base/a1-selftest.exp: Don't run on hp300.
31814
31815 Sat Feb  4 15:04:32 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31816
31817         * Makefile.in (site.exp): Set host_alias and target_alias as well
31818         as host_triplet and target_triplet.
31819
31820 Wed Feb  1 08:03:48 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31821
31822         * gdb.base/a1-selftest.exp: Invoke stty before starting inferior.
31823
31824         * gdb.base/nodebug.exp: Add xfails for ultrix and irix5 (same
31825         places as other ecoff systems).
31826
31827         * gdb.base/a1-selftest.exp (test_with_self): Don't invoke stty on
31828         ultrix.
31829
31830 Mon Jan 30 11:44:52 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31831
31832         * gdb.base/nodebug.c (inner): Use variables so AIX linker doesn't
31833         remove them.
31834         * gdb.base/nodebug.exp: Accept "function" in addition to "text
31835         variable and "variable" in addition to "data variable".
31836         * gdb.base/nodebug.exp: xfail datalocal and bsslocal tests for AIX.
31837
31838         * gdb.base/list.exp (test_forward_search): Set listsize to 4 not
31839         2.
31840         * gdb.base/list1.c (long_line): Add additional statement at start
31841         of function.
31842         * gdb.base/list.exp (test_forward_search): Update line number to
31843         reflect new statement.
31844
31845 Sun Jan 29 13:34:25 1995  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
31846
31847         * gdb.base/signals.exp:  Reinitialize searched source directories
31848         after gdb_start call.
31849
31850 Sat Jan 28 01:34:44 1995  Jeff Law  (law@snake.cs.utah.edu)
31851
31852         * gdb.disasm/Makefile.in (clean): Delete "errs" file.
31853         * gdb.stabs/Makefile.in: Likewise.
31854
31855         * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Revert last
31856         change.  Instead split the tests into smaller pieces.
31857         * gdb.disasm/hppa.s: Corresponding changes.
31858
31859 Fri Jan 27 09:24:51 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31860
31861         * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
31862         Quote ^C when passing it to stty.  For some shells ^ is a pipe.
31863
31864         * gdb.base/funcargs.exp: Modify many tests so that every test
31865         either passes or fails.  Make some test names unique.
31866
31867 Thu Jan 26 19:20:34 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31868
31869         * gdb.base/a1-selftest.exp (test_with_self), gdb.base/interrupt.exp:
31870         Call stty to set interrupt character.
31871
31872         * gdb.disasm/hppa.mt (hppa), gdb.stabs/hppa.mt (weird.o): Check
31873         for HP assembler versus GNU assembler based on actual behavior of
31874         $(CC), rather than assuming that $(AS) is always the GNU assembler.
31875
31876         * TODO: Suggest a few more stepping tests.
31877
31878 Wed Jan 25 14:52:41 1995  Stan Shebs  <shebs@andros.cygnus.com>
31879
31880         * gdb.base/default.exp: xfail no-stack backtraces for h8300,
31881         restart GDB for h8300 after a continue.
31882         (return): Add pattern to match a29k-udi behavior.
31883         * gdb.base/nodebug.exp: Remove obsolete comment.
31884         * gdb.base/regs.exp: New file, testing of register displays.
31885         * gdb.base/return.exp: Fix typo in reference to $objdir.
31886         * gdb.base/whatis.exp: Always start with a fresh GDB.
31887
31888 Wed Jan 25 11:12:07 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31889
31890         * gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
31891         higher, these tests generate a lot of output.
31892
31893 Tue Jan 24 07:58:44 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31894
31895         * lib/gdb.exp (gdb_test): Remove catch from around the send.  The
31896         code following the catch silently ignored some errors; without the
31897         catch they should be thrown like any other tcl error.  Also, the
31898         catch used "" instead of {} which meant all the callers who wanted
31899         to include one of the characters "[]$ had to quote it an extra time.
31900         * gdb.base/{callfuncs.exp,commands.exp,gdbvars.exp,printcmds.exp,
31901         ptype.exp,signals.exp,watchpoint.exp}, gdb.c++/{cplusfuncs.exp,
31902         demangle.exp}, gdb.chill/chexp.exp, gdb.fortran/exprs.exp:
31903         Remove extra quoting.
31904
31905 Mon Jan 23 21:57:54 1995  Jeff Law  (law@snake.cs.utah.edu)
31906
31907         * gdb.base/commands.exp: Make test names unique; every test either
31908         passes or fails.  Update some comments.
31909
31910         * gdb.disasm/hppa.exp (do_system_control_tests): Update.
31911
31912 Sat Jan 21 15:34:52 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31913
31914         The following fixes a FAIL caused by the fact that the alpha stabs
31915         configuration didn't use the ".if alpha" code in weird.def.
31916         * gdb.stabs/weird.def (v_comb): Use type attribute to specify 32
31917         bit pointer, so the 32 bit version works even on the alpha.
31918         * gdb.stabs/{alpha.mt,ecoff.mt,aout.sed,hppa.sed,xcoff.sed,weird.def}:
31919         Remove the stuff which allowed us to have separate versions for
31920         alpha and everything else.
31921
31922         * gdb.c++/cplusfuncs.exp (test_lookup_operator_functions): Fix
31923         regexp which "info func operator\[\](" is supposed to match.  Fix
31924         string to send to GDB.  Note that GDB still doesn't work right.  Add a
31925         new test for "info func .perator\[\](" which GDB does handle correctly.
31926
31927         * gdb.base/nodebug.exp: xfail most of the new tests for ecoff systems.
31928
31929 Fri Jan 20 12:14:23 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
31930
31931         * gdb.c++/classes.exp, gdb.c++/cplusfuncs.exp,
31932         gdb.c++/inherit.exp, gdb.c++/templates.exp, gdb.c++/virtfunc.exp,
31933         gdb.fortran/exprs.exp, gdb.fortran/types.exp, gdb.chill/chexp.exp,
31934         gdb.base/printcmds.exp: Remove passcount, failcount, etc., stuff;
31935         it makes the tests harder to understand and confuses test-o-matic.
31936         The preferred style is that each test provides a PASS or a FAIL,
31937         and has a unique message (e.g. "continue #54" not just "continue")
31938         which is the same for the pass and the fail.
31939         * gdb.fortran/exprs.exp, gdb.fortran/types.exp,
31940         gdb.chill/chexp.exp: Move test_print_accept and test_print_reject
31941         to lib/gdb.exp.
31942         * gdb.base/printcmds.exp: Use test_print_accept.  Remove
31943         prt_accept which was basically the same thing.  Likewise for
31944         test_print_reject and prt_reject.
31945         * lib/gdb.exp (test_print_reject): Add some more error message
31946         patterns to match from the former printcmds.exp (prt_reject).
31947         * gdb.c++/classes.exp, gdb.base/scope.exp: Remove spurious xfails.
31948         One defect of the passcount stuff is that some of it failed to
31949         report XPASS where appropriate.
31950         * gdb.c++/cplusfuncs.exp (print_addr_of): No longer accept extra
31951         stuff before and after arg in expected pattern.
31952         (test_paddr_operator_functions): Re-do test without print_addr_of;
31953         this is the only test which seems to want extra stuff there.
31954
31955 Tue Jan 17 10:47:53 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
31956
31957         * gdb.base/nodebug.exp: Update new tests to reflect improved
31958         wording of gdb output.
31959
31960         * gdb.base/nodebug.exp: Add tests to check that "print", "whatis"
31961         and "ptype" work on variables in files compiled without -g.
31962         Replaces commented out "maint print msymbol" tests.
31963
31964 Mon Jan 16 12:13:28 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
31965
31966         * gdb.base/setvar.c (dummy): Call malloc.
31967
31968         * gdb.stabs/aout.sed: Enclose comments within a sed command to avoid
31969         losing with the irix4 sed.
31970
31971         * gdb.base/sigall.exp (test_one_sig): Add xfail for "get signal
31972         ALRM" on irix4.
31973
31974 Sun Jan 15 21:58:26 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
31975
31976         * TODO: Remove items about corefile.exp testing new exec-file and
31977         backtrace; both are now done.  Add items about printing enums.
31978
31979 Sat Jan 14 11:25:28 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
31980
31981         * gdb.base/sigall.exp (test_one_sig): Attempt to recover if
31982         "get signal $thissig" test fails.
31983
31984         * gdb.base/setvar.exp: Check for and reject crazy expected type hacks.
31985
31986 Thu Jan 12 01:14:53 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
31987
31988         * gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
31989         compiler warning with dec alpha compiler.
31990
31991         * gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
31992         extra \n from gdb_test call (this explains why the prompt test
31993         that I removed yesterday was there).
31994         (user_defined_command_test): Remove extra \n and prompt test.
31995
31996         * gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
31997         doesn't exist.  Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
31998         doesn't exist.
31999         * gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
32000         Also remove alpha workaround, which turns out to be because
32001         SIGABRT == SIGLOST.
32002
32003         * gdb.base/sigall.exp: Add workaround for alpha weirdness.
32004
32005         * gdb.base/help.exp: Don't test "help show".
32006
32007 Wed Jan 11 14:37:04 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
32008
32009         * gdb.base/commands.exp: Call gdb_exit and gdb_start so that
32010         "set print address" is on.
32011         * gdb.base/commands.exp (if_while_breakpoint_command_test): Don't
32012         pass prompt to gdb_test; gdb_test already looks for the prompt.
32013
32014         * gdb.base/help.exp: Replace most of docstring for "define" with ".*".
32015
32016         * gdb.base/a1-selftest.exp: Don't test "maint dump-me".  That test
32017         was a vestige of the manual TESTSTRATEGY, and the purpose of it
32018         was to make sure that gdb can read a core file.  But (a) the "read
32019         the corefile" part didn't make it to a1-selftest.exp, we just
32020         delete the corefile after creating it, and (b) we test reading
32021         corefiles in corefile.exp anyway.  Also, this test left around a
32022         xgdb process on Solaris.
32023
32024         * gdb.base/corefile.exp: Also test backtrace.
32025
32026 Wed Jan 11 00:14:40 1995  Jeff Law  (law@snake.cs.utah.edu)
32027
32028         * gdb.base/commands.exp: Test a simple user defined command with
32029         arguments and if/while statements; verify the full user command is
32030         printed by "show user".
32031
32032         * gdb.base/commands.exp: Test if/while commands as part of a
32033         breakpoint command list; verify they appear in breakpoint
32034         information.
32035
32036 Wed Jan 11 00:47:58 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
32037
32038         * gdb.base/sigall.c (gen_FPE): Generate SIGFPE with kill() rather
32039         than by dividing by zero.
32040
32041 Tue Jan 10 21:38:05 1995  Jeff Law  (law@snake.cs.utah.edu)
32042
32043         * gdb.base/watchpoint.exp: hppa*-*-*bsd* no longer has problems
32044         performing an inferior call with watchpoints enabled.
32045         * gdb.base/watchpoint.c (main): Delete second unnecessary read
32046         call.
32047
32048 Tue Jan 10 18:42:07 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
32049
32050         * gdb.stabs/weird.exp: Allow spaces followed by backspaces in echo
32051         of "file" command.
32052
32053         * gdb.c++/classes.exp (test_ptype_class_objects, ptype class Foo):
32054         Add additional pattern for when "int operator int(void);" appears
32055         in a different order.
32056
32057 Mon Jan  9 16:22:46 1995  Jim Kingdon  <kingdon@lioth.cygnus.com>
32058
32059         * gdb.base/signals.exp: Call gdb_exit and gdb_start.
32060
32061         * gdb.base/help.exp: Replace most of docstrings for "info signals"
32062         and "signal" with ".*".
32063
32064 Wed Jan  4 11:35:19 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
32065
32066         * TODO: Add note about "handle all nostop".
32067
32068         * gdb.base/{sigall.c, sigall.exp}: New test.
32069         * gdb.base/Makefile.in: Add it.
32070
32071 Thu Jan  5 17:34:03 1995  Stan Shebs  <shebs@andros.cygnus.com>
32072
32073         * lib/gdb.exp, gdb.base/corefile.exp: Supply -nw as argument
32074         when invoking GDB, suppresses any windowing interface.
32075
32076 Mon Jan  2 17:40:21 1995  Stan Shebs  <shebs@andros.cygnus.com>
32077
32078         * config/sim-gdb: New file, simulator testing support.
32079
32080 Wed Dec 28 12:21:50 1994  Jeff Law  (law@snake.cs.utah.edu)
32081
32082         * gdb.base/interrupt.exp: Test calling func1 twice.
32083
32084 Wed Dec 21 12:51:37 1994  Jim Kingdon  <kingdon@deneb.cygnus.com>
32085
32086         * gdb.base/list.exp (test_forward_search): Set timeout higher
32087         when we'll be getting lots of output from gdb.
32088
32089         * gdb.base/a1-selftest.exp: Move code that was inside expect -re
32090         "init_malloc" to after the expect statement.  Run it if that
32091         regexp is taken, but also for two others which happen if source
32092         cannot be found.
32093
32094 Tue Dec 20 12:35:21 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32095
32096         * gdb.base/printcmds.exp: New test, for printing register before
32097         program is running.
32098
32099 Mon Dec 19 00:32:55 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32100
32101         * gdb.base/list.exp:  Correct some alternate expect patterns
32102         to reflect changes in list1.c.
32103
32104 Sat Dec 17 14:20:03 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32105
32106         * TODO: Add item regarding large frames.
32107
32108         * gdb.base/{funcargs.exp, funcargs.c} (call_after_alloca): New test.
32109
32110         * TODO: Remove item about enabling return.exp; it
32111         is enabled.  Suggest a few more "return" tests.
32112
32113 Sat Dec 17 02:33:37 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32114
32115         * gdb.c++/misc.cc, gdb.c++/inherit.exp:  Add testcases for
32116         anonymous unions.
32117
32118 Tue Dec 13 11:26:00 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32119
32120         * gdb.chill/Makefile.in: Put all rule before rules for pr-4975.o
32121         and pr-5646.o, so "make" is the same as "make all", not "make
32122         pr-4975.o".
32123
32124 Wed Dec  7 19:02:02 1994  Stan Shebs  <shebs@andros.cygnus.com>
32125
32126         * gdb.base/list.exp: Adjust expectations to reflect changes in
32127         list1.c.
32128         (test_forward_search): New test proc.
32129         * gdb.base/list1.c (long_line): New function, has long source line.
32130
32131 Thu Dec  1 23:14:49 1994  Stan Shebs  <shebs@andros.cygnus.com>
32132
32133         * gdb.base/a1-selftest.exp: Change initial stepping to know about
32134         additional line of code that was added.
32135
32136 Wed Nov 30 19:43:14 1994  Jeff Law  (law@snake.cs.utah.edu)
32137
32138         * gdb.disasm/hppa.s: Break the large branching tests into smaller
32139         tests so as not to overflow expect's input buffers.
32140         * gdb.disasm/hppa.exp: Corresponding changes.
32141
32142 Fri Nov 25 13:37:10 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32143
32144         Beginnings of template debugging tests.
32145         * gdb.c++/templ-info.cc:  New file to test for template
32146         debugging capability of the compiler.
32147         * gdb.c++/Makefile.in:  Add rule to build templ-info.exp from
32148         templ-info.cc.
32149         * gdb.c++/templates.cc:  Add explicit template instantiations
32150         to enable compiling with -fno-implicit-templates. Add destructor
32151         and 'value' method to T5 class for template tests.
32152         * gdb.c++/templates.exp:  Add testcases for printing of template
32153         types, setting breakpoints on template methods and calling a
32154         template method.
32155
32156 Sat Nov  5 00:20:17 1994  Jeff Law  (law@snake.cs.utah.edu)
32157
32158         * gdb.disasm/hppa.exp (branch_tests): Allow any symbol as the
32159         branch target since some assemblers (gas-2.5)  may emit a
32160         relocation for the branch instead of resolving it in the
32161         assembler.
32162
32163 Sat Oct 29 02:40:40 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32164
32165         * gdb.base/a1-selftest.exp:  Remove RS/6000 xfail for backtrace
32166         through signal handler.
32167
32168 Fri Oct 21 11:10:16 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
32169
32170         * configure.in (*-*-netware): Use config/mt-netware.
32171
32172         * config/mt-netware: New file.
32173         * config/mt-i386-netware: Removed, separate configs for different
32174           netware architectures are no longer needed now that we have
32175           --with-headers.
32176
32177 Sat Oct 15 03:43:00 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32178
32179         * gdb.base/exprs.exp:  Remove xfail for alpha, it is fixed
32180         by the recent changes to use ANSI C arithmetic conversions.
32181
32182 Sun Oct  9 07:44:06 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32183
32184         * gdb.base/corefile.exp: Add (xfail'd) test for reinit_frame_cache
32185         bug involving using inferior_pid to figure out whether to select a
32186         frame.
32187
32188 Wed Sep 28 23:12:02 1994  Jeff Law  (law@snake.cs.utah.edu)
32189
32190         * gdb.disasm/hppa.exp: Change arg[0..3] to r[26..23] to
32191         match the current disassembler output.
32192
32193 Fri Sep 16 11:42:41 1994  Stan Shebs  (shebs@andros.cygnus.com)
32194
32195         * gdb.fortran/exprs.exp: Expect VOID instead of void.
32196         * gdb.fortran/types.exp: Escape the expected '*'s in Fortran
32197         types, expect "int" as type of integer values (for now).
32198
32199 Wed Sep  7 23:33:51 1994  Jeff Law  (law@snake.cs.utah.edu)
32200
32201         * gdb.base/commands.exp: New tests for if/while commands.
32202
32203 Tue Sep  6 13:16:11 1994  Per Bothner  (bothner@kalessin.cygnus.com)
32204
32205         * lib/gdb.exp (runto):  Replace sub-pattern for hex value
32206         by .*, since hex values have different syntax in Chill mode.
32207
32208 Tue Sep  6 02:15:51 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32209
32210         * gdb.c++/demangle.exp (test_arm_style_demangling):  Remove
32211         linefeed from expect pattern for repeated types with indices > 9.
32212
32213 Mon Aug 29 14:20:44 1994  Stan Shebs  (shebs@andros.cygnus.com)
32214
32215         First part of Fortran test suite.
32216         * gdb.fortran: New directory.
32217         * gdb.fortran/exprs.exp, gdb.fortran/types.exp: New files.
32218
32219 Sat Aug 27 23:32:43 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32220
32221         * gdb.base/default.exp:  Update expect pattern for load command
32222         without arguments.
32223
32224 Wed Aug 24 13:15:02 1994  Ian Lance Taylor  (ian@sanguine.cygnus.com)
32225
32226         * configure.in: Change i386 to i[345]86.
32227         * gdb.base/configure.in: Likewise.
32228         * gdb.c++/configure.in: Likewise.
32229         * gdb.chill/configure.in: Likewise.
32230
32231 Tue Aug 23 19:14:06 1994  Stan Shebs  (shebs@andros.cygnus.com)
32232
32233         * lib/gdb.exp (gdb_run_cmd): Move comment out from between expect
32234         patterns, since that is not a valid context for comments.
32235
32236 Fri Aug 19 15:07:30 1994  Kung Hsu  (kung@mexican.cygnus.com)
32237
32238         * gdb.c++/demangle.exp (test_arm_style_demangling): Add tests for
32239         repeated types and repeated types with indices > 9.
32240
32241 Tue Aug 16 15:57:52 1994  Stan Shebs  (shebs@andros.cygnus.com)
32242
32243         * gdb.base/printcmds.exp: Remove all the a29k XFAILs tagged with
32244         2417; old bug has been fixed.
32245
32246 Fri Aug 12 19:35:41 1994  Jeff Law  (law@snake.cs.utah.edu)
32247
32248         * gdb.base/interrupt.exp: When trying to wake up the inferior,
32249         send the newline ourselves instead of assuming gdb_test will do
32250         so when passed an empty input string.
32251
32252         * gdb.stabs/hppa.mt: Use $(AS), not $(CC) to assemble the
32253         stabs testcode.
32254
32255 Fri Aug  5 17:01:07 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
32256
32257         * lib/gdb.exp (gdb_test): Don't send anything if the first
32258           argument is an empty string.  This makes cases where we want to
32259           match output that is already in expect's buffers (for example,
32260           matching a breakpoint after gdb_run_cmd has been called) work
32261           reliably.
32262
32263 Tue Aug  2 10:24:08 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
32264
32265         * config/netware.exp: New file.
32266
32267 Thu Jul 28 12:54:07 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
32268
32269         * config/mt-slite (LDFLAGS): If using the newlib in the tree, set
32270           the -B and -L prefixes so we can find the debugging stub.
32271
32272         * Makefile.in (CC_FOR_TARGET, CXX_FOR_TARGET): Use newlib if it is
32273           there and we are using the gcc from the tree.
32274
32275         * gdb.base/types.c: Removed.
32276
32277         * gdb.base/configure.in: Look for makefile fragments in ../config.
32278           Recognize i386-*-netware.
32279         * gdb.c++/configure.in: Likewise.
32280
32281 Mon Jul 25 23:48:50 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32282
32283         * gdb.base/corefile.exp:  Change `else if' to `elseif', which is
32284         the correct TCL syntax.
32285
32286 Mon Jul 25 15:35:56 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
32287
32288         * gdb.base/opaque.exp: use runto instead of messing around with
32289           breakpoints.  Simplify by using gdb_test.
32290
32291         * gdb.base/bitfields.exp: restart between tests on netware targets
32292           because breakpoints aren't relocated after target death.  Run
32293           processes to completion.
32294
32295         * gdb.base/{opaque,watchpoint}.exp: Use gdb_run_cmd.
32296
32297 Sun Jul 24 09:55:51 1994  Fred Fish  (fnf@cygnus.com)
32298
32299         * Makefile.in:  Remove extra tabs that confuse some versions
32300         of "make".  Use the newly built gdb to test with by default,
32301         rather than the first one in the tester's search path.
32302
32303 Sat Jul 23 15:05:47 1994  Stan Shebs  (shebs@andros.cygnus.com)
32304
32305         * gdb.base/whatis.exp (v_signed_short_array): Fix a typo.
32306
32307         * gdb.base/help.exp: Update expected add-symbol-file, ignore, and
32308         condition help.
32309
32310 Tue Jul 19 10:26:32 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
32311
32312         * lib/gdb.exp (runto): Rewrite in terms of gdb_run_cmd.
32313
32314         * lib/gdb.exp (gdb_run_cmd): New function, used to start program
32315           running.
32316         * gdb.base/bitfields.exp: Use gdb_run_cmd to start program.
32317         * gdb.base/funcargs.exp: Likewise.
32318
32319         * gdb.base/bitfields.exp: Simplify by using gdb_test.
32320         * gdb.base/funcargs.exp: Likewise.
32321
32322         * lib/gdb.exp (gdb_test): if match times out, don't call fail if
32323           message is "".
32324
32325 Mon Jul 18 12:18:07 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
32326
32327         * gdb.base/{a2-run,callfuncs,funcargs,interrupt,mips_pro,nodebug,
32328           return,signals,twice}.exp: Handle non-existant binaries
32329           consistantly.
32330
32331         * gdb.base/corefile.exp: Execute coremaker to generate core dump.
32332         * gdb.base/Makefile.in: Don't try to generate a core dump, we
32333           might testing a cross development system.
32334
32335 Thu Jul 14 18:13:56 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
32336
32337         * Makefile.in (RUNTEST_FOR_TARGET): Fix relative pathname, the
32338           runtest script is relative to ${srcdir}, not ${rootdir}.
32339
32340 Thu Jul 14 14:56:59 1994  Stan Shebs  (shebs@andros.cygnus.com)
32341
32342         * gdb.base/signals.exp: Allow for optionality of breakpoint
32343         address.
32344
32345 Thu Jul 14 11:21:27 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32346
32347         * gdb.base/{ptype.exp,ptype.c}: Add t_char_array test.
32348
32349 Tue Jul 12 12:22:32 1994  J.T. Conklin  (jtc@phishhead.cygnus.com)
32350
32351         * gdb.c++/cplusfuncs.cc: Include <stddef.h>, not <sys/types.h>,
32352           for size_t definition.
32353         * gdb.c++/templates.cc: Likewise
32354
32355         * config/mt-i386-netware: New file.
32356
32357         * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not
32358           defined.
32359
32360         * gdb.base/Makefile.in: Added support for systems that name core
32361           files by appending "core" to the program name.
32362         * gdb.base/a1-selftest.exp: Likewise.
32363
32364 Mon Jul 11 23:59:18 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32365
32366         * gdb.base/return.exp:  Add comment and message for `return double'
32367         test failure on Sparc Solaris.
32368
32369 Mon Jul  4 12:10:48 1994  Stan Shebs  (shebs@andros.cygnus.com)
32370
32371         * lib/gdb.exp (runto): Allow for optionality of breakpoint address.
32372
32373 Wed Jun 29 00:26:17 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32374
32375         * gdb.c++/misc.cc:  Instantiate classes to inhibit the compiler
32376         from optimizing them away.
32377         * gdb.c++/classes.exp, gdb.c++/inherit.exp:  Update ptype expect
32378         patterns to include default constructors and assignment operators,
32379         to match gcc versions beyond 2.5.8. Accept any cplus demangling
32380         character in the output of the virtual base pointer.
32381
32382 Fri Jun 24 08:15:42 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32383
32384         * gdb.c++/cplusfuncs.exp:  Use string_to_regexp and a regular
32385         expression match in print_addr_of to avoid unintented matches.
32386         * gdb.c++/virtfunc.exp:  Accept alternate ptype output of g++
32387         versions up to 2.5.8.
32388
32389 Mon Jun 20 23:54:37 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32390
32391         * gdb.base/list.exp:  Tweak alternate pattern for listing of an
32392         included file to run under newer versions of expect.
32393         * gdb.c++/demangle.exp:  Add spaces to the expect patterns between
32394         consecutive >'s in templates to accomodate recent cplus-dem.c change.
32395         Remove xfail for the virtual table of BDDHookV.
32396
32397 Sat Jun 18 12:51:34 1994  Stan Shebs  (shebs@andros.cygnus.com)
32398
32399         * lib/gdb.exp (string_to_regexp): Set a default result.
32400         (default_gdb_start): Fix misleading message.
32401
32402 Wed Jun 15 12:10:10 1994  Stan Shebs  (shebs@andros.cygnus.com)
32403
32404         * config/mt-a29k-udi, config/mt-i960-nindy, config/mt-sparc-aout:
32405         Remove all CC, etc definitions.
32406         * config/mt-hpux: New file.
32407         * config/mt-mips-ecoff (CFLAGS_FOR_TARGET): Remove:
32408         (CFLAGS, LDFLAGS): Define.
32409         * config/mt-slite (CFLAGS_FOR_TARGET): Change to LDFLAGS.
32410
32411         * Makefile.in (site.exp): Don't insert host_os, etc.
32412         (just-check): Just use RUNTEST with RUNTESTFLAGS only.
32413         (distclean): Check existence of subdir.
32414         * gdb.base/configure.in (hppa*-*-hpux*): Recognize.
32415         * gdb.base/Makefile.in: General cleanup and simplification.
32416         Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
32417         to build executables.   Use default rule to build .o files.
32418         (EXPECT, RUNTEST, CC): Fix relative pathname.
32419         (site.exp): Don't insert host_os, etc.
32420         * gdb.base/signals.c (main): Don't call signal unless SIGALRM
32421         and/or SIGUSR1 defined.
32422         * gdb.base/watchpoint.c: Don't include stdio.h a second time.
32423         * gdb.c++/Makefile.in: General cleanup and simplification.
32424         Use CC, CFLAGS, and LDFLAGS instead of ..._FOR_TARGET versions
32425         (CFLAGS): Remove.
32426         (EXPECT, RUNTEST_FOR_TARGET, CXX): Fix relative pathname.
32427
32428 Fri Jun 10 10:55:09 1994  Jeff Law  (law@snake.cs.utah.edu)
32429
32430         * gdb.base/recurse.exp: Misc changes to get tests running again
32431         after Kung's changes to the watchpoint code.
32432         * gdb.base/watchpoint.exp: Likewise.
32433
32434 Thu Jun  9 15:16:55 1994  Per Bothner  (bothner@kalessin.cygnus.com)
32435
32436         * lib/gdb.exp (string_to_regexp):  Convert {\} also.
32437
32438 Wed Jun  8 12:12:17 1994  Stan Shebs  (shebs@andros.cygnus.com)
32439
32440         * config/udi-gdb.exp, config/unix-gdb.exp: Call default_gdb_start.
32441         * lib/gdb.exp (default_gdb_start): Define.
32442         * gdb.base/bitfields.exp, gdb.base/break.exp, gdb.base/exprs.exp,
32443         gdb.base/funcargs.exp, gdb.base/opaque.exp,
32444         gdb.base/printcmds.exp, gdb.base/ptype.exp, gdb.base/recurse.exp,
32445         gdb.base/scope.exp, gdb.base/setvar.exp, gdb.base/watchpoint.exp,
32446         gdb.c++/classes.exp, gdb.c++/misc.exp, gdb.c++/virtfunc.exp:
32447         Don't call gdb_target_udi in between tests.
32448
32449 Tue Jun  7 08:30:15 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32450
32451         * gdb.c++/demangle.exp: Use gdb_test_exact, rather than demangle
32452         (which was basically just a local version of the same thing).  In
32453         addition to avoiding duplication, gdb_test_exact is faster.
32454         * lib/gdb.exp (gdb_test_exact): Fix typo.
32455
32456         * lib/gdb.exp (delete_breakpoints): If there were no breakpoints,
32457         don't give an error.
32458
32459         * gdb.base/term.exp: Call delete_breakpoints before starting.
32460
32461         * gdb.base/Makefile.in (EXECUTABLES): Remove t10.
32462         (t10): Add comment.
32463
32464 Mon Jun  6 18:26:50 1994  Stan Shebs  (shebs@andros.cygnus.com)
32465
32466         Reorganization of the GDB Test Suite.
32467
32468         * gdb.base: New directory, contains all the basic tests.
32469         * gdb.c++: New directory, tests specific to C++.
32470         * gdb.chill: New directory, tests specific to Chill.
32471         * gdb.t00, gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06,
32472         gdb.t07, gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13,
32473         gdb.t15, gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23,
32474         gdb.t24, gdb.t30, gdb.t31: Removed directories, contents moved
32475         into appropriate new directories (t00-t17 to base, t20-t23 to c++,
32476         t30-31 to chill).
32477         * */gdbme.*: Rename to match appropriate expect scripts.
32478         * gdb.base/bitfields.c, gdb.base/break.c, gdb.base/callfuncs.c,
32479         gdb.base/coremaker.c, gdb.base/exprs.c, gdb.base/funcargs.c,
32480         gdb.base/interrupt.c, gdb.base/list0.c, gdb.base/list0.h,
32481         gdb.base/list1.c, gdb.base/mips_pro.c, gdb.base/nodebug.c,
32482         gdb.base/opaque-info.c, gdb.base/opaque0.c, gdb.base/opaque1.c,
32483         gdb.base/printcmds.c, gdb.base/ptype.c, gdb.base/recurse.c,
32484         gdb.base/return.c, gdb.base/run.c, gdb.base/scope0.c,
32485         gdb.base/scope1.c, gdb.base/setvar.c, gdb.base/signals.c,
32486         gdb.base/types.c, gdb.base/twice.c, gdb.base/watchpoint.c,
32487         gdb.base/whatis-info.c, gdb.base/whatis.c: New names of C files.
32488         * gdb.c++/cplusfuncs.cc, gdb.c++/templates.cc, gdb.c++/misc.cc,
32489         gdb.c++/virtfunc.cc: New names of C++ files.
32490         * gdb.chill/chillvars.ch: New name of Chill file.
32491         * gdb.base/configure.in, gdb.c++/configure.in,
32492         gdb.chill/configure.in: Merge in contents of gdb.t*/configure.in.
32493         * gdb.base/Makefile.in, gdb.c++/Makefile.in,
32494         gdb.chill/Makefile.in: Merge in contents of gdb.t*/Makefile.in.
32495         * configure.in (configdirs): Update to reflect directory changes.
32496         (target_abbrev): No longer define for any configuration.
32497         * Makefile.in: Cosmetic improvements to header comments.
32498
32499 Fri Jun  3 18:56:06 1994  Per Bothner  (bothner@kalessin.cygnus.com)
32500
32501         Various changes to gdb.t31:
32502
32503         * Makefile.in (gdbme.o):  Compile with -fspecial_UC.
32504         * gdbme.ch:  Make all key-words and predefineds be upper-case.
32505         * chillvars.exp:  Expect key-words and predefinds in upper-case.
32506
32507         * chillvars.exp:  Use gdb_test_exact many places.
32508         Change expected output for arrays (which now includes index labels).
32509
32510         * pr-5020.exp, gdme.ch (module PR_5020):
32511         New test, for PR-5020.
32512
32513 Thu Jun  2 16:02:41 1994  Per Bothner  (bothner@kalessin.cygnus.com)
32514
32515         * lib/gdb.exp (string_to_regexp, gdb_test_exact):  New procedures.
32516         * Makefile.in (CHILL_LIB):  Remove bogus redundant definitions.
32517
32518 Sun May 29 22:31:42 1994  Per Bothner  (bothner@kalessin.cygnus.com)
32519
32520         * Makefile.in:  Fix bit-rot in definitions of CHILL,
32521         CHILL_FOR_TARGET and Chill_LIB.
32522         * gdb.t31/gdbme.ch:  Fix syntax of nested array tuples.
32523         * gdb.t31/Makefile.in:  Add definitions for CHILLFLAGS,
32524         CHILL, and CHILL_LIB.
32525
32526 Sat May 21 10:05:08 1994  Bill Cox  (bill@rtl.cygnus.com)
32527
32528         * Revert the previous changes.  Please see Rob's directory
32529           /lisa/test/rob/progressive/gdb/testsuite for these fixes.
32530
32531 Thu May 19 12:51:00 1994  Bill Cox  (bill@rtl.cygnus.com)
32532
32533         * Makefile.in, configure.in, config/mips-gdb.exp,
32534           config/mt-a29k-udi, config/mt-i386-aout, config/mt-i960-nindy,
32535           config/mt-sparc-aout, config/udi-gdb.exp, config/unix-gdb.exp,
32536           config/unknown.exp, gdb.t00/default.exp, gdb.t00/help.exp,,
32537           gdb.t00/teststrategy.exp, gdb.t01/Makefile.in, gdb.t02/Makefile.in,
32538           gdb.t02/whatis.exp, gdb.t03/Makefile.in, gdb.t03/gdbme.c,
32539           gdb.t04/Makefile.in, gdb.t05/Makefile.in, gdb.t06/Makefile.in,
32540           gdb.t06/break.exp, gdb.t06/signals.c, gdb.t06/signals.exp,
32541           gdb.t08/Makefile.in, gdb.t08/opaque.exp, gdb.t09/Makefile.in,
32542           gdb.t10/Makefile.in, gdb.t11/Makefile.in, gdb.t12/Makefile.in,
32543           gdb.t13/Makefile.in, gdb.t15/Makefile.in, gdb.t15/funcargs.exp,
32544           gdb.t15/gdbme.c, gdb.t15/return.exp, gdb.t16/Makefile.in,
32545           gdb.t17/Makefile.in, gdb.t17/callfuncs.exp, gdb.t17/gdbme.c,
32546           gdb.t20/Makefile.in, gdb.t21/Makefile.in, gdb.t21/cplusfuncs.exp,
32547           gdb.t22/Makefile.in, gdb.t22/virtfunc.exp, gdb.t23/Makefile.in,
32548           gdb.t24/demangle.exp, lib/gdb.exp:  Check in Rob's testing
32549           changes from 94Q1.
32550
32551 Wed May 18 17:04:03 1994  Bill Cox  (bill@rtl.cygnus.com),
32552
32553         * config/mt-lynx, config/mt-m68k, config/mt-mips-ecoff,
32554           config/mt-slite, config/mt-unix, config/mt-vxworks: Add
32555           Rob's new testing fragments.
32556
32557 Tue May 17 15:04:14 1994  Bill Cox  (bill@rtl.cygnus.com)
32558
32559         * config/mips-gdb.exp, config/udi-gdb.exp, config/vx-gdb.exp,
32560           lib/gdb.exp: Replace error proc calls with perror.
32561
32562 Mon May 16 19:00:50 1994  Stan Shebs  (shebs@andros.cygnus.com)
32563
32564         * gdb.t00/teststrategy.exp: Reorder so that AIX gdb can print the
32565         version also, match on casted version strings, and match on
32566         gdb startup case where the line numbers might be messed up.
32567
32568 Fri May 13 18:00:27 1994  Bill Cox  (bill@rtl.cygnus.com)
32569
32570         * config/mt-i960-vx (LDFLAGS): Add '-r' option for test links.
32571           (CFLAGS): Delete it from here.
32572
32573 Tue May  3 16:08:09 1994  Kung Hsu  (kung@mexican.cygnus.com)
32574
32575         * gdb.t22/virtfunc.exp: Fix g++ ptype expected outputs.
32576
32577 Fri Apr 29 14:26:35 1994  Stan Shebs  (shebs@andros.cygnus.com)
32578
32579         * Makefile.in (RUNTEST): Default to just "runtest".
32580
32581 Tue Apr 26 22:21:40 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
32582
32583         * gdb.t17/callfuncs.exp: More comments about t_func_values tests.
32584         * gdb.t17/gdbme.c (t_func_values): Add comments about how and why
32585         the code has been restructured.
32586
32587 Thu Apr 21 12:48:07 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32588
32589         * gdb.t00/default.exp (set write): Allow any number of \r and/or
32590         \n, not just one of each.
32591
32592         * gdb.t07/gdbme.c (main): Don't take address of an array; SunOS4
32593         /bin/cc gives a warning if you do.
32594
32595 Thu Apr 21 11:54:04 1994  Kung Hsu  (kung@mexican.cygnus.com)
32596
32597         * gdb.t24/demangle.exp: change expect pattern of
32598         __t10ListS_link1ZUiRCUiPT0
32599
32600 Wed Apr 13 15:05:00 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
32601
32602         * gdb.t07/{recurse.exp, recurse.c}: New tests for watchpoints
32603         on local variables in recursive functions.
32604
32605         * gdb.t07/Makefile.in: Build the new test.
32606
32607 Tue Apr 12 20:45:25 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
32608
32609         * gdb.t17/gdbme.c (t_func_values): Do not compare function pointers
32610         directly.  Instead compare the return values from actual calls.
32611
32612 Mon Apr 11 10:31:00 1994  Bill Cox  (bill@rtl.cygnus.com)
32613
32614         * Makefile.in (check): Set TCL_LIBRARY for runtest.
32615
32616 Mon Apr 11 09:15:30 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
32617
32618         * From Peter Schauer with minor modifications.
32619         * gdb.t15/return.exp (return_tests): Handle targets where "return"
32620         stops in mid-line in the caller.  Add xfail for returning a float
32621         value on X86 targets.
32622
32623 Tue Apr  5 15:16:33 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
32624
32625         * gdb.disasm/hppa.exp (fcmp_tests): Break up into two halves
32626         to avoid expect lossage.
32627         (fmem_LRbug_tests): Likewise.
32628         * gdb.disasm/hppa.s: Corresponding changes.
32629
32630         * gdb.disasm/hppa.exp: Rework escape sequences and end-of-line
32631         conditions to work with latest dejagnu/expect.
32632
32633         * gdb.t15/funcargs.exp (finish from indirect call): No longer
32634         expected to fail on the PA.
32635         (backtrace in call with trampolines): Explicitly require main
32636         to be frame #1 (no trampolines should show up in backtrace).
32637
32638         * gdb.t00/default.exp: Use "exp_continue" rather than obsolete
32639         "continue -expect".
32640         * gdb.t06/break.exp: Likewise.
32641         * gdb.t07/watchpoint.exp: Likewise.
32642         * gdb.t13/bitfields.exp: Likewise.
32643         * gdb.t15/{funcargs,return}.exp: Likewise.
32644         * gdb.stabs/weird.exp: Likewise.
32645         * config/{mips,udi}-gdb.exp: Likewise.
32646
32647         * hppa.sed: Enclose comments within a sed command to avoid
32648         losing with the old OSF1 sed.
32649
32650 Wed Mar 30 00:31:49 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32651
32652         * gdb.t02/whatis.exp, gdb.t08/opaque.exp:  Add XFAILs for
32653         sequent dynix.
32654         * gdb.t06/signals.exp:  Add clear_xfail for sequent dynix.
32655         * gdb.t15/funcargs.exp:  Conditionally step again to really
32656         finish from marker_call_with_trampolines. Handle the case where
32657         the first step from within call_with_trampolines already steps
32658         us back to main.
32659         * gdb.t15/gdbme.c:  Add comment to closing brace of
32660         call_with_trampolines for funcargs.exp.
32661
32662 Tue Mar 29 23:55:27 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
32663
32664         * gdb.t07/watchpoint.exp (test_watchpoint_triggered_in_syscall):
32665         Fix typo(s).
32666
32667 Sun Mar 27 16:53:14 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
32668
32669         * gdb.t07/gdbme.c: More code for watchpoint testing.
32670
32671         * gdb.t07/watchpoint.exp: Accept both "Watchpoint" and
32672         "Hardware watchpoint" throughout file.
32673         (test_watchpoint_triggered_in_syscall): New test.
32674         (test_complex_watchpoint): New test.
32675
32676 Fri Mar 25 17:05:31 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
32677
32678         * gdbme.c (call_with_trampolines): New function to try and step
32679         into.  Tests trampoline problems on the PA.
32680
32681         * funcargs.exp (localvars_in_indirect_call): No longer expect
32682         stepping into indirect call to fail on PAs.
32683         (test_stepping_over_trampolines): New test.
32684
32685 Wed Mar 23 07:43:33 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32686
32687         * TODO: Add suggestions for static member function tests, and
32688         completion tests.
32689
32690 Wed Mar 16 08:28:28 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32691
32692         * TODO: Add suggestions for "p/a" tests.
32693
32694         * lib/gdb.exp: Set prompt to (gdb) if it isn't already set.
32695         (default_gdb_exit): Replace all the hair with sending "quit" to
32696         the process with a simple close.
32697
32698 Tue Mar 15 08:45:50 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32699
32700         * TODO: Add suggestions for shared library tests.
32701
32702 Sun Mar 13 10:45:22 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32703
32704         * TODO: Add suggestions for x/s tests.
32705
32706 Fri Mar 11 08:22:00 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32707
32708         * gdb.t00/help.exp: Replace most of docstrings for "tbreak",
32709         "enable once", and "enable breakpoints once" with ".*".
32710
32711 Thu Mar 10 08:34:27 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32712
32713         * TODO: Add suggestions about structure passing tests.
32714
32715 Mon Mar  7 13:45:54 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32716
32717         * gdb.t03/gdbme.c:  gcc version 1 puts out the wrong stabs for
32718         the primary1 test, use work around if __GNUC__ < 2.
32719         * gdb.t06/signals.c:  Add comments for signals.exp pattern matching.
32720         * gdb.t06/signals.exp:  Add XFAILs for i386 bsd and vax ultrix.
32721         Test for bad output rather than waiting for timeout.  Issue
32722         second continue only if first continue failed.
32723
32724 Wed Mar  2 10:08:01 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
32725
32726         * gdb.t21/cplusfuncs.exp (test_paddr_operator_functions): Do
32727         operator[] test with gdb_test because the old code didn't seem to
32728         be getting the quoting right with the new dejagnu.
32729
32730 Thu Feb 24 19:49:25 1994  Rob Savoye  (rob@poseidon.cygnus.com)
32731
32732         * lib/gdb.exp: Set GDB to a fresh gdb if there is one, else use
32733         one from the path.
32734         * Makefile.in: Use a fresh expect if there is one, use runtest
32735         from the src tree if there is one.
32736
32737 Thu Feb 24 18:49:37 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
32738
32739         * gdb.t06/break.exp (test_next_with_recursion): Remove xfail for
32740         next over recursive call.  Revise the tests from that point on
32741         (which had been skipped) to match GDB's actual (correct) output.
32742
32743         * gdb.t07/watchpoint.exp (test_stepping): Remove xfail for bug
32744         with next over a breakpoint whose condition is false.
32745
32746         * gdb.t00/help.exp: Comment out "help set print" tests just like
32747         (and for same reason as) "help set" test.
32748
32749 Mon Feb 14 09:58:23 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
32750
32751         * gdb.disasm/hppa.s (fmemLRbug_tests): New tests.
32752         * gdb.disasm/hppa.exp (fmemLRbug_tests): Run them.
32753
32754 Sun Feb  6 15:36:13 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32755
32756         * gdb.t06/break.exp (test_next_with_recursion): Remove no longer
32757         necessary gdb_target_udi.
32758
32759         * gdb.t03/ptype.exp: For UDI, skip tests which call malloc.
32760
32761         * gdb.t02/whatis.exp, gdb.t03/ptype.exp: Remove xfails for PRs
32762         1838 and 2417; they are fixed.
32763
32764         * gdb.t02/whatis.exp (v_char_array, v_signed_char_array),
32765         gdb.t03/ptype.exp (ptype structure, ptype union):
32766         Remove xfails; the test is looser than when the xfails were added.
32767
32768         * gdb.t00/{help.exp,default.exp}: Don't test "target remote" on UDI.
32769         * gdb.t00/help.exp: Don't expect remote to be in "help target" output.
32770
32771         * gdb.t01/run.exp: Only run shell test if isnative.
32772
32773         * config/udi-gdb.exp (gdb_load): Use "file", not "load" command,
32774         since "run" automatically loads if necessary.  Call gdb_target_udi
32775         after the "file" since "file" kills any execution target.
32776
32777         * config/udi-gdb.exp (gdb_start): Don't send "set args main" to
32778         GDB.  GDB doesn't work that way (not anymore at least) on UDI.
32779         * gdb.t01/run.exp, gdb.t06/break.exp: Don't pass extra first
32780         argument for UDI.
32781
32782 Fri Feb  4 12:19:32 1994  Jim Kingdon  (kingdon@deneb.cygnus.com)
32783
32784         * gdb.t17/interrupt.c: If we get EINTR, don't print an error message.
32785
32786         * gdb.t17/callfuncs.exp: Add xfails for rs6000.
32787
32788 Sat Feb  5 09:11:56 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32789
32790         * gdb.t24/demangle.exp: Re-write demangle to just call gdb_test,
32791         properly quoting regexps.  This makes the second argument to
32792         demangle a fixed string, which matches the callers, instead of a
32793         shell-style pattern which is what the previous implementation
32794         used.  Update some of the callers.
32795
32796 Sat Feb  5 10:19:09 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
32797
32798         * gdb.disasm/hppa.s (comib_tests): Add missing instruction.
32799         (comib_nullified_tests): Fix typo.
32800         * gdb.disasm/hppa.exp (all comb tests): Fix thinkos in expect
32801         strings.  No longer expected to fail.
32802
32803         * gdb.disasm/hppa.s (addib_tests): Fix typo.
32804         * gdb.disasm/hppa.exp (all addb tests): Fix thinkos in expect
32805         strings.  No longer expected to fail.
32806
32807         * gdb.disasm/hppa.exp (fmpy_addsub_tests): Fix typo in expect
32808         string.  No longer expected to fail.
32809
32810 Fri Feb  4 23:45:11 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
32811
32812         * gdb.disasm/hppa.exp (fcmp_tests): Fix thinko in expect string.
32813         No longer expected to fail.
32814
32815         * gdb.disasm/hppa.exp (xmpyu_tests): Fix buglet in expect
32816         string.  No longer expected to fail.
32817
32818 Fri Feb  4 10:35:42 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32819
32820         * gdb.t24/demangle.exp: Remove a bunch more tests which differ
32821         only in the names (I probably got most of them).  I was even
32822         generous with some which differed in underscores in names, and
32823         probably missed a few, and I *still* was able to remove almost a
32824         third of the file with almost no impact on testsuite coverage.
32825
32826 Thu Feb  3 12:04:49 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32827
32828         * gdb.t00/default.exp: Match udi_attach error message as well as
32829         the one from child_attach.
32830
32831         * gdb.t00/default.exp: Use "." instead of "?" to match a question mark.
32832
32833         * gdb.stabs/weird.exp: Remove xfail for const70; just fixed in GDB.
32834
32835         * gdb.stabs/weird.def (bad_neg0type): Size of this type is 16, not 8.
32836         * gdb.stabs/weird.exp: Remove xfail for "p bad_neg0"; this fixes it.
32837
32838         * Move test with enums and partial symbols back to
32839         gdb.t03/{ptype.exp,gdbme.c} from gdb.stabs/{weird.def,weird.exp}.
32840         Reverts the change of 26 May 93.  Per today's change to
32841         stabs.texinfo, the behavior that weird.exp was expecting was
32842         unreasonable; what is important is that the compiler+gdb get
32843         things right, which happens with a recent gcc.  Also fix the test
32844         to deal with native compilers which put out the stab gdb can't
32845         deal with.
32846
32847 Mon Jan 31 15:40:11 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32848
32849         * gdb.t24/demangle.exp: Remove a bunch of tests which differ only
32850         in the names.  The main thing these accomplish is to slow things down.
32851         Many more such duplicates surely remain.
32852
32853         * gdb.t00/help.exp: Comment out "help support" test just like
32854         (and for same reason as) "help set" test.
32855
32856 Mon Jan 31 06:43:45 1994  Fred Fish  (fnf@cygnus.com)
32857
32858         * gdb.t06/break.exp:  Remove setup_xfails for
32859         sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
32860         * gdb.t20/inherit.exp (test_ptype_si):  Update warning message
32861         about known bug in gcc to include up through 2.5.8.
32862         * gdb.t20/inherit.exp (test_ptype_vi):  Accept "_vb." as well as
32863         well as "_vb$".
32864         * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
32865         Remove setup_xfails for sparc-sun-solaris2.*, these tests now pass
32866         with latest gcc and gdb.
32867         * gdb.t22/virtfunc.exp (test_ptype_of_classes):  Accept "_vb." as
32868         well as "_vb$".
32869
32870 Sat Jan 29 23:31:26 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
32871
32872         * configure.in (hppa*-*-*): Also configure and build stabs-only
32873         tests.
32874
32875 Thu Jan 27 08:21:16 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
32876
32877         * gdb.t10/hppa.mt: A makefile fragment for the PA.
32878         * gdb.t10/configure.in (hppa*-*-*): Use it.
32879
32880 Tue Jan 25 12:58:26 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32881
32882         * gdb.t09/corefile:  Increase timeout when spawning gdb explicitly.
32883
32884 Wed Jan 19 12:40:25 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32885
32886         * gdb.t06/signals.exp:  Handle blocked SIGTRAP on sun3 for bash
32887         versions prior to 1.13.5.
32888
32889 Tue Jan 18 20:10:50 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32890
32891         * gdb.t00/default.exp (show prompt): In FAIL case, only match if
32892         the prompt is at the start of a line.
32893
32894 Mon Jan 17 20:07:51 1994  Jeffrey A. Law  (law@snake.cs.utah.edu)
32895
32896         * gdb.disasm/hppa.s: Add new tests for sfu and copr instructions.
32897         Enable "diag" instruction.  Delete copr from fpu_misc_tests, it's
32898         in the copr tests now.
32899         * gdb.disasm/hppa.exp: Run new sfu and copr tests.  Do not expect
32900         copr in the fpu_misc tests anymore.  fpu_misc tests are no longer
32901         expected to fail.
32902
32903 Fri Jan 14 14:24:21 1994  Rob Savoye  (rob@darkstar.cygnus.com)
32904
32905         * gdb.t00/teststrategy.exp, gdb.t07/watchpoint.exp,
32906         gdb.t31/chillvars.exp, lib/gdb.exp:
32907         Tweak to run under either version of expect.
32908         * lib/gdb.exp (default_gdb_exit): Remove "catch" statement.
32909         * gdb.t00/teststrategy.exp: Use isnative and verbose procedures.
32910         * gdb.t11/list.exp: Remove extraneous whitespace.
32911
32912 Sat Jan 15 09:57:22 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32913
32914         * gdb.t16/printcmds.exp (test_print_strings): Accept
32915         "(unsigned char *) " before the string.
32916
32917         * TODO: Add notes about printing of fancy types and GDB expressions.
32918
32919 Thu Jan 13 17:16:09 1994  Stan Shebs  (shebs@andros.cygnus.com)
32920
32921         * Makefile.in: Pass LDFLAGS and LIBS to sub-makes.
32922         * gdb.t06/configure.in: Don't try to compile signals test program
32923         if doing mips-idt-ecoff.
32924
32925 Thu Jan 13 08:25:55 1994  Rob Savoye  (rob@darkstar.cygnus.com)
32926
32927         * Most .exp files: Tweak to run under either version of expect.
32928
32929 Tue Jan 11 15:21:13 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32930
32931         * gdb.t12/scope.exp: Add xfails for rs6000.  Remove 1806 from existing
32932         xfails; I'm not sure why they are failing, but not because of PR 1806.
32933
32934 Mon Jan 10 22:14:20 1994  Rob Savoye  (rob@darkstar.cygnus.com)
32935
32936         * config/unix-gdb.exp: Remove gdb_unload cause it's already
32937         defined in lib/gdb.exp.
32938
32939 Fri Jan  7 12:42:45 1994  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32940
32941         * gdb.t07/watchpoint.exp:  Clear xfail for calling function with
32942         watchpoint enabled on mips, CALL_DUMMY_BREAKPOINT_OFFSET got defined.
32943         * gdb.t20/gdbme.cc, gdb.t21/gdbme.cc:  Conversion operator functions
32944         have to be typeless.
32945
32946 Tue Jan  4 09:32:22 1994  Jim Kingdon  (kingdon@lioth.cygnus.com)
32947
32948         * TODO: Add suggestion for copyright year test.
32949
32950 Mon Jan  3 11:35:26 1994  Stan Shebs  (shebs@andros.cygnus.com)
32951
32952         * configure.in (*-*-lynxos*): Add stabs tests.
32953
32954 Wed Dec  1 21:54:05 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
32955
32956         * gdb.stabs/hppa.sed: Only lables should ever start in column zero,
32957         so insert a tab before any assembler directive in column zero.
32958
32959         * gdb.disasm/hppa.exp (all_fpu_memory_tests): Test FP quadword
32960         stores.
32961         * gdb.disasm/hppa.s (fpu_memory_indexing_tests): Add FP quadword
32962         stores.
32963         (fpu_short_memory_tests): Likewise.
32964
32965 Mon Nov 22 13:23:22 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
32966
32967         * gdb.stabs/ecoff.mt:  Delete alpha specific if block, fix typo.
32968         * gdb.stabs/ecoff.sed:  Escape inserted blanks with backslashes, embed
32969         .stabs directives in comments.
32970
32971 Fri Nov 19 14:09:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
32972
32973         * TODO: New file, describing tests we could write.
32974         * gdb.t09/corefile.exp: Move description of tests to write to TODO.
32975
32976 Tue Nov 16 21:07:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
32977
32978         * gdb.t06/signals.exp: Add kludge to force re-sync.
32979
32980         * gdb.t00/teststrategy.exp: If we accidently send the "maint dump-me"
32981         to xgdb instead of gdb, get out of gdb.
32982
32983 Tue Nov 16 10:21:57 1993  Rob Savoye  (rob@cygnus.com)
32984
32985         * lib/gdb.exp: Make GDB and GDBFLAGS global so the scoping work
32986         for info.
32987
32988 Sat Nov 13 23:17:48 1993  Jeffrey A. Law  (law@snake.cs.utah.edu)
32989
32990         * gdb.stabs/hppa.mt: A makefile fragment for the PA.
32991         * gdb.stabs/configure.in (hppa*-*-*): Use it.
32992         * gdb.stabs/hppa.sed: New sed script for the PA.
32993
32994 Sat Nov 13 22:50:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
32995
32996         * gdb.stabs: Re-write weird.def and configuration to use sed
32997         instead of cpp.  sed is portable and POSIX; cpp is neither.
32998
32999 Fri Nov 12 15:26:36 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33000
33001         * gdb.t06/signals.exp: Remove one sun3 XFAIL which has been fixed.
33002
33003 Mon Nov  8 16:55:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33004
33005         * gdb.t20/gdbme.cc: Add comment about pmi being optimized out.
33006
33007 Thu Nov  4 23:07:59 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33008
33009         * gdb.stabs/weird.exp, gdb.t22/virtfunc.exp: Accept "_vb." as well as
33010         "_vb$".
33011         * gdb.t00/teststrategy.exp: Add xfail for RS/6000.
33012         * gdb.t03/ptype.exp: Add comments and messages about FAILs with xlc.
33013
33014 Wed Nov  3 13:53:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33015
33016         * lib/gdb.exp: Comment out code which depends on non-existent
33017         `transform' procedure.
33018
33019 Wed Nov  3 11:23:11 1993  Rob Savoye  (rob@darkstar.cygnus.com)
33020
33021         * lib/gdb.exp (default_gdb_exit): Remove `catch "close"'.
33022         * lib/gdb.exp: Transform tool name.
33023         * gdb.t*/*.exp: Change error to perror so it works with DejaGnu
33024         1.1's new error handling system.
33025
33026 Mon Nov  1 10:36:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33027
33028         * Makefile.in, gdb.t2*/Makefile.in: Add -O to CXXFLAGS.
33029
33030 Fri Oct 29 17:58:14 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33031
33032         * gdb.t00/default.exp: Avoid tests with a lot of .* in them.
33033         They made pattern matching so slow that timeouts happened on
33034         heavily loaded systems.  Now any output from "show print" which
33035         gets us back to the GDB prompt is a PASS.
33036
33037 Mon Oct 25 14:36:50 1993  Stu Grossman  (grossman at cygnus.com)
33038
33039         * gdb.disasm/hppa.mt:  Use $(srcdir) in hppa.o make rule.
33040
33041 Mon Oct 25 13:35:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33042
33043         * gdb.t06/signals.exp: Skip whole file with xfail for HPPA.
33044
33045         * gdb.t24/demangle.exp: Remove "3220" from the one remaining xfail.
33046         It is not from PR 3220.
33047
33048 Sun Oct 24 18:49:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33049
33050         * gdb.t00/{help.exp,default.exp}: Loosen up a few more tests which
33051         just started failing because they depended on the order the
33052         subcommands are presented, or exact docstring text.  This kind of
33053         test is a pain and has minimal benefit.
33054
33055 Thu Oct 21 08:26:48 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33056
33057         * gdb.t09/corefile.exp: At end of test, use "core" command with
33058         no arguments.
33059
33060 Wed Oct 20 08:56:02 1993  Stu Grossman  (grossman at cygnus.com)
33061
33062         * gdb.t{01 02 03 04 05 06 07 08 09 10 11 12 13 15 16
33063         17}/Makefile.in:  Make it possible to run the testsuite with Sun
33064         make and CC = cross gcc by adding explicit build rules for .o
33065         files.
33066
33067 Tue Oct 19 14:57:38 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33068
33069         * gdb.t15/funcargs.exp: Don't put comments on same line as
33070         setup_xfail (@#$*%& tcl braindamage!).
33071
33072 Mon Oct 18 21:50:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33073
33074         * gdb.disasm/hppa.exp: Use $objdir/$subdir/$binfile not just $binfile.
33075
33076 Fri Oct 15 15:39:54 1993  Kung Hsu  (kung@cirdan.cygnus.com)
33077
33078         * gdb.t20/classes.exp: 'const xxx &' becomes 'xxx const &'.
33079         * gdb.t20/inherit.exp: remove three dumplicate entries.
33080
33081 Fri Oct 15 13:45:25 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33082
33083         * gdb.t06/break.exp: For "next over recursive call", fail on any
33084         incorrect output, not just on "factorial (value=2)".
33085
33086 Fri Oct 15 11:52:56 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33087
33088         * gdb.t12/scope.exp:  Remove xfails, filename::var syntax should be
33089         working now. Add an xfail if accesing a bss variable causes
33090         a memory error if the target is not yet run.
33091
33092 Thu Oct 14 19:16:56 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33093
33094         * gdb.t24/demangle.exp: Clean up spacing (2 strings), inclusion of
33095         constructor name (2 string), name of _GLOBAL_ demangling (2 strings),
33096         name of __st* demangling (2 strings).  Did Kung really get the
33097         more than 95 others right without testing them?
33098
33099 Thu Oct 14 16:27:08 1993  Kung Hsu  (kung@cirdan.cygnus.com)
33100
33101         * gdb.t24/demangle.exp: clean up XFAILS, more than 100
33102
33103 Thu Oct 14 11:40:30 1993  Jeffrey Law  (law@cs.uah.edu)
33104
33105         * configure.in (configdirs): Add gdb.disasm
33106         * gdb.disasm: New directory for GDB disassembler tests.
33107         * gdb.disasm/hppa.{exp,s,mt}: Disassembly tests for the HPPA.
33108
33109 Thu Oct 14 11:40:30 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33110
33111         * gdb.t00/help.exp: Don't test "help set".
33112
33113         * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Remove all xfails
33114         from within expect statements.  None of these happen anymore and
33115         they cause regressions to be silently unnoticed.
33116
33117         * gdb.t20/inherit.exp, gdb.t22/virtfunc.exp: Add notes (in failure
33118         messages) about known failures with gcc cygnus-2.4.5-930417.
33119
33120         * gdb.t02/Makefile.in, gdb.t08/Makefile.in: Make all depend on
33121         comp-info.exp so it gets built if it doesn't exist.
33122
33123         * gdb.t13/{Makefile.in,bitfields.exp}: Remove comp-info.exp stuff;
33124         it is no longer used.
33125         * gdb.t13/comp-info.c: Removed.
33126
33127 Wed Oct 13 22:54:06 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
33128
33129         * gdb.t06/signals.exp: Add xfail for sun3.
33130
33131 Thu Oct  7 12:01:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33132
33133         * gdb.t17/interrupt.exp: Add xfail for Irix (currently not really
33134         relevant because ^C doesn't get sent but failure can be reproduced
33135         interactively).
33136
33137 Tue Oct  5 10:43:11 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33138
33139         * gdb.stabs/alpha.mt:  New configuration file for alpha.
33140         * gdb.stabs/configure.in:  Use it.
33141         * gdb.stabs/ecoff.mt, weird-ecoff.sed:  Change sed script to enable
33142         sharing with alpha.mt, redefine long to word via preprocessor.
33143         * gdb.stabs/weird.def:  Conditionally adapt storage layout of v_comb
33144         for alpha.
33145         * gdb.stabs/weird.exp:  Handle compilation of weird.s by alpha
33146         native cc.
33147         * gdb.t00/teststrategy.exp:  Change expect string so that we
33148         consume the `(xgdb)' from the command echo and from the gdb prompt.
33149         * gdb.t05/expr.exp:  xfail "print unsigned int == (~0)" on the alpha.
33150         gdb currently compares all values as long, so this failure probably
33151         applies to any configuration where LONGEST is bigger than a target int.
33152         * gdb.t08/comp-info.c:  New file to determine if gdbme is compiled
33153         with gcc.
33154         * gdb.t08/Makefile.in, opaque.exp:  Use it. Alpha native cc is unable
33155         to handle opaque pointers, gcc is.
33156         * gdb.t21/gdbme.cc, gdb.t23/gdbme.cc:  operator new takes a size_t
33157         as first argument. Include <sys/types.h> and change all operator
33158         new definitions to use size_t.
33159         * gdb.t21/cplusfuncs.exp:  Handle changes in output for operator new
33160         now that we use size_t.
33161
33162 Wed Sep 29 00:55:49 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33163
33164         * gdb.t03/ptype.exp, gdb.t15/printcmds.exp:  When constructing
33165         a long or float array cast all array members to the same type.
33166         * gdb.t04/setvar.exp:  Handle the decimal output of an unsigned long
33167         with 64 bit longs.
33168         * gdb.t07/watchpoint.exp:  Add finish and until variations encountered
33169         on alpha.
33170         * gdb.t08/opaque.exp, gdb.t17/interrupt.exp:  Add xfails for alpha.
33171
33172 Tue Sep 28 17:26:47 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33173
33174         * gdb.t24 (demangle.exp): Constructors of templates have names like
33175         vector<int>::vector(int) not vector<int>::vector<int>(int).  See
33176         section 14.6 of the ARM.
33177
33178         * gdb.t24 (demangle.exp): Remove a whole bunch of tests of the form
33179         "_vt$MoveCmd"; these differ only in name from "_vt$foo", so they
33180         accomplish little and slow down the testsuite.
33181
33182         * gdb.t24 (demangle.exp): Accept "XXX const" as well as "const XXX".
33183         Accept spaces various places.
33184
33185 Tue Sep 21 17:28:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33186
33187         * gdb.t07/watchpoint.exp: On sparc, clear xfail for calling function
33188         with watchpoint enabled.
33189
33190         * Makefile.in: Remove definition of CC and remove the second
33191         definition of CXX (the "CXX = gcc" one remains).  These definitions
33192         were causing backquotes to be expanded within backquotes, which
33193         doesn't work.
33194
33195 Sat Sep 18 09:43:21 1993  Jim Kingdon  (kingdon@poseidon.cygnus.com)
33196
33197         * gdb.t17/callfuncs.exp: Add "return 0" to end.
33198
33199 Fri Sep 17 04:41:17 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33200
33201         * gdb.stabs/ecoff.mt:  Remove STABSCC hack.
33202         * gdb.stabs/weird.exp:  Handle the case where weird.o is compiled
33203         by mips cc and contains no stabs entries.
33204
33205 Thu Sep 16 17:22:12 1993  Rob Savoye  (rob@darkstar.cygnus.com)
33206
33207         * config/vx-gdb.exp: Use fake device to load files rather than
33208         NFS.
33209         * lib/gdb.exp: New proc to do "file" command.
33210         * config/unix-gdb.exp: Use new "file" proc.
33211
33212 Thu Sep 16 13:45:44 1993  Ian Lance Taylor  (ian@tweedledumb.cygnus.com)
33213
33214         * config/mips-gdb.exp (gdb_load): Increase timeout to 2400.
33215         Rework board rebooting slightly.
33216         (gdb_exit): Don't exit from the remote shell; there isn't one.
33217         * gdb.stabs/weird.exp: If a program is being debugged already,
33218         kill it.
33219         * gdb.t04/setvar.exp: Stop and restart gdb.
33220         * gdb.t05/expr.exp: Likewise.
33221         * gdb.t07/watchpoint.exp: If target is mips-idt-*, stop and
33222         restart gdb and reload the program.
33223         * gdb.t08/opaque.exp: Likewise.
33224         * gdb.t12/scope.exp: Likewise.
33225         * gdb.t13/bitfields.exp: Likewise.
33226         * gdb.t15/funcargs.exp: Likewise.
33227         * gdb.t20/classes.exp: Likewise.
33228         * gdb.t03/ptype.exp: Increase timeout.
33229         * gdb.t16/printcmds.exp (test_print_string_constants,
33230         test_print_array_constants): Likewise.
33231         * gdb.t17/callfuncs.exp (do_function_calls): Likewise.
33232         * gdb.t20/classes.exp (do_tests): Likewise.
33233         * gdb.t22/virtfunc.exp (test_virtual_calls): Likewise.
33234
33235 Wed Sep 15 14:24:36 1993  Ian Lance Taylor  (ian@cygnus.com)
33236
33237         * gdb.stabs: Renamed *wierd* to *weird*.
33238
33239 Wed Sep 15 10:36:50 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
33240
33241         * gdb.t13/bitfields.exp: Test for bad output rather than waiting
33242         for timeout.  Add "known gcc 2.4.5 bug" to failure message.
33243
33244 Tue Sep 14 17:16:44 1993  Jim Kingdon  (kingdon@cirdan.cygnus.com)
33245
33246         * gdb.stabs/wierd.exp (print_wierd_var): Test size, not type name.
33247         (do_tests): Remove xfail for whatis on one_var and two_var.
33248
33249 Wed Sep  8 23:14:23 1993  Rob Savoye  (rob@darkstar.cygnus.com)
33250
33251         * Makefile.in: Made cross building work better by adding
33252         {RUNTEST,CC}_FOR_TARGET and using TARGET_FLAGS_TO_PASS.
33253
33254 Tue Sep  7 14:11:52 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33255
33256         * gdb.t15/{return.c,return.exp,Makefile.in}:
33257         New test, currently commented out.
33258
33259 Tue Aug 31 16:51:29 1993  Rob Savoye  (rob@darkstar.cygnus.com)
33260
33261         * config/udi-gdb.exp: gdb_exit now kills any isstip processes
33262         still running and removes the leftover named socket so GDb can do
33263         clean restarts.
33264
33265 Mon Aug 30 17:55:16 1993  Rob Savoye  (rob@darkstar.cygnus.com)
33266
33267         * gdb.t01/run.exp: Add match for VxWorks, cause I/O comes out the
33268         console, not GDB.
33269         * config/mt-*: Added default values for RUNTEST and RUNTESTFLAGS so
33270         cross testing works better with "make check"
33271         * config/unix-gdb: Use default procedures for exit and version.
33272         * config/vx-gdb.exp: Cleaned up and massaged back to working order
33273         with the newest VxWorks.
33274
33275 Thu Aug 26 17:50:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33276
33277         * gdb.t20/classes.exp: For "ptype class Base1", continue to accept
33278         old form.
33279
33280         * gdb.t22/virtfunc.exp: If it prints `struct' (not `class') with a
33281         name (e.g. devo gdb with gcc 2.4.5), it is still a pass.
33282
33283         * gdb.t10/crossload.exp: Skip whole file (for now, until we fix it).
33284
33285         * config/unix-gdb.exp: Remove this version of gdb_exit
33286         * lib/gdb.exp: Merge in all the crap from config/unix-gdb.exp.
33287         Rob says he'll look at it when he gets back to testing boards.
33288
33289 Thu Aug 26 07:20:00 1993  Fred Fish  (fnf@deneb.cygnus.com)
33290
33291         * gdb.t22/virtfunc.exp:  Accept missing struct/class names as
33292         an expected fail for certain ptype commands.
33293
33294         * gdb.t20/classes.exp:  Update expected results of "ptype class
33295         Base1" to account for the constructor that now appears in the type.
33296
33297 Wed Aug 25 16:48:05 1993  Fred Fish  (fnf@deneb.cygnus.com)
33298
33299         * configure.in (configdirs):  Restore gdb.t04, which mysteriously
33300         disappeared from list.
33301         * config/{udi-gdb.exp, gdb-unix.exp}:  Replace calls to obsolete
33302         "alldone" proc with call to cleanup and exit.
33303         * {gdb.t01/run.exp, gdb.t01/term.exp, gdb.t02/whatis.exp,
33304         gdb.t03/ptype.exp, gdb.t04/setvar.exp, gdb.t05/expr.exp,
33305         gdb.t06/break.exp, gdb.t07/watchpoint.exp, gdb.t08/opaque.exp,
33306         gdb.t09/corefile.exp, gdb.t10/crossload.exp, gdb.t11/list.exp,
33307         gdb.t12/scope.exp, gdb.t13/bitfields.exp}:  Replace calls to
33308         "alldone" proc with simple returns that suppress remaining
33309         tests.  The alldone proc went away many months ago.
33310
33311 Tue Aug 24 11:04:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33312
33313         * gdb.t10/nodebug.exp: Comment out "maint print msymbols" tests.
33314
33315         * gdb.t12/gdbme0.c (localscopes, autovars): Modify to foil gcc -O.
33316
33317 Thu Aug 19 22:08:41 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33318
33319         * gdb.t15/funcargs.exp:  Allow arguments for main in backtraces
33320         as vax gdb will display them.
33321
33322 Thu Aug 19 18:18:59 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33323
33324         * gdb.t20/gdbme.cc: Do some calculation with v.x, to confound
33325         optimizers.
33326
33327         * scope.exp: Change "bad value for localval" messages so each one
33328         is unique.
33329
33330         * config/unix-gdb.exp (gdb_exit): Move info on this vs.
33331         lib/gdb.exp (gdb_exit) from ChangeLog to comments.
33332
33333         * gdb.t06/signals.exp: Skip the whole file with xfail for delta68.
33334
33335 Tue Aug 17 00:05:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33336
33337         * gdb.t00/teststrategy.exp: Deal with it if cmdsize = 1 line
33338         doesn't exist (due to optimization).
33339
33340 Mon Aug 16 21:05:49 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33341
33342         * gdb.stabs/wierd.exp: Deal with it if echo of "file" command
33343         contains \r because the filename is long.
33344
33345         * gdb.t06/signals.exp: Revise comments regarding "'next' behaved as
33346         'continue'" bug, and change xfail back to i*86-univel-sysv4*.
33347
33348 Mon Aug 16 03:05:17 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33349
33350         * gdb.t00/help.exp, gdb.t02/whatis.exp, gdb.t07/watchpoint.exp,
33351         gdb.t08/opaque.exp, gdb.t17/interrupt.exp:  Update for vax running
33352         Ultrix.
33353         * gdb.t02/whatis.exp:  Use procedure to setup xfails on long versus
33354         int tests.
33355         * gdb.t08/opaque.exp:  Use procedure to setup xfails for opaque tests.
33356
33357 Thu Aug 12 15:24:28 1993  Fred Fish  (fnf@deneb.cygnus.com)
33358
33359         * Makefile.in (distclean):  Remove *.log *.plog *.sum *.psum site.*.
33360
33361         * gdb.t17/interrupt.exp:  Fix 'missing Continuing' case so pattern
33362         to match does not match the passing case but still matches the
33363         failing case.
33364
33365 Thu Aug 12 16:58:59 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33366
33367         * Makefile.in (distclean): Remove *.plog *.sum *.psum site.*.
33368
33369 Wed Aug 11 19:47:27 1993  John Gilmore  (gnu@rtl.cygnus.com)
33370
33371         * lib/gdb.exp (gdb_exit):  Move the best version of gdb_exit
33372         to here.  Fix 'Quit anyway.*?' bug (? is a regexp metacharacter).
33373         * config/{mips-gdb.exp, nind-gdb.exp, udi-gdb.exp, vx-gdb.exp}:
33374         Remove various versions of gdb_exit.
33375         * config/vx-gdb.exp:  Remove quit_vxgdb, change a caller to call
33376         gdb_exit.
33377         * config/unix-gdb.exp:  gdb_exit remains here, and should override
33378         the generic version, since it's doing a lot of wierd stuff that
33379         the other versions aren't.  FIXME, fold it in, or abandon this
33380         version.
33381
33382 Wed Aug 11 12:09:32 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33383
33384         * gdb.t24/demangle.exp: Add tests for PR 3220.
33385
33386 Tue Aug 10 15:49:35 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33387
33388         * gdb.t24/demangle.exp: Add lucid test for __vtbl__3foo__vt_cc_main_.
33389
33390 Tue Aug 10 15:45:25 1993  Fred Fish  (fnf@deneb.cygnus.com)
33391
33392         * gdb.t07/watchpoint.exp:  Clear xfail with "i*86-*-*", not just
33393         "i386-*-*".  Works for i486 as well.
33394
33395         * gdb.t06/signals.exp:  Rework code that recognizes known SVR4
33396         bug, and expand domain of xfail to all SVR4 systems, since the
33397         actual problem is likely to be in generic SVR4 /proc support.
33398
33399 Tue Aug 10 15:49:35 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33400
33401         * config/unix-gdb.exp (gdb_load): Add eof to expect statement.
33402
33403 Tue Aug 10 09:56:56 1993  Fred Fish  (fnf@deneb.cygnus.com)
33404
33405         * gdb.t17/interrupt.exp:  Set up xfail for *-*-sysv4*, in chain of
33406         xfails for other systems.  Match a missing 'Continuing.' as an
33407         explicit fail for i*86-*-sysv4*, so it doesn't hose other tests.
33408
33409         * gdb.t20 {classes.exp, inherit.exp, misc.exp}, gdb.t21/cplusfuncs.exp,
33410         gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t31/chillvars.exp:
33411         Only issue warning for missing executables if -all option is used.
33412
33413         * gdb.stabs/wierd.exp:  Only issue warning for missing wierd.o
33414         file if -all option is used.  It's like an unpredictable XFAIL.
33415
33416 Mon Aug  9 10:13:34 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33417
33418         * gdb.t15/funcargs.exp: Add comments that hppa xfails are only
33419         for dynamically linked binaries.
33420
33421         * gdb.t10/crossload.exp: Add `set gnutarget auto' at end of tests.
33422
33423 Sun Aug  8 14:21:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33424
33425         * gdb.t20/inherit.exp: Change message for "print tagless struct"
33426         to state that this is a known bug in old versions of g++.
33427
33428 Fri Aug  6 21:40:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33429
33430         * gdb.t17/interrupt.exp:  Add xfail for 386 bsd. Accept echoed newline
33431         while waiting for `Continuing'.
33432
33433 Fri Aug  6 13:38:08 1993  Fred Fish  (fnf@deneb.cygnus.com)
33434
33435         * gdb.t10/nodebug.exp:  Expect to find local/global minimal symbols
33436         in text, data, and bss.
33437         * gdb.t10/nodebug.c:  Add local and global test variables for
33438         initialized and uninitialized data.
33439
33440 Thu Aug  5 12:18:40 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33441
33442         * config/unix-gdb.exp (gdb_exit): Add "wait".
33443
33444 Thu Aug  5 18:14:06 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33445
33446         * gdb.t06/signals.exp:  xfail the continue from the handler for all
33447         targets.
33448
33449         * gdb.t07/watchpoint.exp:  clear_xfail for i386 when calling a
33450         function with watchpoints enabled, the i386 call dummy starts with
33451         a call.
33452
33453         * gdb.t00/teststrategy.exp, gdb.t09/Makefile.in:  Handle the way
33454         386 bsd names its corefiles.
33455
33456 Wed Aug  4 08:53:41 1993  Fred Fish  (fnf@cygnus.com)
33457
33458         * gdb.t10/Makefile.in (nodebug.o):  Don't use "-c -o", many
33459         compilers don't grok it.
33460         * gdb.t16/gdbme.c (ctable1):  Initialize unsigned char array
33461         with small octal ints rather than character constants, which
33462         are signed and might not fit if first promoted to int.
33463
33464 Tue Aug  3 18:28:25 1993  Fred Fish  (fnf@cygnus.com)
33465
33466         * gdb.t09/Makefile.in (clean):  Remove corefile.
33467
33468 Mon Aug  2 12:47:44 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33469
33470         * gdb.t07/watchpoint.exp: Add missing `$prompt $'.
33471
33472 Mon Aug  2 12:30:14 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33473                           and Jim Kingdon (kingdon@cygnus.com)
33474
33475         * gdb.t06/signals.exp: Change xfail from "*-*-*" to be only for
33476         NO_SINGLE_STEP machines.  Fix comment about its cause.  Uncomment
33477         the `continue' test right after it (also xfailed if NO_SINGLE_STEP).
33478
33479 Fri Jul 30 19:46:55 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33480
33481         * gdb.t17/interrupt.exp: Add xfail for hppa.
33482
33483 Fri Jul 30 12:54:11 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33484
33485         * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t08/opaque.exp,
33486         gdb.t09/corefile.exp:  Cleanup xfails for fixed mips bugs.
33487         * gdb.t13/bitfields.exp, gdbme.c:  Examine a variable in the inferior
33488         to determine signed-ness of bitfields and use the result to setup
33489         the xfail.
33490         * gdb.t15/gdbme.c:  Add comments to the two indirect call0a lines.
33491         * gdb.t15/funcargs.exp:  Use them to step until the second indirect
33492         call line is reached if necessary.
33493
33494 Thu Jul 29 20:33:08 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33495
33496         * gdb.stabs/wierd.exp: New test, for nameless baseclasses.
33497
33498 Mon Jul 26 00:15:02 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33499
33500         * gdb.t06/break.exp: Also test `clear' command.
33501
33502 Wed Jul 21 18:03:38 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
33503
33504         * gdb.t00/teststrategy.exp: Remove extra quote.
33505
33506         * gdb.t07/watchpoint.exp: Change xfail for calling function with
33507         watchpoint enabled to be for all non-68k machines.
33508
33509         * gdb.t15/{mips_pro.{c,exp},Makefile.in}: New test.
33510
33511 Mon Jul 19 23:59:26 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33512
33513         * gdb.stabs/configure.in: If configured -with-gnu-as for mips-*-*
33514         targets use aout.mt instead of ecoff.mt as gas understands
33515         standard aout format.
33516
33517 Mon Jul 19 18:14:06 1993  Jim Kingdon  (kingdon@deneb.cygnus.com)
33518
33519         * lib/gdb.exp (runto): Don't insist that function we are running to
33520         was compiled with -g.
33521
33522         * gdb.t10/{nodebug.{c,exp},Makefile.in}: New test.
33523
33524         * gdb.t17/interrupt.exp: Before sending ^C, give the inferior time
33525         to get back into the read system call.
33526         Accept leading newline in case where we woke it up.
33527
33528 Sun Jul 18 08:40:45 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33529
33530         * gdb.stabs/{ecoff.mt,wierd-ecoff.S,wierd-ecoff.sed}:  New files
33531         to make the stabs test work on ecoff systems using gcc and -with-stabs.
33532         * gdb.stabs/{Makefile.in,configure.in,aout.mt,xcoff.mt}:  Modify to
33533         enable ecoff configuration.
33534
33535 Thu Jul 15 11:54:58 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33536
33537         * gdb.t15/funcargs.exp (localvars_in_indirect_call): New test.
33538
33539 Wed Jul 14 09:36:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33540
33541         * gdb.t16/printcmds.exp: Add another printf test.
33542
33543 Wed Jul 14 15:37:13 1993  Ian Lance Taylor  (ian@cygnus.com)
33544
33545         * configure.in: If configured -with-stabs on any target, add
33546         stabsdirs to configdirs.
33547
33548 Wed Jul 14 09:36:42 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33549
33550         * gdb.t16/printcmds.exp: Change printf "%f\n" to printf "%f is
33551         fun" so pattern does not match the command itself.
33552
33553 Mon Jul 12 11:22:06 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33554
33555         * gdb.t15/{gdbme.c,funcargs.exp}: Test for alloca-influenced frames.
33556
33557 Sun Jul 11 12:03:24 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33558
33559         * gdb.t17/interrupt.exp: Test for more things.
33560
33561 Fri Jul  9 14:11:17 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33562
33563         * gdb.t07/watchpoint.exp: In until test, deal with the way the DEC
33564         compiler arranges the code and line numbers.
33565
33566         * gdb.t17/interrupt.exp: Don't send \n after ^C.
33567
33568 Fri Jul  9 09:47:02 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33569
33570         * gdb.t00/help.exp:  Increase expect input buffer size.
33571
33572 Thu Jul  8 14:26:50 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33573
33574         * gdb.t06/signals.exp: Remove sparc xfail; bug fixed.
33575
33576         * gdb.t07/watchpoint.exp: Add xfail for hppa.
33577
33578         * gdb.t17/{gdbme.c,callfuncs.exp}: Add sum10 function, to test pa bug.
33579
33580         * gdb.t06/signals.exp: At "p func1 ()" test, check for breakpoint
33581         [0-9]*, not just [0-9].
33582
33583 Wed Jul  7 17:52:28 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33584
33585         * gdb.t20/{gdbme.cc,classes.exp}: Add xfail for gdb/2972.
33586
33587         * gdb.t2*: Set CXXFLAGS, not CFLAGS, since that's what we use.
33588
33589 Tue Jul  6 13:54:49 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33590
33591         * gdb.t00/help.exp: Replace most of docstring for "continue" with .*.
33592
33593 Mon Jul  5 22:03:45 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33594
33595         * gdb.t06/signals.c: Add xfails for sun3.
33596
33597         * gdb.t07/watchpoint.exp: Comment out xfail for fixed bug 1836.
33598
33599         * gdb.t07/{gdbme.c,watchpoint.exp}: Add test for 2597.  Also add
33600         test_stepping tests.
33601
33602 Fri Jul  2 09:08:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33603
33604         * gdb.t{06,17}/Makefile.in (clean): Remove all executables.
33605
33606         * gdb.t17/{interrupt.{c,exp},Makefile.in}: New test for solaris bug.
33607
33608         * gdb.t06/twice.exp, Makefile.in: Just use an include of twice.c
33609         rather than actually putting it through cpp twice.
33610
33611         * gdb.t06/signals.exp: Add xfails for unixware and rs6000.
33612
33613 Fri Jul  2 10:48:03 1993  Ian Lance Taylor  (ian@cygnus.com)
33614
33615         * config/mips-gdb.exp (gdb_exit): Removed close statement which is
33616         no longer needed.
33617
33618 Fri Jul  2 09:08:10 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33619
33620         * gdb.t06/signals.exp: Add test for sparc bug with do_save_insn.
33621
33622         * gdb.t20/{classes,inherit}.exp: If a class which doesn't use any
33623         C++ features prints as "struct", make it a pass, not an xfail.
33624
33625 Thu Jul  1 22:03:33 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33626
33627         * gdb.t22/virtfunc.exp: Remove a bunch of xfails.
33628         Don't require VA to print as "class" rather than "struct".
33629
33630 Thu Jul  1 18:27:40 1993  Jim Kingdon  (kingdon@cygnus.com)
33631
33632         * gdb.t06/twice.exp: Don't care about the file name GDB prints.
33633
33634 Wed Jun 30 18:01:00 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33635
33636         * gdb.t{02,13}/comp-info.c, gdb.t06/twice.exp: Add "return 0" to end.
33637
33638 Tue Jun 29 13:15:42 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33639
33640         * gdb.t12/scope.exp:  Remove xfail for parameter printing in wrong
33641         order.
33642
33643 Tue Jun 29 09:22:29 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33644
33645         * gdb.t16/printcmds.exp: Add printf tests.
33646
33647         * gdb.t06/{twice.{c,exp},Makefile.in}: New test.
33648
33649         * gdb.t10/Makefile.in (clean): Remove $(EXECUTABLES) too.
33650
33651 Mon Jun 28 11:25:59 1993  Fred Fish  (fnf@cygnus.com)
33652
33653         * gdb.t20/classes.exp:  Add clear_xfail's before printing summary
33654         pass counts, to counteract any existing or future setup_xfails.
33655
33656 Mon Jun 28 09:15:17 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33657
33658         * gdb.stabs/wierd{.def,-aout.S,-xcoff.S}: Use new macros
33659         {BEGIN,END}_COMMON for common block instead of STAB.
33660         * gdb.stabs/wierd.exp: Add xfail for rs6000.
33661
33662         * gdb.stabs/wierd.def: Make value of N_GSYM's 0.
33663         intp_var should be N_GSYM not N_LSYM.
33664         wierd-aout.S: Use a label for the value of the N_SO.
33665         wierd.def: Remove all backslashes.
33666         wierd-{aout,xcoff}.S: Put a few tests with backslashes here.
33667
33668 Mon Jun 28 07:21:51 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33669
33670         * gdb.t20/gdbme.cc (main): Move variable initialization for AIX to
33671         get the expected next to inheritance3.
33672
33673 Sun Jun 27 12:29:53 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33674
33675         * gdb.t00/teststrategy.exp: Remove expected failure for mips-*-*
33676         now that gcc-2.4 gets it right.
33677
33678 Fri Jun 25 12:00:46 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33679
33680         * gdb.stabs/wierd{.def,.exp,-aout.S,-xcoff.S}: Add common block test.
33681
33682         * gdb.t{02,13}/{Makefile.in,gdbme.c,comp-info.c}: New way of
33683         generating comp-info.exp which works for cross-compilation.
33684
33685 Thu Jun 24 16:55:05 1993  Fred Fish  (fnf@cygnus.com)
33686
33687         * gdb.t11/list.exp:  For SVR4 xfails, match "*-*-sysv4*", not
33688         "*-*-sysv4.*".
33689
33690 Tue Jun 22 21:17:26 1993  Fred Fish  (fnf@cygnus.com)
33691
33692         * gdb.t01/run.exp:  Start with a fresh gdb.
33693         * gdb.t11/list.exp:  For SVR4 xfails, match on all versions of
33694         SVR4.x.
33695
33696 Mon Jun 21 15:23:22 1993  Fred Fish  (fnf@cygnus.com)
33697
33698         * {gdb.t01, gdb.t02, gdb.t03, gdb.t04, gdb.t05, gdb.t06, gdb.t07,
33699         gdb.t08, gdb.t09, gdb.t10, gdb.t11, gdb.t12, gdb.t13, gdb.t15,
33700         gdb.t16, gdb.t17, gdb.t20, gdb.t21, gdb.t22, gdb.t23, gdb.t30}/
33701         Makefile.in (distclean, realclean):  Remove gdbme.c from list of
33702         things to remove.
33703
33704 Sat Jun 19 07:49:10 1993  Fred Fish  (fnf@cygnus.com)
33705
33706         * gdb.t24/demangle.exp (test_gnu_style_demangling):  Add some new
33707         test cases from bug reports.
33708
33709 Fri Jun 18 10:38:49 1993  Fred Fish  (fnf@cygnus.com)
33710
33711         * gdb.t06/break.exp:  Add xfails for sparc-sun-solaris2.*.
33712         * gdb.t12/scope.exp:  Add clear_xfails at appropriate places to
33713           avoid spurious xfails.
33714         * gdb.t20/classes.exp:  Add xfails for longstanding C++ problems.
33715         * gdb.t21/cplusfuncs.exp:  Add xfails for sparc-sun-solaris2.*.
33716         * gdb.t22/virtfunc.exp:  Add xfails for longstanding C++ problems.
33717
33718 Wed Jun 16 10:11:57 1993  Fred Fish  (fnf@cygnus.com)
33719
33720         * gdb.t00/teststrategy.exp:  Rework to provide more useful
33721         description of each test, fix problem with systems that define
33722         ALIGN_STACK_ON_STARTUP code, other misc cleanups.
33723         * gdb.t06/break.exp (test_next_with_recursion):  Fix expected
33724         results for "next over recursive call" so timeouts aren't taken
33725         by error.
33726
33727 Mon Jun 14 09:09:04 1993  Jim Kingdon  (kingdon@cygnus.com)
33728
33729         * gdb.t12/scope.exp: Test printing of variables before run.
33730
33731         * gdb.t12/{gdbme0.c,scope.exp}: Test for bug where parameters are
33732         printed in wrong order due to sorting.
33733
33734 Sat Jun 12 15:03:58 1993  Fred Fish  (fnf@cygnus.com)
33735
33736         * gdb.t00/teststrategy.exp:  Fix expected results for printing
33737         user entered string constant.  Is array of char, prints with no
33738         address.
33739
33740         * gdb.t00/{default.exp, help.exp}:  Account for changes to radix
33741         commands.
33742         * gdb.t16/gdbme.c:  Add and use struct containing arrays of char.
33743         * gdb.t16/printcmds.exp:  Fix all lines that match "unsigned char *".
33744         * gdb.t16/printcmds.exp (test_print_char_arrays):  Test printing
33745         of struct of char arrays.
33746         * gdb.t00/radix.exp:  New tests for radix commands.
33747
33748 Fri Jun 11 13:12:27 1993  Jim Kingdon  (kingdon@cygnus.com)
33749
33750         * gdb.t16/printcmd.exp: Print a variable before running program
33751         (with xfail for AIX).
33752
33753 Thu Jun 10 11:04:04 1993  Jim Kingdon  (kingdon@cygnus.com)
33754
33755         * gdb.t06/{signals.exp,signals.c,Makefile.in}: New test.
33756
33757         * gdb.t16/printcmd.exp: Don't print variables before running program.
33758
33759         * gdb.t06/break.exp: Don't require envp argument to main.
33760
33761         * gdb.t0{2,3,4,5}/gdbme.c [_AIX]: Use signed keyword.
33762
33763         * gdb.t02/whatis.exp, gdb.t11/list.exp:
33764         Add xfails for rs6000.
33765
33766         * gdb.t02/whatis.exp: Change other tests not to re-test something
33767         we already tested.
33768
33769         * gdb.t{03,15,16}/gdbme.c: Reference all variables and make sure
33770         each type used has a variable of that type.
33771
33772 Tue Jun  8 16:45:20 1993  Jim Kingdon  (kingdon@rtl.cygnus.com)
33773
33774         * gdb.t20/{inherit.exp,gdbme.cc}: Test tagless structure.
33775
33776 Fri Jun  4 11:07:19 1993  david d `zoo' zuhn  (zoo at cirdan.cygnus.com)
33777
33778         * configure.in: change srctrigger to be a file, not a directory
33779
33780 Fri Jun  4 08:23:57 1993  Ian Lance Taylor  (ian@cygnus.com)
33781
33782         * configure.in (mips-idt-ecoff*): Added trailing '*'.
33783
33784         * gdb.t11/list.exp: Fixed a couple of typos.
33785
33786 Tue Jun  1 21:28:06 1993  Fred Fish  (fnf@cygnus.com)
33787
33788         * gdb.t00 (teststrategy.exp):  Remove notice about PR 1823.  Bug
33789         is fixed and PR is closed.
33790         * gdb.t16 (gdbme.c):  Add simple test string variable.
33791         * gdb.t16 (printcmds.exp):  Add tests with simple test string
33792         variable, primarily for boundaries on "set print elements".
33793
33794 Mon May 31 11:36:08 1993  Jim Kingdon  (kingdon@cygnus.com)
33795
33796         * gdb.stabs/wierd.exp: Remove xfail for printing big integer.
33797         Make leading 0's optional and don't expect a tab in the middle
33798         of the number.
33799
33800         * gdb.t00/teststrategy.exp: Remove xgdb before trying the copy.
33801
33802         * gdb.stabs/wierd.def: Type attributes must be preceded by number=.
33803         * gdb.stabs/wierd.exp: Remove xfails for type attributes.  Also
33804         don't end command passed to gdb_test with newline.
33805
33806         * gdb.t13/{Makefile.in,gdbme.c,bitfields.exp}: If we #defined the
33807         signed keyword away, don't expect signed bitfields to be signed.
33808
33809         * gdb.t13/bitfields.exp (bitfield containment): Accept the fields
33810         printing with only as many 1's as are in the field as well as printing
33811         with 32 1's (see comment).
33812
33813 Sat May 29 17:57:01 1993  Fred Fish  (fnf@cygnus.com)
33814
33815         * gdb.t00/default.exp:  Start with a fresh gdb.
33816         * configure.in (configdirs):  Remove gdb.t31 until the chill
33817         compiler works again.  It no longer is able to find chillrt0
33818         since it isn't in libchill.a anymore.
33819         * gdb.stabs/wierd.exp:  Rewrite to properly handling a missing
33820         wierd.o, make more modular.
33821         * gdb.stabs/wierd.def (bad_neg0type, bad_neg0const):  Remove
33822         spurious newlines that caused problems.
33823
33824 Wed May 26 09:57:19 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33825
33826         * Move test with enums and partial symbols from gdb.t03/ptype.exp
33827         to gdb.stabs/wierd.exp since GCC has worked around the bug.
33828         gdb.stabs/wierd.{exp,def}: Many new tests.
33829
33830         * gdb.t00/default.exp: update info line for new message.
33831
33832         * gdb.t02/{whatis.exp,gdbme.c}:
33833         Test that "char *" doesn't print as "caddr_t".
33834
33835 Tue May 25 13:28:27 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33836
33837         * gdb.t00/help.exp: Use .* in place of some help messages which
33838         just changed.
33839         gdb.t00/default.exp: Update "info frame" test for new message.
33840         * gdb.stabs/wierd.exp: Check for eof, directly or via gdb_test.
33841         Remove some xfails
33842
33843 Mon May 24 00:24:47 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33844
33845         * gdb.t03/{gdbme.c,ptype.exp}:
33846         Add tests for typedef'd struct and union without tags.
33847         Also check "whatis" on a variable of a typedef'd enum without a tag.
33848
33849         * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
33850         PRMS 1823; the bug still exists but isn't reproduced by this test
33851         anymore), and remove rs6000 XFAIL (the bug is fixed).
33852
33853         * gdb.t03/ptype.exp: Comment out a lot of tests which are basically
33854         duplicated from whatis.exp.  For those that are left, accept
33855         "long", "long int", or "int" for long variables (whatis.exp already
33856         has an XFAIL for "int", so no need to fail it here).
33857
33858         * gdb.t02/whatis.exp, gdb.t10/crossload.exp:
33859         Deal with GCC's names for types now that GDB uses the compiler's names.
33860
33861         * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}:  If not GCC, do some
33862         setup_xfail's for sunos4.  If we #defined the signed keyword away,
33863         don't expect GDB to know that char it is signed.
33864
33865         * gdb.t00/teststrategy.exp: Update for symbolic signal names.
33866
33867 Sun May 23 08:44:55 1993  Fred Fish  (fnf@cygnus.com)
33868
33869         * configure.in (configdirs):  Add gdb.t24 for C++ tests that
33870         should work on any system, regardless of debugging format.
33871         * gdb.t21/demangle.exp:  Move to gdb.t24.
33872         * gdb.t24/demangle.exp:  Move from gdb.t21.
33873         * gdb.t24/{Makefile.in, configure.in}:  New files.
33874
33875 Thu May 20 19:39:03 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33876
33877         * configure.in: Do gdb.stabs and C++ tests only for stabs.
33878         * gdb.stabs: New directory.
33879
33880 Tue May 18 21:12:09 1993  Jim Kingdon  (kingdon@lioth.cygnus.com)
33881
33882         * config/{mips,nind,udi,unix,vx}-gdb.exp: Look for "Quit anyway.*?"
33883         not just "Quit anyway?".
33884
33885 Tue May 18 17:13:20 1993  Fred Fish  (fnf@cygnus.com)
33886
33887         * gdb.t21/demangle.exp:  Add a couple of new patterns.  Ensure
33888         that all setup_xfails are immediately followed by clear_xfails.
33889
33890 Tue May 11 09:10:47 1993  Fred Fish  (fnf@cygnus.com)
33891
33892         * config/unix-gdb.exp, gdb.t00/echo.exp, gdb.t00/help.exp,
33893         gdb.t00/teststrategy.exp, gdb.t00/gdbvars.exp, gdb.t01/run.exp,
33894         gdb.t01/term.exp, gdb.t02/whatis.exp, gdb.t03/ptype.exp,
33895         gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t06/break.exp,
33896         gdb.t07/watchpoint.exp, gdb.t08/opaque.exp, gdb.t09/corefile.exp,
33897         gdb.t10/crossload.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
33898         gdb.t13/bitfields.exp, gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
33899         gdb.t17/callfuncs.exp, gdb.t20/misc.exp, gdb.t20/inherit.exp,
33900         gdb.t20/classes.exp, gdb.t21/demangle.exp, gdb.t21/cplusfuncs.exp,
33901         gdb.t22/virtfunc.exp, gdb.t23/templates.exp, gdb.t30/chexp.exp,
33902         gdb.t31/chillvars.exp, lib/gdb.exp:
33903         Change place to report bugs from bug-dejagnu@prep.ai.mit.edu to
33904         bug-gdb@prep.ai.mit.edu.
33905
33906 Fri May  7 09:15:35 1993  Fred Fish  (fnf@cygnus.com)
33907
33908         * gdb.t17/callfuncs.exp (do_function_calls):  Call t_double_values
33909         with 0.0, not integer 0.
33910
33911 Fri Apr 30 13:17:24 1993  Jim Kingdon  (kingdon@cygnus.com)
33912
33913         * gdb.t06/break.exp: Update for "Kill the program" message change.
33914
33915 Fri Apr 30 09:42:57 1993  Fred Fish  (fnf@cygnus.com)
33916
33917         * Makefile.in (GDBFLAGS):  Set to -nx.
33918         * Makefile.in (site.exp):  Use GDBFLAGS.
33919
33920 Wed Apr 28 13:19:07 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
33921
33922         * */Makefile.in (CFLAGS): add CFLAGS = -g to all subdirectory
33923           Makefiles.
33924           (check): depend on just-check.
33925           (just-check): added so that tests can be run without a noop
33926           build pass.
33927
33928 Fri Apr 23 18:13:28 1993  K. Richard Pixley  (rich@rtl.cygnus.com)
33929
33930         Switch to using configure's configdirs.
33931         * Makefile.in (Makefile): add configure.in dependency.
33932           (SUBDIRS): removed redundant assignment.
33933         * configure.in: switch subdirs assignment to configdirs.
33934         * gdb.t*/configure.in: new files.
33935
33936 Thu Apr 22 08:27:53 1993  Ian Lance Taylor  (ian@cygnus.com)
33937
33938         * gdb.t07/watchpoint.exp: Removed a29k expected failure which now
33939         works.
33940
33941 Tue Apr 20 13:38:40 1993  Fred Fish  (fnf@cygnus.com)
33942
33943         * gdb.{t20,t21,t22,t23}/Makefile.in:  Use $(srcdir) to avoid $<
33944         in explicit rules.  Apparently this is not supported by some makes.
33945
33946 Mon Apr 19 01:54:53 1993  John Gilmore  (gnu@cygnus.com)
33947
33948         * gdb.t31/Makefile.in:  Use $(srcdir) when avoiding $<, sigh.
33949
33950 Fri Apr 16 09:33:46 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33951
33952         * config/unix-gdb.exp:  Add back missing return 0 which mysteriously
33953         disappeared.
33954
33955 Thu Apr 15 02:28:24 1993  John Gilmore  (gnu@cacophony.cygnus.com)
33956
33957         * gdb.t31/Makefile.in:  Avoid $< in explicit rule.
33958
33959 Wed Apr 14 16:38:47 1993  Fred Fish  (fnf@cygnus.com)
33960
33961         * gdb.t07/watchpoint.exp:  Remove setup_xfail for i486
33962         watchpoint problem that is now fixed.
33963         * gdb.t30/chexp.exp:  Remove setup_xfail for printing
33964         uninitialized convenience variables.
33965         * gdb.t31/chillvars.exp:  Fix expected patterns for printing
33966         structures.
33967
33968 Wed Apr 14 12:55:58 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33969
33970         * gdb.t00/help.exp: Compensate for bug in mips-*-ultrix* OS
33971         which causes expect to get out of sync with gdb on long output
33972         from help set.
33973         * gdb.t09/corefile.exp: Make expected pattern for core file
33974         failing signal and frame output format less sun specific.
33975
33976 Tue Apr 13 23:18:07 1993  Per Bothner  (bothner@cygnus.com)
33977
33978         * gdb.t31/chillvars.exp:  Add and remove initial dummy
33979         breakpoint, so that symbol table is forced in.
33980         (Needed at least on Sunos4, though it seems not SVR4.)
33981         * gdb.t31/chillvars.exp:  Update for changed output format.
33982
33983 Sun Apr 11 17:21:45 1993  Rob Savoye  (rob at darkstar.cygnus.com)
33984
33985         * config/unix-gdb.exp: Gracefully exits if $GDB is a bogus path.
33986
33987 Wed Apr  7 21:28:21 1993  Rob Savoye  (rob@cygnus.com)
33988
33989         * Makefile.in: Added --srcdir when invoking runtest, removed the
33990         need for a local config file. (optional now)
33991
33992 Wed Apr  7 14:13:41 1993  Fred Fish  (fnf@cygnus.com)
33993
33994         * gdb.t21/demangle.exp:  Only count real fails (not xfails) for
33995         failure count used to force early termination.  Add some more
33996         expected failures for gnu style demangling.
33997
33998 Thu Apr  1 09:50:30 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
33999
34000         * Makefile.in (CXXFLAGS): Remove -O. It caused the debug info for the
34001         pmi variable from gdb.t20/gdbme to get optimized away.
34002         * gdb.t00/teststrategy.exp: Added expected failure for mips-*-*.
34003         Check for written corefile upon timeout _and_ eof.
34004
34005 Tue Mar 30 09:58:16 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
34006
34007         * config/unix-gdb.exp:  Add missing return 0.
34008
34009 Tue Mar 30 08:34:25 1993  Peter Schauer  (pes@regent.e-technik.tu-muenchen.de)
34010
34011         * gdb.t16/printcmds.exp:  Remove misplaced xfail that caused an early
34012         test termination.
34013
34014 Mon Mar 29 17:37:25 1993  Fred Fish  (fnf@cygnus.com)
34015
34016         * configure.in (subdirs):  Put back gdb.t17 which mysteriously
34017         disappeared.
34018
34019 Thu Mar 25 21:05:16 1993  Fred Fish  (fnf@cygnus.com)
34020
34021         * gdb.t10/crossload.exp:  Disable the i860-elf test until such
34022         time as i860 support works.
34023
34024         * gdb.t15/funcargs.exp:  Fix expected outputs to include
34025         "backtrace 100\r" rather than just "backtrace\r", to match last
34026         change.
34027
34028 Thu Mar 25 12:14:28 1993  Ian Lance Taylor  (ian@cygnus.com)
34029
34030         * config/udi-gdb.exp (gdb_exit): Remove close command.
34031         (gdb_target_udi): New procedure to set the UDI target.
34032         (gdb_start): Don't remove *_soc files.  Use gdb_target_udi.
34033         * gdb.t00/default.exp: Added expected failures for a29k-*-udi.
34034         Added waits for prompts after several question responses.  Added
34035         some more responses used by a29k-amd-udi-gdb.
34036         * gdb.t01/run.exp, gdb.t06/break.exp: Added a29k-*-udi support:
34037         pass different arguments, restart UDI connection after program
34038         completion.
34039         * gdb.t02/whatis.exp, gdb.t03/ptype.exp, gdb.t07/watchpoint.exp,
34040         gdb.t08/opaque.exp, gdb.t11/list.exp, gdb.t12/scope.exp,
34041         gdb.t15/funcargs.exp, gdb.t16/printcmds.exp, gdb.t20/misc.exp,
34042         gdb.t21/cplusfuncs.exp: Added expected failures for a29k-*-*.
34043         * gdb.t04/setvar.exp, gdb.t05/expr.exp, gdb.t07/watchpoint.exp,
34044         gdb.t08/opaque.exp, gdb.t12/scope.exp, gdb.t13/bitfields.exp,
34045         gdb.t15/funcargs.exp, gdb.t16/printcmds.exp,
34046         gdb.t17/callfuncs.exp, gdb.t20/classes.exp, gdb.t20/inherit.exp,
34047         gdb.t20/misc.exp, gdb.t22/virtfuncs.exp: Restart UDI connection
34048         after program completion.
34049         * gdb.t10/crossload.exp: Does not work for a29k-*-*, since BFD is
34050         compiled with a SELECT_VECS setting.
34051         * gdb.t15/funcargs.exp: Use argument to backtrace to prevent
34052         infinite recursion.
34053
34054         * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t22/virtfuncs.exp:
34055         Added checks for COFF results, and made them expected failures for
34056         all targets.  It would be better to make them expected failures
34057         for COFF targets only.
34058
34059 Wed Mar 24 14:43:38 1993  david d `zoo' zuhn  (zoo at poseidon.cygnus.com)
34060
34061         * Makefile.in: add null dvi target, don't bother to recurse
34062         through test directories for info and install-info; rename
34063         $(datadir) to be dejagnu instead of deja-gnu
34064
34065 Wed Mar 24 09:48:03 1993  Fred Fish  (fnf@cygnus.com)
34066
34067         * gdb.t31/gdbme.ch:  Re-enable code that previously caused
34068         compiler to coredump.
34069         * gdb.t31/chillvars.exp:  Re-enable tests that depend on that
34070         code.
34071
34072 Tue Mar 23 08:53:42 1993  Fred Fish  (fnf@cygnus.com)
34073
34074         * gdb.t31/gdbme.ch:  Comment out code that causes chill compiler
34075         coredump.
34076         * gdb.t31/chillvars.exp:  Comment out tests that depend on that
34077         code.
34078
34079 Sun Mar 21 17:56:47 1993  Rob Savoye  (rob at darkstar.cygnus.com)
34080
34081         * gdb.t03/ptype.exp: tests for return code from gdb_test.
34082         * gdb.t00/teststrategy.exp: Uses which proc rather than spawning
34083         which in a shell. Deletes xgdb when done.
34084         * config/unix-gdb.exp: Won't try to spawn $GDB unless it exists.
34085         Tests the return from the "set height" or "set width" commands.
34086         Added a few return codes where needed.
34087
34088 Wed Mar 17 11:31:01 1993  Fred Fish  (fnf@cygnus.com)
34089
34090         * Makefile.in (SUBDIRS):  Add gdb.t17.
34091         * configure.in (subdirs):  Add gdb.t17.
34092         * gdb.t17/{Makefile.in, callfuncs.exp, gdbme.c}:  New test
34093         files to test gdb's calling of functions in the inferior with
34094         the correct arguments and gdb's ability to retrieve any
34095         result returned.
34096
34097 Tue Mar 16 15:37:11 1993  Fred Fish  (fnf@cygnus.com)
34098
34099         * config/unix-gdb.exp (gdb_exit):  Remove close commands that
34100         may be called after gdb goes away.  Previous versions of expect
34101         needed these to avoid file descriptor leaks, but they cause
34102         errors with the current revision of expect.
34103         * gdb.t00/gdbvars.exp:  Use -re on expected output after
34104         setting sevenbit-strings.
34105         * gdb.t04/setvar.exp, gdb.t13/bitfields.exp:  Make commands
34106         to set sevenbit-strings consistent across tests.
34107         gdb.t30/chexp.exp, gdb.t31/chillvars.exp:  Make commands to
34108         set sevenbit-strings consistent across tests.
34109
34110 Fri Mar 12 08:47:20 1993  Fred Fish  (fnf@cygnus.com)
34111
34112         * gdb.t21/demangle.exp (proc demangle):  Adjust quotes in an
34113         expected output to match current "expect" expectations.
34114
34115 Wed Mar 10 18:01:49 1993  Fred Fish  (fnf@cygnus.com)
34116
34117         * gdb.t00/default.exp:  Change expected output for default "source"
34118         command, to match new gdb behavior which requires a filename to
34119         source.
34120
34121 Tue Mar  9 11:00:56 1993  Fred Fish  (fnf@cygnus.com)
34122
34123         * gdb.t07/watchpoint.exp (test_simple_watchpoint):  Set up
34124         expected fail for i486-*-* that misses the marker2 function.
34125         * gdb.t10/crossload.exp (bfddefault):  Allow successful
34126         recognition of a format to pass even if no symbols are found.
34127         Explicitly catch failures where the format is not recognized
34128         or is ambiguous, and add the reason to the fail message.
34129         * gdb.t10/crossload.exp (bfdexplicit):  Catch failure where
34130         the cause is and invalid target and add reason to failure message.
34131         * gdb.t10/crossload.exp:  Fix bfd target names for elf32-m68k,
34132         elf32-i386, elf32-sparc, and elf32-i860.
34133         * gdb.t12/scope.exp (test_at_main, test_at_foo, test_at_bar):
34134         Set up expected failure for 'filename'::variable scope resolution,
34135         which is now apparently broken on all targets.
34136         * gdb.t20/classes.exp, gdb.t20/inherit.exp, gdb.t20/misc.exp,
34137         gdb.t21/cplusfuncs.exp, gdb.t22/virtfunc.exp,
34138         gdb.t23/templates.exp:   Change failure for missing binfile into
34139         just a warning.
34140         gdb.t21/demangle.exp:  Change all cfront references to 'arm'
34141         references.
34142
34143 Mon Mar  8 19:20:28 1993  Fred Fish  (fnf@cygnus.com)
34144
34145         * gdb.t00/default.exp:  Add expected output for default "source"
34146         command, to match new gdb behavior.
34147         * gdb.t09/corefile.exp:  Use GDBFLAGS when spawning GDB.
34148
34149 Sun Mar  7 15:14:09 1993  Rob Savoye  (rob@cygnus.com)
34150
34151         * config/*-gdb.exp: returns an error, rather than exiting on
34152         internal errors.
34153
34154 Tue Mar  2 18:09:32 1993  Fred Fish  (fnf@cygnus.com)
34155
34156         * gdb.t03/gdbme.c:  Add pointer to struct variable.
34157         * gdb.t03/ptype.exp:  Test equivalence of '.' and '->' for
34158         referencing struct members.
34159
34160 Thu Feb 25 10:39:06 1993  Ian Lance Taylor  (ian@cygnus.com)
34161
34162         * configure.in (mips-idt-ecoff): New target.
34163         * config/mips-gdb.exp: New file for remote board using MIPS remote
34164         debugging protocol.
34165
34166         * Redid configuration scheme.  Removed gdb.t*/configure.in.
34167         Renamed gdb.t*/in-gdbme* to gdb.t*/gdbme*.  Changed to use CC, CXX
34168         instead of CC_FOR_TARGET, CXX_FOR_TARGET.  Added mostlyclean and
34169         distclean targets.  Built executables via .o files.  Adjusted
34170         tests to account for source files in $(srcdir) rather than
34171         $(objdir).
34172         * lib/gdb.exp (runto): Don't expect () after the function name,
34173         because it may have arguments.
34174
34175 Wed Feb 24 08:05:38 1993  Ian Lance Taylor  (ian@cygnus.com)
34176
34177         * gdb.t00/default.exp, gdb.t01/run.exp, gdb.t02/whatis.exp,
34178         gdb.t03/ptype.exp, gdb.t06/break.exp, gdb.t12/scope.exp: Added
34179         expected failures for mips-idt-* and mips-sgi-*.
34180         * gdb.t00/default.exp (attach): Kill process if requested.
34181         * gdb.t00/help.exp (help target core, help target): Accept a gdb
34182         that does not read core files.
34183         * gdb.t01/run.exp: Removed checks for exit status code.
34184         * gdb.t03/in-gdbme.c: Make explicit call to malloc to ensure that
34185         it is linked in.
34186         * gdb.t03/ptype.exp: Increase timeout when calling malloc.
34187         * gdb.t04/setvar.exp, gdb.t05/expr.exp: Use runto function where
34188         appropriate, rather than doing it by hand.
34189         * gdb.t07/watchpoint.exp: If mips-idt-*, reload file after first
34190         execution.
34191         * gdb.t10/crossload.exp: Kill existing program if needed.
34192         * gdb.t15/funcargs.exp: Use delete_breakpoints function where
34193         appropriate, rather than doing it by hand.  Always increase
34194         timeout for this test, not just for VxWorks.
34195
34196 Wed Feb 24 08:03:38 1993  Fred Fish  (fnf@cygnus.com)
34197
34198         * gdb.t31/chillvars.exp (test_structs):  New proc to test printing
34199         of Chill STRUCT types and STRUCT values.
34200         * gdb.t31/chillvars.exp (test_strings):  Expect "CHAR" now, rather
34201         than "char".
34202         * gdb.t31/in-gdbme.ch (simple_struct, nested_struct, struct1,
34203         struct2):  New struct definitions and initializations to test
34204         simple Chill STRUCT types.
34205
34206 Tue Feb 23 11:55:06 1993  Fred Fish  (fnf@cygnus.com)
34207
34208         * gdb.t00/teststrategy.exp:  Track reversion in gdb to not print
34209         the null byte at the end of strings.
34210         * gdb.t00/default.exp:  Make show version insensitive to copyright
34211         date.
34212         * gdb.t16/in-gdbme.c (ctable1, ctable2):  Make explicitly unsigned
34213         to avoid dependencies on target char signedness.
34214         * gdb.t16/printcmds.exp:  Update expected results for explicitly
34215         unsigned char.
34216         * gdb.t16/printcmds.exp:  Remove setup_xfails for i960 that should
34217         now work.
34218         * gdb.t21/demangle.exp:  Add many more patterns for template
34219         demangling, most of them being expected failures.
34220         * gdb.t21/demangle.exp (proc demangle):  Quote the demangled
34221         string we are matching for, to match on the whole string.
34222         * gdb.t21/demangle.exp:  Add many new test strings to demangle,
34223         and fix a whole bunch that had incorrect expected output but were
34224         passing anyway because of the bug in "proc demangle".
34225         * gdb.t31/chillvars.exp:  Remove setup_xfail for printing string
34226         type.
34227         * gdb.t31/in-gdbme.ch:  Uncomment string4, now compiles.
34228
34229 Mon Feb 22 07:54:03 1993  Mike Werner  (mtw@poseidon.cygnus.com)
34230
34231         * gdb/testsuite: made modifications to testcases, etc., to allow
34232         them to work properly  given the reorganization of deja-gnu and the
34233         relocation of the testcases from deja-gnu to a "tool" subdirectory.
34234
34235 Sun Feb 21 10:55:55 1993  Mike Werner  (mtw@poseidon.cygnus.com)
34236
34237         * gdb/testsuite: Initial creation of gdb/testsuite.
34238         Migrated dejagnu testcases and support files for testing nm to
34239         gdb/testsuite from deja-gnu.  These files were moved "as is"
34240         with no modifications.  This migration is part of a major overhaul
34241         of dejagnu.  The modifications to these testcases, etc., which
34242         will allow them to work with the new version of dejagnu will be
34243         made in a future update.
34244
34245  For additional changes see gdb.mi/ChangeLog-1999-2003.
34246 \f
34247 ;; Local Variables:
34248 ;; mode: change-log
34249 ;; left-margin: 8
34250 ;; fill-column: 74
34251 ;; version-control: never
34252 ;; End:
34253
34254     Copyright 1993-2014 Free Software Foundation, Inc.
34255   Copying and distribution of this file, with or without modification,
34256   are permitted provided the copyright notice and this notice are preserved.